[22693] trunk/dports/net
source_changes at macosforge.org
source_changes at macosforge.org
Sun Mar 11 12:09:59 PDT 2007
Revision: 22693
http://trac.macosforge.org/projects/macports/changeset/22693
Author: pmq at macports.org
Date: 2007-03-11 12:09:59 -0700 (Sun, 11 Mar 2007)
Log Message:
-----------
New port, Bit-Twist.
Added Paths:
-----------
trunk/dports/net/bittwist/
trunk/dports/net/bittwist/Portfile
Added: trunk/dports/net/bittwist/Portfile
===================================================================
--- trunk/dports/net/bittwist/Portfile (rev 0)
+++ trunk/dports/net/bittwist/Portfile 2007-03-11 19:09:59 UTC (rev 22693)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+
+name bittwist
+categories net security
+version 0.80
+platforms darwin
+maintainers pmq at macports.org
+
+description Simple yet powerful libpcap-based Ethernet packet generator.
+long_description \
+ Bit-Twist is a simple yet powerful libpcap-based Ethernet packet generator. \
+ It is designed to compliment tcpdump, which by itself has done a great job \
+ in capturing network traffic. With Bit-Twist, you can now regenerate the \
+ captured traffic onto a live network! Packets are generated from tcpdump \
+ trace file (.pcap file). Bit-Twist also comes with a comprehensive trace \
+ file editor to allow you to change the contents of a trace file.
+
+homepage sourceforge:bittwist
+master_sites ${homepage}
+distname ${name}-bsd-${version}
+checksums md5 d9269c8ead56d39a1eebdcdb1a8e03bd \
+ sha1 47dd2a69d141c07ec35459b1c03139b117517d59
+
+depends_lib port:libpcap
+worksrcdir ${name}-${version}
+
+configure {
+ reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile
+}
+
+destroot {
+ xinstall -m 755 -W ${worksrcpath}/src bittwist bittwistb bittwiste \
+ ${destroot}${prefix}/bin
+ xinstall -m 644 -W ${worksrcpath}/doc bittwist.1 bittwistb.1 bittwiste.1 \
+ ${destroot}${prefix}/share/man/man1
+}
Property changes on: trunk/dports/net/bittwist/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070311/ad4a4a95/attachment.html
More information about the macports-changes
mailing list