This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 587be093d21df9e9e1883873c6aa8341bc1799d1 (commit) via f70cb3c677ec6b483aa2b3da9d4949a3f9d66b6a (commit) via aa0ea679a6ffbd3ca112f3fb9c674acde7b08058 (commit) via 29b2659d106b97df43f5e46b483209b6f2c3f28a (commit) via 9954fe53aa9d26770deda512fa6d1323375c88a0 (commit) from 5b94fc7c11e0584a5f6ca5a333a921b6b9fa7a23 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 587be093d21df9e9e1883873c6aa8341bc1799d1 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 16 09:17:44 2023 +0000
python3-markdown: Remove trailing whitespace
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit f70cb3c677ec6b483aa2b3da9d4949a3f9d66b6a Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Feb 15 20:48:03 2023 +0100
python3-markdown: New package.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit aa0ea679a6ffbd3ca112f3fb9c674acde7b08058 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 16 09:15:49 2023 +0000
perl-Parse-Yapp: Remove trailing whitespace and moves thisapp
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 29b2659d106b97df43f5e46b483209b6f2c3f28a Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Feb 15 20:47:07 2023 +0100
perl-Parse-Yapp: New package.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9954fe53aa9d26770deda512fa6d1323375c88a0 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Feb 15 20:46:24 2023 +0100
jansson: New package.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: pixman/pixman.nm => jansson/jansson.nm | 25 ++++++++++----------- .../perl-Parse-Yapp.nm | 26 +++++++++------------- .../python3-markdown.nm | 21 ++++++++--------- 3 files changed, 34 insertions(+), 38 deletions(-) copy pixman/pixman.nm => jansson/jansson.nm (60%) copy perl-HTML-Parser/perl-HTML-Parser.nm => perl-Parse-Yapp/perl-Parse-Yapp.nm (57%) copy python3-tornado/python3-tornado.nm => python3-markdown/python3-markdown.nm (55%)
Difference in files: diff --git a/jansson/jansson.nm b/jansson/jansson.nm new file mode 100644 index 000000000..6fab1d462 --- /dev/null +++ b/jansson/jansson.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = jansson +version = 2.13.1 +release = 1 + +groups = System/Libraries +url = https://www.digip.org/jansson/ +license = MIT +summary = C library for encoding, decoding and manipulating JSON data. + +description + Small library for parsing and writing JSON documents. +end + +source_dl = https://www.digip.org/jansson/releases/ +sources = %{thisapp}.tar.bz2 + +build + configure_options += \ + --disable-static \ + + test + LD_LIBRARY_PATH="%{DIR_APP}/src/.libs" make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/perl-Parse-Yapp/perl-Parse-Yapp.nm b/perl-Parse-Yapp/perl-Parse-Yapp.nm new file mode 100644 index 000000000..4ceb6441b --- /dev/null +++ b/perl-Parse-Yapp/perl-Parse-Yapp.nm @@ -0,0 +1,50 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = perl-Parse-Yapp +version = 1.21 +release = 1 +thisapp = Parse-Yapp-%{version} + +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/ + +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 diff --git a/python3-markdown/python3-markdown.nm b/python3-markdown/python3-markdown.nm new file mode 100644 index 000000000..aac5845b6 --- /dev/null +++ b/python3-markdown/python3-markdown.nm @@ -0,0 +1,47 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = python3-markdown +version = 3.4.1 +release = 1 +thisapp = markdown-%{version} + +groups = Development/Libraries +url = https://python-markdown.github.io/ +license = ASL 2.0 +summary = A Python implementation of John Gruber’s Markdown with Extension support + +description + This is a Python implementation of John Gruber's Markdown. It is almost + completely compliant with the reference implementation, though there are a + few known issues. + + Additional features are supported by the Available Extensions. +end + +source_dl = https://github.com/Python-Markdown/markdown/archive/refs/tags/%%7Bversion%7D... + +build + requires + python3-devel >= 3.4 + python3-setuptools + end + + build + %{python3} setup.py build + end + + install + %{python3} setup.py install --skip-build --root=%{BUILDROOT} + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree