diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-22 00:36:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-22 00:36:26 +0800 |
commit | af766d4d1d4e0c6ab12c137752aef96a33395022 (patch) | |
tree | c4e3c5c9ba90b6a95299bb573dea5f5aedfd080d /palm/bibelot | |
parent | 04cf3002164246f9146da15f01d0d70459d28981 (diff) | |
download | freebsd-ports-gnome-af766d4d1d4e0c6ab12c137752aef96a33395022.tar.gz freebsd-ports-gnome-af766d4d1d4e0c6ab12c137752aef96a33395022.tar.zst freebsd-ports-gnome-af766d4d1d4e0c6ab12c137752aef96a33395022.zip |
add bibelot, txt to pdb converter
Diffstat (limited to 'palm/bibelot')
-rw-r--r-- | palm/bibelot/Makefile | 25 | ||||
-rw-r--r-- | palm/bibelot/distinfo | 1 | ||||
-rw-r--r-- | palm/bibelot/pkg-comment | 1 | ||||
-rw-r--r-- | palm/bibelot/pkg-descr | 9 | ||||
-rw-r--r-- | palm/bibelot/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
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 |