summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Add a buildlink.mk for for use by other package Makefiles. Closesjlam1-0/+34
pkg/13784 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-09-14Actually, "xml2-config --cflags" should read:jlam2-4/+4
-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-14Fix the problem noted by Ben Collver <collver@linuxfreemail.com> injlam4-10/+19
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-10Oops; include full path names in the patch.mycroft2-11/+11
(BTW, this also fixes the problem of scrollkeeper installing stuff in /.)
2001-09-10Fix problems with scrollkeeper-install overrunning the end of a buffer whenmycroft2-1/+80
calling realpath().
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc11-22/+22
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz5-6/+3
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-02 * Fix our netbsd-doc-print package to properly handle the italianhubertf2-7/+4
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-08-31Make libxml2 appear in the normal location so that pkgs don't have toskrll1-1/+3
touched to find the includes/libraries.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
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-29Add a makefile hack so that jade builds again after recentskrll2-1/+13
gettext/buildlink.mk changes.
2001-08-27Update "xml-i18n-tools" to version 0.9. This version works with "autoconf"tron3-7/+8
version 2.50 or later.
2001-08-27Remove unnecessary slash at the end of master site URL.tron1-3/+2
2001-08-27Use wildcard dependence on "autoconf" package.tron2-6/+4
2001-08-24Update to 2.4.2, provided by Martti Kuparinen in pkg/13741.wiz8-78/+37
Changes: Bugfixes and speedups, details at http://xmlsoft.org (News).
2001-08-21.ifdef wants the variable name without ${}.wiz1-2/+2
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam2-4/+6
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-16Fix PLIST on Solaris, and honor PAPERSIZE setting.wiz3-2/+385
From Peter L. Petersen in private mail.
2001-08-16Add patch-ak, an ugly kludge to get around the fact that you shouldn'tagc2-1/+15
be including -lmaa in the LIBS definition when configuring the libmaa source directory.
2001-08-16Include the category in the pathname for FILESDIR and PATCHDIR.agc2-17/+4
Use dict-server's distinfo file
2001-08-15Add missing 'l' in HOMEPAGE. pkg/13719 by Stoned Elipot.wiz1-2/+2
2001-08-11Update libxml to 1.8.14. Changes are bugfixes only.rh3-7/+7
2001-08-10Add conflict to p5-libxml-enno, the author now distributes allmjl3-3/+9
those modules in one big packet instead of individual small ones.
2001-08-10Update to 1.05amjl2-6/+10
2001-08-10Enable p5-XML-DOM p5-XML-RegExp p5-XML-XQLmjl1-1/+4
2001-08-10Initial import of p5-XML-XQL-0.66mjl4-0/+30
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-10Initial import of p5-XML-DOM-1.31mjl4-0/+32
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-10Initial import of p5-XML-RegExp 0.03mjl4-0/+26
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-07update to 1.95.2drochner3-9/+10
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-06update to 0.6.6drochner3-6/+12
bugfix only release, no changelog available
2001-07-30Update t1lib to 1.1.1. The shared library bumped its major, so updatejlam6-55/+48
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-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam4-4/+8
installation directory in case the package isn't installed.
2001-07-27Unwildcard non-dewey dependency.wiz1-2/+2
2001-07-26update to 1.23: bug fixesdillo2-5/+5
2001-07-24add and enable bibcleanwiz1-1/+2
2001-07-24Initial import of bibclean, a prettyprinter and syntax checker forwiz5-0/+96
BibTeX bibliography databases. Package provided by Stoned Elipot in pkg/13515.
2001-07-24add and enable bibparsewiz1-1/+2
2001-07-24Initial import of bibparse, a syntax checking tools for BibTeXwiz6-0/+166
bibliography databases. Package provided by Stoned Elipot in pkg/13514.
2001-07-20Add and enable p5-XML-Grovewiz1-1/+2
2001-07-20Fix pkg up to current standards.wiz3-6/+7
[Please use pkglint!]
2001-07-20ooops, 0.05 << 0.46explorer2-4/+4
2001-07-20add p5-XML-Groveexplorer4-0/+24
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam4-12/+14
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Update ruby-rttool to 0.1.5.taca2-5/+6
According to several lines' change, don't always add emtpy caption element in table.
2001-07-11Update ruby-rttool to 0.1.4. Changes isn't available but some bugtaca3-20/+16
fixes are made.
2001-07-11Don't try to format another packages's document files since ruby-optparsetaca2-13/+2
package now install formated HTML files.
2001-07-08Update par to version 1.52; better 8 bit character set support.simonb2-9/+9
2001-07-07Replace USE_RUBY with USE_RUBY_RD since it really depends on ruby-rdtool.taca1-2/+2
2001-07-04define USE_RUBY using "?=" instead of "=".taca1-2/+2
2001-07-04define USE_RUBY_RD implies USE_RUBY.taca1-1/+2