summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.06Kirill Ponomarev2004-01-062-2/+2
| | | | | PR: 60975 Submitted by: maintainer
* add libparsifal 0.7.3Ying-Chieh Liao2004-01-066-0/+71
| | | | Lightweight XML Parser
* - Update to version 2.0.15Kirill Ponomarev2004-01-053-3/+3
| | | | | PR: 60938 Submitted by: Ports Fury
* Update to 2.09Erwin Lansing2004-01-052-2/+2
| | | | | | PR: 60672 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer
* add libxdiff 0.5Ying-Chieh Liao2004-01-055-0/+42
| | | | Create file differences/patches to both binary and text files
* - Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash insteadSergei Kolobov2004-01-052-0/+9
| | | | Noticed by: Nicola Vitale <nivit@email.it>
* A silly update, but it's more correcter now:Adam Weinberger2004-01-041-1/+1
| | | | | | Correct the "Date created: year. Better that I make this mistake here than on a cheque ::P
* - Use DOCSDIR and EXAMPLESDIRPav Lucistnik2004-01-041-40/+40
| | | | | | PR: ports/60888 Submitted by: rushani Approved by: maintainer
* Fix missing file to pkg-plist.Adam Weinberger2004-01-031-0/+1
|
* Add enchant, a backend dictionary broker. It provides a framework forAdam Weinberger2004-01-036-0/+105
| | | | interfacing with various pre-existing dictionary programs.
* - Update to 1.6Kirill Ponomarev2004-01-032-2/+2
|
* - Update to 1.4.8Pav Lucistnik2004-01-032-2/+2
| | | | | PR: ports/60851 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.7Pav Lucistnik2004-01-032-2/+2
| | | | | PR: ports/60850 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Add p5-Lingua-EN-Tagger 0.05,Vanilla I. Shu2004-01-035-0/+62
| | | | | | | | part-of-speech tagger for English natural language processing. PR: 60723 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* new port: textproc/docbook-420Edwin Groothuis2004-01-036-0/+173
| | | | | | | | | | This port contains the SGML version of DocBook 4.2. Note that DocBook 4.2 includes the XML DocBook DTD as part of the SGML DTD distribution. This port is a superset of textproc/docbook-xml, which includes only the XML DTD. PR: ports/58695 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* - Chase raptor shlib version raise.Pav Lucistnik2004-01-033-3/+3
|
* - Update to 1.1.0Pav Lucistnik2004-01-036-6/+6
| | | | | PR: ports/60844 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.0.0Pav Lucistnik2004-01-022-2/+2
| | | | | PR: ports/60842 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to version 1.7.0Kirill Ponomarev2004-01-022-2/+7
| | | | | PR: 60839 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to version 0.6.4Kirill Ponomarev2004-01-022-2/+2
|
* - Add patch for this problem:Pav Lucistnik2004-01-026-0/+63
| | | | | | | | | | | | | | The XMLPlatformUtils::openFile function opens files with fopen and passes it "r+" string as mode argument. This makes(according to fopen(3)) it try to open file for reading and writing while it should be opened for reading only. As a result you can't work with files not owned by you which is rather common case for dtd files. - Raise PORTREVISION PR: ports/59499 Submitted by: Konstantin Oznobihin <bork@rsu.ru> Approved by: maintainer
* Add words, a free Latin-English dictionary program which contains overPav Lucistnik2004-01-026-0/+91
| | | | | | | | | | 30000 entries and, through additional word construction with hundreds of prefixes and suffixes, may generate more, leading to many hundreds of thousands of 'words' that can be formed by declension and conjugation. This is also our first port written in ADA. PR: ports/60822 Submitted by: Leland Wang <llwang@infor.org>
* - update from 0.21 to 1.01Erwin Lansing2004-01-024-6/+15
| | | | | | | | | | - grab maintainership - change depenency from XML-RSS to XML-Parser - OO Rewrite. - Documentation fixes. PR: 60821 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 0.2.2.MANTANI Nobutaka2003-12-316-11/+33
|
* - Update to 1.6Pav Lucistnik2003-12-313-7/+17
| | | | | PR: ports/60753 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* o Use relative path in @unexec, @exec and post-install forJun Kuriyama2003-12-311-3/+3
| | | | | | | | | | consistency. o Add "-" prefix when invoking xmlcatmgr at post-install to work around installation failure which is caused by above bug. Reported by: Kenneth W Cochran <kwc@TheWorld.com>, sergei, hrs
* - update from 3.11 to 3.44Erwin Lansing2003-12-304-4/+11
| | | | | | | | - add HTML::MagicTemplate module - code modified a lot. PR: 60713 Submitted by: maintainer
* New port: textproc/skribe (a highly programmable document processing system)Edwin Groothuis2003-12-305-0/+120
| | | | | | | | | | | | | | | | | | | | Skribe is a text processor. Even if it is a general purpose tool, it best suits the writing of technical documents such as web pages or technical reports, API documentations, etc. At first glance, Skribe looks like a mark-up language ala HTML. So, there is no need to be provided with computer programming skills in order to use Skribe. A second look reveals that Skribe is actually a true programming language, provided with high level features (such as objects, higher order functions, regular and syntactic parsing, etc.). Skribe is based on the Scheme programming language. WWW: http://www-sop.inria.fr/mimosa/fp/Skribe/ PR: ports/60485 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Add p5-Lingua-Stem 0.61, provides word stemming algorithmsKirill Ponomarev2003-12-295-0/+59
| | | | | | | localized by language. PR: 60688 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
* Simplify and fix detection of conditional dependency on p5-IOErwin Lansing2003-12-291-1/+1
| | | | Submitted by: "Kostik I. Belousov" <kostya@tessart.kiev.ua>
* Add p5-XML-Atom 0.04,Erwin Lansing2003-12-296-0/+84
| | | | | | | | perl5 modules for Atom feed and API implementation. PR: 60612 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* This new version of dict(1) doesn't seem to default to usingDima Dorfman2003-12-293-0/+20
| | | | | | | | dict://dict.org if the config file is absent, so install a config file with some default servers instead of making the user rummage through the man page and the web to figure out how to make this work. Noticed by: ceri
* - Update to 1.2Sergei Kolobov2003-12-292-22/+16
| | | | | | | | | | - Switch to using native (i.e. buildtool) build/install mechanism This should give a bit more visibility to Buildtool, which is a great BSD-licensed replacement for autoconf/automake disaster PR: 60570 Submitted by: sergei Approved by: hrs (maintainer)
* New port: iiimf-*Edwin Groothuis2003-12-299-0/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* add silvercity 0.9.1Ying-Chieh Liao2003-12-295-0/+90
| | | | A lexing package for over 20 programming and markup langauges
* New port: iiimf-*Edwin Groothuis2003-12-286-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* Don't listen to portlint when you have no clue what it is saying.Edwin Groothuis2003-12-282-2/+2
| | | | Another pointy hat for the dutchman.
* New port: iiimf-*Edwin Groothuis2003-12-2814-0/+469
| | | | | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* New port: iiimf-*Edwin Groothuis2003-12-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* New port: iiimf-*Edwin Groothuis2003-12-287-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* New port: iiimf-*Edwin Groothuis2003-12-289-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* remove USE_LIBTOOL, it inferes with the configure phaseEdwin Groothuis2003-12-281-1/+0
|
* New port: iiimf-*Edwin Groothuis2003-12-285-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* New port: iiimf-*Edwin Groothuis2003-12-286-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | IIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* Add p5-Text-Ngrams 1.0, perl5 modules for Flexible Ngram analysis.Kirill Ponomarev2003-12-285-0/+49
| | | | | PR: 60607 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Fix fetchingPav Lucistnik2003-12-271-1/+1
| | | | | PR: ports/60630 Submitted by: Paul Marquis <pmarquis@pobox.com> (maintainer)
* Updated to 0.99Sergey Skvortsov2003-12-274-15/+8
|
* Updated to 0.90Sergey Skvortsov2003-12-272-7/+6
|
* Updated to 0.30Sergey Skvortsov2003-12-273-3/+3
|
* - Update to 1.4Pav Lucistnik2003-12-272-2/+2
| | | | | PR: ports/60625 Submitted by: Ports Fury