diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-25 23:56:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-25 23:56:47 +0800 |
commit | 5a35aed9d436ca193bd099387b3aed5df3c38af4 (patch) | |
tree | d1a0e5ffe43449e10a1157e305960095c95a1984 /textproc | |
parent | 85df24801a34628a7edbe50c7ba9b22cbccd561f (diff) | |
download | freebsd-ports-gnome-5a35aed9d436ca193bd099387b3aed5df3c38af4.tar.gz freebsd-ports-gnome-5a35aed9d436ca193bd099387b3aed5df3c38af4.tar.zst freebsd-ports-gnome-5a35aed9d436ca193bd099387b3aed5df3c38af4.zip |
- 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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/discount/Makefile | 11 | ||||
-rw-r--r-- | textproc/discount/distinfo | 6 | ||||
-rw-r--r-- | textproc/discount/pkg-descr | 3 |
3 files changed, 9 insertions, 11 deletions
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile index a0c490a1e3ed..5029638d20b3 100644 --- a/textproc/discount/Makefile +++ b/textproc/discount/Makefile @@ -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) diff --git a/textproc/discount/distinfo b/textproc/discount/distinfo index d4eb7ee12d25..4134f5a09f8e 100644 --- a/textproc/discount/distinfo +++ b/textproc/discount/distinfo @@ -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 diff --git a/textproc/discount/pkg-descr b/textproc/discount/pkg-descr index c7193a5c2727..2ffa6ed9d6fa 100644 --- a/textproc/discount/pkg-descr +++ b/textproc/discount/pkg-descr @@ -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/ |