diff options
author | mat <mat@FreeBSD.org> | 2016-09-14 23:59:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-14 23:59:34 +0800 |
commit | 26f4e5927b33637101bdfee46dfcf88f0d5bcfc2 (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /textproc | |
parent | 1b2cdedd19d56d9cc5d5f94228d3e2b4d4ed384e (diff) | |
download | freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.gz freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.zst freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.zip |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chm2pdf/Makefile | 2 | ||||
-rw-r--r-- | textproc/dtdinst/Makefile | 2 | ||||
-rw-r--r-- | textproc/extract_url/Makefile | 2 | ||||
-rw-r--r-- | textproc/fex/Makefile | 2 | ||||
-rw-r--r-- | textproc/ibus-m17n/Makefile | 2 | ||||
-rw-r--r-- | textproc/ibus-table/Makefile | 2 | ||||
-rw-r--r-- | textproc/iksemel/Makefile | 2 | ||||
-rw-r--r-- | textproc/jing/Makefile | 2 | ||||
-rw-r--r-- | textproc/libroxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/mysqlviz/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-xmltv/Makefile | 2 | ||||
-rw-r--r-- | textproc/stardict-rptts/Makefile | 2 | ||||
-rw-r--r-- | textproc/stardict3/Makefile | 2 | ||||
-rw-r--r-- | textproc/trang/Makefile | 2 | ||||
-rw-r--r-- | textproc/txt2tags/Makefile | 2 | ||||
-rw-r--r-- | textproc/uchardet/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-el/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim/Makefile | 2 |
18 files changed, 36 insertions, 0 deletions
diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile index 93a0dc644745..0160dd1033e4 100644 --- a/textproc/chm2pdf/Makefile +++ b/textproc/chm2pdf/Makefile @@ -12,6 +12,8 @@ COMMENT= Python script that converts CHM files into PDF files LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= htmldoc:textproc/htmldoc \ ${PYTHON_SITELIBDIR}/chm/chm.py:textproc/pychm diff --git a/textproc/dtdinst/Makefile b/textproc/dtdinst/Makefile index f7315f0e1ca3..c069d23dcbdc 100644 --- a/textproc/dtdinst/Makefile +++ b/textproc/dtdinst/Makefile @@ -14,6 +14,8 @@ COMMENT= Converts DTDs to XML instance, in a specific or RELAX NG format LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/copying.txt +BROKEN= Unfetchable (google code has gone away) + NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/extract_url/Makefile b/textproc/extract_url/Makefile index a39b988f8384..d5429459e0d9 100644 --- a/textproc/extract_url/Makefile +++ b/textproc/extract_url/Makefile @@ -14,6 +14,8 @@ COMMENT= Perl script that extracts URLs from email in MIME or plain text format LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/textproc/fex/Makefile b/textproc/fex/Makefile index e085e2f8fcd4..a397c38cca1e 100644 --- a/textproc/fex/Makefile +++ b/textproc/fex/Makefile @@ -12,6 +12,8 @@ COMMENT= Powerful field extraction tool LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + MAKE_ENV+= INSTALLMAN=${PREFIX}/man PLIST_FILES= bin/fex man/man1/fex.1.gz diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index 1490339d194d..8ecef8ecc74e 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -13,6 +13,8 @@ COMMENT= The m17n IMEngine for IBus framework LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ libm17n.so:devel/m17n-lib RUN_DEPENDS= ibus-daemon:textproc/ibus diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 2eac000ad382..2db456344c32 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 LIB_DEPENDS= libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 87c48f036266..b72c71d4c4fe 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -13,6 +13,8 @@ COMMENT= XML parser library mainly designed for Jabber applications LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libgnutls.so:security/gnutls USES= autoreconf libtool makeinfo pathfix pkgconfig diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile index b5283a172cb4..3d82705bbaf5 100644 --- a/textproc/jing/Makefile +++ b/textproc/jing/Makefile @@ -13,6 +13,8 @@ COMMENT= RELAX NG validator in Java LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/copying.html +BROKEN= Unfetchable (google code has gone away) + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile index 3a5dd1fad8ea..ff564d3d3311 100644 --- a/textproc/libroxml/Makefile +++ b/textproc/libroxml/Makefile @@ -12,6 +12,8 @@ COMMENT= Minimum, easy-to-use, C implementation for xml file parsing LICENSE= LGPL21 +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= libroxml USES= gmake diff --git a/textproc/mysqlviz/Makefile b/textproc/mysqlviz/Makefile index b8fd949ce124..131ff5c023b3 100644 --- a/textproc/mysqlviz/Makefile +++ b/textproc/mysqlviz/Makefile @@ -11,6 +11,8 @@ COMMENT= MySQL and SQLite Database Visualisation Tool LICENSE= GPLv3 +BROKEN= Unfetchable (google code has gone away) + NO_BUILD= yes USES= php:cli tar:bzip2 diff --git a/textproc/py-xmltv/Makefile b/textproc/py-xmltv/Makefile index 9f8eaba81024..cd675d8f0936 100644 --- a/textproc/py-xmltv/Makefile +++ b/textproc/py-xmltv/Makefile @@ -14,6 +14,8 @@ COMMENT= Python module that provides access to XMLTV TV listings LICENSE= LGPL21 +BROKEN= Unfetchable (google code has gone away) + USES= python USE_PYTHON= distutils PYDISTUTILS_PKGNAME= python-xmltv diff --git a/textproc/stardict-rptts/Makefile b/textproc/stardict-rptts/Makefile index c3c9d3050dd8..80c4dab76c93 100644 --- a/textproc/stardict-rptts/Makefile +++ b/textproc/stardict-rptts/Makefile @@ -11,6 +11,8 @@ DIST_SUBDIR= stardict MAINTAINER= makc@FreeBSD.org COMMENT= Real People TTS for StarDict +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= stardict-3 NO_BUILD= yes diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index 18c836def50c..a0fa04135a78 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -11,6 +11,8 @@ DIST_SUBDIR= stardict MAINTAINER= makc@FreeBSD.org COMMENT= Dictionary lookup program written in Gtk2 +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libenchant.so:textproc/enchant RUN_DEPENDS= xdg-open:devel/xdg-utils diff --git a/textproc/trang/Makefile b/textproc/trang/Makefile index b0332574a992..a6f4eeeb4a26 100644 --- a/textproc/trang/Makefile +++ b/textproc/trang/Makefile @@ -12,6 +12,8 @@ COMMENT= Multi-format schema converter based on RELAX NG LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/textproc/txt2tags/Makefile b/textproc/txt2tags/Makefile index d3c3dff2484f..f211d62a1fc0 100644 --- a/textproc/txt2tags/Makefile +++ b/textproc/txt2tags/Makefile @@ -13,6 +13,8 @@ COMMENT= Convert simply formatted text into markup (e.g., HTML) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + USES= python:2 shebangfix tar:tgz SHEBANG_FILES= extras/html-update.sh txt2tags NO_BUILD= yes diff --git a/textproc/uchardet/Makefile b/textproc/uchardet/Makefile index d5ef33fd9b41..b1b4647091b6 100644 --- a/textproc/uchardet/Makefile +++ b/textproc/uchardet/Makefile @@ -11,6 +11,8 @@ COMMENT= Universal charset detection library by Mozilla LICENSE= MPL +BROKEN= Unfetchable (google code has gone away) + USES= cmake USE_LDCONFIG= yes diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 71f300bab66c..27804c2689d0 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -12,6 +12,8 @@ DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Emacs lisp for uim input method library +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= uim CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \ uim-el-emacs22-[0-9]* \ diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index e198269dbc8a..c3901bdff7ea 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -13,6 +13,8 @@ PKGNAMESUFFIX= -nox11 MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Input method library +BROKEN= Unfetchable (google code has gone away) + USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool |