[Midnightbsd-cvs] mports [18178] trunk/comms: add libusbmuxd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 16 08:29:55 EDT 2015


Revision: 18178
          http://svnweb.midnightbsd.org/mports/?rev=18178
Author:   laffer1
Date:     2015-03-16 08:29:54 -0400 (Mon, 16 Mar 2015)
Log Message:
-----------
add libusbmuxd

Modified Paths:
--------------
    trunk/comms/Makefile

Added Paths:
-----------
    trunk/comms/libusbmuxd/
    trunk/comms/libusbmuxd/Makefile
    trunk/comms/libusbmuxd/distinfo
    trunk/comms/libusbmuxd/pkg-descr
    trunk/comms/libusbmuxd/pkg-plist

Modified: trunk/comms/Makefile
===================================================================
--- trunk/comms/Makefile	2015-03-15 20:24:01 UTC (rev 18177)
+++ trunk/comms/Makefile	2015-03-16 12:29:54 UTC (rev 18178)
@@ -15,6 +15,7 @@
 SUBDIR += libimobiledevice
 SUBDIR += libirman
 SUBDIR += lirc
+SUBDIR += libusbmuxd
 SUBDIR += lrzsz
 SUBDIR += minicom
 SUBDIR += p5-Device-Gsm

Added: trunk/comms/libusbmuxd/Makefile
===================================================================
--- trunk/comms/libusbmuxd/Makefile	                        (rev 0)
+++ trunk/comms/libusbmuxd/Makefile	2015-03-16 12:29:54 UTC (rev 18178)
@@ -0,0 +1,39 @@
+# $MidnightBSD$
+
+PORTNAME=	libusbmuxd
+PORTVERSION=	1.0.9
+CATEGORIES=	comms
+MASTER_SITES=	http://www.libimobiledevice.org/downloads/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Communication interface library for usbmuxd
+
+LICENSE=	lgpl2.1 lgpl3
+LICENSE_COMB=	dual
+
+LIB_DEPENDS=	libplist.so:${PORTSDIR}/devel/libplist
+
+CONFLICTS_INSTALL=usbmuxd-1.0.[6-8]
+
+USES=		libtool pathfix pkgconfig tar:bzip2
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+
+PORTDOCS=	AUTHORS README
+
+OPTIONS_DEFINE=	DOCS INOTIFY
+
+INOTIFY_DESC=	Use inotify instead of polling (saves energy)
+
+INOTIFY_LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
+# *_CONFIGURE_WITH can't be used as --with-inotify doesn't work.
+INOTIFY_CONFIGURE_OFF=	--without-inotify
+INOTIFY_CFLAGS=		-I${LOCALBASE}/include
+INOTIFY_LDFLAGS=	-L${LOCALBASE}/lib -linotify
+
+post-install:
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+
+.include <bsd.port.mk>


Property changes on: trunk/comms/libusbmuxd/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/comms/libusbmuxd/distinfo
===================================================================
--- trunk/comms/libusbmuxd/distinfo	                        (rev 0)
+++ trunk/comms/libusbmuxd/distinfo	2015-03-16 12:29:54 UTC (rev 18178)
@@ -0,0 +1,2 @@
+SHA256 (libusbmuxd-1.0.9.tar.bz2) = 2e3f708a3df30ad7832d2d2389eeb29f68f4e4488a42a20149cc99f4f9223dfc
+SIZE (libusbmuxd-1.0.9.tar.bz2) = 265940


Property changes on: trunk/comms/libusbmuxd/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/comms/libusbmuxd/pkg-descr
===================================================================
--- trunk/comms/libusbmuxd/pkg-descr	                        (rev 0)
+++ trunk/comms/libusbmuxd/pkg-descr	2015-03-16 12:29:54 UTC (rev 18178)
@@ -0,0 +1,9 @@
+'usbmuxd' stands for "USB multiplexing daemon". This daemon is in
+charge of multiplexing connections over USB to an iPhone or iPod
+Touch. To users, it means you can sync your music, contacts, photos,
+etc. over USB. To developers, it means you can connect to any
+listening localhost socket on the device.
+
+This package contains the usbmuxd communication interface library.
+
+WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd


Property changes on: trunk/comms/libusbmuxd/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/comms/libusbmuxd/pkg-plist
===================================================================
--- trunk/comms/libusbmuxd/pkg-plist	                        (rev 0)
+++ trunk/comms/libusbmuxd/pkg-plist	2015-03-16 12:29:54 UTC (rev 18178)
@@ -0,0 +1,8 @@
+bin/iproxy
+include/usbmuxd-proto.h
+include/usbmuxd.h
+lib/libusbmuxd.a
+lib/libusbmuxd.so
+lib/libusbmuxd.so.2
+lib/libusbmuxd.so.2.1.0
+libdata/pkgconfig/libusbmuxd.pc


Property changes on: trunk/comms/libusbmuxd/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list