diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-28 23:22:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-28 23:22:43 +0000 |
commit | 279f0ad5ca554c0d14c2fc5290cb8e4870929cf5 (patch) | |
tree | 5e433facb14fec6c8a1822da5d32a23892cf87df /textproc | |
parent | 8f7556133f83ff754d71de28a363f5793aabcc45 (diff) | |
download | pkgsrc-279f0ad5ca554c0d14c2fc5290cb8e4870929cf5.tar.gz |
Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak and
slightly modified by me.
Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-textile/DESCR | 3 | ||||
-rw-r--r-- | textproc/py-textile/MESSAGE | 11 | ||||
-rw-r--r-- | textproc/py-textile/Makefile | 17 | ||||
-rw-r--r-- | textproc/py-textile/PLIST | 4 | ||||
-rw-r--r-- | textproc/py-textile/distinfo | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/py-textile/DESCR b/textproc/py-textile/DESCR new file mode 100644 index 00000000000..90426d75306 --- /dev/null +++ b/textproc/py-textile/DESCR @@ -0,0 +1,3 @@ +Textile is a XHTML generator using a simple markup developed by Dean Allen. +This is a Python port with support for code validation, itex to MathML +translation, Python code coloring and much more. diff --git a/textproc/py-textile/MESSAGE b/textproc/py-textile/MESSAGE new file mode 100644 index 00000000000..007501d00b1 --- /dev/null +++ b/textproc/py-textile/MESSAGE @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/03/28 23:22:43 minskim Exp $ + +If you have Twisted installed, Textile can automatically colorize your +Python code if you specify its language as Python. + +Twisted package is available at: + + wip/py-twisted + +=========================================================================== diff --git a/textproc/py-textile/Makefile b/textproc/py-textile/Makefile new file mode 100644 index 00000000000..743dac78b39 --- /dev/null +++ b/textproc/py-textile/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 23:22:43 minskim Exp $ +# + +DISTNAME= textile-2 +PKGNAME= ${PYPKGPREFIX}-textile-2.0 +CATEGORIES= textproc +MASTER_SITES= http://dealmeida.net/code/ + +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://dealmeida.net/projects/textile/ +COMMENT= XHTML generator using a simple markup + +PYDISTUTILSPKG= yes +NO_CONFIGURE= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-textile/PLIST b/textproc/py-textile/PLIST new file mode 100644 index 00000000000..8028312f799 --- /dev/null +++ b/textproc/py-textile/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 23:22:43 minskim Exp $ +${PYSITELIB}/textile.py +${PYSITELIB}/textile.pyc +${PYSITELIB}/textile.pyo diff --git a/textproc/py-textile/distinfo b/textproc/py-textile/distinfo new file mode 100644 index 00000000000..7d5d80d91af --- /dev/null +++ b/textproc/py-textile/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/28 23:22:43 minskim Exp $ + +SHA1 (textile-2.tar.gz) = 229773d92836f924dec144ddf3f888c93ebc2b6d +Size (textile-2.tar.gz) = 26282 bytes |