Commit graph

35 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
sbd
87b94069aa Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hans
161a06f239 Add pod2man to USE_TOOLS. 2011-11-29 18:27:24 +00:00
abs
dae9a663bd Updated print/if-psprint to 1.10
Ensure PATH is updated to include ${PREFIX}/bin
2009-03-10 14:35:39 +00:00
abs
9bf5f55734 Updated print/if-psprint to 1.9
Move to code.google
Add install target to original makefile
Add PKG_DESTDIR_SUPPORT
2009-02-13 21:33:00 +00:00
abs
c861e0e2c9 fix botched update to 1.8 - PR pkg/40037 2008-11-26 22:18:20 +00:00
abs
70c2e17cc9 Updated print/if-psprint to 1.8
Changes in if-psprint 1.8

- Also handle the lpd in NetBSD 5.0
2008-11-25 18:28:18 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
salo
94c7e8a1e7 Bump PKGREVISION: DEPENDS on fixed enscript without security vulnerabilities. 2005-03-17 12:44:42 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
abs
fbb1fddc35 Update if-psprint to 1.7:
Use syslog to report invocation
2003-08-15 16:34:46 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
abs
048eaa7528 Update if-psprint to 1.6:
Ignore '-c' - sometimes remote clients can have formatted the document
	for postscript, but we still need to convert into native printer
	languages.
2003-03-31 13:07:49 +00:00
abs
28a4704d87 Switch distinfo back. If only I could market what I must have been smoking.
Fixes pkg/20076, undoubtably to Robert's relief.
2003-01-29 13:04:43 +00:00
abs
47b8137cdd Distinfo changed (careless) 2003-01-24 18:33:32 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
abs
59b1ff4512 Add distinfo missed in last 2002-04-16 11:52:52 +00:00
abs
21ef9954ce Update if-psprint to 1.5
Switch to external distfile, slightly better getopt() handling
2002-04-16 11:52:24 +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
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
abs
933dc6ce8c shorten comment slightly 2001-07-24 10:35:45 +00:00
abs
fc4cb68f49 Updated if-psprint to 1.4
Add '-v' option to display spool settings
2001-06-26 10:41:25 +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
abs
e0d3ae3b1d Update to 1.3 - tweak comments to pacify earlier perl pod2man parsers.
No functional change
2000-12-05 15:49:37 +00:00
abs
232b23e61d Ensure first head1 line is 'NAME' to pacify older perl pod2man
Update to 1.2
2000-11-15 12:17:00 +00:00
abs
94355214b0 Update to 1.1
Rework inline notes into POD format and use pod2man to generate manpage
2000-10-17 11:12:37 +00:00
abs
bec51713ab Add if-psprint 1.0
if-psprint is intended to print text, postscript, or native printer language
to an arbitrary printer, either connected to a the local unix server, or
remote machine via SMB (if samba is installed).
2000-10-16 12:19:06 +00:00