From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04035158041 for ; Fri, 23 Feb 2024 01:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2760E2A8F; Fri, 23 Feb 2024 01:36:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 536F3E2A8F for ; Fri, 23 Feb 2024 01:36:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 319E9343209 for ; Fri, 23 Feb 2024 01:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0ED014D8 for ; Fri, 23 Feb 2024 01:36:53 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1708615727.1d4fbe9784f2046e604b79233c05aa5cdf272b8a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/, dev-cpp/wt/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/Manifest dev-cpp/wt/files/wt-no-rundir.patch dev-cpp/wt/metadata.xml dev-cpp/wt/wt-4.10.3.ebuild X-VCS-Directories: dev-cpp/wt/files/ dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1d4fbe9784f2046e604b79233c05aa5cdf272b8a X-VCS-Branch: master Date: Fri, 23 Feb 2024 01:36:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbebd090-1a0c-45f9-8df0-805d1fca5f55 X-Archives-Hash: 40dcaf347a7ad53a5fb659a597931e63 commit: 1d4fbe9784f2046e604b79233c05aa5cdf272b8a Author: David Roman gmail com> AuthorDate: Thu Feb 22 15:28:47 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 22 15:28:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d4fbe97 dev-cpp/wt: new package, add 4.10.3 Signed-off-by: David Roman gmail.com> dev-cpp/wt/Manifest | 1 + dev-cpp/wt/files/wt-no-rundir.patch | 14 ++++++++++ dev-cpp/wt/metadata.xml | 11 ++++++++ dev-cpp/wt/wt-4.10.3.ebuild | 53 +++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+) diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest new file mode 100644 index 0000000000..b28f49bb5a --- /dev/null +++ b/dev-cpp/wt/Manifest @@ -0,0 +1 @@ +DIST wt-4.10.3.tar.gz 10443169 BLAKE2B f5f6cdb0024001522bfc10b30c0f3b819be643c81a61e66ba548d284749a82b5fda78e10a5c82efd2b1ec0f1bf8ccc29d38dbf0ec0f20eead5be400467440f00 SHA512 cf81f2ec08741aba6c102b5558dccc82623d7073130bbaa9be1168751b3047bd411acf19ac1f20303b722dc5db05b667c7c7cb213fbc6930918b6cff8d1aad6b diff --git a/dev-cpp/wt/files/wt-no-rundir.patch b/dev-cpp/wt/files/wt-no-rundir.patch new file mode 100644 index 0000000000..ad17603e92 --- /dev/null +++ b/dev-cpp/wt/files/wt-no-rundir.patch @@ -0,0 +1,14 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 887e5de6..a8d559ab 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -132,9 +132,6 @@ ELSE(WIN32) + SET(CONFIG_PREFIX ${CMAKE_INSTALL_PREFIX}) + ENDIF() + +- SET(RUNDIR "${CONFIG_PREFIX}/var/run/wt" CACHE PATH +- "Default path for wt session management (only used by FCGI connector)") +- + IF(NOT DEFINED CONFIGDIR) + SET(CONFIGDIR "${CONFIG_PREFIX}/etc/wt" CACHE STRING "Path for the configuration files") + ENDIF( NOT DEFINED CONFIGDIR ) diff --git a/dev-cpp/wt/metadata.xml b/dev-cpp/wt/metadata.xml new file mode 100644 index 0000000000..a637183f18 --- /dev/null +++ b/dev-cpp/wt/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + emweb/wt + + diff --git a/dev-cpp/wt/wt-4.10.3.ebuild b/dev-cpp/wt/wt-4.10.3.ebuild new file mode 100644 index 0000000000..6a323d81a3 --- /dev/null +++ b/dev-cpp/wt/wt-4.10.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Wt, C++ Web Toolkit" +HOMEPAGE="https://www.webtoolkit.eu/wt https://github.com/emweb/wt" +SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc firebird mysql pdf postgres ssl" + +DEPEND=" + firebird? ( dev-db/firebird ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql ) + ssl? ( dev-libs/openssl ) + media-libs/libharu + media-gfx/graphicsmagick + x11-libs/pango + sys-libs/zlib + virtual/opengl +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/wt-no-rundir.patch") + +src_configure() { + # TODO + #-DENABLE_QT6=$(usex qt6) + + local mycmakeargs=( + -DLIB_INSTALL_DIR=$(get_libdir) + -DBUILD_EXAMPLES=OFF + -DINSTALL_DOCUMENTATION=$(usex doc) + -DENABLE_SSL=$(usex ssl) + -DENABLE_HARU=$(usex pdf) + -DENABLE_PANGO=ON + -DENABLE_SQLITE=ON + -DENABLE_POSTGRES=$(usex postgres) + -DENABLE_FIREBIRD=$(usex firebird) + -DENABLE_MYSQL=$(usex mysql) + -DENABLE_QT4=OFF + -DENABLE_QT5=ON + -DENABLE_SAML=ON + ) + + cmake_src_configure +} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCBA5158041 for ; Thu, 22 Feb 2024 15:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D143CE29D5; Thu, 22 Feb 2024 15:53:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2A68E29D8 for ; Thu, 22 Feb 2024 15:53:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F920343214 for ; Thu, 22 Feb 2024 15:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038E91160 for ; Thu, 22 Feb 2024 15:53:24 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1708615727.1d4fbe9784f2046e604b79233c05aa5cdf272b8a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/, dev-cpp/wt/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/Manifest dev-cpp/wt/files/wt-no-rundir.patch dev-cpp/wt/metadata.xml dev-cpp/wt/wt-4.10.3.ebuild X-VCS-Directories: dev-cpp/wt/files/ dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1d4fbe9784f2046e604b79233c05aa5cdf272b8a X-VCS-Branch: dev Date: Thu, 22 Feb 2024 15:53:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f42f2d5-4728-4f7b-9c92-66f4c5698f1c X-Archives-Hash: 3c991737b7579edf2c2c434f1b8f099d Message-ID: <20240222155324.-MnbjiIKFcYAocYK-O91lx5tLTCT1ECRWC__NDOf_MI@z> commit: 1d4fbe9784f2046e604b79233c05aa5cdf272b8a Author: David Roman gmail com> AuthorDate: Thu Feb 22 15:28:47 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 22 15:28:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d4fbe97 dev-cpp/wt: new package, add 4.10.3 Signed-off-by: David Roman gmail.com> dev-cpp/wt/Manifest | 1 + dev-cpp/wt/files/wt-no-rundir.patch | 14 ++++++++++ dev-cpp/wt/metadata.xml | 11 ++++++++ dev-cpp/wt/wt-4.10.3.ebuild | 53 +++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+) diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest new file mode 100644 index 0000000000..b28f49bb5a --- /dev/null +++ b/dev-cpp/wt/Manifest @@ -0,0 +1 @@ +DIST wt-4.10.3.tar.gz 10443169 BLAKE2B f5f6cdb0024001522bfc10b30c0f3b819be643c81a61e66ba548d284749a82b5fda78e10a5c82efd2b1ec0f1bf8ccc29d38dbf0ec0f20eead5be400467440f00 SHA512 cf81f2ec08741aba6c102b5558dccc82623d7073130bbaa9be1168751b3047bd411acf19ac1f20303b722dc5db05b667c7c7cb213fbc6930918b6cff8d1aad6b diff --git a/dev-cpp/wt/files/wt-no-rundir.patch b/dev-cpp/wt/files/wt-no-rundir.patch new file mode 100644 index 0000000000..ad17603e92 --- /dev/null +++ b/dev-cpp/wt/files/wt-no-rundir.patch @@ -0,0 +1,14 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 887e5de6..a8d559ab 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -132,9 +132,6 @@ ELSE(WIN32) + SET(CONFIG_PREFIX ${CMAKE_INSTALL_PREFIX}) + ENDIF() + +- SET(RUNDIR "${CONFIG_PREFIX}/var/run/wt" CACHE PATH +- "Default path for wt session management (only used by FCGI connector)") +- + IF(NOT DEFINED CONFIGDIR) + SET(CONFIGDIR "${CONFIG_PREFIX}/etc/wt" CACHE STRING "Path for the configuration files") + ENDIF( NOT DEFINED CONFIGDIR ) diff --git a/dev-cpp/wt/metadata.xml b/dev-cpp/wt/metadata.xml new file mode 100644 index 0000000000..a637183f18 --- /dev/null +++ b/dev-cpp/wt/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + emweb/wt + + diff --git a/dev-cpp/wt/wt-4.10.3.ebuild b/dev-cpp/wt/wt-4.10.3.ebuild new file mode 100644 index 0000000000..6a323d81a3 --- /dev/null +++ b/dev-cpp/wt/wt-4.10.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Wt, C++ Web Toolkit" +HOMEPAGE="https://www.webtoolkit.eu/wt https://github.com/emweb/wt" +SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc firebird mysql pdf postgres ssl" + +DEPEND=" + firebird? ( dev-db/firebird ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql ) + ssl? ( dev-libs/openssl ) + media-libs/libharu + media-gfx/graphicsmagick + x11-libs/pango + sys-libs/zlib + virtual/opengl +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/wt-no-rundir.patch") + +src_configure() { + # TODO + #-DENABLE_QT6=$(usex qt6) + + local mycmakeargs=( + -DLIB_INSTALL_DIR=$(get_libdir) + -DBUILD_EXAMPLES=OFF + -DINSTALL_DOCUMENTATION=$(usex doc) + -DENABLE_SSL=$(usex ssl) + -DENABLE_HARU=$(usex pdf) + -DENABLE_PANGO=ON + -DENABLE_SQLITE=ON + -DENABLE_POSTGRES=$(usex postgres) + -DENABLE_FIREBIRD=$(usex firebird) + -DENABLE_MYSQL=$(usex mysql) + -DENABLE_QT4=OFF + -DENABLE_QT5=ON + -DENABLE_SAML=ON + ) + + cmake_src_configure +}