|
Program cvswork version 3.3.0
Program cvswork version 3.3.0
Dmitry V. Khmelev
Initial revision 2003-08-27; Last revision 2003-10-21
1 Download
2 File readme
3 Usage and options summary
4 Project revision history
5 License
1 Download
Sources: src/cvswork-3.3.0.tgz [20 Kb ]
2 File readme
cvswork.pl --- working with CVS
SUPPORTED ENVIRONMENTS
http://www.gnu.org GNU/Linux
see also http://www.gnu.org/gnu/linux-and-gnu.html
SETUP
Setup the following programs:
* CVS http://www.cvshome.org/
* Perl 5.8 http://www.perl.org/
Copy cvswork.pl to some directory included in path list to executables
$PATH.
BRIEF INSTRUCTION
Type in
cvswork.pl projectname
to export the project
For conditions of use see LICENSE.txt file
FULL INSTRUCTION
Until somebody requested, I'll support only Russian version of the
full instruction. See readme.koi
3 Usage and options summary
user@computer$ ./cvswork.pl --help
Usage:
cvswork.pl [options] program_name
Options:
--exe <name> name of executable file of the project
-p <path> --path <path> path to executable file
--opt-help=<s=--help> set help option
--opt-description=<str> set description option
--opt-rus-help=<str> which is Russian help option
--opt-rus-description=<str> option for description in Russian (if exists)
--noopt-description=<str> no full description, just a short help screen
--mingw_makefile=<str> set MinGW makefile
-? --help brief help message
DESCRIPTION
This program makes TeX description for a program from CVS repository
using the output of the program itself. It constructs .tgz tarball in
src/ subdirectory, tries to cross-compile MinGW version (and puts
upx-compressed .exe file into mingw subdirectory).
Example of use:
cvswork.pl suffsort --opt-description="--man" --no-rus-help
4 Project revision history
Files of the project were modified on the following dates:
2003-08-27
2003-09-28
2003-10-02
2003-10-21
5 License
cvswork.pl
Available at
http://www.math.toronto.edu/dkhmelev/PROGS/misc/cvswork-eng.html
Author:
Dmitry V. Khmelev
dkhmelev((at))math.toronto.edu
[change ((at)) to @ in order to get proper address - antispam]
University of Toronto,
Department of Mathematics,
100 St George Street,
M5S 3G3 ON,
Canada
LICENSING TERMS
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. You should obtain GNU GPL with
file COPYING in this distribution.
By using this program you agree to the licensing terms.
NO WARRANTY
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
PARTIES PROVIDE THE PROGRAM ÄS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
OF THE POSSIBILITY OF SUCH DAMAGES.
1 Download
2 File readme
3 Usage and options summary
4 Project revision history
5 License
|