mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 0.4
- Add PORTDOCS and respect DOCS option PR: ports/178173 Submitted by: csosstudy <csosstudy@gmail.com> (maintainer)
This commit is contained in:
parent
78a4b4a0d2
commit
5d41ea7c30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316665
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsodium
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/
|
||||
|
||||
@ -13,7 +13,17 @@ LICENSE= ISCL
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= AUTHORS COPYING INSTALL NEWS THANKS
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC} && ${MAKE} check
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libsodium-0.3.tar.gz) = 908a26f84bedb432305c81ec6773aa95b8e724ba2ece6234840685a74e033750
|
||||
SIZE (libsodium-0.3.tar.gz) = 727213
|
||||
SHA256 (libsodium-0.4.tar.gz) = 4ea491a92b899745a8f540a185da9d0570a306f4d108b72df59737a77aed4bab
|
||||
SIZE (libsodium-0.4.tar.gz) = 741960
|
||||
|
@ -1,7 +1,8 @@
|
||||
lib/libsodium.so.2
|
||||
lib/libsodium.so.4
|
||||
lib/libsodium.so
|
||||
lib/libsodium.la
|
||||
lib/libsodium.a
|
||||
include/sodium/core.h
|
||||
include/sodium/crypto_auth.h
|
||||
include/sodium/crypto_auth_hmacsha256.h
|
||||
include/sodium/crypto_auth_hmacsha512256.h
|
||||
@ -11,6 +12,8 @@ include/sodium/crypto_core_hsalsa20.h
|
||||
include/sodium/crypto_core_salsa20.h
|
||||
include/sodium/crypto_core_salsa2012.h
|
||||
include/sodium/crypto_core_salsa208.h
|
||||
include/sodium/crypto_generichash.h
|
||||
include/sodium/crypto_generichash_blake2b.h
|
||||
include/sodium/crypto_hash.h
|
||||
include/sodium/crypto_hash_sha256.h
|
||||
include/sodium/crypto_hash_sha512.h
|
||||
@ -18,6 +21,9 @@ include/sodium/crypto_hashblocks_sha256.h
|
||||
include/sodium/crypto_hashblocks_sha512.h
|
||||
include/sodium/crypto_onetimeauth.h
|
||||
include/sodium/crypto_onetimeauth_poly1305.h
|
||||
include/sodium/crypto_onetimeauth_poly1305_53.h
|
||||
include/sodium/crypto_onetimeauth_poly1305_ref.h
|
||||
include/sodium/crypto_scalarmult.h
|
||||
include/sodium/crypto_scalarmult_curve25519.h
|
||||
include/sodium/crypto_secretbox.h
|
||||
include/sodium/crypto_secretbox_xsalsa20poly1305.h
|
||||
@ -32,15 +38,19 @@ include/sodium/crypto_stream_salsa20.h
|
||||
include/sodium/crypto_stream_salsa2012.h
|
||||
include/sodium/crypto_stream_salsa208.h
|
||||
include/sodium/crypto_stream_xsalsa20.h
|
||||
include/sodium/crypto_int32.h
|
||||
include/sodium/crypto_int64.h
|
||||
include/sodium/crypto_uint16.h
|
||||
include/sodium/crypto_uint32.h
|
||||
include/sodium/crypto_uint64.h
|
||||
include/sodium/crypto_uint8.h
|
||||
include/sodium/crypto_verify_16.h
|
||||
include/sodium/crypto_verify_32.h
|
||||
include/sodium/export.h
|
||||
include/sodium/randombytes.h
|
||||
include/sodium/randombytes_salsa20_random.h
|
||||
include/sodium/randombytes_sysrandom.h
|
||||
include/sodium/utils.h
|
||||
include/sodium/version.h
|
||||
include/sodium.h
|
||||
@dirrm include/sodium
|
||||
|
Loading…
Reference in New Issue
Block a user