From patchwork Wed Feb 15 19:47:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6526 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 4PH7rh4Q1Zz3xDh for ; Wed, 15 Feb 2023 19:47:16 +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 4PH7rh0MyLzgB; Wed, 15 Feb 2023 19:47:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PH7rg6xS6z2xbG; Wed, 15 Feb 2023 19:47:15 +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 4PH7rg1hWJz2xHt for ; Wed, 15 Feb 2023 19:47:15 +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 4PH7rf50dCzM7; Wed, 15 Feb 2023 19:47:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676490434; 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=jKuu56trDr9pLn+MXBD3uvIuOMvHclIxVbRX9L0GPFo=; b=Tze1OlTXvBq/CIY/YpUBuV7TIa4fJsCTZXNnMQPEcH2y3dz5Rnf2vx4AD1U+mo5sU7h6OW DvBMDV0eS1HAyPCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676490434; 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=jKuu56trDr9pLn+MXBD3uvIuOMvHclIxVbRX9L0GPFo=; b=BSxEHdkq0KplEwI+NG7wo4l4uCirTQe6lFXaBxl/sEj+BgvTbd5JK3wBAvaa8polQjSfeV Md7AH6tuvO3+j/a49xAMvrwbFuyOrQ2U0VSfrMfnvj1EJm3ylhNKLi2j/89gFFY+Hqe9OD iRMbEtCJ5qWD6b+wsFW4ctTegXdevHXdjOeLqMf0yOFWbVR4/NeEZC1Y49srIna7ypzszy K1RDra3lgBFy1P7wZOo3jN2RfabuIS/9JIaQ51JGzXNsV5uNu3DR2c1yrixS4zGvgsq9py HlAHISchfoQMA+rrPY0xbozUtTLaYgveKnuBs8bX2Xm98vYXnPjeH4ARtWKgkQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] perl-Parse-Yapp: New package. Date: Wed, 15 Feb 2023 20:47:07 +0100 Message-Id: <20230215194707.357124-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-Parse-Yapp/perl-Parse-Yapp.nm | 51 ++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 perl-Parse-Yapp/perl-Parse-Yapp.nm diff --git a/perl-Parse-Yapp/perl-Parse-Yapp.nm b/perl-Parse-Yapp/perl-Parse-Yapp.nm new file mode 100644 index 000000000..4a48f3eea --- /dev/null +++ b/perl-Parse-Yapp/perl-Parse-Yapp.nm @@ -0,0 +1,51 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = perl-Parse-Yapp +version = 1.21 +release = 1 + +groups = Development/Libratries +url = http://search.cpan.org/dist/Parse-Yapp/ +license = GPL+ or Artistic +summary = Perl extension for generating and using LALR parsers. + +description + Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules + that let you generate and use yacc like thread safe (reentrant) parsers with + perl object oriented interface. +end + +source_dl = https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/ + +thisapp = Parse-Yapp-%{version} + +build + requires + perl(ExtUtils::MakeMaker) + perl(Test::More) + 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 + + package %{name}-debuginfo + template DEBUGINFO + end +end