aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-01-06 22:49:19 +0800
committertota <tota@FreeBSD.org>2011-01-06 22:49:19 +0800
commit601266452f5b1c2ba770df60361b342940bb04d1 (patch)
treed5e7ec41e90c54b833ac7e6c3e45284c0bfd1d1f /net
parent174c4811656a30e545c8f99b3eb9ad17cbd5209e (diff)
downloadfreebsd-ports-gnome-601266452f5b1c2ba770df60361b342940bb04d1.tar.gz
freebsd-ports-gnome-601266452f5b1c2ba770df60361b342940bb04d1.tar.zst
freebsd-ports-gnome-601266452f5b1c2ba770df60361b342940bb04d1.zip
- Add a new port: net/py-suds
A SOAP implementation for python. WWW: https://fedorahosted.org/suds/ PR: ports/153662 Submitted by: Corey Smith <corsmith_AT_gmail_DOT_com>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-suds/Makefile20
-rw-r--r--net/py-suds/distinfo2
-rw-r--r--net/py-suds/pkg-descr3
-rw-r--r--net/py-suds/pkg-plist1
5 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 140b69eb1ff5..5ee253ca5aac 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -873,6 +873,7 @@
SUBDIR += py-soappy-devel
SUBDIR += py-soapy
SUBDIR += py-spreadmodule
+ SUBDIR += py-suds
SUBDIR += py-timeoutsocket
SUBDIR += py-tofu
SUBDIR += py-twistedPair
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile
new file mode 100644
index 000000000000..253c3628470a
--- /dev/null
+++ b/net/py-suds/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: py-suds
+# Date created: 3 Jan 2011
+# Whom: Corey Smith
+#
+# $FreeBSD$
+#
+
+PORTNAME= suds
+PORTVERSION= 0.4
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= corsmith@gmail.com
+COMMENT= A SOAP implementation
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>
diff --git a/net/py-suds/distinfo b/net/py-suds/distinfo
new file mode 100644
index 000000000000..d47a6dc2d045
--- /dev/null
+++ b/net/py-suds/distinfo
@@ -0,0 +1,2 @@
+SHA256 (suds-0.4.tar.gz) = d5524ae523bb9e09c57bcdbd1efae2c287d20603688ea31f6020ed180a489af0
+SIZE (suds-0.4.tar.gz) = 104013
diff --git a/net/py-suds/pkg-descr b/net/py-suds/pkg-descr
new file mode 100644
index 000000000000..713a0af3258f
--- /dev/null
+++ b/net/py-suds/pkg-descr
@@ -0,0 +1,3 @@
+A SOAP implementation for python.
+
+WWW: https://fedorahosted.org/suds/
diff --git a/net/py-suds/pkg-plist b/net/py-suds/pkg-plist
new file mode 100644
index 000000000000..ddf68a1c022f
--- /dev/null
+++ b/net/py-suds/pkg-plist
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%