diff options
author | gson <gson@pkgsrc.org> | 2007-03-07 16:46:39 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2007-03-07 16:46:39 +0000 |
commit | 058c8809bce14d1f03ef3db4b134c438f13dd178 (patch) | |
tree | cc50787bc2ecaa3a4635035b076479e8201c11c3 /net/p5-Net-RawIP | |
parent | 528cd68dee73d7bc7a925da8bfb69bd9d111947d (diff) | |
download | pkgsrc-058c8809bce14d1f03ef3db4b134c438f13dd178.tar.gz |
Updated to version 0.21_03 as version 0.2 no longer builds on
NetBSD-current.
Changes since 0.2:
0.21_03 Fri Sep 15 11:26:17 IDT 2006
- Received official maintainership from Sergey
- In Makefile.PL check for the location of the header file,
report if it could not be found.
0.21_02 Sep 10 2006
- Cleaning up the C code (indentation)
- More tests
- Cleaning up the documentation, replacing the bad English of Sergey
with the bad English of Gabor.
- new() dies if wrong or duplicate protocols given
All by Gabor Szabo
0.21_01 Sat Sep 9 23:59:07 IDT 2006
- Cleaning up many warnings that were probably due to using gcc 4+
- Cleaning up several assignment errors that were probably due to gcc 4+
- Lots of cleanup in the Perl code
- Add tests
All by Gabor Szabo
Diffstat (limited to 'net/p5-Net-RawIP')
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 10 | ||||
-rw-r--r-- | net/p5-Net-RawIP/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index 2c6d1d2253b..3bb8f4af432 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:27 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/03/07 16:46:39 gson Exp $ # -DISTNAME= Net-RawIP-0.2 +DISTNAME= Net-RawIP-0.21_03 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nsn PKGREVISION= 1 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/ MAINTAINER= bouyer@NetBSD.org -HOMEPAGE= http://search.cpan.org/~skolychev/Net-RawIP-0.2/RawIP.pm +HOMEPAGE= http://search.cpan.org/~szabgab/Net-RawIP-0.21_03/ COMMENT= Perl extension to manipulate raw ip packets with interface to libpcap +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils + PERL5_PACKLIST= auto/Net/RawIP/.packlist .include "../../net/libpcap/buildlink3.mk" diff --git a/net/p5-Net-RawIP/distinfo b/net/p5-Net-RawIP/distinfo index 22c5aef5a62..65d17d1bdc1 100644 --- a/net/p5-Net-RawIP/distinfo +++ b/net/p5-Net-RawIP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/05/27 15:12:53 bouyer Exp $ +$NetBSD: distinfo,v 1.2 2007/03/07 16:46:39 gson Exp $ -SHA1 (Net-RawIP-0.2.tar.gz) = cbd99091d868ed2fc4c6ce1f43b7cc1849db7421 -RMD160 (Net-RawIP-0.2.tar.gz) = fee79ce9f08aad4d1ea3b98f79b8dc5fc2184e71 -Size (Net-RawIP-0.2.tar.gz) = 32483 bytes +SHA1 (Net-RawIP-0.21_03.tar.gz) = ee21c712193f5854df53a5ffda7e9cf7da12aecc +RMD160 (Net-RawIP-0.21_03.tar.gz) = fa23811d7d9b5e75da51769d585b37599f4e5111 +Size (Net-RawIP-0.21_03.tar.gz) = 36878 bytes |