From dmichelsen at users.sourceforge.net Sun Nov 2 15:04:09 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 2 Nov 2014 14:04:09 +0000 Subject: SF.net SVN: gar:[24236] csw/mgar/pkg/ruby21/trunk Message-ID: <3jVzXB2Pgsz14p@mail.opencsw.org> Revision: 24236 http://sourceforge.net/p/gar/code/24236 Author: dmichelsen Date: 2014-11-02 14:04:07 +0000 (Sun, 02 Nov 2014) Log Message: ----------- ruby21/trunk: Add workaround for objcopy issue Modified Paths: -------------- csw/mgar/pkg/ruby21/trunk/Makefile csw/mgar/pkg/ruby21/trunk/checksums Modified: csw/mgar/pkg/ruby21/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby21/trunk/Makefile 2014-11-01 16:09:09 UTC (rev 24235) +++ csw/mgar/pkg/ruby21/trunk/Makefile 2014-11-02 14:04:07 UTC (rev 24236) @@ -3,7 +3,7 @@ # NAME = ruby SHORTVER = 2.1 -VERSION = $(SHORTVER).2 +VERSION = $(SHORTVER).3 API_VERSION = $(VERSION) DESCRIPTION = An object-oriented language for quick and easy programming. @@ -35,18 +35,32 @@ RUNTIME_DEP_PKGS_CSWruby21 += CSWlibffi5 RUNTIME_DEP_PKGS_CSWruby21 += CSWlibreadline5 -#GARCOMPILER = SOS12U2 -GARCOMPILER = GNU +GARCOMPILER = SOS12U2 +#GARCOMPILER = GNU -CONFIGURE_ARGS = $(DIRPATHS) +# Using binutils 2.24 objcopy leads to this funny corruption: +#/home/dam/mgar/pkg/ruby21/trunk/work/solaris11-i386/build-isa-pentium_pro/ruby-2.1.3 +#unstable11x% /opt/solstudio12.2/bin/cc -G -h libruby2.1.3.so.2 -R/opt/csw/lib -m32 dln.o localeinit.o loadpath.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o flock.o isinf.o setproctitle.o prelude.o dmyext.o -lpthread -lgmp -lsocket -ldl -lcrypt -lm -o libruby2.1.3.so.2 +#unstable11x% /usr/gnu/bin/objcopy libruby2.1.3.so.2 +#unstable11x% elfdump libruby2.1.3.so.2 >/dev/null +#libruby2.1.3.so.2: .SUNW_ldynsym: invalid sh_link: 0 +#libruby2.1.3.so.2: .SUNW_dynsymsort: invalid sh_link: 0 +#libruby2.1.3.so.2: .SUNW_ldynsym: invalid sh_link: 0 +#libruby2.1.3.so.2: .SUNW_ldynsym: invalid sh_link: 0 +# There is no fix for objcopy available yet and both Oracle /usr/gnu/bin/objcopy and also our own +# /opt/csw/gnu/objcopy is affected, so disable objcopy completely for now: +EXTRA_CONFIGURE_ENV += OBJCOPY=/bin/true + +CONFIGURE_ARGS += $(DIRPATHS) + # Enabled DTrace support has problems during linking CONFIGURE_ARGS += --disable-dtrace CONFIGURE_ARGS += --program-suffix=21 CONFIGURE_ARGS += --enable-shared CONFIGURE_ARGS += --with-soname=ruby$(API_VERSION) -CONFIGURE_ARGS += --with-out-ext=tk +#CONFIGURE_ARGS += --with-out-ext=tk # There are tests failing Modified: csw/mgar/pkg/ruby21/trunk/checksums =================================================================== --- csw/mgar/pkg/ruby21/trunk/checksums 2014-11-01 16:09:09 UTC (rev 24235) +++ csw/mgar/pkg/ruby21/trunk/checksums 2014-11-02 14:04:07 UTC (rev 24236) @@ -1 +1 @@ -a5b5c83565f8bd954ee522bd287d2ca1 ruby-2.1.2.tar.gz +74a37b9ad90e4ea63c0eed32b9d5b18f ruby-2.1.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Nov 3 20:11:26 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 3 Nov 2014 19:11:26 +0000 Subject: SF.net SVN: gar:[24237] csw/mgar/pkg/cpan/Authen-SASL/trunk Message-ID: <3jWkJ85TwCzMb@mail.opencsw.org> Revision: 24237 http://sourceforge.net/p/gar/code/24237 Author: bonivart Date: 2014-11-03 19:11:22 +0000 (Mon, 03 Nov 2014) Log Message: ----------- cpan/Authen-SASL/trunk: update to 2.16, fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/Authen-SASL/trunk/Makefile csw/mgar/pkg/cpan/Authen-SASL/trunk/checksums Modified: csw/mgar/pkg/cpan/Authen-SASL/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Authen-SASL/trunk/Makefile 2014-11-02 14:04:07 UTC (rev 24236) +++ csw/mgar/pkg/cpan/Authen-SASL/trunk/Makefile 2014-11-03 19:11:22 UTC (rev 24237) @@ -1,14 +1,11 @@ NAME = Authen-SASL -VERSION = 2.15 +VERSION = 2.16 CATEGORIES = cpan GARTYPE = v2 AUTHOR = GBARR DESCRIPTION = SASL Authentication framework define BLURB - SASL is a generic mechanism for authentication used by several network - protocols. Authen::SASL provides an implementation framework that all - protocols should be able to share. endef DISTFILES += COPYING @@ -16,10 +13,10 @@ PACKAGES = CSWpm-authen-sasl CATALOGNAME = pm_authen_sasl SPKG_DESC_CSWpm-authen-sasl = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-authen-sasl = CSWpmauthensasl -CATALOGNAME_CSWpmauthensasl = pm_authensasl -RUNTIME_DEP_PKGS = CSWpmgssapi CSWpmdigesthmac +RUNTIME_DEP_PKGS = CSWpm-gssapi +RUNTIME_DEP_PKGS += CSWpm-digest-hmac + BUILD_DEP_PKGS = CSWperl ARCHALL = 1 Modified: csw/mgar/pkg/cpan/Authen-SASL/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Authen-SASL/trunk/checksums 2014-11-02 14:04:07 UTC (rev 24236) +++ csw/mgar/pkg/cpan/Authen-SASL/trunk/checksums 2014-11-03 19:11:22 UTC (rev 24237) @@ -1 +1 @@ -35929abb2755cf479d548672800aebee Authen-SASL-2.15.tar.gz +7c03a689d4c689e5a9e2f18a1c586b2f Authen-SASL-2.16.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Nov 3 20:49:36 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 3 Nov 2014 19:49:36 +0000 Subject: SF.net SVN: gar:[24238] csw/mgar/pkg/cpan Message-ID: <3jWl895FqDzRp@mail.opencsw.org> Revision: 24238 http://sourceforge.net/p/gar/code/24238 Author: bonivart Date: 2014-11-03 19:49:36 +0000 (Mon, 03 Nov 2014) Log Message: ----------- cpan/Test-Most/trunk: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Test-Most/ csw/mgar/pkg/cpan/Test-Most/Makefile csw/mgar/pkg/cpan/Test-Most/branches/ csw/mgar/pkg/cpan/Test-Most/tags/ csw/mgar/pkg/cpan/Test-Most/trunk/ csw/mgar/pkg/cpan/Test-Most/trunk/Makefile csw/mgar/pkg/cpan/Test-Most/trunk/checksums csw/mgar/pkg/cpan/Test-Most/trunk/files/ Added: csw/mgar/pkg/cpan/Test-Most/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Most/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Test-Most/Makefile 2014-11-03 19:49:36 UTC (rev 24238) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/cpan/Test-Most/trunk =================================================================== --- csw/mgar/pkg/cpan/Test-Most/trunk 2014-11-03 19:11:22 UTC (rev 24237) +++ csw/mgar/pkg/cpan/Test-Most/trunk 2014-11-03 19:49:36 UTC (rev 24238) Property changes on: csw/mgar/pkg/cpan/Test-Most/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/cpan/Test-Most/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Most/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Test-Most/trunk/Makefile 2014-11-03 19:49:36 UTC (rev 24238) @@ -0,0 +1,22 @@ +NAME = Test-Most +VERSION = 0.34 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = OVID + +DESCRIPTION = Most commonly needed test functions and features +define BLURB +endef + +PACKAGES += CSWpm-test-most +CATALOGNAME_CSWpm-test-most = pm_test_most + +ARCHALL = 1 + +RUNTIME_DEP_PKGS += CSWpm-exception-class +RUNTIME_DEP_PKGS += CSWpm-test-deep +RUNTIME_DEP_PKGS += CSWpm-test-differences +RUNTIME_DEP_PKGS += CSWpm-test-exception +RUNTIME_DEP_PKGS += CSWpm-test-warn + +include gar/category.mk Property changes on: csw/mgar/pkg/cpan/Test-Most/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/cpan/Test-Most/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-Most/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Test-Most/trunk/checksums 2014-11-03 19:49:36 UTC (rev 24238) @@ -0,0 +1 @@ +6fa1f097bedbc18f46b08ac9eb79bba9 Test-Most-0.34.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 4 20:26:44 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 4 Nov 2014 19:26:44 +0000 Subject: SF.net SVN: gar:[24240] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jXLbT48gVz1FR@mail.opencsw.org> Revision: 24240 http://sourceforge.net/p/gar/code/24240 Author: tosmi Date: 2014-11-04 19:26:41 +0000 (Tue, 04 Nov 2014) Log Message: ----------- disable check for libraries in packages ruby-dev and ruby-ri Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 13:25:05 UTC (rev 24239) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 19:26:41 UTC (rev 24240) @@ -23,10 +23,37 @@ RUNTIME_DEP_PKGS += CSWlibyaml0-2 RUNTIME_DEP_PKGS += CSWlibncurses5 RUNTIME_DEP_PKGS += CSWlibz1 +RUNTIME_DEP_PKGS += CSWlibgdbm4 +RUNTIME_DEP_PKGS += CSWlibreadline6 # checkpkg just supports ruby18 and ruby19 CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibtcl8-5 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibtk8-5 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibyaml0-2 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibffi5 +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibncurses5 + +CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/libruby2.0.0.so.2 +CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so +CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.0.0.so.2|soname=libruby2.0.0.so.2|pkgname=CSWruby20|expected=CSWlibruby2-0-0-2 +CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so +CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibgdbm4 +CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibreadline6 + +CHECKPKG_OVERRIDES_CSWruby20-ri += pkginfo-opencsw-repository-uncommitted +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibtcl8-5 +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibtk8-5 +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibyaml0-2 +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibffi5 +CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibncurses5 + + # these files include a reference to /usr/local in comments CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/2.0.0/tk/dialog.rb CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/2.0.0/open3.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 4 20:33:46 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 4 Nov 2014 19:33:46 +0000 Subject: SF.net SVN: gar:[24241] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jXLlV0ljkz1J5@mail.opencsw.org> Revision: 24241 http://sourceforge.net/p/gar/code/24241 Author: tosmi Date: 2014-11-04 19:33:43 +0000 (Tue, 04 Nov 2014) Log Message: ----------- try to create a separate CSWlibruby package Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 19:26:41 UTC (rev 24240) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 19:33:43 UTC (rev 24241) @@ -16,27 +16,20 @@ MASTER_SITES = http://ftp.ruby-lang.org/pub/ruby/$(SHORTVER)/ DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz -RUNTIME_DEP_PKGS = CSWlibssl1-0-0 -RUNTIME_DEP_PKGS += CSWlibffi5 -RUNTIME_DEP_PKGS += CSWlibtk8-5 -RUNTIME_DEP_PKGS += CSWlibtcl8-5 -RUNTIME_DEP_PKGS += CSWlibyaml0-2 -RUNTIME_DEP_PKGS += CSWlibncurses5 -RUNTIME_DEP_PKGS += CSWlibz1 -RUNTIME_DEP_PKGS += CSWlibgdbm4 -RUNTIME_DEP_PKGS += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWruby20 = CSWlibruby20-2 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibffi5 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibtk8-5 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibtcl8-5 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibyaml0-2 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibncurses5 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibz1 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibgdbm4 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibreadline6 # checkpkg just supports ruby18 and ruby19 CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibssl1-0-0 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibtcl8-5 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibz1 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibtk8-5 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibyaml0-2 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibffi5 -CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWlibncurses5 - CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/libruby2.0.0.so.2 CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.0.0.so.2|soname=libruby2.0.0.so.2|pkgname=CSWruby20|expected=CSWlibruby2-0-0-2 @@ -44,16 +37,6 @@ CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibgdbm4 CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibreadline6 -CHECKPKG_OVERRIDES_CSWruby20-ri += pkginfo-opencsw-repository-uncommitted -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibssl1-0-0 -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibtcl8-5 -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibz1 -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibtk8-5 -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibyaml0-2 -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibffi5 -CHECKPKG_OVERRIDES_CSWruby20-ri += surplus-dependency|CSWlibncurses5 - - # these files include a reference to /usr/local in comments CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/2.0.0/tk/dialog.rb CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/2.0.0/open3.rb @@ -64,10 +47,13 @@ BUILD_DEP_PKGS = CSWlibssl-dev -PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri +PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri CSWlibruby20-2 +PKGFILES_CSWlibruby20-2 += /opt/csw/lib/libruby.*.so.2 +PKGFILES_CSWlibruby20-2 += /opt/csw/lib/libruby.*.so.2.* + PKGFILES_CSWruby20-dev = $(includedir)/.* -PKGFILES_CSWruby20-ri = $(datadir)/ri/.* $(bindir)/ri$(API_SHORT) +PKGFILES_CSWruby20-ri = $(datadir)/ri/.* $(bindir)/ri$(API_SHORT) ARCHALL_CSWruby20-ri = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 4 21:06:45 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:06:45 +0000 Subject: SF.net SVN: gar:[24242] csw/mgar/pkg/ruby20/trunk Message-ID: <3jXMTX3ZhWz1P2@mail.opencsw.org> Revision: 24242 http://sourceforge.net/p/gar/code/24242 Author: tosmi Date: 2014-11-04 20:06:44 +0000 (Tue, 04 Nov 2014) Log Message: ----------- clean libruby package name, added csw patch to dln Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/ruby20/trunk/files/0001-add-csw-paths-to-dln.c-and-dln_find.c.patch Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 19:33:43 UTC (rev 24241) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 20:06:44 UTC (rev 24242) @@ -16,7 +16,7 @@ MASTER_SITES = http://ftp.ruby-lang.org/pub/ruby/$(SHORTVER)/ DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz -RUNTIME_DEP_PKGS_CSWruby20 = CSWlibruby20-2 +RUNTIME_DEP_PKGS_CSWruby20 = CSWlibruby2-0-0 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibffi5 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibtk8-5 @@ -31,11 +31,6 @@ CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/libruby2.0.0.so.2 -CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so -CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.0.0.so.2|soname=libruby2.0.0.so.2|pkgname=CSWruby20|expected=CSWlibruby2-0-0-2 -CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so -CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibgdbm4 -CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibreadline6 # these files include a reference to /usr/local in comments CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/2.0.0/tk/dialog.rb @@ -47,11 +42,13 @@ BUILD_DEP_PKGS = CSWlibssl-dev -PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri CSWlibruby20-2 +PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri CSWlibruby2-0-0 -PKGFILES_CSWlibruby20-2 += /opt/csw/lib/libruby.*.so.2 -PKGFILES_CSWlibruby20-2 += /opt/csw/lib/libruby.*.so.2.* +PATCHFILES += 0001-add-csw-paths-to-dln.c-and-dln_find.c.patch +PKGFILES_CSWlibruby2-0-0 += /opt/csw/lib/libruby.*.so.2 +PKGFILES_CSWlibruby2-0-0 += /opt/csw/lib/libruby.*.so.2.* + PKGFILES_CSWruby20-dev = $(includedir)/.* PKGFILES_CSWruby20-ri = $(datadir)/ri/.* $(bindir)/ri$(API_SHORT) @@ -71,6 +68,7 @@ SPKG_DESC_CSWruby20 = $(DESCRIPTION) SPKG_DESC_CSWruby20-dev = Ruby 2.0 Extension Development Files SPKG_DESC_CSWruby20-ri = Documentation for Ruby 2.0 +SPKG_DESC_CSWlibruby2-0-0 = Ruby 2.0 Runtime Library ALTERNATIVES_CSWruby20 = ruby20 ALTERNATIVE_ruby20 = $(bindir)/ruby ruby $(bindir)/ruby$(SHORTVER) 20 Added: csw/mgar/pkg/ruby20/trunk/files/0001-add-csw-paths-to-dln.c-and-dln_find.c.patch =================================================================== --- csw/mgar/pkg/ruby20/trunk/files/0001-add-csw-paths-to-dln.c-and-dln_find.c.patch (rev 0) +++ csw/mgar/pkg/ruby20/trunk/files/0001-add-csw-paths-to-dln.c-and-dln_find.c.patch 2014-11-04 20:06:44 UTC (rev 24242) @@ -0,0 +1,39 @@ +From d272bb6dea02518e2da14619cb5df229dfac4706 Mon Sep 17 00:00:00 2001 +From: Toni Schmidbauer +Date: Tue, 4 Nov 2014 21:01:35 +0100 +Subject: [PATCH] add csw paths to dln.c and dln_find.c + +--- + dln.c | 2 +- + dln_find.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/dln.c b/dln.c +index 9eb659c..4ab882f 100644 +--- a/dln.c ++++ b/dln.c +@@ -157,7 +157,7 @@ static const char funcname_prefix[sizeof(FUNCNAME_PREFIX) - 1] = FUNCNAME_PREFIX + #endif + + #ifndef DLN_DEFAULT_LIB_PATH +-# define DLN_DEFAULT_LIB_PATH "/lib:/usr/lib:/usr/local/lib:." ++# define DLN_DEFAULT_LIB_PATH "/lib:/usr/lib:/opt/csw/lib:/usr/local/lib:." + #endif + + #include +diff --git a/dln_find.c b/dln_find.c +index 12f05fb..3e38e47 100644 +--- a/dln_find.c ++++ b/dln_find.c +@@ -87,7 +87,7 @@ dln_find_exe_r(const char *fname, const char *path, char *buf, size_t size) + #if defined(_WIN32) + path = "/usr/local/bin;/usr/ucb;/usr/bin;/bin;."; + #else +- path = "/usr/local/bin:/usr/ucb:/usr/bin:/bin:."; ++ path = "/opt/csw/bin:/usr/local/bin:/usr/ucb:/usr/bin:/bin:."; + #endif + } + buf = dln_find_1(fname, path, buf, size, 1); +-- +2.0.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Tue Nov 4 21:08:42 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:08:42 +0000 Subject: SF.net SVN: gar:[24243] csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile Message-ID: <3jXMWk0qw6z1RT@mail.opencsw.org> Revision: 24243 http://sourceforge.net/p/gar/code/24243 Author: bonivart Date: 2014-11-04 20:08:39 +0000 (Tue, 04 Nov 2014) Log Message: ----------- cpan/GSSAPI/trunk: fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile Modified: csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile 2014-11-04 20:06:44 UTC (rev 24242) +++ csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile 2014-11-04 20:08:39 UTC (rev 24243) @@ -6,21 +6,12 @@ DESCRIPTION = Providing access to the GSSAPIv2 library define BLURB - Providing access to the GSSAPIv2 library. endef -DISTFILES += COPYING - PACKAGES = CSWpm-gssapi CATALOGNAME = pm_gssapi SPKG_DESC_CSWpm-gssapi = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-gssapi = CSWpmgssapi -CATALOGNAME_CSWpmgssapi = pm_gssapi_stub -RUNTIME_DEP_PKGS = CSWkrb5lib +RUNTIME_DEP_PKGS_CSWpm-gssapi += CSWlibkrb5-3 -# Dago: "You can safely override it and make a comment -# that after krb5-config fixing it should go away" -CHECKPKG_OVERRIDES_CSWpm-gssapi += bad-rpath-entry|/opt/csw/lib/|opt/csw/lib/perl/csw/auto/GSSAPI/GSSAPI.so - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Tue Nov 4 21:17:51 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:17:51 +0000 Subject: SF.net SVN: gar:[24244] csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile Message-ID: <3jXMkJ25Fmz1V0@mail.opencsw.org> Revision: 24244 http://sourceforge.net/p/gar/code/24244 Author: bonivart Date: 2014-11-04 20:17:49 +0000 (Tue, 04 Nov 2014) Log Message: ----------- cpan/GSSAPI/trunk: add override about dep Modified Paths: -------------- csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile Modified: csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile 2014-11-04 20:08:39 UTC (rev 24243) +++ csw/mgar/pkg/cpan/GSSAPI/trunk/Makefile 2014-11-04 20:17:49 UTC (rev 24244) @@ -14,4 +14,6 @@ RUNTIME_DEP_PKGS_CSWpm-gssapi += CSWlibkrb5-3 +CHECKPKG_OVERRIDES_CSWpm-gssapi += missing-dependency|CSWlibintl8 + 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 Tue Nov 4 21:27:40 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:27:40 +0000 Subject: SF.net SVN: gar:[24246] csw/mgar/pkg/gcc4/trunk Message-ID: <3jXMxd2yZyz1Y8@mail.opencsw.org> Revision: 24246 http://sourceforge.net/p/gar/code/24246 Author: dmichelsen Date: 2014-11-04 20:27:40 +0000 (Tue, 04 Nov 2014) Log Message: ----------- gcc4/trunk: Update to 4.9.2 Modified Paths: -------------- csw/mgar/pkg/gcc4/trunk/Makefile csw/mgar/pkg/gcc4/trunk/checksums Modified: csw/mgar/pkg/gcc4/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc4/trunk/Makefile 2014-11-04 20:22:40 UTC (rev 24245) +++ csw/mgar/pkg/gcc4/trunk/Makefile 2014-11-04 20:27:40 UTC (rev 24246) @@ -1,7 +1,7 @@ # $Id$ NAME = gcc -VERSION = 4.9.1 +VERSION = 4.9.2 GARTYPE = v2 BASE_VERSION = $(shell echo $(VERSION) | gsed -e 's/^\([0-9]\+\.[0-9]\+\)\(.*\)/\1/') PKG_VERSION_TOKEN = gcc4 Modified: csw/mgar/pkg/gcc4/trunk/checksums =================================================================== --- csw/mgar/pkg/gcc4/trunk/checksums 2014-11-04 20:22:40 UTC (rev 24245) +++ csw/mgar/pkg/gcc4/trunk/checksums 2014-11-04 20:27:40 UTC (rev 24246) @@ -1 +1 @@ -fddf71348546af523353bd43d34919c1 gcc-4.9.1.tar.bz2 +4df8ee253b7f3863ad0b86359cd39c43 gcc-4.9.2.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Tue Nov 4 21:34:08 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:34:08 +0000 Subject: SF.net SVN: gar:[24247] csw/mgar/pkg/cpan/HTML-Mason/trunk Message-ID: <3jXN555bRYz3R@mail.opencsw.org> Revision: 24247 http://sourceforge.net/p/gar/code/24247 Author: bonivart Date: 2014-11-04 20:34:07 +0000 (Tue, 04 Nov 2014) Log Message: ----------- cpan/HTML-Mason/trunk: update and fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums Modified: csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile 2014-11-04 20:27:40 UTC (rev 24246) +++ csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile 2014-11-04 20:34:07 UTC (rev 24247) @@ -1,5 +1,5 @@ NAME = HTML-Mason -VERSION = 1.51 +VERSION = 1.54 CATEGORIES = cpan GARTYPE = v2 AUTHOR = JSWARTZ @@ -13,13 +13,11 @@ PACKAGES = CSWpm-html-mason CATALOGNAME = pm_html_mason SPKG_DESC_CSWpm-html-mason = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-html-mason = CSWpmhtmlmason -CATALOGNAME_CSWpmhtmlmason = pm_htmlmason BUILD_DEP_PKGS += CSWpm-test-deep RUNTIME_DEP_PKGS += CSWpmcachecache -RUNTIME_DEP_PKGS += CSWpmclscontainer +RUNTIME_DEP_PKGS += CSWpm-class-container RUNTIME_DEP_PKGS += CSWpm-exception-class RUNTIME_DEP_PKGS += CSWpm-html-parser RUNTIME_DEP_PKGS += CSWpm-log-any Modified: csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums 2014-11-04 20:27:40 UTC (rev 24246) +++ csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums 2014-11-04 20:34:07 UTC (rev 24247) @@ -1 +1 @@ -bb7ee986b3b7b3ea54fb6b7e25c56e81 HTML-Mason-1.51.tar.gz +6240ce4b472f0c92569f9535fcec410f HTML-Mason-1.54.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 4 21:36:25 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:36:25 +0000 Subject: SF.net SVN: gar:[24248] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jXN7j5LF7z5r@mail.opencsw.org> Revision: 24248 http://sourceforge.net/p/gar/code/24248 Author: tosmi Date: 2014-11-04 20:36:24 +0000 (Tue, 04 Nov 2014) Log Message: ----------- bump ruby version to p594 Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 20:34:07 UTC (rev 24247) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 20:36:24 UTC (rev 24248) @@ -8,7 +8,7 @@ VERSION = $(DISTVERSION) API_VERSION = $(VERSION) -PATCHLEVEL = p576 +PATCHLEVEL = p594 DISTNAME = ruby-$(VERSION)-$(PATCHLEVEL) GARTYPE = v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Tue Nov 4 21:48:37 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:48:37 +0000 Subject: SF.net SVN: gar:[24249] csw/mgar/pkg/cpan Message-ID: <3jXNPq5YrbzD2@mail.opencsw.org> Revision: 24249 http://sourceforge.net/p/gar/code/24249 Author: bonivart Date: 2014-11-04 20:48:35 +0000 (Tue, 04 Nov 2014) Log Message: ----------- cpan/Hash-Merge-Simple/trunk: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Hash-Merge-Simple/ csw/mgar/pkg/cpan/Hash-Merge-Simple/Makefile csw/mgar/pkg/cpan/Hash-Merge-Simple/branches/ csw/mgar/pkg/cpan/Hash-Merge-Simple/tags/ csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/ csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/Makefile csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/checksums csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/files/ Added: csw/mgar/pkg/cpan/Hash-Merge-Simple/Makefile =================================================================== --- csw/mgar/pkg/cpan/Hash-Merge-Simple/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Hash-Merge-Simple/Makefile 2014-11-04 20:48:35 UTC (rev 24249) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk =================================================================== --- csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk 2014-11-04 20:36:24 UTC (rev 24248) +++ csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk 2014-11-04 20:48:35 UTC (rev 24249) Property changes on: csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/Makefile 2014-11-04 20:48:35 UTC (rev 24249) @@ -0,0 +1,21 @@ +NAME = Hash-Merge-Simple +VERSION = 0.051 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = ROKR + +DESCRIPTION = Recursively merge two or more hashes, simply +define BLURB +endef + + +PACKAGES += CSWpm-hash-merge-simple +CATALOGNAME_CSWpm-hash-merge-simple = pm_hash_merge_simple + +ARCHALL = 1 + +BUILD_DEP_PKGS += CSWpm-test-most + +RUNTIME_DEP_PKGS += CSWpm-clone + +include gar/category.mk Property changes on: csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Hash-Merge-Simple/trunk/checksums 2014-11-04 20:48:35 UTC (rev 24249) @@ -0,0 +1 @@ +f47b9b99794b1f958bcfa3e816ff4660 Hash-Merge-Simple-0.051.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 4 21:50:48 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 4 Nov 2014 20:50:48 +0000 Subject: SF.net SVN: gar:[24250] csw/mgar/pkg/ruby20/trunk/checksums Message-ID: <3jXNSJ00y0zGR@mail.opencsw.org> Revision: 24250 http://sourceforge.net/p/gar/code/24250 Author: tosmi Date: 2014-11-04 20:50:44 +0000 (Tue, 04 Nov 2014) Log Message: ----------- updated checksum for p594 Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/checksums Modified: csw/mgar/pkg/ruby20/trunk/checksums =================================================================== --- csw/mgar/pkg/ruby20/trunk/checksums 2014-11-04 20:48:35 UTC (rev 24249) +++ csw/mgar/pkg/ruby20/trunk/checksums 2014-11-04 20:50:44 UTC (rev 24250) @@ -1 +1 @@ -2e1f4355981b754d92f7e2cc456f843d ruby-2.0.0-p576.tar.gz +a9caa406da5d72f190e28344e747ee74 ruby-2.0.0-p594.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 4 22:06:04 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 4 Nov 2014 21:06:04 +0000 Subject: SF.net SVN: gar:[24251] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jXNny1YjNzLm@mail.opencsw.org> Revision: 24251 http://sourceforge.net/p/gar/code/24251 Author: tosmi Date: 2014-11-04 21:05:59 +0000 (Tue, 04 Nov 2014) Log Message: ----------- removed manual fix for creating alternatives aware executables Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 20:50:44 UTC (rev 24250) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-04 21:05:59 UTC (rev 24251) @@ -114,15 +114,3 @@ post-install: find $(DESTDIR)$(bindir) -type f -depth -print | xargs -n 1 gsed -i -e '1 s|ruby$$|ruby2.0|g' -# cd $(DESTDIR)$(bindir) && test -f irb && mv -f irb irb$(SHORTVER) -# cd $(DESTDIR)$(bindir) && test -f erb && mv -f erb erb$(SHORTVER) -# cd $(DESTDIR)$(bindir) && test -f rdoc && mv -f rdoc rdoc$(SHORTVER) -# cd $(DESTDIR)$(bindir) && test -f ri && mv -f ri ri$(SHORTVER) -# cd $(DESTDIR)$(bindir) && test -f testrb && mv -f testrb testrb$(SHORTVER) -# cd $(DESTDIR)$(bindir) && test -f gem && mv -f gem gem$(SHORTVER) -# cd $(DESTDIR)$(bindir) && test -f rake && mv -f rake rake$(SHORTVER) -# cd $(DESTDIR)$(mandir)/man1 && test -f ruby.1 && mv -f ruby.1 ruby$(SHORTVER).1 -# cd $(DESTDIR)$(mandir)/man1 && test -f erb.1 && mv -f erb.1 erb$(SHORTVER).1 -# cd $(DESTDIR)$(mandir)/man1 && test -f irb.1 && mv -f irb.1 irb$(SHORTVER).1 -# cd $(DESTDIR)$(mandir)/man1 && test -f rake.1 && mv -f rake.1 rake$(SHORTVER).1 -# cd $(DESTDIR)$(mandir)/man1 && test -f ri.1 && mv -f ri.1 ri$(SHORTVER).1 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 Nov 5 12:04:28 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 11:04:28 +0000 Subject: SF.net SVN: gar:[24255] csw/mgar/pkg/cpan/Algorithm-Annotate/trunk Message-ID: <3jXlPP4hVWzpG@mail.opencsw.org> Revision: 24255 http://sourceforge.net/p/gar/code/24255 Author: dmichelsen Date: 2014-11-05 11:04:26 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Algorithm-Annotate/trunk: Update to Makemake and new name Modified Paths: -------------- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.depend csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.gspec csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.prototype Property Changed: ---------------- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/ Index: csw/mgar/pkg/cpan/Algorithm-Annotate/trunk =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk 2014-11-05 09:26:32 UTC (rev 24254) +++ csw/mgar/pkg/cpan/Algorithm-Annotate/trunk 2014-11-05 11:04:26 UTC (rev 24255) Property changes on: csw/mgar/pkg/cpan/Algorithm-Annotate/trunk ___________________________________________________________________ Modified: svn:ignore ## -1,4 +1 ## -cookies -download work - Modified: csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/Makefile 2014-11-05 09:26:32 UTC (rev 24254) +++ csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/Makefile 2014-11-05 11:04:26 UTC (rev 24255) @@ -6,15 +6,19 @@ DESCRIPTION = Represent a series of changes in annotate form define BLURB - Algorithm::Annotate generates a list that is useful for generating output - simliar to cvs annotate. endef -RUNTIME_DEP_PKGS = CSWpmalgdiff +CATALOG_RELEASE = unstable -PACKAGES = CSWpmalgannotate -CATALOGNAME = pm_algorithmannotate +LICENSE_TEXT = This module is licensed under the license -ARCHALL = 1 +PACKAGES += CSWpm-algorithm-annotate +CATALOGNAME_CSWpm-algorithm-annotate = pm_algorithm_annotate +SPKG_DESC_CSWpm-algorithm-annotate = Represent a series of changes in annotate form +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-algorithm-annotate = 1 +RUNTIME_DEP_PKGS_CSWpm-algorithm-annotate += CSWpm-algorithm-diff +OBSOLETED_BY_CSWpm-algorithm-annotate += CSWpmalgannotate +CATALOGNAME_CSWpmalgannotate = pm_algorithmannotate_stub include gar/category.mk Deleted: csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.depend =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.depend 2014-11-05 09:26:32 UTC (rev 24254) +++ csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.depend 2014-11-05 11:04:26 UTC (rev 24255) @@ -1 +0,0 @@ -P CSWpmalgdiff pm_algorithmdiff - compute intelligent differences between two files/lists Deleted: csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.gspec =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.gspec 2014-11-05 09:26:32 UTC (rev 24254) +++ csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.gspec 2014-11-05 11:04:26 UTC (rev 24255) @@ -1,11 +0,0 @@ -%var bitname pm_algorithmannotate -%var pkgname CSWpmalgannotate -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright 2003 by Chia-liang Kao . - -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. - -See http://www.perl.com/perl/misc/Artistic.html Deleted: csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.prototype =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.prototype 2014-11-05 09:26:32 UTC (rev 24254) +++ csw/mgar/pkg/cpan/Algorithm-Annotate/trunk/files/CSWpmalgannotate.prototype 2014-11-05 11:04:26 UTC (rev 24255) @@ -1,15 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Algorithm 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Algorithm/Annotate 0755 root bin -f none /opt/csw/lib/perl/csw/auto/Algorithm/Annotate/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/Algorithm::Annotate.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/Algorithm 0755 root bin -f none /opt/csw/share/perl/csw/Algorithm/Annotate.pm 0444 root bin 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 Nov 5 12:05:06 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 11:05:06 +0000 Subject: SF.net SVN: gar:[24256] csw/mgar/pkg/cpan/Test-ClassAPI/trunk Message-ID: <3jXlQ3399Bzrg@mail.opencsw.org> Revision: 24256 http://sourceforge.net/p/gar/code/24256 Author: dmichelsen Date: 2014-11-05 11:05:04 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Test-ClassAPI/trunk: Update to makemake and new name Modified Paths: -------------- csw/mgar/pkg/cpan/Test-ClassAPI/trunk/Makefile csw/mgar/pkg/cpan/Test-ClassAPI/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/cpan/Test-ClassAPI/trunk/ Index: csw/mgar/pkg/cpan/Test-ClassAPI/trunk =================================================================== --- csw/mgar/pkg/cpan/Test-ClassAPI/trunk 2014-11-05 11:04:26 UTC (rev 24255) +++ csw/mgar/pkg/cpan/Test-ClassAPI/trunk 2014-11-05 11:05:04 UTC (rev 24256) Property changes on: csw/mgar/pkg/cpan/Test-ClassAPI/trunk ___________________________________________________________________ Modified: svn:ignore ## -1,4 +1 ## -cookies -download work - Modified: csw/mgar/pkg/cpan/Test-ClassAPI/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-ClassAPI/trunk/Makefile 2014-11-05 11:04:26 UTC (rev 24255) +++ csw/mgar/pkg/cpan/Test-ClassAPI/trunk/Makefile 2014-11-05 11:05:04 UTC (rev 24256) @@ -6,17 +6,21 @@ DESCRIPTION = Provides basic first-pass API testing for large class trees define BLURB - For many APIs with large numbers of classes, it can be very useful to be - able to do a quick once-over to make sure that classes, methods, and - inheritance is correct, before doing more comprehensive testing. This - module aims to provide such a capability. endef -RUNTIME_DEP_PKGS = CSWpmclassinspector CSWpmconfigtiny CSWpmparamsutil +CATALOG_RELEASE = unstable -PACKAGES = CSWpmtestclassapi -CATALOGNAME = pm_testclassapi +LICENSE = LICENSE -ARCHALL = 1 +PACKAGES += CSWpm-test-classapi +CATALOGNAME_CSWpm-test-classapi = pm_test_classapi +SPKG_DESC_CSWpm-test-classapi = Provides basic first-pass API testing for large class trees +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-test-classapi = 1 +RUNTIME_DEP_PKGS_CSWpm-test-classapi += CSWpm-class-inspector +RUNTIME_DEP_PKGS_CSWpm-test-classapi += CSWpm-params-util +RUNTIME_DEP_PKGS_CSWpm-test-classapi += CSWpm-config-tiny +OBSOLETED_BY_CSWpm-test-classapi += CSWpmtestclassapi +CATALOGNAME_CSWpmtestclassapi = pm_testclassapi_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-ClassAPI/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-ClassAPI/trunk/checksums 2014-11-05 11:04:26 UTC (rev 24255) +++ csw/mgar/pkg/cpan/Test-ClassAPI/trunk/checksums 2014-11-05 11:05:04 UTC (rev 24256) @@ -1 +1 @@ -ee31a9e1ecedcf720a9e89461a83442e download/Test-ClassAPI-1.06.tar.gz +ee31a9e1ecedcf720a9e89461a83442e Test-ClassAPI-1.06.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 Nov 5 12:24:13 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 11:24:13 +0000 Subject: SF.net SVN: gar:[24257] csw/mgar/pkg/cpan Message-ID: <3jXlr66YlXzvF@mail.opencsw.org> Revision: 24257 http://sourceforge.net/p/gar/code/24257 Author: dmichelsen Date: 2014-11-05 11:24:09 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Algorithm-Dependency: Update to makemake and new name Modified Paths: -------------- csw/mgar/pkg/cpan/Algorithm-Dependency/trunk/Makefile csw/mgar/pkg/cpan/Algorithm-Dependency/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Algorithm-Dependency/ Removed Paths: ------------- csw/mgar/pkg/cpan/Algorithm-Depedency/ Modified: csw/mgar/pkg/cpan/Algorithm-Dependency/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Depedency/trunk/Makefile 2014-08-04 12:47:51 UTC (rev 23923) +++ csw/mgar/pkg/cpan/Algorithm-Dependency/trunk/Makefile 2014-11-05 11:24:09 UTC (rev 24257) @@ -6,17 +6,21 @@ DESCRIPTION = Base class for implementing various dependency trees define BLURB - Algorithm::Dependency is a framework for creating simple read-only - dependency heirachies, where you have a set of items that rely on other - items in the set, and require actions on them as well. endef -PACKAGES = CSWpmalgorithmdep -CATALOGNAME = pm_algorithmdep +CATALOG_RELEASE = unstable -BUILD_DEP_PKGS = CSWpmtestclassapi -RUNTIME_DEP_PKGS = CSWpmparamsutil +LICENSE = LICENSE -ARCHALL = 1 +BUILD_DEP_PKGS += CSWpm-test-classapi +PACKAGES += CSWpm-algorithm-dependency +CATALOGNAME_CSWpm-algorithm-dependency = pm_algorithm_dependency +SPKG_DESC_CSWpm-algorithm-dependency = Base class for implementing various dependency trees +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-algorithm-dependency = 1 +RUNTIME_DEP_PKGS_CSWpm-algorithm-dependency += CSWpm-params-util +OBSOLETED_BY_CSWpm-algorithm-dependency += CSWpmalgorithmdep +CATALOGNAME_CSWpmalgorithmdep = pm_algorithmdep_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Algorithm-Dependency/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Algorithm-Depedency/trunk/checksums 2014-08-04 12:47:51 UTC (rev 23923) +++ csw/mgar/pkg/cpan/Algorithm-Dependency/trunk/checksums 2014-11-05 11:24:09 UTC (rev 24257) @@ -1 +1 @@ -dc1dab2ac44c315caa092397423b1429 download/Algorithm-Dependency-1.110.tar.gz +dc1dab2ac44c315caa092397423b1429 Algorithm-Dependency-1.110.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 Nov 5 12:36:10 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 11:36:10 +0000 Subject: SF.net SVN: gar:[24259] csw/mgar/pkg/cpan/File-Copy-Recursive/trunk Message-ID: <3jXm5v6DWszxw@mail.opencsw.org> Revision: 24259 http://sourceforge.net/p/gar/code/24259 Author: dmichelsen Date: 2014-11-05 11:36:09 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/File-Copy-Recursive/trunk: Update to makemake Modified Paths: -------------- csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/Makefile csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/Makefile 2014-11-05 11:35:40 UTC (rev 24258) +++ csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/Makefile 2014-11-05 11:36:09 UTC (rev 24259) @@ -4,15 +4,19 @@ GARTYPE = v2 AUTHOR = DMUEY -DESCRIPTION = Recursively copy files and directories +DESCRIPTION = Uses File::Copy to recursively copy dirs define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmfilecpyrecurs -CATALOGNAME = pm_filecpyrecurs +LICENSE_TEXT = This module is licensed under the license -ARCHALL = 1 +PACKAGES += CSWpm-file-copy-recursive +CATALOGNAME_CSWpm-file-copy-recursive = pm_file_copy_recursive +SPKG_DESC_CSWpm-file-copy-recursive = Uses File::Copy to recursively copy dirs +ARCHALL_CSWpm-file-copy-recursive = 1 +OBSOLETED_BY_CSWpm-file-copy-recursive += CSWpmfilecpyrecurs +CATALOGNAME_CSWpmfilecpyrecurs = pm_filecpyrecurs_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/checksums 2014-11-05 11:35:40 UTC (rev 24258) +++ csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/checksums 2014-11-05 11:36:09 UTC (rev 24259) @@ -1,2 +1 @@ -b5b27d72df4b9cbc3189028c01358ba9 COPYING e76dc75ab456510d67c6c3a95183f72f File-Copy-Recursive-0.38.tar.gz Deleted: csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/files/COPYING 2014-11-05 11:35:40 UTC (rev 24258) +++ csw/mgar/pkg/cpan/File-Copy-Recursive/trunk/files/COPYING 2014-11-05 11:36:09 UTC (rev 24259) @@ -1,4 +0,0 @@ -Copyright (C) 2004 Daniel Muey - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. 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 Nov 5 12:51:26 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 11:51:26 +0000 Subject: SF.net SVN: gar:[24260] csw/mgar/pkg/cpan/Cache-Cache/trunk Message-ID: <3jXmRX3jplz11c@mail.opencsw.org> Revision: 24260 http://sourceforge.net/p/gar/code/24260 Author: dmichelsen Date: 2014-11-05 11:51:25 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Cache-Cache/trunk: Update to 1.07 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Cache-Cache/trunk/Makefile csw/mgar/pkg/cpan/Cache-Cache/trunk/checksums Modified: csw/mgar/pkg/cpan/Cache-Cache/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Cache-Cache/trunk/Makefile 2014-11-05 11:36:09 UTC (rev 24259) +++ csw/mgar/pkg/cpan/Cache-Cache/trunk/Makefile 2014-11-05 11:51:25 UTC (rev 24260) @@ -1,29 +1,25 @@ NAME = Cache-Cache -VERSION = 1.06 +VERSION = 1.07 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = JSWARTZ +AUTHOR = RJBS -DESCRIPTION = Cache interface +DESCRIPTION = Unknown define BLURB - The Cache modules are designed to assist a developer in persisting data for - a specified period of time. Often these modules are used in web applications - to store data locally to save repeated and redundant expensive calls to - remote machines or databases. People have also been known to use - Cache::Cache for its straightforward interface in sharing data between runs - of an application or invocations of a CGI-style script or simply as an easy - to use abstraction of the filesystem or shared memory. endef -PACKAGES = CSWpmcachecache -CATALOGNAME = pm_cachecache +CATALOG_RELEASE = unstable -DEP_PKGS = CSWpmdigestsha1 CSWpmerror CSWpmipcshrlite +LICENSE = COPYING -ARCHALL = 1 +PACKAGES += CSWpm-cache-cache +CATALOGNAME_CSWpm-cache-cache = pm_cache_cache +SPKG_DESC_CSWpm-cache-cache = Unknown +ARCHALL_CSWpm-cache-cache = 1 +RUNTIME_DEP_PKGS_CSWpm-cache-cache += CSWpm-error +RUNTIME_DEP_PKGS_CSWpm-cache-cache += CSWpm-ipc-sharelite +RUNTIME_DEP_PKGS_CSWpm-cache-cache += CSWpm-digest-sha1 +OBSOLETED_BY_CSWpm-cache-cache += CSWpmcachecache +CATALOGNAME_CSWpmcachecache = pm_cachecache_stub -CHECKPKG_OVERRIDES_CSWpmcachecache += surplus-dependency|CSWpmipcshrlite -CHECKPKG_OVERRIDES_CSWpmcachecache += surplus-dependency|CSWpmerror -CHECKPKG_OVERRIDES_CSWpmcachecache += surplus-dependency|CSWpmdigestsha1 - include gar/category.mk Modified: csw/mgar/pkg/cpan/Cache-Cache/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Cache-Cache/trunk/checksums 2014-11-05 11:36:09 UTC (rev 24259) +++ csw/mgar/pkg/cpan/Cache-Cache/trunk/checksums 2014-11-05 11:51:25 UTC (rev 24260) @@ -1 +1 @@ -4425f44ddb138a799290802e5aad46ef Cache-Cache-1.06.tar.gz +5274ca0d9f4d3eaef052cad6eecf7baf Cache-Cache-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 Wed Nov 5 13:12:07 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 12:12:07 +0000 Subject: SF.net SVN: gar:[24261] csw/mgar/pkg/cpan/Devel-Size/trunk Message-ID: <3jXmvN6nGfz14P@mail.opencsw.org> Revision: 24261 http://sourceforge.net/p/gar/code/24261 Author: dmichelsen Date: 2014-11-05 12:12:05 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Devel-Size/trunk: Update to 0.79 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile csw/mgar/pkg/cpan/Devel-Size/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile 2014-11-05 11:51:25 UTC (rev 24260) +++ csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile 2014-11-05 12:12:05 UTC (rev 24261) @@ -1,21 +1,21 @@ NAME = Devel-Size -VERSION = 0.71 +VERSION = 0.79 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = TELS +AUTHOR = NWCLARK DESCRIPTION = Extension for finding the memory usage of Perl variables define BLURB - This module figures out the real sizes of Perl variables in bytes. Call - functions with a reference to the variable you want the size of. If the - variable is a plain scalar it returns the size of the scalar. If the - variable is a hash or an array, use a reference when calling. endef -MASTER_SITES = $(addsuffix devel/,$(CPAN_MIRRORS)) -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmdevelsize -CATALOGNAME = pm_develsize +LICENSE_TEXT = This module is licensed under the perl license +PACKAGES += CSWpm-devel-size +CATALOGNAME_CSWpm-devel-size = pm_devel_size +SPKG_DESC_CSWpm-devel-size = Extension for finding the memory usage of Perl variables +OBSOLETED_BY_CSWpm-devel-size += CSWpmdevelsize +CATALOGNAME_CSWpmdevelsize = pm_develsize_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Devel-Size/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Devel-Size/trunk/checksums 2014-11-05 11:51:25 UTC (rev 24260) +++ csw/mgar/pkg/cpan/Devel-Size/trunk/checksums 2014-11-05 12:12:05 UTC (rev 24261) @@ -1 +1 @@ -9504441ae609b39d70384a9fdc186362 Devel-Size-0.71.tar.gz +d171491fecb093336644a5244f089b70 Devel-Size-0.79.tar.gz Deleted: csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING 2014-11-05 11:51:25 UTC (rev 24260) +++ csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING 2014-11-05 12:12:05 UTC (rev 24261) @@ -1,6 +0,0 @@ -Copyright (C) 2005 Dan Sugalski, Copyright (C) 2007-2008 Tels - -This module is free software; you can redistribute it and/or modify it -under the same terms as Perl v5.8.8. - - 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 Nov 5 13:20:26 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 12:20:26 +0000 Subject: SF.net SVN: gar:[24262] csw/mgar/pkg/cpan/Test-use-ok/trunk Message-ID: <3jXn512WRZz179@mail.opencsw.org> Revision: 24262 http://sourceforge.net/p/gar/code/24262 Author: dmichelsen Date: 2014-11-05 12:20:25 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Test-use-ok/trunk: Update to 0.11 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Test-use-ok/trunk/Makefile csw/mgar/pkg/cpan/Test-use-ok/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Test-use-ok/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Test-use-ok/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-use-ok/trunk/Makefile 2014-11-05 12:12:05 UTC (rev 24261) +++ csw/mgar/pkg/cpan/Test-use-ok/trunk/Makefile 2014-11-05 12:20:25 UTC (rev 24262) @@ -1,5 +1,5 @@ NAME = Test-use-ok -VERSION = 0.02 +VERSION = 0.11 CATEGORIES = cpan GARTYPE = v2 AUTHOR = AUDREYT @@ -8,15 +8,16 @@ define BLURB endef -DISTFILES += COPYING - CATALOG_RELEASE = unstable -PACKAGES += CSWpm-ok -CATALOGNAME_CSWpm-ok = pm_ok -SPKG_DESC_CSWpm-ok = Alternative to Test::More::use_ok -ARCHALL_CSWpm-ok = 1 -OBSOLETED_BY_CSWpm-ok += CSWpmtestuseok -CATALOGNAME_CSWpmtestuseok = pm_testuseok_stub +LICENSE_TEXT = This module is licensed under the unrestricted license +PACKAGES += CSWpm-test-use-ok +CATALOGNAME_CSWpm-test-use-ok = pm_test_use_ok +SPKG_DESC_CSWpm-test-use-ok = Alternative to Test::More::use_ok +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-test-use-ok = 1 +OBSOLETED_BY_CSWpm-test-use-ok += CSWpm-ok +CATALOGNAME_CSWpm-ok = pm_ok_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-use-ok/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-use-ok/trunk/checksums 2014-11-05 12:12:05 UTC (rev 24261) +++ csw/mgar/pkg/cpan/Test-use-ok/trunk/checksums 2014-11-05 12:20:25 UTC (rev 24262) @@ -1 +1 @@ -c49b0bbb37a6764b8b96d9fcef954ba2 Test-use-ok-0.02.tar.gz +014364cc2f0df651d8416ebb60451f18 Test-use-ok-0.11.tar.gz Deleted: csw/mgar/pkg/cpan/Test-use-ok/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Test-use-ok/trunk/files/COPYING 2014-11-05 12:12:05 UTC (rev 24261) +++ csw/mgar/pkg/cpan/Test-use-ok/trunk/files/COPYING 2014-11-05 12:20:25 UTC (rev 24262) @@ -1,25 +0,0 @@ -COPYRIGHT - Copyright 2005, 2006 by Audrey Tang . - - This software is released under the MIT license cited below. - - The "MIT" License - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - 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 Nov 5 15:37:23 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 5 Nov 2014 14:37:23 +0000 Subject: SF.net SVN: gar:[24265] csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile Message-ID: <3jXr702G2Wz1C2@mail.opencsw.org> Revision: 24265 http://sourceforge.net/p/gar/code/24265 Author: dmichelsen Date: 2014-11-05 14:37:23 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/Params-Validate/trunk: Add legacy stub Modified Paths: -------------- csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile Modified: csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile 2014-11-05 14:15:52 UTC (rev 24264) +++ csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile 2014-11-05 14:37:23 UTC (rev 24265) @@ -24,6 +24,8 @@ RUNTIME_DEP_PKGS_CSWpm-params-validate += CSWpm-module-implementation OBSOLETED_BY_CSWpm-params-validate += CSWpmparamsvalidate CATALOGNAME_CSWpmparamsvalidate = pm_paramsvalidate_stub +OBSOLETED_BY_CSWpm-params-validate += CSWpmprmsvldt +CATALOGNAME_CSWpmparamsvalidate = pm_prmsvldt_stub CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL BUILD_SCRIPTS = $(WORKSRC)/Build This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Nov 5 19:26:28 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 5 Nov 2014 18:26:28 +0000 Subject: SF.net SVN: gar:[24268] csw/mgar/pkg/cpan/IO-Socket-SSL/trunk Message-ID: <3jXxCJ6sYLz1Kp@mail.opencsw.org> Revision: 24268 http://sourceforge.net/p/gar/code/24268 Author: bonivart Date: 2014-11-05 18:26:25 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/IO-Socket-SSL/trunk: update and fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums Modified: csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile 2014-11-05 18:16:25 UTC (rev 24267) +++ csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile 2014-11-05 18:26:25 UTC (rev 24268) @@ -1,24 +1,13 @@ NAME = IO-Socket-SSL -VERSION = 1.76 +VERSION = 2.002 CATEGORIES = cpan GARTYPE = v2 AUTHOR = SULLR -DESCRIPTION = Nearly transparent SSL encapsulation for IO::Socket::INET. +DESCRIPTION = Nearly transparent SSL encapsulation for IO::Socket::INET define BLURB - This module is a true drop-in replacement for IO::Socket::INET that uses SSL - to encrypt data before it is transferred to a remote server or client. - IO::Socket::SSL supports all the extra features that one needs to write a - full-featured SSL client or server application: multiple SSL contexts, - cipher selection, certificate verification, and SSL version selection. As an - extra bonus, it works perfectly with mod_perl. endef -DISTFILES = $(DISTNAME).tar.gz -DISTFILES += COPYING - -#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - PACKAGES = CSWpm-io-socket-ssl CATALOGNAME = pm_io_socket_ssl SPKG_DESC_CSWpm-io-socket-ssl = $(DESCRIPTION) @@ -29,6 +18,6 @@ ARCHALL = 1 -RUNTIME_DEP_PKGS += CSWpmnetssleay +RUNTIME_DEP_PKGS += CSWpm-net-ssleay include gar/category.mk Modified: csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums 2014-11-05 18:16:25 UTC (rev 24267) +++ csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums 2014-11-05 18:26:25 UTC (rev 24268) @@ -1 +1 @@ -27796a16df658aa3b3d2defd0fe3ac61 IO-Socket-SSL-1.76.tar.gz +3b0753495a1ff043bd782a6b876d990f IO-Socket-SSL-2.002.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Nov 5 19:54:50 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 5 Nov 2014 18:54:50 +0000 Subject: SF.net SVN: gar:[24271] csw/mgar/pkg/cpan/XML-XSLT/trunk/Makefile Message-ID: <3jXxr423kyz1Nv@mail.opencsw.org> Revision: 24271 http://sourceforge.net/p/gar/code/24271 Author: bonivart Date: 2014-11-05 18:54:49 +0000 (Wed, 05 Nov 2014) Log Message: ----------- cpan/XML-XSLT/trunk: fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/XML-XSLT/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-XSLT/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-XSLT/trunk/Makefile 2014-11-05 18:46:06 UTC (rev 24270) +++ csw/mgar/pkg/cpan/XML-XSLT/trunk/Makefile 2014-11-05 18:54:49 UTC (rev 24271) @@ -8,16 +8,13 @@ define BLURB endef -DISTFILES += COPYING - PACKAGES = CSWpm-xml-xslt CATALOGNAME = pm_xml_xslt SPKG_DESC_CSWpm-xml-xslt = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-xml-xslt = CSWpmxmlxslt -CATALOGNAME_CSWpmxmlxslt = pm_xmlxslt ARCHALL = 1 -RUNTIME_DEP_PKGS += CSWpmxmldom +RUNTIME_DEP_PKGS += CSWpm-xmldom +RUNTIME_DEP_PKGS += CSWpm-xml-parser include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Nov 5 21:47:13 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 5 Nov 2014 20:47:13 +0000 Subject: SF.net SVN: gar:[24272] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jY0Kq6HH5z1SL@mail.opencsw.org> Revision: 24272 http://sourceforge.net/p/gar/code/24272 Author: tosmi Date: 2014-11-05 20:47:12 +0000 (Wed, 05 Nov 2014) Log Message: ----------- changed with-soname to SHORTVER Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-05 18:54:49 UTC (rev 24271) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-05 20:47:12 UTC (rev 24272) @@ -5,6 +5,7 @@ SHORTVER = 2.0 DISTVERSION = $(SHORTVER).0 + VERSION = $(DISTVERSION) API_VERSION = $(VERSION) @@ -108,9 +109,9 @@ EXTRA_MERGE_EXCLUDE_FILES += $(mandir)/man1/ri.1 CONFIGURE_ARGS = $(DIRPATHS) --enable-shared -CONFIGURE_ARGS += --program-suffix=2.0 +CONFIGURE_ARGS += --program-suffix=$(SHORTVER) +CONFIGURE_ARGS += --with-soname=ruby$(SHORTVER) CONFIGURE_ARGS += --enable-shared -CONFIGURE_ARGS += --with-soname=ruby$(API_VERSION) # make test works, but there are tests failing with make check TEST_TARGET = test This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Nov 6 10:33:59 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 6 Nov 2014 09:33:59 +0000 Subject: SF.net SVN: gar:[24275] csw/mgar/pkg/cpan/File-Remove/trunk Message-ID: <3jYKLV5T21z9K@mail.opencsw.org> Revision: 24275 http://sourceforge.net/p/gar/code/24275 Author: dmichelsen Date: 2014-11-06 09:33:57 +0000 (Thu, 06 Nov 2014) Log Message: ----------- cpan/File-Remove/trunk: Update to 1.52 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/File-Remove/trunk/Makefile csw/mgar/pkg/cpan/File-Remove/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/File-Remove/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Remove/trunk/Makefile 2014-11-05 22:04:35 UTC (rev 24274) +++ csw/mgar/pkg/cpan/File-Remove/trunk/Makefile 2014-11-06 09:33:57 UTC (rev 24275) @@ -1,22 +1,22 @@ NAME = File-Remove -VERSION = 1.42 +VERSION = 1.52 CATEGORIES = cpan GARTYPE = v2 AUTHOR = ADAMK DESCRIPTION = Remove files and directories define BLURB - File::Remove::remove removes files and directories. It acts like /bin/rm, - for the most part. Although unlink can be given a list of files, it will not - remove directories; this module remedies that. It also accepts wildcards, * - and ?, as arguments for filenames. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmfileremove -CATALOGNAME = pm_fileremove +LICENSE = LICENSE -ARCHALL = 1 +PACKAGES += CSWpm-file-remove +CATALOGNAME_CSWpm-file-remove = pm_file_remove +SPKG_DESC_CSWpm-file-remove = Remove files and directories +ARCHALL_CSWpm-file-remove = 1 +OBSOLETED_BY_CSWpm-file-remove += CSWpmfileremove +CATALOGNAME_CSWpmfileremove = pm_fileremove_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/File-Remove/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/File-Remove/trunk/checksums 2014-11-05 22:04:35 UTC (rev 24274) +++ csw/mgar/pkg/cpan/File-Remove/trunk/checksums 2014-11-06 09:33:57 UTC (rev 24275) @@ -1,2 +1 @@ -df809ec9deac3b6514166c8bdec44706 COPYING -7eef25044fc3cc60b6faf0522f865ed5 File-Remove-1.42.tar.gz +e9d6c33a2aac9789036afb4cc23ed8eb File-Remove-1.52.tar.gz Deleted: csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING 2014-11-05 22:04:35 UTC (rev 24274) +++ csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING 2014-11-06 09:33:57 UTC (rev 24275) @@ -1,11 +0,0 @@ -Some parts copyright 2006 - 2008 Adam Kennedy. - -Taken over by Adam Kennedy , to fix the "deep readonly files" bug, and do some more cleaning up. - -Some parts copyright 2004 - 2005 Richard Soderberg. - -Taken over by Richard Soderberg , so as to port it to File::Spec and add tests. - -Original copyright: 1998 by Gabor Egressy, . - -This program is free software; you can redistribute and/or modify it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Nov 6 10:34:39 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 6 Nov 2014 09:34:39 +0000 Subject: SF.net SVN: gar:[24276] csw/mgar/pkg/cpan/prefork/trunk/Makefile Message-ID: <3jYKMC2bCgzCv@mail.opencsw.org> Revision: 24276 http://sourceforge.net/p/gar/code/24276 Author: dmichelsen Date: 2014-11-06 09:34:38 +0000 (Thu, 06 Nov 2014) Log Message: ----------- cpan/prefork/trunk: Update to makemake and new name Modified Paths: -------------- csw/mgar/pkg/cpan/prefork/trunk/Makefile Modified: csw/mgar/pkg/cpan/prefork/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/prefork/trunk/Makefile 2014-11-06 09:33:57 UTC (rev 24275) +++ csw/mgar/pkg/cpan/prefork/trunk/Makefile 2014-11-06 09:34:38 UTC (rev 24276) @@ -8,14 +8,16 @@ define BLURB endef -PACKAGES = CSWpmprefork -CATALOGNAME = pm_prefork +CATALOG_RELEASE = unstable LICENSE = LICENSE -ARCHALL = 1 +PACKAGES += CSWpm-prefork +CATALOGNAME_CSWpm-prefork = pm_prefork +SPKG_DESC_CSWpm-prefork = Optimized module loading for forking or non-forking processes +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-prefork = 1 +OBSOLETED_BY_CSWpm-prefork += CSWpmprefork +CATALOGNAME_CSWpmprefork = pm_prefork_stub -# Yes, the module names violates the Perl standard -CHECKPKG_OVERRIDES_CSWpmprefork += pkginfo-description-not-starting-with-uppercase - 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 Thu Nov 6 10:48:23 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 6 Nov 2014 09:48:23 +0000 Subject: SF.net SVN: gar:[24278] csw/mgar/pkg/cpan/File-Flat/trunk/Makefile Message-ID: <3jYKg46jC7zGP@mail.opencsw.org> Revision: 24278 http://sourceforge.net/p/gar/code/24278 Author: dmichelsen Date: 2014-11-06 09:48:21 +0000 (Thu, 06 Nov 2014) Log Message: ----------- cpan/File-Flat/trunk: Update to makemake and new name Modified Paths: -------------- csw/mgar/pkg/cpan/File-Flat/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Flat/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Flat/trunk/Makefile 2014-11-06 09:35:11 UTC (rev 24277) +++ csw/mgar/pkg/cpan/File-Flat/trunk/Makefile 2014-11-06 09:48:21 UTC (rev 24278) @@ -8,15 +8,21 @@ define BLURB endef -PACKAGES = CSWpmfileflat -CATALOGNAME = pm_fileflat +CATALOG_RELEASE = unstable -RUNTIME_DEP_PKGS = CSWpmprefork CSWpmfileslurp CSWpmfileremove CSWpmfilecpyrecurs -BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) -BUILD_DEP_PKGS += CSWpmtestclassapi - LICENSE = LICENSE -ARCHALL = 1 +BUILD_DEP_PKGS += CSWpm-test-classapi +PACKAGES += CSWpm-file-flat +CATALOGNAME_CSWpm-file-flat = pm_file_flat +SPKG_DESC_CSWpm-file-flat = Implements a flat filesystem +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-file-flat = 1 +RUNTIME_DEP_PKGS_CSWpm-file-flat += CSWpm-file-copy-recursive +RUNTIME_DEP_PKGS_CSWpm-file-flat += CSWpm-prefork +RUNTIME_DEP_PKGS_CSWpm-file-flat += CSWpm-file-remove +OBSOLETED_BY_CSWpm-file-flat += CSWpmfileflat +CATALOGNAME_CSWpmfileflat = pm_fileflat_stub + 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 Thu Nov 6 11:32:21 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 6 Nov 2014 10:32:21 +0000 Subject: SF.net SVN: gar:[24279] csw/mgar/pkg/cpan/Chart/trunk Message-ID: <3jYLdq0qY5zKX@mail.opencsw.org> Revision: 24279 http://sourceforge.net/p/gar/code/24279 Author: dmichelsen Date: 2014-11-06 10:32:18 +0000 (Thu, 06 Nov 2014) Log Message: ----------- cpan/Chart/trunk: Update to 2.4.6 and makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Chart/trunk/Makefile csw/mgar/pkg/cpan/Chart/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/cpan/Chart/trunk/ Index: csw/mgar/pkg/cpan/Chart/trunk =================================================================== --- csw/mgar/pkg/cpan/Chart/trunk 2014-11-06 09:48:21 UTC (rev 24278) +++ csw/mgar/pkg/cpan/Chart/trunk 2014-11-06 10:32:18 UTC (rev 24279) Property changes on: csw/mgar/pkg/cpan/Chart/trunk ___________________________________________________________________ Modified: svn:ignore ## -1,4 +1 ## -cookies -download work - Modified: csw/mgar/pkg/cpan/Chart/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Chart/trunk/Makefile 2014-11-06 09:48:21 UTC (rev 24278) +++ csw/mgar/pkg/cpan/Chart/trunk/Makefile 2014-11-06 10:32:18 UTC (rev 24279) @@ -1,21 +1,22 @@ NAME = Chart -VERSION = 2.4.1 +VERSION = 2.4.6 CATEGORIES = cpan GARTYPE = v2 AUTHOR = CHARTGRP -DESCRIPTION = A series of charting modules based on GD +DESCRIPTION = Implements new Chart define BLURB - GD extensions for drawing various chart types, such as Composite, Error Bar - and Pareto. endef -RUNTIME_DEP_PKGS = CSWpmgd +CATALOG_RELEASE = unstable -PACKAGES = CSWpmchart -CATALOGNAME = pm_chart +LICENSE_TEXT = This module is licensed under the unknown license -ARCHALL = 1 +PACKAGES += CSWpm-chart +SPKG_DESC_CSWpm-chart = Implements new Chart +ARCHALL_CSWpm-chart = 1 +RUNTIME_DEP_PKGS_CSWpm-chart += CSWpm-gd +OBSOLETED_BY_CSWpm-chart += CSWpmchart +CATALOGNAME_CSWpmchart = pm_chart_stub include gar/category.mk - Modified: csw/mgar/pkg/cpan/Chart/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Chart/trunk/checksums 2014-11-06 09:48:21 UTC (rev 24278) +++ csw/mgar/pkg/cpan/Chart/trunk/checksums 2014-11-06 10:32:18 UTC (rev 24279) @@ -1 +1 @@ -5e7a80badfb8bf6e29b21879689bcc2f download/Chart-2.4.1.tar.gz +dfcd2b72c56491aa7fc45cd18236de70 Chart-2.4.6.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 Thu Nov 6 13:36:06 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 6 Nov 2014 12:36:06 +0000 Subject: SF.net SVN: gar:[24281] csw/mgar/pkg/curl/trunk Message-ID: <3jYPNb4HvzzPp@mail.opencsw.org> Revision: 24281 http://sourceforge.net/p/gar/code/24281 Author: dmichelsen Date: 2014-11-06 12:36:05 +0000 (Thu, 06 Nov 2014) Log Message: ----------- curl/trunk: Update to 7.39.0 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2014-11-06 11:40:15 UTC (rev 24280) +++ csw/mgar/pkg/curl/trunk/Makefile 2014-11-06 12:36:05 UTC (rev 24281) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.38.0 +VERSION = 7.39.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -55,8 +55,8 @@ RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibrtmp0 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibk5crypto3 -RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcom-err3 +#RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibk5crypto3 +#RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcom-err3 # Without the base lib the feature lib is not pulled in RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcurl4 # There is no dependency from feature to base as feature is an optional dependency @@ -101,7 +101,7 @@ EXTRA_CONFIGURE_ARGS_features-full += --enable-ldap EXTRA_CONFIGURE_ARGS_features-full += --enable-ldaps EXTRA_CONFIGURE_ARGS_features-full += --with-libmetalink -#EXTRA_CONFIGURE_ARGS_features-full += --with-gssapi-includes=$(includedir) +EXTRA_CONFIGURE_ARGS_features-full += --with-gssapi-includes=$(includedir) #EXTRA_CONFIGURE_ARGS_features-full += --with-gssapi-libs=$(libdir) EXTRA_CONFIGURE_ARGS_features-full += --with-gssapi=$(prefix) Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2014-11-06 11:40:15 UTC (rev 24280) +++ csw/mgar/pkg/curl/trunk/checksums 2014-11-06 12:36:05 UTC (rev 24281) @@ -1 +1 @@ -fdafc30cbf0acd2fe6bc31b956b856a5 curl-7.38.0.tar.lzma +e9aa6dec29920eba8ef706ea5823bad7 curl-7.39.0.tar.lzma This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Thu Nov 6 15:23:06 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Thu, 6 Nov 2014 14:23:06 +0000 Subject: SF.net SVN: gar:[24283] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jYRm34PPrzTy@mail.opencsw.org> Revision: 24283 http://sourceforge.net/p/gar/code/24283 Author: tosmi Date: 2014-11-06 14:23:05 +0000 (Thu, 06 Nov 2014) Log Message: ----------- fixed checkpkg shared lib warnings Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-06 12:36:42 UTC (rev 24282) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-06 14:23:05 UTC (rev 24283) @@ -34,10 +34,10 @@ # we've added /opt/csw/bin and /opt/csw/lib to the path where # ruby searches for loadable modules. # also we do not provide a separate package for libruby -CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/libruby2.0.0.so.2 -CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so -CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.0.0.so.2|soname=libruby2.0.0.so.2|pkgname=CSWruby20|expected=CSWlibruby2-0-0-2 -CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.0.so +CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/libruby2.0.so.2 +CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.so +CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.0.so.2|soname=libruby2.0.so.2|pkgname=CSWruby20|expected=CSWlibruby2-0-2 +CHECKPKG_OVERRIDES_CSWruby20 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.0.so # these files contain a reference to /usr/local just in comments CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/2.0.0/tk/dialog.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Nov 6 15:50:14 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 6 Nov 2014 14:50:14 +0000 Subject: SF.net SVN: gar:[24284] csw/mgar/pkg/flac/trunk/Makefile Message-ID: <3jYSML3Pf3zXk@mail.opencsw.org> Revision: 24284 http://sourceforge.net/p/gar/code/24284 Author: dmichelsen Date: 2014-11-06 14:50:12 +0000 (Thu, 06 Nov 2014) Log Message: ----------- flac/trunk: Adjust dependency Modified Paths: -------------- csw/mgar/pkg/flac/trunk/Makefile Modified: csw/mgar/pkg/flac/trunk/Makefile =================================================================== --- csw/mgar/pkg/flac/trunk/Makefile 2014-11-06 14:23:05 UTC (rev 24283) +++ csw/mgar/pkg/flac/trunk/Makefile 2014-11-06 14:50:12 UTC (rev 24284) @@ -59,8 +59,9 @@ RUNTIME_DEP_PKGS_CSWxmms-flac += CSWlibflac8 RUNTIME_DEP_PKGS_CSWxmms-flac += CSWlibxmms1 RUNTIME_DEP_PKGS_CSWxmms-flac += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWxmms-flac += CSWlibintl8 RUNTIME_DEP_PKGS_CSWxmms-flac += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWxmms-flac-sparc += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWxmms-flac += $(RUNTIME_DEP_PKGS_CSWxmms-flac-$(GARCH)) OBSOLETED_BY_CSWxmms-flac = CSWxmmsflac CATALOGNAME_CSWxmmsflac = xmms_flac_stub This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Thu Nov 6 21:14:08 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Thu, 6 Nov 2014 20:14:08 +0000 Subject: SF.net SVN: gar:[24287] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jYbY61STFzhS@mail.opencsw.org> Revision: 24287 http://sourceforge.net/p/gar/code/24287 Author: tosmi Date: 2014-11-06 20:14:05 +0000 (Thu, 06 Nov 2014) Log Message: ----------- try to include the patchlevel in the package version Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-06 15:57:41 UTC (rev 24286) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-06 20:14:05 UTC (rev 24287) @@ -125,6 +125,8 @@ include gar/category.mk +SPKG_VERSION := $(SPKG_VERSION)$(PATCHLEVEL) + install-custom: ginstall -Dm 644 $(FILEDIR)/README.$(NAME) \ $(DESTDIR)$(docdir)/$(NAME)/README.$(NAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Nov 6 23:03:11 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 6 Nov 2014 22:03:11 +0000 Subject: SF.net SVN: gar:[24289] csw/mgar/pkg/cpan/PPI/trunk Message-ID: <3jYdz416fdznn@mail.opencsw.org> Revision: 24289 http://sourceforge.net/p/gar/code/24289 Author: bonivart Date: 2014-11-06 22:03:08 +0000 (Thu, 06 Nov 2014) Log Message: ----------- cpan/PPI/trunk: update and fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/PPI/trunk/Makefile csw/mgar/pkg/cpan/PPI/trunk/checksums Modified: csw/mgar/pkg/cpan/PPI/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/PPI/trunk/Makefile 2014-11-06 21:51:37 UTC (rev 24288) +++ csw/mgar/pkg/cpan/PPI/trunk/Makefile 2014-11-06 22:03:08 UTC (rev 24289) @@ -1,37 +1,23 @@ -# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $ -# TODO (release-critical prefixed with !, non release-critical with *) -# NAME = PPI -VERSION = 1.215 +VERSION = 1.218 GARTYPE = v2 CATEGORIES = cpan -AUTHOR = ADAMK +AUTHOR = MITHALDU DESCRIPTION = Parse, Analyze and Manipulate Perl (without perl) define BLURB - Parse, Analyze and Manipulate Perl (without perl) endef PACKAGES = CSWpm-ppi CATALOGNAME = pm_ppi + ARCHALL = 1 -LICENSE = LICENSE +RUNTIME_DEP_PKGS += CSWpm-clone +RUNTIME_DEP_PKGS += CSWpm-file-remove +RUNTIME_DEP_PKGS += CSWpm-io-string +RUNTIME_DEP_PKGS += CSWpm-list-moreutils +RUNTIME_DEP_PKGS += CSWpm-params-util +RUNTIME_DEP_PKGS += CSWpm-task-weaken -RUNTIME_DEP_PKGS = CSWpm-test-object -RUNTIME_DEP_PKGS += CSWpm-test-nowarnings -RUNTIME_DEP_PKGS += CSWpm-test-subcalls -RUNTIME_DEP_PKGS += CSWpmclassinspector -RUNTIME_DEP_PKGS += CSWpmclone -RUNTIME_DEP_PKGS += CSWpmfileremove -RUNTIME_DEP_PKGS += CSWpmiostring -RUNTIME_DEP_PKGS += CSWpmlistmoreutils -RUNTIME_DEP_PKGS += CSWpmparamsutil -RUNTIME_DEP_PKGS += CSWpmtaskweaken - -# Unreleased packages, remove next time -CHECKPKG_OVERRIDES_CSWpm-ppi += unidentified-dependency|CSWpm-test-subcalls -CHECKPKG_OVERRIDES_CSWpm-ppi += unidentified-dependency|CSWpm-test-object - include gar/category.mk - Modified: csw/mgar/pkg/cpan/PPI/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/PPI/trunk/checksums 2014-11-06 21:51:37 UTC (rev 24288) +++ csw/mgar/pkg/cpan/PPI/trunk/checksums 2014-11-06 22:03:08 UTC (rev 24289) @@ -1 +1 @@ -7b58542e39e8a162d2f6866d7c059bae PPI-1.215.tar.gz +788082ae43bd0a7bb9509885fc1073d9 PPI-1.218.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Nov 7 07:45:36 2014 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 7 Nov 2014 06:45:36 +0000 Subject: SF.net SVN: gar:[24291] csw/mgar/pkg/fusioninventory-agent/trunk Message-ID: <3jYsYj5B5KzxB@mail.opencsw.org> Revision: 24291 http://sourceforge.net/p/gar/code/24291 Author: guillomovitch Date: 2014-11-07 06:45:34 +0000 (Fri, 07 Nov 2014) Log Message: ----------- fusioninventory-agent/trunk: new version 2.3.13 Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile csw/mgar/pkg/fusioninventory-agent/trunk/checksums Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2014-11-06 22:08:17 UTC (rev 24290) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2014-11-07 06:45:34 UTC (rev 24291) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = fusioninventory-agent -VERSION = 2.3.12 +VERSION = 2.3.13 GARTYPE = v2 CATEGORIES = cpan Modified: csw/mgar/pkg/fusioninventory-agent/trunk/checksums =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2014-11-06 22:08:17 UTC (rev 24290) +++ csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2014-11-07 06:45:34 UTC (rev 24291) @@ -1 +1 @@ -b84409735a499459b672251ef755e2c8 FusionInventory-Agent-2.3.12.tar.gz +70164fc948dadc2ae725b9c6b4188aef FusionInventory-Agent-2.3.13.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 Fri Nov 7 14:33:49 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 7 Nov 2014 13:33:49 +0000 Subject: SF.net SVN: gar:[24293] csw/mgar/pkg/lzlib/trunk Message-ID: <3jZ2cq0z8Sz158@mail.opencsw.org> Revision: 24293 http://sourceforge.net/p/gar/code/24293 Author: dmichelsen Date: 2014-11-07 13:33:45 +0000 (Fri, 07 Nov 2014) Log Message: ----------- lzlib/trunk: Update to 1.6 Modified Paths: -------------- csw/mgar/pkg/lzlib/trunk/Makefile csw/mgar/pkg/lzlib/trunk/checksums csw/mgar/pkg/lzlib/trunk/files/0001-Use-Sun-Studio-syntax-for-shared-libs.patch csw/mgar/pkg/lzlib/trunk/files/0001-sh-does-not-support-e.patch Modified: csw/mgar/pkg/lzlib/trunk/Makefile =================================================================== --- csw/mgar/pkg/lzlib/trunk/Makefile 2014-11-07 13:16:41 UTC (rev 24292) +++ csw/mgar/pkg/lzlib/trunk/Makefile 2014-11-07 13:33:45 UTC (rev 24293) @@ -1,5 +1,5 @@ NAME = lzlib -VERSION = 1.5 +VERSION = 1.6 GARTYPE = v2 DESCRIPTION = A lossless data compression library based on the LZMA algorithm @@ -9,7 +9,7 @@ data. The compressed data format used by the library is the lzip format. endef -MASTER_SITES = http://download.savannah.gnu.org/releases/lzip/ +MASTER_SITES = http://download.savannah.gnu.org/releases/lzip/lzlib/ DISTFILES += $(DISTNAME).tar.lz PATCHFILES += 0001-Use-Sun-Studio-syntax-for-shared-libs.patch PATCHFILES += 0001-sh-does-not-support-e.patch @@ -28,7 +28,7 @@ EXTRA_CFLAGS = -xc99=all EXTRA_CXXFLAGS = -xcode=pic32 -EXTRA_LINKER_FLAGS = -lCrun -norunpath +EXTRA_LINKER_FLAGS = -lCrun BUILD64_LIBS_ONLY = 1 NOISALIST = 1 Modified: csw/mgar/pkg/lzlib/trunk/checksums =================================================================== --- csw/mgar/pkg/lzlib/trunk/checksums 2014-11-07 13:16:41 UTC (rev 24292) +++ csw/mgar/pkg/lzlib/trunk/checksums 2014-11-07 13:33:45 UTC (rev 24293) @@ -1 +1 @@ -6378ea07986891b6fb4d7f55c14de60f lzlib-1.5.tar.lz +a0cde67fd0ffd4e4f92d5d7a122e1084 lzlib-1.6.tar.lz Modified: csw/mgar/pkg/lzlib/trunk/files/0001-Use-Sun-Studio-syntax-for-shared-libs.patch =================================================================== --- csw/mgar/pkg/lzlib/trunk/files/0001-Use-Sun-Studio-syntax-for-shared-libs.patch 2014-11-07 13:16:41 UTC (rev 24292) +++ csw/mgar/pkg/lzlib/trunk/files/0001-Use-Sun-Studio-syntax-for-shared-libs.patch 2014-11-07 13:33:45 UTC (rev 24293) @@ -1,6 +1,6 @@ -From 0a4382b02f30efcebf1f3337722d012ae79e8fe7 Mon Sep 17 00:00:00 2001 +From 664c4b62afcf76d5e406806595bfca8df64d1299 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen -Date: Mon, 5 Aug 2013 13:29:27 +0200 +Date: Fri, 7 Nov 2014 14:24:16 +0100 Subject: [PATCH] Use Sun Studio syntax for shared libs --- @@ -8,18 +8,18 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in -index 7be45f7..3d0e4df 100644 +index cabff9a..72e8621 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ lib$(libname).a : lzlib.o $(AR) -rcs $@ $< lib$(libname).so.$(pkgversion) : lzlib_sh.o -- $(CC) -shared -Wl,--soname=lib$(libname).so.$(soversion) -o $@ $< -+ $(CC) $(LDFLAGS) -G -h lib$(libname).so.$(soversion) -o $@ $< +- $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -shared -Wl,--soname=lib$(libname).so.$(soversion) -o $@ $< ++ $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -G -h lib$(libname).so.$(soversion) -o $@ $< $(progname) : $(objs) lib$(libname).a - $(CC) $(LDFLAGS) -o $@ $(objs) lib$(libname).a + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(objs) lib$(libname).a -- -1.8.3.1 +2.0.3 Modified: csw/mgar/pkg/lzlib/trunk/files/0001-sh-does-not-support-e.patch =================================================================== --- csw/mgar/pkg/lzlib/trunk/files/0001-sh-does-not-support-e.patch 2014-11-07 13:16:41 UTC (rev 24292) +++ csw/mgar/pkg/lzlib/trunk/files/0001-sh-does-not-support-e.patch 2014-11-07 13:33:45 UTC (rev 24293) @@ -1,31 +1,25 @@ -From 0afe0e4a52cd6b0e8db4e5c3c48aaf3346d8151d Mon Sep 17 00:00:00 2001 +From a9d51c5abb07d90c0f286af8bcf8842dc3ebf273 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen -Date: Wed, 25 Sep 2013 16:01:48 +0200 +Date: Fri, 7 Nov 2014 14:29:05 +0100 Subject: [PATCH] sh does not support -e --- - Makefile.in | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in -index 3d0e4df..1cab86e 100644 +index 72e8621..5372395 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -86,12 +86,12 @@ install-bin : all - $(INSTALL_DATA) ./lib$(libname).a "$(DESTDIR)$(libdir)/lib$(libname).a" +@@ -87,7 +87,7 @@ install-bin : all + fi if [ -n "$(progname_shared)" ] ; then \ $(INSTALL_PROGRAM) ./lib$(libname).so.$(pkgversion) "$(DESTDIR)$(libdir)/lib$(libname).so.$(pkgversion)" ; \ - if [ -e "$(DESTDIR)$(libdir)/lib$(libname).so.$(soversion)" ] ; then \ + if [ -f "$(DESTDIR)$(libdir)/lib$(libname).so.$(soversion)" ] ; then \ - rm -f "$(DESTDIR)$(libdir)/lib$(libname).so.$(soversion)" ; \ run_ldconfig=no ; \ else run_ldconfig=yes ; \ fi ; \ -- if [ -e "$(DESTDIR)$(libdir)/lib$(libname).so" ] ; then \ -+ if [ -f "$(DESTDIR)$(libdir)/lib$(libname).so" ] ; then \ - rm -f "$(DESTDIR)$(libdir)/lib$(libname).so" ; \ - fi ; \ - cd "$(DESTDIR)$(libdir)" && ln -s lib$(libname).so.$(pkgversion) lib$(libname).so ; \ -- -1.8.3.4 +2.0.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Fri Nov 7 17:18:28 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Fri, 7 Nov 2014 16:18:28 +0000 Subject: SF.net SVN: gar:[24294] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jZ6Gl2HBlz19Y@mail.opencsw.org> Revision: 24294 http://sourceforge.net/p/gar/code/24294 Author: tosmi Date: 2014-11-07 16:18:27 +0000 (Fri, 07 Nov 2014) Log Message: ----------- added packaging platforms, disable install of capi docs, refactoring Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-07 13:33:45 UTC (rev 24293) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-07 16:18:27 UTC (rev 24294) @@ -17,6 +17,11 @@ MASTER_SITES = http://ftp.ruby-lang.org/pub/ruby/$(SHORTVER)/ DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 + +PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri + RUNTIME_DEP_PKGS_CSWruby20 = CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibffi5 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibtk8-5 @@ -27,6 +32,8 @@ RUNTIME_DEP_PKGS_CSWruby20 += CSWlibgdbm4 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibreadline6 +BUILD_DEP_PKGS = CSWlibssl-dev + # checkpkg just supports ruby18 and ruby19 and ruby20 clearly does not depend on these packages CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 @@ -53,10 +60,6 @@ # we've added /opt/csw/bin to find_executable0 CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.0.0/mkmf.rb -BUILD_DEP_PKGS = CSWlibssl-dev - -PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri - PATCHFILES += 0001-add-csw-paths-to-dln.c-and-dln_find.c.patch PATCHFILES += 0002-added-opt-csw-bin-to-find_exectuable0.patch @@ -64,6 +67,7 @@ PKGFILES_CSWruby20-ri = $(datadir)/ri/.* $(bindir)/ri$(API_SHORT) ARCHALL_CSWruby20-ri = 1 +ARCHALL_CSWruby20-dev = 1 DESCRIPTION = An object-oriented language for quick and easy programming. define BLURB @@ -112,6 +116,7 @@ CONFIGURE_ARGS += --program-suffix=$(SHORTVER) CONFIGURE_ARGS += --with-soname=ruby$(SHORTVER) CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --disable-install-capi # make test works, but there are tests failing with make check TEST_TARGET = test This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Fri Nov 7 17:21:51 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Fri, 7 Nov 2014 16:21:51 +0000 Subject: SF.net SVN: gar:[24295] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jZ6Lh3RlNz1D1@mail.opencsw.org> Revision: 24295 http://sourceforge.net/p/gar/code/24295 Author: tosmi Date: 2014-11-07 16:21:50 +0000 (Fri, 07 Nov 2014) Log Message: ----------- removed PACKING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-07 16:18:27 UTC (rev 24294) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-07 16:21:50 UTC (rev 24295) @@ -17,9 +17,6 @@ MASTER_SITES = http://ftp.ruby-lang.org/pub/ruby/$(SHORTVER)/ DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 -PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 - PACKAGES = CSWruby20 CSWruby20-dev CSWruby20-ri RUNTIME_DEP_PKGS_CSWruby20 = CSWlibssl1-0-0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Fri Nov 7 22:02:49 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Fri, 7 Nov 2014 21:02:49 +0000 Subject: SF.net SVN: gar:[24297] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jZDZn5wB8z1Kr@mail.opencsw.org> Revision: 24297 http://sourceforge.net/p/gar/code/24297 Author: tosmi Date: 2014-11-07 21:02:45 +0000 (Fri, 07 Nov 2014) Log Message: ----------- the devel package is archall, libruby is in CSWruby20 Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-07 19:32:38 UTC (rev 24296) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-07 21:02:45 UTC (rev 24297) @@ -57,6 +57,9 @@ # we've added /opt/csw/bin to find_executable0 CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.0.0/mkmf.rb +# ruby20-dev only includes header files, libruby is in CSWruby20 +CHECKPKG_OVERRIDES_CSWruby20-dev += archall-devel-package + PATCHFILES += 0001-add-csw-paths-to-dln.c-and-dln_find.c.patch PATCHFILES += 0002-added-opt-csw-bin-to-find_exectuable0.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Sat Nov 8 09:11:20 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Sat, 8 Nov 2014 08:11:20 +0000 Subject: SF.net SVN: gar:[24300] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jZWQH3yZ6z1Wt@mail.opencsw.org> Revision: 24300 http://sourceforge.net/p/gar/code/24300 Author: tosmi Date: 2014-11-08 08:11:16 +0000 (Sat, 08 Nov 2014) Log Message: ----------- the ruby header files are in arch specific directories Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-08 05:10:00 UTC (rev 24299) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-08 08:11:16 UTC (rev 24300) @@ -57,9 +57,6 @@ # we've added /opt/csw/bin to find_executable0 CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.0.0/mkmf.rb -# ruby20-dev only includes header files, libruby is in CSWruby20 -CHECKPKG_OVERRIDES_CSWruby20-dev += archall-devel-package - PATCHFILES += 0001-add-csw-paths-to-dln.c-and-dln_find.c.patch PATCHFILES += 0002-added-opt-csw-bin-to-find_exectuable0.patch @@ -67,7 +64,6 @@ PKGFILES_CSWruby20-ri = $(datadir)/ri/.* $(bindir)/ri$(API_SHORT) ARCHALL_CSWruby20-ri = 1 -ARCHALL_CSWruby20-dev = 1 DESCRIPTION = An object-oriented language for quick and easy programming. define BLURB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Sat Nov 8 16:10:40 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Sat, 8 Nov 2014 15:10:40 +0000 Subject: SF.net SVN: gar:[24301] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jZhk140pTz60@mail.opencsw.org> Revision: 24301 http://sourceforge.net/p/gar/code/24301 Author: tosmi Date: 2014-11-08 15:10:37 +0000 (Sat, 08 Nov 2014) Log Message: ----------- added libgnugetopt0 as a runtime dep Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-08 08:11:16 UTC (rev 24300) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-08 15:10:37 UTC (rev 24301) @@ -25,6 +25,7 @@ RUNTIME_DEP_PKGS = CSWlibgcc-s1 RUNTIME_DEP_PKGS += CSWlibreadline6 RUNTIME_DEP_PKGS += CSWlibxml2-2 +RUNTIME_DEP_PKGS += CSWlibgnugetopt0 GARCOMPILER = GCC4 EXTRA_LDFLAGS = -lgnugetopt 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 Nov 10 17:16:06 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 10 Nov 2014 16:16:06 +0000 Subject: SF.net SVN: gar:[24304] csw/mgar/pkg/manifold/trunk/Makefile Message-ID: <3jby4j3Rf6z18C@mail.opencsw.org> Revision: 24304 http://sourceforge.net/p/gar/code/24304 Author: dmichelsen Date: 2014-11-10 16:16:01 +0000 (Mon, 10 Nov 2014) Log Message: ----------- manifold/trunk: Adjust dependencies Modified Paths: -------------- csw/mgar/pkg/manifold/trunk/Makefile Modified: csw/mgar/pkg/manifold/trunk/Makefile =================================================================== --- csw/mgar/pkg/manifold/trunk/Makefile 2014-11-10 14:54:57 UTC (rev 24303) +++ csw/mgar/pkg/manifold/trunk/Makefile 2014-11-10 16:16:01 UTC (rev 24304) @@ -22,11 +22,12 @@ RUNTIME_DEP_PKGS_CSWmanifold += CSWgenshi CHECKPKG_OVERRIDES_CSWmanifold += surplus-dependency|CSWgenshi # As reported in https://www.opencsw.org/mantis/view.php?id=4920 -RUNTIME_DEP_PKGS_CSWmanifold += CSWpysetuptools -CHECKPKG_OVERRIDES_CSWmanifold += surplus-dependency|CSWpysetuptools +RUNTIME_DEP_PKGS_CSWmanifold += CSWpy-setuptools +CHECKPKG_OVERRIDES_CSWmanifold += surplus-dependency|CSWpy-setuptools # That is the URL of the DTD to check against -CHECKPKG_OVERRIDES_CSWmanifold += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/manifold/manifold.py +CHECKPKG_OVERRIDES_CSWmanifold += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/manifold/manifold.py +CHECKPKG_OVERRIDES_CSWmanifold += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/manifold/manifold.py # This is just a binary with a private lib CHECKPKG_OVERRIDES_CSWmanifold += 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 tosmi at users.sourceforge.net Mon Nov 10 17:57:14 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Mon, 10 Nov 2014 16:57:14 +0000 Subject: SF.net SVN: gar:[24305] csw/mgar/pkg/augeas/trunk Message-ID: <3jbz080NYCz1CF@mail.opencsw.org> Revision: 24305 http://sourceforge.net/p/gar/code/24305 Author: tosmi Date: 2014-11-10 16:57:14 +0000 (Mon, 10 Nov 2014) Log Message: ----------- bump version to 1.3.0 Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile csw/mgar/pkg/augeas/trunk/checksums Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 16:16:01 UTC (rev 24304) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 16:57:14 UTC (rev 24305) @@ -1,5 +1,5 @@ NAME = augeas -VERSION = 1.2.0 +VERSION = 1.3.0 GARTYPE = v2 DESCRIPTION = A configuration editing tool Modified: csw/mgar/pkg/augeas/trunk/checksums =================================================================== --- csw/mgar/pkg/augeas/trunk/checksums 2014-11-10 16:16:01 UTC (rev 24304) +++ csw/mgar/pkg/augeas/trunk/checksums 2014-11-10 16:57:14 UTC (rev 24305) @@ -1,8 +1 @@ -eed0e7f40f22e580ccf5d78884ebe1a0 0001-Do-not-use-_N-already-taken-on-Solaris.patch -b9cbbe07e58bba1572838ec0cb1f6c49 0002-Hack-in-isblank-as-gnutools-dont-seem-to-be-used.patch -a6a6a5515d7bbebe61c1e90db12eef72 augeas-0.7.0.tar.gz -e425bcfc46fd5b18473a4ff47c2878d3 augeas-0.8.0.tar.gz -62d47bdc60e175f93aed3b81cb8e2785 augeas-0.8.1.tar.gz -5ef0ce53ce4c75f59ab2523506731084 augeas-0.9.0.tar.gz -fe1834e90a066c3208ac0214622c7352 augeas-0.10.0.tar.gz -dce2f52cbd20f72c7da48e014ad48076 augeas-1.2.0.tar.gz +c8890b11a04795ecfe5526eeae946b2d augeas-1.3.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Mon Nov 10 18:12:34 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Mon, 10 Nov 2014 17:12:34 +0000 Subject: SF.net SVN: gar:[24306] csw/mgar/pkg/augeas/trunk Message-ID: <3jbzL23gjqz1Fw@mail.opencsw.org> Revision: 24306 http://sourceforge.net/p/gar/code/24306 Author: tosmi Date: 2014-11-10 17:12:33 +0000 (Mon, 10 Nov 2014) Log Message: ----------- 1.3.0 includes the xymon_altering lense fix Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/augeas/trunk/files/0001-import-GH-89-xymon_alerting.aug-fix.patch Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 16:57:14 UTC (rev 24305) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 17:12:33 UTC (rev 24306) @@ -30,8 +30,6 @@ GARCOMPILER = GCC4 EXTRA_LDFLAGS = -lgnugetopt -PATCHFILES = 0001-import-GH-89-xymon_alerting.aug-fix.patch - # Building on Solaris 10 doesn't work as it support C99 and the above fixes are # not necessary there. # Disable 64 bit for now. Deleted: csw/mgar/pkg/augeas/trunk/files/0001-import-GH-89-xymon_alerting.aug-fix.patch =================================================================== --- csw/mgar/pkg/augeas/trunk/files/0001-import-GH-89-xymon_alerting.aug-fix.patch 2014-11-10 16:57:14 UTC (rev 24305) +++ csw/mgar/pkg/augeas/trunk/files/0001-import-GH-89-xymon_alerting.aug-fix.patch 2014-11-10 17:12:33 UTC (rev 24306) @@ -1,227 +0,0 @@ -From 7f6d6db7c67431740f16701bc830b2bb1f268806 Mon Sep 17 00:00:00 2001 -From: Toni Schmidbauer -Date: Fri, 24 Oct 2014 21:10:57 +0200 -Subject: [PATCH] import GH 89 xymon_alerting.aug fix - ---- - lenses/xymon_alerting.aug | 138 ++++++++++++++++++++++++---------------------- - 1 file changed, 73 insertions(+), 65 deletions(-) - -diff --git a/lenses/xymon_alerting.aug b/lenses/xymon_alerting.aug -index 4017915..d4265a8 100644 ---- a/lenses/xymon_alerting.aug -+++ b/lenses/xymon_alerting.aug -@@ -37,16 +37,16 @@ module Xymon_Alerting = - let comparison = store /[<>]/ - - (* View: equal *) -- let equal = del /=/ "=" -+ let equal = Sep.equal - - (* View: ws *) -- let ws = del /[ \t]+?/ " " -+ let ws = Sep.space - - (* View: eol *) -- let eol = del /\n/ "\n" -+ let eol = Util.eol - - (* View: ws_or_eol *) -- let ws_or_eol = del /[ \t\n]+?/ " " -+ let ws_or_eol = del /([ \t]+|[ \t]*\n[ \t]*)/ " " - - (* View: comment *) - let comment = Util.comment -@@ -63,70 +63,75 @@ module Xymon_Alerting = - - (* View: macrodefinition - A string that starts with $ and that is assigned something *) -- let macrodefinition = [ key /\$[^ =\t\n#\/]+/ . equal . store /.*/ . eol ] -+ let macrodefinition = [ key /\$[^ =\t\n#\/]+/ . Sep.space_equal . store Rx.space_in . eol ] - - -+ (* View: flag -+ A flag value *) -+ let flag (kw:string) = Build.flag kw -+ -+ (* View: kw_word -+ A key=value value *) -+ let kw_word (kw:regexp) = Build.key_value kw equal store_word -+ - (************************************************************************ - * Group: FILTERS - *************************************************************************) - - (* View: page -- The page filter definition *) -- let page = [ ws . key "PAGE" . equal . store_word . ws ] -- (* View: expage -- The expage filter definition *) -- let expage = [ ws . key "EXPAGE" . equal . store_word . ws ] -+ The (ex)?page filter definition *) -+ let page = kw_word /(EX)?PAGE/ -+ - (* View: group -- The group filter definition *) -- let group = [ ws . key "GROUP" . equal . store_word . ws ] -- (* View: exgroup -- The exgroup filter definition *) -- let exgroup = [ ws . key "EXGROUP" . equal . store_word . ws ] -+ The (ex)?group filter definition *) -+ let group = kw_word /(EX)?GROUP/ -+ - (* View: host -- The host filter definition *) -- let host = [ ws . key "HOST" . equal . store_word . ws ] -- (* View: exhost -- The exhost filter definition *) -- let exhost = [ ws . key "EXHOST" . equal . store_word . ws ] -+ The (ex)?host filter definition *) -+ let host = kw_word /(EX)?HOST/ -+ - (* View: service -- The service filter definition *) -- let service = [ ws . key "SERVICE" . equal . store_word . ws ] -- (* View: exservice -- The exservice filter definition *) -- let exservice = [ ws . key "EXSERVICE" . equal . store_word . ws ] -+ The (ex)?service filter definition *) -+ let service = kw_word /(EX)?SERVICE/ -+ - (* View: color - The color filter definition *) -- let color = [ ws . key "COLOR" . equal . store_word . ws ] -+ let color = kw_word "COLOR" -+ - (* View: time - The time filter definition *) -- let time = [ ws . key "TIME" . equal . store_word . ws ] -+ let time = kw_word "TIME" -+ - (* View: duration - The duration filter definition *) -- let duration = [ ws . key "DURATION" . [ label "operator" . comparison ] . [ label "value" . store_word ] . ws ] -+ let duration = [ key "DURATION" . [ label "operator" . comparison ] . [ label "value" . store_word ] ] - (* View: recover - The recover filter definition *) -- let recover = [ ws . key "RECOVER" . ws ] -+ let recover = flag "RECOVER" - (* View: notice - The notice filter definition *) -- let notice = [ ws . key "NOTICE" . ws ] -+ let notice = flag "NOTICE" - -- (* View: filters -+ (* View: rule_filter - Filters are made out of any of the above filter definitions *) -- let filters = -- page | -- expage | -- group | -- exgroup | -- host | -- exhost | -- service | -- exservice | -- color | -- time | -- duration | -- recover | -- notice -+ let rule_filter = page | group | host | service -+ | color | time | duration | recover | notice -+ -+ (* View: filters -+ One or more filters *) -+ let filters = [ label "filters" . Build.opt_list rule_filter ws ] - -+ (* View: filters_opt -+ Zero, one or more filters *) -+ let filters_opt = [ label "filters" . (ws . Build.opt_list rule_filter ws)? ] -+ -+ (* View: kw_word_filters_opt -+ A entry with optional filters *) -+ let kw_word_filters_opt (kw:string) = [ key kw . equal . store_word . filters_opt ] -+ -+ (* View: flag_filters_opt -+ A with optional filters *) -+ let flag_filters_opt (kw:string) = [ key kw . filters_opt ] - - (************************************************************************ - * Group: RECIPIENTS -@@ -134,40 +139,43 @@ module Xymon_Alerting = - - (* View: mail - The mail recipient definition *) -- let mail = [ key "MAIL" . ws . store_word . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let mail = [ key "MAIL" . ws . store_word . filters_opt ] -+ - (* View: script - The script recipient definition *) -- let script = [ key "SCRIPT" . ws . [ label "script" . store_word ] . ws . [ label "recipient" . store_word ] . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let script = [ key "SCRIPT" . ws . [ label "script" . store_word ] -+ . ws . [ label "recipient" . store_word ] . filters_opt ] -+ - (* View: ignore - The ignore recipient definition *) -- let ignore = [ key "IGNORE" . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let ignore = flag_filters_opt "IGNORE" -+ - (* View: format - The format recipient definition *) -- let format = [ key "FORMAT" . equal . store_word . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let format = kw_word_filters_opt "FORMAT" -+ - (* View: repeat - The repeat recipient definition *) -- let repeat = [ key "REPEAT" . equal . store_word . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let repeat = kw_word_filters_opt "REPEAT" -+ - (* View: unmatched - The unmatched recipient definition *) -- let unmatched = [ key "UNMATCHED" . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let unmatched = flag_filters_opt "UNMATCHED" -+ - (* View: stop - The stop recipient definition *) -- let stop = [ key "STOP" . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let stop = flag_filters_opt "STOP" -+ - (* View: macro - The macro recipient definition *) -- let macro = [ key /\$[^ =\t\n#\/]+/ . ws . [ label "filters" . filters* ] . ws_or_eol ] -+ let macro = [ key /\$[^ =\t\n#\/]+/ . filters_opt ] - -- (* View: recipients -+ (* View: recipient - Recipients are made out of any of the above recipient definitions *) -- let recipients = -- mail | -- script | -- ignore | -- format | -- repeat | -- unmatched | -- stop | -- macro -+ let recipient = mail | script | ignore | format | repeat | unmatched -+ | stop | macro -+ -+ let recipients = [ label "recipients" . Build.opt_list recipient ws_or_eol ] - - - (************************************************************************ -@@ -175,8 +183,8 @@ module Xymon_Alerting = - *************************************************************************) - - (* View: rule -- Rules are made of filters and then recipients sperarated by a whitespace *) -- let rule = [ seq "rules" . [ label "filters" . filters+ ] . ws_or_eol . [ label "recipients" . ( recipients )+ ] . eol ] -+ Rules are made of rule_filter and then recipients sperarated by a whitespace *) -+ let rule = [ seq "rules" . filters . ws_or_eol . recipients . eol ] - - (* View: lns - The Xymon_Alerting lens *) --- -1.8.4.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Mon Nov 10 18:39:34 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Mon, 10 Nov 2014 17:39:34 +0000 Subject: SF.net SVN: gar:[24307] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jbzwz2TPQz1Jg@mail.opencsw.org> Revision: 24307 http://sourceforge.net/p/gar/code/24307 Author: tosmi Date: 2014-11-10 17:39:33 +0000 (Mon, 10 Nov 2014) Log Message: ----------- updated checkpkg override as libaugeas is now at version 0.19 Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 17:12:33 UTC (rev 24306) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 17:39:33 UTC (rev 24307) @@ -41,7 +41,7 @@ SKIPTEST=1 CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-package-contains-so-symlink -CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-pkgname-mismatch|file=opt/csw/lib/libaugeas.so.0.18.0|soname=libaugeas.so.0|pkgname=CSWaugeas|expected=CSWlibaugeas0 +CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-pkgname-mismatch|file=opt/csw/lib/libaugeas.so.0.19.0|soname=libaugeas.so.0|pkgname=CSWaugeas|expected=CSWlibaugeas0 CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-pkgname-mismatch|file=opt/csw/lib/libfa.so.1.4.0|soname=libfa.so.1|pkgname=CSWaugeas|expected=CSWlibfa1 CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibgnugetopt0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Nov 10 19:58:45 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Mon, 10 Nov 2014 18:58:45 +0000 Subject: SF.net SVN: gar:[24308] csw/mgar/pkg/mercurial/trunk Message-ID: <3jc1hH3W39z1N8@mail.opencsw.org> Revision: 24308 http://sourceforge.net/p/gar/code/24308 Author: rthurner Date: 2014-11-10 18:58:44 +0000 (Mon, 10 Nov 2014) Log Message: ----------- mercurial/trunk: mercurial, upgrade to hg-3.2 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 2014-11-10 17:39:33 UTC (rev 24307) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2014-11-10 18:58:44 UTC (rev 24308) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 3.1.2 +VERSION = 3.2 CATEGORIES = python GARTYPE = v2 Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2014-11-10 17:39:33 UTC (rev 24307) +++ csw/mgar/pkg/mercurial/trunk/checksums 2014-11-10 18:58:44 UTC (rev 24308) @@ -1 +1 @@ -72a79798de828d6d6fb055273f91201a mercurial-3.1.2.tar.gz +d7bcfa3d4d1e786b3c54f1f52fecc9b7 mercurial-3.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Mon Nov 10 20:15:24 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Mon, 10 Nov 2014 19:15:24 +0000 Subject: SF.net SVN: gar:[24309] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jc23V74Msz1R9@mail.opencsw.org> Revision: 24309 http://sourceforge.net/p/gar/code/24309 Author: tosmi Date: 2014-11-10 19:15:21 +0000 (Mon, 10 Nov 2014) Log Message: ----------- split augeas into CSWaugeas, CSWlibaugeas and CSWlibfa as recommended by dago Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 18:58:44 UTC (rev 24308) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 19:15:21 UTC (rev 24309) @@ -14,6 +14,15 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz VENDOR_URL = http://augeas.net +PACKAGES = CSWaugeas CSWlibaugeas0-19-0 CSWlibfa1-4-0 + +SPKG_DESC_CSWaugeas = $(DESCRIPTION) +SPKG_DESC_CSWlibaugeas0-19-0 = The libaugeas.so.0.* files +SPKG_DESC_CSWlibfa1-4-0 = The libfa.so.1.* files + +PKGFILES_CSWlibaugeas0-19-0 = $(libdir)/libaugeas.so.0.* +PKGFILES_CSWlibfa1-4-0 = $(libdir)/libfa.so.1.* + BUILD_DEP_PKGS = CSWlibxml2-2 BUILD_DEP_PKGS += CSWlibxml2-dev BUILD_DEP_PKGS += CSWgcc4core @@ -22,11 +31,17 @@ BUILD_DEP_PKGS += CSWpkgconfig BUILD_DEP_PKGS += CSWcoreutils -RUNTIME_DEP_PKGS = CSWlibgcc-s1 -RUNTIME_DEP_PKGS += CSWlibreadline6 -RUNTIME_DEP_PKGS += CSWlibxml2-2 -RUNTIME_DEP_PKGS += CSWlibgnugetopt0 +RUNTIME_DEP_PKGS_CSWaugeas = CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWaugeas += CSWlibgnugetopt0 +RUNTIME_DEP_PKGS_CSWaugeas += CSWlibfa1-4-0 +RUNTIME_DEP_PKGS_CSWaugeas += CSWlibxml2-2 +RUNTIME_DEP_PKGS_CSWaugeas += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibaugeas0-19-0 = $(RUNTIME_DEP_PKGS_CSWaugeas) + +RUNTIME_DEP_PKGS_CSWlibfa1-4-0 = CSWlibgnugetop0 +RUNTIME_DEP_PKGS_CSWlibfa1-4-0 = CSWlibgcc-s1 + GARCOMPILER = GCC4 EXTRA_LDFLAGS = -lgnugetopt @@ -38,14 +53,8 @@ CONFIGURE_ARGS = $(DIRPATHS) # test are currently failing (sudo, sip_conf) -SKIPTEST=1 +#SKIPTEST=1 -CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-package-contains-so-symlink -CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-pkgname-mismatch|file=opt/csw/lib/libaugeas.so.0.19.0|soname=libaugeas.so.0|pkgname=CSWaugeas|expected=CSWlibaugeas0 -CHECKPKG_OVERRIDES_CSWaugeas += shared-lib-pkgname-mismatch|file=opt/csw/lib/libfa.so.1.4.0|soname=libfa.so.1|pkgname=CSWaugeas|expected=CSWlibfa1 -CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibgnugetopt0 - - EXTRA_MERGE_EXCLUDE_FILES = .*/charset.alias MERGE_DIRS_isa-extra = $(libdir) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Nov 10 20:19:47 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Mon, 10 Nov 2014 19:19:47 +0000 Subject: SF.net SVN: gar:[24310] csw/mgar/pkg/cmake/trunk Message-ID: <3jc28X6nMpz1Tf@mail.opencsw.org> Revision: 24310 http://sourceforge.net/p/gar/code/24310 Author: rthurner Date: 2014-11-10 19:19:45 +0000 (Mon, 10 Nov 2014) Log Message: ----------- cmake/trunk: adjust finding the major.minor version to cope with release candidates. upgrade to 3.1-rc1 Modified Paths: -------------- csw/mgar/pkg/cmake/trunk/Makefile csw/mgar/pkg/cmake/trunk/checksums Modified: csw/mgar/pkg/cmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/cmake/trunk/Makefile 2014-11-10 19:15:21 UTC (rev 24309) +++ csw/mgar/pkg/cmake/trunk/Makefile 2014-11-10 19:19:45 UTC (rev 24310) @@ -1,7 +1,7 @@ # $Id$ NAME = cmake -VERSION = 3.0.2 +VERSION = 3.1.0-rc1-1 GARTYPE = v2 DESCRIPTION = Cross-platform make @@ -14,10 +14,10 @@ generation, code generation, and template instantiation. endef -RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9].*\)\.[0-9]*/\1/') +RELVER = $(shell echo $(VERSION) | cut -d. -f1-2) SPKG_SOURCEURL = http://cmake.org/ MASTER_SITES = http://cmake.org/files/v$(RELVER)/ -DISTFILES = $(NAME)-$(VERSION).tar.gz +DISTFILES = $(NAME)-$(VERSION).tar.bz2 LICENSE = Copyright.txt # temporary for cmake-2.8.8, see http://public.kitware.com/Bug/view.php?id=13199 #PATCHFILES += 0001-bootstrap-Port-back-to-old-shells-13199.patch Modified: csw/mgar/pkg/cmake/trunk/checksums =================================================================== --- csw/mgar/pkg/cmake/trunk/checksums 2014-11-10 19:15:21 UTC (rev 24309) +++ csw/mgar/pkg/cmake/trunk/checksums 2014-11-10 19:19:45 UTC (rev 24310) @@ -1 +1 @@ -db4c687a31444a929d2fdc36c4dfb95f cmake-3.0.2.tar.gz +2624723cfd7019425fa9869a505797d0 cmake-3.1.0-rc1-1.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Mon Nov 10 21:10:55 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Mon, 10 Nov 2014 20:10:55 +0000 Subject: SF.net SVN: gar:[24312] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jc3JR2KDWz24@mail.opencsw.org> Revision: 24312 http://sourceforge.net/p/gar/code/24312 Author: tosmi Date: 2014-11-10 20:10:52 +0000 (Mon, 10 Nov 2014) Log Message: ----------- the sudo and ip lense tests are still failing with augeas 1.3.0 Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 19:38:45 UTC (rev 24311) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-10 20:10:52 UTC (rev 24312) @@ -17,8 +17,8 @@ PACKAGES = CSWaugeas CSWlibaugeas0-19-0 CSWlibfa1-4-0 SPKG_DESC_CSWaugeas = $(DESCRIPTION) -SPKG_DESC_CSWlibaugeas0-19-0 = The libaugeas.so.0.* files -SPKG_DESC_CSWlibfa1-4-0 = The libfa.so.1.* files +SPKG_DESC_CSWlibaugeas0-19-0 = The libaugeas.so.* files +SPKG_DESC_CSWlibfa1-4-0 = The libfa.so.* files PKGFILES_CSWlibaugeas0-19-0 = $(libdir)/libaugeas.so.* PKGFILES_CSWlibfa1-4-0 = $(libdir)/libfa.so.* @@ -56,7 +56,7 @@ CONFIGURE_ARGS = $(DIRPATHS) # test are currently failing (sudo, sip_conf) -#SKIPTEST=1 +SKIPTEST=1 EXTRA_MERGE_EXCLUDE_FILES = .*/charset.alias MERGE_DIRS_isa-extra = $(libdir) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 11 20:37:02 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 11 Nov 2014 19:37:02 +0000 Subject: SF.net SVN: gar:[24319] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jcfV71Jrrzb5@mail.opencsw.org> Revision: 24319 http://sourceforge.net/p/gar/code/24319 Author: tosmi Date: 2014-11-11 19:37:01 +0000 (Tue, 11 Nov 2014) Log Message: ----------- style fixes as suggested by dago@ Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-11 19:30:21 UTC (rev 24318) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-11 19:37:01 UTC (rev 24319) @@ -14,15 +14,30 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz VENDOR_URL = http://augeas.net -PACKAGES = CSWaugeas CSWlibaugeas0 CSWlibfa1 +RUNTIME_DEP_PKGS_augeas = CSWlibgnugetopt0 +RUNTIME_DEP_PKGS_augeas += CSWlibfa1 +RUNTIME_DEP_PKGS_augeas += CSWlibxml2-2 +RUNTIME_DEP_PKGS_augeas += CSWlibgcc-s1 +PACKAGES = CSWaugeas SPKG_DESC_CSWaugeas = $(DESCRIPTION) +RUNTIME_DEP_PKGS_CSWaugeas = $(RUNTIME_DEP_PKGS_augeas) +RUNTIME_DEP_PKGS_CSWaugeas += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWaugeas += CSWlibaugeas0 + +PACKAGES += CSWlibaugeas0 SPKG_DESC_CSWlibaugeas0 = The libaugeas.so.* files +PKGFILES_CSWlibaugeas0 = $(libdir)/libaugeas.so.0.* +RUNTIME_DEP_PKGS_CSWlibaugeas0 = $(RUNTIME_DEP_PKGS_augeas) + +PACKAGES += CSWlibfa1 SPKG_DESC_CSWlibfa1 = The libfa.so.* files - -PKGFILES_CSWlibaugeas0 = $(libdir)/libaugeas.so.0.* PKGFILES_CSWlibfa1 = $(libdir)/libfa.so.1.* +RUNTIME_DEP_PKGS_CSWlibfa1 = CSWlibgnugetop0 +RUNTIME_DEP_PKGS_CSWlibfa1 += CSWlibgcc-s1 +BUILD64_LIBS_ONLY = 1 + BUILD_DEP_PKGS = CSWlibxml2-2 BUILD_DEP_PKGS += CSWlibxml2-dev BUILD_DEP_PKGS += CSWgcc4core @@ -31,22 +46,8 @@ BUILD_DEP_PKGS += CSWpkgconfig BUILD_DEP_PKGS += CSWcoreutils -RUNTIME_DEP_PKGS_augeas += CSWlibgnugetopt0 -RUNTIME_DEP_PKGS_augeas += CSWlibfa1 -RUNTIME_DEP_PKGS_augeas += CSWlibxml2-2 -RUNTIME_DEP_PKGS_augeas += CSWlibgcc-s1 - CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibxml2-2 CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibgcc-s1 - -RUNTIME_DEP_PKGS_CSWaugeas = $(RUNTIME_DEP_PKGS_augeas) CSWlibreadline6 -RUNTIME_DEP_PKGS_CSWaugeas += CSWlibaugeas0 - -RUNTIME_DEP_PKGS_CSWlibaugeas0 = $(RUNTIME_DEP_PKGS_augeas) - -RUNTIME_DEP_PKGS_CSWlibfa1 = CSWlibgnugetop0 -RUNTIME_DEP_PKGS_CSWlibfa1 = CSWlibgcc-s1 - CHECKPKG_OVERRIDES_CSWlibfa1 += missing-dependency|CSWlibgnugetopt0 GARCOMPILER = GCC4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 11 20:50:11 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 11 Nov 2014 19:50:11 +0000 Subject: SF.net SVN: gar:[24320] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jcfn83KYhzdg@mail.opencsw.org> Revision: 24320 http://sourceforge.net/p/gar/code/24320 Author: tosmi Date: 2014-11-11 19:50:08 +0000 (Tue, 11 Nov 2014) Log Message: ----------- introduce libaugeas-dev pkg, use pkgfiles_lib to collect files for lib pkgs Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-11 19:37:01 UTC (rev 24319) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-11 19:50:08 UTC (rev 24320) @@ -25,14 +25,20 @@ RUNTIME_DEP_PKGS_CSWaugeas += CSWlibreadline6 RUNTIME_DEP_PKGS_CSWaugeas += CSWlibaugeas0 +PACKAGES += CSWlibaugeas-dev +SPKG_DESC_CSWlibaugeas-dev = The libaugeas development files +PKGFILES_CSWlibaugeas-dev = $(PKGFILES_DEVEL) +RUNTIME_DEP_PKGS_CSWlibaugeas-dev = CSWlibfa1 +RUNTIME_DEP_PKGS_CSWlibaugeas-dev += CSWlibaugeas0 + PACKAGES += CSWlibaugeas0 SPKG_DESC_CSWlibaugeas0 = The libaugeas.so.* files -PKGFILES_CSWlibaugeas0 = $(libdir)/libaugeas.so.0.* +PKGFILES_CSWlibaugeas0 += $(call pkgfiles_lib,libaugeas.so.0) RUNTIME_DEP_PKGS_CSWlibaugeas0 = $(RUNTIME_DEP_PKGS_augeas) PACKAGES += CSWlibfa1 SPKG_DESC_CSWlibfa1 = The libfa.so.* files -PKGFILES_CSWlibfa1 = $(libdir)/libfa.so.1.* +PKGFILES_CSWlibfa1 += $(call pkgfiles_lib,libfa.so.1) RUNTIME_DEP_PKGS_CSWlibfa1 = CSWlibgnugetop0 RUNTIME_DEP_PKGS_CSWlibfa1 += CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 11 21:10:56 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 11 Nov 2014 20:10:56 +0000 Subject: SF.net SVN: gar:[24321] csw/mgar/pkg/hiera/trunk/Makefile Message-ID: <3jcgF65yHZzlt@mail.opencsw.org> Revision: 24321 http://sourceforge.net/p/gar/code/24321 Author: tosmi Date: 2014-11-11 20:10:55 +0000 (Tue, 11 Nov 2014) Log Message: ----------- added dependency on ruby20, checkpkg fix Modified Paths: -------------- csw/mgar/pkg/hiera/trunk/Makefile Modified: csw/mgar/pkg/hiera/trunk/Makefile =================================================================== --- csw/mgar/pkg/hiera/trunk/Makefile 2014-11-11 19:50:08 UTC (rev 24320) +++ csw/mgar/pkg/hiera/trunk/Makefile 2014-11-11 20:10:55 UTC (rev 24321) @@ -10,6 +10,8 @@ Long description endef +RUNTIME_DEP_PKGS = CSWruby20 + MASTER_SITES = http://downloads.puppetlabs.com/hiera/ DISTFILES = $(DISTNAME).tar.gz @@ -22,6 +24,8 @@ TEST_SCRIPTS = INSTALL_SCRIPTS = hiera +CHECKPKG_OVERRIDES_CSWhiera += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 + include gar/category.mk install-hiera: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 11 21:30:29 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 11 Nov 2014 20:30:29 +0000 Subject: SF.net SVN: gar:[24324] csw/mgar/pkg/hiera Message-ID: <3jcggf0mNNzpX@mail.opencsw.org> Revision: 24324 http://sourceforge.net/p/gar/code/24324 Author: tosmi Date: 2014-11-11 20:30:28 +0000 (Tue, 11 Nov 2014) Log Message: ----------- import branches/ and tags/ dir Added Paths: ----------- csw/mgar/pkg/hiera/branches/ csw/mgar/pkg/hiera/tags/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 11 21:45:41 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 11 Nov 2014 20:45:41 +0000 Subject: SF.net SVN: gar:[24326] csw/mgar/pkg/facter/trunk/Makefile Message-ID: <3jch1C3FZfzsH@mail.opencsw.org> Revision: 24326 http://sourceforge.net/p/gar/code/24326 Author: tosmi Date: 2014-11-11 20:45:36 +0000 (Tue, 11 Nov 2014) Log Message: ----------- fixed checkpkg errors Modified Paths: -------------- csw/mgar/pkg/facter/trunk/Makefile Modified: csw/mgar/pkg/facter/trunk/Makefile =================================================================== --- csw/mgar/pkg/facter/trunk/Makefile 2014-11-11 20:36:08 UTC (rev 24325) +++ csw/mgar/pkg/facter/trunk/Makefile 2014-11-11 20:45:36 UTC (rev 24326) @@ -32,10 +32,14 @@ TEST_SCRIPTS = INSTALL_SCRIPTS = facter -CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/ssh.rb -CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/Cfkey.rb -CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/util/manufacturer.rb +CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/ssh.rb +CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/Cfkey.rb +CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/util/manufacturer.rb +# we depend on ruby20 but checkpkg does not know anything about it +CHECKPKG_OVERRIDES_CSWfacter += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 +CHECKPKG_OVERRIDES_CSWfacter += surplus-dependency|CSWruby20 + include gar/category.mk install-facter: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Tue Nov 11 22:14:48 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Tue, 11 Nov 2014 21:14:48 +0000 Subject: SF.net SVN: gar:[24328] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jchfn3b45zwQ@mail.opencsw.org> Revision: 24328 http://sourceforge.net/p/gar/code/24328 Author: tosmi Date: 2014-11-11 21:14:46 +0000 (Tue, 11 Nov 2014) Log Message: ----------- style fixes Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-11 21:13:05 UTC (rev 24327) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-11 21:14:46 UTC (rev 24328) @@ -15,7 +15,7 @@ GARTYPE = v2 MASTER_SITES = http://ftp.ruby-lang.org/pub/ruby/$(SHORTVER)/ -DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz +DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz PATCHFILES += 0001-add-csw-paths-to-dln.c-and-dln_find.c.patch PATCHFILES += 0002-added-opt-csw-bin-to-find_exectuable0.patch @@ -33,7 +33,7 @@ PACKAGES = CSWruby20 SPKG_DESC_CSWruby20 = $(DESCRIPTION) -RUNTIME_DEP_PKGS_CSWruby20 = CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWruby20 += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibffi5 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibtk8-5 RUNTIME_DEP_PKGS_CSWruby20 += CSWlibtcl8-5 @@ -53,7 +53,7 @@ PKGFILES_CSWruby20-ri = $(datadir)/ri/.* $(bindir)/ri$(API_SHORT) ARCHALL_CSWruby20-ri = 1 -BUILD_DEP_PKGS = CSWlibssl-dev +BUILD_DEP_PKGS = CSWlibssl-dev # checkpkg just supports ruby18 and ruby19 and ruby20 clearly does not depend on these packages CHECKPKG_OVERRIDES_CSWruby20 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 @@ -82,7 +82,7 @@ CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.0.0/mkmf.rb ALTERNATIVES_CSWruby20 = ruby20 -ALTERNATIVE_ruby20 = $(bindir)/ruby ruby $(bindir)/ruby$(SHORTVER) 20 +ALTERNATIVE_ruby20 += $(bindir)/ruby ruby $(bindir)/ruby$(SHORTVER) 20 ALTERNATIVE_ruby20 += $(bindir)/irb irb $(bindir)/irb$(SHORTVER) ALTERNATIVE_ruby20 += $(bindir)/erb erb $(bindir)/erb$(API_SORT) ALTERNATIVE_ruby20 += $(bindir)/rdoc rdoc $(bindir)/rdoc$(SHORTVER) @@ -109,7 +109,7 @@ EXTRA_MERGE_EXCLUDE_FILES += $(mandir)/man1/rake.1 EXTRA_MERGE_EXCLUDE_FILES += $(mandir)/man1/ri.1 -CONFIGURE_ARGS = $(DIRPATHS) --enable-shared +CONFIGURE_ARGS += $(DIRPATHS) --enable-shared CONFIGURE_ARGS += --program-suffix=$(SHORTVER) CONFIGURE_ARGS += --with-soname=ruby$(SHORTVER) CONFIGURE_ARGS += --enable-shared This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Nov 12 08:10:27 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 12 Nov 2014 07:10:27 +0000 Subject: SF.net SVN: gar:[24329] csw/mgar/pkg/ruby20/trunk/Makefile Message-ID: <3jcxt44rQgz1GD@mail.opencsw.org> Revision: 24329 http://sourceforge.net/p/gar/code/24329 Author: tosmi Date: 2014-11-12 07:10:23 +0000 (Wed, 12 Nov 2014) Log Message: ----------- ruby20-dev really depends on ruby20 Modified Paths: -------------- csw/mgar/pkg/ruby20/trunk/Makefile Modified: csw/mgar/pkg/ruby20/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-11 21:14:46 UTC (rev 24328) +++ csw/mgar/pkg/ruby20/trunk/Makefile 2014-11-12 07:10:23 UTC (rev 24329) @@ -81,6 +81,8 @@ # we've added /opt/csw/bin to find_executable0 CHECKPKG_OVERRIDES_CSWruby20 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.0.0/mkmf.rb +CHECKPKG_OVERRIDES_CSWruby20-dev += surplus-dependency|CSWruby20 + ALTERNATIVES_CSWruby20 = ruby20 ALTERNATIVE_ruby20 += $(bindir)/ruby ruby $(bindir)/ruby$(SHORTVER) 20 ALTERNATIVE_ruby20 += $(bindir)/irb irb $(bindir)/irb$(SHORTVER) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Nov 12 08:13:42 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 12 Nov 2014 07:13:42 +0000 Subject: SF.net SVN: gar:[24330] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jcxxp2gL4z1Jf@mail.opencsw.org> Revision: 24330 http://sourceforge.net/p/gar/code/24330 Author: tosmi Date: 2014-11-12 07:13:41 +0000 (Wed, 12 Nov 2014) Log Message: ----------- checkpkg overrides for dependencies Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-12 07:10:23 UTC (rev 24329) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-12 07:13:41 UTC (rev 24330) @@ -54,7 +54,9 @@ CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibxml2-2 CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibgcc-s1 -CHECKPKG_OVERRIDES_CSWlibfa1 += missing-dependency|CSWlibgnugetopt0 +CHECKPKG_OVERRIDES_CSWaugeas += surplus-dependency|CSWlibgnugetopt0 +CHECKPKG_OVERRIDES_CSWlibfa1 += surplus-dependency|CSWlibgnugetopt0 +CHECKPKG_OVERRIDES_CSWlibaugeas0 += surplus-dependency|CSWlibgnugetopt0 GARCOMPILER = GCC4 EXTRA_LDFLAGS = -lgnugetopt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Wed Nov 12 14:12:44 2014 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Wed, 12 Nov 2014 13:12:44 +0000 Subject: SF.net SVN: gar:[24331] csw/mgar/pkg/perl/trunk/Makefile Message-ID: <3jd5w51htqz1Sv@mail.opencsw.org> Revision: 24331 http://sourceforge.net/p/gar/code/24331 Author: claudio_sf Date: 2014-11-12 13:12:42 +0000 (Wed, 12 Nov 2014) Log Message: ----------- perl/trunk: Some overrides Modified Paths: -------------- csw/mgar/pkg/perl/trunk/Makefile Modified: csw/mgar/pkg/perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl/trunk/Makefile 2014-11-12 07:13:41 UTC (rev 24330) +++ csw/mgar/pkg/perl/trunk/Makefile 2014-11-12 13:12:42 UTC (rev 24331) @@ -27,8 +27,8 @@ # GCC build (Sun Studio build has been fixed) GARCOMPILER = GCC4 -MAKE_OPT_unstable10s = -j 24 -MAKE_OPT_unstable10x = -j 4 +#MAKE_OPT_unstable10s = -j 24 +#MAKE_OPT_unstable10x = -j 4 MAKE_OPT = $(MAKE_OPT_$(shell hostname)) BUILD64 = 1 ISAEXEC = 1 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 Nov 12 17:57:46 2014 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 12 Nov 2014 16:57:46 +0000 Subject: SF.net SVN: gar:[24332] csw/mgar/pkg/wesnoth/trunk Message-ID: <3jdBvq1f71z3b@mail.opencsw.org> Revision: 24332 http://sourceforge.net/p/gar/code/24332 Author: jake_goerzen Date: 2014-11-12 16:57:44 +0000 (Wed, 12 Nov 2014) Log Message: ----------- wesnoth: recipe updates and cmake build adjustments Modified Paths: -------------- csw/mgar/pkg/wesnoth/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/wesnoth/trunk/files/Makefile.20141111 csw/mgar/pkg/wesnoth/trunk/files/README.NOTES Modified: csw/mgar/pkg/wesnoth/trunk/Makefile =================================================================== --- csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 13:12:42 UTC (rev 24331) +++ csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 16:57:44 UTC (rev 24332) @@ -1,4 +1,3 @@ -# NOTE: Autotools build depreciated switching to cmake. # NOTE: cmake finds boost library but "mgar build" step can't find boost # headers and setting EXTRA_INC or EXTRA_CPPFLAGS doesn't help. NAME = wesnoth @@ -18,10 +17,26 @@ UPSTREAM_USE_SF = 1 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*) +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibpango1-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWemacs-common +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibcairo2 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlnet +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibgobject2-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibsdl1-2-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibdbus1-3 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibfontconfig1 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlttf +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlimage +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibpangocairo1-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlmixer +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibglib2-0-0 + NOGITPATCH = 1 -EXTRA_INC = /opt/csw/gxx/include - GARCOMPILER = GNU TEST_SCRIPTS = @@ -34,24 +49,38 @@ include gar/category.mk +# ./configure needs this to find ggettext +PATH := /opt/csw/gnu:$(PATH) + # Autotools build depreciated now using cmake configure-custom: mkdir $(WORKSRC)/build cd $(WORKSRC)/build && \ - CMAKE_INCLUDE_PATH=/opt/csw/gxx/include:/opt/csw/include \ - CMAKE_LIBRARY_PATH=/opt/csw/gxx/lib:/opt/csw/lib \ - CC=gcc CXX=g++ \ - /opt/csw/bin/cmake \ + CC=gcc CXX=g++ CXXFLAGS=-Wno-delete-non-virtual-dtor \ + CPPFLAGS=-I/opt/csw/gxx/include LDFLAGS="-lintl -lsocket -Bdirect" \ + /opt/csw/bin/cmake VERBOSE=1 \ -DCMAKE_INSTALL_PREFIX=/opt/csw \ - -DCMAKE_VERBOSE_MAKEFILE=TRUE \ - -DCMAKE_CPP_FLAGS=-I/opt/csw/gxx/include \ - -DBoost_INCLUDE_DIR=/opt/csw/gxx/include .. + -DCMAKE_INCLUDE_PATH=/opt/csw/gxx/include /opt/csw/include \ + -DCMAKE_LIBRARY_PATH=/opt/csw/gxx/lib /opt/csw/lib \ + -DCMAKE_INSTALL_RPATH:STRING="/opt/csw/lib/\$$ISALIST:/opt/csw/lib:/opt/csw/gxx/lib" \ + -DBoost_DEBUG:BOOL=ON \ + -DBOOST_INCLUDEDIR=/opt/csw/gxx/include \ + .. @$(MAKECOOKIE) build-custom: - cd $(WORKSRC)/build && /opt/csw/bin/gmake + # Link the boost headers to the build/src directory in order to work- + # around boost headers not being found even though we try to include + # them see above (CPPFLAGS) and (-DCMAKE_INCLUDE_PATH). + ln -s /opt/csw/gxx/include/boost $(WORKSRC)/build/src/ + cd $(WORKSRC)/build && /opt/csw/bin/gmake VERBOSE=1 @$(MAKECOOKIE) install-custom: cd $(WORKSRC)/build && /opt/csw/bin/gmake install DESTDIR=$(DESTDIR) @$(MAKECOOKIE) + +post-install-modulated: + # remove .gitignore files from the package install + find $(DESTDIR) -type f -name ".gitignore" -exec rm -f {} \; + @$(MAKECOOKIE) Added: csw/mgar/pkg/wesnoth/trunk/files/Makefile.20141111 =================================================================== --- csw/mgar/pkg/wesnoth/trunk/files/Makefile.20141111 (rev 0) +++ csw/mgar/pkg/wesnoth/trunk/files/Makefile.20141111 2014-11-12 16:57:44 UTC (rev 24332) @@ -0,0 +1,66 @@ +# NOTE: Autotools build depreciated switching to cmake. +# NOTE: cmake finds boost library but "mgar build" step can't find boost +# headers and setting EXTRA_INC or EXTRA_CPPFLAGS doesn't help. +NAME = wesnoth +VERSION = 1.10.7 +GARTYPE = v2 + +DESCRIPTION = A free turn-based strategy game with a fanasy theme +define BLURB + Build up a great army, gradually turning raw recruits into hardened veterans. In later games, recall your toughest warriors and form a deadly host against whom none can stand! Choose units from a large pool of specialists, and hand-pick a force with the right strengths to fight well on different terrains against all manner of opposition. +endef + +MASTER_SITES += $(SF_MIRRORS) +DISTFILES = $(NAME)-$(VERSION).tar.bz2 + +# We define upstream file regex so we can be notifed of new upstream software release +UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=89495 +UPSTREAM_USE_SF = 1 +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*) + +NOGITPATCH = 1 + +GARCOMPILER = GNU + +TEST_SCRIPTS = + +CONFIGURE_SCRIPTS = custom +BUILD_SCRIPTS = custom +INSTALL_SCRIPTS = custom + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +include gar/category.mk + +# ./configure needs this to find ggettext +PATH := /opt/csw/gnu:$(PATH) + +# Autotools build depreciated now using cmake +configure-custom: + mkdir $(WORKSRC)/build + cd $(WORKSRC)/build && \ + CC=gcc CXX=g++ \ + /opt/csw/bin/cmake VERBOSE=1 \ + -DCMAKE_INSTALL_PREFIX=/opt/csw \ + -DCMAKE_INCLUDE_PATH=/opt/csw/gxx/include /opt/csw/include \ + -DCMAKE_LIBRARY_PATH=/opt/csw/gxx/lib /opt/csw/lib \ + -DCMAKE_CXX_FLAGS=-Wno-delete-non-virtual-dtor \ + -DCMAKE_EXE_LINKER_FLAGS=-lintl -lsocket \ + -DCMAKE_INSTALL_RPATH=/opt/csw/lib/\$$ISALIST /opt/csw/lib \ + -DBoost_DEBUG=ON \ + -DBOOST_INCLUDEDIR=/opt/csw/gxx/include \ + --check-system-vars \ + .. + @$(MAKECOOKIE) + +build-custom: + # Copy the boost headers to the build/src directory in order to work- + # around boost headers not being found even though we try to include + # them see above (CMAKE_INCLUDE_PATH). + cp -r /opt/csw/gxx/include/boost $(WORKSRC)/build/src/ + cd $(WORKSRC)/build && /opt/csw/bin/gmake VERBOSE=1 + @$(MAKECOOKIE) + +install-custom: + cd $(WORKSRC)/build && /opt/csw/bin/gmake install DESTDIR=$(DESTDIR) + @$(MAKECOOKIE) Added: csw/mgar/pkg/wesnoth/trunk/files/README.NOTES =================================================================== --- csw/mgar/pkg/wesnoth/trunk/files/README.NOTES (rev 0) +++ csw/mgar/pkg/wesnoth/trunk/files/README.NOTES 2014-11-12 16:57:44 UTC (rev 24332) @@ -0,0 +1,29 @@ +CMAKE_EXE_LINKER_FLAGS:STRING=-lintl -lsocket + + +//Flags used by the CXX compiler during normal builds. +CMAKE_CXX_FLAGS:STRING='-O2 -W -Wall -std=c++98 -Werror -Wno-strict-aliasing -Wn +o-unused-local-typedefs -Wno-literal-suffix -Wno-delete-non-virtual-dtor '- + + + +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibpango1-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWemacs-common +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibcairo2 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlnet +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibgobject2-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibsdl1-2-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibdbus1-3 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibfontconfig1 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlttf +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlimage +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibpangocairo1-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlmixer +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibglib2-0-0 + +need to take out RPATH from CMake build + 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 Nov 12 20:47:03 2014 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 12 Nov 2014 19:47:03 +0000 Subject: SF.net SVN: gar:[24333] csw/mgar/pkg/wesnoth/trunk/Makefile Message-ID: <3jdGgB6MqJz8H@mail.opencsw.org> Revision: 24333 http://sourceforge.net/p/gar/code/24333 Author: jake_goerzen Date: 2014-11-12 19:46:57 +0000 (Wed, 12 Nov 2014) Log Message: ----------- wesnoth: add some missing dependencies Modified Paths: -------------- csw/mgar/pkg/wesnoth/trunk/Makefile Modified: csw/mgar/pkg/wesnoth/trunk/Makefile =================================================================== --- csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 16:57:44 UTC (rev 24332) +++ csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 19:46:57 UTC (rev 24333) @@ -34,7 +34,12 @@ RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWwesnoth += CSWsdlmixer RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-system1-49-0-gxx +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-prog-opts1-49-0-gxx +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-regex1-49-0-gxx +RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-iostreams1-49-0-gxx + NOGITPATCH = 1 GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Nov 12 20:47:06 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 12 Nov 2014 19:47:06 +0000 Subject: SF.net SVN: gar:[24334] csw/mgar/pkg/augeas/trunk/Makefile Message-ID: <3jdGgF4Mhsz8W@mail.opencsw.org> Revision: 24334 http://sourceforge.net/p/gar/code/24334 Author: tosmi Date: 2014-11-12 19:46:59 +0000 (Wed, 12 Nov 2014) Log Message: ----------- include augeas lenses with libaugeas, so augtool becomes optional e.g. ruby_augas depends then on libaugeas0 and not on augeas. the augtool and augparse binaries are completely optional. so is the same as in the redhat augeas-libs package. Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile Modified: csw/mgar/pkg/augeas/trunk/Makefile =================================================================== --- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-12 19:46:57 UTC (rev 24333) +++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-12 19:46:59 UTC (rev 24334) @@ -33,7 +33,8 @@ PACKAGES += CSWlibaugeas0 SPKG_DESC_CSWlibaugeas0 = The libaugeas.so.* files -PKGFILES_CSWlibaugeas0 = $(call pkgfiles_lib,libaugeas.so.0) +PKGFILES_CSWlibaugeas0 += $(call pkgfiles_lib,libaugeas.so.0) +PKGFILES_CSWlibaugeas0 += $(datadir)/augeas/* RUNTIME_DEP_PKGS_CSWlibaugeas0 = $(RUNTIME_DEP_PKGS_augeas) PACKAGES += CSWlibfa1 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 Nov 12 22:11:44 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 12 Nov 2014 21:11:44 +0000 Subject: SF.net SVN: gar:[24336] csw/mgar/pkg/ghostscript/trunk Message-ID: <3jdJXv3hmdzGx@mail.opencsw.org> Revision: 24336 http://sourceforge.net/p/gar/code/24336 Author: dmichelsen Date: 2014-11-12 21:11:44 +0000 (Wed, 12 Nov 2014) Log Message: ----------- ghostscript/trunk: Update to 9.15 Modified Paths: -------------- csw/mgar/pkg/ghostscript/trunk/Makefile csw/mgar/pkg/ghostscript/trunk/checksums Added Paths: ----------- csw/mgar/pkg/ghostscript/trunk/files/0001-Fix-for-latest-autotools.patch Modified: csw/mgar/pkg/ghostscript/trunk/Makefile =================================================================== --- csw/mgar/pkg/ghostscript/trunk/Makefile 2014-11-12 20:49:23 UTC (rev 24335) +++ csw/mgar/pkg/ghostscript/trunk/Makefile 2014-11-12 21:11:44 UTC (rev 24336) @@ -1,7 +1,7 @@ # $Id$ NAME = ghostscript -VERSION = 9.14 +VERSION = 9.15 GARTYPE = v2 DESCRIPTION = PostScript and PDF interpreter @@ -15,6 +15,8 @@ # See for details https://www.opencsw.org/mantis/view.php?id=4913 #PATCHFILES += 0001-Use-ksh-and-GNU-sed-as-reported-in-4913.patch +PATCHFILES += 0001-Fix-for-latest-autotools.patch + VENDOR_URL = http://www.ghostscript.com LICENSE = LICENSE @@ -60,6 +62,8 @@ RUNTIME_DEP_PKGS_CSWghostscript += CSWlibgtk-x11-2-0-0 RUNTIME_DEP_PKGS_CSWghostscript += CSWliblcms2-2 RUNTIME_DEP_PKGS_CSWghostscript += CSWlibijs0-35 +RUNTIME_DEP_PKGS_CSWghostscript-sparc += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWghostscript += $(RUNTIME_DEP_PKGS_CSWghostscript-$(GARCH)) # These are probably ok CHECKPKG_OVERRIDES_CSWghostscript += file-with-bad-content|/usr/local|root/opt/csw/bin/sparcv9/lprsetup.sh @@ -71,8 +75,6 @@ CHECKPKG_OVERRIDES_CSWghostscript += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/lprsetup.sh CHECKPKG_OVERRIDES_CSWghostscript += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/unix-lpr.sh -CHECKPKG_OVERRIDES_CSWghostscript += missing-dependency|CSWemacs-common - # This was the old package OBSOLETED_BY_CSWghostscript += CSWgs CATALOGNAME_CSWgs = ghostscript_stub @@ -98,13 +100,14 @@ RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibpaper1 RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibgs9 += CSWliblcms2-2 +RUNTIME_DEP_PKGS_CSWlibgs9-sparc += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgs9 += $(RUNTIME_DEP_PKGS_CSWlibgs9-$(GARCH)) + # This used to be a separate library and is now maintained as part of Ghostscript PACKAGES += CSWlibijs0-35 -CATALOGNAME_CSWlibijs0-35 = libijs0_35 -PKGFILES_CSWlibijs0-35 += $(call baseisadirs,$(libdir),libijs-0\.35\.so) -PKGFILES_CSWlibijs0-35 += $(call baseisadirs,$(libdir),libijs-0\.35\.so(\.\d+)*) -SPKG_DESC_CSWlibijs0-35 += $(DESCRIPTION), libijs-0.35.so +PKGFILES_CSWlibijs0-35 += $(call pkgfiles_lib,libijs-0.35.so) +SPKG_DESC_CSWlibijs0-35 = $(DESCRIPTION), libijs-0.35.so RUNTIME_DEP_PKGS_CSWlibijs0-35 += CSWlibgcc-s1 OBSOLETED_BY_CSWlibijs0-35 = CSWijs CHECKPKG_OVERRIDES_CSWlibijs0-35 += soname-equals-filename @@ -122,18 +125,6 @@ RUNTIME_DEP_PKGS_CSWghostscript-dev += CSWlibijs0-35 RUNTIME_DEP_PKGS_CSWghostscript-dev += CSWghostscript -### -# Needed for the Solaris ld bug -ifeq ($(shell /usr/bin/uname -p),sparc) -RUNTIME_DEP_PKGS_CSWghostscript += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibgpg-error0 -RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibcom-err3 -RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibgnutls28 -RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibk5crypto3 -endif -### - REINPLACEMENTS += fontpath REINPLACE_MATCH_fontpath = /usr/share/cups/fonts REINPLACE_WITH_fontpath = $(sharedstatedir)/cups/fonts @@ -163,9 +154,9 @@ BUILD_ARGS += so # This is needed because libidn.so and libpaper.so are not linked with LDFLAGS set -BUILD_ARGS += XTRALIBS="$(strip $(LINKER_FLAGS))" +#BUILD_ARGS += XTRALIBS="$(strip $(LINKER_FLAGS))" -TEST_ARGS += XTRALIBS="$(strip $(LINKER_FLAGS))" +#TEST_ARGS += XTRALIBS="$(strip $(LINKER_FLAGS))" INSTALL_ARGS += soinstall @@ -185,6 +176,9 @@ rm -rf $(WORKSRC)/expat @$(MAKECOOKIE) +# For building IJS take this into account: +# http://bugs.ghostscript.com/show_bug.cgi?id=692040 + post-configure: # Specific for libijs cd $(WORKSRC)/ijs && ./autogen.sh Modified: csw/mgar/pkg/ghostscript/trunk/checksums =================================================================== --- csw/mgar/pkg/ghostscript/trunk/checksums 2014-11-12 20:49:23 UTC (rev 24335) +++ csw/mgar/pkg/ghostscript/trunk/checksums 2014-11-12 21:11:44 UTC (rev 24336) @@ -1 +1 @@ -586494befb443363338c1b6379f13973 ghostscript-9.14.tar.gz +5a78ab0990ff6ec3a103576bc8777c46 ghostscript-9.15.tar.gz Added: csw/mgar/pkg/ghostscript/trunk/files/0001-Fix-for-latest-autotools.patch =================================================================== --- csw/mgar/pkg/ghostscript/trunk/files/0001-Fix-for-latest-autotools.patch (rev 0) +++ csw/mgar/pkg/ghostscript/trunk/files/0001-Fix-for-latest-autotools.patch 2014-11-12 21:11:44 UTC (rev 24336) @@ -0,0 +1,97 @@ +From 5732afdaaa749b7caf4757c1d6f7b92c87bf5e5b Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Tue, 11 Nov 2014 15:27:55 +0100 +Subject: [PATCH] Fix for latest autotools + +--- + ijs/Makefile.am | 4 +++- + ijs/autogen.sh | 4 ++-- + ijs/configure.ac | 7 ++++--- + 3 files changed, 9 insertions(+), 6 deletions(-) + +diff --git a/ijs/Makefile.am b/ijs/Makefile.am +index 6ca2adf..50c5755 100644 +--- a/ijs/Makefile.am ++++ b/ijs/Makefile.am +@@ -23,7 +23,9 @@ + + ## Process this file with automake to produce Makefile.in. + +-AUTOMAKE_OPTIONS = 1.8 foreign dist-bzip2 no-dependencies ++AUTOMAKE_OPTIONS = 1.6 foreign dist-bzip2 no-dependencies ++ ++ACLOCAL_AMFLAGS = -I m4 + + @SET_MAKE@ + +diff --git a/ijs/autogen.sh b/ijs/autogen.sh +index 4e346eb..3b3c509 100755 +--- a/ijs/autogen.sh ++++ b/ijs/autogen.sh +@@ -51,7 +51,7 @@ VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\).*/\1/" + echo + else + echo -n "checking for automake $AM_NEEDED or later... " +- for am in automake-$AM_NEEDED automake$AM_NEEDED automake; do ++ for am in automake automake-$AM_NEEDED automake$AM_NEEDED automake; do + ($am --version < /dev/null > /dev/null 2>&1) || continue + AM_MAJOR=`echo $AM_NEEDED |cut -d. -f1` + AM_MINOR=`echo $AM_NEEDED |cut -d. -f2` +@@ -65,7 +65,7 @@ VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\).*/\1/" + done + test -z $AUTOMAKE && echo "no" + echo -n "checking for aclocal $AM_NEEDED or later... " +- for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED aclocal; do ++ for ac in aclocal aclocal-$AM_NEEDED aclocal$AM_NEEDED aclocal; do + ($ac --version < /dev/null > /dev/null 2>&1) || continue + AM_MAJOR=`echo $AM_NEEDED |cut -d. -f1` + AM_MINOR=`echo $AM_NEEDED |cut -d. -f2` +diff --git a/ijs/configure.ac b/ijs/configure.ac +index df0260f..f0fae9f 100644 +--- a/ijs/configure.ac ++++ b/ijs/configure.ac +@@ -51,6 +51,7 @@ pushdef([IJS_VERSION], IJS_MAJOR_VERSION.IJS_MINOR_VERSION[]IJS_EXTRA_VERSION) + + AC_INIT(IJS_NAME, IJS_VERSION, [inkjet-list at linuxprinting.org]) + AC_PREREQ(2.53) ++AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_SRCDIR(ijs.c) + AC_REVISION($Revision: 5783 $) + +@@ -84,7 +85,7 @@ popdef([IJS_INTERFACE_AGE]) + popdef([IJS_BINARY_AGE]) + + dnl Initialize automake stuff. +-AM_INIT_AUTOMAKE(IJS_NAME, IJS_VERSION) ++AM_INIT_AUTOMAKE + popdef([IJS_NAME]) + popdef([IJS_VERSION]) + +@@ -117,7 +118,7 @@ AC_SUBST(LIBTOOL_DEPS) + dnl Checks for programs + + AC_PROG_CC +-AM_PROG_LIBTOOL ++AC_PROG_LIBTOOL + AC_SUBST(LIBTOOL_DEPS) + AC_ISC_POSIX + AC_PROG_INSTALL +@@ -140,6 +141,7 @@ case ${host_os} in + cygwin | mingw32 | pw32 | interix3 | interix | uwin) libijs_sysdeps="windows";; + *) libijs_sysdeps="unix";; + esac ++ + AM_CONDITIONAL(SYSDEPS_WINDOWS, test x$libijs_sysdeps = xwindows) + + +@@ -151,7 +153,6 @@ AC_SUBST(IJS_VERSION) + AC_SUBST(ijs_cflags) + ijs_libs="${IJS_LIBS} ${IJS_DEPLIBS}" + AC_SUBST(ijs_libs) +-AC_SUBST(INCLUDES) + LIBIJS_LIBS="${LIBIJS_LIBS} ${IJS_DEPLIBS}" + AC_SUBST(LIBIJS_LIBS) + +-- +2.0.3 + 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 Thu Nov 13 00:54:00 2014 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 12 Nov 2014 23:54:00 +0000 Subject: SF.net SVN: gar:[24340] csw/mgar/pkg/wesnoth/trunk/Makefile Message-ID: <3jdN816gZmzcB@mail.opencsw.org> Revision: 24340 http://sourceforge.net/p/gar/code/24340 Author: jake_goerzen Date: 2014-11-12 23:53:58 +0000 (Wed, 12 Nov 2014) Log Message: ----------- wesnoth: override no-direct-binding till we can figure out how to pass -Bdirect to cmake Modified Paths: -------------- csw/mgar/pkg/wesnoth/trunk/Makefile Modified: csw/mgar/pkg/wesnoth/trunk/Makefile =================================================================== --- csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 22:37:59 UTC (rev 24339) +++ csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 23:53:58 UTC (rev 24340) @@ -39,6 +39,30 @@ RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-regex1-49-0-gxx RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-iostreams1-49-0-gxx +# Temporarily overriding till we can figure out how to pass -Bdirect thru cmake +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL-1.2.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL_image-1.2.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL_mixer-1.2.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL_net-1.2.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL_ttf-2.0.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libX11.so.4 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libboost_iostreams.so.1.49.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libboost_program_options.so.1.49.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libboost_regex.so.1.49.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libboost_system.so.1.49.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libcairo.so.2 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libdbus-1.so.3 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libfontconfig.so.1 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libgobject-2.0.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libintl.so.8 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libpango-1.0.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libpangocairo-1.0.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libstdc++.so.6 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnothd|is|not|directly|bound|to|soname|libSDL-1.2.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnothd|is|not|directly|bound|to|soname|libSDL_net-1.2.so.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnothd|is|not|directly|bound|to|soname|libboost_iostreams.so.1.49.0 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnothd|is|not|directly|bound|to|soname|libintl.so.8 +CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnothd|is|not|directly|bound|to|soname|libstdc++.so.6 NOGITPATCH = 1 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 Thu Nov 13 00:58:08 2014 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 12 Nov 2014 23:58:08 +0000 Subject: SF.net SVN: gar:[24341] csw/mgar/pkg/wesnoth/trunk/Makefile Message-ID: <3jdNDl300Qzfk@mail.opencsw.org> Revision: 24341 http://sourceforge.net/p/gar/code/24341 Author: jake_goerzen Date: 2014-11-12 23:58:05 +0000 (Wed, 12 Nov 2014) Log Message: ----------- wesnoth: override file-with-bad-content Modified Paths: -------------- csw/mgar/pkg/wesnoth/trunk/Makefile Modified: csw/mgar/pkg/wesnoth/trunk/Makefile =================================================================== --- csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 23:53:58 UTC (rev 24340) +++ csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-12 23:58:05 UTC (rev 24341) @@ -39,6 +39,10 @@ RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-regex1-49-0-gxx RUNTIME_DEP_PKGS_CSWwesnoth += CSWlibboost-iostreams1-49-0-gxx +# Overriding these since they do no harm +CHECKPKG_OVERRIDES_CSWwesnoth += file-with-bad-content|/usr/local|root/opt/csw/bin/wesnoth +CHECKPKG_OVERRIDES_CSWwesnoth += file-with-bad-content|/usr/share|root/opt/csw/bin/wesnoth + # Temporarily overriding till we can figure out how to pass -Bdirect thru cmake CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL-1.2.so.0 CHECKPKG_OVERRIDES_CSWwesnoth += no-direct-binding|/opt/csw/bin/wesnoth|is|not|directly|bound|to|soname|libSDL_image-1.2.so.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Thu Nov 13 20:27:37 2014 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Thu, 13 Nov 2014 19:27:37 +0000 Subject: SF.net SVN: gar:[24342] csw/mgar/pkg/perl/trunk/Makefile Message-ID: <3jdtB93SQHz1KY@mail.opencsw.org> Revision: 24342 http://sourceforge.net/p/gar/code/24342 Author: claudio_sf Date: 2014-11-13 19:27:34 +0000 (Thu, 13 Nov 2014) Log Message: ----------- perl/trunk: EXTRA_RUNPATH_LINKER_FLAGS Modified Paths: -------------- csw/mgar/pkg/perl/trunk/Makefile Modified: csw/mgar/pkg/perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl/trunk/Makefile 2014-11-12 23:58:05 UTC (rev 24341) +++ csw/mgar/pkg/perl/trunk/Makefile 2014-11-13 19:27:34 UTC (rev 24342) @@ -39,7 +39,8 @@ # Let put perl in a separate dir as a migration strategy prefix = $(BUILD_PREFIX)/perlgcc -#EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir) +##EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir) +EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE # Depends RUNTIME_DEP_PKGS_CSWperlgcc += CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Thu Nov 13 20:37:04 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Thu, 13 Nov 2014 19:37:04 +0000 Subject: SF.net SVN: gar:[24343] csw/mgar/pkg/puppet3/trunk/Makefile Message-ID: <3jdtP753bcz1N3@mail.opencsw.org> Revision: 24343 http://sourceforge.net/p/gar/code/24343 Author: tosmi Date: 2014-11-13 19:37:04 +0000 (Thu, 13 Nov 2014) Log Message: ----------- checkpkg and style fixes Modified Paths: -------------- csw/mgar/pkg/puppet3/trunk/Makefile Modified: csw/mgar/pkg/puppet3/trunk/Makefile =================================================================== --- csw/mgar/pkg/puppet3/trunk/Makefile 2014-11-13 19:27:34 UTC (rev 24342) +++ csw/mgar/pkg/puppet3/trunk/Makefile 2014-11-13 19:37:04 UTC (rev 24343) @@ -33,26 +33,24 @@ INITSMF += $(sysconfdir)/init\.d/cswpuppetmasterd USERGROUP = $(sysconfdir)/pkg/puppet/cswusergroup +PACKAGES += CSWpuppet3 +SPKG_DESC_CSWpuppet3 = System configuration management tool, client daemon +RUNTIME_DEP_PKGS_CSWpuppet3 += CSWfacter +RUNTIME_DEP_PKGS_CSWpuppet3 += CSWhiera +RUNTIME_DEP_PKGS_CSWpuppet3 += CSWrubyaugeas +RUNTIME_DEP_PKGS_CSWpuppet3 += CSWruby20 +BUILD_DEP_PKGS_CSWpuppet3 = $(RUNTIME_DEP_PKGS_CSWpuppet3) + # Creating a separate package CSWpuppetmaster so that the cswpuppetmaster # service isn't started upon the installation of CSWpuppet. PACKAGES += CSWpuppetmaster3 -PACKAGES += CSWpuppet3 +SPKG_DESC_CSWpuppetmaster3 = System configuration management tool, server +RUNTIME_DEP_PKGS_CSWpuppetmaster3 = $(RUNTIME_DEP_PKGS) +BUILD_DEP_PKGS_CSWpuppet3 = $(RUNTIME_DEP_PKGS_CSWpuppet3) INCOMPATIBLE_PKGS += CSWpuppet INCOMPATIBLE_PKGS += CSWpuppetmaster -SPKG_DESC_CSWpuppet3 = System configuration management tool, client daemon -SPKG_DESC_CSWpuppetmaster3 = System configuration management tool, server - -RUNTIME_DEP_PKGS = CSWfacter -RUNTIME_DEP_PKGS += CSWhiera -RUNTIME_DEP_PKGS += CSWrubyaugeas -RUNTIME_DEP_PKGS += CSWruby20 - -RUNTIME_DEP_PKGS_CSWpuppetmaster3 = $(RUNTIME_DEP_PKGS) - -BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWpuppetmaster3) - PKGFILES_CSWpuppetmaster3 = $(sysconfdir)/init\.d/cswpuppetmasterd PKGFILES_CSWpuppetmaster3 += $(sbindir)/puppetmasterd PKGFILES_CSWpuppetmaster3 += $(mandir)/man8/puppetmasterd.8 @@ -70,24 +68,34 @@ TEST_SCRIPTS = INSTALL_SCRIPTS = puppet -CHECKPKG_OVERRIDES_CSWpuppetmaster3 = surplus-dependency|CSWruby20 -CHECKPKG_OVERRIDES_CSWpuppet3 = surplus-dependency|CSWfacter -CHECKPKG_OVERRIDES_CSWpuppet3 += missing-dependency|CSWpython +CHECKPKG_OVERRIDES_CSWpuppet3 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 +CHECKPKG_OVERRIDES_CSWpuppet3 += surplus-dependency|CSWruby20 +CHECKPKG_OVERRIDES_CSWpuppet3 += surplus-dependency|CSWrubyaugeas +CHECKPKG_OVERRIDES_CSWpuppet3 += surplus-dependency|CSWfacter +CHECKPKG_OVERRIDES_CSWpuppet3 += surplus-dependency|CSWhiera # Puppet has hardcoded paths to look at for many OSes, many of which involve # /usr/share and /usr/local. -CHECKPKG_OVERRIDES_CSWpuppet3 += file-with-bad-content +CHECKPKG_OVERRIDES_CSWpuppet3 += file-with-bad-content # These files are quite deliberate - without them users will not get CSW # behaviour. The README explains -CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/etc/puppet -CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/etc/puppet/README.CSW -CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/etc/puppet/puppet.conf.example-CSW -CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/var/lib -CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/var/lib/puppet -# yes, yes, we know it conflicts with puppet{,.asmter} - that's the point of +CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/etc/puppet +CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/etc/puppet/README.CSW +CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/etc/puppet/puppet.conf.example-CSW +CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/var/lib +CHECKPKG_OVERRIDES_CSWpuppet3 += bad-location-of-file|file=/var/lib/puppet +# yes, yes, we know it conflicts with puppet{,master} - that's the point of # INCOMPATIBLE_PKGS -CHECKPKG_OVERRIDES_CSWpuppet3 += file-collision -CHECKPKG_OVERRIDES_CSWpuppetmaster3 += file-collision +CHECKPKG_OVERRIDES_CSWpuppet3 += file-collision +CHECKPKG_OVERRIDES_CSWpuppetmaster3 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 +CHECKPKG_OVERRIDES_CSWpuppetmaster3 += surplus-dependency|CSWrubyaugeas +CHECKPKG_OVERRIDES_CSWpuppetmaster3 += surplus-dependency|CSWfacter +CHECKPKG_OVERRIDES_CSWpuppetmaster3 += surplus-dependency|CSWhiera +CHECKPKG_OVERRIDES_CSWpuppetmaster3 += surplus-dependency|CSWruby20 +# yes, yes, we know it conflicts with puppet{,master} - that's the point of +# INCOMPATIBLE_PKGS +CHECKPKG_OVERRIDES_CSWpuppetmaster += file-collision + include gar/category.mk install-puppet: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Thu Nov 13 20:37:33 2014 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Thu, 13 Nov 2014 19:37:33 +0000 Subject: SF.net SVN: gar:[24344] csw/mgar/pkg/perl/trunk/Makefile Message-ID: <3jdtPd42kpz1QS@mail.opencsw.org> Revision: 24344 http://sourceforge.net/p/gar/code/24344 Author: claudio_sf Date: 2014-11-13 19:37:33 +0000 (Thu, 13 Nov 2014) Log Message: ----------- perl/trunk: EXTRA_RUNPATH_LINKER_FLAGS #2 Modified Paths: -------------- csw/mgar/pkg/perl/trunk/Makefile Modified: csw/mgar/pkg/perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl/trunk/Makefile 2014-11-13 19:37:04 UTC (rev 24343) +++ csw/mgar/pkg/perl/trunk/Makefile 2014-11-13 19:37:33 UTC (rev 24344) @@ -40,7 +40,7 @@ # Let put perl in a separate dir as a migration strategy prefix = $(BUILD_PREFIX)/perlgcc ##EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir) -EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE +EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE/libperl.so # Depends RUNTIME_DEP_PKGS_CSWperlgcc += CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Thu Nov 13 20:41:20 2014 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Thu, 13 Nov 2014 19:41:20 +0000 Subject: SF.net SVN: gar:[24345] csw/mgar/pkg/perl/trunk/Makefile Message-ID: <3jdtV11634z1Sw@mail.opencsw.org> Revision: 24345 http://sourceforge.net/p/gar/code/24345 Author: claudio_sf Date: 2014-11-13 19:41:19 +0000 (Thu, 13 Nov 2014) Log Message: ----------- perl/trunk: EXTRA_RUNPATH* #3 Modified Paths: -------------- csw/mgar/pkg/perl/trunk/Makefile Modified: csw/mgar/pkg/perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl/trunk/Makefile 2014-11-13 19:37:33 UTC (rev 24344) +++ csw/mgar/pkg/perl/trunk/Makefile 2014-11-13 19:41:19 UTC (rev 24345) @@ -39,8 +39,8 @@ # Let put perl in a separate dir as a migration strategy prefix = $(BUILD_PREFIX)/perlgcc -##EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir) -EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE/libperl.so +EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir)/perl/5.20/CORE +#EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE/libperl.so # Depends RUNTIME_DEP_PKGS_CSWperlgcc += CSWlibgcc-s1 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 Thu Nov 13 23:06:25 2014 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 13 Nov 2014 22:06:25 +0000 Subject: SF.net SVN: gar:[24348] csw/mgar/pkg/wesnoth/trunk/Makefile Message-ID: <3jdxjX1tGQzGq@mail.opencsw.org> Revision: 24348 http://sourceforge.net/p/gar/code/24348 Author: jake_goerzen Date: 2014-11-13 22:06:18 +0000 (Thu, 13 Nov 2014) Log Message: ----------- wesnoth: set FIFO_DIR to be /var/opt/csw/run/wesnothd instead of /var/run/wesnothd Modified Paths: -------------- csw/mgar/pkg/wesnoth/trunk/Makefile Modified: csw/mgar/pkg/wesnoth/trunk/Makefile =================================================================== --- csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-13 20:47:05 UTC (rev 24347) +++ csw/mgar/pkg/wesnoth/trunk/Makefile 2014-11-13 22:06:18 UTC (rev 24348) @@ -96,6 +96,7 @@ -DCMAKE_INCLUDE_PATH=/opt/csw/gxx/include /opt/csw/include \ -DCMAKE_LIBRARY_PATH=/opt/csw/gxx/lib /opt/csw/lib \ -DCMAKE_INSTALL_RPATH:STRING="/opt/csw/lib/\$$ISALIST:/opt/csw/lib:/opt/csw/gxx/lib" \ + -DFIFO_DIR:STRING=/var/opt/csw/run/wesnothd \ -DBoost_DEBUG:BOOL=ON \ -DBOOST_INCLUDEDIR=/opt/csw/gxx/include \ .. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Fri Nov 14 20:55:48 2014 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Fri, 14 Nov 2014 19:55:48 +0000 Subject: SF.net SVN: gar:[24349] csw/mgar/pkg/perl/trunk/Makefile Message-ID: <3jfVmF5fVKzyV@mail.opencsw.org> Revision: 24349 http://sourceforge.net/p/gar/code/24349 Author: claudio_sf Date: 2014-11-14 19:55:45 +0000 (Fri, 14 Nov 2014) Log Message: ----------- perl/trunk: EXTRA_LIB Modified Paths: -------------- csw/mgar/pkg/perl/trunk/Makefile Modified: csw/mgar/pkg/perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl/trunk/Makefile 2014-11-13 22:06:18 UTC (rev 24348) +++ csw/mgar/pkg/perl/trunk/Makefile 2014-11-14 19:55:45 UTC (rev 24349) @@ -39,7 +39,8 @@ # Let put perl in a separate dir as a migration strategy prefix = $(BUILD_PREFIX)/perlgcc -EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir)/perl/5.20/CORE +#EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir)/perl/5.20/CORE +EXTRA_LIB = $(prefix)/$(libdir)/perl/5.20/CORE #EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE/libperl.so # Depends 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 Nov 15 11:21:36 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 15 Nov 2014 10:21:36 +0000 Subject: SF.net SVN: gar:[24351] csw/mgar/pkg/asciidoc/trunk Message-ID: <3jfszR1kxYz1Dn@mail.opencsw.org> Revision: 24351 http://sourceforge.net/p/gar/code/24351 Author: dmichelsen Date: 2014-11-15 10:21:31 +0000 (Sat, 15 Nov 2014) Log Message: ----------- asciidoc/trunk: Update to 8.6.9, forward-port patches Modified Paths: -------------- csw/mgar/pkg/asciidoc/trunk/Makefile csw/mgar/pkg/asciidoc/trunk/checksums Added Paths: ----------- csw/mgar/pkg/asciidoc/trunk/files/0001-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch Removed Paths: ------------- csw/mgar/pkg/asciidoc/trunk/files/0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch Modified: csw/mgar/pkg/asciidoc/trunk/Makefile =================================================================== --- csw/mgar/pkg/asciidoc/trunk/Makefile 2014-11-15 00:28:45 UTC (rev 24350) +++ csw/mgar/pkg/asciidoc/trunk/Makefile 2014-11-15 10:21:31 UTC (rev 24351) @@ -1,6 +1,5 @@ NAME = asciidoc -VERSION = 8.6.6 -GARTYPE = v2 +VERSION = 8.6.9 DESCRIPTION = A Documentation Generator define BLURB @@ -13,30 +12,20 @@ SGML/XML markup) can be customized and extended by the user. endef +MASTER_SITES = $(SF_MIRRORS) +DISTFILES += $(NAME)-$(VERSION).tar.gz + +PATCHFILES += 0001-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch + PACKAGES = CSWasciidoc -CATALOGNAME_CSWasciidoc = asciidoc - ARCHALL_CSWasciidoc = 1 +RUNTIME_DEP_PKGS_CSWasciidoc += CSWpython +RUNTIME_DEP_PKGS_CSWasciidoc += CSWggetopt +# This can not be detected by checkpkg +CHECKPKG_OVERRIDES_CSWasciidoc += surplus-dependency|CSWpython +CHECKPKG_OVERRIDES_CSWasciidoc += surplus-dependency|CSWggetopt -RUNTIME_DEP_PKGS_CSWasciidoc = CSWpython CSWggetopt - -MASTER_SITES = $(SF_MIRRORS) -DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES += $(AUTOFILES) - -PATCHFILES = handle-csw-etc-paths.patch -PATCHFILES += 0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch - TEST_TARGET = test -INSTALL_ARGS = vimdir=/opt/csw/etc/vim - -CHECKPKG_OVERRIDES_CSWasciidoc += surplus-dependency|CSWggetopt - include gar/category.mk -# until the autoconf stuff is included upstream, we'll maintain and import our -# own. -pre-configure-modulated: - ( cd $(WORKSRC); autoconf ) - @$(MAKECOOKIE) Modified: csw/mgar/pkg/asciidoc/trunk/checksums =================================================================== --- csw/mgar/pkg/asciidoc/trunk/checksums 2014-11-15 00:28:45 UTC (rev 24350) +++ csw/mgar/pkg/asciidoc/trunk/checksums 2014-11-15 10:21:31 UTC (rev 24351) @@ -1 +1 @@ -44b872d9c300ffa5a8fe8b3c4d10957c asciidoc-8.6.6.tar.gz +c59018f105be8d022714b826b0be130a asciidoc-8.6.9.tar.gz Copied: csw/mgar/pkg/asciidoc/trunk/files/0001-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch (from rev 23923, csw/mgar/pkg/asciidoc/trunk/files/0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch) =================================================================== --- csw/mgar/pkg/asciidoc/trunk/files/0001-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch (rev 0) +++ csw/mgar/pkg/asciidoc/trunk/files/0001-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch 2014-11-15 10:21:31 UTC (rev 24351) @@ -0,0 +1,28 @@ +From 13342b50a2def0dbb346de9505b1a9a24b753d5b Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Sat, 15 Nov 2014 10:53:34 +0100 +Subject: [PATCH] Add /opt/csw/{gnu,bin} to PATH in a2x.py + +This allows us to leverage the gnu tools which is what the app was +written against. It prevents blowups when non-gnu tools get gnu +options passed. +--- + a2x.py | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/a2x.py b/a2x.py +index c30e15b..4221742 100755 +--- a/a2x.py ++++ b/a2x.py +@@ -66,6 +66,8 @@ BACKEND_OPTS = '' + + OPTIONS = None # These functions read verbose and dry_run command options. + ++os.environ["PATH"] = "/opt/csw/gnu:/opt/csw/bin:" + os.environ["PATH"] ++ + def errmsg(msg): + sys.stderr.write('%s: %s\n' % (PROG,msg)) + +-- +2.0.3 + Deleted: csw/mgar/pkg/asciidoc/trunk/files/0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch =================================================================== --- csw/mgar/pkg/asciidoc/trunk/files/0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch 2014-11-15 00:28:45 UTC (rev 24350) +++ csw/mgar/pkg/asciidoc/trunk/files/0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch 2014-11-15 10:21:31 UTC (rev 24351) @@ -1,30 +0,0 @@ -From 5f2985d65ac801a12e44f0054543a476dc783f97 Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Fri, 23 Jul 2010 02:14:34 +0200 -Subject: [PATCH] Add /opt/csw/{gnu,bin} to PATH in a2x.py - -This allows us to leverage the gnu tools which is what the app was -written against. It prevents blowups when non-gnu tools get gnu -options passed. - -Signed-off-by: Ben Walton ---- - a2x.py | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/a2x.py b/a2x.py -index 186ccdf..d117086 100755 ---- a/a2x.py -+++ b/a2x.py -@@ -63,6 +63,8 @@ XSLTPROC_OPTS = '' - - OPTIONS = None # These functions read verbose and dry_run command options. - -+os.environ["PATH"] = "/opt/csw/gnu:/opt/csw/bin:" + os.environ["PATH"] -+ - def errmsg(msg): - sys.stderr.write('%s: %s\n' % (PROG,msg)) - --- -1.7.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Sat Nov 15 13:37:18 2014 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Sat, 15 Nov 2014 12:37:18 +0000 Subject: SF.net SVN: gar:[24354] csw/mgar/pkg/perl/trunk/Makefile Message-ID: <3jfwzp5cMkz1Jc@mail.opencsw.org> Revision: 24354 http://sourceforge.net/p/gar/code/24354 Author: claudio_sf Date: 2014-11-15 12:37:16 +0000 (Sat, 15 Nov 2014) Log Message: ----------- perl/trunk: runpath tests Modified Paths: -------------- csw/mgar/pkg/perl/trunk/Makefile Modified: csw/mgar/pkg/perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl/trunk/Makefile 2014-11-15 10:51:20 UTC (rev 24353) +++ csw/mgar/pkg/perl/trunk/Makefile 2014-11-15 12:37:16 UTC (rev 24354) @@ -39,8 +39,9 @@ # Let put perl in a separate dir as a migration strategy prefix = $(BUILD_PREFIX)/perlgcc -#EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir)/perl/5.20/CORE -EXTRA_LIB = $(prefix)/$(libdir)/perl/5.20/CORE +EXTRA_RUNPATH_DIRS = $(libdir)/perl/5.20/CORE +EXTRA_RUNPATH_ISALIST = $(EXTRA_RUNPATH_DIRS) +#EXTRA_LIB = $(prefix)/$(libdir)/perl/5.20/CORE #EXTRA_RUNPATH_LINKER_FLAGS += $(prefix)/$(libdir)/perl/5.20/CORE/libperl.so # Depends This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Sun Nov 16 23:32:20 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Sun, 16 Nov 2014 22:32:20 +0000 Subject: SF.net SVN: gar:[24357] csw/mgar/pkg/apcupsd/trunk Message-ID: <3jgp831shdzTn@mail.opencsw.org> Revision: 24357 http://sourceforge.net/p/gar/code/24357 Author: lblume Date: 2014-11-16 22:32:17 +0000 (Sun, 16 Nov 2014) Log Message: ----------- apcupsd/trunk: apctst crashes when run with apcupsd running Modified Paths: -------------- csw/mgar/pkg/apcupsd/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/apcupsd/trunk/files/0002-apctest.patch Modified: csw/mgar/pkg/apcupsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/apcupsd/trunk/Makefile 2014-11-15 14:03:46 UTC (rev 24356) +++ csw/mgar/pkg/apcupsd/trunk/Makefile 2014-11-16 22:32:17 UTC (rev 24357) @@ -19,6 +19,7 @@ BUILD_DEP_PKGS += CSWlibwrap-dev PATCHFILES += 0001-apccontrol-fix.patch +PATCHFILES += 0002-apctest.patch PACKAGES += CSWapcupsd SPKG_DESC_CSWapcupsd = A daemon for controlling APC UPS Added: csw/mgar/pkg/apcupsd/trunk/files/0002-apctest.patch =================================================================== --- csw/mgar/pkg/apcupsd/trunk/files/0002-apctest.patch (rev 0) +++ csw/mgar/pkg/apcupsd/trunk/files/0002-apctest.patch 2014-11-16 22:32:17 UTC (rev 24357) @@ -0,0 +1,18 @@ +Index: apcupsd-3.14.12-svn/src/apctest.c +=================================================================== +--- apcupsd-3.14.12-svn/src/apctest.c (revision 2267) ++++ apcupsd-3.14.12-svn/src/apctest.c (working copy) +@@ -336,7 +336,12 @@ + } + + pmsg("Setting up the port ...\n"); +- setup_device(ups); ++ if (!setup_device(ups)) ++ { ++ Error_abort0("Unable to open UPS device.\n" ++ " If apcupsd or apctest is already running,\n" ++ " please stop it and run this program again.\n"); ++ } + + if (hibernate_ups) { + pmsg("apctest: bad option, I cannot do a killpower\n"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Mon Nov 17 11:34:30 2014 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Mon, 17 Nov 2014 10:34:30 +0000 Subject: SF.net SVN: gar:[24359] csw/mgar/pkg Message-ID: <3jh69B3WThznh@mail.opencsw.org> Revision: 24359 http://sourceforge.net/p/gar/code/24359 Author: cgrzemba Date: 2014-11-17 10:34:29 +0000 (Mon, 17 Nov 2014) Log Message: ----------- move svn location Added Paths: ----------- csw/mgar/pkg/gnome-base/gnome-doc-utils/ Removed Paths: ------------- csw/mgar/pkg/gnome-doc-utils/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Mon Nov 17 11:55:10 2014 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Mon, 17 Nov 2014 10:55:10 +0000 Subject: SF.net SVN: gar:[24360] csw/mgar/pkg/gnome-base/gnome-doc-utils/trunk/ Makefile Message-ID: <3jh6d24VQYzrY@mail.opencsw.org> Revision: 24360 http://sourceforge.net/p/gar/code/24360 Author: cgrzemba Date: 2014-11-17 10:55:07 +0000 (Mon, 17 Nov 2014) Log Message: ----------- gnome-base/gnome-doc-utils/trunk: skip test; exclude scrollkeeper path from packaging Modified Paths: -------------- csw/mgar/pkg/gnome-base/gnome-doc-utils/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/gnome-doc-utils/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/gnome-doc-utils/trunk/Makefile 2014-11-17 10:34:29 UTC (rev 24359) +++ csw/mgar/pkg/gnome-base/gnome-doc-utils/trunk/Makefile 2014-11-17 10:55:07 UTC (rev 24360) @@ -20,6 +20,8 @@ BUILD_DEP_PKGS += CSWlibxml2-dev BUILD_DEP_PKGS += CSWlibxslt-dev +EXTRA_MERGE_EXCLUDE_FILES = /var/lib.* +SKIPTEST = 1 CONFIGURE_ARGS = $(DIRPATHS) 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 Nov 19 16:00:44 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 19 Nov 2014 15:00:44 +0000 Subject: SF.net SVN: gar:[24362] csw/mgar/pkg/ghostscript/trunk/Makefile Message-ID: <3jjRzh41DtzJX@mail.opencsw.org> Revision: 24362 http://sourceforge.net/p/gar/code/24362 Author: dmichelsen Date: 2014-11-19 15:00:40 +0000 (Wed, 19 Nov 2014) Log Message: ----------- ghostscript/trunk: Some cleanup with mapfiles and bug comments Modified Paths: -------------- csw/mgar/pkg/ghostscript/trunk/Makefile Modified: csw/mgar/pkg/ghostscript/trunk/Makefile =================================================================== --- csw/mgar/pkg/ghostscript/trunk/Makefile 2014-11-18 07:23:52 UTC (rev 24361) +++ csw/mgar/pkg/ghostscript/trunk/Makefile 2014-11-19 15:00:40 UTC (rev 24362) @@ -10,11 +10,13 @@ MASTER_SITES = http://downloads.ghostscript.com/public/ DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES += map.ghostscript +#DISTFILES += map.ghostscript # See for details https://www.opencsw.org/mantis/view.php?id=4913 #PATCHFILES += 0001-Use-ksh-and-GNU-sed-as-reported-in-4913.patch +# Use patch until this is fixed: +# http://bugs.ghostscript.com/show_bug.cgi?id=695692 PATCHFILES += 0001-Fix-for-latest-autotools.patch VENDOR_URL = http://www.ghostscript.com @@ -23,8 +25,10 @@ GARCOMPILER = GCC4 -LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.ghostscript)" +#GARFLAVOR = DBG +#LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.ghostscript)" + # Many more missing BUILD_DEP_PKGS += CSWlibpng-dev BUILD_DEP_PKGS += CSWlibz-dev @@ -103,7 +107,6 @@ RUNTIME_DEP_PKGS_CSWlibgs9-sparc += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibgs9 += $(RUNTIME_DEP_PKGS_CSWlibgs9-$(GARCH)) - # This used to be a separate library and is now maintained as part of Ghostscript PACKAGES += CSWlibijs0-35 PKGFILES_CSWlibijs0-35 += $(call pkgfiles_lib,libijs-0.35.so) @@ -145,6 +148,10 @@ CONFIGURE_ARGS-32-i386 += --disable-sse2 CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)-$(GARCH)) +# This makes debugging much easier, remove for production +CONFIGURE_ARGS-DBG += --disable-compile-inits +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(GARFLAVOR)) + # The arguments used for libijs CONFIGURE_ARGS_ijs = $(DIRPATHS) CONFIGURE_ARGS_ijs += --enable-shared This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Wed Nov 19 21:38:10 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 19 Nov 2014 20:38:10 +0000 Subject: SF.net SVN: gar:[24363] csw/mgar/pkg/git/trunk/Makefile Message-ID: <3jjbSq24HPzRm@mail.opencsw.org> Revision: 24363 http://sourceforge.net/p/gar/code/24363 Author: bdwalton Date: 2014-11-19 20:38:08 +0000 (Wed, 19 Nov 2014) Log Message: ----------- git/trunk: remove some now useless overrides Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2014-11-19 15:00:40 UTC (rev 24362) +++ csw/mgar/pkg/git/trunk/Makefile 2014-11-19 20:38:08 UTC (rev 24363) @@ -161,13 +161,10 @@ CHECKPKG_OVERRIDES_CSWgit-doc += surplus-dependency|CSWgit CHECKPKG_OVERRIDES_CSWgit-dev += discouraged-path-in-pkgmap|/opt/csw/lib/git/libgit.a CHECKPKG_OVERRIDES_CSWgit-dev += discouraged-path-in-pkgmap|/opt/csw/lib/git/libxdiff.a -CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWpmerror CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWbash -CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWosshclient CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWrsync CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWless CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWpmnetsmtpssl -CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWpmtermreadkey CHECKPKG_OVERRIDES_CSWgit += file-with-bad-content|/usr/share|root/opt/csw/libexec/git-core/git-send-email CHECKPKG_OVERRIDES_CSWgit += file-with-bad-content|/usr/local|root/opt/csw/libexec/git-core/git-instaweb CHECKPKG_OVERRIDES_CSWgit-gui += surplus-dependency|CSWtk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aironskin at users.sourceforge.net Mon Nov 24 10:53:36 2014 From: aironskin at users.sourceforge.net (aironskin at users.sourceforge.net) Date: Mon, 24 Nov 2014 09:53:36 +0000 Subject: SF.net SVN: gar:[24368] csw/mgar/pkg/iozone/trunk Message-ID: <3jmNwv20fdzSf@mail.opencsw.org> Revision: 24368 http://sourceforge.net/p/gar/code/24368 Author: aironskin Date: 2014-11-24 09:53:34 +0000 (Mon, 24 Nov 2014) Log Message: ----------- Updated to 3.429 Modified Paths: -------------- csw/mgar/pkg/iozone/trunk/Makefile csw/mgar/pkg/iozone/trunk/checksums Modified: csw/mgar/pkg/iozone/trunk/Makefile =================================================================== --- csw/mgar/pkg/iozone/trunk/Makefile 2014-11-22 20:15:51 UTC (rev 24367) +++ csw/mgar/pkg/iozone/trunk/Makefile 2014-11-24 09:53:34 UTC (rev 24368) @@ -1,5 +1,5 @@ NAME = iozone -VERSION = 3.420 +VERSION = 3.429 DISTVERSION = $(subst .,_,$(VERSION)) GARTYPE = v2 Modified: csw/mgar/pkg/iozone/trunk/checksums =================================================================== --- csw/mgar/pkg/iozone/trunk/checksums 2014-11-22 20:15:51 UTC (rev 24367) +++ csw/mgar/pkg/iozone/trunk/checksums 2014-11-24 09:53:34 UTC (rev 24368) @@ -1 +1 @@ -5205cd571c6e68440772f7e0af0712d6 iozone3_420.tar +d673e21c4a69588eac7d2b085088f83b iozone3_429.tar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Mon Nov 24 15:44:38 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Mon, 24 Nov 2014 14:44:38 +0000 Subject: SF.net SVN: gar:[24370] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: <3jmWNc44l2zYf@mail.opencsw.org> Revision: 24370 http://sourceforge.net/p/gar/code/24370 Author: lblume Date: 2014-11-24 14:44:37 +0000 (Mon, 24 Nov 2014) Log Message: ----------- pidgin/trunk: Update lib soname number Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2014-11-24 14:06:53 UTC (rev 24369) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2014-11-24 14:44:37 UTC (rev 24370) @@ -123,8 +123,8 @@ CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/purple-2/liboscar.so CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/purple-2/libymsg.so CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-pkgname-mismatch|file=opt/csw/lib/libgnt.so.0.8.10|soname=libgnt.so.0|pkgname=CSWpidgin|expected=CSWlibgnt0 -CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-pkgname-mismatch|file=opt/csw/lib/libpurple-client.so.0.10.10|soname=libpurple-client.so.0|pkgname=CSWpidgin|expected=CSWlibpurple-client0 -CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-pkgname-mismatch|file=opt/csw/lib/libpurple.so.0.10.10|soname=libpurple.so.0|pkgname=CSWpidgin|expected=CSWlibpurple0 +CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-pkgname-mismatch|file=opt/csw/lib/libpurple-client.so.0.10.11|soname=libpurple-client.so.0|pkgname=CSWpidgin|expected=CSWlibpurple-client0 +CHECKPKG_OVERRIDES_CSWpidgin += shared-lib-pkgname-mismatch|file=opt/csw/lib/libpurple.so.0.10.11|soname=libpurple.so.0|pkgname=CSWpidgin|expected=CSWlibpurple0 CHECKPKG_OVERRIDES_CSWpidgin += surplus-dependency|CSWaspell CHECKPKG_OVERRIDES_CSWpidgin += surplus-dependency|CSWtcl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Mon Nov 24 21:13:42 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 24 Nov 2014 20:13:42 +0000 Subject: SF.net SVN: gar:[24372] csw/mgar/pkg/git/trunk/Makefile Message-ID: <3jmfhJ2Blwzkh@mail.opencsw.org> Revision: 24372 http://sourceforge.net/p/gar/code/24372 Author: bdwalton Date: 2014-11-24 20:13:41 +0000 (Mon, 24 Nov 2014) Log Message: ----------- git/trunk: more dependency and checkpkg override tweaks Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2014-11-24 16:41:51 UTC (rev 24371) +++ csw/mgar/pkg/git/trunk/Makefile 2014-11-24 20:13:41 UTC (rev 24372) @@ -48,7 +48,7 @@ RUNTIME_DEP_PKGS_CSWgit = CSWlibz1 CSWperl CSWrsync CSWlibcurl4 RUNTIME_DEP_PKGS_CSWgit += CSWopenssh-client CSWlibiconv2 CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWgit += CSWbash CSWpm-error CSWpm-termreadkey +RUNTIME_DEP_PKGS_CSWgit += CSWbash CSWpm-error CSWpm-term-readkey RUNTIME_DEP_PKGS_CSWgit += CSWpmnetsmtpssl CSWless RUNTIME_DEP_PKGS_CSWgit += CSWlibintl8 RUNTIME_DEP_PKGS_CSWgit += CSWlibssl1-0-0 @@ -165,6 +165,9 @@ CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWrsync CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWless CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWpmnetsmtpssl +CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWopenssh-client +CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWpm-term-readkey +CHECKPKG_OVERRIDES_CSWgit += surplus-dependency|CSWpm-error CHECKPKG_OVERRIDES_CSWgit += file-with-bad-content|/usr/share|root/opt/csw/libexec/git-core/git-send-email CHECKPKG_OVERRIDES_CSWgit += file-with-bad-content|/usr/local|root/opt/csw/libexec/git-core/git-instaweb CHECKPKG_OVERRIDES_CSWgit-gui += surplus-dependency|CSWtk 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 Nov 24 21:14:12 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 24 Nov 2014 20:14:12 +0000 Subject: SF.net SVN: gar:[24373] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <3jmfht69kmzn7@mail.opencsw.org> Revision: 24373 http://sourceforge.net/p/gar/code/24373 Author: dmichelsen Date: 2014-11-24 20:14:12 +0000 (Mon, 24 Nov 2014) Log Message: ----------- gnustep-base/trunk: Some fixes Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-11-24 20:13:41 UTC (rev 24372) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-11-24 20:14:12 UTC (rev 24373) @@ -10,31 +10,36 @@ GNUstep-core base framework, which provides all Foundation equivalent classes, useful for all non-gui objective-c development. A prerequisite for all GNUstep tools as well as applications. endef -BUILD_DEP_PKGS_CSWgnustep-base = CSWgmake CSWgcc4objc CSWgnustep-make -RUNTIME_DEP_PKGS_CSWgnustep-base = CSWgnustep-make +MASTER_SITES += ftp://ftp.gnustep.org/pub/gnustep/core/ +DISTFILES += $(DISTNAME).tar.gz -BUILD_DEP_PKGS_CSWgnustep-base += CSWlibffi-dev -RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibffi5 +BUILD_DEP_PKGS += CSWgmake +BUILD_DEP_PKGS += CSWgcc4objc +BUILD_DEP_PKGS += CSWgnustep-make +BUILD_DEP_PKGS += CSWlibffi-dev +BUILD_DEP_PKGS += CSWlibicu-dev +BUILD_DEP_PKGS += CSWlibgnutls-dev +BUILD_DEP_PKGS += CSWlibxml2-dev CSWlibxslt-dev +BUILD_DEP_PKGS += CSWlibiconv-dev -BUILD_DEP_PKGS_CSWgnustep-base += CSWlibicu-dev -RUNTIME_DEP_PGKS_CSWgnustep-base += CSWlibicui18n52 CSWlibicuuc52 CSWlibicudata52 - -RUNTIME_DEP_PGKS_CSWgnustep-base += CSWlibobjc4 CSWlibgcc-s1 CSWlibgmp10 - -BUILD_DEP_PKGS_CSWgnustep-base += CSWlibgnutls-dev -RUNTIME_DEP_PGKS_CSWgnustep-base += CSWlibssl1-0-0 CSWlibgnutls28 CSWlibgcrypt20 - -BUILD_DEP_PKGS_CSWgnustep-base += CSWlibxml2-dev CSWlibxslt-dev -RUNTIME_DEP_PGKS_CSWgnustep-base += CSWlibxslt1 CSWlibxml2-2 -BUILD_DEP_PKGS_CSWgnustep-base += CSWlibiconv-dev +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibz1 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxslt1 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxml2-2 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibicuuc52 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgnutls28 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgmp10 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibicudata52 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibffi5 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibicui18n52 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibiconv2 +#overrides +CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.24/Resources/NSTimeZones/README -MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/ -DISTFILES = $(DISTNAME).tar.gz - - - #where can we build? PACKAGING_PLATFORMS += solaris9-sparc PACKAGING_PLATFORMS += solaris10-sparc @@ -47,7 +52,7 @@ EXTRA_RUNPATH_DIRS = /opt/csw/GNUstep/System/Library/Libraries #we disable linker maps (needed for gnutls) -LINKER_MAPS = +# LINKER_MAPS = # now special targets for configure, build and install so that we can source # GNUstep.sh before @@ -64,20 +69,14 @@ include gar/category.mk configure-sourcegs: - . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS) + $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && ./configure $(CONFIGURE_ARGS) @$(MAKECOOKIE) build-sourcegs: - . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) ; $(MAKE) + $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) @$(MAKECOOKIE) install-sourcegs: - . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) ; $(MAKE) install DESTDIR=$(DESTDIR) + $(INSTALL_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR) @$(MAKECOOKIE) -test-none : - @$(MAKECOOKIE) - -#overrides -CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.24/Resources/NSTimeZones/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Nov 26 09:01:31 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 26 Nov 2014 08:01:31 +0000 Subject: SF.net SVN: gar:[24377] csw/mgar/pkg/collectd/trunk/Makefile Message-ID: <3jnZLg0fFxz2X@mail.opencsw.org> Revision: 24377 http://sourceforge.net/p/gar/code/24377 Author: tosmi Date: 2014-11-26 08:01:30 +0000 (Wed, 26 Nov 2014) Log Message: ----------- collectd: updated description Modified Paths: -------------- csw/mgar/pkg/collectd/trunk/Makefile Modified: csw/mgar/pkg/collectd/trunk/Makefile =================================================================== --- csw/mgar/pkg/collectd/trunk/Makefile 2014-11-26 07:43:03 UTC (rev 24376) +++ csw/mgar/pkg/collectd/trunk/Makefile 2014-11-26 08:01:30 UTC (rev 24377) @@ -4,8 +4,13 @@ VERSION = 5.4.1 GARTYPE = v2 -DESCRIPTION = Collects sistema performance statistics periodically +DESCRIPTION = The system statistics collection daemon define BLURB +collectd gathers statistics about the system it is running on and stores this information. +Those statistics can then be used to find current performance bottlenecks +(i.e. performance analysis) and predict future system load (i.e. capacity planning). +Or if you just want pretty graphs of your private server and are fed up with some +homegrown solution you're at the right place, too ;). endef MASTER_SITES = http://collectd.org/files/ 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 Nov 26 12:48:40 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Nov 2014 11:48:40 +0000 Subject: SF.net SVN: gar:[24379] csw/mgar/pkg/cpan/Convert-ASN1/trunk Message-ID: <3jngNg0V3Lz6k@mail.opencsw.org> Revision: 24379 http://sourceforge.net/p/gar/code/24379 Author: dmichelsen Date: 2014-11-26 11:48:38 +0000 (Wed, 26 Nov 2014) Log Message: ----------- cpan/Convert-ASN1/trunk: Update to makemake and 0.27 Modified Paths: -------------- csw/mgar/pkg/cpan/Convert-ASN1/trunk/Makefile csw/mgar/pkg/cpan/Convert-ASN1/trunk/checksums Modified: csw/mgar/pkg/cpan/Convert-ASN1/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Convert-ASN1/trunk/Makefile 2014-11-26 11:47:58 UTC (rev 24378) +++ csw/mgar/pkg/cpan/Convert-ASN1/trunk/Makefile 2014-11-26 11:48:38 UTC (rev 24379) @@ -1,17 +1,22 @@ NAME = Convert-ASN1 -VERSION = 0.22 +VERSION = 0.27 CATEGORIES = cpan GARTYPE = v2 AUTHOR = GBARR -DESCRIPTION = ASN.1 Encode/Decode library +DESCRIPTION = Convert between perl data structures and ASN.1 encoded packets define BLURB - Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. endef -PACKAGES = CSWpmconvertasn1 -CATALOGNAME = pm_convertasn1 +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE = LICENSE +PACKAGES += CSWpm-convert-asn1 +CATALOGNAME_CSWpm-convert-asn1 = pm_convert_asn1 +SPKG_DESC_CSWpm-convert-asn1 = Convert between perl data structures and ASN.1 encoded packets +ARCHALL_CSWpm-convert-asn1 = 1 +OBSOLETED_BY_CSWpm-convert-asn1 += CSWpmconvertasn1 +CATALOGNAME_CSWpmconvertasn1 = pm_convertasn1_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Convert-ASN1/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Convert-ASN1/trunk/checksums 2014-11-26 11:47:58 UTC (rev 24378) +++ csw/mgar/pkg/cpan/Convert-ASN1/trunk/checksums 2014-11-26 11:48:38 UTC (rev 24379) @@ -1 +1 @@ -64a555e44adc79d92072b9fc7a6779c4 download/Convert-ASN1-0.22.tar.gz +68723e96be0b258a9e20480276e8a62c Convert-ASN1-0.27.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 Nov 26 13:01:54 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Nov 2014 12:01:54 +0000 Subject: SF.net SVN: gar:[24381] csw/mgar/pkg/cpan/MIME-Types/trunk Message-ID: <3jnggx3SwMz9H@mail.opencsw.org> Revision: 24381 http://sourceforge.net/p/gar/code/24381 Author: dmichelsen Date: 2014-11-26 12:01:52 +0000 (Wed, 26 Nov 2014) Log Message: ----------- cpan/MIME-Types/trunk: Update to makemake and 2.09 Modified Paths: -------------- csw/mgar/pkg/cpan/MIME-Types/trunk/Makefile csw/mgar/pkg/cpan/MIME-Types/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/MIME-Types/trunk/files/COPYING csw/mgar/pkg/cpan/MIME-Types/trunk/files/CSWpmmimetypes.gspec Modified: csw/mgar/pkg/cpan/MIME-Types/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/MIME-Types/trunk/Makefile 2014-11-26 12:01:17 UTC (rev 24380) +++ csw/mgar/pkg/cpan/MIME-Types/trunk/Makefile 2014-11-26 12:01:52 UTC (rev 24381) @@ -1,24 +1,22 @@ NAME = MIME-Types -VERSION = 1.29 +VERSION = 2.09 CATEGORIES = cpan GARTYPE = v2 AUTHOR = MARKOV -DESCRIPTION = Perl MIME::Types module +DESCRIPTION = Definition of MIME types define BLURB - This module maintains a set of MIME::Type objects, which each describe one - known mime type. There are many types defined by RFCs and vendors, so the - list is long but not complete. Please don't hestitate to ask to add - additional information. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmmimetypes -CATALOGNAME = pm_mimetypes +LICENSE_TEXT = This module is licensed under the perl license -BUILD_DEP_PKGS = CSWpmtestpod +PACKAGES += CSWpm-mime-types +CATALOGNAME_CSWpm-mime-types = pm_mime_types +SPKG_DESC_CSWpm-mime-types = Definition of MIME types +ARCHALL_CSWpm-mime-types = 1 +OBSOLETED_BY_CSWpm-mime-types += CSWpmmimetypes +CATALOGNAME_CSWpmmimetypes = pm_mimetypes_stub -ARCHALL = 1 - include gar/category.mk Modified: csw/mgar/pkg/cpan/MIME-Types/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/MIME-Types/trunk/checksums 2014-11-26 12:01:17 UTC (rev 24380) +++ csw/mgar/pkg/cpan/MIME-Types/trunk/checksums 2014-11-26 12:01:52 UTC (rev 24381) @@ -1,2 +1 @@ -b80cd735a88df5731be29b11ecae5497 COPYING -4944fea4b6f2be96745fde90607c43f7 MIME-Types-1.29.tar.gz +99952df4f4a1e2e31eb80d98b6197774 MIME-Types-2.09.tar.gz Deleted: csw/mgar/pkg/cpan/MIME-Types/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/MIME-Types/trunk/files/COPYING 2014-11-26 12:01:17 UTC (rev 24380) +++ csw/mgar/pkg/cpan/MIME-Types/trunk/files/COPYING 2014-11-26 12:01:52 UTC (rev 24381) @@ -1,3 +0,0 @@ -Copyright (c) 2001-2003 by the author(s). All rights reserved. This program -is free software; you can redistribute it and/or modify it under the -same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/MIME-Types/trunk/files/CSWpmmimetypes.gspec =================================================================== --- csw/mgar/pkg/cpan/MIME-Types/trunk/files/CSWpmmimetypes.gspec 2014-11-26 12:01:17 UTC (rev 24380) +++ csw/mgar/pkg/cpan/MIME-Types/trunk/files/CSWpmmimetypes.gspec 2014-11-26 12:01:52 UTC (rev 24381) @@ -1,8 +0,0 @@ -%var bitname pm_mimetypes -%var pkgname CSWpmmimetypes -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (c) 2001-2003 by the author(s). All rights reserved. This program -is free software; you can redistribute it and/or modify it under the -same terms as Perl itself. 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 Nov 26 13:09:13 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 26 Nov 2014 12:09:13 +0000 Subject: SF.net SVN: gar:[24382] csw/mgar/pkg/cpan/Text-Format/trunk Message-ID: <3jngrM4hc6zCv@mail.opencsw.org> Revision: 24382 http://sourceforge.net/p/gar/code/24382 Author: dmichelsen Date: 2014-11-26 12:09:12 +0000 (Wed, 26 Nov 2014) Log Message: ----------- cpan/Text-Format/trunk: Update to makemake and 0.59 Modified Paths: -------------- csw/mgar/pkg/cpan/Text-Format/trunk/Makefile csw/mgar/pkg/cpan/Text-Format/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Text-Format/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Text-Format/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-Format/trunk/Makefile 2014-11-26 12:01:52 UTC (rev 24381) +++ csw/mgar/pkg/cpan/Text-Format/trunk/Makefile 2014-11-26 12:09:12 UTC (rev 24382) @@ -1,20 +1,27 @@ NAME = Text-Format -VERSION = 0.52 +VERSION = 0.59 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = GABOR +AUTHOR = SHLOMIF -DESCRIPTION = Various subroutines to format text +DESCRIPTION = Format text define BLURB endef -DISTFILES = COPYING -DISTNAME = $(NAME)$(VERSION) -MODDIST = $(DISTNAME).tar.gz +CATALOG_RELEASE = unstable -PACKAGES = CSWpmtextformat -CATALOGNAME = pm_textformat +LICENSE = LICENSE -ARCHALL = 1 +PACKAGES += CSWpm-text-format +CATALOGNAME_CSWpm-text-format = pm_text_format +SPKG_DESC_CSWpm-text-format = Format text +ARCHALL_CSWpm-text-format = 1 +OBSOLETED_BY_CSWpm-text-format += CSWpmtextformat +CATALOGNAME_CSWpmtextformat = pm_textformat_stub +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/Text-Format/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Text-Format/trunk/checksums 2014-11-26 12:01:52 UTC (rev 24381) +++ csw/mgar/pkg/cpan/Text-Format/trunk/checksums 2014-11-26 12:09:12 UTC (rev 24382) @@ -1,2 +1 @@ -9b09847194374292f0139e61176f7057 COPYING -9b1936e65ee05d904bb329e32259814f Text-Format0.52.tar.gz +ab4ae26dbbb7eed101dc7a4324ac9c10 Text-Format-0.59.tar.gz Deleted: csw/mgar/pkg/cpan/Text-Format/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Text-Format/trunk/files/COPYING 2014-11-26 12:01:52 UTC (rev 24381) +++ csw/mgar/pkg/cpan/Text-Format/trunk/files/COPYING 2014-11-26 12:09:12 UTC (rev 24382) @@ -1,4 +0,0 @@ -Copyright (c) 1998 Gabor Egressy . -All rights reserved. All wrongs reversed. This program is free -software; you can redistribute and/or modify it under the same terms as -Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Nov 26 21:16:41 2014 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 26 Nov 2014 20:16:41 +0000 Subject: SF.net SVN: gar:[24387] csw/mgar/pkg/collectd/trunk/Makefile Message-ID: <3jntfq3XjbzNd@mail.opencsw.org> Revision: 24387 http://sourceforge.net/p/gar/code/24387 Author: tosmi Date: 2014-11-26 20:16:39 +0000 (Wed, 26 Nov 2014) Log Message: ----------- collectd: reorder runtime deps Modified Paths: -------------- csw/mgar/pkg/collectd/trunk/Makefile Modified: csw/mgar/pkg/collectd/trunk/Makefile =================================================================== --- csw/mgar/pkg/collectd/trunk/Makefile 2014-11-26 20:15:31 UTC (rev 24386) +++ csw/mgar/pkg/collectd/trunk/Makefile 2014-11-26 20:16:39 UTC (rev 24387) @@ -71,7 +71,8 @@ RUNTIME_DEP_PKGS_CSWcollectd_sparc += CSWlibgtk1-2-0 RUNTIME_DEP_PKGS_CSWcollectd += $(RUNTIME_DEP_PKGS_CSWcollectd_$(GARCH)) -RUNTIME_DEP_PKGS_CSWcollectd_i386 += CSWlibmemcached8 CSWlibfl2 +RUNTIME_DEP_PKGS_CSWcollectd_i386 += CSWlibmemcached8 +RUNTIME_DEP_PKGS_CSWcollectd_i386 += CSWlibfl2 RUNTIME_DEP_PKGS_CSWcollectd += $(RUNTIME_DEP_PKGS_CSWcollectd_$(GARCH)) INITSMF = $(sysconfdir)/init\.d/collectd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From opk at users.sourceforge.net Fri Nov 28 19:34:54 2014 From: opk at users.sourceforge.net (opk at users.sourceforge.net) Date: Fri, 28 Nov 2014 18:34:54 +0000 Subject: SF.net SVN: gar:[24389] csw/mgar/pkg Message-ID: <3jq4Jd0SlgzpP@mail.opencsw.org> Revision: 24389 http://sourceforge.net/p/gar/code/24389 Author: opk Date: 2014-11-28 18:34:53 +0000 (Fri, 28 Nov 2014) Log Message: ----------- new package for mupdf Added Paths: ----------- csw/mgar/pkg/mupdf/ csw/mgar/pkg/mupdf/Makefile csw/mgar/pkg/mupdf/branches/ csw/mgar/pkg/mupdf/tags/ csw/mgar/pkg/mupdf/trunk/ csw/mgar/pkg/mupdf/trunk/Makefile csw/mgar/pkg/mupdf/trunk/checksums csw/mgar/pkg/mupdf/trunk/files/ csw/mgar/pkg/mupdf/trunk/files/0001-adjust-Makefile-for-Solaris.patch Added: csw/mgar/pkg/mupdf/Makefile =================================================================== --- csw/mgar/pkg/mupdf/Makefile (rev 0) +++ csw/mgar/pkg/mupdf/Makefile 2014-11-28 18:34:53 UTC (rev 24389) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/mupdf/trunk =================================================================== --- csw/mgar/pkg/mupdf/trunk 2014-11-27 09:11:08 UTC (rev 24388) +++ csw/mgar/pkg/mupdf/trunk 2014-11-28 18:34:53 UTC (rev 24389) Property changes on: csw/mgar/pkg/mupdf/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/mupdf/trunk/Makefile =================================================================== --- csw/mgar/pkg/mupdf/trunk/Makefile (rev 0) +++ csw/mgar/pkg/mupdf/trunk/Makefile 2014-11-28 18:34:53 UTC (rev 24389) @@ -0,0 +1,66 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = mupdf +VERSION = 1.6 +GARTYPE = v2 + +DESCRIPTION = Lightweight PDF and XPS viewer +define BLURB + MuPDF is small, fast, and yet complete. It supports PDF 1.7 with + transparency, encryption, hyperlinks, annotations, searching and more. + It also reads XPS and OpenXPS documents. + + The renderer in MuPDF is tailored for high quality anti-aliased + graphics. It renders text with metrics and spacing accurate to within + fractions of a pixel for the highest fidelity in reproducing the look of + a printed page on screen. +endef + +MASTER_SITES = http://mupdf.com/downloads/ +DISTNAME = $(NAME)-$(VERSION)-source +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*)-source.tar.gz +DISTFILES = $(DISTNAME).tar.gz +VENDOR_URL = http://mupdf.com/ +LICENSE = COPYING + +PACKAGES = CSWmupdf CSWmupdf-tools +SPKG_DESC_CSWmupdf = $(DESCRIPTION) +SPKG_DESC_CSWmupdf-tools = Commmand line tools for the MuPDF viewer +PKGFILES_CSWmupdf = $(docdir)/$(NAME)/* $(bindir)/mupdf $(mandir)/man1/mupdf.1 +PKGFILES_CSWmupdf-tools = $(bindir)/mudraw $(bindir)/mutool \ + $(mandir)/man1/mudraw.1 $(mandir)/man1/mutool.1 + +PATCHFILES += 0001-adjust-Makefile-for-Solaris.patch + +CONFIGURE_SCRIPTS = +BUILD_ARGS += build=none verbose=yes +INSTALL_ARGS += build=none verbose=yes +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +install-custom: + @ginstall -d $(DESTDIR)$(bindir) + @ginstall -d $(DESTDIR)$(mandir)/man1 + @ginstall -d $(DESTDIR)$(docdir)/$(NAME) + @ginstall $(WORKSRC)/build/none/mudraw $(DESTDIR)$(bindir) + @ginstall $(WORKSRC)/build/none/mutool $(DESTDIR)$(bindir) + @ginstall -T $(WORKSRC)/build/none/mupdf-x11-curl $(DESTDIR)$(bindir)/mupdf + @ginstall -m 644 $(WORKSRC)/docs/man/*.1 $(DESTDIR)$(mandir)/man1 + @ginstall -m 644 $(WORKSRC)/README $(WORKSRC)/CHANGES $(WORKSRC)/docs/*.txt $(DESTDIR)$(docdir)/$(NAME) + @$(MAKECOOKIE) + + +RUNTIME_DEP_PKGS_CSWmupdf += CSWlibcurl4 CSWlibjpeg7 CSWlibssl1-0-0 CSWlibz1 \ + CSWlibjbig2dec0 CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWmupdf-tools += CSWlibjpeg7 CSWlibssl1-0-0 CSWlibz1 \ + CSWlibjbig2dec0 CSWlibfreetype6 + +include gar/category.mk + +post-extract: + $(RM) $(WORKSRC)/thirdparty/curl/README $(WORKSRC)/thirdparty/jpeg/README \ + $(WORKSRC)/thirdparty/zlib/README $(WORKSRC)/thirdparty/freetype/README \ + $(WORKSRC)/thirdparty/openjpeg/CMakeLists.txt \ + $(WORKSRC)/thirdparty/jbig2dec/README + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/mupdf/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/mupdf/trunk/checksums =================================================================== --- csw/mgar/pkg/mupdf/trunk/checksums (rev 0) +++ csw/mgar/pkg/mupdf/trunk/checksums 2014-11-28 18:34:53 UTC (rev 24389) @@ -0,0 +1 @@ +8d69db41ae9e0b6807b76bb6ed70dc2f mupdf-1.6-source.tar.gz Added: csw/mgar/pkg/mupdf/trunk/files/0001-adjust-Makefile-for-Solaris.patch =================================================================== --- csw/mgar/pkg/mupdf/trunk/files/0001-adjust-Makefile-for-Solaris.patch (rev 0) +++ csw/mgar/pkg/mupdf/trunk/files/0001-adjust-Makefile-for-Solaris.patch 2014-11-28 18:34:53 UTC (rev 24389) @@ -0,0 +1,43 @@ +From d2659db20be238e1fcba56ccb85ddace59e9f51a Mon Sep 17 00:00:00 2001 +From: Oliver Kiddle +Date: Fri, 28 Nov 2014 19:13:59 +0100 +Subject: [PATCH] adjust Makefile for Solaris + +--- + Makerules | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +diff --git a/Makerules b/Makerules +index 75573da..00f59c2 100644 +--- a/Makerules ++++ b/Makerules +@@ -5,7 +5,7 @@ OS := $(OS:MINGW%=MINGW) + OS := $(OS:Windows_NT=MINGW) + OS := $(OS:Darwin=MACOS) + +-CFLAGS += -Wall ++#CFLAGS += -Wall + + ifeq "$(build)" "debug" + CFLAGS += -pipe -g -DDEBUG +@@ -21,8 +21,6 @@ else ifeq "$(build)" "native" + CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer -march=native -mfpmath=sse + else ifeq "$(build)" "memento" + CFLAGS += -pipe -g -DMEMENTO -DDEBUG +-else +-$(error unknown build setting: '$(build)') + endif + + # Windows (MINGW) build doesn't use system libraries. +@@ -54,7 +52,7 @@ LD = xcrun ld + RANLIB_CMD = xcrun ranlib $@ + + # Linux uses pkg-config for system libraries. +-else ifeq "$(OS)" "Linux" ++else + + HAVE_X11 ?= yes + +-- +2.0.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Fri Nov 28 22:53:09 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Fri, 28 Nov 2014 21:53:09 +0000 Subject: SF.net SVN: gar:[24392] csw/mgar/pkg/wireshark/trunk Message-ID: <3jq8jC2lLBztB@mail.opencsw.org> Revision: 24392 http://sourceforge.net/p/gar/code/24392 Author: lblume Date: 2014-11-28 21:53:09 +0000 (Fri, 28 Nov 2014) Log Message: ----------- wireshark/trunk: Bump to 1.12.2 Modified Paths: -------------- csw/mgar/pkg/wireshark/trunk/Makefile csw/mgar/pkg/wireshark/trunk/checksums Modified: csw/mgar/pkg/wireshark/trunk/Makefile =================================================================== --- csw/mgar/pkg/wireshark/trunk/Makefile 2014-11-28 19:24:09 UTC (rev 24391) +++ csw/mgar/pkg/wireshark/trunk/Makefile 2014-11-28 21:53:09 UTC (rev 24392) @@ -1,5 +1,5 @@ NAME = wireshark -VERSION = 1.12.0 +VERSION = 1.12.2 GARTYPE = v2 DESCRIPTION = Wireshark (was Ethereal) is a free network protocol analyzer Modified: csw/mgar/pkg/wireshark/trunk/checksums =================================================================== --- csw/mgar/pkg/wireshark/trunk/checksums 2014-11-28 19:24:09 UTC (rev 24391) +++ csw/mgar/pkg/wireshark/trunk/checksums 2014-11-28 21:53:09 UTC (rev 24392) @@ -1 +1 @@ -8dcfe451d8769901129809d2e19c1fb7 wireshark-1.12.0.tar.bz2 +2f2a16be8b087227cb17733c72288ae4 wireshark-1.12.2.tar.bz2 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 Nov 30 10:47:51 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 30 Nov 2014 09:47:51 +0000 Subject: SF.net SVN: gar:[24393] csw/mgar/pkg/mercurial/trunk Message-ID: <3jr4WV1081z18K@mail.opencsw.org> Revision: 24393 http://sourceforge.net/p/gar/code/24393 Author: rthurner Date: 2014-11-30 09:47:49 +0000 (Sun, 30 Nov 2014) Log Message: ----------- mercurial/trunk: mercurial upgrade to 3.2.1 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 2014-11-28 21:53:09 UTC (rev 24392) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2014-11-30 09:47:49 UTC (rev 24393) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 3.2 +VERSION = 3.2.1 CATEGORIES = python GARTYPE = v2 Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2014-11-28 21:53:09 UTC (rev 24392) +++ csw/mgar/pkg/mercurial/trunk/checksums 2014-11-30 09:47:49 UTC (rev 24393) @@ -1 +1 @@ -d7bcfa3d4d1e786b3c54f1f52fecc9b7 mercurial-3.2.tar.gz +8dd4822d5aaee25be4484583ada018c5 mercurial-3.2.1.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 Nov 30 12:15:56 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 30 Nov 2014 11:15:56 +0000 Subject: SF.net SVN: gar:[24394] csw/mgar/pkg/mod_wsgi/trunk Message-ID: <3jr6T55XQ6z1By@mail.opencsw.org> Revision: 24394 http://sourceforge.net/p/gar/code/24394 Author: rthurner Date: 2014-11-30 11:15:54 +0000 (Sun, 30 Nov 2014) Log Message: ----------- mod_wsgi/trunk: mod_wsgi, wrong update of donwload to github. Modified Paths: -------------- csw/mgar/pkg/mod_wsgi/trunk/Makefile csw/mgar/pkg/mod_wsgi/trunk/checksums Modified: csw/mgar/pkg/mod_wsgi/trunk/Makefile =================================================================== --- csw/mgar/pkg/mod_wsgi/trunk/Makefile 2014-11-30 09:47:49 UTC (rev 24393) +++ csw/mgar/pkg/mod_wsgi/trunk/Makefile 2014-11-30 11:15:54 UTC (rev 24394) @@ -1,7 +1,7 @@ # $Id$ NAME = mod_wsgi -VERSION = 3.4 +VERSION = 4.4.0 GARTYPE = v2 DESCRIPTION = Apache/Python WSGI adapter module. @@ -9,13 +9,12 @@ Mod_wsgi is a python WSGI adapter module for Apache. endef -GOOGLE_PROJECT = modwsgi -MASTER_SITES = $(GOOGLE_MIRROR) -DISTFILES += $(DISTNAME).tar.gz -DISTFILES += postinstall preremove +MASTER_SITES = $(GITHUB_MIRROR) +GITHUB_USER = GrahamDumpleton +DISTFILES += postinstall preremove -VENDOR_URL = https://code.google.com/p/modwsgi/ -LICENSE = LICENCE +VENDOR_URL = https://github.com/GrahamDumpleton/mod_wsgi/ +LICENSE = LICENCE PACKAGES = CSWap2modwsgi CATALOGNAME_CSWap2modwsgi = ap2_modwsgi Modified: csw/mgar/pkg/mod_wsgi/trunk/checksums =================================================================== --- csw/mgar/pkg/mod_wsgi/trunk/checksums 2014-11-30 09:47:49 UTC (rev 24393) +++ csw/mgar/pkg/mod_wsgi/trunk/checksums 2014-11-30 11:15:54 UTC (rev 24394) @@ -1 +0,0 @@ -f42d69190ea0c337ef259cbe8d94d985 mod_wsgi-3.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.