diff --git a/devel/libdict/Makefile b/devel/libdict/Makefile index 84a6c1dfabd1..ef594559e370 100644 --- a/devel/libdict/Makefile +++ b/devel/libdict/Makefile @@ -1,37 +1,39 @@ # Created by: Alex Semenyaka # $FreeBSD$ PORTNAME= libdict PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source treap_insert.pdf:doc \ avl_insert.pdf:doc empty.pdf:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library providing access to ``dictionary'' data structures BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-02-08 USES= gmake MAKEFILE= GNUmakefile USE_LDCONFIG= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} OPTIONS_DEFINE= DOCS post-extract: . for ___f in avl_insert.pdf empty.pdf treap_insert.pdf @${CP} ${DISTDIR}/${___f} ${WRKSRC}/ . endfor post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} . for ___f in avl_insert.pdf empty.pdf treap_insert.pdf @${CP} ${WRKSRC}/${___f} ${STAGEDIR}${DOCSDIR} . endfor .include diff --git a/devel/py-re2/Makefile b/devel/py-re2/Makefile index 4052274b89c2..b5ed7d9d0589 100644 --- a/devel/py-re2/Makefile +++ b/devel/py-re2/Makefile @@ -1,30 +1,32 @@ # Created by: Edward Chuang # $FreeBSD$ PORTNAME= re2 PORTVERSION= 0.2.22 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= edwardchuang@gmail.com COMMENT= Python wrapper for Google RE2 using Cython LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-02-08 BUILD_DEPENDS= cython:lang/cython LIB_DEPENDS= libre2.so:devel/re2 USES= python:-2.7 USE_PYTHON= autoplist distutils PYDISTUTILS_BUILDARGS= --cython EXTRACT_AFTER_ARGS= --exclude src/re2.cpp post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index 2a588d2182eb..7d34cba742b4 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -1,39 +1,41 @@ # Created by: b.f. # $FreeBSD$ PORTNAME= SuppDists DISTVERSION= 1.1-9.4 CATEGORIES= math MASTER_SITES= CRAN \ http://r.research.att.com/benchmarks/:benchmark \ LOCAL/bf:benchmark DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \ ${BENCHMARK_SCRIPT}:benchmark EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Supplementary distributions and RNG for R LICENSE= GPLv2 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-02-08 BENCHMARK_SCRIPT= R-benchmark-25.R USES= cran:auto-plist WRKSRC= ${WRKDIR}/${PORTNAME} .if defined(MAINTAINER_MODE) USES+= dos2unix DOS2UNIX_FILES= ../${BENCHMARK_SCRIPT} post-extract: @${CP} ${_DISTDIR}/${BENCHMARK_SCRIPT} ${WRKDIR} post-install: benchmark benchmark: @${LOCALBASE}/bin/Rscript --vanilla ${WRKDIR}/${BENCHMARK_SCRIPT} .endif .include diff --git a/misc/teslams/Makefile b/misc/teslams/Makefile index 14c4b9cfa090..a6c04c739c90 100644 --- a/misc/teslams/Makefile +++ b/misc/teslams/Makefile @@ -1,47 +1,49 @@ # Created by: Bruce A. Mah # $FreeBSD$ PORTNAME= teslams PORTVERSION= 1.1.4 CATEGORIES= misc MAINTAINER= bmah@FreeBSD.org COMMENT= Node.js implementation of Tesla Model S API client # teslams is BSD2CLAUSE but the installation pulls in a bunch # of other packages with varying licenses. LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL LICENSE_COMB= multi BROKEN= tries to download from registry.npmjs.org during stage phase +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-02-08 BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= hjespers GH_PROJECT= teslams GH_TAGNAME= 6f6dfa2 SCRIPTS= chargebar climatemon restla streaming teslacmd teslamap \ visualize/visualize do-install: (cd ${STAGEDIR}${PREFIX}/lib ; ${SETENV} HOME=${WRKDIR} npm install ${WRKSRC}) # Link to executable scripts where the user can run them .for l in ${SCRIPTS} ${LN} -s ../lib/node_modules/${PORTNAME}/examples/${l}.js ${STAGEDIR}${PREFIX}/bin/`echo ${l} | ${SED} -e 's,.*/,,'` .endfor # We have to generate the plist dynamically here because the # npm install process pulls in dependencies at port install # time, therefore the exact set of files included in the port # isn't known until we try to install it. Another implication # is that a rebuild of the port may wind up with different versions # of dependencies but still carry the same version number. :-( @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s bin -not -type d) >> ${TMPPLIST} @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s lib/node_modules/${PORTNAME} -not -type d) >> ${TMPPLIST} .include diff --git a/net-p2p/digitalcoin/Makefile b/net-p2p/digitalcoin/Makefile index 9a45a80c5a0d..04e00083758c 100644 --- a/net-p2p/digitalcoin/Makefile +++ b/net-p2p/digitalcoin/Makefile @@ -1,56 +1,58 @@ # Created by: myst3r10n # $FreeBSD$ PORTNAME= digitalcoin PORTVERSION= 1.0.0.0b PORTREVISION= 7 CATEGORIES= net-p2p MAINTAINER= myst3r10n@rocketmail.com COMMENT= Alternative Bitcoin peer-to-peer currency client BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-02-08 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libminiupnpc.so:net/miniupnpc USE_GITHUB= yes GH_ACCOUNT= baritus GH_TAGNAME= 96b098a USES= bdb:48 desktop-file-utils gmake ssl USE_QT4= corelib gui qmake_build linguisttools_build uic_build \ moc_build rcc_build PLIST_FILES= bin/${BINARY} share/applications/digitalcoin-qt.desktop \ share/pixmaps/digitalcoin.png BINARY= digitalcoin-qt .include do-configure: cd ${WRKSRC} && ${SETENV} ${QMAKE_ENV} \ ${QMAKE} ${QMAKE_ARGS} USE_UPNP=${QMAKE_USE_UPNP} \ USE_QRCODE=${QMAKE_USE_QRCODE} \ QMAKE_LRELEASE=lrelease-qt4 PREFIX=${PREFIX} \ INCLUDEPATH=${BDB_INCLUDE_DIR} \ QMAKE_LIBDIR+=${BDB_LIB_DIR} ${PORTNAME}-qt.pro do-install: @${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${STAGEDIR}${PREFIX}/bin/ ${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \ -e 's,bitcoin,digitalcoin,g' \ -e 's,Bitcoin,Digitalcoin,g' \ -e 's,xpm,png,g' \ -e 's,80,,g' ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \ ${STAGEDIR}${PREFIX}/share/applications/digitalcoin-qt.desktop ${INSTALL} ${WRKSRC}/src/qt/res/icons/bitcoin.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/digitalcoin.png .include diff --git a/www/fira-webfont/Makefile b/www/fira-webfont/Makefile index 7980def4de00..cbe1c2ec385b 100644 --- a/www/fira-webfont/Makefile +++ b/www/fira-webfont/Makefile @@ -1,78 +1,80 @@ # Created by: Horia Racoviceanu # $FreeBSD$ PORTNAME= fira PORTVERSION= 4.104 CATEGORIES= www MASTER_SITES= http://www.carrois.com/downloads/%SUBDIR%/:sans,mono \ SF/horia/${CATEGORIES}/${PORTNAME}${PKGNAMESUFFIX}/%SUBDIR%/:sans,mono,bp MASTER_SITE_SUBDIR= ${PORTNAME}_4_1/:sans,bp ${PORTNAME}_mono_3_2/:mono PKGNAMESUFFIX= -webfont DISTNAME= ${PORTNAME:S|f|F|} DISTFILES= ${DISTNAME}Boilerplate${PORTVERSION:S|.||}${EXTRACT_SUFX}:bp \ ${DISTNAME}Fonts${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \ ${DISTNAME}MonoFonts${MONO_VERSION}${EXTRACT_SUFX}:mono EXTRACT_ONLY= ${DISTFILES:C|:[^:]+$||:M*.zip} MAINTAINER= ports@FreeBSD.org COMMENT= Sans-serif and monospaced Web Font for small screens LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/${DISTNAME}Fonts${PORTVERSION:S|.||}/License.txt BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-02-08 USES= zip NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= pkg-message PLIST_SUB= WWWDIR_REL="${WWWDIR_REL}" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf *.rtf EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX} PORTEXAMPLES= * MONO_VERSION= 3204 OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_DESC= UFO source files DOCS_DISTFILES= ${DISTNAME}_4_1_Version_Report.rtf:sans \ ${DISTNAME}PDF${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \ ${DISTNAME}MonoPDF${MONO_VERSION}${EXTRACT_SUFX}:mono EXAMPLES_DISTFILES= ${DISTNAME}UFO_beta${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \ ${DISTNAME}MonoUFO_beta${MONO_VERSION}${EXTRACT_SUFX}:mono .include do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} .for b in index.html ${PORTNAME:S|$|.css|} ${INSTALL_DATA} \ ${WRKSRC}/${DISTNAME}Boilerplate${PORTVERSION:S|.||}/${b} \ ${STAGEDIR}${WWWDIR} .endfor .for w in eot ttf woff woff2 @${MKDIR} ${STAGEDIR}${WWWDIR}/${w} ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}*Fonts*/WEB/${w:tu}/${DISTNAME}*.${w} \ ${STAGEDIR}${WWWDIR}/${w}/ .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${DISTDIR}/${DISTFILES:C|:[^:]+$||:M*.rtf} ${WRKSRC} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|:M*.rtf} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/${DISTNAME}*PDF*/|:M*.pdf} \ ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} . for e in ${EXAMPLES_DISTFILES:R:C|:[^:]+$||} (cd ${WRKSRC}/${e} && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) . endfor .endif .include