Julien Laffaye
e93d85f4d6
Update my e-mail to my FreeBSD one.
...
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
2011-06-08 16:52:32 +00:00
Baptiste Daroussin
b789fe0f77
- update to 2.0.8
...
PR: ports/155261
Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
2011-03-07 11:52:36 +00:00
Frederic Culot
34dca22c47
- Update to 2.0.7
...
Changes: http://www.pell.portland.or.us/~orc/Code/markdown/#Source.Code
PR: ports/154963
Submitted by: Julien Laffaye <kimelto at gmail.com> (maintainer)
2011-02-22 19:26:36 +00:00
Baptiste Daroussin
cebd11371f
- Update to 2.0.4
...
PR: ports/154092
Submitted by: Julien Laffaye <kimelto _at_ gmail.com> (maintainer)
Feature safe: yes
2011-01-19 10:37:39 +00:00
Frederic Culot
2aedbd3df7
- Update to 2.0.3
...
Changes: http://www.pell.portland.or.us/~orc/Code/markdown/#Source.Code
PR: ports/153225
Submitted by: Julien Laffaye <kimelto at gmail.com> (maintainer)
Approved by: sahil@/wen@ (mentors, implicit)
2010-12-18 08:54:22 +00:00
Sunpoet Po-Chuan Hsieh
0c3ee9488c
- Update to 2.0.1 while I'm here
...
- Add LICENSE
- Fix WWW formating
Changes: http://www.pell.portland.or.us/~orc/Code/markdown/#Source.Code
PR: ports/151666
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Approved by: pgollucci (mentor, implicit)
2010-10-25 15:56:47 +00:00
Sylvio Cesar Teixeira
684cc7af9c
- Update to 1.6.4
...
PR: ports/145310
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit)
2010-04-05 23:06:20 +00:00
Wen Heping
6c9e3fe5e3
- Update to 1.6.3
...
PR: ports/144672
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2010-03-12 02:20:54 +00:00
Dmitry Marakasov
a9328933fa
- Update to 1.6.2
...
PR: 144349
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Feature safe: yes
2010-03-04 12:57:17 +00:00
Tong LIU
607cb4a719
- Update to 1.6.1
...
PR: ports/144338
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Feature safe: yes
2010-02-27 06:32:14 +00:00
Wen Heping
7cbdd49c2b
- Update to 1.5.8
...
PR: ports/142356
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2010-01-05 23:14:47 +00:00
Pav Lucistnik
0fb3558412
- Update to 1.5.7
...
PR: ports/141769
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-12-19 12:06:42 +00:00
Pav Lucistnik
494dea1454
- Update to 1.5.6
...
PR: ports/141333
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-12-10 13:26:52 +00:00
Felippe de Meirelles Motta
48fbc7a194
- Update to 1.5.5.
...
PR: ports/138985
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Feature safe: yes
2009-09-20 17:18:11 +00:00
Martin Wilke
6bd07b9749
- Update to 1.5.4
...
PR: 138741
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-09-13 12:49:58 +00:00
Martin Wilke
deba10063d
- Update to 1.5.2
...
PR: 137734
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-08-13 20:47:24 +00:00
Steven Kreuzer
431dc232ee
Update to 1.5.1
...
PR: ports/137538
Submitted by: Julien Laffaye <kimelto@gmail.com>
2009-08-11 15:20:41 +00:00
Yi-Jheng Lin
dfe1d8f57f
- Update to 1.4.5
...
PR: ports/137301
Submitted by: Julien Laffaye <kimelto AT gmail.com> (maintainer)
Approved by: rafan (co-mentor)
2009-08-07 15:29:36 +00:00
Dennis Herrmann
5f405da980
- Update to 1.4.4
...
PR: ports/136195
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-06-30 21:06:26 +00:00
Beat Gaetzi
803f2e171d
- Update to 1.4.3
...
PR: ports/135830
Submitted by: Julien Laffaye <kimelto AT gmail.com> (maintainer)
2009-06-19 11:33:25 +00:00
Wesley Shields
2585ed19b9
- Update to 1.4.1
...
PR: ports/135260
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-06-05 13:38:52 +00:00
Dennis Herrmann
916b4af3ba
- Update to 1.4.0
...
- Mark MAKE_JOBS_SAFE for parallel building.
PR: ports/134713
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-05-20 15:57:06 +00:00
Martin Wilke
a26041c27f
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>
2009-04-26 23:46:43 +00:00