From dmichelsen at users.sourceforge.net Fri Mar 4 10:37:21 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 04 Mar 2022 09:37:21 +0000 Subject: SF.net SVN: gar:[26897] csw/mgar/pkg/sudo/trunk Message-ID: <1646386641.905576.16327@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26897 http://sourceforge.net/p/gar/code/26897 Author: dmichelsen Date: 2022-03-04 09:37:21 +0000 (Fri, 04 Mar 2022) Log Message: ----------- sudo/trunk: Update to 1.9.10 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2022-02-25 19:45:27 UTC (rev 26896) +++ csw/mgar/pkg/sudo/trunk/Makefile 2022-03-04 09:37:21 UTC (rev 26897) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.9.9 +VERSION = 1.9.10 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2022-02-25 19:45:27 UTC (rev 26896) +++ csw/mgar/pkg/sudo/trunk/checksums 2022-03-04 09:37:21 UTC (rev 26897) @@ -1 +1 @@ -f112d8ee214ef46ac6398196958ee383 sudo-1.9.9.tar.gz +f9327d4838c28f5a9421b909c21cd442 sudo-1.9.10.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Mar 14 11:53:56 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 14 Mar 2022 10:53:56 +0000 Subject: SF.net SVN: gar:[26898] csw/mgar/pkg/apache24/trunk Message-ID: <1647255236.516509.27740@sfp-scm-4.v30.lw.sourceforge.com> Revision: 26898 http://sourceforge.net/p/gar/code/26898 Author: dmichelsen Date: 2022-03-14 10:53:56 +0000 (Mon, 14 Mar 2022) Log Message: ----------- apache24/trunk: Update to 2.4.53 Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile csw/mgar/pkg/apache24/trunk/checksums Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2022-03-04 09:37:21 UTC (rev 26897) +++ csw/mgar/pkg/apache24/trunk/Makefile 2022-03-14 10:53:56 UTC (rev 26898) @@ -1,7 +1,7 @@ # $Id: Makefile 18185 2012-06-01 02:30:46Z bdwalton $ NAME = httpd -VERSION = 2.4.50 +VERSION = 2.4.53 GARTYPE = v2 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc Modified: csw/mgar/pkg/apache24/trunk/checksums =================================================================== --- csw/mgar/pkg/apache24/trunk/checksums 2022-03-04 09:37:21 UTC (rev 26897) +++ csw/mgar/pkg/apache24/trunk/checksums 2022-03-14 10:53:56 UTC (rev 26898) @@ -1 +1 @@ -18cecbfa70abd77b75f70c40d724e30f httpd-2.4.50.tar.gz +fbc10dfafdf8da2bdf8fc1c2a2e4e133 httpd-2.4.53.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Tue Mar 15 03:17:16 2022 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 15 Mar 2022 02:17:16 +0000 Subject: SF.net SVN: gar:[26899] csw/mgar/pkg/freeciv/trunk Message-ID: <1647310639.411629.5232@sfp-scm-4.v30.lw.sourceforge.com> Revision: 26899 http://sourceforge.net/p/gar/code/26899 Author: jake_goerzen Date: 2022-03-15 02:16:22 +0000 (Tue, 15 Mar 2022) Log Message: ----------- freeciv: update to 2.6.6; add patch to build with ipv6 Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile csw/mgar/pkg/freeciv/trunk/checksums Added Paths: ----------- csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-14 10:53:56 UTC (rev 26898) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 02:16:22 UTC (rev 26899) @@ -1,5 +1,5 @@ NAME = freeciv -VERSION = 2.6.0 +VERSION = 2.6.6 GARTYPE = v2 DESCRIPTION = Free turn-based multiplayer strategy game @@ -45,7 +45,7 @@ PATCHFILES += 0001-use-finite-instead-of-isfinite-function.patch PATCHFILES += 0002-restore-previous-version-tile.h.patch -PATCHFILES += 0003-adjust-path-to-include-MagickWand.h.patch +PATCHFILES += 0003-add-support-to-build-with-IPv6-on-Solaris.patch TEST_SCRIPTS = @@ -52,6 +52,7 @@ CONFIGURE_ARGS += $(DIRPATHS) CONFIGURE_ARGS += --enable-fcdb=all CONFIGURE_ARGS += --enable-client=gtk2,sdl,xaw +CONFIGURE_ARGS += --disable-dependency-tracking CONFIGURE_ARGS += --with-magickwand=/opt/csw/include/ImageMagick-7 EXTRA_INC = /opt/csw/include/ImageMagick-7/MagickWand @@ -68,6 +69,10 @@ include gar/category.mk +pre-configure-modulated: + # We patched configure.ac so we need to rebuild configure + cd $(WORKDIR)/$(NAME)-$(VERSION) && autoreconf + post-install-modulated: perl -pi -e 's|/usr/local|/opt/csw|' \ Modified: csw/mgar/pkg/freeciv/trunk/checksums =================================================================== --- csw/mgar/pkg/freeciv/trunk/checksums 2022-03-14 10:53:56 UTC (rev 26898) +++ csw/mgar/pkg/freeciv/trunk/checksums 2022-03-15 02:16:22 UTC (rev 26899) @@ -1 +1 @@ -403941dc4eca22b5b76bc9e7587a1134 freeciv-2.6.0.tar.bz2 +2f40775f142b509c0bfc6db89a3a8171 freeciv-2.6.6.tar.bz2 Added: csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch =================================================================== --- csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch (rev 0) +++ csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch 2022-03-15 02:16:22 UTC (rev 26899) @@ -0,0 +1,34 @@ +From f8eb73a9fec76f8e513a4fa65c428ad21c656e53 Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Tue, 15 Mar 2022 01:10:58 +0100 +Subject: [PATCH] add support to build with IPv6 on Solaris + +--- + configure.ac | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/configure.ac b/configure.ac +index 951d5ab..4d101d9 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -200,6 +200,9 @@ case "$host_os" in + *haiku*) + LIBS="$LIBS -lnetwork" + ;; ++ *solaris*) ++ LIBS="$LIBS -lsocket -lnsl" ++ ;; + esac + + dnl Networking headers +@@ -209,6 +212,7 @@ dnl Avoid including the unix emulation layer if we build mingw executables + dnl There would be type conflicts between winsock and bsd/unix includes + if test "x$MINGW" != "xyes"; then + AC_CHECK_HEADERS([sys/socket.h], [AC_DEFINE([FREECIV_HAVE_SYS_SOCKET_H], [1], [sys/socket.h available])]) ++ AC_CHECK_HEADERS([netdb.h], [AC_DEFINE([FREECIV_HAVE_NETDB_H], [1], [netdb.h available])]) + fi + + dnl Check getaddrinfo just once here, and remember the result +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Tue Mar 15 05:33:02 2022 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 15 Mar 2022 04:33:02 +0000 Subject: SF.net SVN: gar:[26900] csw/mgar/pkg/freeciv/trunk/Makefile Message-ID: <1647318782.649744.29331@sfp-scm-4.v30.lw.sourceforge.com> Revision: 26900 http://sourceforge.net/p/gar/code/26900 Author: jake_goerzen Date: 2022-03-15 04:32:59 +0000 (Tue, 15 Mar 2022) Log Message: ----------- freeciv: update runtime deps and clean up recipe Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 02:16:22 UTC (rev 26899) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 04:32:59 UTC (rev 26900) @@ -39,7 +39,7 @@ RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-ttf2-0-0 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-gfx15 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-mixer1-2-0 -RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri0 +RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri6 GARCOMPILER = GNU @@ -53,7 +53,7 @@ CONFIGURE_ARGS += --enable-fcdb=all CONFIGURE_ARGS += --enable-client=gtk2,sdl,xaw CONFIGURE_ARGS += --disable-dependency-tracking -CONFIGURE_ARGS += --with-magickwand=/opt/csw/include/ImageMagick-7 +CONFIGURE_ARGS += --with-magickwand=/opt/csw/bin EXTRA_INC = /opt/csw/include/ImageMagick-7/MagickWand EXTRA_INC += /opt/csw/include/ImageMagick-7/MagickCore @@ -72,6 +72,7 @@ pre-configure-modulated: # We patched configure.ac so we need to rebuild configure cd $(WORKDIR)/$(NAME)-$(VERSION) && autoreconf + @$(MAKECOOKIE) post-install-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 10:55:09 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 09:55:09 +0000 Subject: SF.net SVN: gar:[26901] csw/mgar/pkg/cpan Message-ID: <1647338109.142953.10660@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26901 http://sourceforge.net/p/gar/code/26901 Author: dmichelsen Date: 2022-03-15 09:55:07 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/Sub-Identify/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Sub-Identify/ csw/mgar/pkg/cpan/Sub-Identify/branches/ csw/mgar/pkg/cpan/Sub-Identify/tags/ csw/mgar/pkg/cpan/Sub-Identify/trunk/ csw/mgar/pkg/cpan/Sub-Identify/trunk/Makefile csw/mgar/pkg/cpan/Sub-Identify/trunk/checksums csw/mgar/pkg/cpan/Sub-Identify/trunk/files/ Index: csw/mgar/pkg/cpan/Sub-Identify/trunk =================================================================== --- csw/mgar/pkg/cpan/Sub-Identify/trunk 2022-03-15 04:32:59 UTC (rev 26900) +++ csw/mgar/pkg/cpan/Sub-Identify/trunk 2022-03-15 09:55:07 UTC (rev 26901) Property changes on: csw/mgar/pkg/cpan/Sub-Identify/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Sub-Identify/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Sub-Identify/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Sub-Identify/trunk/Makefile 2022-03-15 09:55:07 UTC (rev 26901) @@ -0,0 +1,16 @@ +NAME = Sub-Identify +VERSION = 0.14 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = RGARCIA + +DESCRIPTION = Retrieve names of code references +define BLURB +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES += CSWpm-sub-identify +SPKG_DESC_CSWpm-sub-identify = Retrieve names of code references + +include gar/category.mk Added: csw/mgar/pkg/cpan/Sub-Identify/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Sub-Identify/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Sub-Identify/trunk/checksums 2022-03-15 09:55:07 UTC (rev 26901) @@ -0,0 +1 @@ +014f19e72698b6a2cbcb54adc9691825 Sub-Identify-0.14.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 11:09:46 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 10:09:46 +0000 Subject: SF.net SVN: gar:[26902] csw/mgar/pkg/cpan Message-ID: <1647338986.582428.27163@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26902 http://sourceforge.net/p/gar/code/26902 Author: dmichelsen Date: 2022-03-15 10:09:46 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/SUPER/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/SUPER/ csw/mgar/pkg/cpan/SUPER/branches/ csw/mgar/pkg/cpan/SUPER/tags/ csw/mgar/pkg/cpan/SUPER/trunk/ csw/mgar/pkg/cpan/SUPER/trunk/Makefile csw/mgar/pkg/cpan/SUPER/trunk/checksums csw/mgar/pkg/cpan/SUPER/trunk/files/ Index: csw/mgar/pkg/cpan/SUPER/trunk =================================================================== --- csw/mgar/pkg/cpan/SUPER/trunk 2022-03-15 09:55:07 UTC (rev 26901) +++ csw/mgar/pkg/cpan/SUPER/trunk 2022-03-15 10:09:46 UTC (rev 26902) Property changes on: csw/mgar/pkg/cpan/SUPER/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/SUPER/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/SUPER/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/SUPER/trunk/Makefile 2022-03-15 10:09:46 UTC (rev 26902) @@ -0,0 +1,25 @@ +NAME = SUPER +VERSION = 1.20190531 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = CHROMATIC + +DESCRIPTION = Control superclass method dispatch +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = LICENSE + +PACKAGES += CSWpm-super +CATALOGNAME_CSWpm-super = pm_super +SPKG_DESC_CSWpm-super = Control superclass method dispatch +RUNTIME_DEP_PKGS_CSWpm-super += CSWpm-sub-identify + +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + +include gar/category.mk Added: csw/mgar/pkg/cpan/SUPER/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/SUPER/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/SUPER/trunk/checksums 2022-03-15 10:09:46 UTC (rev 26902) @@ -0,0 +1 @@ +defb371225f8ef1581d8c8fcc6077b46 SUPER-1.20190531.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 11:11:37 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 10:11:37 +0000 Subject: SF.net SVN: gar:[26903] csw/mgar/pkg/cpan/SUPER/trunk/Makefile Message-ID: <1647339097.823089.29215@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26903 http://sourceforge.net/p/gar/code/26903 Author: dmichelsen Date: 2022-03-15 10:11:37 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/SUPER/trunk: This is ARCHALL Modified Paths: -------------- csw/mgar/pkg/cpan/SUPER/trunk/Makefile Modified: csw/mgar/pkg/cpan/SUPER/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/SUPER/trunk/Makefile 2022-03-15 10:09:46 UTC (rev 26902) +++ csw/mgar/pkg/cpan/SUPER/trunk/Makefile 2022-03-15 10:11:37 UTC (rev 26903) @@ -15,6 +15,7 @@ PACKAGES += CSWpm-super CATALOGNAME_CSWpm-super = pm_super SPKG_DESC_CSWpm-super = Control superclass method dispatch +ARCHALL_CSWpm-super = 1 RUNTIME_DEP_PKGS_CSWpm-super += CSWpm-sub-identify CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 11:58:36 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 10:58:36 +0000 Subject: SF.net SVN: gar:[26904] csw/mgar/pkg/cpan Message-ID: <1647341916.35731.16514@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26904 http://sourceforge.net/p/gar/code/26904 Author: dmichelsen Date: 2022-03-15 10:58:35 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/Test-Warnings/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Test-Warnings/ csw/mgar/pkg/cpan/Test-Warnings/branches/ csw/mgar/pkg/cpan/Test-Warnings/tags/ csw/mgar/pkg/cpan/Test-Warnings/trunk/ csw/mgar/pkg/cpan/Test-Warnings/trunk/Makefile csw/mgar/pkg/cpan/Test-Warnings/trunk/checksums csw/mgar/pkg/cpan/Test-Warnings/trunk/files/ Index: csw/mgar/pkg/cpan/Test-Warnings/trunk =================================================================== --- csw/mgar/pkg/cpan/Test-Warnings/trunk 2022-03-15 10:11:37 UTC (rev 26903) +++ csw/mgar/pkg/cpan/Test-Warnings/trunk 2022-03-15 10:58:35 UTC (rev 26904) Property changes on: csw/mgar/pkg/cpan/Test-Warnings/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Test-Warnings/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Warnings/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Test-Warnings/trunk/Makefile 2022-03-15 10:58:35 UTC (rev 26904) @@ -0,0 +1,21 @@ +NAME = Test-Warnings +VERSION = 0.031 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = ETHER + +DESCRIPTION = Test for warnings and the lack of them +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES += CSWpm-test-warnings +CATALOGNAME_CSWpm-test-warnings = pm_test_warnings +SPKG_DESC_CSWpm-test-warnings = Test for warnings and the lack of them +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-test-warnings = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Test-Warnings/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-Warnings/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Test-Warnings/trunk/checksums 2022-03-15 10:58:35 UTC (rev 26904) @@ -0,0 +1 @@ +f608f7011b0bb8f27d3a27e646a52f60 Test-Warnings-0.031.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 12:14:39 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 11:14:39 +0000 Subject: SF.net SVN: gar:[26905] csw/mgar/pkg/cpan/Test-MockModule/trunk Message-ID: <1647342879.943040.1736@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26905 http://sourceforge.net/p/gar/code/26905 Author: dmichelsen Date: 2022-03-15 11:14:39 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/Test-MockModule/trunk: Update to 0.177.0 Modified Paths: -------------- csw/mgar/pkg/cpan/Test-MockModule/trunk/Makefile csw/mgar/pkg/cpan/Test-MockModule/trunk/checksums Modified: csw/mgar/pkg/cpan/Test-MockModule/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-MockModule/trunk/Makefile 2022-03-15 10:58:35 UTC (rev 26904) +++ csw/mgar/pkg/cpan/Test-MockModule/trunk/Makefile 2022-03-15 11:14:39 UTC (rev 26905) @@ -1,21 +1,32 @@ NAME = Test-MockModule -VERSION = 0.05 +VERSION = 0.177.0 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = SIMONFLK +AUTHOR = GFRANKS -DESCRIPTION = +DESCRIPTION = Override subroutines in a module for unit testing define BLURB endef +MODDIST = Test-MockModule-v0.177.0.tar.gz +DISTNAME = $(NAME)-v$(VERSION) + CATALOG_RELEASE = unstable -LICENSE_TEXT = This module is licensed under the license +LICENSE = LICENSE +BUILD_DEP_PKGS += CSWpm-test-warnings + PACKAGES += CSWpm-test-mockmodule CATALOGNAME_CSWpm-test-mockmodule = pm_test_mockmodule -SPKG_DESC_CSWpm-test-mockmodule = +SPKG_DESC_CSWpm-test-mockmodule = Override subroutines in a module for unit testing # There was no information if this is pure Perl or not. Please remove if necessary. ARCHALL_CSWpm-test-mockmodule = 1 +RUNTIME_DEP_PKGS_CSWpm-test-mockmodule += CSWpm-super +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-MockModule/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-MockModule/trunk/checksums 2022-03-15 10:58:35 UTC (rev 26904) +++ csw/mgar/pkg/cpan/Test-MockModule/trunk/checksums 2022-03-15 11:14:39 UTC (rev 26905) @@ -1 +1 @@ -1b013aeeb221f83e7f325a2f98169296 Test-MockModule-0.05.tar.gz +9f1f0c27cb085a5021fed71efdc0f2ff Test-MockModule-v0.177.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 13:05:01 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 12:05:01 +0000 Subject: SF.net SVN: gar:[26906] csw/mgar/pkg/cpan/Test-MockObject/trunk Message-ID: <1647345901.766317.24657@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26906 http://sourceforge.net/p/gar/code/26906 Author: dmichelsen Date: 2022-03-15 12:05:01 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/Test-MockObject/trunk: Update to 1.20200122 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Test-MockObject/trunk/Makefile csw/mgar/pkg/cpan/Test-MockObject/trunk/checksums Modified: csw/mgar/pkg/cpan/Test-MockObject/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-MockObject/trunk/Makefile 2022-03-15 11:14:39 UTC (rev 26905) +++ csw/mgar/pkg/cpan/Test-MockObject/trunk/Makefile 2022-03-15 12:05:01 UTC (rev 26906) @@ -1,25 +1,26 @@ NAME = Test-MockObject -VERSION = 1.20120301 +VERSION = 1.20200122 CATEGORIES = cpan GARTYPE = v2 AUTHOR = CHROMATIC -DESCRIPTION = Extension for emulating troublesome interfaces +DESCRIPTION = Perl extension for emulating troublesome interfaces +define BLURB +endef -LICENSE = $(FILEDIR)/LICENSE +CATALOG_RELEASE = unstable -PACKAGES = CSWpm-test-mockobject -CATALOGNAME = pm_test_mockobject -SPKG_DESC_CSWpm-test-mockobject = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-test-mockobject = CSWpmtstmockobject -CATALOGNAME_CSWpmtstmockobject = pm_tstmockobject_stub +LICENSE = LICENSE -RUNTIME_DEP_PKGS += CSWpm-test-exception -RUNTIME_DEP_PKGS += CSWpm-universal-isa -RUNTIME_DEP_PKGS += CSWpmuniversalcan +BUILD_DEP_PKGS += CSWpm-test-warn +BUILD_DEP_PKGS += CSWpm-test-exception -ARCHALL = 1 +PACKAGES += CSWpm-test-mockobject +CATALOGNAME_CSWpm-test-mockobject = pm_test_mockobject +SPKG_DESC_CSWpm-test-mockobject = Perl extension for emulating troublesome interfaces +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-test-mockobject = 1 +RUNTIME_DEP_PKGS_CSWpm-test-mockobject += CSWpmuniversalcan +RUNTIME_DEP_PKGS_CSWpm-test-mockobject += CSWpm-universal-isa -CONFIGURE_ARGS = - include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-MockObject/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-MockObject/trunk/checksums 2022-03-15 11:14:39 UTC (rev 26905) +++ csw/mgar/pkg/cpan/Test-MockObject/trunk/checksums 2022-03-15 12:05:01 UTC (rev 26906) @@ -1 +1 @@ -020ee433827e4e33ffe873eeb3e16048 Test-MockObject-1.20120301.tar.gz +67a1869d91d2e5d60d8986c13333978a Test-MockObject-1.20200122.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Mar 15 13:07:02 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Mar 2022 12:07:02 +0000 Subject: SF.net SVN: gar:[26907] csw/mgar/pkg/cpan/Test-MockObject/trunk/files/ LICENSE Message-ID: <1647346022.571015.26932@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26907 http://sourceforge.net/p/gar/code/26907 Author: dmichelsen Date: 2022-03-15 12:07:01 +0000 (Tue, 15 Mar 2022) Log Message: ----------- cpan/Test-MockObject/trunk: Remove extra license Removed Paths: ------------- csw/mgar/pkg/cpan/Test-MockObject/trunk/files/LICENSE Deleted: csw/mgar/pkg/cpan/Test-MockObject/trunk/files/LICENSE =================================================================== --- csw/mgar/pkg/cpan/Test-MockObject/trunk/files/LICENSE 2022-03-15 12:05:01 UTC (rev 26906) +++ csw/mgar/pkg/cpan/Test-MockObject/trunk/files/LICENSE 2022-03-15 12:07:01 UTC (rev 26907) @@ -1,5 +0,0 @@ -COPYRIGHT AND LICENCE - -Copyright (c) 2002 - 2008 chromatic. All rights reserved. This program is free -software; you can redistribute it and/or modify it under the same terms as Perl -5.10.x itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Tue Mar 15 20:39:49 2022 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 15 Mar 2022 19:39:49 +0000 Subject: SF.net SVN: gar:[26908] csw/mgar/pkg/freeciv/trunk/Makefile Message-ID: <1647373189.786193.10998@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26908 http://sourceforge.net/p/gar/code/26908 Author: jake_goerzen Date: 2022-03-15 19:39:49 +0000 (Tue, 15 Mar 2022) Log Message: ----------- freeciv: add dependency Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 12:07:01 UTC (rev 26907) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 19:39:49 UTC (rev 26908) @@ -41,6 +41,9 @@ RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-mixer1-2-0 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri6 +# Needed for the presence of /opt/csw/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +RUNTIME_DEP_PKGS_CSWwireshark += CSWgdkpixbuf + GARCOMPILER = GNU PATCHFILES += 0001-use-finite-instead-of-isfinite-function.patch @@ -67,6 +70,9 @@ # work around ld out of sync on buildfarm CHECKPKG_OVERRIDES_CSWfreeciv += surplus-dependency|CSWlibfreetype6 +# Needed for the presence of /opt/csw/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +CHECKPKG_OVERRIDES_CSWfreeciv += surplus-dependency|CSWgdkpixbuf + include gar/category.mk pre-configure-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Tue Mar 15 23:51:38 2022 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 15 Mar 2022 22:51:38 +0000 Subject: SF.net SVN: gar:[26909] csw/mgar/pkg/freeciv/trunk/Makefile Message-ID: <1647384698.428576.24970@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26909 http://sourceforge.net/p/gar/code/26909 Author: jake_goerzen Date: 2022-03-15 22:51:38 +0000 (Tue, 15 Mar 2022) Log Message: ----------- freeciv: fix typo from previously add dependency Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 19:39:49 UTC (rev 26908) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2022-03-15 22:51:38 UTC (rev 26909) @@ -42,7 +42,7 @@ RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri6 # Needed for the presence of /opt/csw/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache -RUNTIME_DEP_PKGS_CSWwireshark += CSWgdkpixbuf +RUNTIME_DEP_PKGS_CSWfreeciv += CSWgdkpixbuf GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 14:48:10 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 13:48:10 +0000 Subject: SF.net SVN: gar:[26910] csw/mgar/pkg/cpan/HTML-Template/trunk Message-ID: <1647438490.115711.11884@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26910 http://sourceforge.net/p/gar/code/26910 Author: dmichelsen Date: 2022-03-16 13:48:09 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/HTML-Template/trunk: Update to 2.97 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile csw/mgar/pkg/cpan/HTML-Template/trunk/checksums Modified: csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile 2022-03-15 22:51:38 UTC (rev 26909) +++ csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile 2022-03-16 13:48:09 UTC (rev 26910) @@ -1,26 +1,24 @@ NAME = HTML-Template -VERSION = 2.9 +VERSION = 2.97 CATEGORIES = cpan GARTYPE = v2 AUTHOR = SAMTREGAR -DESCRIPTION = Perl module to use HTML Templates from CGI scripts +DESCRIPTION = Perl module to use HTML-like templating language define BLURB - This module attempts to make using HTML templates simple and natural. It - extends standard HTML with a few new HTML-esque tags - , - , , , and . The - file written with HTML and these new tags is called a template. It is - usually saved separate from your script - possibly even created by someone - else! Using this module you fill in the values for the variables, loops and - branches declared in the template. This allows you to separate design - the - HTML - from the data, which you generate in the Perl script. endef -PACKAGES = CSWpmhtmltmpl -CATALOGNAME = pm_htmltemplate +CATALOG_RELEASE = unstable -LICENSE = GPL +LICENSE = LICENSE -ARCHALL = 1 +BUILD_DEP_PKGS += CSWpm-test-pod +PACKAGES += CSWpm-html-template +CATALOGNAME_CSWpm-html-template = pm_html_template +SPKG_DESC_CSWpm-html-template = Perl module to use HTML-like templating language +ARCHALL_CSWpm-html-template = 1 +OBSOLETED_BY_CSWpm-html-template += CSWpmhtmltmpl +CATALOGNAME_CSWpmhtmltmpl = pm_htmltemplate_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/HTML-Template/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTML-Template/trunk/checksums 2022-03-15 22:51:38 UTC (rev 26909) +++ csw/mgar/pkg/cpan/HTML-Template/trunk/checksums 2022-03-16 13:48:09 UTC (rev 26910) @@ -1 +1 @@ -cbf88a486b36284be55765ac7357c187 HTML-Template-2.9.tar.gz +ee5f4a78102d2ffe089e047d2dbb0ff8 HTML-Template-2.97.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 15:15:29 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 14:15:29 +0000 Subject: SF.net SVN: gar:[26911] csw/mgar/pkg/cpan Message-ID: <1647440129.440822.9580@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26911 http://sourceforge.net/p/gar/code/26911 Author: dmichelsen Date: 2022-03-16 14:15:29 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Exporter-Tiny/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Exporter-Tiny/ csw/mgar/pkg/cpan/Exporter-Tiny/branches/ csw/mgar/pkg/cpan/Exporter-Tiny/tags/ csw/mgar/pkg/cpan/Exporter-Tiny/trunk/ csw/mgar/pkg/cpan/Exporter-Tiny/trunk/Makefile csw/mgar/pkg/cpan/Exporter-Tiny/trunk/checksums csw/mgar/pkg/cpan/Exporter-Tiny/trunk/files/ Index: csw/mgar/pkg/cpan/Exporter-Tiny/trunk =================================================================== --- csw/mgar/pkg/cpan/Exporter-Tiny/trunk 2022-03-16 13:48:09 UTC (rev 26910) +++ csw/mgar/pkg/cpan/Exporter-Tiny/trunk 2022-03-16 14:15:29 UTC (rev 26911) Property changes on: csw/mgar/pkg/cpan/Exporter-Tiny/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Exporter-Tiny/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Exporter-Tiny/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Exporter-Tiny/trunk/Makefile 2022-03-16 14:15:29 UTC (rev 26911) @@ -0,0 +1,21 @@ +NAME = Exporter-Tiny +VERSION = 1.002002 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = TOBYINK + +DESCRIPTION = An exporter with the features of Sub::Exporter but only core dependencies +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = LICENSE + +PACKAGES += CSWpm-exporter-tiny +CATALOGNAME_CSWpm-exporter-tiny = pm_exporter_tiny +SPKG_DESC_CSWpm-exporter-tiny = An exporter with the features of Sub::Exporter but only core dependencies +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-exporter-tiny = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Exporter-Tiny/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Exporter-Tiny/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Exporter-Tiny/trunk/checksums 2022-03-16 14:15:29 UTC (rev 26911) @@ -0,0 +1 @@ +485897322a2514b4d6ca90b2daacb7cd Exporter-Tiny-1.002002.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 15:26:29 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 14:26:29 +0000 Subject: SF.net SVN: gar:[26912] csw/mgar/pkg/cpan/PadWalker/trunk Message-ID: <1647440789.792049.21689@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26912 http://sourceforge.net/p/gar/code/26912 Author: dmichelsen Date: 2022-03-16 14:26:29 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/PadWalker/trunk: Update to 2.5 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/PadWalker/trunk/Makefile csw/mgar/pkg/cpan/PadWalker/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cpan/PadWalker/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/PadWalker/trunk/Makefile 2022-03-16 14:15:29 UTC (rev 26911) +++ csw/mgar/pkg/cpan/PadWalker/trunk/Makefile 2022-03-16 14:26:29 UTC (rev 26912) @@ -1,23 +1,21 @@ NAME = PadWalker -VERSION = 1.7 +VERSION = 2.5 CATEGORIES = cpan GARTYPE = v2 AUTHOR = ROBIN -DESCRIPTION = Play with other peoples' lexical variables +DESCRIPTION = Play with other peoples lexical variables define BLURB - PadWalker is a module which allows you to inspect (and even change!) - lexical variables in any subroutine which called you. It will only show - those variables which are in scope at the point of the call. endef -PACKAGES = CSWpmpadwalker -CATALOGNAME = pm_padwalker +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-padwalker +CATALOGNAME_CSWpm-padwalker = pm_padwalker +SPKG_DESC_CSWpm-padwalker = Play with other peoples lexical variables +OBSOLETED_BY_CSWpm-padwalker += CSWpmpadwalker +CATALOGNAME_CSWpmpadwalker = pm_padwalker_stub + include gar/category.mk - -post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME) -post-install-modulated: - @ginstall -d $(DOCDEST) - @cp $(FILEDIR)/changelog.CSW $(DOCDEST) - @$(MAKECOOKIE) Modified: csw/mgar/pkg/cpan/PadWalker/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/PadWalker/trunk/checksums 2022-03-16 14:15:29 UTC (rev 26911) +++ csw/mgar/pkg/cpan/PadWalker/trunk/checksums 2022-03-16 14:26:29 UTC (rev 26912) @@ -1 +1 @@ -0844dcf349349b793cd7a095784e738c download/PadWalker-1.7.tar.gz +f3f1e06c0385aab80353176a414f02b2 PadWalker-2.5.tar.gz Deleted: csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW 2022-03-16 14:15:29 UTC (rev 26911) +++ csw/mgar/pkg/cpan/PadWalker/trunk/files/changelog.CSW 2022-03-16 14:26:29 UTC (rev 26912) @@ -1,5 +0,0 @@ -pm_padwalker (1.7,REV=2009.06.22) - - * Initial release - - -- Sebastian Kayser Mon, 22 Jun 2009 21:00:25 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 15:35:36 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 14:35:36 +0000 Subject: SF.net SVN: gar:[26913] csw/mgar/pkg/cpan Message-ID: <1647441337.564602.31732@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26913 http://sourceforge.net/p/gar/code/26913 Author: dmichelsen Date: 2022-03-16 14:35:35 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Type-Tiny/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Type-Tiny/ csw/mgar/pkg/cpan/Type-Tiny/branches/ csw/mgar/pkg/cpan/Type-Tiny/tags/ csw/mgar/pkg/cpan/Type-Tiny/trunk/ csw/mgar/pkg/cpan/Type-Tiny/trunk/Makefile csw/mgar/pkg/cpan/Type-Tiny/trunk/checksums csw/mgar/pkg/cpan/Type-Tiny/trunk/files/ Index: csw/mgar/pkg/cpan/Type-Tiny/trunk =================================================================== --- csw/mgar/pkg/cpan/Type-Tiny/trunk 2022-03-16 14:26:29 UTC (rev 26912) +++ csw/mgar/pkg/cpan/Type-Tiny/trunk 2022-03-16 14:35:35 UTC (rev 26913) Property changes on: csw/mgar/pkg/cpan/Type-Tiny/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Type-Tiny/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Type-Tiny/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Type-Tiny/trunk/Makefile 2022-03-16 14:35:35 UTC (rev 26913) @@ -0,0 +1,22 @@ +NAME = Type-Tiny +VERSION = 1.012004 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = TOBYINK + +DESCRIPTION = Tiny, yet Moo(se)-compatible type constraint +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = LICENSE + +PACKAGES += CSWpm-type-tiny +CATALOGNAME_CSWpm-type-tiny = pm_type_tiny +SPKG_DESC_CSWpm-type-tiny = Tiny, yet Moo(se)-compatible type constraint +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-type-tiny = 1 +RUNTIME_DEP_PKGS_CSWpm-type-tiny += CSWpm-exporter-tiny + +include gar/category.mk Added: csw/mgar/pkg/cpan/Type-Tiny/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Type-Tiny/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Type-Tiny/trunk/checksums 2022-03-16 14:35:35 UTC (rev 26913) @@ -0,0 +1 @@ +7a1688c4de07a0ed481a1811e5e82e63 Type-Tiny-1.012004.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 15:43:03 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 14:43:03 +0000 Subject: SF.net SVN: gar:[26914] csw/mgar/pkg/cpan Message-ID: <1647441783.940003.7700@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26914 http://sourceforge.net/p/gar/code/26914 Author: dmichelsen Date: 2022-03-16 14:43:03 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Sub-Quote/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Sub-Quote/ csw/mgar/pkg/cpan/Sub-Quote/branches/ csw/mgar/pkg/cpan/Sub-Quote/tags/ csw/mgar/pkg/cpan/Sub-Quote/trunk/ csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile csw/mgar/pkg/cpan/Sub-Quote/trunk/checksums csw/mgar/pkg/cpan/Sub-Quote/trunk/files/ Index: csw/mgar/pkg/cpan/Sub-Quote/trunk =================================================================== --- csw/mgar/pkg/cpan/Sub-Quote/trunk 2022-03-16 14:35:35 UTC (rev 26913) +++ csw/mgar/pkg/cpan/Sub-Quote/trunk 2022-03-16 14:43:03 UTC (rev 26914) Property changes on: csw/mgar/pkg/cpan/Sub-Quote/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile 2022-03-16 14:43:03 UTC (rev 26914) @@ -0,0 +1,23 @@ +NAME = Sub-Quote +VERSION = 2.006006 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = HAARG + +DESCRIPTION = Efficient generation of subroutines via string eval +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = LICENSE + +BUILD_DEP_PKGS += CSWpm-test-fatal + +PACKAGES += CSWpm-sub-quote +CATALOGNAME_CSWpm-sub-quote = pm_sub_quote +SPKG_DESC_CSWpm-sub-quote = Efficient generation of subroutines via string eval +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-sub-quote = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Sub-Quote/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Sub-Quote/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Sub-Quote/trunk/checksums 2022-03-16 14:43:03 UTC (rev 26914) @@ -0,0 +1 @@ +1bb9caee697bcfa738f419d40505e506 Sub-Quote-2.006006.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 15:46:53 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 14:46:53 +0000 Subject: SF.net SVN: gar:[26915] csw/mgar/pkg/cpan/Role-Tiny/trunk Message-ID: <1647442013.341676.11910@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26915 http://sourceforge.net/p/gar/code/26915 Author: dmichelsen Date: 2022-03-16 14:46:53 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Role-Tiny/trunk: Update to 2.002004 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Role-Tiny/trunk/Makefile csw/mgar/pkg/cpan/Role-Tiny/trunk/checksums Modified: csw/mgar/pkg/cpan/Role-Tiny/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Role-Tiny/trunk/Makefile 2022-03-16 14:43:03 UTC (rev 26914) +++ csw/mgar/pkg/cpan/Role-Tiny/trunk/Makefile 2022-03-16 14:46:53 UTC (rev 26915) @@ -1,22 +1,20 @@ NAME = Role-Tiny -VERSION = 1.003001 +VERSION = 2.002004 CATEGORIES = cpan GARTYPE = v2 AUTHOR = HAARG -DESCRIPTION = Roles. Like a nouvelle cuisine portion size slice of Moose +DESCRIPTION = Roles: a nouvelle cuisine portion size slice of Moose define BLURB endef CATALOG_RELEASE = unstable -LICENSE_TEXT = This module is licensed under the perl license +LICENSE = LICENSE -BUILD_DEP_PKGS += CSWpm-test-fatal - PACKAGES += CSWpm-role-tiny CATALOGNAME_CSWpm-role-tiny = pm_role_tiny -SPKG_DESC_CSWpm-role-tiny = Roles. Like a nouvelle cuisine portion size slice of Moose +SPKG_DESC_CSWpm-role-tiny = Roles: a nouvelle cuisine portion size slice of Moose # There was no information if this is pure Perl or not. Please remove if necessary. ARCHALL_CSWpm-role-tiny = 1 Modified: csw/mgar/pkg/cpan/Role-Tiny/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Role-Tiny/trunk/checksums 2022-03-16 14:43:03 UTC (rev 26914) +++ csw/mgar/pkg/cpan/Role-Tiny/trunk/checksums 2022-03-16 14:46:53 UTC (rev 26915) @@ -1 +1 @@ -d8b23c4f5b03adec5f0859d814114037 Role-Tiny-1.003001.tar.gz +9ee45591befa3d0b1094ac75d282b6ba Role-Tiny-2.002004.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 15:58:42 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 14:58:42 +0000 Subject: SF.net SVN: gar:[26916] csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile Message-ID: <1647442724.779798.24876@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26916 http://sourceforge.net/p/gar/code/26916 Author: dmichelsen Date: 2022-03-16 14:58:42 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Sub-Quote/trunk: Add temporary overrides Modified Paths: -------------- csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile Modified: csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile 2022-03-16 14:46:53 UTC (rev 26915) +++ csw/mgar/pkg/cpan/Sub-Quote/trunk/Makefile 2022-03-16 14:58:42 UTC (rev 26916) @@ -20,4 +20,10 @@ # There was no information if this is pure Perl or not. Please remove if necessary. ARCHALL_CSWpm-sub-quote = 1 +# This has been factored out of Moo, the override is temporary, remove after releasing CSWmoo version 2+ +CHECKPKG_OVERRIDES_CSWpm-sub-quote += file-collision|/opt/csw/share/perl/csw/Sub/Defer.pm|CSWpm-moo|CSWpm-sub-quote +CHECKPKG_OVERRIDES_CSWpm-sub-quote += file-collision|/opt/csw/share/perl/csw/Sub/Quote.pm|CSWpm-moo|CSWpm-sub-quote +CHECKPKG_OVERRIDES_CSWpm-sub-quote += file-collision|/opt/csw/share/man/man3/Sub::Quote.3perl|CSWpm-moo|CSWpm-sub-quote +CHECKPKG_OVERRIDES_CSWpm-sub-quote += file-collision|/opt/csw/share/man/man3/Sub::Defer.3perl|CSWpm-moo|CSWpm-sub-quote + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 16:01:59 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 15:01:59 +0000 Subject: SF.net SVN: gar:[26917] csw/mgar/pkg/cpan/Moo/trunk Message-ID: <1647442919.198835.28504@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26917 http://sourceforge.net/p/gar/code/26917 Author: dmichelsen Date: 2022-03-16 15:01:58 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Moo/trunk: Update to 2.005004 Modified Paths: -------------- csw/mgar/pkg/cpan/Moo/trunk/Makefile csw/mgar/pkg/cpan/Moo/trunk/checksums Modified: csw/mgar/pkg/cpan/Moo/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Moo/trunk/Makefile 2022-03-16 14:58:42 UTC (rev 26916) +++ csw/mgar/pkg/cpan/Moo/trunk/Makefile 2022-03-16 15:01:58 UTC (rev 26917) @@ -1,5 +1,5 @@ NAME = Moo -VERSION = 1.003000 +VERSION = 2.005004 CATEGORIES = cpan GARTYPE = v2 AUTHOR = HAARG @@ -10,7 +10,7 @@ CATALOG_RELEASE = unstable -LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ +LICENSE = LICENSE BUILD_DEP_PKGS += CSWpm-test-fatal @@ -19,11 +19,8 @@ SPKG_DESC_CSWpm-moo = Minimalist Object Orientation (with Moose compatibility) # There was no information if this is pure Perl or not. Please remove if necessary. ARCHALL_CSWpm-moo = 1 -RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-strictures RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-class-method-modifiers RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-role-tiny -RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-devel-globaldestruction -RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-dist-checkconflicts -RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-module-runtime +RUNTIME_DEP_PKGS_CSWpm-moo += CSWpm-sub-quote include gar/category.mk Modified: csw/mgar/pkg/cpan/Moo/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Moo/trunk/checksums 2022-03-16 14:58:42 UTC (rev 26916) +++ csw/mgar/pkg/cpan/Moo/trunk/checksums 2022-03-16 15:01:58 UTC (rev 26917) @@ -1 +1 @@ -50701ed665adc9dcb20f46bc18f1ff57 Moo-1.003000.tar.gz +49ecf491b49b9b200e8a5dfd1a42b480 Moo-2.005004.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 16 16:19:13 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Mar 2022 15:19:13 +0000 Subject: SF.net SVN: gar:[26918] csw/mgar/pkg/cpan/Test-Harness/trunk Message-ID: <1647443953.566488.15249@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26918 http://sourceforge.net/p/gar/code/26918 Author: dmichelsen Date: 2022-03-16 15:19:13 +0000 (Wed, 16 Mar 2022) Log Message: ----------- cpan/Test-Harness/trunk: Update to 3.42 Modified Paths: -------------- csw/mgar/pkg/cpan/Test-Harness/trunk/Makefile csw/mgar/pkg/cpan/Test-Harness/trunk/checksums Modified: csw/mgar/pkg/cpan/Test-Harness/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Harness/trunk/Makefile 2022-03-16 15:01:58 UTC (rev 26917) +++ csw/mgar/pkg/cpan/Test-Harness/trunk/Makefile 2022-03-16 15:19:13 UTC (rev 26918) @@ -1,5 +1,5 @@ NAME = Test-Harness -VERSION = 3.35 +VERSION = 3.42 CATEGORIES = cpan GARTYPE = v2 AUTHOR = LEONT @@ -17,4 +17,50 @@ SPKG_DESC_CSWpm-test-harness = Run Perl standard test scripts with statistics ARCHALL_CSWpm-test-harness = 1 +# This is in fact a newer version +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/App::Prove::State.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::Console::ParallelSession.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::YAMLish::Reader.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::Console::Session.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::File.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Version.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/App::Prove::State::Result::Test.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/App::Prove::State::Result.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::YAML.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Scheduler.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Source.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Harness.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::File::Session.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Iterator::Array.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::Base.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Scheduler::Job.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Iterator::Process.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::Color.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Plan.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Base.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/App::Prove.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/bin/prove|CSWperl|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Test.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::YAMLish::Writer.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::Console.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Grammar.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Bailout.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Pragma.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man1/prove.1|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::ResultFactory.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::IteratorFactory.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Formatter::Session.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Object.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Comment.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Iterator.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Scheduler::Spinner.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Result::Unknown.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Multiplexer.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/Test::Harness.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Iterator::Stream.3perl|CSWperldoc|CSWpm-test-harness +CHECKPKG_OVERRIDES_CSWpm-test-harness += file-collision|/opt/csw/share/man/man3/TAP::Parser::Aggregator.3perl|CSWperldoc|CSWpm-test-harness + + include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-Harness/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-Harness/trunk/checksums 2022-03-16 15:01:58 UTC (rev 26917) +++ csw/mgar/pkg/cpan/Test-Harness/trunk/checksums 2022-03-16 15:19:13 UTC (rev 26918) @@ -1 +1 @@ -2a6010bca2ad78e094d629eea6afd7d9 Test-Harness-3.35.tar.gz +c794906473f88d6b74194e2d56f16bd6 Test-Harness-3.42.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Wed Mar 16 23:41:24 2022 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 16 Mar 2022 22:41:24 +0000 Subject: SF.net SVN: gar:[26919] csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/ Message-ID: <1647470484.865997.16977@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26919 http://sourceforge.net/p/gar/code/26919 Author: jake_goerzen Date: 2022-03-16 22:41:23 +0000 (Wed, 16 Mar 2022) Log Message: ----------- freeciv: Create a branch of version 2.6.x before update to 3.0.0 Added Paths: ----------- csw/mgar/pkg/freeciv/branches/freeciv-2.6.x/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Mar 26 22:42:36 2022 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 26 Mar 2022 21:42:36 +0000 Subject: SF.net SVN: gar:[26920] csw/mgar/pkg/mutt/trunk Message-ID: <1648330956.391180.18345@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26920 http://sourceforge.net/p/gar/code/26920 Author: dmichelsen Date: 2022-03-26 21:42:35 +0000 (Sat, 26 Mar 2022) Log Message: ----------- mutt/trunk: Update to 2.2.2 Modified Paths: -------------- csw/mgar/pkg/mutt/trunk/Makefile csw/mgar/pkg/mutt/trunk/checksums Modified: csw/mgar/pkg/mutt/trunk/Makefile =================================================================== --- csw/mgar/pkg/mutt/trunk/Makefile 2022-03-16 22:41:23 UTC (rev 26919) +++ csw/mgar/pkg/mutt/trunk/Makefile 2022-03-26 21:42:35 UTC (rev 26920) @@ -1,5 +1,5 @@ NAME = mutt -VERSION = 2.1.5 +VERSION = 2.2.2 GARTYPE = v2 EXTRA_MODULATORS = SLANG Modified: csw/mgar/pkg/mutt/trunk/checksums =================================================================== --- csw/mgar/pkg/mutt/trunk/checksums 2022-03-16 22:41:23 UTC (rev 26919) +++ csw/mgar/pkg/mutt/trunk/checksums 2022-03-26 21:42:35 UTC (rev 26920) @@ -1 +1 @@ -7e63bbbe65a4aae8d0ab76f71be88c7b mutt-2.1.5.tar.gz +1a502ce36758d6ffb787650fd4db5562 mutt-2.2.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Mar 27 12:59:24 2022 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 27 Mar 2022 10:59:24 +0000 Subject: SF.net SVN: gar:[26921] csw/mgar/pkg/libexpat1/trunk Message-ID: <1648378764.757572.29395@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26921 http://sourceforge.net/p/gar/code/26921 Author: idogan23 Date: 2022-03-27 10:59:24 +0000 (Sun, 27 Mar 2022) Log Message: ----------- libexpat1: Update to 2.4.7, added VENDOR_URL. Modified Paths: -------------- csw/mgar/pkg/libexpat1/trunk/Makefile csw/mgar/pkg/libexpat1/trunk/checksums Modified: csw/mgar/pkg/libexpat1/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexpat1/trunk/Makefile 2022-03-26 21:42:35 UTC (rev 26920) +++ csw/mgar/pkg/libexpat1/trunk/Makefile 2022-03-27 10:59:24 UTC (rev 26921) @@ -1,5 +1,5 @@ NAME = expat -VERSION = 2.4.6 +VERSION = 2.4.7 GARTYPE = v2 DESCRIPTION = XML parser toolkit @@ -9,6 +9,7 @@ parser discovers in the document. endef +VENDOR_URL = https://libexpat.github.io MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(DISTNAME).tar.bz2 Modified: csw/mgar/pkg/libexpat1/trunk/checksums =================================================================== --- csw/mgar/pkg/libexpat1/trunk/checksums 2022-03-26 21:42:35 UTC (rev 26920) +++ csw/mgar/pkg/libexpat1/trunk/checksums 2022-03-27 10:59:24 UTC (rev 26921) @@ -1 +1 @@ -eb735f87dac7d50007259929b0674aa6 expat-2.4.6.tar.bz2 +cd3d5825dbd57519232cfcadd14a5725 expat-2.4.7.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Mar 27 15:07:10 2022 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 27 Mar 2022 13:07:10 +0000 Subject: SF.net SVN: gar:[26922] csw/mgar/pkg/libexpat1/trunk/Makefile Message-ID: <1648386430.933109.8203@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26922 http://sourceforge.net/p/gar/code/26922 Author: idogan23 Date: 2022-03-27 13:07:10 +0000 (Sun, 27 Mar 2022) Log Message: ----------- libexpat1: Removed -DXML_POOR_ENTROP from CPPFLAGS, as discussed on the users mailing list. Modified Paths: -------------- csw/mgar/pkg/libexpat1/trunk/Makefile Modified: csw/mgar/pkg/libexpat1/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexpat1/trunk/Makefile 2022-03-27 10:59:24 UTC (rev 26921) +++ csw/mgar/pkg/libexpat1/trunk/Makefile 2022-03-27 13:07:10 UTC (rev 26922) @@ -40,7 +40,7 @@ # "lib/xmlparse.c", line 56: #error: You do not have support for any sources of high quality entropy enabled. For end user security, that is probably not what you want. Your options include: * Linux + glibc >=2.25 (getrandom): HAVE_GETRANDOM, * Linux + glibc <2.25 (syscall SYS_getrandom): HAVE_SYSCALL_GETRANDOM, * BSD / macOS (arc4random_buf): HAVE_ARC4RANDOM_BUF, * libbsd (arc4random_buf): HAVE_ARC4RANDOM_BUF + HAVE_LIBBSD, * Windows (RtlGenRandom): _WIN32. If insist on not using any of these, bypass this error by defining XML_POOR_ENTROPY; you have been warned. For CMake, one way to pass the define is: cmake -DCMAKE_C_FLAGS="-pipe -O2 -DHAVE_SYSCALL_GETRANDOM" . If you have reasons to patch this detection code away or need changes to the build system, please open a bug. Thank you! # No high-entropy random in old Solaris versions -EXTRA_CPPFLAGS += -DXML_POOR_ENTROPY +#EXTRA_CPPFLAGS += -DXML_POOR_ENTROPY BUILD64 = 1 ISAEXEC = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.