pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/p5-Padre-Plugin-Encrypt Importing editors/p5-P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bab9be918e1b
branches:  trunk
changeset: 569646:bab9be918e1b
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 21:41:26 2010 +0000

description:
Importing editors/p5-Padre-Plugin-Encrypt v0.06

Padre::Plugin::Encrypt provides file encryption/decryption in Padre.

diffstat:

 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(+), 0 deletions(-)

diffs (45 lines):

diff -r aa108d5df13c -r bab9be918e1b editors/p5-Padre-Plugin-Encrypt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Encrypt/DESCR     Sat Jan 16 21:41:26 2010 +0000
@@ -0,0 +1,1 @@
+Padre::Plugin::Encrypt provides file encryption/decryption in Padre.
diff -r aa108d5df13c -r bab9be918e1b editors/p5-Padre-Plugin-Encrypt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Encrypt/Makefile  Sat Jan 16 21:41:26 2010 +0000
@@ -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@localhost
+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 -r aa108d5df13c -r bab9be918e1b editors/p5-Padre-Plugin-Encrypt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Encrypt/distinfo  Sat Jan 16 21:41:26 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index