Date: Sat, 2 Nov 2019 15:24:38 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516332 - in head/security: . farmhash Message-ID: <201911021524.xA2FOcoO093922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Nov 2 15:24:38 2019 New Revision: 516332 URL: https://svnweb.freebsd.org/changeset/ports/516332 Log: New port: security/farmhash: Hash functions for strings and other data Added: head/security/farmhash/ head/security/farmhash/Makefile (contents, props changed) head/security/farmhash/distinfo (contents, props changed) head/security/farmhash/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Nov 2 15:18:26 2019 (r516331) +++ head/security/Makefile Sat Nov 2 15:24:38 2019 (r516332) @@ -149,6 +149,7 @@ SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot + SUBDIR += farmhash SUBDIR += fbopenssl SUBDIR += fcheck SUBDIR += fcrackzip Added: head/security/farmhash/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/farmhash/Makefile Sat Nov 2 15:24:38 2019 (r516332) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= farmhash +DISTVERSION= g20190513 +CATEGORIES= security + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Hash functions for strings and other data + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf compiler:c++11-lib gmake libtool +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= google +GH_TAGNAME= 0d859a8 +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +PLIST_FILES= include/farmhash.h \ + lib/libfarmhash.a \ + lib/libfarmhash.so \ + lib/libfarmhash.so.0 \ + lib/libfarmhash.so.0.0.0 + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +.include <bsd.port.mk> Added: head/security/farmhash/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/farmhash/distinfo Sat Nov 2 15:24:38 2019 (r516332) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572707837 +SHA256 (google-farmhash-g20190513-0d859a8_GH0.tar.gz) = f6f9cbc12e64dfd7211d2b19f3f6b1470abf3330358178911198012169e5a23b +SIZE (google-farmhash-g20190513-0d859a8_GH0.tar.gz) = 467028 Added: head/security/farmhash/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/farmhash/pkg-descr Sat Nov 2 15:24:38 2019 (r516332) @@ -0,0 +1,3 @@ +FarmHash, a family of hash functions. + +WWW: https://github.com/google/farmhash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911021524.xA2FOcoO093922>