Date: Tue, 3 Jun 2014 08:17:39 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356304 - in head/comms: . concordance concordance/files Message-ID: <201406030817.s538Hddd031668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Jun 3 08:17:39 2014 New Revision: 356304 URL: http://svnweb.freebsd.org/changeset/ports/356304 QAT: https://qat.redports.org/buildarchive/r356304/ 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. PR: ports/190546 Submitted by: Stephen Hurd <shurd@sasktel.net> Added: head/comms/concordance/ head/comms/concordance/Makefile (contents, props changed) head/comms/concordance/distinfo (contents, props changed) head/comms/concordance/files/ head/comms/concordance/files/patch-configure (contents, props changed) head/comms/concordance/pkg-descr (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Tue Jun 3 08:15:28 2014 (r356303) +++ head/comms/Makefile Tue Jun 3 08:17:39 2014 (r356304) @@ -21,6 +21,7 @@ SUBDIR += chirp SUBDIR += chu SUBDIR += comserv + SUBDIR += concordance SUBDIR += conserver SUBDIR += conserver-com SUBDIR += cutecom Added: head/comms/concordance/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/concordance/Makefile Tue Jun 3 08:17:39 2014 (r356304) @@ -0,0 +1,25 @@ +# Created by: Stephen Hurd <shurd@sasktel.net> +# $FreeBSD$ + +PORTNAME= concordance +PORTVERSION= 1.1 +CATEGORIES= comms +MASTER_SITES= SF + +MAINTAINER= shurd@sasktel.net +COMMENT= Command-line Logitech Harmony configuration tool + +LICENSE= GPLv2 + +LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord + +USES= tar:bzip2 +WRKSRC_SUBDIR= ${PORTNAME} +GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +PLIST_FILES= bin/concordance \ + man/man1/concordance.1.gz + +.include <bsd.port.mk> Added: head/comms/concordance/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/concordance/distinfo Tue Jun 3 08:17:39 2014 (r356304) @@ -0,0 +1,2 @@ +SHA256 (concordance-1.1.tar.bz2) = ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05 +SIZE (concordance-1.1.tar.bz2) = 1142393 Added: head/comms/concordance/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/concordance/files/patch-configure Tue Jun 3 08:17:39 2014 (r356304) @@ -0,0 +1,12 @@ +--- configure.orig 2014-03-28 20:27:47.000000000 -0700 ++++ configure 2014-05-31 02:59:26.000000000 -0700 +@@ -15080,6 +15080,9 @@ + + LIBCONCORD_VERSION="3" + case $host_os in ++ freebsd*) ++ LIBCONCORD_LDFLAGS="-lconcord" ++ ;; + darwin*) + LIBCONCORD_LDFLAGS="-lconcord.$LIBCONCORD_VERSION" + ;; Added: head/comms/concordance/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/concordance/pkg-descr Tue Jun 3 08:17:39 2014 (r356304) @@ -0,0 +1,4 @@ +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406030817.s538Hddd031668>