diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
commit | dbbfc7889a8a84ad562a28d83ce75281fd19703f (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /graphics | |
parent | Use the correct syntax for PORTSCOUT. (diff) |
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 '')
-rw-r--r-- | graphics/delaboratory/Makefile | 2 | ||||
-rw-r--r-- | graphics/grafx2/Makefile | 2 | ||||
-rw-r--r-- | graphics/iulib/Makefile | 2 | ||||
-rw-r--r-- | graphics/lib3ds/Makefile | 2 | ||||
-rw-r--r-- | graphics/ocropus/Makefile | 2 | ||||
-rw-r--r-- | graphics/processing/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-gchartwrapper/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-graph-core/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-graph-dot/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-graphy/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-pyggel/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-pyglet/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-pyproj/Makefile | 2 | ||||
-rw-r--r-- | graphics/qiviewer/Makefile | 2 | ||||
-rw-r--r-- | graphics/sam2p/Makefile | 2 | ||||
-rw-r--r-- | graphics/seam-carving-gui/Makefile | 2 | ||||
-rw-r--r-- | graphics/sk1libs/Makefile | 2 | ||||
-rw-r--r-- | graphics/squish/Makefile | 2 | ||||
-rw-r--r-- | graphics/svgfig/Makefile | 2 | ||||
-rw-r--r-- | graphics/tif22pnm/Makefile | 3 | ||||
-rw-r--r-- | graphics/uniconvertor/Makefile | 2 | ||||
-rw-r--r-- | graphics/uniconvw/Makefile | 2 |
22 files changed, 43 insertions, 2 deletions
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 1db6e04584e5..63d79d37d3a5 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -13,6 +13,8 @@ COMMENT= Unique image postprocessing application LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + USES= compiler:c++11-lib gmake MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}" USE_WX= 3.0 diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 74b9c58a5120..7d9f2d253f17 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libX11.so:x11/libX11 \ libpng.so:graphics/png diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile index bcc538f8513c..06fdd90fa178 100644 --- a/graphics/iulib/Makefile +++ b/graphics/iulib/Makefile @@ -12,6 +12,8 @@ COMMENT= Library of image understanding-related algorithms LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index 030fd6586fdf..e9285843cfc5 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -12,6 +12,8 @@ COMMENT= Library for handling 3DS (3D Studio) files LICENSE= LGPL21+ +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool zip diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index fd12343240ed..c55d59fa0e9b 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= hiroto.kagotani@gmail.com COMMENT= The OCRopus(tm) open source document analysis and OCR system +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libiulib.so:graphics/iulib \ diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile index 57a52d09be64..15aa06ad97a1 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -13,6 +13,8 @@ COMMENT= Programming environment for images, animation, and interactions LICENSE= GPLv2 +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= jikes>=1.22:java/jikes \ ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx diff --git a/graphics/py-gchartwrapper/Makefile b/graphics/py-gchartwrapper/Makefile index 5c76fa3b57a8..c5fd8eac3402 100644 --- a/graphics/py-gchartwrapper/Makefile +++ b/graphics/py-gchartwrapper/Makefile @@ -13,6 +13,8 @@ COMMENT= Python Google Chart Wrapper LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow PROJECTHOST= google-chartwrapper diff --git a/graphics/py-graph-core/Makefile b/graphics/py-graph-core/Makefile index 4432c0f3919a..a89f4ff489c5 100644 --- a/graphics/py-graph-core/Makefile +++ b/graphics/py-graph-core/Makefile @@ -12,6 +12,8 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Library for working with graphs in Python, core module +BROKEN= Unfetchable (google code has gone away) + PROJECTHOST= python-graph USES= python USE_PYTHON= distutils autoplist diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile index 45ab1e5afe51..fd984dc896cb 100644 --- a/graphics/py-graph-dot/Makefile +++ b/graphics/py-graph-dot/Makefile @@ -12,6 +12,8 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Library for working with graphs in Python, dot module +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot \ ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core diff --git a/graphics/py-graphy/Makefile b/graphics/py-graphy/Makefile index f946b1348e5a..ad08dd14ee42 100644 --- a/graphics/py-graphy/Makefile +++ b/graphics/py-graphy/Makefile @@ -14,6 +14,8 @@ COMMENT= Simple chart library for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable (google code has gone away) + USES= python:run tar:bzip2 PORTDOCS= README diff --git a/graphics/py-pyggel/Makefile b/graphics/py-pyggel/Makefile index 064d4cc14ef9..bd954016e8f1 100644 --- a/graphics/py-pyggel/Makefile +++ b/graphics/py-pyggel/Makefile @@ -17,6 +17,8 @@ COMMENT= Python Graphical Game Engine and Libraries LICENSE= LGPL3 PD LICENSE_COMB= multi +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYNUMPY} \ ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \ diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index f2eba530bb70..272ce6d39bc3 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -13,6 +13,8 @@ COMMENT= Cross-platform windowing and multimedia library for Python LICENSE= BSD3CLAUSE +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/lib/libavbin.so:multimedia/avbin diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile index 540e008190e9..4ed9e6854cdf 100644 --- a/graphics/py-pyproj/Makefile +++ b/graphics/py-pyproj/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fmysh@iijmio-mail.jp COMMENT= Pyrex wrapper to provide python interfaces to PROJ.4 +BROKEN= Unfetchable (google code has gone away) + WRKSRC= ${WRKDIR}/${DISTNAME:C/[a-z]$//} USES= python USE_PYTHON= distutils autoplist diff --git a/graphics/qiviewer/Makefile b/graphics/qiviewer/Makefile index b92d5acf06c7..f7e18df954c1 100644 --- a/graphics/qiviewer/Makefile +++ b/graphics/qiviewer/Makefile @@ -13,6 +13,8 @@ COMMENT= Fast and lightweight image viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${PORTNAME}/COPYING +BROKEN= Unfetchable (google code has gone away) + USES= desktop-file-utils qmake tar:bzip2 USE_QT4= corelib gui imageformats_run linguisttools_build \ moc_build rcc_build uic_build diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 6b8a404564f1..c64fb756ce5d 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -14,6 +14,8 @@ COMMENT= Converts raster (bitmap) image formats into PS or PDF files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= zip:archivers/zip \ tif22pnm:graphics/tif22pnm diff --git a/graphics/seam-carving-gui/Makefile b/graphics/seam-carving-gui/Makefile index ac920f93f179..43364d6df0ea 100644 --- a/graphics/seam-carving-gui/Makefile +++ b/graphics/seam-carving-gui/Makefile @@ -11,6 +11,8 @@ DISTNAME= SeamCarvingGui-Src-${PORTVERSION} MAINTAINER= buganini@gmail.com COMMENT= The Seam Carving GUI is a GUI front end to CAIR +BROKEN= Unfetchable (google code has gone away) + USES= dos2unix gmake qmake DOS2UNIX_GLOB= *.cpp USE_QT4= gui imageformats_run moc_build uic_build diff --git a/graphics/sk1libs/Makefile b/graphics/sk1libs/Makefile index deb4262c7c1a..ac80b52c957e 100644 --- a/graphics/sk1libs/Makefile +++ b/graphics/sk1libs/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Set of python libraries for sK1 Project +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile index 77d487dad118..8640b94808eb 100644 --- a/graphics/squish/Makefile +++ b/graphics/squish/Makefile @@ -12,6 +12,8 @@ COMMENT= Open source DXT compression library LICENSE= MIT +BROKEN= Unfetchable (google code has gone away) + USES= uidfix MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/squish.h \ diff --git a/graphics/svgfig/Makefile b/graphics/svgfig/Makefile index 8f1f86127983..17351b0f204f 100644 --- a/graphics/svgfig/Makefile +++ b/graphics/svgfig/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Draw mathematical figures in SVG using Python +BROKEN= Unfetchable (google code has gone away) + WRKSRC= ${WRKDIR}/${PORTNAME:tl} USES= python tar:tgz diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 275be7ea6737..5d378e13eeb3 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -5,8 +5,7 @@ PORTNAME= tif22pnm PORTVERSION= 0.14 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://pts.szit.bme.hu/ \ - GOOGLE_CODE +MASTER_SITES= http://pts.szit.bme.hu/ MAINTAINER= martymac@FreeBSD.org COMMENT= Converts TIFF-sampled images to PNM image diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index 8d6624fc97c9..3f2cec95c24d 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs USES= python diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile index 63e3480dd9ee..2073a5328150 100644 --- a/graphics/uniconvw/Makefile +++ b/graphics/uniconvw/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor +BROKEN= Unfetchable (google code has gone away) + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs \ ${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:graphics/uniconvertor \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 |