# 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: # # . # ./Makefile # ./pkg-comment # ./pkg-descr # ./pkg-plist # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: scdp X# Date created: 14 September 2001 X# Whom: arved X# X# $FreeBSD$ X XPORTNAME= scdp XPORTVERSION= 1.0b XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=scdp X XMAINTAINER= freebsdports@arved.de X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XTool, that sends CDP (CISCO Discovery Protocol) Packets END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis program sends CDP (Cisco Discovery Protocol) packets out on selected Xinterfaces and tells the connected switch (cisco only) where the host is Xconnected. X XWWW: http://sourceforge.net/projects/scdp/ X X-arved Xarved@arved.de END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/scdp END-of-./pkg-plist echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (scdp-1.0b.tar.gz) = 7eafaf5a422e37d04715613993ed5d95 END-of-./distinfo exit