Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 06:32:34 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377987 - in head/security: . p5-Crypt-Sodium
Message-ID:  <201501270632.t0R6WYps048216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jan 27 06:32:33 2015
New Revision: 377987
URL: https://svnweb.freebsd.org/changeset/ports/377987
QAT: https://qat.redports.org/buildarchive/r377987/

Log:
  Add p5-Crypt-Sodium 0.06, perl bindings for portable NaCL (libsodium).
  
  PR:		197088
  Submitted by:	Thomas von Dein <freebsd@daemon.de>

Added:
  head/security/p5-Crypt-Sodium/
  head/security/p5-Crypt-Sodium/Makefile   (contents, props changed)
  head/security/p5-Crypt-Sodium/distinfo   (contents, props changed)
  head/security/p5-Crypt-Sodium/pkg-descr   (contents, props changed)
  head/security/p5-Crypt-Sodium/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Jan 27 06:19:27 2015	(r377986)
+++ head/security/Makefile	Tue Jan 27 06:32:33 2015	(r377987)
@@ -519,6 +519,7 @@
     SUBDIR += p5-Crypt-Shark
     SUBDIR += p5-Crypt-Simple
     SUBDIR += p5-Crypt-SmbHash
+    SUBDIR += p5-Crypt-Sodium
     SUBDIR += p5-Crypt-Solitaire
     SUBDIR += p5-Crypt-TEA
     SUBDIR += p5-Crypt-T_e_a

Added: head/security/p5-Crypt-Sodium/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Sodium/Makefile	Tue Jan 27 06:32:33 2015	(r377987)
@@ -0,0 +1,22 @@
+# Created by: Thomas von Dein <freebsd@daemon.de>
+# $FreeBSD$
+
+PORTNAME=	Crypt-Sodium
+PORTVERSION=	0.06
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	freebsd@daemon.de
+COMMENT=	Perl bindings for portable NaCL (libsodium)
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+LIB_DEPENDS+=	libsodium.so:${PORTSDIR}/security/libsodium
+CFLAGS+=	-I${LOCALBASE}/include
+
+.include <bsd.port.mk>

Added: head/security/p5-Crypt-Sodium/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Sodium/distinfo	Tue Jan 27 06:32:33 2015	(r377987)
@@ -0,0 +1,2 @@
+SHA256 (Crypt-Sodium-0.06.tar.gz) = 556ccd221feafc3fc12856a1732388de547b07bf35fe50b0a7a0a1f7e14948d6
+SIZE (Crypt-Sodium-0.06.tar.gz) = 50125

Added: head/security/p5-Crypt-Sodium/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Sodium/pkg-descr	Tue Jan 27 06:32:33 2015	(r377987)
@@ -0,0 +1,5 @@
+This module provides perl bindings for the portable
+NaCL implementation libsodium, a library for network
+communication, encryption, decryption and signatures.
+
+WWW: http://search.cpan.org/dist/Crypt-Sodium/

Added: head/security/p5-Crypt-Sodium/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Sodium/pkg-plist	Tue Jan 27 06:32:33 2015	(r377987)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Crypt/Sodium.pm
+%%SITE_ARCH%%/auto/Crypt/Sodium/Sodium.so
+%%PERL5_MAN3%%/Crypt::Sodium.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501270632.t0R6WYps048216>