New port: security/farmhash: Hash functions for strings and other data

This commit is contained in:
Yuri Victorovich 2019-11-02 15:24:38 +00:00
parent f183749b1c
commit f3f7f75412
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516332
4 changed files with 39 additions and 0 deletions

View file

@ -149,6 +149,7 @@
SUBDIR += fakebo
SUBDIR += fakeident
SUBDIR += fakeroot
SUBDIR += farmhash
SUBDIR += fbopenssl
SUBDIR += fcheck
SUBDIR += fcrackzip

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1572707837
SHA256 (google-farmhash-g20190513-0d859a8_GH0.tar.gz) = f6f9cbc12e64dfd7211d2b19f3f6b1470abf3330358178911198012169e5a23b
SIZE (google-farmhash-g20190513-0d859a8_GH0.tar.gz) = 467028

View file

@ -0,0 +1,3 @@
FarmHash, a family of hash functions.
WWW: https://github.com/google/farmhash