Commit graph

25 commits

Author SHA1 Message Date
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
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
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +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
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
jlam
39843c2c61 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:21:10 +00:00
obache
edb6c28faa Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
HOMEPAGE is also gone away, comment possible new location.
2008-01-04 06:04:42 +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
rillig
046cb76e13 Fixed hard-coded paths. Bumped PKGREVISION. 2006-06-16 17:48:47 +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
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
ad35b676fd Update colorize to 0.3.0
* README update
  * HTML title change (s/colorize /colorize.pl /)
  * *fix* device and script name in colorize-fifo.sh
  * *fix* the init.d scripts (restart looks bad)
  * *fix* apache log format catch
    (when user is set in access.log), thanks jamie
  * user catch moved later in catch list

  * *changed* --convertdate switch to --convert-date

  * !new! procmail log format (feature req. from Anh Lai)
  * !new! facility remove switch (feature req. from Mw3 and [drewie])
2001-06-13 14:02:50 +00:00
zuntum
06df2bd465 Update colorize to 0.2.8
colorize (0.2.8) unstable; urgency=low

  * *fixed* the address catch
  * it's really support exim log now
  * some code cleanup
    (free some variable after use, 'userfriendly' comments, etc.)
  * *fixed* script name in examples. After all, you don't must read it
    before use (blah, why? :)

  * s/squid/proxy/ (i love oops, and log format is equivalent)
  * message function rewrite

  * !new! added ipv6 IP support
    (it's only just seek for :: before and after a word character[s])
  * !new! option --convertdate or -C to convert unix timestamp to readable
    format [toma's idea]
  * !new! format: oops.log
  * !new! good word: done, check
  * !new! bad word: offline
  * !new! number catch
  * !new! system words
2001-04-09 14:57:20 +00:00
zuntum
6d6c132ae8 Update to 0.2.7:
colorize (0.2.7) unstable; urgency=medium

  * file exists test was in wrong place *fixed* (thanks HoFi for report)
  - ohh, i hate, that i can't release a stable version :(
2001-03-29 13:47:29 +00:00
zuntum
7f336785f7 Initial import of colorize-0.2.6
colorize is a log colorize perl script, with some ugly functions:
 * Many known log format (including: daemon [classic log format],
   squid [and oops], apache [access, error], xferlog, exim, and more)
 * Extreme regexp matches (email, url, size, address, version, file etc.)
 * Some usefull matches (user, service, protocol)
 * Theme support (with multiple config files)
 * HTML output support (with valid HTML and CSS code)
2001-03-26 04:11:11 +00:00