[pkg-java] r5032 - trunk/groovy/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Fri Dec 14 14:19:01 UTC 2007
Author: varun-guest
Date: 2007-12-14 14:19:01 +0000 (Fri, 14 Dec 2007)
New Revision: 5032
Added:
trunk/groovy/debian/groovy.1
trunk/groovy/debian/groovyc.1
trunk/groovy/debian/manpages
Modified:
trunk/groovy/debian/changelog
trunk/groovy/debian/groovy.links
Log:
* Add manpages
Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog 2007-12-14 13:50:49 UTC (rev 5031)
+++ trunk/groovy/debian/changelog 2007-12-14 14:19:01 UTC (rev 5032)
@@ -16,6 +16,7 @@
+ use sun-java6-jdk to build
* Clean up javadoc installation.
* Add some missing links in debian/groovy.links
+ * Add manpages
[ Torsten Werner ]
* Switch to libservlet2.4-java.
Added: trunk/groovy/debian/groovy.1
===================================================================
--- trunk/groovy/debian/groovy.1 (rev 0)
+++ trunk/groovy/debian/groovy.1 2007-12-14 14:19:01 UTC (rev 5032)
@@ -0,0 +1,66 @@
+.TH GROOVY "1" "December 2007"
+.SH NAME
+Groovy \- Agile dynamic language for the Java Virtual Machine
+.SH DESCRIPTION
+usage: groovy [options] [args]
+options:
+.TP
+\fB\-D\fR,\-\-define <name=value>
+define a system property
+.TP
+\fB\-a\fR,\-\-autosplit <splitPattern>
+automatically split current line (defaults to
+\&'\es')
+.TP
+\fB\-c\fR,\-\-encoding <charset>
+specify the encoding of the files
+.TP
+\fB\-d\fR,\-\-debug
+debug mode will print out full stack traces
+.TP
+\fB\-e\fR <script>
+specify a command line script
+.TP
+\fB\-h\fR,\-\-help
+usage information
+.TP
+\fB\-i\fR <extension>
+modify files in place, create backup if
+extension is given (e.g. '.bak')
+.TP
+\fB\-l\fR <port>
+listen on a port and process inbound lines
+.TP
+\fB\-n\fR
+process files line by line
+.TP
+\fB\-p\fR
+process files line by line and print result
+.TP
+\fB\-v\fR,\-\-version
+display the Groovy and JVM versions
+.SH COMMANDS
+.TP
+\fBgroovy\fR:
+Command to run a set of Groovy statements entered on the command
+line (with -e), or stored in a text file whose name is given on the
+command.
+
+example: groovy -e 'System.in.readLines().each { println it }'
+.TP
+\fBgroovysh\fR:
+Terminal-based interpreter for Groovy.
+.TP
+\fBgroovyConsole\fR:
+GUI interpreter for composing Groovy interactively.
+.TP
+\fBjava2groovy\fR:
+The java2groovy tool reads class and interface definitions, written in
+the Java programming language, and converts them into groovy source
+files.
+.SH "SEE ALSO"
+.BR groovyc (1)
+.SH AUTHOR
+This manual page was generated using help2man and edited by Varun
+Hiremath <varun at debian.org>, for the Debian project (but may be used
+by others).
Modified: trunk/groovy/debian/groovy.links
===================================================================
--- trunk/groovy/debian/groovy.links 2007-12-14 13:50:49 UTC (rev 5031)
+++ trunk/groovy/debian/groovy.links 2007-12-14 14:19:01 UTC (rev 5032)
@@ -25,3 +25,8 @@
/usr/share/java/servlet-api.jar /usr/share/groovy/lib/servlet-api.jar
/usr/share/java/xstream.jar /usr/share/groovy/lib/xstream.jar
/usr/share/java/xpp3.jar /usr/share/groovy/lib/xpp3.jar
+/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/startGroovy.1.gz
+/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/groovysh.1.gz
+/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/java2groovy.1.gz
+/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/groovyConsole.1.gz
+
Added: trunk/groovy/debian/groovyc.1
===================================================================
--- trunk/groovy/debian/groovyc.1 (rev 0)
+++ trunk/groovy/debian/groovyc.1 2007-12-14 14:19:01 UTC (rev 5032)
@@ -0,0 +1,33 @@
+.TH groovyc "1" "December 2007"
+.SH NAME
+groovyc \- compiler for groovy source files
+.SH DESCRIPTION
+usage: groovyc [options] <source-files>
+options:
+.TP
+\-\-encoding <encoding>
+Specify the encoding of the user class files.
+.TP
+\fB\-F\fR <flag>
+.TP
+\fB\-J\fR <property=value>
+.TP
+\fB\-d\fR
+Specify where to place generated class files.
+.TP
+\fB\-e\fR,\-\-exception
+Print stack trace on error.
+.TP
+\fB\-h\fR,\-\-help
+Print a synopsis of standard options.
+.TP
+\fB\-j\fR,\-\-jointCompilation
+Attach javac compiler to compile .java files.
+\fB\-v\fR,\-\-version
+Print the version.
+.SH "SEE ALSO"
+.BR groovy (1)
+.SH AUTHOR
+This manual page was generated using help2man and edited by Varun
+Hiremath <varun at debian.org>, for the Debian project (but may be used
+by others).
Added: trunk/groovy/debian/manpages
===================================================================
--- trunk/groovy/debian/manpages (rev 0)
+++ trunk/groovy/debian/manpages 2007-12-14 14:19:01 UTC (rev 5032)
@@ -0,0 +1,2 @@
+debian/groovy.1
+debian/groovyc.1
More information about the pkg-java-commits
mailing list