Revision: 19386
          http://gar.svn.sourceforge.net/gar/?rev=19386&view=rev
Author:   bilko50000
Date:     2012-10-05 16:08:37 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
/home/crisb/mgar/pkg/bzr/trunk: Initial package

Added Paths:
-----------
    csw/mgar/pkg/bzr/
    csw/mgar/pkg/bzr/Makefile
    csw/mgar/pkg/bzr/branches/
    csw/mgar/pkg/bzr/tags/
    csw/mgar/pkg/bzr/trunk/
    csw/mgar/pkg/bzr/trunk/Makefile
    csw/mgar/pkg/bzr/trunk/checksums
    csw/mgar/pkg/bzr/trunk/files/

Copied: csw/mgar/pkg/bzr/Makefile (from rev 19385, 
csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/bzr/Makefile                           (rev 0)
+++ csw/mgar/pkg/bzr/Makefile   2012-10-05 16:08:37 UTC (rev 19386)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+       @echo "You are in the pkg/ directory."
+
+%:
+       $(MAKE) -C trunk $* 
+
+paranoid-%:
+       $(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+       $(MAKE) -C trunk $* || echo "   *** make $* in $$i failed ***" >> 
$(BUILDLOG) 

Added: csw/mgar/pkg/bzr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bzr/trunk/Makefile                             (rev 0)
+++ csw/mgar/pkg/bzr/trunk/Makefile     2012-10-05 16:08:37 UTC (rev 19386)
@@ -0,0 +1,25 @@
+# $Id: Makefile 19383 2012-10-05 10:07:53Z bilko50000 $
+#
+
+NAME = bzr
+VERSION = 2.5.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Next generation distributed version control
+define BLURB
+       Bazaar is a distributed revision control system. It allows team members
+       to branch and merge upstream code very easily.
+endef
+
+MASTER_SITES = http://launchpad.net/bzr/2.5/$(VERSION)/\+download/
+DISTFILES    = $(DISTNAME).tar.gz
+LICENSE      = COPYRIGHT
+PACKAGES     = CSWbzr
+
+RUNTIME_DEP_PKGS  = CSWpython
+RUNTIME_DEP_PKGS += CSWpy-crypto
+RUNTIME_DEP_PKGS += CSWpy-paramiko
+
+include gar/category.mk
+

Added: csw/mgar/pkg/bzr/trunk/checksums
===================================================================
--- csw/mgar/pkg/bzr/trunk/checksums                            (rev 0)
+++ csw/mgar/pkg/bzr/trunk/checksums    2012-10-05 16:08:37 UTC (rev 19386)
@@ -0,0 +1 @@
+ac5079858364a046071000d5cdccb67b  bzr-2.5.1.tar.gz

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

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to