mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add cdpd
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet PR: 31138 Submitted by: Alexander Snarskii <snar@lucky.net>
This commit is contained in:
parent
7b99072853
commit
baa89dfe9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48678
20
net-mgmt/cdpd/Makefile
Normal file
20
net-mgmt/cdpd/Makefile
Normal 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
1
net-mgmt/cdpd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd
|
1
net-mgmt/cdpd/pkg-comment
Normal file
1
net-mgmt/cdpd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet
|
2
net-mgmt/cdpd/pkg-descr
Normal file
2
net-mgmt/cdpd/pkg-descr
Normal 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
2
net-mgmt/cdpd/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
libexec/cdpd
|
||||
etc/rc.d/cdpd.sh
|
@ -31,6 +31,7 @@
|
||||
SUBDIR += bpft
|
||||
SUBDIR += brouted
|
||||
SUBDIR += cap
|
||||
SUBDIR += cdpd
|
||||
SUBDIR += centericq
|
||||
SUBDIR += cflowd
|
||||
SUBDIR += choparp
|
||||
|
20
net/cdpd/Makefile
Normal file
20
net/cdpd/Makefile
Normal 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
1
net/cdpd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd
|
1
net/cdpd/pkg-comment
Normal file
1
net/cdpd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet
|
2
net/cdpd/pkg-descr
Normal file
2
net/cdpd/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
A simple program designed to send 'Cisco Discovery Protocol' packets
|
||||
on network.
|
2
net/cdpd/pkg-plist
Normal file
2
net/cdpd/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
libexec/cdpd
|
||||
etc/rc.d/cdpd.sh
|
Loading…
Reference in New Issue
Block a user