diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile new file mode 100644 index 000000000000..34625b3a302e --- /dev/null +++ b/net-mgmt/packit/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: packit +# Date created: 02.06.2003 +# Whom: Kirill Ponomarew +# +# $FreeBSD$ +# + +PORTNAME= packit +PORTVERSION= 0.6.0 +CATEGORIES= net +MASTER_SITES= http://packit.sourceforge.net/ +DISTNAME= ${PORTNAME}-latest +EXTRACT_SUFX= .tgz + +MAINTAINER= ponomarew@oberon.net +COMMENT= Packit is a network auditing tool + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel + +LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +MAN8= packit.8 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" \ + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} ""####################################################### + @${ECHO_MSG} "" + @${ECHO_MSG} "You need ${PORTSDIR}/net/libnet-devel to build this port + @${ECHO_MSG} "" + @${ECHO_MSG} ""####################################################### + @${ECHO_MSG} "" + +.include diff --git a/net-mgmt/packit/distinfo b/net-mgmt/packit/distinfo new file mode 100644 index 000000000000..2759c002afaf --- /dev/null +++ b/net-mgmt/packit/distinfo @@ -0,0 +1 @@ +MD5 (packit-latest.tgz) = fd7436accc01e0dcb127df1f20a457d3 diff --git a/net-mgmt/packit/pkg-descr b/net-mgmt/packit/pkg-descr new file mode 100644 index 000000000000..d469900dba3e --- /dev/null +++ b/net-mgmt/packit/pkg-descr @@ -0,0 +1,9 @@ +Packit is a network auditing tool. Its value is derived from +its ability to customize, inject, monitor, and manipulate IP +traffic. By allowing you to define (spoof) nearly all TCP, UDP, +ICMP, IP, ARP, RARP, and Ethernet header options, Packit can be +useful in testing firewalls, intrusion detection systems, port +scanning, simulating network traffic, and general TCP/IP +auditing. Packit is also an excellent tool for learning TCP/IP. + +WWW: http://packit.sourceforge.net/ diff --git a/net-mgmt/packit/pkg-plist b/net-mgmt/packit/pkg-plist new file mode 100644 index 000000000000..19ccbf81d682 --- /dev/null +++ b/net-mgmt/packit/pkg-plist @@ -0,0 +1 @@ +sbin/packit diff --git a/net/Makefile b/net/Makefile index 7abc0437895b..370c826f8416 100644 --- a/net/Makefile +++ b/net/Makefile @@ -486,6 +486,7 @@ SUBDIR += p5-Validate-Net SUBDIR += p5-XPC SUBDIR += p5-perl-ldap + SUBDIR += packit SUBDIR += pancho SUBDIR += papaya SUBDIR += papaya-plugins diff --git a/net/packit/Makefile b/net/packit/Makefile new file mode 100644 index 000000000000..34625b3a302e --- /dev/null +++ b/net/packit/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: packit +# Date created: 02.06.2003 +# Whom: Kirill Ponomarew +# +# $FreeBSD$ +# + +PORTNAME= packit +PORTVERSION= 0.6.0 +CATEGORIES= net +MASTER_SITES= http://packit.sourceforge.net/ +DISTNAME= ${PORTNAME}-latest +EXTRACT_SUFX= .tgz + +MAINTAINER= ponomarew@oberon.net +COMMENT= Packit is a network auditing tool + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel + +LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +MAN8= packit.8 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" \ + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} ""####################################################### + @${ECHO_MSG} "" + @${ECHO_MSG} "You need ${PORTSDIR}/net/libnet-devel to build this port + @${ECHO_MSG} "" + @${ECHO_MSG} ""####################################################### + @${ECHO_MSG} "" + +.include diff --git a/net/packit/distinfo b/net/packit/distinfo new file mode 100644 index 000000000000..2759c002afaf --- /dev/null +++ b/net/packit/distinfo @@ -0,0 +1 @@ +MD5 (packit-latest.tgz) = fd7436accc01e0dcb127df1f20a457d3 diff --git a/net/packit/pkg-descr b/net/packit/pkg-descr new file mode 100644 index 000000000000..d469900dba3e --- /dev/null +++ b/net/packit/pkg-descr @@ -0,0 +1,9 @@ +Packit is a network auditing tool. Its value is derived from +its ability to customize, inject, monitor, and manipulate IP +traffic. By allowing you to define (spoof) nearly all TCP, UDP, +ICMP, IP, ARP, RARP, and Ethernet header options, Packit can be +useful in testing firewalls, intrusion detection systems, port +scanning, simulating network traffic, and general TCP/IP +auditing. Packit is also an excellent tool for learning TCP/IP. + +WWW: http://packit.sourceforge.net/ diff --git a/net/packit/pkg-plist b/net/packit/pkg-plist new file mode 100644 index 000000000000..19ccbf81d682 --- /dev/null +++ b/net/packit/pkg-plist @@ -0,0 +1 @@ +sbin/packit