[Pkg-ocaml-maint-commits] r3199 - in
/trunk/packages/polygen/trunk/debian: control polygen-data.dirs
polygen-data.link polygen-data.manpages polyrun.1
enrico at users.alioth.debian.org
enrico at users.alioth.debian.org
Mon Oct 2 10:14:57 UTC 2006
Author: enrico
Date: Mon Oct 2 10:14:55 2006
New Revision: 3199
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3199
Log:
Added missing dependency on perl-modules
Added manpage for polygen/polyrun
Added:
trunk/packages/polygen/trunk/debian/polygen-data.dirs
- copied, changed from r3195, trunk/packages/polygen/trunk/debian/polygen.dirs
trunk/packages/polygen/trunk/debian/polyrun.1
Modified:
trunk/packages/polygen/trunk/debian/control
trunk/packages/polygen/trunk/debian/polygen-data.link
trunk/packages/polygen/trunk/debian/polygen-data.manpages
Modified: trunk/packages/polygen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/control?rev=3199&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/control (original)
+++ trunk/packages/polygen/trunk/debian/control Mon Oct 2 10:14:55 2006
@@ -34,7 +34,7 @@
Package: polygen-data
Architecture: all
-Depends: polygen
+Depends: polygen, perl-modules
Description: grammar definitions for PolyGen
PolyGen is a program for generating random sentences according to a grammar
definition, that is following custom syntactical and lexical rules.
Copied: trunk/packages/polygen/trunk/debian/polygen-data.dirs (from r3195, trunk/packages/polygen/trunk/debian/polygen.dirs)
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/polygen-data.dirs?rev=3199&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/polygen.dirs (original)
+++ trunk/packages/polygen/trunk/debian/polygen-data.dirs Mon Oct 2 10:14:55 2006
@@ -1,2 +1,1 @@
usr/bin
-usr/share/doc
Modified: trunk/packages/polygen/trunk/debian/polygen-data.link
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/polygen-data.link?rev=3199&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/polygen-data.link (original)
+++ trunk/packages/polygen/trunk/debian/polygen-data.link Mon Oct 2 10:14:55 2006
@@ -1,1 +1,2 @@
/usr/bin/polyrun /usr/bin/polyfind
+/usr/share/man/man1/polyrun.1 /usr/share/man/man1/polyfind.1
Modified: trunk/packages/polygen/trunk/debian/polygen-data.manpages
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/polygen-data.manpages?rev=3199&op=diff
==============================================================================
--- trunk/packages/polygen/trunk/debian/polygen-data.manpages (original)
+++ trunk/packages/polygen/trunk/debian/polygen-data.manpages Mon Oct 2 10:14:55 2006
@@ -1,1 +1,2 @@
polygen-data.6
+polyrun.1
Added: trunk/packages/polygen/trunk/debian/polyrun.1
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/polygen/trunk/debian/polyrun.1?rev=3199&op=file
==============================================================================
--- trunk/packages/polygen/trunk/debian/polyrun.1 (added)
+++ trunk/packages/polygen/trunk/debian/polyrun.1 Mon Oct 2 10:14:55 2006
@@ -1,0 +1,32 @@
+.TH POLYRUN 1 "October 2, 2006"
+.SH NAME
+polyrun, polyfind \- Find polygen grammars and run polygen
+.SH SYNOPSIS
+.B polyrun
+.RI [options]
+grammar
+.br
+.B polyfind
+.RI grammar
+.SH DESCRIPTION
+\fBpolyrun\fP runs \fBpolygen\fP expanding the given grammar name into its full path,
+so that \fBpolygen\fP can find it.
+.P
+Grammars (which can be specified with partial paths, such as \fIdebian/flame\fP)
+are searched in the current directory first, then in a subdirectory of
+\fI/usr/share/polygen\fP according to the current locale settings, then
+recursively under \fI/usr/share/polygen\fP and all its subdirectories.
+Grammars can be specified with or without the \fI.grm\fP extension.
+.P
+\fBpolyfind\fP just looks for the full pathname of the given grammar and prints
+it on standard output.
+.SH OPTIONS
+\fBpolyrun\fP is a wrapper to \fBpolygen\fP, and the options are passed to \fBpolygen\fP as-is.
+.P
+\fBpolyfind\fP only takes the grammar name as argument.
+.SH SEE ALSO
+polygen(1),
+polygen-data(6)
+.SH AUTHOR
+\fBpolyrun\fP/\fBpolyfind\fP and this manpage are written and maintained by
+enrico at enricozini.org.
More information about the Pkg-ocaml-maint-commits
mailing list