[Lunar-commits] CVS: moonbase/utils/num-utils BUILD, 1.1,
1.2 DETAILS, 1.1, 1.2
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Sep 28 03:25:43 UTC 2004
Update of /var/cvs/lunar/moonbase/utils/num-utils
In directory espresso.foo-projects.org:/tmp/cvs-serv10006/num-utils
Modified Files:
BUILD DETAILS
Log Message:
Version bump: 0.3.0 -> 0.4.0
Also cleaned up the BUILD script and got rid of an annoyance in the process
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/num-utils/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 22 Jul 2003 13:48:33 -0000 1.1
+++ BUILD 28 Sep 2004 03:25:41 -0000 1.2
@@ -1,7 +1,8 @@
(
- make manpages &&
- prepare_install &&
- make install
+ # get rid of some annoying shell error messages
+ sedit "/^RPMDIR/,/^$/d" Makefile &&
+
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/num-utils/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 22 Jul 2003 13:48:33 -0000 1.1
+++ DETAILS 28 Sep 2004 03:25:41 -0000 1.2
@@ -1,12 +1,17 @@
MODULE=num-utils
- VERSION=0.3
+ VERSION=0.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://suso.suso.org/programs/$MODULE/downloads/$SOURCE
+ SOURCE_URL=http://suso.suso.org/programs/$MODULE/downloads/$SOURCE
+ SOURCE_VRY=sha1:1c65b41c5bd0838b35d64cafe34412298ea17e01
WEB_SITE=http://suso.suso.org/programs/num-utils/
ENTERED=20030722
- UPDATED=20030722
+ UPDATED=20040927
SHORT="A set of mathmetical functions for the shell"
+
cat << EOF
-The 'num-utils' are a set of programs for dealing with numbers from the Unix command line. Much like the other Unix command line utilities like grep, awk, sort, cut, etc. these utilities work on data from both standard in and data from files.
+The 'num-utils' are a set of programs for dealing with numbers from
+the Unix command line. Much like the other Unix command line
+utilities like grep, awk, sort, cut, etc. these utilities work on
+data from both standard in and data from files.
EOF
More information about the Lunar-commits
mailing list