pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-LWPx-ParanoidAgent Initial import of p5-LWPx-Pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bdd875a151b
branches:  trunk
changeset: 529879:5bdd875a151b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Jun 11 21:15:10 2007 +0000

description:
Initial import of p5-LWPx-ParanoidAgent 1.03.

The Perl module LWPx::ParanoidAgent is a subclass of LWP::UserAgent,
but paranoid against attackers. It's to be used when you're fetching a
remote resource on behalf of a possibly malicious user.

This class can do whatever LWP::UserAgent can (callbacks, uploads from
files, etc), except proxy support is explicitly removed, because in that
case you should do your paranoia at your proxy. Only "http:" and "https:"
URL schemes are supported.

diffstat:

 www/p5-LWPx-ParanoidAgent/DESCR    |   8 ++++++++
 www/p5-LWPx-ParanoidAgent/Makefile |  23 +++++++++++++++++++++++
 www/p5-LWPx-ParanoidAgent/PLIST    |   1 +
 www/p5-LWPx-ParanoidAgent/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 23f3f408dda6 -r 5bdd875a151b www/p5-LWPx-ParanoidAgent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-LWPx-ParanoidAgent/DESCR   Mon Jun 11 21:15:10 2007 +0000
@@ -0,0 +1,8 @@
+The Perl module LWPx::ParanoidAgent is a subclass of LWP::UserAgent,
+but paranoid against attackers. It's to be used when you're fetching a
+remote resource on behalf of a possibly malicious user.
+
+This class can do whatever LWP::UserAgent can (callbacks, uploads from
+files, etc), except proxy support is explicitly removed, because in that
+case you should do your paranoia at your proxy. Only "http:" and "https:"
+URL schemes are supported.
diff -r 23f3f408dda6 -r 5bdd875a151b www/p5-LWPx-ParanoidAgent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-LWPx-ParanoidAgent/Makefile        Mon Jun 11 21:15:10 2007 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 21:15:10 heinz Exp $
+#
+
+DISTNAME=      LWPx-ParanoidAgent-1.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=LWPx/}
+
+MAINTAINER=    heinz%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/LWPx-ParanoidAgent/
+COMMENT=       Subclass of module LWP::UserAgent that protects you from harm
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=              p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=              p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
+DEPENDS+=              p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST=                auto/LWPx/ParanoidAgent/.packlist
+USE_LANGUAGES=         # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 23f3f408dda6 -r 5bdd875a151b www/p5-LWPx-ParanoidAgent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-LWPx-ParanoidAgent/PLIST   Mon Jun 11 21:15:10 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/11 21:15:10 heinz Exp $
diff -r 23f3f408dda6 -r 5bdd875a151b www/p5-LWPx-ParanoidAgent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-LWPx-ParanoidAgent/distinfo        Mon Jun 11 21:15:10 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/11 21:15:10 heinz Exp $
+
+SHA1 (LWPx-ParanoidAgent-1.03.tar.gz) = a575ea72874d17ce10b894fd228f754018d6aa8e
+RMD160 (LWPx-ParanoidAgent-1.03.tar.gz) = d89fbfbf06e81c99f00392945cf3b8422317be77
+Size (LWPx-ParanoidAgent-1.03.tar.gz) = 13024 bytes



Home | Main Index | Thread Index | Old Index