diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
commit | 288de0e0b56c6cd632e4e2f51633573e7f3c25db (patch) | |
tree | 56286e09297f321c0aeee433be35199c25020390 /print | |
parent | bf71142150a67a1c4ed7059d53959513754bdb5d (diff) | |
download | freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.gz freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.zst freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.zip |
Deprecate some ports where I can't find distfiles and upstream
Diffstat (limited to 'print')
-rw-r--r-- | print/epsmerge/Makefile | 3 | ||||
-rw-r--r-- | print/makeindex/Makefile | 3 | ||||
-rw-r--r-- | print/mgv/Makefile | 3 | ||||
-rw-r--r-- | print/wprint/Makefile | 3 | ||||
-rw-r--r-- | print/xtexsh/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/print/epsmerge/Makefile b/print/epsmerge/Makefile index 03cecf30bcc0..5eca8e2cebcb 100644 --- a/print/epsmerge/Makefile +++ b/print/epsmerge/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://home.clara.net/nox/software/epsmerge/ MAINTAINER= ports@FreeBSD.org COMMENT= Merge multiple EPS files into one EPS or PS file +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + USE_PERL5= yes USE_SUBMAKE= yes NO_BUILD= yes diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index f207c90b883a..5f2a11aa721f 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= A general purpose, formatter-independent index processor +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + WRKSRC= ${WRKDIR}/makeindex MAN1= makeindex.1 diff --git a/print/mgv/Makefile b/print/mgv/Makefile index a7cca5291b58..85219c8258ef 100644 --- a/print/mgv/Makefile +++ b/print/mgv/Makefile @@ -16,6 +16,9 @@ MASTER_SITES= http://www.netsw.org/graphic/postscript/interpreter/mgv/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A PostScript and PDF previewer +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + USE_XORG= xpm USE_MOTIF= yes GNU_CONFIGURE= yes diff --git a/print/wprint/Makefile b/print/wprint/Makefile index 81cddbba9341..35fe8c62c013 100644 --- a/print/wprint/Makefile +++ b/print/wprint/Makefile @@ -16,6 +16,9 @@ MASTER_SITES= http://mirror2.unixfreunde.de/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Mozilla/HtmlDoc/Netscape Postscript Filter +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 USE_ICONV= yes diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile index 1e15063b19c7..38f67aaefb6e 100644 --- a/print/xtexsh/Makefile +++ b/print/xtexsh/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-1.4-2 MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk-based simple TeX interface +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + BROKEN= Does not fetch RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ |