Revision: 74783 http://trac.macports.org/changeset/74783 Author: rmstonecipher@macports.org Date: 2011-01-02 08:56:32 -0800 (Sun, 02 Jan 2011) Log Message: ----------- devel/usbmuxd new port USB Multiplex Daemon for interfacing with current-generation iPods/iPhones via USB Added Paths: ----------- trunk/dports/devel/usbmuxd/ trunk/dports/devel/usbmuxd/Portfile Added: trunk/dports/devel/usbmuxd/Portfile =================================================================== --- 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 ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native