Commit graph

20 commits

Author SHA1 Message Date
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
629853d28c Update 0.45 to 0.47
-------------------
0.47 2014-12-16
 - Stop checking warning message contents explictly (Aaron Crane)

0.46 2012-12-23
 - Documentation fixes (Brigham Johnson)
 - Hash ordering fixes for 5.17 (Kent Fredric)
2015-04-27 12:14:35 +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
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
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
hiramatsu
66f731eb74 Update p5-Template-Declare to 0.45.
Changes from previous:
p5-Template-Declare-0.45
0.45 2011-04-15
* Added new HTML 5 elements to the HTML Tag set. (Theory)

0.44 2010-12-08
* Added support for $TAG_INDENTATION and $EOL (Marc Chantreux)
* Add a current_base_path() convenience function (trs)
2011-10-14 02:13:31 +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
e533d5cab8 Updating textproc/p5-Template-Declare from 0.42 to 0.43
Upstream changes:
0.43 2009-11-18
	* Test warning fixes (Theory)
	* Dist fixes suggested by rafl (Sartak)
2010-02-22 14:20:14 +00:00
seb
a78f187ed4 Update from version 0.40 to version 0.42.
Upstream changes:
0.42 2009-11-01
* Added the "strict" attribute to make exceptional situations fatal. (Theory)
* Removed unused "implementor" attribute in Template::Declare::TagSet. (Theory)

0.41 2009-10-29
* Documentation tweaks (Theory)

0.40_02 2009-10-23
* David (Theory) Wheeler spent considerable effort on cleaning up
  Template-Declare for this release.
* Reworked all the documentation, neatening things, expanding the "USAGE"
  section, fixing bugs in the examples, and adding missing docs for various
  functions and methods.
* Added "dispatch_to" to replace "roots", which is now deprecated. Note that
  "dispatch_to" resolves to template classes in the opposite order to "roots".
  This won't be an issue if you only use a single temlate class.
* Converted the implementation of "alias" to be the same as that used for
  "import_templates", which is much more efficient.
* Added the "into" parameter to "alias" and "import_templates".
* Added the "setting" syntactical sugar keyword for use with "alias".
* Renamed "import_templates" to "mix". The former is still around, but is
  deprecated.
* Added support for package variables with "mix".
* Deprecated the undocumented "aliases()" and "alias_metadata()" methods, as
  they are no longer needed. They're now no-ops that issue warnings. To be
  removed altogether in a future version.

0.40_01 2009-08-12
* Support for inline tagset definitions. Thanks to Olivier 'dolmen' Mengué
	[rt.cpan.org #48642]
2009-11-10 13:46:37 +00:00
sno
785c5d2a43 pkgsrc changes:
- Updating package for p5 module Template::Declare from 0.39 to 0.40
  - Adding license (perl5) and module type (Module::Install)

Upstream changes:
0.40 - 2009-07-08
* Fix subname issue with the debugger and specifically Devel::NYTProf
* String::BufferStack usage improvements
2009-07-18 21:43:02 +00:00
seb
f2d98fec77 Update from version 0.38 to version 0.39.
pkgsrc changes:
- adjust build dependency on devel/p5-Test-Warn

Upstream changes:
0.39 - 2009-03-05
* No code changes; increase Test::Warn dependency to 0.11, as 0.10 was
  broken
2009-03-07 05:38:37 +00:00
seb
361423d028 Update from version 0.37 to version 0.38.
Upstream changes:
0.38 - 2009-02-27
* Support, but deprecate, Template::Declare->buffer->data(...) usage
2009-02-28 20:42:25 +00:00
he
ffb1fda3d5 Update from version 0.30 to 0.37.
Pkgsrc changes:
 o Add p5-String-BufferStack as a dependency.

Upstream changes:

0.37 - 2009-02-19
* Make HTML::Lint an optional dependency

0.36 - 2009-02-05
* Hint to the source of the buffer using a 'from' argument.  This
  allows us to inspect the call stack by looking at the buffer stack.

0.35 - 2009-01-20
* Buffers have been moved to using String::BufferStack, for better
  interopability with other templating systems.  Code which
  manipulated Template::Declare::Buffer objects by hand may need to be
  adjusted.

0.31_01 - 2008-12-19
* INCOMPATIBLE: there were inconsistency in arguments passing.
  show in TD::Tags could pass arguments into template as array
  reference depending on a way it's called. Now arguments
  are always passwed the same way they passed into show.

  This change is only backwards incompatible for those who
  were using this incorrect behaviour.

* stringify argument in TD::Buffer::append as we can deal with
  an object with overloaded stringification that puts data into
  buffer when stringified
* correctly escape objects with overloaded stringification
* use less buffers for operations and a few other small optimizations
2009-02-22 16:26:11 +00:00
he
ec80faec54 Update from version 0.29nb1 to 0.30.
Upstream changes:

0.30 - 2008-11-26
* Remove the "wrapper" export, its name is too generic and clashes with a lot
  of existing code. It's a negligible amount of sugar.
2009-01-11 16:21:43 +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
seb
d5adc72d62 Initial import of p5-Template-Declare version 0.29 in the NetBSD
Packages Collection.

The Perl 5 module Template::Declare is a pure-perl declarative
HTML/XUL/RDF/XML templating system.
2008-09-02 22:30:19 +00:00