pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-creole Import py-creole 0.2.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3f5890bbce9
branches:  trunk
changeset: 571348:b3f5890bbce9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 11 13:01:54 2010 +0000

description:
Import py-creole 0.2.5:

py-creole is a converter between HTML and the Creole markup language.
Creole is a markup language that was created to simplify sharing content
between different wikis.  It is supported by MoinMoin and various other
engines.  The full language is descript in http://www.wikicreole.org/.

diffstat:

 textproc/py-creole/DESCR    |   4 ++++
 textproc/py-creole/Makefile |  20 ++++++++++++++++++++
 textproc/py-creole/PLIST    |  45 +++++++++++++++++++++++++++++++++++++++++++++
 textproc/py-creole/distinfo |   5 +++++
 4 files changed, 74 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 0e9afa3ddfca -r b3f5890bbce9 textproc/py-creole/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-creole/DESCR  Thu Feb 11 13:01:54 2010 +0000
@@ -0,0 +1,4 @@
+py-creole is a converter between HTML and the Creole markup language.
+Creole is a markup language that was created to simplify sharing content
+between different wikis.  It is supported by MoinMoin and various other
+engines.  The full language is descript in http://www.wikicreole.org/.
diff -r 0e9afa3ddfca -r b3f5890bbce9 textproc/py-creole/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-creole/Makefile       Thu Feb 11 13:01:54 2010 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/11 13:01:54 joerg Exp $
+#
+
+VERS=          0.2.5
+DISTNAME=      python-creole-${VERS}
+PKGNAME=       ${PYPKGPREFIX}-creole-${VERS}
+EGG_NAME=      python_creole-${VERS}
+CATEGORIES=    textproc www python
+MASTER_SITES=  http://pypi.python.org/packages/source/p/python-creole/
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      http://code.google.com/p/python-creole/
+COMMENT=       Creole <-> HTML converter
+
+LICENSE=       gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0e9afa3ddfca -r b3f5890bbce9 textproc/py-creole/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-creole/PLIST  Thu Feb 11 13:01:54 2010 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/11 13:01:54 joerg Exp $
+${PYSITELIB}/creole/__init__.py
+${PYSITELIB}/creole/__init__.pyc
+${PYSITELIB}/creole/__init__.pyo
+${PYSITELIB}/creole/creole2html.py
+${PYSITELIB}/creole/creole2html.pyc
+${PYSITELIB}/creole/creole2html.pyo
+${PYSITELIB}/creole/creole_parser.py
+${PYSITELIB}/creole/creole_parser.pyc
+${PYSITELIB}/creole/creole_parser.pyo
+${PYSITELIB}/creole/default_macros.py
+${PYSITELIB}/creole/default_macros.pyc
+${PYSITELIB}/creole/default_macros.pyo
+${PYSITELIB}/creole/html2creole.py
+${PYSITELIB}/creole/html2creole.pyc
+${PYSITELIB}/creole/html2creole.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/run_all_tests.py
+${PYSITELIB}/tests/run_all_tests.pyc
+${PYSITELIB}/tests/run_all_tests.pyo
+${PYSITELIB}/tests/test_creole2html.py
+${PYSITELIB}/tests/test_creole2html.pyc
+${PYSITELIB}/tests/test_creole2html.pyo
+${PYSITELIB}/tests/test_cross_compare.py
+${PYSITELIB}/tests/test_cross_compare.pyc
+${PYSITELIB}/tests/test_cross_compare.pyo
+${PYSITELIB}/tests/test_html2creole.py
+${PYSITELIB}/tests/test_html2creole.pyc
+${PYSITELIB}/tests/test_html2creole.pyo
+${PYSITELIB}/tests/utils/__init__.py
+${PYSITELIB}/tests/utils/__init__.pyc
+${PYSITELIB}/tests/utils/__init__.pyo
+${PYSITELIB}/tests/utils/base_unittest.py
+${PYSITELIB}/tests/utils/base_unittest.pyc
+${PYSITELIB}/tests/utils/base_unittest.pyo
+${PYSITELIB}/tests/utils/utils.py
+${PYSITELIB}/tests/utils/utils.pyc
+${PYSITELIB}/tests/utils/utils.pyo
diff -r 0e9afa3ddfca -r b3f5890bbce9 textproc/py-creole/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-creole/distinfo       Thu Feb 11 13:01:54 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/11 13:01:54 joerg Exp $
+
+SHA1 (python-creole-0.2.5.tar.gz) = cdc05b235a1ec66153b4078b7cbfea2efebfa248
+RMD160 (python-creole-0.2.5.tar.gz) = 05f5e579a5b886402bd832ed64b3b66b5536641d
+Size (python-creole-0.2.5.tar.gz) = 31024 bytes



Home | Main Index | Thread Index | Old Index