pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Ident Initial version of the Net::Ident per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c8e5775ec89
branches:  trunk
changeset: 501084:3c8e5775ec89
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Oct 16 17:42:46 2005 +0000

description:
Initial version of the Net::Ident perl module.

Net::Ident is a module that looks up the username on the remote side of
a TCP/IP connection through the ident (auth/tap) protocol described in
RFC1413. Note that this requires the remote site to run a daemon (often
called identd) to provide the requested information, so it is not always
available for all TCP/IP connections.

diffstat:

 net/p5-Net-Ident/DESCR            |   5 +++++
 net/p5-Net-Ident/Makefile         |  21 +++++++++++++++++++++
 net/p5-Net-Ident/PLIST            |   1 +
 net/p5-Net-Ident/distinfo         |   6 ++++++
 net/p5-Net-Ident/patches/patch-aa |  13 +++++++++++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 3a8fc738fbf1 -r 3c8e5775ec89 net/p5-Net-Ident/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Ident/DESCR    Sun Oct 16 17:42:46 2005 +0000
@@ -0,0 +1,5 @@
+Net::Ident is a module that looks up the username on the remote side of
+a TCP/IP connection through the ident (auth/tap) protocol described in
+RFC1413. Note that this requires the remote site to run a daemon (often
+called identd) to provide the requested information, so it is not always
+available for all TCP/IP connections.
diff -r 3a8fc738fbf1 -r 3c8e5775ec89 net/p5-Net-Ident/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Ident/Makefile Sun Oct 16 17:42:46 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $
+#
+
+DISTNAME=              Net-Ident-1.20
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5nid
+CATEGORIES=            net perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=            heinz%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Net-Ident/
+COMMENT=               Perl module implementing the client side of the ident protocol
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_LANGUAGES=         #empty
+
+PERL5_PACKLIST=                auto/Net/Ident/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3a8fc738fbf1 -r 3c8e5775ec89 net/p5-Net-Ident/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Ident/PLIST    Sun Oct 16 17:42:46 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $
diff -r 3a8fc738fbf1 -r 3c8e5775ec89 net/p5-Net-Ident/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Ident/distinfo Sun Oct 16 17:42:46 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $
+
+SHA1 (Net-Ident-1.20.tar.gz) = 1780c4048c9f9b49477103bf2a6f6d2ec1aafe52
+RMD160 (Net-Ident-1.20.tar.gz) = 5d6693739d62f8fc5a6677f5d775338e6c56ebdc
+Size (Net-Ident-1.20.tar.gz) = 24983 bytes
+SHA1 (patch-aa) = d3135c66f80fde092aa04684698238dc93f014f0
diff -r 3a8fc738fbf1 -r 3c8e5775ec89 net/p5-Net-Ident/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Ident/patches/patch-aa Sun Oct 16 17:42:46 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $
+
+--- Ident.pm.orig      Fri Aug 27 00:58:15 1999
++++ Ident.pm
+@@ -25,6 +25,8 @@ use vars qw(@ISA @EXPORT_OK $DEBUG $VERS
+     'debug' => \&_set_debug,
+ );
+ 
++# avoid "called too early to check prototype" messages
++sub _export_hooks ();
+ # put the export hooks in the standard Exporter structures
+ _export_hooks();
+ # for compatibility mode, uncomment the next line @@ s/^#\s*// @@



Home | Main Index | Thread Index | Old Index