From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WCS/FE0ik2My5wAAbAwnHQ (envelope-from ) for ; Fri, 09 Dec 2022 12:55:57 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id MELJFE0ik2PVVwEA9RJhRA (envelope-from ) for ; Fri, 09 Dec 2022 12:55:57 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DFF057B0A for ; Fri, 9 Dec 2022 12:55:56 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3byN-0005Zy-5q; Fri, 09 Dec 2022 06:55:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3by2-0005Yx-Oc for guix-patches@gnu.org; Fri, 09 Dec 2022 06:55:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p3by2-0000mt-8k for guix-patches@gnu.org; Fri, 09 Dec 2022 06:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p3by2-0006ou-3r for guix-patches@gnu.org; Fri, 09 Dec 2022 06:55:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59845] [PATCH v2 2/4] gnu: Add PMB. Resent-From: Yarl Baudig Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 09 Dec 2022 11:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59845 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59845@debbugs.gnu.org Cc: Yarl Baudig Received: via spool by 59845-submit@debbugs.gnu.org id=B59845.167058685926168 (code B ref 59845); Fri, 09 Dec 2022 11:55:02 +0000 Received: (at 59845) by debbugs.gnu.org; 9 Dec 2022 11:54:19 +0000 Received: from localhost ([127.0.0.1]:35559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3bxL-0006o0-1S for submit@debbugs.gnu.org; Fri, 09 Dec 2022 06:54:19 -0500 Received: from msg-4.mailo.com ([213.182.54.15]:40798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3bxI-0006nq-Tf for 59845@debbugs.gnu.org; Fri, 09 Dec 2022 06:54:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1670586846; bh=PxHJlr0cvjUo/H4XaNnAS0JZXStk+HvgwyiVIqvOQcg=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-Id:In-Reply-To: References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=BBO21CDuvoDJPs0Nv5LJMKvx/tO6rE+tSpJRuwcdiVe0EQ4N464N/Ag1rOO33L4Hm wHH36nGcCVQd4EpJmJvT6JK9wmzxZHoQYkhc5ySX5auvNYuU/xqH37AOjukG46aOU8 2zcrE6ViXSwbqUFeiGSpATlC1U2NnC8FTLRP4j04= Received: by b-5.in.mailobj.net [192.168.90.15] with ESMTP via ip-206.mailobj.net [213.182.55.206] Fri, 9 Dec 2022 12:54:06 +0100 (CET) X-EA-Auth: dI2C18XlXmEUjNZfqE3qTZV4ETaT5Hf7CmALN/zOkNmf3dYjdFlKT1MXIsNlvgX6iDL6czJoXgSdp4X6XBX9UxVpM+3E2VjHFv7v4DUDyFY= From: Yarl Baudig Date: Fri, 9 Dec 2022 12:53:47 +0100 Message-Id: <20221209115349.5821-2-yarl-baudig@mailoo.org> In-Reply-To: <20221209115349.5821-1-yarl-baudig@mailoo.org> References: <20221209115349.5821-1-yarl-baudig@mailoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1670586956; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=LsfV82A2akg2tTDBvm3IGBS2p0LIWSX4Ofl6E51rgf4=; b=rpE96P7q99sSKGzmdaS9xJK2LvY1upUI/nmN0OGrlosdqo+YCxgMneHnL1b/3tV3ouuE7A Ea/ndZ5GO1l4yljRmb3r/oyuPJBBIjmgFVWZzE6CU6dY6Zv+ieR/K2Q1BhKX4Lf3JU5+1n kwCYUWLRxqznXnf5KzHm/9ge2KYQqvbas72QDioZRSUGde+7RZ46DxCPafS1TxwbrYAOK8 IInZWOVQgvle1bwR4yDZnSrBJNm1rdhNKJ0tAtYAE1fDUJqlfNNqb8sH7ChekhEhyWZU3v xKmsRVN43qgeUBJYm5zgZ4HcZn3bzSRlyPU8ioX9+Q4H3ZhV616gH/AY5XB8zw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670586956; a=rsa-sha256; cv=none; b=ZrFnK5s0FeRZPDIxMJIY2boI6NAyZKCrPJJ001P1L1mC7ARHQuYaBWWMSbyWmwVEL9Ij0W NLrrxMaR8PAGqgehSqykp1K5w7ym/Tjail13AqCtIxZuG0NpluRsJPc81b5jfQrBh1TZ7U wNKrDG2ddFepy70flmtlbC2CGvqEPs4VqoyFMBPT3JfcHTTv/Hjz9o8hepRUNe32rtI1Wp Hq57QL4+7X01cC41+5zLH32i4DgoXw4QLT5e3gzgkOH/Fvc1Sha6VSfy1TSdhELpSK/hMJ S6a4uItOBJ131hdb93Jg/JPsmbVGCHJcf5fxWylFExMW7FzIklUUEV1xuG1bvQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mailoo.org header.s=mailo header.b=BBO21CDu; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mailoo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 8.56 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mailoo.org header.s=mailo header.b=BBO21CDu; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mailoo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: DFF057B0A X-Spam-Score: 8.56 X-Migadu-Spam: Yes X-Migadu-Scanner: scn1.migadu.com X-TUID: Gi4ta+US0Hcd * gnu/packages/ils.scm: New file. * gnu/local.mk: Add it. --- gnu/local.mk | 1 + gnu/packages/ils.scm | 61 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 gnu/packages/ils.scm diff --git a/gnu/local.mk b/gnu/local.mk index 1bfbe28bde..ff0c86584a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -323,6 +323,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/icu4c.scm \ %D%/packages/idris.scm \ %D%/packages/idutils.scm \ + %D%/packages/ils.scm \ %D%/packages/image.scm \ %D%/packages/image-processing.scm \ %D%/packages/image-viewers.scm \ diff --git a/gnu/packages/ils.scm b/gnu/packages/ils.scm new file mode 100644 index 0000000000..61908b06b7 --- /dev/null +++ b/gnu/packages/ils.scm @@ -0,0 +1,61 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2022 Yarl Baudig +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages ils) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system copy) + #:use-module (guix licenses) + #:use-module (gnu packages gawk) + #:use-module (gnu packages compression) + #:use-module (gnu packages php) + #:use-module (gnu packages perl)) + +;;; Commentary +;;; +;;; Integrated Library Systems packages. +;;; +;;; Code + +(define-public pmb + (package + (name "pmb") + (version "7.4.6") + (source (origin + (method url-fetch) + (uri + (string-append + "https://forge.sigb.net/attachments/download/3968/pmb" + version + ".zip")) + (sha256 + (base32 + "0ana1w8d60n2gznhh1zyjdld4xi4p2pm2hc05m8n7fh2bvlmw0cr")))) + (build-system copy-build-system) + (arguments '(#:install-plan '(("." "share/http/pmb")))) + (native-inputs (list unzip)) + (propagated-inputs (list php perl)) + (synopsis "Integrated Library System") + (description "PMB is an Integrated Library System for librarians, documentalists and +information managers. + +This contains only the PMB archive (html, php and css files), you will need a web +server, php and a SQL database server. See the guix pmb service.") + (home-page "https://www.sigb.net") + (license cecill))) + -- 2.38.1