public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] perl-Parse-Yapp: New package.
@ 2023-02-15 19:47 Stefan Schantl
  2023-02-16  9:18 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2023-02-15 19:47 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1783 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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 <info(a)ipfire.org>                   #
+###############################################################################
+
+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
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] perl-Parse-Yapp: New package.
  2023-02-15 19:47 [PATCH] perl-Parse-Yapp: New package Stefan Schantl
@ 2023-02-16  9:18 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2023-02-16  9:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2066 bytes --]

You are leaving a lot of trailing whitespaces in your patches recently...

> On 15 Feb 2023, at 20:47, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> 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 <info(a)ipfire.org>                   #
> +###############################################################################
> +
> +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
> -- 
> 2.30.2
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-16  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 19:47 [PATCH] perl-Parse-Yapp: New package Stefan Schantl
2023-02-16  9:18 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox