From owner-dev-commits-ports-all@freebsd.org Mon Jun 14 21:41:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F01F6557B3; Mon, 14 Jun 2021 21:41:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3lJF38MSz3HQM; Mon, 14 Jun 2021 21:41:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E46E21C429; Mon, 14 Jun 2021 21:41:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15ELfG0g076338; Mon, 14 Jun 2021 21:41:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15ELfGeq076337; Mon, 14 Jun 2021 21:41:16 GMT (envelope-from git) Date: Mon, 14 Jun 2021 21:41:16 GMT Message-Id: <202106142141.15ELfGeq076337@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 2ba5725b9149 - main - devel/clxclient: New port: C++ wrapper library around the X Window System API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ba5725b9149bf74246d4b62ab45593f73c0a90a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 21:41:18 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ba5725b9149bf74246d4b62ab45593f73c0a90a commit 2ba5725b9149bf74246d4b62ab45593f73c0a90a Author: Yuri Victorovich AuthorDate: 2021-06-14 21:38:41 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-14 21:41:12 +0000 devel/clxclient: New port: C++ wrapper library around the X Window System API --- devel/Makefile | 1 + devel/clxclient/Makefile | 35 +++++++++++++++++++++++++++++++++++ devel/clxclient/distinfo | 3 +++ devel/clxclient/files/patch-Makefile | 12 ++++++++++++ devel/clxclient/pkg-descr | 4 ++++ 5 files changed, 55 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 9076d0c2cb13..148a346405bb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -356,6 +356,7 @@ SUBDIR += cloudabi-toolchain SUBDIR += clthreads SUBDIR += cltune + SUBDIR += clxclient SUBDIR += cmake SUBDIR += cmake-doc SUBDIR += cmake-fedora diff --git a/devel/clxclient/Makefile b/devel/clxclient/Makefile new file mode 100644 index 000000000000..cbf5abacb979 --- /dev/null +++ b/devel/clxclient/Makefile @@ -0,0 +1,35 @@ +PORTNAME= clxclient +DISTVERSION= 3.9.2 +CATEGORIES= devel +MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ wrapper library around the X Window System API + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/../COPYING + +BUILD_DEPENDS= clthreads>0:devel/clthreads \ + freetype2>0:print/freetype2 + +USES= gmake localbase:ldflags pkgconfig tar:bz2 xorg +USE_XORG= x11 xft +USE_LDCONFIG= yes + +ALL_TARGET= libclxclient.so.${DISTVERSION} + +CXXFLAGS+= -I${WRKSRC} + +MAKE_ARGS= LIBDIR=${LOCALBASE}/lib + +WRKSRC_SUBDIR= source + +PLIST_FILES= include/clxclient.h \ + lib/libclxclient.so \ + lib/libclxclient.so.${DISTVERSION:R:R} \ + lib/libclxclient.so.${DISTVERSION} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libclxclient.so.3.9.2 + +.include diff --git a/devel/clxclient/distinfo b/devel/clxclient/distinfo new file mode 100644 index 000000000000..1be3b895f399 --- /dev/null +++ b/devel/clxclient/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623701720 +SHA256 (clxclient-3.9.2.tar.bz2) = 8501e964f0e0746abc5083a0b75fe3b937281cc4a9f7d1450ff98e86bc337881 +SIZE (clxclient-3.9.2.tar.bz2) = 29991 diff --git a/devel/clxclient/files/patch-Makefile b/devel/clxclient/files/patch-Makefile new file mode 100644 index 000000000000..bea28eb87bca --- /dev/null +++ b/devel/clxclient/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig 2018-08-24 18:50:31 UTC ++++ Makefile +@@ -55,7 +55,8 @@ install: $(CLXCLIENT_MIN) + install -d $(DESTDIR)$(LIBDIR) + install -m 644 $(CLXCLIENT_H) $(DESTDIR)$(INCDIR) + install -m 755 $(CLXCLIENT_MIN) $(DESTDIR)$(LIBDIR) +- ldconfig ++ #ldconfig ++ ln -sf $(CLXCLIENT_MIN) $(DESTDIR)$(LIBDIR)/$(CLXCLIENT_MAJ) + ln -sf $(CLXCLIENT_MIN) $(DESTDIR)$(LIBDIR)/$(CLXCLIENT_SO) + + uninstall: diff --git a/devel/clxclient/pkg-descr b/devel/clxclient/pkg-descr new file mode 100644 index 000000000000..a089d7f44ca7 --- /dev/null +++ b/devel/clxclient/pkg-descr @@ -0,0 +1,4 @@ +clxclient is a C++ wrapper library around the X Window System API that is used +in some LinuxAudio-hosted projects. + +WWW: https://kokkinizita.linuxaudio.org/linuxaudio/