pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-textile Import py-textile from pkgsrc-wip....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d132a387975d
branches:  trunk
changeset: 471505:d132a387975d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 28 23:22:43 2004 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (59 lines):

diff -r 838068d3197f -r d132a387975d textproc/py-textile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-textile/DESCR Sun Mar 28 23:22:43 2004 +0000
@@ -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 -r 838068d3197f -r d132a387975d textproc/py-textile/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-textile/MESSAGE       Sun Mar 28 23:22:43 2004 +0000
@@ -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 -r 838068d3197f -r d132a387975d textproc/py-textile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-textile/Makefile      Sun Mar 28 23:22:43 2004 +0000
@@ -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@localhost
+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 -r 838068d3197f -r d132a387975d textproc/py-textile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-textile/PLIST Sun Mar 28 23:22:43 2004 +0000
@@ -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 -r 838068d3197f -r d132a387975d textproc/py-textile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-textile/distinfo      Sun Mar 28 23:22:43 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index