[csw-devel] SF.net SVN: gar:[6696] csw/mgar/pkg

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Oct 4 13:34:19 CEST 2009


Revision: 6696
          http://gar.svn.sourceforge.net/gar/?rev=6696&view=rev
Author:   bonivart
Date:     2009-10-04 11:34:11 +0000 (Sun, 04 Oct 2009)

Log Message:
-----------
cvsproxy: initial commit, lacks pre/post scripts

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


Property changes on: csw/mgar/pkg/cvsproxy/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/cvsproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cvsproxy/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cvsproxy/trunk/Makefile	2009-10-04 11:34:11 UTC (rev 6696)
@@ -0,0 +1,28 @@
+GARNAME = cvsproxy
+GARVERSION = 1.0.1
+CATEGORIES = utils
+
+DESCRIPTION = Provides a CVS proxy
+define BLURB
+  Provides a CVS proxy
+endef
+
+MASTER_SITES = http://www.sra.co.jp/people/m-kasahr/cvsproxy/src/
+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
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+post-install-modulated:
+	@echo "==> Post-install fixes"
+	@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+	@cp $(WORKSRC)/README $(DESTDIR)$(docdir)/$(GARNAME)
+	@cp $(WORKSRC)/NEWS $(DESTDIR)$(docdir)/$(GARNAME)
+	@cp $(WORKSRC)/ChangeLog $(DESTDIR)$(docdir)/$(GARNAME)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/cvsproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/cvsproxy/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cvsproxy/trunk/checksums	2009-10-04 11:34:11 UTC (rev 6696)
@@ -0,0 +1 @@
+ceff47a655085497f5712e2da160c607  download/cvsproxy-1.0.1.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