Commit graph

15 commits

Author SHA1 Message Date
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
rhaen
f1ce71e3f1 - updated to 1.19
- added dependency to Log4Perl >=1.0

Changelog:
1.19 Tue Oct 21 2008
	- Added patch from MS to solve bug 39900. Basically logs appearing
	slower than a recurrance cause the module to keep rotating
	logs. We now jump forward to the right recurrance interval. Thanks
	to the people at Yahoo who discovered it.
	- Updated dependancy on Log4Perl to 1.0
2008-11-11 08:50:19 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
rhaen
61236ba652 updated to 1.18
took maintainership
added dependency to devel/p5-Log-Log4perl

ChangeLog:
1.12 Mon Feb 28 23:20:03 EST 2005
	- Added code to handle short running proggies like CGIs that want to
	  use the DatePattern stuff. Now check mtime of log file to see if we
	  need to rotate (at start up only).
	- Got rid of epochs as they conflict with Date::Manip's UnixDate()
	  function on MacOSX. This slows us down quite a bit so I am using
	  cmp instead of Date_Cmp() to get some speed back.
	- Fixed up some typos and removed some email addresses as requested.
	- Not released

1.13 Tue Mar  1 12:04:13 EST 2005
	- Went back to epoch times for comparisions. My comments above
	  regarding Date::Manip and MacOSX are silly.
	- Added better lockfile name picking thanks to Stephen Gordon
	- Removed the $$ from the lockfile name as it makes it too uniq

1.14 Mon Apr 24 13:35:06 EST 2006
	- create copyright notice

1.15 Wed Apr 26 08:09:20 EST 2006
	- Added GPL copyright notice to fit with Perl 5

1.18 Wed Jun 25 12:19:11 EST 2008
	- rolled up issue with using Date::Manip internal function
	- added extra test for cygwin
	- added better tests for 'max' paramater
	- removed TZ details from doco and pointed people to Date::Manip
2008-07-23 15:17:50 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
grant
fedf6901b5 Initial import of p5-Log-Dispatch-FileRotate-1.11 into the NetBSD
packages collection.

This module provides a simple object for logging to files under the
Log::Dispatch::* system, automatically rotating them according to
different constraints. This is basically a Log::Dispatch::File wrapper
with additions.
2003-12-29 13:19:34 +00:00