summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:54:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:54:23 +0000
commitbaa89dfe9f692e4a27e876fb08e5c4ffd2f5c6a1 (patch)
treeee69d6335bf9cb162293109dbd54fa71ba1290e8 /net-mgmt
parentRemove bogus `/root/.sversionrc' entry. (diff)
add cdpd
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet PR: 31138 Submitted by: Alexander Snarskii <snar@lucky.net>
Notes
Notes: svn path=/head/; revision=48678
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cdpd/Makefile20
-rw-r--r--net-mgmt/cdpd/distinfo1
-rw-r--r--net-mgmt/cdpd/pkg-comment1
-rw-r--r--net-mgmt/cdpd/pkg-descr2
-rw-r--r--net-mgmt/cdpd/pkg-plist2
5 files changed, 26 insertions, 0 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
new file mode 100644
index 000000000000..72ed0ddc6bcb
--- /dev/null
+++ b/net-mgmt/cdpd/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: cdpd
+# Date created: 26 Sep 2001
+# Whom: Alexandre Snarskii <snar@paranoia.ru>
+#
+# $FreeBSD$
+
+PORTNAME= cdpd
+PORTVERSION= 1.0.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
+
+MAINTAINER= snar@paranoia.ru
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+
+GNU_CONFIGURE= yes
+
+MAN8= cdpd.8
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/cdpd/distinfo b/net-mgmt/cdpd/distinfo
new file mode 100644
index 000000000000..75cdf629b894
--- /dev/null
+++ b/net-mgmt/cdpd/distinfo
@@ -0,0 +1 @@
+MD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd
diff --git a/net-mgmt/cdpd/pkg-comment b/net-mgmt/cdpd/pkg-comment
new file mode 100644
index 000000000000..7c8051abcfbb
--- /dev/null
+++ b/net-mgmt/cdpd/pkg-comment
@@ -0,0 +1 @@
+CDPdaemon - sends Cisco Discovery Protocol announces over ethernet
diff --git a/net-mgmt/cdpd/pkg-descr b/net-mgmt/cdpd/pkg-descr
new file mode 100644
index 000000000000..21959e6eef6e
--- /dev/null
+++ b/net-mgmt/cdpd/pkg-descr
@@ -0,0 +1,2 @@
+A simple program designed to send 'Cisco Discovery Protocol' packets
+on network.
diff --git a/net-mgmt/cdpd/pkg-plist b/net-mgmt/cdpd/pkg-plist
new file mode 100644
index 000000000000..80c13c6fd10b
--- /dev/null
+++ b/net-mgmt/cdpd/pkg-plist
@@ -0,0 +1,2 @@
+libexec/cdpd
+etc/rc.d/cdpd.sh