aboutsummaryrefslogtreecommitdiff
path: root/textproc/discount/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.4Dennis Herrmann2009-06-301-1/+1
| | | | | | | | PR: ports/136195 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=236834
* - Update to 1.4.3Beat Gaetzi2009-06-191-1/+1
| | | | | | | | PR: ports/135830 Submitted by: Julien Laffaye <kimelto AT gmail.com> (maintainer) Notes: svn path=/head/; revision=236293
* - Update to 1.4.1Wesley Shields2009-06-051-1/+1
| | | | | | | | PR: ports/135260 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=235207
* - Update to 1.4.0Dennis Herrmann2009-05-201-12/+17
| | | | | | | | | | - Mark MAKE_JOBS_SAFE for parallel building. PR: ports/134713 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=234287
* This is an implementation of John Gruber's Markdown text to html language.Martin Wilke2009-04-261-0/+57
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> Notes: svn path=/head/; revision=232811