summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-27 23:17:41 +0000
committerjlam <jlam@pkgsrc.org>2001-09-27 23:17:41 +0000
commitf79573370a0e23409840de418068dce41749898e (patch)
tree8b6ec0cf582f0f57f043f5e5bfea5beac1dfda77 /print
parent31861a39e0c8417fd033a8308d87d25dca31846f (diff)
downloadpkgsrc-f79573370a0e23409840de418068dce41749898e.tar.gz
Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile14
-rw-r--r--print/enscript/Makefile4
-rw-r--r--print/html2ps/Makefile10
-rw-r--r--print/lyx/Makefile4
-rw-r--r--print/magicfilter/Makefile10
-rw-r--r--print/psutils/Makefile4
-rw-r--r--print/teTeX-bin/Makefile6
7 files changed, 26 insertions, 26 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index a9df4f2a434..e413ed04357 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/06/11 21:57:23 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:35 jlam Exp $
#
DISTNAME= apsfilter-6.1.1
@@ -9,14 +9,14 @@ MAINTAINER= zuntum@netbsd.org,jmcneill@invisible.yi.org
HOMEPAGE= http://www.apsfilter.org/
COMMENT= number one magic filter for printing under Unix environment
-DEPENDS= recode-*:../../converters/recode
+DEPENDS= recode-[0-9]*:../../converters/recode
DEPENDS+= ghostscript>=6.01:../../print/ghostscript
-#DEPENDS+= html2ps-*:../../print/html2ps
-DEPENDS+= transfig-*:../../print/transfig
+#DEPENDS+= html2ps-[0-9]*:../../print/html2ps
+DEPENDS+= transfig-[0-9]*:../../print/transfig
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= netpbm-*:../../graphics/netpbm
-DEPENDS+= a2ps-*:../../print/a2ps
-DEPENDS+= psutils-*:../../print/psutils
+DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+DEPENDS+= a2ps-[0-9]*:../../print/a2ps
+DEPENDS+= psutils-[0-9]*:../../print/psutils
DEINSTALL_FILE= ${WRKDIR}/.DEINSTALL
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index 4162c50385b..26c1422d35b 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/02/17 17:51:40 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2001/09/27 23:18:36 jlam Exp $
# FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp
#
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ngs.fi/mtr/genscript/
COMMENT= ASCII-to-PostScript filter
-DEPENDS+= papersize-*:../../print/papersize
+DEPENDS+= papersize-[0-9]*:../../print/papersize
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index b803a1aed2b..474e84742bd 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:36 jlam Exp $
#
DISTNAME= html2ps-1.0b1
@@ -9,13 +9,13 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.tdb.uu.se/~jan/html2ps.html
COMMENT= HTML to PostScript converter
-DEPENDS+= ImageMagick-*:../../graphics/ImageMagick
+DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= p5-PerlMagick-*:../../graphics/p5-PerlMagick
-DEPENDS+= p5-libwww-*:../../www/p5-libwww
+DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
+DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
-DEPENDS+= weblint-*:../../www/weblint
+DEPENDS+= weblint-[0-9]*:../../www/weblint
USE_PERL5= yes
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index ddf9bb32226..d19dc927fa0 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2001/05/19 14:21:16 drochner Exp $
+# $NetBSD: Makefile,v 1.36 2001/09/27 23:18:36 jlam Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
@@ -12,7 +12,7 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.lyx.org/
COMMENT= Graphical frontend for LaTeX (nearly WYSIWYG)
-DEPENDS= ispell-base-*:../../textproc/ispell-base
+DEPENDS= ispell-base-[0-9]*:../../textproc/ispell-base
DEPENDS+= teTeX>=1.0.6:../../print/teTeX
DEPENDS+= xforms>=0.88nb1:../../x11/xforms
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index c64d9550850..38cca51d073 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/02/25 04:18:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.30 2001/09/27 23:18:36 jlam Exp $
DISTNAME= magicfilter-1.2
CATEGORIES= print
@@ -7,11 +7,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/}
MAINTAINER= packages@netbsd.org
COMMENT= customizable, extensible automatic printer filter
-DEPENDS+= a2ps-*:../../print/a2ps
+DEPENDS+= a2ps-[0-9]*:../../print/a2ps
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
-DEPENDS+= netpbm-*:../../graphics/netpbm
-DEPENDS+= teTeX-bin-*:../../print/teTeX-bin
-DEPENDS+= papersize-*:../../print/papersize
+DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
+DEPENDS+= papersize-[0-9]*:../../print/papersize
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/print/psutils/Makefile b/print/psutils/Makefile
index fd2a588ccfe..bc747b81a03 100644
--- a/print/psutils/Makefile
+++ b/print/psutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/07/10 17:27:18 tron Exp $
+# $NetBSD: Makefile,v 1.20 2001/09/27 23:18:36 jlam Exp $
# FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/
MAINTAINER= packages@netbsd.org
COMMENT= Utilities for manipulating PostScript documents
-DEPENDS+= papersize-*:../../print/papersize
+DEPENDS+= papersize-[0-9]*:../../print/papersize
WRKSRC= ${WRKDIR}/psutils
USE_PERL5= yes
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile
index 90893892530..eb070a3354f 100644
--- a/print/teTeX-bin/Makefile
+++ b/print/teTeX-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/05/22 09:32:25 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2001/09/27 23:18:37 jlam Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -12,14 +12,14 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.tug.org/tetex/
COMMENT= TeX distribution for UNIX compatible systems - executables
-BUILD_DEPENDS+= bison-*:../../devel/bison
+BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= teTeX-share-1.0.*:../teTeX-share
DEPENDS+= dialog-0.6z:../../misc/dialog
DEPENDS+= libwww>=5.2.8:../../www/libwww
DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
-CONFLICTS+= omega-*
+CONFLICTS+= omega-[0-9]*
ALL_TARGET= all
INSTALL_TARGET= install strip