summaryrefslogtreecommitdiff
path: root/time/p5-Calendar-Simple
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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-01Updating time/p5-Calendar-Simple from 1.20nb1 to 1.21sno2-7/+12
pkgsrc changes: - add license definition - don't require a c compiler - remove executable bits from installed modules Upstream changes: 2010-04-02 Dave Cross <dave@angel.mag-sol.com> * Build.PL: Remove signing. * lib/Calendar/Simple.pm: Bump to version 1.21 for release. * t/no_dt.t: Patch to fix tests under 5.11.0+. Thanks to Ruslan Zakirov.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-07-22removed unneeded PLIST filerhaen1-1/+0
2008-07-22updated to 1.20rhaen2-7/+7
took maintainership ChangeLog: 2008-03-09 dave * [r50] Build.PL: Incremented release number. * [r49] Build.PL: Added Licence. Slightly rejigged dependencies. 2008-03-08 dave * [r47] MANIFEST: Removed COPYING for MANIFEST. * [r46] COPYING: Remove COPYING. * [r45] t/no_dt.t: Skip 2100 test on 64-bit systems. * [r44] lib/Calendar/Simple.pm: Turn "licence" into a verb so CPANTS will recognise it. * [r43] lib/Calendar/Simple.pm: Require Perl 5.6 (and, hence, use "our" and "warnings"). Use svn revision number. Create licence section. * [r42] Build.PL, COPYING, MANIFEST: Make files non-executable. * [r41] Build.PL: Correct dependencies. Change email address to mag-sol.com. Increment version number. 2006-10-18 dave * [r40] lib/Calendar/Simple.pm: Fixed undef values in comparisons
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-03-16Add Calendar::Simple Perl version in version 1.19tonnerre4-0/+24
Perl extension to create simple calendars. A very simple module that exports one function called calendar. Approved-by: cube