- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-10-25 15:56:47 +00:00
parent 86be27fd69
commit 0c3ee9488c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263572
3 changed files with 9 additions and 11 deletions

View File

@ -6,13 +6,16 @@
#
PORTNAME= discount
PORTVERSION= 1.6.4
PORTVERSION= 2.0.1
CATEGORIES= textproc devel
MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/markdown/
MAINTAINER= kimelto@gmail.com
COMMENT= A C implementation of the Markdown markup language
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=configure.sh
CONFIGURE_ARGS= --prefix=${PREFIX} \
@ -49,11 +52,7 @@ OPTIONS= EXTRA "Enable all extra features" on \
.ifdef (WITH_EXTRA)
CONFIGURE_ARGS+=--enable-dl-tag \
--enable-pandoc-header \
--enable-superscript \
--relaxed-emphasis \
--enable-div \
--enable-alpha-list
--enable-all-features
.endif
.ifdef (WITH_TAB8)

View File

@ -1,3 +1,3 @@
MD5 (discount-1.6.4.tar.gz) = 06235400d368398bb97497d56980a100
SHA256 (discount-1.6.4.tar.gz) = 58bf6a74115104df71c6dff28396e8854f85dc56ea24e9f7f398b429026e4ea8
SIZE (discount-1.6.4.tar.gz) = 91645
MD5 (discount-2.0.1.tar.gz) = 486201b699da1787ff1af5fb33ce5454
SHA256 (discount-2.0.1.tar.gz) = b5df870c231829cf147d973e6d376ff4c9ed8ce475f159f37664f136c27d58fe
SIZE (discount-2.0.1.tar.gz) = 94129

View File

@ -11,5 +11,4 @@ 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
WWW: http://www.pell.portland.or.us/~orc/Code/markdown/