[27931] trunk/dports/net/dnstop/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 16 02:35:57 PDT 2007
Revision: 27931
http://trac.macosforge.org/projects/macports/changeset/27931
Author: pmq at macports.org
Date: 2007-08-16 02:35:57 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
Cleanup.
Add long description.
Modified Paths:
--------------
trunk/dports/net/dnstop/Portfile
Modified: trunk/dports/net/dnstop/Portfile
===================================================================
--- trunk/dports/net/dnstop/Portfile 2007-08-16 09:32:13 UTC (rev 27930)
+++ trunk/dports/net/dnstop/Portfile 2007-08-16 09:35:57 UTC (rev 27931)
@@ -2,18 +2,23 @@
PortSystem 1.0
-name dnstop
-version 20070510
-categories net
-description dnstop is a libpcap application that displays tables of DNS traffic
-homepage http://dnstop.measurement-factory.com/
-maintainers pmq at macports.org
-master_sites http://dnstop.measurement-factory.com/src/
-checksums md5 a68f764a10c7ad7bf16a19223df865af
-depends_lib lib:libpcap:libpcap
+name dnstop
+version 20070510
+categories net
+maintainers pmq at macports.org
-use_configure no
-build.target
-destroot { system "install ${worksrcpath}/${name} ${destroot}${prefix}/bin/"
- system "install ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8/"
- }
+description dnstop is a libpcap application that displays tables of DNS traffic
+long_description ${description}
+
+homepage http://dnstop.measurement-factory.com/
+master_sites http://dnstop.measurement-factory.com/src/
+
+checksums md5 a68f764a10c7ad7bf16a19223df865af
+depends_lib lib:libpcap:libpcap
+
+use_configure no
+build.target
+destroot {
+ system "install ${worksrcpath}/${name} ${destroot}${prefix}/bin/"
+ system "install ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8/"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/943899cd/attachment.html
More information about the macports-changes
mailing list