Bug 105992

Summary: New port: textproc/py-markdown Simple Text to XHTML conversion
Product: Ports & Packages Reporter: Graham Todd <gtodd>
Component: Individual Port(s)Assignee: Alexander Botero-Lowry <alexbl>
Status: Closed FIXED    
Severity: Affects Only Me CC: gtodd
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Graham Todd 2006-11-29 08:00:24 UTC
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).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-29 08:01:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-11-29 08:22:45 UTC
Responsible Changed
From-To: freebsd-python->alexbl

I will take it.
Comment 3 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-11-30 04:46:33 UTC
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.
Comment 4 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-12-14 05:41:24 UTC
State Changed
From-To: feedback->open

Maintainer timeout.
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-12-17 09:40:27 UTC
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"
Comment 6 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-12-17 09:40:35 UTC
State Changed
From-To: open->closed

Commited, thanks! Since maintainer did not respond to maintainer 
timeout, I took maintainership.