diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-27 23:33:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-27 23:33:28 +0800 |
commit | 372975de177600d47c34972e68235e0bdff7ec85 (patch) | |
tree | fc19468a469739a94112e7acd62738dadb851f1c /textproc/py-Tempita | |
parent | f44cc4ec8e8bb5333b5216670fdb94667418d993 (diff) | |
download | freebsd-ports-gnome-372975de177600d47c34972e68235e0bdff7ec85.tar.gz freebsd-ports-gnome-372975de177600d47c34972e68235e0bdff7ec85.tar.zst freebsd-ports-gnome-372975de177600d47c34972e68235e0bdff7ec85.zip |
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/
Submitted by: Wen Heping <wenheping at gmail.com>
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%% |