Index: head/audio/acoustid-fingerprinter/Makefile =================================================================== --- head/audio/acoustid-fingerprinter/Makefile (revision 396102) +++ head/audio/acoustid-fingerprinter/Makefile (revision 396103) @@ -1,38 +1,41 @@ # $FreeBSD$ PORTNAME= acoustid-fingerprinter PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://bitbucket.org/acoustid/${PORTNAME}/downloads/ \ - http://cloud.github.com/downloads/lalinsky/${PORTNAME}/ + GHC MAINTAINER= jhale@FreeBSD.org COMMENT= AcoustID audio fingerprint submission tool LICENSE= GPLv2 LIB_DEPENDS= libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libtag.so:${PORTSDIR}/audio/taglib \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg USES= cmake USE_QT4= gui network \ qmake_build moc_build rcc_build uic_build +USE_GITHUB= yes +GH_ACCOUNT= lalinsky + INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake @${REINPLACE_CMD} -e 's,CodecID,AVCodecID,g' \ ${WRKSRC}/ffmpeg/audioconvert.h post-install: .for i in 16 24 32 48 128 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps ${INSTALL_DATA} ${WRKSRC}/images/acoustid-fp-${i}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/acoustid-fingerprinter.png .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/images/acoustid-fingerprinter.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps .include Index: head/audio/libcoverart/Makefile =================================================================== --- head/audio/libcoverart/Makefile (revision 396102) +++ head/audio/libcoverart/Makefile (revision 396103) @@ -1,29 +1,31 @@ # $FreeBSD$ PORTNAME= libcoverart PORTVERSION= 1.0.0 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= jhale@FreeBSD.org COMMENT= Library for accessing the MusicBrainz cover art archive LICENSE= LGPL20 LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ libneon.so:${PORTSDIR}/www/neon USES= cmake USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= metabrainz # {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name WRKSRC= ${WRKDIR}/${PORTNAME}-{PROJECT_VERSION} post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake .include Index: head/audio/mous/Makefile =================================================================== --- head/audio/mous/Makefile (revision 396102) +++ head/audio/mous/Makefile (revision 396103) @@ -1,123 +1,125 @@ # Created by: Yanhui Shen # $FreeBSD$ PORTNAME= mous PORTVERSION= 1.1a PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://cloud.github.com/downloads/bsdelf/mous/ +MASTER_SITES= GHC MAINTAINER= shen.elf@gmail.com COMMENT= Simple yet powerful audio player LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cmake USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= bsdelf OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \ MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \ WAVDECODER WAVENCODER WMA OPTIONS_DEFAULT= FAAC FAAD FLAC LAME CUE MAC4DECODER \ MPG123 NCURSES OSS QT4 TAGLIB VORBIS WAVDECODER \ WAVENCODER WMA OPTIONS_DEFAULT_amd64= ASSEMBLY OPTIONS_DEFAULT_i386= ASSEMBLY OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib ALSA_CMAKE_ON= -DWithPluginAlsaRenderer=1 ALSA_CMAKE_OFF= -DWithPluginAlsaRenderer=0 AO_LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao AO_CMAKE_ON= -DWithPluginAoRenderer=1 AO_CMAKE_OFF= -DWithPluginAoRenderer=0 ASSEMBLY_DESC= Enable assembly optimizations ASSEMBLY_BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm ASSEMBLY_CMAKE_ON= -DWithAssembly=1 ASSEMBLY_CMAKE_OFF= -DWithAssembly=0 CUE_LIB_DEPENDS= libcue.so:${PORTSDIR}/textproc/libcue CUE_CMAKE_ON= -DWithPluginCuePack=1 CUE_CMAKE_OFF= -DWithPluginCuePack=0 FAAC_LIB_DEPENDS= libfaac.so:${PORTSDIR}/audio/faac FAAC_CMAKE_ON= -DWithPluginFaacEncoder=1 FAAC_CMAKE_OFF= -DWithPluginFaacEncoder=0 FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad FAAD_CMAKE_ON= -DWithPluginFaadDecoder=1 FAAD_CMAKE_OFF= -DWithPluginFaadEncoder=0 FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac FLAC_CMAKE_ON= -DWithPluginFlacDecoder=1 FLAC_CMAKE_OFF= -DWithPluginFlacDecoder=0 LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame LAME_CMAKE_ON= -DWithPluginLameEncoder=1 LAME_CMAKE_OFF= -DWithPluginLameEncoder=0 MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 MPG123_CMAKE_ON= -DWithPluginMpg123Decoder=1 MPG123_CMAKE_OFF= -DWithPluginMpg123Decoder=0 MAC4DECODER_DESC= Newest mac4.11 decoder (*.ape) MAC4DECODER_CMAKE_ON= -DWithPluginMac4Decoder=1 MAC4DECODER_CMAKE_OFF= -DWithPluginMac4Decoder=0 MACDECODER_DESC= Old mac3.99 ape decoder (*.ape) MACDECODER_LIB_DEPENDS= libmac.so:${PORTSDIR}/audio/mac MACDECODER_CMAKE_ON= -DWithPluginMacDecoder=1 MACDECODER_CMAKE_OFF= -DWithPluginMacDecoder=0 NCURSES_DESC= Ncurses frontend NCURSES_USES= ncurses NCURSES_CMAKE_ON= -DWithFrontendNcurses=1 NCURSES_CMAKE_OFF= -DWithFrontendNcurses=0 OSS_CMAKE_ON= -DWithPluginOssRenderer=1 OSS_CMAKE_OFF= -DWithPluginOssRenderer=0 QT4_DESC= QT4 frontend QT4_USE= QT4=corelib,gui,linguisttools_build QT4_USE+= QT4=qmake_build,moc_build,rcc_build,uic_build QT4_CMAKE_ON= -DWithFrontendQt=1 QT4_CMAKE_OFF= -DWithFrontendQt=0 SDK_DESC= Install SDK SDK_CMAKE_ON= -DWithHeadFiles=1 SDK_CMAKE_OFF= -DWithHeadFiles=0 TAGLIB_DESC= TagLib plugin (recommended) TAGLIB_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib TAGLIB_CMAKE_ON= -DWithPluginTagLibParser=1 TAGLIB_CMAKE_OFF= -DWithPluginTagLibParser=0 VORBIS_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis VORBIS_CMAKE_ON= -DWithPluginOggDecoder=1 VORBIS_CMAKE_OFF= -DWithPluginOggDecoder=0 WAVDECODER_DESC= Decode Wav WAVDECODER_CMAKE_ON= -DWithPluginWavDecoder=1 WAVDECODER_CMAKE_OFF= -DWithPluginWavEncoder=0 WAVENCODER_DESC= Encode Wav WAVENCODER_CMAKE_ON= -DWithPluginWavEncoder=1 WAVENCODER_CMAKE_OFF= -DWithPluginWavEncoder=0 WMA_DESC= WMA decoder plugin WMA_CMAKE_ON= -DWithPluginWmaDecoder=1 WMA_CMAKE_OFF= -DWithPluginWmaDecoder=0 post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \ -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/CMakeLists.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mous/* .include Index: head/audio/shairport/Makefile =================================================================== --- head/audio/shairport/Makefile (revision 396102) +++ head/audio/shairport/Makefile (revision 396103) @@ -1,55 +1,54 @@ # Created by: Aldis Berjoza # $FreeBSD$ PORTNAME= shairport PORTVERSION= 0.05 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://cloud.github.com/downloads/miks/${PORTNAME}/ -DISTNAME= miks-${PORTNAME}-${REV} MAINTAINER= miks.mikelsons@gmail.com COMMENT= Airtunes emulator LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ avahi-publish-service:${PORTSDIR}/net/avahi-app USES= gmake perl5 pkgconfig USE_PERL5= run USE_OPENSSL= yes +USE_GITHUB= yes +GH_ACCOUNT= miks +GH_TAGNAME= b1cb9ea USE_RC_SUBR= ${PORTNAME} SUB_LIST= PERL=${PERL} PLIST_FILES= bin/${PORTNAME} bin/hairtunes bin/${PORTNAME}.pl PORTDOCS= README.md - -REV= b1cb9ea OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|avahi-|${LOCALBASE}/bin/avahi-|g' \ -e 's|$$FindBin.*|"${PREFIX}/bin/hairtunes";|' \ -e '/use FindBin;/d;s|/usr/bin/env perl|${PERL}|' \ ${WRKSRC}/shairport.c ${WRKSRC}/shairport.pl @${REINPLACE_CMD} 's/-lssl/-lcrypto/' ${WRKSRC}/Makefile do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin .for file in ${PORTNAME} hairtunes ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} -p ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/shairport/distinfo =================================================================== --- head/audio/shairport/distinfo (revision 396102) +++ head/audio/shairport/distinfo (revision 396103) @@ -1,2 +1,2 @@ -SHA256 (miks-shairport-b1cb9ea.tar.gz) = daf55530ba1fecb5a6b5a4c770c97e44cb0ca59a58cd87451975635197e1304f -SIZE (miks-shairport-b1cb9ea.tar.gz) = 40425 +SHA256 (miks-shairport-0.05-b1cb9ea_GH0.tar.gz) = 0e38b57a90c170a8cd798efe6df00beace91fc30a97da9e6f5568a2e06f6499f +SIZE (miks-shairport-0.05-b1cb9ea_GH0.tar.gz) = 40413 Index: head/deskutils/devd-notifier/Makefile =================================================================== --- head/deskutils/devd-notifier/Makefile (revision 396102) +++ head/deskutils/devd-notifier/Makefile (revision 396103) @@ -1,36 +1,37 @@ # Created by: Florian Unglaub # $FreeBSD$ PORTNAME= devd-notifier PORTVERSION= 0.1 CATEGORIES= deskutils -MASTER_SITES= https://cloud.github.com/downloads/funglaub/devd-notifier/\ - http://roladder.net/~flo/dist/ +MASTER_SITES= GHC http://roladder.net/~flo/dist/ MAINTAINER= f.unglaub@googlemail.com COMMENT= Daemon notifying the user about devd(8) events \ with libnotify LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify USES= pkgconfig PLIST_FILES= bin/devd-notifier \ man/man1/devd-notifier.1.gz +USE_GITHUB= yes +GH_ACCOUNT= funglaub pre-everything:: @${ECHO_MSG} "You can build devd-notifier with your own config.h using the DEVD-NOTIFIER_CONF knob:" @${ECHO_MSG} "make DEVD-NOTIFIER_CONF=/path/to/devd-notifier/config.h install clean" post-extract: .if defined(DEVD-NOTIFIER_CONF) @${ECHO_MSG} "creating config.h from ${DEVD-NOTIFIER_CONF}" @${CP} ${DEVD-NOTIFIER_CONF} ${WRKSRC}/config.h .endif post-patch: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/config.mk .include Index: head/devel/dbus-sharp/Makefile =================================================================== --- head/devel/dbus-sharp/Makefile (revision 396102) +++ head/devel/dbus-sharp/Makefile (revision 396103) @@ -1,34 +1,36 @@ # Created by: Tom McLaughlin # $FreeBSD$ PORTNAME= dbus-sharp PORTVERSION= 0.7.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel gnome -MASTER_SITES= http://cloud.github.com/downloads/mono/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= mono@FreeBSD.org COMMENT= Mono interface to the D-BUS messaging system LICENSE= MIT GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs USES= gmake mono pathfix pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= mono .include post-patch: .if ${OSVERSION} < 1000044 # libc.so is a symlink to the right libc.so.X ${REINPLACE_CMD} -e 's|libc.so.6|libc.so|' \ ${WRKSRC}/src/dbus-sharp.dll.config .else # libc.so is an LD script not usable by dllmap, so we have to set a proper # version number. ${REINPLACE_CMD} -e 's|libc.so.6|libc.so.7|' \ ${WRKSRC}/src/dbus-sharp.dll.config .endif .include Index: head/devel/dbus-sharp-glib/Makefile =================================================================== --- head/devel/dbus-sharp-glib/Makefile (revision 396102) +++ head/devel/dbus-sharp-glib/Makefile (revision 396103) @@ -1,18 +1,22 @@ # $FreeBSD$ PORTNAME= dbus-sharp-glib PORTVERSION= 0.5.0 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/ +MASTER_SITES= GHC MAINTAINER= mono@FreeBSD.org COMMENT= D-Bus for .NET: GLib integration module BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp USES= gmake pathfix pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= mono +GH_PROJECT= dbus-sharp + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs .include Index: head/devel/libcli/Makefile =================================================================== --- head/devel/libcli/Makefile (revision 396102) +++ head/devel/libcli/Makefile (revision 396103) @@ -1,23 +1,25 @@ # $FreeBSD$ PORTNAME= libcli PORTVERSION= 1.9.6 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/dparrish/libcli/ +MASTER_SITES= GHC MAINTAINER= tj@FreeBSD.org COMMENT= Emulates a Cisco style command-line interface LICENSE= LGPL21 USES= gmake USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= dparrish PLIST_FILES= lib/libcli.so \ lib/libcli.so.1.9.6 \ lib/libcli.so.1.9 \ lib/libcli.so.19 \ include/libcli.h .include Index: head/dns/p5-pgeodns/Makefile =================================================================== --- head/dns/p5-pgeodns/Makefile (revision 396102) +++ head/dns/p5-pgeodns/Makefile (revision 396103) @@ -1,22 +1,24 @@ # $FreeBSD$ PORTNAME= pgeodns PORTVERSION= 1.41 PORTREVISION= 2 CATEGORIES= dns perl5 -MASTER_SITES= http://cloud.github.com/downloads/abh/pgeodns/ +MASTER_SITES= GHC PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Geographic NameServer BUILD_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 USE_PERL5= configure +USE_GITHUB= yes +GH_ACCOUNT= abh .include Index: head/graphics/apvlv/Makefile =================================================================== --- head/graphics/apvlv/Makefile (revision 396102) +++ head/graphics/apvlv/Makefile (revision 396103) @@ -1,40 +1,42 @@ # Created by: Ju Pengfei # $FreeBSD$ PORTNAME= apvlv PORTVERSION= 0.1.4 PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/ +MASTER_SITES= GHC DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= xors@mailup.net COMMENT= PDF/DJVU Viewer that behaves like Vim LICENSE= GPLv2 LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USE_GNOME= gtk20 USES= cmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= naihe2010 CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \ -DMANDIR=${MANPREFIX}/man \ -DDOCDIR=${DOCSDIR} \ -DAPVLV_WITH_UMD=OFF \ -DAPVLV_WITH_TXT=ON CFLAGS+= -pthread LDFLAGS+= -pthread OPTIONS_DEFINE= DJVU WEBKIT DJVU_DESC= DjVu document support DJVU_CMAKE_ON= -DAPVLV_WITH_DJVU=ON DJVU_CMAKE_OFF= -DAPVLV_WITH_DJVU=OFF DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre WEBKIT_CMAKE_ON= -DAPVLV_WITH_HTML=ON WEBKIT_CMAKE_OFF= -DAPVLV_WITH_HTML=OFF WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 .include Index: head/graphics/glosm/Makefile =================================================================== --- head/graphics/glosm/Makefile (revision 396102) +++ head/graphics/glosm/Makefile (revision 396103) @@ -1,34 +1,35 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= glosm PORTVERSION= 0.0.2 PORTREVISION= 5 CATEGORIES= graphics geography -MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/glosm/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= GHC http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D OpenGL renderer for OpenStreetMap LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libexpat.so:${PORTSDIR}/textproc/expat2 USES= tar:bzip2 cmake USE_GL= gl USE_SDL= sdl +USE_GITHUB= yes +GH_ACCOUNT= AMDmi3 PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS regression-test: cd ${BUILD_WRKSRC} && ctest post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/japanese/ibus-skk/Makefile =================================================================== --- head/japanese/ibus-skk/Makefile (revision 396102) +++ head/japanese/ibus-skk/Makefile (revision 396103) @@ -1,39 +1,41 @@ # Created by: Hiroto Kagotani # $FreeBSD$ PORTNAME= ibus-skk PORTVERSION= 1.4.1 PORTREVISION= 3 CATEGORIES= japanese -MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Japanese SKK input engine for IBus RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo LIB_DEPENDS= libskk.so:${PORTSDIR}/japanese/libskk \ libibus-1.0.so:${PORTSDIR}/textproc/ibus USES= gettext gmake pkgconfig python USE_GNOME= intltool +USE_GITHUB= yes +GH_ACCOUNT= ueno GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= NLS post-patch: @${REINPLACE_CMD} -e 's|/usr/share/skk/SKK-JISYO.L|${LOCALBASE}/share/skk/SKK-JISYO.L|' ${WRKSRC}/src/preferences.c .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include Index: head/lang/rhino/Makefile =================================================================== --- head/lang/rhino/Makefile (revision 396102) +++ head/lang/rhino/Makefile (revision 396103) @@ -1,62 +1,64 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= rhino DISTVERSION= 1_7R4 CATEGORIES= lang java -MASTER_SITES= http://cloud.github.com/downloads/mozilla/rhino/:rhino \ +MASTER_SITES= GHC \ LOCAL/nivit/${PORTNAME}/:swingex \ APACHE/xmlbeans/binaries/:xmlbeans -DISTFILES= ${PORTNAME}${DISTVERSION}.zip:rhino \ +DISTFILES= ${PORTNAME}${DISTVERSION}.zip \ src.zip:swingex \ xmlbeans-2.5.0.zip:xmlbeans DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}${DISTVERSION}.zip MAINTAINER= nivit@FreeBSD.org COMMENT= Implementation of JavaScript written in Java LICENSE= MPL ALL_TARGET= jar DATADIR= ${JAVASHAREDIR}/${PORTNAME} JAVA_VERSION= 1.6+ LINEDIT_DESC= Enable line editing in the Rhino shell LINEDIT_RUN_DEPENDS= ${JLINEJAR}:${PORTSDIR}/devel/jline LINEDIT_USE= java=yes ant=yes MAKE_ARGS= -Dxmlbeans.url=file://${DISTDIR}/${DIST_SUBDIR}/xmlbeans-2.5.0.zip \ -Dswing-ex-url=file://${DISTDIR}/${DIST_SUBDIR}/src.zip OPTIONS_DEFAULT= LINEDIT OPTIONS_DEFINE= LINEDIT USES= zip +USE_GITHUB= yes +GH_ACCOUNT= mozilla .include .if ${PORT_OPTIONS:MLINEDIT} JLINEJAR= ${JAVAJARDIR}/jline.jar .else JLINEJAR="" .endif RHINOJAR= ${DATADIR}/${PORTNAME}.jar SUB_FILES= rhinoc rhinodbg rhinosh SUB_LIST= RHINOJAR=${RHINOJAR} JLINEJAR="${JLINEJAR}" WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION} do-install: @${MKDIR} ${STAGEDIR}${DATADIR}; \ ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}${DISTVERSION}/js.jar ${STAGEDIR}${RHINOJAR}; \ RHINOSCRIPTS="${SUB_FILES}"; \ for RHINOSCRIPT in $${RHINOSCRIPTS}; do \ ${INSTALL_SCRIPT} ${WRKDIR}/$${RHINOSCRIPT} ${STAGEDIR}${PREFIX}/bin/; \ done .include Index: head/math/liblbfgs/Makefile =================================================================== --- head/math/liblbfgs/Makefile (revision 396102) +++ head/math/liblbfgs/Makefile (revision 396103) @@ -1,40 +1,42 @@ # Created by: Hung-Yi Chen # $FreeBSD$ PORTNAME= liblbfgs PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/ +MASTER_SITES= GHC MAINTAINER= gaod@hychen.org COMMENT= Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool +USE_GITHUB= yes +GH_ACCOUNT= chokkan GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env OPTIONS_DEFINE= OPTIMIZED DOCS OPTIMIZED_DESC= SSE2 optimization routines .include # Enable/disable compilation optimizations. .if ${PORT_OPTIONS:MOPTIMIZED} CONFIGURE_ARGS+= --enable-sse2 .endif PLIST_FILES= lib/liblbfgs-1.10.so lib/liblbfgs.a \ lib/liblbfgs.so include/lbfgs.h PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS post-patch: .if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in .endif .include Index: head/net/libnfs/Makefile =================================================================== --- head/net/libnfs/Makefile (revision 396102) +++ head/net/libnfs/Makefile (revision 396103) @@ -1,25 +1,27 @@ # Created by: Manuel Creach # $FreeBSD$ PORTNAME= libnfs PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= manuel.creach@icloud.com COMMENT= Client library for accessing NFS shares over a network LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= sahlberg post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ ${WRKSRC}/Makefile.am .include Index: head/net/mrouted/Makefile =================================================================== --- head/net/mrouted/Makefile (revision 396102) +++ head/net/mrouted/Makefile (revision 396103) @@ -1,29 +1,31 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= mrouted PORTVERSION= 3.9.6 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/troglobit/mrouted/ +MASTER_SITES= GHC MAINTAINER= hrs@FreeBSD.org COMMENT= Multicast routing daemon providing DVMRP for IPv4 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_RC_SUBR= mrouted USES= gmake tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= troglobit MAKE_ARGS= sysconfdir=${PREFIX}/etc \ mandir=${MAN8PREFIX}/man/man8 PORTDOCS= README AUTHORS ChangeLog PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \ etc/mrouted.conf man/man8/map-mbone.8.gz \ man/man8/mrinfo.8.gz man/man8/mrouted.8.gz \ man/man8/mtrace.8.gz OPTIONS_DEFINE= DOCS DOCS_MAKE_ARGS= datadir=${DOCSDIR} doc=yes .include Index: head/security/samba-virusfilter/Makefile =================================================================== --- head/security/samba-virusfilter/Makefile (revision 396102) +++ head/security/samba-virusfilter/Makefile (revision 396103) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= samba-virusfilter PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://cloud.github.com/downloads/fumiyas/samba-virusfilter/ +MASTER_SITES= GHC MAINTAINER= kuriyama@FreeBSD.org COMMENT= On-access anti-virus filter for Samba PATCH_DEPENDS= smbclient:${PORTSDIR}/net/${SAMBA_PORT} BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${SAMBA_PORT}:configure RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh GNU_CONFIGURE= yes USES= gmake shebangfix tar:bzip2 SHEBANG_FILES= bin/svf-notify.ksh +USE_GITHUB= yes +GH_ACCOUNT= fumiyas + ALL_TARGET= # should empty CONFIGURE_ARGS= --with-samba-source=`cd ${PORTSDIR}/net/${SAMBA_PORT}; ${MAKE} -VWRKSRC` \ --with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid SAMBA_PORT?= samba36 USE_AUTOTOOLS= autoconf autoheader # for net/${SAMBA_PORT} configure MAKE_ARGS= SAMBA_DATADIR=${PREFIX} .include Index: head/sysutils/autojump/Makefile =================================================================== --- head/sysutils/autojump/Makefile (revision 396102) +++ head/sysutils/autojump/Makefile (revision 396103) @@ -1,50 +1,49 @@ # Created by: Neeraj Verma # $FreeBSD$ PORTNAME= autojump PORTVERSION= 13 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/joelthelion/autojump/ \ - http://www.vermatech.com/distfiles/ +MASTER_SITES= GHC http://www.vermatech.com/distfiles/ DISTNAME= autojump_v${PORTVERSION} MAINTAINER= neeraj.verma.ports@vermatech.com COMMENT= Tool that acts as a complement to cd LICENSE= GPLv3 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes USES= python:run +USE_GITHUB= yes +GH_ACCOUNT= joelthelion SUB_FILES= pkg-install PLIST_FILES= bin/autojump \ bin/jumpapplet \ man/man1/autojump.1.gz \ share/autojump/autojump.bash \ share/autojump/autojump.zsh \ share/autojump/icon.png OPTIONS_DEFINE= ZSH OPTIONS_DEFAULT= ZSH ZSH_RUN_DEPENDS= zsh:${PORTSDIR}/shells/zsh ZSH_PLIST_FILES= share/zsh/site-functions/_j -.include - post-patch: @${REINPLACE_CMD} -e '/#!\/usr\/bin/s|python|env &|' \ ${WRKSRC}/autojump do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${SH} ./install.sh \ --prefix ${STAGEDIR}${PREFIX}) -.if ${PORT_OPTIONS:MZSH} + +do-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/_j \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions -.endif .include Index: head/sysutils/bsdinfo/Makefile =================================================================== --- head/sysutils/bsdinfo/Makefile (revision 396102) +++ head/sysutils/bsdinfo/Makefile (revision 396103) @@ -1,25 +1,27 @@ # Created by: samu # $FreeBSD$ PORTNAME= bsdinfo PORTVERSION= 0.22 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/ +MASTER_SITES= GHC MAINTAINER= freebsd-ports@samu.pl COMMENT= Simple utility to display system-based information +USE_GITHUB= yes +GH_ACCOUNT= samupl GNU_CONFIGURE= yes OPTIONS_DEFINE= X256 OPTIONS_DEFAULT=X256 X256_DESC= Build the 256 color version X256_CONFIGURE_ON= --x256 PLIST_FILES+= bin/bsdinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsdinfo ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/confctl/Makefile =================================================================== --- head/sysutils/confctl/Makefile (revision 396102) +++ head/sysutils/confctl/Makefile (revision 396103) @@ -1,19 +1,21 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= confctl PORTVERSION= 1.2 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/trasz/confctl/ \ +MASTER_SITES= GHC \ LOCAL/trasz MAINTAINER= trasz@FreeBSD.org COMMENT= Utility to parse and modify C-like configuration files LICENSE= BSD2CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= trasz GNU_CONFIGURE= yes PLIST_FILES= bin/confctl \ man/man1/confctl.1.gz .include Index: head/sysutils/zfs-stats/Makefile =================================================================== --- head/sysutils/zfs-stats/Makefile (revision 396102) +++ head/sysutils/zfs-stats/Makefile (revision 396103) @@ -1,28 +1,30 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= zfs-stats PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/mmatuska/zfs-stats/ +MASTER_SITES= GHC MAINTAINER= mm@FreeBSD.org COMMENT= Display human-readable ZFS statistics LICENSE= BSD2CLAUSE USES= perl5 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= mmatuska NO_BUILD= yes SHEBANG_FILES= zfs-* perl_OLD_CMD= /usr/bin/env -iS perl PLIST_FILES= bin/zfs-stats \ bin/zfs-mon do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats ${INSTALL_SCRIPT} ${WRKSRC}/zfs-mon ${STAGEDIR}${PREFIX}/bin/zfs-mon .include Index: head/textproc/tidyp/Makefile =================================================================== --- head/textproc/tidyp/Makefile (revision 396102) +++ head/textproc/tidyp/Makefile (revision 396103) @@ -1,28 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tidyp PORTVERSION= 1.04 PORTREVISION= 2 CATEGORIES= textproc www -MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \ - LOCAL/sunpoet +MASTER_SITES= GHC LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and program to validate and fix HTML CONFIGURE_ARGS= --enable-asian --enable-utf16 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool +USE_GITHUB= yes +GH_ACCOUNT= petdance OPTIONS_DEFINE= ACCESS DEBUG ACCESS_DESC= Accessibility checks PLIST_SUB= PORTVERSION=${PORTVERSION} ACCESS_CONFIGURE_ENABLE=access DEBUG_CONFIGURE_ENABLE= debug .include Index: head/www/ach/Makefile =================================================================== --- head/www/ach/Makefile (revision 396102) +++ head/www/ach/Makefile (revision 396103) @@ -1,32 +1,35 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= ACH PORTVERSION= 1.0.3 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/Burton/Analysis-of-Competing-Hypotheses/ +MASTER_SITES= GHC EXTRACT_SUFX= -alpha.tar MAINTAINER= danilo@FreeBSD.org COMMENT= Free, open source tool for complex research problems LICENSE= GPLv3 USE_MYSQL= yes USE_PHP= yes +USE_GITHUB= yes +GH_ACCOUNT= Burton +GH_PROJECT= Analysis-of-Competing-Hypotheses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha NO_BUILD= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} # Get rid of temp files packaged in the upstream distfile post-extract: @${FIND} ${WRKSRC} -type f -not -name .htaccess -a \ -name .\* -delete do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Index: head/www/gaeutilities/Makefile =================================================================== --- head/www/gaeutilities/Makefile (revision 396102) +++ head/www/gaeutilities/Makefile (revision 396103) @@ -1,30 +1,30 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= gaeutilities PORTVERSION= 1.4 PORTREVISION= 0 CATEGORIES= www devel -MASTER_SITES= http://cloud.github.com/downloads/joerussbowman/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Utility classes to make working with Google App Engine easier RUN_DEPENDS= google-appengine>=1.2.4_1:${PORTSDIR}/www/google-appengine USES= python:2 # same as www/google-appengine - -WRKSRC= ${WRKDIR}/joerussbowman-gaeutilities-ea3f7e1 +USE_GITHUB= yes +GH_ACCOUNT= joerussbowman +GH_TAGNAME= ea3f7e1 OPTIONS_DEFINE= DOCS do-build: ${PYTHON_CMD} -m compileall -f ${WRKSRC}/appengine_utilities ${PYTHON_CMD} -O -m compileall -f ${WRKSRC}/appengine_utilities do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} appengine_utilities ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} && cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/www/gaeutilities/distinfo =================================================================== --- head/www/gaeutilities/distinfo (revision 396102) +++ head/www/gaeutilities/distinfo (revision 396103) @@ -1,2 +1,2 @@ -SHA256 (gaeutilities-1.4.tar.gz) = 3f6f1cba59da1546d03ab439d59583c747d13676926529a045bcc3ef902f5be3 -SIZE (gaeutilities-1.4.tar.gz) = 779726 +SHA256 (joerussbowman-gaeutilities-1.4-ea3f7e1_GH0.tar.gz) = 3ed7e2e8da8d13266b1fa0a318ed057c0da35cdf2156495737c960eddb8efbd9 +SIZE (joerussbowman-gaeutilities-1.4-ea3f7e1_GH0.tar.gz) = 779718 Index: head/www/mod_xsendfile/Makefile =================================================================== --- head/www/mod_xsendfile/Makefile (revision 396102) +++ head/www/mod_xsendfile/Makefile (revision 396103) @@ -1,20 +1,21 @@ # Created by: Andrew T. Bennett # $FreeBSD$ PORTNAME= mod_xsendfile PORTVERSION= 0.12 PORTREVISION= 3 CATEGORIES= www -MASTER_SITES= https://tn123.org/mod_xsendfile/ \ - http://cloud.github.com/downloads/potatosalad/mod_xsendfile/ +MASTER_SITES= https://tn123.org/mod_xsendfile/ GHC MAINTAINER= potatosaladx@gmail.com COMMENT= Apache2 module that processes X-SENDFILE headers LICENSE= APACHE20 USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes +USE_GITHUB= yes +GH_ACCOUNT= potatosalad .include Index: head/www/p5-Ark/Makefile =================================================================== --- head/www/p5-Ark/Makefile (revision 396102) +++ head/www/p5-Ark/Makefile (revision 396103) @@ -1,38 +1,40 @@ # $FreeBSD$ PORTNAME= Ark PORTVERSION= 0.1.r1 PORTREVISION= 2 CATEGORIES= www perl5 -MASTER_SITES= http://cloud.github.com/downloads/typester/ark-perl/ \ - LOCAL/kuriyama +MASTER_SITES= GHC LOCAL/kuriyama PKGNAMEPREFIX= p5- DISTNAME= Ark-0.001000_001 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl web application framework BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Method-Modifiers-Fast>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers-Fast \ p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID \ p5-Data-Util>0:${PORTSDIR}/devel/p5-Data-Util \ p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-FindBin-libs>0:${PORTSDIR}/devel/p5-FindBin-libs \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Engine>=0.1.8:${PORTSDIR}/www/p5-HTTP-Engine \ p5-HTTP-Engine-Middleware>=0.13:${PORTSDIR}/www/p5-HTTP-Engine-Middleware \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ p5-Module-Setup>0:${PORTSDIR}/devel/p5-Module-Setup \ p5-Mouse>=0.21:${PORTSDIR}/devel/p5-Mouse \ p5-MouseX-Types-Path-Class>0:${PORTSDIR}/devel/p5-MouseX-Types-Path-Class \ p5-Path-Class>=0.16:${PORTSDIR}/devel/p5-Path-Class \ p5-Text-SimpleTable>=0.05:${PORTSDIR}/textproc/p5-Text-SimpleTable \ p5-URI>0:${PORTSDIR}/net/p5-URI USES= perl5 USE_PERL5= configure +USE_GITHUB= yes +GH_ACCOUNT= typester +GH_PROJECT= ark-perl .include Index: head/www/tdom/Makefile =================================================================== --- head/www/tdom/Makefile (revision 396102) +++ head/www/tdom/Makefile (revision 396103) @@ -1,56 +1,57 @@ # Created by: Aldert Nooitgedagt # $FreeBSD$ PORTNAME= tDOM PORTVERSION= 0.8.3 CATEGORIES= www -MASTER_SITES= https://cloud.github.com/downloads/tDOM/tdom/ \ - http://mirrors.rit.edu/zi/ +MASTER_SITES= GHC http://mirrors.rit.edu/zi/ MAINTAINER= mi@aldan.algebra.com COMMENT= High performance XML data processing with Tcl (ARGS for OpenACS) WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/unix TDOMBASE= ${PREFIX}/lib/tdom${PORTVERSION} OPTIONS_DEFINE= DOCS USES= gmake tcl tar:tgz +USE_GITHUB= yes +GH_PROJECT= tdom HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure pre-configure: ${RM} -f ${WRKSRC}/../generic/domalloc.? PLIST_SUB+= PORTVERSION=${PORTVERSION} DOCS= CHANGES LICENSE README README.AOL HTMLDOCS= category-index.html dom.html domDoc.html domNode.html \ expat.html expatapi.html index.html keyword-index.html \ tdomcmd.html tnc.html post-build test: ${SETENV} LANG=C ${MAKE} -C ${WRKSRC} test .include CONFIGURE_ARGS+=--enable-threads --disable-tdomalloc \ --with-tcl=${TCL_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR} \ --prefix=${PREFIX} --exec-prefix=${PREFIX} post-install: chmod 755 ${STAGEDIR}${TDOMBASE} chmod 644 ${STAGEDIR}${TDOMBASE}/* .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html . for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/../${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} . endfor . for FILE in ${HTMLDOCS} @${INSTALL_DATA} ${WRKSRC}/../doc/${FILE} ${STAGEDIR}${DOCSDIR}/html/${FILE} . endfor .endif .include Index: head/www/tinymce3/Makefile =================================================================== --- head/www/tinymce3/Makefile (revision 396102) +++ head/www/tinymce3/Makefile (revision 396103) @@ -1,41 +1,41 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= tinymce PORTVERSION= 3.5.8 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ \ - LOCAL/sunpoet +MASTER_SITES= GHC LOCAL/sunpoet PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites LICENSE= LGPL21 CONFLICTS_INSTALL= tinymce-[0-24-9]* NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} USES= cpe zip +USE_GITHUB= yes post-extract: @cd ${WRKSRC}/ && ${FIND} -s * -type d -empty | ${XARGS} -I % ${TOUCH} %/.keepme do-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ # maintainer section: MS_PLIST= ${WRKDIR}/.ms-pkg-plist genplist: do-clean extract ${ECHO} "@owner www" > ${MS_PLIST} ${ECHO} "@group www" >> ${MS_PLIST} cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} ${ECHO} "@owner" >> ${MS_PLIST} ${ECHO} "@group" >> ${MS_PLIST} ${INSTALL} -m 600 ${MS_PLIST} ${PLIST} .include Index: head/www/tinytinyhttpd/Makefile =================================================================== --- head/www/tinytinyhttpd/Makefile (revision 396102) +++ head/www/tinytinyhttpd/Makefile (revision 396103) @@ -1,31 +1,31 @@ # Created by: Shinsuke Matsui # $FreeBSD$ PORTNAME= tinytinyhttpd PORTVERSION= 0.0.11 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ +MASTER_SITES= GHC MAINTAINER= smatsui@karashi.org COMMENT= Tiny tiny httpd +USE_GITHUB= yes +GH_ACCOUNT= mattn + HAS_CONFIGURE= yes PLIST_FILES= bin/tthttpd SUB_FILES= example.conf PORTDOCS= README example.conf ChangeLog OPTIONS_DEFINE= DOCS -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tthttpd ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/example.conf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} -.endif .include