public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 98491fcccede87850cafe73db02e4d182dc8a187
Date: Sun, 17 Sep 2023 16:12:43 +0000	[thread overview]
Message-ID: <4RpXyM44zSz2xGr@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4194 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  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(a)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(a)ipfire.org>

commit 15ed78a69de4a7224bd75b191f2d275589f409d2
Author: Michael Tremer <michael.tremer(a)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(a)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(a)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

                 reply	other threads:[~2023-09-17 16:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4RpXyM44zSz2xGr@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox