summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3 and unbreak for ruby 1.8.Akinori MUSHA2003-01-233-4/+25
| | | | Notes: svn path=/head/; revision=73877
* Update to 1.59.1.Dag-Erling Smørgrav2003-01-233-9/+61
| | | | Notes: svn path=/head/; revision=73856
* upgrade to 1.6.1Ying-Chieh Liao2003-01-222-2/+2
| | | | Notes: svn path=/head/; revision=73803
* Allow the XML catalogs to be built if BATCH is defined.Joe Marcus Clarke2003-01-212-3/+3
| | | | | | | Reported by: Hung Michael Nguyen <nguyenhm16@mac.com> Notes: svn path=/head/; revision=73748
* Install an additional file (turbine-pool.jar). Bump PORTREVISIONTilman Keskinoz2003-01-213-2/+4
| | | | | | | | PR: 23638 Submitted by: Allan Bowhill <kosmos@bowhill.yi.org> Notes: svn path=/head/; revision=73721
* Update 1.0.0.20020826 to 1.0.0.20030113.Kiriyama Kazuhiko2003-01-203-234/+235
| | | | Notes: svn path=/head/; revision=73651
* New port textproc/spellutils: newsbody & pospell spell-checking utilities.Edwin Groothuis2003-01-208-0/+113
| | | | | | | | | | | | | | | Spellutils is a suite of programs which are used to isolate some parts or texts from various types of files and hand them over to another program which may change the texts; it is typically a spell checker. Afterwards the possibly changed text parts are copied back in place in the original file. PR: ports/41211 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=73607
* Fix two long-standing bugs where scrollkeeper would overwrite theJoe Marcus Clarke2003-01-2010-54/+93
| | | | | | | | | | | | | SGML catalogs in favor of its own XML format catalogs as well as prevent scrollkeeper from making HTTP connections to obtain DTDs for OMF validation. PR: 39504 46179 Tested by: Stephen Hilton <nospam@hiltonbsd.com> Mezz bsdforums.org <reigncracks@hotmail.com> Notes: svn path=/head/; revision=73581
* Add docbook-sk.Joe Marcus Clarke2003-01-201-0/+1
| | | | Notes: svn path=/head/; revision=73579
* Add docbook-sk after a repo copy from docbook-xml. docbook-sk is aJoe Marcus Clarke2003-01-205-58/+50
| | | | | | | revision controlled version of DocBook for use with ScrollKeeper. Notes: svn path=/head/; revision=73578
* Update MASTER_SITES and WWW and release to the wild.Maxim Sobolev2003-01-192-3/+3
| | | | Notes: svn path=/head/; revision=73554
* Update to 0.25.Joe Marcus Clarke2003-01-193-3/+5
| | | | Notes: svn path=/head/; revision=73534
* Update to 1.0.24.Joe Marcus Clarke2003-01-192-2/+2
| | | | Notes: svn path=/head/; revision=73515
* Update to 2.5.1.Joe Marcus Clarke2003-01-194-19/+57
| | | | Notes: svn path=/head/; revision=73514
* Update to update to 0.3a30Tilman Keskinoz2003-01-188-132/+420
| | | | | | | | PR: 47144 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=73424
* Update to 1.0.1.Akinori MUSHA2003-01-184-2/+75
| | | | Notes: svn path=/head/; revision=73393
* Update to 0.2.3.Akinori MUSHA2003-01-186-6/+6
| | | | Notes: svn path=/head/; revision=73392
* Update to 0.8.4.Alexander Leidinger2003-01-173-2/+3
| | | | | | | | | | | | | Changes: - gzip and bzip2 support for the log files - reduced memory usage (a lot, more than 20%, depending on the log files) - faster - support for setting config options on the command-line - some fixes for seg-faults - relaxed max line-length in the log files from 1k to 4k Notes: svn path=/head/; revision=73328
* Update to version 0.26.Ernst de Haan2003-01-173-4/+4
| | | | Notes: svn path=/head/; revision=73319
* New port: textproc/pocketreaderEdwin Groothuis2003-01-166-0/+34
| | | | | | | | PR: ports/37062 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=73262
* Re-add a patch that was forgotten when libxml2 was upgraded to 2.4.27.Joe Marcus Clarke2003-01-152-1/+16
| | | | | | | | | | This will get us closer to eliminating HTTP traffic when searching for DTDs. However, since we no longer offer the docbook 4.1.2 DTDs in ports, this still doesn't solve the problem. Work is now being done to offer a better overall solution. Notes: svn path=/head/; revision=73197
* Update to 0.5.6Mario Sergio Fujikawa Ferreira2003-01-153-4/+11
| | | | Notes: svn path=/head/; revision=73164
* Update to 3.09Mario Sergio Fujikawa Ferreira2003-01-152-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=73163
* Don't remove the share/xml system directoryKris Kennaway2003-01-141-1/+0
| | | | Notes: svn path=/head/; revision=73103
* Add missing @dirrmKris Kennaway2003-01-142-0/+2
| | | | Notes: svn path=/head/; revision=73102
* Don't remove the system directory share/sgmlKris Kennaway2003-01-141-1/+0
| | | | Notes: svn path=/head/; revision=73094
* add xmlwrapp 0.3.0Ying-Chieh Liao2003-01-136-0/+54
| | | | | | | A modern style C++ library for working with XML data Notes: svn path=/head/; revision=73063
* Set the MTREE_FILE explicitly since we're setting PREFIX explicitly.Joe Marcus Clarke2003-01-131-2/+10
| | | | | | | Modeled after: lang/librep Notes: svn path=/head/; revision=72992
* Fix build on sparc64Kris Kennaway2003-01-126-0/+68
| | | | Notes: svn path=/head/; revision=72953
* Fix building on sparc64 and alpha.Christian Weisgerber2003-01-1212-9/+123
| | | | | | | | | | Thanks to Mikko Tyolajarvi for fixing and testing on sparc64. PR: 46636 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> Notes: svn path=/head/; revision=72947
* Update to 1.2.1.Akinori MUSHA2003-01-112-2/+2
| | | | Notes: svn path=/head/; revision=72888
* upgrade to 0.18.0Ying-Chieh Liao2003-01-106-10/+18
| | | | Notes: svn path=/head/; revision=72847
* Maintainer update to version 1.27Edwin Groothuis2003-01-103-12/+2
| | | | | | | | PR: ports/46921 Submitted by: Ted Faber <faber@lunabase.org> Notes: svn path=/head/; revision=72844
* Add kdiff3 0.92, a KDE3 graphical frontend for diff.Pete Fritchman2003-01-106-0/+53
| | | | | | | | PR: 46763 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Notes: svn path=/head/; revision=72840
* New port ocaml-yaxpo version 0.0.20020816: Non-validating XML 1.0Mario Sergio Fujikawa Ferreira2003-01-096-0/+102
| | | | | | | + XMLNS processing suite for Objective Caml Notes: svn path=/head/; revision=72789
* Remove plist entries which are moved to opensp port.Jun Kuriyama2003-01-082-5/+1
| | | | | | | Pointed out by: naddy Notes: svn path=/head/; revision=72771
* Upgrade to 1.3.2.Jun Kuriyama2003-01-063-9/+3
| | | | Notes: svn path=/head/; revision=72628
* Update to 1.0.2.Akinori MUSHA2003-01-063-2/+119
| | | | Notes: svn path=/head/; revision=72625
* Add OpenSP-1.5: a collection of SGML/XML tools called OpenSPJun Kuriyama2003-01-067-0/+265
| | | | Notes: svn path=/head/; revision=72624
* sorry for commit the wrong pathYing-Chieh Liao2003-01-041-1/+1
| | | | | | | | PR: 46744 Submitted by: Rong-en Fan <rafan@infor.org> Notes: svn path=/head/; revision=72491
* New Port: Stylesheets for TEI->HTML conversionEdwin Groothuis2003-01-036-0/+79
| | | | | | | | | | XSLT Stylesheets to convert TEI to HTML PR: ports/38338 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=72477
* New Port: Stylesheets for TEI->FO conversionEdwin Groothuis2003-01-036-0/+63
| | | | | | | | | | XSLT Stylesheets to convert TEI to XSL Formatting Objects PR: ports/38339 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=72475
* New Port: Customize TEI DTDsEdwin Groothuis2003-01-036-0/+69
| | | | | | | | | | Generate customized TEI-DTDs PR: ports/38341 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=72473
* New Port: TEI P4 DTDEdwin Groothuis2003-01-036-0/+115
| | | | | | | | | | DTD of the Text Encoding Initiative PR: ports/38332 Submitted by: Henrik Motakef <henrik.motakef@web.de> Notes: svn path=/head/; revision=72471
* upgrade to 0.91Ying-Chieh Liao2003-01-032-2/+3
| | | | | | | | PR: 46427 Submitted by: Ports Fury Notes: svn path=/head/; revision=72442
* upgrade to 0.9.7Ying-Chieh Liao2003-01-034-6/+6
| | | | | | | | PR: 46425 Submitted by: Ports Fury Notes: svn path=/head/; revision=72440
* upgrade to 0.17.0Ying-Chieh Liao2003-01-036-14/+18
| | | | | | | | PR: 46311 Submitted by: Ports Fury Notes: svn path=/head/; revision=72427
* Update to 2.4.1.Ernst de Haan2003-01-032-2/+3
| | | | Notes: svn path=/head/; revision=72405
* Update to 0.19.Ernst de Haan2003-01-033-8/+6
| | | | Notes: svn path=/head/; revision=72403
* upgrade to 1.8.23Ying-Chieh Liao2003-01-034-18/+14
| | | | | | | | PR: 45497 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=72398