Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 12:28:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326390 - in head/security: . p5-Digest-Bcrypt
Message-ID:  <201309051228.r85CS2AB097067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Sep  5 12:28:02 2013
New Revision: 326390
URL: http://svnweb.freebsd.org/changeset/ports/326390

Log:
  Add p5-Digest-Bcrypt 1.0.1, perl interface to the bcrypt digest
  algorithm.
  
  PR:		ports/ports/180613
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Sep  5 11:39:57 2013	(r326389)
+++ head/security/Makefile	Thu Sep  5 12:28:02 2013	(r326390)
@@ -512,6 +512,7 @@
     SUBDIR += p5-Data-Password
     SUBDIR += p5-Digest
     SUBDIR += p5-Digest-Adler32
+    SUBDIR += p5-Digest-Bcrypt
     SUBDIR += p5-Digest-BubbleBabble
     SUBDIR += p5-Digest-CRC
     SUBDIR += p5-Digest-Crc32

Added: head/security/p5-Digest-Bcrypt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Digest-Bcrypt/Makefile	Thu Sep  5 12:28:02 2013	(r326390)
@@ -0,0 +1,22 @@
+# Created by: Henk van Oers <hvo.pm@xs4all.nl>
+# $FreeBSD$
+
+PORTNAME=	Digest-Bcrypt
+PORTVERSION=	1.0.1
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Perl interface to the bcrypt digest algorithm
+
+LICENSE=	ART10
+
+BUILD_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
+RUN_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Digest::Bcrypt.3
+
+.include <bsd.port.mk>

Added: head/security/p5-Digest-Bcrypt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Digest-Bcrypt/distinfo	Thu Sep  5 12:28:02 2013	(r326390)
@@ -0,0 +1,2 @@
+SHA256 (Digest-Bcrypt-1.0.1.tar.gz) = 8326990624f1da453ce057e2cc1883f1d2a1d65639b98ddd533987b493c786e1
+SIZE (Digest-Bcrypt-1.0.1.tar.gz) = 11831

Added: head/security/p5-Digest-Bcrypt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Digest-Bcrypt/pkg-descr	Thu Sep  5 12:28:02 2013	(r326390)
@@ -0,0 +1,8 @@
+Provides an interface to the bcrypt digest algorithm.
+
+This module subclasses Digest::base and can be used either directly or
+through the Digest meta-module. Using the latter is recommended.
+
+It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt.
+
+WWW: https://metacpan.org/module/Digest::Bcrypt

Added: head/security/p5-Digest-Bcrypt/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Digest-Bcrypt/pkg-plist	Thu Sep  5 12:28:02 2013	(r326390)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Digest/Bcrypt.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Bcrypt/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Bcrypt
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest
+@dirrmtry %%SITE_PERL%%/Digest



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