Import cdpd, a program to send Cisco Discovery Protocol packets.
This commit is contained in:
parent
f42446f98a
commit
2f6971562f
4 changed files with 28 additions and 0 deletions
1
net/cdpd/DESCR
Normal file
1
net/cdpd/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
cdpd is a program to send Cisco Discovery Protocol packets.
|
20
net/cdpd/Makefile
Normal file
20
net/cdpd/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/04/01 05:46:36 explorer Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cdpd-1.0.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
|
||||
|
||||
MAINTAINER= explorer@netbsd.org
|
||||
HOMEPAGE=
|
||||
COMMENT= Simple daemon to send Cisco Discovery Protocol packets
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
DEPENDS= libnet-[0-9]*:../../devel/libnet
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd
|
||||
${INSTALL_DATA} ${WRKSRC}/cdpd.8 ${PREFIX}/man/man8/cdpd.8
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/cdpd/PLIST
Normal file
3
net/cdpd/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/01 05:46:36 explorer Exp $
|
||||
sbin/cdpd
|
||||
man/man8/cdpd.8
|
4
net/cdpd/distinfo
Normal file
4
net/cdpd/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/04/01 05:46:36 explorer Exp $
|
||||
|
||||
SHA1 (cdpd-1.0.1.tar.gz) = 4d55b154a1805626759213dbeeb54916bae596eb
|
||||
Size (cdpd-1.0.1.tar.gz) = 24806 bytes
|
Loading…
Reference in a new issue