Commit graph

26 commits

Author SHA1 Message Date
mef
988c2d5cb4 Update 0.31 to 0.46
-------------------
0.46 Sat Aug 16 12:19:09 PDT 2014
 - Meta 0.0.2

0.45 Sat Aug 16 04:04:07 PDT 2014
 - Eliminate spurious trailing whitespace

0.44 Sat Aug 16 02:50:17 PDT 2014
 - Eliminate File::Basename from test/

0.43 Fri Aug 15 20:37:55 PDT 2014
 - Add t/000-compile-modules.t

0.42 Sat Aug  9 00:43:22 PDT 2014
 - Only support back to 5.8.1

0.41 Thu Aug  7 00:28:54 PDT 2014
 - Fix bad encoding in Pod

0.40 Wed Aug  6 10:29:46 PDT 2014
 - Fix a bug that was causing lots of warnings in Test::Base on perl 5.21

0.39 Tue Aug  5 10:13:52 PDT 2014
 - Add badges to doc

0.38 Mon Aug  4 00:30:13 PDT 2014
 - Remove (c) from Copyright

0.37 Wed Jul 30 16:16:56 PDT 2014
 - Switch IRC to '#pkg'

0.36 Sat Jul 26 12:01:35 PDT 2014
 - Fix email in Meta

0.35 Mon Jul 21 17:15:27 PDT 2014
 - Fix Meta and add Contributing

0.34 Wed Jun 18 11:08:07 PDT 2014
 - Ship with a META.json file (close

0.33 Wed Jun 18 09:50:05 PDT 2014
 - Removed a boilerplate meta field. mst++

0.32 Tue Jun 17 13:18:12 PDT 2014
 - Release with Zilla::Dist
2015-02-01 05:56:03 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
e7f351fb49 Updating package for CPAN module Spiffy in devel/p5-Spiffy from 0.30nb3 to
0.31.

pkgsrc changes:
- add license
- clearify dependency
- add Perl5 module type

upstream changes:
version: 0.31
date:    Thu Aug  2 11:11:11 PDT 2012
changes:
- Bring Makefile.PL up to date.
- Make tests not use 'B" package. rt72542
- Use Module::Package
2012-09-12 08:52:26 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
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
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +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
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
jlam
ddd49788ba Update devel/p5-Spiffy to 0.30. Changes from version 0.24 include:
* Use faster runtime code in `field`.
    * Squelch redefine warnings
    * Make Spiffy modules play nice with autouse
2006-05-02 03:30:21 +00:00
jlam
641e118d57 Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +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
d8aa59df12 Update devel/p5-Spiffy to 0.24. Changes from version 0.22 include:
- Add a blank return to super
- Add the mixin method
- Refactored -Base to once and only once
- Remove some cruft
- Got export algorithm working better
2005-07-13 18:46:54 +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
abs
f235fb6419 Update p5-Spiffy to 0.22 - required by p5-Spoon-0.21
date:    Tue Jan 11 07:22:47 PST 2005
changes:
- allow new() to be called from object reference
- make -weak and -init work together
- add tests for -Base filtering
2005-01-25 19:35:17 +00:00
jlam
25ecd0385c It's "modules/by-module". 2004-12-26 23:15:48 +00:00
jlam
176705f66f Add required package dependencies. 2004-12-25 05:06:15 +00:00
jlam
a8f3bf914f This is in the "devel" category. 2004-12-25 05:04:01 +00:00
jlam
cb586c7ce1 CPAN_MODULE_DIR is no more. 2004-12-25 03:46:20 +00:00
jlam
ad0f164312 Import p5-Spiffy-0.21 as devel/p5-Spiffy, an OO Perl framework.
"Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl.  Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class.  It
attempts to fix all the nits and warts of traditional Perl OO, in a
clean, straightforward and (perhaps someday) standard way.
2004-12-25 03:30:29 +00:00