Commit graph

12 commits

Author SHA1 Message Date
minskim
44e5fa6908 Update p5-XML-XSLT to 0.48.
Major changes since 0.32:
* Fixed select on "comment()" "processing-instruction()" etc
* Added test for select
* More attribute tests
* Added test for xsl:copy
* 'use-attribute-sets' works in xsl:copy and recursively
* Allowed both name and match attributes in templates
* Lost redefinition warning with perl 5.8
* Added ChangeLog.xsl as an example to transform the output of cvs2pl
* Added the manpage as an example
* Started to properly implement omit-xml-declaration
* Added the modules own documentation as an example
* Updated pod
* added test for <xsl:text>
* Stylesheet whitespace stripping as per spec and altered tests
* First cut at cdata-section-element
* Added more accessors for object attributes
* Fixed potentially broken usage of $variables in _evaluate_template
* Implemented attribute-sets
* Added Test::More to Makefile.PL
* Added _indent and _outdent methods
* Placed __get_attribute_sets in transform()
* Rolled in various patches
* Added new tests
2004-04-20 20:22:51 +00:00
minskim
0fc79725c4 Bl3ify and enable pkgviews installation. 2004-04-20 20:09:03 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
wiz
15ca72dfc9 Remove non-existing patch-aa from distinfo. 2002-01-10 14:17: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
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +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
jlam
f7dde518fc p5-XML-XSLT - perl5 module for processing XSLT
This module implements the W3C's XSLT specification. The goal is full
implementation of this spec, but we have not yet achieved that.  However, it
already works well.  See the XML::XSLT Commands entry in the perldoc module
documentation for the current status of each command.
2001-10-01 08:51:41 +00:00