1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

add bibelot, txt to pdb converter

This commit is contained in:
Ying-Chieh Liao 2001-01-21 16:36:26 +00:00
parent 23fe556589
commit 33aff2ecae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37403
6 changed files with 38 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
#
SUBDIR += bibelot
SUBDIR += coldsync
SUBDIR += gnomepilot
SUBDIR += gnomepilot-conduits

25
palm/bibelot/Makefile Normal file
View File

@ -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>

1
palm/bibelot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bibelot-0.8.tar.gz) = d8b67a744391474d9deeb00344c2699f

1
palm/bibelot/pkg-comment Normal file
View File

@ -0,0 +1 @@
Formats and converts text documents into compressed PalmDoc .pdb files

9
palm/bibelot/pkg-descr Normal file
View File

@ -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

1
palm/bibelot/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/bibelot.pl