svn commit: r321913 - in head/security: . p5-File-KeePass-Agent

Cy Schubert cy at FreeBSD.org
Fri Jun 28 00:02:48 UTC 2013


Author: cy
Date: Fri Jun 28 00:02:47 2013
New Revision: 321913
URL: http://svnweb.freebsd.org/changeset/ports/321913

Log:
  Add File::KeePass::Agent An application agent for working with
  File::KeePass objects.

Added:
  head/security/p5-File-KeePass-Agent/
  head/security/p5-File-KeePass-Agent/Makefile   (contents, props changed)
  head/security/p5-File-KeePass-Agent/distinfo   (contents, props changed)
  head/security/p5-File-KeePass-Agent/pkg-descr   (contents, props changed)
  head/security/p5-File-KeePass-Agent/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Jun 27 23:29:03 2013	(r321912)
+++ head/security/Makefile	Fri Jun 28 00:02:47 2013	(r321913)
@@ -545,6 +545,7 @@
     SUBDIR += p5-Digest-Tiger
     SUBDIR += p5-Digest-Whirlpool
     SUBDIR += p5-File-KeePass
+    SUBDIR += p5-File-KeePass-Agent
     SUBDIR += p5-File-Scan
     SUBDIR += p5-File-Scan-ClamAV
     SUBDIR += p5-Filter-CBC

Added: head/security/p5-File-KeePass-Agent/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-File-KeePass-Agent/Makefile	Fri Jun 28 00:02:47 2013	(r321913)
@@ -0,0 +1,28 @@
+# Created by: Cy Schubert <cy at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	File-KeePass-Agent
+PORTVERSION=	2.01
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	cy at FreeBSD.org
+COMMENT=	Application agent for working with File::KeePass objects
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
+		p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael \
+		p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN1=		fkp-agent.1
+MAN3=		File::KeePass::Agent.3 \
+		File::KeePass::Agent::linux.3 \
+		File::KeePass::Agent::unix.3
+
+.include <bsd.port.mk>

Added: head/security/p5-File-KeePass-Agent/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-File-KeePass-Agent/distinfo	Fri Jun 28 00:02:47 2013	(r321913)
@@ -0,0 +1,2 @@
+SHA256 (File-KeePass-Agent-2.01.tar.gz) = 3b20e67cd032b656bd9e15a776444bb7b3da39e851f32bb93c7244b62a7443bd
+SIZE (File-KeePass-Agent-2.01.tar.gz) = 16043

Added: head/security/p5-File-KeePass-Agent/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-File-KeePass-Agent/pkg-descr	Fri Jun 28 00:02:47 2013	(r321913)
@@ -0,0 +1,3 @@
+File::KeePass::Agent - Application agent for working with File::KeePass objects
+
+WWW: http://search.cpan.org/dist/File-KeePass-Agent/

Added: head/security/p5-File-KeePass-Agent/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-File-KeePass-Agent/pkg-plist	Fri Jun 28 00:02:47 2013	(r321913)
@@ -0,0 +1,10 @@
+bin/fkp-agent
+%%SITE_PERL%%/File/KeePass/Agent.pm
+%%SITE_PERL%%/File/KeePass/Agent/linux.pm
+%%SITE_PERL%%/File/KeePass/Agent/unix.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent/.packlist
+ at dirrm %%SITE_PERL%%/File/KeePass/Agent
+ at dirrm %%SITE_PERL%%/File/KeePass
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+ at dirrmtry %%SITE_PERL%%/File


More information about the svn-ports-all mailing list