[csw-devel] SF.net SVN: gar:[14108] csw/mgar/pkg/lang-python
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sat Apr 9 00:11:26 CEST 2011
Revision: 14108
http://gar.svn.sourceforge.net/gar/?rev=14108&view=rev
Author: skayser
Date: 2011-04-08 22:11:26 +0000 (Fri, 08 Apr 2011)
Log Message:
-----------
lang-python/quixote: initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/quixote/
csw/mgar/pkg/lang-python/quixote/branches/
csw/mgar/pkg/lang-python/quixote/tags/
csw/mgar/pkg/lang-python/quixote/trunk/
csw/mgar/pkg/lang-python/quixote/trunk/Makefile
csw/mgar/pkg/lang-python/quixote/trunk/checksums
csw/mgar/pkg/lang-python/quixote/trunk/files/
csw/mgar/pkg/lang-python/quixote/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/lang-python/quixote/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/lang-python/quixote/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/quixote/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/quixote/trunk/Makefile 2011-04-08 22:11:26 UTC (rev 14108)
@@ -0,0 +1,36 @@
+# $Id$
+NAME = quixote
+VERSION = 2.7
+CATEGORIES = python
+
+DESCRIPTION = Web framework targeted at flexibility and high-performance
+define BLURB
+ Quixote is a framework for writing Web-based applications using Python.
+ Its goals are flexibility and high-performance, in that order. The two
+ major versions of Quixote, version 1 and version 2, are simliar but
+ incompatible with each other. Both are actively maintained and are used
+ by numerous public sites.
+endef
+
+VENDOR_URL = http://quixote.ca/
+MASTER_SITES = http://quixote.ca/releases/
+DISTNAME = $(subst q,Q,$(NAME))-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES = py_quixote
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+post-install-modulated:
+ mkdir -p $(DESTDIR)$(docdir)/$(PACKAGES)
+ gcp -r $(WORKSRC)/doc/* $(DESTDIR)$(docdir)/$(PACKAGES)
+ @$(MAKECOOKIE)
+
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+ ginstall -D $(FILEDIR)/changelog.CSW \
+ $(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/lang-python/quixote/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/quixote/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/quixote/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/quixote/trunk/checksums 2011-04-08 22:11:26 UTC (rev 14108)
@@ -0,0 +1 @@
+1757c1b087404eb1a84f2a09daa179e8 Quixote-2.7.tar.gz
Added: csw/mgar/pkg/lang-python/quixote/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/quixote/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/lang-python/quixote/trunk/files/changelog.CSW 2011-04-08 22:11:26 UTC (rev 14108)
@@ -0,0 +1,5 @@
+py_quixote (2.7,REV=2011.04.09)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Sat, 9 Apr 2011 00:05:38 +0200
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