summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-01-08 19:04:12 +0000
committerclive <clive@FreeBSD.org>2001-01-08 19:04:12 +0000
commitb8d40de517ce4fcf65ba3a82bb4af9c841e62642 (patch)
tree61279466138c10bd385df3439250d405e13d9d60 /palm
parent0e5dd375228da63ec96080b0327cea25144f039f (diff)
downloadFreeBSD-ports-b8d40de517ce4fcf65ba3a82bb4af9c841e62642.zip
FreeBSD-ports-b8d40de517ce4fcf65ba3a82bb4af9c841e62642.tar.gz
New port: txt2pdbdoc
Converts plain text and HTML files to Palm Pilot Doc formats Submitted by: keichii@iteration.net
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/txt2pdbdoc/Makefile20
-rw-r--r--palm/txt2pdbdoc/distinfo1
-rw-r--r--palm/txt2pdbdoc/files/patch-config.mk29
-rw-r--r--palm/txt2pdbdoc/pkg-comment1
-rw-r--r--palm/txt2pdbdoc/pkg-descr2
-rw-r--r--palm/txt2pdbdoc/pkg-plist3
7 files changed, 57 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 7416028..f88288e 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -23,6 +23,7 @@
SUBDIR += prc-tools-binutils
SUBDIR += prc-tools-gcc
SUBDIR += syncal
+ SUBDIR += txt2pdbdoc
SUBDIR += xcopilot
.include <bsd.port.subdir.mk>
diff --git a/palm/txt2pdbdoc/Makefile b/palm/txt2pdbdoc/Makefile
new file mode 100644
index 0000000..414abcb
--- /dev/null
+++ b/palm/txt2pdbdoc/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: txt2pdbdoc
+# Date created: Mon Jan 8 2001
+# Whom: keichii@iteration.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= txt2pdbdoc
+PORTVERSION= 1.2.1
+CATEGORIES= palm converters
+MASTER_SITES= http://homepage.mac.com/pauljlucas/software/
+
+MAINTAINER= keichii@iteration.net
+
+PREFIX= ${LOCALBASE}/
+
+MAN1= txt2pdbdoc.1 pdbtxt2html.1 html2pdbtxt.1
+MAN4= pdb.4 doc.4
+
+.include <bsd.port.mk>
diff --git a/palm/txt2pdbdoc/distinfo b/palm/txt2pdbdoc/distinfo
new file mode 100644
index 0000000..f72e90f
--- /dev/null
+++ b/palm/txt2pdbdoc/distinfo
@@ -0,0 +1 @@
+MD5 (txt2pdbdoc-1.2.1.tar.gz) = 76768cbb5dcc06b4bcf90226d96ca618
diff --git a/palm/txt2pdbdoc/files/patch-config.mk b/palm/txt2pdbdoc/files/patch-config.mk
new file mode 100644
index 0000000..5ea4004
--- /dev/null
+++ b/palm/txt2pdbdoc/files/patch-config.mk
@@ -0,0 +1,29 @@
+--- config/config.mk.orig Wed Nov 4 21:33:23 1998
++++ config/config.mk Sun Jan 7 19:28:46 2001
+@@ -39,7 +39,7 @@
+ # RM The command to remove files recursively and ignore errors;
+ # usually "rm -fr".
+ ##
+-MAKE= make
++MAKE= gmake
+ SHELL= /bin/sh
+ STRIP= strip
+ RM= rm -fr
+@@ -55,7 +55,7 @@
+ # digit after the O for optimization level.
+ ##
+ CC= gcc
+-CCFLAGS= -g #-O3 #-g
++CCFLAGS= -g -O #-g
+
+ ##
+ # install
+@@ -71,7 +71,7 @@
+ # MKDIR Command used to create a directory.
+ ##
+ INSTALL= $(ROOT)/install-sh
+-I_ROOT= /usr/local/txt2pdbdoc
++I_ROOT= /usr/local
+ I_BIN= $(I_ROOT)/bin
+ I_MAN= $(I_ROOT)/man
+ I_OWNER= -o bin
diff --git a/palm/txt2pdbdoc/pkg-comment b/palm/txt2pdbdoc/pkg-comment
new file mode 100644
index 0000000..a81e15c
--- /dev/null
+++ b/palm/txt2pdbdoc/pkg-comment
@@ -0,0 +1 @@
+Converts plain text and HTML files to Palm Pilot Doc formats
diff --git a/palm/txt2pdbdoc/pkg-descr b/palm/txt2pdbdoc/pkg-descr
new file mode 100644
index 0000000..b1dfdc2
--- /dev/null
+++ b/palm/txt2pdbdoc/pkg-descr
@@ -0,0 +1,2 @@
+Converts plain text files to/from the Doc format used by PalmPilots;
+also utilities to convert HTML files to Doc and vice versa;
diff --git a/palm/txt2pdbdoc/pkg-plist b/palm/txt2pdbdoc/pkg-plist
new file mode 100644
index 0000000..e088e49
--- /dev/null
+++ b/palm/txt2pdbdoc/pkg-plist
@@ -0,0 +1,3 @@
+bin/pdbtxt2html
+bin/html2pdbtxt
+bin/txt2pdbdoc
OpenPOWER on IntegriCloud