From pfelecan at users.sourceforge.net Fri Feb 1 08:54:47 2013 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 01 Feb 2013 07:54:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[20249] csw/mgar/pkg/texlive/trunk/Makefile Message-ID: Revision: 20249 http://gar.svn.sourceforge.net/gar/?rev=20249&view=rev Author: pfelecan Date: 2013-02-01 07:54:46 +0000 (Fri, 01 Feb 2013) Log Message: ----------- texlive/trunk: move components from common to binaries thus, hopefully, breaking the cyclic dependency. Modified Paths: -------------- csw/mgar/pkg/texlive/trunk/Makefile Modified: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile 2013-01-31 17:29:13 UTC (rev 20248) +++ csw/mgar/pkg/texlive/trunk/Makefile 2013-02-01 07:54:46 UTC (rev 20249) @@ -443,6 +443,8 @@ PKGFILES_CSWtexlive-binaries += /opt/csw/bin/allcm PKGFILES_CSWtexlive-binaries += /opt/csw/bin/allec PKGFILES_CSWtexlive-binaries += /opt/csw/bin/allneeded +PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bg5+latex +PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bg5+pdflatex PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bibtex PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bibtex8 PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bibtexu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Feb 1 14:37:29 2013 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 01 Feb 2013 13:37:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[20250] csw/mgar/pkg/scm/trunk Message-ID: Revision: 20250 http://gar.svn.sourceforge.net/gar/?rev=20250&view=rev Author: pfelecan Date: 2013-02-01 13:37:29 +0000 (Fri, 01 Feb 2013) Log Message: ----------- scm/trunk: first complete packaging Modified Paths: -------------- csw/mgar/pkg/scm/trunk/Makefile csw/mgar/pkg/scm/trunk/checksums Added Paths: ----------- csw/mgar/pkg/scm/trunk/files/0002-Fix-build-shebang.patch csw/mgar/pkg/scm/trunk/files/0003-Fix-configure-prefix.patch csw/mgar/pkg/scm/trunk/files/0004-Use-gcc-in-Makefile.patch Modified: csw/mgar/pkg/scm/trunk/Makefile =================================================================== --- csw/mgar/pkg/scm/trunk/Makefile 2013-02-01 07:54:46 UTC (rev 20249) +++ csw/mgar/pkg/scm/trunk/Makefile 2013-02-01 13:37:29 UTC (rev 20250) @@ -2,6 +2,7 @@ NAME = scm VERSION = 5e7 +SLIB_VERSION = 3b3 GARTYPE = v2 DESCRIPTION = The Algorithmic Language Scheme @@ -16,16 +17,72 @@ PATCHDIR = $(WORKSRC) MASTER_SITES = http://groups.csail.mit.edu/mac/ftpdir/scm/ DISTFILES = $(DISTNAME).zip +DISTFILES += slib-$(SLIB_VERSION).tar.gz PATCHFILES = 0001-Fix-configure-shebang.patch +PATCHFILES += 0002-Fix-build-shebang.patch +PATCHFILES += 0003-Fix-configure-prefix.patch +PATCHFILES += 0004-Use-gcc-in-Makefile.patch +PACKAGING_PLATFORMS = solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + +BUILD_DEP_PKGS += CSWguile-dev + GARCOMPILER = GNU EXTRA_CONFIGURE_ENV = PATH=$(prefix)/gnu:$(PATH) CONFIGURE_ARGS = $(DIRPATHS) -BUILD_SCRIPTS = custom +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = custom +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom +scmdir=$(libdir)/guile/site/scm + +EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/bench.scm +EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/build.scm +EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/example.scm +EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/grtest.scm +EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/pi.scm +EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/r4rstest.scm + +PACKAGES += CSWscm-common +CATALOGNAME_CSWscm-common = scm_common +SPKG_DESC_CSWscm-common = $(DESCRIPTION), architecture neutral files +RUNTIME_DEP_PKGS_CSWscm-common = CSWguile +CHECKPKG_OVERRIDES_CSWscm-common += surplus-dependency|CSWguile +ARCHALL_CSWscm-common = 1 + +PACKAGES += CSWscm +CATALOGNAME_CSWscm = scm +SPKG_DESC_CSWscm = $(DESCRIPTION) +RUNTIME_DEP_PKGS_CSWscm = CSWscm-common +CHECKPKG_OVERRIDES_CSWscm += surplus-dependency|CSWscm-common +PKGFILES_CSWscm = /opt/csw/bin/scm + include gar/category.mk +pre-build-modulated: + cd $(WORKDIR) && ln -s slib-$(SLIB_VERSION) slib + $(MAKECOOKIE) + build-custom: + cd $(WORKSRC) && $(MAKE) cd $(WORKSRC) && $(MAKE) scmlit + cd $(WORKSRC) && ./build > build.sh && chmod u+x build.sh + cd $(WORKSRC) && gsed --in-place --regexp-extended --expression 's;^#![[:space:]]*.*/sh[[:space:]]*;#!/usr/bin/env bash ;' --expression 's/^mv /# mv /' --expression 's/cc /gcc /g' build.sh + cd $(WORKSRC) && ./build.sh $(MAKECOOKIE) + +install-custom: + ginstall --directory $(DESTDIR)/$(scmdir) + cd $(WORKSRC) && ginstall *.scm $(DESTDIR)/$(scmdir) + ginstall --directory $(DESTDIR)/$(docdir)/$(NAME) + cd $(WORKSRC) && ginstall QUICKREF ChangeLog $(DESTDIR)/$(docdir)/$(NAME) + ginstall --directory $(DESTDIR)/$(infodir) + cd $(WORKSRC) && ginstall scm.info $(DESTDIR)/$(infodir) + ginstall --directory $(DESTDIR)/$(mandir)/man1 + cd $(WORKSRC) && ginstall scm.1 $(DESTDIR)/$(mandir)/man1 + ginstall --directory $(DESTDIR)/$(bindir) + cd $(WORKSRC) && ginstall scm $(DESTDIR)/$(bindir) + $(MAKECOOKIE) Modified: csw/mgar/pkg/scm/trunk/checksums =================================================================== --- csw/mgar/pkg/scm/trunk/checksums 2013-02-01 07:54:46 UTC (rev 20249) +++ csw/mgar/pkg/scm/trunk/checksums 2013-02-01 13:37:29 UTC (rev 20250) @@ -1 +1,2 @@ d53c0e7f11e468a40222f59a37a71edf scm-5e7.zip +11626eef380de4f56d3082514559beb6 slib-3b3.tar.gz Added: csw/mgar/pkg/scm/trunk/files/0002-Fix-build-shebang.patch =================================================================== --- csw/mgar/pkg/scm/trunk/files/0002-Fix-build-shebang.patch (rev 0) +++ csw/mgar/pkg/scm/trunk/files/0002-Fix-build-shebang.patch 2013-02-01 13:37:29 UTC (rev 20250) @@ -0,0 +1,22 @@ +From 650e0dba13aac8330f1041e24e675fa7f8a2ae6c Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Fri, 1 Feb 2013 12:57:46 +0100 +Subject: [PATCH] Fix build shebang + +--- + build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build b/build +index 11f7552..7289319 100755 +--- a/build ++++ b/build +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/bin/env bash + :;exec ./scmlit -no-init-file -f $0 -e"(bi)" build "$@" + ;;;; "build" Script for compiling SCM. + ;; Copyright (C) 1994-2006 Free Software Foundation, Inc. +-- +1.8.1 + Added: csw/mgar/pkg/scm/trunk/files/0003-Fix-configure-prefix.patch =================================================================== --- csw/mgar/pkg/scm/trunk/files/0003-Fix-configure-prefix.patch (rev 0) +++ csw/mgar/pkg/scm/trunk/files/0003-Fix-configure-prefix.patch 2013-02-01 13:37:29 UTC (rev 20250) @@ -0,0 +1,25 @@ +From 5bf304ad1d428c4c5a578c00e3376a092697a58c Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Fri, 1 Feb 2013 13:00:38 +0100 +Subject: [PATCH] Fix configure prefix + +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure b/configure +index 3c82251..4f2ff99 100755 +--- a/configure ++++ b/configure +@@ -35,7 +35,7 @@ PACKAGE_STRING="$PACKAGE_TARNAME $PACKAGE_VERSION" + PACKAGE_BUGREPORT="$PACKAGE_TARNAME-discuss at gnu.org" + + CONFIG_STATUS="config.status" +-ac_default_prefix=/usr/local/ ++ac_default_prefix=/opt/csw/ + ac_init_version=false + srcdir=`pwd` + silent= +-- +1.8.1 + Added: csw/mgar/pkg/scm/trunk/files/0004-Use-gcc-in-Makefile.patch =================================================================== --- csw/mgar/pkg/scm/trunk/files/0004-Use-gcc-in-Makefile.patch (rev 0) +++ csw/mgar/pkg/scm/trunk/files/0004-Use-gcc-in-Makefile.patch 2013-02-01 13:37:29 UTC (rev 20250) @@ -0,0 +1,25 @@ +From b38a7aae12b4b5102bb5c1ceeb6ab4be10fc2fe7 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Fri, 1 Feb 2013 13:31:22 +0100 +Subject: [PATCH] Use gcc in Makefile + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index cf1b2b9..4aab1c4 100644 +--- a/Makefile ++++ b/Makefile +@@ -35,7 +35,7 @@ CHPAT = $(HOME)/bin/chpat + RSYNC = rsync -av + Uploadee = csail + +-#CC = gcc ++CC = gcc + #CFLAGS = -g + #LIBS = + #LD = $(CC) -g +-- +1.8.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Feb 2 13:17:41 2013 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 02 Feb 2013 12:17:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[20251] csw/mgar/pkg/mercurial/trunk Message-ID: Revision: 20251 http://gar.svn.sourceforge.net/gar/?rev=20251&view=rev Author: rthurner Date: 2013-02-02 12:17:41 +0000 (Sat, 02 Feb 2013) Log Message: ----------- mercurial, upgrade to hg-2.5 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile csw/mgar/pkg/mercurial/trunk/checksums Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2013-02-01 13:37:29 UTC (rev 20250) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2013-02-02 12:17:41 UTC (rev 20251) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 2.4.2 +VERSION = 2.5 CATEGORIES = python GARTYPE = v2 @@ -18,8 +18,9 @@ CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py # Some tests fail, but manual inspection of the failures show no significant failures. -TEST_SCRIPTS = -#TEST_TARGET = #tests +# how to include the test scripts correctly with mgar? both of the following does not work .. +#TEST_SCRIPTS = $(WORKSRC)/tests/run_tests.py +#TEST_TARGET = test CHECKPKG_OVERRIDES_CSWmercurial += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWmercurial += catalogname-does-not-start-with-py_ Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2013-02-01 13:37:29 UTC (rev 20250) +++ csw/mgar/pkg/mercurial/trunk/checksums 2013-02-02 12:17:41 UTC (rev 20251) @@ -1 +1 @@ -ffae81c0366c13ae852e9fdc26fc3690 mercurial-2.4.2.tar.gz +450ed0c8c10e66c3cbca1d82fcb36a29 mercurial-2.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Feb 3 09:39:56 2013 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 03 Feb 2013 08:39:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[20252] csw/mgar/pkg/mercurial/trunk/Makefile Message-ID: Revision: 20252 http://gar.svn.sourceforge.net/gar/?rev=20252&view=rev Author: rthurner Date: 2013-02-03 08:39:56 +0000 (Sun, 03 Feb 2013) Log Message: ----------- mercurial: no test target Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2013-02-02 12:17:41 UTC (rev 20251) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2013-02-03 08:39:56 UTC (rev 20252) @@ -18,9 +18,9 @@ CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py # Some tests fail, but manual inspection of the failures show no significant failures. -# how to include the test scripts correctly with mgar? both of the following does not work .. +# how to include the test scripts correctly with mgar? a test target does not exist #TEST_SCRIPTS = $(WORKSRC)/tests/run_tests.py -#TEST_TARGET = test +TEST_TARGET = CHECKPKG_OVERRIDES_CSWmercurial += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWmercurial += catalogname-does-not-start-with-py_ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Feb 3 09:44:15 2013 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 03 Feb 2013 08:44:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[20253] csw/mgar/pkg/mercurial/trunk/Makefile Message-ID: Revision: 20253 http://gar.svn.sourceforge.net/gar/?rev=20253&view=rev Author: rthurner Date: 2013-02-03 08:44:15 +0000 (Sun, 03 Feb 2013) Log Message: ----------- mercurial: no test target Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2013-02-03 08:39:56 UTC (rev 20252) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2013-02-03 08:44:15 UTC (rev 20253) @@ -19,8 +19,9 @@ BUILD_SCRIPTS = $(WORKSRC)/setup.py # Some tests fail, but manual inspection of the failures show no significant failures. # how to include the test scripts correctly with mgar? a test target does not exist +TEST_SCRIPTS = #TEST_SCRIPTS = $(WORKSRC)/tests/run_tests.py -TEST_TARGET = +#TEST_TARGET = CHECKPKG_OVERRIDES_CSWmercurial += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWmercurial += catalogname-does-not-start-with-py_ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Feb 4 09:26:09 2013 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 04 Feb 2013 08:26:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[20254] csw/mgar/pkg/texlive/trunk/Makefile Message-ID: Revision: 20254 http://gar.svn.sourceforge.net/gar/?rev=20254&view=rev Author: pfelecan Date: 2013-02-04 08:26:09 +0000 (Mon, 04 Feb 2013) Log Message: ----------- texlive/trunk: reshuffle binaries from the common package to the relevant package Modified Paths: -------------- csw/mgar/pkg/texlive/trunk/Makefile Modified: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile 2013-02-03 08:44:15 UTC (rev 20253) +++ csw/mgar/pkg/texlive/trunk/Makefile 2013-02-04 08:26:09 UTC (rev 20254) @@ -443,8 +443,6 @@ PKGFILES_CSWtexlive-binaries += /opt/csw/bin/allcm PKGFILES_CSWtexlive-binaries += /opt/csw/bin/allec PKGFILES_CSWtexlive-binaries += /opt/csw/bin/allneeded -PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bg5+latex -PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bg5+pdflatex PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bibtex PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bibtex8 PKGFILES_CSWtexlive-binaries += /opt/csw/bin/bibtexu @@ -491,8 +489,6 @@ PKGFILES_CSWtexlive-binaries += /opt/csw/bin/fmtutil PKGFILES_CSWtexlive-binaries += /opt/csw/bin/fmtutil-sys PKGFILES_CSWtexlive-binaries += /opt/csw/bin/fontinst -PKGFILES_CSWtexlive-binaries += /opt/csw/bin/gbklatex -PKGFILES_CSWtexlive-binaries += /opt/csw/bin/gbkpdflatex PKGFILES_CSWtexlive-binaries += /opt/csw/bin/gftodvi PKGFILES_CSWtexlive-binaries += /opt/csw/bin/gftopk PKGFILES_CSWtexlive-binaries += /opt/csw/bin/gftype @@ -2740,10 +2736,6 @@ OBSOLETED_BY_CSWtexlive-latex-extra = CSWtetex PKGFILES_CSWtexlive-latex-extra += $(docdir)/$(CATALOGNAME_CSWtexlive-latex-extra)/.* PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/authorindex -PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/bg5+latex -PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/bg5+pdflatex -PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/bg5latex -PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/bg5pdflatex PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/cef5latex PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/cef5pdflatex PKGFILES_CSWtexlive-latex-extra += /opt/csw/bin/ceflatex @@ -3428,11 +3420,17 @@ SPKG_DESC_CSWtexlive-latex-extra-binaries += $(DESCRIPTION), latex extra, binaries OBSOLETED_BY_CSWtexlive-latex-extra-binaries = CSWtetex PKGFILES_CSWtexlive-latex-extra-binaries += $(docdir)/$(CATALOGNAME_CSWtexlive-latex-extra-binaries)/.* +PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/bg5+latex +PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/bg5+pdflatex +PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/bg5latex +PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/bg5pdflatex PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/bg5conv PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/cef5conv PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/cefconv PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/cefsconv PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/chktex +PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/gbklatex +PKGFILES_CSWtexlive-latex-extra-binaries += /opt/csw/bin/gbkpdflatex PACKAGES += CSWtexlive-latex-extra-doc CATALOGNAME_CSWtexlive-latex-extra-doc = texlive_latex_extra_doc 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 Feb 4 14:20:04 2013 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 04 Feb 2013 13:20:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[20255] csw/mgar/pkg/cpan Message-ID: Revision: 20255 http://gar.svn.sourceforge.net/gar/?rev=20255&view=rev Author: dmichelsen Date: 2013-02-04 13:20:03 +0000 (Mon, 04 Feb 2013) Log Message: ----------- cpan/Math-Calc-Units: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Math-Calc-Units/ csw/mgar/pkg/cpan/Math-Calc-Units/branches/ csw/mgar/pkg/cpan/Math-Calc-Units/tags/ csw/mgar/pkg/cpan/Math-Calc-Units/trunk/ csw/mgar/pkg/cpan/Math-Calc-Units/trunk/Makefile csw/mgar/pkg/cpan/Math-Calc-Units/trunk/checksums csw/mgar/pkg/cpan/Math-Calc-Units/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Math-Calc-Units/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/Math-Calc-Units/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Math-Calc-Units/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Math-Calc-Units/trunk/Makefile 2013-02-04 13:20:03 UTC (rev 20255) @@ -0,0 +1,20 @@ +NAME = Math-Calc-Units +VERSION = 1.07 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = SFINK + +DESCRIPTION = Unit-aware calculator with readable output +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = LICENSE + +PACKAGES += CSWpm-math-calc-units +CATALOGNAME_CSWpm-math-calc-units = pm_math_calc_units +SPKG_DESC_CSWpm-math-calc-units = Unit-aware calculator with readable output +ARCHALL_CSWpm-math-calc-units = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Math-Calc-Units/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Math-Calc-Units/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Math-Calc-Units/trunk/checksums 2013-02-04 13:20:03 UTC (rev 20255) @@ -0,0 +1 @@ +56e4be0e64d6c8fc27c8f87d0d3cebd8 Math-Calc-Units-1.07.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 Feb 4 14:20:29 2013 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 04 Feb 2013 13:20:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[20256] csw/mgar/pkg/cpan/Config-Tiny/trunk Message-ID: Revision: 20256 http://gar.svn.sourceforge.net/gar/?rev=20256&view=rev Author: dmichelsen Date: 2013-02-04 13:20:29 +0000 (Mon, 04 Feb 2013) Log Message: ----------- cpan/Config-Tiny/trunk: Update to 2.14 Modified Paths: -------------- csw/mgar/pkg/cpan/Config-Tiny/trunk/Makefile csw/mgar/pkg/cpan/Config-Tiny/trunk/checksums Modified: csw/mgar/pkg/cpan/Config-Tiny/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Config-Tiny/trunk/Makefile 2013-02-04 13:20:03 UTC (rev 20255) +++ csw/mgar/pkg/cpan/Config-Tiny/trunk/Makefile 2013-02-04 13:20:29 UTC (rev 20256) @@ -1,5 +1,5 @@ NAME = Config-Tiny -VERSION = 2.12 +VERSION = 2.14 CATEGORIES = cpan GARTYPE = v2 AUTHOR = ADAMK @@ -8,9 +8,16 @@ define BLURB endef -PACKAGES = CSWpmconfigtiny -CATALOGNAME = pm_configtiny +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE = LICENSE +PACKAGES += CSWpm-config-tiny +CATALOGNAME_CSWpm-config-tiny = pm_config_tiny +SPKG_DESC_CSWpm-config-tiny = Read/Write .ini style files with as little code as possible +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-config-tiny = 1 +OBSOLETED_BY_CSWpm-config-tiny += CSWpmconfigtiny +CATALOGNAME_CSWpmconfigtiny = pm_configtiny_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Config-Tiny/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Config-Tiny/trunk/checksums 2013-02-04 13:20:03 UTC (rev 20255) +++ csw/mgar/pkg/cpan/Config-Tiny/trunk/checksums 2013-02-04 13:20:29 UTC (rev 20256) @@ -1 +1 @@ -1df5a4ff37cd1d80532ddbe28015d1f0 download/Config-Tiny-2.12.tar.gz +498b8fd37a190a214cddd5506be77720 Config-Tiny-2.14.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Feb 4 16:05:07 2013 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 04 Feb 2013 15:05:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[20257] csw/mgar/pkg/slib/trunk Message-ID: Revision: 20257 http://gar.svn.sourceforge.net/gar/?rev=20257&view=rev Author: pfelecan Date: 2013-02-04 15:05:06 +0000 (Mon, 04 Feb 2013) Log Message: ----------- slib/trunk: transition toward guile 2.0 Modified Paths: -------------- csw/mgar/pkg/slib/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/slib/trunk/files/0003-Adapt-to-Guile-2.patch csw/mgar/pkg/slib/trunk/files/0004-Force-libraries-directory.patch Modified: csw/mgar/pkg/slib/trunk/Makefile =================================================================== --- csw/mgar/pkg/slib/trunk/Makefile 2013-02-04 13:20:29 UTC (rev 20256) +++ csw/mgar/pkg/slib/trunk/Makefile 2013-02-04 15:05:06 UTC (rev 20257) @@ -13,8 +13,17 @@ DISTFILES = $(DISTNAME).tar.gz PATCHFILES = 0001-Fix-configure-shebang.patch PATCHFILES += 0002-Fix-slib-script-shebang.patch +PATCHFILES += 0003-Adapt-to-Guile-2.patch +PATCHFILES += 0004-Force-libraries-directory.patch -ARCHALL = 1 +PACKAGES = CSWslib +CATALOGNAME_CSWslib = slib +SPKG_DESC_CSWslib = $(DESCRIPTION) +RUNTIME_DEP_PKGS_CSWslib += CSWguile +CHECKPKG_OVERRIDES_CSWslib += surplus-dependency|CSWguile +RUNTIME_DEP_PKGS_CSWslib += CSWscm +CHECKPKG_OVERRIDES_CSWslib += surplus-dependency|CSWscm +ARCHALL_CSWslib = 1 EXTRA_CONFIGURE_ENV = PATH=$(prefix)/gnu:$(PATH) CONFIGURE_ARGS = $(DIRPATHS) Added: csw/mgar/pkg/slib/trunk/files/0003-Adapt-to-Guile-2.patch =================================================================== --- csw/mgar/pkg/slib/trunk/files/0003-Adapt-to-Guile-2.patch (rev 0) +++ csw/mgar/pkg/slib/trunk/files/0003-Adapt-to-Guile-2.patch 2013-02-04 15:05:06 UTC (rev 20257) @@ -0,0 +1,966 @@ +From 646fb01a812f1b6caf9cb23bfa528136a0014b35 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Mon, 4 Feb 2013 11:59:36 +0100 +Subject: [PATCH] Adapt to Guile 2 Andy Wigo patches taken from + http://lists.gnu.org/archive/html/guile-user/2013-01/msg00014.html + +--- + ChangeLog | 13 ++ + Makefile | 2 +- + README | 14 +- + guile-2.init | 718 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + guile.init | 63 +++--- + slib.nsi | 2 + + 6 files changed, 770 insertions(+), 42 deletions(-) + create mode 100644 guile-2.init + +diff --git a/ChangeLog b/ChangeLog +index cff5bd3..8738d3a 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -1,3 +1,16 @@ ++2013-01-10 Andy Wingo