Added: trunk/dports/devel/usbmuxd/Portfile (0 => 74783)
--- trunk/dports/devel/usbmuxd/Portfile (rev 0)
+++ trunk/dports/devel/usbmuxd/Portfile 2011-01-02 16:56:32 UTC (rev 74783)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+PortGroup cmake 1.0
+
+name usbmuxd
+version 1.0.6
+categories devel
+platforms darwin
+maintainers rmstonecipher openmaintainer
+description USB Multiplex Daemon
+long_description ${description} is in charge of talking to your iPhone \
+ or iPod Touch over USB and coordinating access to its services by other \
+ applications.
+homepage http://marcansoft.com/blog/iphonelinux/usbmuxd/
+master_sites http://marcansoft.com/uploads/usbmuxd
+use_bzip2 yes
+checksums md5 c8909cfd9253d8d1a5e26f2ff7e5908b \
+ sha1 48b0e7d8a4e42b0af1e17ba59ce78e27bed94df1 \
+ rmd160 ad1041bcb77420781ea6ec8a07e75d4cf91a36d2
+depends_lib port:libplist \
+ port:libusb
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
Property changes on: trunk/dports/devel/usbmuxd/Portfile
___________________________________________________________________