summaryrefslogtreecommitdiff
path: root/converters/txt2pdbdoc
AgeCommit message (Collapse)AuthorFilesLines
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-29This package installs perl scripts; add a runtime dependency on perl.minskim1-1/+3
Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-06-28Initial import of txt2pdbdoc.minskim4-0/+38
txt2pdbdoc is a Unix-based Text-to-Doc file conversion program. (It also converts Doc files to plain text.) A Doc file is a defacto standard file format for text documents for PalmOS document reader applications. The motivation for writing txt2pdbdoc was that such software at the time was crufty and poorly documented. In contrast, txt2pdbdoc is well written and well documented. Unix-style "man" pages are included for the program, utility scripts, and the Doc file format itself. The source code is also generously commented.