Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
abs ca519de77e Updated www/p5-Template-Toolkit 2.15 -> 2.19
#------------------------------------------------------------------------
# Version 2.19 - 27th April 2007
#------------------------------------------------------------------------

* Applied a patch to t/fileline.t from Steffen M�ller which fixes the
  problems running on Win32 with backslashes in paths.

  https://rt.cpan.org/Ticket/Display.html?id=20488

* Applied a patch to the XS Stash from Randy Kobes which fixes some other
  Win32 problems.

  http://tt2.org/pipermail/templates/2007-February/009247.html

* Applied another patch to the XS Stash from Steve Peters which fixes
  a problem with tied hashes under more recent version of Perl.

  http://tt2.org/pipermail/templates/2007-January/009181.html

* Fixed a problem in the Perl Stash when using objects that have
  overloaded comparison operators.  Thanks to Randal Schwartz, Tatsuhiko
  Miyagawa and Daisuke Maki for their contributions.

  http://tt2.org/pipermail/templates/2007-March/009265.html

* Applied a patch from Bill Moseley to Template::Provider which adds
  negative caching and moves some functionality into separate methods
  to make subclassing easier.  Also added the STAT_TTL configuration
  parameter.

  http://tt2.org/pipermail/templates/2007-January/009183.html

* Added the url filter as a less aggressive form of the uri filter.
  Whereas the uri filter now (from v2.16 onwards) encodes all the
  reserved characters (@, :, /, etc.) as per RFC2396, the url filter
  leaves them intact and thus behaves just like the uri filter used
  to.

  http://tt2.org/pipermail/templates/2007-March/009277.html

#------------------------------------------------------------------------
# Version 2.18a - 9th February 2007
#------------------------------------------------------------------------

* Applied a patch from Steve Peters to the Stash.xs to allow it to
  compile with bleadperl 5.9.x

  https://rt.cpan.org/Public/Bug/Display.html?id=22506

#------------------------------------------------------------------------
# Version 2.18 - 9th February 2007
#------------------------------------------------------------------------

* Merged in Adam's changes in 2.16 and 2.17 back into the developer CVS
  repository and added his name to the credits.

* Changed the parser grammar to accept expressions as arguments to a
  subroutine, method or virtual method call.  I'm embarrassed to admit
  that it was a one line change that could (and should) have been made
  long ago, if only I had realised just how trivial it was.  Anyway,
  you can now write nested expressions like this:

     [% add(a+5, b < 10 ? c : d + e*5) %]

* Put the t/fileline.t test back in as this was fixed in 2.15a

* Added the Template::Toolkit documentation-only module.

#------------------------------------------------------------------------
# Version 2.17 - 8th Feb 2007
#------------------------------------------------------------------------

Another interim release from Adam Kennedy.

* Change in Makefile.PL to force an upgrade to File::HomeDir 0.64 on darwin.
  This is due to problems caused by changes made to Perl on the new Intel
  versions of Mac OS X.

* skip_all filelines.t on darwin

#------------------------------------------------------------------------
# Version 2.16 - 23rd Jan 2007
#------------------------------------------------------------------------

Interim release from Adam Kennedy.

* Skip fileline.t on Win32, as it has some hard-coded path seperator
  assumptions. This will be fixed more comprehensively later.

* Handle spurious errors in Makefile.PL when a dev version of
  ExtUtils::MakeMaker is installed.

* Don't say "nmake" on Win32 when $Config{make} is 'dmake'.
  This corrects the message on Strawberry Perl.


#------------------------------------------------------------------------
# Version 2.15c - Not released                    ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Fixed a bug in Template::Parser which caused it to get confused about
  block names if it encountered a syntax error inside a BLOCK.  Thanks
  to Bill Moseley for reporting the problem.

  http://tt2.org/pipermail/templates/2006-July/008815.html

