summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-03-30Use elk/bl3 to make this build again.wiz1-10/+5
2005-03-30Add and enable ruby-xmlscan.minskim1-1/+2
2005-03-30Import ruby-xmlscan from pkgsrc-wip. Packaged by OBATA Akio.minskim4-0/+93
This is a High-performance non-validating XML parser written in 100% pure Ruby.
2005-03-29Bump docbook-xml's revision to 7 now that its catalog is registered againjmmv2-5/+5
and make scrollkeeper depend on this latest version to fix its build. Problem found by abs@ (as described in tech-pkg@).
2005-03-29Use XMLCATMGR_PREFIX (defined in buildlink3.mk) rather thanjmmv1-3/+3
BUILDLINK_PREFIX.xmlcatmgr because the latter is not defined if NO_BUILD is set. Fixes problems seen by abs@ (docbook-xml's catalog not appearing in the system-wide catalog).
2005-03-29Fix zlib issues on some platformsadam4-6/+8
2005-03-28Add RCS Id.wiz1-0/+1
2005-03-28Make rtf-tools skip leading whitespace in stylesheet name when checkingben2-6/+27
for a Normal or Standard stylesheet.
2005-03-28Needs gcc3 (for istream). Closes PR 29810.wiz1-1/+2
2005-03-27Update to 1.07:wiz2-8/+8
1.03 Sat Nov 15 13:52:37 EST 2003 - workaround for uninit variable warnings eminating from shellwords.pl when called with array containing undef items. Other changes undocumented.
2005-03-27Update to 1.7h:wiz2-8/+6
Tue Mar 22 11:50:24 CET 2005 (Peter Heslin): *** Add advice for flyspell-auto-correct-previous-word.
2005-03-27Correct typo in PLIST.ben1-3/+3
2005-03-27Add support for codepage 1252 characters, sort PLIST, bump PKGREVISION.ben7-25/+415
2005-03-27ICU 3.2 includes the latest bug fixes, locale/charset updates, andrecht7-44/+59
performance/build/porting enhancements. The following list summarizes the main new features in this release.sion. CLDR 1.2. This is the main new feature in the release. ICU locale data is now completely built from the CLDR 1.2 data, which contains data for 232 locales, covering 72 languages and 108 territories. Many translated names for languages, territories, and scripts have been added, as well as for time zones, calendars, and other named items such as collation. For more information, see http://www.unicode.org/press/pr-cldr1.2.html. Miscellaneous Universal Timescale conversions. ICU now provides mechanisms for quickly and reliably converting between the different binary representations of date/time used on different platforms. Accept-Language. ICU provides a mechanism for matching Accept-Language against a list of locales. DateFormat and Calendar Performance. Object construction performance has been significantly improved. Footprint. The size of executables that statically link to ICU has been reduced. Stdin. The icuio library can now read from stdin. UnicodeSet C API. More uset_* C API were added. i5/OS (os/400). Building ICU has been simplified to allow more configure options to work. POSIX. Default codepage determination has been fixed.
2005-03-26Use EVAL_PREFIX to determine where xmlcatmgr is installed (instead ofjmmv1-2/+4
BUILDLINK_PREFIX.xmlcatmgr), and set the XMLCATMGR variable accordingly. This is to let packages setting NO_BUILD to still be able to use this variable (such as docbook-xml). Fixes PR pkg/29789 by chris@.
2005-03-26Add and enable ruby-redcloth.minskim1-1/+2
2005-03-26Import ruby-redcloth from pkgsrc-wip. Packaged by Rich Davies.minskim4-0/+31
RedCloth is a Ruby library for working with the Textile language (http://www.textism.com/tools/textile/).
2005-03-24Don't check for USE_BUILDLINK3 anymore in these files. These are includedjlam2-11/+5
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz19-47/+19
useful.
2005-03-24Fix build on Interix.tv3-17/+22
2005-03-24- strings.h is really not the right header to include.christos2-6/+45
- TCSASOFT is useless here; we have the right values for {i,o}speed and cflag. In addition it is not portable, so kill it. - keep the previous unsigned char fix.
2005-03-24Changes 1.3.2a:adam4-52/+39
* Compatible with modern compilers
2005-03-23Update to 2.1:wiz2-7/+6
* Fri Jan 14 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.1-1 - Interrupt handlers are refactored so manlifter can be aborted with a single ^C; as a result, exit values 4 and 5 have swapped places. In manlifter, don't remove the result file unless we're in batchmode. Lifts 96% of 11121 pages in a full Fedora Core 3 install.
2005-03-23Fix HOMEPAGE and MASTER_SITES. Fixes PR 29773.wiz1-4/+3
2005-03-22Add and enable gnome-doc-utils.jmmv1-1/+2
2005-03-22Initial import of gnome-doc-utils, version 0.1.3:jmmv5-0/+125
gnome-doc-utils is a collection of documentation utilities for the GNOME project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp.
2005-03-22Update to 1.3:jmmv3-10/+13
GTK-Doc 1.3 (Jan 9 2005) =========== o Use the new style.css stylesheet instead of hard-wiring the styles. o Updated the documentation and example build files. o Added support for a gallery of widget images. o Output default values for widget properties and allowed ranges. o Only underline links in the docs when the mouse hovers over them. o Added support for placing the parameter table anywhere within the function documentation (using the "<!--PARAMETERS-->" marker). o Handle more variations of C syntax.
2005-03-22Add HOMEPAGE.wiz2-2/+4
2005-03-21update to libxslt-1.1.13recht3-19/+19
1.1.13: Mar 13 2005: - build fixes: 64bits cleanup (William Brack), python 2.4 test (William), LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel Reed), libgcrypt-devel requires for RPM spec. - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template should not change the current template rule (William Brack), evaluation of global variables (William Brack), RVT's in XPath predicates (William), namespace URI on template names (Mark Vakoc), stat() for Windows patch (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of memory detection misses (William), parserOptions propagation (William), exclude-result-prefixes fix (William), // patten fix (William). - extensions: module support (Joel Reed), dictionnary based speedups trying to get rid of xmlStrEqual as much as possible. - documentation: added Wiki (Joel Reed)
2005-03-21update to libxml2-2.6.18recht2-6/+6
2.6.18: Mar 13 2005: - build fixes: warnings (Peter Breitenlohner), testapi.c generation, Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed), some gcc4 fixes, HP-UX portability fixes (Rick Jones). - bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and xmlreader stopping on non-fatal errors, thread support for dictionnaries reference counting (Gary Coady), internal subset and push problem, URL saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python paths fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix (Mike Hommey), warning should not count as error (William Brack), xmlCreatePushParser empty chunk, XInclude parser flags (William), cleanup FTP and HTTP code to reuse the uri parsing and IPv6 (William), xmlTextWriterStartAttributeNS fix (Rob Richards), XMLLINT_INDENT being empty (William), xmlWriter bugs (Rob Richards), multithreading on Windows (Rich Salz), xmlSearchNsByHref fix (Kasimier), Python binding leak (Brent Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug (Rob Richards), Schemas decimal type fixes (William Brack), xmlByteConsumed static buffer (Ben Maurer). - improvement: speedup parsing comments and DTDs, dictionnary support for hash tables, Schemas Identity constraints (Kasimier), streaming XPath subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical values handling (Kasimier), add xmlTextReaderByteConsumed (Aron Stansvik), - Documentation: Wiki support (Joel Reed)
2005-03-20Include sys/types.h and stdint.h if they are available.recht2-1/+20
Fixes the build on DragonFly. patch provided by Todd Willey in PR 29276
2005-03-19Bump PKGREVISION for previous (hi jwise!).wiz1-1/+2
2005-03-18Sigh. Fix typo in previous.jwise1-2/+2
2005-03-18Configure with --with-dictorg, so this package is useful out of the box.jwise1-2/+3
2005-03-17Correct distinfo entry for patch-aa.snj1-2/+2
Comments at the top of patches are not stripped.
2005-03-16Depend on pango (used directly).jmmv1-1/+2
2005-03-16Added a patch needed for gcc-2.95.3. Approved by wiz.rillig2-1/+24
2005-03-14Use BUILDLINK_PREFIX.groff, not a local _GROFFPATH.tv1-5/+3
2005-03-14Make build/work on Interix.tv3-4/+24
How ugly: a hypot(near0, near0) can result in a NaN if round-off error somehow makes the a^2+b^2 result negative. Work around it with an "#ifdef __INTERIX"-only fix.
2005-03-07Include locale.h to use LC_CTYPE on Darwin. Fixes PR pkg/29205.minskim2-5/+5
2005-03-07Fix quoting.uebayasi1-2/+2
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca10-13/+20
2005-03-06Sort PLIST.taca2-5/+5
2005-03-06Cosmetic change with pkglint(1).taca1-5/+6
2005-03-06Update freepwing to 1.4.4nb1; add a missing dependency againstuebayasi1-1/+4
p5-Jcode.
2005-03-05Update eb to 4.1.3. Small bug fixes, no functional changes.uebayasi3-103/+105
2005-03-05Update FreePWING to 1.4.4.uebayasi3-8/+15
Changes since 1.4.3 are: * Fix a problem that catdump -u couldn't handle half-width kana. * Split documents into smaller parts.
2005-03-02Update to 2.5.0. Thanks to jmmv and hrs.wiz5-29/+175
Changes since version 2.4.1 (2003-02-18) Changes to website/* | 2003-06-22 Norman Walsh | | * VERSION: Version 2.5.0 released. | | 2003-06-21 Norman Walsh | | * Makefile: Tweaked | Changes to website/example/* | 2003-02-20 Robert Stayton | | * olink.xml: Now covers XSL-based olink processing. | Changes to website/xsl/* | 2003-06-22 Norman Walsh | | * param.xsl, tabular.xsl: Added table.spacer.image to improve | tabular style accessibility. This is a fairly intrusive | change, but I think its a significant improvement in | accessibility. | | 2003-05-27 Robert Stayton | | * olink.xsl: Fix typo in test attribute. | | 2003-04-13 Norman Walsh | | * head.xsl: Feat Req #703116: add type to script | | 2003-02-26 Jirka Kosek | | * toc-tabular.xsl: Make comparsion safe even if nav.graphics | is specified as string type | | 2003-02-20 Robert Stayton | | * chunk-common.xsl, olink.xsl, website-common.xsl, | website-targets.xsl: Added XSL-based olink processing. | Changes to website/example/graphics/* | 2003-06-22 Norman Walsh | | * spacer.gif: New file. | Changes to website/schema/relaxng/* | 2003-06-22 Norman Walsh | | * autolayout.rng, extensions.rng, layout.rng: Cleanup | attributes on script element | | * autolayout.rng, layout.rng, website-full.rng, website.rng: | Updated version numbers | Changes to website/schema/dtd/* | 2003-06-22 Norman Walsh | | * autolayout.dtd, extensions.mod, forms.mod, layout.dtd, | namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.dtd, website.mod: Updated version | numbers | | 2003-06-21 Norman Walsh | | * autolayout.dtd, layout.dtd, website.mod: Allow type | attribute on script | Changes since version 2.3 (2002-09-17) Changes to website/* | 2003-02-18 Norman Walsh | | * VERSION: Version 2.4.1 released. | | * catalog.xml: Added rewrite rules for the schema and xsl | directories | | * catalog.xml: Added chunk-common to the catalog | | 2003-01-25 Norman Walsh | | * Makefile: Cleanup and support reorganized directories | | * README: Updated versions, copyright, and system identifiers | | * VERSION: Version 2.4.0 released. | | * catalog.xml: Fixed typos | | 2003-01-16 Norman Walsh | | * autolayout.dtd, catalog.xml, extensions.mod, forms.mod, | layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.mod: Moved files; this messes up | the CVS tags, but I'm doing it anyway :-( | | * website-custom.dtd: Based on Simplified 1.0 | | 2003-01-12 Robert Stayton | | * catalog.xml: New file. | | 2002-11-17 Norman Walsh | | * VERSION, autolayout.dtd, extensions.mod, forms.mod, | layout.dtd, namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.mod: Bug #636004: fix version | numbers | | 2002-10-16 Norman Walsh | | * website-custom.dtd: Fix typos in comments; correct spelling | of qand_a_set PEs; add blockinfo for qandaset | | * website-full.dtd: Fix typos in comments | | 2002-10-02 Norman Walsh | | * autolayout.dtd, layout.dtd, website.mod: Add headlink | element (HTML head 'link') | Changes to website/example/* | 2003-02-18 Norman Walsh | | * layout.xml: Moved revisionflag | | 2003-01-25 Norman Walsh | | * catalog.xml: New file. | | 2003-01-24 Norman Walsh | | * Makefile: Use Saxon instead of xsltproc because the warnings | about realtive namespace URIs bug me | | 2003-01-16 Norman Walsh | | * about.xml, build-ext.xml, build-make.xml, | build-textonly.xml, building.xml, custom.xml, full.xml, | layout.xml, olink.xml, param.xml, php.xml, rddl.xml, | revflag.xml, rss.xml, test1.xml, test1a.xml, test1b.xml, | test2.xml, test3.xml, website.xml, wslayout.xml: Updated DTD | URIs | | 2003-01-12 Robert Stayton | | * build-ext.xml: Added para about using a processor that lacks | extension functions. | | * build-make.xml: Corrections to Makefile listing. | | 2002-10-02 Norman Walsh | | * build-make.xml, layout.xml: Add global headlink and local | headlink | Changes to website/xsl/* | 2003-02-18 Norman Walsh | | * autolayout.xsl: Updated version numbers to 2.4.1 | | 2003-02-16 Norman Walsh | | * rss.xsl: Check for localTime function before calling it | | 2003-01-26 Robert Stayton | | * chunk-common.xsl: No longer terminates if exists() function | not available. Will not track dependencies, so all files | built each time. | | 2003-01-16 Norman Walsh | | * autolayout.xsl: Update the public and system identifers | | 2003-01-11 Robert Stayton | | * makefile-dep.xsl: Add optional output-root param so | dependency path matches the output path. | | 2002-11-17 Norman Walsh | | * website-common.xsl: Patch #540597: add rcsdate.format named | template | | 2002-10-02 Norman Walsh | | * autolayout.xsl, head.xsl: Support headlink element | | * chunk-common.xsl: Support references to external pages when | using XSLT exists() function to choose build order | Changes to website/tests/* | 2002-10-16 Norman Walsh | | * test.xml, testfull.xml: Added XML declarations | Changes to website/schema/* | 2003-01-25 Norman Walsh | | * Makefile: New file. | Changes to website/schema/relaxng/* | 2003-02-18 Norman Walsh | | * autolayout.rng, extensions.rng, forms.rng, layout.rng, | rddl.rng, website-full.rng, website.rng: Updated version | numbers to 2.4.1 | | 2003-01-23 Norman Walsh | | * .cvsignore: Ignore websitedb.rng | | * .cvsignore, Makefile: Updated | | * config.xml: Generated | | * config.xml, union.xml: Changed configuration strategy | | * extensions.rng, forms.rng, rddl.rng, website-full.rng, | website.rng: Removed extraneous xmlns declaration | | * union.xml: Oops. I did need this file | | * websitedb.rng: This file is generated | | 2003-01-16 Norman Walsh | | * .cvsignore, Makefile, autolayout.rng, extensions.rng, | forms.rng, layout.rng, rddl.rng, union.xml, | website-full.rng, website.rng, websitedb.rng: New file. | Changes to website/schema/dtd/* | 2003-02-18 Norman Walsh | | * autolayout.dtd, extensions.mod, forms.mod, layout.dtd, | namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.dtd, website.mod: Updated version | numbers to 2.4.1 | | 2003-01-25 Norman Walsh | | * Makefile: Cleanup | | 2003-01-23 Norman Walsh | | * Makefile: New file. | | * website-custom.dtd, website.dtd: Updated version numbers | | 2003-01-16 Norman Walsh | | * autolayout.dtd, extensions.mod, forms.mod, layout.dtd, | namespaces.mod, rddl.mod, website-custom.dtd, | website-full.dtd, website.dtd, website.mod: New file. |
2005-03-02Fix quoting problem in CPPFLAGS.wiz1-2/+2
2005-03-02add missing BUILD_USES_MSGFMTdmcmahill1-1/+2