aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* Add SHA256 checksumedwin2006-06-072-0/+2
|
* Add symbolic link from latte.el to xemacs site-lisp load dirrectory.anray2006-06-072-1/+6
|
* Make the condition consistent with the error message,knu2006-06-071-1/+1
| | | | while Ruby 1.8.0 is not recommended at all.
* - textproc/p5-Text-MagicTemplate has been expired and replace byclsung2006-06-075-68/+0
| | | | textproc/p5-Template-Magic
* - Update to 1.2.8ahze2006-06-073-6/+6
| | | | Spotted on: portscout
* Adding port textproc/p5-Text-Decorator, Apply a chain of filters to text.aaron2006-06-075-0/+63
| | | | Approved by: tobez (implicit)
* Dmitry Marakasov adopts this orphan ports that he uses.itetcu2006-06-071-1/+1
| | | | | | PR: ports/98284 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Approved by: lawrence (mentor, implicit)
* Portlint:mezz2006-06-061-2/+2
| | | | -Use DATADIR in plist.
* Update to 0.8. Require perl 5.8.tobez2006-06-052-7/+7
| | | | | PR: 98520 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* add p5-XML-RSS-SimpleGen 11.11ijliao2006-06-055-0/+45
| | | | For writing RSS files
* Update to 0.9.6erwin2006-06-052-4/+4
| | | | | | PR: 98490 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
* Update to 0.3.9.hrs2006-06-043-10/+11
| | | | | Submitted by: Martin Wilke (freebsd at unixfreunde dot de) PR: ports/98444
* Update to 1.03.hrs2006-06-042-4/+4
| | | | | Submitted by: Martin Wilke (freebsd at unixfreunde dot de) PR: ports/98425
* - Update from v0.19 to v0.21aaron2006-06-033-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | | - Move to MODBUILD - Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode - Update plist Changes ======= Except where noted, all changes made by Daisuke Maki 0.21 - 31 May 2006 - Repository blunder messes up the distro. fixed. Reported by Tatsuhiko Miyagawa 0.20 - 14 May 2006 - Set $rss->{version} for compatibility. - As a result, we no longer set or depend on $rss->{_internal}{version}. If you saw it and used it, then stop doing that ;) PR: ports/98333 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
* - Update to 0.8anray2006-06-022-13/+14
| | | | Submitted by: Max N. Boyarov (maintainer)
* - Add port to `elisp' virtual category.anray2006-06-023-19/+22
| | | | | | | - Add support NOPORTDOCS and DOCSDIR - Remove USE_EMACS and EMACS_PORT_NAME for support all emacsen, add symlinks to xemacs load dir. - Bump PORTREVISION.
* Add a patch from the upstream author to fix a well-known bug when parsingmux2006-06-024-2/+44
| | | | XML files with attributes containing the ' %' character.
* Add an additional mirror.ehaupt2006-06-015-3/+9
|
* - Add header in these *-reference ports.mezz2006-06-017-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
* - Update to 2005.0824leeym2006-05-312-4/+4
| | | | | | PR: 98195 Submitted by: leeym Approved by: maintainer
* Add DEPRECATED and EXPIRATION_DATE, since this port has becomeedwin2006-05-311-3/+6
| | | | obsolete (all supported OS versions have the sed -i capability)
* Update to 0.11 and fix packaging list. The recent devel/p5-Module-Build updateehaupt2006-05-313-5/+7
| | | | | | | | caused this port to install 3 additional files. PR: 98168 Notified by: pointyhat via kris Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* add SHA256 checksumedwin2006-05-312-0/+2
|
* Adding port textproc/p5-Parse-Flex, a fast, XS-based flex parser.aaron2006-05-315-0/+61
| | | | | | - minor 'make test' failure reported to vendor Approved by: tobez (implicit)
* - update to 0.2.0clsung2006-05-303-14/+9
| | | | | PR: ports/98150 Submitted by: maintainer (Neal Nelson)
* Add bytecode build and change install dir to ${EMACS_SITE_LISPDIR}anray2006-05-301-7/+11
|
* Adding port textproc/p5-Syntax-Highlight-Engine-Kate, a Perl port of Kate's ↵aaron2006-05-305-0/+291
| | | | | | syntax highlighting engine. Approved by: tobez (implicit)
* Adding port textproc/p5-Text-Diff3, Compute three-way differences between texts.aaron2006-05-307-0/+146
| | | | Approved by: tobez (implicit)
* Update to 3.74. Please 'make distclean' before reporting problems withvs2006-05-292-4/+4
| | | | | | | distfile. PR: ports/97610 Submitted by: maintainer
* Update to 0.45.tobez2006-05-292-4/+4
|
* - Updated from v0.36 to v0.37aaron2006-05-292-4/+5
| | | | | | - Added build requirement upon Test::More Approved by: tobez (implicit)
* - Update to 0.8.3sat2006-05-292-7/+7
| | | | Approved by: krion (mentor), maintainer
* Update to 2.17skv2006-05-294-5/+8
| | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.17/Changes
* - Rename portspav2006-05-288-93/+3
| | | | | textproc/gtkspell2 -> textproc/gtkspell textproc/gtkspell2-reference -> textproc/gtkspell-reference
* - Rename port textproc/gnomespell -> textproc/gnome-spellpav2006-05-286-104/+2
|
* - Rename port textproc/gnomedocutils -> textproc/gnome-doc-utilspav2006-05-287-227/+2
|
* - Drop dead MASTER_SITEsat2006-05-281-4/+3
| | | | | | PR: ports/96593 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: krion (mentor, implicit)
* devel/pkgconfig -> devel/pkg-configmezz2006-05-281-2/+2
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
* - Chase move of p5-Encode-compat to converters categorypav2006-05-281-1/+1
| | | | Pointy hat to: pav
* Chase repomove: devel/p5-Encode -> converters/p5-Encode. This shouldcperciva2006-05-281-1/+1
| | | | | | fix the INDEX build. Reported by: Portsnap buildbox
* Update to KOffice 1.5.1lofi2006-05-271-1/+1
|
* Change maintainer email address to <m.boyarov@bsd.by>anray2006-05-271-1/+1
| | | | Submitted by: Max N. Boyarov (maintainer)
* - Updated from v0.32 to v1.00aaron2006-05-272-6/+4
| | | | | | | | | | | | | | | Approved by: tobez (implicit) 1.00 Thu May 25 20:35:06 2006 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB, where an intervening character with higher combining class blocks the composition. (This change doesn't affect any normalization forms.) - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then internal subroutine calls are avoided. - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(), isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented. - Tests are more amplified and documentations are more clarified. - Makefile.PL: Change 26295 is incorporated.
* Adding port textproc/p5-Petal-Utils, Useful template modifiers for Petal.aaron2006-05-275-0/+91
| | | | Approved by: tobez (implicit)
* Adding port textproc/p5-Petal-Mail, Format text e-mail using Petal.aaron2006-05-275-0/+51
| | | | Approved by: tobez (implicit)
* Adding port textproc/p5-Petal-CodePerl, Make Petal go faster by compiling ↵aaron2006-05-275-0/+75
| | | | | | the expression. Approved by: tobez (implicit)
* Fix plist.tobez2006-05-262-0/+3
| | | | Reported by: krismail
* Fix plist.tobez2006-05-262-4/+2
| | | | Reported by: krismail
* - Update to 1.2.7ahze2006-05-263-12/+17
|
* Adding port textproc/p5-Petal, Perl Template Attribute Language - TAL for Perl!aaron2006-05-265-0/+82
| | | | Approved by: tobez (implicit)
* Adding port textproc/p5-MKDoc-XML, The MKDoc XML Toolkit.aaron2006-05-265-0/+93
| | | | Approved by: tobez (implicit)
* Adding port textproc/p5-Text-Unaccent, Remove accents from a string.aaron2006-05-266-0/+58
| | | | Approved by: tobez (implicit)
* Adding port textproc/p5-MathML-Entities, Convert XHTML+MathML Named Entities ↵aaron2006-05-265-0/+56
| | | | | | to Numeric Character References Approved by: tobez (implicit)
* - update to 0.78clsung2006-05-252-4/+4
| | | | | PR: ports/97909 Submitted by: maintainer (Alexander Zhuravlev)
* Adding port textproc/p5-Algorithm-RabinKarp, an implementation of Rabin and ↵aaron2006-05-255-0/+55
| | | | | | | | | Karp's streaming hash, as described in "Winnowing: Local Algorithms for Document Fingerprinting" by Schleimer, Wilkerson, and Aiken. Approved by: tobez (implicit)
* - Bump xerces lib versionsem2006-05-252-3/+4
| | | | | | - Bump PORTREVISION Reported by: kris mail
* - Use USE_DOS2UNIX instead @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ↵mnag2006-05-241-5/+1
| | | | | | ${REINPLACE_CMD} -e 's| $$||g'
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-242-4/+6
| | | | - Bump PORTREVISION
* Add p5-Data-Report - a framework for flexible reporting.tobez2006-05-245-0/+73
|
* Add one more MASTER_SITESgarga2006-05-241-1/+2
| | | | | PR: ports/97776 Submitted by: maintainer
* Fix BUILD_DEPENDSskv2006-05-241-1/+1
| | | | | PR: ports/97205 Submitted by: leeym
* - Update to 1.08mnag2006-05-243-192/+198
| | | | | | | | - Reset maintainer PR: 96920 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Approved by: maintainer
* - Updated maintaineraaron2006-05-241-1/+1
| | | | Approved by: tobez (implicit)
* Update to 0.52hq2006-05-242-5/+7
|
* Add an option to allow both american and british dictionaries.jmz2006-05-232-2/+15
| | | | Submitted by: Timothy Bourke <timbob@bigpond.com>
* Update to 7.1.2anholt2006-05-232-4/+4
| | | | | PR: ports/96529 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - update to 0.7.4clsung2006-05-222-4/+4
|