Bug 128548 - New port: textproc/rubygem-rdiscount - fast ruby Markdown library
Summary: New port: textproc/rubygem-rdiscount - fast ruby Markdown library
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 21:30 UTC by Daniel Roethlisberger
Modified: 2008-11-09 23:10 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-rdiscount.shar (4.09 KB, text/plain)
2008-11-02 21:30 UTC, Daniel Roethlisberger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2008-11-02 21:30:01 UTC
Introducing textproc/rdiscount:

Ruby wrapper around David Loren Parsons' discount, a fast,
BSD-licensed c implementation of John Gruber's Markdown plus
some aspects of SmartyPants.  Markdown is a text-to-HTML
conversion language for web writers, inspired by the format
of plain-text e-mail messages.  Markdown allows you to write
in an easy-to-read, easy-to-write plain text format, then
convert it to structurally valid XHTML (or HTML).

WWW: http://github.com/rtomayko/rdiscount/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-11-02 23:20:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-09 23:02:09 UTC
miwi        2008-11-09 23:02:01 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/rubygem-rdiscount Makefile distinfo pkg-descr 
  Log:
  Ruby wrapper around David Loren Parsons' discount, a fast,
  BSD-licensed c implementation of John Gruber's Markdown plus
  some aspects of SmartyPants.  Markdown is a text-to-HTML
  conversion language for web writers, inspired by the format
  of plain-text e-mail messages.  Markdown allows you to write
  in an easy-to-read, easy-to-write plain text format, then
  convert it to structurally valid XHTML (or HTML).
  
  WWW: http://github.com/rtomayko/rdiscount/
  
  PR:             ports/128548
  Submitted by:   Daniel Roethlisberger <daniel at roe.ch>
  
  Revision  Changes    Path
  1.1275    +1 -0      ports/textproc/Makefile
  1.1       +26 -0     ports/textproc/rubygem-rdiscount/Makefile (new)
  1.1       +3 -0      ports/textproc/rubygem-rdiscount/distinfo (new)
  1.1       +9 -0      ports/textproc/rubygem-rdiscount/pkg-descr (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 3 Martin Wilke freebsd_committer freebsd_triage 2008-11-09 23:03:20 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!