Date: Thu, 4 Jun 2009 08:54:06 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135247: [NEW PORT]textproc/py-markdown2:A fast and complete Python implementaion of Markdown Message-ID: <200906040854.n548s6P8038191@www.freebsd.org> Resent-Message-ID: <200906040900.n5490ABF043013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135247 >Category: ports >Synopsis: [NEW PORT]textproc/py-markdown2:A fast and complete Python implementaion of Markdown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 04 09:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1 i386 >Description: py-markdown2 provides a converter written in Python that closely matches the behaviour of the original Perl-implemented Markdown.pl. There is another Python markdown.py , but markdown2.py is faster and, to my knowledge, more correct. Markdown is a light text markup format and a processor to convert that to HTML. WWW: http://code.google.com/p/python-markdown2/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-markdown2 # py-markdown2/pkg-descr # py-markdown2/Makefile # py-markdown2/pkg-plist # py-markdown2/distinfo # echo c - py-markdown2 mkdir -p py-markdown2 > /dev/null 2>&1 echo x - py-markdown2/pkg-descr sed 's/^X//' >py-markdown2/pkg-descr << '589871bcd3045279e3a9b4e5da218de7' Xpy-markdown2 provides a converter written in Python that closely Xmatches the behaviour of the original Perl-implemented Markdown.pl. XThere is another Python markdown.py , but markdown2.py is faster Xand, to my knowledge, more correct. X XMarkdown is a light text markup format and a processor to convert Xthat to HTML. X XWWW: http://code.google.com/p/python-markdown2/ 589871bcd3045279e3a9b4e5da218de7 echo x - py-markdown2/Makefile sed 's/^X//' >py-markdown2/Makefile << '45c4c60ec2451f974ef2a05f3bb7a058' X# New ports collection makefile for: py-markdown2 X# Date created: 4th June, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= markdown2 XPORTVERSION= 1.0.1.12 XCATEGORIES= textproc python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= wenheping@gmail.com XCOMMENT= A fast and complete Python implementaion of Markdown X XUSE_ZIP= yes XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= yes X X.include <bsd.port.mk> 45c4c60ec2451f974ef2a05f3bb7a058 echo x - py-markdown2/pkg-plist sed 's/^X//' >py-markdown2/pkg-plist << '6808de97d2695f09f9937e9f114ba105' Xbin/markdown2 X%%PYTHON_SITELIBDIR%%/markdown2.py X%%PYTHON_SITELIBDIR%%/markdown2.pyc X%%PYTHON_SITELIBDIR%%/markdown2.pyo 6808de97d2695f09f9937e9f114ba105 echo x - py-markdown2/distinfo sed 's/^X//' >py-markdown2/distinfo << '366a14a6a133c11c8414579bebb63ef0' XMD5 (markdown2-1.0.1.12.zip) = bc30082cc46ceb5d9a47a587c2931c60 XSHA256 (markdown2-1.0.1.12.zip) = a60fdd1836c0e77b634db79bc4d3e2a6cd35d545e984f46e972fd2187a114ee4 XSIZE (markdown2-1.0.1.12.zip) = 96865 366a14a6a133c11c8414579bebb63ef0 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906040854.n548s6P8038191>