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.) tested by me and lebel@
This commit is contained in:
parent
e0021e087f
commit
cd3a787ab1
31
palm/bibelot/Makefile
Normal file
31
palm/bibelot/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/15 22:55:33 pvalchev Exp $
|
||||
|
||||
COMMENT= "format/convert text documents into compressed .pdb files"
|
||||
|
||||
VERSION= 0.9.4
|
||||
PROG= bibelot
|
||||
DISTNAME= ${PROG}-${VERSION}
|
||||
CATEGORIES= palm textproc
|
||||
NEED_VERSION= 1.414
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
HOMEPAGE= http://sourceforge.net/projects/bibelot
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PROG}
|
||||
|
||||
NO_BUILD= Yes
|
||||
WRKDIST= ${WRKDIR}/${PROG}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PROG}.pl ${PREFIX}/bin/${PROG}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PROG}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PROG}
|
||||
|
||||
.include <bsd.port.mk>
|
3
palm/bibelot/files/md5
Normal file
3
palm/bibelot/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (bibelot-0.9.4.tar.gz) = eba7622c91f6dcc5830682c7112afeff
|
||||
RMD160 (bibelot-0.9.4.tar.gz) = 73707904c1df9f93a49808bbec31df7b6c446b7f
|
||||
SHA1 (bibelot-0.9.4.tar.gz) = 2a3d9c1b3e37d5503be009beb83a453b06c798a3
|
7
palm/bibelot/pkg/DESCR
Normal file
7
palm/bibelot/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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: ${HOMEPAGE}
|
4
palm/bibelot/pkg/PLIST
Normal file
4
palm/bibelot/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/15 22:55:33 pvalchev Exp $
|
||||
bin/bibelot
|
||||
share/doc/bibelot/README
|
||||
@dirrm share/doc/bibelot
|
Loading…
x
Reference in New Issue
Block a user