summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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
2004-08-24import xmlstarlet-0.9.3, a command line tool to manipulate XMLdrochner5-0/+55
files using libxml2 and libxslt
2004-08-24sync with libxslt update to 1.1.9drochner2-5/+5
2004-08-24update to 1.1.9drochner3-8/+8
changes: -improvements: EXSLT date:sum added (Joel Reed), hook for document loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes, extend xsltproc --version with CVS stamp (William). +bugfixes
2004-08-24sync with libxml2 update to 2.6.12drochner2-5/+5
python specific changes: avoid a warning with 2.3 (William Brack), tab and space mixes (William), wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
2004-08-24update to 2.6.12drochner3-8/+7
changes: -improvements: DocBook catalog build scrip (William), xmlcatalog tool (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey), xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude to not generate start/end nodes, extend xmllint --version to include CVS tag (William) +bugfixes
2004-08-23Rename the err() defined in the nbsed sources to "sederr" to avoidjlam1-3/+4
conflicts with the system err() pulled in via <nbcompat.h>.
2004-08-23We use libnbcompat, so remove some standalone implemenations of somejlam6-670/+107
needed functions, and vastly simplify the configure script.
2004-08-22Include <termios.h> for winsize declaration and TIOCGWINSZ. Should fixjlam4-7/+14
build on Solaris.
2004-08-21Update textproc/nbsed to 20040821 (date of import from src HEAD).jlam10-449/+957
Changes from the previous version include: - Adding a sed2nbcompat script to ease importing from src HEAD into pkgsrc. - Make this package depend on libnbcompat since it needs a regex implementation and it's also a bootstrap package. * s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1) multi line text can be added.
2004-08-20Clean up the patch to allow building with compilers other than GCC, and linksketch2-21/+22
using the C compiler to enable 64bit sunpro builds.
2004-08-16Update to version 1.10.seb7-120/+126
Changes since last packaged version: Version 1.10 * Added scanner for log files (also for iptables and apache logs) thanks to Jan Tatarik * Fixed some bugs in the perl scanner (thanks to Geir Nilsen) * configure checks for ios_base * check for the right ar to use, fixes problems under Sun compilers (thanks to Paul Townsend)
2004-08-15Update to 1.13:wiz2-5/+5
- Manual date now goes in refentryinfo, as Steve Cheng suggested. Restored correct parsing of multicommand synopses.
2004-08-12Add and enable hre.minskim1-1/+2
2004-08-12Initial import of hre-0.9.7. Packaged by Lee Jae-Hong.minskim5-0/+52
HRE is a regular expression library for Korean. While most regex libraries support only per-syllable processing for Korean, HRE provides an extended grammar to specify phonemes in each syllable. It supports both KS X 1001 and Unicode charsets.
2004-08-06p5-Module-Build is a BUILD_DEPENDS. No revision bump since I importedcube1-2/+2
that package yesterday and nothing uses it so far.
2004-08-05update to expat-1.95.8recht3-6/+7
Release 1.95.8 Fri Jul 23 2004 - Major new feature: suspend/resume. Handlers can now request that a parse be suspended for later resumption or aborted altogether. See "Temporarily Stopping Parsing" in the documentation for more details. - Some mostly minor bug fixes, but compilation should no longer generate warnings on most platforms. SF issues include: 827319, 840173, 846309, 888329, 896188, 923913, 928113, 961698, 985192.
2004-08-05Add p5-Text-WikiFormat.cube1-2/+3