mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
add bibelot, txt to pdb converter
This commit is contained in:
parent
23fe556589
commit
33aff2ecae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37403
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += bibelot
|
||||
SUBDIR += coldsync
|
||||
SUBDIR += gnomepilot
|
||||
SUBDIR += gnomepilot-conduits
|
||||
|
25
palm/bibelot/Makefile
Normal file
25
palm/bibelot/Makefile
Normal 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
1
palm/bibelot/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bibelot-0.8.tar.gz) = d8b67a744391474d9deeb00344c2699f
|
1
palm/bibelot/pkg-comment
Normal file
1
palm/bibelot/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Formats and converts text documents into compressed PalmDoc .pdb files
|
9
palm/bibelot/pkg-descr
Normal file
9
palm/bibelot/pkg-descr
Normal 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
1
palm/bibelot/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/bibelot.pl
|
Loading…
x
Reference in New Issue
Block a user