Commit graph

682 commits

Author SHA1 Message Date
jlam
1e3857e939 Note addition of textproc/p5-XML-XSLT. 2001-10-01 08:54:40 +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
jlam
a6e91a2b32 Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked. 2001-10-01 03:07:21 +00:00
rh
92d400e850 Update libxml to 1.8.16. Changes are memory management improvements and
bugfixes.
2001-09-30 20:15:48 +00:00
jwise
dd5760000f Fix problem in compilation which didn't interfere with tcl-expat being loaded
into a normal tcl interpreter, but did interfere with tcl-expat being loaded
into apache mod_dtcl.
2001-09-29 00:18:06 +00:00
jwise
0a6cf5fe60 Add and enable tcl-expat. 2001-09-28 23:41:27 +00:00
jwise
10c586706d Initial import of tcl-expat, a drop-in replacement for tcl-xml (OK, OK, actually
it came first) which uses the expat library for speedy and precise xml parsing.
2001-09-28 23:37:09 +00:00
wiz
fe20d2b94a If automake is called with -i, we don't need gmake.
Patch from Stoned Elipot in pkg/14082.
2001-09-28 02:15:02 +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
jlam
6df1c82b6d Remove unused patch since update from libxml2-2.4.2 to 2.4.5. 2001-09-26 23:23:07 +00:00
jlam
96da188a2d Update libxml2 to 2.4.5. Relevant changes from version 2.4.2 include:
* Bug fixes.
* Do not output hexadecimal charrefs when serializing HTML since some version
  of Netscape can't grok it, generate decimal ones.
* Moved includes to includedir/libxml2/libxml.
* Added a --convert option to xmlcatalog to convert SGML ones to the XML
  syntax.
* Added a catalog PI.
2001-09-26 23:22:17 +00:00
wrstuden
0982e5f197 Enable robodoc. 2001-09-26 19:39:34 +00:00
wrstuden
55238e56d2 textproc/robodoc - tool to build code documentation from comments in source
robodoc extracts comments describing the code into documentation files.
It is inspired by the autodoc program written by Commodore.
2001-09-26 19:29:13 +00:00
jlam
3910aab2a0 Add a buildlink.mk for for use by other package Makefiles. Closes
pkg/13784 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-09-14 07:40:36 +00:00
jlam
fbd2a64cf4 Actually, "xml2-config --cflags" should read:
-I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include/libxml2

so that the libxml2 headers may be found as either <...> or <libxml/...>.
2001-09-14 06:56:13 +00:00
jlam
bef7600485 Fix the problem noted by Ben Collver <collver@linuxfreemail.com> in
pkg/13929 where xml2-config lies about the location of the libxml2
headers.  "xml2-config --cflags" now returns:

	-I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include

which correctly finds the libxml2 headers.  When using buildlink, the
config wrapper xml2-config returns:

	-I${BUILDLINK_DIR}/include/libxml -I/usr/pkg/include

which correctly finds the libxml2 headers in their buildlinked locations.
2001-09-14 06:53:34 +00:00
mycroft
e50ae6f9f8 Oops; include full path names in the patch.
(BTW, this also fixes the problem of scrollkeeper installing stuff in /.)
2001-09-10 00:23:30 +00:00
mycroft
5bf15092a9 Fix problems with scrollkeeper-install overrunning the end of a buffer when
calling realpath().
2001-09-10 00:22:11 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
hubertf
70e7be269a * Fix our netbsd-doc-print package to properly handle the italian
version of Federico Lupi's guide by including italian language in
   the right file. Hint:
   http://lists.oasis-open.org/archives/docbook/200002/msg00214.html

 * While there, install the jadetex files not in the textproc/jade
   package, but in the print/jadetex package. That's where we also
   build and install the jadetex.fmt file, so things actually fit
   together.

 * Bump some pkg versions:
   print/jadetex		-> jadetex-2.20nb1
   textproc/jade		-> jade-1.2.1nb3
   meta-pkgs/netbsd-doc		-> netbsd-doc-1.2
   meta-pkgs/netbsd-doc-print	-> netbsd-doc-print-1.1
