aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Port needs perl to build/run -> USE_PERL5=yesEdwin Groothuis2002-11-031-0/+2
| | | | | | | See http://bento.freebsd.org/errorlogs/5-latest/align-1.5.1.log Notes: svn path=/head/; revision=69373
* Rename patch-message, which is already a bsd.port.mk target.Christian Weisgerber2002-11-031-3/+1
| | | | Notes: svn path=/head/; revision=69345
* Add USE_PERL5.Joe Marcus Clarke2002-11-031-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=69316
* Patched the patch-file of textproc/p5-PDF-API2 the wrong way.Edwin Groothuis2002-11-022-20/+20
| | | | | | | | | | Thanks to Erwin Lansing to show me the right way. PR: ports/44785 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=69295
* Update to 0.6.12.Akinori MUSHA2002-11-012-2/+2
| | | | Notes: svn path=/head/; revision=69272
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-011-2/+2
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-2/+2
| | | | Notes: svn path=/head/; revision=69236
* * make fetchable againOliver Braun2002-10-318-51/+48
| | | | | | | | | | | * bump PORTREVISION * PERL -> REINPLACE PR: ports/37100 Submitted by: maintainer Notes: svn path=/head/; revision=69226
* Convert to use REINPLACE_CMD and consequently remove USE_PERL5. TheDima Dorfman2002-10-311-2/+2
| | | | | | | | | | | distribution comes with one Perl script, but it appears to be auxiliary (there are no references to it anywhere except the documentation). dict works fine without Perl. Submitted by: clive Notes: svn path=/head/; revision=69224
* fix textproc/p5-PDF-API2 for perl < 5.6Edwin Groothuis2002-10-314-0/+22
| | | | | | | | | | | - remove warnings.pm to fix runtime on perl < 5.6 - bump PORTREVISION PR: ports/44785 Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer) Notes: svn path=/head/; revision=69216
* htmlhelp is a set of stylesheets, not part of the documentation.Dag-Erling Smørgrav2002-10-302-12/+10
| | | | | | | PR: ports/38262 Notes: svn path=/head/; revision=69166
* Committed; maintainer timeout.Alan Eldridge2002-10-301-0/+1
| | | | | | | | PR: 44157 Approved by: maintainer (skv) timeout Notes: svn path=/head/; revision=69145
* Update to 1.02 and assign maintainership to submitter.Patrick Li2002-10-282-3/+3
| | | | | | | | PR: ports/44562 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=69065
* Respect CC.Christian Weisgerber2002-10-281-4/+9
| | | | Notes: svn path=/head/; revision=69049
* Add a dependency on textproc/scr2txt, which is used to convert screenshotsNik Clayton2002-10-281-2/+3
| | | | | | | to their plain text equivalent. Bump the port version accordingly. Notes: svn path=/head/; revision=69048
* Update to 1.05. Add WWW.Anton Berezin2002-10-283-6/+4
| | | | Notes: svn path=/head/; revision=69031
* Update to 1.1.2.Akinori MUSHA2002-10-272-2/+2
| | | | Notes: svn path=/head/; revision=68964
* Unbreak for new g++.Akinori MUSHA2002-10-271-0/+11
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=68943
* Fix correct ports version.Norikatsu Shigemura2002-10-271-2/+2
| | | | | | | | PR: ports/44525 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=68927
* upgrade to 1.5.5Ying-Chieh Liao2002-10-272-2/+2
| | | | Notes: svn path=/head/; revision=68918
* The distfile contains a number of group-writable files; don't install byKris Kennaway2002-10-271-3/+11
| | | | | | | | | extracting directly into ${PREFIX}, but unpack and then install separately. Reviewed by: maintainer Notes: svn path=/head/; revision=68906
* Mark BROKEN on 5.0Kris Kennaway2002-10-263-3/+21
| | | | Notes: svn path=/head/; revision=68849
* Install the English dictionary when LANG is set to an unsupportedAkinori MUSHA2002-10-251-3/+6
| | | | | | | | | language by aspell. Approved by: MAINTAINER Notes: svn path=/head/; revision=68815
* - update to 0.2.3.8Ying-Chieh Liao2002-10-258-8/+14
| | | | | | | | | | | - add WWW - take maintainership PR: 44453 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=68805
* upgrade to 2002-2-1Ying-Chieh Liao2002-10-254-8/+12
| | | | | | | | | | drop maintainership PR: 43632 Submitted by: maintainer Notes: svn path=/head/; revision=68761
* Fix the problem of non-root builds causing the files to retain that uid.Doug Barton2002-10-256-6/+51
| | | | | | | | | | | | | The originator(s) had a patch for this, but I misunderstood its purpose, and therefore erroneously omitted it. Also fix the problem related to the extremely lame naming scheme that this package uses. There is a different(?) patch for this floating around, but it didn't make it into the audit trail. My way works, and isn't _incredibly_ lame, so we'll try it for now. Notes: svn path=/head/; revision=68760
* Add ruby-libxslt, Ruby bindings for libxslt. XML::XSLT is XSL compliant.Sean Chittenden2002-10-246-0/+49
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=68750
* * Update to 0.14pre1. This also fixes compilation with GCC3.Christian Weisgerber2002-10-246-18/+32
| | | | | | | | | | | PR: 44437 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Remove useless gmake dependency. * Don't install .la wrapper file. Notes: svn path=/head/; revision=68749
* Add xerces-c2 2.1.0,Doug Barton2002-10-2419-0/+5167
| | | | | | | | | | | | | | | | | A validating XML parser from the Apache XML Project. Lots of contributions to this port by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> Christopher Kelly <cck@kuffworks.com> Also, I made some changes to the final product, mostly cleanup/consistency things. PR: ports/42271 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=68742
* Building from source now. Bumped PORTREVISION.Ernst de Haan2002-10-241-1/+11
| | | | Notes: svn path=/head/; revision=68725
* Add ruby-text-format, Text::Format for Ruby.Akinori MUSHA2002-10-236-0/+72
| | | | Notes: svn path=/head/; revision=68687
* Fixed plist. Was missing 'share' before dir names.Ernst de Haan2002-10-231-69/+68
| | | | Notes: svn path=/head/; revision=68667
* Updated just about every aspect of this port: download, comment, description,Sean Chittenden2002-10-235-15/+15
| | | | | | | | | and packing list. Nagged by: Eric Hodel <drbrain@segment7.net> Notes: svn path=/head/; revision=68634
* Update Dominik Rothert's (MAINTAINER) email address.Bill Fenner2002-10-221-1/+1
| | | | | | | Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de> Notes: svn path=/head/; revision=68600
* Unbreaking this port. Author upgraded to 1.5.1 after I requestedErnst de Haan2002-10-222-3/+2
| | | | | | | | a new distfile since the old one had a modified checksum. Author indicated this was his mistake. Notes: svn path=/head/; revision=68581
* Add port of p5-TeX-Hyphen (Hyphenate words using TeX's patterns).Jun Kuriyama2002-10-226-0/+36
| | | | Notes: svn path=/head/; revision=68556
* Upgrade from 2.1.0 to 2.2.0.Ernst de Haan2002-10-213-1099/+990
| | | | | | | | | | | | | This version of the port will build from source instead of taking a binary distro. It does not install the Stylebook-based documentation. We will need to create a textproc/xml-stylebook port for that. I've looked at it, but it's a bit cumbersome. There is no official release of xml-stylebook (d'oh). Approved by: kevlo Notes: svn path=/head/; revision=68476
* Respect CC and fix build on -current (expr -> expr --)Kris Kennaway2002-10-201-0/+23
| | | | Notes: svn path=/head/; revision=68411
* Remove __FBSDID(), which breaks compilation of 4.x.Maxim Sobolev2002-10-204-12/+0
| | | | | | | Submitted by: Brandon Gale <brandon@globaldiagnostics.com> Notes: svn path=/head/; revision=68397
* Respect CC and CFLAGS, and fix a bug involving use of uninitializedKris Kennaway2002-10-193-0/+22
| | | | | | | memory after malloc (causes coredump on -current) Notes: svn path=/head/; revision=68387
* Update to 1.0.22.Joe Marcus Clarke2002-10-193-2/+3
| | | | Notes: svn path=/head/; revision=68360
* Update to 2.4.26.Joe Marcus Clarke2002-10-194-58/+8
| | | | Notes: svn path=/head/; revision=68359
* Update to the HEAD 2002.10.19 snapshot. This fixes some irritating bugs.Maxim Sobolev2002-10-196-70/+84
| | | | | | | | PR: 42596 Submitted by: Jasper Jongmans <j.jongmans@aprogas.net> Notes: svn path=/head/; revision=68328
* Upgrade to 2.4.0. The port now installs only a JAR fileErnst de Haan2002-10-183-2013/+1832
| | | | | | | | | | and the API documentation. These are all installed in the correct locations now. PR: 44211 Notes: svn path=/head/; revision=68289
* Installing only JAR file and documentation. Installing theseErnst de Haan2002-10-182-71/+41
| | | | | | | | | in the right location now, too. PR: 43948 Notes: svn path=/head/; revision=68282
* Made xincluder a build- instead of runtime-dependency.Ernst de Haan2002-10-181-2/+2
| | | | Notes: svn path=/head/; revision=68272
* Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk.Ernst de Haan2002-10-181-1/+0
| | | | Notes: svn path=/head/; revision=68265
* Style changes. Not defining DOCSDIR anymore, since it's alreadyErnst de Haan2002-10-181-3/+1
| | | | | | | defined in bsd.port.mk. Notes: svn path=/head/; revision=68264
* Added runtime dependency: textproc/xincluder.Ernst de Haan2002-10-181-0/+1
| | | | Notes: svn path=/head/; revision=68261
* Small style improvements.Ernst de Haan2002-10-181-2/+2
| | | | Notes: svn path=/head/; revision=68260