diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-07 05:03:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-07 05:03:19 +0800 |
commit | a15d6a229c9f75b3359e1347fd19420b483e71a1 (patch) | |
tree | 9120a1d56d1e1d718c53885cecf3951a6b294434 /www | |
parent | 5290241046b24947dffa149634ea69ea4ce01307 (diff) | |
download | freebsd-ports-gnome-a15d6a229c9f75b3359e1347fd19420b483e71a1.tar.gz freebsd-ports-gnome-a15d6a229c9f75b3359e1347fd19420b483e71a1.tar.zst freebsd-ports-gnome-a15d6a229c9f75b3359e1347fd19420b483e71a1.zip |
Textile is a Python implementation of the Textile
(http://textism.com/tools/textile) markup language.
WWW: http://code.google.com/p/pytextile/
PR: ports/127139
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-textile/Makefile | 23 | ||||
-rw-r--r-- | www/py-textile/distinfo | 3 | ||||
-rw-r--r-- | www/py-textile/pkg-descr | 4 | ||||
-rw-r--r-- | www/py-textile/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 55cc090f1b0f..8cc76777a572 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1186,6 +1186,7 @@ SUBDIR += py-scgi SUBDIR += py-scriptaculous SUBDIR += py-slimmer + SUBDIR += py-textile SUBDIR += py-tgwebservices SUBDIR += py-turbodjango SUBDIR += py-turbogears diff --git a/www/py-textile/Makefile b/www/py-textile/Makefile new file mode 100644 index 000000000000..67ac54f05b82 --- /dev/null +++ b/www/py-textile/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: py-textile +# Date created: 2008-09-05 +# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= textile +PORTVERSION= 2.0.11 +CATEGORIES= www textproc +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yzlin@cs.nctu.edu.tw +COMMENT= Textile markup generator written in Python + +PROJECTHOST= pytextile +USE_PYTHON= 2.5+ +USE_PYDISTUTILS= easy_install +PYDISTUTILS_NOEGGINFO= yes +PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} + +.include <bsd.port.mk> diff --git a/www/py-textile/distinfo b/www/py-textile/distinfo new file mode 100644 index 000000000000..bce90adb12ed --- /dev/null +++ b/www/py-textile/distinfo @@ -0,0 +1,3 @@ +MD5 (textile-2.0.11.tar.gz) = a94aee1f9610aae6605c6e72b6a1f660 +SHA256 (textile-2.0.11.tar.gz) = 8d1f277c541d2638f8be3fa5ebb01762e01ce9d1792ae7bcdca443716964bf59 +SIZE (textile-2.0.11.tar.gz) = 28727 diff --git a/www/py-textile/pkg-descr b/www/py-textile/pkg-descr new file mode 100644 index 000000000000..64d93c1dcccf --- /dev/null +++ b/www/py-textile/pkg-descr @@ -0,0 +1,4 @@ +Textile is a Python implementation of the Textile +(http://textism.com/tools/textile) markup language. + +WWW: http://code.google.com/p/pytextile/ diff --git a/www/py-textile/pkg-plist b/www/py-textile/pkg-plist new file mode 100644 index 000000000000..47682a96305b --- /dev/null +++ b/www/py-textile/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/textile-%%VERSION%%-py%%PYVER%%.egg |