View | Details | Raw Unified | Return to bug 160048
Collapse All | Expand All

(-)Makefile (-3 / +14 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	discount
8
PORTNAME=	discount
9
PORTVERSION=	2.0.8
9
PORTVERSION=	2.1.1.3
10
CATEGORIES=	textproc devel
10
CATEGORIES=	textproc devel
11
MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/markdown/
11
MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/discount/
12
12
13
MAINTAINER=	jlaffaye@FreeBSD.org
13
MAINTAINER=	jlaffaye@FreeBSD.org
14
COMMENT=	A C implementation of the Markdown markup language
14
COMMENT=	A C implementation of the Markdown markup language
Lines 48-54 Link Here
48
		include/mkdio.h
48
		include/mkdio.h
49
49
50
OPTIONS=	EXTRA "Enable all extra features" on \
50
OPTIONS=	EXTRA "Enable all extra features" on \
51
		TAB8 "Use a tabstop of 8 (default is 4)" on
51
		TAB8 "Use a tabstop of 8 (default is 4)" on \
52
		SAMPLES "Install sample programs" off
52
.include <bsd.port.pre.mk>
53
.include <bsd.port.pre.mk>
53
54
54
.ifdef (WITH_EXTRA)
55
.ifdef (WITH_EXTRA)
Lines 60-63 Link Here
60
CONFIGURE_ARGS+=--with-tabstops=8
61
CONFIGURE_ARGS+=--with-tabstops=8
61
.endif
62
.endif
62
63
64
.ifdef (WITH_SAMPLES)
65
INSTALL_TARGET+=install.samples
66
PLIST_FILES+=	bin/makepage \
67
		bin/mkd2html \
68
		bin/theme
69
MAN1+=		theme.1 \
70
		makepage.1 \
71
		mkd2html.1
72
.endif
73
63
.include <bsd.port.post.mk>
74
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (discount-2.0.8.tar.bz2) = 9a5f672f4b1ebadd961ffa46aca5ccd908fd489bee1d0869b4a002a5a429aeb6
1
SHA256 (discount-2.1.1.3.tar.bz2) = fdb1921bdb1d36b93a695adddd018c74f43d5ceb0b0b20efc4f0cd3a14554ef5
2
SIZE (discount-2.0.8.tar.bz2) = 80662
2
SIZE (discount-2.1.1.3.tar.bz2) = 82474
(-)pkg-descr (-1 / +1 lines)
Lines 11-14 Link Here
11
11
12
It also does, by default, various smartypants-style substitutions.
12
It also does, by default, various smartypants-style substitutions.
13
13
14
WWW:	http://www.pell.portland.or.us/~orc/Code/markdown/
14
WWW:	http://www.pell.portland.or.us/~orc/Code/discount/

Return to bug 160048