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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 21 13:50:55 CEST 2010


Revision: 11357
          http://gar.svn.sourceforge.net/gar/?rev=11357&view=rev
Author:   dmichelsen
Date:     2010-10-21 11:50:54 +0000 (Thu, 21 Oct 2010)

Log Message:
-----------
cpptest: Initial commit

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


Property changes on: csw/mgar/pkg/cpptest/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/cpptest/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpptest/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpptest/trunk/Makefile	2010-10-21 11:50:54 UTC (rev 11357)
@@ -0,0 +1,32 @@
+# $Id$
+GARNAME = cpptest
+GARVERSION = 1.1.1
+CATEGORIES = utils
+
+DESCRIPTION = Unit testing framework for handling automated tests in C++
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWlibcpptest0 CSWlibcpptestdevel
+
+CATALOGNAME_CSWlibcpptest0 = libcpptest0
+CATALOGNAME_CSWlibcpptestdevel = libcpptest_devel
+
+SPKG_DESC_CSWlibcpptest0 = $(DESCRIPTION) Runtime Library
+SPKG_DESC_CSWlibcpptestdevel = $(DESCRIPTION) Development Files
+
+RUNTIME_DEP_PKGS_CSWlibcpptestdevel = CSWlibcpptest0
+CHECKPKG_OVERRIDES_CSWlibcpptestdevel += surplus-dependency|CSWlibcpptest0
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+PKGFILES_CSWlibcpptest0 = $(call baseisadirs,$(libdir),[^/]*\.so\.\d+(\.\d+)*)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/cpptest/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/cpptest/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpptest/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpptest/trunk/checksums	2010-10-21 11:50:54 UTC (rev 11357)
@@ -0,0 +1 @@
+b50379402d69d40417add19ef88f9938  cpptest-1.1.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