mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: security/farmhash: Hash functions for strings and other data
This commit is contained in:
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
|
@ -149,6 +149,7 @@
|
|||
SUBDIR += fakebo
|
||||
SUBDIR += fakeident
|
||||
SUBDIR += fakeroot
|
||||
SUBDIR += farmhash
|
||||
SUBDIR += fbopenssl
|
||||
SUBDIR += fcheck
|
||||
SUBDIR += fcrackzip
|
||||
|
|
32
security/farmhash/Makefile
Normal file
32
security/farmhash/Makefile
Normal 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>
|
3
security/farmhash/distinfo
Normal file
3
security/farmhash/distinfo
Normal 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
|
3
security/farmhash/pkg-descr
Normal file
3
security/farmhash/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
FarmHash, a family of hash functions.
|
||||
|
||||
WWW: https://github.com/google/farmhash
|
Loading…
Add table
Reference in a new issue