From owner-svn-ports-head@freebsd.org Tue Aug 20 01:46:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F6E7D7D66; Tue, 20 Aug 2019 01:46:30 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46CDD60S9Dz3DXD; Tue, 20 Aug 2019 01:46:30 +0000 (UTC) (envelope-from lwhsu@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E569F23B37; Tue, 20 Aug 2019 01:46:29 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7K1kTUX091082; Tue, 20 Aug 2019 01:46:29 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7K1kS2i091077; Tue, 20 Aug 2019 01:46:28 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201908200146.x7K1kS2i091077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 20 Aug 2019 01:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509398 - in head/devel: . gperf31 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel: . gperf31 X-SVN-Commit-Revision: 509398 X-SVN-Commit-Repository: ports 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.29 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, 20 Aug 2019 01:46:30 -0000 Author: lwhsu Date: Tue Aug 20 01:46:28 2019 New Revision: 509398 URL: https://svnweb.freebsd.org/changeset/ports/509398 Log: Add devel/gperf31, a GPLv3+ version of devel/gperf31 Needed by upcoming libreoffice 6.3 Added: head/devel/gperf31/ head/devel/gperf31/Makefile (contents, props changed) head/devel/gperf31/distinfo (contents, props changed) head/devel/gperf31/pkg-descr (contents, props changed) head/devel/gperf31/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Aug 20 01:40:12 2019 (r509397) +++ head/devel/Makefile Tue Aug 20 01:46:28 2019 (r509398) @@ -883,6 +883,7 @@ SUBDIR += gorm SUBDIR += govendor SUBDIR += gperf + SUBDIR += gperf31 SUBDIR += gpm SUBDIR += gprbuild SUBDIR += gputils Added: head/devel/gperf31/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gperf31/Makefile Tue Aug 20 01:46:28 2019 (r509398) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gperf +PORTVERSION= 3.1 +CATEGORIES= devel +MASTER_SITES= GNU +PKGNAMESUFFIX= 31 + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Generates perfect hash functions for sets of keywords + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS= ace+tao-[0-9]* gperf-* +MAKE_JOBS_UNSAFE= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --docdir=${DOCSDIR} +INFO= gperf +TEST_TARGET= check + +.include Added: head/devel/gperf31/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gperf31/distinfo Tue Aug 20 01:46:28 2019 (r509398) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565272798 +SHA256 (gperf-3.1.tar.gz) = 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2 +SIZE (gperf-3.1.tar.gz) = 1215925 Added: head/devel/gperf31/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gperf31/pkg-descr Tue Aug 20 01:46:28 2019 (r509398) @@ -0,0 +1,24 @@ +While teaching a data structures course at University of California, +Irvine, I developed a program called GPERF that generates perfect hash +functions for sets of key words. A perfect hash function is simply: + + A hash function and a data structure that allows + recognition of a key word in a set of words using + exactly 1 probe into the data structure. + +The gperf.texinfo file explains how the program works, the form of the +input, what options are available, and hints on choosing the best +options for particular key word sets. The texinfo file is readable +both via the GNU emacs `info' command, and is also suitable for +typesetting with TeX. + +The enclosed Makefile creates the executable program ``gperf'' and +also runs some tests. + +Output from the GPERF program is used to recognize reserved words in +the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU +indent program. + +LICENSE: GPL2 or later + +WWW: https://www.gnu.org/software/gperf/ Added: head/devel/gperf31/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gperf31/pkg-plist Tue Aug 20 01:46:28 2019 (r509398) @@ -0,0 +1,3 @@ +bin/gperf +man/man1/gperf.1.gz +%%DOCSDIR%%/gperf.html