aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add diffmark 0.05, XML diff and merge package.Sergey Skvortsov2006-09-051-0/+1
| | | | Notes: svn path=/head/; revision=172348
* - not fetchable, remove it.Cheng-Lung Sung2006-09-041-1/+0
| | | | Notes: svn path=/head/; revision=172119
* Add port textproc/minised:Andrew Pantyukhin2006-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used to use it, until they built their own sed around an extended (some would say over-extended) regexp package. For embedded use we searched for a tiny sed implementation especially for use with the dietlibc and found Eric S. Raymond's sed implementation quite handy. Though it suffered several bugs and was not under active maintenance anymore. After sending a bunch of fixes we agreed to continue maintaining this lovely, historic sed implementation. Along a lot fixes and cleanups, further speedups, and some missing features and POSIX conformance, we also added a test-suite to the package, so regressions are quickly and easily uncovered. WWW: http://www.exactcode.de/oss/minised/ Author: ExactCode <info@exactcode.de> Notes: svn path=/head/; revision=171894
* add libyaml 0.0.1Ying-Chieh Liao2006-09-011-0/+1
| | | | | | | | | A YAML 1.1 parser and emitter written in C PR: 102712 Notes: svn path=/head/; revision=171798
* Support code for editing reStructuredText with Emacs.Andrey Slusar2006-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basically, this package contains: - Functions to automatically adjust and cycle the section underline decorations; - A mode that displays the table of contents and allows you to jump anywhere from it; - Functions to insert and automatically update a TOC in your source document; - A mode which supports font-lock highlighting of reStructuredText structures; - Some other convenience functions. This package is the result of merging: - restructuredtext.el - rst-mode.el - rst-html.el Those files are now OBSOLETE and have been replaced by this single package file (2005-10-30). WWW: http://docutils.sourceforge.net/docs/user/emacs.html PR: ports/102384 Submitted by: Denis Shaposhnikov <dsh at vlink.ru> Notes: svn path=/head/; revision=171241
* Add p5-Text-SwiftTemplate 0.0701, a fast, lightweight template engine.Cheng-Lung Sung2006-08-221-0/+1
| | | | | | | | PR: ports/102280 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=171209
* Plagger is a pluggable RSS/Atom feed aggregator written inMunechika SUMIKAWA2006-08-221-0/+1
| | | | | | | | | | | | | | Perl. Everything is implemented as a small plugin and you can mash them up together using Plagger core API and plugin hooks. You can think of Plagger as a blosxom or qpsmtpd for RSS aggregator. WWW: http://plagger.org/ WARNING: This port depends on thousands of ports spececially with full options. Notes: svn path=/head/; revision=171172
* Add p5-XML-DOM-Lite 0.11, lite Pure Perl XML DOM Parser Kit.Cheng-Lung Sung2006-08-221-0/+1
| | | | | | | | PR: ports/102326 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=171153
* Add p5-ack 1.24, a grep-like text finder for large trees of text.Cheng-Lung Sung2006-08-161-0/+1
| | | | | | | | PR: ports/102073 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=170768
* Add p5-XML-TreePP 0.18, pure Perl implementation for parsing/writing xmlCheng-Lung Sung2006-08-141-0/+1
| | | | | | | | | | files. PR: ports/101990 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170554
* Add port textproc/xxdiff-scripts:Andrew Pantyukhin2006-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Add port textproc/flex:Andrew Pantyukhin2006-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Add msort 8.27, sorting files in sophisticated ways.Cheng-Lung Sung2006-08-111-0/+1
| | | | | | | | 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-111-0/+1
| | | | | | | | | | components in XML. PR: ports/101779 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170329
* - Ferret is a high-performance, full-featured text search engine library ↵Cheng-Lung Sung2006-08-101-0/+1
| | | | | | | written for Ruby. Notes: svn path=/head/; revision=170265
* - CLucene is a C++ port of Lucene: the high-performance,Cheng-Lung Sung2006-08-101-0/+1
| | | | | | | | 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
* - YamCha is a generic, customizable, and open sourceCheng-Lung Sung2006-08-031-0/+1
| | | | | | | text chunker oriented toward a lot of NLP tasks. Notes: svn path=/head/; revision=169525
* Add port textproc/p5-Text-Flowed:Andrew Pantyukhin2006-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | 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-021-0/+1
| | | | | | | | | | | | | | | | | 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-021-0/+1
| | | | | | | | | Quotes strings as required for perl to eval them back correctly PR: 101018 Notes: svn path=/head/; revision=169418
* Add p5-Text-Delimited 2.00, module for parsing delimited text files.Cheng-Lung Sung2006-08-011-0/+1
| | | | | | | | 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-011-0/+1
| | | | | | | | PR: ports/101155 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=169329
* - p5-XML-RSS-Feed provide the ability of Persistant XML RSS EncapsulationCheng-Lung Sung2006-08-011-0/+1
| | | | Notes: svn path=/head/; revision=169296
* Add pear-XML_DTD 0.4.2, parsing of DTD files and DTD validation of XMLCheng-Lung Sung2006-08-011-0/+1
| | | | | | | | | | files. PR: ports/101081 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=169271
* This stem extension for PHP provides stemming capability for a variety ofRoman Bogorodskiy2006-07-311-0/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=169232
* Add p5-XML-Flow 0.81, store (restore) perl data structures in XMLCheng-Lung Sung2006-07-271-0/+1
| | | | | | | | | | stream. PR: ports/100906 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168858
* Add port textproc/p5-Text-Bastardize:Andrew Pantyukhin2006-07-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bastardize provides an magical object into which text can be charged and then returned in various, slighty modified ways. Among others, bastardize has the following methods: rdct converts english to hyperreductionist english (ex. "english" becomes "") pig pig latin (ex. "hi there" becomes "ihay erethay") k3wlt0k a k3wlt0kizer developed originally by Fmh rot13 implements rot13 "encryption" in perl (ex. "foo bar" becomes "sbb one") rev reverses the arrangement of characters censor attempts to censor text which might be innaproriate n20e performs numerical abbreviations (ex. "numerical_abbreviation" becomes "n20e") WWW: http://search.cpan.org/dist/Text-Bastardize/ Notes: svn path=/head/; revision=168764
* Add port textproc/p5-Unicode-CheckUTF8:Andrew Pantyukhin2006-07-251-0/+1
| | | | | | | | | | | | | | | | | This is an XS wrapper around some Unicode Consortium code to check if a string is valid UTF-8, revised to conform to what expat/Mozilla think is valid UTF-8, especially with regard to low-ASCII characters. Note that this module has NOTHING to do with Perl's internal UTF8 flag on scalars. This module is for use when you're getting input from users and want to make sure it's valid UTF-8 before continuing. WWW: http://search.cpan.org/dist/Unicode-CheckUTF8/ Notes: svn path=/head/; revision=168762
* Text::Emoticon::GoogleTalk is a text filter that replace text emoticons likeMartin Wilke2006-07-251-0/+1
| | | | | | | | | | | | | | ":-)", "<3", etc. with the icons of Google Talk (or Gmail Chat), detailed in http://mail.google.com/support/bin/answer.py?answer=34056 WWW: http://search.cpan.org/dist/Text-Emoticon-GoogleTalk/ PR: ports/100676 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor) Notes: svn path=/head/; revision=168755
* Add uncrustify , highly configurable source code beautifier.Martin Wilke2006-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. What it does: * Ident code, aligning on parens, assignments, etc * Align on '=' and variable definitions * Align structure initializers * Align #define stuff * Align backslash-newline stuff * Reformat comments (a little bit) * Fix inter-character spacing * Add or remove parens on return statements * Add or remove braces on single-statement if/do/while/for statements * Highly configurable - 118 configurable options as of version 0.0.15 WWW: http://uncrustify.sourceforge.net PR: ports/100604 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> Notes: svn path=/head/; revision=168464
* Add p5-Lingua-EN-NamedEntity 1.7, basic Named Entity ExtractionCheng-Lung Sung2006-07-221-0/+1
| | | | | | | | | | algorithm. PR: ports/100675 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=168449
* Add p5-CSS 1.07, object oriented access to Cascading Style Sheets (CSS).Rong-En Fan2006-07-211-0/+1
| | | | | | | | PR: ports/100640 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=168361
* XStream is a simple library to serialize Java objectsAlex Dupre2006-07-191-0/+1
| | | | | | | | | to XML and back again. WWW: http://xstream.codehaus.org/ Notes: svn path=/head/; revision=168262
* Add p5-Text-Trac 0.03, perl extension for formatting text with Trac WikiCheng-Lung Sung2006-07-191-0/+1
| | | | | | | | | | Style. PR: ports/100528 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168236
* Add p5-XML-SAXDriver-Excel 0.06, perl SAX driver for converting ExcelCheng-Lung Sung2006-07-191-0/+1
| | | | | | | | | | files to XML. PR: ports/100509 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=168220
* Add p5-XML-SAXDriver-CSV 0.07, perl SAX driver for converting CSV filesCheng-Lung Sung2006-07-191-0/+1
| | | | | | | | | | to XML. PR: ports/100510 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=168218
* Add p5-YAML-Tiny 0.05, YAML::Tiny - Read/Write YAML files with as littleRong-En Fan2006-07-171-0/+1
| | | | | | | | | | code as possible. PR: ports/100444 Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org> Notes: svn path=/head/; revision=168093
* All dictionaries can be installed separately:Thierry Thomas2006-07-151-0/+2
| | | | | | | | | | | | | | | | | | | | | - by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca> Notes: svn path=/head/; revision=167900
* Slave port for redland python bindings.Ion-Mihai Tetcu2006-07-151-0/+1
| | | | | | | | PR: ports/99487 Submitted by: Jordi Haarman Notes: svn path=/head/; revision=167890
* Add p5-XML-Mini 1.2.8, perl implementation of the XML::Mini XMLCheng-Lung Sung2006-07-151-0/+1
| | | | | | | | | | create/parse interface. PR: ports/100265 Submitted by: Vivek Khera <vivek at khera.org> Notes: svn path=/head/; revision=167871
* Add p5-Text-Format+NWrap 0.52, various subroutines to format and wrapCheng-Lung Sung2006-07-151-0/+1
| | | | | | | | | | text. PR: ports/100264 Submitted by: Vivek Khera <vivek at khera.org> Notes: svn path=/head/; revision=167865
* Add p5-XML-DOM2 0.03, DOM controlled, strict XML module for extentableCheng-Lung Sung2006-07-151-0/+1
| | | | | | | | | | xml objects. PR: ports/100247 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167858
* Add p5-SGML-DTDParse 2.00, parse an SGML or XML DTD.Cheng-Lung Sung2006-07-141-0/+1
| | | | | | | | PR: ports/100082 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=167753
* This package reads and writes any document that conforms to the PDFRoman Bogorodskiy2006-07-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | specification generously provided by Adobe at http://partners.adobe.com/public/developer/pdf/index_reference.html The file format is well-supported, with the exception of the "linearized" or "optimized" output format, which this module can read but not write. Many specific aspects of the document model are not manipulable with this package (like fonts), but if the input document is correctly written, then this module will preserve the model integrity. This library grants you some power over the PDF security model. Note that applications editing PDF documents via this library MUST respect the security preferences of the document. Any violation of this respect is contrary to Adobe's intellectual property position, as stated in the reference manual at the above URL. WWW: http://search.cpan.org/dist/CAM-PDF/ PR: ports/100182 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167670
* Add p5-Pod-XML 0.96, module to convert POD to XML.Cheng-Lung Sung2006-07-131-0/+1
| | | | | | | | PR: ports/100095 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=167666
* Add p5-Pod-Xhtml 1.52, generate well-formed XHTML documents from PODRong-En Fan2006-07-131-0/+1
| | | | | | | | | | format documentation. PR: ports/100174 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167656
* EXML is an abstracted, generalized interface to an xml parser/writer, usingIon-Mihai Tetcu2006-07-121-0/+1
| | | | | | | | | | | | | | | | ecore data structures and making things generally easy to get around in. The functions detailed in EXML.h are fairly self explanatory, and the io interfaces are also generalized and independent (open from a socket, write to in memory xml image). WWW: http://www.enlightenment.org/ PR: ports/100002 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=167603
* Remove textproc/p5-JSON-Syck, which is removed beforeRong-En Fan2006-07-121-1/+0
| | | | | | | | | and I added it back yesterday. Requested by: tobez Notes: svn path=/head/; revision=167578
* Add csvdiff 1.3, compare/diff two (comma) seperated files with eachRong-En Fan2006-07-121-0/+1
| | | | | | | | | | other. PR: ports/100097 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=167569
* Add p5-XML-Handler-Dtd2DocBook 0.41, generate a DocBook documentationCheng-Lung Sung2006-07-121-0/+1
| | | | | | | | | | from a DTD. PR: ports/100077 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=167564