-Add LICENSE= ${PERL5_LICENSE}
(upstream)
- Update 1.6.6 to 1.6.7
1.6.7 Sun Aug 23 14:05:04 CST 2009
- David Mayo sent a patch that adds partition support for the rename function
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.
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.
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!
Upstream changes:
1.6.6 Sun Sep 07 10:20:22 CST 2008
- Thomas Jarosch sent a patch that adds unix socket support for those
who have their admin restricted to unix socket instead of tcp
1.6.5 apparently a mystery release
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=...").
Pkgsrc change: add HOMEPAGE.
Upstream changes:
1.6.4 Wed Feb 16 07:43:28 CST 2005
- I screwed the pooch on 1.6.3, blatant typo pointed out to me by matrix200
guess I forgot to run make test before releasing.
1.6.3 Sun Jan 30 20:53:22 CST 2005
- arrg, I fixed get_quotaroot incorrectly and didn't test it. It should
have used the same regex as get_quota instead of what I did. Thanks
Franscesco for pointing out the error (again).
1.6.2 Sun Jan 30 10:33:50 CST 2005
- bug report from Francesco Gennai, get_quota and get_quotaroot improperly
handling folders/mailboxes with spaces
patched both with a regex to handle the data extraction, should work now.
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.
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.
for a possessive (like her, his, whose, their, and its).
Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).
I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
- bug report/fix (thanks to Arkadi Shishlov and Oleg Gawrilof) for CRAM
setting being uninitialized before use for the default case.
- added error condition for CRAM capability, cram use wanted without
fallback, but cram not available
1.5.0 Thu Aug 2 12:50:21 CDT 2001
- re-formatted to make vi friendly (I use emacs and vi, but mostly emacs)
added these lines to my .emacs to keep it friendly
(custom-set-variables
'(perl-indent-level 2)
'(perl-continued-statement-offset 2)
'(perl-continued-brace-offset 0)
'(indent-tabs-mode nil)
'(tab-width 2))
basically sets the indent level to 2 and converts tabs to spaces
of course this will hose some diffs (unless you ignore whitespace diffs)
- bug report/fix (thanks to Lupe Christoph) some older perls don't
support (?{ code }), so get_acl splitting expression was re-vamped.
- removed use IO::Socket::INET (again some older perls)
- removed Text::Parsewords dependency (wasn't using it anymore anyway)
1.5.1 Thu Aug 2 14:43:27 CDT 2001
- bug report/fix (thanks to Paul Kranenburg) in get_quotaroot,
removes extraneous line
1.6.0 Sun Nov 4 10:19:44 CST 2001
- bug report/fix (thanks to Dylan Martin and Alain Turbide) for the
botch I made of the get_quotaroot fix I made in 1.5.1
- bug report () motd's weren't handled, I put some code in that doesn't break
the current, but is also untested against motd's (feedback anyone?)
- added CRAM-MD5 support as an authentication method, send it in the new call
0 off, 1 on, 2 on with LOGIN fallback, this also adds the requirement of
Digest::MD5, Digest::HMAC, MIME::Base64 if you use this option
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.