2001-09-02 17:07:01 +00:00
skrll
4321ab57d9 Make libxml2 appear in the normal location so that pkgs don't have to
touched to find the includes/libraries.
2001-08-31 07:22:30 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
skrll
43dfc455bb Add a makefile hack so that jade builds again after recent
gettext/buildlink.mk changes.
2001-08-29 15:36:28 +00:00
tron
f9c77cc8ac Update "xml-i18n-tools" to version 0.9. This version works with "autoconf"
version 2.50 or later.
2001-08-27 19:15:55 +00:00
tron
a20385f665 Remove unnecessary slash at the end of master site URL. 2001-08-27 19:10:57 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
wiz
2834b2dc2e Update to 2.4.2, provided by Martti Kuparinen in pkg/13741.
Changes: Bugfixes and speedups, details at http://xmlsoft.org (News).
2001-08-24 16:59:01 +00:00
wiz
c33533b8bb .ifdef wants the variable name without ${}. 2001-08-21 14:56:44 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV.  We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well.  Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
2001-08-17 21:14:00 +00:00
wiz
b35b18f7a0 Fix PLIST on Solaris, and honor PAPERSIZE setting.
From Peter L. Petersen in private mail.
2001-08-16 14:43:44 +00:00
agc
4b30b9206b Add patch-ak, an ugly kludge to get around the fact that you shouldn't
be including -lmaa in the LIBS definition when configuring the libmaa
source directory.
2001-08-16 07:03:21 +00:00
agc
bdf705c48f Include the category in the pathname for FILESDIR and PATCHDIR.
Use dict-server's distinfo file
2001-08-16 06:55:55 +00:00
wiz
f55ed43874 Add missing 'l' in HOMEPAGE. pkg/13719 by Stoned Elipot. 2001-08-15 00:18:48 +00:00
rh
981e67a8e6 Update libxml to 1.8.14. Changes are bugfixes only. 2001-08-11 12:50:35 +00:00
mjl
f494b1b182 Add conflict to p5-libxml-enno, the author now distributes all
those modules in one big packet instead of individual small ones.
2001-08-10 15:38:09 +00:00
mjl
3bb5a16c42 Update to 1.05a 2001-08-10 15:29:20 +00:00
mjl
a365c253c1 Enable p5-XML-DOM p5-XML-RegExp p5-XML-XQL 2001-08-10 12:53:53 +00:00
mjl
78e3222dc0 Initial import of p5-XML-XQL-0.66
This is a Perl extension that allows you to perform XQL queries on XML
  object trees. Currently only the XML::DOM module is supported, but
  other implementations, like XML::Grove, may soon follow.
2001-08-10 12:51:53 +00:00
mjl
918a493b42 Initial import of p5-XML-DOM-1.31
This is a Perl extension to XML::Parser. It adds a new 'Style' to
  XML::Parser, called 'Dom', that allows XML::Parser to build an Object
  Oriented datastructure with a DOM Level 1 compliant interface.
  For a description of the DOM (Document Object Model), see
  http://www.w3.org/DOM/
2001-08-10 12:47:39 +00:00
mjl
7b307ab394 Initial import of p5-XML-RegExp 0.03
This package contains regular expressions for the following XML tokens:
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
2001-08-10 12:38:46 +00:00
drochner
3daf6f7011 update to 1.95.2
changes:
        - Added compile-time constants that can be used to determine the
          Expat version
        - Removed a lot of GNU-specific dependencies to aide portability
          among the various Unix flavors.
        - Fix the UTF-8 BOM bug.
        - Cleaned up warning messages for several compilers.
        - Added the -Wall, -Wstrict-prototypes options for GCC.
2001-08-07 11:16:55 +00:00
drochner
8d8fc64070 update to 0.6.6
bugfix only release, no changelog available
2001-08-06 16:05:57 +00:00
jlam
ce60dc8436 Update t1lib to 1.1.1. The shared library bumped its major, so update
dependents of t1lib to >=1.1.1 by changing appropriate line in the
buildlink.mk file.  Changes from version 1.0.1 include:

- Bug Fixes.

- Functions T1_GetFontFilePath() and T1_GetAfmFilePath() which return the
  complete path of the files used by t1lib.

- General support for font subsetting.

- T1_GetFontBBox() also accepts specification consisting of floating point
  numbers (as suggested by Derek B. Noonburg (derekn@foolabs.com)).
2001-07-30 20:07:22 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
ba68f53a5a Unwildcard non-dewey dependency. 2001-07-27 11:23:20 +00:00
dillo
142a735119 update to 1.23: bug fixes 2001-07-26 22:46:03 +00:00
wiz
cc09225168 add and enable bibclean 2001-07-24 14:31:52 +00:00
wiz
e089b2a4e6 Initial import of bibclean, a prettyprinter and syntax checker for
BibTeX bibliography databases.
Package provided by Stoned Elipot in pkg/13515.
2001-07-24 14:29:45 +00:00
wiz
8fe1975db6 add and enable bibparse 2001-07-24 13:54:05 +00:00