diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-28 05:37:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-28 05:37:55 +0000 |
commit | 75ad18960d88ee88b4b9145036c8a34dd48cb59e (patch) | |
tree | 4e878004c817ba891a2d7b62629f0271c0e4dfbb /converters/txt2pdbdoc | |
parent | 72412131e46c671061fe272561694054b23ca9c6 (diff) | |
download | pkgsrc-75ad18960d88ee88b4b9145036c8a34dd48cb59e.tar.gz |
Initial import of txt2pdbdoc.
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.
Diffstat (limited to 'converters/txt2pdbdoc')
-rw-r--r-- | converters/txt2pdbdoc/DESCR | 8 | ||||
-rw-r--r-- | converters/txt2pdbdoc/Makefile | 18 | ||||
-rw-r--r-- | converters/txt2pdbdoc/PLIST | 8 | ||||
-rw-r--r-- | converters/txt2pdbdoc/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/converters/txt2pdbdoc/DESCR b/converters/txt2pdbdoc/DESCR new file mode 100644 index 00000000000..68bd3abea96 --- /dev/null +++ b/converters/txt2pdbdoc/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/converters/txt2pdbdoc/Makefile b/converters/txt2pdbdoc/Makefile new file mode 100644 index 00000000000..689a25f11e2 --- /dev/null +++ b/converters/txt2pdbdoc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/28 05:37:55 minskim Exp $ + +DISTNAME= txt2pdbdoc-1.4.4 +CATEGORIES= converters +MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/ +COMMENT= Text to Palm DOC converter + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +INSTALLATION_DIRS= bin man/man1 man/man4 + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/txt2pdbdoc/PLIST b/converters/txt2pdbdoc/PLIST new file mode 100644 index 00000000000..698ece73341 --- /dev/null +++ b/converters/txt2pdbdoc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/28 05:37:55 minskim Exp $ +bin/html2pdbtxt +bin/pdbtxt2html +bin/txt2pdbdoc +man/man1/html2pdbtxt.1 +man/man1/pdbtxt2html.1 +man/man1/txt2pdbdoc.1 +man/man4/doc.4 diff --git a/converters/txt2pdbdoc/distinfo b/converters/txt2pdbdoc/distinfo new file mode 100644 index 00000000000..93193e097f5 --- /dev/null +++ b/converters/txt2pdbdoc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/28 05:37:55 minskim Exp $ + +SHA1 (txt2pdbdoc-1.4.4.tar.gz) = 0098fa89040327fceb38fd4824345cacb866a008 +Size (txt2pdbdoc-1.4.4.tar.gz) = 77486 bytes |