svn commit: r356303 - in head/comms: . libconcord libconcord/files
Martin Wilke
miwi at FreeBSD.org
Tue Jun 3 08:15:30 UTC 2014
Author: miwi
Date: Tue Jun 3 08:15:28 2014
New Revision: 356303
URL: http://svnweb.freebsd.org/changeset/ports/356303
QAT: https://qat.redports.org/buildarchive/r356303/
Log:
The concordance software suite allows you to program your Logitech Harmony
remote using a configuration object retreived from the harmony website. The
Logitech Harmony is a highly configuration universal remote than can control
most multimedia devices.
This port contains the C Libraries for the concordance framework.
PR: ports/190545
Submitted by: Stephen Hurd <shurd at sasktel.net>
Added:
head/comms/libconcord/
head/comms/libconcord/Makefile (contents, props changed)
head/comms/libconcord/distinfo (contents, props changed)
head/comms/libconcord/files/
head/comms/libconcord/files/patch-configure (contents, props changed)
head/comms/libconcord/pkg-descr (contents, props changed)
head/comms/libconcord/pkg-plist (contents, props changed)
Modified:
head/comms/Makefile
Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile Tue Jun 3 08:07:48 2014 (r356302)
+++ head/comms/Makefile Tue Jun 3 08:15:28 2014 (r356303)
@@ -74,6 +74,7 @@
SUBDIR += kb
SUBDIR += kermit
SUBDIR += kremotecontrol
+ SUBDIR += libconcord
SUBDIR += libfec
SUBDIR += libimobiledevice
SUBDIR += libirman
Added: head/comms/libconcord/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libconcord/Makefile Tue Jun 3 08:15:28 2014 (r356303)
@@ -0,0 +1,26 @@
+# Created by: Stephen Hurd <shurd at sasktel.net>
+# $FreeBSD$
+
+PORTNAME= libconcord
+PORTVERSION= 1.1
+CATEGORIES= comms
+MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
+DISTNAME= concordance-${PORTVERSION}
+
+MAINTAINER= shurd at sasktel.net
+COMMENT= Logitech Harmony configuration library
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconf
+LIB_DEPENDS= libhidapi.so:${PORTSDIR}/comms/hidapi \
+ libzip.so:${PORTSDIR}/archivers/libzip
+
+USE_LDCONFIG= yes
+USES= tar:bzip2 libtool shared-mime-info
+WRKSRC_SUBDIR= libconcord
+GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
Added: head/comms/libconcord/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libconcord/distinfo Tue Jun 3 08:15:28 2014 (r356303)
@@ -0,0 +1,2 @@
+SHA256 (concordance-1.1.tar.bz2) = ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05
+SIZE (concordance-1.1.tar.bz2) = 1142393
Added: head/comms/libconcord/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libconcord/files/patch-configure Tue Jun 3 08:15:28 2014 (r356303)
@@ -0,0 +1,16 @@
+--- configure.orig 2014-03-28 20:27:39.000000000 -0700
++++ configure 2014-05-31 01:13:47.000000000 -0700
+@@ -15457,6 +15457,13 @@
+ fi
+ LIBCONCORD_LDFLAGS="-l$USBLIB"
+ ;;
++ freebsd*)
++ USBLIB="hidapi"
++
++$as_echo "#define WANT_HIDAPI 1" >>confdefs.h
++
++ LIBCONCORD_LDFLAGS="-l$USBLIB"
++ ;;
+ darwin*)
+ USBLIB="hidapi"
+
Added: head/comms/libconcord/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libconcord/pkg-descr Tue Jun 3 08:15:28 2014 (r356303)
@@ -0,0 +1,6 @@
+The concordance software suite allows you to program your Logitech Harmony
+remote using a configuration object retreived from the harmony website. The
+Logitech Harmony is a highly configuration universal remote than can control
+most multimedia devices.
+
+This port contains the C Libraries for the concordance framework.
Added: head/comms/libconcord/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/libconcord/pkg-plist Tue Jun 3 08:15:28 2014 (r356303)
@@ -0,0 +1,6 @@
+include/libconcord.h
+lib/libconcord.a
+lib/libconcord.so
+lib/libconcord.so.3
+lib/libconcord.so.3.0.0
+share/mime/packages/libconcord.xml
More information about the svn-ports-all
mailing list