Index: head/textproc/reflex/Makefile =================================================================== --- head/textproc/reflex/Makefile (revision 443523) +++ head/textproc/reflex/Makefile (revision 443524) @@ -1,31 +1,21 @@ # Created by: bf@FreeBSD.org # $FreeBSD$ PORTNAME= reflex -PORTVERSION= 20131209 +PORTVERSION= 20170521 CATEGORIES= textproc -MASTER_SITES= ftp://invisible-island.net/reflex/ LOCAL/bf -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://invisible-island.net/reflex/ \ + LOCAL/sunpoet MAINTAINER= ports@FreeBSD.org COMMENT= Relocalizable fast lexical scanner LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes - CONFIGURE_ENV= YACC="${YACC}" -PLIST_FILES= bin/reflex bin/reflex++ include/reFlexLexer.h \ - lib/librefl.a man/man1/reflex.1.gz -WRKSRC= ${WRKDIR}/reflex-${PORTVERSION} - -regression-test test: check - -.for t in check bigcheck -${t}: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_ARGS} ${t};) - -.endfor +GNU_CONFIGURE= yes +TEST_TARGET= bigcheck +USES= tar:tgz .include Index: head/textproc/reflex/distinfo =================================================================== --- head/textproc/reflex/distinfo (revision 443523) +++ head/textproc/reflex/distinfo (revision 443524) @@ -1,2 +1,3 @@ -SHA256 (reflex-20131209.tgz) = 0ebbfa2d564e1e211ccf862ad6f12dbffa784164ea4492d08b9d50a592aaf0e2 -SIZE (reflex-20131209.tgz) = 454282 +TIMESTAMP = 1497359841 +SHA256 (reflex-20170521.tgz) = aa36bb397ff717f09773fcaa80ba8b7c68a5b3b10c859d686c4daeb6518b6318 +SIZE (reflex-20170521.tgz) = 463350 Index: head/textproc/reflex/pkg-descr =================================================================== --- head/textproc/reflex/pkg-descr (revision 443523) +++ head/textproc/reflex/pkg-descr (revision 443524) @@ -1,7 +1,6 @@ -This is a variant of the Flex fast lexical scanner. Flex was written -in the early 1990s by Verne Paxson. This version has been modified -by Thomas Dickey, so that it conforms to ANSI C. It includes other -improvements, but remains compatible with Paxson's 2.5.4 release -(as well as POSIX lex). See the NEWS file for details. +This is a variant of the Flex fast lexical scanner. Flex was written in the early +1990s by Verne Paxson. This version has been modified by Thomas Dickey, so that +it conforms to ANSI C. It includes other improvements, but remains compatible with +Paxson's 2.5.4 release (as well as POSIX lex). See the NEWS file for details. WWW: http://invisible-island.net/reflex/reflex.html Index: head/textproc/reflex/pkg-plist =================================================================== --- head/textproc/reflex/pkg-plist (nonexistent) +++ head/textproc/reflex/pkg-plist (revision 443524) @@ -0,0 +1,8 @@ +/usr/local/share/licenses/reflex-20170521/BSD3CLAUSE +/usr/local/share/licenses/reflex-20170521/LICENSE +/usr/local/share/licenses/reflex-20170521/catalog.mk +bin/reflex +bin/reflex++ +include/reFlexLexer.h +lib/librefl.a +man/man1/reflex.1.gz Property changes on: head/textproc/reflex/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property