diff options
Diffstat (limited to 'devel')
52 files changed, 103 insertions, 2 deletions
diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index f14cb0851d36..0a3d8181e006 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -13,6 +13,8 @@ COMMENT= GLCD Graphical LCD Library LICENSE= LGPL21 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= arduino:devel/arduino WRKSRC= ${WRKDIR}/glcd diff --git a/devel/bmkdep/Makefile b/devel/bmkdep/Makefile index 0424df13e088..eb5d8bc14839 100644 --- a/devel/bmkdep/Makefile +++ b/devel/bmkdep/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Construct Makefile dependency list +BROKEN= Unfetchable (google code has gone away) + USES= uidfix MAKE_ENV= PKGDIR="${PKGDIR}" NO_OBJ=YES diff --git a/devel/bncsutil-ghost++/Makefile b/devel/bncsutil-ghost++/Makefile index 75ec002b5444..a797e3b35fba 100644 --- a/devel/bncsutil-ghost++/Makefile +++ b/devel/bncsutil-ghost++/Makefile @@ -14,6 +14,8 @@ COMMENT= Utility library for Battle.net clients in C++ LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libgmp.so:math/gmp PROJECTHOST= ghostplusplus diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 47b4db4587f8..daee2b7b40de 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -14,6 +14,8 @@ COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + USES= ssl tar:tgz LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} diff --git a/devel/c-unit/Makefile b/devel/c-unit/Makefile index a467a2749c7a..b992cee91423 100644 --- a/devel/c-unit/Makefile +++ b/devel/c-unit/Makefile @@ -12,6 +12,8 @@ COMMENT= Unit testing framework for C LICENSE= LGPL20 +BROKEN= Unfetchable (google code has gone away) + CONFLICTS= cunit-[0-9]* GNU_CONFIGURE= yes diff --git a/devel/ccons/Makefile b/devel/ccons/Makefile index 62ae6672b7f5..e2cdc7de9daa 100644 --- a/devel/ccons/Makefile +++ b/devel/ccons/Makefile @@ -13,6 +13,8 @@ COMMENT= Interactive Console for the C Programming Language LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= llvm-config33:devel/llvm33 \ clang++33:lang/clang33 RUN_DEPENDS= clang++33:lang/clang33 diff --git a/devel/checkheaders/Makefile b/devel/checkheaders/Makefile index ef60ab59647f..b05b91382ff6 100644 --- a/devel/checkheaders/Makefile +++ b/devel/checkheaders/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Checks headers in C/C++ programs +BROKEN= Unfetchable (google code has gone away) + USES= gmake zip MAKE_ARGS= CXX="${CXX}" diff --git a/devel/cityhash/Makefile b/devel/cityhash/Makefile index 7ab0b37f10a4..66efc2d5b980 100644 --- a/devel/cityhash/Makefile +++ b/devel/cityhash/Makefile @@ -13,6 +13,8 @@ COMMENT= Family of hash functions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + USES= cpe libtool CPE_VENDOR= google GNU_CONFIGURE= yes diff --git a/devel/cld/Makefile b/devel/cld/Makefile index cd88fbb77bf4..0d26654b26e1 100644 --- a/devel/cld/Makefile +++ b/devel/cld/Makefile @@ -12,6 +12,8 @@ DISTNAME= compact-language-detector-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Chromium compact language detector library +BROKEN= Unfetchable (google code has gone away) + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/dissy/Makefile b/devel/dissy/Makefile index 9a44c5802697..d9f4b3501a95 100644 --- a/devel/dissy/Makefile +++ b/devel/dissy/Makefile @@ -12,6 +12,8 @@ COMMENT= Graphical frontend to the objdump disassembler LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>0:www/py-webkitgtk LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 0eec8e25aef8..bcdc5160ed89 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -14,6 +14,8 @@ COMMENT= Distribute compilation of C(++) code acrosss machines on a network LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libpopt.so:devel/popt GNU_CONFIGURE= yes diff --git a/devel/freeocl/Makefile b/devel/freeocl/Makefile index fc1c001ea1ab..1f301fd7a7f2 100644 --- a/devel/freeocl/Makefile +++ b/devel/freeocl/Makefile @@ -13,6 +13,8 @@ COMMENT= Free Open Computing Language (OpenCL) implementation for CPU LICENSE= LGPL3 +BROKEN= Unfetchable (google code has gone away) + BROKEN_powerpc64= Does not build BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \ diff --git a/devel/fuel/Makefile b/devel/fuel/Makefile index 81c083a00f39..1af69c096f7b 100644 --- a/devel/fuel/Makefile +++ b/devel/fuel/Makefile @@ -11,6 +11,8 @@ COMMENT= GUI front-end to fossil SCM tool LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${LOCALBASE}/bin/fossil:devel/fossil USES= qmake diff --git a/devel/gitinspector/Makefile b/devel/gitinspector/Makefile index f402ded40aaa..b612185c6b72 100644 --- a/devel/gitinspector/Makefile +++ b/devel/gitinspector/Makefile @@ -11,6 +11,8 @@ COMMENT= Statistical analysis tool for git repositories LICENSE= GPLv3 +BROKEN= Unfetchable (google code has gone away) + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= zip python diff --git a/devel/google-gdata/Makefile b/devel/google-gdata/Makefile index 39c4c33b0957..96889c4d35b6 100644 --- a/devel/google-gdata/Makefile +++ b/devel/google-gdata/Makefile @@ -12,6 +12,8 @@ COMMENT= DOT NET library for the Google Data API LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsoft-json USES= dos2unix gmake mono diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index ebabb54a3d04..bb34b3a22529 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -13,6 +13,8 @@ DISTNAME= sparsehash-${PORTVERSION} MAINTAINER= vd@FreeBSD.org COMMENT= Extremely memory-efficient hash_map implementation +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes USES= compiler:c++11-lang diff --git a/devel/google-styleguide/Makefile b/devel/google-styleguide/Makefile index 4922d48233b6..0561075f962a 100644 --- a/devel/google-styleguide/Makefile +++ b/devel/google-styleguide/Makefile @@ -11,6 +11,8 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Tool to assist with Google style guide compliance +BROKEN= Unfetchable (google code has gone away) + USES= python NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index ec54f8d44290..25e714b70ece 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -12,6 +12,8 @@ COMMENT= Small, efficient C++ GUI library designed for games LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pathfix libtool diff --git a/devel/guiloader-c++/Makefile b/devel/guiloader-c++/Makefile index 4e9b7cebb0e6..dfdb0bded963 100644 --- a/devel/guiloader-c++/Makefile +++ b/devel/guiloader-c++/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= C++ binding to the GuiLoader library +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs LIB_DEPENDS= libguiloader.so:devel/guiloader \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 diff --git a/devel/guiloader/Makefile b/devel/guiloader/Makefile index 40014f31e650..e572dbb86003 100644 --- a/devel/guiloader/Makefile +++ b/devel/guiloader/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= High-performance and compact GuiXml loader library +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= nothing-personal USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 diff --git a/devel/libdasm/Makefile b/devel/libdasm/Makefile index fa5162af9c9c..a5ffd1e0add3 100644 --- a/devel/libdasm/Makefile +++ b/devel/libdasm/Makefile @@ -12,6 +12,8 @@ COMMENT= Simple x86 disassembly library LICENSE= BSD2CLAUSE +BROKEN= Unfetchable (google code has gone away) + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}" USE_LDCONFIG= yes diff --git a/devel/libfreefare/Makefile b/devel/libfreefare/Makefile index 94afaa042938..36266d550e24 100644 --- a/devel/libfreefare/Makefile +++ b/devel/libfreefare/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \ MAINTAINER= romain@FreeBSD.org COMMENT= MIFARE contactless tag access library +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libnfc.so:devel/libnfc GNU_CONFIGURE= yes diff --git a/devel/liblouisxml/Makefile b/devel/liblouisxml/Makefile index 38cdae10b3ff..a3d2686d47ff 100644 --- a/devel/liblouisxml/Makefile +++ b/devel/liblouisxml/Makefile @@ -13,6 +13,8 @@ COMMENT= Library Provide Complete Braille Transcription Services LICENSE= LGPL3+ GPLv3+ LICENSE_COMB= multi +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash LIB_DEPENDS= liblouis.so:devel/liblouis diff --git a/devel/libmpsse/Makefile b/devel/libmpsse/Makefile index 832de412ed54..5cd91718b8b9 100644 --- a/devel/libmpsse/Makefile +++ b/devel/libmpsse/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= swig2.0:devel/swig20 LIB_DEPENDS= libftdi.so:devel/libftdi +BROKEN= Unfetchable (google code has gone away) + USES= gmake pkgconfig python:2 USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes diff --git a/devel/libnxt/Makefile b/devel/libnxt/Makefile index 2747f6fa8a17..c61fd86aff8f 100644 --- a/devel/libnxt/Makefile +++ b/devel/libnxt/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= bacon4000@gmail.com COMMENT= Lego NXT library +BROKEN= Unfetchable (google code has gone away) + SUB_FILES= pkg-message USES= python:build scons shebangfix USE_LDCONFIG= yes diff --git a/devel/libsysinfo/Makefile b/devel/libsysinfo/Makefile index 540f8d8332f1..fa70bfbbf00b 100644 --- a/devel/libsysinfo/Makefile +++ b/devel/libsysinfo/Makefile @@ -12,6 +12,8 @@ COMMENT= GNU libc's sysinfo port for FreeBSD LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + USES= uidfix USE_LDCONFIG= yes PROJECTHOST= sysinfo-bsd diff --git a/devel/nglogc/Makefile b/devel/nglogc/Makefile index 9f456d91d57c..0b9bc7fa4d0a 100644 --- a/devel/nglogc/Makefile +++ b/devel/nglogc/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= vg@FreeBSD.org COMMENT= Flexible C logging API +BROKEN= Unfetchable (google code has gone away) + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/nxt-python/Makefile b/devel/nxt-python/Makefile index 5b0767ac5aef..6389736f1f2e 100644 --- a/devel/nxt-python/Makefile +++ b/devel/nxt-python/Makefile @@ -12,6 +12,8 @@ COMMENT= Python interface for the Lego Mindstorms NXT robot LICENSE= GPLv3 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb USES= python diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 83bd150d924c..ee39c481d00e 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -15,6 +15,8 @@ LICENSE_NAME= Lucent Public License Version 1.02 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= Unfetchable (google code has gone away) + BROKEN_ia64= does not install: cleanname not found BROKEN_sparc64= does not install: cleanname not found diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 4ada9cc24a31..ca5725e0c04a 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -13,6 +13,8 @@ COMMENT= Library that makes it easy for programs to use privilege separation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable (google code has gone away) + USES= autoreconf libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/protobuf25/Makefile b/devel/protobuf25/Makefile index c33107f4e3dd..fedb25af127c 100644 --- a/devel/protobuf25/Makefile +++ b/devel/protobuf25/Makefile @@ -15,6 +15,8 @@ COMMENT= Data interchange format library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/protobuf25 USE_LDCONFIG= yes diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index 66fe57e6eaca..8f5e0fdc671a 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -13,6 +13,8 @@ COMMENT= Optparse-inspired command-line parsing library LICENSE= PSFL +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils autoplist diff --git a/devel/py-binplist/Makefile b/devel/py-binplist/Makefile index 018d8873f9ac..5523b98fc9c2 100644 --- a/devel/py-binplist/Makefile +++ b/devel/py-binplist/Makefile @@ -12,6 +12,8 @@ COMMENT= Binary plist parser LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz USES= python diff --git a/devel/py-cmdln/Makefile b/devel/py-cmdln/Makefile index 8572b01a86b3..ea2ffd0ce664 100644 --- a/devel/py-cmdln/Makefile +++ b/devel/py-cmdln/Makefile @@ -13,6 +13,8 @@ COMMENT= Python module for easily building good multi-command scripts LICENSE= MIT +BROKEN= Unfetchable (google code has gone away) + USES= python:2 zip USE_PYTHON= distutils diff --git a/devel/py-coil/Makefile b/devel/py-coil/Makefile index bb4984df927b..45b9560605e6 100644 --- a/devel/py-coil/Makefile +++ b/devel/py-coil/Makefile @@ -13,6 +13,8 @@ COMMENT= Powerful configuration language for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils diff --git a/devel/py-fsm/Makefile b/devel/py-fsm/Makefile index acae11c7d6d6..80e1be85861c 100644 --- a/devel/py-fsm/Makefile +++ b/devel/py-fsm/Makefile @@ -14,6 +14,8 @@ COMMENT= Pure Python Implementation of a Finite State Machine LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz USES= python diff --git a/devel/py-gdata/Makefile b/devel/py-gdata/Makefile index cc5c8d670a09..8f2c5d9f71cb 100644 --- a/devel/py-gdata/Makefile +++ b/devel/py-gdata/Makefile @@ -12,6 +12,8 @@ COMMENT= GData Python Client Library LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= gdata-python-client USES= python:2 USE_PYTHON= distutils diff --git a/devel/py-gflags/Makefile b/devel/py-gflags/Makefile index d13f77d678d6..fb8c9a2b1ee1 100644 --- a/devel/py-gflags/Makefile +++ b/devel/py-gflags/Makefile @@ -14,6 +14,8 @@ COMMENT= Commandline flags module for Python LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + USES= python:2 shebangfix USE_PYTHON= autoplist distutils diff --git a/devel/py-iniparse/Makefile b/devel/py-iniparse/Makefile index 40dde08fead6..085043f3e5a1 100644 --- a/devel/py-iniparse/Makefile +++ b/devel/py-iniparse/Makefile @@ -5,8 +5,7 @@ PORTNAME= iniparse PORTVERSION= 0.4 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= GOOGLE_CODE \ - CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org diff --git a/devel/py-levenshtein/Makefile b/devel/py-levenshtein/Makefile index 1441c113097e..97b0f655dab4 100644 --- a/devel/py-levenshtein/Makefile +++ b/devel/py-levenshtein/Makefile @@ -14,6 +14,8 @@ COMMENT= Python extension computing string distances and similarities LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + PLIST_FILES= %%PYTHON_SITELIBDIR%%/Levenshtein.so USES= python tar:bzip2 USE_PYTHON= distutils pythonprefix diff --git a/devel/py-px/Makefile b/devel/py-px/Makefile index 101cd129d887..a6c612748098 100644 --- a/devel/py-px/Makefile +++ b/devel/py-px/Makefile @@ -15,6 +15,8 @@ COMMENT= Perforce p4 wrapper and Python Perforce interface LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= Unfetchable (google code has gone away) + USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/devel/py-pydasm/Makefile b/devel/py-pydasm/Makefile index f16657c1fcd6..dd2eda095a5b 100644 --- a/devel/py-pydasm/Makefile +++ b/devel/py-pydasm/Makefile @@ -14,6 +14,8 @@ COMMENT= Python interface to libdasm LICENSE= BSD2CLAUSE +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils autoplist WRKSRC_SUBDIR= ${PORTNAME} diff --git a/devel/qtscriptgenerator/Makefile b/devel/qtscriptgenerator/Makefile index a58a190cf866..a897412dbc9f 100644 --- a/devel/qtscriptgenerator/Makefile +++ b/devel/qtscriptgenerator/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= syncer@gmail.com COMMENT= Tool that generates Qt bindings for Qt Script +BROKEN= Unfetchable (google code has gone away) + OPTIONS_DEFINE= PHONON PHONON_DESC= Build Phonon support OPTIONS_DEFAULT= PHONON diff --git a/devel/rlog/Makefile b/devel/rlog/Makefile index d1ba27d03537..557cd0ae3ce5 100644 --- a/devel/rlog/Makefile +++ b/devel/rlog/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Flexible message logging facility for C++ +BROKEN= Unfetchable (google code has gone away) + OPTIONS_DEFINE= DOCS LICENSE= LGPL21 LGPL3 diff --git a/devel/safe-iop/Makefile b/devel/safe-iop/Makefile index 70684b914311..dcb5a958aadd 100644 --- a/devel/safe-iop/Makefile +++ b/devel/safe-iop/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Safe integer operation library for C +BROKEN= Unfetchable (google code has gone away) + USES= tar:tgz USE_LDCONFIG= yes ALL_TARGET= so diff --git a/devel/spdict/Makefile b/devel/spdict/Makefile index f659f588e0fb..d7f069772a0a 100644 --- a/devel/spdict/Makefile +++ b/devel/spdict/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= vanilla@FreeBSD.org COMMENT= Library of dictionary algorithms +BROKEN= Unfetchable (google code has gone away) + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes USES= gmake diff --git a/devel/stormlib-ghost++/Makefile b/devel/stormlib-ghost++/Makefile index c275b3a3cb01..fdd6380f5b34 100644 --- a/devel/stormlib-ghost++/Makefile +++ b/devel/stormlib-ghost++/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PROJECTHOST}_${PROJECTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ library to read and write MPQ archives +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= ghostplusplus PROJECTVERSION= 17.1 diff --git a/devel/streamhtmlparser/Makefile b/devel/streamhtmlparser/Makefile index b220dae654fd..3a896fc9aa0f 100644 --- a/devel/streamhtmlparser/Makefile +++ b/devel/streamhtmlparser/Makefile @@ -12,6 +12,8 @@ COMMENT= C/C++/Python streaming HTML parser library from Google LICENSE= BSD2CLAUSE +BROKEN= Unfetchable (google code has gone away) + USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/stringencoders/Makefile b/devel/stringencoders/Makefile index 6a7fd9f714f8..3bf5ee81eb8c 100644 --- a/devel/stringencoders/Makefile +++ b/devel/stringencoders/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= skreuzer@FreeBSD.org COMMENT= Collection of high performance C-string transformations +BROKEN= Unfetchable (google code has gone away) + USES= libtool perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index e97ae868c4dd..b6ff4a943dae 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -11,6 +11,8 @@ COMMENT= C preprocessor and lexer LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz USES= gmake diff --git a/devel/winpdb/Makefile b/devel/winpdb/Makefile index 7f5cf2245db3..af527e82993c 100644 --- a/devel/winpdb/Makefile +++ b/devel/winpdb/Makefile @@ -12,6 +12,8 @@ COMMENT= Advanced Python debugger LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:security/py-pycrypto USES= python diff --git a/devel/yaml-cpp03/Makefile b/devel/yaml-cpp03/Makefile index cb7bd51aa437..d2a83b405bf0 100644 --- a/devel/yaml-cpp03/Makefile +++ b/devel/yaml-cpp03/Makefile @@ -12,6 +12,8 @@ COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec LICENSE= MIT +BROKEN= Unfetchable (google code has gone away) + WRKSRC= ${WRKDIR}/${PORTNAME} USES= cmake USE_LDCONFIG= yes |