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

(-)re2c/Makefile (-15 / +5 lines)
Lines 6-40 Link Here
6
#
6
#
7
7
8
PORTNAME=	re2c
8
PORTNAME=	re2c
9
PORTVERSION=	0.9.7
9
PORTVERSION=	0.9.12
10
PORTREVISION=	0
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	laszlof@vonostingroup.com
16
COMMENT=	Compile regular expression to C (much faster final code than flex)
15
COMMENT=	Compile regular expression to C (much faster final code than flex)
17
16
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
USE_GCC=	3.4+
18
USE_GCC=	3.4+
19
CONFIGURE_TARGET=  --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
20
21
PLIST_FILES=	bin/re2c
22
MAN1=		re2c.1
21
MAN1=		re2c.1
23
22
24
.if !defined(NOPORTDOCS)
23
.if !defined(NOPORTDOCS)
25
PORTDOCS=	*
26
.endif
27
28
.if !defined(NOPORTDOCS)
29
post-install:
24
post-install:
30
	@${MKDIR} ${DOCSDIR}
25
	@${MKDIR} ${DOCSDIR}
31
	${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
26
	${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
32
	@${MKDIR} ${EXAMPLESDIR}
27
	@${MKDIR} ${EXAMPLESDIR}
33
	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
28
	${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
34
	@${FIND} ${EXAMPLESDIR} ! -type d | \
35
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
36
	@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
37
		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
38
.endif
29
.endif
39
40
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)re2c/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (re2c-0.9.7.tar.gz) = d5b93296224370cf7168cb38226dfc5e
1
MD5 (re2c-0.9.12.tar.gz) = 16f2cc9c2ece83f36aee584e0499dcfd
2
SHA256 (re2c-0.9.7.tar.gz) = 83d1de1f9a3811d828a34f116f726d964d8065791f46236b7bd3c73a48c78ca9
2
SHA256 (re2c-0.9.12.tar.gz) = e3f70ca48f7cbc376c917f6d0a2187a028fd11155e6f5af3313966d9f2f41937
3
SIZE (re2c-0.9.7.tar.gz) = 238428
3
SIZE (re2c-0.9.12.tar.gz) = 249038
(-)re2c/pkg-plist (+19 lines)
Line 0 Link Here
1
bin/re2c
2
share/doc/re2c/loplas.ps
3
share/doc/re2c/sample.bib
4
share/examples/re2c/rexx/scanio.c
5
share/examples/re2c/rexx/README
6
share/examples/re2c/rexx/rexx.l
7
share/examples/re2c/basemmap.c
8
share/examples/re2c/c.re
9
share/examples/re2c/cmmap.re
10
share/examples/re2c/cnokw.re
11
share/examples/re2c/cunroll.re
12
share/examples/re2c/modula.re
13
share/examples/re2c/sample.re
14
share/examples/re2c/simple.re
15
share/examples/re2c/repeater.re
16
share/examples/re2c/push.re
17
@dirrm share/examples/re2c/rexx
18
@dirrm share/examples/re2c
19
@dirrm share/doc/re2c

Return to bug 91117