From 34a8a538198313d9a9f21f48df6430f35018a953 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 28 Mar 2004 23:22:43 +0000 Subject: 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. --- textproc/py-textile/DESCR | 3 +++ textproc/py-textile/MESSAGE | 11 +++++++++++ textproc/py-textile/Makefile | 17 +++++++++++++++++ textproc/py-textile/PLIST | 4 ++++ textproc/py-textile/distinfo | 4 ++++ 5 files changed, 39 insertions(+) create mode 100644 textproc/py-textile/DESCR create mode 100644 textproc/py-textile/MESSAGE create mode 100644 textproc/py-textile/Makefile create mode 100644 textproc/py-textile/PLIST create mode 100644 textproc/py-textile/distinfo (limited to 'textproc') 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 -- cgit v1.2.3