summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session
AgeCommit message (Collapse)AuthorFilesLines
2005-11-23Update to 1.80:wiz2-8/+7
1.8 2005-10-06 - Bug fix to stop death in Apache::Session::Lock::Semaphore. 1.70_01 2004-09-01 - Casey West takes the pumpkin. - Complete rewrite of test suite to use Test::* modules. - Minor documentation tweaks.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-11-12Set version independent HOMEPAGEs.seb1-2/+2
2004-11-09No trailing slash on the dependencies directory, this confusesseb1-3/+3
mk/scripts/mkdatabase.
2004-11-05Update p5-Apache-Session from 1.54 to 1.60.he2-6/+7
The distribution file actually has 1.6 as the release number, but it *is* an upgrade over 1.54. Obviously someone needs a lesson in dewey-decimal ordering. Work around this by cheesily adding a `0' to the PKGNAME setting. The current developer version number is 1.70_01, so there is some hope that this will not repeat.
2004-05-09Convert to buildlink3.snj1-2/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-01-10Remove non-existing patch-a[ab] from distinfo.wiz1-3/+1
2001-12-04Update to 1.54mjl4-39/+5
Added mod_uniqueid and mod_usertrack generators. Fixed validate function in Flex. Move to Digest::MD5 instead of MD5.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
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.
2001-09-19Adapt to new p5-Digest-MD5, will feed back changes to author.mjl4-3/+39
2001-09-15Correct depend on p5-Storablemjl1-2/+2
2001-05-21Add size.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-26Initial import of p5-Apache-Session, a perl module to provide persistentmjl4-0/+29
storage in arbitrary backing stores.