summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+2
transition to new tools framework.
2005-05-13sync with base librariesdrochner4-12/+12
no changes as far as Python wrappers are concerned, afaict
2005-05-11Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk tojlam1-2/+3
consolidate the files for that framework in one directory.
2005-05-10Add a new vis/unvis package.christos4-0/+28
2005-05-09Update to 0.38.epg2-6/+6
Upstream changes: version: 0.38 date: Thu Mar 31 01:43:21 PST 2005 changes: - Deleted Spiffy -XXX artifact :( --- version: 0.37 date: Thu Mar 31 01:56:24 CST 2005 changes: - All the edge cases with hash key dumping (commas, [], {}, etc) should now be covered
2005-05-08The website DTD requires docbook-simple.minskim1-3/+4
Bump PKGREVISION due to dependency change.
2005-05-05Update to 1.1. This is the official release of Simplified DocBook V1.1 DTDhrs4-14/+40
and no technical changes from 1.1CR2.
2005-05-05Update to 1.3.2:hrs3-10/+15
* Various kludge for DTD-less case. * Use unibyte-char-to-multibyte if enable-multibyte-characters. * (sgml-do-processing-instruction): new handling of <?PSGML> processing instruction. * (sgml-setup-doctype): add Predefined Entities for XML.
2005-05-05Add SGML_CATALOGS to register openjade/catalog on the system-widehrs1-2/+5
SGML catalog chain. Bump PKGREVISION.
2005-05-05Update to 2.6.0:hrs7-200/+160
* catalog, catalog.xml: enable users to have "current" in schema URIs in doc instances; http://docbook.sourceforge.net/release/website/current/schema/ Yeah, I know that it's traditionally been the case that DocBook doc instances contain public and system IDs for a specific version of the DocBook DTD. But note that: - all versions of DocBook 4 are backward-compatible - doc instances don't actually need to contain any system or public ID at all users employ RELAX NG-based tools - for RELAX NG-based toolchain, users will probably be authoring and validating their doc instances against whatever is the current version of the RELAX NG schema for DocBook that that they have installed So enabling users to put "current" in their doc instances instead of a specific version number means that they don't need to update the URIs if/when they want to author/validate using a future version of the DTD. * AUTHORS, BUGS, COPYING, INSTALL, README, TODO: Added standard distro files, to make life easier for packagers; From README, moved copyright info to COPYING and install info to INSTALL. README content is not just minimal how-to info. Added BUGS and TODO, which are just pointers to SF trackers. Added AUTHORS just for sake completeness. * Makefile: generate RELEASE-NOTES.html/.txt * RELEASE-NOTES.xml: New file.
2005-05-03Correct PLIST.kristerw2-4/+7
Bump PKGREVISION.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-30Given that I've done all the latest updates, pick up maintainership.jmmv1-2/+2
Requested by the current maintainer, schmonz@.
2005-04-26update to 2.0.10drochner3-8/+14
changes: -Enable building outside of srcdir -Use bind_textdomain_codeset to set UTF-8 encoding for all translations -Do not delete the GtkTextTag from the tag table (needed for shared tag tables) -bugfixes -translations added
2005-04-18Apply two patches from Hiroki Sato (hrs@) to remove bogus referenceswiz4-40/+82
to 2.4.x versions. Bump PKGREVISION.
2005-04-13update to 1.1.6:drochner2-7/+7
This release features the ability to get a list of supported languages, and the usual bugfixes. A few APIs have been deprecated in the process.
2005-04-12Nuke USE_BUILDLINK3 (some files missed in megacommit).tv1-2/+1
2005-04-12Use PKGNAME_NOREV in DIST_SUBDIR; usually, DIS_SUBDIR should not be affected ↵wiz1-2/+2
by PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv215-430/+215
2005-04-09Convert to buildlink3.wiz1-5/+4
2005-04-09Sort.wiz1-19/+19
2005-04-09Use PKGNAME_NOREV.wiz1-2/+2
2005-04-09Update distinfo checksum for PKGREVISION bump.wiz1-4/+4
2005-04-09update to libxslt-1.1.4recht2-7/+7
update BUILDLINK_DEPENDS on libxml2 to 2.6.17 (for module support) noted by reed@ 1.1.14: Apr 02 2005: - bug fixes: text node on stylesheet document without a dictionary (William Brack), more checking of XSLT syntax, calling xsltInit() multiple times, mode values interning raised by Mark Vakoc, bug in pattern matching with ancestors, bug in patterna matching with cascading select, xinclude and document() problem, build outside of source tree (Mike Castle) - improvement: added a --nodict mode to xsltproc to check problems for docuemtns without dictionnaries
2005-04-09update to libxml2-2.6.18recht2-6/+6
This release include a number of bug fixes, some build fixes and more improvements on the W3C XML Schemas validation from Kasimier Buchcik: build fixes: - drop .la from RPMs - --with-minimum build fix (William Brack) - use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with AIX 5.3 compiler - fixed elfgcchack.h generation and PLT reduction code on Linux/ELF/gcc4 bug fixes: - schemas type decimal fixups (William Brack) - xmmlint return code (Gerry Murphy) - small schemas fixes (Matthew Burgess and GUY Fabrice) - workaround "DAV:" namespace brokeness in c14n (Aleksey Sanin) - segfault in Schemas (Kasimier Buchcik) - Schemas attribute validation (Kasimier) - Prop related functions and xmlNewNodeEatName (Rob Richards) - HTML serialization of name attribute on a elements - Python error handlers leaks and improvement (Brent Hendricks) - uninitialized variable in encoding code - Relax-NG validation bug - potential crash if gnorableWhitespace is NULL - xmlSAXParseDoc and xmlParseDoc signatures - switched back to assuming UTF-8 in case no encoding is given at serialization time improvements: - lot of work on Schemas by Kasimier Buchcik on facets checking and also mixed handling.
2005-04-06Bump PKGREVISION:wiz12-16/+24
This package was broken for a time, when the NO_BUILD that is set by its Makefile broke the xmlcatmgr handling. Increase the PKGREVISION now to have a known-good version of this package again.
2005-04-06Add RMD160 checksum.minskim1-1/+2
2005-04-05Sort.wiz1-3/+3
2005-04-05We do not need both of DEPENDS and the bl3 file;wiz1-4/+1
remove DEPENDS lines.
2005-04-04Let this build.fredb1-1/+3
2005-04-03Depend on teTeX-bin instead of teTeX; remove 24wiz1-3/+4
from supported python versions. From maintainer Antoine Reilles in PR 29873.
2005-04-02Add and enable ruby-syck.minskim1-1/+2
2005-04-02Import ruby-sync from pkgsrc-wip. Packaged by Rich Davies.minskim4-0/+80
Syck is an extension for reading and writing YAML swiftly in popular scripting languages. As Syck loads the YAML, it stores the data directly in your language's symbol table. This means speed. This means power. This means Do not disturb Syck because it is so focused on the task at hand that it will slay you mortally if you get in its way.
2005-03-31Instead of using BUILD_DEPENDS, include the new buildlink3.mkreed1-3/+2
file for libts (which also defaults to "build" dependency). This fixes build problem introduced when USE_BUILDLINK3 became the default. This will close PR pkg/29815.
2005-03-30Use .so and not .dylib in PLIST.recht2-23/+24
Bump PKGREVISION for the PLIST change.
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@.