1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

New port: security/rubygem-rbnacl-libsodium

rbnacl with bundled libsodium

WWW: https://github.com/cryptosphere/rbnacl-libsodium

Submitted by: Matthias Fechner <idefix@fechner.net>
This commit is contained in:
Torsten Zuehlsdorff 2017-11-28 15:52:13 +00:00
parent 9147ddde74
commit 3b767aeb1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455048
5 changed files with 38 additions and 0 deletions

View File

@ -1101,6 +1101,7 @@
SUBDIR += rubygem-rack-oauth2
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-rbnacl
SUBDIR += rubygem-rbnacl-libsodium
SUBDIR += rubygem-recog
SUBDIR += rubygem-rex-arch
SUBDIR += rubygem-rex-bin_tools

View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= rbnacl-libsodium
PORTVERSION= 1.0.13
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Port rbnacl with bundled libsodium
LICENSE= MIT
BUILD_DEPENDS= rubygem-bundler>=1.5:sysutils/rubygem-bundler \
rubygem-rake>=10:devel/rubygem-rake
RUN_DEPENDS= rubygem-rbnacl>=3.0.1:security/rubygem-rbnacl
USES= gem libtool
USE_LDCONFIG= yes
USE_RUBY= yes
post-install:
( cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} )
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/src/libsodium/.libs/libsodium.so.18.3.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/dist/lib/libsodium.so.18.3.0
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1509095708
SHA256 (rubygem/rbnacl-libsodium-1.0.13.gem) = ed05931bc053007445c384a615a24ee05ba997dabdfc3e825301d4402275438c
SIZE (rubygem/rbnacl-libsodium-1.0.13.gem) = 2337280

View File

@ -0,0 +1,3 @@
rbnacl with bundled libsodium
WWW: https://github.com/cryptosphere/rbnacl-libsodium

View File

@ -0,0 +1,4 @@
%%GEM_LIB_DIR%%/vendor/libsodium/dist/lib/libsodium.so
%%GEM_LIB_DIR%%/vendor/libsodium/dist/lib/libsodium.so.18
%%GEM_LIB_DIR%%/vendor/libsodium/src/libsodium/.libs/libsodium.so
%%GEM_LIB_DIR%%/vendor/libsodium/src/libsodium/.libs/libsodium.so.18