* Fixed a minor buglet in Template::Provider which came to light while
  investigating the above problem. If a previously cached template is changed
  on disk and then fails to compile, the provider now invalidates the cache
  entry immediately. Without this fix, the provider would report the error
  once, then reuse the cached good version of the template until $STAT_TTL
  ticked over when it would try to load and compile the disk version again.
  The problem was that error messages were only reported once every $STAT_TTL
  second(s) and any requests for the same template in the interim time would
  mysteriously work. This way errors get reported consistently and immediately
  and no-one has to waste an afternoon trying to figure out where the errors
  went!

#------------------------------------------------------------------------
# Version 2.15b - 30th May 2006                   ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Changed the uri filter to escape all reserved characters as per
  URI::Escape and RFC2396.  This now includes &, @, /, ;, :, =, +, ?
  and $ which were previously not escaped.  Thanks to islue@cpan.org
  for reporting the problem.

  http://rt.cpan.org/Ticket/Display.html?id=19593

* Also changed the uri filter to encode all wide characters as the
  equivalent UTF escapes.  Thanks to Jonathan Rockway for reporting
  the problem.

  http://rt.cpan.org/Ticket/Display.html?id=19354

* Fixed the redirect filter to not support relative paths.  Thanks to
  Paul Seamons for spotting the problem and providing a solution.

* Moved all the virtual methods out of Template::Stash and into
  a new Template::VMethods module.

* Fixed the version number of Template::Stash which had rolled over
  to 2.102 making it appear to predate the 2.86 stash in TT v2.14.
  Thanks to Randal Schwartz for reporting the problem.  Changed all
  version numbers in other modules to be a hard-coded numbers instead
  of grokking it automagically from the CVS revision.

* Changed the _recover() method of Template::Service to check if the
  error thrown is a Template::Exception object rather than just a
  reference.  Thanks to David Wheeler for reporting the problem.

  http://rt.cpan.org/Ticket/Display.html?id=17630

* Fixed the some tests in stash.t and stash-xs.t which were failing
  under Perl 5.6.2 due to a slightly different error message being
  generated.  Thanks to Anton Berezin for reporting the problem.

* Fixed a bug in the Template::Provider _load() method to check that
  $data is a hash ref before trying to mess with its innards.  Thanks
  to barbie@cpan.org for reporting the problem.

  http://rt.cpan.org/Ticket/Display.html?id=18653


#------------------------------------------------------------------------
# Version 2.15a - 29th May 2006                   ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Removed the latex filter from Template::Filters and related config
  variables from Template::Config

* Changed the t/fileline.t test to remove the line number from what Perl
  reports as "(eval $line)".  It appears to get the $line wrong on
  FreeBSD, although the correct line number is reported following that
  so the tests still do the right thing.  Thanks to Anton Berezin for
  reporting the problem.

