diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
commit | 6a42c7a635955b22f22d087b2f2dd0eaba4c1e72 (patch) | |
tree | 017f7e23412634a43da6ae1778ea55bf0d9b5278 /print | |
parent | 804103142831b1b59118b5feab3518cac3d3181c (diff) | |
download | freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.gz freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.zst freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.zip |
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
Diffstat (limited to 'print')
-rw-r--r-- | print/a2pdf/Makefile | 3 | ||||
-rw-r--r-- | print/advi/Makefile | 3 | ||||
-rw-r--r-- | print/pstotext/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile index dd2fdab38311..49ed608604b9 100644 --- a/print/a2pdf/Makefile +++ b/print/a2pdf/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://perl.jonallen.info/attachment/26/ MAINTAINER= ports@FreeBSD.org COMMENT= Text to PDF converter +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/artistic-2_0.txt diff --git a/print/advi/Makefile b/print/advi/Makefile index eeea1fb3cd86..062678423548 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -16,6 +16,9 @@ MASTER_SITES= http://gallium.inria.fr/${PORTNAME}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Active-DVI viewer +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= ${CI_DEPEND}:${PORTSDIR}/graphics/ocaml-images \ kpsewhich:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 04712b35cb2c..905eb2796a6f 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/ MAINTAINER= ports@FreeBSD.org COMMENT= A PostScript to Text converter +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_GHOSTSCRIPT_RUN= yes MAN1= pstotext.1 |