aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Oops. Change the category from tcl83 to tcl84...Mikhail Teterin2006-08-141-1/+1
| | | | Notes: svn path=/head/; revision=170629
* Default to using Tcl-8.4. Fix up all warnings triggered by WARNS=3. Remove theMikhail Teterin2006-08-144-43/+199
| | | | | | | | extraneous blank space in PLIST, which prevented package from building. Make vendor's tests run automatically after build. Bump PORTREVISION. Notes: svn path=/head/; revision=170628
* - update to 0.12Cheng-Lung Sung2006-08-142-4/+4
| | | | Notes: svn path=/head/; revision=170557
* Add p5-XML-TreePP 0.18, pure Perl implementation for parsing/writing xmlCheng-Lung Sung2006-08-145-0/+44
| | | | | | | | | | files. PR: ports/101990 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170554
* - Respect DESTDIRCheng-Lung Sung2006-08-141-3/+3
| | | | | | | | | | | - portlint fix - @dirrmtry PR: ports/101881 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170540
* - Respect DESTDIRCheng-Lung Sung2006-08-141-2/+2
| | | | | | | | | | - @dirrmtry PR: ports/101882 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170539
* - Respect DESTDIRCheng-Lung Sung2006-08-141-4/+2
| | | | | | | | | | - Use MAN1PREFIX PR: ports/101870 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170532
* - Respect DESTDIRCheng-Lung Sung2006-08-141-3/+3
| | | | | | | | | | - Use MAN1PREFIX PR: ports/101868 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170531
* - Respect DESTDIRCheng-Lung Sung2006-08-141-8/+13
| | | | | | | | | | - Use REINPLACE_CMD PR: ports/101863 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170528
* - Respect DESTDIRCheng-Lung Sung2006-08-141-2/+1
| | | | | | | | | | - portlint fix PR: ports/101890 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170523
* - Respect DESTDIRCheng-Lung Sung2006-08-141-5/+4
| | | | | | | | | | | - Use MAN{1,3,5}PREFIX - portlint fix PR: ports/101893 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170506
* Add port textproc/xxdiff-scripts:Andrew Pantyukhin2006-08-135-0/+158
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=170483
* - Update to 3.2Andrew Pantyukhin2006-08-132-34/+29
| | | | Notes: svn path=/head/; revision=170470
* Add port textproc/flex:Andrew Pantyukhin2006-08-134-0/+49
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=170468
* - Update to 8.14Andrew Pantyukhin2006-08-132-4/+4
| | | | Notes: svn path=/head/; revision=170462
* - Respect DESTDIRPav Lucistnik2006-08-121-1/+1
| | | | | | | | PR: ports/101828 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer) Notes: svn path=/head/; revision=170434
* Add msort 8.27, sorting files in sophisticated ways.Cheng-Lung Sung2006-08-114-0/+49
| | | | | | | | PR: ports/101777 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170333
* Add metaf2xml 1.8, parses and decodes aviation routine and stores theCheng-Lung Sung2006-08-115-0/+63
| | | | | | | | | | components in XML. PR: ports/101779 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170329
* Reset ascope@cpan.org due to no response to email.Mark Linimon2006-08-117-7/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=170324
* - Ferret is a high-performance, full-featured text search engine library ↵Cheng-Lung Sung2006-08-105-0/+44
| | | | | | | written for Ruby. Notes: svn path=/head/; revision=170265
* - Update to 0.0.24Rong-En Fan2006-08-102-4/+4
| | | | | | | | PR: ports/101571 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer) Notes: svn path=/head/; revision=170241
* - CLucene is a C++ port of Lucene: the high-performance,Cheng-Lung Sung2006-08-105-0/+189
| | | | | | | | full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++. Notes: svn path=/head/; revision=170232
* - Update to 1.3.6Michael Johnson2006-08-093-5/+5
| | | | Notes: svn path=/head/; revision=170198
* - Support Perl 5.00503Cheng-Lung Sung2006-08-092-1/+34
| | | | | | | | PR: ports/101662 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170162
* - Update to 0.11Cheng-Lung Sung2006-08-083-13/+13
| | | | | | | | | | - List::Util is in Perl 5.8 base. PR: ports/101659 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170120
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-086-8/+12
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* - Fix typo in manpageErwin Lansing2006-08-082-15/+6
| | | | | | | | | | | - Eliminate a patch - Respect DESTDIR PR: 101565 Submitted by: gabor (maintainer) Notes: svn path=/head/; revision=170078
* - update to 0.07Cheng-Lung Sung2006-08-082-4/+4
| | | | | | | | | PR: ports/101628 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170061
* - Fix build in Perl 5.00503Cheng-Lung Sung2006-08-081-0/+5
| | | | | | | | PR: ports/101602 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170043
* - Re-enable Java 1.5 [1]Herve Quiroz2006-08-062-5/+7
| | | | | | | | | | - 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@) Notes: svn path=/head/; revision=169866
* - s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized byThierry Thomas2006-08-062-1/+3
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=169855
* Fix WRKSRC.Andrey Slusar2006-08-061-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=169802
* - Remove email for anti-spamRong-En Fan2006-08-051-1/+1
| | | | | | | | PR: ports/101411 Submitted by: Nicola Vitale <nivit at email.it> (maintainer) Notes: svn path=/head/; revision=169765
* Add a local MASTER_SITE, note conflict with textproc/glimpse, and adoptJoseph Koshy2006-08-051-2/+6
| | | | | | | this port. Notes: svn path=/head/; revision=169756
* - add USE_PERL5_BUILDCheng-Lung Sung2006-08-051-0/+1
| | | | | | | Noted by: erwin Notes: svn path=/head/; revision=169735
* - Update to version 0.81Andrey Slusar2006-08-053-7/+6
| | | | | | | | | | - Update project WWW PR: ports/101368 Submitted by: Max N. Boyarov (maintainer) Notes: svn path=/head/; revision=169713
* Add support for DESTDIR part I.Erwin Lansing2006-08-045-5/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=169648
* Update to 1.59Sergey Skvortsov2006-08-033-14/+16
| | | | | | | | | Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.59/Changes PR: ports/101292 Submitted by: Gea-Suan Lin <gslin xx gslin.org> Notes: svn path=/head/; revision=169559
* - Update to 1.59Cheng-Lung Sung2006-08-032-4/+4
| | | | | | | | | PR: ports/101294 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (Dominic Mitchell) Notes: svn path=/head/; revision=169538
* - YamCha is a generic, customizable, and open sourceCheng-Lung Sung2006-08-035-0/+73
| | | | | | | text chunker oriented toward a lot of NLP tasks. Notes: svn path=/head/; revision=169525
* - Chase libver bump in qdbmMichael Johnson2006-08-021-2/+2
| | | | Notes: svn path=/head/; revision=169507
* - Update to 1.3.5Michael Johnson2006-08-023-7/+8
| | | | Notes: svn path=/head/; revision=169505
* Add port textproc/p5-Text-Flowed:Andrew Pantyukhin2006-08-025-0/+43
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=169454
* Add port textproc/p5-Plucene-Simple:Andrew Pantyukhin2006-08-025-0/+45
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=169445
* add p5-Text-Quote 0.3Ying-Chieh Liao2006-08-025-0/+42
| | | | | | | | | Quotes strings as required for perl to eval them back correctly PR: 101018 Notes: svn path=/head/; revision=169418
* - update to 1.10.7Cheng-Lung Sung2006-08-012-4/+4
| | | | Notes: svn path=/head/; revision=169357
* - Fix plistAndrew Pantyukhin2006-08-012-4/+6
| | | | | | | | PR: ports/101099 Submitted by: erwin Notes: svn path=/head/; revision=169336
* - Fix plistAndrew Pantyukhin2006-08-012-0/+3
| | | | | | | | PR: ports/101098 Submitted by: erwin Notes: svn path=/head/; revision=169334
* Add p5-Text-Delimited 2.00, module for parsing delimited text files.Cheng-Lung Sung2006-08-015-0/+48
| | | | | | | | PR: ports/101158 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=169331
* Add p5-XML-Literal 0.01, syntax suppor for XML literals.Cheng-Lung Sung2006-08-015-0/+46
| | | | | | | | PR: ports/101155 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=169329