summaryrefslogtreecommitdiffstats
path: root/net/scdp
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-05 20:15:44 +0000
committerpetef <petef@FreeBSD.org>2001-10-05 20:15:44 +0000
commitc4634ab7e4b172e0c8a450afe2c8260bfa289231 (patch)
tree9c617c7024e01c9d8ece8685d8ab22426b07fce7 /net/scdp
parent6ac72f5f39336c55cdb166dc489bd14cb8782929 (diff)
downloadFreeBSD-ports-c4634ab7e4b172e0c8a450afe2c8260bfa289231.zip
FreeBSD-ports-c4634ab7e4b172e0c8a450afe2c8260bfa289231.tar.gz
Add scdp-1.0.b, tool that sends CDP (CISCO Discovery Protocol) Packets
PR: 30960 Submitted by: Tilman Linneweh <tilman@tl.kom.tuwien.ac.at>
Diffstat (limited to 'net/scdp')
-rw-r--r--net/scdp/Makefile23
-rw-r--r--net/scdp/distinfo1
-rw-r--r--net/scdp/pkg-comment1
-rw-r--r--net/scdp/pkg-descr8
-rw-r--r--net/scdp/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/net/scdp/Makefile b/net/scdp/Makefile
new file mode 100644
index 0000000..f28fc68
--- /dev/null
+++ b/net/scdp/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: scdp
+# Date created: 14 September 2001
+# Whom: arved@arved.de
+#
+# $FreeBSD$
+
+PORTNAME= scdp
+PORTVERSION= 1.0.b
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= scdp
+
+MAINTAINER= freebsdports@arved.de
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-patch:
+ @${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
+
+.include <bsd.port.mk>
diff --git a/net/scdp/distinfo b/net/scdp/distinfo
new file mode 100644
index 0000000..50e056b
--- /dev/null
+++ b/net/scdp/distinfo
@@ -0,0 +1 @@
+MD5 (scdp-1.0b.tar.gz) = 7eafaf5a422e37d04715613993ed5d95
diff --git a/net/scdp/pkg-comment b/net/scdp/pkg-comment
new file mode 100644
index 0000000..ef8092e
--- /dev/null
+++ b/net/scdp/pkg-comment
@@ -0,0 +1 @@
+Tool that sends CDP (CISCO Discovery Protocol) Packets
diff --git a/net/scdp/pkg-descr b/net/scdp/pkg-descr
new file mode 100644
index 0000000..925c282
--- /dev/null
+++ b/net/scdp/pkg-descr
@@ -0,0 +1,8 @@
+This program sends CDP (Cisco Discovery Protocol) packets out on selected
+interfaces and tells the connected switch (Cisco only) where the host is
+connected.
+
+WWW: http://sourceforge.net/projects/scdp/
+
+-arved
+arved@arved.de
diff --git a/net/scdp/pkg-plist b/net/scdp/pkg-plist
new file mode 100644
index 0000000..f49508f
--- /dev/null
+++ b/net/scdp/pkg-plist
@@ -0,0 +1 @@
+bin/scdp
OpenPOWER on IntegriCloud