diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-01-30 21:03:35 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-01-30 21:03:35 +0000 |
commit | cb6d0803da44a8088bc7e0c4c84bad6a2b7a5c20 (patch) | |
tree | 91859bceb8cea032bed49870d01537465e048575 /dev-perl/Net-PcapUtils | |
parent | rename file properly (diff) | |
download | historical-cb6d0803da44a8088bc7e0c4c84bad6a2b7a5c20.tar.gz historical-cb6d0803da44a8088bc7e0c4c84bad6a2b7a5c20.tar.bz2 historical-cb6d0803da44a8088bc7e0c4c84bad6a2b7a5c20.zip |
Initial import. Bug #12748
Diffstat (limited to 'dev-perl/Net-PcapUtils')
-rw-r--r-- | dev-perl/Net-PcapUtils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild | 12 | ||||
-rw-r--r-- | dev-perl/Net-PcapUtils/files/digest-Net-PcapUtils-0.01 | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Net-PcapUtils/ChangeLog b/dev-perl/Net-PcapUtils/ChangeLog new file mode 100644 index 000000000000..d8d3d42547f8 --- /dev/null +++ b/dev-perl/Net-PcapUtils/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Net-PcapUtils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-PcapUtils/ChangeLog,v 1.1 2003/01/30 21:03:35 jhhudso Exp $ + +*Net-PcapUtils-0.01 (30 Jan 2003) + + 30 Jan 2003; Jared Hudson <jhhudso@gentoo.org> : Initial import. Credit goes + to Andrea Barisani <lcars@infis.univ.trieste.it>. diff --git a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild new file mode 100644 index 000000000000..2fb62c2e6dd7 --- /dev/null +++ b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild @@ -0,0 +1,12 @@ +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Perl Net::PcapUtils - Net::Pcap library utils" +SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/" + +DEPEND="dev-perl/Net-Pcap" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86" diff --git a/dev-perl/Net-PcapUtils/files/digest-Net-PcapUtils-0.01 b/dev-perl/Net-PcapUtils/files/digest-Net-PcapUtils-0.01 new file mode 100644 index 000000000000..c2b0289d21e2 --- /dev/null +++ b/dev-perl/Net-PcapUtils/files/digest-Net-PcapUtils-0.01 @@ -0,0 +1 @@ +MD5 eeba67266dbe155b504df3c2de1d657f Net-PcapUtils-0.01.tar.gz 4370 |