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 98491fcccede87850cafe73db02e4d182dc8a187 (commit) via 15ed78a69de4a7224bd75b191f2d275589f409d2 (commit) from dd81523403ed325d95ae2e708cef1c96b29829e5 (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 98491fcccede87850cafe73db02e4d182dc8a187 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Sep 17 16:12:28 2023 +0000
perl-Font-TTF: Update to 1.06
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 15ed78a69de4a7224bd75b191f2d275589f409d2 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Sep 17 16:12:10 2023 +0000
perl-IO-String: New package
This is required by perl-Font-TTF
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: perl-Font-TTF/perl-Font-TTF.nm | 7 +++--- perl-IO-String/perl-IO-String.nm | 54 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 perl-IO-String/perl-IO-String.nm
Difference in files: diff --git a/perl-Font-TTF/perl-Font-TTF.nm b/perl-Font-TTF/perl-Font-TTF.nm index 198e5c05b..0bba0620d 100644 --- a/perl-Font-TTF/perl-Font-TTF.nm +++ b/perl-Font-TTF/perl-Font-TTF.nm @@ -4,8 +4,8 @@ ###############################################################################
name = perl-Font-TTF -version = 0.48 -release = 2 +version = 1.06 +release = 1 thisapp = Font-TTF-%{version}
groups = Development/Libraries @@ -21,7 +21,7 @@ description types. end
-source_dl = http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/ +source_dl = https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/
build arches = noarch @@ -29,6 +29,7 @@ build requires perl(ExtUtils::MakeMaker) perl(ExtUtils::ParseXS) + perl(IO::String) perl(Test::Simple) end
diff --git a/perl-IO-String/perl-IO-String.nm b/perl-IO-String/perl-IO-String.nm new file mode 100644 index 000000000..f1e069276 --- /dev/null +++ b/perl-IO-String/perl-IO-String.nm @@ -0,0 +1,54 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = perl-IO-String +version = 1.08 +release = 1 +thisapp = IO-String-%{version} + +groups = Development/Libraries +url = http://search.cpan.org/dist/IO-String/ +license = Perl +summary = Emulate file interface for in-core strings + +description + The IO::String module provides the IO::File interface for in-core + strings. An IO::String object can be attached to a string, and makes + it possible to use the normal file operations for reading or writing + data, as well as for seeking to various locations of the string. + This is useful when you want to use a library module that only provides + an interface to file handles on data that you have in a string variable. +end + +source_dl = https://cpan.metacpan.org/authors/id/G/GA/GAAS/ + +build + arches = noarch + + requires + perl(ExtUtils::MakeMaker) + perl(ExtUtils::ParseXS) + perl(Test) + end + + build + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}" + make %{PARALLELISMFLAGS} + end + + test + make test + end + + make_install_targets = pure_install DESTDIR=%{BUILDROOT} +end + +packages + package %{name} + requires + perl + end + end +end
hooks/post-receive -- IPFire 3.x development tree