diff options
author | Ned Ludd <solar@gentoo.org> | 2004-02-28 09:33:02 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-02-28 09:33:02 +0000 |
commit | 846bd91cc356941771aeb282358796383f826e7f (patch) | |
tree | 6083f70be52cfffdc91cdaa64a5f24f96d99226b /net-firewall/arptables | |
parent | Version bump (diff) | |
download | historical-846bd91cc356941771aeb282358796383f826e7f.tar.gz historical-846bd91cc356941771aeb282358796383f826e7f.tar.bz2 historical-846bd91cc356941771aeb282358796383f826e7f.zip |
Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer.
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r-- | net-firewall/arptables/ChangeLog | 11 | ||||
-rw-r--r-- | net-firewall/arptables/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.ebuild | 26 | ||||
-rw-r--r-- | net-firewall/arptables/files/digest-arptables-0.0.3 | 1 | ||||
-rw-r--r-- | net-firewall/arptables/metadata.xml | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog new file mode 100644 index 000000000000..f9f4a8c45596 --- /dev/null +++ b/net-firewall/arptables/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for net-firewall/arptables +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.1 2004/02/28 09:33:02 solar Exp $ + +*arptables-0.0.3 (28 Feb 2004) + + 28 Feb 2004; <solar@gentoo.org> arptables-0.0.3.ebuild: + Arptables is used to set up, maintain, and inspect the tables of ARP rules in + the Linux kernel. It is analogous to iptables, but operates at the ARP layer + rather than the IP layer. + diff --git a/net-firewall/arptables/Manifest b/net-firewall/arptables/Manifest new file mode 100644 index 000000000000..6238496db978 --- /dev/null +++ b/net-firewall/arptables/Manifest @@ -0,0 +1,4 @@ +MD5 a42e7a9e4ca36d82fd951395f10374c2 arptables-0.0.3.ebuild 734 +MD5 3eaf375e87551d0b332db3a82109c9d7 metadata.xml 221 +MD5 efb163d7ef1271967346eac7eb06258f ChangeLog 503 +MD5 dab844f5d0908181fa638560485b5cc2 files/digest-arptables-0.0.3 69 diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild new file mode 100644 index 000000000000..7a8d9e73c590 --- /dev/null +++ b/net-firewall/arptables/arptables-0.0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.1 2004/02/28 09:33:02 solar Exp $ + +EXT=-2 +DESCRIPTION="Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer." +SRC_URI="mirror://sourceforge/ebtables/${PN}-v${PV}${EXT}.tar.gz" + +HOMEPAGE="" +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +S=${WORKDIR}/${PN}-v${PV}${EXT}/ + +DEPEND="virtual/glibc" + +src_compile() { + cd ${S} + emake +} + +src_install() { + dodir /sbin/ + einstall PREFIX=${D}/ MANDIR=${D}/usr/share/man/ +} diff --git a/net-firewall/arptables/files/digest-arptables-0.0.3 b/net-firewall/arptables/files/digest-arptables-0.0.3 new file mode 100644 index 000000000000..20689f9fe9f5 --- /dev/null +++ b/net-firewall/arptables/files/digest-arptables-0.0.3 @@ -0,0 +1 @@ +MD5 283d19292bd99913dc3a42842826c286 arptables-v0.0.3-2.tar.gz 43224 diff --git a/net-firewall/arptables/metadata.xml b/net-firewall/arptables/metadata.xml new file mode 100644 index 000000000000..ce7911f87015 --- /dev/null +++ b/net-firewall/arptables/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>solar@gentoo.org</email> +</maintainer> +</pkgmetadata> |