Bug 134004 - [NEW PORT] textproc/discount: A C implementation of the Markdown markup language
Summary: [NEW PORT] textproc/discount: A C implementation of the Markdown markup language
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: 2009-04-25 20:00 UTC by Julien Laffaye
Modified: 2009-04-27 00:50 UTC (History)
0 users

See Also:


Attachments
discount-1.3.5.shar (2.97 KB, text/plain)
2009-04-25 20:00 UTC, Julien Laffaye
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Laffaye 2009-04-25 20:00:01 UTC
This is an implementation of John Gruber's Markdown text to html language.
There's not much here that differentiates it from any of the existing Markdown
implementations except that it's written in C instead of one of the vast flock
of scripting languages that are fighting it out for the Perl crown.

Markdown provides a library that gives you formatting functions suitable for
marking down entire documents or lines of text, a command-line program that you
can use to mark down documents interactively or from a script,
and a tiny (1 program so far) suite of example programs that show how to fully
utilize the markdown library.

It also does, by default, various smartypants-style substitutions.

WWW:		http://www.pell.portland.or.us/~orc/Code/markdown/
LICENSE:	BSDL

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-04-25 21:01:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-04-27 00:46:39 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-04-27 00:46:58 UTC
miwi        2009-04-26 23:46:43 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/discount    Makefile distinfo pkg-descr 
  Log:
  This is an implementation of John Gruber's Markdown text to html language.
  There's not much here that differentiates it from any of the existing Markdown
  implementations except that it's written in C instead of one of the vast flock
  of scripting languages that are fighting it out for the Perl crown.
  
  Markdown provides a library that gives you formatting functions suitable for
  marking down entire documents or lines of text, a command-line program that you
  can use to mark down documents interactively or from a script,
  and a tiny (1 program so far) suite of example programs that show how to fully
  utilize the markdown library.
  
  WWW:            http://www.pell.portland.or.us/~orc/Code/markdown/
  
  PR:             ports/134004
  Submitted by:   Julien Laffaye <kimelto at gmail.com>
  
  Revision  Changes    Path
  1.1330    +1 -0      ports/textproc/Makefile
  1.1       +57 -0     ports/textproc/discount/Makefile (new)
  1.1       +3 -0      ports/textproc/discount/distinfo (new)
  1.1       +15 -0     ports/textproc/discount/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"