pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
First commit of libusbmuxd
Module Name: pkgsrc-wip
Committed By: weabot <weabot%protonmail.com@localhost>
Pushed By: weabot
Date: Fri Jan 6 19:44:29 2017 +0000
Changeset: 3d042a5d2d5302be5ff9145a8adc304883f36d1b
Added Files:
libusbmuxd/DESCR
libusbmuxd/Makefile
libusbmuxd/PLIST
libusbmuxd/buildlink3.mk
libusbmuxd/distinfo
Log Message:
First commit of libusbmuxd
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d042a5d2d5302be5ff9145a8adc304883f36d1b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libusbmuxd/DESCR | 9 +++++++++
libusbmuxd/Makefile | 25 +++++++++++++++++++++++++
libusbmuxd/PLIST | 6 ++++++
libusbmuxd/buildlink3.mk | 13 +++++++++++++
libusbmuxd/distinfo | 6 ++++++
5 files changed, 59 insertions(+)
diffs:
diff --git a/libusbmuxd/DESCR b/libusbmuxd/DESCR
new file mode 100644
index 0000000..1a6d65c
--- /dev/null
+++ b/libusbmuxd/DESCR
@@ -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. To users, this 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.
diff --git a/libusbmuxd/Makefile b/libusbmuxd/Makefile
new file mode 100644
index 0000000..feba3ab
--- /dev/null
+++ b/libusbmuxd/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= libusbmuxd-1.0.10
+CATEGORIES= comms
+MASTER_SITES= http://www.libimobiledevice.org/downloads/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= weabot%protonmail.com@localhost
+HOMEPAGE= http://www.libimobiledevice.org/
+COMMENT= Communication interface library for usbmuxd
+LICENSE= gnu-lgpl-v2.1
+
+USE_TOOLS+= pkg-config
+
+BUILD_DEPENDS+= pkgconf>=0.9.10:../../devel/pkgconf
+
+.include "../../textproc/libplist/buildlink3.mk"
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= libusbmuxd.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libusbmuxd/PLIST b/libusbmuxd/PLIST
new file mode 100644
index 0000000..dd76d56
--- /dev/null
+++ b/libusbmuxd/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/iproxy
+include/usbmuxd-proto.h
+include/usbmuxd.h
+lib/libusbmuxd.la
+lib/pkgconfig/libusbmuxd.pc
diff --git a/libusbmuxd/buildlink3.mk b/libusbmuxd/buildlink3.mk
new file mode 100644
index 0000000..e7aa9a2
--- /dev/null
+++ b/libusbmuxd/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= libusbmuxd
+
+.if !defined(LIBUSBMUXD_BUILDLINK3_MK)
+LIBUSBMUXD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libusbmuxd+= libusbmuxd>=1.0.10
+BUILDLINK_PKGSRCDIR.libusbmuxd?= ../../local/libusbmuxd
+
+.endif # LIBUSBMUXD_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libusbmuxd
diff --git a/libusbmuxd/distinfo b/libusbmuxd/distinfo
new file mode 100644
index 0000000..0d90cb8
--- /dev/null
+++ b/libusbmuxd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libusbmuxd-1.0.10.tar.bz2) = 9d4ce8ac058cfea66e6785d2bad5bb9c93681b16
+RMD160 (libusbmuxd-1.0.10.tar.bz2) = c84f893c26c5af202d27907a00b4d9d49d0589a6
+SHA512 (libusbmuxd-1.0.10.tar.bz2) = 180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535
+Size (libusbmuxd-1.0.10.tar.bz2) = 292649 bytes
Home |
Main Index |
Thread Index |
Old Index