summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-08-01Add and enable ezxmlagc1-1/+2
2005-08-01Import ezxml library, submitted in PR 30887 by Marcin Jessa.agc5-0/+69
ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled). An example of how to use the ezXML library can be found in ${PREFIX}/share/doc/ezxml
2005-07-31USE_LANGUAGES=c c++grant1-1/+2
2005-07-28Changes 2.0.11:adam3-8/+11
* Re-enable apostrophe word-breaking work-arounds * Additional translations
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz3-6/+6
2005-07-24Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-07-24Variable quoting improvement for pkglint.wiz1-2/+2
2005-07-24Fix CONFLICTS line.wiz1-2/+2
2005-07-23Update to 1.69.0:wiz3-663/+87
The release includes major feature changes, particularly in the manpages stylesheets, as well as a large number of bug fixes. This project is the home for the DocBook XSLT stylesheets and DSSSL stylesheets and more.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz5-10/+10
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Add and enable py-elementtree.wiz1-1/+2
2005-07-21Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@wiz4-0/+64
The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The ElementTree toolkit contains an Element implementation in Python, and code to read XML and HTML files into trees of Element objects, and write them out as XML.
2005-07-20Remove unnecessary passing of YACC to the configure script as it'sjlam1-2/+1
already passed by the tools framework.
2005-07-19depends should be ../../<category>/<pkg>grant2-5/+5
2005-07-18Fix path to RFC-database, it's most certainly not in /usr/local.hubertf1-3/+5
Bump revision.
2005-07-18Update to rubber 1.0tonio3-93/+80
Change maintainer address to @netbsd.org Update homepage to avoid redirections Main changelog entries: Version 1.0 (2005-07-11) More intelligent graphics conversion rules. New command-line options "--inplace" and "--into". New command-line option "-W" to report warnings. Modules "index" and "verbatim" fixed. Fixed path searching in Metapost. Fixed paper size handling (in dvips, dvipdfm, ps2pdf). Better handling of aux files from \include'd sources. approved by cube@
2005-07-17Updated to 0.23nb2.heinz1-2/+6
Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX) This should fix PR pkg/30768.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam8-21/+16
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam14-35/+28
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam3-9/+7
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-5/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam80-160/+160
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13sync with libxml2 updatedrochner2-6/+6
2005-07-13no need to force the latest version when IGNORE_RECOMMENDED=YES. setgrant1-2/+3
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
2005-07-12update to libxml2 2.6.20recht6-24/+24
2.6.20: Jul 10 2005: - build fixes: Windows build (Rob Richards), Mingw compilation (Igor Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and andriy@google.com), use gcc weak references to pthread to avoid the pthread dependancy on Linux, compilation problem (Steve Nairn), compiling of subset (Morten Welinder), IPv6/ss_family compilation (William Brack), compilation when disabling parts of the library, standalone test distribution. - bug fixes: bug in lang(), memory cleanup on errors (William Brack), HTTP query strings (Aron Stansvik), memory leak in DTD (William), integer overflow in XPath (William), nanoftp buffer size, pattern "." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe, replaceNode patch (Brent Hendricks), CDATA with NULL content (Mark Vakoc), xml:base fixup on XInclude (William), pattern fixes (William), attribute bug in exclusive c14n (Aleksey Sanin), xml:space and xml:lang with SAX2 (Rob Richards), namespace trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards), Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards), a small RelaxNG leak, HTML parsing in push mode bug (James Bursa), failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks() heuristic failure, duplicate attributes in DTD bug (William). - improvements: lot of work on Schemas by Kasimier Buchcik both on conformance and streaming, Schemas validation messages (Kasimier Buchcik, Matthew Burgess), namespace removal at the python level (Brent Hendricks), Update to new Schemas regression tests from W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert), standalone test framework and programs, new DOM import APIs xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and xmlDOMWrapRemoveNode(), extension of xmllint capabilities for SAX and Schemas regression tests, xmlStopParser() available in pull mode too, ienhancement to xmllint --shell namespaces support, Windows port of the standalone testing tools (Kasimier and William), xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug() SAX Schemas APIs, Schemas xmlReader support.
2005-07-12- add missing message files in PLIST.taca2-7/+12
- deprecate USE_PERL5 and LTCONFIG_OVERRIDE. Bump PKGREVISION.
2005-07-08Prevent paths to the build directories from being included in the package.kristerw2-4/+6
Bump PKGREVISION.
2005-07-08Prevent paths to the build directories from being included in the package.kristerw1-1/+7
Bump PKGREVISION.
2005-07-08Do not include malloc.h, and add HAVE_STRLCPY for Darwin too.kristerw3-3/+16
2005-07-07Update ispell-british to 3.3.02.markd3-16/+15
2005-07-07Update ispell-base to 3.3.02markd13-141/+104
Ispell 3.3 offers improved support for international languages, improved deformatting, and better support for compilation on Windows systems. All known security holes have been closed. A number of small bugs are also fixed.
2005-07-05update to 0.1 which should be more portable.christos2-7/+7
2005-07-05Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++.wiz2-7/+10
2005-06-28USE_PERL5 -> USE_TOOLS+=perl.wiz1-3/+4
2005-06-28Update to 0.60.3.wiz5-39/+10
Complete list of changes from 0.60.2: * Fixed bugs involving several of the C API functions. * Fixed bug where `ultra' or `fast' mode will not return any suggestions when soundslike lookup is not used. * Made a minor, yet significant, optimization to the suggestion code. This speed things up by an order of magnitude in some cases. * Avoid using the slow ngram scan except when the `sug-mode' is `slow' or `bad-speller'. * Fixed a bug in curses mode which causes word-wrap to not work correctly in some cases. * Fixed a bug in pipe mode with a missing newline. * Fixed the `spell' compatibility script. * Several other minor bugs fixed. * Made note about the change in behavior of the `-l' command line switch. * Other manual update/fixes. * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-26Depend on >= aspell-0.60.2nb1, which unbreaks the build.wiz2-3/+5
Fix PLIST. Remove BROKEN.
2005-06-26Add patch from program's author that fixes aspell-cz build.wiz3-2/+17
Bump PKGREVISION to 1.
2005-06-25Update ruby-xmlparser package to 0.6.8.1.taca3-36/+8
- Avoid C90'ism from code; content of patch-ab was merged.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Add and enable p5-Text-Glob.wiz1-1/+2
2005-06-24Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged bywiz4-0/+27
Hiramatsu Yoshifumi. Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-06-24Remove lang/libperl and modify packages that used libperl to dependjlam1-2/+3
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages due to the possible perl dependency changes after the removal of libperl: audio/ices-mp3 databases/postgresql73-plperl databases/postgresql74-plperl textproc/eperl www/ap-perl
2005-06-22getopt() returns an int so that -1 can be distinguished from any characteris4-3/+28
value (xls2csv wouldn't accept any command line without this fix). While we're here, add <stdlib.h> to analyze.c so that exit() is declared.
2005-06-20Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-3/+3
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam29-29/+78
2005-06-06Update Sablotron to version 1.0.2. Changes from 1.0.1:jwise2-7/+6
Version 1.0.2 December 29, 2004 ----------------- - fixed a bug in declarations of namespaces during serialization - minor fixes for gcc 3.4.x - fixed mistakes in error messages
2005-06-06The docbook-xml binary package built on 2005-04-06 with the followingminskim1-2/+2
versions does not have dependency on xmlcatmgr. textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $ textproc/docbook-xml/distinfo:$NetBSD: distinfo,v 1.4 2005/02/24 14:48:41 agc Exp $ textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $ textproc/docbook-xml/PLIST:@comment $NetBSD: PLIST,v 1.7 2003/01/29 21:17:26 jmmv Exp $ textproc/docbook-xml/patches/patch-aa:$NetBSD: patch-aa,v 1.1 2004/02/09 12:23:40 jmmv Exp $ Bump PKGREVISION to force bulk build to rebuild the binary package.
2005-06-04Update to 4.18.0, provided by Jeroen Ruigrok van der Werven in PR 30424.wiz19-25/+259
Includes a number of patches to fix build on DragonFlyBSD. Changes since 4.17.2: Glimpse 4.18.0 has new configure script generated by autoconf 2.57 - may fix compilation problems on FreeBSD