From 596402191b4f19a0bd7fcc1a9cfdc4771d8d6ea0 Mon Sep 17 00:00:00 2001 From: lebel Date: Sun, 6 May 2001 03:19:44 +0000 Subject: [PATCH] print: integrate COMMENT, bump NEED_VERSION. --- print/a2ps/Makefile | 6 ++++-- print/a2ps/pkg/COMMENT | 1 - print/acroread/Makefile | 6 ++++-- print/acroread/pkg/COMMENT | 1 - print/afm/Makefile | 5 ++++- print/afm/pkg/COMMENT | 1 - print/detex/Makefile | 6 ++++-- print/detex/pkg/COMMENT | 1 - print/dvipdfm/Makefile | 6 ++++-- print/dvipdfm/pkg/COMMENT | 1 - print/ghostscript/afpl/Makefile | 4 ++-- print/ghostview/Makefile | 6 ++++-- print/ghostview/pkg/COMMENT | 1 - print/htmldoc/Makefile | 6 ++++-- print/htmldoc/pkg/COMMENT | 1 - print/mpage/Makefile | 4 +++- print/mpage/pkg/COMMENT | 1 - print/pdflib/Makefile | 6 ++++-- print/pdflib/pkg/COMMENT | 1 - print/pkfonts/Makefile | 6 ++++-- print/pkfonts/pkg/COMMENT | 1 - print/psutils/Makefile | 6 ++++-- print/psutils/pkg/COMMENT | 1 - print/teTeX/base/Makefile | 6 ++++-- print/teTeX/base/pkg/COMMENT | 1 - print/teTeX/texmf/Makefile | 6 ++++-- print/teTeX/texmf/pkg/COMMENT | 1 - 27 files changed, 53 insertions(+), 39 deletions(-) delete mode 100644 print/a2ps/pkg/COMMENT delete mode 100644 print/acroread/pkg/COMMENT delete mode 100644 print/afm/pkg/COMMENT delete mode 100644 print/detex/pkg/COMMENT delete mode 100644 print/dvipdfm/pkg/COMMENT delete mode 100644 print/ghostview/pkg/COMMENT delete mode 100644 print/htmldoc/pkg/COMMENT delete mode 100644 print/mpage/pkg/COMMENT delete mode 100644 print/pdflib/pkg/COMMENT delete mode 100644 print/pkfonts/pkg/COMMENT delete mode 100644 print/psutils/pkg/COMMENT delete mode 100644 print/teTeX/base/pkg/COMMENT delete mode 100644 print/teTeX/texmf/pkg/COMMENT diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index b326d6c5376..8eec8795cb7 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2000/10/22 16:16:29 espie Exp $ +# $OpenBSD: Makefile,v 1.26 2001/05/06 03:19:44 lebel Exp $ + +COMMENT= "format ascii files for printing on PostScript printers" DISTNAME= a2ps-4.13b WRKDIST= ${WRKDIR}/a2ps-4.13 CATEGORIES= print -NEED_VERSION= 1.310 +NEED_VERSION= 1.402 MAINTAINER= Tobias Weingartner diff --git a/print/a2ps/pkg/COMMENT b/print/a2ps/pkg/COMMENT deleted file mode 100644 index 858dfd96a41..00000000000 --- a/print/a2ps/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -format ascii files for printing on PostScript printers diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 65448d55207..4046939826a 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -3,13 +3,15 @@ # Date created: June 7 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.12 2001/02/13 20:15:35 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2001/05/06 03:19:47 lebel Exp $ # +COMMENT= "view, distribute and print PDF documents" + DISTNAME= linux-ar-405 PKGNAME= acroread-4.05 CATEGORIES= print -NEED_VERSION= 1.230 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/ ONLY_FOR_ARCHS= i386 diff --git a/print/acroread/pkg/COMMENT b/print/acroread/pkg/COMMENT deleted file mode 100644 index 0428ff6cc83..00000000000 --- a/print/acroread/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -view, distribute and print PDF documents diff --git a/print/afm/Makefile b/print/afm/Makefile index f23f5adef9d..f49ae6c6fef 100644 --- a/print/afm/Makefile +++ b/print/afm/Makefile @@ -1,10 +1,13 @@ -# $OpenBSD: Makefile,v 1.8 2000/10/22 15:43:14 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2001/05/06 03:19:48 lebel Exp $ + +COMMENT= "Adobe Font Metrics" DISTNAME= afm PKGNAME= afm-1.0 CATEGORIES= print MASTER_SITES= ftp://sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.Z +NEED_VERSION= 1.402 MAINTAINER= David Leonard diff --git a/print/afm/pkg/COMMENT b/print/afm/pkg/COMMENT deleted file mode 100644 index 8a9d76e4558..00000000000 --- a/print/afm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Adobe Font Metrics diff --git a/print/detex/Makefile b/print/detex/Makefile index e28d1f13758..803aa707090 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -3,12 +3,14 @@ # Date created: May 17 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.10 2000/10/22 14:03:40 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2001/05/06 03:19:50 lebel Exp $ # +COMMENT= "strip TeX/LaTeX codes from a file" + DISTNAME= detex-2.6 CATEGORIES= print -NEED_VERSION= 1.191 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/trinkle/ EXTRACT_SUFX= .tar diff --git a/print/detex/pkg/COMMENT b/print/detex/pkg/COMMENT deleted file mode 100644 index f128f8ef09c..00000000000 --- a/print/detex/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -strip TeX/LaTeX codes from a file diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile index 65eff0ca549..45ac81d2e58 100644 --- a/print/dvipdfm/Makefile +++ b/print/dvipdfm/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2001/03/12 03:43:51 avsm Exp $ +# $OpenBSD: Makefile,v 1.3 2001/05/06 03:19:51 lebel Exp $ + +COMMENT= "converts DVI files to PDF format" DISTNAME= dvipdfm-0.13.2b CATEGORIES= print -NEED_VERSION= 1.348 +NEED_VERSION= 1.402 HOMEPAGE= http://gaspra.kettering.edu/dvipdfm/ MAINTAINER= Anil Madhavapeddy diff --git a/print/dvipdfm/pkg/COMMENT b/print/dvipdfm/pkg/COMMENT deleted file mode 100644 index 215d44d7750..00000000000 --- a/print/dvipdfm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -converts DVI files to PDF format diff --git a/print/ghostscript/afpl/Makefile b/print/ghostscript/afpl/Makefile index 13e9cc1b1d0..f686c9751f7 100644 --- a/print/ghostscript/afpl/Makefile +++ b/print/ghostscript/afpl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/05/05 21:05:07 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2001/05/06 03:19:53 lebel Exp $ COMMENT="AFPL PostScript interpreter" @@ -158,7 +158,7 @@ pre-install: tar xzf ${FULLDISTDIR}/${GS_FONTS_STD} post-install: - strip ${PREFIX}/bin/gs +#strip ${PREFIX}/bin/gs cd ${PREFIX}/man/man1 && \ ln -sf ps2ps.1 eps2eps.1 && \ ln -sf gslp.1 gsbj.1 && \ diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index cba28b38aa6..3dccc0d5a8d 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,12 +3,14 @@ # Date created: December 2, 1997 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.8 2000/10/22 15:43:16 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2001/05/06 03:19:53 lebel Exp $ # +COMMENT= "X11 front-end for ghostscript" + DISTNAME= ghostview-1.5 CATEGORIES= print -NEED_VERSION= 1.305 +NEED_VERSION= 1.402 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ghostview diff --git a/print/ghostview/pkg/COMMENT b/print/ghostview/pkg/COMMENT deleted file mode 100644 index f7f7de3892d..00000000000 --- a/print/ghostview/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X11 front-end for ghostscript diff --git a/print/htmldoc/Makefile b/print/htmldoc/Makefile index 8f60f8acd46..0261f56900c 100644 --- a/print/htmldoc/Makefile +++ b/print/htmldoc/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2001/02/21 23:36:28 avsm Exp $ +# $OpenBSD: Makefile,v 1.3 2001/05/06 03:19:55 lebel Exp $ + +COMMENT= "convert HTML pages to PDF/PS format" DISTNAME= htmldoc-1.8.11 CATEGORIES= print www -NEED_VERSION= 1.354 +NEED_VERSION= 1.402 HOMEPAGE= http://www.easysw.com/htmldoc MAINTAINER= Anil Madhavapeddy diff --git a/print/htmldoc/pkg/COMMENT b/print/htmldoc/pkg/COMMENT deleted file mode 100644 index 48a82072338..00000000000 --- a/print/htmldoc/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -convert HTML pages to PDF/PS format diff --git a/print/mpage/Makefile b/print/mpage/Makefile index c19c1ae85f2..94b344c2bf9 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -3,13 +3,15 @@ # Version required: mpage 2.5 # Date created: August, 10th 1999 # Whom: Ian McWilliam -# $OpenBSD: Makefile,v 1.13 2000/10/23 16:08:13 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2001/05/06 03:19:56 lebel Exp $ +COMMENT= "print multiple pages per sheet on PostScript printer" DISTNAME= mpage-2.5 CATEGORIES= print MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/ EXTRACT_SUFX= .tgz +NEED_VERSION= 1.402 MAINTAINER= Ian McWilliam diff --git a/print/mpage/pkg/COMMENT b/print/mpage/pkg/COMMENT deleted file mode 100644 index 6137e66f020..00000000000 --- a/print/mpage/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -print multiple pages per sheet on PostScript printer diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index e20b9ad3387..95082b3a983 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2000/09/28 20:36:56 jakob Exp $ +# $OpenBSD: Makefile,v 1.2 2001/05/06 03:19:58 lebel Exp $ + +COMMENT= "C library to produce PDF files" DISTNAME= pdflib-3.02 CATEGORIES= print -NEED_VERSION= 1.319 +NEED_VERSION= 1.402 HOMEPAGE= http://www.pdflib.com/pdflib/ diff --git a/print/pdflib/pkg/COMMENT b/print/pdflib/pkg/COMMENT deleted file mode 100644 index 854847ac200..00000000000 --- a/print/pdflib/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -C library to produce PDF files diff --git a/print/pkfonts/Makefile b/print/pkfonts/Makefile index 9c53a0b64d4..bf7758a16f3 100644 --- a/print/pkfonts/Makefile +++ b/print/pkfonts/Makefile @@ -2,13 +2,15 @@ # Date created: May 17 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.12 2001/03/22 22:06:40 brad Exp $ +# $OpenBSD: Makefile,v 1.13 2001/05/06 03:20:00 lebel Exp $ # +COMMENT= "English PK fonts, for ghostscript, xdvi and so on" + DISTNAME= pkfonts PKGNAME= pkfonts${RESOLUTION}-1.0 CATEGORIES= print -NEED_VERSION= 1.116 +NEED_VERSION= 1.402 FAKE=No MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/TeX/fonts/ \ ftp://ftp.wg.omron.co.jp/pub/tex/ diff --git a/print/pkfonts/pkg/COMMENT b/print/pkfonts/pkg/COMMENT deleted file mode 100644 index e41986d8d07..00000000000 --- a/print/pkfonts/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -English PK fonts, for ghostscript, xdvi and so on diff --git a/print/psutils/Makefile b/print/psutils/Makefile index 96613d62e9d..88ba1fb2cca 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -2,12 +2,14 @@ # Date created: 17 March 1998 # Whom: mickey@openbsd.org # -# $OpenBSD: Makefile,v 1.11 2000/12/23 20:51:22 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2001/05/06 03:20:01 lebel Exp $ # +COMMENT= "manipulating PostScript documents" + DISTNAME= psutils-p17 CATEGORIES= print -NEED_VERSION= 1.223 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ MAINTAINER= ports@openbsd.org diff --git a/print/psutils/pkg/COMMENT b/print/psutils/pkg/COMMENT deleted file mode 100644 index 8d7112b611f..00000000000 --- a/print/psutils/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -manipulating PostScript documents diff --git a/print/teTeX/base/Makefile b/print/teTeX/base/Makefile index d4c14f2c685..d1e0d0e9d9c 100644 --- a/print/teTeX/base/Makefile +++ b/print/teTeX/base/Makefile @@ -1,10 +1,12 @@ # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.11 2001/05/05 21:42:41 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2001/05/06 03:20:02 lebel Exp $ + +COMMENT= "TeX distribution, executables" PKGNAME= teTeX_base-1.0.7 CATEGORIES= print/teTeX -NEED_VERSION= 1.330 +NEED_VERSION= 1.402 DIST_SUBDIR= teTeX MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= systems/unix/teTeX/1.0/distrib/sources diff --git a/print/teTeX/base/pkg/COMMENT b/print/teTeX/base/pkg/COMMENT deleted file mode 100644 index 3a1bfe651d7..00000000000 --- a/print/teTeX/base/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -TeX distribution, executables diff --git a/print/teTeX/texmf/Makefile b/print/teTeX/texmf/Makefile index 749b8502bfe..344685d09e2 100644 --- a/print/teTeX/texmf/Makefile +++ b/print/teTeX/texmf/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2000/10/09 00:21:14 avsm Exp $ +# $OpenBSD: Makefile,v 1.10 2001/05/06 03:20:03 lebel Exp $ # Original from: Marc Espie +COMMENT= "TeX distribution, common support files" + PKGNAME= teTeX_texmf-1.0.2 PERMIT_DISTFILES_FTP= Yes @@ -9,7 +11,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_CDROM= Yes CATEGORIES= print/teTeX -NEED_VERSION= 1.330 +NEED_VERSION= 1.402 HOMEPAGE= http://tug.cs.umb.edu/tetex/ MAINTAINER= Marc Espie , Anil Madhavapeddy diff --git a/print/teTeX/texmf/pkg/COMMENT b/print/teTeX/texmf/pkg/COMMENT deleted file mode 100644 index 7ca1e1f184e..00000000000 --- a/print/teTeX/texmf/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -TeX distribution, common support files