Commit graph

6318 commits

Author SHA1 Message Date
Cheng-Lung Sung
c301a34f24 - Ferret is a high-performance, full-featured text search engine library written for Ruby. 2006-08-10 09:15:42 +00:00
Rong-En Fan
fe65b2f56d - Update to 0.0.24
PR:		ports/101571
Submitted by:	Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
2006-08-10 03:32:32 +00:00
Cheng-Lung Sung
f6858c0da4 - CLucene is a C++ port of Lucene: the high-performance,
full-featured text search engine written in Java.
  CLucene is faster than lucene as it is written in C++.
2006-08-10 01:45:03 +00:00
Michael Johnson
01e434f0f2 - Update to 1.3.6 2006-08-09 12:47:37 +00:00
Cheng-Lung Sung
0d707c32c7 - Support Perl 5.00503
PR:		ports/101662
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-09 03:03:55 +00:00
Cheng-Lung Sung
d40bdbc626 - Update to 0.11
- List::Util is in Perl 5.8 base.

PR:		ports/101659
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-08 15:03:34 +00:00
Jean Milanez Melo
0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00
Erwin Lansing
d73388c5ad - Fix typo in manpage
- Eliminate a patch
- Respect DESTDIR

PR:		101565
Submitted by:	gabor (maintainer)
2006-08-08 08:09:32 +00:00
Cheng-Lung Sung
9760b796c0 - update to 0.07
PR:		ports/101628
Submitted by:	clsung
Approved by:	maintainer (Gea-Suan Lin)
2006-08-08 06:47:22 +00:00
Cheng-Lung Sung
6e9c77c667 - Fix build in Perl 5.00503
PR:		ports/101602
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-08 00:53:48 +00:00
Herve Quiroz
bdc49e85aa - Re-enable Java 1.5 [1]
- Use exec(1) to launch the JVM
- Set CLASSPATH so that it only contains the required JAR files

Submitted by:	mi [1] (a long time ago on freebsd-java@)
2006-08-06 23:21:41 +00:00
Thierry Thomas
1e4d4219ea - s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized by
portlint;

- deinstall share/locale/sl, which is not defined in
  /etc/mtree/BSD.local.dist.

PR:		ports/101497
Submitted by:	Stanislav Sedov <ssedov (at) mbsd.msk.ru>
2006-08-06 21:05:14 +00:00
Andrey Slusar
b55fc27eec Fix WRKSRC.
Submitted by:	maintainer
2006-08-06 07:36:33 +00:00
Rong-En Fan
282845ff3c - Remove email for anti-spam
PR:		ports/101411
Submitted by:	Nicola Vitale <nivit at email.it> (maintainer)
2006-08-05 17:14:53 +00:00
Joseph Koshy
7a6d22a8f3 Add a local MASTER_SITE, note conflict with textproc/glimpse, and adopt
this port.
2006-08-05 15:19:54 +00:00
Cheng-Lung Sung
fe306bb309 - add USE_PERL5_BUILD
Noted by:	erwin
2006-08-05 10:59:32 +00:00
Andrey Slusar
f5fd13c7cd - Update to version 0.81
- Update project WWW

