From baa89dfe9f692e4a27e876fb08e5c4ffd2f5c6a1 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 11 Oct 2001 11:54:23 +0000 Subject: add cdpd CDPdaemon - sends Cisco Discovery Protocol announces over ethernet PR: 31138 Submitted by: Alexander Snarskii --- net/cdpd/Makefile | 20 ++++++++++++++++++++ net/cdpd/distinfo | 1 + net/cdpd/pkg-comment | 1 + net/cdpd/pkg-descr | 2 ++ net/cdpd/pkg-plist | 2 ++ 5 files changed, 26 insertions(+) create mode 100644 net/cdpd/Makefile create mode 100644 net/cdpd/distinfo create mode 100644 net/cdpd/pkg-comment create mode 100644 net/cdpd/pkg-descr create mode 100644 net/cdpd/pkg-plist (limited to 'net/cdpd') 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 +# +# $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 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 -- cgit v1.2.3