CDPdaemon - sends Cisco Discovery Protocol announces over ethernet

PR:		31138
Submitted by:	Alexander Snarskii <snar@lucky.net>
This commit is contained in:
Ying-Chieh Liao 2001-10-11 11:54:23 +00:00
parent 7b99072853
commit baa89dfe9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48678
11 changed files with 53 additions and 0 deletions

20
net-mgmt/cdpd/Makefile Normal file
View File

@ -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>

1
net-mgmt/cdpd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd

View File

@ -0,0 +1 @@
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet

2
net-mgmt/cdpd/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
A simple program designed to send 'Cisco Discovery Protocol' packets
on network.

2
net-mgmt/cdpd/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
libexec/cdpd
etc/rc.d/cdpd.sh

View File

@ -31,6 +31,7 @@
SUBDIR += bpft
SUBDIR += brouted
SUBDIR += cap
SUBDIR += cdpd
SUBDIR += centericq
SUBDIR += cflowd
SUBDIR += choparp

20
net/cdpd/Makefile Normal file
View File

@ -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>

1
net/cdpd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd

1
net/cdpd/pkg-comment Normal file
View File

@ -0,0 +1 @@
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet

2
net/cdpd/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
A simple program designed to send 'Cisco Discovery Protocol' packets
on network.

2
net/cdpd/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
libexec/cdpd
etc/rc.d/cdpd.sh