diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-10 09:30:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-10 09:30:06 +0000 |
commit | cc27b2ab5acf775d22f8710250dbb3a9d7542948 (patch) | |
tree | 46eec41b4d33de48b10736cf807a6b0f4466fe9e /net/scdp | |
parent | d6789481055d93ec044c34289f627991a95225e8 (diff) | |
download | pkgsrc-cc27b2ab5acf775d22f8710250dbb3a9d7542948.tar.gz |
Initial import of scdp-1.0.2 from pkgsrc-wip. Packaged by Tilman Linneweh.
This program sends CDP (Cisco Discovery Protocol) packets out on selected
interfaces and tells the connected switch (Cisco only) where the host is
connected.
Diffstat (limited to 'net/scdp')
-rw-r--r-- | net/scdp/DESCR | 3 | ||||
-rw-r--r-- | net/scdp/Makefile | 17 | ||||
-rw-r--r-- | net/scdp/PLIST | 2 | ||||
-rw-r--r-- | net/scdp/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/scdp/DESCR b/net/scdp/DESCR new file mode 100644 index 00000000000..9f071681528 --- /dev/null +++ b/net/scdp/DESCR @@ -0,0 +1,3 @@ +This program sends CDP (Cisco Discovery Protocol) packets out on selected +interfaces and tells the connected switch (Cisco only) where the host is +connected. diff --git a/net/scdp/Makefile b/net/scdp/Makefile new file mode 100644 index 00000000000..1e302c75c13 --- /dev/null +++ b/net/scdp/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/10 09:30:06 xtraeme Exp $ +# + +DISTNAME= scdp-1.0b +PKGNAME= scdp-1.0.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scdp/} + +MAINTAINER= arved@arved.at +HOMEPAGE= http://www.sourceforge.net/projects/scdp/ +COMMENT= Program to send Cisco Discovery Protocol packets + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../devel/libnet/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/scdp/PLIST b/net/scdp/PLIST new file mode 100644 index 00000000000..fe8ab9e1a87 --- /dev/null +++ b/net/scdp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/10 09:30:07 xtraeme Exp $ +bin/scdp diff --git a/net/scdp/distinfo b/net/scdp/distinfo new file mode 100644 index 00000000000..b64a7bd48fc --- /dev/null +++ b/net/scdp/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/10 09:30:07 xtraeme Exp $ + +SHA1 (scdp-1.0b.tar.gz) = 60b84554793db44cf7f9cb392ddeced43af78e7f +Size (scdp-1.0b.tar.gz) = 38669 bytes |