Add iSiloXC 3.15,
converts documents from text/html files or URLs to iSilo format.
This commit is contained in:
parent
d63f6873d0
commit
7e33f82377
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64653
8 changed files with 2126 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
SUBDIR += gnomepilot
|
||||
SUBDIR += gnomepilot-conduits
|
||||
SUBDIR += hdconv
|
||||
SUBDIR += iSiloXC
|
||||
SUBDIR += imgvtopgm
|
||||
SUBDIR += isilo
|
||||
SUBDIR += jfconv
|
||||
|
|
35
palm/iSiloXC/Makefile
Normal file
35
palm/iSiloXC/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection Makefile for: iSiloXC
|
||||
# Date created: 17 Aug 2002
|
||||
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iSiloXC
|
||||
PORTVERSION= 3.15
|
||||
CATEGORIES= palm textproc
|
||||
MASTER_SITES= http://www.isilox.com/download/dl/
|
||||
DISTNAME= iSiloXC315BSD
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAN1= iSiloXC.1
|
||||
MAN5= ixl.5
|
||||
MANCOMPRESSED= no
|
||||
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/iSiloXC.1 ${FILESDIR}/ixl.5 ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/iSiloXC ${PREFIX}/bin
|
||||
@${MKDIR} ${MAN1PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/iSiloXC.1 ${MAN1PREFIX}/man/man1
|
||||
@${MKDIR} ${MAN5PREFIX}/man/man5
|
||||
${INSTALL_MAN} ${WRKSRC}/ixl.5 ${MAN5PREFIX}/man/man5
|
||||
|
||||
.include <bsd.port.mk>
|
1
palm/iSiloXC/distinfo
Normal file
1
palm/iSiloXC/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (iSiloXC315BSD.zip) = 8c8495e6b21d3bb635577c4f555926cf
|
98
palm/iSiloXC/files/iSiloXC.1
Normal file
98
palm/iSiloXC/files/iSiloXC.1
Normal file
|
@ -0,0 +1,98 @@
|
|||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 17, 2002
|
||||
.Os FreeBSD 4.6
|
||||
.Dt iSiloXC 1
|
||||
.Sh NAME
|
||||
.Nm iSiloXC
|
||||
.Nd Convert text and HTML to iSilo Palm Pilot format
|
||||
.Sh SYNOPSIS
|
||||
.Nm iSiloXC
|
||||
.Op Ar -h | -?
|
||||
.Nm iSiloXC
|
||||
.Fl x Ar filename
|
||||
.Op Fl o Ar filename
|
||||
.Op Fl a Ar path
|
||||
.Op Fl q
|
||||
.Op Fl v Ns Op Cm v
|
||||
.Op Fl u
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is the command-line tool for creating iSilo documents.
|
||||
It takes as input a conversion list file that specifies the information
|
||||
needed to create a set of documents.
|
||||
.Pp
|
||||
The following options are provided:
|
||||
.Bl -tag -width XXXXXXXXXXXXXX
|
||||
.It Fl h | Fl ?
|
||||
Display the
|
||||
.Nm
|
||||
usage help information.
|
||||
.It Fl x Ar filename
|
||||
Convert the documents specified in the conversion list file.
|
||||
For the format of this file, see
|
||||
.Xr ixl 5
|
||||
file format.
|
||||
.It Fl o Ar filename
|
||||
Specify settings for additional options in the settings file
|
||||
For the format of this file, see
|
||||
.Xr ixl 5
|
||||
file format.
|
||||
.It Fl a Ar path
|
||||
Specify the application directory that contains supporting files for
|
||||
.Nm .
|
||||
One such supporting file is the html40.css file,
|
||||
which specifies default HTML style settings.
|
||||
If the application directory is not specified or if the application directory
|
||||
does not have this file in its CSS subdirectory, then
|
||||
.Nm
|
||||
uses default HTML style settings.
|
||||
.It Fl q
|
||||
Specify quiet mode.
|
||||
Quiet mode suppresses progress messages during conversion.
|
||||
Note that this option does not suppress error messages and that
|
||||
if you specify
|
||||
.Fl v
|
||||
for verbose, it overrides the quiet option.
|
||||
.It Fl v Ns Op Cm v
|
||||
Use
|
||||
.Fl v
|
||||
to specify verbose mode or
|
||||
.Fl vv
|
||||
to specify very verbose mode. During conversion
|
||||
.Nm
|
||||
normally only outputs one line for each document in the document list.
|
||||
The line shows the index of the document, the total number of documents
|
||||
in the list, and the title of the document.
|
||||
.Pp
|
||||
In verbose mode,
|
||||
.Nm
|
||||
outputs the major steps of converting a document as it happens and also outputs path of each source file as it is processed.
|
||||
.Pp
|
||||
In very verbose mode,
|
||||
.Nm
|
||||
first outputs the options you have specified on the command line followed by
|
||||
the settings and conversion list. Then during conversion,
|
||||
.Nm
|
||||
outputs more detailed progress information.
|
||||
.It Fl u
|
||||
Update the conversion status information for each document in the list.
|
||||
This information includes the date and time of conversion,
|
||||
the resulting document size, and whether the conversion was successful or not.
|
||||
Note that if you specify this option,
|
||||
.Nm
|
||||
must be able to write to the conversion list file.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ixl 5
|
||||
.Sh AUTHORS
|
||||
ISilo, and
|
||||
.Nm
|
||||
are copyright
|
||||
.Tn DC & Co.
|
||||
For more information about iSilo, and to download
|
||||
the Palm Pilot reader for iSilo format documents, go to
|
||||
http://www.iSilo.com/.
|
||||
.Pp
|
||||
This manual page was written by
|
||||
.An Sergey Skvortsov Aq skv@FreeBSD.org .
|
1968
palm/iSiloXC/files/ixl.5
Normal file
1968
palm/iSiloXC/files/ixl.5
Normal file
File diff suppressed because it is too large
Load diff
1
palm/iSiloXC/pkg-comment
Normal file
1
palm/iSiloXC/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Converts documents from text/html files or URLs to iSilo format
|
21
palm/iSiloXC/pkg-descr
Normal file
21
palm/iSiloXC/pkg-descr
Normal file
|
@ -0,0 +1,21 @@
|
|||
iSiloXC is the command-line tool for creating iSilo documents.
|
||||
It takes as input a conversion list file that specifies the information
|
||||
needed to create a set of documents.
|
||||
|
||||
iSiloXC converts text or HTML documents to the iSilo 3.x document 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.
|
||||
|
||||
Main features:
|
||||
* text file formats: HTML, CSS, text, Palm Doc
|
||||
* image file formats: jpeg, gif, bmp, png
|
||||
* conversion from local or Web contents, multiple root sources
|
||||
* apply security attributes to converted documents
|
||||
|
||||
WWW: http://www.iSiloX.com/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
1
palm/iSiloXC/pkg-plist
Normal file
1
palm/iSiloXC/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/iSiloXC
|
Loading…
Reference in a new issue