Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 09:43:11 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393647 - in head/security: . p5-Crypt-PWSafe3
Message-ID:  <201508060943.t769hBbd051921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Thu Aug  6 09:43:10 2015
New Revision: 393647
URL: https://svnweb.freebsd.org/changeset/ports/393647

Log:
  security/p5-Crypt-PWSafe3: new port
  
  Crypt::PWSafe3 provides read/write access to Password Safe V3 database files.
  
  WWW: http://search.cpan.org/dist/Crypt-PWSafe3/
  
  PR:		202101
  Submitted by:	Alexander <alexander.4mail@gmail.com>

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Aug  6 09:30:10 2015	(r393646)
+++ head/security/Makefile	Thu Aug  6 09:43:10 2015	(r393647)
@@ -509,6 +509,7 @@
     SUBDIR += p5-Crypt-OpenSSL-X509
     SUBDIR += p5-Crypt-PBKDF2
     SUBDIR += p5-Crypt-PGPSimple
+    SUBDIR += p5-Crypt-PWSafe3
     SUBDIR += p5-Crypt-PassGen
     SUBDIR += p5-Crypt-Passwd-XS
     SUBDIR += p5-Crypt-PasswdMD5

Added: head/security/p5-Crypt-PWSafe3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-PWSafe3/Makefile	Thu Aug  6 09:43:10 2015	(r393647)
@@ -0,0 +1,28 @@
+# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Crypt-PWSafe3
+PORTVERSION=	1.21
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	alexander.4mail@gmail.com
+COMMENT=	Read and write Passwordsafe v3 files
+
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-Digest-HMAC>=1.00:${PORTSDIR}/security/p5-Digest-HMAC \
+		p5-Digest-SHA>=1.00:${PORTSDIR}/security/p5-Digest-SHA \
+		p5-Crypt-CBC>=2.30:${PORTSDIR}/security/p5-Crypt-CBC \
+		p5-Crypt-ECB>=1.45:${PORTSDIR}/security/p5-Crypt-ECB \
+		p5-Crypt-Twofish>=2.14:${PORTSDIR}/security/p5-Crypt-Twofish \
+		p5-Crypt-Random>=1.25:${PORTSDIR}/security/p5-Crypt-Random \
+		p5-Data-UUID>=1.217:${PORTSDIR}/devel/p5-Data-UUID \
+		p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/security/p5-Crypt-PWSafe3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-PWSafe3/distinfo	Thu Aug  6 09:43:10 2015	(r393647)
@@ -0,0 +1,2 @@
+SHA256 (Crypt-PWSafe3-1.21.tar.gz) = d2bd49387655db25f4aeb29cd27940d4a95c114e1ab3def57f83e98bf5ef2114
+SIZE (Crypt-PWSafe3-1.21.tar.gz) = 24886

Added: head/security/p5-Crypt-PWSafe3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-PWSafe3/pkg-descr	Thu Aug  6 09:43:10 2015	(r393647)
@@ -0,0 +1,3 @@
+Crypt::PWSafe3 provides read/write access to Password Safe V3 database files.
+
+WWW: http://search.cpan.org/dist/Crypt-PWSafe3/

Added: head/security/p5-Crypt-PWSafe3/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-PWSafe3/pkg-plist	Thu Aug  6 09:43:10 2015	(r393647)
@@ -0,0 +1,14 @@
+%%SITE_PERL%%/Crypt/PWSafe3.pm
+%%SITE_PERL%%/Crypt/PWSafe3/Databaseformat.pm
+%%SITE_PERL%%/Crypt/PWSafe3/Field.pm
+%%SITE_PERL%%/Crypt/PWSafe3/HeaderField.pm
+%%SITE_PERL%%/Crypt/PWSafe3/PasswordPolicy.pm
+%%SITE_PERL%%/Crypt/PWSafe3/Record.pm
+%%SITE_PERL%%/Crypt/PWSafe3/SHA256.pm
+%%PERL5_MAN3%%/Crypt::PWSafe3.3.gz
+%%PERL5_MAN3%%/Crypt::PWSafe3::Databaseformat.3.gz
+%%PERL5_MAN3%%/Crypt::PWSafe3::Field.3.gz
+%%PERL5_MAN3%%/Crypt::PWSafe3::HeaderField.3.gz
+%%PERL5_MAN3%%/Crypt::PWSafe3::PasswordPolicy.3.gz
+%%PERL5_MAN3%%/Crypt::PWSafe3::Record.3.gz
+%%PERL5_MAN3%%/Crypt::PWSafe3::SHA256.3.gz



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