[csw-devel] SF.net SVN: gar:[15295] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Aug 10 09:32:13 CEST 2011
Revision: 15295
http://gar.svn.sourceforge.net/gar/?rev=15295&view=rev
Author: wahwah
Date: 2011-08-10 07:32:13 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
pkg/ppl/trunk: Initial commit, no idea whether it builds or not
Added Paths:
-----------
csw/mgar/pkg/ppl/
csw/mgar/pkg/ppl/Makefile
csw/mgar/pkg/ppl/branches/
csw/mgar/pkg/ppl/tags/
csw/mgar/pkg/ppl/trunk/
csw/mgar/pkg/ppl/trunk/Makefile
csw/mgar/pkg/ppl/trunk/checksums
csw/mgar/pkg/ppl/trunk/files/
Copied: csw/mgar/pkg/ppl/Makefile (from rev 14839, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/ppl/Makefile (rev 0)
+++ csw/mgar/pkg/ppl/Makefile 2011-08-10 07:32:13 UTC (rev 15295)
@@ -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)
Property changes on: csw/mgar/pkg/ppl/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/ppl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ppl/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/ppl/trunk/Makefile 2011-08-10 07:32:13 UTC (rev 15295)
@@ -0,0 +1,20 @@
+# $Id$
+#
+NAME = ppl
+VERSION = 0.11.2
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Parma Polyhedra Library
+define BLURB
+endef
+
+MASTER_SITES = http://www.cs.unipr.it/ppl/Download/ftp/releases/$(VERSION)/
+DISTFILES = $(DISTNAME).tar.gz
+
+VENDOR_URL = http://www.cs.unipr.it/ppl/
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/ppl/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/ppl/trunk/checksums
===================================================================
--- csw/mgar/pkg/ppl/trunk/checksums (rev 0)
+++ csw/mgar/pkg/ppl/trunk/checksums 2011-08-10 07:32:13 UTC (rev 15295)
@@ -0,0 +1 @@
+ce014f153a28006009db207ca953a984 ppl-0.11.2.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