public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 98491fcccede87850cafe73db02e4d182dc8a187
@ 2023-09-17 16:12 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-09-17 16:12 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-17 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17 16:12 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 98491fcccede87850cafe73db02e4d182dc8a187 Michael Tremer

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