1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

iSilo: Convert text/HTML files to files suitable for installing on a

Palm Pilot, and reading with the iSilo Palm Document reader.
        A reasonable attempt at retaining the HTML formatting is
        performed (and images are retained) making this great for
        building a Palm-able version of the FAQ or Handbook. . .
This commit is contained in:
Nik Clayton 1999-12-24 01:11:12 +00:00
parent 53b3842137
commit 7029014e91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23946
6 changed files with 62 additions and 0 deletions

30
palm/isilo/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection Makefile for: isilo
# Version required: 2.51
# Date created: 20 December 1999
# Whom: nik
#
# $FreeBSD$
#
DISTNAME= iSilo386
USE_ZIP= yes
PKGNAME= isilo-2.51
CATEGORIES= palm textproc
MASTER_SITES= ftp://ftp.iSilo.com/pub/
MAINTAINER= nik
NO_BUILD= yes
NO_WRKSUBDIR= yes
MAN1= iSilo386.1
MANCOMPRESSED= no
post-extract:
${CP} files/Makefile files/iSilo386.1 ${WRKDIR}
post-install:
@${CAT} pkg/MESSAGE
.include <bsd.port.mk>

1
palm/isilo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (iSilo386.zip) = 7272a10eb034385cc788541f6cf72c54

10
palm/isilo/files/Makefile Normal file
View File

@ -0,0 +1,10 @@
# Use BSD_INSTALL_SCRIPT so that it doesn't try to strip the binary,
# which breaks Linux apps.
#
# $FreeBSD$
install:
${BSD_INSTALL_SCRIPT} iSilo386 ${PREFIX}/bin
/usr/bin/brandelf -t Linux ${PREFIX}/bin/iSilo386
@${BSD_INSTALL_MAN} iSilo386.1 ${PREFIX}/man/man1

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

@ -0,0 +1 @@
Converts documents from text/HTML to iSilo format for reading on a Palm Pilot

19
palm/isilo/pkg-descr Normal file
View File

@ -0,0 +1,19 @@
iSilo converts text or HTML documents to the Palm Pilot .pdb format. These
can then be installed on a Palm Pilot, using tools in the palm/pilot-link
port.
These files are only readable using the iSilo reader, available from the
web site. A free reader exists, as does a more featureful shareware
reader. Their primary advantages over other Palm Pilot DOC readers are
1. Internal links in the original HTML are maintained.
2. A reasonable facsimile of the original HTML formatting is maintained.
3. Images in the original HTML file are dithered and scaled, for viewing
on the Pilot.
WWW: http://www.iSilo.com/
- Nik
nik@FreeBSD.org

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

@ -0,0 +1 @@
bin/iSilo386