summaryrefslogtreecommitdiff
path: root/textproc/sgmlformat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES.John Fieber1999-02-111-2/+2
| | | | Notes: svn path=/head/; revision=16626
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+5
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Move manpages from pkg/PLIST to Makefile.Steve Price1998-10-202-4/+5
| | | | Notes: svn path=/head/; revision=14114
* Upgrade to 1.7.John Fieber1998-09-152-5/+6
| | | | | | | | | | The only change is to check if /usr/bin/perl is version 5 and use that rather than ${PREFIX}/bin/perl if it is. Submitted by: John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=13158
* Upgrade to 1.6. Tiny tweak that only affects people usingJohn Fieber1998-02-212-4/+4
| | | | | | | images in docbook documents. Notes: svn path=/head/; revision=9875
* Add support for the new manref element, update the sgmlfmt(1)John Fieber1998-01-172-4/+4
| | | | | | | | | man page a bit, and a few other minor bugs. PR: 5391 Notes: svn path=/head/; revision=9361
* Upgrade, fixes bogon in handling of the linuxdoc <code> element.John Fieber1997-09-132-3/+3
| | | | | | | | PR: 4236 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de> Notes: svn path=/head/; revision=7893
* Checksum was botched.John Fieber1997-08-211-1/+1
| | | | | | | Reported by: Annelise Anderson <andrsn@andrsn.stanford.edu> Notes: svn path=/head/; revision=7640
* Upgrade to 1.3John Fieber1997-08-203-2/+4
| | | | | | | | | * fix a fatal bug in docbook-roff.ts * add a linuxdoc to docbook transpec * add an iso12083 article transpec Notes: svn path=/head/; revision=7634
* Don't insist on dragging in the latest and greatest perl. This willJohn Fieber1997-08-201-2/+2
| | | | | | | run happily with any version. Notes: svn path=/head/; revision=7633
* Dependency to perl5 should be "perl5.004001" (or at least "perl5"),Satoshi Asami1997-08-051-2/+2
| | | | | | | not "perl". Notes: svn path=/head/; revision=7480
* Upgrade to 1.2: fixes makefile breakage on FreeBSD 3.0 systems.John Fieber1997-07-222-4/+4
| | | | | | | (If you already have 1.1 installed, there is no need to upgrade.) Notes: svn path=/head/; revision=7407
* Upgrade to 1.1.John Fieber1997-07-192-4/+4
| | | | | | | | Jumbo goof: The sgmlfmt command was a historical relic instead of the latest and greatest. Notes: svn path=/head/; revision=7374
* This completes the portification of the sgml formatting tools. ThisJohn Fieber1997-07-186-0/+71
port contains sgmlfmt(1), instant(1) and the translation files for linuxdoc and docbook. Barring any complaints, all remaing SGML stuff in 2.2 and current will be removed. As far as I know, sgmlfmt was the largest perl program in the source tree, so for people wanting to get perl4 out of the base distribution, start sharpening your knives. :) Notes: svn path=/head/; revision=7369