summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19Update helpdeco to version 2.1.1. Notable changes:ben13-1304/+23
* moved to sourceforge * put under GPL instead of non-commercial license, with permission from original author * portability fixes
2005-05-19Moved this package from misc category to textproc category.reed8-0/+53
2005-05-19Moved this package from devel category to textproc category.reed4-0/+32
2005-05-19Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,reed1-1/+4
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19Add p5-Lingua-EN-Sentence-0.25 perl module.reed1-1/+2
2005-05-19Import Lingua-EN-Sentence-0.25reed4-0/+30
The "Lingua::EN::Sentence" perl module splits text into its constituent sentences, based on a regular expression and a list of built-in and provided abbreviations.
2005-05-18Add and enable vis.wiz1-1/+2
2005-05-16Don't require m4 for all packages, only for packages that use it.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam2-2/+5
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+2
required by default any longer in bsd.pkg.mk under the new tools framework.
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).