From a8d3b871cb3a7fcdeb310b81857d094aee77433a Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Fri, 15 Apr 2005 04:52:20 +0000 Subject: [PATCH] - Add py-twistedXish, "Xish is XML-ish". PR: ports/79933 Submitted by: Neal Nelson --- devel/Makefile | 1 + devel/py-twistedXish/Makefile | 29 +++++++++++++++++++++++++++ devel/py-twistedXish/distinfo | 2 ++ devel/py-twistedXish/pkg-descr | 5 +++++ devel/py-twistedXish/pkg-plist | 36 ++++++++++++++++++++++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 devel/py-twistedXish/Makefile create mode 100644 devel/py-twistedXish/distinfo create mode 100644 devel/py-twistedXish/pkg-descr create mode 100644 devel/py-twistedXish/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 518af4cb39cc..07cabe78c38c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1317,6 +1317,7 @@ SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner + SUBDIR += py-twistedXish SUBDIR += py-ui SUBDIR += py-unit SUBDIR += py-urwid diff --git a/devel/py-twistedXish/Makefile b/devel/py-twistedXish/Makefile new file mode 100644 index 000000000000..b5d82970d6b9 --- /dev/null +++ b/devel/py-twistedXish/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: py-twistedXish +# Date created: 14 April 2005 +# Whom: Neal Nelson +# +# $FreeBSD$ +# + +PORTNAME= twistedXish +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= http://twistedmatrix.com/downloads/Xish/0.1/ \ + http://tmrc.mit.edu/mirror/twisted/Xish/0.1/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= TwistedXish-${PORTVERSION} + +MAINTAINER= neal@nelson.name +COMMENT= Twisted Xish is XML-ish + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore + +WRKSRC= ${WRKDIR}/TwistedXish-${PORTVERSION} + +USE_BZIP2= yes +USE_PYTHON= 2.2+ +USE_PYDISTUTILS= yes + +PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} + +.include diff --git a/devel/py-twistedXish/distinfo b/devel/py-twistedXish/distinfo new file mode 100644 index 000000000000..4d26b657ab4e --- /dev/null +++ b/devel/py-twistedXish/distinfo @@ -0,0 +1,2 @@ +MD5 (TwistedXish-0.1.0.tar.bz2) = 7b1f88640517a6bf3524ddab279996f4 +SIZE (TwistedXish-0.1.0.tar.bz2) = 20640 diff --git a/devel/py-twistedXish/pkg-descr b/devel/py-twistedXish/pkg-descr new file mode 100644 index 000000000000..b0e86fd2bd51 --- /dev/null +++ b/devel/py-twistedXish/pkg-descr @@ -0,0 +1,5 @@ +Twisted Xish is XML-ish. + +Twisted Lore is available under the MIT Free Software licence. + +WWW: http://twistedmatrix.com/ diff --git a/devel/py-twistedXish/pkg-plist b/devel/py-twistedXish/pkg-plist new file mode 100644 index 000000000000..c2fba02c3bfb --- /dev/null +++ b/devel/py-twistedXish/pkg-plist @@ -0,0 +1,36 @@ +%%S%%/twisted/xish/__init__.py +%%S%%/twisted/xish/__init__.pyc +%%S%%/twisted/xish/__init__.pyo +%%S%%/twisted/xish/domish.py +%%S%%/twisted/xish/domish.pyc +%%S%%/twisted/xish/domish.pyo +%%S%%/twisted/xish/test/__init__.py +%%S%%/twisted/xish/test/__init__.pyc +%%S%%/twisted/xish/test/__init__.pyo +%%S%%/twisted/xish/test/test_domish.py +%%S%%/twisted/xish/test/test_domish.pyc +%%S%%/twisted/xish/test/test_domish.pyo +%%S%%/twisted/xish/test/test_xishutil.py +%%S%%/twisted/xish/test/test_xishutil.pyc +%%S%%/twisted/xish/test/test_xishutil.pyo +%%S%%/twisted/xish/test/test_xmlstream.py +%%S%%/twisted/xish/test/test_xmlstream.pyc +%%S%%/twisted/xish/test/test_xmlstream.pyo +%%S%%/twisted/xish/test/test_xpath.py +%%S%%/twisted/xish/test/test_xpath.pyc +%%S%%/twisted/xish/test/test_xpath.pyo +%%S%%/twisted/xish/utility.py +%%S%%/twisted/xish/utility.pyc +%%S%%/twisted/xish/utility.pyo +%%S%%/twisted/xish/xmlstream.py +%%S%%/twisted/xish/xmlstream.pyc +%%S%%/twisted/xish/xmlstream.pyo +%%S%%/twisted/xish/xpath.py +%%S%%/twisted/xish/xpath.pyc +%%S%%/twisted/xish/xpath.pyo +%%S%%/twisted/xish/xpathparser.g +%%S%%/twisted/xish/xpathparser.py +%%S%%/twisted/xish/xpathparser.pyc +%%S%%/twisted/xish/xpathparser.pyo +@dirrm %%S%%/twisted/xish/test +@dirrm %%S%%/twisted/xish