mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add scdp-1.0.b, tool that sends CDP (CISCO Discovery Protocol) Packets
PR: 30960 Submitted by: Tilman Linneweh <tilman@tl.kom.tuwien.ac.at>
This commit is contained in:
parent
1fe9c70f3d
commit
132a1a3d5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48483
23
net-mgmt/scdp/Makefile
Normal file
23
net-mgmt/scdp/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: scdp
|
||||
# Date created: 14 September 2001
|
||||
# Whom: arved@arved.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scdp
|
||||
PORTVERSION= 1.0.b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= scdp
|
||||
|
||||
MAINTAINER= freebsdports@arved.de
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/scdp/distinfo
Normal file
1
net-mgmt/scdp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (scdp-1.0b.tar.gz) = 7eafaf5a422e37d04715613993ed5d95
|
1
net-mgmt/scdp/pkg-comment
Normal file
1
net-mgmt/scdp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tool that sends CDP (CISCO Discovery Protocol) Packets
|
8
net-mgmt/scdp/pkg-descr
Normal file
8
net-mgmt/scdp/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This program sends CDP (Cisco Discovery Protocol) packets out on selected
|
||||
interfaces and tells the connected switch (Cisco only) where the host is
|
||||
connected.
|
||||
|
||||
WWW: http://sourceforge.net/projects/scdp/
|
||||
|
||||
-arved
|
||||
arved@arved.de
|
1
net-mgmt/scdp/pkg-plist
Normal file
1
net-mgmt/scdp/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/scdp
|
@ -368,6 +368,7 @@
|
||||
SUBDIR += sambasentinel
|
||||
SUBDIR += samplicator
|
||||
SUBDIR += satellite
|
||||
SUBDIR += scdp
|
||||
SUBDIR += scotty
|
||||
SUBDIR += scotty3
|
||||
SUBDIR += sdl_net
|
||||
|
23
net/scdp/Makefile
Normal file
23
net/scdp/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: scdp
|
||||
# Date created: 14 September 2001
|
||||
# Whom: arved@arved.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scdp
|
||||
PORTVERSION= 1.0.b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= scdp
|
||||
|
||||
MAINTAINER= freebsdports@arved.de
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/scdp/distinfo
Normal file
1
net/scdp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (scdp-1.0b.tar.gz) = 7eafaf5a422e37d04715613993ed5d95
|
1
net/scdp/pkg-comment
Normal file
1
net/scdp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tool that sends CDP (CISCO Discovery Protocol) Packets
|
8
net/scdp/pkg-descr
Normal file
8
net/scdp/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This program sends CDP (Cisco Discovery Protocol) packets out on selected
|
||||
interfaces and tells the connected switch (Cisco only) where the host is
|
||||
connected.
|
||||
|
||||
WWW: http://sourceforge.net/projects/scdp/
|
||||
|
||||
-arved
|
||||
arved@arved.de
|
1
net/scdp/pkg-plist
Normal file
1
net/scdp/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/scdp
|
Loading…
Reference in New Issue
Block a user