From 07e4c396391d56be4e11943f0d151e5111c8d29c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 27 Feb 2009 15:33:28 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/py-Tempita/Makefile | 20 ++++++++++++++++++++ textproc/py-Tempita/distinfo | 3 +++ textproc/py-Tempita/pkg-descr | 7 +++++++ textproc/py-Tempita/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 textproc/py-Tempita/Makefile create mode 100644 textproc/py-Tempita/distinfo create mode 100644 textproc/py-Tempita/pkg-descr create mode 100644 textproc/py-Tempita/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 6995905efe95..f2bbd9ed1372 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -851,6 +851,7 @@ SUBDIR += py-4suite SUBDIR += py-4suite-xml SUBDIR += py-HyperText + SUBDIR += py-Tempita SUBDIR += py-asv SUBDIR += py-chardet SUBDIR += py-csv 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 +# +# $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 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%%