diff options
-rw-r--r-- | palm/Makefile | 1 | ||||
-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 |
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 |