From 95ab22adfad3a7535f727284fea47efd3ec2fb67 Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 16 Jan 2010 21:41:26 +0000 Subject: Importing editors/p5-Padre-Plugin-Encrypt v0.06 Padre::Plugin::Encrypt provides file encryption/decryption in Padre. --- editors/p5-Padre-Plugin-Encrypt/DESCR | 1 + editors/p5-Padre-Plugin-Encrypt/Makefile | 27 +++++++++++++++++++++++++++ editors/p5-Padre-Plugin-Encrypt/distinfo | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 editors/p5-Padre-Plugin-Encrypt/DESCR create mode 100644 editors/p5-Padre-Plugin-Encrypt/Makefile create mode 100644 editors/p5-Padre-Plugin-Encrypt/distinfo (limited to 'editors') diff --git a/editors/p5-Padre-Plugin-Encrypt/DESCR b/editors/p5-Padre-Plugin-Encrypt/DESCR new file mode 100644 index 00000000000..9e8609c5880 --- /dev/null +++ b/editors/p5-Padre-Plugin-Encrypt/DESCR @@ -0,0 +1 @@ +Padre::Plugin::Encrypt provides file encryption/decryption in Padre. diff --git a/editors/p5-Padre-Plugin-Encrypt/Makefile b/editors/p5-Padre-Plugin-Encrypt/Makefile new file mode 100644 index 00000000000..398e0b8af74 --- /dev/null +++ b/editors/p5-Padre-Plugin-Encrypt/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:41:26 sno Exp $ +# + +DISTNAME= Padre-Plugin-Encrypt-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Encrypt/ +COMMENT= Padre plugin to encrypt/decrypt file +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish +DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC +DEPENDS+= p5-Padre>=0.26:../../editors/p5-Padre + +PERL5_PACKLIST= auto/Padre/Plugin/Encrypt/.packlist +PERL5_MODULE_TYPE= Module::Build + +#pre-configure: +# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/p5-Padre-Plugin-Encrypt/distinfo b/editors/p5-Padre-Plugin-Encrypt/distinfo new file mode 100644 index 00000000000..f772b792920 --- /dev/null +++ b/editors/p5-Padre-Plugin-Encrypt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 21:41:26 sno Exp $ + +SHA1 (Padre-Plugin-Encrypt-0.06.tar.gz) = a2ed2f9edcb4e8441103b3b6a1dd5e337f613771 +RMD160 (Padre-Plugin-Encrypt-0.06.tar.gz) = 8ae7f7503a54c3d672fb5d29a8264f11f6853217 +Size (Padre-Plugin-Encrypt-0.06.tar.gz) = 3658 bytes -- cgit v1.2.3