aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-10-11 19:54:23 +0800
committerijliao <ijliao@FreeBSD.org>2001-10-11 19:54:23 +0800
commit6f0f1de8c9dec90a0e579df86eaced5ec57e941c (patch)
tree6a484c9de807f585285629003376a84041a14e09
parentb54ff619d75b73eac6119b8ca2dedc0accefb21b (diff)
downloadfreebsd-ports-gnome-6f0f1de8c9dec90a0e579df86eaced5ec57e941c.tar.gz
freebsd-ports-gnome-6f0f1de8c9dec90a0e579df86eaced5ec57e941c.tar.zst
freebsd-ports-gnome-6f0f1de8c9dec90a0e579df86eaced5ec57e941c.zip
add cdpd
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet PR: 31138 Submitted by: Alexander Snarskii <snar@lucky.net>
-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
-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
11 files changed, 53 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
diff --git a/net/Makefile b/net/Makefile
index 6ffe847c41c2..bc1c84555d09 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 000000000000..72ed0ddc6bcb
--- /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 000000000000..75cdf629b894
--- /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 000000000000..7c8051abcfbb
--- /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 000000000000..21959e6eef6e
--- /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 000000000000..80c13c6fd10b
--- /dev/null
+++ b/net/cdpd/pkg-plist
@@ -0,0 +1,2 @@
+libexec/cdpd
+etc/rc.d/cdpd.sh