From patchwork Sun Feb 26 19:18:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6628 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PPtjH71N5z3wjy for ; Sun, 26 Feb 2023 19:19:15 +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 4PPtjF0gYDznv; Sun, 26 Feb 2023 19:19:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPtjD6fQlz2yvk; Sun, 26 Feb 2023 19:19:12 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PPtjC4QNwz2xGk for ; Sun, 26 Feb 2023 19:19:11 +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 4PPtjB5HPNzc4; Sun, 26 Feb 2023 19:19:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677439150; 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=dojDuekLENO+x8MBpZJSqcZ7DAbP1PrvmwogFk86MU0=; b=HQZfHCeH8yUwY66yd2ORRGpAG5HrvcU1qcBpBzyXd2lrjhKubzzouGWPZX4IxdmJekxOHw kNLnc1fu8JiHV8CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677439150; 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=dojDuekLENO+x8MBpZJSqcZ7DAbP1PrvmwogFk86MU0=; b=SNPdHApMHQJ/QSwcdS5eCDVkgIiHGpSEboRJk5QIZriR41DW+VTL0SRk3pqcCNPSupNv6C be+o4vB3btYvPs/IgzL4Dn1V05MqHeU1KrLWJ2LDU7DzzqoQUhCatN9l6cwUWnXUX9Jaeo LqUPAifvpzGOHzia9mYl2BGaElhihiJo5JYhOWlRrLj2ZeCU2195XsrJke4O4ZuA6mXhWh g0J4yaCfMPxb2EgEPoiTDnPNUbyLiJYV2TJDHIoS8YGdZHEGVRBukBXrLOaALp8cnU7kWd jesRrrjZ6PMkgLlJd3JORzvKafiQ7TGUbZI29h+22IpmgKQST17deKkxxuN7xg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/7] perl-Module-Install: New package Date: Sun, 26 Feb 2023 20:18:58 +0100 Message-Id: <20230226191904.675207-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 --- perl-Module-Install/perl-Module-Install.nm | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 perl-Module-Install/perl-Module-Install.nm diff --git a/perl-Module-Install/perl-Module-Install.nm b/perl-Module-Install/perl-Module-Install.nm new file mode 100644 index 000000000..f3313e5fc --- /dev/null +++ b/perl-Module-Install/perl-Module-Install.nm @@ -0,0 +1,57 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = perl-Module-Install +version = 1.19 +release = 1 +arch = noarch + +groups = Development/Libratries +url = http://search.cpan.org/dist/Module-Install/ +license = GPL+ or Artistic +summary = Standalone, extensible Perl module installer. + +description + Module::Install is a package for writing installers for CPAN (or CPAN-like) + distributions that are clean, simple, minimalist, act in a strictly correct + manner with ExtUtils::MakeMaker, and will run on any Perl installation + version 5.005 or newer. +end + +source_dl = https://cpan.metacpan.org/authors/id/E/ET/ETHER/ + +thisapp = Module-Install-%{version} + +build + requires + perl(autodie) + perl(CPAN::Meta::YAML) + perl(Devel::PPPort) + perl(File::Remove) + perl(FindBin) + perl(ExtUtils::MakeMaker) + perl(Module::CoreList) + perl(Parse::CPAN::Meta) + perl(Test::More) + perl(YAML::Tiny) + end + + build + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}" + make %{PARALLELISMFLAGS} + end + + test + make test + end +end + +packages + package %{name} + requires + perl(:MODULE_COMPAT_%{perl_version}) + end + end +end