summaryrefslogtreecommitdiffstats
path: root/development/CVSTools
diff options
context:
space:
mode:
author B. Watson2020-10-12 23:46:41 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:42 +0200
commitce554fa8009a1a0f3ce6a28ab60437a968433fcc (patch)
tree00f80f32f8bd22df66eecfa668143ccd46a8d79f /development/CVSTools
parent00f66eb2caaf847833cd319a998db2656833f692 (diff)
downloadslackbuilds-ce554fa8009a1a0f3ce6a28ab60437a968433fcc.tar.gz
development/CVSTools: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/CVSTools')
-rw-r--r--development/CVSTools/README33
1 files changed, 17 insertions, 16 deletions
diff --git a/development/CVSTools/README b/development/CVSTools/README
index f8e1939f97..0078197625 100644
--- a/development/CVSTools/README
+++ b/development/CVSTools/README
@@ -1,23 +1,24 @@
-The CVSTools provide a simple project versioning system built upon CVS
-which is used by all PADL software. These tools are also required to
-build NetInfo for Linux and our commerial software. The following scripts
-are included in CVSTools:
+The CVSTools provide a simple project versioning system built upon
+CVS which is used by all PADL software. These tools are also required
+to build NetInfo for Linux and our commerial software. The following
+scripts are included in CVSTools:
-checkpoint
+checkpoint:
Based on Apple's checkpoint program, this creates Perl program the
-CVSVersionInfo.txt file for a work area (when invoked with -create). To
-checkpoint (i.e. increment the version number and create a CVS tag) type
-checkpoint with no arguments, or with the new version number as an
-argument.
+CVSVersionInfo.txt file for a work area (when invoked with -create).
+To checkpoint (i.e. increment the version number and create a CVS tag)
+type checkpoint with no arguments, or with the new version number as
+an argument.
-cvslib.pl
-Common library functions used by some of these scripts for getting the
-repository and project names. One can override CVSVersionInfo.txt
-location with the CVSVERSIONDIR environment variable, which is useful for
-nested source trees where one wishes to pull in the top level version info
-for the project name, and the current directory name for the program.
+cvslib.pl:
+Common library functions used by some of these scripts for getting
+the repository and project names. One can override CVSVersionInfo.txt
+location with the CVSVERSIONDIR environment variable, which is useful
+for nested source trees where one wishes to pull in the top level
+version info for the project name, and the current directory name for
+the program.
-tarup
+tarup:
Executes cvs export and then creates a tarball in
~/dist/project-version.tar.gz.