Python implementation of John Gruber's Markdown. From the site: Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool that converts the plain text formatting to (X)HTML. The formatting syntax is designed to be easy and intuitive for web authors and resembles typical email formatting conventions. The resultant (X)HTML is structurally valid. See http://daringfireball.net/projects/markdown/ This is useful in several python web frameworks (django, cherrypy).
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs
Responsible Changed From-To: freebsd-python->alexbl I will take it.
State Changed From-To: open->feedback I've made some changes to the makefile, first you must use tabs not spaces between = and variable definition, so I've changed all of that. I've also changed DISTFILES to DISTNAME (USE_ZIP assume EXTRACT_SUFX of .zip). I've changed your pkg-plist to use the PYTHON_SITELIBDIR macro. I've defined WRKSRC so it knows where the build directory is. Most of this is mostly just the canonical way to do things for a port to appease portlint. I had a question though about your USE_PYTHON line, does py-markdown not work with Python 2.5. If it does I will switch to USE_PYTHON=2.4+. Aside from that I am ready to commit.
State Changed From-To: feedback->open Maintainer timeout.
alexbl 2006-12-17 09:40:21 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-markdown Makefile distinfo pkg-descr pkg-plist Log: Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool that converts the plain text formatting to (X)HTML. The formatting syntax is designed to be easy and intuitive for web authors and resembles typical email formatting conventions. The resultant (X)HTML is structurally valid. WWW: http://www.freewisdom.org/projects/python-markdown PR: ports/105992 Submitted by: Graham Todd <gtodd at bellanet.org> Revision Changes Path 1.1083 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/py-markdown/Makefile (new) 1.1 +3 -0 ports/textproc/py-markdown/distinfo (new) 1.1 +7 -0 ports/textproc/py-markdown/pkg-descr (new) 1.1 +3 -0 ports/textproc/py-markdown/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Commited, thanks! Since maintainer did not respond to maintainer timeout, I took maintainership.