[csw-devel] SF.net SVN: gar:[2484] csw/mgar/gar/v2/bin

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Dec 9 11:20:31 CET 2008


Revision: 2484
          http://gar.svn.sourceforge.net/gar/?rev=2484&view=rev
Author:   dmichelsen
Date:     2008-12-09 10:20:31 +0000 (Tue, 09 Dec 2008)

Log Message:
-----------
mGAR v2: Merge [2139] from v1 to v2

Modified Paths:
--------------
    csw/mgar/gar/v2/bin/checkpkg
    csw/mgar/gar/v2/bin/gencatalog
    csw/mgar/gar/v2/bin/killdupes
    csw/mgar/gar/v2/bin/whoowns

Modified: csw/mgar/gar/v2/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg	2008-12-09 09:55:49 UTC (rev 2483)
+++ csw/mgar/gar/v2/bin/checkpkg	2008-12-09 10:20:31 UTC (rev 2484)
@@ -2,10 +2,10 @@
 
 # checkpkg 1.46a (diff to 1.46: modified errmsg -> warnmsg on two places)
 # This script examines a package that has been put together
-# for submittal to the CSW archive at blastwave.org
+# for submittal to the CSW archive
 #
 # It examines it for compliance with the packaging standards at
-# http://www.blastwave.org/standards/
+# http://www.opencsw.org/standards/
 # It DOES NOT CATCH EVERYTHING. However, the package will be
 # tested with this script before acceptance, so you may as well
 # save yourself some time, and run the script yourself!

Modified: csw/mgar/gar/v2/bin/gencatalog
===================================================================
--- csw/mgar/gar/v2/bin/gencatalog	2008-12-09 09:55:49 UTC (rev 2483)
+++ csw/mgar/gar/v2/bin/gencatalog	2008-12-09 10:20:31 UTC (rev 2484)
@@ -10,7 +10,7 @@
 # author(s) shall not be liable in the event that use of the
 # software causes damage.
 #
-# gencatalog - generate a blastwave v1 style catalog and description file.
+# gencatalog - generate a v1 style catalog and description file.
 #
 
 cp catalog catalog.old

Modified: csw/mgar/gar/v2/bin/killdupes
===================================================================
--- csw/mgar/gar/v2/bin/killdupes	2008-12-09 09:55:49 UTC (rev 2483)
+++ csw/mgar/gar/v2/bin/killdupes	2008-12-09 10:20:31 UTC (rev 2484)
@@ -12,7 +12,7 @@
 #
 # killdupes - Remove duplicate packages from a directory, with or
 #             without user interaction.  Note that this only works
-#             for packages named according to blastwave standards.
+#             for packages named according to package standards.
 #
 
 use strict;

Modified: csw/mgar/gar/v2/bin/whoowns
===================================================================
--- csw/mgar/gar/v2/bin/whoowns	2008-12-09 09:55:49 UTC (rev 2483)
+++ csw/mgar/gar/v2/bin/whoowns	2008-12-09 10:20:31 UTC (rev 2484)
@@ -2,9 +2,9 @@
 
 for pkg in $@
 do
-    owner=`curl -s http://www.blastwave.org/packages/$pkg | \
+    owner=`curl -s http://www.opencsw.org/packages/$pkg | \
         grep Maintainer: | cut -f5 -d'>' | cut -f1 -d'<'`
-    version=`curl -s http://www.blastwave.org/packages/$pkg | \
+    version=`curl -s http://www.opencsw.org/packages/$pkg | \
         grep Version: | cut -f4 -d'>' | cut -f1 -d' '`
 
     printf "%-20s %-30s %s\n" $pkg ${version:-Unknown} "${owner:-Nobody}"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list