1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

3431 Commits

Author SHA1 Message Date
Vanilla I. Shu
7ccc57c547 Add p5-Lingua-EN-Tagger 0.05,
part-of-speech tagger for English
natural language processing.

PR:		60723
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-01-03 09:23:20 +00:00
Edwin Groothuis
7ef90db4b1 new port: textproc/docbook-420
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>
2004-01-03 08:20:44 +00:00
Pav Lucistnik
c4d19306b6 - Chase raptor shlib version raise. 2004-01-03 00:06:00 +00:00
Pav Lucistnik
2eff21dbe0 - Update to 1.1.0
PR:		ports/60844
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-03 00:05:35 +00:00
Pav Lucistnik
a68cc94fd0 - Update to 1.0.0
PR:		ports/60842
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-02 23:53:33 +00:00
Kirill Ponomarev
13bea7e9f9 - Update to version 1.7.0
PR:		60839
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-02 21:46:26 +00:00
Kirill Ponomarev
46d1261b30 - Update to version 0.6.4 2004-01-02 21:39:49 +00:00
Pav Lucistnik
f6e0b91315 - Add patch for this problem:
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
2004-01-02 20:12:37 +00:00
Pav Lucistnik
66a91cb798 Add words, a free Latin-English dictionary program which contains over
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>
2004-01-02 16:00:36 +00:00
Erwin Lansing
e9406f94ac - update from 0.21 to 1.01
- grab maintainership
- change depenency from XML-RSS to XML-Parser
- OO Rewrite.
- Documentation fixes.

PR:		60821
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-01-02 12:02:39 +00:00
MANTANI Nobutaka
fa091dae24 Update to 0.2.2. 2003-12-31 19:31:18 +00:00
Pav Lucistnik
17667bab53 - Update to 1.6
PR:		ports/60753
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
2003-12-31 14:42:13 +00:00
Jun Kuriyama
71a6586723 o Use relative path in @unexec, @exec and post-install for
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
2003-12-31 05:49:42 +00:00
Erwin Lansing
5eecde4cf8 - update from 3.11 to 3.44
- add HTML::MagicTemplate module
- code modified a lot.

PR:		60713
Submitted by:	maintainer
2003-12-30 12:23:00 +00:00
Edwin Groothuis
c7ec907e8b New port: textproc/skribe (a highly programmable document processing system)
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>
2003-12-30 09:03:05 +00:00
Kirill Ponomarev
211f46dfad Add p5-Lingua-Stem 0.61, provides word stemming algorithms
localized by language.

PR:		60688
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de>
2003-12-29 17:25:57 +00:00
Erwin Lansing
cacf70f096 Simplify and fix detection of conditional dependency on p5-IO
Submitted by:	"Kostik I. Belousov" <kostya@tessart.kiev.ua>
2003-12-29 17:03:56 +00:00
Erwin Lansing
49c40d2c4a Add p5-XML-Atom 0.04,
perl5 modules for Atom feed and API
implementation.

