Pkgsrc changes:
- The module needs no compiler.
Changes since version 5.42a:
============================
Changed default behavior of Delta_Format back.
***Revamped the recurrences. Y-0-WOY-DOW now refers to the WOY'th
occurence of DOW instead of the ISO 8601 date Y-W(WOY)-DOY. Also,
changed Y-0-WOY-0 to refer to the WOY'th occurence of FirstDay,
and got rid of the MW and MD flags. Many other similar changes.
Changed behavior of %x format in UnixDate.
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.
Version 5.41 2003-06-30
Added runtests.bat contributed by Lon Amick <lon.g.amick@mail.sprint.com>
Added JAVT timezone. David Coppit <david@coppit.org>
Fixed bug where -HH:MM and +HH:MM were not being accepted as valid
timezones. Hank Barta <hbarta@htc.com>
Small patch for OpenVMS. Martin P.J. Zinser <zinser@decus.de>
Minor doc fix. Jeremy Tietsort <jrtietsort@micron.com>
Added BRST timezone. Daniel Serodio <dserodio@email.com>
Added Russian translation. Dapi <dapi@mail.ru>
Made the UnixDate %Z format work with numeric timezones. Michael Isard
<michael.isard@compaq.com>
Minor bug fix where /etc/timezone not correctly read. Jacek Nowacki
<jacekn@polcard.com.pl>
Added ART timezone. Fabian Mandelbaum <fabman@mandrakesoft.com>
Minor enhancement to ParseRecur. Randy Harmon <rjh@fortheweb.com
Fixed spelling of Veteran's day. Dirk Eddelbuettel <edd@debian.org>
Documentation improvements. James Olsen <jolsen@multiad.com>
Added Brazilian timezones. Raul Dias <raul@dias.com.br>
Fixed WEST timezone. Pedro Melo CUNHA <melo@isp.novis.pt>
Added NOVST timezone. Roman Y Malakhov <roman@intis.tomsk.ru>
Additions to Dutch translation. Willem <itsme@xs4all.nl>
Fixed a bug where timezones -HH:MM weren't handled in ISO 8601 dates.
Ed Avis <ed@membled.com>
Fixed a bug involving business deltas with negative hours. Ludovic
Dubost <ludovic@pobox.com>
Modified Delta_Format to treat the entire delta as exact if no month
component is present. Due to discussion with Tim Turner
<torrid@mindspring.com>
Added EAT timezone. David Whiting <dave@pluto.ammp>
Added BOT timezone. Khaled Mostaguir <Khaled.Mostaguir@isb-sib.ch>
Added several Australian timezones. Jason King
<Jason.King1@team.telstra.com>
Added some support for NetWare. Chris Shields <cshields@waubonsee.edu>
Added some help for VMS timezones. Don Slutz <DSlutz@arrayinc.com>
Applied some robustness patches. Ed Avis <ed@membled.com>
Fixed a bug with years <1000. Jonathan Callahan
<Jonathan.S.Callahan@noaa.gov>
Patch to make Manip.pm -Mstrict clean and better VMS support.
Peter Prymmer <PPrymmer@factset.com>
Patch to French support. Patrick Turmel <patrick@espacecourbe.com>
Added Tues/Thur abbreviations. <mthurn@cise.ufl.edu>
Fixed a bug in "1st saturday of 2005" format. Maurice Aubrey
<maurice@redweek.com>
Taint check insecure $ENV{PATH} fix. Ed Avis <ed@membled.com>
Patch to allow deltas of the form "+ -1 day" to work. Ed Avis
<ed@membled.com>
Added Turkish. <giray@pultar.org>
Added Danish. Jesper Dalberg <dalberg@cybercity.dk>
Added some checking to the timezone determination. Ed Avis
<ed@membled.com>
***Replaced all non-ASCII characters with hex representations to avoid
the malformed UTF-8 character warnings. Ed Avis <ed@membled.com>
Removed ampersands from function calls in documentation to fit new
perl coding standards. Bill Pollock <billp@statenet.com>
Fixed a bug where spaces in a date caused problems in German (due
to the number 1st, 2nd, etc. being 1., 2., etc.). Erik Roderwald
<erik@roderwald.de>
Version 5.42 2003-07-02
Number changed to distinguish between the development release (5.41)
and official release since.
Version 5.42a 2003-07-03
A quick fix to replace a faulty test.
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.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)