Path to this page:
./
wip/p5-HTML-GenerateUtil,
Routines useful when generating HTML output
Branch: CURRENT,
Version: 1.20,
Package name: p5-HTML-GenerateUtil-1.20,
Maintainer: hiramatuHTML::GenerateUtil provides a number of functions that make generating
HTML output easier and faster. All written in XS for speed.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 58e909fbed85072b5e41cabab7b2487ce6a6679e
Filesize: 22.898 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2013-03-30 21:53:30 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-HTML-GenerateUtil to 1.11.
Changes from previous:
----------------------
1.11 Fri Jul 15 17:55:00 2011
- Document $H object with AUTOLOAD functions
1.10 Mon May 22 14:51:00 2009
- Allow single argument version of escape_html()
1.09 Thu Mar 13 16:00:00 2008
- Add an AUTOLOAD method which calls generate_tag
1.08 Fri Oct 19 17:09:00 2007
- if you use s/(...)/escape_uri($1)/, then $1 might not be SvOK()
because it's magic. Need to call SvGETMAGIC first
|
2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2008-05-30 14:22:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2006-04-17 11:09:51 by Hiramatsu Yoshifumi | Files touched by this commit (4) | |
Log message:
HTML::GenerateUtil provides a number of functions that make generating
HTML output easier and faster. All written in XS for speed.
|