[csw-devel] SF.net SVN: gar:[19315] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Sep 28 21:51:50 CEST 2012


Revision: 19315
          http://gar.svn.sourceforge.net/gar/?rev=19315&view=rev
Author:   dmichelsen
Date:     2012-09-28 19:51:50 +0000 (Fri, 28 Sep 2012)
Log Message:
-----------
lang-python/dpkt: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/dpkt/trunk/Makefile
    csw/mgar/pkg/lang-python/dpkt/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lang-python/dpkt/

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/dpkt/trunk/files/COPYING
    csw/mgar/pkg/lang-python/dpkt/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/lang-python/dpkt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyboto/trunk/Makefile	2012-08-16 19:31:59 UTC (rev 18981)
+++ csw/mgar/pkg/lang-python/dpkt/trunk/Makefile	2012-09-28 19:51:50 UTC (rev 19315)
@@ -1,38 +1,23 @@
-NAME = pyboto
-VERSION = 1.9b
+NAME = dpkt
+VERSION = 1.7
 CATEGORIES = python
 GARTYPE = v2
 
-DESCRIPTION = Python interfaces to Amazon Web Services
-define BLURB
-  An integrated interface to current and future infrastructural services
-  offered by Amazon Web Services. The goal of boto is to provide a very
-  simple, easy to use, lightweight wrapper around the Amazon services.
-endef
+DESCRIPTION = Python packet creation and parsing library
 
-PACKAGES = CSWpy-boto
-CATALOGNAME = py_boto
+PACKAGES = CSWpy-dpkt
 
-VENDOR_URL     = http://code.google.com/p/boto/
-MASTER_SITES   = $(GOOGLE_MIRROR)
-GOOGLE_PROJECT = boto
-DISTNAME       = $(GOOGLE_PROJECT)-$(VERSION)
-DISTFILES      = $(DISTNAME).tar.gz
-UFILES_REGEX   = $(GOOGLE_PROJECT)-(\d+(?:\.\d+)*).tar.gz
+MASTER_SITES += $(GOOGLE_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+UFILES_REGEX = $(GOOGLE_PROJECT)-(\d+(?:\.\d+)*).tar.gz
 
-LICENSE = files/COPYING
+VENDOR_URL = http://code.google.com/p/dpkt/
+
+LICENSE = LICENSE
 ARCHALL = 1
 
+# There is no testsuite
+TEST_SCRIPTS =
+
 include gar/category.mk
 
-post-install-modulated:
-	ginstall -D $(WORKSRC)/README \
-		$(DESTDIR)$(docdir)/$(CATALOGNAME)/README
-	@$(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)

Modified: csw/mgar/pkg/lang-python/dpkt/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pyboto/trunk/checksums	2012-08-16 19:31:59 UTC (rev 18981)
+++ csw/mgar/pkg/lang-python/dpkt/trunk/checksums	2012-09-28 19:51:50 UTC (rev 19315)
@@ -1 +1 @@
-4fc2fd7b70a971b1363f8465aafe7091  boto-1.9b.tar.gz
+0baa25fd5d87066cf6189a66cf452ac0  dpkt-1.7.tar.gz

Deleted: csw/mgar/pkg/lang-python/dpkt/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/lang-python/pyboto/trunk/files/COPYING	2012-08-16 19:31:59 UTC (rev 18981)
+++ csw/mgar/pkg/lang-python/dpkt/trunk/files/COPYING	2012-09-28 19:51:50 UTC (rev 19315)
@@ -1,21 +0,0 @@
-The MIT License
-
-Copyright (c) <year> <copyright holders>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Deleted: csw/mgar/pkg/lang-python/dpkt/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/pyboto/trunk/files/changelog.CSW	2012-08-16 19:31:59 UTC (rev 18981)
+++ csw/mgar/pkg/lang-python/dpkt/trunk/files/changelog.CSW	2012-09-28 19:51:50 UTC (rev 19315)
@@ -1,5 +0,0 @@
-py_boto (1.9b,REV=2010.05.26)
-
-  * Initial release.
-
- -- Sebastian Kayser <skayser at opencsw.org>  Wed, 26 May 2010 09:44:57 +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