aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bibelot/Makefile24
-rw-r--r--sysutils/bibelot/distinfo2
-rw-r--r--sysutils/bibelot/pkg-descr6
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/