From patchwork Tue Feb 28 10:23:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6640 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PQtkn4Kqsz3wfY for ; Tue, 28 Feb 2023 10:24:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PQtkl29h0ztZ; Tue, 28 Feb 2023 10:23:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PQtkl0SHyz2ydt; Tue, 28 Feb 2023 10:23:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PQtkj1kNWz2y0x for ; Tue, 28 Feb 2023 10:23:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PQtkg5R3dzq8; Tue, 28 Feb 2023 10:23:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677579836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rP0/0bz5oePl4S8pBlF0CdGVVIs3eQANtaCgfbT8xBk=; b=ObOG7GVVjN98ZWjaONILg7hVeWI4Dm4IFWtYct24ZexBbzUk03QCvwmFRdBnCNeVlTpofS hgsbTeAIbDW0osDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677579836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rP0/0bz5oePl4S8pBlF0CdGVVIs3eQANtaCgfbT8xBk=; b=hGfDT8XW599RuDP9ECHWAH3XvZAmmb4TMSCM3wv20oS0QlSd4ie1TaOAUvz7EDMzRikSfP jGC/TAi3DGesWqAo7AAnZ5sPNPtcMvZ+gbTifiTQkZH2j5KfinxaQg8OD9bff4LEqDUX0D 11W6q7HTpe+WNBGzcA8tKFkepGgU5kv695McUtQvBLWp6uKS/LzSI0p1NAzewdLPka3Ttw wTzlGdfEMyPExV3AN8mfrj0i2rPh6YDPdJGEVhyOda3svTM5FWHpT27bAiCC3sZemLoFY/ JPY9dU5HcJNnwPT/MYXNpHQZJ9a2P1VUktMwGBmaeXhVtkOWS0vLJLRRAnZXvA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/2] log4cplus: New package Date: Tue, 28 Feb 2023 11:23:46 +0100 Message-Id: <20230228102347.188481-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- log4cplus/log4cplus.nm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 log4cplus/log4cplus.nm diff --git a/log4cplus/log4cplus.nm b/log4cplus/log4cplus.nm new file mode 100644 index 000000000..5bcec4f3f --- /dev/null +++ b/log4cplus/log4cplus.nm @@ -0,0 +1,40 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = log4cplus +version = 2.0.8 +release = 1 + +groups = System/Libraries +url = http://sourceforge.net/projects/log4cplus +license = ASL 2.0 +summary = Logging Framework for C++ + +description + log4cplus is a simple to use C++ logging API providing thread-safe, flexible, + and arbitrarily granular control over log management and configuration. It is + modeled after the Java log4j API. +end + +source_dl = http://downloads.sourceforge.net/%{name}/ +sources = %{thisapp}.tar.xz + +build + requires + gcc-c++ + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end