[65103] trunk/dports/python/py-pcapy/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Mar 22 04:22:55 PDT 2010
Revision: 65103
http://trac.macports.org/changeset/65103
Author: ryandesign at macports.org
Date: 2010-03-22 04:22:54 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
py-pcapy: whitespace changes only
Modified Paths:
--------------
trunk/dports/python/py-pcapy/Portfile
Modified: trunk/dports/python/py-pcapy/Portfile
===================================================================
--- trunk/dports/python/py-pcapy/Portfile 2010-03-22 11:20:54 UTC (rev 65102)
+++ trunk/dports/python/py-pcapy/Portfile 2010-03-22 11:22:54 UTC (rev 65103)
@@ -1,38 +1,39 @@
# $Id$
-PortSystem 1.0
-PortGroup python24 1.0
-name py-pcapy
-version 0.10.5
-categories-append net
-maintainers nomaintainer
-description python interface to libpcap
-long_description \
- Pcapy is a Python extension module that interfaces with the libpcap \
- packet capture library. Pcapy enables python scripts to capture \
- packets on the network.
+PortSystem 1.0
+PortGroup python24 1.0
-platforms darwin
+name py-pcapy
+version 0.10.5
+categories-append net
+maintainers nomaintainer
-homepage http://oss.coresecurity.com/projects/pcapy.html
-master_sites http://oss.coresecurity.com/repo/
-distname pcapy-${version}
+description python interface to libpcap
-checksums md5 1dcff6af494f3d6763f457aa86aa0853 \
- sha1 e7e803b423f2c2e3401ee616cddfd6ab237fc8d8 \
- rmd160 fef424f4b912ba73e95e192355a0ad2e527492ff
+long_description Pcapy is a Python extension module that interfaces with \
+ the libpcap packet capture library. Pcapy enables python \
+ scripts to capture packets on the network.
-depends_lib-append port:libpcap
+platforms darwin
-build.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
- CFLAGS=-I${prefix}/include \
- LDFLAGS=-L${prefix}/lib
+homepage http://oss.coresecurity.com/projects/pcapy.html
+master_sites http://oss.coresecurity.com/repo/
+distname pcapy-${version}
+checksums md5 1dcff6af494f3d6763f457aa86aa0853 \
+ sha1 e7e803b423f2c2e3401ee616cddfd6ab237fc8d8 \
+ rmd160 fef424f4b912ba73e95e192355a0ad2e527492ff
+
+depends_lib-append port:libpcap
+
+build.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
+ CFLAGS=-I${prefix}/include \
+ LDFLAGS=-L${prefix}/lib
+
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- eval file rename [glob ${destroot}${prefix}/share/doc/pcapy/*] \
- ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} ChangeLog PKG-INFO \
- ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ eval file rename [glob ${destroot}${prefix}/share/doc/pcapy/*] \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} ChangeLog PKG-INFO \
+ ${destroot}${prefix}/share/doc/${name}
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100322/cbd867b7/attachment.html>
More information about the macports-changes
mailing list