mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
comms/libconcord: Remove expired port
2024-12-31 comms/libconcord: Logitech Harmony were officially discontinued in 2021, last major product in 2019.
This commit is contained in:
parent
f880b759f0
commit
42677a819c
7 changed files with 1 additions and 57 deletions
1
MOVED
1
MOVED
|
@ -3850,3 +3850,4 @@ www/Stikked||2025-01-01|Has expired: Broken with PHP 8+ (see PR 281858)
|
||||||
databases/pgpool-II-41||2025-01-01|Has expired: Upstream EOL reaches on 2024-10-31
|
databases/pgpool-II-41||2025-01-01|Has expired: Upstream EOL reaches on 2024-10-31
|
||||||
devel/electron29||2025-01-01|Has expired: EOLed upstream, switch to newer version
|
devel/electron29||2025-01-01|Has expired: EOLed upstream, switch to newer version
|
||||||
devel/electron30||2025-01-01|Has expired: EOLed upstream, switch to newer version
|
devel/electron30||2025-01-01|Has expired: EOLed upstream, switch to newer version
|
||||||
|
comms/libconcord||2025-01-01|Has expired: Logitech Harmony were officially discontinued in 2021, last major product in 2019
|
||||||
|
|
|
@ -69,7 +69,6 @@
|
||||||
SUBDIR += java-simple-serial-connector
|
SUBDIR += java-simple-serial-connector
|
||||||
SUBDIR += kermit
|
SUBDIR += kermit
|
||||||
SUBDIR += klog
|
SUBDIR += klog
|
||||||
SUBDIR += libconcord
|
|
||||||
SUBDIR += libdc
|
SUBDIR += libdc
|
||||||
SUBDIR += libfap
|
SUBDIR += libfap
|
||||||
SUBDIR += libfec
|
SUBDIR += libfec
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
PORTNAME= libconcord
|
|
||||||
PORTVERSION= 1.5
|
|
||||||
CATEGORIES= comms
|
|
||||||
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
|
|
||||||
DISTNAME= concordance-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= Logitech Harmony configuration library
|
|
||||||
|
|
||||||
LICENSE= GPLv2
|
|
||||||
DEPRECATED= Logitech Harmony were officially discontinued in 2021, last major product in 2019.
|
|
||||||
EXPIRATION_DATE=2024-12-31
|
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
||||||
libhidapi.so:comms/hidapi \
|
|
||||||
libzip.so:archivers/libzip
|
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
|
||||||
USES= tar:bzip2 libtool pkgconfig shared-mime-info
|
|
||||||
WRKSRC_SUBDIR= libconcord
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,3 +0,0 @@
|
||||||
TIMESTAMP = 1721746790
|
|
||||||
SHA256 (concordance-1.5.tar.bz2) = 6e4ecfc18b91586cc0c58e376a7e23a561cbd7e8756586e62d5d9450e1b42b25
|
|
||||||
SIZE (concordance-1.5.tar.bz2) = 1413920
|
|
|
@ -1,16 +0,0 @@
|
||||||
--- 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"
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
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.
|
|
|
@ -1,6 +0,0 @@
|
||||||
include/libconcord.h
|
|
||||||
lib/libconcord.a
|
|
||||||
lib/libconcord.so
|
|
||||||
lib/libconcord.so.6
|
|
||||||
lib/libconcord.so.6.0.0
|
|
||||||
share/mime/packages/libconcord.xml
|
|
Loading…
Add table
Reference in a new issue