summaryrefslogtreecommitdiffstats
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.3kevlo2003-05-152-2/+2
| | | | | PR: 52248 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Add stardict2 2.0.0, english-Chinese dictionary.vanilla2003-05-1314-0/+788
| | | | | PR: 51185 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Update to 0.5.4.knu2003-05-122-2/+2
|
* Update to 0.2.3.knu2003-05-122-2/+2
|
* upgrade to 0.1.7ijliao2003-05-118-64/+42
|
* Switch to a working master site.petef2003-05-101-1/+1
| | | | | PR: 51934 Submitted by: maintainer
* Add a missing dependency on libgnomeui.marcus2003-05-101-1/+2
| | | | Reported by: bento
* Update to 0.9.51arved2003-05-092-2/+2
| | | | | PR: 51246 Submitted by: maintainer
* Upgrade to 1.61.0.des2003-05-093-3/+29
|
* update textproc/p5-Text-Template to 1.44edwin2003-05-092-3/+3
| | | | | | | | update to 1.44 grab maintainership PR: ports/51612 Submitted by: Erwin Lansing <erwin@lansing.dk>
* UPDATE textproc/p5-String-ShowDiffedwin2003-05-084-14/+9
| | | | | | | Update to 0.03 PR: ports/51687 Submitted by: Mathieu Arnold <m@absolight.net>
* Add NO_LATEST_LINK.marcus2003-05-071-0/+1
|
* Update to latest release. (bugfix)mich2003-05-072-2/+2
| | | | Approved by: roberto (mentor)
* Change maintainer email to my @FreeBSD.org addressmich2003-05-072-2/+2
| | | | Approved by: roberto(mentor)
* Still need perl5 to run.obrien2003-05-071-0/+1
|
* Unbreak the Alpha release build by removing the build dependancy on Perl.obrien2003-05-071-3/+3
|
* Add gnomespell-devel.marcus2003-05-071-0/+1
|
* Add gnomespell-devel after a repo copy from gnomespell. Gnomespell-develmarcus2003-05-074-32/+56
| | | | is the development version of a Bonobo spelling component.
* This port is i386 only (caused by jdk platform).kuriyama2003-05-071-0/+1
|
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* BROKEN: Broken pkg-plistkris2003-05-061-0/+2
|
* BROKEN: Does not buildkris2003-05-061-0/+2
|
* Upgrade to 1.60.1.des2003-05-063-2/+26
|
* BROKEN: Distfiles not listed in distinfokris2003-05-061-0/+2
|
* BROKEN: checksum mismatchkris2003-05-061-0/+2
|
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-061-1/+0
| | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-066-556/+0
| | | | | remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
* * Add build dependency on devel/ocaml-pcre[1].obraun2003-05-051-1/+2
| | | | | | * Make portlint happy while I am here. Pointed out by: kris,bento[1]
* Update to 1.0.30.marcus2003-05-043-3/+4
|
* Add build dependency on LADSPAarved2003-05-041-0/+2
| | | | Submitted by: bento
* Update to 0.8.7.netchild2003-05-033-7/+2
| | | | | | | | | | Changes: - all plugins support gzip and bzip2 compressed inputfile now - removed: input_flow, input_elmeg, input_hicom116, utput_sybase_guj, output_tkcontrol - use less memory - faster - some fixes
* Disable thread support by default. This was interfering with portsmarcus2003-05-031-3/+6
| | | | | | | | | such as mod_php4 with DOMXML support. It also has the potential of affecting other ports on -STABLE that rely on libxml2 to build shared libraries. I have filed a bug with the libxml2 developers to see if we can rectify this situation moving forward. More details can be found at: http://bugzilla.gnome.org/show_bug.cgi?id=112144
* Cleanups, use PERL_LEVEL and not a pre-everything::leeym2003-05-033-14/+15
| | | | | PR: 51689 Submitted by: Mathieu Arnold <m@absolight.net>
* Add ${PTHREAD_LIBS}arved2003-05-021-2/+3
| | | | Submitted by: ydg <ydg@cox.net>
* Update to version 0.22.0naddy2003-05-016-18/+14
| | | | | PR: 51237 Submitted by: Ports Fury
* Update to version 0.5.2naddy2003-05-013-9/+24
| | | | | PR: 51236 Submitted by: Ports Fury
* Add textproc/p5-YAML, an implementation of YAML in Perl.tobez2003-05-015-0/+68
|
* Add a flag to allow one to disable threading support. Settingmarcus2003-04-291-0/+5
| | | | LIBXML_WITHOUT_THREADS can fix build problems with apps such as PHP.
* Update from xmlenc 0.29 to xmlenc 0.33.znerd2003-04-293-8/+17
| | | | | See: http://xmlenc.sourceforge.net/changes-0.33.txt
* Update to 1.95.tobez2003-04-292-3/+3
| | | | | PR: 51552 Submitted by: Mathieu Arnold <m@absolight.net>
* new port, p5-Text-Shellwordsedwin2003-04-295-0/+35
| | | | | | | | | | | | | | This is a thin wrapper around the shellwords.pl package, which comes preinstalled with Perl. This module imports a single subroutine, shellwords(). The shellwords() routine parses lines of text and returns a set of tokens using the same rules that the Unix shell does for its command-line arguments. Tokens are separated by whitespace, and can be delimited by single or double quotes. The module also respects backslash escapes. PR: ports/50081 Submitted by: George Hartzell <hartzell@fruitfly.org>
* NEW PORT devel/p5-String-ShowDiffedwin2003-04-295-0/+47
| | | | | | | | | | | | | This module is a wrapper around the diff algorithm from the module Algorithm::Diff. It's job is to simplify a visualization of the differences of each strings. Compared to the many other Diff modules, the output is neither in diff-style nor are the recognised differences on line or word boundaries, they are at character level. PR: ports/51434 Submitted by: Mathieu Arnold <m@absolight.net>
* Start the find at ${LOCALBASE}/share to avoid a potential search throughmarcus2003-04-291-3/+3
| | | | | | something like a cvsup server's symlinks. Pointed out by: sf
* Upgrade to 0.7.5.sumikawa2003-04-272-2/+2
| | | | | PR: ports/51239 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Bump PORTREVISION to pick up -pthread from libxml2. As of libxml2-2.5.7,marcus2003-04-271-0/+1
| | | | | thread support is enabled by default. This fixes undefined symbol errors when running scrollkeeper apps.
* * Update to 1.6.2.naddy2003-04-273-4/+8
| | | | | | | * Take maintainer. PR: 51039 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Add liblrdf, a library for manipulating RDF files describing LADSPA plugins.arved2003-04-275-0/+51
|
* add WWW siteleeym2003-04-261-0/+2
| | | | | PR: 51414 Submitted by: Mathieu Arnold <m@absolight.net>
* add WWW siteleeym2003-04-261-0/+2
| | | | | PR: 51413 Submitted by: Mathieu Arnold <m@absolight.net>
* Tell find to follow symlinks when searching for DocBook files.marcus2003-04-261-5/+3
| | | | | PR: 51429 Submitted by: Martyn J.Pearce <fluffy@sixears.com>
OpenPOWER on IntegriCloud