aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_LATEST_LINK.Joe Marcus Clarke2003-05-071-0/+1
| | | | Notes: svn path=/head/; revision=80379
* Update to latest release. (bugfix)Michael Landin2003-05-072-2/+2
| | | | | | | Approved by: roberto (mentor) Notes: svn path=/head/; revision=80371
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-072-2/+2
| | | | | | | Approved by: roberto(mentor) Notes: svn path=/head/; revision=80360
* Still need perl5 to run.David E. O'Brien2003-05-071-0/+1
| | | | Notes: svn path=/head/; revision=80353
* Unbreak the Alpha release build by removing the build dependancy on Perl.David E. O'Brien2003-05-071-3/+3
| | | | Notes: svn path=/head/; revision=80352
* Add gnomespell-devel.Joe Marcus Clarke2003-05-071-0/+1
| | | | Notes: svn path=/head/; revision=80343
* Add gnomespell-devel after a repo copy from gnomespell. Gnomespell-develJoe Marcus Clarke2003-05-074-32/+56
| | | | | | | is the development version of a Bonobo spelling component. Notes: svn path=/head/; revision=80342
* This port is i386 only (caused by jdk platform).Jun Kuriyama2003-05-071-0/+1
| | | | Notes: svn path=/head/; revision=80314
* BROKEN: Does not compileKris Kennaway2003-05-071-0/+2
| | | | Notes: svn path=/head/; revision=80309
* BROKEN: Broken pkg-plistKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80302
* BROKEN: Does not buildKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80289
* Upgrade to 1.60.1.Dag-Erling Smørgrav2003-05-063-2/+26
| | | | Notes: svn path=/head/; revision=80277
* BROKEN: Distfiles not listed in distinfoKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80238
* BROKEN: checksum mismatchKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80216
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,Kris Kennaway2003-05-061-1/+0
| | | | | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. Notes: svn path=/head/; revision=80202
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,Kris Kennaway2003-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. Notes: svn path=/head/; revision=80201
* * Add build dependency on devel/ocaml-pcre[1].Oliver Braun2003-05-051-1/+2
| | | | | | | | | * Make portlint happy while I am here. Pointed out by: kris,bento[1] Notes: svn path=/head/; revision=80158
* Update to 1.0.30.Joe Marcus Clarke2003-05-043-3/+4
| | | | Notes: svn path=/head/; revision=80133
* Add build dependency on LADSPATilman Keskinoz2003-05-041-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=80114
* Update to 0.8.7.Alexander Leidinger2003-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 Notes: svn path=/head/; revision=80048
* Disable thread support by default. This was interfering with portsJoe Marcus Clarke2003-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 Notes: svn path=/head/; revision=80038
* Cleanups, use PERL_LEVEL and not a pre-everything::Yen-Ming Lee2003-05-033-14/+15
| | | | | | | | PR: 51689 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=80027
* Add ${PTHREAD_LIBS}Tilman Keskinoz2003-05-021-2/+3
| | | | | | | Submitted by: ydg <ydg@cox.net> Notes: svn path=/head/; revision=80009
* Update to version 0.22.0Christian Weisgerber2003-05-016-18/+14
| | | | | | | | PR: 51237 Submitted by: Ports Fury Notes: svn path=/head/; revision=79975
* Update to version 0.5.2Christian Weisgerber2003-05-013-9/+24
| | | | | | | | PR: 51236 Submitted by: Ports Fury Notes: svn path=/head/; revision=79974
* Add textproc/p5-YAML, an implementation of YAML in Perl.Anton Berezin2003-05-015-0/+68
| | | | Notes: svn path=/head/; revision=79955
* Add a flag to allow one to disable threading support. SettingJoe Marcus Clarke2003-04-291-0/+5
| | | | | | | LIBXML_WITHOUT_THREADS can fix build problems with apps such as PHP. Notes: svn path=/head/; revision=79881
* Update from xmlenc 0.29 to xmlenc 0.33.Ernst de Haan2003-04-293-8/+17
| | | | | | | | See: http://xmlenc.sourceforge.net/changes-0.33.txt Notes: svn path=/head/; revision=79870
* Update to 1.95.Anton Berezin2003-04-292-3/+3
| | | | | | | | PR: 51552 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79862
* new port, p5-Text-ShellwordsEdwin Groothuis2003-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> Notes: svn path=/head/; revision=79858
* NEW PORT devel/p5-String-ShowDiffEdwin Groothuis2003-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> Notes: svn path=/head/; revision=79849
* Start the find at ${LOCALBASE}/share to avoid a potential search throughJoe Marcus Clarke2003-04-291-3/+3
| | | | | | | | | something like a cvsup server's symlinks. Pointed out by: sf Notes: svn path=/head/; revision=79844
* Upgrade to 0.7.5.Munechika SUMIKAWA2003-04-272-2/+2
| | | | | | | | PR: ports/51239 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=79769
* Bump PORTREVISION to pick up -pthread from libxml2. As of libxml2-2.5.7,Joe Marcus Clarke2003-04-271-0/+1
| | | | | | | | thread support is enabled by default. This fixes undefined symbol errors when running scrollkeeper apps. Notes: svn path=/head/; revision=79764
* * Update to 1.6.2.Christian Weisgerber2003-04-273-4/+8
| | | | | | | | | | * Take maintainer. PR: 51039 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org> Notes: svn path=/head/; revision=79757
* Add liblrdf, a library for manipulating RDF files describing LADSPA plugins.Tilman Keskinoz2003-04-275-0/+51
| | | | Notes: svn path=/head/; revision=79739
* add WWW siteYen-Ming Lee2003-04-261-0/+2
| | | | | | | | PR: 51414 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79671
* add WWW siteYen-Ming Lee2003-04-261-0/+2
| | | | | | | | PR: 51413 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79670
* Tell find to follow symlinks when searching for DocBook files.Joe Marcus Clarke2003-04-261-5/+3
| | | | | | | | PR: 51429 Submitted by: Martyn J.Pearce <fluffy@sixears.com> Notes: svn path=/head/; revision=79665
* Update to 2.5.7.Joe Marcus Clarke2003-04-253-7/+7
| | | | Notes: svn path=/head/; revision=79638
* Update to xmlenc 0.29.Ernst de Haan2003-04-253-2/+12
| | | | Notes: svn path=/head/; revision=79635
* Update to xmlenc 0.28.Ernst de Haan2003-04-252-2/+2
| | | | Notes: svn path=/head/; revision=79632
* Update MASTER_SITES and WWW.Jun Kuriyama2003-04-252-2/+3
| | | | | | | | Submitted by: MA, Dunzi <tadalunch@s5.xrea.com> PR: ports/48386 Notes: svn path=/head/; revision=79628
* Update to 2.4.8.Akinori MUSHA2003-04-233-34/+34
| | | | Notes: svn path=/head/; revision=79515
* Update to 0.3.12.Joe Marcus Clarke2003-04-2311-203/+99
| | | | Notes: svn path=/head/; revision=79478
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-223-9/+5
| | | | Notes: svn path=/head/; revision=79435
* Update to 0.7.1.Joe Marcus Clarke2003-04-202-2/+2
| | | | | | | | PR: 51155 Submitted by: maintainer Notes: svn path=/head/; revision=79370
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-2014-14/+0
| | | | Notes: svn path=/head/; revision=79368
* upgrade to 0.9.10Ying-Chieh Liao2003-04-186-28/+20
| | | | Notes: svn path=/head/; revision=79233
* NEW PORT textproc/p5-Text-ReformEdwin Groothuis2003-04-185-0/+34
| | | | | | | | | | Manual text wrapping and reformatting PR: ports/50783 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79217