[csw-devel] SF.net SVN: gar:[5833] csw/mgar/pkg
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Mon Aug 3 17:48:03 CEST 2009
Revision: 5833
http://gar.svn.sourceforge.net/gar/?rev=5833&view=rev
Author: rthurner
Date: 2009-08-03 15:48:03 +0000 (Mon, 03 Aug 2009)
Log Message:
-----------
bazaar: first checkin, still gives compile errors
Added Paths:
-----------
csw/mgar/pkg/bazaar/
csw/mgar/pkg/bazaar/branches/
csw/mgar/pkg/bazaar/tags/
csw/mgar/pkg/bazaar/trunk/
csw/mgar/pkg/bazaar/trunk/Makefile
csw/mgar/pkg/bazaar/trunk/checksums
csw/mgar/pkg/bazaar/trunk/files/
Property changes on: csw/mgar/pkg/bazaar/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/bazaar/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bazaar/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/bazaar/trunk/Makefile 2009-08-03 15:48:03 UTC (rev 5833)
@@ -0,0 +1,27 @@
+GARNAME = bzr
+GARVERSION = 1.17
+CATEGORIES = devel
+
+DESCRIPTION = Bazaar is a distributed version control system.
+define BLURB
+ Bazaar is a slow distributed version control system that
+ "Just Works". While other systems require you to adapt to
+ their model of working, Bazaar adapts to the way you want
+ to work, and you can try it out in five minutes.
+endef
+
+MASTER_SITES = http://launchpad.net/bzr/1.17/1.17/+download/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+REQUIRED_PKGS += CSWcswclassutils
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_ARGS = --root=$(DESTDIR)
+
+include gar/category.mk
Added: csw/mgar/pkg/bazaar/trunk/checksums
===================================================================
--- csw/mgar/pkg/bazaar/trunk/checksums (rev 0)
+++ csw/mgar/pkg/bazaar/trunk/checksums 2009-08-03 15:48:03 UTC (rev 5833)
@@ -0,0 +1 @@
+d772508e60b47a1641fa487c5cf7e08e download/bzr-1.17.tar.gz
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