pkgsrc/archivers/fastjar/patches/patch-aa
jschauma aaf6bdd9eb Add a man-page that I had sitting around (originally also sent to the
author).  While we're at it, upgrade to version 0.93, and add a manpage
for grepjar, which is now part of this package.

Changes since 0.90:
Improved support for other Unix platforms.
Now works on Solaris, AIX, True 64, and HP-UX.
Hopefully resolved all big endian problems.
Fixed bug in update which caused it to skip
openning update file

Changs since 0.92:
Integrated GNU gcc patches to mainline fastjar
codebase.  Should compile on more platforms.
Ignore nutty errors.
2002-12-14 04:34:39 +00:00

85 lines
2 KiB
Text

$NetBSD: patch-aa,v 1.2 2002/12/14 04:34:39 jschauma Exp $
--- /dev/null Fri Dec 13 23:11:57 2002
+++ fastjar.1 Fri Dec 13 23:22:03 2002
@@ -0,0 +1,80 @@
+.TH FASTJAR 1 "August 11, 2001" fastjar "Java User's Manual"
+.SH NAME
+fastjar \- a faster jar
+
+.SH SYNOPSIS
+.B fastjar
+[\fIOPTIONS\fR] [\fIjar-file\fR] [\fImanifest-file\fR] [\fB-C\fR \fIdir\fR] \fIfiles\fR...
+
+.SH DESCRIPTION
+\fBfastjar\fR is an implementation of Sun's jar utility that comes with the JDK,
+written entirely in C, and runs in a fraction of the time while being 100%
+feature compatible.
+
+.SH USAGE
+If any file is a directory then it is processed recursively.
+The manifest file name and the archive file name needs to be specified
+in the same order the \fI-m\fR and \fI-f\fR flags are specified.
+
+.SH OPTIONS
+A summary of the options supported by \fBfastjar\fR is included below.
+
+.TP
+.B \-@
+Read names from stdin
+.TP
+.B \-C
+change to the specified directory and include the following file
+.TP
+.B \-E
+don't include the files found in a directory
+.TP
+.B \-M
+Do not create a manifest file for the entries
+.TP
+.B \-0
+store only; use no ZIP compression
+.TP
+.B \-V
+display version information
+.TP
+.B \-c
+create new archive
+.TP
+.B \-f
+specify archive file name
+.TP
+.B \-m
+include manifest information from specified manifest file
+.TP
+.B \-t
+list table of contents for archive
+.TP
+.B \-u
+update existing archive
+.TP
+.B \-x
+extract named (or all) files from archive
+.TP
+.B \-v
+generate verbose output on standard output
+
+.SH VERSION
+0.93
+
+.SH BUGS
+Please mail any bug reports to <toast@users.sourceforge.net>.
+
+.SH "SEE ALSO"
+.BR grepjar(1)
+
+.I http://sourceforge.net/projects/fastjar
+
+.SH AUTHOR
+Bryan Burns <toast@users.sourceforge.net>
+.br
+Cory Jon Hollingsworth
+
+This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part of "The Missing
+Man Pages Project". Please see \fIhttp://www.netmeister.org/misc/m2p2/index.html\fR
+for details.