summaryrefslogtreecommitdiff
path: root/archivers/fastjar/patches/patch-aa
blob: 7c009e8146d4e0c3cf33065b639772047d97c39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
$NetBSD: patch-aa,v 1.3 2016/03/05 15:08:30 bsiegert Exp $

Add man page

--- /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.