PR:		ports/101368
Submitted by:	Max N. Boyarov (maintainer)
2006-08-05 09:52:49 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Sergey Skvortsov
9d1593b3e6 Update to 1.59
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.59/Changes
PR:		ports/101292
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2006-08-03 12:57:45 +00:00
Cheng-Lung Sung
e790bb0fa1 - Update to 1.59
PR:		ports/101294
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (Dominic Mitchell)
2006-08-03 08:17:33 +00:00
Cheng-Lung Sung
adcd8a85aa - YamCha is a generic, customizable, and open source
text chunker oriented toward a lot of NLP tasks.
2006-08-03 03:03:18 +00:00
Michael Johnson
b45bb7a7fd - Chase libver bump in qdbm 2006-08-02 23:33:55 +00:00
Michael Johnson
9d33c0c3c3 - Update to 1.3.5 2006-08-02 23:33:06 +00:00
Andrew Pantyukhin
3c07d6686e Add port textproc/p5-Text-Flowed:
This module provides functions that deals with formatting data with
Content-Type 'text/plain; format=flowed' as described in RFC2646
(http://www.rfc-editor.org/rfc/rfc2646.txt). In a nutshell,
format=flowed text solves the problem in plain text files where it
is not known which lines can be considered a logical paragraph,
enabling lines to be automatically flowed (wrapped and/or joined)
as appropriate when displaying.

In format=flowed, a soft newline is expressed as " \n", while hard
newlines are expressed as "\n". Soft newlines can be automatically
deleted or inserted as appropriate when the text is reformatted.

WWW: http://search.cpan.org/dist/Text-Flowed/

Justification:	socialtext dependency
2006-08-02 11:03:38 +00:00
Andrew Pantyukhin
4e80309686 Add port textproc/p5-Plucene-Simple:
This provides a simple interface to Plucene. Plucene is large and multi-
featured, and it expected that users will subclass it, and tie all the
pieces together to suit their own needs. Plucene::Simple is, therefore,
just one way to use Plucene. It's not expected that it will do exactly
what *you* want, but you can always use it as an example of how to
build your own interface.

WWW: http://search.cpan.org/dist/PluceneSimple/

Justification:	socialtext dependency
Quirks:		1/6 test fails
2006-08-02 10:06:15 +00:00
Ying-Chieh Liao
1eb712f0b3 add p5-Text-Quote 0.3
Quotes strings as required for perl to eval them back correctly

PR:		101018
2006-08-02 01:20:01 +00:00
Cheng-Lung Sung
1d6e03e03d - update to 1.10.7 2006-08-01 15:28:36 +00:00
Andrew Pantyukhin
4a99a40b89 - Fix plist
PR:		ports/101099
Submitted by:	erwin
2006-08-01 12:39:01 +00:00
Andrew Pantyukhin
b6eb4e7f4a - Fix plist
PR:		ports/101098
Submitted by:	erwin
2006-08-01 12:36:23 +00:00
Cheng-Lung Sung
d8ddbeefc3 Add p5-Text-Delimited 2.00, module for parsing delimited text files.
PR:		ports/101158
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-01 12:29:47 +00:00
Cheng-Lung Sung
b83b882d46 Add p5-XML-Literal 0.01, syntax suppor for XML literals.
PR:		ports/101155
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-01 12:26:26 +00:00
Cheng-Lung Sung
c63b7a1917 - p5-XML-RSS-Feed provide the ability of Persistant XML RSS Encapsulation 2006-08-01 03:33:57 +00:00
Cheng-Lung Sung
847dac5cfd - Update to 0.04
- Text::More only need in 'make test' phase,
  so leave it to maintainer to remove or put it in BUILD_DEPENDS.

PR:		ports/100797
Submitted by:	clsung
Approved by:	maintainer (gslin_AT_gslin dot org)
2006-08-01 02:01:48 +00:00
Cheng-Lung Sung
cd4aa0dc19 Add pear-XML_DTD 0.4.2, parsing of DTD files and DTD validation of XML
files.

PR:		ports/101081
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-08-01 01:37:09 +00:00
Aaron Dalton
0d531b62cc - Update to v0.18
- Clean up Makefile
2006-07-31 20:12:15 +00:00
Aaron Dalton
4fa7beb66a - Update to v0.05 2006-07-31 20:03:27 +00:00
Roman Bogorodskiy
455e551f27 This stem extension for PHP provides stemming capability for a variety of
languages using Dr. M.F. Porter's Snowball API, which can be found at:
http://snowball.tartarus.org

WWW: http://pecl.php.net/package/stem/

PR:		ports/101106
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-31 18:51:37 +00:00
MANTANI Nobutaka
8ac3c899bc Bump PORTREVISION for the previous fix. 2006-07-31 16:43:02 +00:00
MANTANI Nobutaka
38a2728d8c Make PORTREVISION overridable from slave ports. 2006-07-31 16:35:56 +00:00
MANTANI Nobutaka
aa7ab7fdda Fix module registration in the post-install target.
Reported by:	Dan Reinholz <xaenn@yahoo.com>
2006-07-31 16:14:12 +00:00
Sergey Skvortsov
75cf31e9bf Update to 0.50
PR:		ports/100311
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2006-07-31 13:46:46 +00:00
Sergey Skvortsov
6dbd4d28f0 Update to 0.07
PR:		ports/100306
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2006-07-31 13:42:46 +00:00
Andrew Pantyukhin
c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Martin Wilke
a623f92eb5 - Update to 0.0.23
PR:		ports/100920
Submitted by:	Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer)
Approved by:	krion (mentor)
2006-07-29 20:56:51 +00:00
Joe Marcus Clarke
978b62ae4b Update to 1.7. 2006-07-29 19:11:55 +00:00
Rong-En Fan
ebfc58328e - Update to 1.3
- Utilize USE_TK, USE_TCL
  Now it uses tcl/tk 8.4 instead of 8.3

PR:		ports/100926
Submitted by:	Jonathan Lennox <lennox at cs.columbia.edu> (maintainer)
2006-07-28 19:06:08 +00:00
Andrew Pantyukhin
4a9b7ee276 - Fix MASTER_SITES
Pointy hat to:	erwin
2006-07-28 13:26:02 +00:00
Ion-Mihai Tetcu
cde7f4f677 - Don't remove system directories (listed in bsd.x11-4.dist).
- bump PORTREVISION

PR:		ports/100875
Submitted by:	Stanislav Sedov
2006-07-28 06:23:23 +00:00
MANTANI Nobutaka
d79d028eaf Link libuim properly to fix breakage of uim plugins. 2006-07-27 15:11:48 +00:00
Cheng-Lung Sung
7e583b11b0 Add p5-XML-Flow 0.81, store (restore) perl data structures in XML
stream.

PR:		ports/100906
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-27 07:29:15 +00:00