Commit graph

10 commits

Author SHA1 Message Date
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
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +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
hiramatsu
40a9be029c Update p5-Template-Tiny to 1.12.
Changes from previous:
1.12 Fri 17 Jun 2011
        - Template::Tiny is unchanged for a year, moving to stable release
        - Cleaning up POD grammar a bit (ADAMK)
        - Removing test dependency on Capture::Tiny for tiny purity (ADAMK)
2011-10-08 03:40:41 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +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
sno
9b0233ca7a Updating textproc/p5-Template-Tiny from 0.10 to 0.11
pkgsrc changes:
- Add dependency to Capture::Tiny as required

Upstream changes:
0.11 Mon 22 Feb 2010
	- Adding preparse-specific test script
	- Add compatibility with the horrible TT process() signature
	  (MSTROUT)
2010-02-22 13:55:24 +00:00
sno
69f9679c6e Updating textproc/p5-Template-Tiny from 0.09 to 0.10
Upstream changes:
0.10 Sun 24 Jan 2010
	- The use of the constructor is now compulsory, as per Template.pm
	- Adding support for constructor params
	- Adding support for constructor TRIM param
	- The process method now works in both static and instance modes
2010-01-25 14:33:15 +00:00
sno
31ae1c3320 Importing textproc/p5-Template-Tiny 0.09 as dependency of scheduled Padre
import.

Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit, in as few lines of code as possible.

It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.

It is intended to have fully-compatible template and stash usage, with a
limited by similar Perl API.

Unlike Template Toolkit, Template::Tiny will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of
the Perl regular expression engine.
2010-01-16 16:13:12 +00:00