summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-10-25Update textproc/libxslt to 1.1.11.xtraeme3-7/+10
Changes: - bug fixes: xsl:include problems (William Brack), UTF8 number pattern (William), date-time validation (William), namespace fix (William), various Exslt date fixes (William), error callback fixes, leak with namespaced global variable, attempt to fix a weird problem #153137 - improvements: exslt:date-sum tests (Derek Poon) - documentation: second tutorial by Panagiotis Lourida
2004-10-23Fix build on NetBSD 1.6.2 (with gcc 2.95.3).seb2-1/+14
Reported by diro at nixsys dot bz in PR pkg/27390.
2004-10-21Update textproc/libxml2 to 2.6.14, this is a bugfix release.xtraeme2-6/+5
2004-10-21Update to version 1.11seb6-21/+47
Changes since last packaged version (1.10): * errors in tags error files are reported more correctly and make the program exit * more tag options added * "linenum" tag for specifying the style of line numbers Package changes: * set USE_LANGUAGES * fix HTML installation directory in manpage
2004-10-15PKGREVISION bump after previous.tv1-3/+3
2004-10-15Update linkage to libltdl, now in its own package.tv1-2/+2
2004-10-15Use libltdl, not libtool after recent changes. (hi tv!)salo1-5/+4
Bump PKGREVISION.
2004-10-09Increase BUILDLINK_DEPENDS.xmlcatmgr to xmlcatmgr>=2.0beta1reed1-3/+2
which was the BUILDLINK_RECOMMENDED.xmlcatmgr. (Okay'ed by jmmv.) I had noticed that old xmlcatmgr on my system (using IGNORE_RECOMMENDED) was not good enough The xmlcatmgr changes for 2.0alpha2 said that command line usage changed in some scenarios. Also remove BUILDLINK_RECOMMENDED.xmlcatmgr because now it was the same (and is redundant for now). I am not bumping in PKGREVISIONs because of this. This happened last January and is too late now and maybe I am the only person to notice.
2004-10-07Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.tv4-8/+8
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
2004-10-05Set DIST_SUBDIR to PKGNAME_NOREV, not PKGNAME, since the latterwiz1-2/+2
changes with PKGREVISION settings. Closes PR 27148.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv103-153/+206
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02Rework the way intltool is overriden in packages that use it. Up until nowjmmv1-6/+11
we were running intltoolize before the configure stage, which replaced all intltool-*.in files with symlinks to the ones installed by this package. However, the new version of intltool, 0.31.3, has added new substitution patterns to the scripts, which must be replaced by configure scripts at configuration time. The problem is that old configure scripts (pre-0.31.3) do not know about these patterns, which results in them not being substituted, thus causing build failures. So, to fix this issue, replace all intltool-* files _after_ the configure stage, just like we do with libtool. Additional patters might be added through the INTLTOOL_OVERRIDE variable, but I doubt this will be needed). While here, update the dependency to 0.31.3 (has no other effect, as this package is only used at build time by other packages).
2004-10-02Update to 0.31.3; I'm not sure the way I've used to depend on gettext (onlyjmmv2-5/+14
when needed) is correct but... no answers in tech-pkg@ for several days. * Use absolute paths and allow env var overrides for gettext scripts -- bug #152020 (Rodney Dawes) * Allow shell-backticks (and other shell features) in variable names -- bug #152448 (Danilo Segan) * Fix typographical error in intltool.m4 -- bug #153630 (Rodney Dawes)
2004-09-26+p5-Pod-Escapes, p5-Pod-Simpleepg1-1/+3
2004-09-26Import p5-Pod-Simple-3.02.epg4-0/+29
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. Pod formatters can use Pod::Simple to parse Pod documents into produce renderings of them in plain ASCII, in HTML, or in any number of other formats.
2004-09-26Import p5-Pod-Escapes-1.04.epg4-0/+25
This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters.
2004-09-24Use cp -r instead of cp -R, for Irix 5.3. Reported by Georg Schwarz.wiz1-2/+2
2004-09-22The nbcompat library is not ready for general use in packages, remove theben1-6/+1
libnbcompat dependency.
2004-09-22Apply patches from Georg Schwarz in order to compile helpdeco on IRIX 5.3.ben5-18/+52
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam24-159/+24
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 0.6.0. This version corresponds to GNOME 2.8.0.jmmv4-48/+48
Enhancements since 0.5.1 ======================== - add parsing location to all the CSS contructions at SAC level [Dodji Seketeli] - add --dump-location option to csslint [Dodji Seketeli] - enable several API/ABI incompatible versions of Libcroco to be installed on the same box [Dodji Seketeli] - CSS properties inheritance support [Benjamin Dauvergne] - CRStyle struct gatehering code cleanup [Benjamin Dauvergne] - Better support for font selection [Dodji Seketeli] Bugfixes since 0.5.1 ==================== - #143308: fix parsing of non trivial functional #notations. [Dodji Seketeli] - #143450: fix gcc 2.xx errors. [Dodji Seketeli] - #139881: proper setting of parsing locations in urls. [Dodji Seketeli] - #138267: remove C99-isms. - #139889: fix an infinite loop in the parser [Dodji Seketeli] - #139891: better @media rule reporting [Dodji Seketeli] - #140317: fix class sel without class name crash [Dodji Seketeli] - #140334: fix an infinite loop in the parser [Dodji Seketeli] - attribute selectors evalution fixes. [Dodji Seketeli] - Better support of descendant selectors evaluation [Dodji Seketeli] - Better regression tests framework [Dodji Seketeli] - fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli] - better regression suite framework [Dodji Seketeli] - support of the 'color' property gathering [Benjamin Dauvergne] - furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS] - total support of the !important keyword [Dodji Seketeli, Rob BUIS] - selectors evaluation in csslint [Dodji Seketeli, Rob BUIS] - fix compilation warnings [David A Knight, Dodji Seketeli] - more complete CSS statement serialisation [Dodji Seketeli] - better gathering of style information [Dodjij Seketeli] - better cascading algorithm conformance [Dodji Seketeli, Rob BUIS] - @import rule parsing fix [Dodji Seketeli] - support of CSS3 indentifiers [Dodji Seketeli] - better w3c DOM integration support [Rob BUIS, Dodji Seketeli] - many parsing fixes [Dodji Seketeli] - style structure debuging facility [Dodji Seketeli] - better fragment parsing support [Dodji Seketeli] - Split libcroco and sewfox [Dodji Seketeli] - class selector evaluation fix [Rob BUIS] - csslint cleanup and bugfixes [Dodji Seketeli] - :first-child pseudo class selector support [Dodji Seketeli] - pluggable pseudo class selectors evaluators [Dodji Seketeli]
2004-09-18Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build onminskim3-2/+20
platforms without native iconv. Thanks to Aron Stansvik for testing. Bump PKGREVISION.
2004-09-17Use rm -rf instead of -Rf to better support Irix. From Georg Schwarzwiz1-2/+2
in PR 26985.
2004-09-16Update MASTER_SITES and HOMEPAGE, from Alexander Becher in PR 26965.wiz1-3/+3
2004-09-15Don't have a comma end an enumeration list, which is apparently notjlam4-3/+19
allowed by GCC with -pedantic -ansi. Bump the PKGREVISION.
2004-09-12Add -print to find(1) when listing files in Makefile rules.salo2-1/+24
Should fix PR pkg/26930 by Georg Schwarz.
2004-09-12Use 'echo y' instead of 'yes' to accept a question asked by the installationjmmv2-4/+4
script. 'yes' is not available on some systems, like IRIX, so this fixes the build in them. Closes PR pkg/26929 by Georg Schwarz.
2004-09-12Use a different MASTER_SITE since the old one does not contain the filejmmv1-2/+2
any more.
2004-09-12Add pthread.buildlink3.mk to make this package build on NetBSD 1.6.kristerw1-1/+3
2004-09-12Update to version 0.2.2.salo3-15/+15
Changes: - new words, misc bugfixes, affix changes, documentation changes Addresses PR pkg/26928 by Georg Schwarz.
2004-09-12Sync with last (pointed out by jlam@: don't check for fgetln, setprognamejschauma1-4/+1
and getprogname. We're using libnbcompat, so we know they exist. (If we were to check again, then we'd mess up definitions set in the nbcompat headers.)
2004-09-12Use buildlink3 and put in dependency on zlib. PR#26915 fromcjep1-1/+4
Georg Schwarz.
2004-09-12Update hre to 0.9.8a. Should fix the build problem seen in sketch'sminskim2-6/+6
bulk build. Patch submitted by Lee Jae-Hong, the maintainer. Changes: - Support all metacharacters except character classes. - Build on Solaris.
2004-09-11Remove check for getprogname, setprogname and fgetln, consistent withjschauma2-315/+0
jlam's last change, since we use libnbcompat. (If we left these checks in, configure would test for them, find them and set HAVE_GETPROGNAME, subsequently breaking 'getprogname', as nbcompat.h wouldn't work since HAVE_GETPROGNAME is then defined.)
2004-09-11Update teixsl-html and teixsl-fo to 3.3, because their old distfilesminskim5-13/+13
were replaced with this version. ChangeLog is not available.
2004-09-10Avoid hardcoded /usr/pkg paths in the package, to let this build wherejmmv3-2/+29
LOCALBASE != /usr/pkg. While here, remove multiple gcc specific flags. Closes PR pkg/26898.
2004-09-08Use PATCHFILES rather than trying to do the same itself.markd1-15/+4
2004-09-08Also remove .orig_dist files before installation; otherwise we getwiz1-1/+2
unwanted extra files installed.
2004-09-08Fix build by solving a namespace collision introduced by libnbcompat.jmmv1-3/+7
I'm doing it the easy way because jlam@ will look at this problem closely in a future.
2004-09-02Some PRINT_PLIST_AWK magic for share/sgml and share/xml.jmmv1-1/+4
2004-09-02Update to 1.1.10:jmmv3-8/+8
- build fix: NUL in c file blocking compilation on Solaris, Windows build (Igor Zlatkovic) - fix: key initialization problem (William Brack) - documentation: fixed missing man page description for --path
2004-09-02Update to 2.6.13:jmmv3-7/+7
- build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc, Solaris compiler warning, fixing RPM BuildRequires, - fixes: DTD loading on Windows (Igor), Schemas error reports APIs (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace problem (William), Schemas hexbinary empty values, encoding error could genrate a serialization loop. - Improvements: Schemas validity improvements (Kasimier), added --path and --load-trace options to xmllint - documentation: tutorial update (John Fleck)
2004-09-01Update to 0.31.2:jmmv2-10/+5
Version 0.31.2 * Handle package name extraction better -- bug #144725 (Daniel Elstner) * Support for comments before translatable attributes in XML files, support for translating both tag content and attributes -- bug #143581. (Danilo Segan) Version 0.31.1 * Switch to gnome-common for autogen.sh so we can detect automake versions better -- bug #145027 (Jordi Mallach)
2004-09-01Update to 2.2:jmmv3-31/+17
Third stable version of the 2.x branch, released on 2004/09/01. * Converted to use the GNU Build System (GNU Automake and GNU Autoconf). * Because of the previous change, the build has been hopefully fixed in several platforms, specially under Irix 6.5 using the MIPSpro C compiler.
2004-08-28Fix PLIST.schmonz1-1/+2
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam3-6/+6
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27Simplify the import structure by keeping the "sed" name, and using thejlam8-45/+375
configure script's --program-transform-name to install as "nbsed". Also add a cat-ready nbsed.0 file.
2004-08-25Update hre to 0.9.8. Patch submitted by Lee Jae-Hong, the maintainer.minskim2-6/+6
Changes: - Follow POSIX ERE. - Add/improve test rule sets. - Support all meta characters except character classes.
2004-08-24+xmlstarletdrochner1-1/+2