Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Jul 2002 16:13:42 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40345: New port: net/cdpr
Message-ID:  <20020708141342.78002AC718@freebsdcluster.org>

next in thread | raw e-mail | index | archive | help

>Number:         40345
>Category:       ports
>Synopsis:       New port: net/cdpr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 08 07:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386

>Description:
	cdpr (Cisco Discovery Protocol Reporter) shows the switch and port that 
	a machine is connected to, provided that the device supports CDP. It 
	can also optionally decode the full CDP packet. cdpr was written to 
	help network/system administrators find out about the equipment that i
	a machine is connected to. This is done by capturing and decoding a 
	Cisco Discovery Protocol (CDP) packet.

>How-To-Repeat:
	
>Fix:


	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cdpr/Makefile
#	cdpr/distinfo
#	cdpr/pkg-comment
#	cdpr/pkg-descr
#	cdpr/pkg-plist
#
echo x - cdpr/Makefile
sed 's/^X//' >cdpr/Makefile << 'END-of-cdpr/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  cdpr
X# Date created:                          Tue Jul 08, 2002
X# Whom:                                  Michael L. Hostbaek (mich@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cdpr
XPORTVERSION=	1.0.2
XCATEGORIES=	net
XMASTER_SITES=	http://www.monkeymental.com/mmfiles/ \
X		${MASTER_SITE_LOCAL}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	mich@freebsdcluster.org
X
XUSE_GCC=	yes
XALL_TARGET=	cdpr
X
XDOCSDIR?=       ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
X.endif
X
X.include <bsd.port.mk>
END-of-cdpr/Makefile
echo x - cdpr/distinfo
sed 's/^X//' >cdpr/distinfo << 'END-of-cdpr/distinfo'
XMD5 (cdpr-1.0.2.tgz) = 1e863e357add0ea4fc5e28f8d151401a
END-of-cdpr/distinfo
echo x - cdpr/pkg-comment
sed 's/^X//' >cdpr/pkg-comment << 'END-of-cdpr/pkg-comment'
XCisco Discovery Protocol Reporter
END-of-cdpr/pkg-comment
echo x - cdpr/pkg-descr
sed 's/^X//' >cdpr/pkg-descr << 'END-of-cdpr/pkg-descr'
Xcdpr (Cisco Discovery Protocol Reporter) shows the switch and port that 
Xa machine is connected to, provided that the device supports CDP. It 
Xcan also optionally decode the full CDP packet. cdpr was written to 
Xhelp network/system administrators find out about the equipment that i
Xa machine is connected to. This is done by capturing and decoding a 
XCisco Discovery Protocol (CDP) packet.
X
X	- Michael L. Hostbaek
X	mich@freebsdcluster.org
END-of-cdpr/pkg-descr
echo x - cdpr/pkg-plist
sed 's/^X//' >cdpr/pkg-plist << 'END-of-cdpr/pkg-plist'
Xbin/cdpr
Xshare/doc/cdpr/README
X@dirrm share/doc/cdpr
END-of-cdpr/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020708141342.78002AC718>