Commit graph

6326 commits

Author SHA1 Message Date
Andrew Pantyukhin
e0688cabc2 Add port textproc/xxdiff-scripts:
xxdiff is a computer program that allows a user (usually a software
developer of some sort) to easily visualize the differences between
files. The manner and goal for which this process is applied over
multiple files is highly dependent on the application, and most of
the time is driven by custom user scripts.

For example, a configuration management engineer in a company might
provide some kind of merge policing environment, that allows software
developers to review changes in files for the purpose of accepting or
rejecting a submitted changeset to a codebase. Another example is
that of a developer wishing to review the changes he made to a
checkout of files from a source-code management system such as CVS,
Subversion, ClearCase, Perforce, etc.

WWW: http://furius.ca/xxdiff/doc/xxdiff-scripts.html
2006-08-13 19:09:58 +00:00
Andrew Pantyukhin
0568ca598c - Update to 3.2 2006-08-13 15:32:54 +00:00
Andrew Pantyukhin
7acd3ed4da Add port textproc/flex:
Flex is a tool for generating scanners. A scanner, sometimes called a
tokenizer, is a program which recognizes lexical patterns in text. The
flex program reads user-specified input files, or its standard input
if no file names are given, for a description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. Flex generates a C source file named, "lex.yy.c",
which defines the function yylex(). The file "lex.yy.c" can be compiled
and linked to produce an executable. When the executable is run, it
analyzes its input for occurrences of text matching the regular
expressions for each rule. Whenever it finds a match, it executes the
corresponding C code.

WWW: http://flex.sourceforge.net/

Note that there's flex 2.5.4 in the base system. This port provides
a newer version for programs that require it, textproc/xxdiff for one.
2006-08-13 15:30:22 +00:00
Andrew Pantyukhin
2f2aa82c2d - Update to 8.14 2006-08-13 12:41:56 +00:00
Pav Lucistnik
d327479578 - Respect DESTDIR
PR:		ports/101828
Submitted by:	chinsan <chinsan.tw@gmail.com> (maintainer)
2006-08-12 20:30:00 +00:00
Cheng-Lung Sung
647f97515d Add msort 8.27, sorting files in sophisticated ways.
PR:		ports/101777
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-11 08:18:00 +00:00
Cheng-Lung Sung
b1aeba77f3 Add metaf2xml 1.8, parses and decodes aviation routine and stores the
components in XML.

PR:		ports/101779
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-11 06:52:58 +00:00
Mark Linimon
703909b564 Reset ascope@cpan.org due to no response to email.
Hat:		portmgr
2006-08-11 04:25:29 +00:00
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