aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Add p5-libxml 0.07, a collection of Perl5 modules for working with XML.Will Andrews2001-04-076-0/+67
| | | | | | | | PR: 25769 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=41023
* Add p5-LJ-SpellCheck 1.0, HTML highlighting misspellings usingWill Andrews2001-04-076-0/+38
| | | | | | | | | | ispell compatible program. PR: 26084 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=41013
* Define RUBY_QT2_PORTREVISION and RUBY_WITH_PTHREAD inAkinori MUSHA2001-04-061-5/+3
| | | | | | | | | x11-toolkits/ruby-qt2/Makefile.common. Tidy up .include's. Notes: svn path=/head/; revision=40935
* Define RUBY_WITH_PTHREAD.Akinori MUSHA2001-04-061-0/+1
| | | | Notes: svn path=/head/; revision=40934
* Correct script used to invoke utility (pass command line arguments to it).Maxim Sobolev2001-04-051-1/+2
| | | | | | | Hall of shame entry: sobomax Notes: svn path=/head/; revision=40866
* Upgrade to 0.22.Vanilla I. Shu2001-04-052-2/+2
| | | | Notes: svn path=/head/; revision=40859
* Add py-asv 0.4, an extensible Python module to parse simple textMaxim Sobolev2001-04-046-0/+73
| | | | | | | | | | file formats like CSV. PR: 26349 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=40842
* Put copy of distfiles on MASTER_SITE_LICAL.Maxim Sobolev2001-04-032-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=40808
* Update to 0.5.0Ade Lovett2001-04-023-2/+3
| | | | Notes: svn path=/head/; revision=40762
* upgrade to 0.7.1Ying-Chieh Liao2001-04-022-2/+2
| | | | Notes: svn path=/head/; revision=40746
* Update to 2.2.5.Maxim Sobolev2001-04-024-47/+36
| | | | | | | Submitted by: Dave Duchscher <daved@tamu.edu> Notes: svn path=/head/; revision=40733
* Update MASTER_SITESMichael Haro2001-04-021-1/+1
| | | | | | | | PR: 25972 Submitted by: maintainer Notes: svn path=/head/; revision=40720
* Don't use non-existant /usr/tmpAlexander Langer2001-03-311-5/+19
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=40661
* Add ruby-nqxml, a pure Ruby implementasion of an XML tokenizer, aAkinori MUSHA2001-03-316-0/+72
| | | | | | | | SAX-style streaming XML parser, a DOM-style tree parser, and an XML writer. Notes: svn path=/head/; revision=40659
* New port for crimson-1.1, a Java XML parser which supports XML 1.0OKAZAKI Tetsurou2001-03-307-0/+331
| | | | | | | | | | | | | | | via the following APIs: * Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package. * SAX 2.0 * SAX2 Extensions version 1.0 * DOM Level 2 Core Recommendation PR: 24291 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=40569
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-292-2/+2
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Author in the process of moving from the old to the new MASTER_SITE, soMaxim Sobolev2001-03-282-4/+4
| | | | | | | | | but backup site first in MASTER_SITES. Submitted by: bento Notes: svn path=/head/; revision=40495
* Upgrade to 2.0.1.Jun Kuriyama2001-03-283-2123/+2174
| | | | | | | | Submitted by: Ernst de Haan <ernst@heinz.jollem.com> (maintainer) PR: ports/25975 Notes: svn path=/head/; revision=40482
* D'oh, PORTREVISION doesn't work if you define the value of it afterAkinori MUSHA2001-03-281-1/+0
| | | | | | | bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1. Notes: svn path=/head/; revision=40476
* Update to ruby-qt2 0.12 for qt 2.3.0.Akinori MUSHA2001-03-281-1/+1
| | | | Notes: svn path=/head/; revision=40474
* Place USE_BZIP2 before .include <bsd.port.pre.mk>Dmitry Sivachenko2001-03-281-1/+2
| | | | Notes: svn path=/head/; revision=40470
* upgrade to 1.2.2Ying-Chieh Liao2001-03-272-2/+2
| | | | Notes: svn path=/head/; revision=40425
* Update version 0.15.0 -> 0.17.0.Kiriyama Kazuhiko2001-03-243-346/+1165
| | | | Notes: svn path=/head/; revision=40314
* Add port: textproc/py-4suiteJames E. Housley2001-03-238-0/+1788
| | | | | | | | | | | New port (textproc/py-4suite) of 4Suite, a collection of Python tools for XML processing. PR: 25939 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=40230
* - Update PyXML (textproc/py-xml) to 0.6.5James E. Housley2001-03-234-13/+412
| | | | | | | | | | | | | | | | | | | | - Delete obsolete MASTER_SITES - SourceForge is now the sole official distribution point (and the mirrors were not being updated). - Now $PREFIX-clean! - Install additional README files in documentation dir. - Install sample scripts and test suite under ${PREFIX}/share/examples - Now also do optimised compilation of Python modules during installation. This bloats the install somewhat, but it prevents an unclean deinstall in some fairly obscure circumstances. And it might even improve runtimes. - Mild tweaks to $PLIST to ensure that this port will work properly with its sister package 4Suite. Please see the 4Suite port I've submitted in PR ports/25939 PR: 25990 Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER Notes: svn path=/head/; revision=40229
* Correct logic who's result was OpenJade not being used to satisfy theDavid E. O'Brien2001-03-221-9/+6
| | | | | | | dependency on the Alpha platform. Notes: svn path=/head/; revision=40223
* Depend on the new py-mx-base.Thomas Gellekum2001-03-221-1/+2
| | | | Notes: svn path=/head/; revision=40211
* - Update checksum (looks like several bugs were fixed and distfile rerolledMaxim Sobolev2001-03-204-22/+35
| | | | | | | | | | | | | without version bump), bump PORTVERSION. While I'm here: - Respect CFLAGS; - if tk8{0,1,2,3} is installed then make it a dependency. Submitted by: bento (checksum) Notes: svn path=/head/; revision=40107
* Change _DISTDIR to ${DISTDIR}/smartdoc not to conflict other distfiles.Kiriyama Kazuhiko2001-03-202-1/+2
| | | | Notes: svn path=/head/; revision=40080
* Use the threaded version of Qt2 library for 5-CURRENT.Akinori MUSHA2001-03-191-5/+4
| | | | | | | Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem. Notes: svn path=/head/; revision=40071
* Bump $PORTREVISION.Jun Kuriyama2001-03-191-0/+1
| | | | Notes: svn path=/head/; revision=40052
* Add patch to change separate characters in titles.Jun Kuriyama2001-03-191-0/+1425
| | | | | | | | | | | A patch-ab includes diffs for multiple files. Because this patch will be merged in official distribution of future release. I think adding 25 patch-?? temporally is bad thing. Submitted by: nik Notes: svn path=/head/; revision=40051
* Import new port textproc/xsl-docbook-modular. Xsl-docbook-modular is theKiriyama Kazuhiko2001-03-198-0/+557
| | | | | | | XSL stylesheets for the DocBook DTD by Norman Walsh. Notes: svn path=/head/; revision=40050
* Import new port textproc/sdocbook-xml. Sdocbook-xml is the "Simplified"Kiriyama Kazuhiko2001-03-197-0/+86
| | | | | | | DocBook XML DTD. Notes: svn path=/head/; revision=40047
* Import new port textproc/fop. FOP is the print formatter driven byKiriyama Kazuhiko2001-03-196-0/+1071
| | | | | | | XSL formatting. Notes: svn path=/head/; revision=40045
* Import new port textproc/smartdoc. SmartDoc is the XML utility to createKiriyama Kazuhiko2001-03-1911-0/+1450
| | | | | | | various documents. Notes: svn path=/head/; revision=40041
* Update to version 1.3.1Kevin Lo2001-03-182-2/+2
| | | | | | | | PR: 25897 Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> Notes: svn path=/head/; revision=40019
* Fix prototype to reduce warning.Jun Kuriyama2001-03-171-0/+11
| | | | | | | Submitted by: Archie Cobbs <archie@packetdesign.com> Notes: svn path=/head/; revision=39946
* Upgrade to 1.64.Jun Kuriyama2001-03-172-3/+3
| | | | Notes: svn path=/head/; revision=39945
* add py-trexYing-Chieh Liao2001-03-167-0/+47
| | | | | | | Python implementation of Tree Regular Expressions for XML (TREX) Notes: svn path=/head/; revision=39921
* Add xalan-j 2.0.0,Jun Kuriyama2001-03-165-0/+2152
| | | | | | | | | | | apache XSLT processor for transforming XML documents. PR: ports/25311 Submitted by: ernst@jollem.com Notes: svn path=/head/; revision=39908
* a small yet fast Python extension module (writtenVanilla I. Shu2001-03-146-0/+38
| | | | | | | | | | in C) to parse or generate comma-separated value (CSV) files. PR: ports/25408 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=39868
* Fix pkg-plist braino.Bill Fenner2001-03-141-1/+1
| | | | Notes: svn path=/head/; revision=39842
* Remove "ukrainian" from the list of categories. Add ``-'' to theMikhail Teterin2001-03-141-2/+2
| | | | | | | | | prefix, so the package name is ua-ispell, not usispell. Submitted by: bento Notes: svn path=/head/; revision=39804
* Comments in PLISTs indicated by the ``@comment'', not by ``#''.Maxim Sobolev2001-03-131-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39777
* Correct RUN_DEPENDS.Maxim Sobolev2001-03-131-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39758
* Add ua-ispell 0.0.2b, ukrainian (KOI8-U) dictionary for ISPELL.Mikhail Teterin2001-03-126-0/+37
| | | | | | | | PR: 23313 Submitted by: mi Notes: svn path=/head/; revision=39704
* New port for the Gtk documentation system. Originally writtenBill Fenner2001-03-126-0/+38
| | | | | | | | specifically for documenting Gtk itself, it's usable for documenting C-based projects. Notes: svn path=/head/; revision=39694
* Update to Ruby/Qt2 0.12.Akinori MUSHA2001-03-122-14/+41
| | | | | | | Introduce ruby-qt2/Makefile.common to share the variables. Notes: svn path=/head/; revision=39683
* Update libxml2 to 2.3.3 and libxslt to 0.4.0 (updates rely on each other)Ade Lovett2001-03-127-31/+25
| | | | Notes: svn path=/head/; revision=39665