* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 587be093d21df9e9e1883873c6aa8341bc1799d1
@ 2023-02-16 9:18 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-02-16 9:18 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 7312 bytes --]
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(a)ipfire.org>
Date: Thu Feb 16 09:17:44 2023 +0000
python3-markdown: Remove trailing whitespace
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f70cb3c677ec6b483aa2b3da9d4949a3f9d66b6a
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Wed Feb 15 20:48:03 2023 +0100
python3-markdown: New package.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit aa0ea679a6ffbd3ca112f3fb9c674acde7b08058
Author: Michael Tremer <michael.tremer(a)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(a)ipfire.org>
commit 29b2659d106b97df43f5e46b483209b6f2c3f28a
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Wed Feb 15 20:47:07 2023 +0100
perl-Parse-Yapp: New package.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 9954fe53aa9d26770deda512fa6d1323375c88a0
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Wed Feb 15 20:46:24 2023 +0100
jansson: New package.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)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(a)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(a)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(a)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/%{version}.tar.gz#/
+
+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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-16 9:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 9:18 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 587be093d21df9e9e1883873c6aa8341bc1799d1 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox