aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-1523-23/+23
| | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Fix build on 5.00505clsung2006-08-151-0/+1
| | | | | PR: ports/102030 Submitted by: maintainer (Gea-Suan Lin)
* Oops. Change the category from tcl83 to tcl84...mi2006-08-151-1/+1
|
* Default to using Tcl-8.4. Fix up all warnings triggered by WARNS=3. Remove themi2006-08-154-43/+199
| | | | | extraneous blank space in PLIST, which prevented package from building. Make vendor's tests run automatically after build. Bump PORTREVISION.
* - update to 0.12clsung2006-08-142-4/+4
|
* Add p5-XML-TreePP 0.18, pure Perl implementation for parsing/writing xmlclsung2006-08-145-0/+44
| | | | | | | files. PR: ports/101990 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Respect DESTDIRclsung2006-08-141-3/+3
| | | | | | | | - portlint fix - @dirrmtry PR: ports/101881 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Respect DESTDIRclsung2006-08-141-2/+2
| | | | | | | - @dirrmtry PR: ports/101882 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Respect DESTDIRclsung2006-08-141-4/+2
| | | | | | | - Use MAN1PREFIX PR: ports/101870 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Respect DESTDIRclsung2006-08-141-3/+3
| | | | | | | - Use MAN1PREFIX PR: ports/101868 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Respect DESTDIRclsung2006-08-141-8/+13
| | | | | | | - Use REINPLACE_CMD PR: ports/101863 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Respect DESTDIRclsung2006-08-141-2/+1
| | | | | | | - portlint fix PR: ports/101890 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Respect DESTDIRclsung2006-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>
* Add port textproc/xxdiff-scripts:sat2006-08-145-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
* - Update to 3.2sat2006-08-132-34/+29
|
* Add port textproc/flex:sat2006-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.
* - Update to 8.14sat2006-08-132-4/+4
|
* - Respect DESTDIRpav2006-08-131-1/+1
| | | | | PR: ports/101828 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
* Add msort 8.27, sorting files in sophisticated ways.clsung2006-08-114-0/+49
| | | | | PR: ports/101777 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add metaf2xml 1.8, parses and decodes aviation routine and stores theclsung2006-08-115-0/+63
| | | | | | | components in XML. PR: ports/101779 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Reset ascope@cpan.org due to no response to email.linimon2006-08-117-7/+7
| | | | Hat: portmgr
* - Ferret is a high-performance, full-featured text search engine library ↵clsung2006-08-105-0/+44
| | | | written for Ruby.
* - Update to 0.0.24rafan2006-08-102-4/+4
| | | | | PR: ports/101571 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
* - CLucene is a C++ port of Lucene: the high-performance,clsung2006-08-105-0/+189
| | | | | full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.
* - Update to 1.3.6ahze2006-08-093-5/+5
|
* - Support Perl 5.00503clsung2006-08-092-1/+34
| | | | | PR: ports/101662 Submitted by: maintainer (Gea-Suan Lin)
* - Update to 0.11clsung2006-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>
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.jmelo2006-08-086-8/+12
| | | | Approved by: portmgr (erwin)
* - Fix typo in manpageerwin2006-08-082-15/+6
| | | | | | | | - Eliminate a patch - Respect DESTDIR PR: 101565 Submitted by: gabor (maintainer)
* - update to 0.07clsung2006-08-082-4/+4
| | | | | | PR: ports/101628 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin)
* - Fix build in Perl 5.00503clsung2006-08-081-0/+5
| | | | | PR: ports/101602 Submitted by: maintainer (Gea-Suan Lin)
* - Re-enable Java 1.5 [1]hq2006-08-072-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@)
* - s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized bythierry2006-08-072-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>
* Fix WRKSRC.anray2006-08-061-1/+1
| | | | Submitted by: maintainer
* - Remove email for anti-spamrafan2006-08-061-1/+1
| | | | | PR: ports/101411 Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
* Add a local MASTER_SITE, note conflict with textproc/glimpse, and adoptjkoshy2006-08-051-2/+6
| | | | this port.
* - add USE_PERL5_BUILDclsung2006-08-051-0/+1
| | | | Noted by: erwin
* - Update to version 0.81anray2006-08-053-7/+6
| | | | | | | - Update project WWW PR: ports/101368 Submitted by: Max N. Boyarov (maintainer)
* Add support for DESTDIR part I.erwin2006-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
* Update to 1.59skv2006-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>
* - Update to 1.59clsung2006-08-032-4/+4
| | | | | | PR: ports/101294 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (Dominic Mitchell)
* - YamCha is a generic, customizable, and open sourceclsung2006-08-035-0/+73
| | | | text chunker oriented toward a lot of NLP tasks.
* - Chase libver bump in qdbmahze2006-08-031-2/+2
|
* - Update to 1.3.5ahze2006-08-033-7/+8
|
* Add port textproc/p5-Text-Flowed:sat2006-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
* Add port textproc/p5-Plucene-Simple:sat2006-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
* add p5-Text-Quote 0.3ijliao2006-08-025-0/+42
| | | | | | Quotes strings as required for perl to eval them back correctly PR: 101018
* - update to 1.10.7clsung2006-08-012-4/+4
|
* - Fix plistsat2006-08-012-4/+6
| | | | | PR: ports/101099 Submitted by: erwin
* - Fix plistsat2006-08-012-0/+3
| | | | | PR: ports/101098 Submitted by: erwin
* Add p5-Text-Delimited 2.00, module for parsing delimited text files.clsung2006-08-015-0/+48
| | | | | PR: ports/101158 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-XML-Literal 0.01, syntax suppor for XML literals.clsung2006-08-015-0/+46
| | | | | PR: ports/101155 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - p5-XML-RSS-Feed provide the ability of Persistant XML RSS Encapsulationclsung2006-08-015-0/+57
|
* - Update to 0.04clsung2006-08-012-5/+5
| | | | | | | | | - 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)
* Add pear-XML_DTD 0.4.2, parsing of DTD files and DTD validation of XMLclsung2006-08-014-0/+44
| | | | | | | files. PR: ports/101081 Submitted by: chinsan <chinsan.tw at gmail.com>
* - Update to v0.18aaron2006-08-012-17/+5
| | | | - Clean up Makefile
* - Update to v0.05aaron2006-08-012-4/+4
|
* This stem extension for PHP provides stemming capability for a variety ofnovel2006-08-014-0/+33
| | | | | | | | | | 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>
* Bump PORTREVISION for the previous fix.nobutaka2006-08-011-0/+1
|
* Make PORTREVISION overridable from slave ports.nobutaka2006-08-011-1/+1
|
* Fix module registration in the post-install target.nobutaka2006-08-011-2/+2
| | | | Reported by: Dan Reinholz <xaenn@yahoo.com>
* Update to 0.50skv2006-07-313-9/+9
| | | | | PR: ports/100311 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
* Update to 0.07skv2006-07-313-8/+6
| | | | | PR: ports/100306 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
* - Provide additional mirrors where neededsat2006-07-314-9/+4
| | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes
* - Update to 0.0.23miwi2006-07-302-4/+4
| | | | | | PR: ports/100920 Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer) Approved by: krion (mentor)
* Update to 1.7.marcus2006-07-302-5/+5
|
* - Update to 1.3rafan2006-07-293-21/+9
| | | | | | | | - 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)
* - Fix MASTER_SITESsat2006-07-282-2/+2
| | | | Pointy hat to: erwin
* - Don't remove system directories (listed in bsd.x11-4.dist).itetcu2006-07-282-9/+1
| | | | | | | - bump PORTREVISION PR: ports/100875 Submitted by: Stanislav Sedov
* Link libuim properly to fix breakage of uim plugins.nobutaka2006-07-272-7/+10
|
* Add p5-XML-Flow 0.81, store (restore) perl data structures in XMLclsung2006-07-275-0/+39
| | | | | | | stream. PR: ports/100906 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 1.3.4ahze2006-07-273-6/+6
|
* Don't overwrite Latin-9 files installed by Aspell.thierry2006-07-271-0/+11
|
* Add port textproc/p5-Text-Bastardize:sat2006-07-264-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* Add port textproc/p5-Unicode-CheckUTF8:sat2006-07-265-0/+42
| | | | | | | | | | | | | | 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/
* Text::Emoticon::GoogleTalk is a text filter that replace text emoticons likemiwi2006-07-265-0/+44
| | | | | | | | | | | ":-)", "<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)
* Fix package buildinglth2006-07-252-4/+1
| | | | | PR: ports/100791 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - update to 0.18clsung2006-07-253-4/+6
|
* - Use @dirrmtry because XML::Atom::SimpleFeed and XML::Atom::Syndicationclsung2006-07-252-9/+10
| | | | | | | | not depending on XML::Atom. [1] - add depends of p5-Class-Data-Inheritable [1] PR: ports/100792 [1] Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> [1]
* - update to 0.22clsung2006-07-253-4/+5
|
* Fix build error of uim-qt on 6-stable.nobutaka2006-07-232-3/+5
| | | | Reported by: Dan Reinholz <xaenn@yahoo.com>
* Add uncrustify , highly configurable source code beautifier.miwi2006-07-226-0/+61
| | | | | | | | | | | | | | | | | | | | | 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>
* - Update to 8.13sat2006-07-223-7/+7
|
* Add p5-Lingua-EN-NamedEntity 1.7, basic Named Entity Extractionclsung2006-07-225-0/+64
| | | | | | | algorithm. PR: ports/100675 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
* - Use modules directory instead of authorsrafan2006-07-221-1/+1
|
* Add p5-CSS 1.07, object oriented access to Cascading Style Sheets (CSS).rafan2006-07-215-0/+60
| | | | | PR: ports/100640 Submitted by: chinsan <chinsan.tw at gmail.com>
* XStream is a simple library to serialize Java objectsale2006-07-204-0/+52
| | | | | | to XML and back again. WWW: http://xstream.codehaus.org/
* Add p5-Text-Trac 0.03, perl extension for formatting text with Trac Wikiclsung2006-07-195-0/+71
| | | | | | | Style. PR: ports/100528 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-XML-SAXDriver-Excel 0.06, perl SAX driver for converting Excelclsung2006-07-195-0/+42
| | | | | | | files to XML. PR: ports/100509 Submitted by: chinsan <chinsan.tw at gmail.com>
* Add p5-XML-SAXDriver-CSV 0.07, perl SAX driver for converting CSV filesclsung2006-07-195-0/+41
| | | | | | | to XML. PR: ports/100510 Submitted by: chinsan <chinsan.tw at gmail.com>
* - update to 0.10clsung2006-07-182-6/+5
| | | | - remove dependency of Test/More.pm
* Update to 0.18. Now requires Perl from ports.lth2006-07-182-5/+11
| | | | | PR: ports/100363 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Add p5-YAML-Tiny 0.05, YAML::Tiny - Read/Write YAML files with as littlerafan2006-07-185-0/+37
| | | | | | | code as possible. PR: ports/100444 Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
* - Add NLS knob.jmelo2006-07-173-11/+22
| | | | | | | | - Update WWW. - Bump portrevision. PR: ports/99948 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
* - update to 1.43clsung2006-07-172-4/+4
|
* - Make dependency on GNOME libs OPTION'aldelphij2006-07-174-124/+148
| | | | | Submitted by: Yuri Pankov <yuri pankov gmail com> (with changes) PR: ports/100053
* fix buildijliao2006-07-171-2/+2
|
* - my bad, wrong dependsclsung2006-07-171-1/+1
|
* - update to 0.13clsung2006-07-173-8/+7
| | | | | | | PR: ports/100414 Submitted by: clsung Reviewed by: maintainer Approved by: maintainer
* - update to 0.6.5clsung2006-07-172-4/+4
| | | | | | | | | | | - Changes - This release contains improvements to Shoebox file format support (by Stuart Robinson and Greg Aumann); - an implementation of hole semantics (by Peter Wang); - improvements to lambda calculus and semantic interpretation modules (by Ewan Klein); a new corpus (Sinica Treebank sample); - and expanded tutorial discussions of trees, feature-based grammar, unification, PCFGs, and more exercises.
* Mark broken: fails to install.linimon2006-07-171-0/+2
|
* Mark broken: fails to fetch.linimon2006-07-171-0/+2
|
* Upgrade to 0.6 format.thierry2006-07-173-4/+5
|
* Mark as broken on amd64.linimon2006-07-161-0/+4
|
* Try to fix duplicate INDEX warning.itetcu2006-07-161-0/+1
| | | | Pointyhat to: itetcu
* - Update to 1.3.3ahze2006-07-153-20/+26
|
* All dictionaries can be installed separately:thierry2006-07-15290-1059/+947
| | | | | | | | | | | | | | | | | | - 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>
* Slave port for redland python bindings.itetcu2006-07-152-0/+20
| | | | | PR: ports/99487 Submitted by: Jordi Haarman
* Add p5-XML-Mini 1.2.8, perl implementation of the XML::Mini XMLclsung2006-07-155-0/+54
| | | | | | | create/parse interface. PR: ports/100265 Submitted by: Vivek Khera <vivek at khera.org>
* Add p5-Text-Format+NWrap 0.52, various subroutines to format and wrapclsung2006-07-155-0/+44
| | | | | | | text. PR: ports/100264 Submitted by: Vivek Khera <vivek at khera.org>
* Add p5-XML-DOM2 0.03, DOM controlled, strict XML module for extentableclsung2006-07-155-0/+77
| | | | | | | xml objects. PR: ports/100247 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Use relative URIs in catalog.xml.hrs2006-07-154-28/+54
| | | | | | | | - Add rewrite rules for http://www.oasis-open.org/docbook/xmlcharent/. - Fix "xmlcatmgr remove" line in pkg-plist. - Add $FreeBSD$ line into installed catalog files. - Take maintainership. - Bump PORTREVISON.
* - Update to v1.115aaron2006-07-142-9/+4
| | | | | | PR: ports/99117 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* - Update to v0.6.0aaron2006-07-143-11/+9
| | | | | | PR: ports/99110 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* USE_DOS2UNIX for the s5-blank template and other files. To make this workroam2006-07-141-1/+4
| | | | | | | | with the somewhat weird s5-blank.zip rebuild process, move the "build" actions to post-extract, as per the PR. PR: 96306 Submitted by: delphij
* - pointyhat fixingclsung2006-07-141-1/+7
| | | | | PR: ports/100283 Submitted by: maintainer
* - pointyhat fixingclsung2006-07-141-1/+7
| | | | | PR: ports/100282 Submitted by: maintainer
* Add p5-SGML-DTDParse 2.00, parse an SGML or XML DTD.clsung2006-07-145-0/+65
| | | | | PR: ports/100082 Submitted by: chinsan <chinsan.tw at gmail.com>
* - update to 4.30leeym2006-07-142-4/+4
|
* - Update to 0.20.2rafan2006-07-142-5/+4
| | | | | PR: ports/100216 Submitted by: chinsan <chinsan.tw gmail.com>
* - Mark IGNORE for Perl < 5.6rafan2006-07-141-1/+7
| | | | | PR: ports/100243 Submitted by: maintainer
* - update to 0.12clsung2006-07-132-4/+4
| | | | | PR: ports/100198 Submitted by: maintainer (Nicola Vitale)
* - Update to 0.09clsung2006-07-132-7/+7
| | | | | PR: ports/100197 Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
* This package reads and writes any document that conforms to the PDFnovel2006-07-135-0/+117
| | | | | | | | | | | | | | | | | | | | | | | 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>
* Add p5-Pod-XML 0.96, module to convert POD to XML.clsung2006-07-135-0/+41
| | | | | PR: ports/100095 Submitted by: chinsan <chinsan.tw at gmail.com>
* Add p5-Pod-Xhtml 1.52, generate well-formed XHTML documents from PODrafan2006-07-135-0/+51
| | | | | | | format documentation. PR: ports/100174 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 0.21clsung2006-07-132-4/+4
| | | | | PR: ports/100184 Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
* - Update to 0.20clsung2006-07-133-4/+5
| | | | | PR: ports/100161 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* EXML is an abstracted, generalized interface to an xml parser/writer, usingitetcu2006-07-135-0/+44
| | | | | | | | | | | | | 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>
* Remove textproc/p5-JSON-Syck, which is removed beforerafan2006-07-125-55/+0
| | | | | | and I added it back yesterday. Requested by: tobez
* Add csvdiff 1.3, compare/diff two (comma) seperated files with eachrafan2006-07-124-0/+49
| | | | | | | other. PR: ports/100097 Submitted by: chinsan <chinsan.tw at gmail.com>
* - Update to 2006.0711clsung2006-07-122-4/+4
| | | | | | PR: ports/100090 Submitted by: clsung Approved by: maintainer (Toby Allsopp)
* Add p5-XML-Handler-Dtd2DocBook 0.41, generate a DocBook documentationclsung2006-07-125-0/+58
| | | | | | | from a DTD. PR: ports/100077 Submitted by: chinsan <chinsan.tw at gmail.com>
* Add p5-XML-Handler-Dtd2Html 0.41, SAX2 handler for generate a Htmlclsung2006-07-125-0/+86
| | | | | | | documentation from a DTD. PR: ports/100075 Submitted by: chinsan <chinsan.tw at gmail.com>
* You might want to know the difference between JSON and JSON::Syck.rafan2006-07-125-0/+55
| | | | | | | | | | | | | | | | | | | Since JSON is a pure-perl module and JSON::Syck is based on libsyck, JSON::Syck is supposed to be very fast and memory efficient. See chansen's benchmark table at http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl JSON.pm comes with dozens of ways to do the same thing and lots of options, while JSON::Syck doesn't. There's only Load and Dump. Oh, and JSON::Syck doesn't use camelCase method names :-) Author: Audrey Tang <autrijus@autrijus.org> Tatsuhiko Miyagawa <miyagawa@gmail.com> WWW: http://search.cpan.org/dist/JSON-Syck/ PR: ports/100071 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Regexp-Common-profanity_us 2.2, provide regexes for U.S.rafan2006-07-125-0/+61
| | | | | | | profanity. PR: ports/100070 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - update to 0.06clsung2006-07-113-16/+5
| | | | | | | | - take over maintainership PR: ports/100051 Submitted by: clsung Approved by: maintainer (Lars Eggert)
* Add p5-Search-Estraier 0.06, pure perl module to use Hyper Estraierrafan2006-07-115-0/+56
| | | | | | | search engine. PR: ports/100073 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-XML-XPathEngine 0.03, a re-usable XPath engine for DOM-likeclsung2006-07-115-0/+62
| | | | | | | trees. PR: ports/100074 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* This module transforms HTML into PDF, using an assortment of XMLnovel2006-07-116-0/+70
| | | | | | | | | | | | transformations implemented in PDF::FromHTML::Twig. There is also a command-line utility, html2pdf.pl, that comes with this distribution. WWW: http://search.cpan.org/dist/PDF-FromHTML/ PR: ports/100060 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Text-CSV_PP 1.01, comma-separated values manipulation routines PPclsung2006-07-115-0/+40
| | | | | | | version. PR: ports/100064 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Text-Emoticon 0.04, factory class for Yahoo! and MSN emoticons.clsung2006-07-115-0/+41
| | | | | PR: ports/100068 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Text-Hatena 0.14, perl extension for formatting text with Hatenaclsung2006-07-115-0/+100
| | | | | | | Style. PR: ports/100066 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* This is a generalized API that allows a module that generates PDFs tonovel2006-07-115-0/+43
| | | | | | | | | transparently target multiple backends without changing its code. WWW: http://search.cpan.org/dist/PDF-Writer/ PR: ports/100058 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-XML-RSS-Liberal 0.01, XML::RSS With A Liberal Parser.rafan2006-07-115-0/+47
| | | | | PR: ports/99967 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-XML-Liberal 0.12, super liberal XML parser that parses brokenrafan2006-07-115-0/+61
| | | | | | | XML. PR: ports/99966 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Does not build on sparc64clsung2006-07-111-0/+4
|
* Update to 1.2.6.mezz2006-07-113-16/+4
|
* - Update to 1.3.2ahze2006-07-113-18/+22
|
* - Update to 1.5miwi2006-07-112-4/+4
| | | | | | PR: ports/100003 Submitted by: miwi Approved by: krion (mentor), maintainer
* Add p5-Text-Tags 0.04, parses folksonomy space-separated tags.clsung2006-07-105-0/+40
| | | | | PR: ports/99978 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Update to 2.4.8, while I'm there, turn share/gnome/stardict intodelphij2006-07-1012-90/+42
| | | | dirrmtry because dictionaries are also installed there.
* Add WITHOUT_X11 knob.nobutaka2006-07-106-9/+46
|
* 1. Upgrade linux infrostructure ports from FC3 to FC4.bsam2006-07-1027-147/+153
| | | | | | | 2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
* - update to 1.10.6clsung2006-07-092-5/+5
| | | | - take maintainership
* - update to 4.3-1clsung2006-07-092-6/+6
| | | | - grab maintainership
* - Update to 0.23clsung2006-07-092-4/+4
| | | | | PR: ports/99964 Submitted by: maintainer (Gea-Suan Lin)
* An integrated solution for XML-based publishing in print and web.itetcu2006-07-096-0/+384
| | | | | | | | | | | | | | | | | It is specifically targeted at producing technical documentation in the field of computer science. Documents are written in an XML-based markup language and translated to different formats with XSL-transformations. At this time, eCromedos supports the target formats XHTML and LATEX. Where LATEX output can be further processed into high-quality printable formats by use of the TEX typesetting system (http://www.ctan.org). Author: Tobias Koch <tkoch@ecromedos.net> WWW: http://www.ecromedos.net/ PR: ports/98895 Submitted by: Nicola Vitale <nivit at email.it>
* - Add instruction for using sdcvitetcu2006-07-093-11/+18
| | | | | | | - remove patch not needed anymore PR: 99946 Submitted by: maintainer
* Update to 1.1.1.nobutaka2006-07-084-8/+8
|
* - update to 0.2clsung2006-07-085-30/+8
| | | | | | | | | | | - Changes * API CHANGE: new typedefs (and types) for namelist functions (csilvers) * carry annotation status through to child templates/sections (ehamon) * Support registering templates after global construct time (njain) * Add pthread-rwlock support for darwin (csilvers) * SetTemplateGlobalValue(): new variable type with new scoping (ehamon) * Export a nothreads version of the ctemplate library (csilvers) * Got rid of scandir call, which should improve portability (csilvers)
* Upgrade to 0.6.vanilla2006-07-082-4/+4
|
* - Update to 8.12sat2006-07-082-4/+4
|
* Add html2text for now in order to fix build of release documentationdelphij2006-07-071-1/+5
| | | | | | | | | | | in Simplified Chinese. Note that this is only a transition workaround. We need to have consistent build tools rather than having two. For now, just add the dependency so release engineers can do new builds properly. Approved by: doceng (hrs) Spotted by: re (kensmith)
* - update to 0.11leeym2006-07-072-4/+4
|
* Chase gnutls shlib version change.novel2006-07-071-1/+2
|
* - pkg-plist fix, lost in previous updatelinimon2006-07-072-2/+3
| | | | | | | | - use ${RMDIR} to pet portlint(1) PR: ports/99777 Submitted by: rafan Approved by: maintainer
* - Update to 1.3.0ahze2006-07-063-8/+10
| | | | Spotted on: portscout
* - update to 2006.0704leeym2006-07-062-14/+6
|
* SDCV(StarDict under Console Version) is simple, cross-platform text-basedgarga2006-07-066-0/+94
| | | | | | | | | | | | | utility for work with dictionaries in StarDict's format. The word from "list of words" may be string with leading '/' for using Fuzzy search algorithm, string may contain '?' and '*' for using regexp search. It work in interactive and not interactive mode. WWW: http://sdcv.sourceforge.net/ PR: ports/96836 Submitted by: chinsan <chinsan.tw at gmail.com>
* Upgrade to 0.5.vanilla2006-07-062-4/+4
| | | | Add TempalteFromString support.
* Drop the maintainership, I don't take care of this port very well.mezz2006-07-053-3/+3
|
* Remove expired leaf ports:vd2006-07-0413-2410/+0
| | | | | | | | | | 2006-07-01 emulators/linux_base-fc3 2006-06-15 misc/linux-opengroupware 2006-07-01 net/opengk 2006-07-01 security/p5-Crypt-OpenPGP 2006-07-01 textproc/sed_inplace 2006-07-01 textproc/xml4j 2006-07-01 x11-wm/aewm++
* Depend on textproc/xerces-j instead of textproc/xml4j because the latervd2006-07-041-1/+1
| | | | is deprecated and will soon be removed.
* - Limit this port to i386 where it is known to run properlypav2006-07-041-0/+3
| | | | | PR: ports/94011 Submitted by: Mike Brown <mike@skew.org> (maintainer)
* Update to 1.97ehaupt2006-07-042-5/+4
|
* Update to 1.1mat2006-07-042-4/+4
|
* - update to 1.42clsung2006-07-032-5/+5
| | | | | | - take maintainership Noted: no.1000 of my commits in ports/ :)
* - update to 1.4.6clsung2006-07-032-4/+4
|
* - fixed install fail.clsung2006-07-033-3/+20
| | | | | | | - add SHA256 PR: ports/99193 Submitted by: Tian-Jian Jiang <barabbas_AT_gmail dot com>
* Remove IGNORE mark since I have updated devel/m17n-lib port to 1.3.3.nobutaka2006-07-031-3/+1
|
* - Update to 0.5.44ahze2006-07-023-9/+7
|
* - Update to 0.55sem2006-07-022-5/+5
| | | | | PR: ports/98835 Approved by: maintainer timeout (4 weeks)
* - Update to 0.55sem2006-07-022-5/+5
| | | | | PR: ports/98834 Approved by: maintainer timeout (4 weeks)
* - Update to v0.39aaron2006-07-023-7/+9
| | | | Approved by: tobez (implicit)
* - Update to 0.29aaron2006-07-013-22/+14
| | | | | | | | - Restrict to Perl 5.8.1+ at vendor's requirement PR: ports/99002 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* - update to 3.26clsung2006-07-012-4/+4
|
* Remove two stray directories.des2006-06-301-0/+2
|
* - update to 0.12clsung2006-06-303-8/+20
| | | | | | | - removes unnecessary run dependencies PR: ports/99618 Submitted by: maintainer (Vivek Khera)
* - update to 0.10clsung2006-06-302-4/+4
|
* - Update to v0.26aaron2006-06-283-12/+16
| | | | | | PR: ports/98924 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* Update to 0.51skv2006-06-273-11/+14
| | | | Changes: http://search.cpan.org/src/AREGGIORI/RDFStore-0.51/CHANGES
* Change to my FreeBSD.org email.rafan2006-06-272-2/+2
| | | | Approved by: delphij (mentor)
* - Update to 1.01clsung2006-06-274-61/+24
| | | | | | | | - Overhaul of Makefile and pkg-plist as Vendor has now left it up to the user to install the documentation PR: ports/99497 Submitted by: aaron
* Enable for XEmacs.anray2006-06-272-9/+21
|
* Change the dependency on textproc/uim to LIB_DEPENDS to fix package building ↵nobutaka2006-06-274-6/+6
| | | | | | errors. Reported by: linimon
* Fix pkg-plist.nobutaka2006-06-271-0/+1
| | | | Reported by: linimon
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-269-9/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-253-4/+0
| | | | | | | - this commit modified ports maintained by ports@ PR: ports/98755 Submitted by: rafan (the fresh committer)
* - Update to 0.95clsung2006-06-253-54/+68
| | | | | PR: ports/99167 Submitted by: aaron
* - Fix PLIST and remove BROKEN tagaaron2006-06-242-5/+2
| | | | | | PR: ports/98776 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* Upgrade to 1.70.1.des2006-06-234-231/+350
|
* Remove tests for FreeBSD 2.x versions. Modern versions of bsd.*.mk do notlinimon2006-06-232-10/+4
| | | | | | support anything that old. Hat: portmgr
* Adding port textproc/p5-Games-Dissociate, A Dissociated Press algorithmaaron2006-06-225-0/+50
| | | | | | and filter. Approved by: tobez (implicit)
* - Update to 1.1.3_8 [1]hq2006-06-223-45/+7
| | | | | | - Remove deprecated patch (fix for Java 1.5) Reported by: portscout [1]
* Update to 0.5mat2006-06-213-5/+7
|
* - Update to 1.2.9ahze2006-06-213-9/+14
|
* Update to 0.53erwin2006-06-214-8/+8
|
* - Update to 0.7.7sat2006-06-202-4/+4
| | | | | | PR: ports/95878 Submitted by: miwi Approved by: maintainer (timeout 65 days)
* Update to 1.6hq2006-06-202-4/+4
|
* Update to 2.8.0hq2006-06-202-7/+7
| | | | Reported by: portscout
* Update to 1.07lth2006-06-202-7/+5
| | | | | PR: ports/99118 Submitted by: aaron
* Update to 0.92mat2006-06-192-5/+5
|
* Adding port textproc/p5-CSS-Squish, Compact many CSS files into one bigaaron2006-06-195-0/+54
| | | | | | file. Approved by: tobez (implicit)
* - Update to v0.91aaron2006-06-193-10/+22
| | | | | | | | - Restrict to Perl 5.6+ due to dependencies PR: ports/99127 Submitted by: aaron Approved by: tobez (implicit)
* - Update from v2.18 to v2.19aaron2006-06-182-4/+4
| | | | Approved by: tobez (implicit)
* Update to 0.11itetcu2006-06-172-4/+4
| | | | | PR: ports/99080 Submitted by: maintainer
* Update to 1.10.5erwin2006-06-173-15/+4
| | | | | PR: 99048 Submitted by: Ports fury
* Update to 0.52erwin2006-06-164-8/+8
| | | | | PR: 99031 Submitted by: aaron
* - Update from v0.02 to v0.03aaron2006-06-162-4/+4
| | | | Approved by: tobez (implicit)
* Update to 4.20mat2006-06-152-4/+4
|
* - Correct the 'CONFLICTS' specification.jkoshy2006-06-151-2/+4
| | | | - Add a local MASTER_SITE to keep portlint happy.
* - Update to version 1.94a, which contains bug fixes to the previousjkoshy2006-06-152-7/+9
| | | | | | | version. - Add a local master site; keep portlint happy. - Correctly spell the 'CONFLICTS' line. - Take over maintainership of this (orphaned) port.
* - update to 0.17clsung2006-06-153-4/+10
|
* - Update from v1.2 to v1.4aaron2006-06-154-24/+27
| | | | | | | | | - Update plist - Restrict to Perl 5.6+ due to new dependency upon Module::Build PR: ports/98334 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* - Update from v1.07 to v1.08aaron2006-06-153-4/+5
| | | | | | PR: ports/98332 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* - Update from v0.13 to v0.3aaron2006-06-153-13/+14
| | | | | | | | - Restrict to Perl 5.6+ due to dependencies PR: ports/98331 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response tolinimon2006-06-152-4/+1
| | | | | | email, and various maintainer-timeouts. Hat: portmgr
* - Update from v1.00 to v1.01aaron2006-06-152-4/+4
| | | | Approved by: tobez (implicit)
* Update to 1.02.05mat2006-06-142-4/+4
|
* Update to 0.43mat2006-06-143-8/+7
|
* Update to 1.17mat2006-06-142-4/+4
|
* Update to 1.2.1lth2006-06-143-9/+9
|
* Reset andrew@ugh.net.au due to multiple timeouts.linimon2006-06-142-4/+1
|
* Adding port textproc/p5-XML-Atom-Stream, A client interface foraaron2006-06-135-0/+49
| | | | | | AtomStream. Approved by: tobez (implicit)
* - Update to 1.1.0.nobutaka2006-06-1318-63/+458
| | | | - Mark textproc/uim-m17nlib IGNORE since it requires m17n-lib-1.3.1 or later.
* Fix install.itetcu2006-06-121-2/+2
| | | | | PR: 98851 Submitted by: Alan Hicks <ahicks@p-o.co.uk>
* Update to 0.05.tobez2006-06-122-5/+4
|
* Use the correct mtree when you change the prefix, for example:mezz2006-06-122-2/+18
| | | | | | | | | | | | | | | | | | | | Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================
* upgrade to 0.20.1ijliao2006-06-123-23/+8
| | | | | PR: 98829 Submitted by: Ports Fury
* Update to 0.6.1.marcus2006-06-123-5/+11
|
* Upgrade to version 0.86.se2006-06-113-20/+6
|
* - Fix build.anray2006-06-091-0/+1
| | | | Reported by: krismail
* Remove email addressitetcu2006-06-091-1/+1
| | | | | | PR: ports/98702 Submitted by: maintainer Approved by: lawrance (mentor, implict)
* - Upgrade to 0.12.kuriyama2006-06-092-14/+6
| | | | | | | - Change master site to CPAN. PR: ports/98352 Submitted by: leeym
* Upgrade to 20060608 snapshot.kuriyama2006-06-092-4/+4
|
* - Update to 0.10garga2006-06-083-5/+5
| | | | | PR: ports/98705 Submitted by: maintainer
* Remove email address from pkg-descrgarga2006-06-081-1/+1
| | | | | PR: ports/98704 Submitted by: maintainer
* Update to 1.1.17.marcus2006-06-083-14/+5
|
* Update to 2.6.26.marcus2006-06-084-43/+5
|