[csw-devel] SF.net SVN: gar:[17968] csw/mgar/pkg/lang-python
opk at users.sourceforge.net
opk at users.sourceforge.net
Mon May 7 16:17:39 CEST 2012
Revision: 17968
http://gar.svn.sourceforge.net/gar/?rev=17968&view=rev
Author: opk
Date: 2012-05-07 14:17:39 +0000 (Mon, 07 May 2012)
Log Message:
-----------
initial gnuplot.py packages
Added Paths:
-----------
csw/mgar/pkg/lang-python/gnuplot.py/
csw/mgar/pkg/lang-python/gnuplot.py/Makefile
csw/mgar/pkg/lang-python/gnuplot.py/branches/
csw/mgar/pkg/lang-python/gnuplot.py/tags/
csw/mgar/pkg/lang-python/gnuplot.py/trunk/
csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile
csw/mgar/pkg/lang-python/gnuplot.py/trunk/checksums
csw/mgar/pkg/lang-python/gnuplot.py/trunk/files/
Copied: csw/mgar/pkg/lang-python/gnuplot.py/Makefile (from rev 17965, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/gnuplot.py/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/gnuplot.py/Makefile 2012-05-07 14:17:39 UTC (rev 17968)
@@ -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/lang-python/gnuplot.py/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile 2012-05-07 14:17:39 UTC (rev 17968)
@@ -0,0 +1,33 @@
+# $Id$
+#
+NAME = gnuplot.py
+VERSION = 1.8
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = A Python interface to the gnuplot plotting program
+define BLURB
+ Gnuplot.py is a Python package that interfaces to gnuplot, the
+ popular open-source plotting program. It allows you to use gnuplot
+ from within Python to plot arrays of data from memory, data files, or
+ mathematical functions. If you use Python to perform computations or
+ as 'glue' for numerical programs, you can use this package to plot
+ data on the fly as they are computed. And the combination with Python
+ makes it is easy to automate things, including creating crude
+ 'animations' by plotting different datasets one after another.
+endef
+
+SF_PROJ = $(subst .,-,$(NAME))
+MASTER_SITES = $(SF_MIRRORS)
+DISTNAME = $(SF_PROJ)-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES = CSWpy-gnuplot
+CATALOGNAME_CSWpy-gnuplot = py_gnuplot
+
+RUNTIME_DEP_PKGS += CSWnumpy
+
+LICENSE = LICENSE.txt
+ARCHALL = 1
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/gnuplot.py/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/gnuplot.py/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/gnuplot.py/trunk/checksums 2012-05-07 14:17:39 UTC (rev 17968)
@@ -0,0 +1 @@
+abd6f571e7aec68ae7db90a5217cd5b1 gnuplot-py-1.8.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