[csw-devel] SF.net SVN: gar:[18515] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jun 25 00:14:53 CEST 2012
Revision: 18515
http://gar.svn.sourceforge.net/gar/?rev=18515&view=rev
Author: wahwah
Date: 2012-06-24 22:14:53 +0000 (Sun, 24 Jun 2012)
Log Message:
-----------
matplotlib/trunk: the setup script is stupid and tries to compile C++ sources with a C compiler
Added Paths:
-----------
csw/mgar/pkg/matplotlib/
csw/mgar/pkg/matplotlib/Makefile
csw/mgar/pkg/matplotlib/branches/
csw/mgar/pkg/matplotlib/tags/
csw/mgar/pkg/matplotlib/trunk/
csw/mgar/pkg/matplotlib/trunk/Makefile
csw/mgar/pkg/matplotlib/trunk/checksums
csw/mgar/pkg/matplotlib/trunk/files/
Added: csw/mgar/pkg/matplotlib/Makefile
===================================================================
--- csw/mgar/pkg/matplotlib/Makefile (rev 0)
+++ csw/mgar/pkg/matplotlib/Makefile 2012-06-24 22:14:53 UTC (rev 18515)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/matplotlib/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/matplotlib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/matplotlib/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/matplotlib/trunk/Makefile 2012-06-24 22:14:53 UTC (rev 18515)
@@ -0,0 +1,16 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+NAME = matplotlib
+VERSION = 1.1.0
+CATEGORIES = python
+DESCRIPTION = A pure python plotting library
+define BLURB
+endef
+SPKG_SOURCEURL = http://matplotlib.sourceforge.net/
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(DISTNAME).tar.gz
+LICENSE = LICENSE.txt
+CONFIGURE_ARGS = $(DIRPATHS)
+include gar/category.mk
Property changes on: csw/mgar/pkg/matplotlib/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/matplotlib/trunk/checksums
===================================================================
--- csw/mgar/pkg/matplotlib/trunk/checksums (rev 0)
+++ csw/mgar/pkg/matplotlib/trunk/checksums 2012-06-24 22:14:53 UTC (rev 18515)
@@ -0,0 +1 @@
+57a627f30b3b27821f808659889514c2 matplotlib-1.1.0.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