summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update MASTER_SITES and WWW.Akinori MUSHA2001-02-072-4/+2
| | | | | | | Noticed by: fenner's portsurvey Notes: svn path=/head/; revision=38073
* add y2l, Yacc-to-Latex pretty printer/convertorYing-Chieh Liao2001-02-056-0/+39
| | | | Notes: svn path=/head/; revision=37997
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-0577-77/+77
| | | | Notes: svn path=/head/; revision=37996
* Install English (American or British) *.dict file too for ports which use itAndrey A. Chernov2001-02-042-0/+8
| | | | | | | | | like udmsearch, mnoGoSearch (and ASPSeek not yet in ports). Approved by: jmz Notes: svn path=/head/; revision=37955
* The db2html utility depends on textproc/jade.Jimmy Olgeni2001-02-032-5/+6
| | | | | | | | Also, some whitespace changes to pkg-descr (notably "WWW: " to please portlint). Notes: svn path=/head/; revision=37940
* enforce not to create gif files and fix pkg-plist.FUJISHIMA Satsuki2001-02-032-29/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=37936
* Improve the general appearance of this port:Peter Pentchev2001-02-032-12/+47
| | | | | | | | | | | | | | - PORTNAME changed to sed; - PKGNAMEPREFIX added so the package name is still gsed; - do-install removed, using the real sed install target; - a typo fixed in pkg-descr. - maintainer changed to Cyrille Lefevre PR: 24719 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - new maintainer Notes: svn path=/head/; revision=37921
* Upgrade to 1.8.2.Jun Kuriyama2001-02-014-29/+87
| | | | | | | | PR: ports/24710 Submitted by: kunishi@c.oka-pu.ac.jp Notes: svn path=/head/; revision=37867
* Find ghostview even if not installed in /usr/local/bin.Greg Lehey2001-02-011-1/+1
| | | | | | | Submitted by: bmah Notes: svn path=/head/; revision=37858
* Fix a build failure caused by the fact that I used my custom version ofMaxim Sobolev2001-01-311-0/+14
| | | | | | | | | libtool port on machine where I was testing upgrade to 0.12. Submitted by: Tadayuki Okada <tokada@isi.com> Notes: svn path=/head/; revision=37853
* Update pspell version number.Maxim Sobolev2001-01-312-2/+2
| | | | Notes: svn path=/head/; revision=37843
* Update to 0.12.Maxim Sobolev2001-01-314-13/+30
| | | | Notes: svn path=/head/; revision=37842
* Update to 0.6.7.Akinori MUSHA2001-01-303-8/+6
| | | | Notes: svn path=/head/; revision=37812
* Initial import of clo++-0.3.0Kevin Lo2001-01-308-0/+62
| | | | | | | clo++ is a command line parser generator for C++ Notes: svn path=/head/; revision=37785
* I'll maintain them for Documentation Project.Jun Kuriyama2001-01-293-3/+3
| | | | Notes: svn path=/head/; revision=37717
* respect CFLAGS.FUJISHIMA Satsuki2001-01-282-14/+0
| | | | | | | | PR: 19193 Submitted by: lioux Notes: svn path=/head/; revision=37682
* Fix *_DEPENDS for the new version of ruby-strscan.Akinori MUSHA2001-01-271-3/+3
| | | | Notes: svn path=/head/; revision=37641
* Remove inactive MAINTAINER <jfieber>, who hasn't committed in 14 months.Will Andrews2001-01-273-3/+3
| | | | Notes: svn path=/head/; revision=37620
* ARGL. Change ISPELL_NO to ISPELL_NL.Alexander Langer2001-01-261-1/+2
| | | | | | | | | Bump PORTREVISION. Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=37605
* Bump PORTREVISION.Greg Lehey2001-01-261-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=37599
* Fix major breakage in format output by changing two lines. Look atGreg Lehey2001-01-261-0/+13
| | | | | | | | | this patch to see the subtlety; see http://www.lemis.com/~grog/debug/gmat.html for debugging analysis and an explanation. Notes: svn path=/head/; revision=37598
* Upgrade to 1.04.Vanilla I. Shu2001-01-252-2/+2
| | | | Notes: svn path=/head/; revision=37587
* Release maintainership.. libxml2 is not likely to be used in the coreAde Lovett2001-01-251-1/+1
| | | | | | | | GNOME system for a "long time". Max, if you don't want the port (I know you've been interested in it in the past), just reassign it back to ports@ Notes: svn path=/head/; revision=37580
* Update to 0.6Ade Lovett2001-01-244-4/+4
| | | | Notes: svn path=/head/; revision=37524
* Add ruby-qt2xml, Qt2 xml extension for Ruby.Akinori MUSHA2001-01-235-0/+71
| | | | Notes: svn path=/head/; revision=37474
* update checksum.FUJISHIMA Satsuki2001-01-211-1/+1
| | | | | | | | PR: 24129 Submitted by: maintainer Notes: svn path=/head/; revision=37414