Date: Tue, 20 Aug 2019 01:46:28 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509398 - in head/devel: . gperf31 Message-ID: <201908200146.x7K1kS2i091077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908200146.x7K1kS2i091077>