diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-31 10:10:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-31 10:10:59 +0000 |
commit | 30f73c2e506da93b9b52f1608bab09c2e620d9fc (patch) | |
tree | f2bf0f2d361db7b82aafe4dda8c6e57e9fda7b69 | |
parent | 72003f355e41d683b93785382dda0b0e00aa2948 (diff) | |
download | ports-30f73c2e506da93b9b52f1608bab09c2e620d9fc.tar.gz ports-30f73c2e506da93b9b52f1608bab09c2e620d9fc.zip |
Notes
-rw-r--r-- | net/netsed/Makefile | 22 | ||||
-rw-r--r-- | net/netsed/files/patch-Makefile | 7 | ||||
-rw-r--r-- | net/netsed/pkg-descr | 10 | ||||
-rw-r--r-- | net/netsed/pkg-plist | 3 |
4 files changed, 16 insertions, 26 deletions
diff --git a/net/netsed/Makefile b/net/netsed/Makefile index 92b4bcd5b8b1..76fc3dcfda60 100644 --- a/net/netsed/Makefile +++ b/net/netsed/Makefile @@ -1,6 +1,6 @@ -# Ports collection makefile for: netsed -# Date created: Jan 9 2000 -# Whom: Roman Shterenzon <roman@xpert.com> +# Ports collection makefile for: NetSED +# Date created: Jan 9 2000 +# Whom: Roman Shterenzon <roman@xpert.com> # # $FreeBSD$ # @@ -9,21 +9,25 @@ PORTNAME= netsed PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= net security -MASTER_SITES= http://dione.ids.pl/~lcamtuf/ \ - http://lcamtuf.na.export.pl/ +MASTER_SITES= http://dione.ids.pl/~lcamtuf/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Alters the contents of packets in real-time +MAKE_ARGS= CFLAGS="${CFLAGS}" + WRKSRC= ${WRKDIR} +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/netsed ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/netsed - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netsed + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/net/netsed/files/patch-Makefile b/net/netsed/files/patch-Makefile deleted file mode 100644 index 86782e2d7991..000000000000 --- a/net/netsed/files/patch-Makefile +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.orig Tue Jan 9 12:04:29 2001 -+++ Makefile Tue Jan 9 12:04:36 2001 -@@ -1,4 +1,4 @@ --CFLAGS = -Wall -fomit-frame-pointer -O9 -+CFLAGS ?= -Wall -fomit-frame-pointer -O9 - - all: netsed diff --git a/net/netsed/pkg-descr b/net/netsed/pkg-descr index e69c7f4c6675..1a439c505dd0 100644 --- a/net/netsed/pkg-descr +++ b/net/netsed/pkg-descr @@ -3,16 +3,12 @@ packets forwarded thru your network in real time. It is really useful for network hackers in following applications: * black-box protocol auditing - whenever there are two or more - propertiary boxes communicating over undocumented protocol (by enforcing - changes in ongoing transmissions, you will be able to test if tested + propertiary boxes communicating over undocumented protocol (by enforcing + changes in ongoing transmissions, you will be able to test if tested application is secure), - * fuzz-alike experiments, integrity tests - whenever you want to test + * fuzz-alike experiments, integrity tests - whenever you want to test stability of the application and see how it ensures data integrity, * other common applications - fooling other people, content filtering, etc etc - choose whatever you want to. - -WWW: http://dione.ids.pl/~lcamtuf/ - -Roman Shterenzon <roman@xpert.com> diff --git a/net/netsed/pkg-plist b/net/netsed/pkg-plist deleted file mode 100644 index 97e716a28b3b..000000000000 --- a/net/netsed/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/netsed -%%PORTDOCS%%share/doc/netsed/README -%%PORTDOCS%%@dirrm share/doc/netsed |