summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04Regen.xtraeme1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme6-8/+12
2003-12-04Updated to 1.1.0 provided by Min Sik Kim PR pkg/23518.xtraeme6-90/+75
Changes: 1.1.0: Nov 4 2003: - Removed DocBook SGML broken support - fix xsl:key to work with PIs - Makefile and build improvement (Graham Wilson), build cleanup (William Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen Petrov) - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher Dunnavant) - Python: never use stdout for error - extension memory error fix (Karl Eichwalder) - header path fixes (Steve Ball) - added saxon:line-number() to libexslt (Brett Kail) - Fix some tortuous template problems when using predicates (William Brack) - Debugger status patch (Kasimier Buchcik) - Use new libxml2-2.6.x APIs for faster processing - Make sure xsl:sort is empty - Fixed a bug in default processing of attributes - Removes the deprecated breakpoint library - detect invalid names on templates (William Brack) - fix exslt:document (and similar) base handling problem
2003-12-04Updated to 2.6.2 provided by Min Sik Kim PR pkg/23488.xtraeme6-74/+73
Changes: 2.6.2: Nov 4 2003: - XPath context unregistration fixes - text node coalescing fixes (Mark Lilback) - API to screate a W3C Schemas from an existing document (Steve Ball) - BeOS patches (Marcin 'Shard' Konicki) - xmlStrVPrintf function added (Aleksey Sanin) - compilation fixes (Mark Vakoc) - stdin parsing fix (William Brack) - a posteriori DTD validation fixes - xmlReader bug fixes: Walker fixes, python bindings - fixed xmlStopParser() to really stop the parser and errors - always generate line numbers when using the new xmlReadxxx functions - added XInclude support to the xmlReader interface - implemented XML_PARSE_NONET parser option - DocBook XSLT processing bug fixed - HTML serialization for <p> elements (William Brack and me) - XPointer failure in XInclude are now handled as resource errors - fixed xmllint --html to use the HTML serializer on output (added --xmlout to implement the previous behaviour of saving it using the XML serializer) 2.6.1: Oct 28 2003: - Mostly bugfixes after the big 2.6.0 changes - Unix compilation patches: libxml.m4 (Patrick Welche), warnings cleanup (William Brack) - Windows compilation patches (Joachim Bauch, Stephane Bidoul, Igor Zlatkovic) - xmlWriter bugfix (Alfred Mickautsch) - chvalid.[ch]: couple of fixes from Stephane Bidoul - context reset: error state reset, push parser reset (Graham Bennett) - context reuse: generate errors if file is not readable - defaulted attributes for element coming from internal entities (Stephane Bidoul) - Python: tab and spaces mix (William Brack) - Error handler could crash in DTD validation in 2.6.0 - xmlReader: do not use the document or element _private field - testSAX.c: avoid a problem with some PIs (Massimo Morara) - general bug fixes: mandatory encoding in text decl, serializing Document Fragment nodes, xmlSearchNs 2.6.0 problem (Kasimier Buchcik), XPath errors not reported, slow HTML parsing of large documents. 2.6.0: Oct 20 2003: - Major revision release: should be API and ABI compatible but got a lot of change - Increased the library modularity, far more options can be stripped out, a --with-minimum configuration will weight around 160KBytes - Use per parser and per document dictionnary, allocate names and small text nodes from the dictionnary - Switch to a SAX2 like parser rewrote most of the XML parser core, provides namespace resolution and defaulted attributes, minimize memory allocations and copies, namespace checking and specific error handling, immutable buffers, make predefined entities static structures, etc... - rewrote all the error handling in the library, all errors can be intercepted at a structured level, with precise information available. - New simpler and more generic XML and HTML parser APIs, allowing to easilly modify the parsing options and reuse parser context for multiple consecutive documents. - Similar new APIs for the xmlReader, for options and reuse, provided new functions to access content as const strings, use them for Python bindings - a lot of other smaller API improvements: xmlStrPrintf (Aleksey Sanin), Walker i.e. reader on a document tree based on Alfred Mickautsch code, make room in nodes for line numbers, reference counting and future PSVI extensions, generation of character ranges to be checked with faster algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer access
2003-12-04Add and enable p5-Text-Diff and p5-YAML (thanks Thomas Klausner).epg1-1/+3
2003-12-04pkglint (spotted by wiz@)recht1-3/+1
2003-12-04Add and enable awfagc1-1/+2
2003-12-04Initial import of awf-19900907 into the NetBSD Packages Collection.agc5-0/+106
"This is awf, the Amazingly Workable Formatter -- a "nroff -man" or (subset) "nroff -ms" clone written entirely in (old) awk. It is slow and has many restrictions, but does a decent job on most manual pages and simple -ms documents, and isn't subject to AT&T's brain-damaged licensing that denies many System V users any text formatter at all. It is also a text formatter that is simple enough to be tinkered with, for people who want to experiment. Type "make r" to run a regression test, formatting the manual page (awf.1) and comparing it to a preformatted copy (awf.1.out). Type "make install" to install it. Pathnames may need changing. I don't know whether awf will run on 16-bit machines. Data requirements are modest, but I fear the programs are probably big enough to run awk out of space. I can't believe I really wrote this. Henry Spencer at U of Toronto Zoology henry@zoo.toronto.edu utzoo!henry 13 July 1990"
2003-12-04Use a GNU awk, so that this creates the files correctly.jschauma1-1/+2
Pointed out by Bas van Oostveen in PR pkg/23514.
2003-12-03Add and enable tei, teixsl-fo and teixsl-html.xtraeme1-1/+4
2003-12-03Initial import of teixsl-html 3.0 from pkgsrc-wip, packaged by Min Sik Kim.xtraeme5-0/+71
teixsl-html is a set of XSLT specifications to transform TEI XML documents to HTML. It concentrates on TEI Lite, but adding support for other modules is fairly easy.
2003-12-03Initial import of teixsl-fo 3.0 from pkgsrc-wip, packaged by Min Sik Kim.xtraeme5-0/+67
teixsl-fo is a set of XSLT specifications to transform TEI XML documents to XSL Formatting Objects. It concentrates on TEI Lite, but adding support for other modules is fairly easy.
2003-12-03Initial import of tei-4 from pkgsrc-wip, packaged by Min Sik Kim.xtraeme4-0/+93
The DTD of the Text Encoding Initiative allows encoding of a wide range of document types in the domain of humanities. If focuses on, but is not restricted to, the needs of the scholarly research and education community.
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw4-8/+8
2003-12-03update to 2.6.1recht3-16/+24
Lots of changes/fixes, eg. Unicode 4.0 support. See http://oss.software.ibm.com/cvs/icu/~checkout~/icu/readme.html?rev=1.141.2.1#News for details. ok'ed by wiz@
2003-12-03update to 0.50.4.1recht4-21/+7
changes since 0.50.2: # Fixed major bug in pipe mode which caused the last character to be chopped off words before they were stored. # Minor formating fixes in the manual. # Minor changes in URL filter to avoid treating the double quote character as part of the URL, and to avoid treating words ending in more than one period as a URL. # Document fixes in Aspell API # Small compile fixes, including one for GCC 3.3 # Updated Win32 section since a port now exists thanks to Thorsten Maerz. # Complain instead of doing nothing or aborting for unimplemented functions in Aspell utility. # Portability bug fixes. # Upgraded to Autoconf 2.57, Automake 1.7.7, Libtool 1.5 (no longer use CVS version of libtool). ok'ed by wiz@
2003-12-03import p5-Text-Diff-0.35.epg4-0/+24
This module provides a high-level interface to the diff algorithm in the p5-ALgorithm-Diff package.
2003-12-03import YAML-0.35epg5-0/+48
This is an implementation of YAML (YAML Ain't Markup Language, http://www.yaml.org/) for Perl.
2003-12-03Update to version 0.2.1.salo2-7/+7
Changes: - update HOMEPAGE and MASTER_SITES 0.2.1: ====== - Added country names. - New words. - Renumbering of the database of words.
2003-12-03Updated to 0.27.2 provided by Min Sik Kim PR pkg/23618.xtraeme2-5/+5
Changes: * Fixed the source code encoding mark at POTFILES.in support (Abel Cheung). * Fixed the intltool.spec file so it can build RPMs with this release (it was only a package issue (Carlos Perell\xc3\xb3 Mar\xc3\xadn)
2003-12-02gcc3 can't compile icu with -Os or -O[2-9]recht1-1/+12
see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11969 for details ok'ed by wiz@
2003-11-29apparently the local patch to add --with-expat-dir not needed, removejdolecek3-40/+1
it and switch to shared PHP4 distinfo
2003-11-29g/c local BUILDLINK_DEPENDS.libxml2, buildlink forces the right versionjdolecek1-3/+1
nowadays
2003-11-29enable xslt and exslt support (using libxslt), so that the package wouldjdolecek1-2/+5
have full available functionality of the module bump PKGREVISION problem reported and fix provided in pkg/23594
2003-11-29minor formatting fix, s/Gnome/GNOME/grant1-2/+2
2003-11-19textproc/glimpse and security/openssl no longer conflict, as openssljschauma1-3/+1
does no longer install bin/cast. Noted by Bernhard Riedel.
2003-11-18Updated to 1.06a, provided by Min Sik Kim in PR pkg/23463.xtraeme2-6/+7
Changes since 1.03: * Fixed a couple of places where "/s" was missing from the regex, preventing multi-line matches from working correctly. * Added returndelim() and strip_delim() methods to control whether or not the match returned includes the start and end delimiters. By default, delimiters are returned.
2003-11-16Fix from Dan Winship for opensp and openjade -agc3-2/+80
opensp was building against unproven-pthreads, but openjade was getting pth, so the link would fail. Copy the related glue from opensp/Makefile to opensp/buildlink2.mk fixes build problems in latest bulk builds.
2003-11-15Use SITES_${DISTFILE} variables to avoid lots of unnecessary 404s.danw2-20/+19
Update some out-of-date references in DESCR
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-10actually use the TARGET setting from MAKE_ENV. Fixes build problemsdmcmahill2-10/+12
on alpha which doesn't have the optimizing ocaml compiler. Noted in recent alpha bulk build.
2003-11-10Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-08Update PHP to 4.3.4jdolecek3-7/+7
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-02I'm the new maintainer.xtraeme2-4/+4
2003-11-01Distfile has changed without version bump.salo3-10/+11
Changes were: base directory renamed(!), added one sentence to README.sk, added mkdir command to Makefile.
2003-10-20patch-aa and patch-ac patched the same file. Merge them.kristerw3-36/+31
2003-10-18Sort DISTNAME sectioncjep1-2/+2
2003-10-16Require 2.5.10nb1 at least, which removed dependency on libpthread.kim1-2/+2
2003-10-16Back out previous -- need for threads was caused by old libxml2, andkim1-3/+1
textproc/libxml2/buildlink2.mk not requiring a recent enough version.
2003-10-16sync with -current:grant1-4/+4
call setprogname(), replace a 'sed' with getprogname().
2003-10-16bump to 20031016grant1-2/+2
2003-10-16regengrant2-14/+86
2003-10-16- this is named 'nbsed', not 'nb-sed'grant1-2/+2
- s/netbsd.org/NetBSD.org/
2003-10-16portability fixes:grant3-18/+21
- test for __inline/inline, de-mangle the corresponding hack in process.c to reduce the diff to NetBSD-current source - move some autoconf-y bits to configure.ac fixes build on Solaris with SunPro.
2003-10-16add configure.lineno to distclean targetgrant1-2/+2
2003-10-16remove a file which shouldn't be heregrant1-5506/+0
2003-10-16This package uses threads, so include mk/pthread.buildlink2.mkkim1-1/+3
2003-10-15At least on -current, we still need -lm with -lstdc++.jwise1-2/+2
2003-10-13Update to 1.1:jmmv3-11/+11
* Fixed AWK code generation to work with the mawk interpreter. * Fixed Makefile.boot to install documentation inside the directory pointed by the BT_DIR_DOC variable. Thanks to reed@ for mawk fixes and grant@ for Solaris tests.
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant6-7/+12