Revision: 6941
          http://gar.svn.sourceforge.net/gar/?rev=6941&view=rev
Author:   wbonnet
Date:     2009-10-21 21:34:42 +0000 (Wed, 21 Oct 2009)

Log Message:
-----------
Update checksums

Modified Paths:
--------------
    csw/mgar/pkg/x11/lib/libfs/trunk/checksums
    csw/mgar/pkg/x11/lib/libxkbfile/trunk/checksums
    csw/mgar/pkg/x11/lib/libxtst/trunk/checksums
    csw/mgar/pkg/x11/lib/xtrans/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/x11/lib/Makefile

Added: csw/mgar/pkg/x11/lib/Makefile
===================================================================
--- csw/mgar/pkg/x11/lib/Makefile                               (rev 0)
+++ csw/mgar/pkg/x11/lib/Makefile       2009-10-21 21:34:42 UTC (rev 6941)
@@ -0,0 +1,65 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id: Makefile 6092 2009-08-23 21:50:45Z skayser $
+#
+# vim: ft=make ts=4 sw=4 noet
+# This makefile is to be included from Makefiles in each category
+# directory.
+
+default:
+       @echo "You are in the pkg/x11/lib directory."
+
+%:
+       @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+               $(MAKE) -C $$i $* ; \
+       done
+
+paranoid-%:
+       @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+               $(MAKE) -C $$i $* || exit 2; \
+       done
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+       @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+               $(MAKE) -C $$i $* || echo "     *** make $* in $$i failed ***" 
>> $(BUILDLOG); \
+       done
+
+newpkg-%:
+       @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
+       @(echo "GARNAME = $*";                                     \
+       echo "GARVERSION = 1.0";                                        \
+       echo "CATEGORIES = category";                                   \
+       echo "";                                                        \
+       echo "DESCRIPTION = Brief description";                         \
+       echo "define BLURB";                                            \
+       echo "  Long description";                                      \
+       echo "endef";                                                   \
+       echo "";                                                        \
+       echo "MASTER_SITES = ";                                         \
+       echo "DISTFILES  = $$(GARNAME)-$$(GARVERSION).tar.gz";          \
+       echo "";                                                                
                                                        \
+       echo "# We define upstream file regex so we can be notifed of new 
upstream software release";   \
+       echo "UFILES_REGEX = $$(GARNAME)-(\d+(?:\.\d+)*).tar.gz";               
                                                                \
+       echo "";                                                                
                                                        \
+       echo "# If the url used to check for software update is different of 
MASTER_SITES, then ";      \
+       echo "# uncomment the next line. Otherwise it is set by default to the 
value of MASTER_SITES";  \
+       echo "# UPSTREAM_MASTER_SITES = ";                                      
                                                \
+       echo "";                                                        \
+       echo "CONFIGURE_ARGS = $$(DIRPATHS)";                           \
+       echo "";                                                        \
+       echo "include gar/category.mk";                                 \
+       ) > $*/trunk/Makefile
+       @touch $*/trunk/checksums
+       @svn add $*/trunk/Makefile $*/trunk/checksums
+       @echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 
$*/trunk
+       @echo "gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2"; 
| svn propset svn:externals -F /dev/fd/0 $*/trunk
+       @if [ -d ../../gar/v2 ]; then \
+         ln -s ../../../../gar/v2 $*/trunk/gar; \
+       else \
+         svn co https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 
$*/trunk/gar; \
+       fi
+       @echo
+       @echo "Your package is set up for editing at $*/trunk"
+

Modified: csw/mgar/pkg/x11/lib/libfs/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/lib/libfs/trunk/checksums  2009-10-21 21:20:14 UTC (rev 
6940)
+++ csw/mgar/pkg/x11/lib/libfs/trunk/checksums  2009-10-21 21:34:42 UTC (rev 
6941)
@@ -1 +1 @@
-ecf2d6a27da053500283e803efa2a808  download/libFS-1.0.2.tar.bz2
+81521249353fa33be7a4bb0062c2fbb9  libFS-1.0.1.tar.bz2

Modified: csw/mgar/pkg/x11/lib/libxkbfile/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/lib/libxkbfile/trunk/checksums     2009-10-21 21:20:14 UTC 
(rev 6940)
+++ csw/mgar/pkg/x11/lib/libxkbfile/trunk/checksums     2009-10-21 21:34:42 UTC 
(rev 6941)
@@ -1 +1 @@
-0726a845fe5a56551de2718c9f6b0e35  download/libxkbfile-1.0.5.tar.bz2
+0726a845fe5a56551de2718c9f6b0e35  libxkbfile-1.0.5.tar.bz2

Modified: csw/mgar/pkg/x11/lib/libxtst/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/lib/libxtst/trunk/checksums        2009-10-21 21:20:14 UTC 
(rev 6940)
+++ csw/mgar/pkg/x11/lib/libxtst/trunk/checksums        2009-10-21 21:34:42 UTC 
(rev 6941)
@@ -1 +1 @@
-090c1ad04e34982eada5cf3b1a0792fd  download/libXtst-1.0.3.tar.bz2
+090c1ad04e34982eada5cf3b1a0792fd  libXtst-1.0.3.tar.bz2

Modified: csw/mgar/pkg/x11/lib/xtrans/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/lib/xtrans/trunk/checksums 2009-10-21 21:20:14 UTC (rev 
6940)
+++ csw/mgar/pkg/x11/lib/xtrans/trunk/checksums 2009-10-21 21:34:42 UTC (rev 
6941)
@@ -1 +1 @@
-9e9dcfb9555bbe4eae7ceeb33d9d710e  download/xtrans-1.2.3.tar.gz
+5b7f447f6fe92cbc4f17441aaee0bf55  xtrans-1.2.1.tar.gz


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to