diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
commit | 22f7514ac919166ba72b426b3e50500eb7045feb (patch) | |
tree | 833ea06148a6d04c639882998b046989806a59ed /misc | |
parent | 4ec31d9ff5afbe149c71d6a49f257023b2ad0b13 (diff) | |
download | freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.gz freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.zst freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.zip |
Mark a few ports BROKEN: unfetchable
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 2 | ||||
-rw-r--r-- | misc/boxes/Makefile | 2 | ||||
-rw-r--r-- | misc/boxquote.el/Makefile | 2 | ||||
-rw-r--r-- | misc/cuecat/Makefile | 2 | ||||
-rw-r--r-- | misc/gctpc/Makefile | 2 | ||||
-rw-r--r-- | misc/grc/Makefile | 2 | ||||
-rw-r--r-- | misc/pypanda/Makefile | 2 | ||||
-rw-r--r-- | misc/quotes/Makefile | 2 | ||||
-rw-r--r-- | misc/utftools/Makefile | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index f47932dbc437..784d98354db8 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -14,6 +14,8 @@ DISTFILES= a541gsrc.tar.gz:dist ${EPHE} \ MAINTAINER= ports@FreeBSD.org COMMENT= Astrology program for X11 and alpha-numeric terminals +BROKEN= unfetchable + # Swiss Ephemeris GPLv2 licensed, see # http://www.astro.com/ftp/swisseph/LICENSE.TXT LICENSE= GPLv2 # (or later) diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index 3ae1d740ebb0..b159986a7e8d 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Draws ASCII-art configurable boxes around text or code +BROKEN= unfetchable + LICENSE= GPLv2 USES= bison gmake diff --git a/misc/boxquote.el/Makefile b/misc/boxquote.el/Makefile index 0f30058b594f..b66d8c1405e5 100644 --- a/misc/boxquote.el/Makefile +++ b/misc/boxquote.el/Makefile @@ -12,6 +12,8 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Quote text with a semi-box in Emacs/XEmacs +BROKEN= unfetchable + NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index 3cbacbc613a8..e3ad09ede8dc 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.mired.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner +BROKEN= unfetchable + USES= python shebangfix SHEBANG_FILES= *.py diff --git a/misc/gctpc/Makefile b/misc/gctpc/Makefile index da9627b454f9..0ce9471e9252 100644 --- a/misc/gctpc/Makefile +++ b/misc/gctpc/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= USGS General Cartographic Transformation Package (GCTP) +BROKEN= unfetchable + OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME}/source diff --git a/misc/grc/Makefile b/misc/grc/Makefile index 8cb8bcdb2324..f896a6b2c2cb 100644 --- a/misc/grc/Makefile +++ b/misc/grc/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generic Colouriser +BROKEN= unfetchable + LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/misc/pypanda/Makefile b/misc/pypanda/Makefile index c56b837342ac..f50849a15503 100644 --- a/misc/pypanda/Makefile +++ b/misc/pypanda/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Viewer for San Diego Zoo Pandacam written in Python +BROKEN= unfetchable + RUN_DEPENDS= ${PYGAME} USES= python diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 13edac4698ea..44edd98faf76 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl +BROKEN= unfetchable + NO_BUILD= yes USES= shebangfix perl5 SHEBANG_FILES= quotes quotesmailer QuExample.pm diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index 1fc8f1288ae4..e76a2f456081 100644 --- a/misc/utftools/Makefile +++ b/misc/utftools/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= UTF-aware wc, fmt, expand, and unexpand +BROKEN= unfetchable + LICENSE= UTFTOOLS LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_NAME= utftools license |