diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-29 22:13:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-29 22:13:43 +0800 |
commit | 7e447035552d770b0d306111d35e6c2ae6b9fa19 (patch) | |
tree | 8eb52436889c9fa4a6bd77331e4a4145ef93c027 /textproc/py-creole | |
parent | 285ae946000572158f585e185718823f9e1902de (diff) | |
download | freebsd-ports-graphics-7e447035552d770b0d306111d35e6c2ae6b9fa19.tar.gz freebsd-ports-graphics-7e447035552d770b0d306111d35e6c2ae6b9fa19.tar.zst freebsd-ports-graphics-7e447035552d770b0d306111d35e6c2ae6b9fa19.zip |
Python lib for:
* creole markup -> html
* html -> creole markup
WWW: http://code.google.com/p/python-creole/
PR: ports/137235
Submitted by: Stanislav Svirid <count at 211.ru>
Diffstat (limited to 'textproc/py-creole')
-rw-r--r-- | textproc/py-creole/Makefile | 22 | ||||
-rw-r--r-- | textproc/py-creole/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-creole/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/py-creole/pkg-plist | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile new file mode 100644 index 00000000000..05fa5dc4f7b --- /dev/null +++ b/textproc/py-creole/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-creole +# Date created: May 27 2009 +# Whom: Stanislav Svirid <count@211.ru> +# +# $FreeBSD$ +# + +PORTNAME= creole +PORTVERSION= 0.2.4 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= count@211.ru +COMMENT= Python lib for creole markup + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= python_creole + +.include <bsd.port.mk> diff --git a/textproc/py-creole/distinfo b/textproc/py-creole/distinfo new file mode 100644 index 00000000000..8f9715b5b15 --- /dev/null +++ b/textproc/py-creole/distinfo @@ -0,0 +1,3 @@ +MD5 (python-creole-0.2.4.tar.gz) = bffd76d1e8b27f3347570d1e744d6044 +SHA256 (python-creole-0.2.4.tar.gz) = 493ad24fbad65b056b1b570249dfd3a35284b3894a981188d2511663c29f7f66 +SIZE (python-creole-0.2.4.tar.gz) = 30040 diff --git a/textproc/py-creole/pkg-descr b/textproc/py-creole/pkg-descr new file mode 100644 index 00000000000..bf0c0a8c8b0 --- /dev/null +++ b/textproc/py-creole/pkg-descr @@ -0,0 +1,6 @@ +Python lib for: + + * creole markup -> html + * html -> creole markup + +WWW: http://code.google.com/p/python-creole/ diff --git a/textproc/py-creole/pkg-plist b/textproc/py-creole/pkg-plist new file mode 100644 index 00000000000..ddf68a1c022 --- /dev/null +++ b/textproc/py-creole/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |