From owner-svn-ports-head@freebsd.org Tue Jun 13 16:55:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B01BF9A62; Tue, 13 Jun 2017 16:55:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64FE2835A2; Tue, 13 Jun 2017 16:55:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5DGtKGg085632; Tue, 13 Jun 2017 16:55:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5DGtKJk085628; Tue, 13 Jun 2017 16:55:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706131655.v5DGtKJk085628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 13 Jun 2017 16:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443524 - head/textproc/reflex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 16:55:21 -0000 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 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