* Changed the t/compile3.t test to do something similar.
2007-06-09 23:54:01 +00:00
archivers Updated archivers/p5-Archive-Tar 1.30 -> 1.32: 2007-06-09 23:20:26 +00:00
audio Added a patch to fix the return statement of a signal handler. This is 2007-06-08 19:14:15 +00:00
benchmarks Added support for installation to DESTDIR. 2007-05-18 21:30:49 +00:00
biology Remove dead MASTER_SITES. From Zafer Aydogan. 2007-06-08 18:33:05 +00:00
bootstrap We no longer need to check $pkgsrcdir for case-sensitivity. 2007-05-30 01:42:59 +00:00
cad add missing file to PLIST 2007-06-08 23:52:02 +00:00
chat Use irssi-0.8.11 as base. Bump PKGREVISION. 2007-06-09 06:00:34 +00:00
comms Let not to use internal libintl, broken gettext detection. 2007-06-08 13:55:41 +00:00
converters opencdk shlib major changed; bump ABI depends and PKGREVISIONs of 2007-06-05 05:36:59 +00:00
cross Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
crosspkgtools Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
databases Updated databases/p5-DBD-postgresql 0.48 -> 0.49 2007-06-09 23:45:18 +00:00
devel Updated devel/p5-Params-Util 0.23 -> 0.25 2007-06-09 23:43:15 +00:00
distfiles
doc Updated www/p5-Template-Toolkit 2.15 -> 2.19 2007-06-09 23:54:01 +00:00
editors Remove dead MASTER_SITES. From Zafer Aydogan. 2007-06-08 18:41:20 +00:00
emulators Made the package build for me. The error message was: 2007-06-06 22:05:45 +00:00
filesystems Make this package compile again after recent changes to fuse.h 2007-05-16 22:28:19 +00:00
finance opencdk shlib major changed; bump ABI depends and PKGREVISIONs of 2007-06-05 05:36:59 +00:00
fonts Update tex-unttf to 1.0.1.20070507. Regenerated for the new version 2007-06-06 22:30:34 +00:00
games Using the newly introduced JAVA_BINPREFIX variable makes the Makefile 2007-06-05 13:37:05 +00:00
geography Removed some code duplication from the buildlink3 files by using the new 2007-05-30 08:54:28 +00:00
graphics # lib/Makefile.in builds .o files and then .a, but rules for shlibs, 2007-06-08 20:50:55 +00:00
ham opencdk shlib major changed; bump ABI depends and PKGREVISIONs of 2007-06-05 05:36:59 +00:00
inputmethod opencdk shlib major changed; bump ABI depends and PKGREVISIONs of 2007-06-05 05:36:59 +00:00
lang Update scheme48 to 1.6. 2007-06-09 06:59:03 +00:00
licenses Since the Teamspeak licence has changed ensure it uses a different 2007-05-01 11:34:05 +00:00
mail USE_TOOLS+=gsed 2007-06-08 16:30:52 +00:00
math Import bogon. 2007-06-08 16:44:41 +00:00
mbone Revert last PLIST change und bump revision again. 2007-03-30 15:41:02 +00:00
meta-pkgs Add forgotten dependency on xwd. 2007-06-09 18:36:36 +00:00
misc Update koffice language packs to 1.6.3. 2007-06-08 12:57:01 +00:00
mk There was one ">" too much, so the fail-wrapper warning was printed 2007-06-09 18:44:37 +00:00
multimedia Update to 0.10.13: 2007-06-08 12:58:11 +00:00
net fix path to .cz mirror 2007-06-08 20:52:18 +00:00
news Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
packages
parallel PKGREVISION bump for db4 shlib name change. 2007-06-08 12:24:59 +00:00
pkgtools Add more files for "openwin". This was reported by 2007-06-09 23:05:42 +00:00
print Update to 1.02: 2007-06-09 07:34:01 +00:00
regress Added a testcase for offsetof. Reorganized the rest. 2007-03-08 14:31:06 +00:00
security Replace a patch by setting the proper environment variable. 2007-06-09 13:18:57 +00:00
shells Update to mksh-R29e. Fixes a number of display bugs, cursor positioning 2007-05-23 11:02:32 +00:00
sysutils Dependency works better if it is well-formed. 2007-06-09 23:02:41 +00:00
templates Removed a double redirection. Changed the URL on the FTP server to 2007-05-07 08:19:35 +00:00
textproc This package needs the recent version of rake. Bump PKGREVISION due to 2007-06-09 00:58:51 +00:00
time Updated time/p5-DateTime-TimeZone 0.62 -> 0.6602 2007-06-09 23:48:54 +00:00
wm Update to 3.4.0. Please read 2007-06-08 13:32:00 +00:00
www Updated www/p5-Template-Toolkit 2.15 -> 2.19 2007-06-09 23:54:01 +00:00
x11 Correct PATCHDIR, it was wrongly added as "patch" instead of "patches" 2007-06-09 14:11:56 +00:00
Makefile Add the new filesystems category, as proposed on tech-pkg. 2007-02-20 22:46:32 +00:00
pkglocate
README Refer doc/pkgsrc.txt instead of Packages.txt. 2005-05-07 22:16:38 +00:00

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.