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>
This commit is contained in:
parent
546d58321e
commit
ea4f66d196
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238621
5 changed files with 33 additions and 0 deletions
|
@ -904,6 +904,7 @@
|
|||
SUBDIR += py-Tempita
|
||||
SUBDIR += py-asv
|
||||
SUBDIR += py-chardet
|
||||
SUBDIR += py-creole
|
||||
SUBDIR += py-csv
|
||||
SUBDIR += py-docutils
|
||||
SUBDIR += py-dsv
|
||||
|
|
22
textproc/py-creole/Makefile
Normal file
22
textproc/py-creole/Makefile
Normal file
|
@ -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>
|
3
textproc/py-creole/distinfo
Normal file
3
textproc/py-creole/distinfo
Normal file
|
@ -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
|
6
textproc/py-creole/pkg-descr
Normal file
6
textproc/py-creole/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Python lib for:
|
||||
|
||||
* creole markup -> html
|
||||
* html -> creole markup
|
||||
|
||||
WWW: http://code.google.com/p/python-creole/
|
1
textproc/py-creole/pkg-plist
Normal file
1
textproc/py-creole/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in a new issue