Commit graph

8 commits

Author SHA1 Message Date
jlam
c3fb12eeb1 Add sxpath.h to the list of files to link into ${BUILDLINK_DIR}. 2002-01-01 03:42:11 +00:00
jlam
3b383e58df Update textproc/sablotron to 0.71. Bump version for sablotron/buildlink.mk
since the shared library major version increases with every release.  Changes
from version 0.60 include:

- Bug fixes
- implemented axes 'following' and 'preceding'
- added an SXP callback for id() and a 'user data' pointer for some callbacks
- improved error messages
- added Sablotron XPath processor
- implemented xsl:key and key()
- implemented format-number() and xsl:decimal-format
- implemented xsl:number
- improved HTML indentation
- parameter entities are always parsed
- xml declaration ends with ?> using HTML method
- > is escaped in HTML
- changed SDOM_xql so it uses namespace declarations on the document element
2002-01-01 03:11:17 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
dd064e5852 Add dependency on libiconv...it's a useful feature. 2001-10-05 07:27:48 +00:00
jlam
e2ed1cf7f6 Add buildlink.mk file for use by other package Makefiles. 2001-10-05 07:15:28 +00:00
jlam
742a0e0633 Strongly buildlinkify and mark as USE_BUILDLINK_ONLY. 2001-10-05 07:15:12 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
e65ef86f12 Initial import of sablotron-0.60, an XSL processor in C++.
Based on a package provided by Rob Hoopman in pkg/13305.
2001-06-25 17:27:34 +00:00