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>
This commit is contained in:
parent
79bdc3b3c1
commit
81a5aa587b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220013
5 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
23
www/py-textile/Makefile
Normal file
23
www/py-textile/Makefile
Normal file
|
@ -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>
|
3
www/py-textile/distinfo
Normal file
3
www/py-textile/distinfo
Normal file
|
@ -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
|
4
www/py-textile/pkg-descr
Normal file
4
www/py-textile/pkg-descr
Normal file
|
@ -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/
|
1
www/py-textile/pkg-plist
Normal file
1
www/py-textile/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/textile-%%VERSION%%-py%%PYVER%%.egg
|
Loading…
Reference in a new issue