diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 17:01:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 17:01:56 +0000 |
commit | f66235fda384b2ff2c0ad411becbf0e54ce2900d (patch) | |
tree | 2a08cab1da97e6f87545541e2616e2f2fcfceb3a /devel/py-istring | |
parent | 8f84e23351b7663a3efc83531eaab3b53ad84bf7 (diff) | |
download | ports-f66235fda384b2ff2c0ad411becbf0e54ce2900d.tar.gz ports-f66235fda384b2ff2c0ad411becbf0e54ce2900d.zip |
Notes
Diffstat (limited to 'devel/py-istring')
-rw-r--r-- | devel/py-istring/Makefile | 22 | ||||
-rw-r--r-- | devel/py-istring/distinfo | 1 | ||||
-rw-r--r-- | devel/py-istring/pkg-comment | 1 | ||||
-rw-r--r-- | devel/py-istring/pkg-descr | 9 | ||||
-rw-r--r-- | devel/py-istring/pkg-plist | 13 |
5 files changed, 46 insertions, 0 deletions
diff --git a/devel/py-istring/Makefile b/devel/py-istring/Makefile new file mode 100644 index 000000000000..b90b0309273d --- /dev/null +++ b/devel/py-istring/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: py-istring +# Date created: Apr 28, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= istring +PORTVERSION= 1.0.1 +CATEGORIES= devel python +MASTER_SITES= http://www.neosynapse.net/downloads/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/devel/py-istring/distinfo b/devel/py-istring/distinfo new file mode 100644 index 000000000000..f6e36b995ea8 --- /dev/null +++ b/devel/py-istring/distinfo @@ -0,0 +1 @@ +MD5 (istring101.tar.gz) = c29de4b6ae954e113c8a9421f983c020 diff --git a/devel/py-istring/pkg-comment b/devel/py-istring/pkg-comment new file mode 100644 index 000000000000..48f38b203f86 --- /dev/null +++ b/devel/py-istring/pkg-comment @@ -0,0 +1 @@ +Interpolated Strings diff --git a/devel/py-istring/pkg-descr b/devel/py-istring/pkg-descr new file mode 100644 index 000000000000..ff7f09b4d0d4 --- /dev/null +++ b/devel/py-istring/pkg-descr @@ -0,0 +1,9 @@ +istring is an interpolated string class, which means you can substitute +variables into a string, like this: + + >>> j = 3 + >>> s = istring("j is $j") + >>> s + 'j is 3' + +WWW: http://www.neosynapse.net/interpolated_string.htm diff --git a/devel/py-istring/pkg-plist b/devel/py-istring/pkg-plist new file mode 100644 index 000000000000..7f8b806fbbee --- /dev/null +++ b/devel/py-istring/pkg-plist @@ -0,0 +1,13 @@ +lib/%%PYTHON_VERSION%%/site-packages/neo/__init__.py +lib/%%PYTHON_VERSION%%/site-packages/neo/__init__.pyc +lib/%%PYTHON_VERSION%%/site-packages/neo/__init__.pyo +lib/%%PYTHON_VERSION%%/site-packages/neo/common_testing.py +lib/%%PYTHON_VERSION%%/site-packages/neo/common_testing.pyc +lib/%%PYTHON_VERSION%%/site-packages/neo/common_testing.pyo +lib/%%PYTHON_VERSION%%/site-packages/neo/constants.py +lib/%%PYTHON_VERSION%%/site-packages/neo/constants.pyc +lib/%%PYTHON_VERSION%%/site-packages/neo/constants.pyo +lib/%%PYTHON_VERSION%%/site-packages/neo/utilities.py +lib/%%PYTHON_VERSION%%/site-packages/neo/utilities.pyc +lib/%%PYTHON_VERSION%%/site-packages/neo/utilities.pyo +@dirrm lib/%%PYTHON_VERSION%%/site-packages/neo |