[27757] trunk/dports/aqua/ArpSpyX/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 14:45:30 PDT 2007


Revision: 27757
          http://trac.macosforge.org/projects/macports/changeset/27757
Author:   nox at macports.org
Date:     2007-08-13 14:45:30 -0700 (Mon, 13 Aug 2007)

Log Message:
-----------
ArpSpyX:
 * Ported to xcode portgroup.
 * Added livecheck and sha1 and rmd160 checksums.
 * Now refuses to install on Intel Macs.
 * Desactivated universal variant.

Modified Paths:
--------------
    trunk/dports/aqua/ArpSpyX/Portfile

Modified: trunk/dports/aqua/ArpSpyX/Portfile
===================================================================
--- trunk/dports/aqua/ArpSpyX/Portfile	2007-08-13 21:34:13 UTC (rev 27756)
+++ trunk/dports/aqua/ArpSpyX/Portfile	2007-08-13 21:45:30 UTC (rev 27757)
@@ -1,42 +1,39 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
+PortGroup		xcode 1.0
 
 name			ArpSpyX
 version			1.1
 categories		aqua net
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		nomaintainer
 description		ArpSpyX displays ARP packets received by your computer
 long_description	ArpSpyX will passively sniff your network for ARP packets \
 					and display the IP and MAC address of the machine that \
 					generated the packet.
 
-homepage		http://www.thebends.org/~allen/arpspyx/
-master_sites	http://www.thebends.org/~allen/code/
-distfiles		${distname}-source.tgz
-checksums		md5 e5c2fdb34ce4539a5cbbf340cef39ba3
+homepage		http://www.thebends.org/~allen/
+master_sites	${homepage}code/
+distname		${name}-${version}-source
 
-worksrcdir		ArpSpyX
-
 extract.cmd		cat
 extract.pre_args
+extract.suffix	.tgz
 
-use_configure	no
+checksums		md5 e5c2fdb34ce4539a5cbbf340cef39ba3 \
+				sha1 17203ab4851e603d129448e66b682a21052f79d1 \
+				rmd160 ed858edbd7ce51b6eaa430964cb6e0ce2fd23f3e
 
-build.type		pbx
-build.target
-build.args		-buildstyle Deployment
+worksrcdir		ArpSpyX
 
-set xcodebuilddir		build
-platform darwin 8 {
-	if {$xcodeversion == "2.1"} {
-		set xcodebuilddir	build/Deployment
-	}
-}
+universal_variant no
 
-destroot	{
-	xinstall -m 755 -d ${destroot}/Applications/MacPorts/
-	file copy ${worksrcpath}/${xcodebuilddir}/ArpSpyX.app \
-		${destroot}/Applications/MacPorts/
+platform darwin i386 {
+	return -code 1 "${name} does not currently work on Intel Macs."
 }
+
+livecheck.check	regex
+livecheck.url	${master_sites}
+livecheck.regex	"${name}-(\\d+\\.\\d+(?:\\.\\d+)*)-source"
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070813/65b704d2/attachment.html


More information about the macports-changes mailing list