From ac3066bf75f468401e4a8243ba4ea731c187b370 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 1 Apr 1995 12:51:41 +0000 Subject: Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. --- print/a2ps-letter/Makefile | 1 + print/a2ps43-letter/Makefile | 1 + print/afm/Makefile | 1 + print/dvi2xx/Makefile | 1 + print/dvips/Makefile | 1 + print/dviselect/Makefile | 1 + print/ghostview/Makefile | 3 ++- print/latex/Makefile | 1 + print/makeindex/Makefile | 1 + print/psutils-letter/Makefile | 1 + print/tex/Makefile | 1 + print/texinfo/Makefile | 1 + print/transfig/Makefile | 3 ++- print/xdvi/Makefile | 1 + 14 files changed, 16 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 017c6ccdb4d3..64d5e9eb6004 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -1,6 +1,7 @@ DISTNAME= a2ps DISTFILES= a2ps.V4.3.tar.gz MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/ +CATEGORIES+= printing NO_WRKSUBDIR= yes pre-install: diff --git a/print/a2ps43-letter/Makefile b/print/a2ps43-letter/Makefile index 017c6ccdb4d3..64d5e9eb6004 100644 --- a/print/a2ps43-letter/Makefile +++ b/print/a2ps43-letter/Makefile @@ -1,6 +1,7 @@ DISTNAME= a2ps DISTFILES= a2ps.V4.3.tar.gz MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/ +CATEGORIES+= printing NO_WRKSUBDIR= yes pre-install: diff --git a/print/afm/Makefile b/print/afm/Makefile index cecd086c40da..ff00fbf1f8fc 100644 --- a/print/afm/Makefile +++ b/print/afm/Makefile @@ -1,6 +1,7 @@ DISTNAME= afm DISTFILES= afm-tar.Z MASTER_SITES= ftp://sgi.com/sgi/fax/source/ +CATEGORIES+= printing EXTRACT_SUFX= -tar.Z pre-patch: diff --git a/print/dvi2xx/Makefile b/print/dvi2xx/Makefile index c5c38e258a3f..a802161f822b 100644 --- a/print/dvi2xx/Makefile +++ b/print/dvi2xx/Makefile @@ -1,5 +1,6 @@ DISTNAME= dvi2xx DISTFILES= dvi2xx.tar.gz +CATEGORIES+= printing .if !defined(MASTER_SITE_OVERRIDE) #other equivalent sites: ftp.shsu.edu dtp.dante.de diff --git a/print/dvips/Makefile b/print/dvips/Makefile index 7dc7169a7648..dc21a931561f 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -1,6 +1,7 @@ DISTFILES= dvips558.tar.gz DISTNAME= dvips MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/ +CATEGORIES+= printing IS_INTERACTIVE= yes pre-install: diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index ea007a8979dc..aabdadc1bbfa 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -1,5 +1,6 @@ DISTNAME= dviselect MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ +CATEGORIES+= printing pre-install: @mkdir -p ${PREFIX}/man/man1 diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 633a448d47bb..f005d423da4c 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,12 +3,13 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/10/22 05:42:22 jkh Exp $ +# $Id: Makefile,v 1.2 1995/02/11 13:50:44 asami Exp $ # DISTNAME= ghostview-1.5 USE_IMAKE= yes MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= printing EXEC_DEPENDS= gs:${PORTSDIR}/print/ghostscript .include diff --git a/print/latex/Makefile b/print/latex/Makefile index 6c8365250a04..4abc68e4dc6d 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -4,6 +4,7 @@ DISTNAME= latex EXEC_DEPENDS= tex:${PORTSDIR}/print/tex FTPGET= ${FILESDIR}/ftpget WRKDIR= ${.CURDIR}/work +CATEGORIES+= printing BUILD_COOKIE= ${WRKDIR}/.build_done #other equivalent sites: ftp.shsu.edu ftp.dante.de diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 6d649c24b414..1ea5d3a5bbd2 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -2,6 +2,7 @@ DISTFILES= makeindex-3.0.8.tar.Z DISTNAME= makeindex MASTER_SITES= ftp://achilles.doc.ic.ac.uk/tex/contrib/Schrod/ +CATEGORIES+= printing build: configure pre-build @echo "===> Building for ${DISTNAME}" diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 514306a383cc..867f3d7dabcf 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -1,6 +1,7 @@ DISTNAME= psutils-1.13 WRKSRC= $(WRKDIR)/src-1.3 MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ +CATEGORIES+= printing pre-install: @mkdir -p ${PREFIX}/share/psutils diff --git a/print/tex/Makefile b/print/tex/Makefile index d112f272f36d..a23d092ce49f 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -1,4 +1,5 @@ PKGNAME= tex +CATEGORIES+= printing DISTFILES= web2c.tar.gz web.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz modes.mf diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 741d7af4574b..58b69cd1a2d3 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,6 +3,7 @@ DISTNAME= texinfo #other equivalent sites: ftp.shsu.edu ftp.dante.de MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/ +CATEGORIES+= printing EXTRACT_ONLY= NO_WRKSUBDIR= yes diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 9d84c66a945d..ede2bf088610 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,13 +3,14 @@ # Date created: ? # Whom: mr (original) # -# $Id: Makefile,v 1.4 1995/01/28 18:36:35 asami Exp $ +# $Id: Makefile,v 1.5 1995/02/11 13:50:48 asami Exp $ # DISTNAME= transfig.3.1.1 PKGNAME= transfig-3.1.1 MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/ +CATEGORIES+= printing USE_IMAKE= yes WRKSRC= ${WRKDIR}/transfig diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index ff68af83c255..750785e7ae06 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -1,6 +1,7 @@ DISTFILES= xdvi.tar.Z DISTNAME= xdvi MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +CATEGORIES+= printing USE_IMAKE= yes USE_GMAKE= yes IS_INTERACTIVE= yes -- cgit v1.2.3