summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-21 16:36:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-21 16:36:26 +0000
commit33aff2ecae7a51496c15f0e8afa6690e62166486 (patch)
treee49e1959f3d73a512b36d76e2b1478fdb5eda166 /palm
parentadd happydoc, a python documenting tool (diff)
add bibelot, txt to pdb converter
Notes
Notes: svn path=/head/; revision=37403
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/bibelot/Makefile25
-rw-r--r--palm/bibelot/distinfo1
-rw-r--r--palm/bibelot/pkg-comment1
-rw-r--r--palm/bibelot/pkg-descr9
-rw-r--r--palm/bibelot/pkg-plist1
6 files changed, 38 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index f88288ed5080..49292e1bd2b0 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
#
+ SUBDIR += bibelot
SUBDIR += coldsync
SUBDIR += gnomepilot
SUBDIR += gnomepilot-conduits
diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile
new file mode 100644
index 000000000000..860131cb8498
--- /dev/null
+++ b/palm/bibelot/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# New ports collection makefile for: bibelot
+# Date created: Jan 8, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bibelot
+PORTVERSION= 0.8
+CATEGORIES= palm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+USE_PERL5= yes
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/palm/bibelot/distinfo b/palm/bibelot/distinfo
new file mode 100644
index 000000000000..014393e7aeaf
--- /dev/null
+++ b/palm/bibelot/distinfo
@@ -0,0 +1 @@
+MD5 (bibelot-0.8.tar.gz) = d8b67a744391474d9deeb00344c2699f
diff --git a/palm/bibelot/pkg-comment b/palm/bibelot/pkg-comment
new file mode 100644
index 000000000000..d4b5f3e56c37
--- /dev/null
+++ b/palm/bibelot/pkg-comment
@@ -0,0 +1 @@
+Formats and converts text documents into compressed PalmDoc .pdb files
diff --git a/palm/bibelot/pkg-descr b/palm/bibelot/pkg-descr
new file mode 100644
index 000000000000..275f04622747
--- /dev/null
+++ b/palm/bibelot/pkg-descr
@@ -0,0 +1,9 @@
+bibelot.pl is a Perl script that formats and converts text documents
+into compressed PalmDoc .pdb files, suitable for reading on a Palm
+or Handspring device with any standard PalmDoc reader (AportisDoc,
+CSpotRun, RichReader, TealDoc, etc.)
+
+WWW: http://sourceforge.net/projects/bibelot/
+
+-- Ying-Chieh Liao
+ ijliao@FreeBSD.org
diff --git a/palm/bibelot/pkg-plist b/palm/bibelot/pkg-plist
new file mode 100644
index 000000000000..7822bdf2fdbc
--- /dev/null
+++ b/palm/bibelot/pkg-plist
@@ -0,0 +1 @@
+bin/bibelot.pl