pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-markdown Import py-markdown-1.6a. From DESCR:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72cec617dbab
branches:  trunk
changeset: 520859:72cec617dbab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 31 22:39:18 2006 +0000

description:
Import py-markdown-1.6a. From DESCR:
  Markdown is a text-to-HTML conversion tool for web writers. Markdown
  allows you to write using an easy-to-read, easy-to-write plain text
  format, then convert it to structurally valid XHTML (or HTML).

  This package provides a Python implementation.

diffstat:

 textproc/py-markdown/DESCR    |   5 +++++
 textproc/py-markdown/Makefile |  21 +++++++++++++++++++++
 textproc/py-markdown/PLIST    |   4 ++++
 textproc/py-markdown/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 0f2285174b3f -r 72cec617dbab textproc/py-markdown/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown/DESCR        Tue Oct 31 22:39:18 2006 +0000
@@ -0,0 +1,5 @@
+Markdown is a text-to-HTML conversion tool for web writers. Markdown
+allows you to write using an easy-to-read, easy-to-write plain text
+format, then convert it to structurally valid XHTML (or HTML).
+
+This package provides a Python implementation.
diff -r 0f2285174b3f -r 72cec617dbab textproc/py-markdown/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown/Makefile     Tue Oct 31 22:39:18 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/31 22:39:18 joerg Exp $
+#
+
+DISTNAME=              markdown-1.6a
+PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=            textproc python
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=python-markdown/}
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://www.freewisdom.org/projects/python-markdown/
+COMMENT=               XHTML generator using a simple markup
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                        ${WRKDIR}/markdown-1.6
+
+PYDISTUTILSPKG=                yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f2285174b3f -r 72cec617dbab textproc/py-markdown/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown/PLIST        Tue Oct 31 22:39:18 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/31 22:39:18 joerg Exp $
+${PYSITELIB}/markdown.py
+${PYSITELIB}/markdown.pyc
+${PYSITELIB}/markdown.pyo
diff -r 0f2285174b3f -r 72cec617dbab textproc/py-markdown/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown/distinfo     Tue Oct 31 22:39:18 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/31 22:39:18 joerg Exp $
+
+SHA1 (markdown-1.6a.zip) = 0fd9774039d7d0738bfdfdce92217a4c5b99a109
+RMD160 (markdown-1.6a.zip) = 631827fc4c15fa8240e738cfb299cf9c1d67467a
+Size (markdown-1.6a.zip) = 25236 bytes



Home | Main Index | Thread Index | Old Index