PR:		60612
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-29 17:01:42 +00:00
Dima Dorfman
92d712caba This new version of dict(1) doesn't seem to default to using
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
2003-12-29 10:43:36 +00:00
Sergei Kolobov
15e15d9346 - Update to 1.2
- 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)
2003-12-29 07:56:40 +00:00
Edwin Groothuis
3dc8a49a42 New port: iiimf-*
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>
2003-12-29 04:17:02 +00:00
Ying-Chieh Liao
5726158526 add silvercity 0.9.1
A lexing package for over 20 programming and markup langauges
2003-12-29 01:11:14 +00:00
Edwin Groothuis
2875c20887 New port: iiimf-*
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>
2003-12-28 12:18:20 +00:00
Edwin Groothuis
633edff888 Don't listen to portlint when you have no clue what it is saying.
Another pointy hat for the dutchman.
2003-12-28 12:12:12 +00:00
Edwin Groothuis
7874f19013 New port: iiimf-*
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>
2003-12-28 11:43:36 +00:00
Edwin Groothuis
ffc8c09f18 New port: iiimf-*
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>
2003-12-28 11:38:13 +00:00
Edwin Groothuis
27f509effd New port: iiimf-*
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>
2003-12-28 11:30:39 +00:00
Edwin Groothuis
6a5159fe04 New port: iiimf-*
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>
2003-12-28 11:18:18 +00:00
Edwin Groothuis
fd6b683f1d remove USE_LIBTOOL, it inferes with the configure phase 2003-12-28 11:12:33 +00:00
Edwin Groothuis
67d3db6932 New port: iiimf-*
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>
2003-12-28 11:05:09 +00:00
Edwin Groothuis
e4e750a6e6 New port: iiimf-*
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>
2003-12-28 11:00:27 +00:00
Kirill Ponomarev
0651c49f1b Add p5-Text-Ngrams 1.0, perl5 modules for Flexible Ngram analysis.
PR:		60607
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-28 00:12:31 +00:00
Pav Lucistnik
f0d7529959 - Fix fetching
PR:		ports/60630
Submitted by:	Paul Marquis <pmarquis@pobox.com> (maintainer)
2003-12-27 17:09:04 +00:00
Sergey Skvortsov
2ea56861fa Updated to 0.99 2003-12-27 15:55:23 +00:00
Sergey Skvortsov
4e184a66b9 Updated to 0.90 2003-12-27 15:47:41 +00:00
Sergey Skvortsov
39ed46144f Updated to 0.30 2003-12-27 15:30:58 +00:00
Pav Lucistnik
ab40d3c7a1 - Update to 1.4
PR:		ports/60625
Submitted by:	Ports Fury
2003-12-27 14:32:48 +00:00
Kirill Ponomarev
3aa8035218 - Update to versoin 1.3
PR:		60569
Submitted by:	Ports Fury
2003-12-25 18:00:55 +00:00
Joe Marcus Clarke
b0aab18792 Update to 1.1.2. 2003-12-24 18:16:02 +00:00
Joe Marcus Clarke
803b84c288 Update to 2.6.4. 2003-12-24 17:40:00 +00:00
Dima Dorfman
44e936d923 Upgrade to 1.9.10
Submitted by:	Andy Miller <andym@trit.org>
2003-12-24 12:49:52 +00:00
Akinori MUSHA
d554a28080 Update to 1.0.5. 2003-12-23 17:34:32 +00:00
Mark Linimon
b9391b0266 Per bento logs, mark as broken on recent 5.x. Notified maintainer. 2003-12-23 06:50:53 +00:00
Kirill Ponomarev
54a9081a40 - Update to version 0.6.3
- Take maintainership
2003-12-22 16:44:37 +00:00
Kirill Ponomarev
7e6aeaa501 - Update to version 2.0.14
PR:		60467
Submitted by:	Ports Fury
2003-12-22 11:32:41 +00:00
Pav Lucistnik
3376b7309e - Fix fetching of polish dictionary.
PR:		ports/60482
Submitted by:	Krzysztof Stryjek <wtp@bsdguru.org>
2003-12-21 22:21:49 +00:00
Kirill Ponomarev
ff3d436b6c - Support USE_LIBTOOL properly
- Fix install location of several files

PR:		60466
Submitted by:	Ports Fury
2003-12-21 17:50:42 +00:00
Pete Fritchman
74933b5db5 Update to 2.43.
PR:		60437
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-12-21 05:42:16 +00:00
Mark Linimon
1a894a4c93 Update to 3.0.3: adds more catalogs (not relevant to FreeBSD), generalized
install somewhat, minor bugfixes.

PR:		ports/41400
Submitted by:	Marc Recht <marc@informatik.uni-bremen.de>
2003-12-21 02:43:18 +00:00
Sergei Kolobov
8bf7269a4e - Use canonical form (ports@FreeBSD.org) in MAINTAINER line 2003-12-21 00:23:25 +00:00