Commit graph

16 commits

Author SHA1 Message Date
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
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
8af3ca7013 - updated to 1.22
ChangeLog:
1.22  Wed Aug 15 15:30:00 2007
	- Allow gentleness to pause even right in the
	  middle of a chewing copy since that can be
	  very painful to the drive.

1.21  Thu Aug 09 22:00:00 2007
	- Tweak minimum thresholds for autoincrease
	  in order to provide more granular throttling.
	- Fix initial gentle_ops boundary checking.
	- Clear up a few warnings.

1.20  Wed Aug 08 15:05:00 2007
	- Stable release
	- Just bug fixes from v1.16.
	- More accurate gentle throttling computation
	  w/ on-the-fly auto-adjust disk ops feature.
	- Versions v1.17 - v1.19 were beta tests.

1.16  Sat Aug 04 02:00:00 2007
	- Disable operation tracking by default.
	- Add a proctitle feature for progress monitioring.
	- Moved rmtree and copy routines directly into this
	  module for performance purposes.
	- Add "gentle" feature to allow dirsync to throttle
	  back the IO on the disks if this is desired.

1.15  Fri Jul 14 09:58:00 2006
	- Avoid forcing directory timestamp to match a
	  more future mtime of a symlink within it.
	  This allows to cleanly detect and revert any
	  changes made on the destination by simply
	  running a rebuild on it (as well as the source)
	  prior to executing the dirsync operation.
	  Altering a symlink in any way will ALWAYS
	  update the mtime of the containing directory
	  inode, so this is most correct anyway.
2008-07-17 16:29:44 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +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
wiz
82c8483476 Update to 1.14:
1.14  Tue Apr 18 17:46:00 2006
	- Add maxskew feature to avoid cache corruption.
	- Add t/110_behave.t tester.

1.12  Tue Mar 23 17:00:00 2004
	- Autoflush STDOUT if verbose is enabled.
	- Force chmod to match for directories too.
	- Reference the commandline utility in SEE ALSO.
	- Rid the spec since cpan2rpm handles is fine.
2007-02-27 09:16:14 +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
minskim
2e164ecdd0 Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
snj
1d8cd51113 s/syncronization/synchronization/; s/syncronize/synchronize/ 2004-02-21 06:55:01 +00:00
grant
c95f4a5dfd add missing PKGNAME (p5- prefix). 2004-01-25 01:28:04 +00:00
grant
4ccb5dce4a Initial import of p5-File-DirSync 1.11 into the NetBSD Packages
Collection.

File::DirSync will make two directories exactly the same. The goal is
to perform this syncronization process as quickly as possible with as
few stats and reads and writes as possible. It usually can perform the
syncronization process within a few milliseconds - even for gigabytes
or more of information.
2003-12-17 06:25:44 +00:00