pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/scdp Initial import of scdp-1.0.2 from pkgsrc-wip....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82897199c0a0
branches:  trunk
changeset: 475116:82897199c0a0
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon May 10 09:30:06 2004 +0000

description:
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:

 net/scdp/DESCR    |   3 +++
 net/scdp/Makefile |  17 +++++++++++++++++
 net/scdp/PLIST    |   2 ++
 net/scdp/distinfo |   4 ++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r a4cafefd0e3b -r 82897199c0a0 net/scdp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scdp/DESCR    Mon May 10 09:30:06 2004 +0000
@@ -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 -r a4cafefd0e3b -r 82897199c0a0 net/scdp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scdp/Makefile Mon May 10 09:30:06 2004 +0000
@@ -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@localhost
+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 -r a4cafefd0e3b -r 82897199c0a0 net/scdp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scdp/PLIST    Mon May 10 09:30:06 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/10 09:30:07 xtraeme Exp $
+bin/scdp
diff -r a4cafefd0e3b -r 82897199c0a0 net/scdp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/scdp/distinfo Mon May 10 09:30:06 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index