diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-27 15:33:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-27 15:33:28 +0000 |
commit | 07e4c396391d56be4e11943f0d151e5111c8d29c (patch) | |
tree | ca1d201305b4f732dc28e020ac92feec9e2495e0 /textproc/py-Tempita | |
parent | c492d6cb01d6aa21fc3739941ae8b81b155884ec (diff) |
Notes
Diffstat (limited to 'textproc/py-Tempita')
-rw-r--r-- | textproc/py-Tempita/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-Tempita/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-Tempita/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/py-Tempita/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/py-Tempita/Makefile b/textproc/py-Tempita/Makefile new file mode 100644 index 000000000000..20cc3ff66898 --- /dev/null +++ b/textproc/py-Tempita/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Tempita +# Date created: 24 Feb, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Tempita +PORTVERSION= 0.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wenheping@gmail.com +COMMENT= A very small text templating language + +USE_PYTHON= 2.5 +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> diff --git a/textproc/py-Tempita/distinfo b/textproc/py-Tempita/distinfo new file mode 100644 index 000000000000..c6ea8120da12 --- /dev/null +++ b/textproc/py-Tempita/distinfo @@ -0,0 +1,3 @@ +MD5 (Tempita-0.3.tar.gz) = 81cbb5f38cf22f2b5c7e367986645561 +SHA256 (Tempita-0.3.tar.gz) = 789e4ff947b27cc2ab1148b14ee36c8034a69be491e51747ac390058ef44e8dd +SIZE (Tempita-0.3.tar.gz) = 21280 diff --git a/textproc/py-Tempita/pkg-descr b/textproc/py-Tempita/pkg-descr new file mode 100644 index 000000000000..9ea4490a4de9 --- /dev/null +++ b/textproc/py-Tempita/pkg-descr @@ -0,0 +1,7 @@ +Tempita is a small templating language for text substitution. +This isn't meant to be the Next Big Thing in templating; it's +just a handy little templating language for when your project +outgrows string.Template or % substitution. It's small, it +embeds Python in strings, and it doesn't do much else. + +WWW: http://pythonpaste.org/tempita/ diff --git a/textproc/py-Tempita/pkg-plist b/textproc/py-Tempita/pkg-plist new file mode 100644 index 000000000000..ddf68a1c022f --- /dev/null +++ b/textproc/py-Tempita/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |