diff options
author | explorer <explorer@pkgsrc.org> | 2002-04-01 05:46:36 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2002-04-01 05:46:36 +0000 |
commit | 2f6971562f407a888e7bc5019cc797dae7c95364 (patch) | |
tree | bb6a1be676b885afa22ad4883f46ad97d96c3413 /net/cdpd | |
parent | f42446f98a50a336cf310f2ebffe4d5e083feb1c (diff) | |
download | pkgsrc-2f6971562f407a888e7bc5019cc797dae7c95364.tar.gz |
Import cdpd, a program to send Cisco Discovery Protocol packets.
Diffstat (limited to 'net/cdpd')
-rw-r--r-- | net/cdpd/DESCR | 1 | ||||
-rw-r--r-- | net/cdpd/Makefile | 20 | ||||
-rw-r--r-- | net/cdpd/PLIST | 3 | ||||
-rw-r--r-- | net/cdpd/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/cdpd/DESCR b/net/cdpd/DESCR new file mode 100644 index 00000000000..2d6193006c0 --- /dev/null +++ b/net/cdpd/DESCR @@ -0,0 +1 @@ +cdpd is a program to send Cisco Discovery Protocol packets. diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile new file mode 100644 index 00000000000..fcb973107f3 --- /dev/null +++ b/net/cdpd/Makefile @@ -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" diff --git a/net/cdpd/PLIST b/net/cdpd/PLIST new file mode 100644 index 00000000000..1d9ab601073 --- /dev/null +++ b/net/cdpd/PLIST @@ -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 diff --git a/net/cdpd/distinfo b/net/cdpd/distinfo new file mode 100644 index 00000000000..245d344a61c --- /dev/null +++ b/net/cdpd/distinfo @@ -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 |