Commit graph

11 commits

Author SHA1 Message Date
wiz
ca32a1b3ca Update to 2.1:
* Fri Jan 14 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.1-1
- Interrupt handlers are refactored so manlifter can be aborted with
  a single ^C; as a result, exit values 4 and 5 have swapped places.
  In manlifter, don't remove the result file unless we're in batchmode.
  Lifts 96% of 11121 pages in a full Fedora Core 3 install.
2005-03-23 21:47:52 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
recht
8ae8ee21c5 Fix manlifter to correctly import doclifter. While at it also fix manlifter
for Darwin which doesn't have SIGPWR.
Now this is fixed manlifter can also be installed.

bump PKGREVISION to 1
2005-01-09 13:19:25 +00:00
wiz
58c3af6fa7 Update to 2.0:
- Added manlifter to the distribution. doclifter no longer strips off file
  extensions before appending .xml. Major improvement in parsing of
  displays; C function prototypes are now recognized in them.

pkgsrc:
manlifter not installed yet, since it only works when run as "./manlifter"
2004-12-25 15:59:17 +00:00
recht
bcf045be12 update to doclifter-1.15
and drop maintainership, since I don't longer use it

changes:
* Sat Nov 20 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.15-1
- Fix logic for flushing mdoc namediv.  Handle tables within mdoc lists better.
  Strip out some pod2mam-generated cliches.

* Thu Sep 2 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.14-1
- Added -e option to set encoding in the output XML.  Documented
  required file extensions for mm, me, ms.  Now lift some trivial uses
  of eqn(1) markup.  Better handling of mm header markup.  Interpret
  the X source distribution's local macros as a secondary markup.
  Nuke &hairsp; it's documented but apparently not actually defined.
2004-11-28 15:44:31 +00:00
wiz
4dc1bbef1b Update to 1.13:
- Manual date now goes in refentryinfo, as Steve Cheng suggested.
  Restored correct parsing of multicommand synopses.
2004-08-15 11:26:31 +00:00
wiz
8db1ece68b Update to 1.12:
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1
- Implemented handling of mdoc .Brq macro.  Code no longer chokes on
  multiple Synopsis headers.

* Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1
- Speed optimizations.  Improved pod2man detection.  Close <anchor/> properly.
  .UN before .SH or .SS sets the XML ID of the generated section.
  Boldfaced lines immediately before tables are interpreted as titles. .UR now
  generates <link> for local links.  Improved .RE handling that fixes
  a couple of edge cases.  Multiline table entries are now interpreted as full
  blocks, so commands work normally there.

* Tue Jul  6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1
- Enhance to handle lynx dump pages.  Fix .Fa interpretation.
  Gets 96% of 10862 Fedora Core 2 pages.
2004-08-04 12:18:35 +00:00
wiz
41f666f3a5 Update to 1.9:
John Franklin's support for the Vt macro in mdoc. Tuning for Psyco.
2004-06-29 23:54:57 +00:00
wiz
c56d5fd394 Update to 1.8:
- Avoid choking on malformed tables in Qt pages.  Fix minor bug in handling
  of nested .if/.ie requests. Process Fa macro correctly.
2004-03-10 18:12:40 +00:00
wiz
d545e2d83f Update to 1.7:
- Handle .Pa tags in synopses better.
2004-02-18 15:42:37 +00:00
recht
01176c05eb initial import of doclifter 1.6
The doclifter program translates documents written in troff macros to DocBook.

Lifting documents from presentation level to semantic level is hard, and
a really good job requires human polishing. This tool aims to do everything
that can be mechanized, and to preserve any troff-level information that might
have structural implications in XML comments.

This tool does most of the hard parts, but not all. TBL tables diagrams are
translated into DocBook table markup and and PIC into SVG, but EQN is not
translated.

Test loads are included in the distribution. The code has been tested in about
the most brutal possible way; it has been run against every single man page
in all sections of a full installation of Red Hat 9 with Fedore Core 1 updates.
It lifts 96% of 9836 pages without requiring any hand-hacking required.
2004-01-17 01:07:14 +00:00