Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2009 23:46:43 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/discount Makefile distinfo pkg-descr
Message-ID:  <200904262346.n3QNkheD070096@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904262346.n3QNkheD070096>