summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-10-11 11:54:23 +0000
committerijliao <ijliao@FreeBSD.org>2001-10-11 11:54:23 +0000
commit6f0f1de8c9dec90a0e579df86eaced5ec57e941c (patch)
tree6a484c9de807f585285629003376a84041a14e09 /net
parentb54ff619d75b73eac6119b8ca2dedc0accefb21b (diff)
downloadFreeBSD-ports-6f0f1de8c9dec90a0e579df86eaced5ec57e941c.zip
FreeBSD-ports-6f0f1de8c9dec90a0e579df86eaced5ec57e941c.tar.gz
add cdpd
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet PR: 31138 Submitted by: Alexander Snarskii <snar@lucky.net>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/cdpd/Makefile20
-rw-r--r--net/cdpd/distinfo1
-rw-r--r--net/cdpd/pkg-comment1
-rw-r--r--net/cdpd/pkg-descr2
-rw-r--r--net/cdpd/pkg-plist2
6 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 6ffe847..bc1c845 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -31,6 +31,7 @@
SUBDIR += bpft
SUBDIR += brouted
SUBDIR += cap
+ SUBDIR += cdpd
SUBDIR += centericq
SUBDIR += cflowd
SUBDIR += choparp
diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile
new file mode 100644
index 0000000..72ed0dd
--- /dev/null
+++ b/net/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/cdpd/distinfo b/net/cdpd/distinfo
new file mode 100644
index 0000000..75cdf62
--- /dev/null
+++ b/net/cdpd/distinfo
@@ -0,0 +1 @@
+MD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd
diff --git a/net/cdpd/pkg-comment b/net/cdpd/pkg-comment
new file mode 100644
index 0000000..7c8051a
--- /dev/null
+++ b/net/cdpd/pkg-comment
@@ -0,0 +1 @@
+CDPdaemon - sends Cisco Discovery Protocol announces over ethernet
diff --git a/net/cdpd/pkg-descr b/net/cdpd/pkg-descr
new file mode 100644
index 0000000..21959e6
--- /dev/null
+++ b/net/cdpd/pkg-descr
@@ -0,0 +1,2 @@
+A simple program designed to send 'Cisco Discovery Protocol' packets
+on network.
diff --git a/net/cdpd/pkg-plist b/net/cdpd/pkg-plist
new file mode 100644
index 0000000..80c13c6
--- /dev/null
+++ b/net/cdpd/pkg-plist
@@ -0,0 +1,2 @@
+libexec/cdpd
+etc/rc.d/cdpd.sh
OpenPOWER on IntegriCloud