Index: head/archivers/ha/Makefile =================================================================== --- head/archivers/ha/Makefile (revision 451300) +++ head/archivers/ha/Makefile (revision 451301) @@ -1,33 +1,33 @@ # Created by: ache # $FreeBSD$ PORTNAME= ha PORTVERSION= 0.999b PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ DISTNAME= ha0999 MAINTAINER= ak@FreeBSD.org COMMENT= File archiver based on HSC compression method LICENSE= GPLv2 NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix ALL_TARGET= ha USES= gmake tar:tgz post-patch: @${REINPLACE_CMD} 's,,,' \ ${WRKSRC}/c/hsc.c ${WRKSRC}/c/cpy.c ${WRKSRC}/c/asc.c @${REINPLACE_CMD} -e 's|CC =|CC ?=|' \ -e 's|LDFLAGS = -O2||' \ -e 's|CFLAGS = -Wall -O2|CFLAGS += -Wall|' \ ${WRKSRC}/makefile.nix do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ha ${STAGEDIR}${PREFIX}/bin .include Index: head/archivers/unarj/Makefile =================================================================== --- head/archivers/unarj/Makefile (revision 451300) +++ head/archivers/unarj/Makefile (revision 451301) @@ -1,25 +1,25 @@ # Created by: ache # $FreeBSD$ PORTNAME= unarj PORTVERSION= 2.65 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Allows files to be extracted from ARJ archives USES= tar:tgz PLIST_FILES= bin/unarj PORTDOCS= unarj.txt technote.txt OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/converters/chmview/Makefile =================================================================== --- head/converters/chmview/Makefile (revision 451300) +++ head/converters/chmview/Makefile (revision 451301) @@ -1,24 +1,24 @@ # Created by: Alex Semenyaka # $FreeBSD$ PORTNAME= chmview PORTVERSION= 2.0b4 PORTREVISION= 2 CATEGORIES= converters textproc -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Extractor from .chm files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libchm.so:misc/chmlib USES= tar:xz uidfix WRKSRC= ${WRKDIR}/src MAKEFILE= ${FILESDIR}/Makefile PLIST_FILES= bin/chmview .include Index: head/devel/jwasm/pkg-descr =================================================================== --- head/devel/jwasm/pkg-descr (revision 451300) +++ head/devel/jwasm/pkg-descr (revision 451301) @@ -1,19 +1,19 @@ JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASM and released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. JWasm is written in C, source code is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. - Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. -WWW: http://www.japheth.de/JWasm.html +WWW: https://http://jwasm.github.io/ Index: head/misc/kenny/Makefile =================================================================== --- head/misc/kenny/Makefile (revision 451300) +++ head/misc/kenny/Makefile (revision 451301) @@ -1,41 +1,41 @@ # Created by: Alan E # $FreeBSD$ PORTNAME= kenny PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= misc perl5 -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ - http://www.cgarbs.de/stuff/ +MASTER_SITES= https://aklv.github.io/distfiles/ \ + http://www.cgarbs.de/stuff/ DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= .gz MAINTAINER= ak@FreeBSD.org COMMENT= Translate text both to and from KennySpeak LICENSE= ART10 CONFLICTS= filters-* USES= perl5 shebangfix USE_PERL5= extract build run SHEBANG_FILES= ${PORTNAME} EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} NO_ARCH= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/kenny \ man/man1/kenny.1.gz POD2MAN?= ${LOCALBASE}/bin/pod2man do-build: @${POD2MAN} ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/ports-mgmt/pchecker/Makefile =================================================================== --- head/ports-mgmt/pchecker/Makefile (revision 451300) +++ head/ports-mgmt/pchecker/Makefile (revision 451301) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= pchecker PORTVERSION= 1.18 CATEGORIES= ports-mgmt -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Tool that checks the ports tree for various errors LICENSE= BSD2CLAUSE USES= tar:xz NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/print/txtbdf2ps/Makefile =================================================================== --- head/print/txtbdf2ps/Makefile (revision 451300) +++ head/print/txtbdf2ps/Makefile (revision 451301) @@ -1,28 +1,28 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ +MASTER_SITES= https://aklv.github.io/distfiles/ \ http://oldrus-ispell.sourceforge.net/ EXTRACT_SUFX= .txt MAINTAINER= ak@FreeBSD.org COMMENT= Translator TXT + BDF to PS PLIST_FILES= bin/txtbdf2ps USES= perl5 shebangfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} SHEBANG_FILES= ${DISTNAME}.txt NO_WRKSUBDIR= yes NO_ARCH= yes NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps .include Index: head/x11-wm/vtwm/Makefile =================================================================== --- head/x11-wm/vtwm/Makefile (revision 451300) +++ head/x11-wm/vtwm/Makefile (revision 451301) @@ -1,38 +1,38 @@ # Created by: Bruce A. Mah # $FreeBSD$ PORTNAME= vtwm PORTVERSION= 5.4.99.20130906 PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ +MASTER_SITES= https://aklv.github.io/distfiles/ MAINTAINER= ak@FreeBSD.org COMMENT= Twm with a virtual desktop and optional Motif-like features LICENSE= MIT LIB_DEPENDS= libpng.so:graphics/png USES= pkgconfig tar:xz GNU_CONFIGURE= yes USE_XORG= x11 xext xft xinerama xpm xmu xrandr WRKSRC= ${WRKDIR}/vtwm-20130906 PLIST_FILES= bin/vtwm \ bin/nexpm \ etc/system.vtwmrc \ man/man1/vtwm.1.gz OPTIONS_DEFINE= SOUND SOUND_DESC= Sound support (via rplay) SOUND_CONFIGURE_ENABLE= sound SOUND_LIB_DEPENDS= librplay.so:audio/rplay pre-patch: @${REINPLACE_CMD} -e 's|\$${datadir}/X11/vtwm|\$${prefix}/etc|' ${WRKSRC}/Makefile.in .include