[csw-devel] SF.net SVN: gar:[19444] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Oct 14 22:46:26 CEST 2012
Revision: 19444
http://gar.svn.sourceforge.net/gar/?rev=19444&view=rev
Author: dmichelsen
Date: 2012-10-14 20:46:26 +0000 (Sun, 14 Oct 2012)
Log Message:
-----------
lang-python/uniconvertor: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/uniconvertor/
csw/mgar/pkg/lang-python/uniconvertor/Makefile
csw/mgar/pkg/lang-python/uniconvertor/branches/
csw/mgar/pkg/lang-python/uniconvertor/tags/
csw/mgar/pkg/lang-python/uniconvertor/trunk/
csw/mgar/pkg/lang-python/uniconvertor/trunk/Makefile
csw/mgar/pkg/lang-python/uniconvertor/trunk/checksums
csw/mgar/pkg/lang-python/uniconvertor/trunk/files/
Added: csw/mgar/pkg/lang-python/uniconvertor/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/uniconvertor/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/uniconvertor/Makefile 2012-10-14 20:46:26 UTC (rev 19444)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/lang-python/uniconvertor/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/lang-python/uniconvertor/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/uniconvertor/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/uniconvertor/trunk/Makefile 2012-10-14 20:46:26 UTC (rev 19444)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = uniconvertor
+VERSION = 1.1.5
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = UniConvertor is a universal vector graphics translator
+
+MASTER_SITES = http://uniconvertor.googlecode.com/files/
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES += CSWuniconvertor
+SPKG_DESC_CSWuniconvertor = UniConvertor is a universal vector graphics translator
+RUNTIME_DEP_PKGS_CSWuniconvertor += CSWlibpython2-6-1-0
+
+# This is intentional as it is a program, not a module
+CHECKPKG_OVERRIDES_CSWuniconvertor += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWuniconvertor += catalogname-does-not-start-with-py_
+
+# This is the default font location, I guess Solaris does not ship suitable fonts,
+# leave for now until we have something better to depend on
+CHECKPKG_OVERRIDES_CSWuniconvertor += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/uniconvertor/app/conf/configurator.py
+
+# There is no testsuite
+TEST_SCRIPTS =
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/lang-python/uniconvertor/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/uniconvertor/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/uniconvertor/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/uniconvertor/trunk/checksums 2012-10-14 20:46:26 UTC (rev 19444)
@@ -0,0 +1 @@
+d1272315a58304ece2ff588834e23f72 uniconvertor-1.1.5.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