pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/txt2pdbdoc Initial import of txt2pdbdoc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a028c88d19
branches:  trunk
changeset: 477215:23a028c88d19
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jun 28 05:37:55 2004 +0000

description:
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:

 converters/txt2pdbdoc/DESCR    |   8 ++++++++
 converters/txt2pdbdoc/Makefile |  18 ++++++++++++++++++
 converters/txt2pdbdoc/PLIST    |   8 ++++++++
 converters/txt2pdbdoc/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r ddce0ded284b -r 23a028c88d19 converters/txt2pdbdoc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/txt2pdbdoc/DESCR       Mon Jun 28 05:37:55 2004 +0000
@@ -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 -r ddce0ded284b -r 23a028c88d19 converters/txt2pdbdoc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/txt2pdbdoc/Makefile    Mon Jun 28 05:37:55 2004 +0000
@@ -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@localhost
+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 -r ddce0ded284b -r 23a028c88d19 converters/txt2pdbdoc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/txt2pdbdoc/PLIST       Mon Jun 28 05:37:55 2004 +0000
@@ -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 -r ddce0ded284b -r 23a028c88d19 converters/txt2pdbdoc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/txt2pdbdoc/distinfo    Mon Jun 28 05:37:55 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index