Bug 105992 - New port: textproc/py-markdown Simple Text to XHTML conversion
Summary: New port: textproc/py-markdown Simple Text to XHTML conversion
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Botero-Lowry
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 08:00 UTC by Graham Todd
Modified: 2006-12-17 09:50 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.34 KB, text/plain)
2006-11-29 08:00 UTC, Graham Todd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.