[cod-tools] 01/01: Adding a patch containing missing manpages of executables in codcif package.

Andrius Merkys merkys-guest at moszumanska.debian.org
Thu Sep 28 08:23:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit d2fa9b34391f6c07eb6567d49d496e46a6f408c2
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Thu Sep 28 11:22:50 2017 +0300

    Adding a patch containing missing manpages of executables in codcif package.
---
 debian/codcif.manpages              |   1 +
 debian/patches/codcif-manpages.diff | 149 ++++++++++++++++++++++++++++++++++++
 debian/patches/series               |   1 +
 3 files changed, 151 insertions(+)

diff --git a/debian/codcif.manpages b/debian/codcif.manpages
new file mode 100644
index 0000000..be8fa19
--- /dev/null
+++ b/debian/codcif.manpages
@@ -0,0 +1 @@
+doc/man/codcif/*.1
diff --git a/debian/patches/codcif-manpages.diff b/debian/patches/codcif-manpages.diff
new file mode 100644
index 0000000..3e5b64e
--- /dev/null
+++ b/debian/patches/codcif-manpages.diff
@@ -0,0 +1,149 @@
+--- /dev/null
++++ b/doc/man/codcif/cif_list_tags.1
+@@ -0,0 +1,28 @@
++.TH cif_list_tags
++.SH NAME
++cif_list_tags \- Parse CIF file(s) and output a list of CIF data items.
++.SH SYNOPSIS
++cif_list_tags \-\-options < input.cif
++
++cif_list_tags \-\-options input.cif
++
++cif_list_tags \-\-options input1.cif input2.cif inputs*.cif
++
++
++.SH DESCRIPTION
++Parse CIF file(s) and output a list of CIF data items.
++
++.SH OPTIONS
++\-c, \-\-compile\-only
++    Only compile the CIF (check syntax). Prints out file name and
++    'OK' or 'FAILED' to STDOUT, along with error messages to STDERR
++
++\-q, \-\-quiet                 Be quiet, only output error messages and data
++
++\-q\-, \-\-no\-quiet, \-\-verbose  Produce verbose output of the parsing process
++
++\-\-version  Print program version (SVN Id) and exit
++
++\-\-help     Print short usage message (this message) and exit
++.SH "REPORTING BUGS"
++Report cif_list_tags bugs using e\-mail: cod\-bugs at ibt.lt
+--- /dev/null
++++ b/doc/man/codcif/cifparse.1
+@@ -0,0 +1,68 @@
++.TH cifparse
++.SH NAME
++cifparse \- Parse CIF file(s), check syntax, and optionally output pretty\-printed data
++.SH SYNOPSIS
++cifparse \-\-options < input.cif
++
++cifparse \-\-options input.cif
++
++cifparse \-\-options input1.cif input2.cif inputs*.cif
++
++
++.SH DESCRIPTION
++Parse CIF file(s), check syntax, and optionally output pretty\-printed data
++
++.SH OPTIONS
++\-c, \-\-compile\-only
++    Only compile the CIF (check syntax). Prints out file name and
++    'OK' or 'FAILED' to STDOUT, along with error messages to STDERR
++
++\-f, \-\-fix\-syntax
++    Attempt to fix some errors in inputs CIFs, such as missing data_
++    headers or unterminated quoted strings
++
++\-p, \-\-print
++    Print out data in CIF format (a kind of CIF pretty\-printer ;)
++
++\-d, \-\-debug lex,yacc
++    Specify one or several (comma\-separated) debgging options.
++
++    Currently supported options are:
++        dump   \-\- dump internal data structures for inspection
++        lex    \-\- switch on (F)LEX token printout
++        yacc   \-\- ask YACC/BISON to tell us which rules they reduce
++        yylval \-\- print out YACC/BISON's yylval
++        text   \-\- dump the percieved input file text
++        code   \-\- dump intermediate CIF code representation
++
++\-l, \-\-line\-length\-limit 80
++    Set the maximum line length for \-\-report\-long checks
++
++\-w, \-\-dataname\-length\-limit 74  
++    Set the maximum tag length for \-\-report\-long checks
++
++\-q, \-\-quiet                 Be quiet, only output error messages and data
++
++\-q\-, \-\-no\-quiet, \-\-verbose  Produce verbose output of the parsing process
++
++\-r, \-\-report\-long\-items     Report CIF items (lines, data names) that are longer than mandated by the standard
++
++\-r\-, \-\-do\-not\-report\-long\-items  Ignore long items in CIF, process all data 
++
++\-s, \-\-suppress\-errors          Suppress error messages from the parser
++
++\-s\-, \-\-do\-not\-suppress\-errors  Print parser messages to STDERR (default)
++
++\-M, \-\-dump\-messages            Do not use accumulated CIF messages (default)
++
++\-M\-, \-\-do\-not\-dump\-messages    Dump accumulated message texts from the CIF object
++
++\-u, \-\-unfold\-lines              Unfold long lines (default)
++
++\-u\-, \-\-do\-not\-unfold\-lines       Leave folded lines as they are
++
++\-\-version  Print program version (SVN Id) and exit
++
++\-\-help     Print short usage message (this message) and exit
++.SH "REPORTING BUGS"
++Report cifparse bugs using e\-mail: cod\-bugs at ibt.lt
+--- /dev/null
++++ b/doc/man/codcif/cifvalues.1
+@@ -0,0 +1,44 @@
++.TH cifvalues
++.SH NAME
++cifvalues \- Get specified data values from a CIF file(s) 
++.SH SYNOPSIS
++cifvalues \-\-options < input.cif
++
++cifvalues \-\-options input.cif
++
++cifvalues \-\-options input1.cif input2.cif inputs*.cif
++
++
++.SH DESCRIPTION
++Get specified data values from a CIF file(s)
++
++.SH OPTIONS
++\-t, \-\-tags _cell_length_a,_cell_volume
++    Extract the specified data items (no default)
++
++\-s, \-\-separator " "
++    Use the specified string to separate values
++
++\-\-vseparator ","
++    Use the specified string to separate multiple values of a give data item, from a loop
++
++\-\-filename
++    Print filename in the output
++
++\-\-no\-filename
++    Don't print file name in the output (default)
++
++\-\-dataname
++    Print data block names in the output (default)
++
++\-\-no\-dataname
++    Do not print data block names in the output
++
++\-d, \-\-debug
++    Print internal program data structures for debugging
++
++\-\-version  print program version (SVN Id) and exit
++
++\-\-help     print short usage message (this message) and exit
++.SH "REPORTING BUGS"
++Report cifvalues bugs using e\-mail: cod\-bugs at ibt.lt
diff --git a/debian/patches/series b/debian/patches/series
index 7f9ae1c..73c26be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+codcif-manpages.diff
 distclean-tmp.diff
 executables-in-codcif.diff
 prefix-to-destdir.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list