diff options
| author | Jason Helfman <jgh@FreeBSD.org> | 2019-08-20 17:35:26 +0000 |
|---|---|---|
| committer | Jason Helfman <jgh@FreeBSD.org> | 2019-08-20 17:35:26 +0000 |
| commit | 9371b8f3994cc8de8c5580fcdce2b860094d6cdd (patch) | |
| tree | 9df79e2644c14b738b27c7e0a0162c4a82bbcf41 /sysutils | |
| parent | 9effd726ec726461f6644b50481aec375f81d7ea (diff) | |
Notes
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/bibelot/Makefile | 24 | ||||
| -rw-r--r-- | sysutils/bibelot/distinfo | 2 | ||||
| -rw-r--r-- | sysutils/bibelot/pkg-descr | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/bibelot/Makefile b/sysutils/bibelot/Makefile new file mode 100644 index 000000000000..0261209b3768 --- /dev/null +++ b/sysutils/bibelot/Makefile @@ -0,0 +1,24 @@ +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= bibelot +PORTVERSION= 0.9.4 +CATEGORIES= sysutils +MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files + +USES= perl5 shebangfix +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PLIST_FILES= bin/bibelot +SHEBANG_FILES= bibelot.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/sysutils/bibelot/distinfo b/sysutils/bibelot/distinfo new file mode 100644 index 000000000000..8b96c4ebe27a --- /dev/null +++ b/sysutils/bibelot/distinfo @@ -0,0 +1,2 @@ +SHA256 (bibelot-0.9.4.tar.gz) = bc8fe3018553ae641d143586d965eab2e4e6d8a52df304b302a033aba63da007 +SIZE (bibelot-0.9.4.tar.gz) = 22451 diff --git a/sysutils/bibelot/pkg-descr b/sysutils/bibelot/pkg-descr new file mode 100644 index 000000000000..ed2241b15356 --- /dev/null +++ b/sysutils/bibelot/pkg-descr @@ -0,0 +1,6 @@ +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: https://sourceforge.net/projects/bibelot/ |
