Commit graph

27 commits

Author SHA1 Message Date
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
heinz
1a81bf830a Updated to version 2.9.
Pkgsrc changes:
  - Marked the package as supporting installation to DESTDIR.

Changes since version 2.7:
==========================
2.9 Mon Jan 29 15:54:03 EST 2007
   - New Feature: the new force_untaint option makes sure you do not
     pass tainted values to param(). [Sven Neuhaus]

   - New Feature: Added ESCAPE=NONE as a synonym for ESCAPE=0.  Fixed
     both to work with default_escape. [cpan@punch.net]

   - Bug Fix: DEFAULT didn't work with URL and JS escaping.

   - Bug Fix: Long-standing bug where variables set in a loop weren't
     available inside inner loops under global_vars if the variable
     wasn't actually used in the outer loop.  (Thanks to Richard Fein
     for help debugging the fix.)

   - Doc Fix: Changed references to CVS in the docs to Subversion now that
     the switch is complete.

   - Test Fix: At long last, the work from the Phalanx project has
     been merged!  The tests are now more complete and easier to work
     on.  Thanks Phalanx guys!

2.8 Wed Dec 21 18:37:39 EST 2005
   - New Feature: the new default_escape option allows you to apply
     escaping to all variables in a template. [Alex Kapranoff]

   - Bug Fix: ESCAPE wasn't working on variables containing code-refs.

   - Bug Fix: Changed HTML::Template to help sub-classes by called
     _new_from_loop() via ref($self) rather than hard-coding the package
     name. [Mark Stosberg]

   - Bug Fix: Including more than one <tmpl_else> tag in <tmpl_unless> or
     <tmpl_unless> now dies with an error message, instead of silently ignoring
     one of the clauses. [Mitar and Mark Stosberg]

   - Bug Fix: Fixed HTML::Template to re-evaluate conditions to handle
     <tmpl_else>.  This bug could cause HTML::Template to take both
     branches of a conditional if a code-ref parameter returned a
     different value when called a second time. [Emanuele Zeppieri]
2007-04-30 21:34:03 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +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
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
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
he
f55f0ccc2b Update p5-HTML-Template from version 2.6 to 2.7.
Change log:

2.7 Thu Jun 24 12:00:00 2004
   - New Feature: Added javascript escaping with ESCAPE=JS. (Craig Manley)

   - Bug Fix: Improved cache keying to be sensitive to options which
              alter the compilation of templates (path, search_path,
              loop_context_vars and global_vars).  Calls to new() with
              different settings for any of these options will no longer pull
              incorrect cached objects.

   - Bug Fix: Added code to detect broken Perl 5.8.0 installs
              during installation (i.e. Redhat 8 and 9).

   - Bug Fix: Fixed parsing of ESCAPE='URL' (Paul Baker)

   - Bug Fix: Added check for empty filename passed to new().

   - Test Fix: Migrated tests to Test::More.  This will allow the
               easier introduction of new tests and the use of
               Devel::Cover. (Gabor Szabo)
2004-12-05 15:27:12 +00:00
minskim
08d6165d0b Bl3ify and enable pkgviews installation. 2004-04-25 06:04:57 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
snj
e6c56f9765 s/seperate/separate/ 2004-02-01 00:12:09 +00:00
martti
33e2a02324 COMMENT should start with a capital letter. 2003-07-22 04:14:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
abs
6826b96b8b shorten COMMENT 2002-12-12 14:34:49 +00:00
seb
aa363b8111 buildlink1 -> buildlink2
Use perl5/module.mk
2002-09-25 13:56:49 +00:00
wiz
1f7ebc4af7 Update to 2.6:
- New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT
               environment variable and path option if both are
               available. (Jesse Erlbaum)
- New Feature: __counter__ variable now available when
               loop_context_vars is set (Simran Gambhir)
- New Feature: The default attribute allows you to specify
               defaults for <tmpl_var> tags.
- Bug Fix: fixed parser to reject <tmpl_var>s with no names.
           (crazyinsomniac)
- Doc Fix: fixed documentation to correctly describe the
           interaction of case_sensitive and loop_context_vars.
           (Peter Claus Lamprecht)
- Doc Fix: updated mailing-list information to reflect move from
           vm.com to sourceforge.net
2002-08-31 01:34:23 +00:00
taca
c25e58bee8 Make sure to update the distinfo file. 2002-03-22 14:30:03 +00:00
uebayasi
ddbff0719c Update to 2.5.
2.3 Thu June 28 12:00:00 2001
      - New Feature: template tags can now span lines.  (Roland Giersig)
      - New Feature: new() option 'filehandle'. (Roland Giersig)
      - Bug Fix: includes were broken in some cases using scalarref
        templates. (Lance Thomas)
      - Bug Fix: recursive include detection was broken for scalarref
        templates. (Mark Stosberg)
      - Bug Fix: cleaned up more 5.004 warnings. (Jere Julian)


2.4 Mon August 27 12:00:00 2001
      - Bug Fix: case_sensitive option broke loops (Peter Leonard)
      - Bug Fix: code-ref params now work with IF and UNLESS

2.5 Fri Feb 01 12:00:00 2002
      - Bug Fix: global_vars fixed for loops within loops
      - Bug Fix: include paths were broken under Windows (David Ferrance)
      - Bug Fix: nested include path handling was wrong (Gyepi Sam)
      - Bug Fix: MD5 signatures for file cache corrected (Martin Schroth)
      - Bug Fix: print_to was broken for tied filehandles (Darren Chamberlain)
      - Doc Fix: added mailing-list archive URL to FAQ, added link to
                 tutorial, fixed typos and formatting
      - Doc Fix: added reference to new HTML::Template website at
                 http://html-template.sourceforge.net/
2002-03-22 12:08:54 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
abs
bc25dec5c6 Update to 2.2.
Changes since 2.0

2.1 Sun December 18 12:00:00 2000
      - New Feature: new 'file_cache' and 'double_file_cache' options
        provide a file based caching method (T.J. Mather)
      - New Feature: new 'print_to' option for output() allows
        output() to print to a filehandle as it runs.
        (Chris Nokleberg)
      - New Feature: new 'case_sensitive' option to allow template
        variable names to be case sensitive. (Matthew Wickline)
      - New Feature: new 'filter' option allows pre-parse filtering of
        template files.
      - Bug Fix: added single-quote escaping to HTML escaping code
        (Ralph Corderoy)
      - Bug Fix: fixed a noisy bug in param() when used with 'associate'
        (William Ward)
      - Doc Fix: broke out FAQ into separate file.

2.2 Sat December 23 12:00:00 2000
      - Bug Fix: fixed memory leak in global_vars implementation
        (Ade Olonoh)
      - Bug Fix: fixed file_cache not reloading templates on changes
        (T.J. Mather)
      - Bug Fix: fixed broken error checking in param() (Mark Stosberg)
2001-01-23 12:47:13 +00:00
jlam
6903f28a78 p5-HTML-Template: perl5 module to create HTML templates by extending HTML
with simple tags
2000-10-15 02:50:04 +00:00