Index: security/Makefile =================================================================== --- security/Makefile (revision 450750) +++ security/Makefile (working copy) @@ -181,6 +181,7 @@ SUBDIR += gnupg20 SUBDIR += gnutls SUBDIR += go-cve-dictionary + SUBDIR += go-siphash SUBDIR += go.crypto SUBDIR += goptlib SUBDIR += gorilla Index: security/go-siphash/Makefile =================================================================== --- security/go-siphash/Makefile (nonexistent) +++ security/go-siphash/Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= go-siphash +PORTVERSION= 20170831 +CATEGORIES= security devel + +MAINTAINER= egypcio@googlemail.com +COMMENT= Go implementation of SipHash-2-4 + +USES= go +USE_GITHUB= yes + +GH_ACCOUNT= dchest +GH_PROJECT= siphash +GH_TAGNAME= 4ebf1de + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} + +.include Property changes on: security/go-siphash/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/go-siphash/distinfo =================================================================== --- security/go-siphash/distinfo (nonexistent) +++ security/go-siphash/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499712693 +SHA256 (dchest-siphash-20170831-4ebf1de_GH0.tar.gz) = 141deaa15ced586e5808e42ecfc127cccdfb1cb6f2a58389357e499b21aace74 +SIZE (dchest-siphash-20170831-4ebf1de_GH0.tar.gz) = 10542 Property changes on: security/go-siphash/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/go-siphash/pkg-descr =================================================================== --- security/go-siphash/pkg-descr (nonexistent) +++ security/go-siphash/pkg-descr (working copy) @@ -0,0 +1,4 @@ +Go implementation of SipHash-2-4, a fast short-input PRF created by + Jean-Philippe Aumasson and Daniel J. Bernstein (http://131002.net/siphash). + +WWW: https://github.com/dchest/siphash Property changes on: security/go-siphash/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/go-siphash/pkg-plist =================================================================== --- security/go-siphash/pkg-plist (nonexistent) +++ security/go-siphash/pkg-plist (working copy) @@ -0,0 +1,14 @@ +%%GO_LIBDIR%%/%%GO_PKGNAME%%.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blocks_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blocks_arm.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blocks.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash_arm.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash_asm.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash128_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash128_arm.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/hash128.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/siphash_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/siphash.go Property changes on: security/go-siphash/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property