summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add dico 1.1, an interactive dictionary in french.Will Andrews2001-03-1013-0/+264
| | | | | | | | PR: 21902 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=39436
* Add ruby-rss, a Ruby library for parsing, creating, downloading, andAkinori MUSHA2001-03-106-0/+63
| | | | | | | caching RSS. Notes: svn path=/head/; revision=39414
* Fix missing header problem.Vanilla I. Shu2001-03-102-11/+1
| | | | | | | Submitted by: bento. Notes: svn path=/head/; revision=39393
* Define INSTALLS_SHLIB properly. Hmm.. I thought I'd done that already..Akinori MUSHA2001-03-101-0/+1
| | | | Notes: svn path=/head/; revision=39390
* Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).Jun Kuriyama2001-03-101-1/+1
| | | | | | | Pointed out by: knu Notes: svn path=/head/; revision=39389
* Switch to using a versioned distfile - the non-versioned one currentlyKris Kennaway2001-03-103-2/+17
| | | | | | | points to a newer beta release. Respect CFLAGS and bump PORTREVISION. Notes: svn path=/head/; revision=39359
* Use expat2 (1.95.1) rather than expat (1.2).Akinori MUSHA2001-03-092-17/+2
| | | | Notes: svn path=/head/; revision=39313
* Add ruby-sablot, a Ruby interface to the Sablotron XSLT processor.Akinori MUSHA2001-03-097-0/+87
| | | | Notes: svn path=/head/; revision=39311
* Remove unneeded entry.Jun Kuriyama2001-03-091-1/+0
| | | | | | | Found by: bento Notes: svn path=/head/; revision=39298
* In Makefile of the master port, x11-toolkits/linux-gtk,Satoshi Taoka2001-03-086-0/+12
| | | | | | | | | MAINTAINER= is changed to MAINTAINER?=. Then, MAINTAINER is able to be added into a slave port's Makefile. So I added it in this port's Makefile. Notes: svn path=/head/; revision=39214
* Mark BROKEN for OSVERSION < 500007.Dmitry Sivachenko2001-03-052-12/+6
| | | | | | | Requires perl version 5.6.0. Notes: svn path=/head/; revision=39080
* Switch from AWK to SED for CFLAGS sanitization. It is cleaner,Mario Sergio Fujikawa Ferreira2001-03-041-6/+2
| | | | | | | | | | | | | more readable and follows most ports using similar solutions. Besides, it is more lightweight. Use the same AWK pattern with SED adding the option -E for extended pattern matching. Submitted by: roam Notes: svn path=/head/; revision=39061
* mis-category, move it to develYing-Chieh Liao2001-03-047-71/+0
| | | | Notes: svn path=/head/; revision=39030
* add perltidyYing-Chieh Liao2001-03-047-0/+71
| | | | | | | Indents and reformats Perl scripts to make them easier to read Notes: svn path=/head/; revision=39029
* New port: kdoc.Dmitry Sivachenko2001-03-037-0/+64
| | | | | | | | | KDOC creates cross-referenced documentation for C++ and CORBA IDL libraries directly from the source. Documentation can be embedded in special doc comments in the source. Notes: svn path=/head/; revision=39022
* New port py-expat, a Python interface to the Expat XML parser.Thomas Gellekum2001-03-017-0/+70
| | | | Notes: svn path=/head/; revision=38932
* Add p5-Text-SimpleTemplate 0.35, yet another Perl module forWill Andrews2001-03-016-0/+49
| | | | | | | | | | template processing. PR: 25389 Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=38918
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-0131-63/+13
| | | | Notes: svn path=/head/; revision=38917
* Update to version 0.6.4Kevin Lo2001-02-284-51/+63
| | | | | | | | PR: 25409 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38891
* Fix grammar: s/is cannot be/cannot be/Mario Sergio Fujikawa Ferreira2001-02-281-1/+1
| | | | Notes: svn path=/head/; revision=38872
* o Sanitize CFLAGS following example of palm/prc-tools-gcc. RemoveMario Sergio Fujikawa Ferreira2001-02-271-5/+20
| | | | | | | | | | | | | | | | | both all -m machine and -O > -O1 optimizations such as (-O[s2-9]+|-m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?|-O[s2-9]+) since openjade built with some of these optimizations core dumps when building some of the /usr/doc files o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line o "UN"echo post-install (prefix lines with @). Cleaner o Also, fix openjade's complain that it does not find builtins.dls, point it in the right direction with CONFIGURE_ARGS+=--datadir o Bump PORTREVISION since there is an improvement fix Approved by: MAINTAINER Notes: svn path=/head/; revision=38869
* USE_GNOMELIBS -> USE_GNOMEKevin Lo2001-02-271-1/+1
| | | | | | | Reported by ade@ Notes: svn path=/head/; revision=38825
* Update to version 0.24.Steve Price2001-02-263-2/+3
| | | | | | | | PR: 24734 Submitted by: maintainer Notes: svn path=/head/; revision=38752
* add libxml++, XML API for C++Ying-Chieh Liao2001-02-2511-0/+85
| | | | Notes: svn path=/head/; revision=38702
* - Fix LIB_DEPENDSKevin Lo2001-02-252-11/+14
| | | | | | | | | | | - Use USE_X_PREFIX - Use USE_GNOMELIBS PR: 25327 Submitted by: Ports Fury Notes: svn path=/head/; revision=38696
* Upgrade to 3.1.1, and remove the incorrect dependency on JFC.Dag-Erling Smørgrav2001-02-243-171/+243
| | | | | | | Approved by: kuriyama Notes: svn path=/head/; revision=38669
* Depend on specific versions of the DocBook DTD. Bump the port versionNik Clayton2001-02-231-2/+3
| | | | | | | accordingly. Notes: svn path=/head/; revision=38656
* Add ruby-csv, Ruby library to parse or generate data in CSV format.Akinori MUSHA2001-02-236-0/+42
| | | | | | | Submitted by: Yarema <yds@dppl.com> Notes: svn path=/head/; revision=38646
* Add a russian patch.Vanilla I. Shu2001-02-231-0/+15
| | | | | | | | PR: ports/25306 Submitted by: maintainer Notes: svn path=/head/; revision=38640
* Upgrade to 0.51.Vanilla I. Shu2001-02-234-35/+25
| | | | | | | | PR: ports/25282 Submitted by: maintainer Notes: svn path=/head/; revision=38623
* Upgrade to 0.51.Vanilla I. Shu2001-02-2310-305/+56
| | | | | | | | PR: ports/25281 Submitted by: maintainer Notes: svn path=/head/; revision=38622
* Update to 1.62.Jun Kuriyama2001-02-213-16/+3
| | | | | | | | | - patch-ab is included in the distribution. Requested by: nik Notes: svn path=/head/; revision=38575
* ``Homepage:'' -> ``WWW:''Peter Pentchev2001-02-213-3/+3
| | | | | | | | PR: 25256 Submitted by: maintainer Notes: svn path=/head/; revision=38562
* add filepp, a generic file preprocessorYing-Chieh Liao2001-02-216-0/+32
| | | | Notes: svn path=/head/; revision=38542
* Add ruby-erb, another eRuby implementation which can be invoked fromAkinori MUSHA2001-02-216-0/+64
| | | | | | | within a script. Notes: svn path=/head/; revision=38539
* Bump PORTVERSION to reflect extra dependencies.Nik Clayton2001-02-201-1/+1
| | | | Notes: svn path=/head/; revision=38527
* Add graphics/eps2png and graphics/netpbm as dependencies. These areNik Clayton2001-02-201-1/+3
| | | | | | | required in order to process the graphics. Notes: svn path=/head/; revision=38526
* Update to version 0.33Kevin Lo2001-02-186-119/+120
| | | | | | | | PR: 25150 Submitted by: Ports Fury Notes: svn path=/head/; revision=38466
* - Add missing LIB_DEPENDSKevin Lo2001-02-182-45/+45
| | | | | | | | | | - Use NOPORTDOCS PLIST_SUB PR: 25151 Submitted by: Ports Fury Notes: svn path=/head/; revision=38465
* Update to version 1.11Kevin Lo2001-02-174-6/+12
| | | | | | | | PR: 25165 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38430
* change maintainer's e-mail address.FUJISHIMA Satsuki2001-02-151-1/+1
| | | | Notes: svn path=/head/; revision=38379
* Update to 0.8Ade Lovett2001-02-136-10/+16
| | | | Notes: svn path=/head/; revision=38316
* New Port: textproc/tclExpatJames E. Housley2001-02-1317-0/+519
| | | | | | | | | | | This is the TCL interface to the Expat library. I updated it to link against the modern Expat, as installed by the expat2 port. PR: 22879 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=38304
* Upgrade libxode from version 1.0 to 1.2.Josef Karthauser2001-02-123-4/+4
| | | | Notes: svn path=/head/; revision=38273
* RPM of libxmlSatoshi Taoka2001-02-1243-0/+433
| | | | Notes: svn path=/head/; revision=38262
* Cleanup to use NOPORTDOCS support in PLIST_SUBJames E. Housley2001-02-112-16/+14
| | | | | | | | PR: 24600 Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER Notes: svn path=/head/; revision=38213
* Use GNU iconv library (converters/libiconv) instead of BSD iconv.Maxim Sobolev2001-02-103-8/+36
| | | | | | | Prompted by: ade Notes: svn path=/head/; revision=38179
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-105-98/+98
| | | | Notes: svn path=/head/; revision=38173
* Add libxslt, an XSL Transformations (XSLT) library being developedAde Lovett2001-02-097-0/+65
| | | | | | | for the GNOME project. Notes: svn path=/head/; revision=38160
* Update to 2.3.0. Finally Gnome folks recognized the need to allow libxml2Maxim Sobolev2001-02-097-144/+123
| | | | | | | | co-exist with old libxml installed on the same machine, so I was able to happily remove most of my hacks. Notes: svn path=/head/; revision=38127