Commit graph

42 commits

Author SHA1 Message Date
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
fredb
a882ebd771 At a note to the dependencies section, at the suggestion of agc, to warn
people away from "fixing" them again.
2002-05-20 14:04:43 +00:00
fredb
fa694688af Partially revert last change. "magicfilter" only exec()'s the "netpbm"
binaries, so it doesn't care about what version of "png" is installed,
at all. Bump PKGREVISION again, though, because we only want to go forward
with that.
2002-05-19 16:29:08 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a 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.
2001-09-27 23:17:41 +00:00
agc
1c989c3883 Move to sha1 digests, where appropriate and possible, and add distfile
sizes.
2001-04-20 12:41:48 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
jlam
96be60e4aa Backout changes to use gstty and depend on ghostscript*-5.50nb2. 2000-04-20 16:32:47 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00
jlam
9402305e4a Adapt to gstty/gs 2000-04-10 00:04:28 +00:00
jlam
e3dd7b12c1 Change dependency to ghostscript-[0-9]*. 2000-03-30 05:50:13 +00:00
agc
4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00
wiz
eadd890e05 replaced a whole lot more commands with ${COMMAND} 2000-01-10 00:57:13 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
09bdf70796 Fix wrong directory in dependence for "teTeX-bin" package. 1999-09-24 15:31:22 +00:00
tron
4e1c541220 Depend only on "teTeX-bin" package and use wildcard dependences. 1999-08-26 19:32:31 +00:00
tron
493379e8d4 Update dependence on "teTeX" package. 1999-08-26 19:30:37 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tron
3c70284fbb Call "a2ps" with arguments that our version really supports.
Fixes PR pkg/7795 by Chris Demetriou.
1999-06-20 18:25:22 +00:00
tron
0ad720d520 Update dependence on "a2ps" package. 1999-06-20 18:21:05 +00:00
cgd
948edb1e0e papersize-1.0 had a bug: when setpapersize was run, magicfilter's filter
scripts (.../libexec/magicfilter/*-filter) would as a side effect have
their executable bit set.  Fix that, bump the papersize revisions to
1.0.1, and update other packages' DEPENDS lines to compensate.
1999-06-16 17:28:24 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
ae0a7520f1 Include bsd.prefs.mk, and set PAPERSIZE if it's not been set already.
Only calculate the lower-case papersize variable when it's needed.
1998-11-11 11:28:02 +00:00
tron
cab0e5ec4a Fix paper size handling broken by "papersize" modification. 1998-11-11 00:28:45 +00:00
tron
368e0a9285 Fix typo in dependences. 1998-11-10 18:34:28 +00:00
agc
e1b96d6d39 Modify this package to use the papersize package, to set the default
paper size at run-time.
1998-11-09 18:06:19 +00:00
tron
73b8265a43 Update dependence on "ghostscript5" package. 1998-11-08 22:03:57 +00:00
tron
395d89a575 Patch filter files to call "gs" with "-PAPERSIZE=...", create seperate
A4 and letter version of this package.
1998-10-12 22:21:49 +00:00
frueauf
1bc01635da Add PAPERSIZE?=A4 to give a default value for the dependence on a2ps
to make the build work if the user did not set PAPAERSIZE at all too.
Closes pr 6042 by David W. Talmage after some clearification.
1998-08-27 22:18:31 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tron
34a0ba1c81 ${ECHO} -> @${ECHO}. 1998-07-05 12:27:14 +00:00
tron
daa17e5cf5 Fix dependence for "a2ps" package and install filter configuration files
in "${PREFIX}/libexec/magicfilter".
1998-07-05 10:09:58 +00:00
mycroft
a49540238a Update netpbm version. 1998-07-04 09:26:16 +00:00
tron
7a29d57b21 New "magicfilter-1.2" package:
customizable, extensible automatic printer filter.
1998-06-23 21:35:55 +00:00