Date: Tue, 13 Jun 2017 16:55:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443524 - head/textproc/reflex Message-ID: <201706131655.v5DGtKJk085628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jun 13 16:55:20 2017 New Revision: 443524 URL: https://svnweb.freebsd.org/changeset/ports/443524 Log: Update to 20170521 - Add my LOCAL to MASTER_SITES - Add LICENSE_FILE - Use USES=tar:tgz - Convert to test framework - Remove WRKSRC - Use PLIST instead of PLIST_FILES - Reformat pkg-descr - Take maintainership Changes: http://invisible-island.net/reflex/NEWS.html Added: head/textproc/reflex/pkg-plist (contents, props changed) Modified: head/textproc/reflex/Makefile head/textproc/reflex/distinfo head/textproc/reflex/pkg-descr Modified: head/textproc/reflex/Makefile ============================================================================== --- head/textproc/reflex/Makefile Tue Jun 13 16:55:14 2017 (r443523) +++ head/textproc/reflex/Makefile Tue Jun 13 16:55:20 2017 (r443524) @@ -2,30 +2,20 @@ # $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 <bsd.port.mk> Modified: head/textproc/reflex/distinfo ============================================================================== --- head/textproc/reflex/distinfo Tue Jun 13 16:55:14 2017 (r443523) +++ head/textproc/reflex/distinfo Tue Jun 13 16:55:20 2017 (r443524) @@ -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 Modified: head/textproc/reflex/pkg-descr ============================================================================== --- head/textproc/reflex/pkg-descr Tue Jun 13 16:55:14 2017 (r443523) +++ head/textproc/reflex/pkg-descr Tue Jun 13 16:55:20 2017 (r443524) @@ -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 Added: head/textproc/reflex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/reflex/pkg-plist Tue Jun 13 16:55:20 2017 (r443524) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706131655.v5DGtKJk085628>