aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* The Digester package lets you configure an XML -> Java object mapping module,Herve Quiroz2004-11-294-0/+101
| | | | | | | | | | | | | | | | | | | | which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. A rich set of predefined rules is available for your use, or you can also create your own. Advanced features of Digester include: - Ability to plug in your own pattern matching engine, if the standard one is not sufficient for your requirements. - Optional namespace-aware processing, so that you can define rules that are relevant only to a particular XML namespace. - Encapsulation of Rules into RuleSets that can be easily and conveniently reused in more than one application that requires the same type of processing WWW: http://jakarta.apache.org/commons/digester/ Notes: svn path=/head/; revision=122726
* As previously announced, remove these ports due to long-standingMark Linimon2004-11-288-133/+0
| | | | | | | checksum failures. Notes: svn path=/head/; revision=122693
* As previously announced, remove se-ispell; it installs files in theMark Linimon2004-11-285-47/+0
| | | | | | | wrong place. Use textproc/ispell with ISPELL_SE=yes instead. Notes: svn path=/head/; revision=122692
* Remove textproc/ruby-wordnet due to long-standing build failure.Mark Linimon2004-11-284-274/+0
| | | | Notes: svn path=/head/; revision=122690
* Remove more expiring ports from the build.Mark Linimon2004-11-281-4/+0
| | | | Notes: svn path=/head/; revision=122689
* Update to 0.5.36Mario Sergio Fujikawa Ferreira2004-11-285-39/+54
| | | | | | | Submitted by: Adrian Colley <aecolley@spamcop.net> Notes: svn path=/head/; revision=122664
* Update MASTER_SITES.MANTANI Nobutaka2004-11-271-1/+2
| | | | Notes: svn path=/head/; revision=122608
* Update to 0.7.1Kirill Ponomarev2004-11-272-3/+5
| | | | Notes: svn path=/head/; revision=122596
* [Maintainer-Update] textproc/xmlindent to 0.2.17Edwin Groothuis2004-11-273-18/+12
| | | | | | | | | | | | - Update to 0.2.17 - Use Makefile to build it - Change Master Site and Homepage to Sourceforge PR: ports/74339 Submitted by: David Le Brun <david@dyn-ns.net> Notes: svn path=/head/; revision=122567
* Respect PTHREAD_LIBS to fix build on 4.xMichael Johnson2004-11-261-1/+1
| | | | | | | | Reported by: pointyhat via kris Approved by: adamw (implicit) Notes: svn path=/head/; revision=122531
* Unbreak af-aspell.Thierry Thomas2004-11-262-2/+1
| | | | Notes: svn path=/head/; revision=122515
* Updated to 2.32Sergey Skvortsov2004-11-263-6/+3
| | | | Notes: svn path=/head/; revision=122498
* Updated to 1.11Sergey Skvortsov2004-11-262-10/+4
| | | | Notes: svn path=/head/; revision=122497
* Updated to 1.03Sergey Skvortsov2004-11-262-3/+3
| | | | Notes: svn path=/head/; revision=122496
* BROKEN: Broken pkg-plistKris Kennaway2004-11-262-0/+4
| | | | Notes: svn path=/head/; revision=122461
* BROKEN: Broken pkg-plistKris Kennaway2004-11-261-0/+2
| | | | Notes: svn path=/head/; revision=122442
* - Update to 0.44Herve Quiroz2004-11-253-77/+18
| | | | | | | | | | | - Update to bsd.java.mk 2.0 - Use USE_ANT - ECHO -> ECHO_MSG - Use INSTALL_DATA to install JAR file and docs - Cleanup unused variables in Makefile Notes: svn path=/head/; revision=122404
* BROKEN: Broken pkg-plistKris Kennaway2004-11-241-0/+2
| | | | Notes: svn path=/head/; revision=122339
* - Change tunables from OPTIONS to plain make defines. Too many usersPav Lucistnik2004-11-241-9/+7
| | | | | | | | | | subconsciously enabled THREADS knob and ended with breakages later. The last straw: Adam McLaurin <adam.mclaurin@gmx.net> Approved by: FreeBSD/GNOME cabal Notes: svn path=/head/; revision=122335
* Update to 0.08Lars Thegler2004-11-243-4/+5
| | | | Notes: svn path=/head/; revision=122324
* Update to 1.04Tilman Keskinoz2004-11-233-3/+6
| | | | Notes: svn path=/head/; revision=122227
* - Use MASTER_SITE_SOURCEFORGEHerve Quiroz2004-11-224-28/+28
| | | | | | | | - Track the recent changes to java/javavmwrapper - Various cosmetic changes Notes: svn path=/head/; revision=122159
* Upgrade to 0.60.1.1.Thierry Thomas2004-11-202-22/+9
| | | | | | | | | | | This release contains an important bug fix involving checking of capitalized word when affix compression is used. Aspell can be linked again with the base ncurses, then WITH_NCURSES has been removed. Notes: svn path=/head/; revision=122001
* With portmgr hat on, reset inactive maintainer. These ports are now upMark Linimon2004-11-207-7/+7
| | | | | | | for adoption. Notes: svn path=/head/; revision=121990
* BROKEN on amd64 and ia64: Does not build (links non-shared with shared library)Kris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121940
* BROKEN on 6.x: Does not buildKris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121939
* Update to version 0.8.3Kirill Ponomarev2004-11-182-5/+9
| | | | | | | | PR: ports/74084 Submitted by: Ports Fury Notes: svn path=/head/; revision=121896
* Set USE_GCC only for 4.x FreeBSD with < 3.2 GCCVolker Stolz2004-11-181-2/+6
| | | | | | | | | PR: ports/72447 Submitted by: Toni Viemero Approved by: maintainer timeout Notes: svn path=/head/; revision=121882
* Added a new class and a launcher shell script to perform command-line XUpdateHerve Quiroz2004-11-173-3/+81
| | | | | | | | | | | processing using Jaxup: $ jaxup-xupdater <source-doc.xml> <xupdate-doc.xml> Bumped PORTREVISION to reflect this new feature. Notes: svn path=/head/; revision=121820
* A Java XML Update engineHerve Quiroz2004-11-175-0/+136
| | | | | | | | | | | | | | | | | | | | Jaxup defines an interface to update XML documents, through which clients can work without knowledge of the exact object model that the document uses. The interface is called Updater, and the idea behind it is the same as with Jaxen's Navigator interface. In addition, an implementation of xmldb.org's proposed XUpdate specification is provided. The implementation is in the XUpdate class. Implementations of the Updater interface are provided for the following object models: - DOM - Dom4j - JDom WWW: http://klomp.org/jaxup/ Notes: svn path=/head/; revision=121788
* - Update the german dictionary;Thierry Thomas2004-11-169-9/+57
| | | | | | | | | | | | | | | - Add two new dictionaries: Persian (Farsi) and alt-de (German using the original spelling rules); - A new slave port has been created for the Persian dictionary. Remark: no new slave port for alt-de, because (1) it might get merged with the normal de dictionary and (2) Serge Gagnon is working on a reorganization of all these slaves-ports. To install it use the port textproc/aspell. Notes: svn path=/head/; revision=121775
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-1/+1
| | | | Notes: svn path=/head/; revision=121637
* - Update maintainer's email addressPav Lucistnik2004-11-141-2/+2
| | | | | | | | PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Notes: svn path=/head/; revision=121613
* Update to 1.2.25Michael Johnson2004-11-143-10/+10
| | | | | | | Approved by: pav (co mentor) Notes: svn path=/head/; revision=121580
* Add csv2xml, a simple but effective csv to xml converter.Pav Lucistnik2004-11-134-0/+33
| | | | | | | | PR: ports/73895 Submitted by: Jacob Rhoden <jacob@rhoden.id.au> Notes: svn path=/head/; revision=121515
* Don't attempt to remove system directoriesKris Kennaway2004-11-131-8/+0
| | | | Notes: svn path=/head/; revision=121499
* Add missing manpageKris Kennaway2004-11-131-1/+1
| | | | Notes: svn path=/head/; revision=121495
* - Update to 1.6Pav Lucistnik2004-11-122-3/+3
| | | | | | | | PR: ports/73875 Submitted by: Andrei V. Shetuhin <shetuhin@corp.mail.ru> (maintainer) Notes: svn path=/head/; revision=121486
* The purpose of this program is to compare two versions of anPav Lucistnik2004-11-124-0/+44
| | | | | | | | | | | | | | | | | | | Internet Draft and as output produce a diff in one of several formats: - side-by-side html diff - paged wdiff output in a text terminal - a text file with changebars in the left margin - a simple unified diff output In all cases, internet-draft headers and footers are stripped before generating the diff, to produce a cleaner diff. PR: ports/73836 Submitted by: Lars Eggert <lars.eggert@gmx.net> Notes: svn path=/head/; revision=121468
* - utilize PORTDOCS and INFOYen-Ming Lee2004-11-112-17/+7
| | | | | | | | | PR: 73264 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=121402
* - utilize INFO and PLIST_FILES, and retire pkg-plistYen-Ming Lee2004-11-113-4/+4
| | | | | | | | | | | - add WWW in pkg-descr PR: 73238 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=121393
* The website moved to sourceforge.jp.Akinori MUSHA2004-11-112-2/+3
| | | | | | | Submitted by: TAKAHASHI Kaoru Notes: svn path=/head/; revision=121356
* - update to 1.36Cheng-Lung Sung2004-11-112-3/+3
| | | | | | | | - QueryData.pm (documentation): revise queryWord vs. querySense documentation Notes: svn path=/head/; revision=121353
* Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,Joe Marcus Clarke2004-11-103-1/+150
| | | | | | | | | | nanohttp.c, CAN-2004-0989] Obtained from: Debian Woody libxml source RPM Reported by: simon Notes: svn path=/head/; revision=121327
* Update to 2.6.16.Joe Marcus Clarke2004-11-104-15/+5
| | | | Notes: svn path=/head/; revision=121319
* Update to 2.01Mathieu Arnold2004-11-102-3/+12
| | | | | | | Add some docs Notes: svn path=/head/; revision=121314
* More pthread-check fixes.Michael Nottebrock2004-11-101-1/+3
| | | | Notes: svn path=/head/; revision=121309
* - Tweaked CLASSPATH in launcher script: Only Saxon installed JARs are indeedHerve Quiroz2004-11-102-15/+22
| | | | | | | | | | | | required (given XML APIs and the Aelfred XML parser are included in saxon.jar) - Added some more "" in launcher script to ensure spaces in paths and args will not break anything - "${CP} -r" -> "${FIND} -exec ${INSTALL_DATA}" for samples and docs - Takeover maintainership Notes: svn path=/head/; revision=121276
* Actually add the patch to fix the crash.Joe Marcus Clarke2004-11-101-0/+11
| | | | Notes: svn path=/head/; revision=121273
* Hack around a bug where invalid XML documents would cause libxml toJoe Marcus Clarke2004-11-101-0/+1
| | | | | | | | | crash. Reported by: many Notes: svn path=/head/; revision=121272