From wbonnet at users.sourceforge.net Sun Feb 1 00:19:24 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Sat, 31 Jan 2009 23:19:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg Message-ID: Revision: 2960 http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev Author: wbonnet Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) Log Message: ----------- Initial commit Added Paths: ----------- csw/mgar/pkg/collections/ csw/mgar/pkg/collections/Makefile csw/mgar/pkg/collections/branches/ csw/mgar/pkg/collections/tags/ csw/mgar/pkg/collections/trunk/ csw/mgar/pkg/collections/trunk/Makefile csw/mgar/pkg/collections/trunk/checksums csw/mgar/pkg/collections/trunk/files/ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec Added: csw/mgar/pkg/collections/Makefile =================================================================== --- csw/mgar/pkg/collections/Makefile (rev 0) +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Property changes on: csw/mgar/pkg/collections/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/collections/trunk/Makefile =================================================================== --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,56 @@ +SHORTNAME = collections +GARVERSION = 3.2.1 + +GARNAME = commons-$(SHORTNAME) +CATEGORIES = java + +DESCRIPTION = Apache Jakarta Commons Collections +define BLURB +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework +endef + +# Use jakarta sources +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ + +# Set archive filename +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz + +# Defines two packages, lib and doc +DISTFILES += $(call admfiles,CSWajccollect,) +DISTFILES += $(call admfiles,CSWajccollectdoc,) + +# Defines package description +SPKG_DESC_CSWajccollect = $(DESCRIPTION) +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package + +# Defines dependencies +REQUIRED_PKGS_CSWajccollect = CSWjunit + +# Defines package content +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt + +# Defines custom steps since java libs do not use autotools +WORKSRC = $(WORKDIR) + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +include gar/category.mk + +install-custom: + @ginstall -d $(DESTDIR)$(datadir)/java + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java + @( cd $(DESTDIR)$(datadir)/java ; \ + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @$(MAKECOOKIE) Added: csw/mgar/pkg/collections/trunk/checksums =================================================================== --- csw/mgar/pkg/collections/trunk/checksums (rev 0) +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,3 @@ +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec =================================================================== --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,5 @@ +%var bitname commons_collect +%var pkgname CSWajccollect +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec =================================================================== --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,5 @@ +%var bitname commons_collect_doc +%var pkgname CSWajccollectdoc +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Feb 1 01:13:13 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 01 Feb 2009 00:13:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[2961] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 2961 http://gar.svn.sourceforge.net/gar/?rev=2961&view=rev Author: bdwalton Date: 2009-02-01 00:13:13 +0000 (Sun, 01 Feb 2009) Log Message: ----------- clean up the tcl/tk pkgfiles regexes. Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-01 00:13:13 UTC (rev 2961) @@ -29,7 +29,7 @@ SPKG_DESC_CSWrubydoc = Documentation for Ruby PKGFILES_CSWrubydoc = $(PKGFILES_DOC) -PKGFILES_CSWrubytk = .*tcl.* .*tk.* +PKGFILES_CSWrubytk = .*/tcl.* .*/tk.* .*-tk.rb MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Sun Feb 1 05:20:51 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Sun, 01 Feb 2009 04:20:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[2962] csw/mgar/pkg/gettext/trunk Message-ID: Revision: 2962 http://gar.svn.sourceforge.net/gar/?rev=2962&view=rev Author: harpchad Date: 2009-02-01 04:20:51 +0000 (Sun, 01 Feb 2009) Log Message: ----------- bugfix in one of the tests Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile csw/mgar/pkg/gettext/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 00:13:13 UTC (rev 2961) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 04:20:51 UTC (rev 2962) @@ -20,6 +20,11 @@ DISTFILES += libintl.so.3.i DISTFILES += libintl.so.3.s +#Apply two bug fixes from gnulib, retrieved from: +#http://git.savannah.gnu.org/cgit/gnulib.git/tree/tests/test-wcwidth.c +#blob: 582a8aa2e87a8235186aa3b1e402bbf03e6646a7 +PATCHFILES = test-wcwidth.patch + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --program-prefix=g #Dont' depend on packages that depend on me Modified: csw/mgar/pkg/gettext/trunk/checksums =================================================================== --- csw/mgar/pkg/gettext/trunk/checksums 2009-02-01 00:13:13 UTC (rev 2961) +++ csw/mgar/pkg/gettext/trunk/checksums 2009-02-01 04:20:51 UTC (rev 2962) @@ -7,3 +7,4 @@ 3ab768083f6ecc5cada151e49be21aa0 download/libintl.so.2.s ceb5de2326a4726d3710fe1512b84592 download/libintl.so.3.i 88db7322e263a00f24269a7f364fdc2d download/libintl.so.3.s +710effbaef82fd7db1d807e5aa46154a download/test-wcwidth.patch Added: csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch =================================================================== --- csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch (rev 0) +++ csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch 2009-02-01 04:20:51 UTC (rev 2962) @@ -0,0 +1,51 @@ +--- gettext-0.17/gettext-tools/gnulib-tests/test-wcwidth.c 2007-10-22 19:42:40.000000000 -0500 ++++ ../../../test-wcwidth.c 2009-01-31 21:29:03.000000000 -0600 +@@ -1,5 +1,5 @@ + /* Test of wcwidth() function. +- Copyright (C) 2007 Free Software Foundation, Inc. ++ Copyright (C) 2007-2008 Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by +@@ -23,6 +23,9 @@ + #include + #include + #include ++#include ++ ++#include "localcharset.h" + + #define ASSERT(expr) \ + do \ +@@ -30,6 +33,7 @@ + if (!(expr)) \ + { \ + fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ ++ fflush (stderr); \ + abort (); \ + } \ + } \ +@@ -45,7 +49,13 @@ + ASSERT (wcwidth (wc) == 1); + + /* Switch to an UTF-8 locale. */ +- if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL) ++ if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL ++ /* Check whether it's really an UTF-8 locale. ++ On OpenBSD 4.0, the setlocale call succeeds only for the LC_CTYPE ++ category and therefore returns "C/fr_FR.UTF-8/C/C/C/C", but the ++ LC_CTYPE category is effectively set to an ASCII LC_CTYPE category; ++ in particular, locale_charset() returns "ASCII". */ ++ && strcmp (locale_charset (), "UTF-8") == 0) + { + /* Test width of ASCII characters. */ + for (wc = 0x20; wc < 0x7F; wc++) +@@ -57,7 +67,7 @@ + + /* Test width of some format control characters. */ + ASSERT (wcwidth (0x200E) <= 0); +- ASSERT (wcwidth (0x2060) == 0); ++ ASSERT (wcwidth (0x2060) <= 0); + #if 0 /* wchar_t may be only 16 bits. */ + ASSERT (wcwidth (0xE0001) <= 0); + ASSERT (wcwidth (0xE0044) <= 0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From trygvis at opencsw.org Sun Feb 1 10:51:48 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 01 Feb 2009 10:51:48 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: References: Message-ID: <498570B4.6000907@opencsw.org> The path should match the name of the jar file/project, and so should the short name. If we start adding heaps of Java stuff to GAR this will collide pretty fast. -- Trygve wbonnet at users.sourceforge.net wrote: > Revision: 2960 > http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev > Author: wbonnet > Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) > > Log Message: > ----------- > Initial commit > > Added Paths: > ----------- > csw/mgar/pkg/collections/ > csw/mgar/pkg/collections/Makefile > csw/mgar/pkg/collections/branches/ > csw/mgar/pkg/collections/tags/ > csw/mgar/pkg/collections/trunk/ > csw/mgar/pkg/collections/trunk/Makefile > csw/mgar/pkg/collections/trunk/checksums > csw/mgar/pkg/collections/trunk/files/ > csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec > csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec > > Added: csw/mgar/pkg/collections/Makefile > =================================================================== > --- csw/mgar/pkg/collections/Makefile (rev 0) > +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,15 @@ > +# vim: ft=make ts=4 sw=4 noet > + > +default: > + @echo "You are in the pkg/ directory." > + > +%: > + $(MAKE) -C trunk $* > + > +paranoid-%: > + $(MAKE) -C trunk $* || exit 2 > + > +export BUILDLOG ?= $(shell pwd)/buildlog.txt > + > +report-%: > + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) > > > Property changes on: csw/mgar/pkg/collections/trunk > ___________________________________________________________________ > Added: svn:ignore > + cookies > download > work > > > Added: svn:externals > + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 > > > Added: csw/mgar/pkg/collections/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) > +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,56 @@ > +SHORTNAME = collections > +GARVERSION = 3.2.1 > + > +GARNAME = commons-$(SHORTNAME) > +CATEGORIES = java > + > +DESCRIPTION = Apache Jakarta Commons Collections > +define BLURB > +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework > +endef > + > +# Use jakarta sources > +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ > + > +# Set archive filename > +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz > + > +# Defines two packages, lib and doc > +DISTFILES += $(call admfiles,CSWajccollect,) > +DISTFILES += $(call admfiles,CSWajccollectdoc,) > + > +# Defines package description > +SPKG_DESC_CSWajccollect = $(DESCRIPTION) > +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package > + > +# Defines dependencies > +REQUIRED_PKGS_CSWajccollect = CSWjunit > + > +# Defines package content > +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* > +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt > + > +# Defines custom steps since java libs do not use autotools > +WORKSRC = $(WORKDIR) > + > +CONFIGURE_SCRIPTS = > +BUILD_SCRIPTS = > +TEST_SCRIPTS = > +INSTALL_SCRIPTS = custom > + > +include gar/category.mk > + > +install-custom: > + @ginstall -d $(DESTDIR)$(datadir)/java > + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java > + @( cd $(DESTDIR)$(datadir)/java ; \ > + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ > + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ > + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) > + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) > + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) > + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc > + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt > + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt > + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ > + @$(MAKECOOKIE) > > Added: csw/mgar/pkg/collections/trunk/checksums > =================================================================== > --- csw/mgar/pkg/collections/trunk/checksums (rev 0) > +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,3 @@ > +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz > +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec > +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec > > Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec > =================================================================== > --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) > +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,5 @@ > +%var bitname commons_collect > +%var pkgname CSWajccollect > +%var arch all > +%include url file://%{PKGLIB}/csw_dyndepend.gspec > +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt > > Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec > =================================================================== > --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) > +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,5 @@ > +%var bitname commons_collect_doc > +%var pkgname CSWajccollectdoc > +%var arch all > +%include url file://%{PKGLIB}/csw_dyndepend.gspec > +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel From harpchad at users.sourceforge.net Sun Feb 1 16:32:20 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Sun, 01 Feb 2009 15:32:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[2963] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 2963 http://gar.svn.sourceforge.net/gar/?rev=2963&view=rev Author: harpchad Date: 2009-02-01 15:32:14 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Add fix for gnulib/s10 acl bug Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 04:20:51 UTC (rev 2962) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 15:32:14 UTC (rev 2963) @@ -33,6 +33,9 @@ #No glibc CONFIGURE_ARGS += --with-included-gettext +#Fix acl bug http://savannah.gnu.org/bugs/?21604 +EXTRA_LD_FLAGS = -lsec + UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz BUILD64 = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From william at wbonnet.net Sun Feb 1 21:07:12 2009 From: william at wbonnet.net (William Bonnet) Date: Sun, 01 Feb 2009 21:07:12 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <498570B4.6000907@opencsw.org> References: <498570B4.6000907@opencsw.org> Message-ID: <498600F0.9030505@wbonnet.net> Hi Trygve > The path should match the name of the jar file/project, and so should > the short name. If we start adding heaps of Java stuff to GAR this will > collide pretty fast. > I'm not really sure to understand which path you are talking about. SHORTNAME is a variable i have defined for my convenience, it is not used by GAR. Please can you give me an example ? I have a few more to add... Thanks in advance cheers > -- > Trygve > > wbonnet at users.sourceforge.net wrote: > >> Revision: 2960 >> http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev >> Author: wbonnet >> Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) >> >> Log Message: >> ----------- >> Initial commit >> >> Added Paths: >> ----------- >> csw/mgar/pkg/collections/ >> csw/mgar/pkg/collections/Makefile >> csw/mgar/pkg/collections/branches/ >> csw/mgar/pkg/collections/tags/ >> csw/mgar/pkg/collections/trunk/ >> csw/mgar/pkg/collections/trunk/Makefile >> csw/mgar/pkg/collections/trunk/checksums >> csw/mgar/pkg/collections/trunk/files/ >> csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >> csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >> >> Added: csw/mgar/pkg/collections/Makefile >> =================================================================== >> --- csw/mgar/pkg/collections/Makefile (rev 0) >> +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,15 @@ >> +# vim: ft=make ts=4 sw=4 noet >> + >> +default: >> + @echo "You are in the pkg/ directory." >> + >> +%: >> + $(MAKE) -C trunk $* >> + >> +paranoid-%: >> + $(MAKE) -C trunk $* || exit 2 >> + >> +export BUILDLOG ?= $(shell pwd)/buildlog.txt >> + >> +report-%: >> + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) >> >> >> Property changes on: csw/mgar/pkg/collections/trunk >> ___________________________________________________________________ >> Added: svn:ignore >> + cookies >> download >> work >> >> >> Added: svn:externals >> + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 >> >> >> Added: csw/mgar/pkg/collections/trunk/Makefile >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) >> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,56 @@ >> +SHORTNAME = collections >> +GARVERSION = 3.2.1 >> + >> +GARNAME = commons-$(SHORTNAME) >> +CATEGORIES = java >> + >> +DESCRIPTION = Apache Jakarta Commons Collections >> +define BLURB >> +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework >> +endef >> + >> +# Use jakarta sources >> +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ >> + >> +# Set archive filename >> +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz >> + >> +# Defines two packages, lib and doc >> +DISTFILES += $(call admfiles,CSWajccollect,) >> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >> + >> +# Defines package description >> +SPKG_DESC_CSWajccollect = $(DESCRIPTION) >> +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package >> + >> +# Defines dependencies >> +REQUIRED_PKGS_CSWajccollect = CSWjunit >> + >> +# Defines package content >> +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* >> +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >> + >> +# Defines custom steps since java libs do not use autotools >> +WORKSRC = $(WORKDIR) >> + >> +CONFIGURE_SCRIPTS = >> +BUILD_SCRIPTS = >> +TEST_SCRIPTS = >> +INSTALL_SCRIPTS = custom >> + >> +include gar/category.mk >> + >> +install-custom: >> + @ginstall -d $(DESTDIR)$(datadir)/java >> + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java >> + @( cd $(DESTDIR)$(datadir)/java ; \ >> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ >> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ >> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) >> + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) >> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) >> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc >> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt >> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >> + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ >> + @$(MAKECOOKIE) >> >> Added: csw/mgar/pkg/collections/trunk/checksums >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/checksums (rev 0) >> +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,3 @@ >> +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz >> +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec >> +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec >> >> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) >> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,5 @@ >> +%var bitname commons_collect >> +%var pkgname CSWajccollect >> +%var arch all >> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >> >> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) >> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,5 @@ >> +%var bitname commons_collect_doc >> +%var pkgname CSWajccollectdoc >> +%var arch all >> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >> >> >> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. >> _______________________________________________ >> devel mailing list >> devel at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/devel >> > > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel > > > -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From trygvis at opencsw.org Sun Feb 1 21:18:39 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 01 Feb 2009 21:18:39 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <498600F0.9030505@wbonnet.net> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> Message-ID: <4986039F.3080403@opencsw.org> William Bonnet wrote: > Hi Trygve >> The path should match the name of the jar file/project, and so should >> the short name. If we start adding heaps of Java stuff to GAR this will >> collide pretty fast. >> > I'm not really sure to understand which path you are talking about. > SHORTNAME is a variable i have defined for my convenience, it is not > used by GAR. Please can you give me an example ? I have a few more to add... Oh, right. Ignore the SHORTNAME stuff, but the directory names in GAR should be the full package name. I also find "ajccollect" to be a horrible name for "commons-collections". It is too long to be "commons-collections"? I like how Debian name their packages, commons collections is named "libcommons-collections-java" [1], saying that it is a "library" for "java". They do similar stuff for perl and other languages. Given the existing prefix "pm" for Perl modules, I'd suggest to use "java_commons_collections". The java packages should be under a "java/" category directory and the build name should be "commons-collections" IMO. [1]: http://packages.debian.org/etch/libcommons-collections-java -- Trygve > Thanks in advance > > cheers >> -- >> Trygve >> >> wbonnet at users.sourceforge.net wrote: >> >>> Revision: 2960 >>> http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev >>> Author: wbonnet >>> Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) >>> >>> Log Message: >>> ----------- >>> Initial commit >>> >>> Added Paths: >>> ----------- >>> csw/mgar/pkg/collections/ >>> csw/mgar/pkg/collections/Makefile >>> csw/mgar/pkg/collections/branches/ >>> csw/mgar/pkg/collections/tags/ >>> csw/mgar/pkg/collections/trunk/ >>> csw/mgar/pkg/collections/trunk/Makefile >>> csw/mgar/pkg/collections/trunk/checksums >>> csw/mgar/pkg/collections/trunk/files/ >>> csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> >>> Added: csw/mgar/pkg/collections/Makefile >>> =================================================================== >>> --- csw/mgar/pkg/collections/Makefile (rev 0) >>> +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,15 @@ >>> +# vim: ft=make ts=4 sw=4 noet >>> + >>> +default: >>> + @echo "You are in the pkg/ directory." >>> + >>> +%: >>> + $(MAKE) -C trunk $* >>> + >>> +paranoid-%: >>> + $(MAKE) -C trunk $* || exit 2 >>> + >>> +export BUILDLOG ?= $(shell pwd)/buildlog.txt >>> + >>> +report-%: >>> + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) >>> >>> >>> Property changes on: csw/mgar/pkg/collections/trunk >>> ___________________________________________________________________ >>> Added: svn:ignore >>> + cookies >>> download >>> work >>> >>> >>> Added: svn:externals >>> + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 >>> >>> >>> Added: csw/mgar/pkg/collections/trunk/Makefile >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,56 @@ >>> +SHORTNAME = collections >>> +GARVERSION = 3.2.1 >>> + >>> +GARNAME = commons-$(SHORTNAME) >>> +CATEGORIES = java >>> + >>> +DESCRIPTION = Apache Jakarta Commons Collections >>> +define BLURB >>> +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework >>> +endef >>> + >>> +# Use jakarta sources >>> +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ >>> + >>> +# Set archive filename >>> +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz >>> + >>> +# Defines two packages, lib and doc >>> +DISTFILES += $(call admfiles,CSWajccollect,) >>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>> + >>> +# Defines package description >>> +SPKG_DESC_CSWajccollect = $(DESCRIPTION) >>> +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package >>> + >>> +# Defines dependencies >>> +REQUIRED_PKGS_CSWajccollect = CSWjunit >>> + >>> +# Defines package content >>> +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* >>> +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >>> + >>> +# Defines custom steps since java libs do not use autotools >>> +WORKSRC = $(WORKDIR) >>> + >>> +CONFIGURE_SCRIPTS = >>> +BUILD_SCRIPTS = >>> +TEST_SCRIPTS = >>> +INSTALL_SCRIPTS = custom >>> + >>> +include gar/category.mk >>> + >>> +install-custom: >>> + @ginstall -d $(DESTDIR)$(datadir)/java >>> + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java >>> + @( cd $(DESTDIR)$(datadir)/java ; \ >>> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ >>> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ >>> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) >>> + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) >>> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) >>> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc >>> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt >>> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >>> + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ >>> + @$(MAKECOOKIE) >>> >>> Added: csw/mgar/pkg/collections/trunk/checksums >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/checksums (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,3 @@ >>> +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz >>> +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec >>> +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec >>> >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect >>> +%var pkgname CSWajccollect >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>> >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect_doc >>> +%var pkgname CSWajccollectdoc >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>> >>> >>> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. >>> _______________________________________________ >>> devel mailing list >>> devel at lists.opencsw.org >>> https://lists.opencsw.org/mailman/listinfo/devel >>> >> _______________________________________________ >> devel mailing list >> devel at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/devel >> >> >> > From william at wbonnet.net Sun Feb 1 21:24:56 2009 From: william at wbonnet.net (William Bonnet) Date: Sun, 01 Feb 2009 21:24:56 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <4986039F.3080403@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <4986039F.3080403@opencsw.org> Message-ID: <49860518.2060906@wbonnet.net> Hi > Oh, right. Ignore the SHORTNAME stuff, but the directory names in GAR > should be the full package name. I also find "ajccollect" to be a > horrible name for "commons-collections". It is too long to be > "commons-collections"? > unfortunatly, yes it is :( > I like how Debian name their packages, commons collections is named > "libcommons-collections-java" [1], saying that it is a "library" for > "java". They do similar stuff for perl and other languages. Given the > existing prefix "pm" for Perl modules, I'd suggest to use > "java_commons_collections". The java packages should be under a "java/" > category directory and the build name should be "commons-collections" IMO. > Sounds good to me. Any objections ? Cheers -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From dam at opencsw.org Sun Feb 1 21:25:25 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 1 Feb 2009 21:25:25 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <498600F0.9030505@wbonnet.net> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> Message-ID: <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> Hi William, Am 01.02.2009 um 21:07 schrieb William Bonnet: >> The path should match the name of the jar file/project, and so should >> the short name. If we start adding heaps of Java stuff to GAR this >> will >> collide pretty fast. > > I'm not really sure to understand which path you are talking about. > SHORTNAME is a variable i have defined for my convenience, it is not > used by GAR. Please can you give me an example ? I have a few more > to add... Well, we have multiple namespaces: (1) directoryname inside GAR (2) catalogname of package (3) packagename CSW The following statements should be valid: (a) For most packages the should be (2) == (3) with some exceptions (e. g. Perl modules) (b) By design we have 1:n for (1):(2) and (1):(3), because one GAR description may produce several packages (c) There should be at least one package with (1) == (2) For you there is (1) collections (2) commons_collect and commons_collect_doc (3) CSWajccollect and CSWajccollectdoc and hence neither (a) nor (b) nor (c) holds. I propose to use (1) GAR directory = ajccollect (2) catalogname ajccollect and ajccollect_doc (3) CSWajccollect and CSWajccollectdoc Having a hard-to-remember name is imho worse than having pkgname != catalogname. Phil, how about adding this to the standards? Best regards -- Dago >>> Added: csw/mgar/pkg/collections/trunk/Makefile >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/ >>> Makefile (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 >>> UTC (rev 2960) >>> @@ -0,0 +1,56 @@ >>> +SHORTNAME = collections >>> +GARVERSION = 3.2.1 >>> + >>> +GARNAME = commons-$(SHORTNAME) >>> +CATEGORIES = java >>> ... >>> >>> +# Defines two packages, lib and doc >>> +DISTFILES += $(call admfiles,CSWajccollect,) >>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>> + >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/ >>> CSWajccollect.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect >>> +%var pkgname CSWajccollect >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>> >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/ >>> CSWajccollectdoc.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect_doc >>> +%var pkgname CSWajccollectdoc >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt From trygvis at opencsw.org Sun Feb 1 21:33:08 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 01 Feb 2009 21:33:08 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> Message-ID: <49860704.8010201@opencsw.org> Dagobert Michelsen wrote: > Hi William, > > Am 01.02.2009 um 21:07 schrieb William Bonnet: >>> The path should match the name of the jar file/project, and so should >>> the short name. If we start adding heaps of Java stuff to GAR this >>> will >>> collide pretty fast. >> I'm not really sure to understand which path you are talking about. >> SHORTNAME is a variable i have defined for my convenience, it is not >> used by GAR. Please can you give me an example ? I have a few more >> to add... > > Well, we have multiple namespaces: > > (1) directoryname inside GAR > (2) catalogname of package > (3) packagename CSW > > The following statements should be valid: > (a) For most packages the should be (2) == (3) with some exceptions > (e. g. Perl modules) The Perl modules getting prefixed with "pm_" is fine, but there are other discrepancies which I really don't like. But I guess that's life. > (b) By design we have 1:n for (1):(2) and (1):(3), because one GAR > description may produce > several packages True, but most builds create a single package (not counting _doc etc), so it should be 1:1 in most cases. > (c) There should be at least one package with (1) == (2) > > For you there is > > (1) collections > (2) commons_collect and commons_collect_doc > (3) CSWajccollect and CSWajccollectdoc > > and hence neither (a) nor (b) nor (c) holds. > > I propose to use > > (1) GAR directory = ajccollect > (2) catalogname ajccollect and ajccollect_doc > (3) CSWajccollect and CSWajccollectdoc > > Having a hard-to-remember name is imho worse than having pkgname != > catalogname. Yes, I have to agree with that. I just hope that it can get a better name that "ajccollect". How long can a name be? "commons-collections" is also one of the longer names, most are somewhat shorter. > Phil, how about adding this to the standards? +1 -- Trygve > > Best regards > > -- Dago > > >>>> Added: csw/mgar/pkg/collections/trunk/Makefile >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/ >>>> Makefile (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 >>>> UTC (rev 2960) >>>> @@ -0,0 +1,56 @@ >>>> +SHORTNAME = collections >>>> +GARVERSION = 3.2.1 >>>> + >>>> +GARNAME = commons-$(SHORTNAME) >>>> +CATEGORIES = java >>>> ... >>>> >>>> +# Defines two packages, lib and doc >>>> +DISTFILES += $(call admfiles,CSWajccollect,) >>>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>>> + > >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollect.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect >>>> +%var pkgname CSWajccollect >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>>> >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollectdoc.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect_doc >>>> +%var pkgname CSWajccollectdoc >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel From dam at opencsw.org Sun Feb 1 21:47:36 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 1 Feb 2009 21:47:36 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <49860704.8010201@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> <49860704.8010201@opencsw.org> Message-ID: <6182DCC6-B33B-4B1B-8AE2-A18D4E20C51C@opencsw.org> Hi Trygve, Am 01.02.2009 um 21:33 schrieb Trygve Laugst?l: >> Well, we have multiple namespaces: >> >> (1) directoryname inside GAR >> (2) catalogname of package >> (3) packagename CSW >> >> The following statements should be valid: >> (a) For most packages the should be (2) == (3) with some exceptions >> (e. g. Perl modules) > > The Perl modules getting prefixed with "pm_" is fine, but there are > other discrepancies which I really don't like. But I guess that's > life. If there are really ugly ones please make notes of it so we may address it some day. >> (b) By design we have 1:n for (1):(2) and (1):(3), because one GAR >> description may produce >> several packages > > True, but most builds create a single package (not counting _doc etc), > so it should be 1:1 in most cases. Yes. And if it is not 1:1, (1) should be a prefix of (2) >> (c) There should be at least one package with (1) == (2) >> >> For you there is >> >> (1) collections >> (2) commons_collect and commons_collect_doc >> (3) CSWajccollect and CSWajccollectdoc >> >> and hence neither (a) nor (b) nor (c) holds. >> >> I propose to use >> >> (1) GAR directory = ajccollect >> (2) catalogname ajccollect and ajccollect_doc >> (3) CSWajccollect and CSWajccollectdoc >> >> Having a hard-to-remember name is imho worse than having pkgname != >> catalogname. > > Yes, I have to agree with that. I just hope that it can get a better > name that "ajccollect". How long can a name be? IIRC there was a limit on the package name of 11 characters ages ago which was then raised to 256. There is a cosmetical limit on the catalog name, so it can be pretty printed on e. g. 'pkg-get -a' > "commons-collections" is > also one of the longer names, most are somewhat shorter. Yes, that is too long. >> Phil, how about adding this to the standards? > > +1 Am 01.02.2009 um 21:34 schrieb Philip Brown: > On Sun, Feb 01, 2009 at 09:25:25PM +0100, Dagobert Michelsen wrote: >> Phil, how about adding this to the standards? > > not sure which "this" you mean. that was a long email :-) Well, the mapping stuff about package- and catalog-names and that they should match and that they should be prefixed with -doc etc. Like what we discussed some time ago: > Am 30.08.2007 um 18:41 schrieb Dagobert Michelsen: >> Hi Phil, >> >> Am 30.08.2007 um 18:28 schrieb Philip Brown: >>> I agree splitting off "rt whenever it makes sense". >>> I disagree that it makes sense, for libart ;-) >>> >>> "_rt" is normally used, when there is a separate, distinct >>> product, that >>> people expect to use. >>> >>> Then, it is sensible to split into >>> product, product_rt, product_devel. >>> >>> The USES for these, would be >>> >>> "product": used for "pkg-get install product" to have something >>> that >>> users actually expect to use directly >>> "product_rt": as a minimal dependancy for other packages that have >>> need of the shared libs, but not the end-user stuff >>> "product_devel": because the devel-related stuff is noticably >>> large, >>> so only people actually compiling/etc stuff with >>> 'product' need to install this >>> Note that in the case of a library, and libart specifically, >>> there is no separate end-user "product". there is nothin that it >>> provides >>> in bin for users to use. >> >> That makes sense. Do you mind adding this to the standards page? That should IMHO go to Best regards -- Dago From william at wbonnet.net Sun Feb 1 21:51:21 2009 From: william at wbonnet.net (William Bonnet) Date: Sun, 01 Feb 2009 21:51:21 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> Message-ID: <49860B49.2010103@wbonnet.net> Hi Dagobert > and hence neither (a) nor (b) nor (c) holds. > I know :( These packages are old stuff ... > (1) GAR directory = ajccollect > (2) catalogname ajccollect and ajccollect_doc > (3) CSWajccollect and CSWajccollectdoc > > Having a hard-to-remember name is imho worse than having pkgname != > catalogname. > > Phil, how about adding this to the standards? > Sounds good to me. I wait for confirmation from Phil, then rename things in my packages. Cheers W. > > Best regards > > -- Dago > > > >>>> Added: csw/mgar/pkg/collections/trunk/Makefile >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/ >>>> Makefile (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 >>>> UTC (rev 2960) >>>> @@ -0,0 +1,56 @@ >>>> +SHORTNAME = collections >>>> +GARVERSION = 3.2.1 >>>> + >>>> +GARNAME = commons-$(SHORTNAME) >>>> +CATEGORIES = java >>>> ... >>>> >>>> +# Defines two packages, lib and doc >>>> +DISTFILES += $(call admfiles,CSWajccollect,) >>>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>>> + >>>> > > >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollect.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect >>>> +%var pkgname CSWajccollect >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>>> >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollectdoc.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect_doc >>>> +%var pkgname CSWajccollectdoc >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>>> > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel > > > -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From harpchad at users.sourceforge.net Mon Feb 2 19:17:52 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 18:17:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[2964] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 2964 http://gar.svn.sourceforge.net/gar/?rev=2964&view=rev Author: harpchad Date: 2009-02-02 18:17:49 +0000 (Mon, 02 Feb 2009) Log Message: ----------- exclude iconv.m4 Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 15:32:14 UTC (rev 2963) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 18:17:49 UTC (rev 2964) @@ -48,7 +48,8 @@ TEST_TARGET = check #provided by iconv -MERGE_EXCLUDE_FILES = .*/charset.alias +MERGE_EXCLUDE_FILES = .*/charset.alias +MERGE_EXCLUDE_FILES += .*/iconv.m4 PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Mon Feb 2 19:27:06 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Mon, 02 Feb 2009 18:27:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[2965] csw/mgar/pkg/nginx/trunk Message-ID: Revision: 2965 http://gar.svn.sourceforge.net/gar/?rev=2965&view=rev Author: aigoshin Date: 2009-02-02 18:27:05 +0000 (Mon, 02 Feb 2009) Log Message: ----------- nginx: milestone 2 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile csw/mgar/pkg/nginx/trunk/checksums csw/mgar/pkg/nginx/trunk/files/CSWnginx.gspec csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall csw/mgar/pkg/nginx/trunk/files/svc-cswnginx Added Paths: ----------- csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall csw/mgar/pkg/nginx/trunk/files/CSWnginx.preremove Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-02 18:17:49 UTC (rev 2964) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-02 18:27:05 UTC (rev 2965) @@ -10,13 +10,13 @@ MASTER_SITES = http://sysoev.ru/nginx/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWnginx,postinstall) +DISTFILES += $(call admfiles,CSWnginx,checkinstall postinstall preremove) DISTFILES += cswnginx.xml svc-cswnginx # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz -REQUIRED_PKGS = CSWosslrt CSWpcre CSWzlib +REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib CFLAGS = Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2009-02-02 18:17:49 UTC (rev 2964) +++ csw/mgar/pkg/nginx/trunk/checksums 2009-02-02 18:27:05 UTC (rev 2965) @@ -1,5 +1,7 @@ 31d26f66824fd2d3f33ac0b3b9db1532 download/nginx-0.7.30.tar.gz -9103d1634917ce758fe6bf49706b6229 download/CSWnginx.gspec -87439f67e79eeb22db439ecbb27761a7 download/CSWnginx.postinstall +12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec +521cd4c0248aebfdb25df48a11a8cc49 download/CSWnginx.checkinstall +9b563db1078bad23e49f8db06809aac0 download/CSWnginx.postinstall +e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove 5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml -64aa7f1749c33228be337119bc3f7b5f download/svc-cswnginx +19bb7c5d6246343f54b13afb327f7bcb download/svc-cswnginx Added: csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall =================================================================== --- csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall (rev 0) +++ csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall 2009-02-02 18:27:05 UTC (rev 2965) @@ -0,0 +1,47 @@ +#!/sbin/sh +################################################################################# +# CUSTOM SECTION +################################################################################# + +UPGRADE_NGINX="0" + +SMF="no" +test -f $BASEDIR/usr/sbin/svccfg -a -f $BASEDIR/usr/sbin/svcadm && SMF="yes" + +if [ "$SMF" = "yes" ]; then + STATE=`$BASEDIR/usr/bin/svcs -Ho STATE nginx 2>/dev/null` + if [ $? -eq 0 ]; then + echo "nginx service is in '$STATE' state" + if [ "$STATE" = "online" ]; then + if [ -x "$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx" ]; then + NXSTATE=`$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx state` + echo "nginx is $NXSTATE" + if [ "$NXSTATE" = "running" ]; then + echo "nginx online upgrade is requested" + UPGRADE_NGINX="1" + fi + fi + fi + fi +else + if [ -x $BASEDIR/etc/init.d/cswnginx ]; then + NXSTATE=`$BASEDIR/etc/init.d/cswnginx state` + echo "nginx is $NXSTATE" + if [ "$NXSTATE" = "running" ]; then + echo "nginx online upgrade is requested" + UPGRADE_NGINX="1" + fi + fi +fi + + +# Make env variables available to other packaging scripts + +cat >$1 </dev/null 2>&1 + case "$?" in + 0) + echo "removing unmodified $CONF_FILE" + rm -f $CONF_FILE + ;; + 1) + echo "not touching modified $CONF_FILE" + ;; + *) + ;; + esac +done + +################################################################################# +# END CUSTOM SECTION +################################################################################# + Property changes on: csw/mgar/pkg/nginx/trunk/files/CSWnginx.preremove ___________________________________________________________________ Added: svn:executable + * Modified: csw/mgar/pkg/nginx/trunk/files/svc-cswnginx =================================================================== --- csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-02 18:17:49 UTC (rev 2964) +++ csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-02 18:27:05 UTC (rev 2965) @@ -65,6 +65,26 @@ return $RETVAL } +state() { + if [ -s "$PIDFILE" ]; then + FPID=`/bin/cat $PIDFILE` + else + echo "not running" + return 1 + fi + PIDP=`/bin/ps -o pid= -p $FPID` + if [ "$PIDP" = "" ]; then + echo "not running" + return 1 + fi + COMM=`/bin/ps -o comm= -p $FPID` + if [ "$NGINX" = "$COMM" ]; then + echo "running" + else + echo "running, but it is not a CSW package" + fi +} + upgrade() { killpidf -USR2 @@ -97,13 +117,17 @@ rotate RETVAL=$? ;; +state) + state + RETVAL=$? + ;; upgrade) check RETVAL=$? [ $RETVAL -eq 0 ] && upgrade ||: ;; *) - echo "Usage: $0 {start|stop|refresh|reload|restart|rotate|upgrade}" + echo "Usage: $0 {start|stop|refresh|reload|restart|rotate|state|upgrade}" exit 1 ;; esac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 2 19:33:52 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 18:33:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[2966] csw/mgar/pkg/gettext/trunk Message-ID: Revision: 2966 http://gar.svn.sourceforge.net/gar/?rev=2966&view=rev Author: harpchad Date: 2009-02-02 18:33:52 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Add old 64-bit libraries Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9 csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9 csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9 Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 18:27:05 UTC (rev 2965) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 18:33:52 UTC (rev 2966) @@ -55,11 +55,18 @@ include gar/category.mk +#Include old libraries for compatibility with existing packages +# TODO: Convert to modulated builds post-install-isa-sparcv8: @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 +post-install-isa-sparcv9: + @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libgettextlib-0.14.1.so + @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.2 + @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.3 + post-install-isa-i386: @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 Added: csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From william at wbonnet.net Mon Feb 2 21:23:24 2009 From: william at wbonnet.net (William Bonnet) Date: Mon, 02 Feb 2009 21:23:24 +0100 Subject: [csw-devel] Packages age In-Reply-To: <4963CA45.1040706@wbonnet.net> References: <4937150C.6080907@wbonnet.net> <4963CA45.1040706@wbonnet.net> Message-ID: <4987563C.6040103@wbonnet.net> Hi all Here are the january update of age statistics of the package from the unstable source. The last colum show the delta between this month and previous month. As you can notice packages total from 2005 2006 2007 and 2008 decreased, which is good (they have been updated). Delta of packages in 2009 is +61, which is very good. This number is higher than the -26 packages for year 2005 to 2008 (it means 35 new packages or the update of packages without information in the name ). It will be available through a page page in a few days. 1997 1 0 1998 1 0 2001 3 0 2002 4 0 2003 26 0 2004 107 0 2005 179 -1 2006 202 -2 2007 199 -4 2008 412 -19 2009 66 +61 The stable information did not changed since there has been no stable release Cheers W. -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From dmichelsen at users.sourceforge.net Mon Feb 2 23:22:58 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 02 Feb 2009 22:22:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[2967] csw/mgar/gar/v2/pkglib/smf/postinstall Message-ID: Revision: 2967 http://gar.svn.sourceforge.net/gar/?rev=2967&view=rev Author: dmichelsen Date: 2009-02-02 22:22:58 +0000 (Mon, 02 Feb 2009) Log Message: ----------- mGAR v2: Leave services enabled on a re-pkgadd that is running Modified Paths: -------------- csw/mgar/gar/v2/pkglib/smf/postinstall Modified: csw/mgar/gar/v2/pkglib/smf/postinstall =================================================================== --- csw/mgar/gar/v2/pkglib/smf/postinstall 2009-02-02 18:33:52 UTC (rev 2966) +++ csw/mgar/gar/v2/pkglib/smf/postinstall 2009-02-02 22:22:58 UTC (rev 2967) @@ -24,6 +24,14 @@ { SERVICE_STATE="disabled" + STATE=`$BASEDIR/usr/bin/svcs -Ho STATE $1 2>/dev/null` + if [ $? -eq 0 ]; then + if [ "$STATE" = "online" ]; then + SERVICE_STATE="enabled" + return 0 + fi + fi + if [ -f "$STATE_FILE" ]; then set -- `/usr/bin/awk " \\\$1 == \"$1\" { print \\\$2 } " "$STATE_FILE"` if [ "$1" = "enabled" ]; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 00:01:32 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 23:01:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[2968] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 2968 http://gar.svn.sourceforge.net/gar/?rev=2968&view=rev Author: harpchad Date: 2009-02-02 23:01:32 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Adjust sparcv9 library path for old libraries Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 22:22:58 UTC (rev 2967) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 23:01:32 UTC (rev 2968) @@ -63,9 +63,9 @@ @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 post-install-isa-sparcv9: - @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libgettextlib-0.14.1.so - @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.2 - @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.3 + @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/64/libgettextlib-0.14.1.so + @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.2 + @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.3 post-install-isa-i386: @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 00:34:07 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 23:34:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[2969] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: Revision: 2969 http://gar.svn.sourceforge.net/gar/?rev=2969&view=rev Author: harpchad Date: 2009-02-02 23:34:07 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Add CSWdbus to REQUIRED_PKGS_CSWpidgin Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-02 23:01:32 UTC (rev 2968) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-02 23:34:07 UTC (rev 2969) @@ -43,7 +43,7 @@ REQUIRED_PKGS_CSWpidgin += CSWgnutls CSWgstreamer CSWgtk2 CSWgtkspell CSWlibatk REQUIRED_PKGS_CSWpidgin += CSWlibcairo CSWlibdbus CSWlibxml2 CSWmeanwhile CSWncurses REQUIRED_PKGS_CSWpidgin += CSWpango CSWperl CSWpython CSWsilctoolkit CSWstartupnotif -REQUIRED_PKGS_CSWpidgin += CSWtcl CSWtk CSWiconv CSWsunmath CSWzlib +REQUIRED_PKGS_CSWpidgin += CSWtcl CSWtk CSWiconv CSWsunmath CSWzlib CSWdbus include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 04:10:17 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 03:10:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[2970] csw/mgar/pkg Message-ID: Revision: 2970 http://gar.svn.sourceforge.net/gar/?rev=2970&view=rev Author: harpchad Date: 2009-02-03 03:10:17 +0000 (Tue, 03 Feb 2009) Log Message: ----------- otr: initial commit Added Paths: ----------- csw/mgar/pkg/otr/ csw/mgar/pkg/otr/branches/ csw/mgar/pkg/otr/tags/ csw/mgar/pkg/otr/trunk/ csw/mgar/pkg/otr/trunk/Makefile csw/mgar/pkg/otr/trunk/checksums csw/mgar/pkg/otr/trunk/files/ csw/mgar/pkg/otr/trunk/files/CSWotr.gspec csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec csw/mgar/pkg/otr/trunk/files/heartbeat.patch Property changes on: csw/mgar/pkg/otr/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/otr/trunk/Makefile =================================================================== --- csw/mgar/pkg/otr/trunk/Makefile (rev 0) +++ csw/mgar/pkg/otr/trunk/Makefile 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,30 @@ +GARNAME = libotr +GARVERSION = 3.2.0 +CATEGORIES = lib + +DESCRIPTION = Off-The-Record Messaging plugin for pidgin +define BLURB + Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging. +endef + +MASTER_SITES = http://www.cypherpunks.ca/otr/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWotr,) +DISTFILES += $(call admfiles,CSWotrdevel,) +PATCHFILES = heartbeat.patch + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) + +BUILD64 = 1 + +REQUIRED_PKGS_CSWotr = +REQUIRED_PKGS_CSWotrdevel = CSWCSWotr + +TEST_TARGET = check + +PKGFILES_CSWotrdevel = $(PKGFILES_DEVEL) + +include gar/category.mk Added: csw/mgar/pkg/otr/trunk/checksums =================================================================== --- csw/mgar/pkg/otr/trunk/checksums (rev 0) +++ csw/mgar/pkg/otr/trunk/checksums 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,4 @@ +db7375c65f54ca414f7faab60f3e849c download/CSWotr.gspec +90bcbdc595c6a4ce2e84d5e19d825105 download/CSWotrdevel.gspec +95c0d14324aa89b6fcd2e5331f7c80bf download/heartbeat.patch +faba02e60f64e492838929be2272f839 download/libotr-3.2.0.tar.gz Added: csw/mgar/pkg/otr/trunk/files/CSWotr.gspec =================================================================== --- csw/mgar/pkg/otr/trunk/files/CSWotr.gspec (rev 0) +++ csw/mgar/pkg/otr/trunk/files/CSWotr.gspec 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,4 @@ +%var bitname otr +%var pkgname CSWotr +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec =================================================================== --- csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec (rev 0) +++ csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,4 @@ +%var bitname otrdevel +%var pkgname CSWotrdevel +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/otr/trunk/files/heartbeat.patch =================================================================== --- csw/mgar/pkg/otr/trunk/files/heartbeat.patch (rev 0) +++ csw/mgar/pkg/otr/trunk/files/heartbeat.patch 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,11 @@ +--- libotr-3.2.0/src/message.c.o 2009-02-02 20:51:01.531472266 -0600 ++++ libotr-3.2.0/src/message.c 2009-02-02 20:54:53.149261672 -0600 +@@ -1135,7 +1135,7 @@ + free(buf); + } + edata.ignore_message = 1; +- } else if (edata.ignore_message == 0 && ++ } else if (edata.ignore_message != 1 && + context->their_keyid > 0) { + /* If it's *not* a heartbeat, and we haven't + * sent anything in a while, also send a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 04:51:18 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 03:51:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2971] csw/mgar/pkg/otr/trunk/Makefile Message-ID: Revision: 2971 http://gar.svn.sourceforge.net/gar/?rev=2971&view=rev Author: harpchad Date: 2009-02-03 03:51:17 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Add depends Modified Paths: -------------- csw/mgar/pkg/otr/trunk/Makefile Modified: csw/mgar/pkg/otr/trunk/Makefile =================================================================== --- csw/mgar/pkg/otr/trunk/Makefile 2009-02-03 03:10:17 UTC (rev 2970) +++ csw/mgar/pkg/otr/trunk/Makefile 2009-02-03 03:51:17 UTC (rev 2971) @@ -20,7 +20,7 @@ BUILD64 = 1 -REQUIRED_PKGS_CSWotr = +REQUIRED_PKGS_CSWotr = CSWgcrypt CSWgpgerr REQUIRED_PKGS_CSWotrdevel = CSWCSWotr TEST_TARGET = check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Tue Feb 3 16:29:34 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 03 Feb 2009 15:29:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[2972] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 2972 http://gar.svn.sourceforge.net/gar/?rev=2972&view=rev Author: bdwalton Date: 2009-02-03 15:29:34 +0000 (Tue, 03 Feb 2009) Log Message: ----------- * Reorder a few PKGFILES statements * Add PROTOTYPE_FILTER for CSWrubytk Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-03 03:51:17 UTC (rev 2971) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-03 15:29:34 UTC (rev 2972) @@ -7,13 +7,13 @@ PREREQUISITE_PKGS = CSWbdb3 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel PREREQUISITE_PKGS += CSWreadline CSWzlib -REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv +REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv SCWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWrubydoc = CSWruby + REQUIRED_PKGS_CSWrubytk = CSWruby CSWtk -REQUIRED_PKGS_CSWrubydoc = CSWruby - DESCRIPTION = An object-oriented language for quick and easy programming. define BLURB Ruby is a language for quick and easy programming. Similar in scope to Perl @@ -25,11 +25,13 @@ closures. endef -SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension SPKG_DESC_CSWrubydoc = Documentation for Ruby +SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension + PKGFILES_CSWrubydoc = $(PKGFILES_DOC) PKGFILES_CSWrubytk = .*/tcl.* .*/tk.* .*-tk.rb +PROTOTYPE_FILTER_CSWrubytk = ggrep -v $(docdir) MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ @@ -39,8 +41,9 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-p(\d+).tar.bz2 DISTFILES = $(GARNAME)-$(DISTVERSION)-$(PATCHLEVEL).tar.bz2 -DISTFILES += $(call admfiles,CSWruby,) $(call admfiles,CSWrubytk,) +DISTFILES += $(call admfiles,CSWruby,) DISTFILES += $(call admfiles,CSWrubydoc,) +DISTFILES += $(call admfiles,CSWrubytk,) # See: http://rubyforge.org/tracker/index.php?func=detail&aid=17607&group_id=426&atid=1698 PATCHFILES = rdoc_parse_order_fix.patch 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 Feb 3 19:36:09 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 03 Feb 2009 18:36:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[2973] csw/mgar/pkg/pca/trunk/ Message-ID: Revision: 2973 http://gar.svn.sourceforge.net/gar/?rev=2973&view=rev Author: dmichelsen Date: 2009-02-03 18:36:09 +0000 (Tue, 03 Feb 2009) Log Message: ----------- pca: Convert to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/pca/trunk/ Property changes on: csw/mgar/pkg/pca/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 19:38:24 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 18:38:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[2974] csw/mgar/pkg Message-ID: Revision: 2974 http://gar.svn.sourceforge.net/gar/?rev=2974&view=rev Author: harpchad Date: 2009-02-03 18:38:22 +0000 (Tue, 03 Feb 2009) Log Message: ----------- pidginotr: initial commit Added Paths: ----------- csw/mgar/pkg/pidginotr/ csw/mgar/pkg/pidginotr/branches/ csw/mgar/pkg/pidginotr/tags/ csw/mgar/pkg/pidginotr/trunk/ csw/mgar/pkg/pidginotr/trunk/Makefile csw/mgar/pkg/pidginotr/trunk/checksums csw/mgar/pkg/pidginotr/trunk/files/ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch Property changes on: csw/mgar/pkg/pidginotr/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pidginotr/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidginotr/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/Makefile 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,32 @@ +GARNAME = pidgin-otr +GARVERSION = 3.2.0 +CATEGORIES = apps + +DESCRIPTION = Off-The-Record Messaging plugin for pidgin +define BLURB + Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging. +endef + +MASTER_SITES = http://www.cypherpunks.ca/otr/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWpidginotr,) +PATCHFILES = otr_priority.patch + +TEST_TARGET = check + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# pidgin-otr requires gnu gettex but doesn't do a good job of locating it +INTLTOOL_XGETTEXT = /opt/csw/bin/gxgettext +XGETTEXT = $(INTLTOOL_XGETTEXT) +INTLTOOL_MSGFMT = /opt/csw/bin/gmsgfmt +MSGFMT = $(INTLTOOL_MSGFMT) +INTLTOOL_MSGMERGE = /opt/csw/bin/gmsgmerge +EXTRA_CONFIGURE_EXPORTS = INTLTOOL_XGETTEXT XGETTEXT INTLTOOL_MSGFMT MSGFMT INTLTOOL_MSGMERGE + +CONFIGURE_ARGS = $(DIRPATHS) + +REQUIRED_PKGS_CSWpidginotr = CSWgcrypt CSWgpgerr CSWpidgin CSWotr + +include gar/category.mk Added: csw/mgar/pkg/pidginotr/trunk/checksums =================================================================== --- csw/mgar/pkg/pidginotr/trunk/checksums (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/checksums 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,3 @@ +c92dc0c28bd0a6115506d55ae26515f9 download/CSWpidginotr.gspec +37569ac8bf1a824128581dca70afd2ea download/otr_priority.patch +8af70b654b7d7c5a5b7785699ff562f9 download/pidgin-otr-3.2.0.tar.gz Added: csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec =================================================================== --- csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,4 @@ +%var bitname pidginotr +%var pkgname CSWpidginort +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch =================================================================== --- csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,13 @@ +--- pidgin-otr-3.2.0/otr-plugin.c.old 2009-01-31 21:50:40.000000000 +0100 ++++ pidgin-otr-3.2.0/otr-plugin.c 2009-01-31 21:41:05.000000000 +0100 +@@ -843,8 +843,8 @@ + + purple_signal_connect(core_handle, "quitting", otrg_plugin_handle, + PURPLE_CALLBACK(process_quitting), NULL); +- purple_signal_connect(conv_handle, "sending-im-msg", otrg_plugin_handle, +- PURPLE_CALLBACK(process_sending_im), NULL); ++ purple_signal_connect_priority(conv_handle, "sending-im-msg", otrg_plugin_handle, ++ PURPLE_CALLBACK(process_sending_im), NULL, PURPLE_SIGNAL_PRIORITY_HIGHEST); + purple_signal_connect(conv_handle, "receiving-im-msg", otrg_plugin_handle, + PURPLE_CALLBACK(process_receiving_im), NULL); + purple_signal_connect(conv_handle, "conversation-updated", 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 Feb 3 19:48:10 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 03 Feb 2009 18:48:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[2975] csw/mgar/pkg/pca/trunk Message-ID: Revision: 2975 http://gar.svn.sourceforge.net/gar/?rev=2975&view=rev Author: dmichelsen Date: 2009-02-03 18:48:10 +0000 (Tue, 03 Feb 2009) Log Message: ----------- pca: Update to 20081218-01 Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2009-02-03 18:38:22 UTC (rev 2974) +++ csw/mgar/pkg/pca/trunk/Makefile 2009-02-03 18:48:10 UTC (rev 2975) @@ -1,5 +1,5 @@ GARNAME = pca -GARVERSION = 20081024-01 +GARVERSION = 20081218-01 CATEGORIES = utils DESCRIPTION = Patch Check Advanced Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2009-02-03 18:38:22 UTC (rev 2974) +++ csw/mgar/pkg/pca/trunk/checksums 2009-02-03 18:48:10 UTC (rev 2975) @@ -1,3 +1,3 @@ -85ce7fa0c108b5e6f1fd1b84e1216ca6 download/pca-20081024-01 +edde160aa02b5d8232b402cdf336f327 download/pca-20081218-01 12fc8ec8fe4164566632328a76e025f7 download/CSWpca.gspec 12de68ff8f67b4bb8b095e5646402208 download/pca.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 20:06:56 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 19:06:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[2976] csw/mgar/pkg/pidginotr/trunk Message-ID: Revision: 2976 http://gar.svn.sourceforge.net/gar/?rev=2976&view=rev Author: harpchad Date: 2009-02-03 19:06:56 +0000 (Tue, 03 Feb 2009) Log Message: ----------- fix typo pidginort -> pidginotr Modified Paths: -------------- csw/mgar/pkg/pidginotr/trunk/checksums csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec Modified: csw/mgar/pkg/pidginotr/trunk/checksums =================================================================== --- csw/mgar/pkg/pidginotr/trunk/checksums 2009-02-03 18:48:10 UTC (rev 2975) +++ csw/mgar/pkg/pidginotr/trunk/checksums 2009-02-03 19:06:56 UTC (rev 2976) @@ -1,3 +1,3 @@ -c92dc0c28bd0a6115506d55ae26515f9 download/CSWpidginotr.gspec +f7e34362bff459578e7b1d5039c7a879 download/CSWpidginotr.gspec 37569ac8bf1a824128581dca70afd2ea download/otr_priority.patch 8af70b654b7d7c5a5b7785699ff562f9 download/pidgin-otr-3.2.0.tar.gz Modified: csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec =================================================================== --- csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec 2009-02-03 18:48:10 UTC (rev 2975) +++ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec 2009-02-03 19:06:56 UTC (rev 2976) @@ -1,4 +1,4 @@ %var bitname pidginotr -%var pkgname CSWpidginort +%var pkgname CSWpidginotr %include url file://%{PKGLIB}/csw_dyndepend.gspec %copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 3 20:39:28 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 03 Feb 2009 19:39:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[2977] csw/mgar/pkg/gnupg/trunk/Makefile Message-ID: Revision: 2977 http://gar.svn.sourceforge.net/gar/?rev=2977&view=rev Author: dmichelsen Date: 2009-02-03 19:39:28 +0000 (Tue, 03 Feb 2009) Log Message: ----------- gnupg: Add missing compile flags Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-03 19:06:56 UTC (rev 2976) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977) @@ -16,6 +16,12 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +# This is somehow not correctly detected from autoconf +EXTRA_LINKER_FLAGS = -lgpg-error + +# Needed for nanosleep() +EXTRA_LINKER_FLAGS += -lrt + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libcurl CONFIGURE_ARGS += --with-ldap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 3 21:10:40 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 20:10:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[2978] csw/mgar/pkg Message-ID: Revision: 2978 http://gar.svn.sourceforge.net/gar/?rev=2978&view=rev Author: wbonnet Date: 2009-02-03 20:10:39 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update to upstream version of dbus and dbus-glib Modified Paths: -------------- csw/mgar/pkg/dbus-glib/trunk/Makefile csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec csw/mgar/pkg/jxplorer/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype Property Changed: ---------------- csw/mgar/pkg/dbus/trunk/ Property changes on: csw/mgar/pkg/dbus/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/dbus-glib/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,5 +1,5 @@ GARNAME = dbus-glib -GARVERSION = 0.76 +GARVERSION = 0.80 CATEGORIES = lib DESCRIPTION = DBus GLib Bindings @@ -25,6 +25,13 @@ # CPPFLAGS += -I$(DESTDIR)/opt/csw/include/xfce4 LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib +#P CSWexpat expat - XML Parser Toolkit +#P CSWggettext ggettext - GNU gettext +#P CSWglib2 glib2 - the low-level core library for GTK+ and GNOME +#P CSWiconv libiconv - GNU iconv library +#P CSWsunmath libsunmath - Sun maths library +#P CSWlibdbus + export CFLAGS CXXFLAGS LDFLAGS include gar/category.mk Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,8 +0,0 @@ -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - the low-level core library for GTK+ and GNOME -P CSWiconv libiconv - GNU iconv library -P CSWsunmath libsunmath - Sun maths library -P CSWlibdbus -P CSWcommon common - common files and dirs for CSW packages -P CSWcommon common - common files and dirs for CSW packages Modified: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,4 +1,4 @@ %var bitname dbus_glib %var pkgname CSWdbusglib %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,8 +0,0 @@ -f none /opt/csw/bin/dbus-binding-tool 0755 root bin -f none /opt/csw/lib/libdbus-glib-1.la 0755 root bin -f none /opt/csw/lib/libdbus-glib-1.so.2.1.0 0755 root bin -s none /opt/csw/lib/libdbus-glib-1.so.2=libdbus-glib-1.so.2.1.0 -s none /opt/csw/lib/libdbus-glib-1.so=libdbus-glib-1.so.2.1.0 -i copyright=CSWdbusglib.copyright -i depend=CSWdbusglib.depend -i pkginfo=CSWdbusglib.pkginfo Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,3 +0,0 @@ -P CSWdbusglib dbus_glib - DBus GLib Bindings -P CSWcommon common - common files and dirs for CSW packages -P CSWcommon common - common files and dirs for CSW packages Modified: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,5 +1,4 @@ %var bitname dbus_glibdev %var desc DBus GLib Bindings Headers -%var pkgname CSWdbusglibdev %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,33 +0,0 @@ -d none /opt/csw/include/dbus-1.0/dbus 0755 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib-bindings.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib-error-enum.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib-lowlevel.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-gtype-specialized.h 0644 root bin -f none /opt/csw/lib/libdbus-glib-1.a 0644 root bin -f none /opt/csw/lib/pkgconfig/dbus-glib-1.pc 0644 root bin -d none /opt/csw/share/gtk-doc/html 0755 root bin -d none /opt/csw/share/gtk-doc/html/dbus-glib 0755 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/ch01.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/ch02.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/ch03.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-binding-tool.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib.devhelp 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/home.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/index.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/index.sgml 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/left.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/right.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/style.css 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/up.png 0644 root bin -i copyright=CSWdbusglibdev.copyright -i depend=CSWdbusglibdev.depend -i pkginfo=CSWdbusglibdev.pkginfo Modified: csw/mgar/pkg/jxplorer/trunk/Makefile =================================================================== --- csw/mgar/pkg/jxplorer/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/jxplorer/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) @@ -34,6 +34,9 @@ @$(MAKECOOKIE) install-custom: + @ginstall -d $(DESTDIR)$(bindir) + @( cd $(DESTDIR)$(bindir) ; \ + ln -s ../share/jxplorer/jxplorer.sh jxplorer ) @ginstall -d $(DESTDIR)$(datadir)/$(GARNAME) @ginstall -d $(DESTDIR)$(prefix)/etc/$(GARNAME) @gcp -fpr $(WORKSRC)/* $(DESTDIR)$(datadir)/$(GARNAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 3 22:40:59 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 21:40:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[2979] csw/mgar/pkg Message-ID: Revision: 2979 http://gar.svn.sourceforge.net/gar/?rev=2979&view=rev Author: wbonnet Date: 2009-02-03 21:40:59 +0000 (Tue, 03 Feb 2009) Log Message: ----------- upgrade to version 1.2.12 Modified Paths: -------------- csw/mgar/pkg/codec/trunk/Makefile csw/mgar/pkg/dbus/trunk/Makefile csw/mgar/pkg/dbus/trunk/checksums csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec csw/mgar/pkg/dbus/trunk/files/cswdbus csw/mgar/pkg/dbus-glib/trunk/Makefile csw/mgar/pkg/dbus-glib/trunk/checksums csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile csw/mgar/pkg/xfce/libxfce4util/trunk/checksums csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec Added Paths: ----------- csw/mgar/pkg/java/ Removed Paths: ------------- csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.depend csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype csw/mgar/pkg/dbus/trunk/files/checkinstall csw/mgar/pkg/dbus/trunk/files/dbus.xml csw/mgar/pkg/dbus/trunk/files/i.smfno csw/mgar/pkg/dbus/trunk/files/i.smfyes csw/mgar/pkg/dbus/trunk/files/space csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff Property Changed: ---------------- csw/mgar/pkg/xfce/libxfce4util/trunk/ Modified: csw/mgar/pkg/codec/trunk/Makefile =================================================================== --- csw/mgar/pkg/codec/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/codec/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -4,9 +4,9 @@ GARNAME = commons-$(SHORTNAME) CATEGORIES = java -DESCRIPTION = Apache Jakarta Commons codec : codec of Responsibility pattern API +DESCRIPTION = Apache Jakarta Commons Codec define BLURB -Apache Jakarta Commons codec provides "codec of Responsibility" pattern implemention +Apache Jakarta Commons Codec : implementations of common encoders and decoders such as Base64 endef # Use jakarta sources Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,5 @@ GARNAME = dbus -GARVERSION = 1.2.4 +GARVERSION = 1.2.12 CATEGORIES = lib DESCRIPTION = DBus Message Bus System @@ -11,33 +11,51 @@ MASTER_SITES = http://dbus.freedesktop.org/releases/dbus/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += CSWdbus.gspec CSWdbus.prototype CSWdbus.depend CSWdbus.postinstall CSWdbus.preinstall checkinstall -DISTFILES += space i.smfno i.smfyes svc-dbus dbus.xml cswdbus CSWdbus.preremove -DISTFILES += CSWlibdbus.gspec CSWlibdbus.prototype CSWlibdbus.depend -DISTFILES += CSWlibdbusdev.gspec CSWlibdbusdev.prototype CSWlibdbusdev.depend -# DISTFILES += $(call admfiles,CSWdbus, depend) +PKGDIST = $(DISTFILE) -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +# Generate description fields +SPKG_DESC_CSWdbus = $(DESCRIPTION) +SPKG_DESC_CSWlibdbus = $(DESCRIPTION) libraries +SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package -CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION -CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath -LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib +# SMF support +SPKG_CLASSES = none cswinitsmf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswfoo$$$$/ { $$$$2 = "cswinitsmf" } { print }' + +DISTFILES += $(call admfiles,CSWdbus, preinstall, cswdbus) +DISTFILES += cswdbus +DISTFILES += $(call admfiles,CSWlibdbusdev, ) +DISTFILES += $(call admfiles,CSWlibdbus, ) -export CFLAGS CXXFLAGS LDFLAGS +# Dynamic CSWlibdbusdev prototype +PKGFILES_CSWlibdbusdev = $(PKGFILES_DEVEL) +PKGFILES_CSWlibdbusdev += $(includedir)/include/.* +PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/.* +PKGFILES_CSWlibdbusdev += $(libdir)/.*\.a +PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/.* -GREP = ggrep +# Dynamic CSWlibdbus prototype +PKGFILES_CSWlibdbus = $(libdir)/.*\.la +PKGFILES_CSWlibdbus += $(libdir)/.*\.so +PKGFILES_CSWlibdbus += $(libdir)/.*\.so\..* -include gar/category.mk +# Dependencies tracking +REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibx11 CSWlibxau CSWlibxcb CSWlibxdmcp CSWlibdbus CSWcswclassutils +REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus -CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man --disable-tests --with-xml=expat +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --disable-tests --with-xml=expat +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +# moving configuration file & installing init script post-install: - ( mkdir -p $(DESTDIR)/etc/init.d ) - ( mkdir -p $(DESTDIR)/etc/rc3.d ) - ( cp -fr $(FILEDIR)/csw$(GARNAME) $(DESTDIR)/etc/init.d ) - ( rm -f $(DESTDIR)/etc/rc3.d/S52$(GARNAME) ) - ( ln -s /etc/init.d/csw$(GARNAME) $(DESTDIR)/etc/rc3.d/S52$(GARNAME) ) - ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) + ( ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ + ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + cp -fr $(FILEDIR)/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; \ + ln -s ../init.d/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; ) +include gar/category.mk + Modified: csw/mgar/pkg/dbus/trunk/checksums =================================================================== --- csw/mgar/pkg/dbus/trunk/checksums 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/checksums 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,20 +1,6 @@ -2e643910a09f44b000a0d76038637999 download/dbus-1.2.4.tar.gz -0956c2a4c626eaa494d6c95aeed3f335 download/CSWdbus.gspec -f6e781fcc74d4444b18dd17be11153c5 download/CSWdbus.prototype -81bc75f2ab42dfeb22ecbf8a0db0b2ba download/CSWdbus.depend -b093e0816fcca4ec08c41da64be36ff3 download/CSWdbus.postinstall +39bd582c3b06a261cac44d4cab6fd60b download/dbus-1.2.12.tar.gz +c42e10133d9c6358f3fb2a8c14d71cd3 download/CSWdbus.gspec 6e26e51243c4551ac222112edf67b5db download/CSWdbus.preinstall -e62348be24eef2faf9c9e3af5de0e209 download/checkinstall -f49c3339aa897df97abf1baf54582fb8 download/space -848ef38127a2c97a70aa1732431f0ac4 download/i.smfno -bf067dcada44a3d278d67fbec727e197 download/i.smfyes -ec6a5e81488a3f1f19da57a8fbc4ea27 download/svc-dbus -b55ad85eb459a4d591f30ec70bf1c872 download/dbus.xml -72c43660ee96009043746c6d4894b02c download/cswdbus -a6e0e854f20c9fe8c3c7f486ac0b3912 download/CSWdbus.preremove -c1e411b511a659e3b8d0803364226019 download/CSWlibdbus.gspec -8575354d3ed4f3252913a9af03994386 download/CSWlibdbus.prototype -d41d8cd98f00b204e9800998ecf8427e download/CSWlibdbus.depend -8835a675e247c7fb1e22c1db1c1e76f6 download/CSWlibdbusdev.gspec -bb58bcb87b69235c94a84576b6059097 download/CSWlibdbusdev.prototype -4fde42a6c04eeae5dbdad8b0d65bd337 download/CSWlibdbusdev.depend +92b99c85d75cac9a2d5f4d3fc43a278d download/cswdbus +efa131461a5aad4ad4516ff9d733e6bf download/CSWlibdbusdev.gspec +31b0245986c698250974b7d038c65beb download/CSWlibdbus.gspec Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +0,0 @@ -P CSWiconv libiconv - GNU iconv library -P CSWlibxml2 libxml2 - XML Parser Library -P CSWzlib zlib - Zlib Data Compression Library -P CSWlibdbus libdbus - DBus Message Bus System - dynamic libraries -P CSWexpat Modified: csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,4 +1,4 @@ %var bitname dbus %var pkgname CSWdbus %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,42 +0,0 @@ -#!/bin/sh -# -# Blastwave.org DBus package post install script - -# Create the link only if it does not already exist -DBUS_VAR_DIR=/opt/csw/var/lib/dbus -DBUS_MACHINE_ID_FILE=machine-id -if [ ! -d $DBUS_VAR_DIR ]; then - mkdir -p $DBUS_VAR_DIR -fi - -if [ ! -f $DBUS_VAR_DIR/$DBUS_MACHINE_ID_FILE ]; then - /opt/csw/bin/dbus-uuidgen --ensure -fi - -# Set variable smf depending on the availability of SMF binaries -smf=no -if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] - then - smf=yes -fi - -# If needed, configure SMF -if [ $smf = yes ] -then - # Register with SMF - echo "Configuring service in SMF" - /usr/sbin/svccfg import /opt/csw/var/svc/manifest/system/dbus.xml >/dev/null 2>&1 - /usr/sbin/svcadm disable svc:/system/cswdbus >/dev/null 2>&1 - echo "DBus is using Service Management Facility. The FMRI is:" - echo " svc:/system/cswdbus:default" - echo "Starting dbus..." - if [ $smf = no ] - then - /etc/init.d/cswdbus start - else - /usr/sbin/svcadm enable svc:/system/cswdbus - fi -fi - - -exit 0 Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,14 +0,0 @@ -#!/bin/sh - -smf=no -if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] ; -then smf=yes ; fi - -if [ $smf = yes ] - then - # Disable service - /usr/sbin/svcadm disable -s svc:system/cswdbus:default >/dev/null 2>&1 - - # Unregister with SMF - /usr/sbin/svccfg delete svc:system/cswdbus:default >/dev/null 2>&1 -fi Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,47 +0,0 @@ -d none /opt/csw 0755 root bin -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/dbus-cleanup-sockets 0755 root bin -f none /opt/csw/bin/dbus-daemon 0755 root bin -f none /opt/csw/bin/dbus-launch 0755 root bin -f none /opt/csw/bin/dbus-monitor 0755 root bin -f none /opt/csw/bin/dbus-send 0755 root bin -f none /opt/csw/bin/dbus-uuidgen 0755 root bin -d none /opt/csw/etc 0755 root bin -d none /opt/csw/etc/dbus-1 0755 root bin -f none /opt/csw/etc/dbus-1/session.conf 0644 root bin -d none /opt/csw/etc/dbus-1/session.d 0755 root bin -f none /opt/csw/etc/dbus-1/system.conf 0644 root bin -d none /opt/csw/etc/dbus-1/system.d 0755 root bin -d none /opt/csw/libexec/dbus-1 0755 root bin -f none /opt/csw/libexec/dbus-daemon-launch-helper 0755 root bin -d none /opt/csw/share/dbus-1 0755 root bin -d none /opt/csw/share/dbus-1/services 0755 root bin -d none /opt/csw/share/dbus-1/system-services 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/dbus-cleanup-sockets.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-daemon.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-launch.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-monitor.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-send.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-uuidgen.1 0644 root bin -d none /opt/csw/var/lib/dbus 0755 root bin -d none /opt/csw/var/run/dbus 0777 root bin -f smfno /etc/init.d/cswdbus 0755 root bin -l smfno /etc/rc3.d/S52cswdbus=/etc/init.d/cswdbus -d smfyes /opt/csw/var/svc 0755 root bin -d smfyes /opt/csw/var/svc/manifest 0755 root bin -d smfyes /opt/csw/var/svc/manifest/system 0755 root bin -f smfyes /opt/csw/var/svc/manifest/system/dbus.xml=dbus.xml 0644 root bin -d smfyes /opt/csw/lib/svc 0755 root bin -d smfyes /opt/csw/lib/svc/method 0755 root bin -f smfyes /opt/csw/lib/svc/method/svc-dbus=svc-dbus 0755 root bin -i copyright=CSWdbus.copyright -i depend=CSWdbus.depend -i pkginfo=CSWdbus.pkginfo -i postinstall=CSWdbus.postinstall -i preinstall=CSWdbus.preinstall -i checkinstall -i i.smfno -i i.smfyes -i space Modified: csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,4 @@ %var bitname libdbus %var pkgname CSWlibdbus -%var desc DBus Message Bus System - dynamic libraries %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,7 +0,0 @@ -f none /opt/csw/lib/libdbus-1.la 0755 root bin -f none /opt/csw/lib/libdbus-1.so.3.4.0 0755 root bin -s none /opt/csw/lib/libdbus-1.so.3=libdbus-1.so.3.4.0 -s none /opt/csw/lib/libdbus-1.so=libdbus-1.so.3.4.0 -i copyright=CSWlibdbus.copyright -i depend=CSWlibdbus.depend -i pkginfo=CSWlibdbus.pkginfo Deleted: csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1 +0,0 @@ -P CSWlibdbus Modified: csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,4 @@ %var bitname libdbusdev %var pkgname CSWlibdbusdev -%var desc DBus Message Bus System - development headers %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,26 +0,0 @@ -d none /opt/csw/include/dbus-1.0 0755 root bin -d none /opt/csw/include/dbus-1.0/dbus 0755 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-address.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-bus.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-connection.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-errors.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-macros.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-memory.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-message.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-misc.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-pending-call.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-protocol.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-server.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-shared.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-signature.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-threads.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-types.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus.h 0644 root bin -d none /opt/csw/lib/dbus-1.0/include/dbus 0755 root bin -f none /opt/csw/lib/dbus-1.0/include/dbus/dbus-arch-deps.h 0644 root bin -f none /opt/csw/lib/libdbus-1.a 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/dbus-1.pc 0644 root bin -i copyright=CSWlibdbusdev.copyright -i depend=CSWlibdbusdev.depend -i pkginfo=CSWlibdbusdev.pkginfo Deleted: csw/mgar/pkg/dbus/trunk/files/checkinstall =================================================================== --- csw/mgar/pkg/dbus/trunk/files/checkinstall 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/checkinstall 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,21 +0,0 @@ -# dbus - checkinstall script -# -trap `exit 3` 15 - -# Assign Solaris release class to install release specific files -smf=no -if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] ; then smf=yes ; fi -if [ $smf = yes ] -then - CLASSES='none smfyes' -else - CLASSES='none smfno' -fi - -# Make env variables available to other packaging scripts - -cat >$1 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - Deleted: csw/mgar/pkg/dbus/trunk/files/i.smfno =================================================================== --- csw/mgar/pkg/dbus/trunk/files/i.smfno 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/i.smfno 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,15 +0,0 @@ -# dbus - i.smfno script -# -# Copy the non-SMF specific files to the base directory. -# The files to copy are: -# /etc/init.d/cswdbus=cswdbus -# /etc/rc3.d/S52cswdbus=/etc/init.d/cswdbus -# -echo "Installing class ." -while read src dest -do - # Do copy - /usr/bin/cp $src $dest || exit 2 - echo $dest -done -exit 0 Deleted: csw/mgar/pkg/dbus/trunk/files/i.smfyes =================================================================== --- csw/mgar/pkg/dbus/trunk/files/i.smfyes 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/i.smfyes 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,20 +0,0 @@ -# dbus - i.smfyes script -# -# Copy the SMF specific files to the base directory. -# The files specific to SMF are: -# /opt/csw/var/svc -# /opt/csw/var/svc/manifest -# /opt/csw/var/svc/manifest/system -# /opt/csw/var/svc/manifest/system/dbus.xml=/dbus.xml -# /opt/csw/lib/svc -# /opt/csw/lib/svc/method -# /opt/csw/lib/svc/method/svc-dbus -# -echo "Installing class ." -while read src dest -do - # Do copy - /usr/bin/cp $src $dest || exit 2 - echo $dest -done -exit 0 Deleted: csw/mgar/pkg/dbus/trunk/files/space =================================================================== --- csw/mgar/pkg/dbus/trunk/files/space 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/space 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,3 +0,0 @@ -# No additional space is actually needed. -# In fact, only one set of the Solaris release specific files are installed. -# So the space required for this package is less than what is in pkgmap. Modified: csw/mgar/pkg/dbus-glib/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -11,38 +11,29 @@ MASTER_SITES = http://dbus.freedesktop.org/releases/dbus-glib/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +PKGDIST = $(DISTFILE) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += CSWdbusglib.gspec CSWdbusglib.prototype CSWdbusglib.depend -DISTFILES += CSWdbusglibdev.gspec CSWdbusglibdev.prototype CSWdbusglibdev.depend -# DISTFILES += $(call admfiles,CSWdbusglib, depend) +SPKG_DESC_CSWdbusglib = $(DESCRIPTION) +SPKG_DESC_CSWdbusglibdevel = $(DESCRIPTION) development package -CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION -CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath -# CPPFLAGS += -I$(DESTDIR)/opt/csw/include/xfce4 -LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib +DISTFILES += $(call admfiles,CSWdbusglib, ) +DISTFILES += $(call admfiles,CSWdbusglibdev, ) -#P CSWexpat expat - XML Parser Toolkit -#P CSWggettext ggettext - GNU gettext -#P CSWglib2 glib2 - the low-level core library for GTK+ and GNOME -#P CSWiconv libiconv - GNU iconv library -#P CSWsunmath libsunmath - Sun maths library -#P CSWlibdbus +REQUIRED_PKGS_CSWdbusglibdev = CSWdbusglib +REQUIRED_PKGS_CSWdbusglib = CSWexpat CSWggettext CSWglib2 CSWiconv CSWsunmath CSWlibdbus -export CFLAGS CXXFLAGS LDFLAGS +PKGFILES_CSWdbusglibdev = $(PKGFILES_DEVEL) +PKGFILES_CSWdbusglibdev += $(prefix)/include/.* +PKGFILES_CSWdbusglibdev += $(prefix)/lib/.*\.a +PKGFILES_CSWdbusglibdev += $(prefix)/lib/pkgconfig/.* -include gar/category.mk - -LIBDEPS += lib/dbus - CPPFLAGS += -I$(DESTDIR)/opt/csw/include/dbus-1.0 CPPFLAGS += -I$(DESTDIR)/opt/csw/lib/dbus-1.0/include -CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man --disable-tests +CONFIGURE_ARGS += --disable-tests -post-install: - ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) +include gar/category.mk Modified: csw/mgar/pkg/dbus-glib/trunk/checksums =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/checksums 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus-glib/trunk/checksums 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,7 +1,3 @@ -d3b716a7e798faa1c6a867675f00306a download/dbus-glib-0.76.tar.gz -4e968829bc52f3e5d275c51d6fb6abdf download/CSWdbusglib.gspec -c9226d5022515cf22bef5053f74362f3 download/CSWdbusglib.prototype -daca85e9ba88eb6c23a964f3972c779b download/CSWdbusglib.depend -fdba920e74efe491d775a8670a2be900 download/CSWdbusglibdev.gspec -58f8df4bfb8e69bb7091ca99a57215cd download/CSWdbusglibdev.prototype -992e5320ff625f2b76d266179a44d30c download/CSWdbusglibdev.depend +86ea60ba2118a1b9deafe8257f6a6a1a download/dbus-glib-0.80.tar.gz +461abd981eb75cd3965976fed9c5b0ba download/CSWdbusglib.gspec +2c62e1c94b10fa4505a2a395ec5abf25 download/CSWdbusglibdev.gspec Property changes on: csw/mgar/pkg/xfce/libxfce4util/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -7,24 +7,29 @@ endef DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += CSWlibxfce4util.depend CSWlibxfce4util.gspec CSWlibxfce4util.prototype -DISTFILES += CSWlibxfce4utildoc.depend CSWlibxfce4utildoc.gspec CSWlibxfce4utildoc.prototype -DISTFILES += CSWlibxfce4utildev.depend CSWlibxfce4utildev.gspec CSWlibxfce4utildev.prototype -# DISTFILES += $(call admfiles,CSWlibxfce4util, depend) +DISTFILES += $(call admfiles,CSWlibxfce4util, ) +DISTFILES += $(call admfiles,CSWlibxfce4utildoc, ) +DISTFILES += $(call admfiles,CSWlibxfce4utildev, ) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -PATCHFILES += gar-base.diff +SPKG_DESC_CSWlibxfxe4util = $(DESCRIPTION) +SPKG_DESC_CSWlibxfxe4utildev = $(DESCRIPTION) development package +SPKG_DESC_CSWlibxfxe4utildoc = $(DESCRIPTION) documentation package -TEST_SCRIPTS = none +# PATCHFILES += gar-base.diff -include gar/category.mk +PKGFILES_CSWlibxfce4utildev = $(PKGFILES_DEVEL) +PKGFILES_CSWlibxfce4utildev += $(prefix)/X11/include/.* +PKGFILES_CSWlibxfce4utildev += $(prefix)/X11/lib/.*\.a +PKGFILES_CSWlibxfce4utildev += $(prefix)/X11/lib/pkgconfig/.* +PKGFILES_CSWlibxfce4utildoc = $(prefix)/share/doc/.* -test-none: - @$(MAKECOOKIE) +REQUIRED_PKGS_CSWlibxfce4util = +REQUIRED_PKGS_CSWlibxfce4utildev = CSWlibxfce4util +REQUIRED_PKGS_CSWlibxfce4utildoc = CSWlibxfce4util -post-install: - ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) +include gar/category.mk Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/checksums =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/checksums 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/checksums 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,12 +1,5 @@ -261e7a5df039493ad746e0c359211092 download/libxfce4util-4.4.2.tar.bz2 -204fa36f229885fdafa03229119bf753 download/CSWlibxfce4util.depend -69530d614ca88fe56efbd715372f45e2 download/CSWlibxfce4util.gspec -39d75aafa129790a9878f3beaa2c8c29 download/CSWlibxfce4util.prototype -55dd8c5ee61882724cf30b0e7c16a3c1 download/CSWlibxfce4utildoc.depend -93f21bbd4ce48c4e6369c65f64b23138 download/CSWlibxfce4utildoc.gspec -ebc74b5d0b9b8d4f5b23ae008f3e84ca download/CSWlibxfce4utildoc.prototype -dbae24cf4aef6297eddf1854e245662f download/CSWlibxfce4utildev.depend -ee6fcd7e10f95c9525dd52ed06243bac download/CSWlibxfce4utildev.gspec -49c324cc8383930673f5f6b2a4e0f07f download/CSWlibxfce4utildev.prototype -261e7a5df039493ad746e0c359211092 download/libxfce4util-4.4.2.tar.bz2 -382a19e5a0db520caa635215e9990c19 download/gar-base.diff +c6fe00e3c682b3aab9f7ac47c98a8cd0 download/libxfce4util-4.5.93svn-r29290.tar.bz2 +336c84716e6dc262cc97bb58b96b554f download/CSWlibxfce4util.gspec +b9e0f4cdeaf7d55d285d647172e92ef0 download/CSWlibxfce4utildoc.gspec +c33e3cc6861853fccd55b4ceb5376780 download/CSWlibxfce4utildev.gspec +c6fe00e3c682b3aab9f7ac47c98a8cd0 download/libxfce4util-4.5.93svn-r29290.tar.bz2 Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +0,0 @@ -I CSWxfcelibs - lightweight desktop environment, core libraries -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWsunmath libsunmath - Sun maths library Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,4 +1,4 @@ %var bitname libxfce4util %var pkgname CSWlibxfce4util %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,98 +0,0 @@ -f none /opt/csw/lib/libxfce4util.la 0755 root bin -f none /opt/csw/lib/libxfce4util.so.4.0.2 0755 root bin -s none /opt/csw/lib/libxfce4util.so.4=libxfce4util.so.4.0.2 -s none /opt/csw/lib/libxfce4util.so=libxfce4util.so.4.0.2 -f none /opt/csw/sbin/xfce4-kiosk-query 0755 root bin -d none /opt/csw/share/locale/am 0755 root bin -d none /opt/csw/share/locale/am/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/am/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ar 0755 root bin -d none /opt/csw/share/locale/ar/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ar/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ca 0755 root bin -d none /opt/csw/share/locale/ca/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ca/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/cs 0755 root bin -d none /opt/csw/share/locale/cs/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/cs/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/cy 0755 root bin -d none /opt/csw/share/locale/cy/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/cy/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/dz 0755 root bin -d none /opt/csw/share/locale/dz/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/dz/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/en_GB 0755 root bin -d none /opt/csw/share/locale/en_GB/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/en_GB/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/eu 0755 root bin -d none /opt/csw/share/locale/eu/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/eu/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/fi 0755 root bin -d none /opt/csw/share/locale/fi/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fi/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/fr 0755 root bin -d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fr/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/gl 0755 root bin -d none /opt/csw/share/locale/gl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/gl/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/he 0755 root bin -d none /opt/csw/share/locale/he/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/he/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/it 0755 root bin -d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/it/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ja 0755 root bin -d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ja/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ka 0755 root bin -d none /opt/csw/share/locale/ka/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ka/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ko 0755 root bin -d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ko/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/lt 0755 root bin -d none /opt/csw/share/locale/lt/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/lt/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/lv 0755 root bin -d none /opt/csw/share/locale/lv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/lv/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/mk 0755 root bin -d none /opt/csw/share/locale/mk/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/mk/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/nb_NO 0755 root bin -d none /opt/csw/share/locale/nb_NO/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nb_NO/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/nl 0755 root bin -d none /opt/csw/share/locale/nl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nl/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/pl 0755 root bin -d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pl/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/pt_BR 0755 root bin -d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/pt_PT 0755 root bin -d none /opt/csw/share/locale/pt_PT/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt_PT/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ro 0755 root bin -d none /opt/csw/share/locale/ro/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ro/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/sq 0755 root bin -d none /opt/csw/share/locale/sq/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sq/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/th 0755 root bin -d none /opt/csw/share/locale/th/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/th/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/tr 0755 root bin -d none /opt/csw/share/locale/tr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/tr/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/uk 0755 root bin -d none /opt/csw/share/locale/uk/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/uk/LC_MESSAGES/libxfce4util.mo 0644 root bin -i copyright=CSWlibxfce4util.copyright -i depend=CSWlibxfce4util.depend -i pkginfo=CSWlibxfce4util.pkginfo Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,2 +0,0 @@ -I CSWxfcelibs - lightweight desktop environment, core libraries -P CSWlibxfce4util libxfce4util - Xfce Utilities Library Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,4 @@ %var bitname libxfce4utildev -%var desc Xfce Utilities Library Headers %var pkgname CSWlibxfce4utildev %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,25 +0,0 @@ -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/xfce4/libxfce4util 0755 root bin -f none /opt/csw/include/xfce4/libxfce4util/debug.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/i18n.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/libxfce4util-config.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/libxfce4util-enum-types.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/libxfce4util.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/utf8.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/util.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-desktopentry.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-fileutils.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-generics.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-i18n.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-kiosk.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-license.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-miscutils.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-rc.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-resource.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-utf8.h 0644 root bin -f none /opt/csw/lib/libxfce4util.a 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/libxfce4util-1.0.pc 0644 root bin -i copyright=CSWlibxfce4utildev.copyright -i depend=CSWlibxfce4utildev.depend -i pkginfo=CSWlibxfce4utildev.pkginfo Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1 +0,0 @@ -I CSWxfcelibs - lightweight desktop environment, core libraries Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,6 +1,4 @@ %var bitname libxfce4utildoc -%var desc Xfce Utilities Library Documentation %var pkgname CSWlibxfce4utildoc -%var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,29 +0,0 @@ -d none /opt/csw/share/gtk-doc/html/libxfce4util 0755 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/home.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/index.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/index.sgml 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/left.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Desktop-entries.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-File-Utilities.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Internationalisation.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Miscellaneous-Utilities.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Resource-Config-File-Support.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Resource-lookup-functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Software-Licenses.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Unicode-Support-Functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Version-Information.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Generics.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Kiosk-functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-core.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-datatypes.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-fundamentals.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-utilities.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util.devhelp 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util.devhelp2 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/reference.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/right.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/style.css 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/up.png 0644 root bin -i copyright=CSWlibxfce4utildoc.copyright -i depend=CSWlibxfce4utildoc.depend -i pkginfo=CSWlibxfce4utildoc.pkginfo Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,139 +0,0 @@ -diff --speed-large-files --minimal -Nru libxfce4util-4.4.2.orig/libxfce4util/libxfce4util-private.h libxfce4util-4.4.2/libxfce4util/libxfce4util-private.h ---- libxfce4util-4.4.2.orig/libxfce4util/libxfce4util-private.h 2007-11-17 20:29:47.000000000 +0100 -+++ libxfce4util-4.4.2/libxfce4util/libxfce4util-private.h 2007-12-02 16:04:30.949499000 +0100 -@@ -30,7 +30,7 @@ - - G_BEGIN_DECLS; - --void _xfce_i18n_init (void) G_GNUC_INTERNAL; -+G_GNUC_INTERNAL void _xfce_i18n_init (void); - - G_END_DECLS; - -diff --speed-large-files --minimal -Nru libxfce4util-4.4.2.orig/libxfce4util/xfce-rc-private.h libxfce4util-4.4.2/libxfce4util/xfce-rc-private.h ---- libxfce4util-4.4.2.orig/libxfce4util/xfce-rc-private.h 2007-11-17 20:29:47.000000000 +0100 -+++ libxfce4util-4.4.2/libxfce4util/xfce-rc-private.h 2007-12-02 16:09:57.939783000 +0100 -@@ -61,71 +61,71 @@ - #define XFCE_RC_SIMPLE_CONST(obj) ((const XfceRcSimple *) (obj)) - - --void _xfce_rc_init (XfceRc *rc) G_GNUC_INTERNAL; -+G_GNUC_INTERNAL void _xfce_rc_init (XfceRc *rc); - --XfceRcSimple* _xfce_rc_simple_new (XfceRcSimple *shared, -+G_GNUC_INTERNAL XfceRcSimple* _xfce_rc_simple_new (XfceRcSimple *shared, - const gchar *filename, -- gboolean readonly) G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_parse (XfceRcSimple *simple) G_GNUC_INTERNAL; --void _xfce_rc_simple_close (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_simple_flush (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_simple_rollback (XfceRc *rc) G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_is_dirty (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_is_readonly (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --const gchar* _xfce_rc_simple_get_filename(const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_simple_get_groups (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_simple_get_entries (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_simple_delete_group(XfceRc *rc, -+ gboolean readonly); -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_parse (XfceRcSimple *simple); -+G_GNUC_INTERNAL void _xfce_rc_simple_close (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_simple_flush (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_simple_rollback (XfceRc *rc); -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_is_dirty (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_is_readonly (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL const gchar* _xfce_rc_simple_get_filename(const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_simple_get_groups (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_simple_get_entries (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_simple_delete_group(XfceRc *rc, - const gchar *name, -- gboolean global) G_GNUC_INTERNAL; -+ gboolean global); - const gchar* _xfce_rc_simple_get_group (const XfceRc *rc) G_GNUC_CONST; --gboolean _xfce_rc_simple_has_group (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_simple_set_group (XfceRc *rc, -- const gchar *name) G_GNUC_INTERNAL; --void _xfce_rc_simple_delete_entry(XfceRc *rc, -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_has_group (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_simple_set_group (XfceRc *rc, -+ const gchar *name); -+G_GNUC_INTERNAL void _xfce_rc_simple_delete_entry(XfceRc *rc, - const gchar *key, -- gboolean global) G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_has_entry (const XfceRc *rc, -- const gchar *key) G_GNUC_CONST G_GNUC_INTERNAL; --const gchar* _xfce_rc_simple_read_entry (const XfceRc *rc, -+ gboolean global); -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_has_entry (const XfceRc *rc, -+ const gchar *key) G_GNUC_CONST; -+G_GNUC_INTERNAL const gchar* _xfce_rc_simple_read_entry (const XfceRc *rc, - const gchar *key, -- gboolean translated) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_simple_write_entry (XfceRc *rc, -+ gboolean translated) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_simple_write_entry (XfceRc *rc, - const gchar *key, -- const gchar *value) G_GNUC_INTERNAL; -+ const gchar *value); - --XfceRcConfig* _xfce_rc_config_new (XfceResourceType type, -+G_GNUC_INTERNAL XfceRcConfig* _xfce_rc_config_new (XfceResourceType type, - const gchar *resource, -- gboolean readonly) G_GNUC_INTERNAL; --void _xfce_rc_config_close (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_config_flush (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_config_rollback (XfceRc *rc) G_GNUC_INTERNAL; --gboolean _xfce_rc_config_is_dirty (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gboolean _xfce_rc_config_is_readonly (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_config_get_groups (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_config_get_entries (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_config_delete_group(XfceRc *rc, -+ gboolean readonly); -+G_GNUC_INTERNAL void _xfce_rc_config_close (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_config_flush (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_config_rollback (XfceRc *rc); -+G_GNUC_INTERNAL gboolean _xfce_rc_config_is_dirty (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gboolean _xfce_rc_config_is_readonly (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_config_get_groups (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_config_get_entries (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_config_delete_group(XfceRc *rc, - const gchar *name, -- gboolean global) G_GNUC_INTERNAL; --const gchar* _xfce_rc_config_get_group (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gboolean _xfce_rc_config_has_group (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_config_set_group (XfceRc *rc, -- const gchar *name) G_GNUC_INTERNAL; --void _xfce_rc_config_delete_entry(XfceRc *rc, -+ gboolean global); -+G_GNUC_INTERNAL const gchar* _xfce_rc_config_get_group (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gboolean _xfce_rc_config_has_group (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_config_set_group (XfceRc *rc, -+ const gchar *name); -+G_GNUC_INTERNAL void _xfce_rc_config_delete_entry(XfceRc *rc, - const gchar *key, -- gboolean global) G_GNUC_INTERNAL; --gboolean _xfce_rc_config_has_entry (const XfceRc *rc, -- const gchar *key) G_GNUC_CONST G_GNUC_INTERNAL; --const gchar* _xfce_rc_config_read_entry (const XfceRc *rc, -+ gboolean global); -+G_GNUC_INTERNAL gboolean _xfce_rc_config_has_entry (const XfceRc *rc, -+ const gchar *key) G_GNUC_CONST; -+G_GNUC_INTERNAL const gchar* _xfce_rc_config_read_entry (const XfceRc *rc, - const gchar *key, -- gboolean translated) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_config_write_entry (XfceRc *rc, -+ gboolean translated) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_config_write_entry (XfceRc *rc, - const gchar *key, -- const gchar *value) G_GNUC_INTERNAL; -+ const gchar *value); - - - #endif /* !__LIBXFCE4UTIL_XFCE_RC_PRIVATE_H__ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 3 23:34:48 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 22:34:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[2980] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2980 http://gar.svn.sourceforge.net/gar/?rev=2980&view=rev Author: wbonnet Date: 2009-02-03 22:34:48 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 22:34:48 UTC (rev 2980) @@ -20,27 +20,28 @@ # SMF support SPKG_CLASSES = none cswinitsmf -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswfoo$$$$/ { $$$$2 = "cswinitsmf" } { print }' +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } { print }' -DISTFILES += $(call admfiles,CSWdbus, preinstall, cswdbus) +DISTFILES += $(call admfiles,CSWdbus, preinstall, ) DISTFILES += cswdbus DISTFILES += $(call admfiles,CSWlibdbusdev, ) DISTFILES += $(call admfiles,CSWlibdbus, ) # Dynamic CSWlibdbusdev prototype PKGFILES_CSWlibdbusdev = $(PKGFILES_DEVEL) -PKGFILES_CSWlibdbusdev += $(includedir)/include/.* -PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/.* -PKGFILES_CSWlibdbusdev += $(libdir)/.*\.a -PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/.* +PKGFILES_CSWlibdbusdev += $(includedir)/include/(.*) +PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/(.*) +PKGFILES_CSWlibdbusdev += $(libdir)/(.*)\.a +PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/(.*) # Dynamic CSWlibdbus prototype -PKGFILES_CSWlibdbus = $(libdir)/.*\.la -PKGFILES_CSWlibdbus += $(libdir)/.*\.so -PKGFILES_CSWlibdbus += $(libdir)/.*\.so\..* +PKGFILES_CSWlibdbus = $(PKGFILES_RT) +PKGFILES_CSWlibdbus += $(libdir)/(.*)\.la +PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so +PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so\.(.*) # Dependencies tracking -REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibx11 CSWlibxau CSWlibxcb CSWlibxdmcp CSWlibdbus CSWcswclassutils +REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibdbus CSWcswclassutils REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus CONFIGURE_ARGS = $(DIRPATHS) @@ -53,9 +54,9 @@ post-install: ( ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ - cp -fr $(FILEDIR)/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ - rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; \ - ln -s ../init.d/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; ) + cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; \ + ln -s ../init.d/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; ) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 4 00:08:05 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 23:08:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[2981] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2981 http://gar.svn.sourceforge.net/gar/?rev=2981&view=rev Author: wbonnet Date: 2009-02-03 23:08:05 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 22:34:48 UTC (rev 2980) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:08:05 UTC (rev 2981) @@ -19,8 +19,8 @@ SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package # SMF support -SPKG_CLASSES = none cswinitsmf -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } { print }' +SPKG_CLASSES = none cswinitsmf cswcpsampleconf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' DISTFILES += $(call admfiles,CSWdbus, preinstall, ) DISTFILES += cswdbus @@ -31,12 +31,12 @@ PKGFILES_CSWlibdbusdev = $(PKGFILES_DEVEL) PKGFILES_CSWlibdbusdev += $(includedir)/include/(.*) PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/(.*) -PKGFILES_CSWlibdbusdev += $(libdir)/(.*)\.a +PKGFILES_CSWlibdbusdev += $(libdir)/libdbus-1.a PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/(.*) # Dynamic CSWlibdbus prototype PKGFILES_CSWlibdbus = $(PKGFILES_RT) -PKGFILES_CSWlibdbus += $(libdir)/(.*)\.la +PKGFILES_CSWlibdbus += $(libdir)/libdbus-1.la PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so\.(.*) @@ -52,11 +52,14 @@ # moving configuration file & installing init script post-install: - ( ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ + ( OLDDIR=`pwd` && cd $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/opt/csw/etc/dbus-1 && \ + for i in *.conf ; do mv $$i $$i.CSW ; done && cd $$OLDDIR ; \ + ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; \ ln -s ../init.d/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; ) + @$(MAKECOOKIE) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 4 00:31:18 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 23:31:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2982] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2982 http://gar.svn.sourceforge.net/gar/?rev=2982&view=rev Author: wbonnet Date: 2009-02-03 23:31:18 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:08:05 UTC (rev 2981) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:31:18 UTC (rev 2982) @@ -19,7 +19,8 @@ SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package # SMF support -SPKG_CLASSES = none cswinitsmf cswcpsampleconf +SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf + PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' DISTFILES += $(call admfiles,CSWdbus, preinstall, ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 4 00:39:07 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 23:39:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[2983] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2983 http://gar.svn.sourceforge.net/gar/?rev=2983&view=rev Author: wbonnet Date: 2009-02-03 23:39:06 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:31:18 UTC (rev 2982) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:39:06 UTC (rev 2983) @@ -18,11 +18,6 @@ SPKG_DESC_CSWlibdbus = $(DESCRIPTION) libraries SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package -# SMF support -SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf - -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' - DISTFILES += $(call admfiles,CSWdbus, preinstall, ) DISTFILES += cswdbus DISTFILES += $(call admfiles,CSWlibdbusdev, ) @@ -45,6 +40,10 @@ REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibdbus CSWcswclassutils REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus +# SMF support +SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-tests --with-xml=expat 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 Feb 4 03:04:46 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 04 Feb 2009 02:04:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[2984] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 2984 http://gar.svn.sourceforge.net/gar/?rev=2984&view=rev Author: bdwalton Date: 2009-02-04 02:04:46 +0000 (Wed, 04 Feb 2009) Log Message: ----------- cleaned up PKGFILES_*; fixed typo in dependency list Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-03 23:39:06 UTC (rev 2983) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-04 02:04:46 UTC (rev 2984) @@ -7,7 +7,7 @@ PREREQUISITE_PKGS = CSWbdb3 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel PREREQUISITE_PKGS += CSWreadline CSWzlib -REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv SCWgcc4corert +REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv CSWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib REQUIRED_PKGS_CSWrubydoc = CSWruby @@ -30,8 +30,7 @@ SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension PKGFILES_CSWrubydoc = $(PKGFILES_DOC) -PKGFILES_CSWrubytk = .*/tcl.* .*/tk.* .*-tk.rb -PROTOTYPE_FILTER_CSWrubytk = ggrep -v $(docdir) +PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ 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 Feb 4 09:39:56 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 04 Feb 2009 08:39:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[2985] csw/mgar/pkg/gperf/trunk Message-ID: Revision: 2985 http://gar.svn.sourceforge.net/gar/?rev=2985&view=rev Author: dmichelsen Date: 2009-02-04 08:39:56 +0000 (Wed, 04 Feb 2009) Log Message: ----------- gperf: Update to 3.0.4 Modified Paths: -------------- csw/mgar/pkg/gperf/trunk/Makefile csw/mgar/pkg/gperf/trunk/checksums Modified: csw/mgar/pkg/gperf/trunk/Makefile =================================================================== --- csw/mgar/pkg/gperf/trunk/Makefile 2009-02-04 02:04:46 UTC (rev 2984) +++ csw/mgar/pkg/gperf/trunk/Makefile 2009-02-04 08:39:56 UTC (rev 2985) @@ -1,5 +1,5 @@ GARNAME = gperf -GARVERSION = 3.0.3 +GARVERSION = 3.0.4 CATEGORIES = devel DESCRIPTION = A perfect hash function generator Modified: csw/mgar/pkg/gperf/trunk/checksums =================================================================== --- csw/mgar/pkg/gperf/trunk/checksums 2009-02-04 02:04:46 UTC (rev 2984) +++ csw/mgar/pkg/gperf/trunk/checksums 2009-02-04 08:39:56 UTC (rev 2985) @@ -1,2 +1,2 @@ -cc20e58975a38075440423c8fb85fd00 download/gperf-3.0.3.tar.gz +c1f1db32fb6598d6a93e6e88796a8632 download/gperf-3.0.4.tar.gz feeb293dedf6e49b1fe0b8bfcef06e99 download/CSWgperf.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 16:12:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 15:12:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[2986] csw/mgar/pkg/gnupg/trunk Message-ID: Revision: 2986 http://gar.svn.sourceforge.net/gar/?rev=2986&view=rev Author: valholla Date: 2009-02-04 15:12:47 +0000 (Wed, 04 Feb 2009) Log Message: ----------- update Makefile and add patchfile Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile csw/mgar/pkg/gnupg/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 08:39:56 UTC (rev 2985) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 15:12:47 UTC (rev 2986) @@ -13,15 +13,27 @@ SPKG_SOURCEURL = http://www.gnupg.org/ -# We define upstream file regex so we can be notifed of new upstream software release +# fix some missing libraries for Keyserver tools and gpgsm +PATCHFILES = patch-keyserver_and_sm.diff + +# We define upstream file regex so we can be notifed of +# new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +PREREQUISITE_PKGS = CSWcommon +PREREQUISITE_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan +PREREQUISITE_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth +PREREQUISITE_PKGS += CSWbzip2 CSWreadline CSWncurses + # This is somehow not correctly detected from autoconf EXTRA_LINKER_FLAGS = -lgpg-error # Needed for nanosleep() EXTRA_LINKER_FLAGS += -lrt +BUILD64 = 1 +NO_ISAEXEC = 1 + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libcurl CONFIGURE_ARGS += --with-ldap Modified: csw/mgar/pkg/gnupg/trunk/checksums =================================================================== --- csw/mgar/pkg/gnupg/trunk/checksums 2009-02-04 08:39:56 UTC (rev 2985) +++ csw/mgar/pkg/gnupg/trunk/checksums 2009-02-04 15:12:47 UTC (rev 2986) @@ -1,2 +1,3 @@ 1cb778dd555f87685a8fde2f7113725e download/gnupg-2.0.10.tar.bz2 7978eaabeceaa781a1600ede3a6d3f67 download/CSWgnupg.gspec +37677df3905ce0e4b23a2fb3cc4d7207 download/patch-keyserver_and_sm.diff Added: csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff =================================================================== --- csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff (rev 0) +++ csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff 2009-02-04 15:12:47 UTC (rev 2986) @@ -0,0 +1,40 @@ +diff -Nru gnupg-2.0.10.orig/keyserver/Makefile.in gnupg-2.0.10/keyserver/Makefile.in +--- gnupg-2.0.10.orig/keyserver/Makefile.in 2009-01-12 03:29:44.000000000 -0600 ++++ gnupg-2.0.10/keyserver/Makefile.in 2009-02-03 21:29:41.031225041 -0600 +@@ -395,7 +395,7 @@ + libexec_SCRIPTS = $(GPGKEYS_MAILTO) + noinst_SCRIPTS = gpg2keys_test + common_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a +-other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS) ++other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS) ../jnlib/libjnlib.a + gpg2keys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c ksutil.h no-libgcrypt.c + gpg2keys_ldap_CPPFLAGS = $(LDAP_CPPFLAGS) $(AM_CPPFLAGS) + gpg2keys_ldap_LDADD = ../jnlib/libjnlib.a $(LDAPLIBS) $(GPG_ERROR_LIBS) \ +@@ -417,13 +417,13 @@ + $(am__append_8) + @FAKE_CURL_FALSE at gpg2keys_curl_CPPFLAGS = $(LIBCURL_CPPFLAGS) $(AM_CPPFLAGS) + @FAKE_CURL_TRUE at gpg2keys_curl_CPPFLAGS = $(AM_CPPFLAGS) +- at FAKE_CURL_FALSE@gpg2keys_curl_LDADD = $(LIBCURL) $(GETOPT) ++ at FAKE_CURL_FALSE@gpg2keys_curl_LDADD = $(LIBCURL) $(GETOPT) $(other_libs) + @FAKE_CURL_TRUE at gpg2keys_curl_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(DNSLIBS) \ + @FAKE_CURL_TRUE@ $(other_libs) + + @FAKE_CURL_FALSE at gpg2keys_hkp_CPPFLAGS = $(LIBCURL_CPPFLAGS) $(AM_CPPFLAGS) + @FAKE_CURL_TRUE at gpg2keys_hkp_CPPFLAGS = $(AM_CPPFLAGS) +- at FAKE_CURL_FALSE@gpg2keys_hkp_LDADD = $(LIBCURL) $(GETOPT) ++ at FAKE_CURL_FALSE@gpg2keys_hkp_LDADD = $(LIBCURL) $(GETOPT) $(other_libs) + @FAKE_CURL_TRUE at gpg2keys_hkp_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(DNSLIBS) \ + @FAKE_CURL_TRUE@ $(other_libs) + +diff -Nru gnupg-2.0.10.orig/sm/Makefile.in gnupg-2.0.10/sm/Makefile.in +--- gnupg-2.0.10.orig/sm/Makefile.in 2009-01-12 03:29:44.000000000 -0600 ++++ gnupg-2.0.10/sm/Makefile.in 2009-02-03 21:30:03.836999289 -0600 +@@ -375,7 +375,7 @@ + common_libs = $(libcommon) ../kbx/libkeybox.a ../jnlib/libjnlib.a \ + ../gl/libgnu.a + +-gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ ++gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a $(NETLIBS) \ + $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ + $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) $(LIBICONV) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 17:06:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 16:06:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[2987] csw/mgar/pkg/libassuan/trunk/Makefile Message-ID: Revision: 2987 http://gar.svn.sourceforge.net/gar/?rev=2987&view=rev Author: valholla Date: 2009-02-04 16:06:32 +0000 (Wed, 04 Feb 2009) Log Message: ----------- rebuild with GnuPth support Modified Paths: -------------- csw/mgar/pkg/libassuan/trunk/Makefile Modified: csw/mgar/pkg/libassuan/trunk/Makefile =================================================================== --- csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 15:12:47 UTC (rev 2986) +++ csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 16:06:32 UTC (rev 2987) @@ -13,12 +13,16 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +PREREQUISITE_PKGS = CSWcommon +PREREQUISITE_PKGS += CSWpth + BUILD64 = 1 NO_ISAEXEC = 1 EXTRA_LDFLAGS = -lrt -lsocket -lnsl CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-pth-prefix=/opt/csw # We must include static libs here as libassuan contains *only* # static libs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 17:54:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 16:54:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[2988] csw/mgar/pkg/gnupg/trunk/Makefile Message-ID: Revision: 2988 http://gar.svn.sourceforge.net/gar/?rev=2988&view=rev Author: valholla Date: 2009-02-04 16:54:28 +0000 (Wed, 04 Feb 2009) Log Message: ----------- remove CSWcommon as dependency and change from Prerequisite to required Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 16:06:32 UTC (rev 2987) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 16:54:28 UTC (rev 2988) @@ -14,16 +14,16 @@ SPKG_SOURCEURL = http://www.gnupg.org/ # fix some missing libraries for Keyserver tools and gpgsm +# Bug ID 996 filed up stream along with patch PATCHFILES = patch-keyserver_and_sm.diff # We define upstream file regex so we can be notifed of # new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 -PREREQUISITE_PKGS = CSWcommon -PREREQUISITE_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan -PREREQUISITE_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth -PREREQUISITE_PKGS += CSWbzip2 CSWreadline CSWncurses +REQUIRED_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan +REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth +REQUIRED_PKGS += CSWbzip2 CSWreadline CSWncurses # This is somehow not correctly detected from autoconf EXTRA_LINKER_FLAGS = -lgpg-error This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 17:54:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 16:54:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[2989] csw/mgar/pkg/libassuan/trunk/Makefile Message-ID: Revision: 2989 http://gar.svn.sourceforge.net/gar/?rev=2989&view=rev Author: valholla Date: 2009-02-04 16:54:49 +0000 (Wed, 04 Feb 2009) Log Message: ----------- remove CSWcommon as dependency and change from Prerequisite to required Modified Paths: -------------- csw/mgar/pkg/libassuan/trunk/Makefile Modified: csw/mgar/pkg/libassuan/trunk/Makefile =================================================================== --- csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 16:54:28 UTC (rev 2988) +++ csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 16:54:49 UTC (rev 2989) @@ -13,8 +13,7 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 -PREREQUISITE_PKGS = CSWcommon -PREREQUISITE_PKGS += CSWpth +REQUIRED_PKGS = CSWpth BUILD64 = 1 NO_ISAEXEC = 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 Feb 4 18:09:45 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 04 Feb 2009 17:09:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[2990] csw/mgar/pkg/zsh/trunk Message-ID: Revision: 2990 http://gar.svn.sourceforge.net/gar/?rev=2990&view=rev Author: dmichelsen Date: 2009-02-04 17:09:45 +0000 (Wed, 04 Feb 2009) Log Message: ----------- zsh: Update to mGAR v2 and fix bug [3015] Modified Paths: -------------- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec Removed Paths: ------------- csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend Property Changed: ---------------- csw/mgar/pkg/zsh/trunk/ Property changes on: csw/mgar/pkg/zsh/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/zsh/trunk/Makefile =================================================================== --- csw/mgar/pkg/zsh/trunk/Makefile 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/Makefile 2009-02-04 17:09:45 UTC (rev 2990) @@ -11,8 +11,12 @@ MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWzsh,depend postinstall postremove) +DISTFILES += $(call admfiles,CSWzsh,postinstall postremove) +REQUIRED_PKGS = CSWiconv CSWncurses CSWpcrert CSWgdbm + +SPKG_SOURCEURL = http://www.zsh.org + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=4068 UPSTREAM_USE_SF = 1 Modified: csw/mgar/pkg/zsh/trunk/checksums =================================================================== --- csw/mgar/pkg/zsh/trunk/checksums 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/checksums 2009-02-04 17:09:45 UTC (rev 2990) @@ -1,5 +1,4 @@ 0539d0a590e545ad8c40ff8c97e94538 download/zsh-4.3.9.tar.bz2 -58fccfa4d446e1371d17a115d980b0f8 download/CSWzsh.gspec -70c9a0170d292be83ee9fab7f38d7f31 download/CSWzsh.depend +842c07918a370f97ef79b3eda4b86719 download/CSWzsh.gspec 72d6d1fda29bc08af1df29d7a1870dc7 download/CSWzsh.postinstall b75df6a79ee632a6b6866c587c487796 download/CSWzsh.postremove Deleted: csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend =================================================================== --- csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend 2009-02-04 17:09:45 UTC (rev 2990) @@ -1,4 +0,0 @@ -P CSWiconv libiconv - GNU iconv library -P CSWncurses ncurses - ncurses library and utilities -P CSWpcre pcre - Perl-compatible regular expression library -P CSWgdbm gdbm - GNU dbm Modified: csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec =================================================================== --- csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec 2009-02-04 17:09:45 UTC (rev 2990) @@ -1,4 +1,4 @@ %var bitname zsh %var pkgname CSWzsh %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENCE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENCE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 4 19:57:48 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 04 Feb 2009 18:57:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[2991] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 2991 http://gar.svn.sourceforge.net/gar/?rev=2991&view=rev Author: harpchad Date: 2009-02-04 18:57:48 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Add typedetect patch Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2009-02-04 17:09:45 UTC (rev 2990) +++ csw/mgar/pkg/glib2/trunk/Makefile 2009-02-04 18:57:48 UTC (rev 2991) @@ -17,6 +17,8 @@ #See gnome bug 569889 PATCHFILES = gtkdoc-rebase.patch +#See http://defect.opensolaris.org/bz/show_bug.cgi?id=3366 for discussion on: +PATCHFILES += glib-typedetect.patch CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv=gnu Added: csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch 2009-02-04 18:57:48 UTC (rev 2991) @@ -0,0 +1,11 @@ +--- glib-2.17.6/gobject/gtype.c.origi 2008-08-05 01:21:30.000000000 +0800 ++++ glib-2.17.6/gobject/gtype.c 2008-09-12 16:20:23.731146000 +0800 +@@ -589,7 +589,7 @@ + { + TypeNode *node = lookup_type_node_I (type); + +- return node ? NODE_NAME (node) : ""; ++ return node ? (NODE_NAME (node) == NULL ? "" : NODE_NAME (node)) : ""; + } + else + return ""; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 4 20:09:32 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 04 Feb 2009 19:09:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[2992] csw/mgar/pkg/glib2/trunk/checksums Message-ID: Revision: 2992 http://gar.svn.sourceforge.net/gar/?rev=2992&view=rev Author: harpchad Date: 2009-02-04 19:09:32 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Aadd checksum for glib-typedetect.patch Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/checksums Modified: csw/mgar/pkg/glib2/trunk/checksums =================================================================== --- csw/mgar/pkg/glib2/trunk/checksums 2009-02-04 18:57:48 UTC (rev 2991) +++ csw/mgar/pkg/glib2/trunk/checksums 2009-02-04 19:09:32 UTC (rev 2992) @@ -1,4 +1,5 @@ fdfb028f9224b8e9926163aae0e97d3f download/CSWglib2.gspec 716c7eda9a4edd22c1f648396a60b646 download/CSWglib2devel.gspec ec25ed261534d870141000ab73f1a2bf download/glib-2.18.4.tar.bz2 +8f683820d9ecab1abd9dbe81997ab9eb download/glib-typedetect.patch fb144356d0918eff4ef17a2a285860bc download/gtkdoc-rebase.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 4 22:12:03 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 04 Feb 2009 21:12:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[2993] csw/mgar/pkg/vim/trunk/Makefile Message-ID: Revision: 2993 http://gar.svn.sourceforge.net/gar/?rev=2993&view=rev Author: harpchad Date: 2009-02-04 21:12:03 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Remove 64-bit binaries Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-04 19:09:32 UTC (rev 2992) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-04 21:12:03 UTC (rev 2993) @@ -42,7 +42,8 @@ BUILD_ARGS = "VIMRCLOC=/opt/csw/etc/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72" -BUILD64 = 1 +#Removed per request +#BUILD64 = 1 PATCHDIRLEVEL = 0 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 Feb 5 11:29:10 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 10:29:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[2994] csw/mgar/gar Message-ID: Revision: 2994 http://gar.svn.sourceforge.net/gar/?rev=2994&view=rev Author: dmichelsen Date: 2009-02-05 10:29:10 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2: Add branch for dynamic license and gspec Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.conf.mk csw/mgar/gar/v2-dynamiclicense/gar.mk csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Added Paths: ----------- csw/mgar/gar/v2-dynamiclicense/ Modified: csw/mgar/gar/v2-dynamiclicense/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-04 21:12:03 UTC (rev 2993) +++ csw/mgar/gar/v2-dynamiclicense/gar.conf.mk 2009-02-05 10:29:10 UTC (rev 2994) @@ -12,6 +12,9 @@ # Pick up user information -include $(HOME)/.garrc +# This is the prefix for every generated package +PKGPREFIX ?= CSW + MODULATION ?= global FILEDIR ?= files DOWNLOADDIR ?= download Modified: csw/mgar/gar/v2-dynamiclicense/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-04 21:12:03 UTC (rev 2993) +++ csw/mgar/gar/v2-dynamiclicense/gar.mk 2009-02-05 10:29:10 UTC (rev 2994) @@ -34,6 +34,8 @@ DISTNAME ?= $(GARNAME)-$(GARVERSION) +DISTFILES ?= + ALLFILES ?= $(DISTFILES) $(PATCHFILES) ifeq ($(MAKE_INSTALL_DIRS),1) @@ -94,9 +96,11 @@ # ========================= MODULATIONS ======================== # The default is to modulate over ISAs -MODULATORS ?= ISA $(EXTRA_MODULATORS) $(EXTRA_MODULATORS_$(GARCH)) +MODULATORS ?= ISA $(if $(LEGACY_VERSIONS),GARVERSION) $(EXTRA_MODULATORS) $(EXTRA_MODULATORS_$(GARCH)) MODULATIONS_ISA = $(NEEDED_ISAS) +MODULATIONS_GARVERSION ?= $(LEGACY_VERSIONS) + tolower = $(shell echo $(1) | tr '[A-Z]' '[a-z]') expand_modulator_1 = $(addprefix $(call tolower,$(1))-,$(MODULATIONS_$(1))) # This expands to the list of all modulators with their respective modulations @@ -475,11 +479,12 @@ # default: relocate to ISA subdirs if more than one ISA, use isaexec-wrapper for bin/, etc. # NO_ISAEXEC = 1: ISA_DEFAULT gets installed in bin/..., all others in bin/$ISA/ # -# Automatic merging is only possible if you have the default modulation "ISA" +# Automatic merging is only possible if you have the default modulation "ISA" or +# alternatively "GARVERSION" # Otherwise you *must* specify merge scripts for all modulations. ifeq ($(NEEDED_ISAS),$(ISA_DEFAULT)) -MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-all $(EXTRA_MERGE_SCRIPTS_$(ISA_DEFAULT)) $(EXTRA_MERGE_SCRIPTS) +MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-all $(EXTRA_MERGE_SCRIPTS_isa-$(ISA_DEFAULT)) $(EXTRA_MERGE_SCRIPTS) else ISAEXEC_DIRS ?= $(if $(NO_ISAEXEC),,$(bindir) $(sbindir) $(libexecdir)) MERGE_DIRS_isa-$(ISA_DEFAULT) ?= @@ -488,6 +493,8 @@ MERGE_SCRIPTS_isa-$(ISA) ?= copy-relocated-only $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS) endif + + # These directories get relocated into their ISA subdirectories MERGE_DIRS ?= $(MERGE_DIRS_$(MODULATION)) Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-04 21:12:03 UTC (rev 2993) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 10:29:10 UTC (rev 2994) @@ -21,7 +21,12 @@ PKGINFO ?= /usr/bin/pkginfo -SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) +# You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. +# Do "PACKAGES = " when you build a package whose GARNAME is not the package name. +# The whole processing is done from SPKG_SPECS, which includes all packages to be build. +# DO NOT USE $(PACKAGES) IN RULES! +PACKAGES ?= CSW$(GARNAME) +SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # Set this to your svn binary @@ -200,7 +205,41 @@ ) \ )) >$@) +define catalogname +$(if $(CATALOGNAME_$(1)),$(CATALOGNAME_$(1)),$(patsubst CSW%,%,$(1))) +endef +# This rule dynamically generates gspec-files +.PRECIOUS: $(WORKDIR)/%.gspec +$(WORKDIR)/%.gspec: CATALOGNAME_$* ?= $(CATALOGNAME) +$(WORKDIR)/%.gspec: ARCHALL_$* ?= $(ARCHALL) +$(WORKDIR)/%.gspec: + $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ + echo "%var pkgname $*"; \ + $(if $(ARCHALL_$*),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + +# This rule dynamically generates copyright files +.PRECIOUS: $(WORKDIR)/copyright $(WORKDIR)/%.copyright +$(WORKDIR)/copyright: + $(_DBG)$(if $(LICENSE),cp $(WORKDIR)/$(LICENSE) $@,true) + + +$(WORKDIR)/%.copyright: LICENSEDIR=$(docdir)/$(call catalogname,$*) +$(WORKDIR)/%.copyright: | $(WORKDIR)/copyright + $(_DBG)$(if $(LICENSE_$*),\ + mkdir -p $(PKGROOT)$(LICENSEDIR) && \ + cp $(WORKDIR)/$(LICENSE_$*) $(PKGROOT)$(LICENSEDIR)/license; \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $(LICENSEDIR)/license") > $@, \ + if [ -f $(WORKDIR)/copyright ]; then \ + mkdir -p $(PKGROOT)$(LICENSEDIR) && \ + cp $(WORKDIR)/copyright $(PKGROOT)$(LICENSEDIR)/license; \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $(LICENSEDIR)/license") > $@ \ + fi \ + ) + # package - Use the mkpackage utility to create Solaris packages # @@ -225,7 +264,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.copyright $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ @@ -287,11 +326,11 @@ # define _pkglist_pkgname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(filter $(1),$(PACKAGES)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec)) endef define _pkglist_catalogname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(call catalogname,$(1)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec)) endef define _pkglist_one @@ -299,4 +338,5 @@ endef pkglist: + @echo $(GARDIR) @$(foreach SPEC,$(SPKG_SPECS),echo "$(call _pkglist_one,$(SPEC))";) 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 Feb 5 11:31:40 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 10:31:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[2995] csw/mgar/gar/v2-dynamiclicense/ Message-ID: Revision: 2995 http://gar.svn.sourceforge.net/gar/?rev=2995&view=rev Author: dmichelsen Date: 2009-02-05 10:31:40 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Rebranch Removed Paths: ------------- csw/mgar/gar/v2-dynamiclicense/ 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 Feb 5 11:33:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 10:33:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2996] csw/mgar/gar/v2-dynamiclicense/ Message-ID: Revision: 2996 http://gar.svn.sourceforge.net/gar/?rev=2996&view=rev Author: dmichelsen Date: 2009-02-05 10:33:17 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Rebranch Added Paths: ----------- csw/mgar/gar/v2-dynamiclicense/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Thu Feb 5 20:44:31 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Thu, 05 Feb 2009 19:44:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[2997] csw/mgar/pkg/dbus/trunk Message-ID: Revision: 2997 http://gar.svn.sourceforge.net/gar/?rev=2997&view=rev Author: wbonnet Date: 2009-02-05 19:44:31 +0000 (Thu, 05 Feb 2009) Log Message: ----------- Change clases order Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/dbus/trunk/files/svc-dbus Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-05 10:33:17 UTC (rev 2996) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-05 19:44:31 UTC (rev 2997) @@ -41,7 +41,7 @@ REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus # SMF support -SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf +SPKG_CLASSES_CSWdbus = none cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' CONFIGURE_ARGS = $(DIRPATHS) Deleted: csw/mgar/pkg/dbus/trunk/files/svc-dbus =================================================================== --- csw/mgar/pkg/dbus/trunk/files/svc-dbus 2009-02-05 10:33:17 UTC (rev 2996) +++ csw/mgar/pkg/dbus/trunk/files/svc-dbus 2009-02-05 19:44:31 UTC (rev 2997) @@ -1,72 +0,0 @@ -#!/sbin/sh -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "@(#)svc-dbus 1.1 06/04/24 SMI" - -FMRI=svc:/system/dbus:default - -. /lib/svc/share/smf_include.sh - -if [ ! -x /usr/lib/dbus-daemon ]; then - echo "/usr/lib/dbus-daemon not found or not executable" - exit $SMF_EXIT_ERR_FATAL -fi - -# Generate machine-id regardless of zones -if [ ! -f /var/lib/dbus/machine-id ]; then - /usr/bin/dbus-uuidgen --ensure -fi - -if smf_is_nonglobalzone; then - /usr/sbin/svcadm disable -t svc:/system/dbus - echo "dbus-daemon cannot be run in non-global zones" - sleep 5 & - exit $SMF_EXIT_OK -fi - -case "$1" in -'start') - # temporary hacks - if [ ! -d /var/run/dbus ]; then - mkdir /var/run/dbus - fi - if [ -f /var/run/dbus/pid ]; then - rm -f /var/run/dbus/pid - fi - - /usr/lib/dbus-daemon --system - err=$? - if [ $err -ne 0 ]; then - echo "dbus failed to start: error $err" - exit $SMF_EXIT_ERR_FATAL - fi - - ;; -*) - echo "Usage: $0 { start }" - exit $SMF_EXIT_ERR_FATAL - ;; -esac - -exit $SMF_EXIT_OK 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 Feb 5 23:23:23 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 22:23:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[2998] csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Message-ID: Revision: 2998 http://gar.svn.sourceforge.net/gar/?rev=2998&view=rev Author: dmichelsen Date: 2009-02-05 22:23:23 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: First commit Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 19:44:31 UTC (rev 2997) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 22:23:23 UTC (rev 2998) @@ -21,7 +21,12 @@ PKGINFO ?= /usr/bin/pkginfo -SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) +# You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. +# Do "PACKAGES = " when you build a package whose GARNAME is not the package name. +# The whole processing is done from SPKG_SPECS, which includes all packages to be build. +# DO NOT USE $(PACKAGES) IN RULES! +PACKAGES ?= CSW$(GARNAME) +SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # Set this to your svn binary @@ -201,6 +206,44 @@ )) >$@) +$(foreach SPEC,$(_PKG_SPECS),$(eval CATALOGNAME_$(SPEC) ?= $(patsubst CSW%,%,$(SPEC)))) + +# This rule dynamically generates gspec-files +.PRECIOUS: $(WORKDIR)/%.gspec +$(WORKDIR)/%.gspec: ARCHALL_$* ?= $(ARCHALL) +$(WORKDIR)/%.gspec: + $(_DBG)(echo "%var bitname $(CATALOGNAME_$*)"; \ + echo "%var pkgname $*"; \ + $(if $(ARCHALL_$*),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + +# This rule dynamically generates copyright files +.PRECIOUS: $(WORKDIR)/copyright $(WORKDIR)/%.copyright +# LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) +LICENSE ?= COPYING +_DEFAULT_LICENSE = $(firstword $(wildcard \ + $(LICENSE) \ + $(foreach D,$(foreach M,global $(MODULATIONS),build-$M), \ + $(WORKROOTDIR)/$D/$(DISTNAME)/$(LICENSE) \ + ) \ + )) + +$(foreach SPEC,$(_PKG_SPECS),$(eval LICENSE_$(SPEC) ?= copyright)) + +$(WORKDIR)/%.copyright: | $(WORKDIR)/copyright + $(_DBG)cp $(WORKDIR)/copyright $@ + +merge-license: + $(_DBG)$(foreach SPEC,$(_PKG_SPECS),\ + if [ -f $(WORKDIR)/$(LICENSE_$(SPEC)) ]; then \ + LICENSEDIR=$(docdir)/$(CATALOGNAME_$(SPEC)); \ + mkdir -p $(PKGROOT)$(LICENSEDIR) && \ + cp $(WORKDIR)/$(LICENSE_$(SPEC)) $(PKGROOT)$(LICENSEDIR)/license; \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $(LICENSEDIR)/license") > $(PKGROOT)$(LICENSEDIR)/license; \ + fi; \ + ) + # package - Use the mkpackage utility to create Solaris packages # @@ -225,7 +268,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.copyright $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ @@ -267,6 +310,7 @@ @rm -rf $(foreach T,extract checksum package pkgcheck,$(COOKIEDIR)/*$(T)-$**) @rm -rf $(COOKIEDIR)/pre-package $(COOKIEDIR)/post-package @rm -rf $(WORKDIR)/$*.* $(WORKDIR)/prototype + @rm -f $(WORKDIR)/copyright $(WORKDIR)/*.copyright repackage: pkgreset package @@ -287,11 +331,11 @@ # define _pkglist_pkgname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(filter $(1),$(PACKAGES)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec)) endef define _pkglist_catalogname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(call catalogname,$(1)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec)) endef define _pkglist_one 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 Feb 6 16:25:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 15:25:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2999] csw/mgar/gar/v2-dynamiclicense Message-ID: Revision: 2999 http://gar.svn.sourceforge.net/gar/?rev=2999&view=rev Author: dmichelsen Date: 2009-02-06 15:25:17 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Final commit Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.conf.mk csw/mgar/gar/v2-dynamiclicense/gar.mk csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Modified: csw/mgar/gar/v2-dynamiclicense/gar.conf.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.conf.mk 2009-02-05 22:23:23 UTC (rev 2998) +++ csw/mgar/gar/v2-dynamiclicense/gar.conf.mk 2009-02-06 15:25:17 UTC (rev 2999) @@ -101,7 +101,6 @@ mandir ?= $(sharedstatedir)/man docdir ?= $(sharedstatedir)/doc sourcedir ?= $(prefix)/src -licensedir ?= $(prefix)/licenses sharedperl ?= $(sharedstatedir)/perl perllib ?= $(libdir)/perl perlcswlib ?= $(perllib)/csw Modified: csw/mgar/gar/v2-dynamiclicense/gar.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.mk 2009-02-05 22:23:23 UTC (rev 2998) +++ csw/mgar/gar/v2-dynamiclicense/gar.mk 2009-02-06 15:25:17 UTC (rev 2999) @@ -433,7 +433,7 @@ fi # install - Test and install the results of a build. -INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) $(addprefix install-license-,$(subst /, ,$(LICENSE))) +INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) install: pre-install $(addprefix install-,$(MODULATIONS)) post-install $(DONADA) @@ -559,7 +559,7 @@ _PAX_ARGS = $(_INC_EXT_RULE) $(EXTRA_PAX_ARGS) # The basic merge merges the compiles for all ISAs on the current architecture -merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) post-merge +merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) merge-license post-merge @$(DONADA) # This merges the Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 22:23:23 UTC (rev 2998) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-06 15:25:17 UTC (rev 2999) @@ -22,13 +22,67 @@ PKGINFO ?= /usr/bin/pkginfo # You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. -# Do "PACKAGES = " when you build a package whose GARNAME is not the package name. -# The whole processing is done from SPKG_SPECS, which includes all packages to be build. -# DO NOT USE $(PACKAGES) IN RULES! +# Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. +# The whole processing is done from _SPKG_SPECS, which includes all packages to be build. PACKAGES ?= CSW$(GARNAME) SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) +define pkgname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(1), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) + ) +) +endef + +define catalogname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(if $(CATALOGNAME_$(1)), + $(CATALOGNAME_$(1)), + $(patsubst CSW%,%,$(1)) + ), + $(if $(realpath files/$(1).gspec), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), + $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) + ) + ) +) +endef + +ifeq ($(origin LICENSE_FULL), undefined) +LICENSE ?= COPYING +endif + +define findlicensefile +$(strip + $(if $(1),$(firstword $(realpath + $(1) $(WORKDIR)/$(1) + $(foreach D,$(foreach M,global $(MODULATIONS),build-$M),$(WORKROOTDIR)/$D/$(DISTNAME)/$(1)) + ))) +) +endef + +define licensefile +$(strip + $(or + $(call findlicensefile,$(LICENSE_$(1))), + $(call findlicensefile,$(LICENSE_FULL_$(1))), + $(call findlicensefile,$(LICENSE)), + $(call findlicensefile,$(LICENSE_FULL)) + ) +) +endef + +ps: + @echo "L: $(call licensefile,CSWlibtool)" + +define licensedir +$(docdir)/$(call catalogname,$(1)) +endef + # Set this to your svn binary SVN ?= /opt/csw/bin/svn GAWK ?= /opt/csw/bin/gawk @@ -139,16 +193,19 @@ # _PKGFILES_EXCLUDE_ contains the files to be excluded from that package $(foreach SPEC,$(_PKG_SPECS), \ - $(eval \ - _PKGFILES_EXCLUDE_$(SPEC)= \ - $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ - $(PKGFILES_$(S))) \ - $(EXTRA_PKGFILES_EXCLUDED) \ - $(EXTRA_PKGFILES_EXCLUDED_$(SPEC) \ - $(_EXTRA_PKGFILES_EXCLUDED) \ - ) \ - ) \ - ) + $(eval _PKGFILES_EXCLUDE_$(SPEC)=$(strip \ + $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ + $(PKGFILES_$(S)) \ + $(call licensedir,$(S))/.* \ + $(EXTRA_PKGFILES_EXCLUDED) \ + $(EXTRA_PKGFILES_EXCLUDED_$(SPEC)) \ + $(_EXTRA_PKGFILES_EXCLUDED) \ + ) \ + )) \ + $(eval _PKGFILES_INCLUDE_$(SPEC)=$(strip \ + $(call licensedir,$(SPEC))/.* \ + )) \ +) # # Targets @@ -176,7 +233,8 @@ -n "$(_PKGFILES_EXCLUDE_$*)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ + (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE_$*)) \ + $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ $(foreach FILE,$(_PKGFILES_EXCLUDE_$*), -x '$(FILE)') \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ @@ -200,19 +258,17 @@ )\ $(foreach PKG,$(_EXTRA_GAR_PKGS) $(REQUIRED_PKGS_$*) $(REQUIRED_PKGS),\ $(if $(SPKG_DESC_$(PKG)), \ - echo "P $(PKG) $(call _pkglist_catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ + echo "P $(PKG) $(call catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ echo "$(shell /usr/bin/pkginfo $(PKG) | awk '{ $$1 = "P"; print } ')"; \ ) \ )) >$@) -$(foreach SPEC,$(_PKG_SPECS),$(eval CATALOGNAME_$(SPEC) ?= $(patsubst CSW%,%,$(SPEC)))) - # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec $(WORKDIR)/%.gspec: ARCHALL_$* ?= $(ARCHALL) $(WORKDIR)/%.gspec: - $(_DBG)(echo "%var bitname $(CATALOGNAME_$*)"; \ + $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(ARCHALL_$*),echo "%var arch all";) \ echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ @@ -220,30 +276,20 @@ # This rule dynamically generates copyright files .PRECIOUS: $(WORKDIR)/copyright $(WORKDIR)/%.copyright # LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) -LICENSE ?= COPYING -_DEFAULT_LICENSE = $(firstword $(wildcard \ - $(LICENSE) \ - $(foreach D,$(foreach M,global $(MODULATIONS),build-$M), \ - $(WORKROOTDIR)/$D/$(DISTNAME)/$(LICENSE) \ - ) \ - )) -$(foreach SPEC,$(_PKG_SPECS),$(eval LICENSE_$(SPEC) ?= copyright)) +merge-license-%: + $(_DBG)LICENSEFILE=$(or $(call licensefile,$*),$(error Cannot find license file for package $*)); \ + LICENSEDIR=$(call licensedir,$*); \ + $(if $(or $(LICENSE_FULL),$(LICENSE_FULL_$*)), \ + if [ -f "$$LICENSEFILE" ]; then cp $$LICENSEFILE $(WORKDIR)/$*.copyright; fi;, \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $$LICENSEDIR/license") > $(WORKDIR)/$*.copyright; \ + ) \ + mkdir -p $(PKGROOT)$$LICENSEDIR && \ + cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license -$(WORKDIR)/%.copyright: | $(WORKDIR)/copyright - $(_DBG)cp $(WORKDIR)/copyright $@ +merge-license: $(foreach SPEC,$(_PKG_SPECS),merge-license-$(SPEC)) -merge-license: - $(_DBG)$(foreach SPEC,$(_PKG_SPECS),\ - if [ -f $(WORKDIR)/$(LICENSE_$(SPEC)) ]; then \ - LICENSEDIR=$(docdir)/$(CATALOGNAME_$(SPEC)); \ - mkdir -p $(PKGROOT)$(LICENSEDIR) && \ - cp $(WORKDIR)/$(LICENSE_$(SPEC)) $(PKGROOT)$(LICENSEDIR)/license; \ - (echo "This software is copyrighted. Please see the full license at"; \ - echo " $(LICENSEDIR)/license") > $(PKGROOT)$(LICENSEDIR)/license; \ - fi; \ - ) - # package - Use the mkpackage utility to create Solaris packages # @@ -330,16 +376,8 @@ # pkglist - list the packages to be built with GAR pathname, catalog name and package name # -define _pkglist_pkgname -$(if $(filter $(1),$(PACKAGES)),$(filter $(1),$(PACKAGES)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec)) -endef - -define _pkglist_catalogname -$(if $(filter $(1),$(PACKAGES)),$(call catalogname,$(1)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec)) -endef - define _pkglist_one -$(shell /usr/bin/echo "$(shell pwd)\t$(call _pkglist_catalogname,$(1))\t$(call _pkglist_pkgname,$(1))") +$(shell /usr/bin/echo "$(shell pwd)\t$(call catalogname,$(1))\t$(call pkgname,$(1))") endef pkglist: 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 Feb 6 16:36:47 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 15:36:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3000] csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Message-ID: Revision: 3000 http://gar.svn.sourceforge.net/gar/?rev=3000&view=rev Author: dmichelsen Date: 2009-02-06 15:36:47 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Fix when no license is set Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-06 15:25:17 UTC (rev 2999) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-06 15:36:47 UTC (rev 3000) @@ -278,7 +278,8 @@ # LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) merge-license-%: - $(_DBG)LICENSEFILE=$(or $(call licensefile,$*),$(error Cannot find license file for package $*)); \ + $(_DBG)$(if $(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*)), \ + LICENSEFILE=$(or $(call licensefile,$*),$(error Cannot find license file for package $*)); \ LICENSEDIR=$(call licensedir,$*); \ $(if $(or $(LICENSE_FULL),$(LICENSE_FULL_$*)), \ if [ -f "$$LICENSEFILE" ]; then cp $$LICENSEFILE $(WORKDIR)/$*.copyright; fi;, \ @@ -286,7 +287,8 @@ echo " $$LICENSEDIR/license") > $(WORKDIR)/$*.copyright; \ ) \ mkdir -p $(PKGROOT)$$LICENSEDIR && \ - cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license + cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license \ + ) merge-license: $(foreach SPEC,$(_PKG_SPECS),merge-license-$(SPEC)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Fri Feb 6 21:09:12 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Fri, 06 Feb 2009 20:09:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3001] csw/mgar/pkg/nginx/trunk Message-ID: Revision: 3001 http://gar.svn.sourceforge.net/gar/?rev=3001&view=rev Author: aigoshin Date: 2009-02-06 20:09:12 +0000 (Fri, 06 Feb 2009) Log Message: ----------- nginx: milestone 2.1 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile csw/mgar/pkg/nginx/trunk/checksums Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 15:36:47 UTC (rev 3000) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 20:09:12 UTC (rev 3001) @@ -18,9 +18,11 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib +EXTRA_BUILD_ISAS_i386 = pentium + CFLAGS = -#CONFIGURE_ARGS += --with-cpu-opt=pentium3 +CONFIGURE_ARGS += --with-cpu-opt=$(ISA) CONFIGURE_ARGS += --with-cc-opt="-I$(includedir) -I$(includedir)/openssl" CONFIGURE_ARGS += --with-ld-opt="$(LDFLAGS)" CONFIGURE_ARGS += --prefix=$(prefix)/var/nginx @@ -50,8 +52,7 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README post-configure-modulated: - $(foreach MODULATION,$(MODULATIONS), \ - gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h;) + gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) post-install-modulated: Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2009-02-06 15:36:47 UTC (rev 3000) +++ csw/mgar/pkg/nginx/trunk/checksums 2009-02-06 20:09:12 UTC (rev 3001) @@ -1,7 +1,7 @@ 31d26f66824fd2d3f33ac0b3b9db1532 download/nginx-0.7.30.tar.gz 12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec 521cd4c0248aebfdb25df48a11a8cc49 download/CSWnginx.checkinstall -9b563db1078bad23e49f8db06809aac0 download/CSWnginx.postinstall +a47b8ac99b738bb19805459c6c1e5543 download/CSWnginx.postinstall e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove 5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml 19bb7c5d6246343f54b13afb327f7bcb download/svc-cswnginx 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 Feb 6 22:46:01 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 21:46:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3002] csw/mgar/gar/v2 Message-ID: Revision: 3002 http://gar.svn.sourceforge.net/gar/?rev=3002&view=rev Author: dmichelsen Date: 2009-02-06 21:46:01 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2: Merge in dynamic licenses Modified Paths: -------------- csw/mgar/gar/v2/README csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/gar.mk csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/README =================================================================== --- csw/mgar/gar/v2/README 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/README 2009-02-06 21:46:01 UTC (rev 3002) @@ -14,5 +14,6 @@ Copyright 2006 Cory Omand: Scripts and add-on make modules, except where otherwise noted. Copyright 2006 Blastwave.org: Packaging content, except where otherwise noted. Copyright 2008 Dagobert Michelsen (OpenCSW): Enhancements to the CSW GAR system +Copyright 2008-2009 Open Community Software Association: Packaging content Patches and source code are Copyright by their original authors. Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-06 21:46:01 UTC (rev 3002) @@ -101,7 +101,6 @@ mandir ?= $(sharedstatedir)/man docdir ?= $(sharedstatedir)/doc sourcedir ?= $(prefix)/src -licensedir ?= $(prefix)/licenses sharedperl ?= $(sharedstatedir)/perl perllib ?= $(libdir)/perl perlcswlib ?= $(perllib)/csw Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/gar.mk 2009-02-06 21:46:01 UTC (rev 3002) @@ -433,7 +433,7 @@ fi # install - Test and install the results of a build. -INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) $(addprefix install-license-,$(subst /, ,$(LICENSE))) +INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) install: pre-install $(addprefix install-,$(MODULATIONS)) post-install $(DONADA) @@ -559,7 +559,7 @@ _PAX_ARGS = $(_INC_EXT_RULE) $(EXTRA_PAX_ARGS) # The basic merge merges the compiles for all ISAs on the current architecture -merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) post-merge +merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) merge-license post-merge @$(DONADA) # This merges the Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 21:46:01 UTC (rev 3002) @@ -21,7 +21,11 @@ PKGINFO ?= /usr/bin/pkginfo -SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) +# You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. +# Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. +# The whole processing is done from _SPKG_SPECS, which includes all packages to be build. +PACKAGES ?= CSW$(GARNAME) +SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # Set this to your svn binary @@ -134,16 +138,19 @@ # _PKGFILES_EXCLUDE_ contains the files to be excluded from that package $(foreach SPEC,$(_PKG_SPECS), \ - $(eval \ - _PKGFILES_EXCLUDE_$(SPEC)= \ - $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ - $(PKGFILES_$(S))) \ - $(EXTRA_PKGFILES_EXCLUDED) \ - $(EXTRA_PKGFILES_EXCLUDED_$(SPEC) \ - $(_EXTRA_PKGFILES_EXCLUDED) \ - ) \ - ) \ - ) + $(eval _PKGFILES_EXCLUDE_$(SPEC)=$(strip \ + $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ + $(PKGFILES_$(S)) \ + $(call licensedir,$(S))/.* \ + $(EXTRA_PKGFILES_EXCLUDED) \ + $(EXTRA_PKGFILES_EXCLUDED_$(SPEC)) \ + $(_EXTRA_PKGFILES_EXCLUDED) \ + ) \ + )) \ + $(eval _PKGFILES_INCLUDE_$(SPEC)=$(strip \ + $(call licensedir,$(SPEC))/.* \ + )) \ +) # # Targets @@ -160,6 +167,9 @@ # for distributing files to individual packages. PROTOTYPE = $(WORKDIR)/prototype +# Dynamic prototypes work like this: +# - A prototype from DISTFILES takes precedence over + # Pulled in from pkglib/csw_prototype.gspec $(PROTOTYPE): $(WORKDIR) merge $(_DBG)cswproto -r $(PKGROOT) $(PKGROOT)=/ >$@ @@ -171,7 +181,8 @@ -n "$(_PKGFILES_EXCLUDE_$*)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ + (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE_$*)) \ + $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ $(foreach FILE,$(_PKGFILES_EXCLUDE_$*), -x '$(FILE)') \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ @@ -186,21 +197,162 @@ $(WORKDIR)/%.prototype-$(GARCH): | $(WORKDIR)/%.prototype $(_DBG)cat $(WORKDIR)/$*.prototype $(_PROTOTYPE_FILTER_$*) >$@ +# Dynamic depends are constructed as follows: +# - Packages the currently constructed one depends on can be specified with +# REQUIRED_PKGS_ specifically, or REQUIRED_PKGS for all packages build. +# These are flagged as 'P' in the depend file. +# - If multiple packages are build at the same time it is valid to have +# dependencies between them. In this case it is necessary to define the package +# desciption for each package with SPKG_DESC_, setting it in the gspec-file +# does not work. +# - Packages that are imcompatible to the currently constructed one can be specified +# with INCOMPATIBLE_PKGS_ specifically or with INCOMPATIBLE_PKGS for all +# packages build. +# - A depend-file from DISTFILES takes precedence, it is not overwritten or +# appended with dynamic depends. + # $_EXTRA_GAR_PKGS is for dynamic dependencies added by GAR itself (like CSWisaexec or CSWcswclassutils) .PRECIOUS: $(WORKDIR)/%.depend $(WORKDIR)/%.depend: - $(_DBG)$(if $(_EXTRA_GAR_PKGS)$(REQUIRED_PKGS_$*)$(REQUIRED_PKGS), \ + $(_DBG)$(if $(_EXTRA_GAR_PKGS)$(REQUIRED_PKGS_$*)$(REQUIRED_PKGS)$(INCOMPATIBLE_PKGS)$(INCOMPATIBLE_PKGS_$*), \ ($(foreach PKG,$(INCOMPATIBLE_PKGS_$*) $(INCOMPATIBLE_PKGS),\ echo "I $(PKG)";\ )\ $(foreach PKG,$(_EXTRA_GAR_PKGS) $(REQUIRED_PKGS_$*) $(REQUIRED_PKGS),\ $(if $(SPKG_DESC_$(PKG)), \ - echo "P $(PKG) $(call _pkglist_catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ + echo "P $(PKG) $(call catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ echo "$(shell /usr/bin/pkginfo $(PKG) | awk '{ $$1 = "P"; print } ')"; \ ) \ )) >$@) +# Dynamic gspec-files are constructed as follows: +# - Packages using dynamic gspec-files must be listed in PACKAGES +# - There is a default of PACKAGES containing one packages named CSW +# followed by the GARNAME. It can be changed by setting PACKAGES explicitly. +# - The name of the generated package is always the same as listed in PACKAGES +# - The catalog name defaults to the suffix following CSW of the package name, +# but can be customized by setting CATALOGNAME_ = +# - If only one package is build it is sufficient to set CATALOGNAME = +# It is an error to set CATALOGNAME if more than one package is build. +# - If the package is suitable for all architectures (sparc and x86) this can be +# flagged with ARCHALL_ = 1 for a specific package or with ARCHALL = 1 +# for all packages. +# This rule dynamically generates gspec-files +.PRECIOUS: $(WORKDIR)/%.gspec +$(WORKDIR)/%.gspec: + $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ + echo "%var pkgname $*"; \ + $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + + +# Dynamic licenses are selected in the following way: +# - Dynamic licenses are only activated for packages listed in PACKAGES or +# packages which don't have %copyright in their gspec-file. This way the +# behaviour on existing gspec-files is preserved. +# - The default name for the license is COPYING and it will not be fully printed +# - If no license is explicitly specified in the Makefile and the default can not +# be found no license will be included +# - If a license is specified it must be found or an error is issued +# - Either LICENSE_ or LICENSE_FULL_ may be specified, it is an error +# to specify both. +# - There is an automatic rule to include only the license for each package that +# belongs to it. +# - Package-specific defines have precedence over general defines (CATALOGNAME_ +# before CATALOGNAME etc.) + +# pkgname - Get the name of a package from a gspec-name or package-name +# +# This is a safety function. In sane settings it should return the name +# of the package given as argument. However, when gspec-files are in DISTFILES +# it is possible to name the gspec-file differently from the package. This is +# a very bad idea, but we can handle it! +# +# In: arg1 - name of gspec-file or package +# Out: name of package +# +define pkgname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(1), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) + ) +) +endef + +# catalogname - Get the catalog-name for a package +# +# In: arg1 - name of package +# Out: catalog-name for the package +# +define catalogname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(if $(CATALOGNAME_$(1)), + $(CATALOGNAME_$(1)), + $(if $(CATALOGNAME), + $(CATALOGNAME), + $(patsubst CSW%,%,$(1)) + ) + ), + $(if $(realpath files/$(1).gspec), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), + $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) + ) + ) +) +endef + +# LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) +ifeq ($(origin LICENSE_FULL), undefined) +ifeq ($(origin LICENSE), undefined) +LICENSE = COPYING +_LICENSE_IS_DEFAULT = 1 +endif +endif + +# findlicensefile - Find an existing file for a given license name +# +define findlicensefile +$(strip + $(if $(1),$(firstword $(realpath + $(1) $(WORKDIR)/$(1) + $(foreach M,global $(MODULATIONS),$(WORKROOTDIR)/build-$M/$(1) $(WORKROOTDIR)/build-$M/$(DISTNAME)/$(1)) + ))) +) +endef + +define licensefile +$(strip + $(or + $(call findlicensefile,$(or $(LICENSE_$(1)),$(LICENSE_FULL_$(1)))) + $(call findlicensefile,$(or $(LICENSE),$(LICENSE_FULL))), + ) +) +endef + +define licensedir +$(docdir)/$(call catalogname,$(1)) +endef + +merge-license-%: + $(_DBG)$(if $(and $(LICENSE_$*),$(LICENSE_FULL_$*)),$(error Both LICENSE_$* and LICENSE_FULL_$* have been specified where only one is allowed)) \ + $(if $(and $(filter $*,$(PACKAGES)),$(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*))), \ + LICENSEFILE=$(or $(call licensefile,$*),$(if $(_LICENSE_IS_DEFAULT),,$(error Cannot find license file for package $*))); \ + LICENSEDIR=$(call licensedir,$*); \ + if [ -n "$$LICENSEFILE" ]; then \ + $(if $(or $(LICENSE_FULL),$(LICENSE_FULL_$*)), \ + if [ -f "$$LICENSEFILE" ]; then cp $$LICENSEFILE $(WORKDIR)/$*.copyright; fi;, \ + echo "Please see $$LICENSEDIR/license for license information." > $(WORKDIR)/$*.copyright; \ + ) \ + mkdir -p $(PKGROOT)$$LICENSEDIR && \ + cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license; \ + fi \ + ) + +merge-license: $(foreach SPEC,$(_PKG_SPECS),merge-license-$(SPEC)) + # package - Use the mkpackage utility to create Solaris packages # @@ -225,7 +377,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ @@ -267,6 +419,7 @@ @rm -rf $(foreach T,extract checksum package pkgcheck,$(COOKIEDIR)/*$(T)-$**) @rm -rf $(COOKIEDIR)/pre-package $(COOKIEDIR)/post-package @rm -rf $(WORKDIR)/$*.* $(WORKDIR)/prototype + @rm -f $(WORKDIR)/copyright $(WORKDIR)/*.copyright repackage: pkgreset package @@ -286,16 +439,8 @@ # pkglist - list the packages to be built with GAR pathname, catalog name and package name # -define _pkglist_pkgname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) -endef - -define _pkglist_catalogname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec) -endef - define _pkglist_one -$(shell /usr/bin/echo "$(shell pwd)\t$(call _pkglist_catalogname,$(1))\t$(call _pkglist_pkgname,$(1))") +$(shell /usr/bin/echo "$(shell pwd)\t$(call catalogname,$(1))\t$(call pkgname,$(1))") endef pkglist: 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 Feb 6 23:06:28 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:06:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3003] csw/mgar/pkg/pca/trunk Message-ID: Revision: 3003 http://gar.svn.sourceforge.net/gar/?rev=3003&view=rev Author: dmichelsen Date: 2009-02-06 22:06:27 +0000 (Fri, 06 Feb 2009) Log Message: ----------- pca: Convert to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Added Paths: ----------- csw/mgar/pkg/pca/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/pca/trunk/files/CSWpca.gspec Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2009-02-06 21:46:01 UTC (rev 3002) +++ csw/mgar/pkg/pca/trunk/Makefile 2009-02-06 22:06:27 UTC (rev 3003) @@ -15,7 +15,7 @@ MASTER_SITES = http://www.par.univie.ac.at/solaris/pca/download/ DISTFILES = $(GARNAME)-$(GARVERSION) -DISTFILES += $(call admfiles,CSWpca) +DISTFILES += COPYING DISTFILES += pca.conf # We define upstream file regex so we can be notifed of new upstream software release @@ -31,6 +31,8 @@ SPKG_SOURCEURL = http://www.par.univie.ac.at/solaris/pca/ SPKG_VERSION = $(shell echo $(GARVERSION) | sed -e 's/-/./g') +ARCHALL = 1 + include gar/category.mk install-custom: Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2009-02-06 21:46:01 UTC (rev 3002) +++ csw/mgar/pkg/pca/trunk/checksums 2009-02-06 22:06:27 UTC (rev 3003) @@ -1,3 +1,3 @@ edde160aa02b5d8232b402cdf336f327 download/pca-20081218-01 -12fc8ec8fe4164566632328a76e025f7 download/CSWpca.gspec +6f2f2376eba0a788795dd43d68ad32d1 download/COPYING 12de68ff8f67b4bb8b095e5646402208 download/pca.conf Copied: csw/mgar/pkg/pca/trunk/files/COPYING (from rev 2815, csw/mgar/pkg/pca/trunk/files/CSWpca.gspec) =================================================================== --- csw/mgar/pkg/pca/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/pca/trunk/files/COPYING 2009-02-06 22:06:27 UTC (rev 3003) @@ -0,0 +1,9 @@ +Usage of pca is free of charge for private, educational and commercial use. +No responsiblity is taken for any damage caused by using pca. You may +modify pca's source code to fit your local needs. If sharing modified +versions of pca with others, keep a reference to the original author +and distribution site. + +Commercial distribution of either the original or modified versions of +pca or including pca into commercial products is only allowed if explicitly +permitted by the original author. Deleted: csw/mgar/pkg/pca/trunk/files/CSWpca.gspec =================================================================== --- csw/mgar/pkg/pca/trunk/files/CSWpca.gspec 2009-02-06 21:46:01 UTC (rev 3002) +++ csw/mgar/pkg/pca/trunk/files/CSWpca.gspec 2009-02-06 22:06:27 UTC (rev 3003) @@ -1,14 +0,0 @@ -%var bitname pca -%var pkgname CSWpca -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Usage of pca is free of charge for private, educational and commercial use. -No responsiblity is taken for any damage caused by using pca. You may -modify pca's source code to fit your local needs. If sharing modified -versions of pca with others, keep a reference to the original author -and distribution site. - -Commercial distribution of either the original or modified versions of -pca or including pca into commercial products is only allowed if explicitly -permitted by the original author. 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 Feb 6 23:11:14 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:11:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3004] csw/mgar/pkg/autoconf/trunk Message-ID: Revision: 3004 http://gar.svn.sourceforge.net/gar/?rev=3004&view=rev Author: dmichelsen Date: 2009-02-06 22:11:06 +0000 (Fri, 06 Feb 2009) Log Message: ----------- autoconf: Convert to mGAR v2 with dynamic licenses Modified Paths: -------------- csw/mgar/pkg/autoconf/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec Property Changed: ---------------- csw/mgar/pkg/autoconf/trunk/ Property changes on: csw/mgar/pkg/autoconf/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/autoconf/trunk/Makefile =================================================================== --- csw/mgar/pkg/autoconf/trunk/Makefile 2009-02-06 22:06:27 UTC (rev 3003) +++ csw/mgar/pkg/autoconf/trunk/Makefile 2009-02-06 22:11:06 UTC (rev 3004) @@ -12,13 +12,13 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWautoconf,depend) UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz PATCHFILES = use-csw-tools.patch PREREQUISITE_PKGS = CSWhelp2man +REQUIRED_PKGS = CSWgawk CSWgm4 CSWperl CONFIGURE_ARGS = $(DIRPATHS) Deleted: csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec =================================================================== --- csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec 2009-02-06 22:06:27 UTC (rev 3003) +++ csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec 2009-02-06 22:11:06 UTC (rev 3004) @@ -1,4 +0,0 @@ -%var bitname autoconf -%var pkgname CSWautoconf -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 6 23:30:12 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:30:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3005] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3005 http://gar.svn.sourceforge.net/gar/?rev=3005&view=rev Author: dmichelsen Date: 2009-02-06 22:30:12 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2: Fix function order for proper excludes Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 22:11:06 UTC (rev 3004) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 22:30:12 UTC (rev 3005) @@ -28,6 +28,52 @@ SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) +# pkgname - Get the name of a package from a gspec-name or package-name +# +# This is a safety function. In sane settings it should return the name +# of the package given as argument. However, when gspec-files are in DISTFILES +# it is possible to name the gspec-file differently from the package. This is +# a very bad idea, but we can handle it! +# +# In: arg1 - name of gspec-file or package +# Out: name of package +# +define pkgname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(1), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) + ) +) +endef + +# catalogname - Get the catalog-name for a package +# +# In: arg1 - name of package +# Out: catalog-name for the package +# +define catalogname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(if $(CATALOGNAME_$(1)), + $(CATALOGNAME_$(1)), + $(if $(CATALOGNAME), + $(CATALOGNAME), + $(patsubst CSW%,%,$(1)) + ) + ), + $(if $(realpath files/$(1).gspec), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), + $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) + ) + ) +) +endef + +define licensedir +$(docdir)/$(call catalogname,$(1)) +endef + # Set this to your svn binary SVN ?= /opt/csw/bin/svn GAWK ?= /opt/csw/bin/gawk @@ -262,48 +308,6 @@ # - Package-specific defines have precedence over general defines (CATALOGNAME_ # before CATALOGNAME etc.) -# pkgname - Get the name of a package from a gspec-name or package-name -# -# This is a safety function. In sane settings it should return the name -# of the package given as argument. However, when gspec-files are in DISTFILES -# it is possible to name the gspec-file differently from the package. This is -# a very bad idea, but we can handle it! -# -# In: arg1 - name of gspec-file or package -# Out: name of package -# -define pkgname -$(strip - $(if $(filter $(1),$(PACKAGES)), - $(1), - $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) - ) -) -endef - -# catalogname - Get the catalog-name for a package -# -# In: arg1 - name of package -# Out: catalog-name for the package -# -define catalogname -$(strip - $(if $(filter $(1),$(PACKAGES)), - $(if $(CATALOGNAME_$(1)), - $(CATALOGNAME_$(1)), - $(if $(CATALOGNAME), - $(CATALOGNAME), - $(patsubst CSW%,%,$(1)) - ) - ), - $(if $(realpath files/$(1).gspec), - $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), - $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) - ) - ) -) -endef - # LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) ifeq ($(origin LICENSE_FULL), undefined) ifeq ($(origin LICENSE), undefined) @@ -332,10 +336,6 @@ ) endef -define licensedir -$(docdir)/$(call catalogname,$(1)) -endef - merge-license-%: $(_DBG)$(if $(and $(LICENSE_$*),$(LICENSE_FULL_$*)),$(error Both LICENSE_$* and LICENSE_FULL_$* have been specified where only one is allowed)) \ $(if $(and $(filter $*,$(PACKAGES)),$(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*))), \ 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 Feb 6 23:30:20 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:30:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3006] csw/mgar/pkg/dtracetoolkit/trunk Message-ID: Revision: 3006 http://gar.svn.sourceforge.net/gar/?rev=3006&view=rev Author: dmichelsen Date: 2009-02-06 22:30:20 +0000 (Fri, 06 Feb 2009) Log Message: ----------- dtracetoolkit: Update to mGAR v2 and dynamic licenses Modified Paths: -------------- csw/mgar/pkg/dtracetoolkit/trunk/Makefile csw/mgar/pkg/dtracetoolkit/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec Property Changed: ---------------- csw/mgar/pkg/dtracetoolkit/trunk/ Property changes on: csw/mgar/pkg/dtracetoolkit/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/dtracetoolkit/trunk/Makefile =================================================================== --- csw/mgar/pkg/dtracetoolkit/trunk/Makefile 2009-02-06 22:30:12 UTC (rev 3005) +++ csw/mgar/pkg/dtracetoolkit/trunk/Makefile 2009-02-06 22:30:20 UTC (rev 3006) @@ -13,8 +13,10 @@ MASTER_SITES = http://www.brendangregg.com/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWdtracetoolkit) +PACKAGES = CSWdtracetoolkit +LICENSE = License + UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz CONFIGURE_SCRIPTS = Modified: csw/mgar/pkg/dtracetoolkit/trunk/checksums =================================================================== --- csw/mgar/pkg/dtracetoolkit/trunk/checksums 2009-02-06 22:30:12 UTC (rev 3005) +++ csw/mgar/pkg/dtracetoolkit/trunk/checksums 2009-02-06 22:30:20 UTC (rev 3006) @@ -1,2 +1 @@ 3d78b93ea9b7b55b3e32680c625d99da download/DTraceToolkit-0.99.tar.gz -38e1e658655915e048c6f09e8690f692 download/CSWdtracetoolkit.gspec Deleted: csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec =================================================================== --- csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec 2009-02-06 22:30:12 UTC (rev 3005) +++ csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec 2009-02-06 22:30:20 UTC (rev 3006) @@ -1,5 +0,0 @@ -%var bitname dtracetoolkit -%var pkgname CSWdtracetoolkit -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/License 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 Feb 6 23:30:32 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:30:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3007] csw/mgar/pkg/libtool/trunk Message-ID: Revision: 3007 http://gar.svn.sourceforge.net/gar/?rev=3007&view=rev Author: dmichelsen Date: 2009-02-06 22:30:32 +0000 (Fri, 06 Feb 2009) Log Message: ----------- libtool: Update to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/libtool/trunk/Makefile csw/mgar/pkg/libtool/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec Modified: csw/mgar/pkg/libtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/libtool/trunk/Makefile 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/Makefile 2009-02-06 22:30:32 UTC (rev 3007) @@ -15,9 +15,10 @@ MASTER_SITES = $(GNU_MIRROR) SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(GARNAME)-$(VERSION).tar.gz) DISTFILES = $(SOURCEFILES) -DISTFILES += $(call admfiles,CSWlibtool) -DISTFILES += $(call admfiles,CSWlibtoolrt) +PACKAGES = CSWlibtool CSWlibtoolrt +CATALOGNAME_CSWlibtoolrt = libtool_rt + SPKG_DESC_CSWlibtool = A generic library support tool SPKG_DESC_CSWlibtoolrt = A Generic library support tool runtime libraries Modified: csw/mgar/pkg/libtool/trunk/checksums =================================================================== --- csw/mgar/pkg/libtool/trunk/checksums 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/checksums 2009-02-06 22:30:32 UTC (rev 3007) @@ -1,4 +1,2 @@ aa9c5107f3ec9ef4200eb6556f3b3c29 download/libtool-1.5.26.tar.gz 0b87e84c7aad3b5e979bbe35312fd4c1 download/libtool-2.2.4.tar.gz -c8c05c4657da45bd2a70c0f1ed9b8ae5 download/CSWlibtool.gspec -66e02987d097403a1662be5af0800a25 download/CSWlibtoolrt.gspec Deleted: csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec =================================================================== --- csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec 2009-02-06 22:30:32 UTC (rev 3007) @@ -1,4 +0,0 @@ -%var bitname libtool -%var pkgname CSWlibtool -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec =================================================================== --- csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec 2009-02-06 22:30:32 UTC (rev 3007) @@ -1,4 +0,0 @@ -%var bitname libtool_rt -%var pkgname CSWlibtoolrt -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 6 23:45:43 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:45:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3008] csw/mgar/pkg/mktemp/trunk Message-ID: Revision: 3008 http://gar.svn.sourceforge.net/gar/?rev=3008&view=rev Author: dmichelsen Date: 2009-02-06 22:45:43 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mktemp: Update to mGAR v2 with dynamic licenses Modified Paths: -------------- csw/mgar/pkg/mktemp/trunk/Makefile csw/mgar/pkg/mktemp/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec Property Changed: ---------------- csw/mgar/pkg/mktemp/trunk/ Property changes on: csw/mgar/pkg/mktemp/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/mktemp/trunk/Makefile =================================================================== --- csw/mgar/pkg/mktemp/trunk/Makefile 2009-02-06 22:30:32 UTC (rev 3007) +++ csw/mgar/pkg/mktemp/trunk/Makefile 2009-02-06 22:45:43 UTC (rev 3008) @@ -12,8 +12,9 @@ MASTER_SITES = ftp://ftp.mktemp.org/pub/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWmktemp) +LICENSE = LICENSE + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/mktemp/trunk/checksums =================================================================== --- csw/mgar/pkg/mktemp/trunk/checksums 2009-02-06 22:30:32 UTC (rev 3007) +++ csw/mgar/pkg/mktemp/trunk/checksums 2009-02-06 22:45:43 UTC (rev 3008) @@ -1,3 +1,2 @@ 3e66f91f8a39c7dc0a67b158aeb9c2ac download/mktemp-1.6.tar.gz -2ec4d62640c1aec1a2fd0faead07de1f download/CSWmktemp.gspec 9e53911c3dce0236badb46a801a834f6 download/makefile-destdir.patch Deleted: csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec =================================================================== --- csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec 2009-02-06 22:30:32 UTC (rev 3007) +++ csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec 2009-02-06 22:45:43 UTC (rev 3008) @@ -1,4 +0,0 @@ -%var bitname mktemp -%var pkgname CSWmktemp -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE 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 Feb 6 23:49:03 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:49:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3009] csw/mgar/pkg/pcre/trunk Message-ID: Revision: 3009 http://gar.svn.sourceforge.net/gar/?rev=3009&view=rev Author: dmichelsen Date: 2009-02-06 22:49:03 +0000 (Fri, 06 Feb 2009) Log Message: ----------- pcre: Update to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/pcre/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec Modified: csw/mgar/pkg/pcre/trunk/Makefile =================================================================== --- csw/mgar/pkg/pcre/trunk/Makefile 2009-02-06 22:45:43 UTC (rev 3008) +++ csw/mgar/pkg/pcre/trunk/Makefile 2009-02-06 22:49:03 UTC (rev 3009) @@ -12,8 +12,6 @@ MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpcre) -DISTFILES += $(call admfiles,CSWpcrert) SPKG_SOURCEURL = http://www.pcre.org @@ -21,7 +19,11 @@ REQUIRED_PKGS_CSWpcre = CSWpcrert REQUIRED_PKGS_CSWpcrert = CSWzlib CSWbzip2 CSWreadline CSWncurses -SPKG_DESC_CSWpcrert = Perl-compatible regular expression tools (runtime) +PACKAGES = CSWpcre CSWpcrert +CATALOGNAME_CSWpcrert = pcre_rt +LICENSE = LICENCE + +SPKG_DESC_CSWpcrert = Perl-compatible regular expression runtime libraries SPKG_DESC_CSWpcre = Perl-compatible regular expression tools # We define upstream file regex so we can be notifed of new upstream software release Deleted: csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec =================================================================== --- csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec 2009-02-06 22:45:43 UTC (rev 3008) +++ csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec 2009-02-06 22:49:03 UTC (rev 3009) @@ -1,4 +0,0 @@ -%var bitname pcre -%var pkgname CSWpcre -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec =================================================================== --- csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec 2009-02-06 22:45:43 UTC (rev 3008) +++ csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec 2009-02-06 22:49:03 UTC (rev 3009) @@ -1,5 +0,0 @@ -%var bitname pcre_rt -%var pkgname CSWpcrert -%var desc Perl-compatible regular expression runtime libraries -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 6 23:53:30 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:53:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3010] csw/mgar/pkg/top/trunk Message-ID: Revision: 3010 http://gar.svn.sourceforge.net/gar/?rev=3010&view=rev Author: dmichelsen Date: 2009-02-06 22:53:30 +0000 (Fri, 06 Feb 2009) Log Message: ----------- top: Update to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/top/trunk/Makefile csw/mgar/pkg/top/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/top/trunk/files/CSWtop.gspec Modified: csw/mgar/pkg/top/trunk/Makefile =================================================================== --- csw/mgar/pkg/top/trunk/Makefile 2009-02-06 22:49:03 UTC (rev 3009) +++ csw/mgar/pkg/top/trunk/Makefile 2009-02-06 22:53:30 UTC (rev 3010) @@ -9,13 +9,14 @@ SF_PROJ = unixtop MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWtop,) SPKG_SOURCEURL = http://www.unixtop.org/ UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=72892 UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +LICENSE = LICENSE + BUILD64 = 1 # autoconf tries to compile for the current kernel. Get rid of Modified: csw/mgar/pkg/top/trunk/checksums =================================================================== --- csw/mgar/pkg/top/trunk/checksums 2009-02-06 22:49:03 UTC (rev 3009) +++ csw/mgar/pkg/top/trunk/checksums 2009-02-06 22:53:30 UTC (rev 3010) @@ -1,2 +1 @@ 166226469776c073da7abd35197627dc download/top-3.7.tar.gz -9799a03c1e974c7a702c4c9f042487d6 download/CSWtop.gspec Deleted: csw/mgar/pkg/top/trunk/files/CSWtop.gspec =================================================================== --- csw/mgar/pkg/top/trunk/files/CSWtop.gspec 2009-02-06 22:49:03 UTC (rev 3009) +++ csw/mgar/pkg/top/trunk/files/CSWtop.gspec 2009-02-06 22:53:30 UTC (rev 3010) @@ -1,4 +0,0 @@ -%var bitname top -%var pkgname CSWtop -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Sat Feb 7 16:16:42 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Sat, 07 Feb 2009 15:16:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3011] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3011 http://gar.svn.sourceforge.net/gar/?rev=3011&view=rev Author: aigoshin Date: 2009-02-07 15:16:42 +0000 (Sat, 07 Feb 2009) Log Message: ----------- nginx: milestone 2.2 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 22:53:30 UTC (rev 3010) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 15:16:42 UTC (rev 3011) @@ -19,6 +19,7 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib EXTRA_BUILD_ISAS_i386 = pentium +#EXTRA_BUILD_ISAS_i386 = pentium3 pentium4 CFLAGS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Sat Feb 7 20:21:09 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Sat, 07 Feb 2009 19:21:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3012] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3012 http://gar.svn.sourceforge.net/gar/?rev=3012&view=rev Author: aigoshin Date: 2009-02-07 19:21:09 +0000 (Sat, 07 Feb 2009) Log Message: ----------- nginx: milestone 2.3 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 15:16:42 UTC (rev 3011) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012) @@ -18,8 +18,7 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib -EXTRA_BUILD_ISAS_i386 = pentium -#EXTRA_BUILD_ISAS_i386 = pentium3 pentium4 +EXTRA_BUILD_ISAS_i386 = pentium_pro CFLAGS = @@ -52,6 +51,10 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README +pre-configure-modulated: + gsed -i s#pentiumpro#pentium_pro# $(WORKSRC)/auto/cc/sunc + $(MAKECOOKIE) + post-configure-modulated: gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 7 21:58:50 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 07 Feb 2009 20:58:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3013] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3013 http://gar.svn.sourceforge.net/gar/?rev=3013&view=rev Author: skayser Date: 2009-02-07 20:58:48 +0000 (Sat, 07 Feb 2009) Log Message: ----------- dovecot: bumped to 1.1.11, split main & devel pkg Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,5 +1,5 @@ GARNAME = dovecot -GARVERSION = 1.1.8 +GARVERSION = 1.1.11 CATEGORIES = server DESCRIPTION = Secure IMAP server @@ -13,30 +13,47 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWdovecot,) +DISTFILES += $(call admfiles,CSWdovecotdevel,) -REQUIRED_PKGS = CSWosslrt CSWmysql5rt +SPKG_SOURCEURL = http://dovecot.org/ -PREREQUISITE_PKGS = CSWmysql5devel CSWmysql5rt +SPKG_DESC_CSWdovecot = Secure IMAP server +SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files + +REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot + +PREREQUISITE_PKGS = CSWossldevel CSWosslrt +PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel +PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +# Work around non-existing unsetenv() on Solaris 8 # See http://www.mail-archive.com/dovecot at dovecot.org/msg15562.html PATCHFILES = patch-unsetenv.diff +TEST_SCRIPTS = + # TODO # * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760 -# * --enable-header-install & split packages (dovecot, dovecotdevel) # * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve # * ... CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-pop3d +CONFIGURE_ARGS += --with-lda CONFIGURE_ARGS += --with-ldap CONFIGURE_ARGS += --with-mysql CONFIGURE_ARGS += --with-sqlite CONFIGURE_ARGS += --with-ssl=openssl CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl +CONFIGURE_ARGS += --enable-header-install +CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME) +CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME) EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,3 +1,4 @@ -bc23a919c7ad2b3c5ba69e19f1b46eb2 download/dovecot-1.1.8.tar.gz -d707692194795943a4ff18581f61d04d download/CSWdovecot.gspec +c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz +870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec +59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec 827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff Modified: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,4 +1,4 @@ %var bitname dovecot %var pkgname CSWdovecot %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 7 21:59:47 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 07 Feb 2009 20:59:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3014] csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel. gspec Message-ID: Revision: 3014 http://gar.svn.sourceforge.net/gar/?rev=3014&view=rev Author: skayser Date: 2009-02-07 20:59:47 +0000 (Sat, 07 Feb 2009) Log Message: ----------- dovecot: bumped to 1.1.11, split main & devel pkg Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-07 20:59:47 UTC (rev 3014) @@ -0,0 +1,4 @@ +%var bitname dovecot_devel +%var pkgname CSWdovecotdevel +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sun Feb 8 02:10:57 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sun, 08 Feb 2009 01:10:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3015] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3015 http://gar.svn.sourceforge.net/gar/?rev=3015&view=rev Author: skayser Date: 2009-02-08 01:10:57 +0000 (Sun, 08 Feb 2009) Log Message: ----------- dovecot: added init script, switched to dynamic gspec, adjusted configure options Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot Removed Paths: ------------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,3 +1,8 @@ +# TODO +# * postinstall: Create dovecot user(s) or advise user to do so +# * Create default config so that service can startup right away? +# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve + GARNAME = dovecot GARVERSION = 1.1.11 CATEGORIES = server @@ -12,37 +17,33 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWdovecot,) -DISTFILES += $(call admfiles,CSWdovecotdevel,) - SPKG_SOURCEURL = http://dovecot.org/ +PACKAGES = CSWdovecot CSWdovecotdevel +CATALOGNAME_CSWdovecotdevel = dovecot_devel + SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecot = CSWsasl CSWsqlite3 CSWzlib CSWlibnet +REQUIRED_PKGS_CSWdovecot = CSWcswclassutils REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel +PREREQUISITE_PKGS += CSWsasl +PREREQUISITE_PKGS += CSWsqlite3 CSWsqlite3dev PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz -# Work around non-existing unsetenv() on Solaris 8 -# See http://www.mail-archive.com/dovecot at dovecot.org/msg15562.html -PATCHFILES = patch-unsetenv.diff - +# No test suite for Dovecot available TEST_SCRIPTS = -# TODO -# * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760 -# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve -# * ... - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-pop3d CONFIGURE_ARGS += --with-lda @@ -50,12 +51,26 @@ CONFIGURE_ARGS += --with-mysql CONFIGURE_ARGS += --with-sqlite CONFIGURE_ARGS += --with-ssl=openssl -CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl +CONFIGURE_ARGS += --with-ssldir=/opt/csw/ssl CONFIGURE_ARGS += --enable-header-install -CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME) +CONFIGURE_ARGS += --localstatedir=/var/opt/csw CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME) EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql include gar/category.mk + +# init script / SMF integration +SPKG_CLASSES_CSWdovecot = none cswinitsmf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } { print }' + +post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT +post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +post-install-modulated: + @ginstall -d $(DOCDEST) + @ginstall -d $(DESTDIR)/etc/opt/csw/init.d + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 755 $(FILEDIR)/CSWdovecot.cswdovecot \ + $(DESTDIR)/etc/opt/csw/init.d/cswdovecot + @$(MAKECOOKIE) Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +1 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz -870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec -59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec -827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot 2009-02-08 01:10:57 UTC (rev 3015) @@ -0,0 +1,59 @@ +#!/bin/sh +# License is public domain. +# +# Taken from http://wiki.dovecot.org/DovecotInit + +DAEMON=/opt/csw/sbin/dovecot + +test -x $DAEMON || exit 1 +set -e + +base_dir=`$DAEMON -a|grep '^base_dir: '|sed 's/^base_dir: //'` +pidfile=$base_dir/master.pid + +if test -f $pidfile; then + running=yes +else + running=no +fi + +case "$1" in + start) + echo -n "Starting Dovecot" + $DAEMON + echo "." + ;; + stop) + if test $running = yes; then + echo "Stopping Dovecot" + kill `cat $pidfile` + echo "." + else + echo "Dovecot is already stopped." + fi + ;; + reload) + if test $running = yes; then + echo -n "Reloading Dovecot configuration" + kill -HUP `cat $pidfile` + echo "." + else + echo "Dovecot isn't running." + fi + ;; + restart|force-reload) + echo -n "Restarting Dovecot" + if test $running = yes; then + kill `cat $pidfile` + sleep 1 + fi + $DAEMON + echo "." + ;; + *) + echo "Usage: /etc/init.d/dovecot {start|stop|reload|restart|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 Deleted: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +0,0 @@ -%var bitname dovecot -%var pkgname CSWdovecot -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +0,0 @@ -%var bitname dovecot_devel -%var pkgname CSWdovecotdevel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sun Feb 8 06:34:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sun, 08 Feb 2009 05:34:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3016] csw/mgar/pkg/python/trunk/files/site-config.diff Message-ID: Revision: 3016 http://gar.svn.sourceforge.net/gar/?rev=3016&view=rev Author: valholla Date: 2009-02-08 05:34:11 +0000 (Sun, 08 Feb 2009) Log Message: ----------- clean up python Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/site-config.diff Deleted: csw/mgar/pkg/python/trunk/files/site-config.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/site-config.diff 2009-02-08 01:10:57 UTC (rev 3015) +++ csw/mgar/pkg/python/trunk/files/site-config.diff 2009-02-08 05:34:11 UTC (rev 3016) @@ -1,126 +0,0 @@ -diff --speed-large-files --minimal -Nru Python-2.3.orig/Makefile.pre.in Python-2.3/Makefile.pre.in ---- Python-2.3.orig/Makefile.pre.in 2003-07-13 03:10:42.000000000 -0700 -+++ Python-2.3/Makefile.pre.in 2003-07-30 18:22:32.177323000 -0700 -@@ -642,7 +642,7 @@ - plat-mac/lib-scriptpackages/SystemEvents \ - plat-mac/lib-scriptpackages/Terminal - PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages --LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ -+LIBSUBDIRS= lib-old lib-tk site-packages \ - encodings email email/test email/test/data compiler hotshot \ - logging bsddb bsddb/test csv idlelib idlelib/Icons \ - distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) -diff --speed-large-files --minimal -Nru Python-2.3.orig/Modules/Setup.dist Python-2.3/Modules/Setup.dist ---- Python-2.3.orig/Modules/Setup.dist 2003-06-14 14:03:05.000000000 -0700 -+++ Python-2.3/Modules/Setup.dist 2003-07-30 18:31:32.471869000 -0700 -@@ -157,7 +157,7 @@ - # it, depending on your system -- see the GNU readline instructions. - # It's okay for this to be a shared library, too. - --#readline readline.c -lreadline -ltermcap -+readline readline.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lreadline -ltermcap - - - # Modules that should always be present (non UNIX dependent): -@@ -200,10 +200,10 @@ - - # Socket module helper for SSL support; you must comment out the other - # socket line above, and possibly edit the SSL variable: --#SSL=/usr/local/ssl --#_ssl _ssl.c \ --# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ --# -L$(SSL)/lib -lssl -lcrypto -+SSL=$(prefix) -+_ssl _ssl.c \ -+ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ -+ -L$(SSL)/lib -R$(SSL)/lib -lssl -lcrypto - - # The crypt module is now disabled by default because it breaks builds - # on many systems (where -lcrypt is needed), e.g. Linux (I believe). -@@ -322,15 +322,15 @@ - # every system. - - # *** Always uncomment this (leave the leading underscore in!): --# _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ -+ _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ - # *** Uncomment and edit to reflect where your Tcl/Tk libraries are: --# -L/usr/local/lib \ -+ -L/usr/local/Tcl/lib -R/usr/local/Tcl/lib \ - # *** Uncomment and edit to reflect where your Tcl/Tk headers are: --# -I/usr/local/include \ -+ -I/usr/local/Tcl/include \ - # *** Uncomment and edit to reflect where your X11 header files are: - # -I/usr/X11R6/include \ - # *** Or uncomment this for Solaris: --# -I/usr/openwin/include \ -+ -I/usr/openwin/include \ - # *** Uncomment and edit for Tix extension only: - # -DWITH_TIX -ltix8.1.8.2 \ - # *** Uncomment and edit for BLT extension only: -@@ -341,17 +341,17 @@ - # *** Uncomment and edit for TOGL extension only: - # -DWITH_TOGL togl.c \ - # *** Uncomment and edit to reflect your Tcl/Tk versions: --# -ltk8.2 -ltcl8.2 \ -+ -ltk8.4 -ltcl8.4 \ - # *** Uncomment and edit to reflect where your X11 libraries are: - # -L/usr/X11R6/lib \ - # *** Or uncomment this for Solaris: --# -L/usr/openwin/lib \ -+ -L/usr/openwin/lib \ - # *** Uncomment these for TOGL extension only: - # -lGL -lGLU -lXext -lXmu \ - # *** Uncomment for AIX: - # -lld \ - # *** Always uncomment this; X11 libraries to link with: --# -lX11 -+ -lX11 - - # Lance Ellinghaus's modules: - -@@ -399,7 +399,7 @@ - # - # First, look at Setup.config; configure may have set this for you. - --#gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm -+gdbm gdbmmodule.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lgdbm - - - # Sleepycat Berkeley DB interface. -@@ -414,11 +414,11 @@ - # - # Edit the variables DB and DBLIBVERto point to the db top directory - # and the subdirectory of PORT where you built it. --#DB=/usr/local/BerkeleyDB.4.0 --#DBLIBVER=4.0 --#DBINC=$(DB)/include --#DBLIB=$(DB)/lib --#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER) -+DB=$(prefix) -+DBLIBVER=4.1 -+DBINC=$(DB)/include -+DBLIB=$(DB)/lib -+_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -R$(DBLIB) -ldb-$(DBLIBVER) - - # Historical Berkeley DB 1.85 - # -@@ -463,7 +463,7 @@ - # Andrew Kuchling's zlib module. - # This require zlib 1.1.3 (or later). - # See http://www.cdrom.com/pub/infozip/zlib/ --#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz -+zlib zlibmodule.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lz - - # Interface to the Expat XML parser - # -@@ -476,8 +476,8 @@ - # - # More information on Expat can be found at www.libexpat.org. - # --#EXPAT_DIR=/usr/local/src/expat-1.95.2 --#pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EXPAT_DIR)/lib -L$(EXPAT_DIR) -lexpat -+EXPAT_DIR=$(prefix) -+pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EXPAT_DIR)/include -L$(EXPAT_DIR)/lib -R$(EXPAT_DIR)/lib -lexpat - - # Example -- included for reference only: - # xx xxmodule.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sun Feb 8 06:41:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sun, 08 Feb 2009 05:41:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3017] csw/mgar/pkg/python/trunk Message-ID: Revision: 3017 http://gar.svn.sourceforge.net/gar/?rev=3017&view=rev Author: valholla Date: 2009-02-08 05:41:52 +0000 (Sun, 08 Feb 2009) Log Message: ----------- more python cleanup Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/ Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-08 05:34:11 UTC (rev 3016) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-08 05:41:52 UTC (rev 3017) @@ -1,7 +1,12 @@ -GARNAME = python -GARVERSION = 2.3.5 +GARNAME = Python +GARVERSION = 2.6.1 +GARRELEASE = +DISTVERSION = $(GARVERSION)$(GARRELEASE) +DISTNAME = $(GARNAME)-$(DISTVERSION) CATEGORIES = lang +SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) + DESCRIPTION = A high-level scripting language. define BLURB Python is an interpreted, interactive, object-oriented programming language. @@ -14,18 +19,31 @@ endef MASTER_SITES = http://www.python.org/ftp/python/$(GARVERSION)/ -DISTFILES = Python-$(GARVERSION).tar.bz2 +UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ +DISTFILES = $(DISTNAME).tar.bz2 +DISTFILES += $(call admfiles,CSWpython,depend prototype) +DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) +DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = Python-(\d+(?:\.\d+)*).tar.bz2 +UFILES_REGEX = (\d+(?:\.\d+)*) -# Configure some site specific variables -PATCHFILES = site-config.diff +# Patches +PATCHFILES += modules.diff +PATCHFILES += setup.diff +PATCHFILES += makesetup.diff -WORKSRC = $(WORKDIR)/Python-$(GARVERSION) +# Test for sunaudiodev fails. +SKIPTEST = 1 -LIBDEPS += lib/expat lib/openssl lib/db lib/gdbm +DEPENDS += lib/expat +DEPENDS += lib/openssl +DEPENDS += lib/db +DEPENDS += lib/gdbm -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --enable-ipv6 +CONFIGURE_ARGS += --with-fpectl include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-08 05:34:11 UTC (rev 3016) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-08 05:41:52 UTC (rev 3017) @@ -1,2 +1,13 @@ -c12b57c6e0cf8bc676fd9444d71c9e18 download/Python-2.3.5.tar.bz2 -fd98cf98cd604deb1f197ae2cdf2eecf download/site-config.diff +e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 +1b8abe75212cd34d4a6655846aaf5818 download/CSWpython.gspec +b1c2b338ce77b8fb5123717292265323 download/CSWpython.depend +56f6c50695ae7b0144b3ef1276ca539b download/CSWpython.prototype +05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec +4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend +71ba471c18bcba92e639a2c138961991 download/CSWpython-tk.prototype +94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec +d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend +9eb8d7f9134c4b01b85be742ac1a1868 download/CSWidle.prototype +1f4aa802761be55b7e5b2e828a4975f7 download/modules.diff +6ad364440490d1a6ff8da70d055e388b download/setup.diff +33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From trygvis at users.sourceforge.net Sun Feb 8 11:47:55 2009 From: trygvis at users.sourceforge.net (trygvis at users.sourceforge.net) Date: Sun, 08 Feb 2009 10:47:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3018] csw/mgar/pkg/maven2/trunk Message-ID: Revision: 3018 http://gar.svn.sourceforge.net/gar/?rev=3018&view=rev Author: trygvis Date: 2009-02-08 10:47:55 +0000 (Sun, 08 Feb 2009) Log Message: ----------- o Fixing some bugs. Modified Paths: -------------- csw/mgar/pkg/maven2/trunk/Makefile csw/mgar/pkg/maven2/trunk/checksums csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec csw/mgar/pkg/maven2/trunk/files/bin-mvn Modified: csw/mgar/pkg/maven2/trunk/Makefile =================================================================== --- csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 10:47:55 UTC (rev 3018) @@ -39,9 +39,9 @@ install-common: mkdir -p $(DESTDIR)/opt/csw/bin - mkdir -p $(DESTDIR)/opt/csw/share - rm -rf $(DESTDIR)/opt/csw/share/apache-maven-$(GARVERSION) - cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven2 + mkdir -p $(DESTDIR)/opt/csw/share/maven2 + rm -rf $(DESTDIR)/opt/csw/share/maven2 + cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven2/home cp $(WORKDIR)/bin-mvn $(DESTDIR)/opt/csw/bin/mvn chmod +x $(DESTDIR)/opt/csw/bin/mvn $(MAKECOOKIE) Modified: csw/mgar/pkg/maven2/trunk/checksums =================================================================== --- csw/mgar/pkg/maven2/trunk/checksums 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/checksums 2009-02-08 10:47:55 UTC (rev 3018) @@ -1,3 +1,3 @@ 6d842f7cb9696676982096c72d063133 download/apache-maven-2.0.9-bin.tar.gz -31b72a3290ad951ed6984ee8bde45548 download/CSWmaven2.gspec -8a40b0007a95738aee2c2ce2cb89b6b8 download/bin-mvn +8c87a565ba53d763dbf82a2f27f1cff0 download/CSWmaven2.gspec +f935bf12216ef6533ca53879a456ebeb download/bin-mvn Modified: csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec =================================================================== --- csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec 2009-02-08 10:47:55 UTC (rev 3018) @@ -1,6 +1,6 @@ %var bitname maven2 %var pkgname CSWmaven2 -%var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKDIR}/apache-maven-%{GARVERSION}/LICENSE.txt -#file://%{WORKSRC}/LICENSE.txt +%copyright + +See /opt/csw/share/maven2/home/LICENSE.txt Modified: csw/mgar/pkg/maven2/trunk/files/bin-mvn =================================================================== --- csw/mgar/pkg/maven2/trunk/files/bin-mvn 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/files/bin-mvn 2009-02-08 10:47:55 UTC (rev 3018) @@ -1,6 +1,6 @@ #!/bin/sh -M2_HOME=/opt/csw/share/maven2 +M2_HOME=/opt/csw/share/maven2/home if [ -z "$JAVA_HOME" ] then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From trygvis at users.sourceforge.net Sun Feb 8 11:55:14 2009 From: trygvis at users.sourceforge.net (trygvis at users.sourceforge.net) Date: Sun, 08 Feb 2009 10:55:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3019] csw/mgar/pkg/maven2/trunk/Makefile Message-ID: Revision: 3019 http://gar.svn.sourceforge.net/gar/?rev=3019&view=rev Author: trygvis Date: 2009-02-08 10:55:14 +0000 (Sun, 08 Feb 2009) Log Message: ----------- o Making sure the package build in a clean staging directory. Modified Paths: -------------- csw/mgar/pkg/maven2/trunk/Makefile Modified: csw/mgar/pkg/maven2/trunk/Makefile =================================================================== --- csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 10:47:55 UTC (rev 3018) +++ csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 10:55:14 UTC (rev 3019) @@ -39,8 +39,8 @@ install-common: mkdir -p $(DESTDIR)/opt/csw/bin + rm -rf $(DESTDIR)/opt/csw/share/maven2 mkdir -p $(DESTDIR)/opt/csw/share/maven2 - rm -rf $(DESTDIR)/opt/csw/share/maven2 cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven2/home cp $(WORKDIR)/bin-mvn $(DESTDIR)/opt/csw/bin/mvn chmod +x $(DESTDIR)/opt/csw/bin/mvn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sun Feb 8 17:27:06 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sun, 08 Feb 2009 16:27:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3020] csw/mgar/pkg/dovecot/trunk/Makefile Message-ID: Revision: 3020 http://gar.svn.sourceforge.net/gar/?rev=3020&view=rev Author: skayser Date: 2009-02-08 16:27:01 +0000 (Sun, 08 Feb 2009) Log Message: ----------- dovecot: further cswclassutils integration Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 10:55:14 UTC (rev 3019) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 16:27:01 UTC (rev 3020) @@ -25,10 +25,10 @@ SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files -REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt -REQUIRED_PKGS_CSWdovecot = CSWsasl CSWsqlite3 CSWzlib CSWlibnet -REQUIRED_PKGS_CSWdovecot = CSWcswclassutils -REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot +REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecot += CSWsasl CSWsqlite3 CSWzlib CSWlibnet +REQUIRED_PKGS_CSWdovecot += CSWcswclassutils +REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt @@ -39,7 +39,7 @@ PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # No test suite for Dovecot available TEST_SCRIPTS = @@ -62,14 +62,29 @@ include gar/category.mk # init script / SMF integration -SPKG_CLASSES_CSWdovecot = none cswinitsmf -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } { print }' +SPKG_CLASSES_CSWdovecot = none cswcpsampleconf cswinitsmf +PROTOTYPE_FILTER = awk '\ + $$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } \ + $$$$3 ~ /dovecot.pem.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ + $$$$3 ~ /dovecot.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ + $$$$3 == "/opt/csw/ssl/certs" { next } \ + $$$$3 == "/opt/csw/ssl/private" { next } \ + { print }' post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +post-install-modulated: SSLDIR = $(DESTDIR)/opt/csw/ssl post-install-modulated: @ginstall -d $(DOCDEST) @ginstall -d $(DESTDIR)/etc/opt/csw/init.d + @ginstall -d $(SSLDIR)/certs + @ginstall -d $(SSLDIR)/private + @( cd $(WORKSRC)/doc; SSLDIR=$(SSLDIR) /bin/sh ./mkcert.sh ) + @mv $(SSLDIR)/certs/dovecot.pem $(SSLDIR)/certs/dovecot.pem.CSW + @mv $(SSLDIR)/private/dovecot.pem $(SSLDIR)/private/dovecot.pem.CSW + @chmod 400 $(SSLDIR)/private/dovecot.pem.CSW + @cp $(DESTDIR)/etc/opt/csw/$(GARNAME)/dovecot-example.conf \ + $(DESTDIR)/etc/opt/csw/$(GARNAME)/dovecot.conf.CSW @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) @ginstall -m 755 $(FILEDIR)/CSWdovecot.cswdovecot \ $(DESTDIR)/etc/opt/csw/init.d/cswdovecot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Sun Feb 8 22:30:26 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Sun, 08 Feb 2009 21:30:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3021] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3021 http://gar.svn.sourceforge.net/gar/?rev=3021&view=rev Author: aigoshin Date: 2009-02-08 21:30:23 +0000 (Sun, 08 Feb 2009) Log Message: ----------- nginx: milestone 3 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-08 16:27:01 UTC (rev 3020) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-08 21:30:23 UTC (rev 3021) @@ -18,11 +18,26 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib -EXTRA_BUILD_ISAS_i386 = pentium_pro +EXTRA_BUILD_ISAS_i386 = pentium_pro +EXTRA_BUILD_ISAS_sparc = sparcv9 +ifeq ($(ISA),pentium_pro) + NGINXCPU = pentiumpro +else +ifeq ($(ISA),sparcv8) + NGINXCPU = sparc32 +else +ifeq ($(ISA),sparcv9) + NGINXCPU = sparc64 +else + NGINXCPU = $(ISA) +endif +endif +endif + CFLAGS = -CONFIGURE_ARGS += --with-cpu-opt=$(ISA) +CONFIGURE_ARGS += --with-cpu-opt=$(NGINXCPU) CONFIGURE_ARGS += --with-cc-opt="-I$(includedir) -I$(includedir)/openssl" CONFIGURE_ARGS += --with-ld-opt="$(LDFLAGS)" CONFIGURE_ARGS += --prefix=$(prefix)/var/nginx @@ -51,10 +66,6 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README -pre-configure-modulated: - gsed -i s#pentiumpro#pentium_pro# $(WORKSRC)/auto/cc/sunc - $(MAKECOOKIE) - post-configure-modulated: gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Mon Feb 9 01:30:58 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Mon, 09 Feb 2009 00:30:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3022] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3022 http://gar.svn.sourceforge.net/gar/?rev=3022&view=rev Author: aigoshin Date: 2009-02-09 00:30:58 +0000 (Mon, 09 Feb 2009) Log Message: ----------- nginx: milestone 3.1 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-08 21:30:23 UTC (rev 3021) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-09 00:30:58 UTC (rev 3022) @@ -21,19 +21,11 @@ EXTRA_BUILD_ISAS_i386 = pentium_pro EXTRA_BUILD_ISAS_sparc = sparcv9 -ifeq ($(ISA),pentium_pro) - NGINXCPU = pentiumpro -else -ifeq ($(ISA),sparcv8) - NGINXCPU = sparc32 -else -ifeq ($(ISA),sparcv9) - NGINXCPU = sparc64 -else - NGINXCPU = $(ISA) -endif -endif -endif +NGINXCPU_pentium_pro = pentiumpro +NGINXCPU_sparcv8 = sparc32 +NGINXCPU_sparcv9 = sparc64 +NGINXCPU_$(ISA) ?= $(ISA) +NGINXCPU = $(NGINXCPU_$(ISA)) CFLAGS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Mon Feb 9 13:16:01 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Mon, 09 Feb 2009 12:16:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3023] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3023 http://gar.svn.sourceforge.net/gar/?rev=3023&view=rev Author: skayser Date: 2009-02-09 12:16:00 +0000 (Mon, 09 Feb 2009) Log Message: ----------- dovecot: fixed PROTOTYPE_FILTER, added preinstall for user creation, added STRIP_DIRS Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-09 00:30:58 UTC (rev 3022) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-09 12:16:00 UTC (rev 3023) @@ -1,6 +1,4 @@ # TODO -# * postinstall: Create dovecot user(s) or advise user to do so -# * Create default config so that service can startup right away? # * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve GARNAME = dovecot @@ -17,17 +15,19 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -SPKG_SOURCEURL = http://dovecot.org/ +DISTFILES += CSWdovecot.preinstall PACKAGES = CSWdovecot CSWdovecotdevel CATALOGNAME_CSWdovecotdevel = dovecot_devel -SPKG_DESC_CSWdovecot = Secure IMAP server +SPKG_SOURCEURL = http://dovecot.org/ +SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files +SPKG_CLASSES_CSWdovecot = none cswcpsampleconf cswinitsmf REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt REQUIRED_PKGS_CSWdovecot += CSWsasl CSWsqlite3 CSWzlib CSWlibnet -REQUIRED_PKGS_CSWdovecot += CSWcswclassutils +REQUIRED_PKGS_CSWdovecot += CSWbzip2 CSWiconv CSWcswclassutils REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt @@ -59,10 +59,8 @@ EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql -include gar/category.mk +STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot -# init script / SMF integration -SPKG_CLASSES_CSWdovecot = none cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '\ $$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } \ $$$$3 ~ /dovecot.pem.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ @@ -71,6 +69,8 @@ $$$$3 == "/opt/csw/ssl/private" { next } \ { print }' +include gar/category.mk + post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) post-install-modulated: SSLDIR = $(DESTDIR)/opt/csw/ssl Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-09 00:30:58 UTC (rev 3022) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-09 12:16:00 UTC (rev 3023) @@ -1 +1,2 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz +f8e71a5be649e71131cf1ad7ea11019a download/CSWdovecot.preinstall Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall 2009-02-09 12:16:00 UTC (rev 3023) @@ -0,0 +1,29 @@ +#!/bin/sh + +# Test if the dovecot group exist, if not create it +getent group dovecot > /dev/null +if test $? -gt 0 +then + groupadd dovecot > /dev/null + if test $? -eq 0 + then + echo CSWdovecot postinstall: group dovecot has been added + else + echo CSWdovecot postinstall: ERROR: Failed to add group dovecot + exit 1 + fi +fi + +# Test if the dovecot user exist, if not create it +getent passwd dovecot > /dev/null +if test $? -gt 0 +then + useradd -c "Dovecot service user" -g dovecot -d /var/opt/csw/run/dovecot/login -s /bin/false dovecot > /dev/null + if test $? -eq 0 + then + echo CSWdovecot postinstall: user dovecot has been added + else + echo CSWdovecot postinstall: ERROR: Failed to add user dovecot + exit 1 + fi +fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 17:19:57 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:19:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3024] csw/mgar/pkg/vim/trunk Message-ID: Revision: 3024 http://gar.svn.sourceforge.net/gar/?rev=3024&view=rev Author: harpchad Date: 2009-02-09 16:19:57 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Modify VIMRCLOC to allow seperate syntax/plugin packages Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 12:16:00 UTC (rev 3023) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 16:19:57 UTC (rev 3024) @@ -1,6 +1,6 @@ GARNAME = vim DISTVERSION = 7.2 -PATCHREV = 093 +PATCHREV = 102 GARVERSION = $(DISTVERSION).$(PATCHREV) CATEGORIES = utils SPKG_SOURCEURL = http://www.vim.org/download.php @@ -22,6 +22,9 @@ DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz +DISTFILES += vimrc +DISTFILES += vimrc.tiny +DISTFILES += gvimrc PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch @@ -40,7 +43,7 @@ CONFIGURE_ARGS += --enable-multibyte CONFIGURE_ARGS += --enable-cscope -BUILD_ARGS = "VIMRCLOC=/opt/csw/etc/vim" +BUILD_ARGS = "VIMRCLOC=/opt/csw/share/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72" #Removed per request #BUILD64 = 1 @@ -84,3 +87,9 @@ @perl -i.bak -plne \ 's/(-l(?:perl|python|ruby|tcl)\S*)/-zlazyload $$1 -znolazyload/' \ $(WORKSRC)/src/auto/config.mk + +post-install-isa-sparcv8 post-install-isa-i386: + @cp $(DOWNLOADDIR)/vimrc $(DOWNLOADDIR)/gvimrc $(DOWNLOADDIR)/vimrc.tiny $(DESTDIR)/opt/csw/share/vim + @(cd $(DESTDIR)/opt/csw/share/vim;ln -s vim$(subst .,,$(DISTVERSION)) vimcurrent) + @$(MAKECOOKIE) + $(DONADA) Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-09 12:16:00 UTC (rev 3023) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-09 16:19:57 UTC (rev 3024) @@ -91,10 +91,22 @@ 137faec139470453ca446c015c226e47 download/7.2.091 e15782bf5892ad787d149491bfe013e7 download/7.2.092 2198caf9e5f422eacde337e9c27677ab download/7.2.093 -6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff +49ab5014904d459e54a667e1433b4bee download/7.2.094 +ba21ee323426561e75ebff23090e4bdb download/7.2.095 +7ffef4a30cdcd6d8426e44d3a25df991 download/7.2.096 +c7264031ad24af960d717189b344e244 download/7.2.097 +dc7b06bb5c5b11a3d487614287d99a6b download/7.2.098 +656c12368934868f35747f3955366142 download/7.2.099 +15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 +65e59923311b136306284319521d70d7 download/7.2.101 +42e2274c6a3152279720d8623f7916ad download/7.2.102 59c166f15ad9e4db7aeef3ce7f6d89d9 download/CSWvim.gspec c1ead6a1fa0f1a38b80689134cac8ca9 download/CSWvimrt.gspec +6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff +279fa7473e3069991b420f327a6440ab download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 +06a31324121243e7eaf87b0df6c4941e download/vimrc +1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 17:21:38 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:21:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3025] csw/mgar/pkg/vim/trunk/files Message-ID: Revision: 3025 http://gar.svn.sourceforge.net/gar/?rev=3025&view=rev Author: harpchad Date: 2009-02-09 16:21:38 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Source /opt/csw/etc/vim/vimrc files if they exist Added Paths: ----------- csw/mgar/pkg/vim/trunk/files/gvimrc csw/mgar/pkg/vim/trunk/files/vimrc csw/mgar/pkg/vim/trunk/files/vimrc.tiny Added: csw/mgar/pkg/vim/trunk/files/gvimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/gvimrc (rev 0) +++ csw/mgar/pkg/vim/trunk/files/gvimrc 2009-02-09 16:21:38 UTC (rev 3025) @@ -0,0 +1,4 @@ +" Source a global configuration file if available +if filereadable("/opt/csw/etc/vim/gvimrc") + source /opt/csw/etc/vim/gvimrc +endif Added: csw/mgar/pkg/vim/trunk/files/vimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc (rev 0) +++ csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-09 16:21:38 UTC (rev 3025) @@ -0,0 +1,4 @@ +" Source a global configuration file if available +if filereadable("/opt/csw/etc/vim/vimrc") + source /opt/csw/etc/vim/vimrc.local +endif Added: csw/mgar/pkg/vim/trunk/files/vimrc.tiny =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc.tiny (rev 0) +++ csw/mgar/pkg/vim/trunk/files/vimrc.tiny 2009-02-09 16:21:38 UTC (rev 3025) @@ -0,0 +1,10 @@ +" Vim configuration file, in effect when invoked as "vi". The aim of this +" configuration file is to provide a Vim environment as compatible with the +" original vi as possible. Note that ~/.vimrc configuration files as other +" configuration files in the runtimepath are still sourced. +" When Vim is invoked differently ("vim", "view", "evim", ...) this file is +" _not_ sourced; /opt/csw/etc/vim/vimrc and/or /opt/csw/etc/vim/gvimrc are. + +set compatible + +" vim: set ft=vim: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 17:25:49 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:25:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3026] csw/mgar/pkg/gvim/trunk Message-ID: Revision: 3026 http://gar.svn.sourceforge.net/gar/?rev=3026&view=rev Author: harpchad Date: 2009-02-09 16:25:49 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Modify VIMRCLOC to allow seperate plugin packages, update to patch 102 Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile csw/mgar/pkg/gvim/trunk/checksums Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 16:21:38 UTC (rev 3025) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 16:25:49 UTC (rev 3026) @@ -1,6 +1,6 @@ GARNAME = vim DISTVERSION = 7.2 -PATCHREV = 093 +PATCHREV = 102 GARVERSION = $(DISTVERSION).$(PATCHREV) CATEGORIES = utils SPKG_SOURCEURL = http://www.vim.org/download.php @@ -39,7 +39,7 @@ CONFIGURE_ARGS += --with-vim-name="vim-x11" CONFIGURE_ARGS += --enable-gui=gnome2 -BUILD_ARGS += "VIMRCLOC=/opt/csw/etc/vim" +BUILD_ARGS = "VIMRCLOC=/opt/csw/share/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72" #GTK2 needs 64-bit #BUILD64 = 1 Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 16:21:38 UTC (rev 3025) +++ csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 16:25:49 UTC (rev 3026) @@ -91,6 +91,15 @@ 137faec139470453ca446c015c226e47 download/7.2.091 e15782bf5892ad787d149491bfe013e7 download/7.2.092 2198caf9e5f422eacde337e9c27677ab download/7.2.093 +49ab5014904d459e54a667e1433b4bee download/7.2.094 +ba21ee323426561e75ebff23090e4bdb download/7.2.095 +7ffef4a30cdcd6d8426e44d3a25df991 download/7.2.096 +c7264031ad24af960d717189b344e244 download/7.2.097 +dc7b06bb5c5b11a3d487614287d99a6b download/7.2.098 +656c12368934868f35747f3955366142 download/7.2.099 +15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 +65e59923311b136306284319521d70d7 download/7.2.101 +42e2274c6a3152279720d8623f7916ad download/7.2.102 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff 3d2b62d6810417d562ed17aaada29868 download/CSWgvim.gspec 47396843634a6e3c05d4f5d6b4bf8a72 download/gvim.desktop This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 17:28:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:28:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3027] csw/mgar/pkg/python/trunk Message-ID: Revision: 3027 http://gar.svn.sourceforge.net/gar/?rev=3027&view=rev Author: valholla Date: 2009-02-09 16:28:35 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Python 2.6 recipe Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Added Paths: ----------- csw/mgar/pkg/python/trunk/files/ csw/mgar/pkg/python/trunk/files/CSWPython.gspec csw/mgar/pkg/python/trunk/files/CSWidle.depend csw/mgar/pkg/python/trunk/files/CSWidle.gspec csw/mgar/pkg/python/trunk/files/CSWidle.prototype csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype csw/mgar/pkg/python/trunk/files/makesetup.diff csw/mgar/pkg/python/trunk/files/modules.diff csw/mgar/pkg/python/trunk/files/setup.diff Property Changed: ---------------- csw/mgar/pkg/python/trunk/ Property changes on: csw/mgar/pkg/python/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-09 16:25:49 UTC (rev 3026) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-09 16:28:35 UTC (rev 3027) @@ -1,8 +1,5 @@ GARNAME = Python GARVERSION = 2.6.1 -GARRELEASE = -DISTVERSION = $(GARVERSION)$(GARRELEASE) -DISTNAME = $(GARNAME)-$(DISTVERSION) CATEGORIES = lang SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) @@ -20,19 +17,24 @@ MASTER_SITES = http://www.python.org/ftp/python/$(GARVERSION)/ UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ + DISTFILES = $(DISTNAME).tar.bz2 -DISTFILES += $(call admfiles,CSWpython,depend prototype) +DISTFILES += $(call admfiles,CSWPython,depend prototype) DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 # Patches +PATCHFILES += faqwiz.diff +PATCHFILES += makesetup.diff PATCHFILES += modules.diff +PATCHFILES += multiprocess.diff +PATCHFILES += pyport.diff PATCHFILES += setup.diff -PATCHFILES += makesetup.diff + # Test for sunaudiodev fails. SKIPTEST = 1 @@ -44,6 +46,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-shared CONFIGURE_ARGS += --enable-ipv6 +CONFIGURE_ARGS += --enable-unicode=ucs4 CONFIGURE_ARGS += --with-fpectl include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-09 16:25:49 UTC (rev 3026) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-09 16:28:35 UTC (rev 3027) @@ -1,13 +1,16 @@ e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 -1b8abe75212cd34d4a6655846aaf5818 download/CSWpython.gspec -b1c2b338ce77b8fb5123717292265323 download/CSWpython.depend -56f6c50695ae7b0144b3ef1276ca539b download/CSWpython.prototype +1b8abe75212cd34d4a6655846aaf5818 download/CSWPython.gspec +b1c2b338ce77b8fb5123717292265323 download/CSWPython.depend +a046f951d37965bb11150deacc3f4cc0 download/CSWPython.prototype 05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec 4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend -71ba471c18bcba92e639a2c138961991 download/CSWpython-tk.prototype +adb3dcc8142aec569f6a67e2e06b5bc4 download/CSWpython-tk.prototype 94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend -9eb8d7f9134c4b01b85be742ac1a1868 download/CSWidle.prototype -1f4aa802761be55b7e5b2e828a4975f7 download/modules.diff -6ad364440490d1a6ff8da70d055e388b download/setup.diff +f54c87ce7a8e3bf69020d5b8d9757bc2 download/CSWidle.prototype +42dd6523beb94a805d5764ae1276091c download/faqwiz.diff 33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff +5bc782aa89e5bc218ec154c68aa6801b download/modules.diff +369c5593c0c0edda03f3c1844788dbee download/multiprocess.diff +05724da367b025ce525de2bb704af6e3 download/pyport.diff +296f46fb4a6a392093120cd86675309b download/setup.diff Added: csw/mgar/pkg/python/trunk/files/CSWPython.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.gspec (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWPython.gspec 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,4 @@ +%var bitname python +%var pkgname CSWpython +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/python/trunk/files/CSWidle.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWidle.depend (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWidle.depend 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,2 @@ +P CSWpython python - A high-level scripting language. +P CSWpython-tk python_tk - Python Tk Interface (TkInter) Added: csw/mgar/pkg/python/trunk/files/CSWidle.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWidle.gspec (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWidle.gspec 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,6 @@ +%var bitname idle +%var pkgname CSWidle +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%var desc Python IDE +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/python/trunk/files/CSWidle.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWidle.prototype (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWidle.prototype 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,201 @@ +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/idle 0755 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/python2.6 0755 root bin +d none /opt/csw/lib/python2.6/idlelib 0755 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTipWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ToolTip.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/textView.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WidgetRedirector.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoCompleteWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTipWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FileList.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHelpSourceEdit.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TODO.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-extensions.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idlever.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/UndoDelegator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WindowList.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyShell.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoComplete.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/testcode.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HyperParser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteObjectBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteDebugger.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/run.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IdleHistory.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TreeWidget.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/UndoDelegator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyShell.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Bindings.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/keybindingDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/rpc.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Debugger.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ZoomHeight.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WindowList.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchEngine.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoExpand.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PathBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-main.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/GrepDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/NEWS.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ColorDelegator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoCompleteWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PathBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialogBase.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiCall.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiStatusBar.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CodeContext.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/aboutDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WidgetRedirector.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Bindings.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTips.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ZoomHeight.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoComplete.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTips.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/OutputWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/testcode.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ReplaceDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ClassBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ClassBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Debugger.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/StackViewer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/OutputWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IdleHistory.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialogBase.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/aboutDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScriptBinding.pyc 0644 root bin +d none /opt/csw/lib/python2.6/idlelib/Icons 0755 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/idle.icns 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/minusnode.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/openfolder.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/tk.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/folder.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/plusnode.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/python.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScrolledList.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ParenMatch.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Percolator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FormatParagraph.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/keybindingDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScrolledList.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/dynOptionMenuWidget.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiCall.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Percolator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.pyw 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Delegator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/help.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchEngine.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/run.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HyperParser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteObjectBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/macosxSupport.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/tabbedpages.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/EditorWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/EditorWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configSectionNameDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ObjectBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHandler.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHelpSourceEdit.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IOBinding.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyParse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TreeWidget.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ReplaceDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/rpc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteDebugger.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/macosxSupport.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FileList.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/extend.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idlever.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idlever.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/textView.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/textView.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WidgetRedirector.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoCompleteWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTipWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/GrepDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ToolTip.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoExpand.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configSectionNameDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteDebugger.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/tabbedpages.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HyperParser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/testcode.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteObjectBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/dynOptionMenuWidget.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/UndoDelegator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ChangeLog 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ColorDelegator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyParse.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/GrepDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WindowList.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ZoomHeight.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoExpand.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CREDITS.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FileList.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TreeWidget.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyShell.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Delegator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Bindings.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CodeContext.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiStatusBar.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CodeContext.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/aboutDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialogBase.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PathBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ColorDelegator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.bat 0755 root bin +f none /opt/csw/lib/python2.6/idlelib/IdleHistory.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiStatusBar.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/StackViewer.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Debugger.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/StackViewer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHandler.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ClassBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ObjectBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/README.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-highlight.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ToolTip.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoComplete.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScriptBinding.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTips.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/OutputWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FormatParagraph.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScrolledList.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/keybindingDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/dynOptionMenuWidget.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FormatParagraph.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScriptBinding.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-keys.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ParenMatch.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/tabbedpages.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/macosxSupport.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/run.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchEngine.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ParenMatch.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiCall.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HISTORY.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Percolator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Delegator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyParse.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IOBinding.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/rpc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ReplaceDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IOBinding.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHandler.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHelpSourceEdit.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/EditorWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ObjectBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configSectionNameDialog.pyo 0644 root bin Added: csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,3 @@ +P CSWpython python - A high-level scripting language. +P CSWtcl tcl - Tool Command Language +P CSWtk tk - GUI toolkit for tcl Added: csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,5 @@ +%var bitname python_tk +%var pkgname CSWpython-tk +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%var desc Python Tk Interface (TkInter) +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,56 @@ +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/python2.6 0755 root bin +d none /opt/csw/lib/python2.6/lib-dynload 0755 root bin +f none /opt/csw/lib/python2.6/lib-dynload/_tkinter.so 0555 root bin +d none /opt/csw/lib/python2.6/lib-tk 0755 root bin +f none /opt/csw/lib/python2.6/lib-tk/FixTk.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkconstants.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Canvas.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkMessageBox.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FileDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkdnd.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/turtle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkinter.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkCommonDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tix.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/SimpleDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkSimpleDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkinter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFont.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FixTk.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkColorChooser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/SimpleDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFont.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Dialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tix.py 0755 root bin +f none /opt/csw/lib/python2.6/lib-tk/Canvas.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkconstants.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/ScrolledText.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkMessageBox.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFileDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFileDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FileDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkMessageBox.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkdnd.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkColorChooser.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkCommonDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/turtle.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkdnd.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkSimpleDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkinter.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkSimpleDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tix.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/SimpleDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Dialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFont.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FixTk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkColorChooser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Canvas.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkCommonDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Dialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/ScrolledText.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/ScrolledText.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/turtle.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkconstants.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FileDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFileDialog.pyc 0644 root bin Added: csw/mgar/pkg/python/trunk/files/makesetup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/makesetup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,20 @@ +--- Python-2.6.1/Modules/makesetup 2007-09-05 06:47:34.000000000 -0500 ++++ ./makesetup 2009-02-07 23:03:55.374463810 -0600 +@@ -214,10 +214,15 @@ + glmodule.c) ;; + /*) ;; + \$*) ;; +- *) src='$(srcdir)/'"$srcdir/$src";; ++ *) src='$(srcdir)/'"$srcdir/$src";; + esac + case $doconfig in +- no) cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ no) case $src in ++ *bsddb.*) ++ cc="$cc -I\$(DBINC) \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ *) ++ cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ esac;; + *) + cc="$cc \$(PY_CFLAGS)";; + esac Added: csw/mgar/pkg/python/trunk/files/modules.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/modules.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,15 @@ +--- Python-2.6.1/Modules/Setup.dist 2008-11-27 04:15:12.000000000 -0600 ++++ Setup.dist 2009-02-08 18:17:58.937507864 -0600 +@@ -363,9 +363,10 @@ + # + # First, look at Setup.config; configure may have set this for you. + +-#_curses _cursesmodule.c -lcurses -ltermcap ++*shared* ++_curses _cursesmodule.c -lcurses -ltermcap + # Wrapper for the panel library that's part of ncurses and SYSV curses. +-#_curses_panel _curses_panel.c -lpanel -lncurses ++_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap + + + # Generic (SunOS / SVR4) dynamic loading module. Added: csw/mgar/pkg/python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/setup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,121 @@ +--- Python-2.6.1/setup.py 2008-11-04 14:43:31.000000000 -0600 ++++ ./setup.py 2009-02-08 18:25:38.412651662 -0600 +@@ -129,7 +129,8 @@ + moddir = os.path.normpath(moddir) + + moddirlist = [moddir] +- incdirlist = ['./Include'] ++ incdirlist = ['/opt/csw/bdb44/include'] ++ incdirlist.append('./Include') + + # Platform-dependent module source and include directories + platform = self.get_platform() +@@ -309,9 +310,9 @@ + return sys.platform + + def detect_modules(self): +- # Ensure that /usr/local is always used +- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') +- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include') ++ # Ensure that /opt/csw is always used ++ add_dir_to_list(self.compiler.library_dirs, '/opt/csw/lib') ++ add_dir_to_list(self.compiler.include_dirs, '/opt/csw/include') + + # Add paths specified in the environment variables LDFLAGS and + # CPPFLAGS for header and library files. +@@ -739,52 +740,7 @@ + + # construct a list of paths to look for the header file in on + # top of the normal inc_dirs. +- db_inc_paths = [ +- '/usr/include/db4', +- '/usr/local/include/db4', +- '/opt/sfw/include/db4', +- '/usr/include/db3', +- '/usr/local/include/db3', +- '/opt/sfw/include/db3', +- # Fink defaults (http://fink.sourceforge.net/) +- '/sw/include/db4', +- '/sw/include/db3', +- ] +- # 4.x minor number specific paths +- for x in gen_db_minor_ver_nums(4): +- db_inc_paths.append('/usr/include/db4%d' % x) +- db_inc_paths.append('/usr/include/db4.%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db4%d' % x) +- db_inc_paths.append('/pkg/db-4.%d/include' % x) +- db_inc_paths.append('/opt/db-4.%d/include' % x) +- # MacPorts default (http://www.macports.org/) +- db_inc_paths.append('/opt/local/include/db4%d' % x) +- # 3.x minor number specific paths +- for x in gen_db_minor_ver_nums(3): +- db_inc_paths.append('/usr/include/db3%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db3%d' % x) +- db_inc_paths.append('/pkg/db-3.%d/include' % x) +- db_inc_paths.append('/opt/db-3.%d/include' % x) +- +- # Add some common subdirectories for Sleepycat DB to the list, +- # based on the standard include directories. This way DB3/4 gets +- # picked up when it is installed in a non-standard prefix and +- # the user has added that prefix into inc_dirs. +- std_variants = [] +- for dn in inc_dirs: +- std_variants.append(os.path.join(dn, 'db3')) +- std_variants.append(os.path.join(dn, 'db4')) +- for x in gen_db_minor_ver_nums(4): +- std_variants.append(os.path.join(dn, "db4%d"%x)) +- std_variants.append(os.path.join(dn, "db4.%d"%x)) +- for x in gen_db_minor_ver_nums(3): +- std_variants.append(os.path.join(dn, "db3%d"%x)) +- std_variants.append(os.path.join(dn, "db3.%d"%x)) +- +- db_inc_paths = std_variants + db_inc_paths +- db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)] ++ db_inc_paths = [ '/opt/csw/bdb44/include' ] + + db_ver_inc_map = {} + +@@ -988,7 +944,7 @@ + # we do not build this one. Otherwise this build will pick up + # the more recent berkeleydb's db.h file first in the include path + # when attempting to compile and it will fail. +- f = "/usr/include/db.h" ++ f = "/opt/csw/bdb44/include/db_185.h" + if os.path.exists(f) and not db_incs: + data = open(f).read() + m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) +@@ -1239,6 +1195,7 @@ + self.detect_ctypes(inc_dirs, lib_dirs) + + # Richard Oudkerk's multiprocessing module ++ + if platform == 'win32': # Windows + macros = dict() + libraries = ['ws2_32'] +@@ -1279,6 +1236,14 @@ + ) + libraries = [] + ++ elif platform == 'sunos5': ++ macros = dict( # Solaris ++ HAVE_SEM_OPEN=0, # Not implemented ++ HAVE_SEM_TIMEDWAIT=0, # Not implemented ++ HAVE_FD_TRANSFER=1, ++ ) ++ libraries = ['rt'] ++ + else: # Linux and other unices + macros = dict( + HAVE_SEM_OPEN=1, +@@ -1741,9 +1706,6 @@ + sources=['_ctypes/_ctypes_test.c']) + self.extensions.extend([ext, ext_test]) + +- if not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS"): +- return +- + if sys.platform == 'darwin': + # OS X 10.5 comes with libffi.dylib; the include files are + # in /usr/include/ffi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 17:30:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:30:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3028] csw/mgar/pkg/python/trunk/files Message-ID: Revision: 3028 http://gar.svn.sourceforge.net/gar/?rev=3028&view=rev Author: valholla Date: 2009-02-09 16:30:10 +0000 (Mon, 09 Feb 2009) Log Message: ----------- forgot to svn add 2 files Added Paths: ----------- csw/mgar/pkg/python/trunk/files/CSWPython.depend csw/mgar/pkg/python/trunk/files/CSWPython.prototype Added: csw/mgar/pkg/python/trunk/files/CSWPython.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.depend (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWPython.depend 2009-02-09 16:30:10 UTC (rev 3028) @@ -0,0 +1,8 @@ +P CSWbdb44 berkeleydb44 - embedded database libraries and utilities +P CSWbzip2 bzip2 - a high-quality block-sorting file compressor +P CSWgdbm gdbm - GNU dbm +P CSWggettext ggettext - GNU gettext +P CSWncurses ncurses - ncurses library and utilities +P CSWosslrt openssl_rt - Openssl runtime libraries +P CSWreadline readline - library to enable interactive line editing +P CSWzlib zlib - Zlib Data Compression Library Added: csw/mgar/pkg/python/trunk/files/CSWPython.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.prototype (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWPython.prototype 2009-02-09 16:30:10 UTC (rev 3028) @@ -0,0 +1,3734 @@ +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/python 0755 root bin +s none /opt/csw/bin/python-config=python2.6-config +f none /opt/csw/bin/2to3 0755 root bin +f none /opt/csw/bin/smtpd.py 0755 root bin +f none /opt/csw/bin/python2.6-config 0755 root bin +l none /opt/csw/bin/python2.6=python +f none /opt/csw/bin/pydoc 0755 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/python2.6 0755 root bin +f none /opt/csw/include/python2.6/pymacconfig.h 0644 root bin +f none /opt/csw/include/python2.6/py_curses.h 0644 root bin +f none /opt/csw/include/python2.6/traceback.h 0644 root bin +f none /opt/csw/include/python2.6/marshal.h 0644 root bin +f none /opt/csw/include/python2.6/errcode.h 0644 root bin +f none /opt/csw/include/python2.6/pyarena.h 0644 root bin +f none /opt/csw/include/python2.6/listobject.h 0644 root bin +f none /opt/csw/include/python2.6/descrobject.h 0644 root bin +f none /opt/csw/include/python2.6/abstract.h 0644 root bin +f none /opt/csw/include/python2.6/metagrammar.h 0644 root bin +f none /opt/csw/include/python2.6/bytes_methods.h 0644 root bin +f none /opt/csw/include/python2.6/bytearrayobject.h 0644 root bin +f none /opt/csw/include/python2.6/structmember.h 0644 root bin +f none /opt/csw/include/python2.6/longobject.h 0644 root bin +f none /opt/csw/include/python2.6/iterobject.h 0644 root bin +f none /opt/csw/include/python2.6/object.h 0644 root bin +f none /opt/csw/include/python2.6/grammar.h 0644 root bin +f none /opt/csw/include/python2.6/import.h 0644 root bin +f none /opt/csw/include/python2.6/enumobject.h 0644 root bin +f none /opt/csw/include/python2.6/objimpl.h 0644 root bin +f none /opt/csw/include/python2.6/symtable.h 0644 root bin +f none /opt/csw/include/python2.6/token.h 0644 root bin +f none /opt/csw/include/python2.6/pygetopt.h 0644 root bin +f none /opt/csw/include/python2.6/pgen.h 0644 root bin +f none /opt/csw/include/python2.6/pyerrors.h 0644 root bin +f none /opt/csw/include/python2.6/pystrcmp.h 0644 root bin +f none /opt/csw/include/python2.6/classobject.h 0644 root bin +f none /opt/csw/include/python2.6/sliceobject.h 0644 root bin +f none /opt/csw/include/python2.6/warnings.h 0644 root bin +f none /opt/csw/include/python2.6/pydebug.h 0644 root bin +f none /opt/csw/include/python2.6/pyconfig.h 0644 root bin +f none /opt/csw/include/python2.6/funcobject.h 0644 root bin +f none /opt/csw/include/python2.6/pymem.h 0644 root bin +f none /opt/csw/include/python2.6/Python.h 0644 root bin +f none /opt/csw/include/python2.6/asdl.h 0644 root bin +f none /opt/csw/include/python2.6/stringobject.h 0644 root bin +f none /opt/csw/include/python2.6/ast.h 0644 root bin +f none /opt/csw/include/python2.6/timefuncs.h 0644 root bin +f none /opt/csw/include/python2.6/pyfpe.h 0644 root bin +f none /opt/csw/include/python2.6/pythonrun.h 0644 root bin +f none /opt/csw/include/python2.6/intrcheck.h 0644 root bin +f none /opt/csw/include/python2.6/opcode.h 0644 root bin +f none /opt/csw/include/python2.6/rangeobject.h 0644 root bin +f none /opt/csw/include/python2.6/pymactoolbox.h 0644 root bin +f none /opt/csw/include/python2.6/cellobject.h 0644 root bin +f none /opt/csw/include/python2.6/tupleobject.h 0644 root bin +f none /opt/csw/include/python2.6/pymath.h 0644 root bin +f none /opt/csw/include/python2.6/cStringIO.h 0644 root bin +f none /opt/csw/include/python2.6/frameobject.h 0644 root bin +f none /opt/csw/include/python2.6/pythread.h 0644 root bin +f none /opt/csw/include/python2.6/node.h 0644 root bin +f none /opt/csw/include/python2.6/genobject.h 0644 root bin +f none /opt/csw/include/python2.6/pyport.h 0644 root bin +f none /opt/csw/include/python2.6/pystate.h 0644 root bin +f none /opt/csw/include/python2.6/bitset.h 0644 root bin +f none /opt/csw/include/python2.6/bytesobject.h 0644 root bin +f none /opt/csw/include/python2.6/ceval.h 0644 root bin +f none /opt/csw/include/python2.6/graminit.h 0644 root bin +f none /opt/csw/include/python2.6/eval.h 0644 root bin +f none /opt/csw/include/python2.6/bufferobject.h 0644 root bin +f none /opt/csw/include/python2.6/osdefs.h 0644 root bin +f none /opt/csw/include/python2.6/floatobject.h 0644 root bin +f none /opt/csw/include/python2.6/Python-ast.h 0644 root bin +f none /opt/csw/include/python2.6/methodobject.h 0644 root bin +f none /opt/csw/include/python2.6/datetime.h 0644 root bin +f none /opt/csw/include/python2.6/cobject.h 0644 root bin +f none /opt/csw/include/python2.6/intobject.h 0644 root bin +f none /opt/csw/include/python2.6/dictobject.h 0644 root bin +f none /opt/csw/include/python2.6/moduleobject.h 0644 root bin +f none /opt/csw/include/python2.6/unicodeobject.h 0644 root bin +f none /opt/csw/include/python2.6/pystrtod.h 0644 root bin +f none /opt/csw/include/python2.6/setobject.h 0644 root bin +f none /opt/csw/include/python2.6/complexobject.h 0644 root bin +f none /opt/csw/include/python2.6/sysmodule.h 0644 root bin +f none /opt/csw/include/python2.6/weakrefobject.h 0644 root bin +f none /opt/csw/include/python2.6/parsetok.h 0644 root bin +f none /opt/csw/include/python2.6/boolobject.h 0644 root bin +f none /opt/csw/include/python2.6/modsupport.h 0644 root bin +f none /opt/csw/include/python2.6/pgenheaders.h 0644 root bin +f none /opt/csw/include/python2.6/fileobject.h 0644 root bin +f none /opt/csw/include/python2.6/longintrepr.h 0644 root bin +f none /opt/csw/include/python2.6/codecs.h 0644 root bin +f none /opt/csw/include/python2.6/code.h 0644 root bin +f none /opt/csw/include/python2.6/patchlevel.h 0644 root bin +f none /opt/csw/include/python2.6/pyexpat.h 0644 root bin +f none /opt/csw/include/python2.6/compile.h 0644 root bin +f none /opt/csw/include/python2.6/structseq.h 0644 root bin +f none /opt/csw/include/python2.6/ucnhash.h 0644 root bin +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libpython2.6.so=libpython2.6.so.1.0 +d none /opt/csw/lib/python2.6 0755 root bin +f none /opt/csw/lib/python2.6/timeit.pyc 0644 root bin +f none /opt/csw/lib/python2.6/filecmp.pyc 0644 root bin +f none /opt/csw/lib/python2.6/abc.py 0644 root bin +f none /opt/csw/lib/python2.6/stat.pyo 0644 root bin +f none /opt/csw/lib/python2.6/_threading_local.pyc 0644 root bin +f none /opt/csw/lib/python2.6/random.py 0644 root bin +f none /opt/csw/lib/python2.6/SocketServer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/cookielib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/htmlentitydefs.py 0644 root bin +f none /opt/csw/lib/python2.6/_strptime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/xdrlib.py 0644 root bin +f none /opt/csw/lib/python2.6/Cookie.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plistlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/gettext.pyo 0644 root bin +f none /opt/csw/lib/python2.6/tarfile.py 0644 root bin +f none /opt/csw/lib/python2.6/pprint.pyo 0644 root bin +f none /opt/csw/lib/python2.6/audiodev.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mailcap.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref.egg-info 0644 root bin +f none /opt/csw/lib/python2.6/functools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/ntpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/this.pyo 0644 root bin +f none /opt/csw/lib/python2.6/stringprep.py 0644 root bin +f none /opt/csw/lib/python2.6/subprocess.py 0644 root bin +f none /opt/csw/lib/python2.6/statvfs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/linecache.pyo 0644 root bin +f none /opt/csw/lib/python2.6/mimetypes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/UserDict.pyc 0644 root bin +f none /opt/csw/lib/python2.6/BaseHTTPServer.pyo 0644 root bin +d none /opt/csw/lib/python2.6/compiler 0755 root bin +f none /opt/csw/lib/python2.6/compiler/future.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/misc.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/consts.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/visitor.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/ast.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pycodegen.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/misc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/syntax.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/transformer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/symbols.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/syntax.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/future.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/ast.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pyassem.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/future.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/visitor.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pycodegen.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/consts.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pycodegen.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/consts.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pyassem.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/visitor.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/misc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/symbols.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/syntax.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/transformer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/ast.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/symbols.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/transformer.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pyassem.pyo 0644 root bin +f none /opt/csw/lib/python2.6/repr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/copy.pyo 0644 root bin +f none /opt/csw/lib/python2.6/abc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/quopri.pyc 0644 root bin +f none /opt/csw/lib/python2.6/pipes.pyc 0644 root bin +f none /opt/csw/lib/python2.6/repr.py 0644 root bin +f none /opt/csw/lib/python2.6/chunk.py 0644 root bin +f none /opt/csw/lib/python2.6/markupbase.pyo 0644 root bin +f none /opt/csw/lib/python2.6/_abcoll.pyo 0644 root bin +f none /opt/csw/lib/python2.6/code.py 0644 root bin +f none /opt/csw/lib/python2.6/__phello__.foo.py 0644 root bin +f none /opt/csw/lib/python2.6/dis.pyo 0644 root bin +f none /opt/csw/lib/python2.6/StringIO.py 0644 root bin +f none /opt/csw/lib/python2.6/sha.pyo 0644 root bin +f none /opt/csw/lib/python2.6/new.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pydoc_topics.pyc 0644 root bin +f none /opt/csw/lib/python2.6/os2emxpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/anydbm.py 0644 root bin +f none /opt/csw/lib/python2.6/DocXMLRPCServer.py 0644 root bin +f none /opt/csw/lib/python2.6/threading.pyc 0644 root bin +f none /opt/csw/lib/python2.6/anydbm.pyo 0644 root bin +d none /opt/csw/lib/python2.6/email 0755 root bin +f none /opt/csw/lib/python2.6/email/utils.py 0644 root bin +f none /opt/csw/lib/python2.6/email/iterators.py 0644 root bin +f none /opt/csw/lib/python2.6/email/parser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/charset.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/encoders.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/message.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/feedparser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/parser.py 0644 root bin +f none /opt/csw/lib/python2.6/email/feedparser.py 0644 root bin +f none /opt/csw/lib/python2.6/email/generator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/quoprimime.py 0644 root bin +f none /opt/csw/lib/python2.6/email/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/utils.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/quoprimime.pyo 0644 root bin +d none /opt/csw/lib/python2.6/email/mime 0755 root bin +f none /opt/csw/lib/python2.6/email/mime/image.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/audio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/message.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/message.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/base.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/multipart.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/text.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/application.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/base.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/image.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/audio.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/nonmultipart.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/text.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/message.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/audio.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/image.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/multipart.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/application.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/text.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/base.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/application.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/multipart.py 0644 root bin +f none /opt/csw/lib/python2.6/email/charset.py 0644 root bin +f none /opt/csw/lib/python2.6/email/header.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/base64mime.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/errors.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/_parseaddr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/generator.py 0644 root bin +f none /opt/csw/lib/python2.6/email/header.py 0644 root bin +f none /opt/csw/lib/python2.6/email/iterators.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/__init__.py 0644 root bin +d none /opt/csw/lib/python2.6/email/test 0755 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_torture.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email.pyo 0644 root bin +d none /opt/csw/lib/python2.6/email/test/data 0755 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_04.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_03.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_36.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/audiotest.au 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_31.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_43.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_38.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_44.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_29.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_20.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_27.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_12.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_15.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_39.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/PyBanner048.gif 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_42.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_30.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_37.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_02.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_05.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_14.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_13.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_26.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_21.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_12a.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_28.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_19.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_10.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_17.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_22.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_25.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_41.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_34.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_33.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_06.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_01.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_08.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_24.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_23.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_16.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_11.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_18.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_09.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_07.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_32.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_35.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_40.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_renamed.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs.py 0644 root bin +f none /opt/csw/lib/python2.6/email/parser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/charset.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/_parseaddr.py 0644 root bin +f none /opt/csw/lib/python2.6/email/encoders.py 0644 root bin +f none /opt/csw/lib/python2.6/email/encoders.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/message.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/feedparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/quoprimime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/message.py 0644 root bin +f none /opt/csw/lib/python2.6/email/utils.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/generator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/errors.py 0644 root bin +f none /opt/csw/lib/python2.6/email/errors.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/header.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/base64mime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/base64mime.py 0644 root bin +f none /opt/csw/lib/python2.6/email/_parseaddr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/iterators.pyo 0644 root bin +f none /opt/csw/lib/python2.6/textwrap.py 0644 root bin +f none /opt/csw/lib/python2.6/toaiff.pyo 0644 root bin +f none /opt/csw/lib/python2.6/imaplib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/htmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/Queue.py 0644 root bin +f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mhlib.py 0644 root bin +f none /opt/csw/lib/python2.6/csv.py 0644 root bin +f none /opt/csw/lib/python2.6/platform.py 0755 root bin +f none /opt/csw/lib/python2.6/uuid.py 0644 root bin +f none /opt/csw/lib/python2.6/atexit.pyo 0644 root bin +f none /opt/csw/lib/python2.6/inspect.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sets.pyc 0644 root bin +f none /opt/csw/lib/python2.6/Queue.pyo 0644 root bin +f none /opt/csw/lib/python2.6/bisect.pyo 0644 root bin +f none /opt/csw/lib/python2.6/dummy_thread.pyo 0644 root bin +f none /opt/csw/lib/python2.6/nturl2path.py 0644 root bin +f none /opt/csw/lib/python2.6/webbrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pickletools.py 0644 root bin +f none /opt/csw/lib/python2.6/SimpleHTTPServer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/quopri.py 0755 root bin +f none /opt/csw/lib/python2.6/weakref.pyo 0644 root bin +f none /opt/csw/lib/python2.6/asynchat.pyc 0644 root bin +f none /opt/csw/lib/python2.6/subprocess.pyo 0644 root bin +f none /opt/csw/lib/python2.6/commands.pyc 0644 root bin +f none /opt/csw/lib/python2.6/tabnanny.pyc 0644 root bin +f none /opt/csw/lib/python2.6/ast.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pipes.py 0644 root bin +f none /opt/csw/lib/python2.6/rfc822.pyc 0644 root bin +f none /opt/csw/lib/python2.6/codecs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/commands.py 0644 root bin +f none /opt/csw/lib/python2.6/hashlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pickletools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/stringprep.pyo 0644 root bin +f none /opt/csw/lib/python2.6/StringIO.pyo 0644 root bin +f none /opt/csw/lib/python2.6/optparse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.py 0644 root bin +f none /opt/csw/lib/python2.6/io.pyo 0644 root bin +f none /opt/csw/lib/python2.6/getopt.pyo 0644 root bin +f none /opt/csw/lib/python2.6/string.py 0644 root bin +f none /opt/csw/lib/python2.6/CGIHTTPServer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/re.py 0644 root bin +f none /opt/csw/lib/python2.6/multifile.py 0644 root bin +f none /opt/csw/lib/python2.6/asynchat.py 0644 root bin +f none /opt/csw/lib/python2.6/chunk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/sched.pyo 0644 root bin +f none /opt/csw/lib/python2.6/sgmllib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/poplib.py 0644 root bin +f none /opt/csw/lib/python2.6/aifc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/MimeWriter.pyo 0644 root bin +f none /opt/csw/lib/python2.6/this.py 0644 root bin +f none /opt/csw/lib/python2.6/ConfigParser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/urllib2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/md5.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mutex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sunaudio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/_LWPCookieJar.py 0644 root bin +f none /opt/csw/lib/python2.6/unittest.pyo 0644 root bin +d none /opt/csw/lib/python2.6/logging 0755 root bin +f none /opt/csw/lib/python2.6/logging/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/logging/handlers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/logging/handlers.py 0644 root bin +f none /opt/csw/lib/python2.6/logging/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/logging/config.pyo 0644 root bin +f none /opt/csw/lib/python2.6/logging/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/logging/handlers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/logging/config.pyc 0644 root bin +f none /opt/csw/lib/python2.6/logging/config.py 0644 root bin +f none /opt/csw/lib/python2.6/difflib.py 0644 root bin +f none /opt/csw/lib/python2.6/ftplib.py 0644 root bin +f none /opt/csw/lib/python2.6/UserString.pyo 0644 root bin +d none /opt/csw/lib/python2.6/site-packages 0755 root bin +f none /opt/csw/lib/python2.6/site-packages/README 0644 root bin +f none /opt/csw/lib/python2.6/collections.pyc 0644 root bin +f none /opt/csw/lib/python2.6/cgitb.pyo 0644 root bin +f none /opt/csw/lib/python2.6/symtable.py 0644 root bin +f none /opt/csw/lib/python2.6/nturl2path.pyc 0644 root bin +f none /opt/csw/lib/python2.6/re.pyo 0644 root bin +f none /opt/csw/lib/python2.6/types.pyo 0644 root bin +f none /opt/csw/lib/python2.6/runpy.pyo 0644 root bin +f none /opt/csw/lib/python2.6/cookielib.py 0644 root bin +f none /opt/csw/lib/python2.6/tarfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/traceback.py 0644 root bin +f none /opt/csw/lib/python2.6/optparse.py 0644 root bin +f none /opt/csw/lib/python2.6/tokenize.pyc 0644 root bin +f none /opt/csw/lib/python2.6/multifile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/uu.pyo 0644 root bin +f none /opt/csw/lib/python2.6/SimpleHTTPServer.py 0644 root bin +f none /opt/csw/lib/python2.6/posixfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/smtplib.pyc 0644 root bin +d none /opt/csw/lib/python2.6/plat-sunos5 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/regen 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/IN.py 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.py 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyc 0644 root bin +f none /opt/csw/lib/python2.6/_strptime.py 0644 root bin +f none /opt/csw/lib/python2.6/stringold.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mimify.py 0755 root bin +f none /opt/csw/lib/python2.6/modulefinder.py 0644 root bin +f none /opt/csw/lib/python2.6/webbrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/HTMLParser.py 0644 root bin +f none /opt/csw/lib/python2.6/gettext.py 0644 root bin +f none /opt/csw/lib/python2.6/doctest.pyc 0644 root bin +f none /opt/csw/lib/python2.6/string.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compileall.py 0644 root bin +f none /opt/csw/lib/python2.6/struct.pyo 0644 root bin +f none /opt/csw/lib/python2.6/zipfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/contextlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/ihooks.pyo 0644 root bin +f none /opt/csw/lib/python2.6/nntplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/heapq.py 0644 root bin +f none /opt/csw/lib/python2.6/pdb.pyc 0644 root bin +f none /opt/csw/lib/python2.6/shutil.pyc 0644 root bin +f none /opt/csw/lib/python2.6/rexec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/htmlentitydefs.pyc 0644 root bin +d none /opt/csw/lib/python2.6/wsgiref 0755 root bin +f none /opt/csw/lib/python2.6/wsgiref/headers.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/headers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/validate.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/validate.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/handlers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/util.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/simple_server.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/headers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/validate.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/util.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/handlers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/handlers.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/util.py 0644 root bin +f none /opt/csw/lib/python2.6/sgmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/mimetools.py 0644 root bin +f none /opt/csw/lib/python2.6/ssl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/rfc822.py 0644 root bin +f none /opt/csw/lib/python2.6/rlcompleter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/copy_reg.pyo 0644 root bin +f none /opt/csw/lib/python2.6/numbers.py 0644 root bin +f none /opt/csw/lib/python2.6/uuid.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sunau.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sched.py 0644 root bin +f none /opt/csw/lib/python2.6/pydoc_topics.py 0644 root bin +f none /opt/csw/lib/python2.6/sha.py 0644 root bin +f none /opt/csw/lib/python2.6/decimal.py 0644 root bin +f none /opt/csw/lib/python2.6/user.pyc 0644 root bin +f none /opt/csw/lib/python2.6/trace.py 0644 root bin +f none /opt/csw/lib/python2.6/ihooks.py 0644 root bin +f none /opt/csw/lib/python2.6/dbhash.pyc 0644 root bin +f none /opt/csw/lib/python2.6/xdrlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/urlparse.py 0644 root bin +f none /opt/csw/lib/python2.6/difflib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/getpass.py 0644 root bin +f none /opt/csw/lib/python2.6/shelve.pyc 0644 root bin +f none /opt/csw/lib/python2.6/tty.py 0644 root bin +f none /opt/csw/lib/python2.6/macpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/robotparser.pyo 0644 root bin +d none /opt/csw/lib/python2.6/test 0755 root bin +f none /opt/csw/lib/python2.6/test/test_array.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cprofile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkg.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binascii.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_symtable.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urlparse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_errno.py 0755 root bin +f none /opt/csw/lib/python2.6/test/seq_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test__locale.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shutil.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_normalization.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/buffer_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sgmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dircache.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cd.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_dircache.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgimport.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imageop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_startfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xpickle.py 0644 root bin +f none /opt/csw/lib/python2.6/test/seq_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/curses_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strptime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_struct.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/wrongcert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_anydbm.py 0644 root bin +f none /opt/csw/lib/python2.6/test/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scope.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scriptpackages.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hash.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading_local.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_builtin.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy_reg.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_colorsys.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_logging.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/floating_points.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_collections.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gettext.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_string.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_module.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binop.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_memoryio.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test___future__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgimport.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_glob.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sha.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_string.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multifile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutex.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cd.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tcl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutants.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_textwrap.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_colorsys.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mailbox.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_frozen.py 0644 root bin +f none /opt/csw/lib/python2.6/test/https_svn_python_org_root.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/sgml_input.html 0644 root bin +f none /opt/csw/lib/python2.6/test/test_platform.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gl.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_fileio.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dis.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gdbm.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_quopri.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sha.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_new.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_distutils.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_os.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userlist.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile64.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_select.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_site.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_class.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_signal.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_al.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gzip.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/badkey.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_timeout.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookie.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pty.py 0644 root bin +f none /opt/csw/lib/python2.6/test/xmltests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genericpath.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xdrlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicodedata.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_complex_args.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_difflib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_random.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bastion.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decimal.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_itertools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_posix.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_capi.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_logging.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_whichdb.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cpickle.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_defaultdict.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wave.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/profilee.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/nullcert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future3.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_queue.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ast.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threaded_import.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dict.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pwd.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/cfgparser.1 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ucn.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fnmatch.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pipes.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_generators.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_calendar.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkg.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iterlen.py 0644 root bin +f none /opt/csw/lib/python2.6/test/double_const.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future1.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgutil.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tempfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_startfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_old_mailbox.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bufio.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_array.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_asyncore.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decorators.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future4.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_math.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_int.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_select.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_difflib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadsignals.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cprofile.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_getopt.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/ieee754.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/bad_coding.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imgfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genericpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_robotparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_distutils.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_queue.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllibnet.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_functools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_code.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dbm.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_math.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_io.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_md5.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/re_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_rfc822.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait4.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_float.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future_builtins.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookielib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy_reg.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_warnings.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_rfc822.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_atexit.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sys.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/regrtest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bisect.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_str.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long_future.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hmac.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep352.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abstract_numbers.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydoc_mod.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2net.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_time.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_MimeWriter.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_transformer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ioctl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future1.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigaddrspace.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetypes.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/tokenize_tests.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_anydbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_nis.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_curses.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_format.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scope.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_extcall.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/relimport.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exceptions.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest4.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading_local.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_json.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_quopri.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uuid.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_enumerate.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xml_etree_c.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/ssl_key.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ioctl.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_types.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fpformat.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_httplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email_renamed.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_time.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep292.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_httpservers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_poplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydocfodder.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sqlite.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winreg.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_importhooks.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/infinite_reload.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_popen.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_hk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structmembers.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest3.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_lib2to3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gdbm.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_sqlite.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tuple.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_operator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_opcodes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/sortperf.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/testcodec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_applesingle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abstract_numbers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bastion.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_syntax.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tarfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userdict.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pprint.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep247.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_types.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_runpy.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_complex_args.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/tf_inherit_check.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_with.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wsgiref.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_coding.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_augassign.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ntpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userlist.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_slice.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/pystone.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fork1.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macostools.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_py3kwarn.py 0644 root bin +f none /opt/csw/lib/python2.6/test/testall.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigmem.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_warnings.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_runpy.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_telnetlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pwd.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dumbdbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ftplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydocfodder.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/autotest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ssl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_netrc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structseq.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_set.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genexps.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_collections.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_deque.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line_script.py 0644 root bin +f none /opt/csw/lib/python2.6/test/mapping_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/pickletester.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future5.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scriptpackages.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_nis.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/cmath_testcases.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/pyclbr_input.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_weakref.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cfgparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exception_variations.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_json.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_netrc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/threaded_import_hangers.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_kqueue.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imageop.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_typechecks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tarfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/doctest_aliases.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multifile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_transformer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fractions.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/pickletester.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_frozen.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_telnetlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_traceback.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winsound.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_support.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookielib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shlex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_contextlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_posixpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tokenize.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_glob.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_subprocess.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_longexp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb185.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sgmllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_normalization.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pstats.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_call.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_minidom.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllibnet.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_modulefinder.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structseq.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fcntl.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile64.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binhex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ctypes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xml_etree.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unittest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_int_literal.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email_codecs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_stringprep.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strftime.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_generators.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_trace.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_extcall.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_syntax.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/keycert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hmac.py 0644 root bin +f none /opt/csw/lib/python2.6/test/curses_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grammar.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_file.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/time_hashlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ftplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_audioop.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_aepack.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fileinput.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_poll.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/sample_doctest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test.xml.out 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winreg.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xrange.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_funcattrs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_epoll.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_httplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_io.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_poplib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test.xml 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codeccallbacks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grp.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_minidom.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmlparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_importhooks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_parser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_socketserver.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pickle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_al.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_imaplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tuple.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2_localnet.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decorators.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_traceback.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_operator.py 0644 root bin +f none /opt/csw/lib/python2.6/test/list_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/README 0644 root bin +f none /opt/csw/lib/python2.6/test/test_list.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmlrpc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bisect.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_opcodes.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_modulefinder.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sunaudiodev.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xpickle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_marshal.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetools.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_smtplib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_softspace.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_marshal.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_csv.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep247.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/empty.vbs 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shutil.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_base64.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sets.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cfgparser.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_jp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imp.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd.pyc 0644 root bin +d none /opt/csw/lib/python2.6/test/decimaltestdata 0755 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqLogB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/rounding.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotal.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/rescale.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainderNear.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dsBase.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddQuantize.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/minmag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/powersqrt.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/randoms.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMax.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivide.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopy.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqEncode.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/and.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/exp.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSubtract.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqBase.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/remainderNear.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/inexact.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqClass.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/testall.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotal.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddXor.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/clamp.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/minus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyNegate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/scaleb.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/squareroot.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextToward.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/reduce.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/max.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqOr.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copyabs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/divide.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopy.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copysign.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddLogB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotmag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegral.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqShift.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/samequantum.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/or.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddInvert.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainder.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddToIntegral.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMultiply.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/quantize.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSameQuantum.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRotate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/xor.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopySign.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMin.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dsEncode.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAdd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareSig.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddFMA.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqReduce.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqScaleB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/decQuad.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddBase.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/abs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAnd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/compare.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivideInt.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMaxMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCanonical.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/divideint.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMax.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/maxmag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/fma.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/invert.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotalMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMultiply.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/class.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/rotate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompare.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/logb.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/randomBound32.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopySign.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqToIntegral.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/decSingle.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotal.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copynegate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSameQuantum.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/nexttoward.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/subtract.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ln.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/base.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqXor.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/nextminus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/min.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/nextplus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegralx.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareSig.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/add.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/extra.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivide.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddShift.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddEncode.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqInvert.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainderNear.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/remainder.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRotate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddClass.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copy.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddReduce.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/plus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddScaleB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSubtract.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMaxMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotalMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqQuantize.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAnd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/shift.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/multiply.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/log10.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainder.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddOr.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqFMA.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/decDouble.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAdd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivideInt.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMin.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompare.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCanonical.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyNegate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/power.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextToward.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compiler.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_thread.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadsignals.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grp.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_undocumented_details.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_socket.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_resource.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bufio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cgi.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/doctest_aliases.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_peepholer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipimport.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_site.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_memoryio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binascii.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_lib2to3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/warning_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_kqueue.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_random.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exception_variations.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email_renamed.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/regex_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_plistlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xml_etree.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strptime.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_largefile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode_file.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hotshot.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_eof.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_future9.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_socket.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_openpty.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_print.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sets.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_popen2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_re.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macpath.py 0644 root bin +f none /opt/csw/lib/python2.6/test/outstanding_bugs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_audioop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_print.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_filecmp.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dummy_threading.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_jp.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codeccallbacks.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_enumerate.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_index.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_csv.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_builtin.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profilehooks.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_heapq.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_asyncore.py 0644 root bin +f none /opt/csw/lib/python2.6/test/audiotest.au 0644 root bin +f none /opt/csw/lib/python2.6/test/test_filecmp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_contextlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sunaudiodev.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_errno.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future5.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_support.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_global.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bz2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/bad_coding2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pyclbr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_index.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test__locale.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/sample_doctest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_property.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/randv3.pck 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gettext.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grammar.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pydoc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sax.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_largefile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep352.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_contains.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_univnewlines.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descrtut.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_py3kwarn.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test___future__.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_with.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macos.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pickletools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pty.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structmembers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_MimeWriter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_weakref.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/profilee.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iterlen.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_locale.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pyexpat.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_openpty.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_base64.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_datetime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tokenize.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binhex.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_hashlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codeop.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigaddrspace.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/autotest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line_script.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_complex.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep277.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shelve.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sort.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compare.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_import.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unpack.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ctypes.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_calendar.py 0644 root bin +f none /opt/csw/lib/python2.6/test/string_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/string_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macostools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future4.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_locale.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bytes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_richcmp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multiprocessing.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bool.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/check_soundcard.vbs 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exceptions.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decimal.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_str.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fcntl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compiler.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_future8.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_property.py 0644 root bin +f none /opt/csw/lib/python2.6/test/fork_wait.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xdrlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/xmltests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userdict.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_optparse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_StringIO.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mhlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/reperf.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmath.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_wave.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_coercion.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep263.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test___all__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mmap.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_repr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imaplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_isinstance.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_crypt.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_buffer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/relimport.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_inspect.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/mapping_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_sundry.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userstring.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/tf_inherit_check.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_resource.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_typechecks.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uu.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_commands.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tempfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/infinite_reload.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_asynchat.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unary.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_textwrap.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_augassign.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutants.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tcl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_format.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_colorsys.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_repr.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pprint.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pyexpat.py 0644 root bin +f none /opt/csw/lib/python2.6/test/sortperf.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookie.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mailbox.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fileio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dis.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_code.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_platform.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sha.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gdbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_logging.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_builtin.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_module.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadedtempfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_longexp.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test___future__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/pyclbr_input.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_string.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_glob.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cd.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_robotparser.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigmem.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multifile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pstats.py 0644 root bin +f none /opt/csw/lib/python2.6/test/cjkencodings_test.py 0644 root bin +f none /opt/csw/lib/python2.6/test/double_const.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strptime.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_functools.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_struct.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_md5.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hash.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading_local.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tcl.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cprofile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_array.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_symtable.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sys.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urlparse.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long_future.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_defaultdict.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_normalization.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shutil.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/seq_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/buffer_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imageop.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dircache.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgimport.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cpickle.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binop.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/randv2_64.pck 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode_file.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkg.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_global.py 0644 root bin +f none /opt/csw/lib/python2.6/test/double_const.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future_builtins.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgutil.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ssl.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_startfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tempfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipimport.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_thread.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decorators.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_asyncore.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future4.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_int.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mmap.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cpickle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_defaultdict.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_whichdb.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmlrpc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wave.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/profilee.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_popen2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_queue.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dict.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threaded_import.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ast.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pwd.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pipes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ucn.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fnmatch.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hashlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_calendar.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_generators.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_peepholer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicodedata.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uuid.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dbm.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_pydoc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decimal.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bastion.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_posix.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_itertools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_plistlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_capi.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_os.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_new.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile64.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/testimgr.uue 0644 root bin +f none /opt/csw/lib/python2.6/test/test_site.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descrtut.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shlex.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_signal.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_class.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicodedata.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_al.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookie.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_timeout.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_coding.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gzip.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/xmltests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/randv2_32.pck 0644 root bin +f none /opt/csw/lib/python2.6/test/test_subprocess.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_stringprep.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_transformer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getopt.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future1.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ioctl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetypes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_buffer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_anydbm.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_curses.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ast.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strftime.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_urlparse.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_format.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_extcall.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/list_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scope.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_aepack.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_pow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/regrtest.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sys.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_atexit.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/testcodec.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uu.py 0644 root bin +f none /opt/csw/lib/python2.6/test/badcert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_str.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bisect.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long_future.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iter.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/regrtest.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_zlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strop.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hmac.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep352.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profilehooks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydoc_mod.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2net.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_nocaret.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_math.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/re_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_md5.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fileinput.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_rfc822.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait4.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unittest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future_builtins.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_float.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy_reg.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_os.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_file.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_capi.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookielib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_select.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_difflib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_whichdb.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait3.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winsound.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imgfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genexps.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getopt.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genericpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgutil.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pow.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_robotparser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmllib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_distutils.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllibnet.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wsgiref.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_functools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_code.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_future3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_smtplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_softspace.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fork1.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/buffer_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_funcattrs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hash.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pystone.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_slice.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigmem.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/testall.pyo 0644 root bin @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 17:34:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:34:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3029] csw/mgar/pkg/python/trunk/files Message-ID: Revision: 3029 http://gar.svn.sourceforge.net/gar/?rev=3029&view=rev Author: valholla Date: 2009-02-09 16:34:11 +0000 (Mon, 09 Feb 2009) Log Message: ----------- update patches Added Paths: ----------- csw/mgar/pkg/python/trunk/files/faqwiz.diff csw/mgar/pkg/python/trunk/files/makesetup.diff csw/mgar/pkg/python/trunk/files/modules.diff csw/mgar/pkg/python/trunk/files/multiprocess.diff csw/mgar/pkg/python/trunk/files/pyport.diff csw/mgar/pkg/python/trunk/files/setup.diff Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/makesetup.diff csw/mgar/pkg/python/trunk/files/modules.diff csw/mgar/pkg/python/trunk/files/setup.diff Added: csw/mgar/pkg/python/trunk/files/faqwiz.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/faqwiz.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/faqwiz.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,11 @@ +--- Python-2.6.1/Tools/faqwiz/faqconf.py 2005-12-11 20:02:24.000000000 -0600 ++++ faqconf.py 2009-02-08 18:17:58.938102953 -0600 +@@ -21,7 +21,7 @@ + OWNEREMAIL = "nobody at anywhere.org" # Email for feedback + HOMEURL = "http://www.python.org" # Related home page + HOMENAME = "Python home" # Name of related home page +-RCSBINDIR = "/usr/local/bin/" # Directory containing RCS commands ++RCSBINDIR = "/opt/csw/bin/" # Directory containing RCS commands + # (must end in a slash) + + # Parameters you can normally leave alone Deleted: csw/mgar/pkg/python/trunk/files/makesetup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:30:10 UTC (rev 3028) +++ csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -1,20 +0,0 @@ ---- Python-2.6.1/Modules/makesetup 2007-09-05 06:47:34.000000000 -0500 -+++ ./makesetup 2009-02-07 23:03:55.374463810 -0600 -@@ -214,10 +214,15 @@ - glmodule.c) ;; - /*) ;; - \$*) ;; -- *) src='$(srcdir)/'"$srcdir/$src";; -+ *) src='$(srcdir)/'"$srcdir/$src";; - esac - case $doconfig in -- no) cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; -+ no) case $src in -+ *bsddb.*) -+ cc="$cc -I\$(DBINC) \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; -+ *) -+ cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; -+ esac;; - *) - cc="$cc \$(PY_CFLAGS)";; - esac Added: csw/mgar/pkg/python/trunk/files/makesetup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/makesetup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,20 @@ +--- Python-2.6.1/Modules/makesetup 2007-09-05 06:47:34.000000000 -0500 ++++ ./makesetup 2009-02-07 23:03:55.374463810 -0600 +@@ -214,10 +214,15 @@ + glmodule.c) ;; + /*) ;; + \$*) ;; +- *) src='$(srcdir)/'"$srcdir/$src";; ++ *) src='$(srcdir)/'"$srcdir/$src";; + esac + case $doconfig in +- no) cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ no) case $src in ++ *bsddb.*) ++ cc="$cc -I\$(DBINC) \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ *) ++ cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ esac;; + *) + cc="$cc \$(PY_CFLAGS)";; + esac Deleted: csw/mgar/pkg/python/trunk/files/modules.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:30:10 UTC (rev 3028) +++ csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -1,15 +0,0 @@ ---- Python-2.6.1/Modules/Setup.dist 2008-11-27 04:15:12.000000000 -0600 -+++ Setup.dist 2009-02-08 18:17:58.937507864 -0600 -@@ -363,9 +363,10 @@ - # - # First, look at Setup.config; configure may have set this for you. - --#_curses _cursesmodule.c -lcurses -ltermcap -+*shared* -+_curses _cursesmodule.c -lcurses -ltermcap - # Wrapper for the panel library that's part of ncurses and SYSV curses. --#_curses_panel _curses_panel.c -lpanel -lncurses -+_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap - - - # Generic (SunOS / SVR4) dynamic loading module. Added: csw/mgar/pkg/python/trunk/files/modules.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/modules.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,15 @@ +--- Python-2.6.1/Modules/Setup.dist 2008-11-27 04:15:12.000000000 -0600 ++++ Setup.dist 2009-02-08 18:17:58.937507864 -0600 +@@ -363,9 +363,10 @@ + # + # First, look at Setup.config; configure may have set this for you. + +-#_curses _cursesmodule.c -lcurses -ltermcap ++*shared* ++_curses _cursesmodule.c -lcurses -ltermcap + # Wrapper for the panel library that's part of ncurses and SYSV curses. +-#_curses_panel _curses_panel.c -lpanel -lncurses ++_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap + + + # Generic (SunOS / SVR4) dynamic loading module. Added: csw/mgar/pkg/python/trunk/files/multiprocess.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/multiprocess.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/multiprocess.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,23 @@ +--- Python-2.6.1/Modules/_multiprocessing/multiprocessing.h 2008-11-04 14:43:31.000000000 -0600 ++++ ./multiprocessing.h 2009-02-08 11:44:33.901496225 -0600 +@@ -39,6 +39,20 @@ + #endif + + /* ++ * Solaris 8 missing CMSG_SPACE and CMSG_LEN ++ */ ++#ifndef CMSG_SPACE ++# define CMSG_SPACE(l) (_CMSG_DATA_ALIGN(sizeof(struct cmsghdr)) + \ ++ _CMSG_HDR_ALIGN(l)) ++# warning "assuming 4-byte alignment for CMSG_SPACE" ++#endif /* CMSG_SPACE */ ++ ++#ifndef CMSG_LEN ++# define CMSG_LEN(l) (_CMSG_DATA_ALIGN(sizeof(struct cmsghdr)) + (l)) ++# warning "assuming 4-byte alignment for CMSG_LEN" ++#endif /* CMSG_LEN */ ++ ++/* + * Issue 3110 - Solaris does not define SEM_VALUE_MAX + */ + #ifndef SEM_VALUE_MAX Added: csw/mgar/pkg/python/trunk/files/pyport.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/pyport.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/pyport.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,14 @@ +--- Python-2.6.1/Include/pyport.h 2008-06-11 02:41:16.000000000 -0500 ++++ pyport.h 2009-02-08 18:17:58.936872246 -0600 +@@ -449,11 +449,6 @@ + in platform-specific #ifdefs. + **************************************************************************/ + +-#ifdef SOLARIS +-/* Unchecked */ +-extern int gethostname(char *, int); +-#endif +- + #ifdef __BEOS__ + /* Unchecked */ + /* It's in the libs, but not the headers... - [cjh] */ Deleted: csw/mgar/pkg/python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:30:10 UTC (rev 3028) +++ csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -1,121 +0,0 @@ ---- Python-2.6.1/setup.py 2008-11-04 14:43:31.000000000 -0600 -+++ ./setup.py 2009-02-08 18:25:38.412651662 -0600 -@@ -129,7 +129,8 @@ - moddir = os.path.normpath(moddir) - - moddirlist = [moddir] -- incdirlist = ['./Include'] -+ incdirlist = ['/opt/csw/bdb44/include'] -+ incdirlist.append('./Include') - - # Platform-dependent module source and include directories - platform = self.get_platform() -@@ -309,9 +310,9 @@ - return sys.platform - - def detect_modules(self): -- # Ensure that /usr/local is always used -- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') -- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include') -+ # Ensure that /opt/csw is always used -+ add_dir_to_list(self.compiler.library_dirs, '/opt/csw/lib') -+ add_dir_to_list(self.compiler.include_dirs, '/opt/csw/include') - - # Add paths specified in the environment variables LDFLAGS and - # CPPFLAGS for header and library files. -@@ -739,52 +740,7 @@ - - # construct a list of paths to look for the header file in on - # top of the normal inc_dirs. -- db_inc_paths = [ -- '/usr/include/db4', -- '/usr/local/include/db4', -- '/opt/sfw/include/db4', -- '/usr/include/db3', -- '/usr/local/include/db3', -- '/opt/sfw/include/db3', -- # Fink defaults (http://fink.sourceforge.net/) -- '/sw/include/db4', -- '/sw/include/db3', -- ] -- # 4.x minor number specific paths -- for x in gen_db_minor_ver_nums(4): -- db_inc_paths.append('/usr/include/db4%d' % x) -- db_inc_paths.append('/usr/include/db4.%d' % x) -- db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x) -- db_inc_paths.append('/usr/local/include/db4%d' % x) -- db_inc_paths.append('/pkg/db-4.%d/include' % x) -- db_inc_paths.append('/opt/db-4.%d/include' % x) -- # MacPorts default (http://www.macports.org/) -- db_inc_paths.append('/opt/local/include/db4%d' % x) -- # 3.x minor number specific paths -- for x in gen_db_minor_ver_nums(3): -- db_inc_paths.append('/usr/include/db3%d' % x) -- db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x) -- db_inc_paths.append('/usr/local/include/db3%d' % x) -- db_inc_paths.append('/pkg/db-3.%d/include' % x) -- db_inc_paths.append('/opt/db-3.%d/include' % x) -- -- # Add some common subdirectories for Sleepycat DB to the list, -- # based on the standard include directories. This way DB3/4 gets -- # picked up when it is installed in a non-standard prefix and -- # the user has added that prefix into inc_dirs. -- std_variants = [] -- for dn in inc_dirs: -- std_variants.append(os.path.join(dn, 'db3')) -- std_variants.append(os.path.join(dn, 'db4')) -- for x in gen_db_minor_ver_nums(4): -- std_variants.append(os.path.join(dn, "db4%d"%x)) -- std_variants.append(os.path.join(dn, "db4.%d"%x)) -- for x in gen_db_minor_ver_nums(3): -- std_variants.append(os.path.join(dn, "db3%d"%x)) -- std_variants.append(os.path.join(dn, "db3.%d"%x)) -- -- db_inc_paths = std_variants + db_inc_paths -- db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)] -+ db_inc_paths = [ '/opt/csw/bdb44/include' ] - - db_ver_inc_map = {} - -@@ -988,7 +944,7 @@ - # we do not build this one. Otherwise this build will pick up - # the more recent berkeleydb's db.h file first in the include path - # when attempting to compile and it will fail. -- f = "/usr/include/db.h" -+ f = "/opt/csw/bdb44/include/db_185.h" - if os.path.exists(f) and not db_incs: - data = open(f).read() - m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) -@@ -1239,6 +1195,7 @@ - self.detect_ctypes(inc_dirs, lib_dirs) - - # Richard Oudkerk's multiprocessing module -+ - if platform == 'win32': # Windows - macros = dict() - libraries = ['ws2_32'] -@@ -1279,6 +1236,14 @@ - ) - libraries = [] - -+ elif platform == 'sunos5': -+ macros = dict( # Solaris -+ HAVE_SEM_OPEN=0, # Not implemented -+ HAVE_SEM_TIMEDWAIT=0, # Not implemented -+ HAVE_FD_TRANSFER=1, -+ ) -+ libraries = ['rt'] -+ - else: # Linux and other unices - macros = dict( - HAVE_SEM_OPEN=1, -@@ -1741,9 +1706,6 @@ - sources=['_ctypes/_ctypes_test.c']) - self.extensions.extend([ext, ext_test]) - -- if not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS"): -- return -- - if sys.platform == 'darwin': - # OS X 10.5 comes with libffi.dylib; the include files are - # in /usr/include/ffi Added: csw/mgar/pkg/python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/setup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,121 @@ +--- Python-2.6.1/setup.py 2008-11-04 14:43:31.000000000 -0600 ++++ ./setup.py 2009-02-08 18:25:38.412651662 -0600 +@@ -129,7 +129,8 @@ + moddir = os.path.normpath(moddir) + + moddirlist = [moddir] +- incdirlist = ['./Include'] ++ incdirlist = ['/opt/csw/bdb44/include'] ++ incdirlist.append('./Include') + + # Platform-dependent module source and include directories + platform = self.get_platform() +@@ -309,9 +310,9 @@ + return sys.platform + + def detect_modules(self): +- # Ensure that /usr/local is always used +- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') +- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include') ++ # Ensure that /opt/csw is always used ++ add_dir_to_list(self.compiler.library_dirs, '/opt/csw/lib') ++ add_dir_to_list(self.compiler.include_dirs, '/opt/csw/include') + + # Add paths specified in the environment variables LDFLAGS and + # CPPFLAGS for header and library files. +@@ -739,52 +740,7 @@ + + # construct a list of paths to look for the header file in on + # top of the normal inc_dirs. +- db_inc_paths = [ +- '/usr/include/db4', +- '/usr/local/include/db4', +- '/opt/sfw/include/db4', +- '/usr/include/db3', +- '/usr/local/include/db3', +- '/opt/sfw/include/db3', +- # Fink defaults (http://fink.sourceforge.net/) +- '/sw/include/db4', +- '/sw/include/db3', +- ] +- # 4.x minor number specific paths +- for x in gen_db_minor_ver_nums(4): +- db_inc_paths.append('/usr/include/db4%d' % x) +- db_inc_paths.append('/usr/include/db4.%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db4%d' % x) +- db_inc_paths.append('/pkg/db-4.%d/include' % x) +- db_inc_paths.append('/opt/db-4.%d/include' % x) +- # MacPorts default (http://www.macports.org/) +- db_inc_paths.append('/opt/local/include/db4%d' % x) +- # 3.x minor number specific paths +- for x in gen_db_minor_ver_nums(3): +- db_inc_paths.append('/usr/include/db3%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db3%d' % x) +- db_inc_paths.append('/pkg/db-3.%d/include' % x) +- db_inc_paths.append('/opt/db-3.%d/include' % x) +- +- # Add some common subdirectories for Sleepycat DB to the list, +- # based on the standard include directories. This way DB3/4 gets +- # picked up when it is installed in a non-standard prefix and +- # the user has added that prefix into inc_dirs. +- std_variants = [] +- for dn in inc_dirs: +- std_variants.append(os.path.join(dn, 'db3')) +- std_variants.append(os.path.join(dn, 'db4')) +- for x in gen_db_minor_ver_nums(4): +- std_variants.append(os.path.join(dn, "db4%d"%x)) +- std_variants.append(os.path.join(dn, "db4.%d"%x)) +- for x in gen_db_minor_ver_nums(3): +- std_variants.append(os.path.join(dn, "db3%d"%x)) +- std_variants.append(os.path.join(dn, "db3.%d"%x)) +- +- db_inc_paths = std_variants + db_inc_paths +- db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)] ++ db_inc_paths = [ '/opt/csw/bdb44/include' ] + + db_ver_inc_map = {} + +@@ -988,7 +944,7 @@ + # we do not build this one. Otherwise this build will pick up + # the more recent berkeleydb's db.h file first in the include path + # when attempting to compile and it will fail. +- f = "/usr/include/db.h" ++ f = "/opt/csw/bdb44/include/db_185.h" + if os.path.exists(f) and not db_incs: + data = open(f).read() + m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) +@@ -1239,6 +1195,7 @@ + self.detect_ctypes(inc_dirs, lib_dirs) + + # Richard Oudkerk's multiprocessing module ++ + if platform == 'win32': # Windows + macros = dict() + libraries = ['ws2_32'] +@@ -1279,6 +1236,14 @@ + ) + libraries = [] + ++ elif platform == 'sunos5': ++ macros = dict( # Solaris ++ HAVE_SEM_OPEN=0, # Not implemented ++ HAVE_SEM_TIMEDWAIT=0, # Not implemented ++ HAVE_FD_TRANSFER=1, ++ ) ++ libraries = ['rt'] ++ + else: # Linux and other unices + macros = dict( + HAVE_SEM_OPEN=1, +@@ -1741,9 +1706,6 @@ + sources=['_ctypes/_ctypes_test.c']) + self.extensions.extend([ext, ext_test]) + +- if not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS"): +- return +- + if sys.platform == 'darwin': + # OS X 10.5 comes with libffi.dylib; the include files are + # in /usr/include/ffi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:36:46 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:36:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3030] csw/mgar/pkg/vim/trunk Message-ID: Revision: 3030 http://gar.svn.sourceforge.net/gar/?rev=3030&view=rev Author: harpchad Date: 2009-02-09 17:36:46 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Convert to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/vim/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/vim/trunk/files/CSWvim.gspec csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 16:34:11 UTC (rev 3029) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 17:36:46 UTC (rev 3030) @@ -13,13 +13,18 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -MASTER_SITES += ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ +PACKAGES = CSWvim CSWvimrt +CATALOGNAME_CSWvim = vim +CATALOGNAME_CSWvimrt = vimrt +SPKG_DESC_CSWvim = Vi IMproved without GUI +SPKG_DESC_CSWvimrt = Vi IMproved runtime and documentation +ARCHALL_CSWvimrt = 1 + +MASTER_SITES = ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/extra/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/unix/ -DISTFILES = $(call admfiles,CSWvim,) -DISTFILES += $(call admfiles,CSWvimrt,) -DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz DISTFILES += vimrc Added: csw/mgar/pkg/vim/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/vim/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/vim/trunk/files/COPYING 2009-02-09 17:36:46 UTC (rev 3030) @@ -0,0 +1,78 @@ +VIM LICENSE + +I) There are no restrictions on distributing unmodified copies of Vim except + that they must include this license text. You can also distribute + unmodified parts of Vim, likewise unrestricted except that they must + include this license text. You are also allowed to include executables + that you made from the unmodified Vim sources, plus your own usage + examples and Vim scripts. + +II) It is allowed to distribute a modified (or extended) version of Vim, + including executables and/or source code, when the following four + conditions are met: + 1) This license text must be included unmodified. + 2) The modified Vim must be distributed in one of the following five ways: + a) If you make changes to Vim yourself, you must clearly describe in + the distribution how to contact you. When the maintainer asks you + (in any way) for a copy of the modified Vim you distributed, you + must make your changes, including source code, available to the + maintainer without fee. The maintainer reserves the right to + include your changes in the official version of Vim. What the + maintainer will do with your changes and under what license they + will be distributed is negotiable. If there has been no negotiation + then this license, or a later version, also applies to your changes. + The current maintainer is Bram Moolenaar . If this + changes it will be announced in appropriate places (most likely + vim.sf.net, www.vim.org and/or comp.editors). When it is completely + impossible to contact the maintainer, the obligation to send him + your changes ceases. Once the maintainer has confirmed that he has + received your changes they will not have to be sent again. + b) If you have received a modified Vim that was distributed as + mentioned under a) you are allowed to further distribute it + unmodified, as mentioned at I). If you make additional changes the + text under a) applies to those changes. + c) Provide all the changes, including source code, with every copy of + the modified Vim you distribute. This may be done in the form of a + context diff. You can choose what license to use for new code you + add. The changes and their license must not restrict others from + making their own changes to the official version of Vim. + d) When you have a modified Vim which includes changes as mentioned + under c), you can distribute it without the source code for the + changes if the following three conditions are met: + - The license that applies to the changes permits you to distribute + the changes to the Vim maintainer without fee or restriction, and + permits the Vim maintainer to include the changes in the official + version of Vim without fee or restriction. + - You keep the changes for at least three years after last + distributing the corresponding modified Vim. When the maintainer + or someone who you distributed the modified Vim to asks you (in + any way) for the changes within this period, you must make them + available to him. + - You clearly describe in the distribution how to contact you. This + contact information must remain valid for at least three years + after last distributing the corresponding modified Vim, or as long + as possible. + e) When the GNU General Public License (GPL) applies to the changes, + you can distribute the modified Vim under the GNU GPL version 2 or + any later version. + 3) A message must be added, at least in the output of the ":version" + command and in the intro screen, such that the user of the modified Vim + is able to see that it was modified. When distributing as mentioned + under 2)e) adding the message is only required for as far as this does + not conflict with the license used for the changes. + 4) The contact information as required under 2)a) and 2)d) must not be + removed or changed, except that the person himself can make + corrections. + +III) If you distribute a modified version of Vim, you are encouraged to use + the Vim license for your changes and make them available to the + maintainer, including the source code. The preferred way to do this is + by e-mail or by uploading the files to a server and e-mailing the URL. + If the number of changes is small (e.g., a modified Makefile) e-mailing a + context diff will do. The e-mail address to be used is + + +IV) It is not allowed to remove this license from the distribution of the Vim + sources, parts of it or from a modified version. You may use this + license for previous Vim releases instead of the license that they came + with, at your option. Deleted: csw/mgar/pkg/vim/trunk/files/CSWvim.gspec =================================================================== --- csw/mgar/pkg/vim/trunk/files/CSWvim.gspec 2009-02-09 16:34:11 UTC (rev 3029) +++ csw/mgar/pkg/vim/trunk/files/CSWvim.gspec 2009-02-09 17:36:46 UTC (rev 3030) @@ -1,13 +0,0 @@ -%var bitname vim -%var pkgname CSWvim -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. Deleted: csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec =================================================================== --- csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec 2009-02-09 16:34:11 UTC (rev 3029) +++ csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec 2009-02-09 17:36:46 UTC (rev 3030) @@ -1,15 +0,0 @@ -%var bitname vimrt -%var pkgname CSWvimrt -%var arch all -%include url file://%{PKGLIB}/csw_standard.gspec -%var desc vim shared runtime and documentation -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:39:07 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:39:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3031] csw/mgar/pkg/vim/trunk/Makefile Message-ID: Revision: 3031 http://gar.svn.sourceforge.net/gar/?rev=3031&view=rev Author: harpchad Date: 2009-02-09 17:39:07 +0000 (Mon, 09 Feb 2009) Log Message: ----------- vim does not include a seperate license file Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 17:36:46 UTC (rev 3030) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 17:39:07 UTC (rev 3031) @@ -30,6 +30,7 @@ DISTFILES += vimrc DISTFILES += vimrc.tiny DISTFILES += gvimrc +DISTFILES += COPYING PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:41:14 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:41:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3032] csw/mgar/pkg/vim/trunk/checksums Message-ID: Revision: 3032 http://gar.svn.sourceforge.net/gar/?rev=3032&view=rev Author: harpchad Date: 2009-02-09 17:41:13 +0000 (Mon, 09 Feb 2009) Log Message: ----------- checksum updates Modified Paths: -------------- csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-09 17:39:07 UTC (rev 3031) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-09 17:41:13 UTC (rev 3032) @@ -100,8 +100,6 @@ 15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 -59c166f15ad9e4db7aeef3ce7f6d89d9 download/CSWvim.gspec -c1ead6a1fa0f1a38b80689134cac8ca9 download/CSWvimrt.gspec 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff 279fa7473e3069991b420f327a6440ab download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz @@ -110,3 +108,4 @@ 06a31324121243e7eaf87b0df6c4941e download/vimrc 1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch +73612b6658c597ee478abf27a0a89ed5 download/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:48:29 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:48:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3033] csw/mgar/pkg/gvim/trunk Message-ID: Revision: 3033 http://gar.svn.sourceforge.net/gar/?rev=3033&view=rev Author: harpchad Date: 2009-02-09 17:48:29 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Convert to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile csw/mgar/pkg/gvim/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gvim/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 17:48:29 UTC (rev 3033) @@ -13,17 +13,18 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -#DEPENDS = utils/mktemp lib/ncurses +PACKAGES = CSWgvim +CATALOGNAME_CSWgvim = gvim MASTER_SITES += ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/extra/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/unix/ -DISTFILES = $(call admfiles,CSWgvim,) -DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz DISTFILES += gvim.desktop +DISTFILES += COPYING PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 17:48:29 UTC (rev 3033) @@ -101,9 +101,9 @@ 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff -3d2b62d6810417d562ed17aaada29868 download/CSWgvim.gspec 47396843634a6e3c05d4f5d6b4bf8a72 download/gvim.desktop 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch +73612b6658c597ee478abf27a0a89ed5 download/COPYING Added: csw/mgar/pkg/gvim/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/gvim/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/gvim/trunk/files/COPYING 2009-02-09 17:48:29 UTC (rev 3033) @@ -0,0 +1,78 @@ +VIM LICENSE + +I) There are no restrictions on distributing unmodified copies of Vim except + that they must include this license text. You can also distribute + unmodified parts of Vim, likewise unrestricted except that they must + include this license text. You are also allowed to include executables + that you made from the unmodified Vim sources, plus your own usage + examples and Vim scripts. + +II) It is allowed to distribute a modified (or extended) version of Vim, + including executables and/or source code, when the following four + conditions are met: + 1) This license text must be included unmodified. + 2) The modified Vim must be distributed in one of the following five ways: + a) If you make changes to Vim yourself, you must clearly describe in + the distribution how to contact you. When the maintainer asks you + (in any way) for a copy of the modified Vim you distributed, you + must make your changes, including source code, available to the + maintainer without fee. The maintainer reserves the right to + include your changes in the official version of Vim. What the + maintainer will do with your changes and under what license they + will be distributed is negotiable. If there has been no negotiation + then this license, or a later version, also applies to your changes. + The current maintainer is Bram Moolenaar . If this + changes it will be announced in appropriate places (most likely + vim.sf.net, www.vim.org and/or comp.editors). When it is completely + impossible to contact the maintainer, the obligation to send him + your changes ceases. Once the maintainer has confirmed that he has + received your changes they will not have to be sent again. + b) If you have received a modified Vim that was distributed as + mentioned under a) you are allowed to further distribute it + unmodified, as mentioned at I). If you make additional changes the + text under a) applies to those changes. + c) Provide all the changes, including source code, with every copy of + the modified Vim you distribute. This may be done in the form of a + context diff. You can choose what license to use for new code you + add. The changes and their license must not restrict others from + making their own changes to the official version of Vim. + d) When you have a modified Vim which includes changes as mentioned + under c), you can distribute it without the source code for the + changes if the following three conditions are met: + - The license that applies to the changes permits you to distribute + the changes to the Vim maintainer without fee or restriction, and + permits the Vim maintainer to include the changes in the official + version of Vim without fee or restriction. + - You keep the changes for at least three years after last + distributing the corresponding modified Vim. When the maintainer + or someone who you distributed the modified Vim to asks you (in + any way) for the changes within this period, you must make them + available to him. + - You clearly describe in the distribution how to contact you. This + contact information must remain valid for at least three years + after last distributing the corresponding modified Vim, or as long + as possible. + e) When the GNU General Public License (GPL) applies to the changes, + you can distribute the modified Vim under the GNU GPL version 2 or + any later version. + 3) A message must be added, at least in the output of the ":version" + command and in the intro screen, such that the user of the modified Vim + is able to see that it was modified. When distributing as mentioned + under 2)e) adding the message is only required for as far as this does + not conflict with the license used for the changes. + 4) The contact information as required under 2)a) and 2)d) must not be + removed or changed, except that the person himself can make + corrections. + +III) If you distribute a modified version of Vim, you are encouraged to use + the Vim license for your changes and make them available to the + maintainer, including the source code. The preferred way to do this is + by e-mail or by uploading the files to a server and e-mailing the URL. + If the number of changes is small (e.g., a modified Makefile) e-mailing a + context diff will do. The e-mail address to be used is + + +IV) It is not allowed to remove this license from the distribution of the Vim + sources, parts of it or from a modified version. You may use this + license for previous Vim releases instead of the license that they came + with, at your option. Deleted: csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec =================================================================== --- csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec 2009-02-09 17:48:29 UTC (rev 3033) @@ -1,13 +0,0 @@ -%var bitname gvim -%var pkgname CSWgvim -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bwalton at opencsw.org Mon Feb 9 20:18:23 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 09 Feb 2009 14:18:23 -0500 Subject: [csw-devel] dynamically generated adm scripts Message-ID: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> Hi All, I've mostly completed a feature for GAR that I thought I'd get some feedback on. While putting together one of my packages, I found the script to be quite nasty. It relies on version numbers of the package, etc (a maintenance annoyance). It struck me that it might be nice to have GAR generate this script automatically from a 'template' thus taking advantage of variables already available to the Makefile ($GARVERSION, etc). What I've put together allows for the definition of functions (possibly as extra include files) like this: define CSWpkgname_postinstall #!/bin/sh echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). for i in /tmp/*; do echo Found $$i in /tmp; done endef This seems to work, but has a few drawbacks. As with shell snippets in regular rules, shell variables must be 'escaped' with $$. Also, due to the way GNU Make handles the 'defined' variables, \n\n* is collapsed to \n and any leading \t's are squished. This makes the resulting script less human readable (although the form stored in GAR can be as readable as a normal script). I should note that this would be an additional method for handling scripts. It wouldn't alter the traditional method in any way. You can mix an match to taste. Are others interested in something like this? Also, I'm not sure how this would interact with classutils. I'm not familiar at all with the workings there, so pointers as to how this would interact in that area are welcome. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. From valholla at users.sourceforge.net Mon Feb 9 22:09:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 21:09:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3034] csw/mgar/pkg/python/trunk Message-ID: Revision: 3034 http://gar.svn.sourceforge.net/gar/?rev=3034&view=rev Author: valholla Date: 2009-02-09 21:09:22 +0000 (Mon, 09 Feb 2009) Log Message: ----------- convert to dynamic prototype and gspec Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/CSWPython.depend csw/mgar/pkg/python/trunk/files/CSWPython.gspec csw/mgar/pkg/python/trunk/files/CSWPython.prototype csw/mgar/pkg/python/trunk/files/CSWidle.depend csw/mgar/pkg/python/trunk/files/CSWidle.gspec csw/mgar/pkg/python/trunk/files/CSWidle.prototype csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-09 21:09:22 UTC (rev 3034) @@ -19,9 +19,6 @@ UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ DISTFILES = $(DISTNAME).tar.bz2 -DISTFILES += $(call admfiles,CSWPython,depend prototype) -DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) -DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -49,4 +46,22 @@ CONFIGURE_ARGS += --enable-unicode=ucs4 CONFIGURE_ARGS += --with-fpectl +PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.* +PKGFILES_CSWidle += $(bindir)/idle +PKGFILES_CSWpython_tk = $(libdir)/python2*/lib-tk/.* +PKGFILES_CSWpython_tk += $(libdir)/python2*/lib-dynload/*tkinter* + +REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext +REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWpython_tk = CSWpython CSWtcl CSWtk +REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk + +CATALOGNAME_CSWpython = python +CATALOGNAME_CSWpython_tk = python_tk +CATALOGNAME_CSWidle = idle + +SPKG_DESC_CSWpython = A high-level scripting language. +SPKG_DESC_CSWpython_tk = Python Tk Interface (TkInter) +SPKG_DESC_CSWidle = Python IDE + include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,13 +1,4 @@ e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 -1b8abe75212cd34d4a6655846aaf5818 download/CSWPython.gspec -b1c2b338ce77b8fb5123717292265323 download/CSWPython.depend -a046f951d37965bb11150deacc3f4cc0 download/CSWPython.prototype -05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec -4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend -adb3dcc8142aec569f6a67e2e06b5bc4 download/CSWpython-tk.prototype -94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec -d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend -f54c87ce7a8e3bf69020d5b8d9757bc2 download/CSWidle.prototype 42dd6523beb94a805d5764ae1276091c download/faqwiz.diff 33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff 5bc782aa89e5bc218ec154c68aa6801b download/modules.diff Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.depend 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/files/CSWPython.depend 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,8 +0,0 @@ -P CSWbdb44 berkeleydb44 - embedded database libraries and utilities -P CSWbzip2 bzip2 - a high-quality block-sorting file compressor -P CSWgdbm gdbm - GNU dbm -P CSWggettext ggettext - GNU gettext -P CSWncurses ncurses - ncurses library and utilities -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWreadline readline - library to enable interactive line editing -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.gspec 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/files/CSWPython.gspec 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,4 +0,0 @@ -%var bitname python -%var pkgname CSWpython -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.prototype 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/files/CSWPython.prototype 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,3734 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/python 0755 root bin -s none /opt/csw/bin/python-config=python2.6-config -f none /opt/csw/bin/2to3 0755 root bin -f none /opt/csw/bin/smtpd.py 0755 root bin -f none /opt/csw/bin/python2.6-config 0755 root bin -l none /opt/csw/bin/python2.6=python -f none /opt/csw/bin/pydoc 0755 root bin -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/python2.6 0755 root bin -f none /opt/csw/include/python2.6/pymacconfig.h 0644 root bin -f none /opt/csw/include/python2.6/py_curses.h 0644 root bin -f none /opt/csw/include/python2.6/traceback.h 0644 root bin -f none /opt/csw/include/python2.6/marshal.h 0644 root bin -f none /opt/csw/include/python2.6/errcode.h 0644 root bin -f none /opt/csw/include/python2.6/pyarena.h 0644 root bin -f none /opt/csw/include/python2.6/listobject.h 0644 root bin -f none /opt/csw/include/python2.6/descrobject.h 0644 root bin -f none /opt/csw/include/python2.6/abstract.h 0644 root bin -f none /opt/csw/include/python2.6/metagrammar.h 0644 root bin -f none /opt/csw/include/python2.6/bytes_methods.h 0644 root bin -f none /opt/csw/include/python2.6/bytearrayobject.h 0644 root bin -f none /opt/csw/include/python2.6/structmember.h 0644 root bin -f none /opt/csw/include/python2.6/longobject.h 0644 root bin -f none /opt/csw/include/python2.6/iterobject.h 0644 root bin -f none /opt/csw/include/python2.6/object.h 0644 root bin -f none /opt/csw/include/python2.6/grammar.h 0644 root bin -f none /opt/csw/include/python2.6/import.h 0644 root bin -f none /opt/csw/include/python2.6/enumobject.h 0644 root bin -f none /opt/csw/include/python2.6/objimpl.h 0644 root bin -f none /opt/csw/include/python2.6/symtable.h 0644 root bin -f none /opt/csw/include/python2.6/token.h 0644 root bin -f none /opt/csw/include/python2.6/pygetopt.h 0644 root bin -f none /opt/csw/include/python2.6/pgen.h 0644 root bin -f none /opt/csw/include/python2.6/pyerrors.h 0644 root bin -f none /opt/csw/include/python2.6/pystrcmp.h 0644 root bin -f none /opt/csw/include/python2.6/classobject.h 0644 root bin -f none /opt/csw/include/python2.6/sliceobject.h 0644 root bin -f none /opt/csw/include/python2.6/warnings.h 0644 root bin -f none /opt/csw/include/python2.6/pydebug.h 0644 root bin -f none /opt/csw/include/python2.6/pyconfig.h 0644 root bin -f none /opt/csw/include/python2.6/funcobject.h 0644 root bin -f none /opt/csw/include/python2.6/pymem.h 0644 root bin -f none /opt/csw/include/python2.6/Python.h 0644 root bin -f none /opt/csw/include/python2.6/asdl.h 0644 root bin -f none /opt/csw/include/python2.6/stringobject.h 0644 root bin -f none /opt/csw/include/python2.6/ast.h 0644 root bin -f none /opt/csw/include/python2.6/timefuncs.h 0644 root bin -f none /opt/csw/include/python2.6/pyfpe.h 0644 root bin -f none /opt/csw/include/python2.6/pythonrun.h 0644 root bin -f none /opt/csw/include/python2.6/intrcheck.h 0644 root bin -f none /opt/csw/include/python2.6/opcode.h 0644 root bin -f none /opt/csw/include/python2.6/rangeobject.h 0644 root bin -f none /opt/csw/include/python2.6/pymactoolbox.h 0644 root bin -f none /opt/csw/include/python2.6/cellobject.h 0644 root bin -f none /opt/csw/include/python2.6/tupleobject.h 0644 root bin -f none /opt/csw/include/python2.6/pymath.h 0644 root bin -f none /opt/csw/include/python2.6/cStringIO.h 0644 root bin -f none /opt/csw/include/python2.6/frameobject.h 0644 root bin -f none /opt/csw/include/python2.6/pythread.h 0644 root bin -f none /opt/csw/include/python2.6/node.h 0644 root bin -f none /opt/csw/include/python2.6/genobject.h 0644 root bin -f none /opt/csw/include/python2.6/pyport.h 0644 root bin -f none /opt/csw/include/python2.6/pystate.h 0644 root bin -f none /opt/csw/include/python2.6/bitset.h 0644 root bin -f none /opt/csw/include/python2.6/bytesobject.h 0644 root bin -f none /opt/csw/include/python2.6/ceval.h 0644 root bin -f none /opt/csw/include/python2.6/graminit.h 0644 root bin -f none /opt/csw/include/python2.6/eval.h 0644 root bin -f none /opt/csw/include/python2.6/bufferobject.h 0644 root bin -f none /opt/csw/include/python2.6/osdefs.h 0644 root bin -f none /opt/csw/include/python2.6/floatobject.h 0644 root bin -f none /opt/csw/include/python2.6/Python-ast.h 0644 root bin -f none /opt/csw/include/python2.6/methodobject.h 0644 root bin -f none /opt/csw/include/python2.6/datetime.h 0644 root bin -f none /opt/csw/include/python2.6/cobject.h 0644 root bin -f none /opt/csw/include/python2.6/intobject.h 0644 root bin -f none /opt/csw/include/python2.6/dictobject.h 0644 root bin -f none /opt/csw/include/python2.6/moduleobject.h 0644 root bin -f none /opt/csw/include/python2.6/unicodeobject.h 0644 root bin -f none /opt/csw/include/python2.6/pystrtod.h 0644 root bin -f none /opt/csw/include/python2.6/setobject.h 0644 root bin -f none /opt/csw/include/python2.6/complexobject.h 0644 root bin -f none /opt/csw/include/python2.6/sysmodule.h 0644 root bin -f none /opt/csw/include/python2.6/weakrefobject.h 0644 root bin -f none /opt/csw/include/python2.6/parsetok.h 0644 root bin -f none /opt/csw/include/python2.6/boolobject.h 0644 root bin -f none /opt/csw/include/python2.6/modsupport.h 0644 root bin -f none /opt/csw/include/python2.6/pgenheaders.h 0644 root bin -f none /opt/csw/include/python2.6/fileobject.h 0644 root bin -f none /opt/csw/include/python2.6/longintrepr.h 0644 root bin -f none /opt/csw/include/python2.6/codecs.h 0644 root bin -f none /opt/csw/include/python2.6/code.h 0644 root bin -f none /opt/csw/include/python2.6/patchlevel.h 0644 root bin -f none /opt/csw/include/python2.6/pyexpat.h 0644 root bin -f none /opt/csw/include/python2.6/compile.h 0644 root bin -f none /opt/csw/include/python2.6/structseq.h 0644 root bin -f none /opt/csw/include/python2.6/ucnhash.h 0644 root bin -d none /opt/csw/lib 0755 root bin -s none /opt/csw/lib/libpython2.6.so=libpython2.6.so.1.0 -d none /opt/csw/lib/python2.6 0755 root bin -f none /opt/csw/lib/python2.6/timeit.pyc 0644 root bin -f none /opt/csw/lib/python2.6/filecmp.pyc 0644 root bin -f none /opt/csw/lib/python2.6/abc.py 0644 root bin -f none /opt/csw/lib/python2.6/stat.pyo 0644 root bin -f none /opt/csw/lib/python2.6/_threading_local.pyc 0644 root bin -f none /opt/csw/lib/python2.6/random.py 0644 root bin -f none /opt/csw/lib/python2.6/SocketServer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/cookielib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/htmlentitydefs.py 0644 root bin -f none /opt/csw/lib/python2.6/_strptime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/xdrlib.py 0644 root bin -f none /opt/csw/lib/python2.6/Cookie.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plistlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/gettext.pyo 0644 root bin -f none /opt/csw/lib/python2.6/tarfile.py 0644 root bin -f none /opt/csw/lib/python2.6/pprint.pyo 0644 root bin -f none /opt/csw/lib/python2.6/audiodev.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mailcap.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref.egg-info 0644 root bin -f none /opt/csw/lib/python2.6/functools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/ntpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/this.pyo 0644 root bin -f none /opt/csw/lib/python2.6/stringprep.py 0644 root bin -f none /opt/csw/lib/python2.6/subprocess.py 0644 root bin -f none /opt/csw/lib/python2.6/statvfs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/linecache.pyo 0644 root bin -f none /opt/csw/lib/python2.6/mimetypes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/UserDict.pyc 0644 root bin -f none /opt/csw/lib/python2.6/BaseHTTPServer.pyo 0644 root bin -d none /opt/csw/lib/python2.6/compiler 0755 root bin -f none /opt/csw/lib/python2.6/compiler/future.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/misc.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/consts.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/visitor.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/ast.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pycodegen.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/misc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/syntax.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/transformer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/symbols.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/syntax.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/future.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/ast.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pyassem.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/future.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/visitor.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pycodegen.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/consts.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pycodegen.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/consts.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pyassem.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/visitor.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/misc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/symbols.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/syntax.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/transformer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/ast.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/symbols.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/transformer.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pyassem.pyo 0644 root bin -f none /opt/csw/lib/python2.6/repr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/copy.pyo 0644 root bin -f none /opt/csw/lib/python2.6/abc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/quopri.pyc 0644 root bin -f none /opt/csw/lib/python2.6/pipes.pyc 0644 root bin -f none /opt/csw/lib/python2.6/repr.py 0644 root bin -f none /opt/csw/lib/python2.6/chunk.py 0644 root bin -f none /opt/csw/lib/python2.6/markupbase.pyo 0644 root bin -f none /opt/csw/lib/python2.6/_abcoll.pyo 0644 root bin -f none /opt/csw/lib/python2.6/code.py 0644 root bin -f none /opt/csw/lib/python2.6/__phello__.foo.py 0644 root bin -f none /opt/csw/lib/python2.6/dis.pyo 0644 root bin -f none /opt/csw/lib/python2.6/StringIO.py 0644 root bin -f none /opt/csw/lib/python2.6/sha.pyo 0644 root bin -f none /opt/csw/lib/python2.6/new.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pydoc_topics.pyc 0644 root bin -f none /opt/csw/lib/python2.6/os2emxpath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/anydbm.py 0644 root bin -f none /opt/csw/lib/python2.6/DocXMLRPCServer.py 0644 root bin -f none /opt/csw/lib/python2.6/threading.pyc 0644 root bin -f none /opt/csw/lib/python2.6/anydbm.pyo 0644 root bin -d none /opt/csw/lib/python2.6/email 0755 root bin -f none /opt/csw/lib/python2.6/email/utils.py 0644 root bin -f none /opt/csw/lib/python2.6/email/iterators.py 0644 root bin -f none /opt/csw/lib/python2.6/email/parser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/charset.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/encoders.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/message.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/feedparser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/parser.py 0644 root bin -f none /opt/csw/lib/python2.6/email/feedparser.py 0644 root bin -f none /opt/csw/lib/python2.6/email/generator.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/quoprimime.py 0644 root bin -f none /opt/csw/lib/python2.6/email/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/utils.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/quoprimime.pyo 0644 root bin -d none /opt/csw/lib/python2.6/email/mime 0755 root bin -f none /opt/csw/lib/python2.6/email/mime/image.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/audio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/message.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/message.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/base.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/multipart.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/text.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/application.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/base.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/image.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/audio.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/nonmultipart.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/text.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/message.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/audio.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/image.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/multipart.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/application.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/text.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/base.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/application.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/multipart.py 0644 root bin -f none /opt/csw/lib/python2.6/email/charset.py 0644 root bin -f none /opt/csw/lib/python2.6/email/header.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/base64mime.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/errors.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/_parseaddr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/generator.py 0644 root bin -f none /opt/csw/lib/python2.6/email/header.py 0644 root bin -f none /opt/csw/lib/python2.6/email/iterators.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/__init__.py 0644 root bin -d none /opt/csw/lib/python2.6/email/test 0755 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_torture.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email.pyo 0644 root bin -d none /opt/csw/lib/python2.6/email/test/data 0755 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_04.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_03.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_36.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/audiotest.au 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_31.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_43.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_38.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_44.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_29.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_20.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_27.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_12.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_15.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_39.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/PyBanner048.gif 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_42.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_30.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_37.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_02.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_05.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_14.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_13.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_26.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_21.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_12a.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_28.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_19.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_10.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_17.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_22.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_25.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_41.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_34.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_33.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_06.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_01.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_08.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_24.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_23.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_16.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_11.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_18.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_09.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_07.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_32.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_35.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_40.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_renamed.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs.py 0644 root bin -f none /opt/csw/lib/python2.6/email/parser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/charset.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/_parseaddr.py 0644 root bin -f none /opt/csw/lib/python2.6/email/encoders.py 0644 root bin -f none /opt/csw/lib/python2.6/email/encoders.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/message.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/feedparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/quoprimime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/message.py 0644 root bin -f none /opt/csw/lib/python2.6/email/utils.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/generator.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/errors.py 0644 root bin -f none /opt/csw/lib/python2.6/email/errors.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/header.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/base64mime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/base64mime.py 0644 root bin -f none /opt/csw/lib/python2.6/email/_parseaddr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/iterators.pyo 0644 root bin -f none /opt/csw/lib/python2.6/textwrap.py 0644 root bin -f none /opt/csw/lib/python2.6/toaiff.pyo 0644 root bin -f none /opt/csw/lib/python2.6/imaplib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/htmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/Queue.py 0644 root bin -f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mhlib.py 0644 root bin -f none /opt/csw/lib/python2.6/csv.py 0644 root bin -f none /opt/csw/lib/python2.6/platform.py 0755 root bin -f none /opt/csw/lib/python2.6/uuid.py 0644 root bin -f none /opt/csw/lib/python2.6/atexit.pyo 0644 root bin -f none /opt/csw/lib/python2.6/inspect.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sets.pyc 0644 root bin -f none /opt/csw/lib/python2.6/Queue.pyo 0644 root bin -f none /opt/csw/lib/python2.6/bisect.pyo 0644 root bin -f none /opt/csw/lib/python2.6/dummy_thread.pyo 0644 root bin -f none /opt/csw/lib/python2.6/nturl2path.py 0644 root bin -f none /opt/csw/lib/python2.6/webbrowser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pickletools.py 0644 root bin -f none /opt/csw/lib/python2.6/SimpleHTTPServer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/quopri.py 0755 root bin -f none /opt/csw/lib/python2.6/weakref.pyo 0644 root bin -f none /opt/csw/lib/python2.6/asynchat.pyc 0644 root bin -f none /opt/csw/lib/python2.6/subprocess.pyo 0644 root bin -f none /opt/csw/lib/python2.6/commands.pyc 0644 root bin -f none /opt/csw/lib/python2.6/tabnanny.pyc 0644 root bin -f none /opt/csw/lib/python2.6/ast.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pipes.py 0644 root bin -f none /opt/csw/lib/python2.6/rfc822.pyc 0644 root bin -f none /opt/csw/lib/python2.6/codecs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/commands.py 0644 root bin -f none /opt/csw/lib/python2.6/hashlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pickletools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/stringprep.pyo 0644 root bin -f none /opt/csw/lib/python2.6/StringIO.pyo 0644 root bin -f none /opt/csw/lib/python2.6/optparse.pyc 0644 root bin -f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.py 0644 root bin -f none /opt/csw/lib/python2.6/io.pyo 0644 root bin -f none /opt/csw/lib/python2.6/getopt.pyo 0644 root bin -f none /opt/csw/lib/python2.6/string.py 0644 root bin -f none /opt/csw/lib/python2.6/CGIHTTPServer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/re.py 0644 root bin -f none /opt/csw/lib/python2.6/multifile.py 0644 root bin -f none /opt/csw/lib/python2.6/asynchat.py 0644 root bin -f none /opt/csw/lib/python2.6/chunk.pyo 0644 root bin -f none /opt/csw/lib/python2.6/sched.pyo 0644 root bin -f none /opt/csw/lib/python2.6/sgmllib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/poplib.py 0644 root bin -f none /opt/csw/lib/python2.6/aifc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/MimeWriter.pyo 0644 root bin -f none /opt/csw/lib/python2.6/this.py 0644 root bin -f none /opt/csw/lib/python2.6/ConfigParser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/urllib2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/md5.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mutex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sunaudio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/_LWPCookieJar.py 0644 root bin -f none /opt/csw/lib/python2.6/unittest.pyo 0644 root bin -d none /opt/csw/lib/python2.6/logging 0755 root bin -f none /opt/csw/lib/python2.6/logging/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/logging/handlers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/logging/handlers.py 0644 root bin -f none /opt/csw/lib/python2.6/logging/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/logging/config.pyo 0644 root bin -f none /opt/csw/lib/python2.6/logging/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/logging/handlers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/logging/config.pyc 0644 root bin -f none /opt/csw/lib/python2.6/logging/config.py 0644 root bin -f none /opt/csw/lib/python2.6/difflib.py 0644 root bin -f none /opt/csw/lib/python2.6/ftplib.py 0644 root bin -f none /opt/csw/lib/python2.6/UserString.pyo 0644 root bin -d none /opt/csw/lib/python2.6/site-packages 0755 root bin -f none /opt/csw/lib/python2.6/site-packages/README 0644 root bin -f none /opt/csw/lib/python2.6/collections.pyc 0644 root bin -f none /opt/csw/lib/python2.6/cgitb.pyo 0644 root bin -f none /opt/csw/lib/python2.6/symtable.py 0644 root bin -f none /opt/csw/lib/python2.6/nturl2path.pyc 0644 root bin -f none /opt/csw/lib/python2.6/re.pyo 0644 root bin -f none /opt/csw/lib/python2.6/types.pyo 0644 root bin -f none /opt/csw/lib/python2.6/runpy.pyo 0644 root bin -f none /opt/csw/lib/python2.6/cookielib.py 0644 root bin -f none /opt/csw/lib/python2.6/tarfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/traceback.py 0644 root bin -f none /opt/csw/lib/python2.6/optparse.py 0644 root bin -f none /opt/csw/lib/python2.6/tokenize.pyc 0644 root bin -f none /opt/csw/lib/python2.6/multifile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/uu.pyo 0644 root bin -f none /opt/csw/lib/python2.6/SimpleHTTPServer.py 0644 root bin -f none /opt/csw/lib/python2.6/posixfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/smtplib.pyc 0644 root bin -d none /opt/csw/lib/python2.6/plat-sunos5 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/regen 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/IN.py 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.py 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyc 0644 root bin -f none /opt/csw/lib/python2.6/_strptime.py 0644 root bin -f none /opt/csw/lib/python2.6/stringold.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mimify.py 0755 root bin -f none /opt/csw/lib/python2.6/modulefinder.py 0644 root bin -f none /opt/csw/lib/python2.6/webbrowser.py 0644 root bin -f none /opt/csw/lib/python2.6/HTMLParser.py 0644 root bin -f none /opt/csw/lib/python2.6/gettext.py 0644 root bin -f none /opt/csw/lib/python2.6/doctest.pyc 0644 root bin -f none /opt/csw/lib/python2.6/string.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compileall.py 0644 root bin -f none /opt/csw/lib/python2.6/struct.pyo 0644 root bin -f none /opt/csw/lib/python2.6/zipfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/contextlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/ihooks.pyo 0644 root bin -f none /opt/csw/lib/python2.6/nntplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/heapq.py 0644 root bin -f none /opt/csw/lib/python2.6/pdb.pyc 0644 root bin -f none /opt/csw/lib/python2.6/shutil.pyc 0644 root bin -f none /opt/csw/lib/python2.6/rexec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/htmlentitydefs.pyc 0644 root bin -d none /opt/csw/lib/python2.6/wsgiref 0755 root bin -f none /opt/csw/lib/python2.6/wsgiref/headers.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/headers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/validate.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/validate.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/handlers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/util.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/simple_server.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/headers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/validate.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/util.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/handlers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/handlers.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/util.py 0644 root bin -f none /opt/csw/lib/python2.6/sgmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/mimetools.py 0644 root bin -f none /opt/csw/lib/python2.6/ssl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/rfc822.py 0644 root bin -f none /opt/csw/lib/python2.6/rlcompleter.pyc 0644 root bin -f none /opt/csw/lib/python2.6/copy_reg.pyo 0644 root bin -f none /opt/csw/lib/python2.6/numbers.py 0644 root bin -f none /opt/csw/lib/python2.6/uuid.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sunau.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sched.py 0644 root bin -f none /opt/csw/lib/python2.6/pydoc_topics.py 0644 root bin -f none /opt/csw/lib/python2.6/sha.py 0644 root bin -f none /opt/csw/lib/python2.6/decimal.py 0644 root bin -f none /opt/csw/lib/python2.6/user.pyc 0644 root bin -f none /opt/csw/lib/python2.6/trace.py 0644 root bin -f none /opt/csw/lib/python2.6/ihooks.py 0644 root bin -f none /opt/csw/lib/python2.6/dbhash.pyc 0644 root bin -f none /opt/csw/lib/python2.6/xdrlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/urlparse.py 0644 root bin -f none /opt/csw/lib/python2.6/difflib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/getpass.py 0644 root bin -f none /opt/csw/lib/python2.6/shelve.pyc 0644 root bin -f none /opt/csw/lib/python2.6/tty.py 0644 root bin -f none /opt/csw/lib/python2.6/macpath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/robotparser.pyo 0644 root bin -d none /opt/csw/lib/python2.6/test 0755 root bin -f none /opt/csw/lib/python2.6/test/test_array.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cprofile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkg.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binascii.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_symtable.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urlparse.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_errno.py 0755 root bin -f none /opt/csw/lib/python2.6/test/seq_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test__locale.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shutil.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_normalization.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/buffer_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sgmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dircache.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cd.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_dircache.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgimport.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imageop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_startfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xpickle.py 0644 root bin -f none /opt/csw/lib/python2.6/test/seq_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/curses_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strptime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_struct.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/wrongcert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_anydbm.py 0644 root bin -f none /opt/csw/lib/python2.6/test/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scope.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scriptpackages.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hash.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading_local.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_builtin.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy_reg.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_colorsys.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_logging.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/floating_points.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_collections.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gettext.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_string.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_module.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binop.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_memoryio.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test___future__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgimport.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_glob.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sha.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_string.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multifile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutex.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cd.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tcl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutants.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_textwrap.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_colorsys.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mailbox.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_frozen.py 0644 root bin -f none /opt/csw/lib/python2.6/test/https_svn_python_org_root.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/sgml_input.html 0644 root bin -f none /opt/csw/lib/python2.6/test/test_platform.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gl.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_fileio.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dis.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gdbm.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_quopri.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sha.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_new.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_distutils.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_os.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userlist.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile64.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_select.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_site.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_class.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_signal.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_al.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gzip.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/badkey.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_timeout.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookie.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pty.py 0644 root bin -f none /opt/csw/lib/python2.6/test/xmltests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_genericpath.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xdrlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicodedata.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_complex_args.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_difflib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_random.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bastion.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decimal.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_itertools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_posix.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_capi.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_logging.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_whichdb.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cpickle.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_defaultdict.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wave.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/profilee.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/nullcert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future3.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_queue.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ast.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threaded_import.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dict.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pwd.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/cfgparser.1 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ucn.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fnmatch.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pipes.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_generators.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_calendar.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkg.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iterlen.py 0644 root bin -f none /opt/csw/lib/python2.6/test/double_const.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future1.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgutil.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tempfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_startfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_old_mailbox.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bufio.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_array.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_asyncore.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decorators.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future4.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_math.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_int.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_select.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_difflib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadsignals.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wait3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cprofile.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_getopt.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/ieee754.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/bad_coding.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imgfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_genericpath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_robotparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_distutils.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_htmllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_queue.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllibnet.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_functools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_code.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dbm.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_math.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_io.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_md5.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/re_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_rfc822.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future3.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wait4.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_float.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future_builtins.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookielib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy_reg.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_warnings.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_rfc822.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pow.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_atexit.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sys.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/regrtest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bisect.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_str.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iter.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long_future.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hmac.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep352.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abstract_numbers.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydoc_mod.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2net.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_time.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_MimeWriter.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_transformer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ioctl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future1.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigaddrspace.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetypes.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/tokenize_tests.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_anydbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_nis.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_curses.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_format.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scope.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_htmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_extcall.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/relimport.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exceptions.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest4.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading_local.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_json.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_quopri.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uuid.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_enumerate.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xml_etree_c.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/ssl_key.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ioctl.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_types.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fpformat.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_httplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email_renamed.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_time.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep292.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_httpservers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_poplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydocfodder.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sqlite.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_winreg.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_importhooks.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/infinite_reload.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_popen.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_hk.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structmembers.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest3.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_lib2to3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gdbm.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_sqlite.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tuple.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_operator.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_opcodes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/sortperf.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/testcodec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_applesingle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abstract_numbers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bastion.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_syntax.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tarfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userdict.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pprint.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep247.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_types.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_runpy.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_complex_args.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/tf_inherit_check.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_with.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wsgiref.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_coding.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_augassign.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ntpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userlist.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_slice.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/pystone.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fork1.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macostools.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_py3kwarn.py 0644 root bin -f none /opt/csw/lib/python2.6/test/testall.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigmem.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_warnings.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_runpy.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_telnetlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pwd.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dumbdbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ftplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydocfodder.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/autotest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ssl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_netrc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structseq.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_set.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_genexps.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_collections.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_deque.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line_script.py 0644 root bin -f none /opt/csw/lib/python2.6/test/mapping_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/pickletester.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future5.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scriptpackages.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_nis.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/cmath_testcases.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/pyclbr_input.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_weakref.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cfgparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exception_variations.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_json.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_netrc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/threaded_import_hangers.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_kqueue.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imageop.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_typechecks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tarfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/doctest_aliases.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multifile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_transformer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fractions.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/pickletester.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_frozen.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_telnetlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_traceback.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_winsound.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_support.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookielib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shlex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_contextlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_posixpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tokenize.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_glob.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_subprocess.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_longexp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb185.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sgmllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_normalization.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pstats.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_call.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_minidom.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllibnet.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_modulefinder.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structseq.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fcntl.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile64.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binhex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ctypes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xml_etree.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unittest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_int_literal.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email_codecs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_stringprep.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strftime.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_generators.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_trace.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_extcall.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_syntax.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/keycert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hmac.py 0644 root bin -f none /opt/csw/lib/python2.6/test/curses_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grammar.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_file.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/time_hashlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ftplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_audioop.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_aepack.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fileinput.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_poll.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/sample_doctest.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test.xml.out 0644 root bin -f none /opt/csw/lib/python2.6/test/test_winreg.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xrange.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_funcattrs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_epoll.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_httplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_io.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_poplib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test.xml 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codeccallbacks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grp.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_minidom.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_htmlparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_importhooks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_parser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_socketserver.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pickle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_al.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_imaplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tuple.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2_localnet.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decorators.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_traceback.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_operator.py 0644 root bin -f none /opt/csw/lib/python2.6/test/list_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/README 0644 root bin -f none /opt/csw/lib/python2.6/test/test_list.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmlrpc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bisect.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_opcodes.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_modulefinder.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sunaudiodev.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xpickle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_marshal.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetools.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_smtplib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_softspace.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_marshal.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_csv.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep247.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/empty.vbs 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shutil.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_base64.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sets.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cfgparser.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_jp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imp.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd.pyc 0644 root bin -d none /opt/csw/lib/python2.6/test/decimaltestdata 0755 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqLogB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/rounding.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotal.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/rescale.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainderNear.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dsBase.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddQuantize.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/minmag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/powersqrt.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/randoms.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMax.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivide.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopy.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqEncode.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/and.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/exp.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSubtract.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqBase.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/remainderNear.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/inexact.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqClass.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/testall.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotal.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddXor.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/clamp.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/minus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyNegate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/scaleb.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/squareroot.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextToward.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/reduce.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/max.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqOr.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copyabs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/divide.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopy.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copysign.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddLogB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotmag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegral.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqShift.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/samequantum.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/or.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddInvert.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainder.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddToIntegral.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMultiply.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/quantize.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSameQuantum.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRotate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/xor.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopySign.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMin.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dsEncode.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAdd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareSig.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddFMA.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqReduce.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqScaleB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/decQuad.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddBase.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/abs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAnd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/compare.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivideInt.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMaxMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCanonical.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/divideint.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMax.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/maxmag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/fma.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/invert.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotalMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMultiply.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/class.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/rotate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompare.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/logb.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/randomBound32.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopySign.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqToIntegral.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/decSingle.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotal.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copynegate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSameQuantum.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/nexttoward.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/subtract.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ln.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/base.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqXor.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/nextminus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/min.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/nextplus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegralx.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareSig.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/add.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/extra.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivide.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddShift.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddEncode.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqInvert.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainderNear.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/remainder.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRotate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddClass.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copy.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddReduce.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/plus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddScaleB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSubtract.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMaxMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotalMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqQuantize.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAnd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/shift.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/multiply.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/log10.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainder.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddOr.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqFMA.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/decDouble.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAdd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivideInt.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMin.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompare.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCanonical.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyNegate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/power.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextToward.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compiler.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_thread.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadsignals.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grp.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_undocumented_details.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_socket.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_resource.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bufio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cgi.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/doctest_aliases.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_peepholer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipimport.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_site.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_memoryio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binascii.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_lib2to3.py 0644 root bin -f none /opt/csw/lib/python2.6/test/warning_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_kqueue.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_random.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exception_variations.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email_renamed.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/regex_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_plistlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xml_etree.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strptime.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_largefile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode_file.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hotshot.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_eof.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/badsyntax_future9.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_socket.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_openpty.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_print.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sets.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_popen2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_re.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macpath.py 0644 root bin -f none /opt/csw/lib/python2.6/test/outstanding_bugs.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_audioop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_print.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_filecmp.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dummy_threading.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_jp.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codeccallbacks.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_enumerate.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_index.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_csv.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_builtin.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profilehooks.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_heapq.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_asyncore.py 0644 root bin -f none /opt/csw/lib/python2.6/test/audiotest.au 0644 root bin -f none /opt/csw/lib/python2.6/test/test_filecmp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_contextlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sunaudiodev.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_errno.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future5.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_support.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_global.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bz2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/bad_coding2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pyclbr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_index.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test__locale.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/sample_doctest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_property.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/randv3.pck 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gettext.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grammar.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pydoc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sax.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_largefile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep352.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_contains.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_univnewlines.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descrtut.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_py3kwarn.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test___future__.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_with.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macos.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pickletools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecs.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pty.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structmembers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_MimeWriter.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_weakref.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/profilee.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iterlen.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_locale.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pyexpat.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_openpty.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_base64.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_datetime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tokenize.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binhex.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_hashlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codeop.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigaddrspace.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/autotest.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line_script.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_complex.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep277.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shelve.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sort.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compare.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_import.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unpack.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ctypes.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_calendar.py 0644 root bin -f none /opt/csw/lib/python2.6/test/string_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/string_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macostools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future4.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_locale.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bytes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_richcmp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multiprocessing.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bool.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/check_soundcard.vbs 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exceptions.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decimal.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_str.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fcntl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compiler.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/badsyntax_future8.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_property.py 0644 root bin -f none /opt/csw/lib/python2.6/test/fork_wait.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xdrlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/xmltests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userdict.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_optparse.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_StringIO.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mhlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/reperf.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmath.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_wave.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_coercion.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep263.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test___all__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mmap.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_repr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imaplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_isinstance.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_crypt.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_buffer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/relimport.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_inspect.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/mapping_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_sundry.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userstring.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/tf_inherit_check.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_resource.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_typechecks.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uu.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_commands.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tempfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/infinite_reload.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_asynchat.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unary.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_textwrap.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_augassign.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutants.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tcl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_format.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_colorsys.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_repr.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pprint.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pyexpat.py 0644 root bin -f none /opt/csw/lib/python2.6/test/sortperf.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookie.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mailbox.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fileio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dis.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_code.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_platform.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sha.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gdbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_logging.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_builtin.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_module.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadedtempfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_longexp.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test___future__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/pyclbr_input.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_string.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_glob.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cd.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_robotparser.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigmem.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multifile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pstats.py 0644 root bin -f none /opt/csw/lib/python2.6/test/cjkencodings_test.py 0644 root bin -f none /opt/csw/lib/python2.6/test/double_const.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strptime.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_functools.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_struct.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_md5.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hash.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading_local.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tcl.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cprofile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_array.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_symtable.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sys.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urlparse.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long_future.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_defaultdict.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_normalization.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shutil.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/seq_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/buffer_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imageop.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dircache.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgimport.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cpickle.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binop.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/randv2_64.pck 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode_file.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkg.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_global.py 0644 root bin -f none /opt/csw/lib/python2.6/test/double_const.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future_builtins.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgutil.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ssl.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_startfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tempfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipimport.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_thread.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decorators.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_asyncore.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future4.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_int.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mmap.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cpickle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_defaultdict.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_whichdb.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmlrpc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wave.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/profilee.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_popen2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_queue.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dict.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threaded_import.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ast.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pwd.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pipes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ucn.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fnmatch.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hashlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_calendar.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_generators.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_peepholer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicodedata.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uuid.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dbm.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_pydoc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decimal.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bastion.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_posix.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_itertools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_plistlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wait3.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_capi.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_os.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_new.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile64.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest.py 0644 root bin -f none /opt/csw/lib/python2.6/test/testimgr.uue 0644 root bin -f none /opt/csw/lib/python2.6/test/test_site.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descrtut.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shlex.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_signal.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_class.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicodedata.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_al.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookie.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_timeout.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_coding.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gzip.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/xmltests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/randv2_32.pck 0644 root bin -f none /opt/csw/lib/python2.6/test/test_subprocess.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_stringprep.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_transformer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getopt.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future1.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ioctl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetypes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_buffer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_anydbm.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_curses.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ast.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strftime.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_urlparse.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_format.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_extcall.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/list_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scope.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_aepack.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_pow.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/regrtest.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sys.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_atexit.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/testcodec.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uu.py 0644 root bin -f none /opt/csw/lib/python2.6/test/badcert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_str.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bisect.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long_future.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iter.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/regrtest.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_zlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strop.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hmac.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep352.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profilehooks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydoc_mod.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2net.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/badsyntax_nocaret.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_math.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/re_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_md5.pyc 0644 root bin @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 22:55:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 21:55:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3035] csw/mgar/pkg/python/trunk/Makefile Message-ID: Revision: 3035 http://gar.svn.sourceforge.net/gar/?rev=3035&view=rev Author: valholla Date: 2009-02-09 21:55:59 +0000 (Mon, 09 Feb 2009) Log Message: ----------- fixed typo in Makefile for CSWpython-tk Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-09 21:09:22 UTC (rev 3034) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-09 21:55:59 UTC (rev 3035) @@ -1,6 +1,7 @@ GARNAME = Python GARVERSION = 2.6.1 CATEGORIES = lang +PACKAGES = CSWpython CSWpython-tk CSWidle SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) @@ -31,7 +32,6 @@ PATCHFILES += pyport.diff PATCHFILES += setup.diff - # Test for sunaudiodev fails. SKIPTEST = 1 @@ -48,20 +48,20 @@ PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.* PKGFILES_CSWidle += $(bindir)/idle -PKGFILES_CSWpython_tk = $(libdir)/python2*/lib-tk/.* -PKGFILES_CSWpython_tk += $(libdir)/python2*/lib-dynload/*tkinter* +PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* +PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib -REQUIRED_PKGS_CSWpython_tk = CSWpython CSWtcl CSWtk +REQUIRED_PKGS_CSWpython-tk = CSWpython CSWtcl CSWtk REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk CATALOGNAME_CSWpython = python -CATALOGNAME_CSWpython_tk = python_tk +CATALOGNAME_CSWpython-tk = python_tk CATALOGNAME_CSWidle = idle SPKG_DESC_CSWpython = A high-level scripting language. -SPKG_DESC_CSWpython_tk = Python Tk Interface (TkInter) +SPKG_DESC_CSWpython-tk = Python Tk Interface (TkInter) SPKG_DESC_CSWidle = Python IDE include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 23:10:37 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:10:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3036] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3036 http://gar.svn.sourceforge.net/gar/?rev=3036&view=rev Author: harpchad Date: 2009-02-09 22:10:37 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Remove 64-bit binaries Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-09 21:55:59 UTC (rev 3035) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-09 22:10:37 UTC (rev 3036) @@ -39,6 +39,7 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz BUILD64 = 1 +NO_ISAEXEC = 1 REQUIRED_PKGS_CSWggettext = CSWiconv CSWexpat CSWncurses @@ -50,6 +51,7 @@ #provided by iconv MERGE_EXCLUDE_FILES = .*/charset.alias MERGE_EXCLUDE_FILES += .*/iconv.m4 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 23:15:36 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:15:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3037] csw/mgar/pkg/otr/trunk/Makefile Message-ID: Revision: 3037 http://gar.svn.sourceforge.net/gar/?rev=3037&view=rev Author: harpchad Date: 2009-02-09 22:15:36 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Remove 64-bit binaries Modified Paths: -------------- csw/mgar/pkg/otr/trunk/Makefile Modified: csw/mgar/pkg/otr/trunk/Makefile =================================================================== --- csw/mgar/pkg/otr/trunk/Makefile 2009-02-09 22:10:37 UTC (rev 3036) +++ csw/mgar/pkg/otr/trunk/Makefile 2009-02-09 22:15:36 UTC (rev 3037) @@ -19,7 +19,10 @@ CONFIGURE_ARGS = $(DIRPATHS) BUILD64 = 1 +NO_ISAEXEC = 1 +MERGE_EXCLUDE_FILES = /opt/csw/bin/$(ISA)/.* + REQUIRED_PKGS_CSWotr = CSWgcrypt CSWgpgerr REQUIRED_PKGS_CSWotrdevel = CSWCSWotr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dam at opencsw.org Mon Feb 9 23:16:36 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 9 Feb 2009 23:16:36 +0100 Subject: [csw-devel] dynamically generated adm scripts In-Reply-To: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> References: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> Message-ID: Hi Ben, Am 09.02.2009 um 20:18 schrieb Ben Walton: > I've mostly completed a feature for GAR that I thought I'd get some > feedback on. While putting together one of my packages, I found the > script to be quite nasty. It relies on version numbers of the > package, etc (a maintenance annoyance). It struck me that it might be > nice to have GAR generate this script automatically from a 'template' > thus taking advantage of variables already available to the Makefile > ($GARVERSION, etc). > > What I've put together allows for the definition of functions > (possibly > as extra include files) like this: > > define CSWpkgname_postinstall > #!/bin/sh > > echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). > > for i in /tmp/*; do > echo Found $$i in /tmp; > done > endef > > This seems to work, but has a few drawbacks. As with shell snippets > in regular rules, shell variables must be 'escaped' with $$. Also, > due to the way GNU Make handles the 'defined' variables, \n\n* is > collapsed to \n and any leading \t's are squished. This makes the > resulting script less human readable (although the form stored in GAR > can be as readable as a normal script). > > I should note that this would be an additional method for handling > scripts. It wouldn't alter the traditional method in any way. You > can mix an match to taste. > > Are others interested in something like this? > > Also, I'm not sure how this would interact with classutils. I'm not > familiar at all with the workings there, so pointers as to how this > would interact in that area are welcome. This is definitely useful! It would be nice though to have a more verbatim-type of definition... Best regards -- Dago From dmichelsen at users.sourceforge.net Mon Feb 9 23:39:39 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:39:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3038] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3038 http://gar.svn.sourceforge.net/gar/?rev=3038&view=rev Author: dmichelsen Date: 2009-02-09 22:39:39 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: Never use ISAEXEC on *-config Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-09 22:15:36 UTC (rev 3037) +++ csw/mgar/gar/v2/gar.mk 2009-02-09 22:39:39 UTC (rev 3038) @@ -491,8 +491,9 @@ # These directories get relocated into their ISA subdirectories MERGE_DIRS ?= $(MERGE_DIRS_$(MODULATION)) -# These files get relocated and will be replaced by the isaexec-wrapper -_ISAEXEC_FILES = $(filter-out $(foreach F,$(ISAEXEC_EXCLUDE_FILES),$(PKGROOT)$(F)), \ +# The files in ISAEXEC get relocated and will be replaced by the isaexec-wrapper +_ISAEXEC_EXCLUDE_FILES = $(bindir)/%-config $(bindir)/%/%-config +_ISAEXEC_FILES = $(filter-out $(foreach F,$(_ISAEXEC_EXCLUDE_FILES) $(ISAEXEC_EXCLUDE_FILES),$(PKGROOT)$(F)), \ $(wildcard $(foreach D,$(ISAEXEC_DIRS),$(PKGROOT)$(D)/* )) \ ) ISAEXEC_FILES ?= $(if $(_ISAEXEC_FILES),$(patsubst $(PKGROOT)%,%, \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 9 23:40:43 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:40:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3039] csw/mgar/gar/v2/bin/pathfilter Message-ID: Revision: 3039 http://gar.svn.sourceforge.net/gar/?rev=3039&view=rev Author: dmichelsen Date: 2009-02-09 22:40:43 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: Don't exclude directories on pathfilter Modified Paths: -------------- csw/mgar/gar/v2/bin/pathfilter Modified: csw/mgar/gar/v2/bin/pathfilter =================================================================== --- csw/mgar/gar/v2/bin/pathfilter 2009-02-09 22:39:39 UTC (rev 3038) +++ csw/mgar/gar/v2/bin/pathfilter 2009-02-09 22:40:43 UTC (rev 3039) @@ -1,6 +1,14 @@ #!/bin/env perl -w # This scripts takes a package prototype(4) and includes or excludes selected pathes +# +# Please note: +# - If no options are given the input is not changed +# - A path must match include and not exclude to pass the filter +# - Empty directories are preserved if the incoming prototype doesn't +# contained files in them. Directories which contained files which +# were excluded and which would be empty after exclusion are +# excluded also. use strict; use Getopt::Long; @@ -25,12 +33,9 @@ $include = '^(' . join( '|', @include ) . ')$' if( @include ); $include = qr#$include# if( $include ); -#sub normalize_dir { -# return map { my ($dir = $_) =~ s!/\./!/!g; $dir =~ s!/+!/!g; $dir } @_ -#} - my %p; -my %skipped; +my %skipped; # key=path, Contains directories which may be skipped +my %wasntempty; # Same key, =1 iff there is a file in it or a subdirectory while( ) { my @line = split /\s+/; my $ftype = $line[0]; @@ -43,24 +48,48 @@ next; } - if( $include ne '' ) { - next if( $path !~ /$include/ ); - } else { - next if( $exclude ne '' && $path =~ /$exclude/ ); + { + # Remember that all path components have been used by a file + my @c = split( m!/!, $path ); + my @pa = map { join( '/', @c[0..$_] ) } 1..$#c-1; + + foreach (@pa) { + $wasntempty{$_} = 1; + } } + + next if( $include ne '' && $path !~ /$include/ ); + next if( $exclude ne '' && $path =~ /$exclude/ ); + $p{$path} = \@line; } # Put back needed directories foreach my $path (keys %p) { + # This funny construct builds all pathes leading to a directory + # e. g. /usr/bin/sparcv8/ -> (/usr, /usr/bin, /usr/bin/sparcv8/) my @c = split( m!/!, $path ); my @pa = map { join( '/', @c[0..$_] ) } 1..$#c; foreach (@pa) { - if( exists $skipped{$_} ) { $p{$_} = delete $skipped{$_} }; + $p{$_} = delete $skipped{$_} if( exists $skipped{$_} ) } } +# Re-add directories which where empty +foreach my $path (keys %skipped) { + next if( exists $wasntempty{$path} ); + next if( $include ne '' && $path !~ /$include/ ); + next if( $exclude ne '' && $path =~ /$exclude/ ); + + my @c = split( m!/!, $path ); + my @pa = map { join( '/', @c[0..$_] ) } 1..$#c; + + foreach (@pa) { + $p{$_} = delete $skipped{$_} if( exists $skipped{$_} ) + } +} + # Process isaexec substitutions # Usage: -e /opt/csw/bin/mytool=/opt/csw/bin/sparcv8/mytool # f none /opt/csw/bin/mytool 0755 root bin @@ -68,12 +97,11 @@ # l none /opt/csw/bin/mytool=/opt/csw/bin/isaexec # f none /opt/csw/bin/sparcv8/mytool=/opt/csw/bin/mytool foreach my $e (@isaexec) { -# my ($isaexec_path, $new_path) = normalize_dir split( /=/, $e ); my ($isaexec_path, $new_path) = split( /=/, $e ); - if( !exists $p{$isaexec_path} ) { - warn "Could not find path '$e' to be replaced by isaexec"; - next; - } +# if( !exists $p{$isaexec_path} ) { +# warn "Could not find path '$e' to be replaced by isaexec"; +# next; +# } $p{$new_path} = [ @{$p{$isaexec_path}} ]; $p{$new_path}->[2] = $new_path . '=' . $isaexec_path; $p{$isaexec_path}->[0] = 'l'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 9 23:41:33 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:41:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3040] csw/mgar/gar/v2 Message-ID: Revision: 3040 http://gar.svn.sourceforge.net/gar/?rev=3040&view=rev Author: dmichelsen Date: 2009-02-09 22:41:33 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: New feature: dynamic pkginfo Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Added Paths: ----------- csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-09 22:40:43 UTC (rev 3039) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-09 22:41:33 UTC (rev 3040) @@ -84,11 +84,6 @@ # 3. There is a svn binary, but not everything was committed properly -> UNCOMMITTED # 4. There is a svn binary and everything was committed -> r -# Calculating the revision can be time consuming, so we do this on demand -define _REVISION -$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN) -endef - SPKG_DESC ?= $(DESCRIPTION) SPKG_VERSION ?= $(GARVERSION) SPKG_CATEGORY ?= application @@ -96,7 +91,7 @@ SPKG_PACKAGER ?= Unknown SPKG_VENDOR ?= $(SPKG_SOURCEURL) packaged for CSW by $(SPKG_PACKAGER) SPKG_EMAIL ?= Unknown -SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') +#SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') SPKG_BASEDIR ?= $(prefix) SPKG_CLASSES ?= none SPKG_OSNAME ?= $(shell uname -s)$(shell uname -r) @@ -290,7 +285,7 @@ $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ - echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ # Dynamic licenses are selected in the following way: @@ -316,6 +311,47 @@ endif endif +# Dynamic pkginfo + +# Calculating the revision can be time consuming, so we do this on demand +define _REVISION +$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN) +endef + +# URL: https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/pcre/trunk +define _URL +$(if $(shell if test -x $(SVN); then echo yes; fi),$(shell $(SVN) info . 2>/dev/null | $(GAWK) '$$1 == "URL:" { print $$2 })) +endef + +# XXX: It is possible that a package is flagged as /isaexec, even +# if the isaexec'ed files are in another package created from the Makefile +define mode64 +$(strip + $(if $(MODE64_$(1)),$(MODE64_$(1)), + $(if $(filter 64,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))), + 64$(if $(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)),/isaexec) + ) + ) +) +endef + +.PRECIOUS: $(WORKDIR)/%.pkginfo +$(WORKDIR)/%.pkginfo: + $(_DBG)(echo "PKG=$*"; \ + echo "NAME=$(call catalogname,$*) - $(SPKG_DESC)"; \ + echo "ARCH=$(GARCH)"; \ + echo "VERSION=$(SPKG_VERSION)$(SPKG_REVSTAMP)"; \ + echo "CATEGORY=$(SPKG_CATEGORY)"; \ + echo "VENDOR=$(SPKG_VENDOR)"; \ + echo "EMAIL=$(SPKG_EMAIL)"; \ + echo "PSTAMP=$(LOGNAME)@$(shell hostname)-$(shell date '+%Y%m%d%H%M%S')"; \ + echo "CLASSES=$(SPKG_CLASSES)"; \ + echo "HOTLINE=http://www.opencsw.org/bugtrack/"; \ + echo "OPENCSW_REPOSITORY=$(call _URL)@$(call _REVISION)"; \ + echo "OPENCSW_MODE64=$(call mode64,$*)"; \ + ) >$@ + + # findlicensefile - Find an existing file for a given license name # define findlicensefile @@ -377,7 +413,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.pkginfo $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ Copied: csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec (from rev 3014, csw/mgar/gar/v2/pkglib/csw_dyndepend.gspec) =================================================================== --- csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec (rev 0) +++ csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec 2009-02-09 22:41:33 UTC (rev 3040) @@ -0,0 +1,5 @@ +%include url file://%{PKGLIB}/csw_vars.gspec +%include url file://%{PKGLIB}/csw_prototype.gspec +%pkginfo url file://%{WORKSRC}/csw/pkginfo +%depend:merge url file://%{PKGLIB}/csw/depend +%include url file://%{PKGLIB}/std_depend.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 9 23:45:57 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:45:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3041] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3041 http://gar.svn.sourceforge.net/gar/?rev=3041&view=rev Author: dmichelsen Date: 2009-02-09 22:45:57 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: Enhance compiler flags for some x86 ISAs Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-09 22:41:33 UTC (rev 3040) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-09 22:45:57 UTC (rev 3041) @@ -211,8 +211,8 @@ ARCHFLAGS_GCC4_pentium_pro+mmx = -m32 -march=pentium2 MEMORYMODEL_pentium_pro+mmx = 32 -ARCHFLAGS_SOS11_pentium_pro = -xarch=pentium_pro -ARCHFLAGS_SOS12_pentium_pro = -m32 -xarch=pentium_pro +ARCHFLAGS_SOS11_pentium_pro = -xarch=pentium_pro -xchip=pentium_pro +ARCHFLAGS_SOS12_pentium_pro = -m32 -xarch=pentium_pro -xchip=pentium_pro ARCHFLAGS_GCC3_pentium_pro = -m32 -march=pentiumpro ARCHFLAGS_GCC4_pentium_pro = -m32 -march=pentiumpro MEMORYMODEL_pentium_pro = 32 @@ -223,14 +223,14 @@ ARCHFLAGS_GCC4_pentium+mmx = -m32 -march=pentium-mmx MEMORYMODEL_pentium+mmx = 32 -ARCHFLAGS_SOS11_pentium = ERROR -ARCHFLAGS_SOS12_pentium = ERROR +ARCHFLAGS_SOS11_pentium = -xchip=pentium +ARCHFLAGS_SOS12_pentium = -m32 -xchip=pentium ARCHFLAGS_GCC3_pentium = -m32 -march=pentium ARCHFLAGS_GCC4_pentium = -m32 -march=pentium MEMORYMODEL_pentium = 32 -ARCHFLAGS_SOS11_i486 = ERROR -ARCHFLAGS_SOS12_i486 = ERROR +ARCHFLAGS_SOS11_i486 = -xarch=386 -xchip=486 +ARCHFLAGS_SOS12_i486 = -m32 -xarch=386 -xchip=486 ARCHFLAGS_GCC3_i486 = -m32 -march=i486 ARCHFLAGS_GCC4_i486 = -m32 -march=i486 MEMORYMODEL_i486 = 32 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bwalton at opencsw.org Tue Feb 10 00:58:08 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 09 Feb 2009 18:58:08 -0500 Subject: [csw-devel] dynamically generated adm scripts In-Reply-To: References: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> Message-ID: <1234223712-sup-381@ntdws12.chass.utoronto.ca> Excerpts from Dagobert Michelsen's message of Mon Feb 09 17:16:36 -0500 2009: Hi Dago, > This is definitely useful! It would be nice though to > have a more verbatim-type of definition... Yes, I agree that a more verbatim option would be good. I just didn't see the right Make-foo to do that. If the file were still stored external to the Makefile (not included at all), there might be a way to pull it in [$(shell cat ...) or something], but I don't see a way to then have it leave shell variables alone while evaluating the $() Make variables. Suggestions welcome. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.opencsw.org/pipermail/devel/attachments/20090209/9f5f2849/attachment.asc From bwalton at opencsw.org Tue Feb 10 01:06:37 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 09 Feb 2009 19:06:37 -0500 Subject: [csw-devel] [csw-maintainers] dynamically generated adm scripts In-Reply-To: <20090209223142.GU94448@bolthole.com> References: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> <20090209223142.GU94448@bolthole.com> Message-ID: <1234223895-sup-1955@ntdws12.chass.utoronto.ca> Excerpts from Philip Brown's message of Mon Feb 09 17:31:42 -0500 2009: > > > echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). > > > > > > for i in /tmp/*; do > > > echo Found $$i in /tmp; > > > done > > > endef > > Errr... this sort of usage disturbs me. [Assumes you're not commenting specifically on the dumb example used to show variable escaping and a general overview...] The use that brought this to my mind was the docbook and xsl stuff where (since I was templating from rhel) I used version numbers in directory names. To make the script easier to maintain, I turned paths including the version info into paths with variables in them. This leads to a case of script modification every time a version changes. > My programmers intuition suggests that the first thing to be done, would be > to have a maintainers-public review of that script. The script is 'fine.' By it's nature, it's a long stream of registration statements . It could be turned into a few loops (I didn't since I wanted it out so I could build off of it), but that wouldn't alleviate the need to twiddle it each time. It doesn't 'need' to use this functionality, but doing so will lessen (not eliminate) maintenance requirements. It's in svn (public) already if you care. If you want to say that version numbers shouldn't be in path names and make that a CSW convention (maybe it already is?) that's fine. It would (in this case) remove the need for this type of 'macro' expansion. This is common elsewhere though (see rpm). > If the script can be rewritten in a cleaner fashion, then this "other > method" of doing things, may be completely unneccessary. There are ways to avoid needing this functionality. Many scripts would never need it. That doesn't mean that it doesn't have uses though. You'll note that rpm provides a built-in macro language that is used for this type of task quite regularly. That may be, in part, due to the directory structure that rhel uses (where version numbers are frequently used in paths), but regardless, there are cases where this can be a handy thing. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.opencsw.org/pipermail/devel/attachments/20090209/f1e843f1/attachment.asc From skayser at users.sourceforge.net Tue Feb 10 02:21:23 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 10 Feb 2009 01:21:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3042] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3042 http://gar.svn.sourceforge.net/gar/?rev=3042&view=rev Author: skayser Date: 2009-02-10 01:21:23 +0000 (Tue, 10 Feb 2009) Log Message: ----------- dovecot: added upstream patch for auth server related segfaults Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-09 22:45:57 UTC (rev 3041) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-10 01:21:23 UTC (rev 3042) @@ -44,6 +44,9 @@ # No test suite for Dovecot available TEST_SCRIPTS = +# See http://dovecot.org/list/dovecot/2009-February/037273.html +PATCHFILES = patch-authcrash.diff + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-pop3d CONFIGURE_ARGS += --with-lda Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-09 22:45:57 UTC (rev 3041) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-10 01:21:23 UTC (rev 3042) @@ -1,2 +1,3 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz f8e71a5be649e71131cf1ad7ea11019a download/CSWdovecot.preinstall +1f39cae3a38d10169fe31f246095b67f download/patch-authcrash.diff Added: csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff 2009-02-10 01:21:23 UTC (rev 3042) @@ -0,0 +1,47 @@ +# HG changeset patch +# User Timo Sirainen +# Date 1234226629 18000 +# Node ID bdc5391e52dfe4590e9e291eba2603ed87caef57 +# Parent 4ddf36b9ee8182f10d8d69af6577b677cda282a0 +master: Don't crash if auth process dies too early. + +--- a/src/master/auth-process.c Thu Feb 05 18:29:06 2009 -0500 ++++ b/src/master/auth-process.c Mon Feb 09 19:43:49 2009 -0500 +@@ -353,7 +353,7 @@ static void auth_process_destroy(struct + + if (!p->initialized && io_loop_is_running(ioloop) && !p->external) { + /* log the process exit and kill ourself */ +- child_processes_deinit(); ++ child_processes_flush(); + log_deinit(); + i_fatal("Auth process died too early - shutting down"); + } +--- a/src/master/child-process.c Thu Feb 05 18:29:06 2009 -0500 ++++ b/src/master/child-process.c Mon Feb 09 19:43:49 2009 -0500 +@@ -219,10 +219,15 @@ void child_processes_init(void) + lib_signals_set_handler(SIGCHLD, TRUE, sigchld_handler, NULL); + } + +-void child_processes_deinit(void) ++void child_processes_flush(void) + { + /* make sure we log if child processes died unexpectedly */ + sigchld_handler(SIGCHLD, NULL); ++} ++ ++void child_processes_deinit(void) ++{ ++ child_processes_flush(); + lib_signals_unset_handler(SIGCHLD, sigchld_handler, NULL); + hash_destroy(&processes); + } +--- a/src/master/child-process.h Thu Feb 05 18:29:06 2009 -0500 ++++ b/src/master/child-process.h Mon Feb 09 19:43:49 2009 -0500 +@@ -40,6 +40,7 @@ void child_process_set_destroy_callback( + child_process_destroy_callback_t *cb); + + void child_processes_init(void); ++void child_processes_flush(void); + void child_processes_deinit(void); + + #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 10 02:24:19 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 10 Feb 2009 01:24:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3043] csw/mgar/pkg/mbuffer/trunk/Makefile Message-ID: Revision: 3043 http://gar.svn.sourceforge.net/gar/?rev=3043&view=rev Author: skayser Date: 2009-02-10 01:24:19 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mbuffer: amended UFILES_REGEX Modified Paths: -------------- csw/mgar/pkg/mbuffer/trunk/Makefile Modified: csw/mgar/pkg/mbuffer/trunk/Makefile =================================================================== --- csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-10 01:21:23 UTC (rev 3042) +++ csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-10 01:24:19 UTC (rev 3043) @@ -23,7 +23,7 @@ # We define upstream file regex so we can be notifed of new upstream software # release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # If the url used to check for software update is different of MASTER_SITES, # then uncomment the next line. Otherwise it is set by default to the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 10 03:40:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 10 Feb 2009 02:40:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3044] csw/mgar/pkg/libassuan/trunk Message-ID: Revision: 3044 http://gar.svn.sourceforge.net/gar/?rev=3044&view=rev Author: valholla Date: 2009-02-10 02:40:14 +0000 (Tue, 10 Feb 2009) Log Message: ----------- working recipe for libassuan with 64bit and gnu pth Modified Paths: -------------- csw/mgar/pkg/libassuan/trunk/Makefile csw/mgar/pkg/libassuan/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff Modified: csw/mgar/pkg/libassuan/trunk/Makefile =================================================================== --- csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-10 01:24:19 UTC (rev 3043) +++ csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-10 02:40:14 UTC (rev 3044) @@ -13,7 +13,7 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 -REQUIRED_PKGS = CSWpth +PREREQUISITE_PKGS = CSWpth BUILD64 = 1 NO_ISAEXEC = 1 @@ -21,7 +21,6 @@ EXTRA_LDFLAGS = -lrt -lsocket -lnsl CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-pth-prefix=/opt/csw # We must include static libs here as libassuan contains *only* # static libs Modified: csw/mgar/pkg/libassuan/trunk/checksums =================================================================== --- csw/mgar/pkg/libassuan/trunk/checksums 2009-02-10 01:24:19 UTC (rev 3043) +++ csw/mgar/pkg/libassuan/trunk/checksums 2009-02-10 02:40:14 UTC (rev 3044) @@ -1,2 +1,3 @@ c2db0974fcce4401f48f3fa41c4edc5a download/libassuan-1.0.5.tar.bz2 c424181532045b5760d087e58cc1c935 download/CSWlibassuan.gspec +e5f74688c543ec7d4a4e94a55699d0e1 download/patch-pth_config_dir.diff Added: csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff =================================================================== --- csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff (rev 0) +++ csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff 2009-02-10 02:40:14 UTC (rev 3044) @@ -0,0 +1,30 @@ +diff -Nru libassuan-1.0.5.orig/configure libassuan-1.0.5/configure +--- libassuan-1.0.5.orig/configure 2008-05-25 03:00:36.000000000 -0500 ++++ libassuan-1.0.5/configure 2009-02-04 13:25:18.940318965 -0600 +@@ -1320,6 +1320,7 @@ + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pth-prefix=PFX prefix where GNU Pth is installed (optional) ++ --with-pth-config-dir=DIR Directory containing pth-config (optionl) + + Some influential environment variables: + CC C compiler command +@@ -4264,6 +4265,18 @@ + if test x$pth_config_prefix != x ; then + PTH_CONFIG="$pth_config_prefix/bin/pth-config" + fi ++ ++ ## Check for --with-pth-prefix and override ++ ## --with-pth-prefix PTH_CONFIG to ++ ## --with-pth-config-dir PTH_CONFIG ++ if test "${with_pth_config_dir+set}" = set; then ++ withval=$with_pth_config_dir ++ PTH_CONFIG="${withval}/pth-config" ++ if test ! -x ${PTH_CONFIG}; then ++ PTH_CONFIG="" ++ fi ++ fi ++ + # Extract the first word of "pth-config", so it can be a program name with args. + set dummy pth-config; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 10 03:41:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 10 Feb 2009 02:41:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3045] csw/mgar/pkg/pth/trunk Message-ID: Revision: 3045 http://gar.svn.sourceforge.net/gar/?rev=3045&view=rev Author: valholla Date: 2009-02-10 02:41:27 +0000 (Tue, 10 Feb 2009) Log Message: ----------- working recipe for gnu pth with 64bit support working Modified Paths: -------------- csw/mgar/pkg/pth/trunk/Makefile csw/mgar/pkg/pth/trunk/checksums Modified: csw/mgar/pkg/pth/trunk/Makefile =================================================================== --- csw/mgar/pkg/pth/trunk/Makefile 2009-02-10 02:40:14 UTC (rev 3044) +++ csw/mgar/pkg/pth/trunk/Makefile 2009-02-10 02:41:27 UTC (rev 3045) @@ -18,6 +18,9 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +## Patch PTH.H to increase FD_SETSIZE for 64bit builds +PATCHFILES = patch_pth_fdsetsize64.diff + BUILD64 = 1 NO_ISAEXEC = 1 Modified: csw/mgar/pkg/pth/trunk/checksums =================================================================== --- csw/mgar/pkg/pth/trunk/checksums 2009-02-10 02:40:14 UTC (rev 3044) +++ csw/mgar/pkg/pth/trunk/checksums 2009-02-10 02:41:27 UTC (rev 3045) @@ -1,2 +1,3 @@ 9cb4a25331a4c4db866a31cbe507c793 download/pth-2.0.7.tar.gz 0969fbb8ae032c8c1a08ff1c839a8c1c download/CSWpth.gspec +d7abc5f4f304d19371e3667de4810e48 download/patch_pth_fdsetsize64.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 04:59:48 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 03:59:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3046] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: Revision: 3046 http://gar.svn.sourceforge.net/gar/?rev=3046&view=rev Author: harpchad Date: 2009-02-10 03:59:47 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Add upstream check Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-10 02:41:27 UTC (rev 3045) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-10 03:59:47 UTC (rev 3046) @@ -7,7 +7,7 @@ Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time. endef -MASTER_SITES = $(SF_MIRROR) +MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += x11.pc DISTFILES += $(call admfiles,CSWpidgin,) @@ -35,7 +35,8 @@ TEST_TARGET = check # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UPSTREAM_USE_SF = 1 +UFILES_REGEX = (\d+(?:\.\d+)*) EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 05:36:17 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 04:36:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3047] csw/mgar/pkg/freetype/trunk Message-ID: Revision: 3047 http://gar.svn.sourceforge.net/gar/?rev=3047&view=rev Author: harpchad Date: 2009-02-10 04:36:17 +0000 (Tue, 10 Feb 2009) Log Message: ----------- - update to version 2.3.8 - add 64-bit libraries - use gar v2 Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile csw/mgar/pkg/freetype/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/freetype/trunk/ Property changes on: csw/mgar/pkg/freetype/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 03:59:47 UTC (rev 3046) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:36:17 UTC (rev 3047) @@ -1,5 +1,5 @@ GARNAME = freetype -GARVERSION = 2.1.5 +GARVERSION = 2.3.8 CATEGORIES = lib DESCRIPTION = A free and portable TrueType font rendering engine @@ -14,16 +14,24 @@ Windows FNT/FON. endef -MASTER_SITES = $(SF_MIRROR)/$(GARNAME)/ +PACKAGES = CSWftype2 +CATALOGNAME_CSWvim = freetype2 + +MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 # We define upstream file regex so we can be notifed of new upstream software release -UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=3157 UPSTREAM_USE_SF = 1 UFILES_REGEX = (\d+(?:\.\d+)*) CONFIGURE_ARGS = $(DIRPATHS) +GNUMAKE = gmake +EXTRA_CONFIGURE_EXPORTS = GNUMAKE +BUILD_64 = 1 +NO_ISAEXEC = 1 +REQUIRED_PKGS_CSWftype2 = CSWzlib + TEST_TARGET = check include gar/category.mk Modified: csw/mgar/pkg/freetype/trunk/checksums =================================================================== --- csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 03:59:47 UTC (rev 3046) +++ csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 04:36:17 UTC (rev 3047) @@ -1 +1 @@ -54537b518b84d04190a1eccd393a29df download/freetype-2.1.5.tar.bz2 +6cf31a08826715a0d16ae366da9c7d3b download/freetype-2.3.8.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 05:41:36 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 04:41:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3048] csw/mgar/pkg/freetype/trunk Message-ID: Revision: 3048 http://gar.svn.sourceforge.net/gar/?rev=3048&view=rev Author: harpchad Date: 2009-02-10 04:41:36 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Add freetype and gnu licenses to COPYING Added Paths: ----------- csw/mgar/pkg/freetype/trunk/files/ csw/mgar/pkg/freetype/trunk/files/COPYING Added: csw/mgar/pkg/freetype/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/freetype/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/freetype/trunk/files/COPYING 2009-02-10 04:41:36 UTC (rev 3048) @@ -0,0 +1,537 @@ + +The FreeType 2 font engine is copyrighted work and cannot be used +legally without a software license. In order to make this project +usable to a vast majority of developers, we distribute it under two +mutually exclusive open-source licenses. + +This means that *you* must choose *one* of the two licenses described +below, then obey all its terms and conditions when using FreeType 2 in +any of your projects or products. + + - The FreeType License, found in the file `FTL.TXT', which is similar + to the original BSD license *with* an advertising clause that forces + you to explicitly cite the FreeType project in your product's + documentation. All details are in the license file. This license + is suited to products which don't use the GNU General Public + License. + + - The GNU General Public License version 2, found in `GPL.TXT' (any + later version can be used also), for programs which already use the + GPL. Note that the FTL is incompatible with the GPL due to its + advertisement clause. + +The contributed PCF driver comes with a license similar to that of the X +Window System. It is compatible to the above two licenses (see file +src/pcf/readme). + + +--- end of LICENSE.TXT --- + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. + The FreeType Project LICENSE + ---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright \xA9 The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype at nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel at nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + http://www.freetype.org + + +--- end of FTL.TXT --- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 05:42:46 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 04:42:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3049] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: Revision: 3049 http://gar.svn.sourceforge.net/gar/?rev=3049&view=rev Author: harpchad Date: 2009-02-10 04:42:45 +0000 (Tue, 10 Feb 2009) Log Message: ----------- typo Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:41:36 UTC (rev 3048) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:42:45 UTC (rev 3049) @@ -27,7 +27,7 @@ CONFIGURE_ARGS = $(DIRPATHS) GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE -BUILD_64 = 1 +BUILD64 = 1 NO_ISAEXEC = 1 REQUIRED_PKGS_CSWftype2 = CSWzlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 06:01:34 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 05:01:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3050] csw/mgar/pkg/freetype/trunk Message-ID: Revision: 3050 http://gar.svn.sourceforge.net/gar/?rev=3050&view=rev Author: harpchad Date: 2009-02-10 05:01:34 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Include license file in DISTFILES Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile csw/mgar/pkg/freetype/trunk/checksums Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:42:45 UTC (rev 3049) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 05:01:34 UTC (rev 3050) @@ -18,7 +18,8 @@ CATALOGNAME_CSWvim = freetype2 MASTER_SITES = $(SF_MIRRORS) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += COPYING # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_USE_SF = 1 @@ -27,9 +28,12 @@ CONFIGURE_ARGS = $(DIRPATHS) GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE + BUILD64 = 1 NO_ISAEXEC = 1 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* + REQUIRED_PKGS_CSWftype2 = CSWzlib TEST_TARGET = check Modified: csw/mgar/pkg/freetype/trunk/checksums =================================================================== --- csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 04:42:45 UTC (rev 3049) +++ csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 05:01:34 UTC (rev 3050) @@ -1 +1,2 @@ +4155af32f82cb784be209147eb8b67ee download/COPYING 6cf31a08826715a0d16ae366da9c7d3b download/freetype-2.3.8.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 16:08:07 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 15:08:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3051] csw/mgar/pkg/vim/trunk/files/vimrc Message-ID: Revision: 3051 http://gar.svn.sourceforge.net/gar/?rev=3051&view=rev Author: harpchad Date: 2009-02-10 15:08:05 +0000 (Tue, 10 Feb 2009) Log Message: ----------- fix vimrc typo Modified Paths: -------------- csw/mgar/pkg/vim/trunk/files/vimrc Modified: csw/mgar/pkg/vim/trunk/files/vimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 05:01:34 UTC (rev 3050) +++ csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 15:08:05 UTC (rev 3051) @@ -1,4 +1,4 @@ " Source a global configuration file if available if filereadable("/opt/csw/etc/vim/vimrc") - source /opt/csw/etc/vim/vimrc.local + source /opt/csw/etc/vim/vimrc endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 16:42:55 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 15:42:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3052] csw/mgar/pkg/vim/trunk/checksums Message-ID: Revision: 3052 http://gar.svn.sourceforge.net/gar/?rev=3052&view=rev Author: harpchad Date: 2009-02-10 15:42:55 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Update checksums Modified Paths: -------------- csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-10 15:08:05 UTC (rev 3051) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-10 15:42:55 UTC (rev 3052) @@ -100,12 +100,12 @@ 15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 +73612b6658c597ee478abf27a0a89ed5 download/COPYING 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff 279fa7473e3069991b420f327a6440ab download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 -06a31324121243e7eaf87b0df6c4941e download/vimrc +367f2e6d6388264ce17ee41854683d6a download/vimrc 1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch -73612b6658c597ee478abf27a0a89ed5 download/COPYING 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 Feb 10 17:19:01 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 10 Feb 2009 16:19:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3053] csw/mgar/pkg Message-ID: Revision: 3053 http://gar.svn.sourceforge.net/gar/?rev=3053&view=rev Author: bonivart Date: 2009-02-10 16:19:01 +0000 (Tue, 10 Feb 2009) Log Message: ----------- miltergreylist: initial commit Added Paths: ----------- csw/mgar/pkg/miltergreylist/ csw/mgar/pkg/miltergreylist/branches/ csw/mgar/pkg/miltergreylist/tags/ csw/mgar/pkg/miltergreylist/trunk/ csw/mgar/pkg/miltergreylist/trunk/Makefile csw/mgar/pkg/miltergreylist/trunk/checksums csw/mgar/pkg/miltergreylist/trunk/files/ csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec Property changes on: csw/mgar/pkg/miltergreylist/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/miltergreylist/trunk/Makefile =================================================================== --- csw/mgar/pkg/miltergreylist/trunk/Makefile (rev 0) +++ csw/mgar/pkg/miltergreylist/trunk/Makefile 2009-02-10 16:19:01 UTC (rev 3053) @@ -0,0 +1,42 @@ +GARNAME = miltergreylist +GARVERSION = 4.2 +RELEASE = b1 +DISTVERSION = $(GARVERSION)$(RELEASE) +DISTNAME = milter-greylist-$(DISTVERSION) +WORKSRC = $(WORKDIR)/$(DISTNAME) +CATEGORIES = net + +DESCRIPTION = greylist mail filtering method +define BLURB +endef + +MASTER_SITES = http://ftp.espci.fr/pub/milter-greylist/ +DISTFILES = milter-greylist-$(DISTVERSION).tgz +DISTFILES += $(call admfiles,CSWmiltergreylist,) + +REQUIRED_PKGS = CSWsendmail CSWcurlrt CSWgeoip CSWcswclassutils + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tgz + +#CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = --prefix=/opt/csw +CONFIGURE_ARGS += --with-user=bonivart +#CONFIGURE_ARGS += --with-user=greylist +CONFIGURE_ARGS += --with-conffile=/opt/csw/etc/mail/greylist.conf +CONFIGURE_ARGS += --enable-dnsrbl +CONFIGURE_ARGS += --enable-stdio-hack +CONFIGURE_ARGS += --localstatedir=/var/opt/csw/milter-greylist +CONFIGURE_ARGS += --with-libGeoIP=/opt/csw/lib +CONFIGURE_ARGS += --with-libcurl=/opt/csw/lib +CONFIGURE_ARGS += --mandir=/opt/csw/share/man + +TEST_SCRIPTS = + +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswmiltergreylist$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/greylist.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/named/ { $$$$5 = "named" } { print }' + +include gar/category.mk + +#WORKSRC := $(WORKDIR)/$(GARNAME)-$(GARVERSION)b1 +SPKG_SOURCEURL = http://hcpnet.free.fr/milter-greylist +SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE) Added: csw/mgar/pkg/miltergreylist/trunk/checksums =================================================================== --- csw/mgar/pkg/miltergreylist/trunk/checksums (rev 0) +++ csw/mgar/pkg/miltergreylist/trunk/checksums 2009-02-10 16:19:01 UTC (rev 3053) @@ -0,0 +1,2 @@ +2e76e2643469ec393a15dfce9f8ff695 download/milter-greylist-4.2b1.tgz +e8f3c634293ea11273eeb1bd78d95d35 download/CSWmiltergreylist.gspec Added: csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec =================================================================== --- csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec (rev 0) +++ csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec 2009-02-10 16:19:01 UTC (rev 3053) @@ -0,0 +1,7 @@ +%var bitname miltergreylist +%var pkgname CSWmiltergreylist +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright + +Please see /opt/csw/share/doc/miltergreylist/README for license information + 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 Feb 10 20:33:15 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 19:33:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3054] csw/mgar/gar/v2 Message-ID: Revision: 3054 http://gar.svn.sourceforge.net/gar/?rev=3054&view=rev Author: dmichelsen Date: 2009-02-10 19:33:15 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Add dynamic adm scripts Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2009-02-10 16:19:01 UTC (rev 3053) +++ csw/mgar/gar/v2/gar.lib.mk 2009-02-10 19:33:15 UTC (rev 3054) @@ -19,8 +19,18 @@ #################### FETCH RULES #################### +DYNSCRIPTS = $(foreach PKG,$(SPKG_SPECS),\ + $(foreach SCR,$(ADMSCRIPTS),\ + $(if $(value $(PKG)_$(SCR)), $(PKG).$(SCR)))) + +NOCHECKSUM += $(DYNSCRIPTS) + URLS = $(subst ://,//,$(foreach SITE,$(FILE_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(DISTFILES))) $(foreach SITE,$(FILE_SITES) $(PATCH_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(PATCHFILES)))) +# if the caller has defined _postinstall, etc targets for a package, add +# these 'dynamic script' targets to our fetch list +URLS += $(foreach DYN,$(DYNSCRIPTS),dynscr//$(DYN)) + # Download the file if and only if it doesn't have a preexisting # checksum file. Loop through available URLs and stop when you # get one that doesn't return an error code. @@ -39,6 +49,15 @@ fi; \ fi +# create ADMSCRIPTS 'on the fly' from variables defined by the caller +# This version is private and should only be called from the non-private +# version directly below +_dynscr//%: + $($(subst .,_,$*)) + +dynscr//%: + $(MAKE) -n _$@ > $(PARTIALDIR)/$* + # download an http URL (colons omitted) http//%: @wget $(WGET_OPTS) -T 10 -c -P $(PARTIALDIR) http://$* Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-10 16:19:01 UTC (rev 3053) +++ csw/mgar/gar/v2/gar.mk 2009-02-10 19:33:15 UTC (rev 3054) @@ -34,7 +34,7 @@ DISTNAME ?= $(GARNAME)-$(GARVERSION) -ALLFILES ?= $(DISTFILES) $(PATCHFILES) +ALLFILES ?= $(DISTFILES) $(PATCHFILES) $(DYNSCRIPTS) ifeq ($(MAKE_INSTALL_DIRS),1) INSTALL_DIRS = $(addprefix $(DESTDIR),$(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir) $(datadir) $(sysconfdir) $(sharedstatedir) $(localstatedir) $(libdir) $(infodir) $(lispdir) $(includedir) $(mandir) $(foreach NUM,1 2 3 4 5 6 7 8, $(mandir)/man$(NUM)) $(sourcedir)) @@ -230,9 +230,11 @@ # NOTE: DOES NOT RUN pre-everything! fetch-list: @echo "Distribution files: " - @for i in $(DISTFILES); do echo " $$i"; done + @$(foreach F,$(DISTFILES),echo " $F";) @echo "Patch files: " - @for i in $(PATCHFILES); do echo " $$i"; done + @$(foreach P,$(PATCHFILES),echo " $P";) + @echo "Dynamically generated scripts: " + @$(foreach D,$(DYNSCRIPTS),echo " $D";) # fetch - Retrieves $(DISTFILES) (and $(PATCHFILES) if defined) # into $(DOWNLOADDIR) as necessary. @@ -284,8 +286,8 @@ garchive: checksum $(GARCHIVE_TARGETS) ; # extract - Unpacks $(DISTFILES) into $(EXTRACTDIR) (patches are "zcatted" into the patch program) -EXTRACT_TARGETS-global ?= $(foreach SPEC,$(SPKG_SPECS),$(filter $(SPEC).%,$(DISTFILES))) -EXTRACT_TARGETS = $(addprefix extract-archive-,$(filter-out $(NOEXTRACT),$(if $(EXTRACT_TARGETS-$(MODULATION)),$(EXTRACT_TARGETS-$(MODULATION)),$(DISTFILES)))) +EXTRACT_TARGETS-global ?= $(foreach SPEC,$(SPKG_SPECS),$(filter $(SPEC).%,$(DISTFILES) $(DYNSCRIPTS))) +EXTRACT_TARGETS = $(addprefix extract-archive-,$(filter-out $(NOEXTRACT),$(if $(EXTRACT_TARGETS-$(MODULATION)),$(EXTRACT_TARGETS-$(MODULATION)),$(DISTFILES) $(DYNSCRIPTS)))) # We call an additional extract-modulated without resetting any variables so # a complete unpacked set goes to the global dir for packaging (like gspec) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 21:41:18 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 20:41:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3055] csw/mgar/pkg/vim/trunk Message-ID: Revision: 3055 http://gar.svn.sourceforge.net/gar/?rev=3055&view=rev Author: harpchad Date: 2009-02-10 20:41:18 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Support both /opt/csw/etc... and /etc/opt/csw... Modified Paths: -------------- csw/mgar/pkg/vim/trunk/checksums csw/mgar/pkg/vim/trunk/files/gvimrc csw/mgar/pkg/vim/trunk/files/vimrc Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-10 19:33:15 UTC (rev 3054) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-10 20:41:18 UTC (rev 3055) @@ -102,10 +102,10 @@ 42e2274c6a3152279720d8623f7916ad download/7.2.102 73612b6658c597ee478abf27a0a89ed5 download/COPYING 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff -279fa7473e3069991b420f327a6440ab download/gvimrc +80304427884b8b78134bc7c7c9097679 download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 -367f2e6d6388264ce17ee41854683d6a download/vimrc +f31314c40819d3414d77ea286770c17f download/vimrc 1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch Modified: csw/mgar/pkg/vim/trunk/files/gvimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/gvimrc 2009-02-10 19:33:15 UTC (rev 3054) +++ csw/mgar/pkg/vim/trunk/files/gvimrc 2009-02-10 20:41:18 UTC (rev 3055) @@ -2,3 +2,6 @@ if filereadable("/opt/csw/etc/vim/gvimrc") source /opt/csw/etc/vim/gvimrc endif +if filereadable("/etc/opt/csw/vim/gvimrc") + source /etc/opt/csw/vim/gvimrc +endif Modified: csw/mgar/pkg/vim/trunk/files/vimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 19:33:15 UTC (rev 3054) +++ csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 20:41:18 UTC (rev 3055) @@ -2,3 +2,6 @@ if filereadable("/opt/csw/etc/vim/vimrc") source /opt/csw/etc/vim/vimrc endif +if filereadable("/etc/opt/csw/vim/vimrc") + source /etc/opt/csw/vim/vimrc +endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 21:44:42 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 20:44:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3056] csw/mgar/pkg/gettext/trunk Message-ID: Revision: 3056 http://gar.svn.sourceforge.net/gar/?rev=3056&view=rev Author: harpchad Date: 2009-02-10 20:44:42 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Make CSWggettextdoc arch=all Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile csw/mgar/pkg/gettext/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-10 20:44:42 UTC (rev 3056) @@ -7,11 +7,16 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef +PACKAGES = CSWggettext CSWggettextdoc +CATALOGNAME_CSWggettext = ggettext +CATALOGNAME_CSWggettextdoc = ggettextdoc +SPKG_DESC_CSWggettext = GNU locale utilities +SPKG_DESC_CSWggettextdoc = GNU locale utilities documentation +ARCHALL_CSWggettextdoc = 1 + MASTER_SITES = $(GNU_MIRROR) -DISTFILES = $(call admfiles,CSWggettext,) -DISTFILES += $(call admfiles,CSWggettextdoc,) -DISTFILES += $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz #Include earlier library revisions for compatibility with existing packages DISTFILES += libgettextlib-0.14.1.so.i DISTFILES += libgettextlib-0.14.1.so.s Modified: csw/mgar/pkg/gettext/trunk/checksums =================================================================== --- csw/mgar/pkg/gettext/trunk/checksums 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/checksums 2009-02-10 20:44:42 UTC (rev 3056) @@ -1,5 +1,3 @@ -5f7c1991d31760f0f9977949c8f95629 download/CSWggettext.gspec -bdbfd869627a7450185e768b5aa1a0af download/CSWggettextdoc.gspec 58a2bc6d39c0ba57823034d55d65d606 download/gettext-0.17.tar.gz d44a9a6ec0952bad7ad07026ccb42a10 download/libgettextlib-0.14.1.so.i ff0219d47dbc11034b55872172488e01 download/libgettextlib-0.14.1.so.s Deleted: csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec =================================================================== --- csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec 2009-02-10 20:44:42 UTC (rev 3056) @@ -1,4 +0,0 @@ -%var bitname ggettext -%var pkgname CSWggettext -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec =================================================================== --- csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec 2009-02-10 20:44:42 UTC (rev 3056) @@ -1,4 +0,0 @@ -%var bitname ggettextdoc -%var pkgname CSWggettextdoc -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 10 22:12:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 21:12:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3057] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3057 http://gar.svn.sourceforge.net/gar/?rev=3057&view=rev Author: dmichelsen Date: 2009-02-10 21:12:17 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Add missing dependency of dynamic files to WORKDIR Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-10 20:44:42 UTC (rev 3056) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-10 21:12:17 UTC (rev 3057) @@ -254,7 +254,7 @@ # $_EXTRA_GAR_PKGS is for dynamic dependencies added by GAR itself (like CSWisaexec or CSWcswclassutils) .PRECIOUS: $(WORKDIR)/%.depend -$(WORKDIR)/%.depend: +$(WORKDIR)/%.depend: $(WORKDIR) $(_DBG)$(if $(_EXTRA_GAR_PKGS)$(REQUIRED_PKGS_$*)$(REQUIRED_PKGS)$(INCOMPATIBLE_PKGS)$(INCOMPATIBLE_PKGS_$*), \ ($(foreach PKG,$(INCOMPATIBLE_PKGS_$*) $(INCOMPATIBLE_PKGS),\ echo "I $(PKG)";\ @@ -281,7 +281,7 @@ # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec -$(WORKDIR)/%.gspec: +$(WORKDIR)/%.gspec: $(WORKDIR) $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ @@ -336,7 +336,7 @@ endef .PRECIOUS: $(WORKDIR)/%.pkginfo -$(WORKDIR)/%.pkginfo: +$(WORKDIR)/%.pkginfo: $(WORKDIR) $(_DBG)(echo "PKG=$*"; \ echo "NAME=$(call catalogname,$*) - $(SPKG_DESC)"; \ echo "ARCH=$(GARCH)"; \ 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 Feb 10 22:16:04 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 21:16:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3058] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3058 http://gar.svn.sourceforge.net/gar/?rev=3058&view=rev Author: dmichelsen Date: 2009-02-10 21:16:04 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Introduce DEBUG_MERGING Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-10 21:12:17 UTC (rev 3057) +++ csw/mgar/gar/v2/gar.mk 2009-02-10 21:16:04 UTC (rev 3058) @@ -480,6 +480,12 @@ # Automatic merging is only possible if you have the default modulation "ISA" # Otherwise you *must* specify merge scripts for all modulations. +ifeq ($(DEBUG_MERGING),) +_DBG_MERGE=@ +else +_DBG_MERGE= +endif + ifeq ($(NEEDED_ISAS),$(ISA_DEFAULT)) MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-all $(EXTRA_MERGE_SCRIPTS_$(ISA_DEFAULT)) $(EXTRA_MERGE_SCRIPTS) else @@ -571,14 +577,14 @@ # Copy the whole tree verbatim merge-copy-all: $(PKGROOT) $(INSTALLISADIR) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/,p") \ . $(PKGROOT)) @$(MAKECOOKIE) # Copy only the merge directories merge-copy-only: $(PKGROOT) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/,p") -s ",.*,," \ . $(PKGROOT) \ ) @@ -586,7 +592,7 @@ # Copy the whole tree and relocate the directories in $(MERGE_DIRS) merge-copy-relocate: $(PKGROOT) $(INSTALLISADIR) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/$(ISA)/,p") \ . $(PKGROOT) \ ) @@ -594,7 +600,7 @@ # Copy only the relocated directories merge-copy-relocated-only: $(PKGROOT) $(INSTALLISADIR) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/$(ISA)/,p") -s ",.*,," \ . $(PKGROOT) \ ) 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 Feb 10 22:17:01 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 21:17:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3059] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3059 http://gar.svn.sourceforge.net/gar/?rev=3059&view=rev Author: dmichelsen Date: 2009-02-10 21:17:01 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Allow resetting of prefix without breaking the make process Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-10 21:16:04 UTC (rev 3058) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-10 21:17:01 UTC (rev 3059) @@ -106,6 +106,14 @@ perlcswlib ?= $(perllib)/csw perlpackroot ?= $(perlcswlib)/auto +# These variables are used to construct pathes. If you temporarily reset the above +# variables for special install locations (like /opt/csw/bin/bdb44/) the definitions +# here make sure the binaries for the make process are still found. +binpath_install ?= $(BUILD_PREFIX)/bin +binpath ?= $(abspath $(binpath_install)/$(MM_BINDIR)) +sbinpath_install ?= $(BUILD_PREFIX)/sbin +sbinpath ?= $(abspath $(sbinpath_install)/$(MM_BINDIR)) + # DESTDIR is used at INSTALL TIME ONLY to determine what the # filesystem root should be. DESTROOT ?= $(HOME) @@ -473,7 +481,7 @@ # 1. Make sure everything works fine for SOS12 # 2. Allow us to use programs we just built. This is a bit complicated, # but we want PATH to be a recursive variable, or 'gmake isaenv' won't work -PATH = $(if $(filter SOS12,$(GARCOMPILER)),$(abspath $(GARBIN)/sos12-wrappers):)$(if $(IGNORE_DESTDIR),,$(abspath $(DESTDIR)$(bindir_install)/$(MM_BINDIR)):$(DESTDIR)$(bindir_install):$(abspath $(DESTDIR)$(sbindir_install)/$(MM_BINDIR)):$(DESTDIR)$(sbindir_install):)$(abspath $(bindir_install)/$(MM_BINDIR)):$(bindir_install):$(abspath $(sbindir_install)/$(MM_BINDIR)):$(sbindir_install):$(CC_HOME)/bin:$(abspath $(GARBIN)):/usr/bin:/usr/sbin:/usr/java/bin:/usr/ccs/bin +PATH = $(if $(filter SOS12,$(GARCOMPILER)),$(abspath $(GARBIN)/sos12-wrappers):)$(if $(IGNORE_DESTDIR),,$(abspath $(DESTDIR)$(binpath_install)/$(MM_BINDIR)):$(DESTDIR)$(binpath_install):$(abspath $(DESTDIR)$(sbinpath_install)/$(MM_BINDIR)):$(DESTDIR)$(sbinpath_install):)$(abspath $(binpath_install)/$(MM_BINDIR)):$(binpath_install):$(abspath $(sbinpath_install)/$(MM_BINDIR)):$(sbinpath_install):$(CC_HOME)/bin:$(abspath $(GARBIN)):/usr/bin:/usr/sbin:/usr/java/bin:/usr/ccs/bin # This is for foo-config chaos PKG_CONFIG_DIRS ?= $(libdir_install) $(EXTRA_PKG_CONFIG_DIRS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 19:02:48 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 18:02:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3060] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3060 http://gar.svn.sourceforge.net/gar/?rev=3060&view=rev Author: harpchad Date: 2009-02-11 18:02:39 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Add a devel package Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-10 21:17:01 UTC (rev 3059) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 18:02:39 UTC (rev 3060) @@ -7,11 +7,13 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef -PACKAGES = CSWggettext CSWggettextdoc +PACKAGES = CSWggettext CSWggettextdevel CSWggettextdoc CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc +CATALOGNAME_CSWggettextdevel = ggettextdevel SPKG_DESC_CSWggettext = GNU locale utilities SPKG_DESC_CSWggettextdoc = GNU locale utilities documentation +SPKG_DESC_CSWggettextdevel = GNU locale utilities development headers and utilities ARCHALL_CSWggettextdoc = 1 MASTER_SITES = $(GNU_MIRROR) @@ -59,6 +61,7 @@ MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) +PKGFILES_CSWgettextdevel = $(PKGFILES_DEVEL) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Wed Feb 11 20:17:35 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Wed, 11 Feb 2009 19:17:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3061] csw/mgar/pkg/nginx/trunk/files Message-ID: Revision: 3061 http://gar.svn.sourceforge.net/gar/?rev=3061&view=rev Author: aigoshin Date: 2009-02-11 19:17:34 +0000 (Wed, 11 Feb 2009) Log Message: ----------- nginx: milestone 2.4 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall csw/mgar/pkg/nginx/trunk/files/svc-cswnginx Modified: csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall =================================================================== --- csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall 2009-02-11 18:02:39 UTC (rev 3060) +++ csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall 2009-02-11 19:17:34 UTC (rev 3061) @@ -4,42 +4,50 @@ ################################################################################# if [ $UPGRADE_NGINX -eq 1 ]; then + MSG="" UPGRADE_NGINX_ERR=0 - if [ -x "$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx" ]; then - MSG=`$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx upgrade` - if [ $? -eq 0 ]; then - echo " " - echo "nginx was upgraded" - else + if [ "$SMF" = "yes" ]; then + CSWNGINX="$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx" + else + CSWNGINX="$BASEDIR/etc/init.d/cswnginx" + fi + if [ -x $CSWNGINX ]; then + MSG=`$CSWNGINX upgrade` + if [ $? -ne 0 ]; then UPGRADE_NGINX_ERR=1 fi - else - if [ -x $BASEDIR/etc/init.d/cswnginx ]; then - MSG=`$BASEDIR/etc/init.d/cswnginx upgrade` - if [ $? -eq 0 ]; then - echo " " - echo "nginx was upgraded" - else - UPGRADE_NGINX_ERR=1 - fi - else - echo " " - echo "nginx was NOT upgraded" - fi fi - if [ $UPGRADE_NGINX_ERR -eq 1 ]; then + if [ $UPGRADE_NGINX_ERR -eq 0 ]; then echo " " + echo "nginx was upgraded" + echo " " + echo "If this new version of nginx works properly please run" + echo "'$CSWNGINX upgrade-commit'" + echo "to finalize the online upgrade process." + echo " " + echo "If there are problems with new version you can rollback" + echo "to the old version (which is still running) by command" + echo "'$CSWNGINX upgrade-rollback'" + echo "and subsequent reinstallation of the old package." + echo " " + echo "More details can be found in the nginx documentation:" + echo "http://sysoev.ru/nginx/docs/control.html" + else + echo " " echo "nginx was NOT upgraded" echo "$MSG" fi else echo " " - echo "This package may use online upgrade feature of nginx which" - echo "allows not to interrupt the processing of clients requests" - echo "during the nginx version upgrade." - echo "To use it you should install the package over the existing" - echo "version (without removing)." + echo "This package may use online upgrade feature of nginx which allows" + echo "not to interrupt the processing of clients requests during the nginx" + echo "version upgrade. To use it you should install the package over the" + echo "existing version (without preliminary removing)." + echo " " + echo "NOTE: if you wish to take advantage of nginx online upgrade feature" + echo "you should NOT use CSW automatic package update since it sequently" + echo "runs pkgrm/pkgadd." fi ################################################################################# Modified: csw/mgar/pkg/nginx/trunk/files/svc-cswnginx =================================================================== --- csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-11 18:02:39 UTC (rev 3060) +++ csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-11 19:17:34 UTC (rev 3061) @@ -9,8 +9,8 @@ PIDFILE=${VARRUNX}/nginx.pid PIDFILO=${VARRUNX}/nginx.pid.oldbin -[ ! -f ${NGINX} ] && exit $NGINX -[ ! -f ${CFGFILE} ] && exit $CFGFILE +#[ ! -f ${NGINX} ] && exit 255 +#[ ! -f ${CFGFILE} ] && exit 254 start() { @@ -80,8 +80,10 @@ COMM=`/bin/ps -o comm= -p $FPID` if [ "$NGINX" = "$COMM" ]; then echo "running" + return 0 else echo "running, but it is not a CSW package" + return 1 fi } @@ -89,10 +91,47 @@ { killpidf -USR2 RETVAL=$? + [ $RETVAL -ne 0 ] && return $RETVAL + OLDBINPID=0 + for i in 1 2 3 4 5; do + if [ -f $PIDFILO ]; then + OLDBINPID=1 + break + else + sleep 1 + fi + done + if [ $OLDBINPID -eq 1 ]; then + state >/dev/null + RETVAL=$? + if [ $RETVAL -eq 0 ]; then + killpidf -WINCH $PIDFILO + RETVAL=$? + fi + return $RETVAL + fi + return 1 +} + +upgrade_commit() +{ + killpidf -QUIT $PIDFILO + RETVAL=$? return $RETVAL } +upgrade_rollback() +{ + killpidf -HUP $PIDFILO + RETVAL=$? + if [ $RETVAL -eq 0 ]; then + killpidf -QUIT $PIDFILE + RETVAL=$? + fi + return $RETVAL +} + case "$1" in start) [ ! -d $VARRUNX ] && /bin/mkdir -p $VARRUNX @@ -126,8 +165,16 @@ RETVAL=$? [ $RETVAL -eq 0 ] && upgrade ||: ;; +upgrade-commit) + upgrade_commit + RETVAL=$? + ;; +upgrade-rollback) + upgrade_rollback + RETVAL=$? + ;; *) - echo "Usage: $0 {start|stop|refresh|reload|restart|rotate|state|upgrade}" + echo "Usage:" `basename $0` "{start|stop|refresh|reload|restart|rotate|state|upgrade|upgrade-commit|upgrade-rollback}" exit 1 ;; esac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Wed Feb 11 20:19:46 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Wed, 11 Feb 2009 19:19:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3062] csw/mgar/pkg/nginx/trunk/checksums Message-ID: Revision: 3062 http://gar.svn.sourceforge.net/gar/?rev=3062&view=rev Author: aigoshin Date: 2009-02-11 19:19:45 +0000 (Wed, 11 Feb 2009) Log Message: ----------- nginx: milestone 2.5 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/checksums Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2009-02-11 19:17:34 UTC (rev 3061) +++ csw/mgar/pkg/nginx/trunk/checksums 2009-02-11 19:19:45 UTC (rev 3062) @@ -1,7 +1,7 @@ 31d26f66824fd2d3f33ac0b3b9db1532 download/nginx-0.7.30.tar.gz 12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec 521cd4c0248aebfdb25df48a11a8cc49 download/CSWnginx.checkinstall -a47b8ac99b738bb19805459c6c1e5543 download/CSWnginx.postinstall +1e505987ba8df7f61f21fc28b926fc5a download/CSWnginx.postinstall e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove 5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml -19bb7c5d6246343f54b13afb327f7bcb download/svc-cswnginx +706889f6967b3b327c14aa0ff5c271ab download/svc-cswnginx This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 21:57:46 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 20:57:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3063] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3063 http://gar.svn.sourceforge.net/gar/?rev=3063&view=rev Author: harpchad Date: 2009-02-11 20:57:46 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Remove devel, add runtime Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 19:19:45 UTC (rev 3062) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 20:57:46 UTC (rev 3063) @@ -10,10 +10,10 @@ PACKAGES = CSWggettext CSWggettextdevel CSWggettextdoc CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc -CATALOGNAME_CSWggettextdevel = ggettextdevel -SPKG_DESC_CSWggettext = GNU locale utilities -SPKG_DESC_CSWggettextdoc = GNU locale utilities documentation -SPKG_DESC_CSWggettextdevel = GNU locale utilities development headers and utilities +CATALOGNAME_CSWggettextrt = ggettextrt +SPKG_DESC_CSWggettext = GNU locale utilities and development headers +SPKG_DESC_CSWggettextdoc = GNU locale documentation +SPKG_DESC_CSWggettextdevel = GNU locale runtime ARCHALL_CSWggettextdoc = 1 MASTER_SITES = $(GNU_MIRROR) @@ -48,7 +48,9 @@ BUILD64 = 1 NO_ISAEXEC = 1 -REQUIRED_PKGS_CSWggettext = CSWiconv CSWexpat CSWncurses +REQUIRED_PKGS_CSWggettextrt = CSWiconv +REQUIRED_PKGS_CSWggettext = CSWgettextrt CSWiconv CSWexpat CSWncurses +REQUIRED_PKGS_CSWggettextdoc = CSWggettext #NOTE: gettext tests are sensitive to bash environment variables, make sure # custom paths are prefixed by $PATH, may be better to set aside @@ -60,24 +62,46 @@ MERGE_EXCLUDE_FILES += .*/iconv.m4 MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* +PKGFILES_CSWggettextrt = /opt/csw/lib/libintl.* /opt/csw/lib/$(ISA)/libintl.* +PKGFILES_CSWggettextrt += /opt/csw/lib/libasprintf.* /opt/csw/lib/$(ISA)/libasprintf.* +PKGFILES_CSWggettextrt += /opt/csw/lib/libgettextpo.* /opt/csw/lib/$(ISA)/libgettextpo.* +PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext /opt/csw/bin/gngettext /opt/csw/bin/genvsubst +PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext.sh /opt/csw/share/java/libintl.jar +PKGFILES_CSWggettextrt += /opt/csw/share/locale/.* PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) -PKGFILES_CSWgettextdevel = $(PKGFILES_DEVEL) include gar/category.mk #Include old libraries for compatibility with existing packages # TODO: Convert to modulated builds post-install-isa-sparcv8: + @mkdir $(INSTALLISADIR)/opt/csw/share/java + @mv $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar $(INSTALLISADIR)/opt/csw/share/java @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 + @$(MAKECOOKIE) + $(DONADA) post-install-isa-sparcv9: + @rm $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/64/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.3 + @$(MAKECOOKIE) + $(DONADA) post-install-isa-i386: + @mkdir $(INSTALLISADIR)/opt/csw/share/java + @mv $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar $(INSTALLISADIR)/opt/csw/share/java + @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 + @$(MAKECOOKIE) + $(DONADA) + +post-install-isa-amd64: + @rm $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar + @$(MAKECOOKIE) + $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 11 22:06:49 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:06:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3064] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3064 http://gar.svn.sourceforge.net/gar/?rev=3064&view=rev Author: wbonnet Date: 2009-02-11 21:06:49 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Add missing uwatch definitions Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-11 20:57:46 UTC (rev 3063) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-11 21:06:49 UTC (rev 3064) @@ -501,6 +501,8 @@ SF_MIRRORS ?= http://downloads.sourceforge.net/$(SF_PROJ)/ # Keep this for compatibility SF_MIRROR = $(firstword $(SF_MIRRORS)) +SF_PROJECT_SHOWFILE ?= http://sourceforge.net/project/showfiles.php?group_id +UPSTREAM_USE_SF ?= 0 # Google Code GOOGLE_PROJECT ?= $(GARNAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 22:39:47 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:39:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3065] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3065 http://gar.svn.sourceforge.net/gar/?rev=3065&view=rev Author: harpchad Date: 2009-02-11 21:39:47 +0000 (Wed, 11 Feb 2009) Log Message: ----------- fix typos Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:06:49 UTC (rev 3064) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:39:47 UTC (rev 3065) @@ -7,13 +7,13 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef -PACKAGES = CSWggettext CSWggettextdevel CSWggettextdoc +PACKAGES = CSWggettext CSWggettextrt CSWggettextdoc CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc CATALOGNAME_CSWggettextrt = ggettextrt SPKG_DESC_CSWggettext = GNU locale utilities and development headers SPKG_DESC_CSWggettextdoc = GNU locale documentation -SPKG_DESC_CSWggettextdevel = GNU locale runtime +SPKG_DESC_CSWggettextrt = GNU locale runtime ARCHALL_CSWggettextdoc = 1 MASTER_SITES = $(GNU_MIRROR) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 22:44:29 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:44:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3066] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3066 http://gar.svn.sourceforge.net/gar/?rev=3066&view=rev Author: harpchad Date: 2009-02-11 21:44:29 +0000 (Wed, 11 Feb 2009) Log Message: ----------- fix typos Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:39:47 UTC (rev 3065) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:44:29 UTC (rev 3066) @@ -7,7 +7,7 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef -PACKAGES = CSWggettext CSWggettextrt CSWggettextdoc +PACKAGES = CSWggettextrt CSWggettextdoc CSWggettext CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc CATALOGNAME_CSWggettextrt = ggettextrt @@ -49,7 +49,7 @@ NO_ISAEXEC = 1 REQUIRED_PKGS_CSWggettextrt = CSWiconv -REQUIRED_PKGS_CSWggettext = CSWgettextrt CSWiconv CSWexpat CSWncurses +REQUIRED_PKGS_CSWggettext = CSWggettextrt CSWiconv CSWexpat CSWncurses REQUIRED_PKGS_CSWggettextdoc = CSWggettext #NOTE: gettext tests are sensitive to bash environment variables, make sure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 11 22:50:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:50:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3067] csw/mgar/pkg/clearsilver/trunk Message-ID: Revision: 3067 http://gar.svn.sourceforge.net/gar/?rev=3067&view=rev Author: valholla Date: 2009-02-11 21:50:10 +0000 (Wed, 11 Feb 2009) Log Message: ----------- update gar to v2 Modified Paths: -------------- csw/mgar/pkg/clearsilver/trunk/Makefile csw/mgar/pkg/clearsilver/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/clearsilver/trunk/ Property changes on: csw/mgar/pkg/clearsilver/trunk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Modified: csw/mgar/pkg/clearsilver/trunk/Makefile =================================================================== --- csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-11 21:44:29 UTC (rev 3066) +++ csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-11 21:50:10 UTC (rev 3067) @@ -1,5 +1,5 @@ GARNAME = clearsilver -GARVERSION = 0.10.4 +GARVERSION = 0.10.5 CATEGORIES = utils DESCRIPTION = Language-neutral HTML template system @@ -12,26 +12,36 @@ MASTER_SITES = http://www.clearsilver.net/downloads/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWcs,depend prototype) -DISTFILES += $(call admfiles,CSWpmcs,depend prototype) -DISTFILES += $(call admfiles,CSWpycs,depend prototype) +PACKAGES = CSWcs CSWpmcs CSWpycs + +REQUIRED_PKGS_CSWcs = CSWggettext CSWzlib +REQUIRED_PKGS_CSWpmcs = CSWperl CSWzlib +REQUIRED_PKGS_CSWpycs = CSWggettext CSWpython CSWzlib + +CATALOGNAME_CSWcs = clearsilver +CATALOGNAME_CSWpmcs = pm_clearsilver +CATALOGNAME_CSWpycs = py_clearsilver + +SPKG_DESC_CSWcs = Language-neutral HTML template system +SPKG_DESC_CSWpmcs = Clearsilver Perl language binding +SPKG_DESC_CSWpycs = Clearsilver Python language binding + +PKGFILES_CSWpmcs = $(libdir)/perl/.* +PKGFILES_CSWpmcs += $(mandir)/*perl* +PKGFILES_CSWpycs = $(libdir)/python*/.* +PKGFILES_CSWpmcs += $(mandir)/*python* + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*) -# Remove an unneeded linux-only header +GNUCOMPILER = 1 + PATCHFILES += linuxheader.diff -# Use vendor install for the perl module -PATCHFILES += perlbuild.diff - -GARCOMPILER = GNU - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-python=$(bindir)/python CONFIGURE_ARGS += --with-perl=$(bindir)/perl -#CONFIGURE_ARGS += --with-ruby=$(bindir)/ruby -#CONFIGURE_ARGS += --with-java=/usr/jdk/j2se1.4.2_02/j2se CONFIGURE_ARGS += --enable-gettext # No c-sharp at the moment @@ -41,18 +51,10 @@ CONFIGURE_ARGS += --disable-ruby CONFIGURE_ARGS += --disable-java +EXTRA_LINKER_FLAGS += -lintl + # No test target TEST_SCRIPTS = include gar/category.mk -# The perl binding needs to use the Sun compiler, regardless of whether the -# main extension uses gcc. -ifeq ($(GARCOMPILER),GNU) -PATH := $(PATH):$(SUN_CC_HOME)/bin -export PATH -endif - -LIBS += -lintl -export LIBS - Modified: csw/mgar/pkg/clearsilver/trunk/checksums =================================================================== --- csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-11 21:44:29 UTC (rev 3066) +++ csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-11 21:50:10 UTC (rev 3067) @@ -1,12 +1,2 @@ -9523df7ef17e41a01dbae5032a3e450b download/clearsilver-0.10.4.tar.gz -6135b3efabaf9a4b1e911530437e0aa0 download/CSWcs.gspec -0c687c75a85aadcd72762d6a1d503165 download/CSWcs.depend -43de53e64a60770d4e572d42e4a1955a download/CSWcs.prototype -566c39b08d4e14ab14f7b836d7fac832 download/CSWpmcs.gspec -9ebd2fa96ac23e41c6d49743c203628c download/CSWpmcs.depend -1ade3938da7c2a375121758122ad4ae8 download/CSWpmcs.prototype -448f995195c2566dcc1468346124da5d download/CSWpycs.gspec -e99be883aad6d8aac5038033cccbdebd download/CSWpycs.depend -ea1ef76e146970187d96a69f71e73a97 download/CSWpycs.prototype +b8c0c7fbe0ef5e06e0c935f134304d44 download/clearsilver-0.10.5.tar.gz b026a9b055bd0fa798b98f97680fdce9 download/linuxheader.diff -977b03892d3c1b0d8e445f09a50a3620 download/perlbuild.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 11 22:54:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:54:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3068] csw/mgar/pkg/clearsilver/trunk/ Message-ID: Revision: 3068 http://gar.svn.sourceforge.net/gar/?rev=3068&view=rev Author: valholla Date: 2009-02-11 21:54:52 +0000 (Wed, 11 Feb 2009) Log Message: ----------- try again propset Property Changed: ---------------- csw/mgar/pkg/clearsilver/trunk/ Property changes on: csw/mgar/pkg/clearsilver/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 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 Feb 11 23:11:03 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Feb 2009 22:11:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3069] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3069 http://gar.svn.sourceforge.net/gar/?rev=3069&view=rev Author: dmichelsen Date: 2009-02-11 22:11:03 +0000 (Wed, 11 Feb 2009) Log Message: ----------- mGAR v2: Make sure licenses are always put in the right location Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 21:54:52 UTC (rev 3068) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 22:11:03 UTC (rev 3069) @@ -70,8 +70,10 @@ ) endef +# We do not put this in $(docdir), as the prefix may have been reset to some +# other location and the license should always be in a fixed location. define licensedir -$(docdir)/$(call catalogname,$(1)) +$(BUILD_PREFIX)/share/doc/$(call catalogname,$(1)) endef # Set this to your svn binary This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 11 23:14:43 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 11 Feb 2009 22:14:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3070] csw/mgar/pkg/a52dec/trunk/Makefile Message-ID: Revision: 3070 http://gar.svn.sourceforge.net/gar/?rev=3070&view=rev Author: wbonnet Date: 2009-02-11 22:14:42 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Remove buggy upstream definition Modified Paths: -------------- csw/mgar/pkg/a52dec/trunk/Makefile Modified: csw/mgar/pkg/a52dec/trunk/Makefile =================================================================== --- csw/mgar/pkg/a52dec/trunk/Makefile 2009-02-11 22:11:03 UTC (rev 3069) +++ csw/mgar/pkg/a52dec/trunk/Makefile 2009-02-11 22:14:42 UTC (rev 3070) @@ -13,8 +13,6 @@ DISTFILES += $(call admfiles,CSWliba52, depend) # We define upstream file regex so we can be notifed of new upstream software release -UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=33591 -UPSTREAM_USE_SF = 1 UFILES_REGEX = (\d+(?:\.\d+)*) CONFIGURE_ARGS = $(DIRPATHS) --enable-shared --disable-static 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 Feb 11 23:24:05 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Feb 2009 22:24:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3071] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3071 http://gar.svn.sourceforge.net/gar/?rev=3071&view=rev Author: dmichelsen Date: 2009-02-11 22:24:04 +0000 (Wed, 11 Feb 2009) Log Message: ----------- mGAR v2: Add dependency to diretory missing under certain circumstances Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 22:14:42 UTC (rev 3070) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 22:24:04 UTC (rev 3071) @@ -374,7 +374,7 @@ ) endef -merge-license-%: +merge-license-%: $(WORKDIR) $(_DBG)$(if $(and $(LICENSE_$*),$(LICENSE_FULL_$*)),$(error Both LICENSE_$* and LICENSE_FULL_$* have been specified where only one is allowed)) \ $(if $(and $(filter $*,$(PACKAGES)),$(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*))), \ LICENSEFILE=$(or $(call licensefile,$*),$(if $(_LICENSE_IS_DEFAULT),,$(error Cannot find license file for package $*))); \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Thu Feb 12 02:00:14 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Thu, 12 Feb 2009 01:00:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3072] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3072 http://gar.svn.sourceforge.net/gar/?rev=3072&view=rev Author: harpchad Date: 2009-02-12 01:00:13 +0000 (Thu, 12 Feb 2009) Log Message: ----------- Sytax fixes Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 22:24:04 UTC (rev 3071) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-12 01:00:13 UTC (rev 3072) @@ -62,9 +62,9 @@ MERGE_EXCLUDE_FILES += .*/iconv.m4 MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* -PKGFILES_CSWggettextrt = /opt/csw/lib/libintl.* /opt/csw/lib/$(ISA)/libintl.* -PKGFILES_CSWggettextrt += /opt/csw/lib/libasprintf.* /opt/csw/lib/$(ISA)/libasprintf.* -PKGFILES_CSWggettextrt += /opt/csw/lib/libgettextpo.* /opt/csw/lib/$(ISA)/libgettextpo.* +PKGFILES_CSWggettextrt = $(call baseisadirs,$(libdir),libintl\..*) +PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libasprintf\..*) +PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libgettextpo\..*) PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext /opt/csw/bin/gngettext /opt/csw/bin/genvsubst PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext.sh /opt/csw/share/java/libintl.jar PKGFILES_CSWggettextrt += /opt/csw/share/locale/.* @@ -80,7 +80,6 @@ @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 - @$(MAKECOOKIE) $(DONADA) post-install-isa-sparcv9: @@ -88,7 +87,6 @@ @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/64/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.3 - @$(MAKECOOKIE) $(DONADA) post-install-isa-i386: @@ -98,10 +96,8 @@ @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 - @$(MAKECOOKIE) $(DONADA) post-install-isa-amd64: @rm $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar - @$(MAKECOOKIE) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 05:17:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 04:17:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3073] csw/mgar/pkg/clearsilver/trunk Message-ID: Revision: 3073 http://gar.svn.sourceforge.net/gar/?rev=3073&view=rev Author: valholla Date: 2009-02-12 04:17:09 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/clearsilver/trunk/Makefile csw/mgar/pkg/clearsilver/trunk/checksums csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff Removed Paths: ------------- csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff Modified: csw/mgar/pkg/clearsilver/trunk/Makefile =================================================================== --- csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-12 04:17:09 UTC (rev 3073) @@ -32,13 +32,14 @@ PKGFILES_CSWpycs = $(libdir)/python*/.* PKGFILES_CSWpmcs += $(mandir)/*python* +GARCOMPILER = GNU + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*) -GNUCOMPILER = 1 +PATCHFILES += perlbuild.diff +PATCHFILES += pybuild.diff -PATCHFILES += linuxheader.diff - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-python=$(bindir)/python CONFIGURE_ARGS += --with-perl=$(bindir)/perl @@ -58,3 +59,4 @@ include gar/category.mk +PATH := $(PATH):$(SOS11_CC_HOME)/bin Modified: csw/mgar/pkg/clearsilver/trunk/checksums =================================================================== --- csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,2 +1,3 @@ b8c0c7fbe0ef5e06e0c935f134304d44 download/clearsilver-0.10.5.tar.gz -b026a9b055bd0fa798b98f97680fdce9 download/linuxheader.diff +1c25fda8bb2666658d8ddcf3ad9b7235 download/perlbuild.diff +3cf628054d5c839169c1a01d40708f1a download/pybuild.diff Deleted: csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,11 +0,0 @@ -diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/cgi/cgiwrap.c clearsilver-0.10.4/cgi/cgiwrap.c ---- clearsilver-0.10.4.orig/cgi/cgiwrap.c 2006-03-28 19:12:37.000000000 -0500 -+++ clearsilver-0.10.4/cgi/cgiwrap.c 2007-01-30 13:39:27.435880000 -0500 -@@ -11,7 +11,6 @@ - - #include "cs_config.h" - --#include - #include - #include - #include Modified: csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,12 +1,30 @@ -diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/Makefile clearsilver-0.10.4/Makefile ---- clearsilver-0.10.4.orig/Makefile 2006-11-15 01:54:13.000000000 -0500 -+++ clearsilver-0.10.4/Makefile 2007-01-30 13:54:59.322121000 -0500 -@@ -29,7 +29,7 @@ - @for mdir in $(SUBDIRS); do \ - if test -d $$mdir; then \ - if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \ -- cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix); cd ..; \ -+ cd $$mdir; $(PERL) Makefile.PL INSTALLDIRS=vendor PREFIX=$(prefix); cd ..; \ - fi; \ - $(MAKE) -C $$mdir PREFIX=$(prefix); \ - fi; \ +--- clearsilver-0.10.5/util/neo_err.h.orig 2009-02-11 21:47:19.808962558 -0600 ++++ clearsilver-0.10.5/util/neo_err.h 2009-02-11 21:47:39.950596225 -0600 +@@ -60,16 +60,7 @@ + struct _neo_err *next; + } NEOERR; + +-/* Technically, we could do this in configure and detect what their compiler +- * can handle, but for now... */ +-#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +-#define USE_C99_VARARG_MACROS 1 +-#elif __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 4) || defined (S_SPLINT_S) + #define USE_GNUC_VARARG_MACROS 1 +-#else +-#error The compiler is missing support for variable-argument macros. +-#endif +- + + /* + * function: nerr_raise +--- clearsilver-0.10.5/perl/Makefile.PL.orig 2009-02-11 22:04:59.952887656 -0600 ++++ clearsilver-0.10.5/perl/Makefile.PL 2009-02-11 22:05:16.980898358 -0600 +@@ -9,7 +9,7 @@ + (ABSTRACT_FROM => 'ClearSilver.pm', # retrieve abstract from module + AUTHOR => 'A. U. Thor ') : ()), + # TODO: don't include -lz if we aren't depending on it +- 'LIBS' => ['-L../libs -lneo_cgi -lneo_cs -lneo_utl -lz'], ++ 'LIBS' => ['-R/opt/csw/lib -L../libs -lneo_cgi -lneo_cs -lneo_utl -lz -lintl'], + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + # Insert -I. if you add *.h files later: + 'INC' => '-I../', Modified: csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,6 +1,6 @@ diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/python/Makefile clearsilver-0.10.4/python/Makefile ---- clearsilver-0.10.4.orig/python/Makefile 2006-07-13 02:51:49.000000000 -0400 -+++ clearsilver-0.10.4/python/Makefile 2007-10-04 18:11:07.842608000 -0400 +--- clearsilver-0.10.5.orig/python/Makefile 2006-07-13 02:51:49.000000000 -0400 ++++ clearsilver-0.10.5/python/Makefile 2007-10-04 18:11:07.842608000 -0400 @@ -25,7 +25,7 @@ $(NEO_UTIL_SO): setup.py $(NEO_UTIL_SRC) $(DEP_LIBS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 13:27:31 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 12:27:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3074] csw/mgar/pkg/mod_python/trunk/ Message-ID: Revision: 3074 http://gar.svn.sourceforge.net/gar/?rev=3074&view=rev Author: valholla Date: 2009-02-12 12:27:31 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update mod_python to gar v2 Property Changed: ---------------- csw/mgar/pkg/mod_python/trunk/ Property changes on: csw/mgar/pkg/mod_python/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 14:32:58 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 13:32:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3075] csw/mgar/pkg/mysql-python/trunk/ Message-ID: Revision: 3075 http://gar.svn.sourceforge.net/gar/?rev=3075&view=rev Author: valholla Date: 2009-02-12 13:32:58 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update mysql-python to gar v2 Property Changed: ---------------- csw/mgar/pkg/mysql-python/trunk/ Property changes on: csw/mgar/pkg/mysql-python/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:27:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:27:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3076] csw/mgar/pkg/silvercity/trunk/ Message-ID: Revision: 3076 http://gar.svn.sourceforge.net/gar/?rev=3076&view=rev Author: valholla Date: 2009-02-12 14:27:38 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update silvercity to gar v2 Property Changed: ---------------- csw/mgar/pkg/silvercity/trunk/ Property changes on: csw/mgar/pkg/silvercity/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:42:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:42:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3077] csw/mgar/pkg/pysetuptools/trunk/ Message-ID: Revision: 3077 http://gar.svn.sourceforge.net/gar/?rev=3077&view=rev Author: valholla Date: 2009-02-12 14:42:49 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update pysetuptools to gar v2 Property Changed: ---------------- csw/mgar/pkg/pysetuptools/trunk/ Property changes on: csw/mgar/pkg/pysetuptools/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:49:54 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:49:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3078] csw/mgar/pkg/pysetuptools/trunk Message-ID: Revision: 3078 http://gar.svn.sourceforge.net/gar/?rev=3078&view=rev Author: valholla Date: 2009-02-12 14:49:54 +0000 (Thu, 12 Feb 2009) Log Message: ----------- prep for python 2.6 Modified Paths: -------------- csw/mgar/pkg/pysetuptools/trunk/Makefile csw/mgar/pkg/pysetuptools/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff Modified: csw/mgar/pkg/pysetuptools/trunk/Makefile =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:49:54 UTC (rev 3078) @@ -11,14 +11,16 @@ MASTER_SITES = http://cheeseshop.python.org/packages/source/s/setuptools/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpysetuptools,depend prototype) -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +REQUIRED_PKGS_CSWpysetuptools = CSWpython +PACKAGES = CSWpysetuptools +CATALOGNAME_CSWpysetuptools = py_setuptools +SPKG_DESC = Distribution Utiltiies for Python -# Use versionless python lib -PATCHFILES += pyversion.diff +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)(\d+(?:\.\d+)*) + CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py TEST_SCRIPTS = $(WORKSRC)/setup.py @@ -29,10 +31,3 @@ include gar/category.mk -PYTHONPATH = $(DESTDIR)$(libdir)/python/site-packages/ -export PYTHONPATH - -pre-install: - install -d $(PYTHONPATH) - $(DONADA) - Modified: csw/mgar/pkg/pysetuptools/trunk/checksums =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/checksums 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/checksums 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,5 +1 @@ dedbf6a4f71cd6deaf13ee885054f16b download/setuptools-0.6c7.tar.gz -e43523c3d7ef6a365b4ca3fc5af40ecf download/CSWpysetuptools.gspec -36c5aa67998847e4cda35af7f52059b0 download/CSWpysetuptools.depend -c2aa574f3e309b658e8c64bc3c4e1719 download/CSWpysetuptools.prototype -c892107d0212679667a725e385106fe3 download/pyversion.diff Deleted: csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend 2009-02-12 14:49:54 UTC (rev 3078) @@ -1 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter Deleted: csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,8 +0,0 @@ -%var bitname pysetuptools -%var pkgname CSWpysetuptools -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Author: Phillip J. Eby -License: PSF (http://www.python.org/2.3.2/license.html) or - ZPL (http://www.zope.org/Resources/ZPL) Deleted: csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,88 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/easy_install 0755 root bin -f none /opt/csw/bin/easy_install-2.5 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -f none /opt/csw/lib/python/site-packages/easy_install.py 0644 root bin -f none /opt/csw/lib/python/site-packages/easy_install.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pkg_resources.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pkg_resources.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/setuptools 0755 root bin -d none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/PKG-INFO 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/SOURCES.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/dependency_links.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/entry_points.txt 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/top_level.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/zip-safe 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/archive_util.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/archive_util.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/cli.exe 0755 root bin -d none /opt/csw/lib/python/site-packages/setuptools/command 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/alias.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/alias.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_egg.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_egg.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_rpm.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_rpm.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_wininst.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_wininst.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_ext.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_ext.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_py.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_py.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/develop.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/develop.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/easy_install.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/easy_install.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/egg_info.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/egg_info.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_egg_info.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_egg_info.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_lib.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_lib.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_scripts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_scripts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/register.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/register.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/rotate.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/rotate.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/saveopts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/saveopts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/sdist.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/sdist.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/setopt.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/setopt.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/test.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/test.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/upload.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/upload.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/depends.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/depends.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/dist.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/dist.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/extension.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/extension.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/gui.exe 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools/package_index.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/package_index.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/sandbox.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/sandbox.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/setuptools/tests 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/doctest.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/doctest.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_packageindex.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_packageindex.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_resources.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_resources.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/site.py 0644 root bin -f none /opt/csw/lib/python/site-packages/site.pyc 0644 root bin Deleted: csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,42 +0,0 @@ -diff --speed-large-files --minimal -Nru setuptools-0.6c7.orig/setuptools/command/easy_install.py setuptools-0.6c7/setuptools/command/easy_install.py ---- setuptools-0.6c7.orig/setuptools/command/easy_install.py 2007-09-04 12:18:45.000000000 -0400 -+++ setuptools-0.6c7/setuptools/command/easy_install.py 2007-10-06 00:19:59.860256000 -0400 -@@ -1107,7 +1107,7 @@ - - INSTALL_SCHEMES = dict( - posix = dict( -- install_dir = '$base/lib/python$py_version_short/site-packages', -+ install_dir = '$base/lib/python/site-packages', - script_dir = '$base/bin', - ), - ) -diff --speed-large-files --minimal -Nru setuptools-0.6c7.orig/virtual-python.py setuptools-0.6c7/virtual-python.py ---- setuptools-0.6c7.orig/virtual-python.py 2006-09-20 17:05:04.000000000 -0400 -+++ setuptools-0.6c7/virtual-python.py 2007-10-06 00:16:48.138770000 -0400 -@@ -64,7 +64,7 @@ - global verbose - - home_dir = os.path.expanduser(options.prefix) -- lib_dir = join(home_dir, 'lib', py_version) -+ lib_dir = join(home_dir, 'lib', 'python') - inc_dir = join(home_dir, 'include', py_version) - bin_dir = join(home_dir, 'bin') - -@@ -82,7 +82,7 @@ - - prefix = sys.prefix - mkdir(lib_dir) -- stdlib_dir = join(prefix, 'lib', py_version) -+ stdlib_dir = join(prefix, 'lib', 'python') - for fn in os.listdir(stdlib_dir): - if fn != 'site-packages': - symlink(join(stdlib_dir, fn), join(lib_dir, fn)) -@@ -99,7 +99,7 @@ - symlink(join(stdinc_dir, fn), join(inc_dir, fn)) - - if sys.exec_prefix != sys.prefix: -- exec_dir = join(sys.exec_prefix, 'lib', py_version) -+ exec_dir = join(sys.exec_prefix, 'lib', 'python') - for fn in os.listdir(exec_dir): - symlink(join(exec_dir, fn), join(lib_dir, fn)) - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:54:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:54:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3079] csw/mgar/pkg/pysetuptools/trunk/Makefile Message-ID: Revision: 3079 http://gar.svn.sourceforge.net/gar/?rev=3079&view=rev Author: valholla Date: 2009-02-12 14:54:37 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/pysetuptools/trunk/Makefile Modified: csw/mgar/pkg/pysetuptools/trunk/Makefile =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:49:54 UTC (rev 3078) +++ csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:54:37 UTC (rev 3079) @@ -15,7 +15,7 @@ REQUIRED_PKGS_CSWpysetuptools = CSWpython PACKAGES = CSWpysetuptools CATALOGNAME_CSWpysetuptools = py_setuptools -SPKG_DESC = Distribution Utiltiies for Python +SPKG_DESC_CSWpysetuptools = Distribution Utiltiies for Python # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:54:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:54:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3080] csw/mgar/pkg/pydocutils/trunk Message-ID: Revision: 3080 http://gar.svn.sourceforge.net/gar/?rev=3080&view=rev Author: valholla Date: 2009-02-12 14:54:45 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/pydocutils/trunk/Makefile csw/mgar/pkg/pydocutils/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype Modified: csw/mgar/pkg/pydocutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/pydocutils/trunk/Makefile 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/Makefile 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,5 +1,5 @@ GARNAME = docutils -GARVERSION = 0.4 +GARVERSION = 0.5 CATEGORIES = lang DESCRIPTION = Documentation Utiltiies for Python @@ -9,8 +9,12 @@ MASTER_SITES = $(SF_MIRROR)/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpydocutils,depend prototype) +PACKAGES = CSWpydocutils +REQUIRED_PKGS_CSWpydocutils = CSWpython +CATALOGNAME_CSWpydocutils = py_docutils +SPKG_DESC = Documentation Utiltiies for Python + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/pydocutils/trunk/checksums =================================================================== --- csw/mgar/pkg/pydocutils/trunk/checksums 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/checksums 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,4 +1 @@ -0fe7b42bb3c2aa3680fe30f9a5fbf712 download/docutils-0.4.tar.gz -757690c0f8d80abada31d97b4f3c24dc download/CSWpydocutils.gspec -36c5aa67998847e4cda35af7f52059b0 download/CSWpydocutils.depend -14f9f9d32e329ba7277bb215ecf873aa download/CSWpydocutils.prototype +dd72dac92fc8e3eb0f48c3effeef80f6 download/docutils-0.5.tar.gz Deleted: csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend =================================================================== --- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend 2009-02-12 14:54:45 UTC (rev 3080) @@ -1 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter Deleted: csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec =================================================================== --- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,5 +0,0 @@ -%var bitname pydocutils -%var pkgname CSWpydocutils -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING.txt Deleted: csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype =================================================================== --- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,362 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/rst2html.py 0755 root bin -f none /opt/csw/bin/rst2latex.py 0755 root bin -f none /opt/csw/bin/rst2newlatex.py 0755 root bin -f none /opt/csw/bin/rst2pseudoxml.py 0755 root bin -f none /opt/csw/bin/rst2s5.py 0755 root bin -f none /opt/csw/bin/rst2xml.py 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/docutils 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils-0.4-py2.5.egg-info 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/core.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/examples.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/examples.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/io.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/io.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/languages 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/af.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/af.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ca.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ca.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/cs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/cs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/de.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/de.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/en.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/en.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/eo.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/eo.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/es.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/es.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fr.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fr.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/it.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/it.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ja.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ja.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/nl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/nl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/pt_br.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/pt_br.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ru.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ru.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sk.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sk.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sv.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sv.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_cn.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_cn.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_tw.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_tw.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/nodes.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/nodes.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/null.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/null.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/__init__.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/admonitions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/admonitions.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/body.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/body.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/html.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/html.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/images.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/images.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/misc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/misc.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/parts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/parts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/references.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/references.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/tables.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/tables.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/README.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsa.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsb.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsc.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsn.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamso.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsr.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isobox.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isocyr1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isocyr2.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isodia.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk2.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk3.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk4.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isolat1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isolat2.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomfrk.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomopf-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomopf.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomscr-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomscr.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isonum.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isopub.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isotech.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/mmlalias.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/mmlextra.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/s5defs.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/xhtml1-special.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/af.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/af.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ca.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ca.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/cs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/cs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/de.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/de.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/en.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/en.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/eo.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/eo.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/es.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/es.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fr.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fr.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/it.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/it.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ja.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ja.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/nl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/nl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/pt_br.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/pt_br.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ru.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ru.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sk.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sk.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sv.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sv.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_cn.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_cn.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_tw.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_tw.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/roles.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/roles.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/states.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/states.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/tableparser.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/tableparser.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/readers 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/doctree.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/doctree.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/pep.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/pep.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/readers/python 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/moduleparser.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/moduleparser.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/pynodes.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/pynodes.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/standalone.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/standalone.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/statemachine.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/statemachine.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/transforms 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/components.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/components.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/frontmatter.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/frontmatter.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/misc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/misc.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/parts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/parts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/peps.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/peps.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/references.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/references.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/universal.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/universal.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/writer_aux.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/writer_aux.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/urischemes.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/urischemes.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/utils.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/utils.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/docutils_xml.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/docutils_xml.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/html4css1 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/html4css1/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/html4css1/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/html4css1/html4css1.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/latex2e 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/latex2e/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/latex2e/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/latex2e/latex2e.tex 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/base.tex 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/unicode_map.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/unicode_map.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/null.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/null.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/pep_html 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/pep.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/template.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pseudoxml.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pseudoxml.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/__init__.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/README.txt 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black/__base__ 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-white 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-white/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/blank.gif 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/iepngfix.htc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/opera.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/outline.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/pretty.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/print.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/s5-core.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/slides.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/slides.js 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-black 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-black/__base__ 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-white 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-black 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-black/__base__ 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-white 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-white/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css 0644 root bin -f none /opt/csw/lib/python/site-packages/roman.py 0644 root bin -f none /opt/csw/lib/python/site-packages/roman.pyc 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/pydocutils 0755 root bin -d none /opt/csw/share/doc/pydocutils/api 0755 root bin -f none /opt/csw/share/doc/pydocutils/api/cmdline-tool.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/api/publisher.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/api/runtime-settings.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/dev 0755 root bin -f none /opt/csw/share/doc/pydocutils/dev/distributing.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/enthought-plan.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/enthought-rfp.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/hacking.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/policies.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/pysource.dtd 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/pysource.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/release.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/repository.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/dev/rst 0755 root bin -f none /opt/csw/share/doc/pydocutils/dev/rst/alternatives.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/rst/problems.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/semantics.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/testing.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/todo.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/website.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/extras 0755 root bin -f none /opt/csw/share/doc/pydocutils/extras/optparse.py 0644 root bin -f none /opt/csw/share/doc/pydocutils/extras/roman.py 0644 root bin -f none /opt/csw/share/doc/pydocutils/extras/textwrap.py 0644 root bin -d none /opt/csw/share/doc/pydocutils/howto 0755 root bin -f none /opt/csw/share/doc/pydocutils/howto/html-stylesheets.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/howto/i18n.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/howto/rst-directives.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/howto/rst-roles.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/index.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/peps 0755 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0256.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0257.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0258.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0287.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/ref 0755 root bin -f none /opt/csw/share/doc/pydocutils/ref/doctree.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/docutils.dtd 0644 root bin -d none /opt/csw/share/doc/pydocutils/ref/rst 0755 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/definitions.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/directives.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/introduction.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/restructuredtext.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/roles.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/soextblx.dtd 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/transforms.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/Makefile.docutils-update 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/config.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/emacs.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user/images 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/images/big-black.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/big-white.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/default.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/happy_monkey.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/medium-black.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/medium-white.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-all.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-breaks.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-covers.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-cuts.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-empty.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-objects.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp.svg 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/s5-files.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/s5-files.svg 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/small-black.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/small-white.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/latex.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/links.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/mailing-lists.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user/rst 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/cheatsheet.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/demo.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user/rst/images 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/images/ball1.gif 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/images/biohazard.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/images/title.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/quickref.html 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/quickstart.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/slide-shows.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/tools.txt 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 16:01:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 15:01:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3081] csw/mgar/pkg/trac/trunk Message-ID: Revision: 3081 http://gar.svn.sourceforge.net/gar/?rev=3081&view=rev Author: valholla Date: 2009-02-12 15:01:30 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/trac/trunk/Makefile csw/mgar/pkg/trac/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/trac/trunk/files/CSWtrac.depend csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype Modified: csw/mgar/pkg/trac/trunk/Makefile =================================================================== --- csw/mgar/pkg/trac/trunk/Makefile 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/Makefile 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,5 +1,5 @@ -GARNAME = trac -GARVERSION = 0.10.4 +GARNAME = Trac +GARVERSION = 0.11.2.1 CATEGORIES = apps DESCRIPTION = Integrated SCM and Project Management @@ -13,10 +13,17 @@ MASTER_SITES = http://ftp.edgewall.com/pub/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWtrac,depend prototype) +PACKAGES = CSWtrac +REQUIRED_PKGS_CSWtrac = CSWenscript CSWpycs CSWpydocutils +REQUIRED_PKGS_CSWtrac += CSWpysetuptools CSWpysqlite2 CSWpysvn +REQUIRED_PKGS_CSWtrac += CSWpython CSWsilvercity + +CATALOGNAME_CSWtrac = trac +SPKG_DESC_CSWtrac = Integrated SCM and Project Management + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = (\d+(?:\.\d+)*) SPKG_SOURCEURL = http://trac.edgewall.org/wiki/TracDownload Modified: csw/mgar/pkg/trac/trunk/checksums =================================================================== --- csw/mgar/pkg/trac/trunk/checksums 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/checksums 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,4 +1 @@ -52a3a21ad9faafc3b59cbeb87d5a69d2 download/trac-0.10.4.tar.gz -01d1b6fa28940399540be73189a0f927 download/CSWtrac.gspec -c42d01aaf4b72c1daf1280cda530b894 download/CSWtrac.depend -6dda332b3039490dfce8d0bfd76d0f54 download/CSWtrac.prototype +984ade4c234539f50c738d6a55a45e80 download/Trac-0.11.2.1.tar.gz Deleted: csw/mgar/pkg/trac/trunk/files/CSWtrac.depend =================================================================== --- csw/mgar/pkg/trac/trunk/files/CSWtrac.depend 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/files/CSWtrac.depend 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,8 +0,0 @@ -P CSWenscript enscript - convert text files to PostScript -P CSWpycs pyclearsilver - Clearsilver Python language binding -P CSWpydocutils pydocutils - Documentation Utiltiies for Python -P CSWpysetuptools pysetuptools - Distribution Utiltiies for Python -P CSWpysqlite2 pysqlite2 - SQLite3 support for Python -P CSWpysvn pysvn - Subversion Python language binding -P CSWpython python - The Python 2.3 language interpreter -P CSWsilvercity silvercity - Lexical analysis package for Python Deleted: csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec =================================================================== --- csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,5 +0,0 @@ -%var bitname trac -%var pkgname CSWtrac -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype =================================================================== --- csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,377 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/trac-admin 0755 root bin -f none /opt/csw/bin/tracd 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/trac 0755 root bin -f none /opt/csw/lib/python/site-packages/trac-0.10.4-py2.5.egg-info 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/About.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/About.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Search.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Search.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Settings.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Settings.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Timeline.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Timeline.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/attachment.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/attachment.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/config.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/config.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/core.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/db 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/db/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/mysql_backend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/mysql_backend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/pool.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/pool.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/postgres_backend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/postgres_backend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/schema.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/schema.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/sqlite_backend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/sqlite_backend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/util.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/util.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db_default.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db_default.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/env.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/env.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/loader.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/loader.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/log.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/log.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/mimeview 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/enscript.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/enscript.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/patch.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/patch.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/php.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/php.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/rst.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/rst.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/silvercity.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/silvercity.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/txtl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/txtl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/notification.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/notification.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/perm.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/perm.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/scripts 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/admin.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/admin.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/siteconfig.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/siteconfig.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/test.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/test.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/ticket 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/model.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/model.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/notification.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/notification.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/query.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/query.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/report.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/report.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/roadmap.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/roadmap.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/web_ui.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/web_ui.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/upgrades 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db10.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db10.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db11.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db11.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db12.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db12.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db13.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db13.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db14.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db14.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db15.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db15.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db16.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db16.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db17.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db17.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db18.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db18.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db19.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db19.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db20.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db20.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db3.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db3.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db4.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db4.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db5.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db5.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db6.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db6.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db7.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db7.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db8.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db8.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db9.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db9.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/util 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/util/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/autoreload.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/autoreload.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/daemon.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/daemon.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/datefmt.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/datefmt.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/html.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/html.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/text.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/text.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/versioncontrol 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/cache.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/cache.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/diff.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/diff.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_authz.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_authz.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/browser.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/browser.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/changeset.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/changeset.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/log.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/log.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/util.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/util.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/web 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/web/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/_fcgi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/_fcgi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/auth.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/auth.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/cgi_frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/cgi_frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/chrome.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/chrome.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/clearsilver.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/clearsilver.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/fcgi_frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/fcgi_frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/href.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/href.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/main.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/main.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/modpython_frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/modpython_frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/session.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/session.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/standalone.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/standalone.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/wsgi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/wsgi.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/wiki 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/formatter.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/formatter.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/intertrac.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/intertrac.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/interwiki.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/interwiki.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/macros.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/macros.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/model.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/model.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/web_ui.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/web_ui.pyc 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/trac 0755 root bin -f none /opt/csw/share/doc/trac/COPYING 0644 root bin -f none /opt/csw/share/doc/trac/ChangeLog 0644 root bin -f none /opt/csw/share/doc/trac/INSTALL 0644 root bin -f none /opt/csw/share/doc/trac/README 0644 root bin -f none /opt/csw/share/doc/trac/README.tracd 0644 root bin -f none /opt/csw/share/doc/trac/UPGRADE 0644 root bin -d none /opt/csw/share/doc/trac/contrib 0755 root bin -f none /opt/csw/share/doc/trac/contrib/README 0644 root bin -f none /opt/csw/share/doc/trac/contrib/bugzilla2trac.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/emailfilter.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/htdigest.py 0755 root bin -f none /opt/csw/share/doc/trac/contrib/migrateticketmodel.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/sourceforge2trac.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/trac-post-commit-hook 0755 root bin -f none /opt/csw/share/doc/trac/contrib/trac-post-commit-hook.cmd 0644 root bin -f none /opt/csw/share/doc/trac/contrib/trac-pre-commit-hook 0644 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/trac-admin.1 0644 root bin -f none /opt/csw/share/man/man1/tracd.1 0644 root bin -d none /opt/csw/share/trac 0755 root bin -d none /opt/csw/share/trac/cgi-bin 0755 root bin -f none /opt/csw/share/trac/cgi-bin/trac.cgi 0755 root bin -f none /opt/csw/share/trac/cgi-bin/trac.fcgi 0755 root bin -d none /opt/csw/share/trac/conf 0755 root bin -d none /opt/csw/share/trac/htdocs 0755 root bin -f none /opt/csw/share/trac/htdocs/README 0644 root bin -f none /opt/csw/share/trac/htdocs/asc.png 0644 root bin -f none /opt/csw/share/trac/htdocs/attachment.png 0644 root bin -f none /opt/csw/share/trac/htdocs/changeset.png 0644 root bin -f none /opt/csw/share/trac/htdocs/closedticket.png 0644 root bin -d none /opt/csw/share/trac/htdocs/css 0755 root bin -f none /opt/csw/share/trac/htdocs/css/about.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/browser.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/changeset.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/code.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/diff.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/report.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/roadmap.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/search.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/ticket.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/timeline.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/trac.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/wiki.css 0644 root bin -f none /opt/csw/share/trac/htdocs/desc.png 0644 root bin -f none /opt/csw/share/trac/htdocs/dots.gif 0644 root bin -f none /opt/csw/share/trac/htdocs/draft.png 0644 root bin -f none /opt/csw/share/trac/htdocs/edit_toolbar.png 0644 root bin -f none /opt/csw/share/trac/htdocs/editedticket.png 0644 root bin -f none /opt/csw/share/trac/htdocs/extlink.gif 0644 root bin -f none /opt/csw/share/trac/htdocs/file.png 0644 root bin -f none /opt/csw/share/trac/htdocs/folder.png 0644 root bin -f none /opt/csw/share/trac/htdocs/ics.png 0644 root bin -f none /opt/csw/share/trac/htdocs/imggrid.png 0644 root bin -d none /opt/csw/share/trac/htdocs/js 0755 root bin -f none /opt/csw/share/trac/htdocs/js/query.js 0644 root bin -f none /opt/csw/share/trac/htdocs/js/trac.js 0644 root bin -f none /opt/csw/share/trac/htdocs/js/wikitoolbar.js 0644 root bin -f none /opt/csw/share/trac/htdocs/milestone.png 0644 root bin -f none /opt/csw/share/trac/htdocs/newticket.png 0644 root bin -f none /opt/csw/share/trac/htdocs/parent.png 0644 root bin -f none /opt/csw/share/trac/htdocs/python.png 0644 root bin -f none /opt/csw/share/trac/htdocs/topbar_gradient.png 0644 root bin -f none /opt/csw/share/trac/htdocs/topbar_gradient2.png 0644 root bin -f none /opt/csw/share/trac/htdocs/trac.ico 0644 root bin -f none /opt/csw/share/trac/htdocs/trac_banner.png 0644 root bin -f none /opt/csw/share/trac/htdocs/trac_logo_mini.png 0644 root bin -f none /opt/csw/share/trac/htdocs/wiki.png 0644 root bin -f none /opt/csw/share/trac/htdocs/xml.png 0644 root bin -d none /opt/csw/share/trac/plugins 0755 root bin -d none /opt/csw/share/trac/templates 0755 root bin -f none /opt/csw/share/trac/templates/README 0644 root bin -f none /opt/csw/share/trac/templates/about.cs 0644 root bin -f none /opt/csw/share/trac/templates/anydiff.cs 0644 root bin -f none /opt/csw/share/trac/templates/attachment.cs 0644 root bin -f none /opt/csw/share/trac/templates/browser.cs 0644 root bin -f none /opt/csw/share/trac/templates/changeset.cs 0644 root bin -f none /opt/csw/share/trac/templates/error.cs 0644 root bin -f none /opt/csw/share/trac/templates/footer.cs 0644 root bin -f none /opt/csw/share/trac/templates/header.cs 0644 root bin -f none /opt/csw/share/trac/templates/index.cs 0644 root bin -f none /opt/csw/share/trac/templates/log.cs 0644 root bin -f none /opt/csw/share/trac/templates/log_changelog.cs 0644 root bin -f none /opt/csw/share/trac/templates/log_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/macros.cs 0644 root bin -f none /opt/csw/share/trac/templates/milestone.cs 0644 root bin -f none /opt/csw/share/trac/templates/newticket.cs 0644 root bin -f none /opt/csw/share/trac/templates/query.cs 0644 root bin -f none /opt/csw/share/trac/templates/query_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/report.cs 0644 root bin -f none /opt/csw/share/trac/templates/report_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/roadmap.cs 0644 root bin -f none /opt/csw/share/trac/templates/search.cs 0644 root bin -f none /opt/csw/share/trac/templates/settings.cs 0644 root bin -f none /opt/csw/share/trac/templates/ticket.cs 0644 root bin -f none /opt/csw/share/trac/templates/ticket_notify_email.cs 0644 root bin -f none /opt/csw/share/trac/templates/ticket_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/timeline.cs 0644 root bin -f none /opt/csw/share/trac/templates/timeline_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/wiki.cs 0644 root bin -d none /opt/csw/share/trac/wiki-default 0755 root bin -f none /opt/csw/share/trac/wiki-default/CamelCase 0644 root bin -f none /opt/csw/share/trac/wiki-default/InterMapTxt 0644 root bin -f none /opt/csw/share/trac/wiki-default/InterTrac 0644 root bin -f none /opt/csw/share/trac/wiki-default/InterWiki 0644 root bin -f none /opt/csw/share/trac/wiki-default/RecentChanges 0644 root bin -f none /opt/csw/share/trac/wiki-default/SandBox 0644 root bin -f none /opt/csw/share/trac/wiki-default/TitleIndex 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracAccessibility 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracAdmin 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracBackup 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracBrowser 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracCgi 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracChangeset 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracEnvironment 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracFastCgi 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracGuide 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracImport 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracIni 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracInstall 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracInterfaceCustomization 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracLinks 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracLogging 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracModPython 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracNotification 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracPermissions 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracPlugins 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracQuery 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracReports 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracRevisionLog 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracRoadmap 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracRss 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracSearch 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracStandalone 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracSupport 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracSyntaxColoring 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracTickets 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracTicketsCustomFields 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracTimeline 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracUnicode 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracUpgrade 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracWiki 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiDeletePage 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiFormatting 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiHtml 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiMacros 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiNewPage 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiPageNames 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiProcessors 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiRestructuredText 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiRestructuredTextLinks 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiStart 0644 root bin -d none /opt/csw/share/trac/wiki-macros 0755 root bin -f none /opt/csw/share/trac/wiki-macros/HelloWorld.py 0644 root bin -f none /opt/csw/share/trac/wiki-macros/Timestamp.py 0644 root bin -f none /opt/csw/share/trac/wiki-macros/TracGuideToc.py 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 16:05:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 15:05:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3082] csw/mgar/pkg/pysqlite2/trunk Message-ID: Revision: 3082 http://gar.svn.sourceforge.net/gar/?rev=3082&view=rev Author: valholla Date: 2009-02-12 15:05:18 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/pysqlite2/trunk/Makefile csw/mgar/pkg/pysqlite2/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype Modified: csw/mgar/pkg/pysqlite2/trunk/Makefile =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/Makefile 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/Makefile 2009-02-12 15:05:18 UTC (rev 3082) @@ -9,10 +9,14 @@ MASTER_SITES = http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpysqlite2,depend prototype) +PACKAGES = CSWpysqlite2 +REQUIRED_PKGS_CSWpysqlite2 = CSWpython CSWsqlite3 +CATALOGNAME_CSWpysqlite2 = py_sqlite2 +SPKG_DESC_CSWpysqlite2 = SQLite3 support for Python + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = (\d+(?:\.\d+)*) CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py Modified: csw/mgar/pkg/pysqlite2/trunk/checksums =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/checksums 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/checksums 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,4 +1 @@ b4a185e936848370fcc1a5b17755b641 download/pysqlite-2.3.5.tar.gz -b38b53013aae24bca04499c4801532d5 download/CSWpysqlite2.gspec -53925917c37898a3000ac62cec0be694 download/CSWpysqlite2.depend -3765a7071a2f57af085a18d7bd94d810 download/CSWpysqlite2.prototype Deleted: csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,2 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library Deleted: csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,4 +0,0 @@ -%var bitname pysqlite2 -%var pkgname CSWpysqlite2 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,70 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite-2.3.5-py2.5.egg-info 0644 root bin -d none /opt/csw/lib/python/site-packages/pysqlite2 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/_sqlite.so 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/dbapi2.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/dbapi2.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/pysqlite2/test 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/dbapi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/dbapi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/factory.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/factory.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/hooks.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/hooks.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/regression.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/regression.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/transactions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/transactions.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/types.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/types.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/userfunctions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/userfunctions.pyc 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/pysqlite2 0755 root bin -d none /opt/csw/share/doc/pysqlite2/code 0755 root bin -f none /opt/csw/share/doc/pysqlite2/code/adapter_datetime.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/adapter_point_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/adapter_point_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/authorizer.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/collation_reverse.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/complete_statement.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/connect_db_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/connect_db_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/converter_point.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/countcursors.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/createdb.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execsql_fetchonerow.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execsql_printall_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execute_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execute_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execute_3.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/executemany_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/executemany_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/executescript.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/insert_more_people.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/md5func.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/mysumaggr.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/parse_colnames.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/pysqlite_datetime.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/row_factory.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/rowclass.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/shared_cache.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/shortcut_methods.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/simple_tableprinter.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/text_factory.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/default.css 0644 root bin -f none /opt/csw/share/doc/pysqlite2/docutils.css 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source-win32.html 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source-win32.txt 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source.html 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source.txt 0644 root bin -f none /opt/csw/share/doc/pysqlite2/silvercity.css 0644 root bin -f none /opt/csw/share/doc/pysqlite2/usage-guide.html 0644 root bin -f none /opt/csw/share/doc/pysqlite2/usage-guide.txt 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 16:08:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 15:08:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3083] csw/mgar/pkg/silvercity/trunk Message-ID: Revision: 3083 http://gar.svn.sourceforge.net/gar/?rev=3083&view=rev Author: valholla Date: 2009-02-12 15:08:57 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/silvercity/trunk/Makefile csw/mgar/pkg/silvercity/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype Modified: csw/mgar/pkg/silvercity/trunk/Makefile =================================================================== --- csw/mgar/pkg/silvercity/trunk/Makefile 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/Makefile 2009-02-12 15:08:57 UTC (rev 3083) @@ -10,8 +10,12 @@ MASTER_SITES = $(SF_MIRROR)/silvercity/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWsilvercity,depend prototype copyright) +PACKAGES = CSWsilvercity +REQUIRED_PKGS_CSWsilvercity = CSWpython +CATALOGNAME_CSWsilvercity = silvercity +SPKG_DESC_CSWsilvercity = Lexical analysis package for Python + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=45693 UPSTREAM_USE_SF = 1 Modified: csw/mgar/pkg/silvercity/trunk/checksums =================================================================== --- csw/mgar/pkg/silvercity/trunk/checksums 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/checksums 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,5 +1 @@ 4ae4f9691798385dbde3df9cbb228e8c download/SilverCity-0.9.7.tar.gz -e2b50d17228e88611f4b730d3f0877d3 download/CSWsilvercity.gspec -36c5aa67998847e4cda35af7f52059b0 download/CSWsilvercity.depend -e27016a0f0321e77a8c10db880a05f55 download/CSWsilvercity.prototype -80d4db5f7ddf5a32d85c4561c49ec2a0 download/CSWsilvercity.copyright Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,51 +0,0 @@ - SilverCity Library License - -------------------------- - -Copyright (C) 2002 by Brian Quinlan. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -Portions of SilverCity are based on Scintilla. The Scintilla license follows: - -License for Scintilla and SciTE - -Copyright 1998-2002 by Neil Hodgson - -All Rights Reserved - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation. - -NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS -SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY -SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE -OR PERFORMANCE OF THIS SOFTWARE. - Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend 2009-02-12 15:08:57 UTC (rev 3083) @@ -1 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,4 +0,0 @@ -%var bitname silvercity -%var pkgname CSWsilvercity -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE.txt Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,53 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/cgi-styler-form.py 0755 root bin -f none /opt/csw/bin/cgi-styler.py 0755 root bin -f none /opt/csw/bin/source2html.py 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/SilverCity 0755 root bin -f none /opt/csw/lib/python/site-packages/SilverCity-0.9.7-py2.5.egg-info 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CPP.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CPP.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CSS.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CSS.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/DispatchHandler.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/DispatchHandler.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HTMLGenerator.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HTMLGenerator.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HyperText.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HyperText.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Java.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Java.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Keywords.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Keywords.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/LanguageInfo.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/LanguageInfo.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Lexer.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Lexer.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/NULL.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/NULL.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Perl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Perl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Python.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Python.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Ruby.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Ruby.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/SQL.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/SQL.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/ScintillaConstants.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/ScintillaConstants.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Utils.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Utils.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Verilog.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Verilog.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XML.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XML.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XSLT.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XSLT.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/YAML.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/YAML.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/_SilverCity.so 0755 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/default.css 0700 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 18:07:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 17:07:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3084] csw/mgar/pkg/mod_python/trunk Message-ID: Revision: 3084 http://gar.svn.sourceforge.net/gar/?rev=3084&view=rev Author: valholla Date: 2009-02-12 17:07:02 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/mod_python/trunk/Makefile csw/mgar/pkg/mod_python/trunk/checksums Added Paths: ----------- csw/mgar/pkg/mod_python/trunk/files/postinstall csw/mgar/pkg/mod_python/trunk/files/preremove csw/mgar/pkg/mod_python/trunk/files/space Removed Paths: ------------- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.preremove csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.prototype csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.space Modified: csw/mgar/pkg/mod_python/trunk/Makefile =================================================================== --- csw/mgar/pkg/mod_python/trunk/Makefile 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/Makefile 2009-02-12 17:07:02 UTC (rev 3084) @@ -11,34 +11,41 @@ MASTER_SITES = http://www.ibiblio.org/pub/mirrors/apache/httpd/modpython/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -pkgfiles = depend prototype postinstall preremove space -DISTFILES += $(call admfiles,CSWap2modpython,$(pkgfiles)) +DISTFILES += postinstall preremove space +PACKAGES = CSWap2modpython + +REQUIRED_PKGS_CSWap2modpython = CSWap2prefork CSWpython +CATALOGNAME_CSWap2modpython = ap2_modpython +SPKG_DESC_CSWap2modpython = an Apache/Python integration module + +PATCHFILES = configure.diff +PATCHFILES += connobject.diff + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz +UFILES_REGEX = (\d+(?:\.\d+)*) -#DEPENDS += lang/python - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs CONFIGURE_ARGS += --with-python=$(bindir)/python -CONFIGURE_ARGS += --with-flex=$(prefix)/flex-2.5.31/bin/flex +CONFIGURE_ARGS += --with-flex=$(bindir)/flex-2.5.35 +CONFIGURE_ARGS += --with-python-src=../python include gar/category.mk -pre-configure: - @( cd $(WORKSRC) ; autoconf ) - @$(MAKECOOKIE) +#pre-configure: + #@( cd $(WORKSRC) ; autoconf ) + #@$(MAKECOOKIE) -DESTDOC = $(DESTDIR)$(docdir)/ap2_modpython +#DESTDOC = $(DESTDIR)$(docdir)/ap2_modpython -post-install: install-doc +#post-install: install-doc -install-doc: - @install -d $(DESTDOC) - @for file in COPYRIGHT CREDITS LICENSE NEWS NOTICE README ; do \ - ginstall -m 0644 $(WORKSRC)/$$file $(DESTDOC) ; \ - done - @( cd $(WORKSRC) ; gcp -vR examples doc-html $(DESTDOC) ) - @$(MAKECOOKIE) +#install-doc: + #@install -d $(DESTDOC) + #@for file in COPYRIGHT CREDITS LICENSE NEWS NOTICE README ; do \ + #ginstall -m 0644 $(WORKSRC)/$$file $(DESTDOC) ; \ + #done + #@( cd $(WORKSRC) ; gcp -vR examples doc-html $(DESTDOC) ) + #@$(MAKECOOKIE) Modified: csw/mgar/pkg/mod_python/trunk/checksums =================================================================== --- csw/mgar/pkg/mod_python/trunk/checksums 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/checksums 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,7 +1,6 @@ a3b0150176b726bd2833dac3a7837dc5 download/mod_python-3.3.1.tgz -3bad74feae1e15e6d8a49e1c18615891 download/CSWap2modpython.gspec -9d0a4f748548c229e3426c108491e6d0 download/CSWap2modpython.depend -5c4b873a945c9405c7dccdd28e10f28c download/CSWap2modpython.prototype -6fda2f740f138af54536b87fb598426b download/CSWap2modpython.postinstall -6892dd209d16d2c565581e9de272cf3e download/CSWap2modpython.preremove -0dd379f20ceb32fc77bb3a9bf045097f download/CSWap2modpython.space +6fda2f740f138af54536b87fb598426b download/postinstall +6892dd209d16d2c565581e9de272cf3e download/preremove +0dd379f20ceb32fc77bb3a9bf045097f download/space +783e43fd9ed17cbea81abfabc852001e download/configure.diff +efd99b53da7ae63dab49edbcc8bd65c2 download/connobject.diff Deleted: csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend =================================================================== --- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,2 +0,0 @@ -P CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM -P CSWpython python - The Python language interpreter Deleted: csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec =================================================================== --- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,4 +0,0 @@ -%var bitname ap2_modpython -%var pkgname CSWap2modpython -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall =================================================================== --- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,24 +0,0 @@ -#!/bin/sh - -CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw -AP2_PREFIX=$CSW_PREFIX/apache2 -AP2_BINDIR=$AP2_PREFIX/sbin -AP2_LIBEXEC=$AP2_PREFIX/libexec -AP2_CONFDIR=$AP2_PREFIX/etc -AP2_EXTRADIR=$AP2_CONFDIR/extra -AP2_CONFIG=$AP2_CONFDIR/httpd.conf - -# Enable the python module -PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'} -chroot $PKG_INSTALL_ROOT \ - $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -a -n python mod_python.so - -# Finito -cat < Revision: 3085 http://gar.svn.sourceforge.net/gar/?rev=3085&view=rev Author: valholla Date: 2009-02-12 17:33:02 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/mysql-python/trunk/Makefile csw/mgar/pkg/mysql-python/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype csw/mgar/pkg/mysql-python/trunk/files/mysql.diff csw/mgar/pkg/mysql-python/trunk/files/setup.diff Modified: csw/mgar/pkg/mysql-python/trunk/Makefile =================================================================== --- csw/mgar/pkg/mysql-python/trunk/Makefile 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/Makefile 2009-02-12 17:33:02 UTC (rev 3085) @@ -9,15 +9,17 @@ MASTER_SITES = $(SF_MIRROR)/$(call TOLOWER,$(GARNAME))/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpymysql,depend prototype) +PACKAGES = CSWpymysql +REQUIRED_PKGS_CSWpymysql = CSWmysql5rt CSWpython CSWosslrt CSWzlib +CATALOGNAME_CSWpymysql = py_mysql5 +SPKG_DESC = MySQL Support for Python + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=22307 +UPSTREAM_USE_SF = 1 +UFILES_REGEX = (\d+(?:\.\d+)*) -#UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=22307 -#UPSTREAM_USE_SF = 1 -#UFILES_REGEX = (\d+(?:\.\d+)*) - CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py TEST_SCRIPTS = Modified: csw/mgar/pkg/mysql-python/trunk/checksums =================================================================== --- csw/mgar/pkg/mysql-python/trunk/checksums 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/checksums 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,4 +1 @@ 532268f02870bea18c1d465e88afff30 download/MySQL-python-1.2.2.tar.gz -c709f362257e211377f023344733e117 download/CSWpymysql.gspec -1019cb34d3565b48b8159aa37955efba download/CSWpymysql.depend -1784ff4e086aa1676c488f1632b1f5c9 download/CSWpymysql.prototype Deleted: csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,4 +0,0 @@ -P CSWmysql5rt mysql5rt - run-time libraries for mysql5 -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWpython python - The Python language interpreter -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,7 +0,0 @@ -%var bitname pymysql -%var pkgname CSWpymysql -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -License - - GPL or the original license based on Python 1.5.2's license. Deleted: csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,40 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info 0755 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/PKG-INFO 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/SOURCES.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/dependency_links.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/native_libs.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/top_level.txt 0644 root bin -d none /opt/csw/lib/python/site-packages/MySQLdb 0755 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/connections.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/connections.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/MySQLdb/constants 0755 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CLIENT.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CLIENT.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CR.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CR.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/ER.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/ER.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FIELD_TYPE.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FIELD_TYPE.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FLAG.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FLAG.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/REFRESH.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/REFRESH.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/converters.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/converters.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/cursors.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/cursors.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/release.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/release.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/times.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/times.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/_mysql.so 0755 root bin -f none /opt/csw/lib/python/site-packages/_mysql_exceptions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/_mysql_exceptions.pyc 0644 root bin Deleted: csw/mgar/pkg/mysql-python/trunk/files/mysql.diff =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/mysql.diff 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/mysql.diff 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,17 +0,0 @@ -diff --speed-large-files --minimal -Nru MySQL-python-1.0.0.orig/setup.py MySQL-python-1.0.0/setup.py ---- MySQL-python-1.0.0.orig/setup.py 2004-11-03 14:07:54.491727000 -0500 -+++ MySQL-python-1.0.0/setup.py 2004-11-03 14:07:44.527983000 -0500 -@@ -61,8 +61,11 @@ - include_dirs = ['%s/include/mysql' % LOCALBASE] - library_dirs = ['%s/lib/mysql' % LOCALBASE] - elif sys.platform == "sunos5": # Solaris 2.8 + gcc -- runtime_library_dirs.append('/usr/local/lib:/usr/openwin/lib:/usr/dt/lib') -- extra_compile_args.append("-fPIC") -+ runtime_library_dirs.append('/opt/csw/mysql4/lib/mysql:/opt/csw/lib') -+ library_dirs = ['/opt/csw/mysql4/lib/mysql', '/opt/csw/lib'] -+ include_dirs = ['/opt/csw/mysql4/include/mysql', '/opt/csw/include'] -+ CC_OPTIMIZE = os.environ.get('CC_OPTIMIZE', ''); -+ extra_compile_args = ['%s -KPIC -mt' % CC_OPTIMIZE] - elif sys.platform == "win32": # Ugh - include_dirs = [r'c:\mysql\include'] - library_dirs = [r'c:\mysql\lib\opt'] Deleted: csw/mgar/pkg/mysql-python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/setup.diff 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/setup.diff 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,24 +0,0 @@ -diff --speed-large-files --minimal -Nru MySQL-python-1.0.0.orig/setup.py MySQL-python-1.0.0/setup.py ---- MySQL-python-1.0.0.orig/setup.py 2004-11-03 15:19:44.340008000 -0500 -+++ MySQL-python-1.0.0/setup.py 2004-11-03 15:19:27.260587000 -0500 -@@ -61,8 +61,18 @@ - include_dirs = ['%s/include/mysql' % LOCALBASE] - library_dirs = ['%s/lib/mysql' % LOCALBASE] - elif sys.platform == "sunos5": # Solaris 2.8 + gcc -- runtime_library_dirs.append('/usr/local/lib:/usr/openwin/lib:/usr/dt/lib') -- extra_compile_args.append("-fPIC") -+ PREFIX = os.environ.get('prefix', '/usr/local') -+ OPTIMIZE = os.environ.get('CC_OPTIMIZE', '/usr/local') -+ include_dirs = [ -+ '%s/mysql4/include/mysql' % PREFIX, -+ '%s/include' % PREFIX -+ ] -+ library_dirs = [ -+ '%s/mysql4/lib/mysql' % PREFIX, -+ '%s/lib' % PREFIX -+ ] -+ runtime_library_dirs = ['%s/mysql4/lib/mysql:%s/lib' % (PREFIX, PREFIX)] -+ extra_compile_args = ['%s -KPIC -mt' % OPTIMIZE] - elif sys.platform == "win32": # Ugh - include_dirs = [r'c:\mysql\include'] - library_dirs = [r'c:\mysql\lib\opt'] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 19:56:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 18:56:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3086] csw/mgar/pkg Message-ID: Revision: 3086 http://gar.svn.sourceforge.net/gar/?rev=3086&view=rev Author: valholla Date: 2009-02-12 18:56:17 +0000 (Thu, 12 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pysvn/ csw/mgar/pkg/pysvn/svn/ csw/mgar/pkg/pysvn/svn/Makefile csw/mgar/pkg/pysvn/workbench/ Added: csw/mgar/pkg/pysvn/svn/Makefile =================================================================== --- csw/mgar/pkg/pysvn/svn/Makefile (rev 0) +++ csw/mgar/pkg/pysvn/svn/Makefile 2009-02-12 18:56:17 UTC (rev 3086) @@ -0,0 +1,33 @@ +GARNAME = pysvn +GARVERSION = 1.6.2 +CATEGORIES = utils + +DESCRIPTION = Python Bindings for Subversion +define BLURB + Bindings for Subversion, an opensource version control system. +endef + +PACKAGES = CSWpysvn +CATALOGNAME = py_svn +SPKG_DESC = Python Bindings for Subversion + +SPKG_SOURCEURL = http://pysvn.barrys-emacs.org/source_kits/ +MASTER_SITES = http://pysvn.tigris.org/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +PATCHFILES = + +# We define upstream file regex so we can be notifed of +# new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +#BUILD64 = 1 +#NO_ISAEXEC = 0 + +CONFIGURE_ARGS = $(DIRPATHS) + +REQUIRED_PKGS_CSWpysvn = + +TEST_TARGET = + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 19:57:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 18:57:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3087] csw/mgar/pkg/pysvn/ Message-ID: Revision: 3087 http://gar.svn.sourceforge.net/gar/?rev=3087&view=rev Author: valholla Date: 2009-02-12 18:57:36 +0000 (Thu, 12 Feb 2009) Log Message: ----------- set externals to gar v2 Property Changed: ---------------- csw/mgar/pkg/pysvn/ Property changes on: csw/mgar/pkg/pysvn ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 20:50:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 19:50:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3088] csw/mgar/pkg/pysvn Message-ID: Revision: 3088 http://gar.svn.sourceforge.net/gar/?rev=3088&view=rev Author: valholla Date: 2009-02-12 19:50:57 +0000 (Thu, 12 Feb 2009) Log Message: ----------- propset subdirs Property Changed: ---------------- csw/mgar/pkg/pysvn/svn/ csw/mgar/pkg/pysvn/workbench/ Property changes on: csw/mgar/pkg/pysvn/svn ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Property changes on: csw/mgar/pkg/pysvn/workbench ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Feb 13 02:59:21 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 13 Feb 2009 01:59:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3089] csw/mgar/pkg/openjade/trunk/Makefile Message-ID: Revision: 3089 http://gar.svn.sourceforge.net/gar/?rev=3089&view=rev Author: bdwalton Date: 2009-02-13 01:59:21 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of full ggettext Modified Paths: -------------- csw/mgar/pkg/openjade/trunk/Makefile Modified: csw/mgar/pkg/openjade/trunk/Makefile =================================================================== --- csw/mgar/pkg/openjade/trunk/Makefile 2009-02-12 19:50:57 UTC (rev 3088) +++ csw/mgar/pkg/openjade/trunk/Makefile 2009-02-13 01:59:21 UTC (rev 3089) @@ -5,7 +5,7 @@ PREREQUISITE_PKGS = CSWopensp REQUIRED_PKGS = CSWgcc3corert CSWgcc3g++rt -REQUIRED_PKGS += CSWggettext CSWiconv CSWopensp CSWsgmlcommon +REQUIRED_PKGS += CSWggettextrt CSWiconv CSWopensp CSWsgmlcommon REQUIRED_PKGS += CSWxmlcommon DESCRIPTION = A DSSSL implementation. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 03:10:25 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:10:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3090] csw/mgar/pkg/xchat/trunk/ Message-ID: Revision: 3090 http://gar.svn.sourceforge.net/gar/?rev=3090&view=rev Author: valholla Date: 2009-02-13 02:10:25 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update xchat to gar v2 Property Changed: ---------------- csw/mgar/pkg/xchat/trunk/ Property changes on: csw/mgar/pkg/xchat/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 03:37:22 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:37:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3091] csw/mgar/pkg/vim/trunk/Makefile Message-ID: Revision: 3091 http://gar.svn.sourceforge.net/gar/?rev=3091&view=rev Author: harpchad Date: 2009-02-13 02:37:22 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of ggettext Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-13 02:10:25 UTC (rev 3090) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-13 02:37:22 UTC (rev 3091) @@ -56,7 +56,7 @@ PATCHDIRLEVEL = 0 -REQUIRED_PKGS_CSWvim = CSWggettext CSWiconv CSWncurses CSWvimrt +REQUIRED_PKGS_CSWvim = CSWggettextrt CSWiconv CSWncurses CSWvimrt INCOMPATIBLE_PKGS_CSWvim = CSWvim-minimal PKGFILES_CSWvimrt = /opt/csw/share/.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 03:38:06 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:38:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3092] csw/mgar/pkg/gvim/trunk/Makefile Message-ID: Revision: 3092 http://gar.svn.sourceforge.net/gar/?rev=3092&view=rev Author: harpchad Date: 2009-02-13 02:38:06 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of ggettext Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-13 02:37:22 UTC (rev 3091) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-13 02:38:06 UTC (rev 3092) @@ -48,7 +48,7 @@ PATCHDIRLEVEL = 0 REQUIRED_PKGS_CSWgvim = CSWvimrt CSWbonobo2 CSWfconfig CSWftype2 CSWgconf2 -REQUIRED_PKGS_CSWgvim += CSWggettext CSWglib2 CSWgnomekeyring CSWgnomevfs2 CSWgtk2 +REQUIRED_PKGS_CSWgvim += CSWggettextrt CSWglib2 CSWgnomekeyring CSWgnomevfs2 CSWgtk2 REQUIRED_PKGS_CSWgvim += CSWiconv CSWlibart CSWlibatk CSWlibbonoboui CSWlibcairo REQUIRED_PKGS_CSWgvim += CSWlibgnome CSWlibgnomecanvas CSWlibgnomeui CSWlibnet CSWlibpopt REQUIRED_PKGS_CSWgvim += CSWlibxml2 CSWlibxrender CSWncurses CSWorbit2 CSWpango This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 03:39:44 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:39:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3093] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: Revision: 3093 http://gar.svn.sourceforge.net/gar/?rev=3093&view=rev Author: harpchad Date: 2009-02-13 02:39:44 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of ggettext Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-13 02:38:06 UTC (rev 3092) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-13 02:39:44 UTC (rev 3093) @@ -40,7 +40,7 @@ EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod -REQUIRED_PKGS_CSWpidgin = CSWaspell CSWdbusglib CSWgcrypt CSWggettext CSWglib2 +REQUIRED_PKGS_CSWpidgin = CSWaspell CSWdbusglib CSWgcrypt CSWggettextrt CSWglib2 REQUIRED_PKGS_CSWpidgin += CSWgnutls CSWgstreamer CSWgtk2 CSWgtkspell CSWlibatk REQUIRED_PKGS_CSWpidgin += CSWlibcairo CSWlibdbus CSWlibxml2 CSWmeanwhile CSWncurses REQUIRED_PKGS_CSWpidgin += CSWpango CSWperl CSWpython CSWsilctoolkit CSWstartupnotif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 05:17:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 04:17:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3094] csw/mgar/pkg/subversion/trunk/ Message-ID: Revision: 3094 http://gar.svn.sourceforge.net/gar/?rev=3094&view=rev Author: valholla Date: 2009-02-13 04:17:49 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update subversion to gar v2 Property Changed: ---------------- csw/mgar/pkg/subversion/trunk/ Property changes on: csw/mgar/pkg/subversion/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 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 Feb 13 12:09:06 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 11:09:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3095] csw/mgar/gar/v2-dynamiclicense/ Message-ID: Revision: 3095 http://gar.svn.sourceforge.net/gar/?rev=3095&view=rev Author: dmichelsen Date: 2009-02-13 11:09:06 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR: Branche for dynamic licenses merged to v2 Removed Paths: ------------- csw/mgar/gar/v2-dynamiclicense/ 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 Feb 13 13:35:39 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 12:35:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3096] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3096 http://gar.svn.sourceforge.net/gar/?rev=3096&view=rev Author: dmichelsen Date: 2009-02-13 12:35:39 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR v2: Preserve gspec when using DISTFILES Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 11:09:06 UTC (rev 3095) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 12:35:39 UTC (rev 3096) @@ -283,11 +283,13 @@ # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec -$(WORKDIR)/%.gspec: $(WORKDIR) - $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ - echo "%var pkgname $*"; \ - $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ - echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ +$(WORKDIR)/%.gspec: + $(_DBG)$(if $(filter $*.gspec,$(DISTFILES)),, + (echo "%var bitname $(call catalogname,$*)"; \ + echo "%var pkgname $*"; \ + $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ + ) # Dynamic licenses are selected in the following way: 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 Feb 13 13:56:49 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 12:56:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3097] csw/mgar/gar/v2 Message-ID: Revision: 3097 http://gar.svn.sourceforge.net/gar/?rev=3097&view=rev Author: dmichelsen Date: 2009-02-13 12:56:49 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR v2: Dynamic admscripts and gspec fixes Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk csw/mgar/gar/v2/gar.mk csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2009-02-13 12:35:39 UTC (rev 3096) +++ csw/mgar/gar/v2/gar.lib.mk 2009-02-13 12:56:49 UTC (rev 3097) @@ -19,12 +19,6 @@ #################### FETCH RULES #################### -DYNSCRIPTS = $(foreach PKG,$(SPKG_SPECS),\ - $(foreach SCR,$(ADMSCRIPTS),\ - $(if $(value $(PKG)_$(SCR)), $(PKG).$(SCR)))) - -NOCHECKSUM += $(DYNSCRIPTS) - URLS = $(subst ://,//,$(foreach SITE,$(FILE_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(DISTFILES))) $(foreach SITE,$(FILE_SITES) $(PATCH_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(PATCHFILES)))) # if the caller has defined _postinstall, etc targets for a package, add Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-13 12:35:39 UTC (rev 3096) +++ csw/mgar/gar/v2/gar.mk 2009-02-13 12:56:49 UTC (rev 3097) @@ -34,6 +34,9 @@ DISTNAME ?= $(GARNAME)-$(GARVERSION) +DYNSCRIPTS = $(foreach PKG,$(SPKG_SPECS),$(foreach SCR,$(ADMSCRIPTS),$(if $(value $(PKG)_$(SCR)), $(PKG).$(SCR)))) +_NOCHECKSUM += $(DYNSCRIPTS) + ALLFILES ?= $(DISTFILES) $(PATCHFILES) $(DYNSCRIPTS) ifeq ($(MAKE_INSTALL_DIRS),1) @@ -250,7 +253,7 @@ # checksum - Use $(CHECKSUMFILE) to ensure that your # distfiles are valid. -CHECKSUM_TARGETS = $(addprefix checksum-,$(filter-out $(NOCHECKSUM),$(ALLFILES))) +CHECKSUM_TARGETS = $(addprefix checksum-,$(filter-out $(_NOCHECKSUM) $(NOCHECKSUM),$(ALLFILES))) checksum: fetch $(COOKIEDIR) pre-checksum $(CHECKSUM_TARGETS) post-checksum @$(DONADA) @@ -269,7 +272,7 @@ @$(foreach COOKIEFILE,$(CHECKSUM_TARGETS), test -e $(COOKIEDIR)/$(COOKIEFILE) ;) # makesum - Generate distinfo (only do this for your own ports!). -MAKESUM_TARGETS = $(addprefix $(DOWNLOADDIR)/,$(filter-out $(NOCHECKSUM),$(ALLFILES))) +MAKESUM_TARGETS = $(addprefix $(DOWNLOADDIR)/,$(filter-out $(_NOCHECKSUM) $(NOCHECKSUM),$(ALLFILES))) makesum: fetch $(MAKESUM_TARGETS) @if test "x$(MAKESUM_TARGETS)" != "x "; then \ Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 12:35:39 UTC (rev 3096) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 12:56:49 UTC (rev 3097) @@ -284,11 +284,11 @@ # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec $(WORKDIR)/%.gspec: - $(_DBG)$(if $(filter $*.gspec,$(DISTFILES)),, + $(_DBG)$(if $(filter $*.gspec,$(DISTFILES)),,\ (echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ - echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ + echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@\ ) 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 Feb 13 15:10:03 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 14:10:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3098] csw/mgar/pkg/readline/trunk Message-ID: Revision: 3098 http://gar.svn.sourceforge.net/gar/?rev=3098&view=rev Author: dmichelsen Date: 2009-02-13 14:10:03 +0000 (Fri, 13 Feb 2009) Log Message: ----------- eadline: Add dependency to ncurses and dynamic gspec Modified Paths: -------------- csw/mgar/pkg/readline/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec Modified: csw/mgar/pkg/readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/readline/trunk/Makefile 2009-02-13 12:56:49 UTC (rev 3097) +++ csw/mgar/pkg/readline/trunk/Makefile 2009-02-13 14:10:03 UTC (rev 3098) @@ -17,8 +17,9 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(foreach V,$(MODULATIONS_GARVERSION),$(GARNAME)-$(V).tar.gz) -DISTFILES += $(call admfiles,CSWreadline,) +REQUIRED_PKGS = CSWncurses + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Deleted: csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec =================================================================== --- csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec 2009-02-13 12:56:49 UTC (rev 3097) +++ csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec 2009-02-13 14:10:03 UTC (rev 3098) @@ -1,4 +0,0 @@ -%var bitname readline -%var pkgname CSWreadline -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 17:15:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:15:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3099] csw/mgar/pkg/clearsilver/trunk Message-ID: Revision: 3099 http://gar.svn.sourceforge.net/gar/?rev=3099&view=rev Author: valholla Date: 2009-02-13 16:15:50 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update for Python2.6 Modified Paths: -------------- csw/mgar/pkg/clearsilver/trunk/checksums csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff Removed Paths: ------------- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype Modified: csw/mgar/pkg/clearsilver/trunk/checksums =================================================================== --- csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,3 +1,3 @@ b8c0c7fbe0ef5e06e0c935f134304d44 download/clearsilver-0.10.5.tar.gz 1c25fda8bb2666658d8ddcf3ad9b7235 download/perlbuild.diff -3cf628054d5c839169c1a01d40708f1a download/pybuild.diff +f951221b633994f85c45fe78008d8965 download/pybuild.diff Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,2 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,4 +0,0 @@ -%var bitname clearsilver -%var pkgname CSWcs -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,160 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/cs 0755 root bin -f none /opt/csw/bin/cs_static.cgi 0755 root bin -f none /opt/csw/bin/cstest 0755 root bin -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/ClearSilver 0755 root bin -f none /opt/csw/include/ClearSilver/ClearSilver.h 0644 root bin -d none /opt/csw/include/ClearSilver/cgi 0755 root bin -f none /opt/csw/include/ClearSilver/cgi/cgi.h 0644 root bin -f none /opt/csw/include/ClearSilver/cgi/cgiwrap.h 0644 root bin -f none /opt/csw/include/ClearSilver/cgi/date.h 0644 root bin -f none /opt/csw/include/ClearSilver/cgi/html.h 0644 root bin -d none /opt/csw/include/ClearSilver/cs 0755 root bin -f none /opt/csw/include/ClearSilver/cs/cs.h 0644 root bin -f none /opt/csw/include/ClearSilver/cs_config.h 0644 root bin -d none /opt/csw/include/ClearSilver/util 0755 root bin -f none /opt/csw/include/ClearSilver/util/dict.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/filter.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_date.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_err.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_files.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_hash.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_hdf.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_misc.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_net.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_rand.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_server.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_str.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/rcfs.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/skiplist.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/ulist.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/ulocks.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/wildmat.h 0644 root bin -d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libneo_cgi.a 0644 root bin -f none /opt/csw/lib/libneo_cs.a 0644 root bin -f none /opt/csw/lib/libneo_utl.a 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/cBroadcast.3 0644 root bin -f none /opt/csw/share/man/man3/cCreate.3 0644 root bin -f none /opt/csw/share/man/man3/cDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/cSignal.3 0644 root bin -f none /opt/csw/share/man/man3/cWait.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cookie_authority.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cookie_clear.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cookie_set.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cs_init.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_debug_init.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_destroy.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_display.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_error.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_filehandle.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_init.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_neo_error.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_output.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_parse.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_redirect.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_redirect_uri.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_register_parse_cb.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_url_escape.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_url_escape_more.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_url_unescape.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_vredirect.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_getenv.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_init_emu.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_init_std.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_iterenv.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_putenv.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_read.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_write.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_writef.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_writevf.3 0644 root bin -f none /opt/csw/share/man/man3/cs_destroy.3 0644 root bin -f none /opt/csw/share/man/man3/cs_dump.3 0644 root bin -f none /opt/csw/share/man/man3/cs_init.3 0644 root bin -f none /opt/csw/share/man/man3/cs_parse_file.3 0644 root bin -f none /opt/csw/share/man/man3/cs_parse_string.3 0644 root bin -f none /opt/csw/share/man/man3/cs_register_esc_strfunc.3 0644 root bin -f none /opt/csw/share/man/man3/cs_register_fileload.3 0644 root bin -f none /opt/csw/share/man/man3/cs_register_strfunc.3 0644 root bin -f none /opt/csw/share/man/man3/cs_render.3 0644 root bin -f none /opt/csw/share/man/man3/dictCleanup.3 0644 root bin -f none /opt/csw/share/man/man3/dictCreate.3 0644 root bin -f none /opt/csw/share/man/man3/dictDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/dictModifyValue.3 0644 root bin -f none /opt/csw/share/man/man3/dictNext.3 0644 root bin -f none /opt/csw/share/man/man3/dictReleaseLock.3 0644 root bin -f none /opt/csw/share/man/man3/dictRemove.3 0644 root bin -f none /opt/csw/share/man/man3/dictSearch.3 0644 root bin -f none /opt/csw/share/man/man3/dictSetValue.3 0644 root bin -f none /opt/csw/share/man/man3/fCreate.3 0644 root bin -f none /opt/csw/share/man/man3/fDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/fFind.3 0644 root bin -f none /opt/csw/share/man/man3/fLock.3 0644 root bin -f none /opt/csw/share/man/man3/fUnlock.3 0644 root bin -f none /opt/csw/share/man/man3/filter_create_fd.3 0644 root bin -f none /opt/csw/share/man/man3/filter_create_fp.3 0644 root bin -f none /opt/csw/share/man/man3/filter_wait.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_copy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_destroy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_dump.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_dump_format.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_dump_str.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_attr.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_child.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_copy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_int_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_node.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_obj.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_valuef.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_valuevf.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_init.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_attr.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_child.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_name.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_next.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_top.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_read_string.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_read_string_ignore.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_register_fileload.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_remove_tree.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_search_path.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_attr.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_buf.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_copy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_int_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_symlink.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_valuef.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_sort_obj.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_write_file.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_write_file_atomic.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_write_string.3 0644 root bin -f none /opt/csw/share/man/man3/mCreate.3 0644 root bin -f none /opt/csw/share/man/man3/mDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/mLock.3 0644 root bin -f none /opt/csw/share/man/man3/mUnlock.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_error_string.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_error_traceback.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_handle.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_ignore.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_init.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_log_error.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_match.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_pass.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_pass_ctx.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_raise.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_register.3 0644 root bin -f none /opt/csw/share/man/man3/skipDelete.3 0644 root bin -f none /opt/csw/share/man/man3/skipFreeList.3 0644 root bin -f none /opt/csw/share/man/man3/skipInsert.3 0644 root bin -f none /opt/csw/share/man/man3/skipNewList.3 0644 root bin -f none /opt/csw/share/man/man3/skipNext.3 0644 root bin -f none /opt/csw/share/man/man3/skipRelease.3 0644 root bin -f none /opt/csw/share/man/man3/skipSearch.3 0644 root bin -f none /opt/csw/share/man/man3/wdb_keys.3 0644 root bin Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,2 +0,0 @@ -P CSWperl perl - A high-level, general-purpose programming language. -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,5 +0,0 @@ -%var bitname pm_clearsilver -%var pkgname CSWpmcs -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Clearsilver Perl language binding -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,13 +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 -f none /opt/csw/lib/perl/csw/ClearSilver.pm 0444 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/ClearSilver 0755 root bin -f none /opt/csw/lib/perl/csw/auto/ClearSilver/.packlist 0644 root bin -f none /opt/csw/lib/perl/csw/auto/ClearSilver/ClearSilver.bs 0444 root bin -f none /opt/csw/lib/perl/csw/auto/ClearSilver/ClearSilver.so 0555 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/ClearSilver.3perl 0444 root bin Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,4 +0,0 @@ -P CSWgcc3corert gcc3corert - GNU C Compiler Run Time -P CSWggettext ggettext - GNU gettext -P CSWpython python - The Python 2.3 language interpreter -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,5 +0,0 @@ -%var bitname pyclearsilver -%var pkgname CSWpycs -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Clearsilver Python language binding -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -f none /opt/csw/lib/python/site-packages/neo_cgi.so=/opt/csw/lib/python2.5/site-packages/neo_cgi.so 0755 root bin Modified: csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,8 +1,15 @@ -diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/python/Makefile clearsilver-0.10.4/python/Makefile ---- clearsilver-0.10.5.orig/python/Makefile 2006-07-13 02:51:49.000000000 -0400 -+++ clearsilver-0.10.5/python/Makefile 2007-10-04 18:11:07.842608000 -0400 -@@ -25,7 +25,7 @@ +--- clearsilver-0.10.5/python/Makefile.orig 2006-07-13 01:51:49.000000000 -0500 ++++ clearsilver-0.10.5/python/Makefile 2009-02-13 10:07:56.503478088 -0600 +@@ -11,6 +11,7 @@ + NEO_UTIL_SRC = neo_cgi.c neo_util.c neo_cs.c + NEO_UTIL_OBJ = $(NEO_UTIL_SRC:%.c=%.o) ++CC = cc + CFLAGS += $(PYTHON_INC) + DLIBS += -lneo_cgi -lneo_cs -lneo_utl + LIBS += $(DLIBS) $(DB2_LIB) +@@ -25,7 +26,7 @@ + $(NEO_UTIL_SO): setup.py $(NEO_UTIL_SRC) $(DEP_LIBS) rm -f $(NEO_UTIL_SO) - CC="$(CC)" LDSHARED="$(LDSHARED)" $(PYTHON) setup.py build_ext --inplace @@ -10,3 +17,16 @@ OLD_NEO_UTIL_SO: $(LDSHARED) -o $@ $(LDFLAGS) $(NEO_UTIL_OBJ) $(LIBS) +--- clearsilver-0.10.5/python/setup.py.orig 2009-02-13 10:04:10.707737561 -0600 ++++ clearsilver-0.10.5/python/setup.py 2009-02-13 10:04:19.707153679 -0600 +@@ -17,8 +17,8 @@ + INC_DIRS = ["../"] + LIBRARIES = ["neo_cgi", "neo_cs", "neo_utl"] + LIB_DIRS = ["../libs"] +-CC = "gcc" +-LDSHARED = "gcc -shared" ++CC = "cc" ++LDSHARED = "cc -shared" + + ## ARGGH!! It looks like you can only specify a single item on the + ## command-line or in the setup.cfg file for options which take multiple This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 17:25:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:25:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3100] csw/mgar/pkg/wesnoth/trunk/ Message-ID: Revision: 3100 http://gar.svn.sourceforge.net/gar/?rev=3100&view=rev Author: valholla Date: 2009-02-13 16:25:51 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update wesnoth to gar v2 Property Changed: ---------------- csw/mgar/pkg/wesnoth/trunk/ Property changes on: csw/mgar/pkg/wesnoth/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 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 Feb 13 17:30:19 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:30:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3101] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3101 http://gar.svn.sourceforge.net/gar/?rev=3101&view=rev Author: dmichelsen Date: 2009-02-13 16:30:19 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR v2: Fix typo in revision string Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 16:25:51 UTC (rev 3100) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 16:30:19 UTC (rev 3101) @@ -319,7 +319,7 @@ # Calculating the revision can be time consuming, so we do this on demand define _REVISION -$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN) +$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print MAX }')),NOTVERSIONED),NOSVN) endef # URL: https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/pcre/trunk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 17:33:53 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:33:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3102] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3102 http://gar.svn.sourceforge.net/gar/?rev=3102&view=rev Author: harpchad Date: 2009-02-13 16:33:53 +0000 (Fri, 13 Feb 2009) Log Message: ----------- fix PKGFILES syntax Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-13 16:30:19 UTC (rev 3101) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-13 16:33:53 UTC (rev 3102) @@ -62,9 +62,12 @@ MERGE_EXCLUDE_FILES += .*/iconv.m4 MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* -PKGFILES_CSWggettextrt = $(call baseisadirs,$(libdir),libintl\..*) -PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libasprintf\..*) -PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libgettextpo\..*) +#This syntaxt skips 64-bit for some reason +#PKGFILES_CSWggettextrt = $(call baseisadirs,$(libdir),libintl\..*) +#PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libasprintf\..*) +#PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libgettextpo\..*) +#so use this for now +PKGFILES_CSWggettextrt = .*/libintl\.so.* .*/libasprintf\.so.* .*/libgettextpo\.so.* PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext /opt/csw/bin/gngettext /opt/csw/bin/genvsubst PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext.sh /opt/csw/share/java/libintl.jar PKGFILES_CSWggettextrt += /opt/csw/share/locale/.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 18:04:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 17:04:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3103] csw/mgar/pkg/python25/trunk/ Message-ID: Revision: 3103 http://gar.svn.sourceforge.net/gar/?rev=3103&view=rev Author: valholla Date: 2009-02-13 17:04:38 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update python25 to gar v2 Property Changed: ---------------- csw/mgar/pkg/python25/trunk/ Property changes on: csw/mgar/pkg/python25/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 19:21:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 18:21:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3104] csw/mgar/pkg/gnupg/trunk Message-ID: Revision: 3104 http://gar.svn.sourceforge.net/gar/?rev=3104&view=rev Author: valholla Date: 2009-02-13 18:21:45 +0000 (Fri, 13 Feb 2009) Log Message: ----------- move to gar v2 and include 64bit Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile csw/mgar/pkg/gnupg/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-13 17:04:38 UTC (rev 3103) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-13 18:21:45 UTC (rev 3104) @@ -1,40 +1,34 @@ -GARNAME = gnupg +GARNAME = gnupg GARVERSION = 2.0.10 CATEGORIES = apps -DESCRIPTION = RFC 2440 compliant tool for secure communication and data storage +DESCRIPTION = GnuPG is a complete and free replacement for PGP. define BLURB - GnuPG is a complete and free replacement for PGP. + RFC 2440 compliant tool for secure communication and data storage endef -MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/gnupg/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgnupg,) +PACKAGES = CSWgnupg +CATALOGNAME = gnupg +SPKG_DESC = GnuPG is a complete and free replacement for PGP. SPKG_SOURCEURL = http://www.gnupg.org/ +MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/gnupg/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 # fix some missing libraries for Keyserver tools and gpgsm # Bug ID 996 filed up stream along with patch +# Supposed to be Fixed in the 01/2009 SVN version but has not +# made it into a release at the time of this packaging PATCHFILES = patch-keyserver_and_sm.diff # We define upstream file regex so we can be notifed of # new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +UFILES_REGEX = (\d+(?:\.\d+)*) -REQUIRED_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan -REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth -REQUIRED_PKGS += CSWbzip2 CSWreadline CSWncurses +BUILD64 = 1 +NO_ISAEXEC = 0 -# This is somehow not correctly detected from autoconf -EXTRA_LINKER_FLAGS = -lgpg-error - -# Needed for nanosleep() -EXTRA_LINKER_FLAGS += -lrt - -BUILD64 = 1 -NO_ISAEXEC = 1 - -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libcurl CONFIGURE_ARGS += --with-ldap CONFIGURE_ARGS += --with-zlib @@ -42,6 +36,41 @@ CONFIGURE_ARGS += --with-readline CONFIGURE_ARGS += --enable-threads=solaris +# This is somehow not correctly detected from autoconf +EXTRA_LINKER_FLAGS = -lgpg-error +# Needed for nanosleep() +EXTRA_LINKER_FLAGS += -lrt + +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-agent +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-connect-agent +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg2 +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgconf +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgkey2ssh +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgparsemail +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsm +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsm-gencert.sh +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgv2 +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/kbxutil +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/scdaemon +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/watchgnupg + +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-agent +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-connect-agent +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg2 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgconf +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgkey2ssh +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgparsemail +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsm +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsm-gencert.sh +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgv2 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/kbxutil +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/scdaemon +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/watchgnupg + +REQUIRED_PKGS = CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan +REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth CSWlibidn +REQUIRED_PKGS += CSWbzip2 CSWreadline CSWggettextrt CSWiconv CSWosslrt + TEST_TARGET = check include gar/category.mk Modified: csw/mgar/pkg/gnupg/trunk/checksums =================================================================== --- csw/mgar/pkg/gnupg/trunk/checksums 2009-02-13 17:04:38 UTC (rev 3103) +++ csw/mgar/pkg/gnupg/trunk/checksums 2009-02-13 18:21:45 UTC (rev 3104) @@ -1,3 +1,2 @@ 1cb778dd555f87685a8fde2f7113725e download/gnupg-2.0.10.tar.bz2 -7978eaabeceaa781a1600ede3a6d3f67 download/CSWgnupg.gspec 37677df3905ce0e4b23a2fb3cc4d7207 download/patch-keyserver_and_sm.diff Deleted: csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec =================================================================== --- csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec 2009-02-13 17:04:38 UTC (rev 3103) +++ csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec 2009-02-13 18:21:45 UTC (rev 3104) @@ -1,4 +0,0 @@ -%var bitname gnupg -%var pkgname CSWgnupg -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 19:25:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 18:25:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3105] csw/mgar/pkg/trac/trunk/Makefile Message-ID: Revision: 3105 http://gar.svn.sourceforge.net/gar/?rev=3105&view=rev Author: valholla Date: 2009-02-13 18:25:10 +0000 (Fri, 13 Feb 2009) Log Message: ----------- add DONADA in script Modified Paths: -------------- csw/mgar/pkg/trac/trunk/Makefile Modified: csw/mgar/pkg/trac/trunk/Makefile =================================================================== --- csw/mgar/pkg/trac/trunk/Makefile 2009-02-13 18:21:45 UTC (rev 3104) +++ csw/mgar/pkg/trac/trunk/Makefile 2009-02-13 18:25:10 UTC (rev 3105) @@ -49,4 +49,5 @@ @for f in COPYING ChangeLog INSTALL README README.tracd UPGRADE ; do \ ginstall -m 0644 $(WORKSRC)/$$f $(DESTDIR)$(docdir)/trac ; \ done + $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 20:09:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 19:09:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3106] csw/mgar/pkg/pysvn/ Message-ID: Revision: 3106 http://gar.svn.sourceforge.net/gar/?rev=3106&view=rev Author: valholla Date: 2009-02-13 19:09:02 +0000 (Fri, 13 Feb 2009) Log Message: ----------- remove this tree, duplicate packages are built in CSWsubversion Removed Paths: ------------- csw/mgar/pkg/pysvn/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 20:23:01 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 19:23:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3107] csw/mgar/pkg/pysqlite2/trunk/ Message-ID: Revision: 3107 http://gar.svn.sourceforge.net/gar/?rev=3107&view=rev Author: valholla Date: 2009-02-13 19:23:01 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update pysqlite2 to gar v2 Property Changed: ---------------- csw/mgar/pkg/pysqlite2/trunk/ Property changes on: csw/mgar/pkg/pysqlite2/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sat Feb 14 21:28:48 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 14 Feb 2009 20:28:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3108] csw/mgar/pkg/rrdtool/trunk Message-ID: Revision: 3108 http://gar.svn.sourceforge.net/gar/?rev=3108&view=rev Author: idogan23 Date: 2009-02-14 20:28:48 +0000 (Sat, 14 Feb 2009) Log Message: ----------- rrdtool: updated to 1.3.5 & changed ggettext dependency Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/Makefile csw/mgar/pkg/rrdtool/trunk/checksums Added Paths: ----------- csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend Modified: csw/mgar/pkg/rrdtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-13 19:23:01 UTC (rev 3107) +++ csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-14 20:28:48 UTC (rev 3108) @@ -1,5 +1,5 @@ GARNAME = rrdtool -GARVERSION = 1.3.5 +GARVERSION = 1.3.6 CATEGORIES = utils DESCRIPTION = time-series data logging and graphing. @@ -11,7 +11,7 @@ MASTER_SITES = http://oss.oetiker.ch/$(GARNAME)/pub/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWrrdtool,prototype) +DISTFILES += $(call admfiles,CSWrrdtool,prototype,depend) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -20,7 +20,7 @@ #PATCHFILES += rrd_config.diff CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --docdir=$(prefix)/doc/$(GARNAME) +CONFIGURE_ARGS += --with-docdir=$(sharedstatedir)/doc/$(GARNAME) CONFIGURE_ARGS += --disable-python CONFIGURE_ARGS += --disable-ruby CONFIGURE_ARGS += --disable-libintl Modified: csw/mgar/pkg/rrdtool/trunk/checksums =================================================================== --- csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-13 19:23:01 UTC (rev 3107) +++ csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-14 20:28:48 UTC (rev 3108) @@ -1,3 +1,3 @@ -3f14381e64c2037f40af16380be9e9f3 download/rrdtool-1.3.5.tar.gz +afaabd5a60115581e866efbac796d307 download/rrdtool-1.3.6.tar.gz 52bb91d1dad69b8911e787e9347b4e8a download/CSWrrdtool.gspec a59044180a9795b229c1ea1667fec2f0 download/CSWrrdtool.prototype Added: csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend =================================================================== --- csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend (rev 0) +++ csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend 2009-02-14 20:28:48 UTC (rev 3108) @@ -0,0 +1,10 @@ +P CSWcommon common - common files and dirs for CSW packages +P CSWggettextrt ggettextrt - GNU locale utilities +P CSWglib2 glib2 - The low-level core lib for GNOME and GTK+ +P CSWiconv libiconv - GNU iconv library +P CSWlibcairo libcairo - The Cairo 2D Graphics Library +P CSWlibxml2 libxml2 - XML Parser Library +P CSWpango libpango - A framework for the layout and rendering of i18n text +P CSWpng png - library for Portable Network Graphics format (PNG) +P CSWsunmath libsunmath - Sun maths library +P CSWzlib zlib - Zlib Data Compression Library This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Feb 15 00:06:10 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 14 Feb 2009 23:06:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3109] csw/mgar/pkg/cadaver/trunk Message-ID: Revision: 3109 http://gar.svn.sourceforge.net/gar/?rev=3109&view=rev Author: chninkel Date: 2009-02-14 23:06:09 +0000 (Sat, 14 Feb 2009) Log Message: ----------- cadaver: updated gettext dependancy Modified Paths: -------------- csw/mgar/pkg/cadaver/trunk/checksums csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend csw/mgar/pkg/cadaver/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cadaver/trunk/checksums =================================================================== --- csw/mgar/pkg/cadaver/trunk/checksums 2009-02-14 20:28:48 UTC (rev 3108) +++ csw/mgar/pkg/cadaver/trunk/checksums 2009-02-14 23:06:09 UTC (rev 3109) @@ -1,6 +1,6 @@ e9fade983dd7b18d33230967051fcfe0 download/cadaver-0.22.5.tar.gz e888b8bbd86f5b49d2e8b20b757d1acb download/CSWcadav.gspec 7a78f71995cd40263b04470976eba5a6 download/CSWcadav.prototype -cd7532867e6f6d836f0c18056e45895a download/CSWcadav.depend -35930038172de3b4821e73469269d753 download/changelog.CSW +73eefde72fd7d75082c96874f520e78d download/CSWcadav.depend +22fddf258f70cd32487d398f4d310d00 download/changelog.CSW bb9626371527a54b88a01eaab55742cf download/destdir.patch Modified: csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend 2009-02-14 20:28:48 UTC (rev 3108) +++ csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend 2009-02-14 23:06:09 UTC (rev 3109) @@ -1,4 +1,4 @@ -P CSWggettext ggettext - GNU gettext +P CSWggettextrt ggettextrt - GNU gettext P CSWiconv libiconv - GNU iconv library P CSWneon neon - Neon HTTP and WebDAV client library P CSWosslrt openssl - The Open Source toolkit for SSL and TLS. Modified: csw/mgar/pkg/cadaver/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-14 20:28:48 UTC (rev 3108) +++ csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-14 23:06:09 UTC (rev 3109) @@ -1,3 +1,10 @@ +cadaver (0.22.5,REV=2009.02.15) unstable + + * Changed gettext dependancy to follow gettext package split + (Closes: #3099). + + -- Yann Rouillard Sat, 14 Feb 2009 23:53:41 +0100 + cadaver (0.22.5,REV=2007.08.21) unstable * Replaced "? ? ?" with "0755 root bin" in the prototype. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Feb 15 12:03:47 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 15 Feb 2009 11:03:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3110] csw/mgar/pkg/irssi/trunk Message-ID: Revision: 3110 http://gar.svn.sourceforge.net/gar/?rev=3110&view=rev Author: idogan23 Date: 2009-02-15 11:03:47 +0000 (Sun, 15 Feb 2009) Log Message: ----------- irssi: updated ggettext dependency Modified Paths: -------------- csw/mgar/pkg/irssi/trunk/checksums csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend Modified: csw/mgar/pkg/irssi/trunk/checksums =================================================================== --- csw/mgar/pkg/irssi/trunk/checksums 2009-02-14 23:06:09 UTC (rev 3109) +++ csw/mgar/pkg/irssi/trunk/checksums 2009-02-15 11:03:47 UTC (rev 3110) @@ -1,4 +1,4 @@ ddf717a430e1c13a272f528c4f529430 download/irssi-0.8.12.tar.gz 9e9bc28744147cae728641badb8b48bc download/CSWirssi.gspec 0adc5863c083931c1014600385c4c4ab download/CSWirssi.postinstall -2a2a41db51d28851059cdc9d202a3afb download/CSWirssi.depend +93f2d39a91f3798000f265fafd1e8954 download/CSWirssi.depend Modified: csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend =================================================================== --- csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend 2009-02-14 23:06:09 UTC (rev 3109) +++ csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend 2009-02-15 11:03:47 UTC (rev 3110) @@ -1,8 +1,7 @@ P CSWcommon -P CSWggettext P CSWglib2 P CSWiconv P CSWosslrt P CSWperl P CSWsunmath - +P CSWggettextrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Feb 15 13:20:28 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 15 Feb 2009 12:20:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3111] csw/mgar/pkg/syslog_ng/trunk Message-ID: Revision: 3111 http://gar.svn.sourceforge.net/gar/?rev=3111&view=rev Author: idogan23 Date: 2009-02-15 12:20:27 +0000 (Sun, 15 Feb 2009) Log Message: ----------- syslog_ng: changed ggettext dependency Modified Paths: -------------- csw/mgar/pkg/syslog_ng/trunk/checksums csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend Modified: csw/mgar/pkg/syslog_ng/trunk/checksums =================================================================== --- csw/mgar/pkg/syslog_ng/trunk/checksums 2009-02-15 11:03:47 UTC (rev 3110) +++ csw/mgar/pkg/syslog_ng/trunk/checksums 2009-02-15 12:20:27 UTC (rev 3111) @@ -1,7 +1,7 @@ 3f96ccf13dda0b9e150e511bcffde795 download/syslog-ng-2.0.10.tar.gz 6726e851fa8e6e6658584faaeaa6716d download/CSWsyslogng.gspec 3de835dbfde225227a1ed36f548e1d34 download/CSWsyslogng.postinstall -bb5490a23e8480b6e9d625389885c346 download/CSWsyslogng.depend +479df38d9a0e3a31422cea79b287412b download/CSWsyslogng.depend d906b84aa704d887fc98179d49dd5db2 download/CSWsyslogng.prototype ae942a41cbdc6fb0f8a4438d7f5a00d5 download/syslog-ng.conf.CSW 168ce024423e8dbee8c1597d8a1ef3ef download/cswsyslog_ng Modified: csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend =================================================================== --- csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend 2009-02-15 11:03:47 UTC (rev 3110) +++ csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend 2009-02-15 12:20:27 UTC (rev 3111) @@ -1,6 +1,6 @@ P CSWcommon P CSWcswclassutils P CSWeventlog -P CSWggettext +P CSWggettextrt P CSWglib2 P CSWtcpwrap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Feb 15 13:33:49 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 15 Feb 2009 12:33:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3112] csw/mgar/pkg/bash/trunk Message-ID: Revision: 3112 http://gar.svn.sourceforge.net/gar/?rev=3112&view=rev Author: chninkel Date: 2009-02-15 12:33:49 +0000 (Sun, 15 Feb 2009) Log Message: ----------- bash: updated gettext dependancy Modified Paths: -------------- csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/changelog.CSW Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2009-02-15 12:20:27 UTC (rev 3111) +++ csw/mgar/pkg/bash/trunk/checksums 2009-02-15 12:33:49 UTC (rev 3112) @@ -4,7 +4,7 @@ bcc9760316385d49ff31c2ed72f4be4a download/CSWbash.postinstall 589297e4f9a43d0c82632e99423db7ef download/CSWbash.postremove 5237ff9f4dbe4ec493425d4ffc5fc51a download/CSWbash.depend -1732b1edb41d6298471fb6949259a6ea download/changelog.CSW +de1b59c2aa3b72b2e4272b3828f1d273 download/changelog.CSW d8e10c754f477e3f3a581af566b89301 download/bash32-001 d38a5288b2f0ea6c9ac76b66cc74ef7d download/bash32-002 0b90d37911827d8cb95f3b4353cc225e download/bash32-003 Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-15 12:20:27 UTC (rev 3111) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-15 12:33:49 UTC (rev 3112) @@ -1,3 +1,10 @@ +bash (3.2,REV=2009.02.15) unstable + + * Changed gettext dependancy to follow gettext package split + (Closes: #3147). + + -- Yann Rouillard Sat, 14 Feb 2009 23:53:41 +0100 + bash (3.2,REV=2008.11.30) unstable * Added bash patches bash32-040 to bash-048. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Feb 15 13:34:39 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 15 Feb 2009 12:34:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3113] csw/mgar/pkg/cadaver/trunk Message-ID: Revision: 3113 http://gar.svn.sourceforge.net/gar/?rev=3113&view=rev Author: chninkel Date: 2009-02-15 12:34:39 +0000 (Sun, 15 Feb 2009) Log Message: ----------- cadaver: fixed mantis bug number in changelog Modified Paths: -------------- csw/mgar/pkg/cadaver/trunk/checksums csw/mgar/pkg/cadaver/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cadaver/trunk/checksums =================================================================== --- csw/mgar/pkg/cadaver/trunk/checksums 2009-02-15 12:33:49 UTC (rev 3112) +++ csw/mgar/pkg/cadaver/trunk/checksums 2009-02-15 12:34:39 UTC (rev 3113) @@ -2,5 +2,5 @@ e888b8bbd86f5b49d2e8b20b757d1acb download/CSWcadav.gspec 7a78f71995cd40263b04470976eba5a6 download/CSWcadav.prototype 73eefde72fd7d75082c96874f520e78d download/CSWcadav.depend -22fddf258f70cd32487d398f4d310d00 download/changelog.CSW +8fbd80b2a48a1341ced1b9d0919977c7 download/changelog.CSW bb9626371527a54b88a01eaab55742cf download/destdir.patch Modified: csw/mgar/pkg/cadaver/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-15 12:33:49 UTC (rev 3112) +++ csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-15 12:34:39 UTC (rev 3113) @@ -1,7 +1,7 @@ cadaver (0.22.5,REV=2009.02.15) unstable * Changed gettext dependancy to follow gettext package split - (Closes: #3099). + (Closes: #3134). -- Yann Rouillard Sat, 14 Feb 2009 23:53:41 +0100 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Feb 15 15:22:54 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 15 Feb 2009 14:22:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3114] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3114 http://gar.svn.sourceforge.net/gar/?rev=3114&view=rev Author: dmichelsen Date: 2009-02-15 14:22:54 +0000 (Sun, 15 Feb 2009) Log Message: ----------- mGAR v2: Fix overriding of SPKG variables in pkginfo Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-15 12:34:39 UTC (rev 3113) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-15 14:22:54 UTC (rev 3114) @@ -339,17 +339,21 @@ ) endef +define pkgvar +$(if $($(1)_$(2)),$($(1)_$(2)),$($(1))) +endef + .PRECIOUS: $(WORKDIR)/%.pkginfo $(WORKDIR)/%.pkginfo: $(WORKDIR) $(_DBG)(echo "PKG=$*"; \ - echo "NAME=$(call catalogname,$*) - $(SPKG_DESC)"; \ - echo "ARCH=$(GARCH)"; \ - echo "VERSION=$(SPKG_VERSION)$(SPKG_REVSTAMP)"; \ - echo "CATEGORY=$(SPKG_CATEGORY)"; \ - echo "VENDOR=$(SPKG_VENDOR)"; \ - echo "EMAIL=$(SPKG_EMAIL)"; \ + echo "NAME=$(call catalogname,$*) - $(call pkgvar,SPKG_DESC,$*)"; \ + echo "ARCH=$(call pkgvar,GARCH,$*)"; \ + echo "VERSION=$(call pkgvar,SPKG_VERSION,$*)$(call pkgvar,SPKG_REVSTAMP,$*)"; \ + echo "CATEGORY=$(call pkgvar,SPKG_CATEGORY,$*)"; \ + echo "VENDOR=$(call pkgvar,SPKG_VENDOR,$*)"; \ + echo "EMAIL=$(call pkgvar,SPKG_EMAIL,$*)"; \ echo "PSTAMP=$(LOGNAME)@$(shell hostname)-$(shell date '+%Y%m%d%H%M%S')"; \ - echo "CLASSES=$(SPKG_CLASSES)"; \ + echo "CLASSES=$(call pkgvar,SPKG_CLASSES,$*)"; \ echo "HOTLINE=http://www.opencsw.org/bugtrack/"; \ echo "OPENCSW_REPOSITORY=$(call _URL)@$(call _REVISION)"; \ echo "OPENCSW_MODE64=$(call mode64,$*)"; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Feb 15 20:20:01 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 15 Feb 2009 19:20:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3115] csw/mgar/pkg/rubygems/trunk Message-ID: Revision: 3115 http://gar.svn.sourceforge.net/gar/?rev=3115&view=rev Author: bdwalton Date: 2009-02-15 19:20:01 +0000 (Sun, 15 Feb 2009) Log Message: ----------- update to gar2, v1.3.1, dynamic prototype/license/gspec Modified Paths: -------------- csw/mgar/pkg/rubygems/trunk/Makefile csw/mgar/pkg/rubygems/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype Property Changed: ---------------- csw/mgar/pkg/rubygems/trunk/ Property changes on: csw/mgar/pkg/rubygems/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/rubygems/trunk/Makefile =================================================================== --- csw/mgar/pkg/rubygems/trunk/Makefile 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/Makefile 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,28 +1,30 @@ GARNAME = rubygems -GARVERSION = 1.2.0 -CATEGORIES = lang +GARVERSION = 1.3.1 +CATEGORIES = xtra DESCRIPTION = Ruby package manager define BLURB - RubyGems makes it really easy to install Rails and other libraries and to - keep them up to date. +RubyGems makes it really easy to install Rails and other libraries and to +keep them up to date. endef + SPKG_SOURCEURL = http://rubyforge.org/projects/rubygems/ -MASTER_SITES = http://rubyforge.org/frs/download.php/38646/ +MASTER_SITES = http://rubyforge.org/frs/download.php/45905/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -DISTFILES += $(call admfiles,CSWrubygems,depend copyright) -# We define upstream file regex so we can be notifed of new upstream software release +ARCHALL = 1 +PREREQUISITE_PKGS = CSWruby +REQUIRED_PKGS_CSWrubygems = CSWruby + +LICENSE_CSWrubygems = LICENSE.txt + +# We define upstream file regex so we can be notifed of new upstream +# software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz -# Redirect Gem installation to $(DESTDIR) -#PATCHFILES += postinstall.diff - -#CONFIGURE_SCRIPTS = $(WORKSRC)/setup.rb CONFIGURE_SCRIPTS = -#BUILD_SCRIPTS = $(WORKSRC)/setup.rb BUILD_SCRIPTS = TEST_SCRIPTS = INSTALL_SCRIPTS = custom @@ -30,10 +32,11 @@ include gar/category.mk install-custom: - ( cd $(WORKSRC) ; ruby ./setup.rb --destdir=$(DESTDIR); ) + ( cd $(WORKSRC) ; \ + ruby ./setup.rb --destdir=$(DESTDIR)/$(prefix); ) @$(MAKECOOKIE) -post-install: copy-contrib +post-install-modulated: copy-contrib copy-contrib: @mkdir -p $(DESTDIR)$(docdir)/$(GARNAME) Modified: csw/mgar/pkg/rubygems/trunk/checksums =================================================================== --- csw/mgar/pkg/rubygems/trunk/checksums 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/checksums 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,4 +1 @@ -b77a4234360735174d1692e6fc598402 download/rubygems-1.2.0.tgz -18d2e82007d600cfdf3075eaa0c00c8a download/CSWrubygems.gspec -75313e990d12f29577e16fc44aab7dfa download/CSWrubygems.depend -58473b8d16bcf58cb8a796072362557e download/CSWrubygems.copyright +a04ee6f6897077c5b75f5fd1e134c5a9 download/rubygems-1.3.1.tgz Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,39 +0,0 @@ -Ruby is copyrighted free software by Yukihiro Matsumoto . -You can redistribute it and/or modify it under either the terms of the GPL -(see the file GPL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - a) place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - b) use the modified software only within your corporation or - organization. - c) give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - d) make other distribution arrangements with the author. - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - a) distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - b) accompany the distribution with the machine-readable source of - the software. - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - For the list of those files and their copying conditions, see the - file LEGAL. - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend 2009-02-15 19:20:01 UTC (rev 3115) @@ -1 +0,0 @@ -P CSWruby ruby - An object-oriented language for quick and easy programming. Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,4 +0,0 @@ -%var bitname rubygems -%var pkgname CSWrubygems -%var arch all -%include url file://%{PKGLIB}/csw_standard.gspec Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,69 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/gem 0755 root bin -f none /opt/csw/bin/gem_mirror 0755 root bin -f none /opt/csw/bin/gem_server 0755 root bin -f none /opt/csw/bin/gemwhich 0755 root bin -f none /opt/csw/bin/generate_yaml_index.rb 0755 root bin -f none /opt/csw/bin/update_rubygems 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/ruby 0755 root bin -d none /opt/csw/lib/ruby/gems 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/cache 0755 root bin -f none /opt/csw/lib/ruby/gems/1.8/cache/sources-0.0.1.gem 0644 root bin -d none /opt/csw/lib/ruby/gems/1.8/doc 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/gems 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1/lib 0755 root bin -f none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1/lib/sources.rb 0644 root bin -d none /opt/csw/lib/ruby/gems/1.8/specifications 0755 root bin -f none /opt/csw/lib/ruby/gems/1.8/specifications/sources-0.0.1.gemspec 0644 root bin -d none /opt/csw/lib/ruby/site_ruby 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/gemconfigure.rb 0644 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/rubygems 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/builder.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/command.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/config_file.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/dependency_list.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/deployment.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/doc_manager.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/format.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/installer.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/old_format.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/open-uri.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/package.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/security.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/source_index.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/specification.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/timer.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/validator.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/version.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/ubygems.rb 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/rubygems 0755 root bin -f none /opt/csw/share/doc/rubygems/README 0644 root bin -d none /opt/csw/share/doc/rubygems/examples 0755 root bin -d none /opt/csw/share/doc/rubygems/examples/application 0755 root bin -f none /opt/csw/share/doc/rubygems/examples/application/an-app.gemspec 0644 root bin -d none /opt/csw/share/doc/rubygems/examples/application/bin 0755 root bin -f none /opt/csw/share/doc/rubygems/examples/application/bin/myapp 0755 root bin -d none /opt/csw/share/doc/rubygems/examples/application/lib 0755 root bin -f none /opt/csw/share/doc/rubygems/examples/application/lib/somefunctionality.rb 0644 root bin -d none /opt/csw/share/doc/rubygems/scripts 0755 root bin -f none /opt/csw/share/doc/rubygems/scripts/buildtests.rb 0644 root bin -f none /opt/csw/share/doc/rubygems/scripts/gemdoc.rb 0755 root bin -f none /opt/csw/share/doc/rubygems/scripts/runtest.rb 0644 root bin -f none /opt/csw/share/doc/rubygems/scripts/specdoc.rb 0755 root bin -f none /opt/csw/share/doc/rubygems/scripts/upload_gemdoc.rb 0644 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 Mon Feb 16 09:26:50 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 16 Feb 2009 08:26:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3116] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3116 http://gar.svn.sourceforge.net/gar/?rev=3116&view=rev Author: dmichelsen Date: 2009-02-16 08:26:50 +0000 (Mon, 16 Feb 2009) Log Message: ----------- mGAR v2: Honor ARCHALL on dynamic gspecs Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-15 19:20:01 UTC (rev 3115) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-16 08:26:50 UTC (rev 3116) @@ -347,7 +347,7 @@ $(WORKDIR)/%.pkginfo: $(WORKDIR) $(_DBG)(echo "PKG=$*"; \ echo "NAME=$(call catalogname,$*) - $(call pkgvar,SPKG_DESC,$*)"; \ - echo "ARCH=$(call pkgvar,GARCH,$*)"; \ + echo "ARCH=$(if $(or $(ARCHALL),$(ARCHALL_$*)),all,$(call pkgvar,GARCH,$*))"; \ echo "VERSION=$(call pkgvar,SPKG_VERSION,$*)$(call pkgvar,SPKG_REVSTAMP,$*)"; \ echo "CATEGORY=$(call pkgvar,SPKG_CATEGORY,$*)"; \ echo "VENDOR=$(call pkgvar,SPKG_VENDOR,$*)"; \ 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 Feb 16 13:24:29 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 16 Feb 2009 12:24:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3117] csw/mgar/pkg/tnef/trunk Message-ID: Revision: 3117 http://gar.svn.sourceforge.net/gar/?rev=3117&view=rev Author: bonivart Date: 2009-02-16 12:24:24 +0000 (Mon, 16 Feb 2009) Log Message: ----------- tnef: fix dep to ggettextrt, switch to gar2 Modified Paths: -------------- csw/mgar/pkg/tnef/trunk/Makefile Property Changed: ---------------- csw/mgar/pkg/tnef/trunk/ Property changes on: csw/mgar/pkg/tnef/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/tnef/trunk/Makefile =================================================================== --- csw/mgar/pkg/tnef/trunk/Makefile 2009-02-16 08:26:50 UTC (rev 3116) +++ csw/mgar/pkg/tnef/trunk/Makefile 2009-02-16 12:24:24 UTC (rev 3117) @@ -11,8 +11,9 @@ MASTER_SITES = http://downloads.sourceforge.net/tnef/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWtnef,) +REQUIRED_PKGS = CSWggettextrt + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=57057 UPSTREAM_USE_SF = 1 @@ -20,19 +21,13 @@ CONFIGURE_ARGS = $(DIRPATHS) -TEST_SCRIPTS = custom +TEST_TARGET = check INSTALL_SCRIPTS = custom include gar/category.mk SPKG_SOURCEURL = http://sourceforge.net/projects/tnef -test-custom: - @echo " ==> Testing $(GARNAME) (custom)" - @( cd $(WORKSRC) ; \ - gmake check ) - @$(MAKECOOKIE) - install-custom: @echo " ==> Installing $(GARNAME) (custom)" @rm -rf $(DESTDIR) @@ -41,6 +36,5 @@ @ginstall -d $(DESTDIR)$(mandir)/man1 @( cd $(WORKSRC) ; \ cp -r src/$(GARNAME) $(DESTDIR)$(bindir)/$(GARNAME) ; \ - cp -r doc/$(GARNAME).1 $(DESTDIR)$(mandir)/man1/$(GARNAME).1 ; \ - cp -r COPYING $(DESTDIR)$(docdir)/$(GARNAME)/LICENSE ) + cp -r doc/$(GARNAME).1 $(DESTDIR)$(mandir)/man1/$(GARNAME).1 ) @$(MAKECOOKIE) 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 Feb 16 14:23:33 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 16 Feb 2009 13:23:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3118] csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec Message-ID: Revision: 3118 http://gar.svn.sourceforge.net/gar/?rev=3118&view=rev Author: bonivart Date: 2009-02-16 13:23:33 +0000 (Mon, 16 Feb 2009) Log Message: ----------- tnef: removed unused gspec Removed Paths: ------------- csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec Deleted: csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec =================================================================== --- csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec 2009-02-16 12:24:24 UTC (rev 3117) +++ csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec 2009-02-16 13:23:33 UTC (rev 3118) @@ -1,7 +0,0 @@ -%var bitname tnef -%var pkgname CSWtnef -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright - -Please see /opt/csw/share/doc/tnef/LICENSE for license information - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From a_o_m at users.sourceforge.net Mon Feb 16 14:33:51 2009 From: a_o_m at users.sourceforge.net (a_o_m at users.sourceforge.net) Date: Mon, 16 Feb 2009 13:33:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3119] csw/mgar/pkg/fontconfig/trunk Message-ID: Revision: 3119 http://gar.svn.sourceforge.net/gar/?rev=3119&view=rev Author: a_o_m Date: 2009-02-16 13:33:51 +0000 (Mon, 16 Feb 2009) Log Message: ----------- fontconfig: update to version 2.6.0 Modified Paths: -------------- csw/mgar/pkg/fontconfig/trunk/Makefile csw/mgar/pkg/fontconfig/trunk/checksums csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec Added Paths: ----------- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall Property Changed: ---------------- csw/mgar/pkg/fontconfig/trunk/ Property changes on: csw/mgar/pkg/fontconfig/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/fontconfig/trunk/Makefile =================================================================== --- csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-16 13:23:33 UTC (rev 3118) +++ csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-16 13:33:51 UTC (rev 3119) @@ -1,5 +1,5 @@ GARNAME = fontconfig -GARVERSION = 2.2.1 +GARVERSION = 2.6.0 CATEGORIES = lib DESCRIPTION = A library for configuring and customizing font access. @@ -12,11 +12,20 @@ MASTER_SITES = http://www.fontconfig.org/release/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWfconfig,) +DISTFILES += $(call admfiles,CSWfconfig,postinstall) +REQUIRED_PKGS = CSWexpat CSWftype2 CSWzlib CSWiconv + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -CONFIGURE_ARGS = $(DIRPATHS) +BUILD64 = 1 +CONFIGURE_ARGS = $(DIRPATHS) --with-default-fonts=/usr/openwin/lib/X11/fonts --with-add-fonts=/usr/openwin/lib/locale,/usr/share/fonts --with-cache-dir=/opt/csw/var/cache-fontconfig --with-confdir=/opt/csw/etc/fontconfig + +pre-package: + @rm -f $(DESTDIR)$(libdir)/libfontconfig.la* + @rm -f $(DESTDIR)/opt/csw/etc/fonts/fonts.conf.bak + @$(MAKECOOKIE) + include gar/category.mk Modified: csw/mgar/pkg/fontconfig/trunk/checksums =================================================================== --- csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 13:23:33 UTC (rev 3118) +++ csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 13:33:51 UTC (rev 3119) @@ -1,2 +1,4 @@ -a6a856606809b9ebfcc37a6380dcd6df download/fontconfig-2.2.1.tar.gz -0648293f2b2448ce03f4f8413b010ad2 download/CSWfconfig.gspec +ab54ec1d4ddd836313fdbc0cd5299d6d download/fontconfig-2.6.0.tar.gz +4db7301f43d63ad83a48b1cca7a6d4be download/CSWfconfig.gspec +eeb4246a85f1ac5215dc66ee0fe3fb8e download/CSWfconfig.postinstall +82f9a47f7f3855b2922bbcc79ba0eec4 download/fonts.conf.diff Modified: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 13:23:33 UTC (rev 3118) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 13:33:51 UTC (rev 3119) @@ -1,4 +1,4 @@ %var bitname fontconfig %var pkgname CSWfconfig %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT +%copyright url file://%{WORKSRC}/COPYING Added: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall (rev 0) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall 2009-02-16 13:33:51 UTC (rev 3119) @@ -0,0 +1,17 @@ +#!/bin/sh + +CHROOTDIR=${BASEDIR:-/} + +echo +echo fc-cache is running now to build font information caches +echo this may take up to several minutes on slow workstations +echo + +${BASEDIR}/usr/sbin/chroot ${CHROOTDIR} /opt/csw/bin/fc-cache -f -s + +# removing ancient fonts.cache-csw-1 files from fontconfig-2.3.2 +find /usr/openwin/lib/X11/fonts -user root -name fonts.cache-csw-1 -exec rm -f {} \; +find /usr/openwin/lib/locale -user root -name fonts.cache-csw-1 -exec rm -f {} \; +find /opt/csw -user root -name fonts.cache-csw-1 -exec rm -f {} \; + +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:09:01 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:09:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3120] csw/mgar/pkg Message-ID: Revision: 3120 http://gar.svn.sourceforge.net/gar/?rev=3120&view=rev Author: j_arndt Date: 2009-02-16 14:09:01 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagios: Initial commit Added Paths: ----------- csw/mgar/pkg/nagios/ csw/mgar/pkg/nagios/branches/ csw/mgar/pkg/nagios/tags/ csw/mgar/pkg/nagios/trunk/ csw/mgar/pkg/nagios/trunk/Makefile csw/mgar/pkg/nagios/trunk/checksums csw/mgar/pkg/nagios/trunk/files/ csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall csw/mgar/pkg/nagios/trunk/files/CSWnagios.depend csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec csw/mgar/pkg/nagios/trunk/files/CSWnagios.postinstall csw/mgar/pkg/nagios/trunk/files/CSWnagios.preinstall csw/mgar/pkg/nagios/trunk/files/CSWnagios.preremove csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype csw/mgar/pkg/nagios/trunk/files/configure.diff csw/mgar/pkg/nagios/trunk/files/doc.diff csw/mgar/pkg/nagios/trunk/files/install-opts.diff csw/mgar/pkg/nagios/trunk/files/nagios csw/mgar/pkg/nagios/trunk/files/nagios.xml csw/mgar/pkg/nagios/trunk/files/patch.diff csw/mgar/pkg/nagios/trunk/files/svc-nagios csw/mgar/pkg/nagios/trunk/files/webconf.diff Property changes on: csw/mgar/pkg/nagios/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Added: csw/mgar/pkg/nagios/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nagios/trunk/Makefile 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,55 @@ +GARNAME = nagios +GARVERSION = 3.0.6 +CATEGORIES = apps + +DESCRIPTION = nagios network monitoring base package (no plugins) +define BLURB + Nagios is a powerful, enterprise-class host, service, application, and network monitoring program. Designed to be fast, flexible, and rock-solid stable. Nagios runs on *NIX hosts and can monitor Windows, Linux/Unix/BSD, Netware, and network devices. +endef + +MASTER_SITES = http://kent.dl.sourceforge.net/sourceforge/nagios/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +#DISTFILES += $(call admfiles,CSWnagios) +DISTFILES += $(call admfiles,CSWnagios,prototype checkinstall preinstall preremove postinstall depend) +DISTFILES += nagios nagios.xml svc-nagios + +PATCHFILES = patch.diff # cgi/cmd.c - GNU macro __attribute__ unknown to compiler + # http://article.gmane.org/gmane.network.nagios.devel/4726 + # (Error 2) +PATCHFILES += configure.diff # configure.in + # http://unix.derkeiler.com/Mailing-Lists/SunManagers/2004-11/0424.html + # -lsunmath is needed in configure for checking of libgd +PATCHFILES += install-opts.diff # sets in every Makefile.in "INSTALL_OPT="" (empty) + # necessary, so ginstall doesn't get -o and -g options +PATCHFILES += webconf.diff # global Makefile.in + # nagios httpd-config is renamed to httpd-nagios.conf +PATCHFILES += doc.diff # Makefile.in - copies READMes ... to /opt/csw/share/doc/nagios/ + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --prefix=/opt/csw/nagios +CONFIGURE_ARGS += --exec-prefix=/opt/csw/nagios +CONFIGURE_ARGS += --with-command-user=nagios +CONFIGURE_ARGS += --with-command-group=nagios +CONFIGURE_ARGS += --with-httpd-conf=/opt/csw/nagios/etc +CONFIGURE_ARGS += --enable-embedded-perl + +#prefix ?= /opt/csw/nagios +sysconfdir ?= $(prefix)/nagios/etc +localstatedir ?= $(prefix)/nagios/var +bindir ?= $(prefix)/nagios/bin +sbindir ?= $(prefix)/nagios/sbin +libexecdir ?= $(prefix)/libexec/nagios-plugins +datadir ?= $(prefix)/nagios/share + +EXTRA_LIB = /opt/csw/lib + +BUILD_ARGS = all + +TEST_TARGET = none + +INSTALL_ARGS += install-init +INSTALL_ARGS += install-config +INSTALL_ARGS += install-webconf +INSTALL_ARGS += install-commandmode +INSTALL_ARGS += install-docs +include gar/category.mk Added: csw/mgar/pkg/nagios/trunk/checksums =================================================================== --- csw/mgar/pkg/nagios/trunk/checksums (rev 0) +++ csw/mgar/pkg/nagios/trunk/checksums 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,16 @@ +900e3f4164f4b2a18485420eeaefe812 download/nagios-3.0.6.tar.gz +799f1b92197d0d0fabfc09631abab3f9 download/CSWnagios.gspec +4a34971d496bff77fc2bfd0eb2007c37 download/CSWnagios.prototype +e407a4b179bd7de72b3e8c21f309f9b7 download/CSWnagios.checkinstall +47cc36016f5518dfd5614b870f56e944 download/CSWnagios.preinstall +92437323de0cceaa58c6238ec9e6c954 download/CSWnagios.preremove +2ed96c2fb28a30112681b772465bf2a6 download/CSWnagios.postinstall +95cce43182ddef277c1556c1607e3bb5 download/CSWnagios.depend +eee3268b11eb94d797f0f606d53cfb97 download/nagios +2bca004216ac8d8774e8bf3f974eca10 download/nagios.xml +66adfde9e041150b29e31ea8f8c0b604 download/svc-nagios +0ef601e30d01a511822dd27df6b0e531 download/patch.diff +4faa5ec86586be23dfbbd9165f50046d download/configure.diff +f3161bcb7c65f89707ee37b0a8d861d5 download/install-opts.diff +f1c09f43c8994b97608a9f57cef28191 download/webconf.diff +d4b9518af39194e571fcb894b3aac6d2 download/doc.diff Added: csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,71 @@ +# See if user group are needed +NEEDNAGUSER=0 +NEEDNAGGROUP=0 +NEEDCMDGROUP=0 + +#First check target machines password file, THEN check +#NIS/NIS+/whatever + +grep '^nagios:' /etc/passwd >/dev/null +if [ $? -ne 0 ] ; then + getent passwd nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGUSER=1 + fi +fi + +grep '^nagios:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + getent group nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGGROUP=1 + fi +fi + +# Next, verify that group nagioscm exists. +# First check target machines group file, THEN check +# NIS/NIS+/whatever + +/usr/bin/grep '^nagioscm:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + /usr/bin/getent group nagioscm >/dev/null + if [ $? -ne 0 ] ; then + NEEDCMDGROUP=1 + fi +fi + +if [ "$NEEDNAGUSER" = 1 ] ; then + echo "***" + echo "User nagios must exist for this package install." + echo "nagios user will be added." + ADDNAGUSER=1 +else + echo "nagios user detected" +fi + +if [ "$NEEDNAGGROUP" = 1 ] ; then + echo "***" + echo "Group nagios must exist for this package install." + echo "nagios group will be added." + ADDNAGGROUP=1 +else + echo "nagios group detected" +fi + +if [ "$NEEDCMDGROUP" = 1 ] ; then + echo "***" + echo "Group nagioscm must exist for this package install." + echo "nagioscm group will be added." + ADDCMDGROUP=1 +else + echo "nagioscm group detected" +fi + +# Make env variables available to other packaging scripts + +cat >$1 </dev/null 2>&1 ; then + echo "## Stopping nagios" + if [ $smf = yes ]; then + /usr/sbin/svcadm disable svc:/application/cswnagios >/dev/null 2>&1 + else + /etc/init.d/cswnagios stop >/dev/null 2>&1 + fi + while pgrep nagios > /dev/null + do + sleep 1 + done +fi + +if [ $smf = yes ]; then + # Register with SMF + echo "Configuring service in SMF" + /usr/sbin/svccfg import /opt/csw/var/svc/manifest/application/nagios.xml >/dev/null 2>&1 + /usr/sbin/svcadm disable svc:application/cswnagios >/dev/null 2>&1 + echo "nagios is using Service Management Facility. The FMRI is:" + echo " svc:/application/cswnagios:default" +fi + +# Start nagios +if [ "$enable_daemon" = "yes" ] ; then + if [ -f $BASEDIR/opt/csw/nagios/etc/nagios.cfg ]; then + echo "## Starting nagios" + if [ $smf = yes ]; then + /usr/sbin/svcadm enable svc:/application/cswnagios >/dev/null 2>&1 + else + /etc/init.d/cswnagios start >/dev/null 2>&1 + fi + else + echo "## Not starting nagios - configuration file not found" + if [ $smf = yes ] ; then + /usr/sbin/svcadm disable svc:/application/cswnagios >/dev/null 2>&1 + fi + fi +fi + +# +PREFIX=/opt/csw/nagios +NAGHTTPD=httpd-nagios.conf + +if [ -d /opt/csw/apache/conf ]; then + APACHE_CONF=/opt/csw/apache/conf + cp $PREFIX/etc/$NAGHTTPD $APACHE_CONF +elif [ -d /etc/apache ]; then + APACHE_CONF=/etc/apache + cp $PREFIX/etc/$NAGHTTPD $APACHE_CONF +else + APACHE_CONF=$PREFIX/etc +fi + +cat </dev/null 2>&1 + else + /etc/init.d/cswnagios stop >/dev/null 2>&1 + fi + +if [ $smf = yes ] ; then + # Unregister with SMF + /usr/sbin/svccfg delete svc:application/cswnagios:default >/dev/null 2>&1 +fi + +exit 0 Added: csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,393 @@ +d none /opt/csw/nagios/bin 0755 nagios nagios +f none /opt/csw/nagios/bin/nagios 0774 nagios nagios +f none /opt/csw/nagios/bin/nagiostats 0774 nagios nagios +f none /opt/csw/nagios/bin/p1.pl 0664 nagios nagios +d none /opt/csw/nagios/etc 0755 nagios nagios +f none /opt/csw/nagios/etc/cgi.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/httpd-nagios.conf 0644 nagios nagios +f none /opt/csw/nagios/etc/nagios.cfg 0664 nagios nagios +d none /opt/csw/nagios/etc/objects 0755 nagios nagios +f none /opt/csw/nagios/etc/objects/commands.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/contacts.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/localhost.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/printer.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/switch.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/templates.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/timeperiods.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/windows.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/resource.cfg 0660 nagios nagios +d none /opt/csw/nagios/libexec 0755 nagios nagios +d none /opt/csw/nagios/sbin 0755 nagios nagios +f none /opt/csw/nagios/sbin/avail.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/cmd.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/config.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/extinfo.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/histogram.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/history.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/notifications.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/outages.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/showlog.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/status.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/statusmap.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/statuswml.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/statuswrl.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/summary.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/tac.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/trends.cgi 0775 nagios nagios +d none /opt/csw/nagios/share 0755 nagios nagios +d none /opt/csw/nagios/share/contexthelp 0755 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/B1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/C1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/D1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/E1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/F1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H8.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I8.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I9.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/J1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/K1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L10.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L11.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L12.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L13.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L8.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L9.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N7.html 0664 nagios nagios +d none /opt/csw/nagios/share/docs 0755 nagios nagios +f none /opt/csw/nagios/share/docs/about.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/activechecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/adaptive.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/addons.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/beginners.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cachedchecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgiauth.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgiincludes.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgis.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgisecurity.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/checkscheduling.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/clusters.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/config.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/configcgi.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/configmain.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/configobject.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/customobjectvars.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/dependencies.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/dependencychecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/distributed.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/downtime.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/embeddedperl.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/epnplugins.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/escalations.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/eventhandlers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/extcommands.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/faststartup.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/flapping.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/freshness.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/funstuff.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/hostchecks.html 0664 nagios nagios +d none /opt/csw/nagios/share/docs/images 0755 nagios nagios +f none /opt/csw/nagios/share/docs/images/activechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cachedcheckgraphs.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cachedchecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cachedchecks1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-avail-a.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-avail-b.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-cmd.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-config.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-a.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-b.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-c.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-d.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-histogram.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-history.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-notifications.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-outages.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-showlog.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-a.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-b.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-c.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-d.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-statusmap.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-statuswml.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-statuswrl.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-summary.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-tac.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-trends.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/checkmark.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/checktiming.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/configoverview.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/distributed.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/downtime.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/epn.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/eventhandlers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/externalcommands.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/fast-startup.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/fast-startup1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/fast-startup2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/freshness.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/host-dependencies.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/important.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/integrationoverview.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/interleaved1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/interleaved2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/interleaved3.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/logofullsize.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/monitoring-printers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/monitoring-routers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/monitoring-windows.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-activehostchecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-activelychecked.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-activeservicechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-cachedchecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-commandbuffers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-externalcommands.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-hostperfstats.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-hoststatechange.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-passivechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-passivelychecked.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-serviceperfstats.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-servicestatechange.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/multiple-templates1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/multiple-templates2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nagios.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/ndoutils.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/network-outage1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/network-outage2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/noninterleaved1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/noninterleaved2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/note.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nrpe.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nsca.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nscpp.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-commands.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-contacts.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-hosts.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-services.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-timeperiods.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/passivechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/passivehosttranslation.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/plugins.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/predictive-dependency-checks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/printer.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability3.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability4.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/redudancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/redundancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security3.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/seealso.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/service-dependencies.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/statetransitions.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/statetransitions2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/stoprestart.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/switch.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/tcpwrappers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/tip.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/tuning.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/upto.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/index.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/int-snmptrap.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/int-tcpwrappers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/integration.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/largeinstalltweaks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/macrolist.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/macros.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-linux.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-netware.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-printers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-publicservices.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-routers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-windows.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/mrtggraphs.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/nagiostats.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/networkreachability.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/notifications.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/objectdefinitions.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/objectinheritance.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/objecttricks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/oncallrotation.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/passivechecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/passivestatetranslation.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/perfdata.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/pluginapi.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/plugins.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart-fedora.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart-opensuse.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart-ubuntu.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/redundancy.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/robots.txt 0664 nagios nagios +f none /opt/csw/nagios/share/docs/security.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/servicechecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/stalking.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/startstop.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/statetypes.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/timeperiods.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/toc.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/tuning.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/upgrading.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/verifyconfig.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/volatileservices.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/whatsnew.html 0664 nagios nagios +d none /opt/csw/nagios/share/images 0755 nagios nagios +f none /opt/csw/nagios/share/images/NagiosEnterprises-whitebg-112x46.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/ack.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/action.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/command.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/comment.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/contexthelp1.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/contexthelp2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/critical.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/delay.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/delete.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/detail.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/disabled.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/down.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/downtime.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/empty.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/enabled.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/extinfo.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/favicon.ico 0664 nagios nagios +f none /opt/csw/nagios/share/images/flapping.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/globe-support-150x150.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/greendot.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/histogram.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/history.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/hostevent.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/info.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/left.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/logofullsize.png 0664 nagios nagios +d none /opt/csw/nagios/share/images/logos 0755 nagios nagios +f none /opt/csw/nagios/share/images/logos/nagios.gd2 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/nagios.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/nagiosvrml.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/unknown.gd2 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/unknown.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/logrotate.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/ndisabled.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/noack.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/notes.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/notify.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/orangedot.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/passiveonly.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/recovery.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/redudancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/redundancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/restart.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/right.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/sblogo.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/images/serviceevent.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/splunk1.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/splunk2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/start.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status3.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status4.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/stop.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacdisabled.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacdisabled.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacenabled.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacenabled.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/thermcrit.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/thermok.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/thermwarn.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/trends.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/trendshost.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/trendssvc.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/unknown.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/up.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/warning.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/weblogo1.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/zoom1.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/zoom2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/index.html 0664 nagios nagios +f none /opt/csw/nagios/share/main.html 0664 nagios nagios +d none /opt/csw/nagios/share/media 0755 nagios nagios +f none /opt/csw/nagios/share/robots.txt 0664 nagios nagios +f none /opt/csw/nagios/share/side.html 0664 nagios nagios +d none /opt/csw/nagios/share/ssi 0755 nagios nagios +d none /opt/csw/nagios/share/stylesheets 0755 nagios nagios +f none /opt/csw/nagios/share/stylesheets/avail.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/checksanity.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/cmd.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/common.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/config.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/extinfo.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/histogram.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/history.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/ministatus.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/notifications.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/outages.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/showlog.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/status.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/statusmap.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/summary.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/tac.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/trends.css 0664 nagios nagios +d none /opt/csw/nagios/var 0755 nagios nagios +d none /opt/csw/nagios/var/archives 0755 nagios nagios +d none /opt/csw/nagios/var/rw 2770 nagios nagioscm +d none /opt/csw/nagios/var/spool/checkresults 0755 nagios nagios +d none /opt/csw/share/doc/nagios 0755 root bin +f none /opt/csw/share/doc/nagios/Changelog 0644 root bin +f none /opt/csw/share/doc/nagios/INSTALLING 0644 root bin +f none /opt/csw/share/doc/nagios/README 0644 root bin +f none /opt/csw/share/doc/nagios/UPGRADING 0644 root bin +i checkinstall=CSWnagios.checkinstall +i preinstall=CSWnagios.preinstall +i copyright=CSWnagios.copyright +i depend=CSWnagios.depend +i pkginfo=CSWnagios.pkginfo +i postinstall=CSWnagios.postinstall +i preremove=CSWnagios.preremove Added: csw/mgar/pkg/nagios/trunk/files/configure.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/configure.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/configure.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,12 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/configure nagios-3.0.6/configure +--- nagios-3.0.6.orig/configure 2008-12-02 04:48:17.000000000 +0100 ++++ nagios-3.0.6/configure 2008-12-16 16:48:29.610038929 +0100 +@@ -5848,7 +5848,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_save_LIBS="$LIBS" +- LIBS="-lgd $ICONV -lpng -ljpeg -lz -lm $LIBS" ++ LIBS="-lgd $ICONV -lpng -ljpeg -lz -lm -lsunmath $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF Added: csw/mgar/pkg/nagios/trunk/files/doc.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/doc.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/doc.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,24 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/Makefile.in nagios-3.0.6/Makefile.in +--- nagios-3.0.6.orig/Makefile.in 2008-12-25 14:35:24.040581755 +0100 ++++ nagios-3.0.6/Makefile.in 2008-12-25 14:31:46.669473752 +0100 +@@ -28,6 +28,7 @@ + CGIDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + HTMLDIR=@datadir@ ++DOCDIR=$(prefix)/../share/doc/nagios + INSTALL=@INSTALL@ + INSTALL_OPTS= + COMMAND_OPTS= +@@ -268,6 +269,12 @@ + @echo "*** External command directory configured ***" + @echo "" + ++install-docs: ++ $(INSTALL) -m 755 -d $(INSTALL_OPTS) -d $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./Changelog $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./INSTALLING $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./README $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./UPGRADING $(DESTDIR)$(DOCDIR) + + fullinstall: install install-init install-commandmode install-webconf + Added: csw/mgar/pkg/nagios/trunk/files/install-opts.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/install-opts.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/install-opts.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,90 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/Makefile.in nagios-3.0.6/Makefile.in +--- nagios-3.0.6.orig/Makefile.in 2008-12-18 21:34:10.373532942 +0100 ++++ nagios-3.0.6/Makefile.in 2008-12-18 21:33:53.350125017 +0100 +@@ -29,11 +29,11 @@ + LIBEXECDIR=@libexecdir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ +-COMMAND_OPTS=@COMMAND_OPTS@ ++INSTALL_OPTS= ++COMMAND_OPTS= + HTTPD_CONF=@HTTPD_CONF@ + INIT_DIR=@init_dir@ +-INIT_OPTS=-o root -g root ++INIT_OPTS= + CGICFGDIR=$(CGIDIR) + PERLDIR=@PERLDIR@ + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/base/Makefile.in nagios-3.0.6/base/Makefile.in +--- nagios-3.0.6.orig/base/Makefile.in 2008-02-28 20:25:45.000000000 +0100 ++++ nagios-3.0.6/base/Makefile.in 2008-12-18 21:33:44.879394311 +0100 +@@ -39,7 +39,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + STRIP=@STRIP@ + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/cgi/Makefile.in nagios-3.0.6/cgi/Makefile.in +--- nagios-3.0.6.orig/cgi/Makefile.in 2008-11-02 18:32:03.000000000 +0100 ++++ nagios-3.0.6/cgi/Makefile.in 2008-12-18 21:33:44.881180126 +0100 +@@ -18,7 +18,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + STRIP=@STRIP@ + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/common/Makefile.in nagios-3.0.6/common/Makefile.in +--- nagios-3.0.6.orig/common/Makefile.in 2003-04-10 05:46:01.000000000 +0200 ++++ nagios-3.0.6/common/Makefile.in 2008-12-18 21:33:44.882663564 +0100 +@@ -20,7 +20,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + + CP=@CP@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/contrib/Makefile.in nagios-3.0.6/contrib/Makefile.in +--- nagios-3.0.6.orig/contrib/Makefile.in 2008-05-19 20:01:58.000000000 +0200 ++++ nagios-3.0.6/contrib/Makefile.in 2008-12-18 21:33:44.884211256 +0100 +@@ -15,7 +15,7 @@ + # Generated automatically from configure script + SNPRINTF_O=@SNPRINTF_O@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + + + prefix=@prefix@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/html/Makefile.in nagios-3.0.6/html/Makefile.in +--- nagios-3.0.6.orig/html/Makefile.in 2008-11-02 18:32:03.000000000 +0100 ++++ nagios-3.0.6/html/Makefile.in 2008-12-18 21:33:44.885749503 +0100 +@@ -10,7 +10,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + + CP=@CP@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/module/Makefile.in nagios-3.0.6/module/Makefile.in +--- nagios-3.0.6.orig/module/Makefile.in 2008-12-18 21:34:09.878424799 +0100 ++++ nagios-3.0.6/module/Makefile.in 2008-12-18 21:33:44.887184503 +0100 +@@ -19,7 +19,7 @@ + exec_prefix=@exec_prefix@ + BINDIR=@bindir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + STRIP=@STRIP@ + Added: csw/mgar/pkg/nagios/trunk/files/nagios =================================================================== --- csw/mgar/pkg/nagios/trunk/files/nagios (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/nagios 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,171 @@ +#!/bin/sh +# +# chkconfig: 345 99 01 +# description: Nagios network monitor +# +# File : nagios +# +# Author : Jorge Sanchez Aymar (jsanchez at lanchile.cl) +# +# Changelog : +# +# 1999-07-09 Karl DeBisschop +# - setup for autoconf +# - add reload function +# 1999-08-06 Ethan Galstad +# - Added configuration info for use with RedHat's chkconfig tool +# per Fran Boon's suggestion +# 1999-08-13 Jim Popovitch +# - added variable for nagios/var directory +# - cd into nagios/var directory before creating tmp files on startup +# 1999-08-16 Ethan Galstad +# - Added test for rc.d directory as suggested by Karl DeBisschop +# 2000-07-23 Karl DeBisschop +# - Clean out redhat macros and other dependencies +# +# Description: Starts and stops the Nagios monitor +# used to provide network services status. +# +# Modified for CSW by Alex Moore 2006-02-27 + + +status_nagios () +{ + + if test ! -f $NagiosRun; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + if test -x $NagiosCGI/daemonchk.cgi; then + if $NagiosCGI/daemonchk.cgi -l $NagiosRun; then + return 0 + else + return 1 + fi + else + if ps -p $NagiosPID; then + return 0 + else + return 1 + fi + fi + + return 1 +} + + +killproc_nagios () +{ + + if [ ! -f $NagiosRun ]; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + kill $2 $NagiosPID +} + + +# Source function library +# Solaris doesn't have an rc.d directory, so do a test first +if [ -f /etc/rc.d/init.d/functions ]; then + . /etc/rc.d/init.d/functions +elif [ -f /etc/init.d/functions ]; then + . /etc/init.d/functions +fi + +prefix=/opt/csw/nagios +exec_prefix=${prefix} +NagiosBin=${exec_prefix}/bin/nagios +NagiosCfg=${prefix}/etc/nagios.cfg +NagiosLog=${prefix}/var/status.log +NagiosTmp=${prefix}/var/nagios.tmp +NagiosSav=${prefix}/var/status.sav +NagiosCmd=${prefix}/var/rw/nagios.cmd +NagiosVar=${prefix}/var +NagiosRun=${prefix}/var/nagios.lock +NagiosLckDir=/var/lock/subsys +NagiosLckFile=nagios +NagiosCGI=${exec_prefix}/sbin +Nagios=nagios + + +# Check that nagios exists. +test -f $NagiosBin || exit 0 + +# Check that nagios.cfg exists. +test -f $NagiosCfg || exit 0 + +# See how we were called. +case "$1" in + + start) + echo "Starting network monitor: nagios" + su - $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" + rm -f $NagiosCmd + $NagiosBin -d $NagiosCfg + if [ -d $NagiosLckDir ]; then touch $NagiosLckDir/$NagiosLckFile; fi + sleep 1 + status_nagios nagios + ;; + + stop) + echo "Stopping network monitor: nagios" + killproc_nagios nagios + rm -f $NagiosLog $NagiosTmp $NagiosRun $NagiosLckDir/$NagiosLckFile $NagiosCmd + ;; + + status) + status_nagios nagios + ;; + + restart) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + $0 stop + $0 start + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting restart." + exit 1 + fi + ;; + + reload|force-reload) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + if test ! -f $NagiosRun; then + $0 start + else + NagiosPID=`head -n 1 $NagiosRun` + if status_nagios > /dev/null; then + printf "Reloading nagios configuration..." + killproc_nagios nagios -HUP + echo "done" + else + $0 stop + $0 start + fi + fi + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting reload." + exit 1 + fi + ;; + + *) + echo "Usage: nagios {start|stop|restart|reload|force-reload|status}" + exit 1 + ;; + +esac + +# End of this script Added: csw/mgar/pkg/nagios/trunk/files/nagios.xml =================================================================== --- csw/mgar/pkg/nagios/trunk/files/nagios.xml (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/nagios.xml 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: csw/mgar/pkg/nagios/trunk/files/patch.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/patch.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/patch.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,45 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/cgi/cmd.c nagios-3.0.6/cgi/cmd.c +--- nagios-3.0.6.orig/cgi/cmd.c 2008-11-30 18:22:58.000000000 +0100 ++++ nagios-3.0.6/cgi/cmd.c 2008-12-16 14:01:20.459641641 +0100 +@@ -1885,7 +1885,7 @@ + return; + } + +-__attribute__((format(printf, 2, 3))) ++/* __attribute__((format(printf, 2, 3))) */ + static int cmd_submitf(int id, const char *fmt, ...) + { + char cmd[MAX_EXTERNAL_COMMAND_LENGTH]; +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/include/nebmodules.h nagios-3.0.6/include/nebmodules.h +--- nagios-3.0.6.orig/include/nebmodules.h 2008-11-30 18:22:59.000000000 +0100 ++++ nagios-3.0.6/include/nebmodules.h 2008-12-16 14:02:22.859426641 +0100 +@@ -31,7 +31,7 @@ + + /***** MODULE VERSION INFORMATION *****/ + +-#define NEB_API_VERSION(x) int __neb_api_version = x; ++#define NEB_API_VERSION(x) int __neb_api_version = x + #define CURRENT_NEB_API_VERSION 3 + + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/module/Makefile.in nagios-3.0.6/module/Makefile.in +--- nagios-3.0.6.orig/module/Makefile.in 2007-12-15 00:02:24.000000000 +0100 ++++ nagios-3.0.6/module/Makefile.in 2008-12-16 14:01:52.009192953 +0100 +@@ -25,13 +25,13 @@ + + CP=@CP@ + +-all: helloworld.o ++all: helloworld + +-helloworld.o: helloworld.c +- $(CC) $(MOD_CFLAGS) $(CFLAGS) -o helloworld.o helloworld.c $(MOD_LDFLAGS) $(LDFLAGS) $(LIBS) ++helloworld: helloworld.c ++ $(CC) $(MOD_CFLAGS) $(CFLAGS) -o helloworld helloworld.c $(MOD_LDFLAGS) $(LDFLAGS) $(LIBS) + + clean: +- rm -f helloworld.o ++ rm -f helloworld + rm -f core *.o + rm -f *~ *.*~ + Added: csw/mgar/pkg/nagios/trunk/files/svc-nagios =================================================================== --- csw/mgar/pkg/nagios/trunk/files/svc-nagios (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/svc-nagios 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,172 @@ +#!/bin/sh +# +# chkconfig: 345 99 01 +# description: Nagios network monitor +# +# File : nagios +# +# Author : Jorge Sanchez Aymar (jsanchez at lanchile.cl) +# +# Changelog : +# +# 1999-07-09 Karl DeBisschop +# - setup for autoconf +# - add reload function +# 1999-08-06 Ethan Galstad +# - Added configuration info for use with RedHat's chkconfig tool +# per Fran Boon's suggestion +# 1999-08-13 Jim Popovitch +# - added variable for nagios/var directory +# - cd into nagios/var directory before creating tmp files on startup +# 1999-08-16 Ethan Galstad +# - Added test for rc.d directory as suggested by Karl DeBisschop +# 2000-07-23 Karl DeBisschop +# - Clean out redhat macros and other dependencies +# +# Description: Starts and stops the Nagios monitor +# used to provide network services status. +# +# Modified for CSW by Alex Moore 2006-02-27 + +. /lib/svc/share/smf_include.sh + +status_nagios () +{ + + if test ! -f $NagiosRun; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + if test -x $NagiosCGI/daemonchk.cgi; then + if $NagiosCGI/daemonchk.cgi -l $NagiosRun; then + return 0 + else + return 1 + fi + else + if ps -p $NagiosPID; then + return 0 + else + return 1 + fi + fi + + return 1 +} + + +killproc_nagios () +{ + + if [ ! -f $NagiosRun ]; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + kill $2 $NagiosPID +} + + +# Source function library +# Solaris doesn't have an rc.d directory, so do a test first +if [ -f /etc/rc.d/init.d/functions ]; then + . /etc/rc.d/init.d/functions +elif [ -f /etc/init.d/functions ]; then + . /etc/init.d/functions +fi + +prefix=/opt/csw/nagios +exec_prefix=${prefix} +NagiosBin=${exec_prefix}/bin/nagios +NagiosCfg=${prefix}/etc/nagios.cfg +NagiosLog=${prefix}/var/status.log +NagiosTmp=${prefix}/var/nagios.tmp +NagiosSav=${prefix}/var/status.sav +NagiosCmd=${prefix}/var/rw/nagios.cmd +NagiosVar=${prefix}/var +NagiosRun=${prefix}/var/nagios.lock +NagiosLckDir=/var/lock/subsys +NagiosLckFile=nagios +NagiosCGI=${exec_prefix}/sbin +Nagios=nagios + + +# Check that nagios exists. +test -f $NagiosBin || exit 0 + +# Check that nagios.cfg exists. +test -f $NagiosCfg || exit 0 + +# See how we were called. +case "$1" in + + start) + echo "Starting network monitor: nagios" + su - $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" + rm -f $NagiosCmd + $NagiosBin -d $NagiosCfg + if [ -d $NagiosLckDir ]; then touch $NagiosLckDir/$NagiosLckFile; fi + sleep 1 + status_nagios nagios + ;; + + stop) + echo "Stopping network monitor: nagios" + killproc_nagios nagios + rm -f $NagiosLog $NagiosTmp $NagiosRun $NagiosLckDir/$NagiosLckFile $NagiosCmd + ;; + + status) + status_nagios nagios + ;; + + restart) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + $0 stop + $0 start + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting restart." + exit 1 + fi + ;; + + reload|force-reload) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + if test ! -f $NagiosRun; then + $0 start + else + NagiosPID=`head -n 1 $NagiosRun` + if status_nagios > /dev/null; then + printf "Reloading nagios configuration..." + killproc_nagios nagios -HUP + echo "done" + else + $0 stop + $0 start + fi + fi + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting reload." + exit 1 + fi + ;; + + *) + echo "Usage: nagios {start|stop|restart|reload|force-reload|status}" + exit 1 + ;; + +esac + +# End of this script Added: csw/mgar/pkg/nagios/trunk/files/webconf.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/webconf.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/webconf.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,12 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/Makefile.in nagios-3.0.6/Makefile.in +--- nagios-3.0.6.orig/Makefile.in 2008-12-19 08:48:37.252900900 +0100 ++++ nagios-3.0.6/Makefile.in 2008-12-19 08:48:20.644359694 +0100 +@@ -243,7 +243,7 @@ + @echo "" + + install-webconf: +- $(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/nagios.conf ++ $(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/httpd-nagios.conf + + @echo "" + @echo "*** Nagios/Apache conf file installed ***" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:11:19 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:11:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3121] csw/mgar/pkg Message-ID: Revision: 3121 http://gar.svn.sourceforge.net/gar/?rev=3121&view=rev Author: j_arndt Date: 2009-02-16 14:11:19 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagiosp: Initial commit Added Paths: ----------- csw/mgar/pkg/nagios-plugins/ csw/mgar/pkg/nagios-plugins/branches/ csw/mgar/pkg/nagios-plugins/tags/ csw/mgar/pkg/nagios-plugins/trunk/ csw/mgar/pkg/nagios-plugins/trunk/Makefile csw/mgar/pkg/nagios-plugins/trunk/checksums csw/mgar/pkg/nagios-plugins/trunk/files/ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff Property changes on: csw/mgar/pkg/nagios-plugins/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Added: csw/mgar/pkg/nagios-plugins/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/Makefile 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,39 @@ +GARNAME = nagios-plugins +GARVERSION = 1.4.13 +CATEGORIES = apps + +DESCRIPTION = Plugins for Nagios +define BLURB + Long description +endef + +MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWnagiosp,prototype depend) + +PATCHFILES = makefile.diff # add target 'none' +PATCHFILES += plugins-root.diff # +PATCHFILES += legal.diff + +CFLAGS += -I /opt/csw/postgresql/include/ + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-mysql-dir=/opt/csw/mysql5/bin +CONFIGURE_ARGS += --with-pg-dir=/opt/csw/postgresql/include/ +CONFIGURE_ARGS += --disable-largefile + +libexecdir ?= $(prefix)/libexec/nagios-plugins + +# Extra libs +EXTRA_LIB += /opt/csw/mysql5/lib/mysql +EXTRA_LIB += /opt/csw/postgresql/lib + +# Extra includes +EXTRA_INC = /opt/csw/postgresql/include + +INSTALL_ARGS += install-contrib +INSTALL_ARGS += install-legal + +TEST_TARGET = none + +include gar/category.mk Added: csw/mgar/pkg/nagios-plugins/trunk/checksums =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/checksums (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/checksums 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,7 @@ +be6cc7699fff3ee29d1fd4d562377386 download/nagios-plugins-1.4.13.tar.gz +abfb8a44032960e6bc446a5ae5ebeafd download/CSWnagiosp.gspec +7edc85ec11ed146b6b1fc585c329a468 download/CSWnagiosp.prototype +eadc14b27a73aa55d1d0accc0dd0eb00 download/CSWnagiosp.depend +664323f0ea2e5abf7be2387ca22a13ba download/makefile.diff +3120b49a06d02676a4127fbe4d53f763 download/plugins-root.diff +78d82c2ac3986566dd0edb5b3b66425f download/legal.diff Added: csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,10 @@ +P CSWggettext ggettext - GNU gettext +P CSWiconv libiconv - GNU iconv library +P CSWjre6 jre6 - Java Development Kit 6 +P CSWlibnet libnet - the libnet packet construction library +P CSWlibpq libpq - libraries needed by postgresql server and clients +P CSWmysql5rt mysql5rt - run-time libraries for mysql5 +P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) +P CSWosslrt openssl_rt - Openssl runtime libraries +P CSWsasl sasl - Simple Authentication and Security Layer +P CSWzlib zlib - Zlib Data Compression Library Added: csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,3 @@ +%var bitname nagiosp +%var pkgname CSWnagiosp +%include url file://%{PKGLIB}/csw_dyndepend.gspec Added: csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,73 @@ +1 d none /opt/csw/lib 0755 root bin +1 f none /opt/csw/lib/charset.alias 0644 root bin +1 d none /opt/csw/libexec/nagios-plugins 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_apt 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_breeze 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_by_ssh 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_clamd=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_cluster 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_dhcp 4555 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_disk 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_disk_smb 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_dns 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_dummy 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_file_age 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_flexlm 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_fping 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_ftp=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_hpjd 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_http 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_icmp 4555 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ifoperstatus 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ifstatus 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_imap=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ircd 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_jabber=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ldap 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_ldaps=check_ldap +1 f none /opt/csw/libexec/nagios-plugins/check_load 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_log 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mailq 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mrtg 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mrtgtraf 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mysql 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mysql_query 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_nagios 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_nntp=check_tcp +1 s none /opt/csw/libexec/nagios-plugins/check_nntps=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_nt 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ntp 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ntp_peer 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ntp_time 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_nwstat 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_oracle 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_overcr 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_pgsql 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ping 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_pop=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_procs 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_real 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_rpc 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_sensors 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_simap=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_smtp 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_snmp 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_spop=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ssh 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_ssmtp=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_swap 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_tcp 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_time 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_udp=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ups 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_users 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_wave 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/negate 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/pst3 4555 root bin +1 f none /opt/csw/libexec/nagios-plugins/urlize 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/utils.pm 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/utils.sh 0755 root bin +1 d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin +1 f none /opt/csw/share/locale/de/LC_MESSAGES/nagios-plugins.mo 0644 root bin +1 d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin +1 f none /opt/csw/share/locale/fr/LC_MESSAGES/nagios-plugins.mo 0644 root bin Added: csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,17 @@ +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/Makefile.in nagios-plugins-1.4.13/Makefile.in +--- nagios-plugins-1.4.13.orig/Makefile.in 2009-02-04 12:38:29.568808276 +0100 ++++ nagios-plugins-1.4.13/Makefile.in 2009-02-04 12:38:15.957832674 +0100 +@@ -1042,6 +1042,13 @@ + $(INSTALL) -d $(DESTDIR)$(docdir) + $(INSTALL) -m 644 contrib.tar $(DESTDIR)$(docdir) + ++INFO_DIST = BUGS ChangeLog FAQ README REQUIREMENTS SUPPORT ++install-legal: ++ $(INSTALL) -d $(DESTDIR)$(docdir) ++ for i in $(INFO_DIST); do \ ++ $(INSTALL) -m 644 $$i $(DESTDIR)$(docdir) ; \ ++ done ++ + + tap: + cd @TAP_DIR@ && $(MAKE) Added: csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,22 @@ +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/Makefile.in nagios-plugins-1.4.13/Makefile.in +--- nagios-plugins-1.4.13.orig/Makefile.in 2008-09-25 10:33:22.000000000 +0200 ++++ nagios-plugins-1.4.13/Makefile.in 2009-02-03 21:53:58.207039758 +0100 +@@ -1037,6 +1037,12 @@ + install-root: + cd plugins-root && $(MAKE) $@ + ++install-contrib: ++ tar cf contrib.tar contrib/ ++ $(INSTALL) -d $(DESTDIR)$(docdir) ++ $(INSTALL) -m 644 contrib.tar $(DESTDIR)$(docdir) ++ ++ + tap: + cd @TAP_DIR@ && $(MAKE) + +@@ -1073,3 +1079,5 @@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++none: Added: csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,81 @@ +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/plugins-root/Makefile.am nagios-plugins-1.4.13/plugins-root/Makefile.am +--- nagios-plugins-1.4.13.orig/plugins-root/Makefile.am 2008-07-02 22:00:08.000000000 +0200 ++++ nagios-plugins-1.4.13/plugins-root/Makefile.am 2009-02-02 15:04:58.121712871 +0100 +@@ -41,26 +41,18 @@ + chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \ + done + +-install-root: $(noinst_PROGRAMS) +- @$(INSTALL_SUID) ++install-root: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 pst3 $(DESTDIR)$(libexecdir) + +-install-exec-local: $(noinst_PROGRAMS) +- @TMPFILE=$(DESTDIR)$(libexecdir)/.setuid-$$$$; \ +- rm -f $$TMPFILE; \ +- echo > $$TMPFILE; \ +- ## See if we can create a setuid root executable in $(libexecdir). +- ## If not, then don't even try to install setuid plugins. +- can_create_suid_root_executable=no; \ +- chown root $$TMPFILE > /dev/null 2>&1 \ +- && chmod $(setuid_root_mode) $$TMPFILE > /dev/null 2>&1 \ +- && can_create_suid_root_executable=yes; \ +- rm -f $$TMPFILE; \ +- if test $$can_create_suid_root_executable = yes; then \ +- $(INSTALL_SUID); \ +- else \ +- echo "WARNING: insufficient access; not installing setuid plugins"; \ +- echo "NOTE: to install setuid plugins, run 'make install-root' as root"; \ +- fi ++ ++install-exec-local: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 pst3 $(DESTDIR)$(libexecdir) + + # /* Author Coreutils team sub-citation */ + +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/plugins-root/Makefile.in nagios-plugins-1.4.13/plugins-root/Makefile.in +--- nagios-plugins-1.4.13.orig/plugins-root/Makefile.in 2008-09-25 10:33:20.000000000 +0200 ++++ nagios-plugins-1.4.13/plugins-root/Makefile.in 2009-02-02 15:04:14.144038426 +0100 +@@ -952,24 +952,19 @@ + test: + perl -I $(top_builddir) -I $(top_srcdir) ../test.pl + +-install-root: $(noinst_PROGRAMS) +- @$(INSTALL_SUID) ++install-root: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 pst3 $(DESTDIR)$(libexecdir) + +-install-exec-local: $(noinst_PROGRAMS) +- @TMPFILE=$(DESTDIR)$(libexecdir)/.setuid-$$$$; \ +- rm -f $$TMPFILE; \ +- echo > $$TMPFILE; \ +- can_create_suid_root_executable=no; \ +- chown root $$TMPFILE > /dev/null 2>&1 \ +- && chmod $(setuid_root_mode) $$TMPFILE > /dev/null 2>&1 \ +- && can_create_suid_root_executable=yes; \ +- rm -f $$TMPFILE; \ +- if test $$can_create_suid_root_executable = yes; then \ +- $(INSTALL_SUID); \ +- else \ +- echo "WARNING: insufficient access; not installing setuid plugins"; \ +- echo "NOTE: to install setuid plugins, run 'make install-root' as root"; \ +- fi ++ ++install-exec-local: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 pst3 $(DESTDIR)$(libexecdir) ++# + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:16:45 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:16:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3122] csw/mgar/pkg/nagios-plugins/trunk/ Message-ID: Revision: 3122 http://gar.svn.sourceforge.net/gar/?rev=3122&view=rev Author: j_arndt Date: 2009-02-16 14:16:45 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagiosp: Update to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/nagios-plugins/trunk/ Property changes on: csw/mgar/pkg/nagios-plugins/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:19:38 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:19:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3123] csw/mgar/pkg Message-ID: Revision: 3123 http://gar.svn.sourceforge.net/gar/?rev=3123&view=rev Author: j_arndt Date: 2009-02-16 14:19:38 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nrpe: Initial commit Added Paths: ----------- csw/mgar/pkg/nrpe/ csw/mgar/pkg/nrpe/branches/ csw/mgar/pkg/nrpe/tags/ csw/mgar/pkg/nrpe/trunk/ csw/mgar/pkg/nrpe/trunk/Makefile csw/mgar/pkg/nrpe/trunk/checksums csw/mgar/pkg/nrpe/trunk/files/ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.depend csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.gspec csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.postinstall csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype csw/mgar/pkg/nrpe/trunk/files/configure.diff csw/mgar/pkg/nrpe/trunk/files/doc.diff csw/mgar/pkg/nrpe/trunk/files/makefile.diff csw/mgar/pkg/nrpe/trunk/files/nrpe csw/mgar/pkg/nrpe/trunk/files/nrpe.xml csw/mgar/pkg/nrpe/trunk/files/patch.diff csw/mgar/pkg/nrpe/trunk/files/svc-nrpe Property changes on: csw/mgar/pkg/nrpe/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Added: csw/mgar/pkg/nrpe/trunk/Makefile =================================================================== --- csw/mgar/pkg/nrpe/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nrpe/trunk/Makefile 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,46 @@ +GARNAME = nrpe +GARVERSION = 2.12 +CATEGORIES = apps + +DESCRIPTION = NRPE daemon for Nagios +define BLURB + NRPE allows you to remotely execute Nagios plugins on other Linux/Unix machines. This allows you to monitor remote machine metrics (disk usage, CPU load, etc.). NRPE can also communicate with some of the Windows agent addons, so you can execute scripts and check metrics on remote Windows machines as well. +endef + +#MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagios/ +MASTER_SITES = $(SF_MASTERS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWnrpe, prototype checkinstall preinstall postinstall preremove depend) +DISTFILES += svc-nrpe nrpe.xml nrpe +DISTFILES += $(call admfiles,CSWnrpeplugin, prototype depend) + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-ssl-lib=/opt/csw/lib +CONFIGURE_ARGS += --with-ssl-inc=/opt/csw/include +CONFIGURE_ARGS += --with-ssl-dir=/opt/csw/bin +CONFIGURE_ARGS += --with-kerberos-inc=/opt/csw/include +CONFIGURE_ARGS += --prefix=/opt/csw/nagios +CONFIGURE_ARGS += --exec-prefix=/opt/csw/nagios +CONFIGURE_ARGS += --with-command-user=nagios +CONFIGURE_ARGS += --with-command-group=nagios + +PATCHFILES = patch.diff # Removal of LOG_AUTHPRIV and LOG_FTP + # Solaris doesn't have these log facilities +PATCHFILES += configure.diff +PATCHFILES += makefile.diff +PATCHFILES += doc.diff # changes made to global Makefile.in to copy some docs + +sysconfdir ?= $(prefix)/nagios/etc +bindir ?= $(prefix)/bin +libexecdir ?= $(prefix)/libexec/nagios-plugins +datadir ?= $(prefix)/share + + +#EXTRA_LIB = /opt/csw/lib + +TEST_TARGET = all + +INSTALL_ARGS += install-docs +INSTALL_ARGS += install-daemon-config + +include gar/category.mk Added: csw/mgar/pkg/nrpe/trunk/checksums =================================================================== --- csw/mgar/pkg/nrpe/trunk/checksums (rev 0) +++ csw/mgar/pkg/nrpe/trunk/checksums 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,18 @@ +b2d75e2962f1e3151ef58794d60c9e97 download/nrpe-2.12.tar.gz +cc0aa5807e491e4ae15124da5aca4be1 download/CSWnrpe.gspec +244f45e40f17aa98a0bb1a93ed7b9554 download/CSWnrpe.prototype +bda68135e2b65da40c3d2b68a3b8dc78 download/CSWnrpe.checkinstall +53eea7ed36535bb6cbe1d6fe0aae3508 download/CSWnrpe.preinstall +71c9056ac6d0010a748745a405385d55 download/CSWnrpe.postinstall +393872a95d2b9ec90363664c31074415 download/CSWnrpe.preremove +c585258595292cc43525385c87e1d126 download/CSWnrpe.depend +ec1857a4400022e3eec874c34e2b7232 download/svc-nrpe +1ee84a3e24cd4237bbb1fae59fc1d4ca download/nrpe.xml +ec1857a4400022e3eec874c34e2b7232 download/nrpe +54aebe8f3d7bc8d2ec5ea1954d859b10 download/CSWnrpeplugin.gspec +e22a7817c7665e79bcbad7e091375be9 download/CSWnrpeplugin.prototype +a3658628a24ac990a0e3b552a9fcb8db download/CSWnrpeplugin.depend +5b02d4385daaea2a8c13903539aa6189 download/patch.diff +4b51476c782d2c5764d10f8ed530ada0 download/configure.diff +90d1e4acfa3f031b20fc7e229387d0e6 download/makefile.diff +34edc5baa80d11bae0ddd754e2e72b23 download/doc.diff Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,50 @@ +# See if user group are needed +NEEDNAGUSER=0 +NEEDNAGGROUP=0 +NEEDCMDGROUP=0 + +#First check target machines password file, THEN check +#NIS/NIS+/whatever + +grep '^nagios:' /etc/passwd >/dev/null +if [ $? -ne 0 ] ; then + getent passwd nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGUSER=1 + fi +fi + +grep '^nagios:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + getent group nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGGROUP=1 + fi +fi + +if [ "$NEEDNAGUSER" = 1 ] ; then + echo "***" + echo "User nagios must exist for this package install." + echo "nagios user will be added." + ADDNAGUSER=1 +else + echo "nagios user detected" +fi + +if [ "$NEEDNAGGROUP" = 1 ] ; then + echo "***" + echo "Group nagios must exist for this package install." + echo "nagios group will be added." + ADDNAGGROUP=1 +else + echo "nagios group detected" +fi + +# Make env variables available to other packaging scripts + +cat >$1 </dev/null 2>&1 ; then + echo "## Stopping nrpe" + if [ $smf = yes ]; then + /usr/sbin/svcadm disable svc:/application/cswnrpe >/dev/null 2>&1 + else + /etc/init.d/cswnrpe stop >/dev/null 2>&1 + fi + while pgrep nrpe > /dev/null + do + sleep 1 + done +fi + +if [ $smf = yes ]; then + # Register with SMF + echo "Configuring service in SMF" + /usr/sbin/svccfg import /opt/csw/var/svc/manifest/application/nrpe.xml >/dev/null 2>&1 + /usr/sbin/svcadm disable svc:application/cswnrpe >/dev/null 2>&1 + echo "nrpe is using Service Management Facility. The FMRI is:" + echo " svc:/application/cswnrpe:default" +fi + +# Start nrpe +if [ "$enable_daemon" = "yes" ] ; then + if [ -f $BASEDIR/opt/csw/nagios/etc/nrpe.cfg ]; then + echo "## Starting nrpe" + if [ $smf = yes ]; then + /usr/sbin/svcadm enable svc:/application/cswnrpe >/dev/null 2>&1 + else + /etc/init.d/cswnrpe start >/dev/null 2>&1 + fi + else + echo "## Not starting nrpe - configuration file not found" + if [ $smf = yes ] ; then + /usr/sbin/svcadm disable svc:/application/cswnrpe >/dev/null 2>&1 + fi + fi +fi Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,23 @@ +# This script exists to make sure the required user +# accounts nagios and groups nagios exist. +# 2006-02-27: group nagioscm is required. +# 2007-09-11 Fix PKG_INSTALL_ROOT usage. BASEDIR is not used for non +# relocatable packages. + +#If installing package on a filesystem tree not running the OS; then exit. +if [ ! x"$PKG_INSTALL_ROOT" = x"" ] ; then exit 0 ; fi + +NAGIOSHOME=/opt/csw/nagios + +if [ "$NEEDNAGGROUP" = 1 ] ; then + echo adding nagios group + /usr/sbin/groupadd nagios +fi + +if [ "$NEEDNAGUSER" = 1 ] ; then + echo adding nagios user + /usr/sbin/useradd -g nagios nagios + /usr/sbin/usermod -s /bin/false -d $NAGIOSHOME nagios +fi + +exit 0 Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,27 @@ +# nrpe - preremove script +# 2007-09-11 Fix PKG_INSTALL_ROOT usage. BASEDIR is not used for non +# relocatable packages. +# +# Stop nagios if it is running. + +#If removing package from a filesystem tree not running the OS; then exit. +if [ ! x"$PKG_INSTALL_ROOT" = x"" ] ; then exit 0 ; fi + +smf=no +if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] ; then smf=yes ; fi + + echo "## Stopping nrpe" + if [ $smf = yes ] + then + # Disable service + /usr/sbin/svcadm disable -s svc:application/cswnrpe:default >/dev/null 2>&1 + else + /etc/init.d/cswnrpe stop >/dev/null 2>&1 + fi + +if [ $smf = yes ] ; then + # Unregister with SMF + /usr/sbin/svccfg delete svc:application/cswnrpe:default >/dev/null 2>&1 +fi + +exit 0 Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,11 @@ +d none /opt/csw/bin 0755 nagios nagios +f none /opt/csw/bin/nrpe 0775 nagios nagios +1 f none /opt/csw/nagios/etc/nrpe.cfg 0644 root bin +d none /opt/csw/share/doc/nrpe 0755 root bin +f none /opt/csw/share/doc/nrpe/NRPE.pdf 0644 root bin +f none /opt/csw/share/doc/nrpe/LEGAL 0644 root bin +f none /opt/csw/share/doc/nrpe/README 0644 root bin +f none /opt/csw/share/doc/nrpe/README.SSL 0644 root bin +f none /opt/csw/share/doc/nrpe/SECURITY 0644 root bin +i depend=CSWnrpe.depend +i pkginfo=CSWnrpe.pkginfo Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1 @@ +P CSWosslrt openssl_rt - Openssl runtime libraries Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,4 @@ +%var bitname nrpeplugin +%var pkgname CSWnrpeplugin +%include url file://%{PKGLIB}/csw_dyndepend.gspec +#%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,4 @@ +d none /opt/csw/libexec/nagios-plugins 0755 root bin +f none /opt/csw/libexec/nagios-plugins/check_nrpe 0775 root bin +i depend=CSWnrpeplugin.depend +i pkginfo=CSWnrpeplugin.pkginfo Added: csw/mgar/pkg/nrpe/trunk/files/configure.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/configure.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/configure.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,12 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/configure nrpe-2.12/configure +--- nrpe-2.12.orig/configure 2008-03-10 22:04:41.000000000 +0100 ++++ nrpe-2.12/configure 2008-12-23 13:30:12.640927821 +0100 +@@ -6179,7 +6179,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lwrap $LIBS" ++LIBS="-lsocket -lwrap $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF Added: csw/mgar/pkg/nrpe/trunk/files/doc.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/doc.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/doc.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,36 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/Makefile.in nrpe-2.12/Makefile.in +--- nrpe-2.12.orig/Makefile.in 2008-12-25 13:05:01.688902701 +0100 ++++ nrpe-2.12/Makefile.in 2008-12-25 13:04:44.279858247 +0100 +@@ -8,6 +8,7 @@ + # Source code directories + SRC_BASE=./src/ + SRC_INCLUDE=./include/ ++DOC_BASE=./docs/ + + CC=@CC@ + CFLAGS=@CFLAGS@ @DEFS@ +@@ -19,6 +20,8 @@ + BINDIR=@bindir@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ ++DATADIR=@datadir@ ++DOCDIR=$(DATADIR)/doc/nrpe + INSTALL=@INSTALL@ + NAGIOS_INSTALL_OPTS= + NRPE_INSTALL_OPTS= +@@ -62,6 +65,15 @@ + $(INSTALL) -m 775 $(NAGIOS_INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) + $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) sample-config/nrpe.cfg $(DESTDIR)$(CFGDIR) + ++install-docs: ++ $(INSTALL) -m 775 $(NAGIOS_INSTALL_OPTS) -d $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) $(DOC_BASE)/NRPE.pdf $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./LEGAL $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./README $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./README.SSL $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./SECURITY $(DESTDIR)$(DOCDIR) ++ ++ + clean: + cd $(SRC_BASE); $(MAKE) $@ ; cd .. + rm -f core Added: csw/mgar/pkg/nrpe/trunk/files/makefile.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/makefile.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/makefile.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,28 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/Makefile.in nrpe-2.12/Makefile.in +--- nrpe-2.12.orig/Makefile.in 2007-03-14 16:30:05.000000000 +0100 ++++ nrpe-2.12/Makefile.in 2008-12-23 21:18:00.782772164 +0100 +@@ -20,8 +20,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + INIT_DIR=@init_dir@ + INIT_OPTS=-o root -g root +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/src/Makefile.in nrpe-2.12/src/Makefile.in +--- nrpe-2.12.orig/src/Makefile.in 2007-08-13 19:10:07.000000000 +0200 ++++ nrpe-2.12/src/Makefile.in 2008-12-23 21:21:13.784808266 +0100 +@@ -24,8 +24,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + # Generated automatically from configure script + SNPRINTF_O=@SNPRINTF_O@ Added: csw/mgar/pkg/nrpe/trunk/files/nrpe =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/nrpe (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/nrpe 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,51 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nrpe 1.19 01/12/05 SMI" +# Modified for CSW by Alex Moore 2005-12-03 +# 2007-08-18 Add pid file support. +# 2007-08-19 Fix nagios uid used for pgrep. Thanks to Will McDonald for this. + +CONFIG_FILE=/etc/opt/csw/nrpe.cfg +if [ ! -f $CONFIG_FILE ] ; then + CONFIG_FILE=/opt/csw/nagios/etc/nrpe.cfg +fi +BIN_FILE="/opt/csw/bin/nrpe" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +NRPE_USER=`awk -F'=' '/nrpe_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 Added: csw/mgar/pkg/nrpe/trunk/files/nrpe.xml =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/nrpe.xml (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/nrpe.xml 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: csw/mgar/pkg/nrpe/trunk/files/patch.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/patch.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/patch.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,16 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/src/nrpe.c nrpe-2.12/src/nrpe.c +--- nrpe-2.12.orig/src/nrpe.c 2008-03-10 22:04:43.000000000 +0100 ++++ nrpe-2.12/src/nrpe.c 2008-12-15 14:31:43.737436594 +0100 +@@ -613,10 +613,10 @@ + log_facility=LOG_UUCP; + else if(!strcmp(varvalue,"cron")) + log_facility=LOG_CRON; +- else if(!strcmp(varvalue,"authpriv")) ++/* else if(!strcmp(varvalue,"authpriv")) + log_facility=LOG_AUTHPRIV; + else if(!strcmp(varvalue,"ftp")) +- log_facility=LOG_FTP; ++ log_facility=LOG_FTP; */ + else if(!strcmp(varvalue,"local0")) + log_facility=LOG_LOCAL0; + else if(!strcmp(varvalue,"local1")) Added: csw/mgar/pkg/nrpe/trunk/files/svc-nrpe =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/svc-nrpe (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/svc-nrpe 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,51 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nrpe 1.19 01/12/05 SMI" +# Modified for CSW by Alex Moore 2005-12-03 +# 2007-08-18 Add pid file support. +# 2007-08-19 Fix nagios uid used for pgrep. Thanks to Will McDonald for this. + +CONFIG_FILE=/etc/opt/csw/nrpe.cfg +if [ ! -f $CONFIG_FILE ] ; then + CONFIG_FILE=/opt/csw/nagios/etc/nrpe.cfg +fi +BIN_FILE="/opt/csw/bin/nrpe" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +NRPE_USER=`awk -F'=' '/nrpe_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:21:13 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:21:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3124] csw/mgar/pkg Message-ID: Revision: 3124 http://gar.svn.sourceforge.net/gar/?rev=3124&view=rev Author: j_arndt Date: 2009-02-16 14:21:13 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nsca: Initial commit Added Paths: ----------- csw/mgar/pkg/nsca/ csw/mgar/pkg/nsca/branches/ csw/mgar/pkg/nsca/tags/ csw/mgar/pkg/nsca/trunk/ csw/mgar/pkg/nsca/trunk/Makefile csw/mgar/pkg/nsca/trunk/checksums csw/mgar/pkg/nsca/trunk/files/ csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall csw/mgar/pkg/nsca/trunk/files/CSWnsca.depend csw/mgar/pkg/nsca/trunk/files/CSWnsca.gspec csw/mgar/pkg/nsca/trunk/files/CSWnsca.preinstall csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.depend csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.gspec csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.preinstall csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype csw/mgar/pkg/nsca/trunk/files/makefile.diff csw/mgar/pkg/nsca/trunk/files/nsca csw/mgar/pkg/nsca/trunk/files/nsca.xml csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff csw/mgar/pkg/nsca/trunk/files/svc-nsca Property changes on: csw/mgar/pkg/nsca/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/nsca/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsca/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nsca/trunk/Makefile 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,37 @@ +GARNAME = nsca +GARVERSION = 2.7.2 +CATEGORIES = apps + +DESCRIPTION = passive checks for nagios +define BLURB + NSCA allows you to integrate passive alerts and checks from remote machines and applications with Nagios. Useful for processing security alerts, as well as redundant and distributed Nagios setups. +endef + +MASTER_SITES = http://mesh.dl.sourceforge.net/sourceforge/nagios/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWnsca, prototype checkinstall preinstall depend) +DISTFILES += $(call admfiles,CSWsendnsca, preinstall depend) +DISTFILES += nsca nsca.xml svc-nsca + +PATCHFILES += submit_check_results.diff +PATCHFILES += makefile.diff + +CONFIGURE_ARGS = $(DIRPATHS) +#CONFIGURE_ARGS += --with-nsca-user=nagios +#CONFIGURE_ARGS += --with-nsca-grp=nagios +CONFIGURE_ARGS += --with-nsca-port=5667 + +sysconfdir ?= $(prefix)/etc +bindir ?= $(prefix)/bin +localstatedir ?= $(prefix)/nagios/var + + +BUILD_TARGETS = nsca + +SKIPTEST = 1 + +#INSTALL_ARGS = install-nsca +INSTALL_ARGS += install-sendnsca +INSTALL_ARGS += install-nsca + +include gar/category.mk Added: csw/mgar/pkg/nsca/trunk/checksums =================================================================== --- csw/mgar/pkg/nsca/trunk/checksums (rev 0) +++ csw/mgar/pkg/nsca/trunk/checksums 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,14 @@ +33a98e7975f633a9489d7a8938ed6131 download/nsca-2.7.2.tar.gz +f23029e0be9b0379f46a52101c28f328 download/CSWnsca.gspec +9fa3302e1adfe6fb72e91b3cb0f5fdc3 download/CSWnsca.prototype +1886b15eafd2e2a5a4b230918960ea9a download/CSWnsca.checkinstall +7fef893e65bb68bc0762434dbeace713 download/CSWnsca.preinstall +4a31b1f69eb7caee94f3fffa1232e9f4 download/CSWnsca.depend +b82767ed7ab002fea4b3a4395511c93c download/CSWsendnsca.gspec +8bf9882f3115e8514ae6d9a866397c71 download/CSWsendnsca.preinstall +a590499dfa6f086d05cda4d86c2333cc download/CSWsendnsca.depend +58baa05824b28682cef9e678c3d0cefa download/nsca +b36f9006d3f725cc8d6cb9c01533a75c download/nsca.xml +58baa05824b28682cef9e678c3d0cefa download/svc-nsca +cbb38cacd3ca318f00dfa0877b6017df download/submit_check_results.diff +9e1686ea93030fb004d8c65f8c0a2e7d download/makefile.diff Added: csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall =================================================================== --- csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,32 @@ +# checkinstall script for nsca +# Verify that the external command group nagioscm exists +# 2007-12-02 Fix PKG_INSTALL_ROOT usage. BASEDIR is not used for non +# relocatable packages. +# +# See if group are needed +NEEDCMDGROUP=0 + +# First check target machines group file, THEN check +# NIS/NIS+/whatever + +/usr/bin/grep '^nagioscm:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + /usr/bin/getent group nagioscm >/dev/null + if [ $? -ne 0 ] ; then + NEEDCMDGROUP=1 + fi +fi + +if [ "$NEEDCMDGROUP" = 1 ] ; then + echo "***" + echo "Group nagioscm must exist for this package install." + echo "nagioscm group will be added." + ADDCMDGROUP=1 +else + echo "nagioscm group detected" +fi + +cat >$1 </dev/null +if [ $? -ne 0 ] ; then + getent passwd nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDUSER=1 + fi +fi + +grep '^nagios:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + getent group nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDGROUP=1 + fi +fi + +if [ "$NEEDGROUP" = 1 ] ; then + echo adding nagios group + /usr/sbin/groupadd nagios +else + echo nagios group detected +fi + +if [ "$NEEDUSER" = 1 ] ; then + echo adding nagios user + /usr/sbin/useradd -g nagios nagios + /usr/sbin/usermod -s /bin/false -d $NAGIOSHOME nagios +else + echo nagios user detected +fi Added: csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype =================================================================== --- csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,13 @@ +1 d none /opt/csw/bin 0755 root bin +1 f none /opt/csw/bin/send_nsca 0755 root bin +1 d none /opt/csw/etc 0755 root bin +1 f none /opt/csw/etc/send_nsca.cfg 0644 root bin +1 d none /opt/csw/share/doc/send_nsca 0755 root bin +1 f none /opt/csw/share/doc/send_nsca/Changelog 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/LEGAL 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/README 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/SECURITY 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/submit_check_result-sample 0755 root bin +1 i depend 102 8932 1233484206 +1 i pkginfo 318 26530 1233484206 +1 i preinstall 1105 19093 1230467644 Added: csw/mgar/pkg/nsca/trunk/files/makefile.diff =================================================================== --- csw/mgar/pkg/nsca/trunk/files/makefile.diff (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/makefile.diff 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,46 @@ +diff --speed-large-files --minimal -Nru nsca-2.7.2.orig/Makefile.in nsca-2.7.2/Makefile.in +--- nsca-2.7.2.orig/Makefile.in 2003-10-16 01:17:45.000000000 +0200 ++++ nsca-2.7.2/Makefile.in 2009-02-11 10:25:05.717351194 +0100 +@@ -9,6 +9,15 @@ + SRC_BASE=./src/ + SRC_INCLUDE=./include/ + ++prefix=@prefix@ ++BINDIR=@bindir@ ++NAGIOSBINDIR=@prefix@/nagios/bin ++NAGIOSCFGDIR=@prefix@/nagios/etc ++CFGDIR=@sysconfdir@ ++NSCADOCDIR=$(prefix)/share/doc/nsca ++SENDNSCADOCDIR=@prefix@/share/doc/send_nsca ++INSTALL=@INSTALL@ ++ + all: + cd $(SRC_BASE); $(MAKE) $@ ; cd .. + +@@ -35,6 +44,26 @@ + @echo "client and server binaries." + @echo "" + ++install-nsca: ++ $(INSTALL) -m 755 src/nsca $(DESTDIR)$(NAGIOSBINDIR) ++ $(INSTALL) -m 600 sample-config/nsca.cfg $(DESTDIR)$(NAGIOSCFGDIR)/nsca.cfg ++ $(INSTALL) -m 755 -d $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./Changelog $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./LEGAL $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./README $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./SECURITY $(DESTDIR)$(NSCADOCDIR) ++ ++install-sendnsca: ++ $(INSTALL) -m 755 src/send_nsca $(DESTDIR)$(BINDIR) ++ $(INSTALL) -m 755 -d $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 755 -d $(DESTDIR)$(CFGDIR) ++ $(INSTALL) -m 755 src/submit_check_result-sample $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 600 sample-config/send_nsca.cfg $(DESTDIR)$(CFGDIR)/send_nsca.cfg ++ $(INSTALL) -m 644 ./Changelog $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 644 ./LEGAL $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 644 ./README $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 644 ./SECURITY $(DESTDIR)$(SENDNSCADOCDIR) ++ + clean: + cd $(SRC_BASE); $(MAKE) $@ ; cd .. + rm -f core Added: csw/mgar/pkg/nsca/trunk/files/nsca =================================================================== --- csw/mgar/pkg/nsca/trunk/files/nsca (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/nsca 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,47 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nsca 1.19 01/12/05 SMI" +# Modified for OpenCSW by Juergen Arndt 2009-02-08 +# (derived from svc-nrpe written by Alex Moore) + +CONFIG_FILE=/opt/csw/nagios/etc/nsca.cfg +BIN_FILE="/opt/csw/nagios/bin/nsca" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +nsca_USER=`awk -F'=' '/nsca_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 Added: csw/mgar/pkg/nsca/trunk/files/nsca.xml =================================================================== --- csw/mgar/pkg/nsca/trunk/files/nsca.xml (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/nsca.xml 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff =================================================================== --- csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,40 @@ +diff --speed-large-files --minimal -Nru nsca-2.7.2.orig/src/submit_check_result-sample nsca-2.7.2/src/submit_check_result-sample +--- nsca-2.7.2.orig/src/submit_check_result-sample 1970-01-01 01:00:00.000000000 +0100 ++++ nsca-2.7.2/src/submit_check_result-sample 2009-02-07 16:12:02.559207031 +0100 +@@ -0,0 +1,36 @@ ++#!/bin/sh ++ ++# Arguments: ++# $1 = host_name (Short name of host that the service is ++# associated with) ++# $2 = svc_description (Description of the service) ++# $3 = state_string (A string representing the status of ++# the given service - "OK", "WARNING", "CRITICAL" ++# or "UNKNOWN") ++# $4 = plugin_output (A text string that should be used ++# as the plugin output for the service checks) ++# ++ ++# Convert the state string to the corresponding return code ++return_code=-1 ++ ++case "$3" in ++ OK) ++ return_code=0 ++ ;; ++ WARNING) ++ return_code=1 ++ ;; ++ CRITICAL) ++ return_code=2 ++ ;; ++ UNKNOWN) ++ return_code=-1 ++ ;; ++ esac ++ ++# pipe the service check info into the send_nsca program, which ++# in turn transmits the data to the nsca daemon on the central ++# monitoring server ++ ++/usr/bin/echo "$1\t$2\t$return_code\t$4" | /opt/csw/bin/send_nsca my.central.server -c /opt/csw/etc/send_nsca.cfg Added: csw/mgar/pkg/nsca/trunk/files/svc-nsca =================================================================== --- csw/mgar/pkg/nsca/trunk/files/svc-nsca (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/svc-nsca 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,47 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nsca 1.19 01/12/05 SMI" +# Modified for OpenCSW by Juergen Arndt 2009-02-08 +# (derived from svc-nrpe written by Alex Moore) + +CONFIG_FILE=/opt/csw/nagios/etc/nsca.cfg +BIN_FILE="/opt/csw/nagios/bin/nsca" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +nsca_USER=`awk -F'=' '/nsca_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:23:50 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:23:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3125] csw/mgar/pkg Message-ID: Revision: 3125 http://gar.svn.sourceforge.net/gar/?rev=3125&view=rev Author: j_arndt Date: 2009-02-16 14:23:50 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagiosp: Rename directory name to match catalog name Added Paths: ----------- csw/mgar/pkg/nagiosp/ Removed Paths: ------------- csw/mgar/pkg/nagios-plugins/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:26:34 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:26:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3126] csw/mgar/pkg/nrpe/trunk/ Message-ID: Revision: 3126 http://gar.svn.sourceforge.net/gar/?rev=3126&view=rev Author: j_arndt Date: 2009-02-16 14:26:34 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nrpe: Change to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/nrpe/trunk/ Property changes on: csw/mgar/pkg/nrpe/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:29:20 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:29:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3127] csw/mgar/pkg/nagios/trunk/ Message-ID: Revision: 3127 http://gar.svn.sourceforge.net/gar/?rev=3127&view=rev Author: j_arndt Date: 2009-02-16 14:29:20 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagios: Move to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/nagios/trunk/ Property changes on: csw/mgar/pkg/nagios/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From a_o_m at users.sourceforge.net Mon Feb 16 16:01:52 2009 From: a_o_m at users.sourceforge.net (a_o_m at users.sourceforge.net) Date: Mon, 16 Feb 2009 15:01:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3128] csw/mgar/pkg/fontconfig/trunk Message-ID: Revision: 3128 http://gar.svn.sourceforge.net/gar/?rev=3128&view=rev Author: a_o_m Date: 2009-02-16 15:01:52 +0000 (Mon, 16 Feb 2009) Log Message: ----------- fontconfig: COPYING link fixed Modified Paths: -------------- csw/mgar/pkg/fontconfig/trunk/checksums csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec Modified: csw/mgar/pkg/fontconfig/trunk/checksums =================================================================== --- csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 14:29:20 UTC (rev 3127) +++ csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 15:01:52 UTC (rev 3128) @@ -1,4 +1,3 @@ ab54ec1d4ddd836313fdbc0cd5299d6d download/fontconfig-2.6.0.tar.gz -4db7301f43d63ad83a48b1cca7a6d4be download/CSWfconfig.gspec +db2f77901e6a581ec28386bbc3543b97 download/CSWfconfig.gspec eeb4246a85f1ac5215dc66ee0fe3fb8e download/CSWfconfig.postinstall -82f9a47f7f3855b2922bbcc79ba0eec4 download/fonts.conf.diff Modified: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 14:29:20 UTC (rev 3127) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 15:01:52 UTC (rev 3128) @@ -1,4 +1,4 @@ %var bitname fontconfig %var pkgname CSWfconfig %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 16:34:59 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 15:34:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3129] csw/mgar/pkg/nsca/trunk/Makefile Message-ID: Revision: 3129 http://gar.svn.sourceforge.net/gar/?rev=3129&view=rev Author: j_arndt Date: 2009-02-16 15:34:59 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nsca: added pre-install-modulated directives to Makefile Modified Paths: -------------- csw/mgar/pkg/nsca/trunk/Makefile Modified: csw/mgar/pkg/nsca/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsca/trunk/Makefile 2009-02-16 15:01:52 UTC (rev 3128) +++ csw/mgar/pkg/nsca/trunk/Makefile 2009-02-16 15:34:59 UTC (rev 3129) @@ -21,11 +21,6 @@ #CONFIGURE_ARGS += --with-nsca-grp=nagios CONFIGURE_ARGS += --with-nsca-port=5667 -sysconfdir ?= $(prefix)/etc -bindir ?= $(prefix)/bin -localstatedir ?= $(prefix)/nagios/var - - BUILD_TARGETS = nsca SKIPTEST = 1 @@ -35,3 +30,9 @@ INSTALL_ARGS += install-nsca include gar/category.mk + +pre-install-modulated: + ginstall -d $(DESTDIR)$(bindir) + ginstall -d $(DESTDIR)$(prefix)/nagios/bin + ginstall -d $(DESTDIR)$(prefix)/nagios/etc + $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 16 17:43:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 16 Feb 2009 16:43:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3130] csw/mgar/pkg/openssh/trunk/ Message-ID: Revision: 3130 http://gar.svn.sourceforge.net/gar/?rev=3130&view=rev Author: valholla Date: 2009-02-16 16:43:15 +0000 (Mon, 16 Feb 2009) Log Message: ----------- update openssh to gar v2 Property Changed: ---------------- csw/mgar/pkg/openssh/trunk/ Property changes on: csw/mgar/pkg/openssh/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:38:22 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:38:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3131] csw/mgar/pkg/java/ajccli/ Message-ID: Revision: 3131 http://gar.svn.sourceforge.net/gar/?rev=3131&view=rev Author: wbonnet Date: 2009-02-16 20:38:21 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Cli under java dir Added Paths: ----------- csw/mgar/pkg/java/ajccli/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:39:02 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:39:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3132] csw/mgar/pkg/java/ajcchain/ Message-ID: Revision: 3132 http://gar.svn.sourceforge.net/gar/?rev=3132&view=rev Author: wbonnet Date: 2009-02-16 20:39:02 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Chain under java dir Added Paths: ----------- csw/mgar/pkg/java/ajcchain/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:39:53 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:39:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3133] csw/mgar/pkg/java/ajccodec/ Message-ID: Revision: 3133 http://gar.svn.sourceforge.net/gar/?rev=3133&view=rev Author: wbonnet Date: 2009-02-16 20:39:53 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Codec under java dir Added Paths: ----------- csw/mgar/pkg/java/ajccodec/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:40:57 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:40:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3134] csw/mgar/pkg/java/ajccollections/ Message-ID: Revision: 3134 http://gar.svn.sourceforge.net/gar/?rev=3134&view=rev Author: wbonnet Date: 2009-02-16 20:40:57 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Collections under java dir Added Paths: ----------- csw/mgar/pkg/java/ajccollections/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:55:10 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:55:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3135] csw/mgar/pkg/java Message-ID: Revision: 3135 http://gar.svn.sourceforge.net/gar/?rev=3135&view=rev Author: wbonnet Date: 2009-02-16 20:55:10 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Beanutils under java dir Added Paths: ----------- csw/mgar/pkg/java/ajcbeanutils/ csw/mgar/pkg/java/ajcbeanutils/Makefile csw/mgar/pkg/java/ajcbeanutils/branches/ csw/mgar/pkg/java/ajcbeanutils/tags/ csw/mgar/pkg/java/ajcbeanutils/trunk/ Removed Paths: ------------- csw/mgar/pkg/java/ajcbeanutils/Makefile csw/mgar/pkg/java/ajcbeanutils/branches/ csw/mgar/pkg/java/ajcbeanutils/tags/ csw/mgar/pkg/java/ajcbeanutils/trunk/ Deleted: csw/mgar/pkg/java/ajcbeanutils/Makefile =================================================================== --- csw/mgar/pkg/beanutils/Makefile 2009-02-16 16:43:15 UTC (rev 3130) +++ csw/mgar/pkg/java/ajcbeanutils/Makefile 2009-02-16 20:55:10 UTC (rev 3135) @@ -1,15 +0,0 @@ -# vim: ft=make ts=4 sw=4 noet - -default: - @echo "You are in the pkg/ directory." - -%: - $(MAKE) -C trunk $* - -paranoid-%: - $(MAKE) -C trunk $* || exit 2 - -export BUILDLOG ?= $(shell pwd)/buildlog.txt - -report-%: - $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Copied: csw/mgar/pkg/java/ajcbeanutils/Makefile (from rev 3134, csw/mgar/pkg/beanutils/Makefile) =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/Makefile (rev 0) +++ csw/mgar/pkg/java/ajcbeanutils/Makefile 2009-02-16 20:55:10 UTC (rev 3135) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:56:54 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:56:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3136] csw/mgar/pkg Message-ID: Revision: 3136 http://gar.svn.sourceforge.net/gar/?rev=3136&view=rev Author: wbonnet Date: 2009-02-16 20:56:53 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move files under java Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/beanutils/ csw/mgar/pkg/chain/ csw/mgar/pkg/cli/ csw/mgar/pkg/codec/ csw/mgar/pkg/collections/ Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-16 20:55:10 UTC (rev 3135) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-16 20:56:53 UTC (rev 3136) @@ -54,9 +54,8 @@ post-install: ( OLDDIR=`pwd` && cd $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/opt/csw/etc/dbus-1 && \ for i in *.conf ; do mv $$i $$i.CSW ; done && cd $$OLDDIR ; \ - ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ - ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ - cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/opt/csw/init.d ; \ + cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/opt/csw/init.d ; \ rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; \ ln -s ../init.d/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; ) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 22:13:56 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:13:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3137] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3137 http://gar.svn.sourceforge.net/gar/?rev=3137&view=rev Author: wbonnet Date: 2009-02-16 21:13:56 +0000 (Mon, 16 Feb 2009) Log Message: ----------- License is now installed under /opt/csw/share/doc/$GARNAME Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 20:56:53 UTC (rev 3136) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 21:13:56 UTC (rev 3137) @@ -28,7 +28,6 @@ # Defines package content PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* -PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -48,9 +47,8 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 16 22:18:34 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:18:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3138] csw/mgar/pkg/less/trunk Message-ID: Revision: 3138 http://gar.svn.sourceforge.net/gar/?rev=3138&view=rev Author: dmichelsen Date: 2009-02-16 21:18:34 +0000 (Mon, 16 Feb 2009) Log Message: ----------- mGAR v2: Move to dynamic mGAR v2 Modified Paths: -------------- csw/mgar/pkg/less/trunk/Makefile csw/mgar/pkg/less/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/less/trunk/files/CSWless.depend csw/mgar/pkg/less/trunk/files/CSWless.gspec Property Changed: ---------------- csw/mgar/pkg/less/trunk/ Property changes on: csw/mgar/pkg/less/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/less/trunk/Makefile =================================================================== --- csw/mgar/pkg/less/trunk/Makefile 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/Makefile 2009-02-16 21:18:34 UTC (rev 3138) @@ -10,12 +10,13 @@ MASTER_SITES = http://www.greenwoodsoftware.com/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWless,depend) +LICENSE = LICENSE + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -PREREQUISITE_PKGS = CSWncurses CSWggettext +REQUIRED_PKGS = CSWncurses CSWggettextrt CONFIGURE_ARGS = $(DIRPATHS) Modified: csw/mgar/pkg/less/trunk/checksums =================================================================== --- csw/mgar/pkg/less/trunk/checksums 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/checksums 2009-02-16 21:18:34 UTC (rev 3138) @@ -1,3 +1 @@ b5864d76c54ddf4627fd57ab333c88b4 download/less-418.tar.gz -8c25ed14253a65098e077ae624e974de download/CSWless.gspec -e3d447c051ee3acca2456fe581cdef14 download/CSWless.depend Deleted: csw/mgar/pkg/less/trunk/files/CSWless.depend =================================================================== --- csw/mgar/pkg/less/trunk/files/CSWless.depend 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/files/CSWless.depend 2009-02-16 21:18:34 UTC (rev 3138) @@ -1,2 +0,0 @@ -P CSWncurses ncurses - ncurses library and utilities -P CSWggettext ggettext - GNU gettext Deleted: csw/mgar/pkg/less/trunk/files/CSWless.gspec =================================================================== --- csw/mgar/pkg/less/trunk/files/CSWless.gspec 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/files/CSWless.gspec 2009-02-16 21:18:34 UTC (rev 3138) @@ -1,4 +0,0 @@ -%var bitname less -%var pkgname CSWless -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 16 22:19:54 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:19:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3139] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3139 http://gar.svn.sourceforge.net/gar/?rev=3139&view=rev Author: dmichelsen Date: 2009-02-16 21:19:54 +0000 (Mon, 16 Feb 2009) Log Message: ----------- mGAR v2: Enhance OPENCSW_MODE64 to be 32/64/isaexec Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-16 21:18:34 UTC (rev 3138) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-16 21:19:54 UTC (rev 3139) @@ -330,12 +330,12 @@ # XXX: It is possible that a package is flagged as /isaexec, even # if the isaexec'ed files are in another package created from the Makefile define mode64 -$(strip +$(shell echo $(if $(MODE64_$(1)),$(MODE64_$(1)), - $(if $(filter 64,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))), - 64$(if $(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)),/isaexec) - ) - ) + $(if $(filter 32,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))),32) + $(if $(filter 64,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))),64) + $(if $(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)),isaexec) + ) | perl -lne 'print join("/", split)' ) endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 22:23:03 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:23:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3140] csw/mgar/pkg/java/ajccollections/trunk Message-ID: Revision: 3140 http://gar.svn.sourceforge.net/gar/?rev=3140&view=rev Author: wbonnet Date: 2009-02-16 21:23:01 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Update licenses Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/checksums csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec Modified: csw/mgar/pkg/java/ajccollections/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-16 21:19:54 UTC (rev 3139) +++ csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-16 21:23:01 UTC (rev 3140) @@ -1,3 +1,3 @@ 6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz -cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec -9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec +628055fbd15ede11d8137627ddc50bb7 download/CSWajccollect.gspec +9953d651dc846484802ff26969631ec8 download/CSWajccollectdoc.gspec Modified: csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec 2009-02-16 21:19:54 UTC (rev 3139) +++ csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec 2009-02-16 21:23:01 UTC (rev 3140) @@ -2,4 +2,6 @@ %var pkgname CSWajccollect %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-collections/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-16 21:19:54 UTC (rev 3139) +++ csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-16 21:23:01 UTC (rev 3140) @@ -2,4 +2,6 @@ %var pkgname CSWajccollectdoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-collections-doc/LICENSE.txt for license information 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 Feb 16 22:40:47 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:40:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3141] csw/mgar/pkg/cvsps/trunk Message-ID: Revision: 3141 http://gar.svn.sourceforge.net/gar/?rev=3141&view=rev Author: bdwalton Date: 2009-02-16 21:40:47 +0000 (Mon, 16 Feb 2009) Log Message: ----------- converted to dynamic license/gspec; correct doc dir name. Modified Paths: -------------- csw/mgar/pkg/cvsps/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec Modified: csw/mgar/pkg/cvsps/trunk/Makefile =================================================================== --- csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-16 21:23:01 UTC (rev 3140) +++ csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-16 21:40:47 UTC (rev 3141) @@ -9,7 +9,6 @@ MASTER_SITES = http://www.cobite.com/cvsps/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWcvsps,) PATCHFILES = 0001-add-basic-autotools-files.patch PATCHFILES += 0002-add-modified-autoconf-check_zlib-from-loic-dachary.patch @@ -23,6 +22,8 @@ REQUIRED_PKGS = CSWzlib CSWcvs +LICENSE = COPYING + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz @@ -32,7 +33,7 @@ include gar/category.mk -DOCDIR = $(datadir)/doc/$(GARNAME)-$(GARVERSION) +DOCDIR = $(datadir)/doc/$(GARNAME) pre-configure-modulated: @echo About to initialize the autotools bits. Deleted: csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec =================================================================== --- csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec 2009-02-16 21:23:01 UTC (rev 3140) +++ csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec 2009-02-16 21:40:47 UTC (rev 3141) @@ -1,4 +0,0 @@ -%var bitname cvsps -%var pkgname CSWcvsps -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 23:12:27 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 22:12:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3142] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3142 http://gar.svn.sourceforge.net/gar/?rev=3142&view=rev Author: wbonnet Date: 2009-02-16 22:12:27 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Update license Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 21:40:47 UTC (rev 3141) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 22:12:27 UTC (rev 3142) @@ -20,7 +20,7 @@ DISTFILES += $(call admfiles,CSWajccollectdoc,) # Defines package description -SPKG_DESC_CSWajccollect = $(DESCRIPTION) +SPKG_DESC_CSWajccollect = $(DESCRIPTION) SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package # Defines dependencies This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 23:36:19 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 22:36:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3143] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3143 http://gar.svn.sourceforge.net/gar/?rev=3143&view=rev Author: wbonnet Date: 2009-02-16 22:36:19 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Fix doc path Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 22:12:27 UTC (rev 3142) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 22:36:19 UTC (rev 3143) @@ -27,7 +27,7 @@ REQUIRED_PKGS_CSWajccollect = CSWjunit # Defines package content -PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/$(GARNAME)-doc.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -50,5 +50,5 @@ @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 16 23:40:23 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 16 Feb 2009 22:40:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3144] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: Revision: 3144 http://gar.svn.sourceforge.net/gar/?rev=3144&view=rev Author: harpchad Date: 2009-02-16 22:40:23 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Fix typo in CATALOGNAME Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-16 22:36:19 UTC (rev 3143) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-16 22:40:23 UTC (rev 3144) @@ -15,7 +15,7 @@ endef PACKAGES = CSWftype2 -CATALOGNAME_CSWvim = freetype2 +CATALOGNAME_CSWftype2 = freetype2 MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 17 04:26:41 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 17 Feb 2009 03:26:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3145] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 3145 http://gar.svn.sourceforge.net/gar/?rev=3145&view=rev Author: harpchad Date: 2009-02-17 03:26:41 +0000 (Tue, 17 Feb 2009) Log Message: ----------- - dynamic gspec - patch for checksum test Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile csw/mgar/pkg/glib2/trunk/checksums Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/checksum-test.patch Removed Paths: ------------- csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/Makefile 2009-02-17 03:26:41 UTC (rev 3145) @@ -9,6 +9,12 @@ has been split off as of the developers' version 1.1.0. endef +PACKAGES = CSWglib2 CSWglib2devel +CATALOGNAME_CSWglib2 = glib2 +CATALOGNAME_CSWglib2devel = glib2_devel +SPKG_DESC_CSWglib2 = Low level core compatibility library for GTK+ and GNOME +SPKG_DESC_CSWglib2devel = Low level core compatibility library for GTK+ and GNOME development + MASTER_SITES = $(GNOME_MIRROR) DISTFILES = $(call admfiles,CSWglib2,) @@ -19,6 +25,7 @@ PATCHFILES = gtkdoc-rebase.patch #See http://defect.opensolaris.org/bz/show_bug.cgi?id=3366 for discussion on: PATCHFILES += glib-typedetect.patch +PATCHFILES += checksum-test.patch CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv=gnu Modified: csw/mgar/pkg/glib2/trunk/checksums =================================================================== --- csw/mgar/pkg/glib2/trunk/checksums 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/checksums 2009-02-17 03:26:41 UTC (rev 3145) @@ -1,5 +1,4 @@ -fdfb028f9224b8e9926163aae0e97d3f download/CSWglib2.gspec -716c7eda9a4edd22c1f648396a60b646 download/CSWglib2devel.gspec ec25ed261534d870141000ab73f1a2bf download/glib-2.18.4.tar.bz2 8f683820d9ecab1abd9dbe81997ab9eb download/glib-typedetect.patch fb144356d0918eff4ef17a2a285860bc download/gtkdoc-rebase.patch +f1f3c182f64be06ab57d8b01016af074 download/checksum-test.patch Deleted: csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec =================================================================== --- csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec 2009-02-17 03:26:41 UTC (rev 3145) @@ -1,4 +0,0 @@ -%var bitname glib2 -%var pkgname CSWglib2 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec =================================================================== --- csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec 2009-02-17 03:26:41 UTC (rev 3145) @@ -1,4 +0,0 @@ -%var bitname glib2_devel -%var pkgname CSWglib2devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/glib2/trunk/files/checksum-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/checksum-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/checksum-test.patch 2009-02-17 03:26:41 UTC (rev 3145) @@ -0,0 +1,11 @@ +--- glib-2.18.4/tests/checksum-test.c.o 2009-02-04 19:53:27.782844898 -0600 ++++ glib-2.18.4/tests/checksum-test.c 2009-02-04 21:22:05.475677071 -0600 +@@ -18,7 +18,7 @@ + * string is intentionally more than twice that length. + */ + +-#define FIXED_STR "The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!" ++const char FIXED_STR[] = {"The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!"}; + #define FIXED_LEN (strlen (FIXED_STR)) + + const char *MD5_sums[] = { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 17 04:32:50 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 17 Feb 2009 03:32:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3146] csw/mgar/pkg/glib2/trunk/Makefile Message-ID: Revision: 3146 http://gar.svn.sourceforge.net/gar/?rev=3146&view=rev Author: harpchad Date: 2009-02-17 03:32:50 +0000 (Tue, 17 Feb 2009) Log Message: ----------- Remove old gspec definitions Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2009-02-17 03:26:41 UTC (rev 3145) +++ csw/mgar/pkg/glib2/trunk/Makefile 2009-02-17 03:32:50 UTC (rev 3146) @@ -17,9 +17,7 @@ MASTER_SITES = $(GNOME_MIRROR) -DISTFILES = $(call admfiles,CSWglib2,) -DISTFILES += $(call admfiles,CSWglib2devel,) -DISTFILES += $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 #See gnome bug 569889 PATCHFILES = gtkdoc-rebase.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From a_o_m at users.sourceforge.net Tue Feb 17 10:01:34 2009 From: a_o_m at users.sourceforge.net (a_o_m at users.sourceforge.net) Date: Tue, 17 Feb 2009 09:01:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3147] csw/mgar/pkg/fontconfig/trunk Message-ID: Revision: 3147 http://gar.svn.sourceforge.net/gar/?rev=3147&view=rev Author: a_o_m Date: 2009-02-17 09:01:34 +0000 (Tue, 17 Feb 2009) Log Message: ----------- fontconfig: gspec removed, 64bit enabled Modified Paths: -------------- csw/mgar/pkg/fontconfig/trunk/Makefile csw/mgar/pkg/fontconfig/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec Modified: csw/mgar/pkg/fontconfig/trunk/Makefile =================================================================== --- csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-17 03:32:50 UTC (rev 3146) +++ csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-17 09:01:34 UTC (rev 3147) @@ -12,7 +12,8 @@ MASTER_SITES = http://www.fontconfig.org/release/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWfconfig,postinstall) +#DISTFILES += $(call admfiles,postinstall) +DISTFILES += CSWfconfig.postinstall REQUIRED_PKGS = CSWexpat CSWftype2 CSWzlib CSWiconv @@ -20,6 +21,8 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz BUILD64 = 1 +PACKAGES = CSWfconfig +CATALOGNAME_CSWfconfig = fontconfig CONFIGURE_ARGS = $(DIRPATHS) --with-default-fonts=/usr/openwin/lib/X11/fonts --with-add-fonts=/usr/openwin/lib/locale,/usr/share/fonts --with-cache-dir=/opt/csw/var/cache-fontconfig --with-confdir=/opt/csw/etc/fontconfig Modified: csw/mgar/pkg/fontconfig/trunk/checksums =================================================================== --- csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-17 03:32:50 UTC (rev 3146) +++ csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-17 09:01:34 UTC (rev 3147) @@ -1,3 +1,2 @@ ab54ec1d4ddd836313fdbc0cd5299d6d download/fontconfig-2.6.0.tar.gz -db2f77901e6a581ec28386bbc3543b97 download/CSWfconfig.gspec eeb4246a85f1ac5215dc66ee0fe3fb8e download/CSWfconfig.postinstall Deleted: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-17 03:32:50 UTC (rev 3146) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-17 09:01:34 UTC (rev 3147) @@ -1,4 +0,0 @@ -%var bitname fontconfig -%var pkgname CSWfconfig -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 17 16:51:03 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 17 Feb 2009 15:51:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3148] csw/mgar/pkg/cpan/libwww-perl/trunk Message-ID: Revision: 3148 http://gar.svn.sourceforge.net/gar/?rev=3148&view=rev Author: bonivart Date: 2009-02-17 15:51:02 +0000 (Tue, 17 Feb 2009) Log Message: ----------- libwww-perl: update to 5.825 Modified Paths: -------------- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile csw/mgar/pkg/cpan/libwww-perl/trunk/checksums Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2009-02-17 09:01:34 UTC (rev 3147) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2009-02-17 15:51:02 UTC (rev 3148) @@ -1,5 +1,5 @@ GARNAME = libwww-perl -GARVERSION = 5.823 +GARVERSION = 5.825 CATEGORIES = cpan AUTHOR = GAAS @@ -22,7 +22,6 @@ DEPENDS += cpan/Crypt-SSLeay DEPENDS += cpan/Data-Dump -#CONFIGURE_ARGS = -n CONFIGURE_ARGS = include gar/category.mk Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/checksums 2009-02-17 09:01:34 UTC (rev 3147) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/checksums 2009-02-17 15:51:02 UTC (rev 3148) @@ -1,2 +1,2 @@ 7f2db1cb966b9260b395fdbc01b09fae download/CSWpmlibwww.gspec -9e1d2039e5ed9ed5e0783c2c1c33db8f download/libwww-perl-5.823.tar.gz +9b383739e58ac8f8234487e62d5c2818 download/libwww-perl-5.825.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Feb 17 19:19:08 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 17 Feb 2009 18:19:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3149] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3149 http://gar.svn.sourceforge.net/gar/?rev=3149&view=rev Author: dmichelsen Date: 2009-02-17 18:19:08 +0000 (Tue, 17 Feb 2009) Log Message: ----------- mGAR v2: Don't add the dyngspec default package when gspec is explicitly specified Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-17 15:51:02 UTC (rev 3148) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-17 18:19:08 UTC (rev 3149) @@ -23,9 +23,13 @@ # You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. # Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. +# If no explicit gspec-files have been defined the default name for the package is CSW$(GARNAME). # The whole processing is done from _SPKG_SPECS, which includes all packages to be build. -PACKAGES ?= CSW$(GARNAME) +ifeq ($(origin PACKAGES), undefined) +SPKG_SPECS ?= $(if $(filter %.gspec,$(DISTFILES)),$(basename $(filter %.gspec,$(DISTFILES))),CSW$(GARNAME)) +else SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) +endif _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # pkgname - Get the name of a package from a gspec-name or package-name This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 21:22:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 20:22:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3150] csw/mgar/pkg Message-ID: Revision: 3150 http://gar.svn.sourceforge.net/gar/?rev=3150&view=rev Author: valholla Date: 2009-02-17 20:22:18 +0000 (Tue, 17 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xdebug/ csw/mgar/pkg/php5_xdebug/Makefile csw/mgar/pkg/php5_xdebug/files/ Added: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile (rev 0) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-17 20:22:18 UTC (rev 3150) @@ -0,0 +1,25 @@ +GARNAME = xdebug +GARVERSION = 2.0.4 +CATEGORIES = application + +DESCRIPTION = Xdebug Extention for PHP +define BLURB +The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: + + * stack traces and function traces in error messages with: + o full parameter display for user defined functions + o function name, file name and line indications + o support for member functions + * memory allocation + * protection for infinite recursions +endef + +MASTER_SITES = http://www.xdebug.org/ +SPKG_SOURCEURL = http://www.xdebug.org/files/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +CONFIGURE_ARGS = $(DIRPATHS) + +post-extract: + @( cd $(WORKSRC) ; phpize ) + $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 21:23:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 20:23:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3151] csw/mgar/pkg/php5_xdebug/ Message-ID: Revision: 3151 http://gar.svn.sourceforge.net/gar/?rev=3151&view=rev Author: valholla Date: 2009-02-17 20:23:36 +0000 (Tue, 17 Feb 2009) Log Message: ----------- setting garv2 Property Changed: ---------------- csw/mgar/pkg/php5_xdebug/ Property changes on: csw/mgar/pkg/php5_xdebug ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 22:44:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 21:44:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3152] csw/mgar/pkg/php5_xdebug Message-ID: Revision: 3152 http://gar.svn.sourceforge.net/gar/?rev=3152&view=rev Author: valholla Date: 2009-02-17 21:44:26 +0000 (Tue, 17 Feb 2009) Log Message: ----------- version in testing Modified Paths: -------------- csw/mgar/pkg/php5_xdebug/Makefile Added Paths: ----------- csw/mgar/pkg/php5_xdebug/checksums Modified: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile 2009-02-17 20:23:36 UTC (rev 3151) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-17 21:44:26 UTC (rev 3152) @@ -1,6 +1,6 @@ GARNAME = xdebug GARVERSION = 2.0.4 -CATEGORIES = application +CATEGORIES = lang DESCRIPTION = Xdebug Extention for PHP define BLURB @@ -14,12 +14,36 @@ * protection for infinite recursions endef + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5xdebug + MASTER_SITES = http://www.xdebug.org/ SPKG_SOURCEURL = http://www.xdebug.org/files/ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz -CONFIGURE_ARGS = $(DIRPATHS) +DISTFILES = $(DISTNAME).tgz -post-extract: - @( cd $(WORKSRC) ; phpize ) +CATALOGNAME_CSWphp5xdebug = php5_xdebug +SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk Added: csw/mgar/pkg/php5_xdebug/checksums =================================================================== --- csw/mgar/pkg/php5_xdebug/checksums (rev 0) +++ csw/mgar/pkg/php5_xdebug/checksums 2009-02-17 21:44:26 UTC (rev 3152) @@ -0,0 +1 @@ +2fd6adb30c338d7667b464506fd58eca download/xdebug-2.0.4.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 22:58:46 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 21:58:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3153] csw/mgar/pkg Message-ID: Revision: 3153 http://gar.svn.sourceforge.net/gar/?rev=3153&view=rev Author: valholla Date: 2009-02-17 21:58:46 +0000 (Tue, 17 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mbstring/ csw/mgar/pkg/php5_mbstring/Makefile csw/mgar/pkg/php5_mbstring/checksums csw/mgar/pkg/php5_mbstring/files/ Property changes on: csw/mgar/pkg/php5_mbstring ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile (rev 0) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-17 21:58:46 UTC (rev 3153) @@ -0,0 +1,44 @@ +GARNAME = php5 +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mbstring + +DESCRIPTION = mbstring Extention for PHP +define BLURB + mbstring Extention for PHP +endef + +WORKSRC = $(WORKSRC)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5mbstring + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5xdebug = php5_mbstring +SPKG_DESC_CSWphp5xdebug = mbstring Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 23:10:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 22:10:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3154] csw/mgar/pkg Message-ID: Revision: 3154 http://gar.svn.sourceforge.net/gar/?rev=3154&view=rev Author: valholla Date: 2009-02-17 22:10:44 +0000 (Tue, 17 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_zip/ csw/mgar/pkg/php5_zip/Makefile csw/mgar/pkg/php5_zip/checksums csw/mgar/pkg/php5_zip/files/ Property changes on: csw/mgar/pkg/php5_zip ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile (rev 0) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-17 22:10:44 UTC (rev 3154) @@ -0,0 +1,44 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zip + +DESCRIPTION = zip Extention for PHP +define BLURB + zip Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5zip + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5xdebug = php5_zip +SPKG_DESC_CSWphp5xdebug = zip Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:22:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:22:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3155] csw/mgar/pkg/php5_zip Message-ID: Revision: 3155 http://gar.svn.sourceforge.net/gar/?rev=3155&view=rev Author: valholla Date: 2009-02-18 01:22:24 +0000 (Wed, 18 Feb 2009) Log Message: ----------- version in testing Modified Paths: -------------- csw/mgar/pkg/php5_zip/Makefile csw/mgar/pkg/php5_zip/checksums Modified: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-17 22:10:44 UTC (rev 3154) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-18 01:22:24 UTC (rev 3155) @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5xdebug = php5_zip -SPKG_DESC_CSWphp5xdebug = zip Extention for PHP5 -REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 +CATALOGNAME_CSWphp5zip = php5_zip +SPKG_DESC_CSWphp5zip = zip Extention for PHP5 +REQUIRED_PKGS_CSWphp5zip = CSWphp5 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -38,7 +38,11 @@ @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) -# There are no test scripts -TEST_SCRIPTS = +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + include gar/category.mk Modified: csw/mgar/pkg/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5_zip/checksums 2009-02-17 22:10:44 UTC (rev 3154) +++ csw/mgar/pkg/php5_zip/checksums 2009-02-18 01:22:24 UTC (rev 3155) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:33:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:33:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3156] csw/mgar/pkg Message-ID: Revision: 3156 http://gar.svn.sourceforge.net/gar/?rev=3156&view=rev Author: valholla Date: 2009-02-18 01:33:48 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ctype/ csw/mgar/pkg/php5_ctype/Makefile csw/mgar/pkg/php5_ctype/checksums csw/mgar/pkg/php5_ctype/files/ Property changes on: csw/mgar/pkg/php5_ctype ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile (rev 0) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-18 01:33:48 UTC (rev 3156) @@ -0,0 +1,48 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = ctype Extention for PHP +define BLURB + ctype Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5ctype + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5ctype = php5_ctype +SPKG_DESC_CSWphp5ctype = ctype Extention for PHP5 +REQUIRED_PKGS_CSWphp5ctype = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:52:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:52:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3157] csw/mgar/pkg/php5_zip/Makefile Message-ID: Revision: 3157 http://gar.svn.sourceforge.net/gar/?rev=3157&view=rev Author: valholla Date: 2009-02-18 01:52:28 +0000 (Wed, 18 Feb 2009) Log Message: ----------- made more generic and fixed missing DONADA Modified Paths: -------------- csw/mgar/pkg/php5_zip/Makefile Modified: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-18 01:33:48 UTC (rev 3156) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-18 01:52:28 UTC (rev 3157) @@ -3,9 +3,9 @@ CATEGORIES = lang PHP5EXT_NAME = zip -DESCRIPTION = zip Extention for PHP +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB - zip Extention for PHP + $(PHP5EXT_NAME) Extention for PHP endef WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5zip +PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5zip = php5_zip -SPKG_DESC_CSWphp5zip = zip Extention for PHP5 -REQUIRED_PKGS_CSWphp5zip = CSWphp5 CSWzlib +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -44,5 +44,6 @@ test-manual: @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:57:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:57:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3158] csw/mgar/pkg Message-ID: Revision: 3158 http://gar.svn.sourceforge.net/gar/?rev=3158&view=rev Author: valholla Date: 2009-02-18 01:57:28 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_bcmath/ csw/mgar/pkg/php5_bcmath/Makefile csw/mgar/pkg/php5_bcmath/checksums csw/mgar/pkg/php5_bcmath/files/ Property changes on: csw/mgar/pkg/php5_bcmath ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/Makefile (rev 0) +++ csw/mgar/pkg/php5_bcmath/Makefile 2009-02-18 01:57:28 UTC (rev 3158) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bcmath + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:04:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:04:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3159] csw/mgar/pkg Message-ID: Revision: 3159 http://gar.svn.sourceforge.net/gar/?rev=3159&view=rev Author: valholla Date: 2009-02-18 02:04:45 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_calendar/ csw/mgar/pkg/php5_calendar/Makefile csw/mgar/pkg/php5_calendar/checksums csw/mgar/pkg/php5_calendar/files/ Property changes on: csw/mgar/pkg/php5_calendar ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/Makefile (rev 0) +++ csw/mgar/pkg/php5_calendar/Makefile 2009-02-18 02:04:45 UTC (rev 3159) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = calendar + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:15:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:15:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3160] csw/mgar/pkg/php5_ctype Message-ID: Revision: 3160 http://gar.svn.sourceforge.net/gar/?rev=3160&view=rev Author: valholla Date: 2009-02-18 02:15:23 +0000 (Wed, 18 Feb 2009) Log Message: ----------- testing version Modified Paths: -------------- csw/mgar/pkg/php5_ctype/Makefile csw/mgar/pkg/php5_ctype/checksums Modified: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile 2009-02-18 02:04:45 UTC (rev 3159) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-18 02:15:23 UTC (rev 3160) @@ -3,9 +3,9 @@ CATEGORIES = lang PHP5EXT_NAME = ctype -DESCRIPTION = ctype Extention for PHP +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB - ctype Extention for PHP + $(PHP5EXT_NAME) Extention for PHP endef WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5ctype +PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5ctype = php5_ctype -SPKG_DESC_CSWphp5ctype = ctype Extention for PHP5 -REQUIRED_PKGS_CSWphp5ctype = CSWphp5 +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -44,5 +44,6 @@ test-manual: @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) include gar/category.mk Modified: csw/mgar/pkg/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5_ctype/checksums 2009-02-18 02:04:45 UTC (rev 3159) +++ csw/mgar/pkg/php5_ctype/checksums 2009-02-18 02:15:23 UTC (rev 3160) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:17:13 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:17:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3161] csw/mgar/pkg Message-ID: Revision: 3161 http://gar.svn.sourceforge.net/gar/?rev=3161&view=rev Author: valholla Date: 2009-02-18 02:17:13 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_date/ csw/mgar/pkg/php5_date/Makefile csw/mgar/pkg/php5_date/checksums csw/mgar/pkg/php5_date/files/ Property changes on: csw/mgar/pkg/php5_date ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_date/Makefile =================================================================== --- csw/mgar/pkg/php5_date/Makefile (rev 0) +++ csw/mgar/pkg/php5_date/Makefile 2009-02-18 02:17:13 UTC (rev 3161) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = date + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:24:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:24:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3162] csw/mgar/pkg Message-ID: Revision: 3162 http://gar.svn.sourceforge.net/gar/?rev=3162&view=rev Author: valholla Date: 2009-02-18 02:24:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_dbase/ csw/mgar/pkg/php5_dbase/Makefile csw/mgar/pkg/php5_dbase/checksums csw/mgar/pkg/php5_dbase/files/ Added: csw/mgar/pkg/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/Makefile (rev 0) +++ csw/mgar/pkg/php5_dbase/Makefile 2009-02-18 02:24:34 UTC (rev 3162) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:24:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:24:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3163] csw/mgar/pkg Message-ID: Revision: 3163 http://gar.svn.sourceforge.net/gar/?rev=3163&view=rev Author: valholla Date: 2009-02-18 02:24:44 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_dom/ csw/mgar/pkg/php5_dom/Makefile csw/mgar/pkg/php5_dom/checksums csw/mgar/pkg/php5_dom/files/ Property changes on: csw/mgar/pkg/php5_dom ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile (rev 0) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-18 02:24:44 UTC (rev 3163) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dom + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:24:54 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:24:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3164] csw/mgar/pkg Message-ID: Revision: 3164 http://gar.svn.sourceforge.net/gar/?rev=3164&view=rev Author: valholla Date: 2009-02-18 02:24:54 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_exif/ csw/mgar/pkg/php5_exif/Makefile csw/mgar/pkg/php5_exif/checksums csw/mgar/pkg/php5_exif/files/ Property changes on: csw/mgar/pkg/php5_exif ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile (rev 0) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-18 02:24:54 UTC (rev 3164) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = exif + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:05 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3165] csw/mgar/pkg Message-ID: Revision: 3165 http://gar.svn.sourceforge.net/gar/?rev=3165&view=rev Author: valholla Date: 2009-02-18 02:25:04 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_fbsql/ csw/mgar/pkg/php5_fbsql/Makefile csw/mgar/pkg/php5_fbsql/checksums csw/mgar/pkg/php5_fbsql/files/ Property changes on: csw/mgar/pkg/php5_fbsql ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_fbsql/Makefile =================================================================== --- csw/mgar/pkg/php5_fbsql/Makefile (rev 0) +++ csw/mgar/pkg/php5_fbsql/Makefile 2009-02-18 02:25:04 UTC (rev 3165) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = fbsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3166] csw/mgar/pkg Message-ID: Revision: 3166 http://gar.svn.sourceforge.net/gar/?rev=3166&view=rev Author: valholla Date: 2009-02-18 02:25:12 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_fdf/ csw/mgar/pkg/php5_fdf/Makefile csw/mgar/pkg/php5_fdf/checksums csw/mgar/pkg/php5_fdf/files/ Property changes on: csw/mgar/pkg/php5_fdf ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_fdf/Makefile =================================================================== --- csw/mgar/pkg/php5_fdf/Makefile (rev 0) +++ csw/mgar/pkg/php5_fdf/Makefile 2009-02-18 02:25:12 UTC (rev 3166) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = fdf + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3167] csw/mgar/pkg Message-ID: Revision: 3167 http://gar.svn.sourceforge.net/gar/?rev=3167&view=rev Author: valholla Date: 2009-02-18 02:25:20 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_filter/ csw/mgar/pkg/php5_filter/Makefile csw/mgar/pkg/php5_filter/checksums csw/mgar/pkg/php5_filter/files/ Property changes on: csw/mgar/pkg/php5_filter ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/Makefile (rev 0) +++ csw/mgar/pkg/php5_filter/Makefile 2009-02-18 02:25:20 UTC (rev 3167) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = filter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3168] csw/mgar/pkg Message-ID: Revision: 3168 http://gar.svn.sourceforge.net/gar/?rev=3168&view=rev Author: valholla Date: 2009-02-18 02:25:28 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_hash/ csw/mgar/pkg/php5_hash/Makefile csw/mgar/pkg/php5_hash/checksums csw/mgar/pkg/php5_hash/files/ Property changes on: csw/mgar/pkg/php5_hash ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/Makefile (rev 0) +++ csw/mgar/pkg/php5_hash/Makefile 2009-02-18 02:25:28 UTC (rev 3168) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = hash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3169] csw/mgar/pkg Message-ID: Revision: 3169 http://gar.svn.sourceforge.net/gar/?rev=3169&view=rev Author: valholla Date: 2009-02-18 02:25:36 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_iconv/ csw/mgar/pkg/php5_iconv/Makefile csw/mgar/pkg/php5_iconv/checksums csw/mgar/pkg/php5_iconv/files/ Property changes on: csw/mgar/pkg/php5_iconv ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile (rev 0) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-18 02:25:36 UTC (rev 3169) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = iconv + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3170] csw/mgar/pkg Message-ID: Revision: 3170 http://gar.svn.sourceforge.net/gar/?rev=3170&view=rev Author: valholla Date: 2009-02-18 02:25:44 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_interbase/ csw/mgar/pkg/php5_interbase/Makefile csw/mgar/pkg/php5_interbase/checksums csw/mgar/pkg/php5_interbase/files/ Property changes on: csw/mgar/pkg/php5_interbase ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_interbase/Makefile =================================================================== --- csw/mgar/pkg/php5_interbase/Makefile (rev 0) +++ csw/mgar/pkg/php5_interbase/Makefile 2009-02-18 02:25:44 UTC (rev 3170) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = interbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3171] csw/mgar/pkg Message-ID: Revision: 3171 http://gar.svn.sourceforge.net/gar/?rev=3171&view=rev Author: valholla Date: 2009-02-18 02:25:52 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_json/ csw/mgar/pkg/php5_json/Makefile csw/mgar/pkg/php5_json/checksums csw/mgar/pkg/php5_json/files/ Property changes on: csw/mgar/pkg/php5_json ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5_json/Makefile (rev 0) +++ csw/mgar/pkg/php5_json/Makefile 2009-02-18 02:25:52 UTC (rev 3171) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = json + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3172] csw/mgar/pkg Message-ID: Revision: 3172 http://gar.svn.sourceforge.net/gar/?rev=3172&view=rev Author: valholla Date: 2009-02-18 02:26:02 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_libxml/ csw/mgar/pkg/php5_libxml/Makefile csw/mgar/pkg/php5_libxml/checksums csw/mgar/pkg/php5_libxml/files/ Property changes on: csw/mgar/pkg/php5_libxml ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_libxml/Makefile =================================================================== --- csw/mgar/pkg/php5_libxml/Makefile (rev 0) +++ csw/mgar/pkg/php5_libxml/Makefile 2009-02-18 02:26:02 UTC (rev 3172) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = libxml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3173] csw/mgar/pkg Message-ID: Revision: 3173 http://gar.svn.sourceforge.net/gar/?rev=3173&view=rev Author: valholla Date: 2009-02-18 02:26:12 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mime_magic/ csw/mgar/pkg/php5_mime_magic/Makefile csw/mgar/pkg/php5_mime_magic/checksums csw/mgar/pkg/php5_mime_magic/files/ Property changes on: csw/mgar/pkg/php5_mime_magic ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile (rev 0) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-18 02:26:12 UTC (rev 3173) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mime_magic + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3174] csw/mgar/pkg Message-ID: Revision: 3174 http://gar.svn.sourceforge.net/gar/?rev=3174&view=rev Author: valholla Date: 2009-02-18 02:26:19 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ming/ csw/mgar/pkg/php5_ming/Makefile csw/mgar/pkg/php5_ming/checksums csw/mgar/pkg/php5_ming/files/ Property changes on: csw/mgar/pkg/php5_ming ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ming/Makefile =================================================================== --- csw/mgar/pkg/php5_ming/Makefile (rev 0) +++ csw/mgar/pkg/php5_ming/Makefile 2009-02-18 02:26:19 UTC (rev 3174) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ming + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3175] csw/mgar/pkg Message-ID: Revision: 3175 http://gar.svn.sourceforge.net/gar/?rev=3175&view=rev Author: valholla Date: 2009-02-18 02:26:27 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ncurses/ csw/mgar/pkg/php5_ncurses/Makefile csw/mgar/pkg/php5_ncurses/checksums csw/mgar/pkg/php5_ncurses/files/ Property changes on: csw/mgar/pkg/php5_ncurses ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile (rev 0) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-18 02:26:27 UTC (rev 3175) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ncurses + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3176] csw/mgar/pkg Message-ID: Revision: 3176 http://gar.svn.sourceforge.net/gar/?rev=3176&view=rev Author: valholla Date: 2009-02-18 02:26:35 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pcntl/ csw/mgar/pkg/php5_pcntl/Makefile csw/mgar/pkg/php5_pcntl/checksums csw/mgar/pkg/php5_pcntl/files/ Property changes on: csw/mgar/pkg/php5_pcntl ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/Makefile (rev 0) +++ csw/mgar/pkg/php5_pcntl/Makefile 2009-02-18 02:26:35 UTC (rev 3176) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcntl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3177] csw/mgar/pkg Message-ID: Revision: 3177 http://gar.svn.sourceforge.net/gar/?rev=3177&view=rev Author: valholla Date: 2009-02-18 02:26:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pcre/ csw/mgar/pkg/php5_pcre/Makefile csw/mgar/pkg/php5_pcre/checksums csw/mgar/pkg/php5_pcre/files/ Property changes on: csw/mgar/pkg/php5_pcre ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pcre/Makefile =================================================================== --- csw/mgar/pkg/php5_pcre/Makefile (rev 0) +++ csw/mgar/pkg/php5_pcre/Makefile 2009-02-18 02:26:43 UTC (rev 3177) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcre + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3178] csw/mgar/pkg Message-ID: Revision: 3178 http://gar.svn.sourceforge.net/gar/?rev=3178&view=rev Author: valholla Date: 2009-02-18 02:26:51 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo/ csw/mgar/pkg/php5_pdo/Makefile csw/mgar/pkg/php5_pdo/checksums csw/mgar/pkg/php5_pdo/files/ Property changes on: csw/mgar/pkg/php5_pdo ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo/Makefile 2009-02-18 02:26:51 UTC (rev 3178) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3179] csw/mgar/pkg Message-ID: Revision: 3179 http://gar.svn.sourceforge.net/gar/?rev=3179&view=rev Author: valholla Date: 2009-02-18 02:26:59 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo_dblib/ csw/mgar/pkg/php5_pdo_dblib/Makefile csw/mgar/pkg/php5_pdo_dblib/checksums csw/mgar/pkg/php5_pdo_dblib/files/ Property changes on: csw/mgar/pkg/php5_pdo_dblib ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo_dblib/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo_dblib/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo_dblib/Makefile 2009-02-18 02:26:59 UTC (rev 3179) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo_dblib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3180] csw/mgar/pkg Message-ID: Revision: 3180 http://gar.svn.sourceforge.net/gar/?rev=3180&view=rev Author: valholla Date: 2009-02-18 02:27:08 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo_firebird/ csw/mgar/pkg/php5_pdo_firebird/Makefile csw/mgar/pkg/php5_pdo_firebird/checksums csw/mgar/pkg/php5_pdo_firebird/files/ Property changes on: csw/mgar/pkg/php5_pdo_firebird ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo_firebird/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo_firebird/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo_firebird/Makefile 2009-02-18 02:27:08 UTC (rev 3180) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo_firebird + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3181] csw/mgar/pkg Message-ID: Revision: 3181 http://gar.svn.sourceforge.net/gar/?rev=3181&view=rev Author: valholla Date: 2009-02-18 02:27:17 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo_oci/ csw/mgar/pkg/php5_pdo_oci/Makefile csw/mgar/pkg/php5_pdo_oci/checksums csw/mgar/pkg/php5_pdo_oci/files/ Property changes on: csw/mgar/pkg/php5_pdo_oci ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo_oci/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo_oci/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo_oci/Makefile 2009-02-18 02:27:17 UTC (rev 3181) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo_oci + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:26 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3182] csw/mgar/pkg Message-ID: Revision: 3182 http://gar.svn.sourceforge.net/gar/?rev=3182&view=rev Author: valholla Date: 2009-02-18 02:27:26 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_posix/ csw/mgar/pkg/php5_posix/Makefile csw/mgar/pkg/php5_posix/checksums csw/mgar/pkg/php5_posix/files/ Property changes on: csw/mgar/pkg/php5_posix ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/Makefile (rev 0) +++ csw/mgar/pkg/php5_posix/Makefile 2009-02-18 02:27:26 UTC (rev 3182) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = posix + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3183] csw/mgar/pkg Message-ID: Revision: 3183 http://gar.svn.sourceforge.net/gar/?rev=3183&view=rev Author: valholla Date: 2009-02-18 02:27:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_recode/ csw/mgar/pkg/php5_recode/Makefile csw/mgar/pkg/php5_recode/checksums csw/mgar/pkg/php5_recode/files/ Property changes on: csw/mgar/pkg/php5_recode ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile (rev 0) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-18 02:27:34 UTC (rev 3183) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = recode + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3184] csw/mgar/pkg Message-ID: Revision: 3184 http://gar.svn.sourceforge.net/gar/?rev=3184&view=rev Author: valholla Date: 2009-02-18 02:27:42 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_reflection/ csw/mgar/pkg/php5_reflection/Makefile csw/mgar/pkg/php5_reflection/checksums csw/mgar/pkg/php5_reflection/files/ Property changes on: csw/mgar/pkg/php5_reflection ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_reflection/Makefile =================================================================== --- csw/mgar/pkg/php5_reflection/Makefile (rev 0) +++ csw/mgar/pkg/php5_reflection/Makefile 2009-02-18 02:27:42 UTC (rev 3184) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = reflection + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3185] csw/mgar/pkg Message-ID: Revision: 3185 http://gar.svn.sourceforge.net/gar/?rev=3185&view=rev Author: valholla Date: 2009-02-18 02:27:50 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_shmop/ csw/mgar/pkg/php5_shmop/Makefile csw/mgar/pkg/php5_shmop/checksums csw/mgar/pkg/php5_shmop/files/ Property changes on: csw/mgar/pkg/php5_shmop ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/Makefile (rev 0) +++ csw/mgar/pkg/php5_shmop/Makefile 2009-02-18 02:27:50 UTC (rev 3185) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = shmop + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3186] csw/mgar/pkg Message-ID: Revision: 3186 http://gar.svn.sourceforge.net/gar/?rev=3186&view=rev Author: valholla Date: 2009-02-18 02:27:59 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_simplexml/ csw/mgar/pkg/php5_simplexml/Makefile csw/mgar/pkg/php5_simplexml/checksums csw/mgar/pkg/php5_simplexml/files/ Property changes on: csw/mgar/pkg/php5_simplexml ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile (rev 0) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-18 02:27:59 UTC (rev 3186) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = simplexml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3187] csw/mgar/pkg Message-ID: Revision: 3187 http://gar.svn.sourceforge.net/gar/?rev=3187&view=rev Author: valholla Date: 2009-02-18 02:28:06 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_skeleton/ csw/mgar/pkg/php5_skeleton/Makefile csw/mgar/pkg/php5_skeleton/checksums csw/mgar/pkg/php5_skeleton/files/ Property changes on: csw/mgar/pkg/php5_skeleton ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_skeleton/Makefile =================================================================== --- csw/mgar/pkg/php5_skeleton/Makefile (rev 0) +++ csw/mgar/pkg/php5_skeleton/Makefile 2009-02-18 02:28:06 UTC (rev 3187) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = skeleton + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:15 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3188] csw/mgar/pkg Message-ID: Revision: 3188 http://gar.svn.sourceforge.net/gar/?rev=3188&view=rev Author: valholla Date: 2009-02-18 02:28:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_soap/ csw/mgar/pkg/php5_soap/Makefile csw/mgar/pkg/php5_soap/checksums csw/mgar/pkg/php5_soap/files/ Property changes on: csw/mgar/pkg/php5_soap ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile (rev 0) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-18 02:28:14 UTC (rev 3188) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = soap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3189] csw/mgar/pkg Message-ID: Revision: 3189 http://gar.svn.sourceforge.net/gar/?rev=3189&view=rev Author: valholla Date: 2009-02-18 02:28:22 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sockets/ csw/mgar/pkg/php5_sockets/Makefile csw/mgar/pkg/php5_sockets/checksums csw/mgar/pkg/php5_sockets/files/ Property changes on: csw/mgar/pkg/php5_sockets ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/Makefile (rev 0) +++ csw/mgar/pkg/php5_sockets/Makefile 2009-02-18 02:28:22 UTC (rev 3189) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sockets + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:31 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3190] csw/mgar/pkg Message-ID: Revision: 3190 http://gar.svn.sourceforge.net/gar/?rev=3190&view=rev Author: valholla Date: 2009-02-18 02:28:31 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_spl/ csw/mgar/pkg/php5_spl/Makefile csw/mgar/pkg/php5_spl/checksums csw/mgar/pkg/php5_spl/files/ Property changes on: csw/mgar/pkg/php5_spl ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_spl/Makefile =================================================================== --- csw/mgar/pkg/php5_spl/Makefile (rev 0) +++ csw/mgar/pkg/php5_spl/Makefile 2009-02-18 02:28:31 UTC (rev 3190) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = spl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3191] csw/mgar/pkg Message-ID: Revision: 3191 http://gar.svn.sourceforge.net/gar/?rev=3191&view=rev Author: valholla Date: 2009-02-18 02:28:39 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sqlite/ csw/mgar/pkg/php5_sqlite/Makefile csw/mgar/pkg/php5_sqlite/checksums csw/mgar/pkg/php5_sqlite/files/ Property changes on: csw/mgar/pkg/php5_sqlite ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/Makefile (rev 0) +++ csw/mgar/pkg/php5_sqlite/Makefile 2009-02-18 02:28:39 UTC (rev 3191) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3192] csw/mgar/pkg Message-ID: Revision: 3192 http://gar.svn.sourceforge.net/gar/?rev=3192&view=rev Author: valholla Date: 2009-02-18 02:28:48 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sysvmsg/ csw/mgar/pkg/php5_sysvmsg/Makefile csw/mgar/pkg/php5_sysvmsg/checksums csw/mgar/pkg/php5_sysvmsg/files/ Property changes on: csw/mgar/pkg/php5_sysvmsg ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-18 02:28:48 UTC (rev 3192) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvmsg + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3193] csw/mgar/pkg Message-ID: Revision: 3193 http://gar.svn.sourceforge.net/gar/?rev=3193&view=rev Author: valholla Date: 2009-02-18 02:28:57 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sysvsem/ csw/mgar/pkg/php5_sysvsem/Makefile csw/mgar/pkg/php5_sysvsem/checksums csw/mgar/pkg/php5_sysvsem/files/ Property changes on: csw/mgar/pkg/php5_sysvsem ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-18 02:28:57 UTC (rev 3193) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvsem + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:05 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3194] csw/mgar/pkg Message-ID: Revision: 3194 http://gar.svn.sourceforge.net/gar/?rev=3194&view=rev Author: valholla Date: 2009-02-18 02:29:05 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sysvshm/ csw/mgar/pkg/php5_sysvshm/Makefile csw/mgar/pkg/php5_sysvshm/checksums csw/mgar/pkg/php5_sysvshm/files/ Property changes on: csw/mgar/pkg/php5_sysvshm ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-18 02:29:05 UTC (rev 3194) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvshm + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3195] csw/mgar/pkg Message-ID: Revision: 3195 http://gar.svn.sourceforge.net/gar/?rev=3195&view=rev Author: valholla Date: 2009-02-18 02:29:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_tidy/ csw/mgar/pkg/php5_tidy/Makefile csw/mgar/pkg/php5_tidy/checksums csw/mgar/pkg/php5_tidy/files/ Property changes on: csw/mgar/pkg/php5_tidy ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile (rev 0) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-18 02:29:14 UTC (rev 3195) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tidy + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3196] csw/mgar/pkg Message-ID: Revision: 3196 http://gar.svn.sourceforge.net/gar/?rev=3196&view=rev Author: valholla Date: 2009-02-18 02:29:21 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_tokenizer/ csw/mgar/pkg/php5_tokenizer/Makefile csw/mgar/pkg/php5_tokenizer/checksums csw/mgar/pkg/php5_tokenizer/files/ Property changes on: csw/mgar/pkg/php5_tokenizer ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/Makefile (rev 0) +++ csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-18 02:29:21 UTC (rev 3196) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tokenizer + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:29 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3197] csw/mgar/pkg Message-ID: Revision: 3197 http://gar.svn.sourceforge.net/gar/?rev=3197&view=rev Author: valholla Date: 2009-02-18 02:29:29 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xml/ csw/mgar/pkg/php5_xml/Makefile csw/mgar/pkg/php5_xml/checksums csw/mgar/pkg/php5_xml/files/ Property changes on: csw/mgar/pkg/php5_xml ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile (rev 0) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-18 02:29:29 UTC (rev 3197) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3198] csw/mgar/pkg Message-ID: Revision: 3198 http://gar.svn.sourceforge.net/gar/?rev=3198&view=rev Author: valholla Date: 2009-02-18 02:29:37 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xmlreader/ csw/mgar/pkg/php5_xmlreader/Makefile csw/mgar/pkg/php5_xmlreader/checksums csw/mgar/pkg/php5_xmlreader/files/ Property changes on: csw/mgar/pkg/php5_xmlreader ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-18 02:29:37 UTC (rev 3198) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlreader + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3199] csw/mgar/pkg Message-ID: Revision: 3199 http://gar.svn.sourceforge.net/gar/?rev=3199&view=rev Author: valholla Date: 2009-02-18 02:29:45 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xmlrpc/ csw/mgar/pkg/php5_xmlrpc/Makefile csw/mgar/pkg/php5_xmlrpc/checksums csw/mgar/pkg/php5_xmlrpc/files/ Property changes on: csw/mgar/pkg/php5_xmlrpc ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-18 02:29:45 UTC (rev 3199) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlrpc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3200] csw/mgar/pkg Message-ID: Revision: 3200 http://gar.svn.sourceforge.net/gar/?rev=3200&view=rev Author: valholla Date: 2009-02-18 02:29:53 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xmlwriter/ csw/mgar/pkg/php5_xmlwriter/Makefile csw/mgar/pkg/php5_xmlwriter/checksums csw/mgar/pkg/php5_xmlwriter/files/ Property changes on: csw/mgar/pkg/php5_xmlwriter ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-18 02:29:53 UTC (rev 3200) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlwriter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:30:01 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:30:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3201] csw/mgar/pkg Message-ID: Revision: 3201 http://gar.svn.sourceforge.net/gar/?rev=3201&view=rev Author: valholla Date: 2009-02-18 02:30:01 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_zlib/ csw/mgar/pkg/php5_zlib/Makefile csw/mgar/pkg/php5_zlib/checksums csw/mgar/pkg/php5_zlib/files/ Property changes on: csw/mgar/pkg/php5_zlib ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile (rev 0) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-18 02:30:01 UTC (rev 3201) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zlib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:30:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:30:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3202] csw/mgar/pkg/php5_mbstring Message-ID: Revision: 3202 http://gar.svn.sourceforge.net/gar/?rev=3202&view=rev Author: valholla Date: 2009-02-18 02:30:24 +0000 (Wed, 18 Feb 2009) Log Message: ----------- testing version Modified Paths: -------------- csw/mgar/pkg/php5_mbstring/Makefile csw/mgar/pkg/php5_mbstring/checksums Modified: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile 2009-02-18 02:30:01 UTC (rev 3201) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-18 02:30:24 UTC (rev 3202) @@ -1,14 +1,14 @@ -GARNAME = php5 +GARNAME = php GARVERSION = 5.2.6 CATEGORIES = lang PHP5EXT_NAME = mbstring -DESCRIPTION = mbstring Extention for PHP +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB - mbstring Extention for PHP + $(PHP5EXT_NAME) Extention for PHP endef -WORKSRC = $(WORKSRC)/ext/$(PHP5EXT_NAME) +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) PHP_PREFIX = $(prefix)/php5 @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5mbstring +PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5xdebug = php5_mbstring -SPKG_DESC_CSWphp5xdebug = mbstring Extention for PHP5 -REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -38,7 +38,12 @@ @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) -# There are no test scripts -TEST_SCRIPTS = +TEST_SCRIPTS = testme +test-testme: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + + include gar/category.mk Modified: csw/mgar/pkg/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5_mbstring/checksums 2009-02-18 02:30:01 UTC (rev 3201) +++ csw/mgar/pkg/php5_mbstring/checksums 2009-02-18 02:30:24 UTC (rev 3202) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:37:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:37:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3203] csw/mgar/pkg/php5_dbase/ Message-ID: Revision: 3203 http://gar.svn.sourceforge.net/gar/?rev=3203&view=rev Author: valholla Date: 2009-02-18 02:37:17 +0000 (Wed, 18 Feb 2009) Log Message: ----------- set gar v2 Property Changed: ---------------- csw/mgar/pkg/php5_dbase/ Property changes on: csw/mgar/pkg/php5_dbase ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:00:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:00:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3204] csw/mgar/pkg/php5_dbase/checksums Message-ID: Revision: 3204 http://gar.svn.sourceforge.net/gar/?rev=3204&view=rev Author: valholla Date: 2009-02-18 03:00:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- testing version Modified Paths: -------------- csw/mgar/pkg/php5_dbase/checksums Modified: csw/mgar/pkg/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5_dbase/checksums 2009-02-18 02:37:17 UTC (rev 3203) +++ csw/mgar/pkg/php5_dbase/checksums 2009-02-18 03:00:43 UTC (rev 3204) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:23:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:23:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3205] csw/mgar/pkg/php5_fbsql Message-ID: Revision: 3205 http://gar.svn.sourceforge.net/gar/?rev=3205&view=rev Author: valholla Date: 2009-02-18 03:23:52 +0000 (Wed, 18 Feb 2009) Log Message: ----------- not going to pkg right now Removed Paths: ------------- csw/mgar/pkg/php5_fbsql/Makefile csw/mgar/pkg/php5_fbsql/checksums csw/mgar/pkg/php5_fbsql/files/ Deleted: csw/mgar/pkg/php5_fbsql/Makefile =================================================================== --- csw/mgar/pkg/php5_fbsql/Makefile 2009-02-18 03:00:43 UTC (rev 3204) +++ csw/mgar/pkg/php5_fbsql/Makefile 2009-02-18 03:23:52 UTC (rev 3205) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = fbsql - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-modulated: - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:32:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:32:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3206] csw/mgar/pkg/php5_fdf/ Message-ID: Revision: 3206 http://gar.svn.sourceforge.net/gar/?rev=3206&view=rev Author: valholla Date: 2009-02-18 03:32:24 +0000 (Wed, 18 Feb 2009) Log Message: ----------- no fdf package Removed Paths: ------------- csw/mgar/pkg/php5_fdf/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:43:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:43:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3207] csw/mgar/pkg/php5_interbase/ Message-ID: Revision: 3207 http://gar.svn.sourceforge.net/gar/?rev=3207&view=rev Author: valholla Date: 2009-02-18 03:43:55 +0000 (Wed, 18 Feb 2009) Log Message: ----------- required dependencies not available Removed Paths: ------------- csw/mgar/pkg/php5_interbase/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:50:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:50:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3208] csw/mgar/pkg/php5_libxml/ Message-ID: Revision: 3208 http://gar.svn.sourceforge.net/gar/?rev=3208&view=rev Author: valholla Date: 2009-02-18 03:50:30 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php package Removed Paths: ------------- csw/mgar/pkg/php5_libxml/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:00:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:00:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3209] csw/mgar/pkg/php5_ming/ Message-ID: Revision: 3209 http://gar.svn.sourceforge.net/gar/?rev=3209&view=rev Author: valholla Date: 2009-02-18 04:00:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- experimental, not building Removed Paths: ------------- csw/mgar/pkg/php5_ming/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:09:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:09:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3210] csw/mgar/pkg/php5_pcre/ Message-ID: Revision: 3210 http://gar.svn.sourceforge.net/gar/?rev=3210&view=rev Author: valholla Date: 2009-02-18 04:09:44 +0000 (Wed, 18 Feb 2009) Log Message: ----------- included in base php install Removed Paths: ------------- csw/mgar/pkg/php5_pcre/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:14:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:14:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3211] csw/mgar/pkg/php5_pdo_dblib/ Message-ID: Revision: 3211 http://gar.svn.sourceforge.net/gar/?rev=3211&view=rev Author: valholla Date: 2009-02-18 04:14:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- no sybase to build against Removed Paths: ------------- csw/mgar/pkg/php5_pdo_dblib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:17:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:17:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3212] csw/mgar/pkg Message-ID: Revision: 3212 http://gar.svn.sourceforge.net/gar/?rev=3212&view=rev Author: valholla Date: 2009-02-18 04:17:35 +0000 (Wed, 18 Feb 2009) Log Message: ----------- no packages to build against Removed Paths: ------------- csw/mgar/pkg/php5_pdo/ csw/mgar/pkg/php5_pdo_firebird/ csw/mgar/pkg/php5_pdo_oci/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:37:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:37:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3213] csw/mgar/pkg/php5_skeleton/ Message-ID: Revision: 3213 http://gar.svn.sourceforge.net/gar/?rev=3213&view=rev Author: valholla Date: 2009-02-18 04:37:30 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php5 dist Removed Paths: ------------- csw/mgar/pkg/php5_skeleton/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:59:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:59:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3214] csw/mgar/pkg/php5_spl/ Message-ID: Revision: 3214 http://gar.svn.sourceforge.net/gar/?rev=3214&view=rev Author: valholla Date: 2009-02-18 04:59:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php install Removed Paths: ------------- csw/mgar/pkg/php5_spl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 13:25:50 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 12:25:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3215] csw/mgar/pkg/apache2/trunk Message-ID: Revision: 3215 http://gar.svn.sourceforge.net/gar/?rev=3215&view=rev Author: idogan23 Date: 2009-02-18 12:25:50 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2: changed prototype Modified Paths: -------------- csw/mgar/pkg/apache2/trunk/checksums csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype Modified: csw/mgar/pkg/apache2/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2/trunk/checksums 2009-02-18 04:59:14 UTC (rev 3214) +++ csw/mgar/pkg/apache2/trunk/checksums 2009-02-18 12:25:50 UTC (rev 3215) @@ -9,7 +9,7 @@ 523b1f316a67090dfc08fe7506cb1aa0 download/CSWapache2rt.checkinstall 4e2f813b608f759aec286eeb6267dcd4 download/CSWapache2c.gspec a5c969155aec617cdae566c6cef9ffb7 download/CSWapache2c.depend -6a10875b1ae3e33ea03e29c0c18b9e61 download/CSWapache2c.prototype +3285a1402de1315873637ec8a331a50f download/CSWapache2c.prototype e629a549294b2d91e8a0365c43d097cd download/CSWapache2c.postinstall 0dd379f20ceb32fc77bb3a9bf045097f download/CSWapache2c.space 5bc2d908f90108670ea72f09dce54d12 download/CSWap2prefork.gspec Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype 2009-02-18 04:59:14 UTC (rev 3214) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype 2009-02-18 12:25:50 UTC (rev 3215) @@ -153,11 +153,6 @@ f none /opt/csw/apache2/share/error/include/spacer.html 0644 root bin f none /opt/csw/apache2/share/error/include/top.html 0644 root bin d none /opt/csw/apache2/share/htdocs 0755 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb.gif 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb.png 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb22.gif 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb22.png 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb22_ani.gif 0644 root bin f none /opt/csw/apache2/share/htdocs/index.html.CSW 0644 root bin d none /opt/csw/apache2/share/icons 0755 root bin f none /opt/csw/apache2/share/icons/README 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 14:10:47 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 13:10:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3216] csw/mgar/pkg/apache2-worker/trunk/Makefile Message-ID: Revision: 3216 http://gar.svn.sourceforge.net/gar/?rev=3216&view=rev Author: idogan23 Date: 2009-02-18 13:10:47 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2-worker: updated to 2.2.11 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/Makefile Modified: csw/mgar/pkg/apache2-worker/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-18 12:25:50 UTC (rev 3215) +++ csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-18 13:10:47 UTC (rev 3216) @@ -1,5 +1,5 @@ GARNAME = httpd -GARVERSION = 2.2.10 +GARVERSION = 2.2.11 CATEGORIES = server DESCRIPTION = A high performance Unix-based HTTP server. @@ -8,7 +8,7 @@ best around in terms of functionality, efficiency, security and speed. endef -include ../apache2/files/config.mk +include ../../apache2/trunk/files/config.mk # Apache worker MPM CSWADMIN = depend prototype postinstall postremove space @@ -23,7 +23,7 @@ CONFIGURE_ARGS += --with-mpm=worker include gar/category.mk -include ../apache2/files/rules.mk +include ../../apache2/trunk/files/rules.mk post-install: rename-httpd 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 Feb 18 17:13:02 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 18 Feb 2009 16:13:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3217] csw/mgar/pkg/cvsps/trunk/Makefile Message-ID: Revision: 3217 http://gar.svn.sourceforge.net/gar/?rev=3217&view=rev Author: bdwalton Date: 2009-02-18 16:13:02 +0000 (Wed, 18 Feb 2009) Log Message: ----------- set PACKAGES = Modified Paths: -------------- csw/mgar/pkg/cvsps/trunk/Makefile Modified: csw/mgar/pkg/cvsps/trunk/Makefile =================================================================== --- csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-18 13:10:47 UTC (rev 3216) +++ csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-18 16:13:02 UTC (rev 3217) @@ -22,6 +22,8 @@ REQUIRED_PKGS = CSWzlib CSWcvs +PACKAGES = CSWcvsps + LICENSE = COPYING # We define upstream file regex so we can be notifed of new upstream software release 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 Feb 18 17:33:07 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 16:33:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3218] csw/mgar/pkg/apache2-worker/trunk/files Message-ID: Revision: 3218 http://gar.svn.sourceforge.net/gar/?rev=3218&view=rev Author: dmichelsen Date: 2009-02-18 16:33:07 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2-worker: Fixed symlinks which broke on mGAR conversion Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff Modified: csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/CSWapache2.killproc \ No newline at end of file +link ../../../apache2/trunk/files/./CSWapache2.killproc \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/apr-lfs.diff \ No newline at end of file +link ../../../apache2/trunk/files/./apr-lfs.diff \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/apr_atomic.c.diff \ No newline at end of file +link ../../../apache2/trunk/files/./apr_atomic.c.diff \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/apu-iconv.diff \ No newline at end of file +link ../../../apache2/trunk/files/./apu-iconv.diff \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/configure.apr.diff \ No newline at end of file +link ../../../apache2/trunk/files/./configure.apr.diff \ No newline at end of file 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 Feb 18 18:02:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:02:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3219] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3219 http://gar.svn.sourceforge.net/gar/?rev=3219&view=rev Author: dmichelsen Date: 2009-02-18 17:02:18 +0000 (Wed, 18 Feb 2009) Log Message: ----------- mGAR v2: Write pkginfo only for dynamic gspec files Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 16:33:07 UTC (rev 3218) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 17:02:18 UTC (rev 3219) @@ -24,7 +24,7 @@ # You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. # Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. # If no explicit gspec-files have been defined the default name for the package is CSW$(GARNAME). -# The whole processing is done from _SPKG_SPECS, which includes all packages to be build. +# The whole processing is done from _PKG_SPECS, which includes all packages to be build. ifeq ($(origin PACKAGES), undefined) SPKG_SPECS ?= $(if $(filter %.gspec,$(DISTFILES)),$(basename $(filter %.gspec,$(DISTFILES))),CSW$(GARNAME)) else @@ -97,7 +97,7 @@ SPKG_PACKAGER ?= Unknown SPKG_VENDOR ?= $(SPKG_SOURCEURL) packaged for CSW by $(SPKG_PACKAGER) SPKG_EMAIL ?= Unknown -#SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') +SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') SPKG_BASEDIR ?= $(prefix) SPKG_CLASSES ?= none SPKG_OSNAME ?= $(shell uname -s)$(shell uname -r) @@ -183,22 +183,26 @@ # PKGFILES_DOC selects files beloging to a documentation package PKGFILES_DOC = $(docdir)/.* -# _PKGFILES_EXCLUDE_ contains the files to be excluded from that package -$(foreach SPEC,$(_PKG_SPECS), \ - $(eval _PKGFILES_EXCLUDE_$(SPEC)=$(strip \ - $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ - $(PKGFILES_$(S)) \ - $(call licensedir,$(S))/.* \ - $(EXTRA_PKGFILES_EXCLUDED) \ - $(EXTRA_PKGFILES_EXCLUDED_$(SPEC)) \ - $(_EXTRA_PKGFILES_EXCLUDED) \ - ) \ - )) \ - $(eval _PKGFILES_INCLUDE_$(SPEC)=$(strip \ - $(call licensedir,$(SPEC))/.* \ - )) \ +# This function computes the files to be excluded from the package specified +# as argument +define _pkgfiles_exclude +$(strip + $(foreach S,$(filter-out $(1),$(_PKG_SPECS)), + $(PKGFILES_$(S)) + $(call licensedir,$(S))/.* + $(EXTRA_PKGFILES_EXCLUDED) + $(EXTRA_PKGFILES_EXCLUDED_$(1)) + $(_EXTRA_PKGFILES_EXCLUDED) + ) ) +endef +define _pkgfiles_include +$(strip + $(call licensedir,$(1))/.* +) +endef + # # Targets # @@ -222,15 +226,17 @@ $(_DBG)cswproto -r $(PKGROOT) $(PKGROOT)=/ >$@ .PRECIOUS: $(WORKDIR)/%.prototype $(WORKDIR)/%.prototype-$(GARCH) +$(WORKDIR)/%.prototype: _PKGFILES_EXCLUDE=$(call _pkgfiles_exclude,$*) +$(WORKDIR)/%.prototype: _PKGFILES_INCLUDE=$(call _pkgfiles_include,$*) $(WORKDIR)/%.prototype: | $(PROTOTYPE) $(_DBG)if [ -n "$(PKGFILES_$*_SHARED)" -o \ -n "$(PKGFILES_$*)" -o \ - -n "$(_PKGFILES_EXCLUDE_$*)" -o \ + -n "$(_PKGFILES_EXCLUDE)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE_$*)) \ + (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE)) \ $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ - $(foreach FILE,$(_PKGFILES_EXCLUDE_$*), -x '$(FILE)') \ + $(foreach FILE,$(_PKGFILES_EXCLUDE), -x '$(FILE)') \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ ) \ @@ -332,7 +338,9 @@ endef # XXX: It is possible that a package is flagged as /isaexec, even -# if the isaexec'ed files are in another package created from the Makefile +# if the isaexec'ed files are in another package created from the Makefile. +# There should be a warning issued if there is more than one package build and +# it has not explicitly been set. define mode64 $(shell echo $(if $(MODE64_$(1)),$(MODE64_$(1)), @@ -425,7 +433,8 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.pkginfo $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +# The dynamic pkginfo is only generated for dynamic gspec-files +package-%: $(WORKDIR)/%.gspec $(if $(filter %.gspec,$(DISTFILES)),,$(WORKDIR)/%.pkginfo) $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ 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 Feb 18 18:10:57 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:10:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3220] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3220 http://gar.svn.sourceforge.net/gar/?rev=3220&view=rev Author: dmichelsen Date: 2009-02-18 17:10:57 +0000 (Wed, 18 Feb 2009) Log Message: ----------- mGAR v2: Reorganize implicit package name Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 17:02:18 UTC (rev 3219) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 17:10:57 UTC (rev 3220) @@ -26,7 +26,8 @@ # If no explicit gspec-files have been defined the default name for the package is CSW$(GARNAME). # The whole processing is done from _PKG_SPECS, which includes all packages to be build. ifeq ($(origin PACKAGES), undefined) -SPKG_SPECS ?= $(if $(filter %.gspec,$(DISTFILES)),$(basename $(filter %.gspec,$(DISTFILES))),CSW$(GARNAME)) +PACKAGES = $(if $(filter %.gspec,$(DISTFILES)),,CSW$(GARNAME)) +SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES) else SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) endif 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 Feb 18 18:12:23 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:12:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3221] csw/mgar/pkg/sysstat/trunk Message-ID: Revision: 3221 http://gar.svn.sourceforge.net/gar/?rev=3221&view=rev Author: dmichelsen Date: 2009-02-18 17:12:22 +0000 (Wed, 18 Feb 2009) Log Message: ----------- sysstat: Update to 20090218 and dynamic gspec Modified Paths: -------------- csw/mgar/pkg/sysstat/trunk/Makefile csw/mgar/pkg/sysstat/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec Modified: csw/mgar/pkg/sysstat/trunk/Makefile =================================================================== --- csw/mgar/pkg/sysstat/trunk/Makefile 2009-02-18 17:10:57 UTC (rev 3220) +++ csw/mgar/pkg/sysstat/trunk/Makefile 2009-02-18 17:12:22 UTC (rev 3221) @@ -1,5 +1,5 @@ GARNAME = sysstat -GARVERSION = 20081207 +GARVERSION = 20090218 CATEGORIES = utils DESCRIPTION = Key system statistics at a glance @@ -18,7 +18,6 @@ MASTER_SITES = http://www.maier-komor.de/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -DISTFILES += $(call admfiles,CSWsysstat) REQUIRED_PKGS = CSWncurses Modified: csw/mgar/pkg/sysstat/trunk/checksums =================================================================== --- csw/mgar/pkg/sysstat/trunk/checksums 2009-02-18 17:10:57 UTC (rev 3220) +++ csw/mgar/pkg/sysstat/trunk/checksums 2009-02-18 17:12:22 UTC (rev 3221) @@ -1,6 +1,2 @@ -7d5d5489a19119121b4bd53b85a91886 download/sysstat-20081207.tgz -c2be614c9715a73b469173e9888f1826 download/CSWsysstat.gspec -e51f94d090618f19b854104291b10645 download/CSWsysstat.prototype-sparc -8c1dbc2e5fc16f16dbdfbe47b81e76f0 download/CSWsysstat.prototype-i386 -2ba417371d006cee9ad62bf67252b05b download/CSWsysstat.depend +cb48048e5b6eee430017ce8591a71d65 download/sysstat-20090218.tgz 7a7f0f67bb68484b56375d4a922fb63f download/patch-onlyisaexec-sysstatd.diff Deleted: csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec =================================================================== --- csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec 2009-02-18 17:10:57 UTC (rev 3220) +++ csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec 2009-02-18 17:12:22 UTC (rev 3221) @@ -1,4 +0,0 @@ -%var bitname sysstat -%var pkgname CSWsysstat -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 18:23:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:23:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3222] csw/mgar/pkg Message-ID: Revision: 3222 http://gar.svn.sourceforge.net/gar/?rev=3222&view=rev Author: valholla Date: 2009-02-18 17:23:47 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/re2c/ csw/mgar/pkg/re2c/Makefile csw/mgar/pkg/re2c/checksums csw/mgar/pkg/re2c/files/ Property changes on: csw/mgar/pkg/re2c ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/re2c/Makefile =================================================================== --- csw/mgar/pkg/re2c/Makefile (rev 0) +++ csw/mgar/pkg/re2c/Makefile 2009-02-18 17:23:47 UTC (rev 3222) @@ -0,0 +1,32 @@ +GARNAME = re2c +GARVERSION = 0.13.5 +CATEGORIES = utils + +DESCRIPTION = Utility for writing fast and flexible scanners. +define BLURB + re2c is a tool for writing very fast and very flexible scanners. + Unlike any other such tool, re2c focuses on generating high efficient + code for regular expression matching. As a result this allows a much + broader range of use than any traditional lexer offers. + And Last but not least re2c generates warning free code that is equal + to hand-written code in terms of size, speed and quality. +endef + +PACKAGES = CSWre2c + +MASTER_SITES = $(SF_MIRRORS) +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +DISTFILES = $(DISTNAME).tar.gz +CATALOGNAME_CSWre2c = re2c +SPKG_DESC_CSWre2c = $(DESCRIPTION) +REQUIRED_PKGS_CSWre2c = CSWgcc4corert CSWgcc4g++rt + +# Compiling with GNU based on upstream bug-id +# [ 2535084 ] re2c 0.13.5 not compile with Sun C +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Added: csw/mgar/pkg/re2c/checksums =================================================================== --- csw/mgar/pkg/re2c/checksums (rev 0) +++ csw/mgar/pkg/re2c/checksums 2009-02-18 17:23:47 UTC (rev 3222) @@ -0,0 +1 @@ +4a97d8f77ed6d2c76c8bd840a43f5633 download/re2c-0.13.5.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 Feb 18 18:52:56 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:52:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3223] csw/mgar/pkg/cswclassutils/trunk Message-ID: Revision: 3223 http://gar.svn.sourceforge.net/gar/?rev=3223&view=rev Author: bonivart Date: 2009-02-18 17:52:56 +0000 (Wed, 18 Feb 2009) Log Message: ----------- cswclassutils: added usergroup scripts Modified Paths: -------------- csw/mgar/pkg/cswclassutils/trunk/Makefile csw/mgar/pkg/cswclassutils/trunk/checksums csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype Added Paths: ----------- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/Makefile 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/Makefile 2009-02-18 17:52:56 UTC (rev 3223) @@ -1,5 +1,5 @@ GARNAME = cswclassutils -GARVERSION = 1.3 +GARVERSION = 1.4 CATEGORIES = utils DESCRIPTION = CSW class action utilities @@ -17,6 +17,8 @@ WORKSRC = $(WORKDIR) SPKG_SOURCEURL = http://www.opencsw.org +CASLIST = cswcpsampleconf cswpreserveconf cswinitsmf cswusergroup + install-custom: @echo " ==> Installing $(GARNAME) (custom)" @rm -rf $(DESTDIR) @@ -28,10 +30,5 @@ @cp $(FILEDIR)/CSW$(GARNAME).csw.smf.sample $(DESTDIR)/etc/opt/csw/init.d/csw.smf.sample @cp $(FILEDIR)/CSW$(GARNAME).README.CSW $(DESTDIR)$(docdir)/$(GARNAME)/README.CSW @cp $(FILEDIR)/CSW$(GARNAME).copyright $(DESTDIR)$(docdir)/$(GARNAME)/LICENSE - @cp $(FILEDIR)/CSW$(GARNAME).i.cswcpsampleconf $(DESTDIR)/usr/sadm/install/scripts/i.cswcpsampleconf - @cp $(FILEDIR)/CSW$(GARNAME).r.cswcpsampleconf $(DESTDIR)/usr/sadm/install/scripts/r.cswcpsampleconf - @cp $(FILEDIR)/CSW$(GARNAME).i.cswpreserveconf $(DESTDIR)/usr/sadm/install/scripts/i.cswpreserveconf - @cp $(FILEDIR)/CSW$(GARNAME).r.cswpreserveconf $(DESTDIR)/usr/sadm/install/scripts/r.cswpreserveconf - @cp $(FILEDIR)/CSW$(GARNAME).i.cswinitsmf $(DESTDIR)/usr/sadm/install/scripts/i.cswinitsmf - @cp $(FILEDIR)/CSW$(GARNAME).r.cswinitsmf $(DESTDIR)/usr/sadm/install/scripts/r.cswinitsmf + @$(foreach CAS,$(CASLIST),cp $(FILEDIR)/CSW$(GARNAME).i.$(CAS) $(DESTDIR)/usr/sadm/install/scripts/i.$(CAS);cp $(FILEDIR)/CSW$(GARNAME).r.$(CAS) $(DESTDIR)/usr/sadm/install/scripts/r.$(CAS);) @$(MAKECOOKIE) Modified: csw/mgar/pkg/cswclassutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/checksums 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/checksums 2009-02-18 17:52:56 UTC (rev 3223) @@ -1,2 +1,2 @@ 15e48f60e16862b94755b3205b666ab8 download/CSWcswclassutils.gspec -847abc46521d2e324518456d783f9235 download/CSWcswclassutils.prototype +4527cc9b2dc1458845b55edff5b381bb download/CSWcswclassutils.prototype Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW 2009-02-18 17:52:56 UTC (rev 3223) @@ -28,3 +28,11 @@ directory when a package is removed, and restores it on the next pkgadd. Read more in /usr/sadm/install/scripts/i.cswpreserveconf and r.cswpreserveconf. + +- cswusergroup + + This class creates users and/or groups needed for packages. It supports + users, groups, gcos, home directory and shell. You can also decide if you want + the home directories to be created and/or removed during install/remove. + +Read more on the wiki: http://wiki.opencsw.org/cswclassutils-package. Added: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup (rev 0) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup 2009-02-18 17:52:56 UTC (rev 3223) @@ -0,0 +1,86 @@ +#!/bin/sh +# +# i.cswusergroup - Class action script for creating users and groups +# +# Written by Peter Bonivart +# +# 2009-02-10 First release +# +# Documentation: http://wiki.opencsw.org/cswclassutils-package + +DEBUG= # clear to disable debug, set to anything to enable + +if [ "$DEBUG" ]; then + echo PACKAGE: $PKGINST +fi + +# Copy files +echo "Installing class ..." + +while read src dest; do + if [ "$DEBUG" ]; then + echo SRC: $src DEST: $dest + fi + + # Copy the conf-file + /usr/bin/cp $src $dest || exit 2 + + for i in `cat $dest | sed 's/ /_/g'`; do + user=`echo $i | awk -F':' '{print $1}'` + group=`echo $i | awk -F':' '{print $2}'` + gcos=`echo $i | awk -F':' '{print $3}'` + dir=`echo $i | awk -F':' '{print $4}'` + shell=`echo $i | awk -F':' '{print $5}'` + create=`echo $i | awk -F':' '{print $6}'` + if [ -n "$group" ]; then + /bin/getent group $group > /dev/null + if [ $? -ne 0 ]; then + /usr/sbin/groupadd $group > /dev/null + if [ $? -eq 0 ]; then + echo Group $group has been added + else + echo ERROR: Failed to add group $group + fi + else + echo Group $group already exists + fi + else + echo No group to create + fi + + if [ -n "$user" ]; then + /bin/getent passwd $user > /dev/null + if [ $? -ne 0 ]; then + if [ -n "$group" ]; then + group="-g $group" + fi + if [ -n "$gcos" ]; then + gcos="-c $gcos" + fi + if [ -n "$dir" ]; then + dir="-d $dir" + fi + if [ -n "$shell" ]; then + shell="-s $shell" + fi + if [ -n "$create" ]; then + create="-m" + fi + /usr/sbin/useradd $gcos $group $create $dir $shell $user > /dev/null + if [ $? -eq 0 ]; then + echo User $user has been added + else + echo ERROR: Failed to add user $user + fi + else + echo User $user already exists + fi + else + echo No user to create + fi + echo + done + +done + +exit 0 Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype 2009-02-18 17:52:56 UTC (rev 3223) @@ -7,6 +7,8 @@ d none /var/opt/csw/svc 0755 root bin d none /var/opt/csw/svc/manifest 0755 root bin d none /var/opt/csw/svc/method 0755 root bin +f none /usr/sadm/install/scripts/i.cswusergroup 0555 root sys +f none /usr/sadm/install/scripts/r.cswusergroup 0555 root sys f none /usr/sadm/install/scripts/i.cswinitsmf 0555 root sys f none /usr/sadm/install/scripts/r.cswinitsmf 0555 root sys f none /usr/sadm/install/scripts/i.cswcpsampleconf 0555 root sys Added: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup (rev 0) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup 2009-02-18 17:52:56 UTC (rev 3223) @@ -0,0 +1,84 @@ +#!/bin/sh +# +# r.cswusergroup - Class action script for removing users and groups +# +# Written by Peter Bonivart +# +# 2009-02-10 First release +# +# Documentation: http://wiki.opencsw.org/cswclassutils-package + +DEBUG= # clear to disable debug, set to anything to enable + +# Source csw.conf, if it exists +if [ -f $PKG_INSTALL_ROOT/opt/csw/etc/csw.conf ] ; then + . $PKG_INSTALL_ROOT/opt/csw/etc/csw.conf +fi +if [ -f $PKG_INSTALL_ROOT/etc/opt/csw/csw.conf ] ; then + . $PKG_INSTALL_ROOT/etc/opt/csw/csw.conf +fi + +if [ "$DEBUG" ]; then + echo PACKAGE: $PKGINST +fi + +# Copy files +echo "Removing class ..." + +while read dest; do + if [ "$DEBUG" ]; then + echo DEST: $dest + fi + + if [ "$usergroup_remove" = "yes" ]; then + for i in `cat $dest | sed 's/ /_/g'`; do + user=`echo $i | awk -F':' '{print $1}'` + group=`echo $i | awk -F':' '{print $2}'` + remove=`echo $i | awk -F':' '{print $7}'` + + if [ -n "$user" ]; then + /bin/getent passwd $user > /dev/null + if [ $? -eq 0 ]; then + if [ -n "$remove" ]; then + remove="-r" + fi + /usr/sbin/userdel $remove $user > /dev/null + if [ $? -eq 0 ]; then + echo User $user has been removed + else + echo ERROR: Failed to remove user $user + fi + else + echo User $user does not exist + fi + else + echo No user to remove + fi + + if [ -n "$group" ]; then + /bin/getent group $group > /dev/null + if [ $? -eq 0 ]; then + /usr/sbin/groupdel $group > /dev/null + if [ $? -eq 0 ]; then + echo Group $group has been removed + else + echo ERROR: Failed to remove group $group + fi + else + echo Group $group does not exist + fi + else + echo No group to remove + fi + echo + done + else + echo Not removing users/groups due to usergroup_remove not set to yes in csw.conf + fi + + # Remove conf-file + /usr/bin/rm -f $dest || exit 2 + +done + +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 20:01:14 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:01:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3224] csw/mgar/pkg/apache2/trunk/ Message-ID: Revision: 3224 http://gar.svn.sourceforge.net/gar/?rev=3224&view=rev Author: idogan23 Date: 2009-02-18 19:01:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2: changed to gar v2 Property Changed: ---------------- csw/mgar/pkg/apache2/trunk/ Property changes on: csw/mgar/pkg/apache2/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 20:06:00 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:06:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3225] csw/mgar/pkg/apache2-worker Message-ID: Revision: 3225 http://gar.svn.sourceforge.net/gar/?rev=3225&view=rev Author: idogan23 Date: 2009-02-18 19:06:00 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2-worker: changed to gar v2 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/apache2-worker/ Property changes on: csw/mgar/pkg/apache2-worker ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/apache2-worker/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-18 19:01:14 UTC (rev 3224) +++ csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-18 19:06:00 UTC (rev 3225) @@ -1,4 +1,4 @@ -f611aff3ddba114499e623a5259faa5c download/httpd-2.2.10.tar.gz +03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout b2ab257a1d86f3e5787e493eb58c503a download/CSWap2worker.gspec 260260d6a4d17b88d25658c38cae6875 download/CSWap2worker.depend This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:27:08 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:27:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3226] csw/mgar/pkg/ImageMagick/trunk/ Message-ID: Revision: 3226 http://gar.svn.sourceforge.net/gar/?rev=3226&view=rev Author: hson Date: 2009-02-18 19:27:08 +0000 (Wed, 18 Feb 2009) Log Message: ----------- imagemagick: Changed to gar v2 Property Changed: ---------------- csw/mgar/pkg/ImageMagick/trunk/ Property changes on: csw/mgar/pkg/ImageMagick/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:27:50 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:27:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3227] csw/mgar/pkg/openexr/trunk/ Message-ID: Revision: 3227 http://gar.svn.sourceforge.net/gar/?rev=3227&view=rev Author: hson Date: 2009-02-18 19:27:49 +0000 (Wed, 18 Feb 2009) Log Message: ----------- openexr: Changed to gar v2 Property Changed: ---------------- csw/mgar/pkg/openexr/trunk/ Property changes on: csw/mgar/pkg/openexr/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 20:38:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:38:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3228] csw/mgar/pkg/gd/trunk/ Message-ID: Revision: 3228 http://gar.svn.sourceforge.net/gar/?rev=3228&view=rev Author: valholla Date: 2009-02-18 19:38:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- update gd to gar v2 Property Changed: ---------------- csw/mgar/pkg/gd/trunk/ Property changes on: csw/mgar/pkg/gd/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 20:44:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:44:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3229] csw/mgar/pkg/php5_date/ Message-ID: Revision: 3229 http://gar.svn.sourceforge.net/gar/?rev=3229&view=rev Author: valholla Date: 2009-02-18 19:44:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php Removed Paths: ------------- csw/mgar/pkg/php5_date/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 20:47:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:47:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3230] csw/mgar/pkg/php5_reflection/ Message-ID: Revision: 3230 http://gar.svn.sourceforge.net/gar/?rev=3230&view=rev Author: valholla Date: 2009-02-18 19:47:12 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php Removed Paths: ------------- csw/mgar/pkg/php5_reflection/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:47:46 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:47:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3231] csw/mgar/pkg/exiftool/trunk Message-ID: Revision: 3231 http://gar.svn.sourceforge.net/gar/?rev=3231&view=rev Author: hson Date: 2009-02-18 19:47:46 +0000 (Wed, 18 Feb 2009) Log Message: ----------- exiftool: update to 7.69 Modified Paths: -------------- csw/mgar/pkg/exiftool/trunk/Makefile csw/mgar/pkg/exiftool/trunk/checksums Modified: csw/mgar/pkg/exiftool/trunk/Makefile =================================================================== --- csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-18 19:47:12 UTC (rev 3230) +++ csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-18 19:47:46 UTC (rev 3231) @@ -1,5 +1,5 @@ GARNAME = exiftool -GARVERSION = 7.62 +GARVERSION = 7.69 CATEGORIES = cpan DESCRIPTION = Read, Write and Edit Image File Meta Information @@ -15,6 +15,7 @@ DISTFILES = $(DISTNAME).tar.gz DISTFILES += $(call admfiles,CSWexiftool,) +REQUIRED_PKGS += CSWperl CSWpmcompresszlib # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/exiftool/trunk/checksums =================================================================== --- csw/mgar/pkg/exiftool/trunk/checksums 2009-02-18 19:47:12 UTC (rev 3230) +++ csw/mgar/pkg/exiftool/trunk/checksums 2009-02-18 19:47:46 UTC (rev 3231) @@ -1,2 +1,2 @@ -f95241fdcf8e9b71ef1114f1855b072f download/Image-ExifTool-7.62.tar.gz +a20279271732877dd967ed2caa697882 download/Image-ExifTool-7.69.tar.gz 13f9aae615a5de5e3c145b374950a75c download/CSWexiftool.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:48:34 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:48:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3232] csw/mgar/pkg Message-ID: Revision: 3232 http://gar.svn.sourceforge.net/gar/?rev=3232&view=rev Author: hson Date: 2009-02-18 19:48:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libexif: Initial commit Added Paths: ----------- csw/mgar/pkg/libexif/ csw/mgar/pkg/libexif/branches/ csw/mgar/pkg/libexif/tags/ csw/mgar/pkg/libexif/trunk/ csw/mgar/pkg/libexif/trunk/Makefile csw/mgar/pkg/libexif/trunk/checksums csw/mgar/pkg/libexif/trunk/files/ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec Property changes on: csw/mgar/pkg/libexif/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 19:48:34 UTC (rev 3232) @@ -0,0 +1,27 @@ +GARNAME = libexif +GARVERSION = 0.6.17 +CATEGORIES = lib + +DESCRIPTION = EXIF Tag Parsing Library +define BLURB + libexif is a library for parsing, editing, and saving EXIF data. It is + intended to replace lots of redundant implementations in command-line + utilities and programs with GUIs. +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += $(call admfiles,CSWlibexif,) + +REQUIRED_PKGS += CSWggettext CSWggettextrt + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Added: csw/mgar/pkg/libexif/trunk/checksums =================================================================== --- csw/mgar/pkg/libexif/trunk/checksums (rev 0) +++ csw/mgar/pkg/libexif/trunk/checksums 2009-02-18 19:48:34 UTC (rev 3232) @@ -0,0 +1,2 @@ +f7cf4e623a48c9a3b13f7f95f0a41015 download/libexif-0.6.17.tar.bz2 +93e79e6d0728dd8a1b8af299f132810c download/CSWlibexif.gspec Added: csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec =================================================================== --- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec (rev 0) +++ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-18 19:48:34 UTC (rev 3232) @@ -0,0 +1,4 @@ +%var bitname libexif +%var pkgname CSWlibexif +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:50:08 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:50:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3233] csw/mgar/pkg Message-ID: Revision: 3233 http://gar.svn.sourceforge.net/gar/?rev=3233&view=rev Author: hson Date: 2009-02-18 19:50:07 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libiptcdata: Initial commit Added Paths: ----------- csw/mgar/pkg/libiptcdata/ csw/mgar/pkg/libiptcdata/branches/ csw/mgar/pkg/libiptcdata/tags/ csw/mgar/pkg/libiptcdata/trunk/ csw/mgar/pkg/libiptcdata/trunk/Makefile csw/mgar/pkg/libiptcdata/trunk/checksums csw/mgar/pkg/libiptcdata/trunk/files/ csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch Property changes on: csw/mgar/pkg/libiptcdata/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,33 @@ +GARNAME = libiptcdata +GARVERSION = 1.0.2 +CATEGORIES = lib + +DESCRIPTION = IPTC Tag Parsing Library +define BLURB + libiptcdata is a library for manipulating the International Press + Telecommunications Council (IPTC) metadata stored within multimedia + files such as images. The library provides routines for parsing, + viewing, modifying, and saving this metadata. +endef + +MASTER_SITES += $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWlibiptcdata,) + +REQUIRED_PKGS = CSWggettext CSWggettextrt CSWiconv + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +# Patch submitted to upstream, pending new release +PATCHFILES = iptc-dataset.patch + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_SCRIPTS = + +include gar/category.mk Added: csw/mgar/pkg/libiptcdata/trunk/checksums =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/checksums (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/checksums 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,3 @@ +4ed81889846a5d9b750331f684651f89 download/libiptcdata-1.0.2.tar.gz +bf0eb61461a91469296b988fccbd8b07 download/CSWlibiptcdata.gspec +741fbca6ca1072a2b3a2a36eff702435 download/iptc-dataset.patch Added: csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,4 @@ +%var bitname libiptcdata +%var pkgname CSWlibiptcdata +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,11 @@ +--- libiptcdata-1.0.2.orig/libiptcdata/iptc-dataset.c 2005-08-29 04:27:41.000000000 +0200 ++++ libiptcdata-1.0.2/libiptcdata/iptc-dataset.c 2009-02-16 14:40:15.166650866 +0100 +@@ -589,7 +589,7 @@ + return; + + printf ("%sTag: %d:%d ('%s')\n", buf, e->record, e->tag, +- iptc_tag_get_name (e->record, e->tag)); ++ iptc_tag_get_name (e->record, e->tag) ? iptc_tag_get_name (e->record, e->tag) : "NULL"); + /* printf ("%s Format: %i ('%s')\n", buf, e->format, + iptc_format_get_name (e->format)); */ + printf ("%s Size: %i\n", buf, e->size); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:55:07 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:55:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3234] csw/mgar/pkg Message-ID: Revision: 3234 http://gar.svn.sourceforge.net/gar/?rev=3234&view=rev Author: hson Date: 2009-02-18 19:55:07 +0000 (Wed, 18 Feb 2009) Log Message: ----------- librsvg: Initial commit Added Paths: ----------- csw/mgar/pkg/librsvg/ csw/mgar/pkg/librsvg/branches/ csw/mgar/pkg/librsvg/tags/ csw/mgar/pkg/librsvg/trunk/ csw/mgar/pkg/librsvg/trunk/Makefile csw/mgar/pkg/librsvg/trunk/checksums csw/mgar/pkg/librsvg/trunk/files/ csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.i csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.s csw/mgar/pkg/librsvg/trunk/files/pdiff.patch csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch Property changes on: csw/mgar/pkg/librsvg/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile (rev 0) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,61 @@ +GARNAME = librsvg +GARVERSION = 2.22 +GARSUBREV = 3 +CATEGORIES = lib + +DESCRIPTION = Scalable Vector Graphics library +define BLURB + This is librsvg - A high performance SVG rendering library associated with the + Gnome Project. + + If you have questions or comments about librsvg, please send email to + librsvg-devel at lists.sourceforge.net. Any bugs should be reported to + http://bugzilla.gnome.org/ + + Also, more information on librsvg can be found at librsvg.sf.net +endef + +SPKG_VERSION= $(GARVERSION).$(GARSUBREV) + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(GARVERSION)/ +DISTFILES = $(GARNAME)-$(GARVERSION).$(GARSUBREV).tar.bz2 +DISTFILES += librsvg-2.so.2.15.90.i +DISTFILES += librsvg-2.so.2.15.90.s +DISTFILES += $(call admfiles,CSWlibrsvg,) + +DISTNAME = $(GARNAME)-$(GARVERSION).$(GARSUBREV) + +REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettext CSWggettextrt +REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk +REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf +REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWsunmath CSWzlib +REQUIRED_PKGS += CSWbonobo2 CSWgconf2 CSWgnomevfs2 CSWlibxrender CSWorbit2 + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +# Upstream develops on gcc only +PATCHFILES = pdiff.patch +PATCHFILES += perceptualdiff.patch +# Upstream have missed adding some required libs +PATCHFILES += test_makefiles.patch +# gtkdoc-rebase doesn't exist +PATCHFILES += doc_makefile.patch + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-shared=yes --enable-static=no + +TEST_TARGET = check + +include gar/category.mk + + +post-install-isa-sparcv8: + @cp $(FILEDIR)/librsvg-2.so.2.15.90.s $(INSTALLISADIR)/opt/csw/lib/librsvg-2.so.2.15.90 + +post-install-isa-i386: + @cp $(FILEDIR)/librsvg-2.so.2.15.90.i $(INSTALLISADIR)/opt/csw/lib/librsvg-2.so.2.15.90 Added: csw/mgar/pkg/librsvg/trunk/checksums =================================================================== --- csw/mgar/pkg/librsvg/trunk/checksums (rev 0) +++ csw/mgar/pkg/librsvg/trunk/checksums 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,8 @@ +c4ec4fdb2b1842e221ca39127e85682d download/librsvg-2.22.3.tar.bz2 +300ffe1b2413261b5ce5e451c8c7d0eb download/librsvg-2.so.2.15.90.i +5e90964c1f99f46100f71cdb3d549fcc download/librsvg-2.so.2.15.90.s +d2491b9b8f422321a88f0414f5e78196 download/CSWlibrsvg.gspec +5b0c0387946c3b7ca7feb913de436936 download/pdiff.patch +8a26f6d0d0cf1cfce1a1e0365c6624ce download/perceptualdiff.patch +803a5d10e3e9c9a561b397aade043024 download/test_makefiles.patch +5eddcc7be3ee182c94ee21691720c6aa download/doc_makefile.patch Added: csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,4 @@ +%var bitname librsvg +%var pkgname CSWlibrsvg +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/COPYING Added: csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,13 @@ +--- librsvg-2.22.3.orig/doc/Makefile.in 2008-09-23 02:54:51.000000000 +0200 ++++ librsvg-2.22.3/doc/Makefile.in 2009-02-16 14:43:59.506582432 +0100 +@@ -568,8 +568,8 @@ + @GTK_DOC_INSTALLED_TRUE@ done; \ + @GTK_DOC_INSTALLED_TRUE@ echo '-- Installing $(srcdir)/html/index.sgml' ; \ + @GTK_DOC_INSTALLED_TRUE@ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ +- at GTK_DOC_INSTALLED_TRUE@ which gtkdoc-rebase >/dev/null && \ +- at GTK_DOC_INSTALLED_TRUE@ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ ++ at GTK_DOC_INSTALLED_TRUE@ #which gtkdoc-rebase >/dev/null && \ ++ at GTK_DOC_INSTALLED_TRUE@ #gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ + @GTK_DOC_INSTALLED_TRUE@ fi + + @GTK_DOC_INSTALLED_TRUE at uninstall-local: Added: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/librsvg/trunk/files/pdiff.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/pdiff.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/pdiff.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,18 @@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/pdiff/pdiff.c librsvg-2.22.3/tests/pdiff/pdiff.c +--- librsvg-2.22.3.orig/tests/pdiff/pdiff.c 2008-09-23 02:37:57.000000000 +0200 ++++ librsvg-2.22.3/tests/pdiff/pdiff.c 2009-02-04 00:45:00.628206678 +0100 +@@ -22,12 +22,14 @@ + #include + #else + #include ++/* + typedef gint8 int8_t; + typedef guint8 uint8_t; + typedef gint16 int16_t; + typedef guint16 uint16_t; + typedef gint32 int32_t; + typedef guint32 uint32_t; ++*/ + #endif + + #include "lpyramid.h" Added: csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,18 @@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/pdiff/perceptualdiff.c librsvg-2.22.3/tests/pdiff/perceptualdiff.c +--- librsvg-2.22.3.orig/tests/pdiff/perceptualdiff.c 2008-09-23 02:37:57.000000000 +0200 ++++ librsvg-2.22.3/tests/pdiff/perceptualdiff.c 2009-02-04 00:45:09.487007307 +0100 +@@ -23,12 +23,14 @@ + #include + #else + #include ++/* + typedef gint8 int8_t; + typedef guint8 uint8_t; + typedef gint16 int16_t; + typedef guint16 uint16_t; + typedef gint32 int32_t; + typedef guint32 uint32_t; ++*/ + #endif + + #include Added: csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,24 @@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/pdiff/Makefile.in librsvg-2.22.3/tests/pdiff/Makefile.in +--- librsvg-2.22.3.orig/tests/pdiff/Makefile.in 2008-09-23 02:54:52.000000000 +0200 ++++ librsvg-2.22.3/tests/pdiff/Makefile.in 2009-02-16 03:35:29.779065807 +0100 +@@ -134,7 +134,7 @@ + LIBRSVG_MAJOR_VERSION = @LIBRSVG_MAJOR_VERSION@ + LIBRSVG_MICRO_VERSION = @LIBRSVG_MICRO_VERSION@ + LIBRSVG_MINOR_VERSION = @LIBRSVG_MINOR_VERSION@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lm + LIBTOOL = @LIBTOOL@ + LIBXML_REQUIRED = @LIBXML_REQUIRED@ + LN_S = @LN_S@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/Makefile.in librsvg-2.22.3/tests/Makefile.in +--- librsvg-2.22.3.orig/tests/Makefile.in 2008-09-23 02:54:52.000000000 +0200 ++++ librsvg-2.22.3/tests/Makefile.in 2009-02-16 03:35:18.338184863 +0100 +@@ -139,7 +139,7 @@ + LIBRSVG_MAJOR_VERSION = @LIBRSVG_MAJOR_VERSION@ + LIBRSVG_MICRO_VERSION = @LIBRSVG_MICRO_VERSION@ + LIBRSVG_MINOR_VERSION = @LIBRSVG_MINOR_VERSION@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lm + LIBTOOL = @LIBTOOL@ + LIBXML_REQUIRED = @LIBXML_REQUIRED@ + LN_S = @LN_S@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 21:18:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 20:18:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3235] csw/mgar/pkg/php5/trunk/ Message-ID: Revision: 3235 http://gar.svn.sourceforge.net/gar/?rev=3235&view=rev Author: valholla Date: 2009-02-18 20:18:49 +0000 (Wed, 18 Feb 2009) Log Message: ----------- update php5 to gar v2 Property Changed: ---------------- csw/mgar/pkg/php5/trunk/ Property changes on: csw/mgar/pkg/php5/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 21:45:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 20:45:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3236] csw/mgar/pkg/gd/trunk Message-ID: Revision: 3236 http://gar.svn.sourceforge.net/gar/?rev=3236&view=rev Author: valholla Date: 2009-02-18 20:45:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- update recipe to gar v2 dynamic prototypes and gspecs Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/gd/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype csw/mgar/pkg/gd/trunk/files/CSWgd.depend csw/mgar/pkg/gd/trunk/files/CSWgd.gspec csw/mgar/pkg/gd/trunk/files/CSWgd.prototype Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-18 20:45:14 UTC (rev 3236) @@ -10,12 +10,28 @@ MASTER_SITES = http://www.libgd.org/releases/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgd,depend prototype) -DISTFILES += $(call admfiles,CSWgd-devel,depend prototype) +PACKAGES = CSWgd CSWgd-devel +CATALOGNAME_CSWgd = gd +CATALOGNAME_CSWgd-devel = gd_devel +SPKG_DESC_CSWgd = $(DESCRIPTION) +SPKG_DESC_CSWgd-devel = Development headers and libraries for gd + +REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv +REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib +REQUIRED_PKGS_CSWgd-devel = CSWgd +PKGFILES_CSWgd-devel = $( PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) +CONFIGURE_ARGS += --with-png=$(prefix) +CONFIGURE_ARGS += --with-freetype=$(prefix) +CONFIGURE_ARGS += --with-fontconfig=$(prefix) +CONFIGURE_ARGS += --with-jpeg=$(prefix) +CONFIGURE_ARGS += --with-xpm=$(prefix) + include gar/category.mk Modified: csw/mgar/pkg/gd/trunk/checksums =================================================================== --- csw/mgar/pkg/gd/trunk/checksums 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/checksums 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,7 +1,7 @@ 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c download/gd-2.0.35.tar.bz2 b398d4a1d63d198efefe8981bc593d25 download/CSWgd.gspec -d01ff1c7d0c6f1ba95c9718b2580cbe7 download/CSWgd.depend -41df199af5b267a7ff8bdaced602f1c7 download/CSWgd.prototype +a27c2f9d196328f8313c7d8dbf09482a download/CSWgd.depend +9e7a372172740b1b6402b6495118e70c download/CSWgd.prototype 18ce4fa639cadcc52e1499a9462de12f download/CSWgd-devel.gspec -d1727c29aa33e9e1db68edbf271c5fe5 download/CSWgd-devel.depend -f388760d34d611a61cc01f682f24bfb6 download/CSWgd-devel.prototype +748ddb41e5984e34b92ef1d77f544f71 download/CSWgd-devel.depend +b195cab77f83d8aea3f6615159614af4 download/CSWgd-devel.prototype Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend 2009-02-18 20:45:14 UTC (rev 3236) @@ -1 +0,0 @@ -P CSWgd gd - libgd, Graphics creation library and utilities Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,4 +0,0 @@ -%var bitname gd_devel -%var pkgname CSWgd-devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,16 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/gdlib-config 0755 root bin -d none /opt/csw/include 0755 root bin -f none /opt/csw/include/entities.h 0644 root bin -f none /opt/csw/include/gd.h 0644 root bin -f none /opt/csw/include/gd_io.h 0644 root bin -f none /opt/csw/include/gdcache.h 0644 root bin -f none /opt/csw/include/gdfontg.h 0644 root bin -f none /opt/csw/include/gdfontl.h 0644 root bin -f none /opt/csw/include/gdfontmb.h 0644 root bin -f none /opt/csw/include/gdfonts.h 0644 root bin -f none /opt/csw/include/gdfontt.h 0644 root bin -f none /opt/csw/include/gdfx.h 0644 root bin -d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libgd.a 0644 root bin -f none /opt/csw/lib/libgd.la 0755 root bin Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd.depend =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd.depend 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd.depend 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,8 +0,0 @@ -P CSWexpat expat - XML Parser Toolkit -P CSWfconfig fontconfig - A library for configuring and customizing font access. -P CSWftype2 freetype2 - The free and portable high quality font engine -P CSWiconv libiconv - GNU iconv library -P CSWjpeg jpeg - JPEG library and tools by the Independent JPEG Group -P CSWpng png - library for Portable Network Graphics format (PNG) -P CSWxpm xpm - library for X11 PixMap format (libXpm.so.4.11) -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd.gspec =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd.gspec 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd.gspec 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,4 +0,0 @@ -%var bitname gd -%var pkgname CSWgd -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd.prototype =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd.prototype 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd.prototype 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,17 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/annotate 0755 root bin -f none /opt/csw/bin/bdftogd 0755 root bin -f none /opt/csw/bin/gd2copypal 0755 root bin -f none /opt/csw/bin/gd2togif 0755 root bin -f none /opt/csw/bin/gd2topng 0755 root bin -f none /opt/csw/bin/gdcmpgif 0755 root bin -f none /opt/csw/bin/gdparttopng 0755 root bin -f none /opt/csw/bin/gdtopng 0755 root bin -f none /opt/csw/bin/giftogd2 0755 root bin -f none /opt/csw/bin/pngtogd 0755 root bin -f none /opt/csw/bin/pngtogd2 0755 root bin -f none /opt/csw/bin/webpng 0755 root bin -d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libgd.so.2.0.0 0755 root bin -s none /opt/csw/lib/libgd.so.2=libgd.so.2.0.0 -s none /opt/csw/lib/libgd.so=libgd.so.2.0.0 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 Feb 18 22:07:19 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 18 Feb 2009 21:07:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3237] csw/mgar/pkg/openjade/trunk Message-ID: Revision: 3237 http://gar.svn.sourceforge.net/gar/?rev=3237&view=rev Author: bdwalton Date: 2009-02-18 21:07:19 +0000 (Wed, 18 Feb 2009) Log Message: ----------- - Remove gspec (converted to dynamic gspec/pkginfo/etc) - Remove version strings from paths (adm scrtips modified to reflect) Modified Paths: -------------- csw/mgar/pkg/openjade/trunk/Makefile csw/mgar/pkg/openjade/trunk/checksums csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove Removed Paths: ------------- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec Modified: csw/mgar/pkg/openjade/trunk/Makefile =================================================================== --- csw/mgar/pkg/openjade/trunk/Makefile 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/Makefile 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,6 +1,5 @@ GARNAME = openjade GARVERSION = 1.3.2 -PATCHLEVEL = 27 CATEGORIES = apps PREREQUISITE_PKGS = CSWopensp @@ -8,19 +7,22 @@ REQUIRED_PKGS += CSWggettextrt CSWiconv CSWopensp CSWsgmlcommon REQUIRED_PKGS += CSWxmlcommon +PACKAGES = CSWopenjade +LICENSE = COPYING + DESCRIPTION = A DSSSL implementation. define BLURB - OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL - (Document Style Semantics and Specification Language). OpenJade is - based on James Clark's Jade implementation of DSSSL. OpenJade is a - command-line application and a set of components. The DSSSL engine - inputs an SGML or XML document and can output a variety of formats: - XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. +OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL +(Document Style Semantics and Specification Language). OpenJade is +based on James Clark's Jade implementation of DSSSL. OpenJade is a +command-line application and a set of components. The DSSSL engine +inputs an SGML or XML document and can output a variety of formats: +XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. endef MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWopenjade,postinstall preremove) +DISTFILES += CSWopenjade.postinstall CSWopenjade.preremove PATCHFILES = openjade-1.3.1-nsl.patch @@ -31,7 +33,7 @@ GARCOMPILER = GCC3 CONFIGURE_ARGS = $(DIRPATHS) --disable-static -CONFIGURE_ARGS += --datadir=$(datadir)/sgml/$(GARNAME)-$(GARVERSION) +CONFIGURE_ARGS += --datadir=$(datadir)/sgml/$(GARNAME) CONFIGURE_ARGS += --enable-splibdir=$(libdir) TEST_SCRIPTS = @@ -43,7 +45,7 @@ #squish the pesky post strip la files... MERGE_EXCLUDE_DEFAULT += $(libdir)/.*\.la\~ -sgmldir = $(DESTDIR)/$(datadir)/sgml/$(GARNAME)-$(GARVERSION) +sgmldir = $(DESTDIR)/$(datadir)/sgml/$(GARNAME) sgmldoc = $(DESTDIR)/$(docdir)/$(GARNAME) INSTALL = /opt/csw/bin/ginstall -c INSTALL_DATA = $(INSTALL) -m 0644 @@ -59,9 +61,7 @@ $(INSTALL_DATA) dsssl/style-sheet.dtd $(sgmldir); \ $(INSTALL_DIR) $(DESTDIR)/$(sysconfdir)/sgml; \ cd $(DESTDIR)/$(sysconfdir)/sgml; \ - touch $(GARNAME)-$(GARVERSION)-$(PATCHLEVEL).soc; \ - ln -s $(GARNAME)-$(GARVERSION)-$(PATCHLEVEL).soc $(GARNAME).soc; \ - ) + touch $(GARNAME).soc) @echo Installing docs. @( cd $(WORKSRC); \ $(INSTALL_DIR) $(sgmldoc); \ Modified: csw/mgar/pkg/openjade/trunk/checksums =================================================================== --- csw/mgar/pkg/openjade/trunk/checksums 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/checksums 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,5 +1,4 @@ 7df692e3186109cc00db6825b777201e download/openjade-1.3.2.tar.gz -12f647d82faad16570aa84667ca9ed61 download/CSWopenjade.gspec -a31c09c1e08da2712e87446762d9fcdc download/CSWopenjade.postinstall -b35aca62389881efb0c0ebb296d9ae14 download/CSWopenjade.preremove +6667b082aba6cb3ca4979da01af4f4e7 download/CSWopenjade.postinstall +6b1a129259142b0a41a39e984e7a4e43 download/CSWopenjade.preremove ca3a0ff43d8ed182f432d723927cd2e9 download/openjade-1.3.1-nsl.patch Deleted: csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec =================================================================== --- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,4 +0,0 @@ -%var bitname openjade -%var pkgname CSWopenjade -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Modified: csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall =================================================================== --- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,7 +1,7 @@ #!/bin/sh -CONFCAT=/opt/csw/etc/sgml/openjade-1.3.2-27.soc -CATALOG=/opt/csw/share/sgml/openjade-1.3.2/catalog +CONFCAT=/opt/csw/etc/sgml/openjade.soc +CATALOG=/opt/csw/share/sgml/openjade/catalog insterror() { Modified: csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove =================================================================== --- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,7 +1,7 @@ #!/bin/sh -CONFCAT=/opt/csw/etc/sgml/openjade-1.3.2-27.soc -CATALOG=/opt/csw/share/sgml/openjade-1.3.2/catalog +CONFCAT=/opt/csw/etc/sgml/openjade.soc +CATALOG=/opt/csw/share/sgml/openjade/catalog insterror() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 23:41:18 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 22:41:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3238] csw/mgar/pkg/libexif/trunk/Makefile Message-ID: Revision: 3238 http://gar.svn.sourceforge.net/gar/?rev=3238&view=rev Author: hson Date: 2009-02-18 22:41:17 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libexif: removed unnecessary dependency Modified Paths: -------------- csw/mgar/pkg/libexif/trunk/Makefile Modified: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 21:07:19 UTC (rev 3237) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 22:41:17 UTC (rev 3238) @@ -13,7 +13,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 DISTFILES += $(call admfiles,CSWlibexif,) -REQUIRED_PKGS += CSWggettext CSWggettextrt +REQUIRED_PKGS += CSWggettextrt # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 23:42:52 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 22:42:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3239] csw/mgar/pkg/libiptcdata/trunk/Makefile Message-ID: Revision: 3239 http://gar.svn.sourceforge.net/gar/?rev=3239&view=rev Author: hson Date: 2009-02-18 22:42:50 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libiptcdata: removed unnecessary dependency Modified Paths: -------------- csw/mgar/pkg/libiptcdata/trunk/Makefile Modified: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-18 22:41:17 UTC (rev 3238) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-18 22:42:50 UTC (rev 3239) @@ -14,7 +14,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWlibiptcdata,) -REQUIRED_PKGS = CSWggettext CSWggettextrt CSWiconv +REQUIRED_PKGS = CSWggettextrt CSWiconv # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Thu Feb 19 00:11:14 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 23:11:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3240] csw/mgar/pkg/librsvg/trunk/Makefile Message-ID: Revision: 3240 http://gar.svn.sourceforge.net/gar/?rev=3240&view=rev Author: hson Date: 2009-02-18 23:11:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- librsvg: removed unnecessary dependency Modified Paths: -------------- csw/mgar/pkg/librsvg/trunk/Makefile Modified: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-18 22:42:50 UTC (rev 3239) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-18 23:11:14 UTC (rev 3240) @@ -25,7 +25,7 @@ DISTNAME = $(GARNAME)-$(GARVERSION).$(GARSUBREV) -REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettext CSWggettextrt +REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettextrt REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWsunmath CSWzlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:53:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:53:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3241] csw/mgar/pkg/gd/trunk/Makefile Message-ID: Revision: 3241 http://gar.svn.sourceforge.net/gar/?rev=3241&view=rev Author: valholla Date: 2009-02-19 01:53:04 +0000 (Thu, 19 Feb 2009) Log Message: ----------- Add CSWsunmath as dependency and -lsunmath to linker Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-18 23:11:14 UTC (rev 3240) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-19 01:53:04 UTC (rev 3241) @@ -18,13 +18,16 @@ SPKG_DESC_CSWgd-devel = Development headers and libraries for gd REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv -REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib +REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib CSWsunmath REQUIRED_PKGS_CSWgd-devel = CSWgd PKGFILES_CSWgd-devel = $( PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +## fix link bug for php_gd undefined symbols +EXTRA_LINKER_FLAGS += -lsunmath + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) CONFIGURE_ARGS += --with-png=$(prefix) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3242] csw/mgar/pkg/php5_bcmath/checksums Message-ID: Revision: 3242 http://gar.svn.sourceforge.net/gar/?rev=3242&view=rev Author: valholla Date: 2009-02-19 01:57:32 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_bcmath/checksums Modified: csw/mgar/pkg/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5_bcmath/checksums 2009-02-19 01:53:04 UTC (rev 3241) +++ csw/mgar/pkg/php5_bcmath/checksums 2009-02-19 01:57:32 UTC (rev 3242) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3243] csw/mgar/pkg/php5_calendar/checksums Message-ID: Revision: 3243 http://gar.svn.sourceforge.net/gar/?rev=3243&view=rev Author: valholla Date: 2009-02-19 01:57:40 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_calendar/checksums Modified: csw/mgar/pkg/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5_calendar/checksums 2009-02-19 01:57:32 UTC (rev 3242) +++ csw/mgar/pkg/php5_calendar/checksums 2009-02-19 01:57:40 UTC (rev 3243) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3244] csw/mgar/pkg/php5_dom Message-ID: Revision: 3244 http://gar.svn.sourceforge.net/gar/?rev=3244&view=rev Author: valholla Date: 2009-02-19 01:57:48 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_dom/Makefile csw/mgar/pkg/php5_dom/checksums Modified: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile 2009-02-19 01:57:40 UTC (rev 3243) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-19 01:57:48 UTC (rev 3244) @@ -29,10 +29,12 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5_dom/checksums 2009-02-19 01:57:40 UTC (rev 3243) +++ csw/mgar/pkg/php5_dom/checksums 2009-02-19 01:57:48 UTC (rev 3244) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:56 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3245] csw/mgar/pkg/php5_exif Message-ID: Revision: 3245 http://gar.svn.sourceforge.net/gar/?rev=3245&view=rev Author: valholla Date: 2009-02-19 01:57:56 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_exif/Makefile csw/mgar/pkg/php5_exif/checksums Modified: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile 2009-02-19 01:57:48 UTC (rev 3244) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-19 01:57:56 UTC (rev 3245) @@ -30,6 +30,7 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +PATCHFILES = exif.diff CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -47,3 +48,5 @@ $(DONADA) include gar/category.mk +CPPFLAGS="-I../ext/mbstring" +export CPPFLAGS Modified: csw/mgar/pkg/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5_exif/checksums 2009-02-19 01:57:48 UTC (rev 3244) +++ csw/mgar/pkg/php5_exif/checksums 2009-02-19 01:57:56 UTC (rev 3245) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +7a13dffa630de58490b8841a6b7d84b9 download/exif.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3246] csw/mgar/pkg/php5_filter/checksums Message-ID: Revision: 3246 http://gar.svn.sourceforge.net/gar/?rev=3246&view=rev Author: valholla Date: 2009-02-19 01:58:02 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_filter/checksums Modified: csw/mgar/pkg/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5_filter/checksums 2009-02-19 01:57:56 UTC (rev 3245) +++ csw/mgar/pkg/php5_filter/checksums 2009-02-19 01:58:02 UTC (rev 3246) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3247] csw/mgar/pkg/php5_hash/checksums Message-ID: Revision: 3247 http://gar.svn.sourceforge.net/gar/?rev=3247&view=rev Author: valholla Date: 2009-02-19 01:58:08 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_hash/checksums Modified: csw/mgar/pkg/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5_hash/checksums 2009-02-19 01:58:02 UTC (rev 3246) +++ csw/mgar/pkg/php5_hash/checksums 2009-02-19 01:58:08 UTC (rev 3247) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3248] csw/mgar/pkg/php5_iconv Message-ID: Revision: 3248 http://gar.svn.sourceforge.net/gar/?rev=3248&view=rev Author: valholla Date: 2009-02-19 01:58:14 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_iconv/Makefile csw/mgar/pkg/php5_iconv/checksums Modified: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile 2009-02-19 01:58:08 UTC (rev 3247) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-19 01:58:14 UTC (rev 3248) @@ -27,6 +27,8 @@ DISTFILES = $(DISTNAME).tar.bz2 +EXTRA_LINKER_FLAGS = -liconv -lrt -lintl + CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 Modified: csw/mgar/pkg/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5_iconv/checksums 2009-02-19 01:58:08 UTC (rev 3247) +++ csw/mgar/pkg/php5_iconv/checksums 2009-02-19 01:58:14 UTC (rev 3248) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3249] csw/mgar/pkg/php5_json/checksums Message-ID: Revision: 3249 http://gar.svn.sourceforge.net/gar/?rev=3249&view=rev Author: valholla Date: 2009-02-19 01:58:20 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_json/checksums Modified: csw/mgar/pkg/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5_json/checksums 2009-02-19 01:58:14 UTC (rev 3248) +++ csw/mgar/pkg/php5_json/checksums 2009-02-19 01:58:20 UTC (rev 3249) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3251] csw/mgar/pkg/php5_ncurses Message-ID: Revision: 3251 http://gar.svn.sourceforge.net/gar/?rev=3251&view=rev Author: valholla Date: 2009-02-19 01:58:34 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_ncurses/Makefile csw/mgar/pkg/php5_ncurses/checksums Modified: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile 2009-02-19 01:58:27 UTC (rev 3250) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-19 01:58:34 UTC (rev 3251) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-ncurses=/opt/csw post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5_ncurses/checksums 2009-02-19 01:58:27 UTC (rev 3250) +++ csw/mgar/pkg/php5_ncurses/checksums 2009-02-19 01:58:34 UTC (rev 3251) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3252] csw/mgar/pkg/php5_pcntl/checksums Message-ID: Revision: 3252 http://gar.svn.sourceforge.net/gar/?rev=3252&view=rev Author: valholla Date: 2009-02-19 01:58:40 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_pcntl/checksums Modified: csw/mgar/pkg/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5_pcntl/checksums 2009-02-19 01:58:34 UTC (rev 3251) +++ csw/mgar/pkg/php5_pcntl/checksums 2009-02-19 01:58:40 UTC (rev 3252) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3250] csw/mgar/pkg/php5_mime_magic Message-ID: Revision: 3250 http://gar.svn.sourceforge.net/gar/?rev=3250&view=rev Author: valholla Date: 2009-02-19 01:58:27 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_mime_magic/Makefile csw/mgar/pkg/php5_mime_magic/checksums Modified: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-19 01:58:20 UTC (rev 3249) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-19 01:58:27 UTC (rev 3250) @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5$(PHP5EXT_NAME) +PACKAGES = CSWphp5mimemagic MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config Modified: csw/mgar/pkg/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5_mime_magic/checksums 2009-02-19 01:58:20 UTC (rev 3249) +++ csw/mgar/pkg/php5_mime_magic/checksums 2009-02-19 01:58:27 UTC (rev 3250) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:46 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3253] csw/mgar/pkg/php5_posix/checksums Message-ID: Revision: 3253 http://gar.svn.sourceforge.net/gar/?rev=3253&view=rev Author: valholla Date: 2009-02-19 01:58:46 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_posix/checksums Modified: csw/mgar/pkg/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5_posix/checksums 2009-02-19 01:58:40 UTC (rev 3252) +++ csw/mgar/pkg/php5_posix/checksums 2009-02-19 01:58:46 UTC (rev 3253) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3254] csw/mgar/pkg/php5_recode Message-ID: Revision: 3254 http://gar.svn.sourceforge.net/gar/?rev=3254&view=rev Author: valholla Date: 2009-02-19 01:58:53 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_recode/Makefile csw/mgar/pkg/php5_recode/checksums Modified: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile 2009-02-19 01:58:46 UTC (rev 3253) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-19 01:58:53 UTC (rev 3254) @@ -33,6 +33,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-recode=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5_recode/checksums 2009-02-19 01:58:46 UTC (rev 3253) +++ csw/mgar/pkg/php5_recode/checksums 2009-02-19 01:58:53 UTC (rev 3254) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:00 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3255] csw/mgar/pkg/php5_shmop/checksums Message-ID: Revision: 3255 http://gar.svn.sourceforge.net/gar/?rev=3255&view=rev Author: valholla Date: 2009-02-19 01:59:00 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_shmop/checksums Modified: csw/mgar/pkg/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5_shmop/checksums 2009-02-19 01:58:53 UTC (rev 3254) +++ csw/mgar/pkg/php5_shmop/checksums 2009-02-19 01:59:00 UTC (rev 3255) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3257] csw/mgar/pkg/php5_soap Message-ID: Revision: 3257 http://gar.svn.sourceforge.net/gar/?rev=3257&view=rev Author: valholla Date: 2009-02-19 01:59:13 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_soap/Makefile csw/mgar/pkg/php5_soap/checksums Modified: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile 2009-02-19 01:59:06 UTC (rev 3256) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-19 01:59:13 UTC (rev 3257) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5_soap/checksums 2009-02-19 01:59:06 UTC (rev 3256) +++ csw/mgar/pkg/php5_soap/checksums 2009-02-19 01:59:13 UTC (rev 3257) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3258] csw/mgar/pkg/php5_sockets/checksums Message-ID: Revision: 3258 http://gar.svn.sourceforge.net/gar/?rev=3258&view=rev Author: valholla Date: 2009-02-19 01:59:20 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sockets/checksums Modified: csw/mgar/pkg/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5_sockets/checksums 2009-02-19 01:59:13 UTC (rev 3257) +++ csw/mgar/pkg/php5_sockets/checksums 2009-02-19 01:59:20 UTC (rev 3258) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3256] csw/mgar/pkg/php5_simplexml Message-ID: Revision: 3256 http://gar.svn.sourceforge.net/gar/?rev=3256&view=rev Author: valholla Date: 2009-02-19 01:59:06 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_simplexml/Makefile csw/mgar/pkg/php5_simplexml/checksums Modified: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile 2009-02-19 01:59:00 UTC (rev 3255) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-19 01:59:06 UTC (rev 3256) @@ -20,6 +20,7 @@ PACKAGES = CSWphp5$(PHP5EXT_NAME) +PATCHFILES = simplexml.diff MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -29,10 +30,12 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5_simplexml/checksums 2009-02-19 01:59:00 UTC (rev 3255) +++ csw/mgar/pkg/php5_simplexml/checksums 2009-02-19 01:59:06 UTC (rev 3256) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3259] csw/mgar/pkg/php5_sqlite/checksums Message-ID: Revision: 3259 http://gar.svn.sourceforge.net/gar/?rev=3259&view=rev Author: valholla Date: 2009-02-19 01:59:26 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sqlite/checksums Modified: csw/mgar/pkg/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5_sqlite/checksums 2009-02-19 01:59:20 UTC (rev 3258) +++ csw/mgar/pkg/php5_sqlite/checksums 2009-02-19 01:59:26 UTC (rev 3259) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3262] csw/mgar/pkg/php5_sysvshm/checksums Message-ID: Revision: 3262 http://gar.svn.sourceforge.net/gar/?rev=3262&view=rev Author: valholla Date: 2009-02-19 01:59:46 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sysvshm/checksums Modified: csw/mgar/pkg/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5_sysvshm/checksums 2009-02-19 01:59:41 UTC (rev 3261) +++ csw/mgar/pkg/php5_sysvshm/checksums 2009-02-19 01:59:46 UTC (rev 3262) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3260] csw/mgar/pkg/php5_sysvmsg/checksums Message-ID: Revision: 3260 http://gar.svn.sourceforge.net/gar/?rev=3260&view=rev Author: valholla Date: 2009-02-19 01:59:34 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sysvmsg/checksums Modified: csw/mgar/pkg/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-19 01:59:26 UTC (rev 3259) +++ csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-19 01:59:34 UTC (rev 3260) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:41 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3261] csw/mgar/pkg/php5_sysvsem/checksums Message-ID: Revision: 3261 http://gar.svn.sourceforge.net/gar/?rev=3261&view=rev Author: valholla Date: 2009-02-19 01:59:41 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sysvsem/checksums Modified: csw/mgar/pkg/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5_sysvsem/checksums 2009-02-19 01:59:34 UTC (rev 3260) +++ csw/mgar/pkg/php5_sysvsem/checksums 2009-02-19 01:59:41 UTC (rev 3261) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:54 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3263] csw/mgar/pkg/php5_tidy Message-ID: Revision: 3263 http://gar.svn.sourceforge.net/gar/?rev=3263&view=rev Author: valholla Date: 2009-02-19 01:59:53 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_tidy/Makefile csw/mgar/pkg/php5_tidy/checksums Modified: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile 2009-02-19 01:59:46 UTC (rev 3262) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-19 01:59:53 UTC (rev 3263) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-tidy=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5_tidy/checksums 2009-02-19 01:59:46 UTC (rev 3262) +++ csw/mgar/pkg/php5_tidy/checksums 2009-02-19 01:59:53 UTC (rev 3263) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:00 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3264] csw/mgar/pkg/php5_tokenizer/checksums Message-ID: Revision: 3264 http://gar.svn.sourceforge.net/gar/?rev=3264&view=rev Author: valholla Date: 2009-02-19 02:00:00 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_tokenizer/checksums Modified: csw/mgar/pkg/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5_tokenizer/checksums 2009-02-19 01:59:53 UTC (rev 3263) +++ csw/mgar/pkg/php5_tokenizer/checksums 2009-02-19 02:00:00 UTC (rev 3264) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3265] csw/mgar/pkg/php5_xml Message-ID: Revision: 3265 http://gar.svn.sourceforge.net/gar/?rev=3265&view=rev Author: valholla Date: 2009-02-19 02:00:09 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xml/Makefile csw/mgar/pkg/php5_xml/checksums Modified: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile 2009-02-19 02:00:00 UTC (rev 3264) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-19 02:00:09 UTC (rev 3265) @@ -29,11 +29,14 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5_xml/checksums 2009-02-19 02:00:00 UTC (rev 3264) +++ csw/mgar/pkg/php5_xml/checksums 2009-02-19 02:00:09 UTC (rev 3265) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:16 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[3266] csw/mgar/pkg/php5_xmlreader Message-ID: Revision: 3266 http://gar.svn.sourceforge.net/gar/?rev=3266&view=rev Author: valholla Date: 2009-02-19 02:00:15 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xmlreader/Makefile csw/mgar/pkg/php5_xmlreader/checksums Modified: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-19 02:00:09 UTC (rev 3265) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-19 02:00:15 UTC (rev 3266) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5_xmlreader/checksums 2009-02-19 02:00:09 UTC (rev 3265) +++ csw/mgar/pkg/php5_xmlreader/checksums 2009-02-19 02:00:15 UTC (rev 3266) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3267] csw/mgar/pkg/php5_xmlrpc Message-ID: Revision: 3267 http://gar.svn.sourceforge.net/gar/?rev=3267&view=rev Author: valholla Date: 2009-02-19 02:00:22 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xmlrpc/Makefile csw/mgar/pkg/php5_xmlrpc/checksums Modified: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-19 02:00:15 UTC (rev 3266) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-19 02:00:22 UTC (rev 3267) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-19 02:00:15 UTC (rev 3266) +++ csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-19 02:00:22 UTC (rev 3267) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3269] csw/mgar/pkg/php5_zlib Message-ID: Revision: 3269 http://gar.svn.sourceforge.net/gar/?rev=3269&view=rev Author: valholla Date: 2009-02-19 02:00:37 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_zlib/Makefile csw/mgar/pkg/php5_zlib/checksums Modified: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile 2009-02-19 02:00:30 UTC (rev 3268) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-19 02:00:37 UTC (rev 3269) @@ -29,12 +29,13 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config post-extract-modulated: + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5_zlib/checksums 2009-02-19 02:00:30 UTC (rev 3268) +++ csw/mgar/pkg/php5_zlib/checksums 2009-02-19 02:00:37 UTC (rev 3269) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3268] csw/mgar/pkg/php5_xmlwriter Message-ID: Revision: 3268 http://gar.svn.sourceforge.net/gar/?rev=3268&view=rev Author: valholla Date: 2009-02-19 02:00:30 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xmlwriter/Makefile csw/mgar/pkg/php5_xmlwriter/checksums Modified: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-19 02:00:22 UTC (rev 3267) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-19 02:00:30 UTC (rev 3268) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-19 02:00:22 UTC (rev 3267) +++ csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-19 02:00:30 UTC (rev 3268) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Thu Feb 19 05:45:41 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Thu, 19 Feb 2009 04:45:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3270] csw/mgar/pkg Message-ID: Revision: 3270 http://gar.svn.sourceforge.net/gar/?rev=3270&view=rev Author: hson Date: 2009-02-19 04:45:41 +0000 (Thu, 19 Feb 2009) Log Message: ----------- ilmbase: Initial commit Added Paths: ----------- csw/mgar/pkg/ilmbase/ csw/mgar/pkg/ilmbase/branches/ csw/mgar/pkg/ilmbase/tags/ csw/mgar/pkg/ilmbase/trunk/ csw/mgar/pkg/ilmbase/trunk/Makefile csw/mgar/pkg/ilmbase/trunk/checksums csw/mgar/pkg/ilmbase/trunk/files/ csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch Property changes on: csw/mgar/pkg/ilmbase/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/ilmbase/trunk/Makefile =================================================================== --- csw/mgar/pkg/ilmbase/trunk/Makefile (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/Makefile 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,30 @@ +GARNAME = ilmbase +GARVERSION = 1.0.1 +CATEGORIES = lib + +DESCRIPTION = Brief description +define BLURB + Long description +endef + +MASTER_SITES = http://download.savannah.nongnu.org/releases/openexr/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWilmbase,) + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +PATCHFILES = ImathMath.patch + +LDFLAGS += -lCstd -lCrun -lc -lm +export LDFLAGS + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/ilmbase/trunk/checksums =================================================================== --- csw/mgar/pkg/ilmbase/trunk/checksums (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/checksums 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,3 @@ +f76f094e69a6079b0beb93d97e2a217e download/ilmbase-1.0.1.tar.gz +4197e0e6fbbb788bce0276dd0fd3a565 download/CSWilmbase.gspec +5147c10f8ee7064ed15cb93bd3b63f3f download/ImathMath.patch Added: csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,4 @@ +%var bitname ilmbase +%var pkgname CSWilmbase +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,70 @@ +--- ilmbase-1.0.1.orig/Imath/ImathMath.h 2006-12-08 22:59:37.000000000 +0100 ++++ ilmbase-1.0.1/Imath/ImathMath.h 2009-02-17 07:35:07.878884110 +0100 +@@ -103,6 +103,9 @@ + static T exp (T x) {return ::exp (double(x));} + static T log (T x) {return ::log (double(x));} + static T log10 (T x) {return ::log10 (double(x));} ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++// static T modf (T x, T *y) {return ::modf (double(x), double(y));} ++#else + static T modf (T x, T *iptr) + { + double ival; +@@ -110,16 +113,49 @@ + *iptr = ival; + return rval; + } ++#endif + static T pow (T x, T y) {return ::pow (double(x), double(y));} + static T sqrt (T x) {return ::sqrt (double(x));} + static T ceil (T x) {return ::ceil (double(x));} + static T fabs (T x) {return ::fabs (double(x));} + static T floor (T x) {return ::floor (double(x));} ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++// static T fmod (T x, T y) {return ::fmod (double(x), double(y));} ++#else + static T fmod (T x, T y) {return ::fmod (double(x), double(y));} ++#endif + static T hypot (T x, T y) {return ::hypot (double(x), double(y));} + }; + + ++// Sun, Apple, and Microsoft don't have floating point funcs ++#if defined ( __SunOS_5_8 ) || defined ( __SunOS_5_9 ) ++template <> ++struct Math ++{ ++ static float acos (float x) {return ::acos (x);} ++ static float asin (float x) {return ::asin (x);} ++ static float atan (float x) {return ::atan (x);} ++ static float atan2 (float x, float y) {return ::atan2 (x, y);} ++ static float cos (float x) {return ::cos (x);} ++ static float sin (float x) {return ::sin (x);} ++ static float tan (float x) {return ::tan (x);} ++ static float cosh (float x) {return ::cosh (x);} ++ static float sinh (float x) {return ::sinh (x);} ++ static float tanh (float x) {return ::tanh (x);} ++ static float exp (float x) {return ::exp (x);} ++ static float log (float x) {return ::log (x);} ++ static float log10 (float x) {return ::log10 (x);} ++ static float modf (float x, float *y) {return ::modf (x, y);} ++ static float pow (float x, float y) {return ::pow (x, y);} ++ static float sqrt (float x) {return ::sqrt (x);} ++ static float ceil (float x) {return ::ceil (x);} ++ static float fabs (float x) {return ::fabs (x);} ++ static float floor (float x) {return ::floor (x);} ++ static float fmod (float x, float y) {return ::fmod (x, y);} ++ static float hypot (float x, float y) {return ::hypot (x, y);} ++}; ++#else + template <> + struct Math + { +@@ -150,6 +186,7 @@ + #endif + }; + ++#endif + + //-------------------------------------------------------------------------- + // Don Hatch's version of sin(x)/x, which is accurate for very small x. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Thu Feb 19 13:09:41 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Thu, 19 Feb 2009 12:09:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3271] csw/mgar/pkg/openexr/trunk Message-ID: Revision: 3271 http://gar.svn.sourceforge.net/gar/?rev=3271&view=rev Author: hson Date: 2009-02-19 12:09:40 +0000 (Thu, 19 Feb 2009) Log Message: ----------- openexr: Update to 1.6.1 Modified Paths: -------------- csw/mgar/pkg/openexr/trunk/Makefile csw/mgar/pkg/openexr/trunk/checksums csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec Modified: csw/mgar/pkg/openexr/trunk/Makefile =================================================================== --- csw/mgar/pkg/openexr/trunk/Makefile 2009-02-19 04:45:41 UTC (rev 3270) +++ csw/mgar/pkg/openexr/trunk/Makefile 2009-02-19 12:09:40 UTC (rev 3271) @@ -1,5 +1,5 @@ -GARNAME = OpenEXR -GARVERSION = 1.2.2 +GARNAME = openexr +GARVERSION = 1.6.1 CATEGORIES = lib DESCRIPTION = high dynamic-range (HDR) image file format developed by Industrial Light & Magic @@ -11,11 +11,16 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWopenexr,) +REQUIRED_PKGS += CSWilmbase CSWzlib + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz CONFIGURE_ARGS = $(DIRPATHS) +LDFLAGS += -lCstd -lCrun -lc -lm +export LDFLAGS + TEST_SCRIPTS = include gar/category.mk Modified: csw/mgar/pkg/openexr/trunk/checksums =================================================================== --- csw/mgar/pkg/openexr/trunk/checksums 2009-02-19 04:45:41 UTC (rev 3270) +++ csw/mgar/pkg/openexr/trunk/checksums 2009-02-19 12:09:40 UTC (rev 3271) @@ -1,2 +1,2 @@ -a2e56af78dc47c7294ff188c8f78394b download/OpenEXR-1.2.2.tar.gz +11951f164f9c872b183df75e66de145a download/openexr-1.6.1.tar.gz ff22aa47e8342f95cbea034d212a4433 download/CSWopenexr.gspec Modified: csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec =================================================================== --- csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-19 04:45:41 UTC (rev 3270) +++ csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-19 12:09:40 UTC (rev 3271) @@ -1,4 +1,4 @@ %var bitname openexr %var pkgname CSWopenexr %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Feb 19 19:17:55 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Feb 2009 18:17:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3272] csw/mgar/pkg/apache2/trunk Message-ID: Revision: 3272 http://gar.svn.sourceforge.net/gar/?rev=3272&view=rev Author: idogan23 Date: 2009-02-19 18:17:55 +0000 (Thu, 19 Feb 2009) Log Message: ----------- apache2: few changes for mGARv2 Modified Paths: -------------- csw/mgar/pkg/apache2/trunk/Makefile csw/mgar/pkg/apache2/trunk/checksums csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec csw/mgar/pkg/apache2/trunk/files/rules.mk Modified: csw/mgar/pkg/apache2/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2/trunk/Makefile 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/Makefile 2009-02-19 18:17:55 UTC (rev 3272) @@ -40,7 +40,7 @@ DISTFILES += httpd-ssl.conf.CSW DISTFILES += update20to22 -pre-configure: +pre-configure-modulated: (cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); \ ./buildconf) @@ -59,12 +59,12 @@ FIXCONFIG_DIRS = $(DESTDIR) FIXCONFIG_RMPATHS = $(DESTDIR) -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr-util -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr-util/include -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr/include +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr-util +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr-util/include +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr/include -post-install: rename-httpd copy-local-files create-templates +post-install-modulated: rename-httpd copy-local-files create-templates rename-httpd: @if test -f $(APACHE_ROOT)/sbin/httpd ; then \ Modified: csw/mgar/pkg/apache2/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2/trunk/checksums 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/checksums 2009-02-19 18:17:55 UTC (rev 3272) @@ -1,32 +1,32 @@ 03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout -a8d5878f31f6a2081bc178351b2dda1e download/CSWapache2.gspec +1b57e8fd32556ee3a3d9fb2a908ddc6c download/CSWapache2.gspec 44ec414654dec572fd43d6a45c001746 download/CSWapache2.depend d41d8cd98f00b204e9800998ecf8427e download/CSWapache2.prototype -c3d5a482125aa27e63e434bc65154b1c download/CSWapache2rt.gspec +7546bc4336d9656e5b02e392264ce114 download/CSWapache2rt.gspec be2c3e3b32389699b606c1a000032577 download/CSWapache2rt.depend c05690175946f1b9b6f6dcf2dcf22a91 download/CSWapache2rt.prototype 523b1f316a67090dfc08fe7506cb1aa0 download/CSWapache2rt.checkinstall -4e2f813b608f759aec286eeb6267dcd4 download/CSWapache2c.gspec +b466feb59956a06e33fada72d6b69f8d download/CSWapache2c.gspec a5c969155aec617cdae566c6cef9ffb7 download/CSWapache2c.depend 3285a1402de1315873637ec8a331a50f download/CSWapache2c.prototype e629a549294b2d91e8a0365c43d097cd download/CSWapache2c.postinstall 0dd379f20ceb32fc77bb3a9bf045097f download/CSWapache2c.space -5bc2d908f90108670ea72f09dce54d12 download/CSWap2prefork.gspec +03b893953995a59649b9afbc5253f9e1 download/CSWap2prefork.gspec c0109a5cde3571708a153b17c192a7aa download/CSWap2prefork.depend f02746d1ed7d57d1171fc4c536451fdb download/CSWap2prefork.prototype ced35f8e68421f6f4db9d0c45b4f8602 download/CSWap2prefork.postinstall 9df2944f619992604f78f477ff5e8c1f download/CSWap2prefork.postremove 0dd379f20ceb32fc77bb3a9bf045097f download/CSWap2prefork.space -5f2418e17d19e3831479dce58757290f download/CSWap2suexec.gspec +f90d0488f01ba57bffa88a4c1897ca28 download/CSWap2suexec.gspec f7a0bada3461bba12b806211802804d0 download/CSWap2suexec.depend 27cc92536c2335868e727f4517a967db download/CSWap2suexec.prototype 405bc4df4662e9faebe34f9b6a093d14 download/CSWap2suexec.postinstall 36128341749fa79f9942f4156b85f5b6 download/CSWap2suexec.preremove -b4adf3121c1d52eecb2748a75a0c28b1 download/CSWapache2-manual.gspec +cb25d4b9c4e32f9e308c84824a4ca8f3 download/CSWapache2-manual.gspec f7a0bada3461bba12b806211802804d0 download/CSWapache2-manual.depend 987a8d901c2a82e82b23b03fb6f29960 download/CSWapache2-manual.prototype -e14dde24b9b6753a28c292d046311034 download/CSWapache2-devel.gspec +020f593630a0d59a4e398814e0e02c0f download/CSWapache2-devel.gspec f67ef45b94e60a34fd81f099aa6bf925 download/CSWapache2-devel.depend 86699bad7fbfc5e0af4659435b5d815b download/CSWapache2-devel.prototype 61b6b11aa70677da9386e90c3b5ba21c download/CSWapache2.killproc Modified: csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,6 +2,6 @@ %var pkgname CSWap2prefork %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 prefork MPM -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE %preinstall url file://%{WORKDIR}/CSWapache2.killproc %preremove url file://%{WORKDIR}/CSWapache2.killproc Modified: csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,4 +2,4 @@ %var pkgname CSWap2suexec %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 suEXEC support -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,4 +2,4 @@ %var pkgname CSWapache2-devel %include url file://%{PKGLIB}/csw_standard.gspec %var desc Apache 2.2 development support -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -3,4 +3,4 @@ %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 manual -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -3,4 +3,4 @@ %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 web server -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -8,5 +8,5 @@ %var INIT_START_PRIO 50 %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 web server (core) -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE %include url file://%{PKGLIB}/smf_enabled.gspec Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,4 +2,4 @@ %var pkgname CSWapache2rt %include url file://%{PKGLIB}/csw_standard.gspec %var desc Apache 2.2 runtime libraries -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/rules.mk =================================================================== --- csw/mgar/pkg/apache2/trunk/files/rules.mk 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/rules.mk 2009-02-19 18:17:55 UTC (rev 3272) @@ -1,8 +1,8 @@ -pre-configure: install-layout install-dbd-drivers apu-make-configure +pre-configure-modulated: install-layout install-dbd-drivers apu-make-configure install-layout: @gsed -e s,INSTALL_PREFIX,$(prefix)/apache2,g \ - $(WORKDIR)/config.layout > $(WORKSRC)/config.layout + $(WORKDIR)/config.layout > $(WORKDIR)/$(GARNAME)-$(GARVERSION)/config.layout @$(MAKECOOKIE) install-dbd-drivers: @@ -10,6 +10,6 @@ # @gcp -v $(FILEDIR)/apr_dbd_mysql.c $(WORKSRC)/srclib/apr-util/dbd apu-make-configure: - @( cd $(WORKSRC)/srclib/apr-util ; autoconf ) + @( cd $(WORKDIR)/$(GARNAME)-$(GARVERSION)/srclib/apr-util ; autoconf ) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Feb 19 20:11:15 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Feb 2009 19:11:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3273] csw/mgar/pkg/rrdtool/trunk Message-ID: Revision: 3273 http://gar.svn.sourceforge.net/gar/?rev=3273&view=rev Author: idogan23 Date: 2009-02-19 19:11:15 +0000 (Thu, 19 Feb 2009) Log Message: ----------- rrdtool: updated to 1.3.6 & fixed prototype Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/checksums csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype Modified: csw/mgar/pkg/rrdtool/trunk/checksums =================================================================== --- csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-19 18:17:55 UTC (rev 3272) +++ csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-19 19:11:15 UTC (rev 3273) @@ -1,3 +1,3 @@ afaabd5a60115581e866efbac796d307 download/rrdtool-1.3.6.tar.gz 52bb91d1dad69b8911e787e9347b4e8a download/CSWrrdtool.gspec -a59044180a9795b229c1ea1667fec2f0 download/CSWrrdtool.prototype +15b5f724bdb93ed0591ee162e74a964d download/CSWrrdtool.prototype Modified: csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype =================================================================== --- csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype 2009-02-19 18:17:55 UTC (rev 3272) +++ csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype 2009-02-19 19:11:15 UTC (rev 3273) @@ -1,144 +1,163 @@ +d none /opt/csw 0755 root bin +d none /opt/csw/include 0755 root bin +f none /opt/csw/include/rrd.h 0644 root bin +f none /opt/csw/include/rrd_format.h 0644 root bin d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/rrdcgi 0755 root bin f none /opt/csw/bin/rrdtool 0755 root bin f none /opt/csw/bin/rrdupdate 0755 root bin -d none /opt/csw/include 0755 root bin -f none /opt/csw/include/rrd.h 0644 root bin -f none /opt/csw/include/rrd_format.h 0644 root bin +f none /opt/csw/bin/rrdcgi 0755 root bin d none /opt/csw/lib 0755 root bin f none /opt/csw/lib/librrd.a 0644 root bin -f none /opt/csw/lib/librrd.so.4.0.4 0755 root bin -s none /opt/csw/lib/librrd.so.4=librrd.so.4.0.4 -s none /opt/csw/lib/librrd.so=librrd.so.4.0.4 -f none /opt/csw/lib/librrd_th.a 0644 root bin -f none /opt/csw/lib/librrd_th.so.4.0.4 0755 root bin -s none /opt/csw/lib/librrd_th.so.4=librrd_th.so.4.0.4 -s none /opt/csw/lib/librrd_th.so=librrd_th.so.4.0.4 +s none /opt/csw/lib/librrd.so=librrd.so.4.0.5 +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/librrd.pc 0644 root bin +f none /opt/csw/lib/librrd_th.so.4.0.5 0755 root bin +d none /opt/csw/lib/perl 0755 root bin +d none /opt/csw/lib/perl/5.8.8 0755 root bin +d none /opt/csw/lib/perl/csw 0755 root bin +f none /opt/csw/lib/perl/csw/RRDs.pm 0444 root bin +d none /opt/csw/lib/perl/csw/auto 0755 root bin d none /opt/csw/lib/perl/csw/auto/RRDp 0755 root bin +f none /opt/csw/lib/perl/csw/auto/RRDp/.packlist~ 0644 root bin f none /opt/csw/lib/perl/csw/auto/RRDp/.packlist 0644 root bin d none /opt/csw/lib/perl/csw/auto/RRDs 0755 root bin +f none /opt/csw/lib/perl/csw/auto/RRDs/RRDs.so 0555 root bin f none /opt/csw/lib/perl/csw/auto/RRDs/.packlist 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/librrd.pc 0644 root bin -d none /opt/csw/share/doc/rrdtool-1.3.5/html 0755 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/RRDp.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/RRDs.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/bin_dec_hex.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/cdeftutorial.html 0644 root bin -s none /opt/csw/share/doc/rrdtool-1.3.5/html/index.html=rrdtool.html -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rpntutorial.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrd-beginners.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdbuild.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdcgi.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdcreate.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrddump.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdfetch.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdfirst.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_data.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_examples.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_graph.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_rpn.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdinfo.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdlast.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdlastupdate.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdresize.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdrestore.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdthreads.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdtool.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdtune.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdtutorial.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdupdate.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdxport.html 0644 root bin -d none /opt/csw/share/doc/rrdtool-1.3.5/txt 0755 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/bin_dec_hex.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/bin_dec_hex.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/cdeftutorial.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/cdeftutorial.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rpntutorial.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rpntutorial.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrd-beginners.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrd-beginners.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdbuild.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdbuild.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcgi.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcgi.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcreate.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcreate.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrddump.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrddump.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfetch.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfetch.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfirst.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfirst.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_data.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_data.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_examples.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_examples.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_graph.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_graph.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_rpn.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_rpn.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdinfo.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdinfo.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlast.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlast.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlastupdate.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlastupdate.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdresize.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdresize.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdrestore.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdrestore.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdthreads.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdthreads.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtool.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtool.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtune.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtune.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtutorial.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtutorial.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdupdate.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdupdate.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdxport.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdxport.txt 0644 root bin +f none /opt/csw/lib/perl/csw/auto/RRDs/.packlist~ 0644 root bin +f none /opt/csw/lib/perl/csw/auto/RRDs/RRDs.bs 0444 root bin +f none /opt/csw/lib/perl/csw/ntmake.pl 0444 root bin +f none /opt/csw/lib/librrd.so.4.0.5 0755 root bin +s none /opt/csw/lib/librrd_th.so.4=librrd_th.so.4.0.5 +f none /opt/csw/lib/librrd_th.a 0644 root bin +s none /opt/csw/lib/librrd.so.4=librrd.so.4.0.5 +s none /opt/csw/lib/librrd_th.so=librrd_th.so.4.0.5 +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/rrdtool 0755 root bin +d none /opt/csw/share/rrdtool/examples 0755 root bin +f none /opt/csw/share/rrdtool/examples/shared-demo.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/perftest.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/4charts.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/piped-demo.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/stripes.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/bigtops.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/minmax.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/cgi-demo.cgi 0755 root bin +d none /opt/csw/share/doc 0755 root bin +d none /opt/csw/share/doc/rrdtool-1.3.6 0755 root bin +d none /opt/csw/share/doc/rrdtool-1.3.6/txt 0755 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdresize.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdthreads.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtutorial.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtune.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_graph.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rpntutorial.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdinfo.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrddump.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcreate.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdrestore.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdupdate.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfirst.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlastupdate.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtool.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_data.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlast.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcgi.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdxport.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrd-beginners.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdbuild.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_examples.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/bin_dec_hex.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/cdeftutorial.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfetch.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_rpn.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcreate.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrddump.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdinfo.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_graph.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rpntutorial.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtune.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdthreads.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtutorial.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdresize.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfirst.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtool.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlastupdate.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdupdate.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdrestore.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdbuild.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrd-beginners.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdxport.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlast.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcgi.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_data.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_rpn.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfetch.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/bin_dec_hex.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/cdeftutorial.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_examples.txt 0644 root bin +d none /opt/csw/share/doc/rrdtool-1.3.6/html 0755 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/cdeftutorial.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdthreads.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdtune.html 0644 root bin +s none /opt/csw/share/doc/rrdtool-1.3.6/html/index.html=rrdtool.html +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdtool.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdlast.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/RRDp.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdresize.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_examples.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrddump.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdfirst.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_rpn.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrd-beginners.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdrestore.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/bin_dec_hex.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdcreate.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdxport.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_graph.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/RRDs.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rpntutorial.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdbuild.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdtutorial.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdlastupdate.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdcgi.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdfetch.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_data.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdinfo.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdupdate.html 0644 root bin +d none /opt/csw/share/perl 0755 root bin +d none /opt/csw/share/perl/csw 0755 root bin +f none /opt/csw/share/perl/csw/RRDp.pm 0444 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/RRDp.3perl 0444 root bin +f none /opt/csw/share/man/man3/RRDs.3perl 0444 root bin d none /opt/csw/share/man/man1 0755 root bin +f none /opt/csw/share/man/man1/rrdfetch.1 0644 root bin +f none /opt/csw/share/man/man1/rrdupdate.1 0644 root bin f none /opt/csw/share/man/man1/bin_dec_hex.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph_data.1 0644 root bin +f none /opt/csw/share/man/man1/rrdinfo.1 0644 root bin +f none /opt/csw/share/man/man1/rrdfirst.1 0644 root bin +f none /opt/csw/share/man/man1/rrdthreads.1 0644 root bin f none /opt/csw/share/man/man1/cdeftutorial.1 0644 root bin -f none /opt/csw/share/man/man1/rpntutorial.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph_examples.1 0644 root bin +f none /opt/csw/share/man/man1/rrdtool.1 0644 root bin +f none /opt/csw/share/man/man1/rrdresize.1 0644 root bin +f none /opt/csw/share/man/man1/rrdtune.1 0644 root bin +f none /opt/csw/share/man/man1/rrdlast.1 0644 root bin f none /opt/csw/share/man/man1/rrd-beginners.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph_graph.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph.1 0644 root bin f none /opt/csw/share/man/man1/rrdbuild.1 0644 root bin f none /opt/csw/share/man/man1/rrdcgi.1 0644 root bin -f none /opt/csw/share/man/man1/rrdcreate.1 0644 root bin +f none /opt/csw/share/man/man1/rrdtutorial.1 0644 root bin +f none /opt/csw/share/man/man1/rrdlastupdate.1 0644 root bin +f none /opt/csw/share/man/man1/rpntutorial.1 0644 root bin +f none /opt/csw/share/man/man1/rrdrestore.1 0644 root bin f none /opt/csw/share/man/man1/rrddump.1 0644 root bin -f none /opt/csw/share/man/man1/rrdfetch.1 0644 root bin -f none /opt/csw/share/man/man1/rrdfirst.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph_data.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph_examples.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph_graph.1 0644 root bin f none /opt/csw/share/man/man1/rrdgraph_rpn.1 0644 root bin -f none /opt/csw/share/man/man1/rrdinfo.1 0644 root bin -f none /opt/csw/share/man/man1/rrdlast.1 0644 root bin -f none /opt/csw/share/man/man1/rrdlastupdate.1 0644 root bin -f none /opt/csw/share/man/man1/rrdresize.1 0644 root bin -f none /opt/csw/share/man/man1/rrdrestore.1 0644 root bin -f none /opt/csw/share/man/man1/rrdthreads.1 0644 root bin -f none /opt/csw/share/man/man1/rrdtool.1 0644 root bin -f none /opt/csw/share/man/man1/rrdtune.1 0644 root bin -f none /opt/csw/share/man/man1/rrdtutorial.1 0644 root bin -f none /opt/csw/share/man/man1/rrdupdate.1 0644 root bin f none /opt/csw/share/man/man1/rrdxport.1 0644 root bin -d none /opt/csw/share/rrdtool/examples 0755 root bin -f none /opt/csw/share/rrdtool/examples/4charts.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/bigtops.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/cgi-demo.cgi 0755 root bin -f none /opt/csw/share/rrdtool/examples/minmax.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/perftest.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/piped-demo.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/shared-demo.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/stripes.pl 0755 root bin -i copyright=CSWrrdtool.copyright -i depend=CSWrrdtool.depend -i pkginfo=CSWrrdtool.pkginfo +f none /opt/csw/share/man/man1/rrdcreate.1 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Feb 19 20:13:26 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Feb 2009 19:13:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3274] csw/mgar/pkg/rrdtool/trunk Message-ID: Revision: 3274 http://gar.svn.sourceforge.net/gar/?rev=3274&view=rev Author: idogan23 Date: 2009-02-19 19:13:25 +0000 (Thu, 19 Feb 2009) Log Message: ----------- rrdtol: removed rrd_config patch Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff Modified: csw/mgar/pkg/rrdtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-19 19:11:15 UTC (rev 3273) +++ csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-19 19:13:25 UTC (rev 3274) @@ -16,9 +16,6 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# Patch to make it build on x86 -#PATCHFILES += rrd_config.diff - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-docdir=$(sharedstatedir)/doc/$(GARNAME) CONFIGURE_ARGS += --disable-python Deleted: csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff =================================================================== --- csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff 2009-02-19 19:11:15 UTC (rev 3273) +++ csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff 2009-02-19 19:13:25 UTC (rev 3274) @@ -1,13 +0,0 @@ -diff --speed-large-files --minimal -Nru rrdtool-1.3.4.orig/rrd_config.h.in rrdtool-1.3.4/rrd_config.h.in ---- rrdtool-1.3.4.orig/rrd_config.h.in 2008-10-04 18:04:14.000000000 +0200 -+++ rrdtool-1.3.4/rrd_config.h.in 2008-11-09 20:56:35.088300200 +0100 -@@ -121,9 +121,6 @@ - /* Define to 1 if you have the header file. */ - #undef HAVE_INTTYPES_H - --/* Define to 1 if you have the `isfinite' function. */ --#undef HAVE_ISFINITE -- - /* Define to 1 if you have the `isinf' function. */ - #undef HAVE_ISINF - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Feb 19 22:07:31 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 19 Feb 2009 21:07:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3275] csw/mgar/pkg/git/trunk Message-ID: Revision: 3275 http://gar.svn.sourceforge.net/gar/?rev=3275&view=rev Author: bdwalton Date: 2009-02-19 21:07:31 +0000 (Thu, 19 Feb 2009) Log Message: ----------- Update to 1.6.1.3; Use new dynamic gspec, etc. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums csw/mgar/pkg/git/trunk/files/doc-makefile.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-19 19:13:25 UTC (rev 3274) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-19 21:07:31 UTC (rev 3275) @@ -1,10 +1,19 @@ GARNAME = git -GARVERSION = 1.6.0.5 +GARVERSION = 1.6.1.3 CATEGORIES = devel -PREREQUISITE_PKGS = CSWasciidoc CSWossldevel CSWxmlto CSWbash CSWcurl +PACKAGES = CSWgit CSWgitk CSWgitgui CSWgitsvn CSWgitcvs CSWgitemacs CSWgitdoc + +ARCHALL_CSWsvn = 1 +ARCHALL_CSWcvs = 1 +ARCHALL_CSWgitk = 1 +ARCHALL_CSWgitgui = 1 +ARCHALL_CSWgitemacs = 1 +ARCHALL_CSWgitdoc = 1 + +PREREQUISITE_PKGS = CSWasciidoc CSWossldevel CSWxmlto CSWbash CSWcurldevel PREREQUISITE_PKGS += CSWgsed CSWgnulinks CSWperl CSWtk CSWexpat -PREREQUISITE_PKGS += CSWzlib CSWpmerror CSWpmsvn CSWcvsps CSWemacs +PREREQUISITE_PKGS += CSWzlib CSWpmerror CSWpmsvn CSWcvs CSWemacs REQUIRED_PKGS_CSWgit = CSWzlib CSWperl CSWrsync CSWcurlrt CSWosslrt REQUIRED_PKGS_CSWgit += CSWossh CSWiconv CSWexpat CSWbash CSWpmerror @@ -15,7 +24,7 @@ REQUIRED_PKGS_CSWgitsvn = CSWgit CSWpmsvn -REQUIRED_PKGS_CSWgitcvs = CSWgit CSWcvsps +REQUIRED_PKGS_CSWgitcvs = CSWgit CSWcvs CSWcvsps REQUIRED_PKGS_CSWgitemacs = CSWgit CSWemacs @@ -37,13 +46,6 @@ MASTER_SITES = http://kernel.org/pub/software/scm/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgitsvn,) -DISTFILES += $(call admfiles,CSWgitgui,) -DISTFILES += $(call admfiles,CSWgitk,) -DISTFILES += $(call admfiles,CSWgitemacs,) -DISTFILES += $(call admfiles,CSWgitcvs,) -DISTFILES += $(call admfiles,CSWgitdoc,) -DISTFILES += $(call admfiles,CSWgit,) PATCHFILES = doc-makefile.patch @@ -66,7 +68,7 @@ CONFIGURE_ARGS += --with-iconv=$(prefix) BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \ - ETC_CONFIG=$(sysconfdir)/gitconfig \ + ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \ all doc INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-19 19:13:25 UTC (rev 3274) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-19 21:07:31 UTC (rev 3275) @@ -1,9 +1,2 @@ -899172ebeac65f7a09a8e204d4f87d8c download/git-1.6.0.5.tar.bz2 -52eec3e59489ecca898ef2b3d1bb4323 download/CSWgitsvn.gspec -e8fb4cb1b06cd7bdfeeb9317ad6aae12 download/CSWgitgui.gspec -50ab41f1f828ad1401cf9d05d8775499 download/CSWgitk.gspec -393d10b23a1ecb60f91bdc5f2d12a75d download/CSWgitemacs.gspec -20718be97e218e2fc1b21982cf71f32a download/CSWgitcvs.gspec -7d668417a6375d27a49212c58f26db60 download/CSWgitdoc.gspec -57d2c46660773d3a1e87651447e3252a download/CSWgit.gspec -369547e8222dcf8be214b5013f28afcc download/doc-makefile.patch +e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 +075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch Modified: csw/mgar/pkg/git/trunk/files/doc-makefile.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/doc-makefile.patch 2009-02-19 19:13:25 UTC (rev 3274) +++ csw/mgar/pkg/git/trunk/files/doc-makefile.patch 2009-02-19 21:07:31 UTC (rev 3275) @@ -1,6 +1,6 @@ ---- git-1.6.0.5/Documentation/Makefile.orig 2008-12-16 14:41:44.670977000 -0500 -+++ git-1.6.0.5/Documentation/Makefile 2008-12-16 14:49:07.561035000 -0500 -@@ -56,6 +56,8 @@ +--- git-1.6.1.3/Documentation/Makefile.orig 2009-02-07 20:46:30.000000000 +0100 ++++ git-1.6.1.3/Documentation/Makefile 2009-02-18 20:53:41.159467914 +0100 +@@ -57,6 +57,8 @@ -include ../config.mak.autogen -include ../config.mak @@ -9,7 +9,7 @@ ifdef ASCIIDOC8 ASCIIDOC_EXTRA += -a asciidoc7compatible endif -@@ -105,7 +107,7 @@ +@@ -108,7 +110,7 @@ fi install-html: html @@ -18,7 +18,7 @@ ../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE $(MAKE) -C ../ GIT-VERSION-FILE -@@ -167,7 +169,7 @@ +@@ -170,7 +172,7 @@ technical/api-index.txt: technical/api-index-skel.txt \ technical/api-index.sh $(patsubst %,%.txt,$(API_DOCS)) @@ -27,7 +27,7 @@ $(patsubst %,%.html,$(API_DOCS) technical/api-index): %.html : %.txt $(ASCIIDOC) -b xhtml11 -f asciidoc.conf \ -@@ -203,7 +205,7 @@ +@@ -206,7 +208,7 @@ howto-index.txt: howto-index.sh $(wildcard howto/*.txt) $(RM) $@+ $@ @@ -36,15 +36,21 @@ mv $@+ $@ $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt -@@ -217,9 +219,9 @@ +@@ -220,14 +222,14 @@ mv $@+ $@ install-webdoc : html - sh ./install-webdoc.sh $(WEBDOC_DEST) + $(SHELL) ./install-webdoc.sh $(WEBDOC_DEST) - quick-install: + quick-install: quick-install-man + + quick-install-man: - sh ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir) + $(SHELL) ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir) + quick-install-html: +- sh ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir) ++ $(SHELL) ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir) + .PHONY: .FORCE-GIT-VERSION-FILE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Feb 20 01:46:49 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 20 Feb 2009 00:46:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3276] csw/mgar/pkg/git/trunk Message-ID: Revision: 3276 http://gar.svn.sourceforge.net/gar/?rev=3276&view=rev Author: bdwalton Date: 2009-02-20 00:46:48 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Created patch to handle missing %z in the time handling routines. -Tests now pass again. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Added Paths: ----------- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-19 21:07:31 UTC (rev 3275) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-20 00:46:48 UTC (rev 3276) @@ -47,7 +47,7 @@ MASTER_SITES = http://kernel.org/pub/software/scm/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -PATCHFILES = doc-makefile.patch +PATCHFILES = doc-makefile.patch git-svn-strftime.patch PKGFILES_CSWgitsvn = .*svn.* PKGFILES_CSWgitgui = .*git-gui.* .*git-citool.* Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-19 21:07:31 UTC (rev 3275) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-20 00:46:48 UTC (rev 3276) @@ -1,2 +1,3 @@ e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch +e8b5e89c38958bbcd5a5dbc29124ebc2 download/git-svn-strftime.patch Added: csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch (rev 0) +++ csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch 2009-02-20 00:46:48 UTC (rev 3276) @@ -0,0 +1,31 @@ +--- git-1.6.1.3/git-svn.perl.orig 2009-02-19 22:03:27.303694837 +0100 ++++ git-1.6.1.3/git-svn.perl 2009-02-19 22:05:09.370651606 +0100 +@@ -41,6 +41,8 @@ + use File::Path qw/mkpath/; + use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/; + use IPC::Open3; ++use POSIX; ++use Time::Local; + use Git; + + BEGIN { +@@ -4525,7 +4527,18 @@ + } + + sub format_svn_date { +- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ ++ # for systems without %z (solaris 8, 9, etc) ++ if ($timestr =~ /%z/) { ++ my $localt = time; ++ my $gm = Time::Local::timelocal( gmtime $localt ); ++ my $sign = qw( + + - )[ $localt <=> $gm ]; ++ my $calc = sprintf "%s%02d%02d", $sign, (gmtime abs( $localt - $gm ))[2,1]; ++ $timestr =~ s/%z/$calc/; ++ } ++ ++ return $timestr; + } + + sub parse_git_date { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 03:50:28 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 02:50:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3277] csw/mgar/pkg/libexif/trunk/Makefile Message-ID: Revision: 3277 http://gar.svn.sourceforge.net/gar/?rev=3277&view=rev Author: hson Date: 2009-02-20 02:50:28 +0000 (Fri, 20 Feb 2009) Log Message: ----------- libexif: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/libexif/trunk/Makefile Modified: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile 2009-02-20 00:46:48 UTC (rev 3276) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-20 02:50:28 UTC (rev 3277) @@ -11,8 +11,11 @@ MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWlibexif,) +SPKG_SOURCEURL = http://libexif.sourceforge.net + +LICENSE = COPYING + REQUIRED_PKGS += CSWggettextrt # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 03:56:43 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 02:56:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3278] csw/mgar/pkg/exiftool/trunk/Makefile Message-ID: Revision: 3278 http://gar.svn.sourceforge.net/gar/?rev=3278&view=rev Author: hson Date: 2009-02-20 02:56:43 +0000 (Fri, 20 Feb 2009) Log Message: ----------- exiftool: Minor cosmetic change Modified Paths: -------------- csw/mgar/pkg/exiftool/trunk/Makefile Modified: csw/mgar/pkg/exiftool/trunk/Makefile =================================================================== --- csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-20 02:50:28 UTC (rev 3277) +++ csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-20 02:56:43 UTC (rev 3278) @@ -16,6 +16,7 @@ DISTFILES += $(call admfiles,CSWexiftool,) REQUIRED_PKGS += CSWperl CSWpmcompresszlib + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 04:00:14 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 03:00:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3279] csw/mgar/pkg/libiptcdata/trunk/Makefile Message-ID: Revision: 3279 http://gar.svn.sourceforge.net/gar/?rev=3279&view=rev Author: hson Date: 2009-02-20 03:00:14 +0000 (Fri, 20 Feb 2009) Log Message: ----------- libiptcdata: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/libiptcdata/trunk/Makefile Modified: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-20 02:56:43 UTC (rev 3278) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-20 03:00:14 UTC (rev 3279) @@ -12,8 +12,11 @@ MASTER_SITES += $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibiptcdata,) +SPKG_SOURCEURL = http://libiptcdata.sourceforge.net + +LICENSE = COPYING + REQUIRED_PKGS = CSWggettextrt CSWiconv # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 04:02:42 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 03:02:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3280] csw/mgar/pkg/librsvg/trunk/Makefile Message-ID: Revision: 3280 http://gar.svn.sourceforge.net/gar/?rev=3280&view=rev Author: hson Date: 2009-02-20 03:02:42 +0000 (Fri, 20 Feb 2009) Log Message: ----------- librsvg: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/librsvg/trunk/Makefile Modified: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-20 03:00:14 UTC (rev 3279) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-20 03:02:42 UTC (rev 3280) @@ -21,10 +21,13 @@ DISTFILES = $(GARNAME)-$(GARVERSION).$(GARSUBREV).tar.bz2 DISTFILES += librsvg-2.so.2.15.90.i DISTFILES += librsvg-2.so.2.15.90.s -DISTFILES += $(call admfiles,CSWlibrsvg,) DISTNAME = $(GARNAME)-$(GARVERSION).$(GARSUBREV) +SPKG_SOURCEURL = http://librsvg.sourceforge.net + +LICENSE = COPYING.LIB + REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettextrt REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 04:17:49 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 03:17:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3281] csw/mgar/pkg/ilmbase/trunk Message-ID: Revision: 3281 http://gar.svn.sourceforge.net/gar/?rev=3281&view=rev Author: hson Date: 2009-02-20 03:17:49 +0000 (Fri, 20 Feb 2009) Log Message: ----------- ilmbase: Include old library files plus update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/ilmbase/trunk/Makefile csw/mgar/pkg/ilmbase/trunk/checksums csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch Added Paths: ----------- csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.i csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.s csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.i csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.s csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.i csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.s Modified: csw/mgar/pkg/ilmbase/trunk/Makefile =================================================================== --- csw/mgar/pkg/ilmbase/trunk/Makefile 2009-02-20 03:02:42 UTC (rev 3280) +++ csw/mgar/pkg/ilmbase/trunk/Makefile 2009-02-20 03:17:49 UTC (rev 3281) @@ -2,15 +2,37 @@ GARVERSION = 1.0.1 CATEGORIES = lib -DESCRIPTION = Brief description +DESCRIPTION = Base libraries used by OpenEXR define BLURB - Long description + Half is a class that encapsulates our 16-bit floating-point format. + + IlmThread is a thread abstraction library for use with OpenEXR + and other software packages. It currently supports pthreads and + Windows threads. + + Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions + and other useful 2D and 3D math functions. + + Iex is an exception-handling library. + + If you have questions about using the IlmBase libraries, you may want + to join our developer mailing list. See http://www.openexr.com for + details. endef MASTER_SITES = http://download.savannah.nongnu.org/releases/openexr/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWilmbase,) +DISTFILES += libHalf.so.2.0.2.i +DISTFILES += libHalf.so.2.0.2.s +DISTFILES += libIex.so.2.0.2.i +DISTFILES += libIex.so.2.0.2.s +DISTFILES += libImath.so.2.0.2.i +DISTFILES += libImath.so.2.0.2.s +SPKG_SOURCEURL = http://www.openexr.com + +LICENSE = LICENSE + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz @@ -22,9 +44,26 @@ PATCHFILES = ImathMath.patch -LDFLAGS += -lCstd -lCrun -lc -lm -export LDFLAGS +LIBS += -lCstd -lCrun -lc -lm +export LIBS TEST_TARGET = check include gar/category.mk + + +post-install-isa-sparcv8: + @cp $(FILEDIR)/libHalf.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2.0.2 + @cp $(FILEDIR)/libIex.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libIex.so.2.0.2 + @cp $(FILEDIR)/libImath.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libImath.so.2.0.2 + @ln -s libHalf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2 + @ln -s libIex.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIex.so.2 + @ln -s libImath.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libImath.so.2 + +post-install-isa-i386: + @cp $(FILEDIR)/libHalf.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2.0.2 + @cp $(FILEDIR)/libIex.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libIex.so.2.0.2 + @cp $(FILEDIR)/libImath.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libImath.so.2.0.2 + @ln -s libHalf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2 + @ln -s libIex.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIex.so.2 + @ln -s libImath.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libImath.so.2 Modified: csw/mgar/pkg/ilmbase/trunk/checksums =================================================================== --- csw/mgar/pkg/ilmbase/trunk/checksums 2009-02-20 03:02:42 UTC (rev 3280) +++ csw/mgar/pkg/ilmbase/trunk/checksums 2009-02-20 03:17:49 UTC (rev 3281) @@ -1,3 +1,8 @@ f76f094e69a6079b0beb93d97e2a217e download/ilmbase-1.0.1.tar.gz -4197e0e6fbbb788bce0276dd0fd3a565 download/CSWilmbase.gspec -5147c10f8ee7064ed15cb93bd3b63f3f download/ImathMath.patch +b7daafc6a6c92a3cf9dfb47e24fa630f download/libHalf.so.2.0.2.i +cdce2f2b1c7d00dc76124ecb5418b9a2 download/libHalf.so.2.0.2.s +1b589f5b747846688c27f55de9b1ec7a download/libIex.so.2.0.2.i +ddf913c9000dc4580ad330b9dd938826 download/libIex.so.2.0.2.s +756523f803ce1be3e125b6ce63e3183c download/libImath.so.2.0.2.i +ce47a211381deadfc38722f5abda54d7 download/libImath.so.2.0.2.s +6873969f50e5d1c43ec93a90a65d85bd download/ImathMath.patch Modified: csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch 2009-02-20 03:02:42 UTC (rev 3280) +++ csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch 2009-02-20 03:17:49 UTC (rev 3281) @@ -4,7 +4,7 @@ static T exp (T x) {return ::exp (double(x));} static T log (T x) {return ::log (double(x));} static T log10 (T x) {return ::log10 (double(x));} -+#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // no floating point funcs +// static T modf (T x, T *y) {return ::modf (double(x), double(y));} +#else static T modf (T x, T *iptr) @@ -20,7 +20,7 @@ static T ceil (T x) {return ::ceil (double(x));} static T fabs (T x) {return ::fabs (double(x));} static T floor (T x) {return ::floor (double(x));} -+#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // no floating point funcs +// static T fmod (T x, T y) {return ::fmod (double(x), double(y));} +#else static T fmod (T x, T y) {return ::fmod (double(x), double(y));} @@ -29,7 +29,7 @@ }; -+// Sun, Apple, and Microsoft don't have floating point funcs ++// Solaris 8 and 9 have problem with floating point funcs +#if defined ( __SunOS_5_8 ) || defined ( __SunOS_5_9 ) +template <> +struct Math Added: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 05:36:13 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 04:36:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3282] csw/mgar/pkg/openexr/trunk Message-ID: Revision: 3282 http://gar.svn.sourceforge.net/gar/?rev=3282&view=rev Author: hson Date: 2009-02-20 04:36:12 +0000 (Fri, 20 Feb 2009) Log Message: ----------- openexr: Include old library files plus update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/openexr/trunk/Makefile csw/mgar/pkg/openexr/trunk/checksums Added Paths: ----------- csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s Modified: csw/mgar/pkg/openexr/trunk/Makefile =================================================================== --- csw/mgar/pkg/openexr/trunk/Makefile 2009-02-20 03:17:49 UTC (rev 3281) +++ csw/mgar/pkg/openexr/trunk/Makefile 2009-02-20 04:36:12 UTC (rev 3282) @@ -4,13 +4,27 @@ DESCRIPTION = high dynamic-range (HDR) image file format developed by Industrial Light & Magic define BLURB - high dynamic-range (HDR) image file format developed by Industrial Light & Magic + IlmImf is our "EXR" file format for storing 16-bit FP images. Libraries in + this package depend on the IlmBase library. + + See the IlmImfExamples directory for some code that demonstrates how + to use the IlmImf library to read and write OpenEXR files. The doc + directory contains some high-level documentation and history about the + OpenEXR format. + + If you have questions about using the OpenEXR libraries, you may want + to join our developer mailing list. See http://www.openexr.com for + details. endef MASTER_SITES = http://savannah.nongnu.org/download/openexr/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWopenexr,) +DISTFILES += libIlmImf.so.2.0.2.i +DISTFILES += libIlmImf.so.2.0.2.s +SPKG_SOURCEURL = http://www.openexr.com +LICENSE = LICENSE + REQUIRED_PKGS += CSWilmbase CSWzlib # We define upstream file regex so we can be notifed of new upstream software release @@ -18,9 +32,17 @@ CONFIGURE_ARGS = $(DIRPATHS) -LDFLAGS += -lCstd -lCrun -lc -lm -export LDFLAGS +LIBS += -lCstd -lCrun -lc -lm +export LIBS TEST_SCRIPTS = include gar/category.mk + +post-install-isa-sparcv8: + @cp $(FILEDIR)/libIlmImf.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2.0.2 + @ln -s libIlmImf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2 + +post-install-isa-i386: + @cp $(FILEDIR)/libIlmImf.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2.0.2 + @ln -s libIlmImf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2 Modified: csw/mgar/pkg/openexr/trunk/checksums =================================================================== --- csw/mgar/pkg/openexr/trunk/checksums 2009-02-20 03:17:49 UTC (rev 3281) +++ csw/mgar/pkg/openexr/trunk/checksums 2009-02-20 04:36:12 UTC (rev 3282) @@ -1,2 +1,3 @@ 11951f164f9c872b183df75e66de145a download/openexr-1.6.1.tar.gz -ff22aa47e8342f95cbea034d212a4433 download/CSWopenexr.gspec +0d08a0c9f251d385b5d3c86ac7da84e5 download/libIlmImf.so.2.0.2.i +32dec457461b5d371eb2dd4a2e5d2231 download/libIlmImf.so.2.0.2.s Added: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Feb 20 11:02:32 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 20 Feb 2009 10:02:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3283] csw/mgar/pkg/apache2-worker/trunk Message-ID: Revision: 3283 http://gar.svn.sourceforge.net/gar/?rev=3283&view=rev Author: idogan23 Date: 2009-02-20 10:02:32 +0000 (Fri, 20 Feb 2009) Log Message: ----------- apache2-worker: small changes for mGAR v2 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/Makefile csw/mgar/pkg/apache2-worker/trunk/checksums csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec Property Changed: ---------------- csw/mgar/pkg/apache2-worker/trunk/ Property changes on: csw/mgar/pkg/apache2-worker/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/apache2-worker/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-20 04:36:12 UTC (rev 3282) +++ csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-20 10:02:32 UTC (rev 3283) @@ -19,14 +19,18 @@ APACHE_ROOT = $(DESTDIR)$(prefix)/apache2 +include gar/category.mk +include ../../apache2/trunk/files/rules.mk + +pre-configure-modulated: + (cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); \ + ./buildconf) + # Build Configuration CONFIGURE_ARGS += --with-mpm=worker -include gar/category.mk -include ../../apache2/trunk/files/rules.mk +post-install-modulated: rename-httpd -post-install: rename-httpd - rename-httpd: @if test -f $(APACHE_ROOT)/sbin/httpd ; then \ ( cd $(APACHE_ROOT)/sbin ; mv httpd httpd.worker ) ; \ Modified: csw/mgar/pkg/apache2-worker/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 04:36:12 UTC (rev 3282) +++ csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 10:02:32 UTC (rev 3283) @@ -1,6 +1,6 @@ 03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout -b2ab257a1d86f3e5787e493eb58c503a download/CSWap2worker.gspec +ae291b068f37a385a1fc78a8c342aa56 download/CSWap2worker.gspec 260260d6a4d17b88d25658c38cae6875 download/CSWap2worker.depend 2e11e4af177c4af6fe9af08325c4292a download/CSWap2worker.prototype f942f827f0a9f463fd4d9ef0eb00f78a download/CSWap2worker.postinstall Modified: csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 04:36:12 UTC (rev 3282) +++ csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 10:02:32 UTC (rev 3283) @@ -2,6 +2,6 @@ %var pkgname CSWap2worker %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 worker MPM -%copyright url file://%{WORKSRC}/LICENSE -%preinstall url file://%{WORKDIR}/CSWapache2.killproc +%copyright url file://%{WORKDIR_FIRSTMOD}/LICENSE +%preinstall url file://%{WORKDIR/CSWapache2.killproc %preremove url file://%{WORKDIR}/CSWapache2.killproc 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 Feb 20 14:53:21 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 13:53:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3284] csw/mgar/gar/v2 Message-ID: Revision: 3284 http://gar.svn.sourceforge.net/gar/?rev=3284&view=rev Author: dmichelsen Date: 2009-02-20 13:53:21 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Introduce WORKDIR_FIRSTMOD for the sake of completeness Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-20 10:02:32 UTC (rev 3283) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-20 13:53:21 UTC (rev 3284) @@ -18,11 +18,12 @@ PARTIALDIR ?= $(DOWNLOADDIR)/partial WORKROOTDIR ?= work WORKDIR ?= $(WORKROOTDIR)/build-$(MODULATION) +WORKDIR_FIRSTMOD ?= $(WORKROOTDIR)/build-$(firstword $(MODULATIONS)) COOKIEROOTDIR ?= cookies COOKIEDIR ?= $(COOKIEROOTDIR)/$(MODULATION) EXTRACTDIR ?= $(WORKDIR) WORKSRC ?= $(WORKDIR)/$(DISTNAME) -WORKSRC_FIRSTMOD ?= $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME) +WORKSRC_FIRSTMOD ?= $(WORKDIR_FIRSTMOD)/$(DISTNAME) INSTALLISADIR ?= $(WORKROOTDIR)/install-$(MODULATION) PKGDIR ?= $(WORKROOTDIR)/package SCRATCHDIR ?= tmp Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 10:02:32 UTC (rev 3283) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 13:53:21 UTC (rev 3284) @@ -134,7 +134,7 @@ PKGLIB = $(CURDIR)/$(GARDIR)/pkglib PKG_EXPORTS = GARNAME GARVERSION DESCRIPTION CATEGORIES GARCH GARDIR GARBIN -PKG_EXPORTS += CURDIR WORKDIR WORKSRC WORKSRC_FIRSTMOD PKGROOT +PKG_EXPORTS += CURDIR WORKDIR WORKDIR_FIRSTMOD WORKSRC WORKSRC_FIRSTMOD PKGROOT PKG_EXPORTS += SPKG_REVSTAMP SPKG_PKGNAME SPKG_DESC SPKG_VERSION SPKG_CATEGORY PKG_EXPORTS += SPKG_VENDOR SPKG_EMAIL SPKG_PSTAMP SPKG_BASEDIR SPKG_CLASSES PKG_EXPORTS += SPKG_OSNAME SPKG_SOURCEURL SPKG_PACKAGER TIMESTAMP @@ -443,7 +443,6 @@ --workdir $(SPKG_WORKDIR) \ --pkgbase $(SPKG_PKGBASE) \ --pkgroot $(SPKG_PKGROOT) \ - -v WORKDIR_FIRSTMOD=../build-$(firstword $(MODULATIONS)) \ --compress \ $(MKPACKAGE_ARGS) ) || exit 2 @$(MAKECOOKIE) 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 Feb 20 14:54:45 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 13:54:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3285] csw/mgar/pkg/apache2-worker/trunk Message-ID: Revision: 3285 http://gar.svn.sourceforge.net/gar/?rev=3285&view=rev Author: dmichelsen Date: 2009-02-20 13:54:44 +0000 (Fri, 20 Feb 2009) Log Message: ----------- apache2-worker: FIRSTMOD fixed for mGAR v2 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/checksums csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec Modified: csw/mgar/pkg/apache2-worker/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 13:53:21 UTC (rev 3284) +++ csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 13:54:44 UTC (rev 3285) @@ -1,6 +1,6 @@ 03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout -ae291b068f37a385a1fc78a8c342aa56 download/CSWap2worker.gspec +7b30bd594c943d44c4910272eccafdad download/CSWap2worker.gspec 260260d6a4d17b88d25658c38cae6875 download/CSWap2worker.depend 2e11e4af177c4af6fe9af08325c4292a download/CSWap2worker.prototype f942f827f0a9f463fd4d9ef0eb00f78a download/CSWap2worker.postinstall Modified: csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 13:53:21 UTC (rev 3284) +++ csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 13:54:44 UTC (rev 3285) @@ -2,6 +2,6 @@ %var pkgname CSWap2worker %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 worker MPM -%copyright url file://%{WORKDIR_FIRSTMOD}/LICENSE -%preinstall url file://%{WORKDIR/CSWapache2.killproc -%preremove url file://%{WORKDIR}/CSWapache2.killproc +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE +%preinstall url file://%{WORKDIR_FIRSTMOD}/CSWapache2.killproc +%preremove url file://%{WORKDIR_FIRSTMOD}/CSWapache2.killproc 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 Feb 20 15:10:47 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 14:10:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3286] csw/mgar/gar/v2 Message-ID: Revision: 3286 http://gar.svn.sourceforge.net/gar/?rev=3286&view=rev Author: dmichelsen Date: 2009-02-20 14:10:46 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Enhance pathfilter so that licenses are safely included Modified Paths: -------------- csw/mgar/gar/v2/bin/pathfilter csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/bin/pathfilter =================================================================== --- csw/mgar/gar/v2/bin/pathfilter 2009-02-20 13:54:44 UTC (rev 3285) +++ csw/mgar/gar/v2/bin/pathfilter 2009-02-20 14:10:46 UTC (rev 3286) @@ -5,6 +5,9 @@ # Please note: # - If no options are given the input is not changed # - A path must match include and not exclude to pass the filter +# - The include and exclude directives are matched in order. The path is +# short-cut included or excluded when there is match. Only the first match +# is considered. # - Empty directories are preserved if the incoming prototype doesn't # contained files in them. Directories which contained files which # were excluded and which would be empty after exclusion are @@ -16,26 +19,26 @@ my $help = 0; -my @exclude; -my @include; +my ($hasinclude, $hasexclude); my @isaexec; +my @selection; my $result = GetOptions( 'h|help' => \$help, 'e|isaexec=s' => \@isaexec, - 'i|include=s' => \@include, - 'x|exclude=s' => \@exclude) or pod2usage( 1 ); + 'i|include=s' => sub { push @selection, [ 'i', $_[1] ]; $hasinclude = 1 }, + 'x|exclude=s' => sub { push @selection, [ 'x', $_[1] ]; $hasexclude = 1 }, +) or pod2usage( 1 ); +# Exclude everything by default if there are only include rules +push @selection, [ 'x', '.*' ] if( $hasinclude && !$hasexclude ); + pod2usage(-verbose => 2) if $help; -my ($exclude, $include) = ('', ''); -$exclude = '^(' . join( '|', @exclude ) . ')$' if( @exclude ); -$exclude = qr#$exclude# if( $exclude ); -$include = '^(' . join( '|', @include ) . ')$' if( @include ); -$include = qr#$include# if( $include ); - my %p; my %skipped; # key=path, Contains directories which may be skipped my %wasntempty; # Same key, =1 iff there is a file in it or a subdirectory + +NEXTLINE: while( ) { my @line = split /\s+/; my $ftype = $line[0]; @@ -58,8 +61,17 @@ } } - next if( $include ne '' && $path !~ /$include/ ); - next if( $exclude ne '' && $path =~ /$exclude/ ); + SELECTION: + foreach my $selector (@selection) { + my ($type, $regex) = @$selector; + if( $type eq 'i' ) { + last SELECTION if( $path =~ /^$regex$/ ); + } elsif( $type eq 'x' ) { + next NEXTLINE if( $path =~ /^$regex$/ ); + } else { + croak( "The type '$type' is unknown (either 'x' or 'i' is allowed)." ); + } + } $p{$path} = \@line; } @@ -77,11 +89,20 @@ } # Re-add directories which where empty +NEXTPATH: foreach my $path (keys %skipped) { next if( exists $wasntempty{$path} ); - next if( $include ne '' && $path !~ /$include/ ); - next if( $exclude ne '' && $path =~ /$exclude/ ); + SELECTION: + foreach my $selector (@selection) { + my ($type, $regex) = @$selector; + if( $type eq 'i' ) { + last SELECTION if( $path =~ /^$regex$/ ); + } elsif( $type eq 'x' ) { + next NEXTPATH if( $path =~ /^$regex$/ ); + } + } + my @c = split( m!/!, $path ); my @pa = map { join( '/', @c[0..$_] ) } 1..$#c; @@ -98,10 +119,10 @@ # f none /opt/csw/bin/sparcv8/mytool=/opt/csw/bin/mytool foreach my $e (@isaexec) { my ($isaexec_path, $new_path) = split( /=/, $e ); -# if( !exists $p{$isaexec_path} ) { -# warn "Could not find path '$e' to be replaced by isaexec"; -# next; -# } + + # Don't do isaexec replacement if the path has not been selected. + next if( !exists $p{$isaexec_path} ); + $p{$new_path} = [ @{$p{$isaexec_path}} ]; $p{$new_path}->[2] = $new_path . '=' . $isaexec_path; $p{$isaexec_path}->[0] = 'l'; @@ -131,7 +152,6 @@ =item B<-x | --exclude > Excludes the path from the resulting prototype. -If -i is given this option is ignored. =item B<-i | --include > Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 13:54:44 UTC (rev 3285) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 14:10:46 UTC (rev 3286) @@ -190,7 +190,6 @@ $(strip $(foreach S,$(filter-out $(1),$(_PKG_SPECS)), $(PKGFILES_$(S)) - $(call licensedir,$(S))/.* $(EXTRA_PKGFILES_EXCLUDED) $(EXTRA_PKGFILES_EXCLUDED_$(1)) $(_EXTRA_PKGFILES_EXCLUDED) @@ -200,7 +199,8 @@ define _pkgfiles_include $(strip - $(call licensedir,$(1))/.* + $(PKGFILES_$(1)_SHARED) + $(PKGFILES_$(1)) ) endef @@ -226,6 +226,12 @@ $(PROTOTYPE): $(WORKDIR) merge $(_DBG)cswproto -r $(PKGROOT) $(PKGROOT)=/ >$@ +# The pathfilter rules are as follows: +# - include license for current package +# - exclude licenses for all other packages +# - if other includes are given, only include these files +# - if no include is given ("catch all packages") include everything except what +# is put in other packages .PRECIOUS: $(WORKDIR)/%.prototype $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.prototype: _PKGFILES_EXCLUDE=$(call _pkgfiles_exclude,$*) $(WORKDIR)/%.prototype: _PKGFILES_INCLUDE=$(call _pkgfiles_include,$*) @@ -235,9 +241,10 @@ -n "$(_PKGFILES_EXCLUDE)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE)) \ - $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ - $(foreach FILE,$(_PKGFILES_EXCLUDE), -x '$(FILE)') \ + (pathfilter -i $(call licensedir,$*)/license \ + $(foreach S,$(filter-out $*,$(SPKG_SPECS)),-x $(call licensedir,$S)/license) \ + $(foreach FILE,$(_PKGFILES_INCLUDE),-i '$(FILE)') \ + $(if $(_PKGFILES_INCLUDE),-x '.*',$(foreach FILE,$(_PKGFILES_EXCLUDE),-x '$(FILE)')) \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ ) \ 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 Feb 20 15:40:51 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 14:40:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3287] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3287 http://gar.svn.sourceforge.net/gar/?rev=3287&view=rev Author: dmichelsen Date: 2009-02-20 14:40:50 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Introduce GNU_PROJ similar to SF_PROJ Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-20 14:10:46 UTC (rev 3286) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-20 14:40:50 UTC (rev 3287) @@ -513,8 +513,9 @@ GNU_SITE = http://mirrors.kernel.org GNU_GNUROOT = $(GNU_SITE)/gnu GNU_NGNUROOT = $(GNU_SITE)/non-gnu -GNU_MIRROR = $(GNU_GNUROOT)/$(GARNAME)/ -GNU_NMIRROR = $(GNU_NGNUROOT)/$(GARNAME)/ +GNU_PROJ ?= $(GARNAME) +GNU_MIRROR = $(GNU_GNUROOT)/$(GNU_PROJ)/ +GNU_NMIRROR = $(GNU_NGNUROOT)/$(GNU_PROJ)/ # CPAN CPAN_SITES += http://search.cpan.org/CPAN 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 Feb 20 16:20:42 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:20:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3288] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3288 http://gar.svn.sourceforge.net/gar/?rev=3288&view=rev Author: dmichelsen Date: 2009-02-20 15:20:42 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Honor pre- and post-scripts on 'reinstal' Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-20 14:40:50 UTC (rev 3287) +++ csw/mgar/gar/v2/gar.mk 2009-02-20 15:20:42 UTC (rev 3288) @@ -464,7 +464,7 @@ reset-install-modulated: @$(call _pmod,Reset install state) @rm -rf $(INSTALLISADIR) $(COOKIEDIR)/install-work - @rm -f $(COOKIEDIR)/install-modulated + @rm -f $(foreach C,pre-install-modulated install-modulated post-install-modulated,$(COOKIEDIR)/$C) # merge in all isas to the package directory after installation 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 Feb 20 16:21:06 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:21:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3289] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3289 http://gar.svn.sourceforge.net/gar/?rev=3289&view=rev Author: dmichelsen Date: 2009-02-20 15:21:06 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Fix pathfilter on packages without any includes or excludes Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 15:20:42 UTC (rev 3288) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 15:21:06 UTC (rev 3289) @@ -241,7 +241,7 @@ -n "$(_PKGFILES_EXCLUDE)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter -i $(call licensedir,$*)/license \ + (pathfilter $(if $(or $(_PKGFILES_EXCLUDE),$(_PKGFILES_INCLUDE)),-i $(call licensedir,$*)/license) \ $(foreach S,$(filter-out $*,$(SPKG_SPECS)),-x $(call licensedir,$S)/license) \ $(foreach FILE,$(_PKGFILES_INCLUDE),-i '$(FILE)') \ $(if $(_PKGFILES_INCLUDE),-x '.*',$(foreach FILE,$(_PKGFILES_EXCLUDE),-x '$(FILE)')) \ 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 Feb 20 16:22:25 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:22:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3290] csw/mgar/pkg/xmlstarlet/trunk Message-ID: Revision: 3290 http://gar.svn.sourceforge.net/gar/?rev=3290&view=rev Author: dmichelsen Date: 2009-02-20 15:22:25 +0000 (Fri, 20 Feb 2009) Log Message: ----------- xmlstarlet: Use dynamic gspecs, add 64 bit support, depend on gettextrt Modified Paths: -------------- csw/mgar/pkg/xmlstarlet/trunk/Makefile csw/mgar/pkg/xmlstarlet/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec Modified: csw/mgar/pkg/xmlstarlet/trunk/Makefile =================================================================== --- csw/mgar/pkg/xmlstarlet/trunk/Makefile 2009-02-20 15:21:06 UTC (rev 3289) +++ csw/mgar/pkg/xmlstarlet/trunk/Makefile 2009-02-20 15:22:25 UTC (rev 3290) @@ -14,9 +14,8 @@ SF_PROJ = xmlstar MASTER_SITES += $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWxmlstarlet,) -REQUIRED_PKGS = CSWgcrypt CSWggettext CSWgpgerr CSWiconv CSWlibxml2 CSWlibxslt CSWzlib +REQUIRED_PKGS = CSWgcrypt CSWggettextrt CSWgpgerr CSWiconv CSWlibxml2 CSWlibxslt CSWzlib # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=66612 @@ -25,6 +24,10 @@ PATCHFILES = $(GARNAME)-$(GARVERSION)-cc.patch +BUILD64 = 1 + +TEST_TARGET = check + include gar/category.mk CONFIGURE_ENV += LIBXML_PREFIX=$(prefix) @@ -36,7 +39,7 @@ CONFIGURE_ARGS = $(DIRPATHS) -post-install: +post-install-modulated: @echo " ==> Renaming program to xmlstarlet" - @mv $(DESTDIR)$(prefix)/bin/xml $(DESTDIR)$(prefix)/bin/xmlstarlet + @mv $(DESTDIR)$(bindir)/xml $(DESTDIR)$(bindir)/xmlstarlet @$(MAKECOOKIE) Modified: csw/mgar/pkg/xmlstarlet/trunk/checksums =================================================================== --- csw/mgar/pkg/xmlstarlet/trunk/checksums 2009-02-20 15:21:06 UTC (rev 3289) +++ csw/mgar/pkg/xmlstarlet/trunk/checksums 2009-02-20 15:22:25 UTC (rev 3290) @@ -1,5 +1,2 @@ 8deb71834bcdfb4443c258a1f0042fce download/xmlstarlet-1.0.1.tar.gz -3ac6206a6444ab090bb9ec5401e71f13 download/CSWxmlstarlet.gspec -8418405818272588636f6befb21f7ecc download/CSWxmlstarlet.depend -123105907d3faaef6696bae8e80901d1 download/CSWxmlstarlet.prototype 43fc74b5208249a730dd910533a05cc8 download/xmlstarlet-1.0.1-cc.patch Deleted: csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec =================================================================== --- csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec 2009-02-20 15:21:06 UTC (rev 3289) +++ csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec 2009-02-20 15:22:25 UTC (rev 3290) @@ -1,4 +0,0 @@ -%var bitname xmlstarlet -%var pkgname CSWxmlstarlet -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 20 16:36:05 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:36:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3291] csw/mgar/pkg Message-ID: Revision: 3291 http://gar.svn.sourceforge.net/gar/?rev=3291&view=rev Author: dmichelsen Date: 2009-02-20 15:36:05 +0000 (Fri, 20 Feb 2009) Log Message: ----------- libgmp: Update to 2.2.4 Modified Paths: -------------- csw/mgar/pkg/libgmp/trunk/Makefile csw/mgar/pkg/libgmp/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libgmp/ Removed Paths: ------------- csw/mgar/pkg/gmp/ csw/mgar/pkg/libgmp/trunk/files/CSWgmp.gspec Property Changed: ---------------- csw/mgar/pkg/libgmp/trunk/ Property changes on: csw/mgar/pkg/libgmp/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/libgmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gmp/trunk/Makefile 2009-02-13 04:17:49 UTC (rev 3094) +++ csw/mgar/pkg/libgmp/trunk/Makefile 2009-02-20 15:36:05 UTC (rev 3291) @@ -1,8 +1,8 @@ GARNAME = gmp -GARVERSION = 4.1.2 +GARVERSION = 4.2.4 CATEGORIES = lib -DESCRIPTION = The GNU MP Bignum Library +DESCRIPTION = GNU Multiple Precision Arithmetic Library define BLURB GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to @@ -19,13 +19,22 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgmp,) +SPKG_SOURCEURL = http://gmplib.org/ + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +BUILD64 = 1 + TEST_TARGET = check -CONFIGURE_ARGS = ABI=32 $(DIRPATHS) +MPN_sparcv8 = "sparc32/v8 sparc32 generic" +MPN_sparcv9 = "sparc64/v9 generic" +#CONFIGURE_ARGS = ABI=32 $(DIRPATHS) +CONFIGURE_ARGS = MPN_PATH=$(MPN_$(ISA)) $(DIRPATHS) + +PACKAGES = CSWlibgmp + include gar/category.mk Modified: csw/mgar/pkg/libgmp/trunk/checksums =================================================================== --- csw/mgar/pkg/gmp/trunk/checksums 2009-02-13 04:17:49 UTC (rev 3094) +++ csw/mgar/pkg/libgmp/trunk/checksums 2009-02-20 15:36:05 UTC (rev 3291) @@ -1,2 +1 @@ -ed39b34dd14014cc504840776af5ba10 download/gmp-4.1.2.tar.bz2 -42911828fcfb460b2d8036e2dc7c7c02 download/CSWgmp.gspec +fc1e3b3a2a5038d4d74138d0b9cf8dbe download/gmp-4.2.4.tar.bz2 Deleted: csw/mgar/pkg/libgmp/trunk/files/CSWgmp.gspec =================================================================== --- csw/mgar/pkg/gmp/trunk/files/CSWgmp.gspec 2009-02-13 04:17:49 UTC (rev 3094) +++ csw/mgar/pkg/libgmp/trunk/files/CSWgmp.gspec 2009-02-20 15:36:05 UTC (rev 3291) @@ -1,4 +0,0 @@ -%var bitname gmp -%var pkgname CSWgmp -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 18:31:15 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 17:31:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3292] csw/mgar/pkg/ImageMagick/trunk Message-ID: Revision: 3292 http://gar.svn.sourceforge.net/gar/?rev=3292&view=rev Author: hson Date: 2009-02-20 17:31:15 +0000 (Fri, 20 Feb 2009) Log Message: ----------- imagemagick: Update to 6.4.9 plus dynamic gspec Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile csw/mgar/pkg/ImageMagick/trunk/checksums Added Paths: ----------- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.i csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.s csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.i csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.s csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.i csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.s Removed Paths: ------------- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 15:36:05 UTC (rev 3291) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 17:31:15 UTC (rev 3292) @@ -1,6 +1,6 @@ -GARNAME = ImageMagick -GARVERSION = 6.2.7 -GARSUBREV = 8 +GARNAME = imagemagick +GARVERSION = 6.4.9 +GARSUBREV = 4 CATEGORIES = lib DESCRIPTION = A comprehensive package supporting automated and interative manipulation of images @@ -11,10 +11,25 @@ PhotoCD, and GIF. endef -MASTER_SITES = ftp://ftp.fifi.org/pub/$(GARNAME)/ -DISTFILES = $(GARNAME)-$(GARVERSION)-$(GARSUBREV).tar.bz2 -DISTFILES += $(call admfiles,CSWimagick,) +MASTER_SITES = ftp://ftp.imagemagick.org/pub/ImageMagick/ +DISTFILES = ImageMagick-$(GARVERSION)-$(GARSUBREV).tar.bz2 +DISTFILES += libMagick++.so.10.0.4.i +DISTFILES += libMagick++.so.10.0.4.s +DISTFILES += libMagick.so.10.0.4.i +DISTFILES += libMagick.so.10.0.4.s +DISTFILES += libWand.so.10.0.4.i +DISTFILES += libWand.so.10.0.4.s +DISTNAME = ImageMagick-$(GARVERSION)-$(GARSUBREV) + +LICENSE = LICENSE + +REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWgcc2g++rt CSWggettextrt +REQUIRED_PKGS += CSWggettext CSWsunmath +REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWilmbase CSWjasper CSWjbigkit +REQUIRED_PKGS += CSWjpeg CSWlcms CSWlibcairo CSWlibfpx CSWlibrsvg +REQUIRED_PKGS += CSWlibxml2 CSWopenexr CSWperl CSWpng CSWtiff CSWwmf CSWzlib + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 @@ -22,11 +37,27 @@ CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static +PATCHFILES += Makefile.patch + # Test has to be run *after* install TEST_SCRIPTS = +EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod + include gar/category.mk -post-install: - @echo " ==> Running tests for $(GARNAME)" - @$(MAKE) -C $(WORKSRC) check +post-install-isa-sparcv8: + @cp $(FILEDIR)/libMagick.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @cp $(FILEDIR)/libWand.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @cp $(FILEDIR)/libMagick++.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + +post-install-isa-i386: + @cp $(FILEDIR)/libMagick.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @cp $(FILEDIR)/libWand.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @cp $(FILEDIR)/libMagick++.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 Modified: csw/mgar/pkg/ImageMagick/trunk/checksums =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 15:36:05 UTC (rev 3291) +++ csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 17:31:15 UTC (rev 3292) @@ -1,2 +1,8 @@ -be62221c469009a1082298ccad31579e download/ImageMagick-6.2.7-8.tar.bz2 -68a34a6120d6f69b2e18e2b99d01497c download/CSWimagick.gspec +8eba684cd31a3de7eac0f6ed02ce8018 download/ImageMagick-6.4.9-4.tar.bz2 +26ba45bf8a01f64c01973522657e1e09 download/libMagick++.so.10.0.4.i +d4d961c6aab8c2fb4067953f80a5213b download/libMagick++.so.10.0.4.s +c6254fa21d534ca99be36547ce599709 download/libMagick.so.10.0.4.i +c3da4ba416306f5c064cfcc109f69091 download/libMagick.so.10.0.4.s +f46e2f8d0bd8f2c1206534592ebda333 download/libWand.so.10.0.4.i +0f6e06e2d8e5b446e90be3a8ae328761 download/libWand.so.10.0.4.s +6bd361fe352c7d497d60d8d2cbe7cfd4 download/Makefile.patch Added: csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec (rev 0) +++ csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec 2009-02-20 17:31:15 UTC (rev 3292) @@ -0,0 +1,4 @@ +%var bitname imagemagick +%var pkgname CSWimagemagick +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Deleted: csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec 2009-02-20 15:36:05 UTC (rev 3291) +++ csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec 2009-02-20 17:31:15 UTC (rev 3292) @@ -1,4 +0,0 @@ -%var bitname imagemagick -%var pkgname CSWimagick -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT Added: csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch (rev 0) +++ csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch 2009-02-20 17:31:15 UTC (rev 3292) @@ -0,0 +1,11 @@ +--- ImageMagick-6.4.9-4.orig/Makefile.in 2009-02-12 23:04:45.000000000 +0100 ++++ ImageMagick-6.4.9-4/Makefile.in 2009-02-18 07:30:25.392728347 +0100 +@@ -2929,7 +2929,7 @@ + coders_fpx_la_SOURCES = coders/fpx.c + coders_fpx_la_CPPFLAGS = $(MODULE_EXTRA_CPPFLAGS) + coders_fpx_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_fpx_la_LIBADD = $(MAGICKCORE_LIBS) $(FPX_LIBS) -lstdc++ ++coders_fpx_la_LIBADD = $(MAGICKCORE_LIBS) $(FPX_LIBS) + + # GIF coder module + coders_gif_la_SOURCES = coders/gif.c Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 18:31:55 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 17:31:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3293] csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick. gspec Message-ID: Revision: 3293 http://gar.svn.sourceforge.net/gar/?rev=3293&view=rev Author: hson Date: 2009-02-20 17:31:55 +0000 (Fri, 20 Feb 2009) Log Message: ----------- imagemagick: Remove gspec file Removed Paths: ------------- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec Deleted: csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec 2009-02-20 17:31:15 UTC (rev 3292) +++ csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec 2009-02-20 17:31:55 UTC (rev 3293) @@ -1,4 +0,0 @@ -%var bitname imagemagick -%var pkgname CSWimagemagick -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 20:49:11 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 19:49:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3294] csw/mgar/pkg/ImageMagick/trunk Message-ID: Revision: 3294 http://gar.svn.sourceforge.net/gar/?rev=3294&view=rev Author: hson Date: 2009-02-20 19:49:11 +0000 (Fri, 20 Feb 2009) Log Message: ----------- imagemagick: Update to 6.4.9-6 Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile csw/mgar/pkg/ImageMagick/trunk/checksums Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 17:31:55 UTC (rev 3293) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 19:49:11 UTC (rev 3294) @@ -1,6 +1,6 @@ GARNAME = imagemagick GARVERSION = 6.4.9 -GARSUBREV = 4 +GARSUBREV = 6 CATEGORIES = lib DESCRIPTION = A comprehensive package supporting automated and interative manipulation of images Modified: csw/mgar/pkg/ImageMagick/trunk/checksums =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 17:31:55 UTC (rev 3293) +++ csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 19:49:11 UTC (rev 3294) @@ -1,4 +1,4 @@ -8eba684cd31a3de7eac0f6ed02ce8018 download/ImageMagick-6.4.9-4.tar.bz2 +d65a4cd3cf103d49085a55c90c871854 download/ImageMagick-6.4.9-6.tar.bz2 26ba45bf8a01f64c01973522657e1e09 download/libMagick++.so.10.0.4.i d4d961c6aab8c2fb4067953f80a5213b download/libMagick++.so.10.0.4.s c6254fa21d534ca99be36547ce599709 download/libMagick.so.10.0.4.i 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 Feb 20 22:04:55 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 21:04:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3295] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3295 http://gar.svn.sourceforge.net/gar/?rev=3295&view=rev Author: dmichelsen Date: 2009-02-20 21:04:54 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Add EXTRA_MERGE_DIRS Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-20 19:49:11 UTC (rev 3294) +++ csw/mgar/gar/v2/gar.mk 2009-02-20 21:04:54 UTC (rev 3295) @@ -494,7 +494,7 @@ else ISAEXEC_DIRS ?= $(if $(NO_ISAEXEC),,$(bindir) $(sbindir) $(libexecdir)) MERGE_DIRS_isa-$(ISA_DEFAULT) ?= -MERGE_DIRS_isa-$(ISA) ?= $(bindir) $(sbindir) $(libexecdir) $(libdir) +MERGE_DIRS_isa-$(ISA) ?= $(bindir) $(sbindir) $(libexecdir) $(libdir) $(EXTRA_MERGE_DIRS) $(EXTRA_MERGE_DIRS_isa-$(ISA)) MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-relocate $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS) MERGE_SCRIPTS_isa-$(ISA) ?= copy-relocated-only $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS) endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 20 23:08:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 20 Feb 2009 22:08:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3296] csw/mgar/pkg Message-ID: Revision: 3296 http://gar.svn.sourceforge.net/gar/?rev=3296&view=rev Author: valholla Date: 2009-02-20 22:08:27 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- csw/mgar/pkg/fixme/ csw/mgar/pkg/fixme/fixme.sh Added: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh (rev 0) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:08:27 UTC (rev 3296) @@ -0,0 +1,43 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + mv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + mv ${lt}.new ${lt} +done + Property changes on: csw/mgar/pkg/fixme/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 20 23:25:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 20 Feb 2009 22:25:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3297] csw/mgar/pkg/fixme/fixme.sh Message-ID: Revision: 3297 http://gar.svn.sourceforge.net/gar/?rev=3297&view=rev Author: valholla Date: 2009-02-20 22:25:23 +0000 (Fri, 20 Feb 2009) Log Message: ----------- typo Modified Paths: -------------- csw/mgar/pkg/fixme/fixme.sh Modified: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:08:27 UTC (rev 3296) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:25:23 UTC (rev 3297) @@ -31,13 +31,13 @@ -e "s/\.so.*$//") fixpath=$(gecho $file |gsed 's/\//\\\//g') sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new - mv Makefile.new ${mk} + gmv Makefile.new ${mk} done done ## Fix libtool Script for lt in $(gfind ${BASEPATH} -name libtool -print); do gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new - mv ${lt}.new ${lt} + gmv ${lt}.new ${lt} done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 20 23:56:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 20 Feb 2009 22:56:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3298] csw/mgar/pkg/fixme/fixme.sh Message-ID: Revision: 3298 http://gar.svn.sourceforge.net/gar/?rev=3298&view=rev Author: valholla Date: 2009-02-20 22:56:55 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Fix libtool regeneration script Modified Paths: -------------- csw/mgar/pkg/fixme/fixme.sh Modified: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:25:23 UTC (rev 3297) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:56:55 UTC (rev 3298) @@ -41,3 +41,9 @@ gmv ${lt}.new ${lt} done +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 02:39:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 01:39:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3299] csw/mgar/pkg/gd/trunk Message-ID: Revision: 3299 http://gar.svn.sourceforge.net/gar/?rev=3299&view=rev Author: valholla Date: 2009-02-21 01:39:20 +0000 (Sat, 21 Feb 2009) Log Message: ----------- put back 64bit and fixed package contents for devel Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/gd/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gd/trunk/files/Makefile.diff Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-20 22:56:55 UTC (rev 3298) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-21 01:39:20 UTC (rev 3299) @@ -10,6 +10,7 @@ MASTER_SITES = http://www.libgd.org/releases/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh PACKAGES = CSWgd CSWgd-devel CATALOGNAME_CSWgd = gd @@ -17,16 +18,19 @@ SPKG_DESC_CSWgd = $(DESCRIPTION) SPKG_DESC_CSWgd-devel = Development headers and libraries for gd +PATCHFILES = Makefile.diff + REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv -REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib CSWsunmath +REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib REQUIRED_PKGS_CSWgd-devel = CSWgd -PKGFILES_CSWgd-devel = $( PKGFILES_DEVEL) +PKGFILES_CSWgd-devel = $(PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -## fix link bug for php_gd undefined symbols -EXTRA_LINKER_FLAGS += -lsunmath +BUILD64 = 1 +NO_ISAEXEC = 1 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) @@ -35,6 +39,17 @@ CONFIGURE_ARGS += --with-fontconfig=$(prefix) CONFIGURE_ARGS += --with-jpeg=$(prefix) CONFIGURE_ARGS += --with-xpm=$(prefix) +CONFIGURE_ARGS += --disable-fast-install +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) +## There are no tests for this +TEST_SCRIPTS = skip + +test-skip: + $(DONADA) + include gar/category.mk Modified: csw/mgar/pkg/gd/trunk/checksums =================================================================== --- csw/mgar/pkg/gd/trunk/checksums 2009-02-20 22:56:55 UTC (rev 3298) +++ csw/mgar/pkg/gd/trunk/checksums 2009-02-21 01:39:20 UTC (rev 3299) @@ -1,7 +1,3 @@ 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c download/gd-2.0.35.tar.bz2 -b398d4a1d63d198efefe8981bc593d25 download/CSWgd.gspec -a27c2f9d196328f8313c7d8dbf09482a download/CSWgd.depend -9e7a372172740b1b6402b6495118e70c download/CSWgd.prototype -18ce4fa639cadcc52e1499a9462de12f download/CSWgd-devel.gspec -748ddb41e5984e34b92ef1d77f544f71 download/CSWgd-devel.depend -b195cab77f83d8aea3f6615159614af4 download/CSWgd-devel.prototype +70771682427d524354d50482371edca5 download/fixme.sh +88e69d03742a55f979e2822d97c525c1 download/Makefile.diff Added: csw/mgar/pkg/gd/trunk/files/Makefile.diff =================================================================== --- csw/mgar/pkg/gd/trunk/files/Makefile.diff (rev 0) +++ csw/mgar/pkg/gd/trunk/files/Makefile.diff 2009-02-21 01:39:20 UTC (rev 3299) @@ -0,0 +1,10 @@ +--- gd-2.0.35/Makefile.in.orig 2009-02-20 16:42:35.992955622 -0600 ++++ gd-2.0.35/Makefile.in 2009-02-20 16:42:39.401892868 -0600 +@@ -399,6 +399,7 @@ + cd $(top_srcdir) && $(AUTOHEADER) + rm -f stamp-h1 ++ @$(srcdir)../fixme.sh $(srcdir) + touch $@ + + distclean-hdr: + -rm -f config.h stamp-h1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 02:46:44 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 01:46:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3300] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3300 http://gar.svn.sourceforge.net/gar/?rev=3300&view=rev Author: hson Date: 2009-02-21 01:46:44 +0000 (Sat, 21 Feb 2009) Log Message: ----------- imagemagick: enable usage of ghostscript using lib Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-21 01:39:20 UTC (rev 3299) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-21 01:46:44 UTC (rev 3300) @@ -24,11 +24,11 @@ LICENSE = LICENSE -REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWgcc2g++rt CSWggettextrt -REQUIRED_PKGS += CSWggettext CSWsunmath -REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWilmbase CSWjasper CSWjbigkit -REQUIRED_PKGS += CSWjpeg CSWlcms CSWlibcairo CSWlibfpx CSWlibrsvg -REQUIRED_PKGS += CSWlibxml2 CSWopenexr CSWperl CSWpng CSWtiff CSWwmf CSWzlib +REQUIRED_PKGS += CSWbzip2 CSWdjvulibre CSWfconfig CSWftype2 CSWgcc2g++rt +REQUIRED_PKGS += CSWggettext CSWggettextrt CSWglib2 CSWgs CSWgtk2 CSWiconv +REQUIRED_PKGS += CSWilmbase CSWjasper CSWjbigkit CSWjpeg CSWlcms CSWlibcairo +REQUIRED_PKGS += CSWlibfpx CSWlibrsvg CSWlibxml2 CSWopenexr CSWperl CSWpng +REQUIRED_PKGS += CSWsunmath CSWtiff CSWwmf CSWzlib # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 @@ -36,6 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static +CONFIGURE_ARGS += --with-gslib=yes PATCHFILES += Makefile.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:10:18 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:10:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3301] csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Message-ID: Revision: 3301 http://gar.svn.sourceforge.net/gar/?rev=3301&view=rev Author: hson Date: 2009-02-21 02:10:18 +0000 (Sat, 21 Feb 2009) Log Message: ----------- exiftool: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Deleted: csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec =================================================================== --- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec 2009-02-21 01:46:44 UTC (rev 3300) +++ csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec 2009-02-21 02:10:18 UTC (rev 3301) @@ -1,9 +0,0 @@ -%var bitname exiftool -%var pkgname CSWexiftool -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Copyright 2003-2009, Phil Harvey - -This 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 hson at users.sourceforge.net Sat Feb 21 03:10:51 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:10:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3302] csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec Message-ID: Revision: 3302 http://gar.svn.sourceforge.net/gar/?rev=3302&view=rev Author: hson Date: 2009-02-21 02:10:50 +0000 (Sat, 21 Feb 2009) Log Message: ----------- libexif: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec Deleted: csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec =================================================================== --- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-21 02:10:18 UTC (rev 3301) +++ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-21 02:10:50 UTC (rev 3302) @@ -1,4 +0,0 @@ -%var bitname libexif -%var pkgname CSWlibexif -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:11:24 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:11:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3303] csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata. gspec Message-ID: Revision: 3303 http://gar.svn.sourceforge.net/gar/?rev=3303&view=rev Author: hson Date: 2009-02-21 02:11:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- libiptcdata: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec Deleted: csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec 2009-02-21 02:10:50 UTC (rev 3302) +++ csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec 2009-02-21 02:11:23 UTC (rev 3303) @@ -1,4 +0,0 @@ -%var bitname libiptcdata -%var pkgname CSWlibiptcdata -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:12:06 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:12:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3304] csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec Message-ID: Revision: 3304 http://gar.svn.sourceforge.net/gar/?rev=3304&view=rev Author: hson Date: 2009-02-21 02:12:05 +0000 (Sat, 21 Feb 2009) Log Message: ----------- librsvg: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec Deleted: csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec 2009-02-21 02:11:23 UTC (rev 3303) +++ csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec 2009-02-21 02:12:05 UTC (rev 3304) @@ -1,4 +0,0 @@ -%var bitname librsvg -%var pkgname CSWlibrsvg -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:12:51 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:12:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3305] csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec Message-ID: Revision: 3305 http://gar.svn.sourceforge.net/gar/?rev=3305&view=rev Author: hson Date: 2009-02-21 02:12:50 +0000 (Sat, 21 Feb 2009) Log Message: ----------- ilmbase: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec Deleted: csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec 2009-02-21 02:12:05 UTC (rev 3304) +++ csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec 2009-02-21 02:12:50 UTC (rev 3305) @@ -1,4 +0,0 @@ -%var bitname ilmbase -%var pkgname CSWilmbase -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:13:11 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:13:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3306] csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec Message-ID: Revision: 3306 http://gar.svn.sourceforge.net/gar/?rev=3306&view=rev Author: hson Date: 2009-02-21 02:13:11 +0000 (Sat, 21 Feb 2009) Log Message: ----------- openexr: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec Deleted: csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec =================================================================== --- csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-21 02:12:50 UTC (rev 3305) +++ csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-21 02:13:11 UTC (rev 3306) @@ -1,4 +0,0 @@ -%var bitname openexr -%var pkgname CSWopenexr -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:39:32 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:39:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3307] csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Message-ID: Revision: 3307 http://gar.svn.sourceforge.net/gar/?rev=3307&view=rev Author: hson Date: 2009-02-21 02:39:32 +0000 (Sat, 21 Feb 2009) Log Message: ----------- exiftool: Resurrected gspec file Added Paths: ----------- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Copied: csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec (from rev 2880, csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec) =================================================================== --- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec (rev 0) +++ csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec 2009-02-21 02:39:32 UTC (rev 3307) @@ -0,0 +1,9 @@ +%var bitname exiftool +%var pkgname CSWexiftool +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright +Copyright 2003-2009, Phil Harvey + +This 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 valholla at users.sourceforge.net Sat Feb 21 04:01:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:01:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3308] csw/mgar/pkg/php5_bcmath/Makefile Message-ID: Revision: 3308 http://gar.svn.sourceforge.net/gar/?rev=3308&view=rev Author: valholla Date: 2009-02-21 03:01:18 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_bcmath/Makefile Modified: csw/mgar/pkg/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/Makefile 2009-02-21 02:39:32 UTC (rev 3307) +++ csw/mgar/pkg/php5_bcmath/Makefile 2009-02-21 03:01:18 UTC (rev 3308) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:01:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:01:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3309] csw/mgar/pkg/php5_calendar/Makefile Message-ID: Revision: 3309 http://gar.svn.sourceforge.net/gar/?rev=3309&view=rev Author: valholla Date: 2009-02-21 03:01:30 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_calendar/Makefile Modified: csw/mgar/pkg/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/Makefile 2009-02-21 03:01:18 UTC (rev 3308) +++ csw/mgar/pkg/php5_calendar/Makefile 2009-02-21 03:01:30 UTC (rev 3309) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:01:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:01:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3310] csw/mgar/pkg/php5_ctype/Makefile Message-ID: Revision: 3310 http://gar.svn.sourceforge.net/gar/?rev=3310&view=rev Author: valholla Date: 2009-02-21 03:01:50 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_ctype/Makefile Modified: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile 2009-02-21 03:01:30 UTC (rev 3309) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-21 03:01:50 UTC (rev 3310) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3311] csw/mgar/pkg/php5_dbase/Makefile Message-ID: Revision: 3311 http://gar.svn.sourceforge.net/gar/?rev=3311&view=rev Author: valholla Date: 2009-02-21 03:02:09 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_dbase/Makefile Modified: csw/mgar/pkg/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/Makefile 2009-02-21 03:01:50 UTC (rev 3310) +++ csw/mgar/pkg/php5_dbase/Makefile 2009-02-21 03:02:09 UTC (rev 3311) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3312] csw/mgar/pkg/php5_dom/Makefile Message-ID: Revision: 3312 http://gar.svn.sourceforge.net/gar/?rev=3312&view=rev Author: valholla Date: 2009-02-21 03:02:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_dom/Makefile Modified: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile 2009-02-21 03:02:09 UTC (rev 3311) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-21 03:02:23 UTC (rev 3312) @@ -36,7 +36,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3313] csw/mgar/pkg/php5_exif/Makefile Message-ID: Revision: 3313 http://gar.svn.sourceforge.net/gar/?rev=3313&view=rev Author: valholla Date: 2009-02-21 03:02:33 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_exif/Makefile Modified: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile 2009-02-21 03:02:23 UTC (rev 3312) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-21 03:02:33 UTC (rev 3313) @@ -35,7 +35,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3314] csw/mgar/pkg/php5_filter/Makefile Message-ID: Revision: 3314 http://gar.svn.sourceforge.net/gar/?rev=3314&view=rev Author: valholla Date: 2009-02-21 03:02:47 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_filter/Makefile Modified: csw/mgar/pkg/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/Makefile 2009-02-21 03:02:33 UTC (rev 3313) +++ csw/mgar/pkg/php5_filter/Makefile 2009-02-21 03:02:47 UTC (rev 3314) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3315] csw/mgar/pkg/php5_hash/Makefile Message-ID: Revision: 3315 http://gar.svn.sourceforge.net/gar/?rev=3315&view=rev Author: valholla Date: 2009-02-21 03:02:59 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_hash/Makefile Modified: csw/mgar/pkg/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/Makefile 2009-02-21 03:02:47 UTC (rev 3314) +++ csw/mgar/pkg/php5_hash/Makefile 2009-02-21 03:02:59 UTC (rev 3315) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:03:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:03:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3316] csw/mgar/pkg/php5_iconv/Makefile Message-ID: Revision: 3316 http://gar.svn.sourceforge.net/gar/?rev=3316&view=rev Author: valholla Date: 2009-02-21 03:03:11 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_iconv/Makefile Modified: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile 2009-02-21 03:02:59 UTC (rev 3315) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-21 03:03:11 UTC (rev 3316) @@ -36,7 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:03:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:03:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3317] csw/mgar/pkg/php5_json/Makefile Message-ID: Revision: 3317 http://gar.svn.sourceforge.net/gar/?rev=3317&view=rev Author: valholla Date: 2009-02-21 03:03:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_json/Makefile Modified: csw/mgar/pkg/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5_json/Makefile 2009-02-21 03:03:11 UTC (rev 3316) +++ csw/mgar/pkg/php5_json/Makefile 2009-02-21 03:03:23 UTC (rev 3317) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:03:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:03:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3318] csw/mgar/pkg/php5_mbstring/Makefile Message-ID: Revision: 3318 http://gar.svn.sourceforge.net/gar/?rev=3318&view=rev Author: valholla Date: 2009-02-21 03:03:45 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_mbstring/Makefile Modified: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile 2009-02-21 03:03:23 UTC (rev 3317) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-21 03:03:45 UTC (rev 3318) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3319] csw/mgar/pkg/php5_mime_magic/Makefile Message-ID: Revision: 3319 http://gar.svn.sourceforge.net/gar/?rev=3319&view=rev Author: valholla Date: 2009-02-21 03:04:07 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_mime_magic/Makefile Modified: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-21 03:03:45 UTC (rev 3318) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-21 03:04:07 UTC (rev 3319) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3320] csw/mgar/pkg/php5_ncurses/Makefile Message-ID: Revision: 3320 http://gar.svn.sourceforge.net/gar/?rev=3320&view=rev Author: valholla Date: 2009-02-21 03:04:21 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_ncurses/Makefile Modified: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile 2009-02-21 03:04:07 UTC (rev 3319) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-21 03:04:21 UTC (rev 3320) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-ncurses=/opt/csw -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3321] csw/mgar/pkg/php5_pcntl/Makefile Message-ID: Revision: 3321 http://gar.svn.sourceforge.net/gar/?rev=3321&view=rev Author: valholla Date: 2009-02-21 03:04:40 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_pcntl/Makefile Modified: csw/mgar/pkg/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/Makefile 2009-02-21 03:04:21 UTC (rev 3320) +++ csw/mgar/pkg/php5_pcntl/Makefile 2009-02-21 03:04:40 UTC (rev 3321) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3322] csw/mgar/pkg/php5_posix/Makefile Message-ID: Revision: 3322 http://gar.svn.sourceforge.net/gar/?rev=3322&view=rev Author: valholla Date: 2009-02-21 03:04:58 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_posix/Makefile Modified: csw/mgar/pkg/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/Makefile 2009-02-21 03:04:40 UTC (rev 3321) +++ csw/mgar/pkg/php5_posix/Makefile 2009-02-21 03:04:58 UTC (rev 3322) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3323] csw/mgar/pkg/php5_recode/Makefile Message-ID: Revision: 3323 http://gar.svn.sourceforge.net/gar/?rev=3323&view=rev Author: valholla Date: 2009-02-21 03:05:11 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_recode/Makefile Modified: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile 2009-02-21 03:04:58 UTC (rev 3322) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-21 03:05:11 UTC (rev 3323) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-recode=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:26 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3324] csw/mgar/pkg/php5_shmop/Makefile Message-ID: Revision: 3324 http://gar.svn.sourceforge.net/gar/?rev=3324&view=rev Author: valholla Date: 2009-02-21 03:05:25 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_shmop/Makefile Modified: csw/mgar/pkg/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/Makefile 2009-02-21 03:05:11 UTC (rev 3323) +++ csw/mgar/pkg/php5_shmop/Makefile 2009-02-21 03:05:25 UTC (rev 3324) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3325] csw/mgar/pkg/php5_simplexml/Makefile Message-ID: Revision: 3325 http://gar.svn.sourceforge.net/gar/?rev=3325&view=rev Author: valholla Date: 2009-02-21 03:05:38 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_simplexml/Makefile Modified: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile 2009-02-21 03:05:25 UTC (rev 3324) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-21 03:05:38 UTC (rev 3325) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3326] csw/mgar/pkg/php5_soap/Makefile Message-ID: Revision: 3326 http://gar.svn.sourceforge.net/gar/?rev=3326&view=rev Author: valholla Date: 2009-02-21 03:05:47 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_soap/Makefile Modified: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile 2009-02-21 03:05:38 UTC (rev 3325) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-21 03:05:47 UTC (rev 3326) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3327] csw/mgar/pkg/php5_sockets/Makefile Message-ID: Revision: 3327 http://gar.svn.sourceforge.net/gar/?rev=3327&view=rev Author: valholla Date: 2009-02-21 03:06:03 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sockets/Makefile Modified: csw/mgar/pkg/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/Makefile 2009-02-21 03:05:47 UTC (rev 3326) +++ csw/mgar/pkg/php5_sockets/Makefile 2009-02-21 03:06:03 UTC (rev 3327) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3328] csw/mgar/pkg/php5_sqlite/Makefile Message-ID: Revision: 3328 http://gar.svn.sourceforge.net/gar/?rev=3328&view=rev Author: valholla Date: 2009-02-21 03:06:18 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sqlite/Makefile Modified: csw/mgar/pkg/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/Makefile 2009-02-21 03:06:03 UTC (rev 3327) +++ csw/mgar/pkg/php5_sqlite/Makefile 2009-02-21 03:06:18 UTC (rev 3328) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3329] csw/mgar/pkg/php5_sysvmsg/Makefile Message-ID: Revision: 3329 http://gar.svn.sourceforge.net/gar/?rev=3329&view=rev Author: valholla Date: 2009-02-21 03:06:30 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sysvmsg/Makefile Modified: csw/mgar/pkg/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-21 03:06:18 UTC (rev 3328) +++ csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-21 03:06:30 UTC (rev 3329) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3330] csw/mgar/pkg/php5_sysvsem/Makefile Message-ID: Revision: 3330 http://gar.svn.sourceforge.net/gar/?rev=3330&view=rev Author: valholla Date: 2009-02-21 03:06:42 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sysvsem/Makefile Modified: csw/mgar/pkg/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-21 03:06:30 UTC (rev 3329) +++ csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-21 03:06:42 UTC (rev 3330) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3331] csw/mgar/pkg/php5_sysvshm/Makefile Message-ID: Revision: 3331 http://gar.svn.sourceforge.net/gar/?rev=3331&view=rev Author: valholla Date: 2009-02-21 03:06:59 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sysvshm/Makefile Modified: csw/mgar/pkg/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-21 03:06:42 UTC (rev 3330) +++ csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-21 03:06:59 UTC (rev 3331) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3332] csw/mgar/pkg/php5_tidy/Makefile Message-ID: Revision: 3332 http://gar.svn.sourceforge.net/gar/?rev=3332&view=rev Author: valholla Date: 2009-02-21 03:07:12 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_tidy/Makefile Modified: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile 2009-02-21 03:06:59 UTC (rev 3331) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-21 03:07:12 UTC (rev 3332) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-tidy=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3333] csw/mgar/pkg/php5_tokenizer/Makefile Message-ID: Revision: 3333 http://gar.svn.sourceforge.net/gar/?rev=3333&view=rev Author: valholla Date: 2009-02-21 03:07:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_tokenizer/Makefile Modified: csw/mgar/pkg/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-21 03:07:12 UTC (rev 3332) +++ csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-21 03:07:23 UTC (rev 3333) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3334] csw/mgar/pkg/php5_xdebug/Makefile Message-ID: Revision: 3334 http://gar.svn.sourceforge.net/gar/?rev=3334&view=rev Author: valholla Date: 2009-02-21 03:07:36 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xdebug/Makefile Modified: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile 2009-02-21 03:07:23 UTC (rev 3333) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-21 03:07:36 UTC (rev 3334) @@ -39,7 +39,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3335] csw/mgar/pkg/php5_xml/Makefile Message-ID: Revision: 3335 http://gar.svn.sourceforge.net/gar/?rev=3335&view=rev Author: valholla Date: 2009-02-21 03:07:48 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xml/Makefile Modified: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile 2009-02-21 03:07:36 UTC (rev 3334) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-21 03:07:48 UTC (rev 3335) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:56 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3336] csw/mgar/pkg/php5_xmlreader/Makefile Message-ID: Revision: 3336 http://gar.svn.sourceforge.net/gar/?rev=3336&view=rev Author: valholla Date: 2009-02-21 03:07:55 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xmlreader/Makefile Modified: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-21 03:07:48 UTC (rev 3335) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-21 03:07:55 UTC (rev 3336) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3337] csw/mgar/pkg/php5_xmlrpc/Makefile Message-ID: Revision: 3337 http://gar.svn.sourceforge.net/gar/?rev=3337&view=rev Author: valholla Date: 2009-02-21 03:08:08 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xmlrpc/Makefile Modified: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-21 03:07:55 UTC (rev 3336) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-21 03:08:08 UTC (rev 3337) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3338] csw/mgar/pkg/php5_xmlwriter/Makefile Message-ID: Revision: 3338 http://gar.svn.sourceforge.net/gar/?rev=3338&view=rev Author: valholla Date: 2009-02-21 03:08:19 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xmlwriter/Makefile Modified: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-21 03:08:08 UTC (rev 3337) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-21 03:08:19 UTC (rev 3338) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3339] csw/mgar/pkg/php5_zip/Makefile Message-ID: Revision: 3339 http://gar.svn.sourceforge.net/gar/?rev=3339&view=rev Author: valholla Date: 2009-02-21 03:08:35 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_zip/Makefile Modified: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-21 03:08:19 UTC (rev 3338) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-21 03:08:35 UTC (rev 3339) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:46 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3340] csw/mgar/pkg/php5_zlib/Makefile Message-ID: Revision: 3340 http://gar.svn.sourceforge.net/gar/?rev=3340&view=rev Author: valholla Date: 2009-02-21 03:08:46 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_zlib/Makefile Modified: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile 2009-02-21 03:08:35 UTC (rev 3339) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-21 03:08:46 UTC (rev 3340) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:35:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:35:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3341] csw/mgar/pkg/subversion/trunk Message-ID: Revision: 3341 http://gar.svn.sourceforge.net/gar/?rev=3341&view=rev Author: valholla Date: 2009-02-21 03:35:37 +0000 (Sat, 21 Feb 2009) Log Message: ----------- update to gar v2 Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2009-02-21 03:08:46 UTC (rev 3340) +++ csw/mgar/pkg/subversion/trunk/Makefile 2009-02-21 03:35:37 UTC (rev 3341) @@ -51,7 +51,7 @@ # Templates DISTFILES += httpd-svn.conf.CSW svn_access.conf.CSW - +DISTFILES += fixme.sh # Fix: Allow neon 0.26.2 # PATCHFILES += neon-version.diff @@ -95,12 +95,14 @@ TEST_SCRIPTS = EXTRA_LIB = $(prefix)/bdb44/lib $(SVNLIB) +EXTRA_LIB += $(prefix)/apache2/lib EXTRA_INC = $(prefix)/bdb44/include +EXTRA_INC += $(prefix)/apache2/include include gar/category.mk # Add libintl when linking -LIBS += -lintl -liconv +LIBS += -lintl -liconv export LIBS # Fixconfig variables @@ -122,6 +124,11 @@ PI_DEPENDS += install-tools PI_DEPENDS += install-contrib +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) + post-install: $(PI_DEPENDS) @$(MAKECOOKIE) Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2009-02-21 03:08:46 UTC (rev 3340) +++ csw/mgar/pkg/subversion/trunk/checksums 2009-02-21 03:35:37 UTC (rev 3341) @@ -18,6 +18,7 @@ 56888b2245480cf8c658560e7d454dea download/CSWsvn-devel.depend f107831ad0c702ff32e51df6a207237b download/httpd-svn.conf.CSW 1b532d3055708a97771f5cd959983628 download/svn_access.conf.CSW +59ff30dc3a9abaa15b2bd4faa116ab3c download/fixme.sh 5208529f417aaf7f3367201860bb388d download/gdiff.diff 0685630f11b11b997b167785b73cddc5 download/binding.diff d30d554416dc319f4b2a56d6b915492e download/javahl.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 15:12:01 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 14:12:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3342] csw/mgar/pkg/librsvg/trunk/Makefile Message-ID: Revision: 3342 http://gar.svn.sourceforge.net/gar/?rev=3342&view=rev Author: hson Date: 2009-02-21 14:12:01 +0000 (Sat, 21 Feb 2009) Log Message: ----------- librsvg: sunmath is not needed Modified Paths: -------------- csw/mgar/pkg/librsvg/trunk/Makefile Modified: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-21 03:35:37 UTC (rev 3341) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-21 14:12:01 UTC (rev 3342) @@ -31,7 +31,7 @@ REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettextrt REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf -REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWsunmath CSWzlib +REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWzlib REQUIRED_PKGS += CSWbonobo2 CSWgconf2 CSWgnomevfs2 CSWlibxrender CSWorbit2 # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Feb 21 15:50:38 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 21 Feb 2009 14:50:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3343] csw/mgar/pkg/bash/trunk Message-ID: Revision: 3343 http://gar.svn.sourceforge.net/gar/?rev=3343&view=rev Author: chninkel Date: 2009-02-21 14:50:38 +0000 (Sat, 21 Feb 2009) Log Message: ----------- bash: changed gettext dependancy to follow gettext package split Modified Paths: -------------- csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/CSWbash.depend Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2009-02-21 14:12:01 UTC (rev 3342) +++ csw/mgar/pkg/bash/trunk/checksums 2009-02-21 14:50:38 UTC (rev 3343) @@ -3,7 +3,7 @@ 5ba80bd9a48fdccfb70739095fb77010 download/CSWbash.prototype bcc9760316385d49ff31c2ed72f4be4a download/CSWbash.postinstall 589297e4f9a43d0c82632e99423db7ef download/CSWbash.postremove -5237ff9f4dbe4ec493425d4ffc5fc51a download/CSWbash.depend +293cc64a948ea3d49010ae6e58122b52 download/CSWbash.depend de1b59c2aa3b72b2e4272b3828f1d273 download/changelog.CSW d8e10c754f477e3f3a581af566b89301 download/bash32-001 d38a5288b2f0ea6c9ac76b66cc74ef7d download/bash32-002 Modified: csw/mgar/pkg/bash/trunk/files/CSWbash.depend =================================================================== --- csw/mgar/pkg/bash/trunk/files/CSWbash.depend 2009-02-21 14:12:01 UTC (rev 3342) +++ csw/mgar/pkg/bash/trunk/files/CSWbash.depend 2009-02-21 14:50:38 UTC (rev 3343) @@ -1,2 +1,2 @@ -P CSWggettext ggettext - GNU gettext +P CSWggettextrt ggettextrt - GNU gettext P CSWiconv libiconv - GNU iconv library This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Feb 21 17:21:43 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 21 Feb 2009 16:21:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3344] csw/mgar/pkg/bash/trunk Message-ID: Revision: 3344 http://gar.svn.sourceforge.net/gar/?rev=3344&view=rev Author: chninkel Date: 2009-02-21 16:21:41 +0000 (Sat, 21 Feb 2009) Log Message: ----------- bash: updated to 4.0 Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/changelog.CSW csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/Makefile 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,6 +1,6 @@ GARNAME = bash -GARVERSION = 3.2 -PATCHLEVEL = 48 +GARVERSION = 4.0 +PATCHLEVEL = 0 CATEGORIES = devel DESCRIPTION = A sh-compatible command language interpreter @@ -34,7 +34,6 @@ PATCHFILES += use_system_bashrc_and_logout.patch - CONFIGURE_ARGS = $(DIRPATHS) include gar/category.mk Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/checksums 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,56 +1,8 @@ -00bfa16d58e034e3c2aa27f390390d30 download/bash-3.2.tar.gz +a90a1b5a6db4838483f05438e05e8eb9 download/bash-4.0.tar.gz 29e973aa9a6fca0a9e28c905b95609bf download/CSWbash.gspec 5ba80bd9a48fdccfb70739095fb77010 download/CSWbash.prototype bcc9760316385d49ff31c2ed72f4be4a download/CSWbash.postinstall 589297e4f9a43d0c82632e99423db7ef download/CSWbash.postremove 293cc64a948ea3d49010ae6e58122b52 download/CSWbash.depend -de1b59c2aa3b72b2e4272b3828f1d273 download/changelog.CSW -d8e10c754f477e3f3a581af566b89301 download/bash32-001 -d38a5288b2f0ea6c9ac76b66cc74ef7d download/bash32-002 -0b90d37911827d8cb95f3b4353cc225e download/bash32-003 -8062f3a59631f58d78b180d83759b68a download/bash32-004 -585b5943fadf0875ced243b245adde58 download/bash32-005 -1d5732e01ea938aeed42f3def131fa4d download/bash32-006 -dcd0cc5d801607827f7c851e72b0eabc download/bash32-007 -bb3c7dd11198c0ab93d0e960bebf6256 download/bash32-008 -434a6f29b0ca5f1ab784b2437ae8eaed download/bash32-009 -2efff04dd246fcf63bd4b99f77c9a081 download/bash32-010 -1dd104342f6920dfaf5efb3131e922e0 download/bash32-011 -4f24b696ab78bdfae4f9cb7eb59b835d download/bash32-012 -7c40addbf1187a26ae1c8373ed383442 download/bash32-013 -28e88c9f8679e99ac590d4a4a8227c56 download/bash32-014 -7c17d29675bd0d49470f162774385f80 download/bash32-015 -a1edaa98b4449fe2205fa75448b7b105 download/bash32-016 -889ed119bbf9d363660b9a0127f35efa download/bash32-017 -a7d3f85fa687d2c1b5a134839f6d395d download/bash32-018 -f0399da4007e46fc5820ce25d07425b9 download/bash32-019 -b76602281c3104d904fd064510fe0c21 download/bash32-020 -923374ae4403c92820f711e62e1d01a5 download/bash32-021 -c82d3bd14e373878b2a680dce18d1596 download/bash32-022 -987c949a77b4b0ffe4a2597141e77635 download/bash32-023 -5a2b976e761ab83f0fc7daae11451b86 download/bash32-024 -08668dc2825f65eced9cac6b09ce1b45 download/bash32-025 -f35b2b217f088ff009f956894550d41d download/bash32-026 -b5ff2b9610c61290f773c4b02cc1a37d download/bash32-027 -016f5b56c93404d32aea09385f0fc13e download/bash32-028 -a81420626d4d88d0dce2ffac0ac56341 download/bash32-029 -11f91baf970c132949f9072ee93f2ea6 download/bash32-030 -f6bbc1e8ec0246740731c728ef476191 download/bash32-031 -8180ec936770579bce69f0816c2dd878 download/bash32-032 -3cec33c3711860c4c6b7614afeec7870 download/bash32-033 -7bc6c5b5f38b7027152f8db0458a2e14 download/bash32-034 -a2db61fe90e39371d0e6cd2285ec9208 download/bash32-035 -95c70c7ae9de5bd3659c86284be7fb76 download/bash32-036 -62b876a3d7cd192cc8db2476fbb6b7b9 download/bash32-037 -aca3afc341bd3e5a0d8a3b4ca40dbb3f download/bash32-038 -e240c34f979b64bcb83c5f6567110bb1 download/bash32-039 -06e6df263398807fa032707fb7b77b5f download/bash32-040 -373ae081d658dc85bc1058c4759d6669 download/bash32-041 -9c9ebc6bfc33a0215277ee17a276eb5a download/bash32-042 -b87fb9ea16a64ca41b6676e9a7eb7a33 download/bash32-043 -07e0229ce5879bfbd26a8146070fd366 download/bash32-044 -1ad07965a8a93f3556ee1ab18b97cde2 download/bash32-045 -f7b1e19fcad54c2286bc0ed614aad9bf download/bash32-046 -550690766de770116c34dbdf74e59184 download/bash32-047 -4cc593e7b789b23b37a5397e092d3954 download/bash32-048 -024028bffea61319089a495c323da1ed download/use_system_bashrc_and_logout.patch +ffafd87364c3a6c2709e6a5f4ae7311a download/changelog.CSW +29607316cff22f7427322d8f190cbadf download/use_system_bashrc_and_logout.patch Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,3 +1,9 @@ +bash (4.0,REV=2009.02.21) unstable + + * New upstream release. + + -- Yann Rouillard Sat, 21 Feb 2009 16:58:45 +0100 + bash (3.2,REV=2009.02.15) unstable * Changed gettext dependancy to follow gettext package split Modified: csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch =================================================================== --- csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,7 +1,7 @@ -diff --speed-large-files --minimal -Nru bash-3.2.orig/config-top.h bash-3.2/config-top.h ---- config-top.h.orig 2005-04-29 16:36:34.000000000 -0400 -+++ config-top.h 2007-07-08 06:15:52.345236000 -0400 -@@ -73,10 +73,10 @@ +diff --speed-large-files --minimal -Nru bash-4.0.orig/config-top.h bash-4.0/config-top.h +--- config-top.h 2009-01-04 20:32:23.000000000 +0100 ++++ config-top.h.new 2009-02-21 17:03:21.765660704 +0100 +@@ -75,10 +75,10 @@ #define KSH_COMPATIBLE_SELECT /* System-wide .bashrc file for interactive shells. */ @@ -14,9 +14,12 @@ /* Define this to make non-interactive shells begun with argv[0][0] == '-' run the startup files when not in posix mode. */ -@@ -84,4 +84,4 @@ - - /* Define this if you want bash to try to check whether it's being run by - sshd and source the .bashrc if so (like the rshd behavior). */ +@@ -88,7 +88,7 @@ + sshd and source the .bashrc if so (like the rshd behavior). This checks + for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment, + which can be fooled under certain not-uncommon circumstances. */ -/* #define SSH_SOURCE_BASHRC */ +#define SSH_SOURCE_BASHRC + + /* Define if you want the case-capitalizing operators (~[~]) and the + `capcase' variable attribute (declare -c). */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Feb 21 21:38:35 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 21 Feb 2009 20:38:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3345] csw/mgar/pkg/vsftpd/trunk Message-ID: Revision: 3345 http://gar.svn.sourceforge.net/gar/?rev=3345&view=rev Author: chninkel Date: 2009-02-21 20:38:34 +0000 (Sat, 21 Feb 2009) Log Message: ----------- vsftpd: updated to 2.1.0 Modified Paths: -------------- csw/mgar/pkg/vsftpd/trunk/Makefile csw/mgar/pkg/vsftpd/trunk/checksums csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch Modified: csw/mgar/pkg/vsftpd/trunk/Makefile =================================================================== --- csw/mgar/pkg/vsftpd/trunk/Makefile 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/Makefile 2009-02-21 20:38:34 UTC (rev 3345) @@ -1,5 +1,5 @@ GARNAME = vsftpd -GARVERSION = 2.0.7 +GARVERSION = 2.1.0 CATEGORIES = server DESCRIPTION = A very secure and fast FTP server. Modified: csw/mgar/pkg/vsftpd/trunk/checksums =================================================================== --- csw/mgar/pkg/vsftpd/trunk/checksums 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/checksums 2009-02-21 20:38:34 UTC (rev 3345) @@ -1,4 +1,4 @@ -3e39cb7b0bee306ad7df8e3552e15297 download/vsftpd-2.0.7.tar.gz +7890b54e7ffa6106ffbdfda53f47fa41 download/vsftpd-2.1.0.tar.gz ad51a44007f43ed9ff736a38c764352b download/CSWvsftpd.gspec eb9b4f253fa90f3b6187e44375306010 download/CSWvsftpd.prototype a2f5b70fe49839b0463c9d90af0f11dd download/CSWvsftpd.preinstall @@ -14,7 +14,7 @@ 9b2ae27f98333b73ff2b16ed98ee896a download/i.conf 5d9e9fb1a5b6af82ce915f72ebc5e3b7 download/r.conf 281c51282cabd9475cceef363bbc699b download/build_options.patch -12ad4894d304a8381a5c4c3d43438af8 download/csw_paths.patch +a9e994d2b57999b76a0e03503745c01a download/csw_paths.patch 54c1c39c6bfa8747a4457f135fd5bca1 download/csw_build_system.patch -23e8f60e7a84da5d3459f870c305710b download/set_priv_sep_user.patch +a9a65f55cbfd01f9d72d1de25e67148d download/set_priv_sep_user.patch 73e59f9ada47d3d20199f7c97849fb13 download/destdir.patch Modified: csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch 2009-02-21 20:38:34 UTC (rev 3345) @@ -10,41 +10,42 @@ #define VSFTP_COMMAND_FD 0 -diff --speed-large-files --minimal -Nru vsftpd-2.0.4.orig/tunables.c vsftpd-2.0.4/tunables.c ---- vsftpd-2.0.4.orig/tunables.c 2006-04-12 18:07:06.221062000 -0400 -+++ vsftpd-2.0.4/tunables.c 2006-04-12 18:06:35.899619000 -0400 -@@ -92,7 +92,7 @@ - unsigned int tunable_max_per_ip = 0; - unsigned int tunable_trans_chunk_size = 0; +diff --speed-large-files --minimal -Nru vsftpd-2.1.0.orig/tunables.c vsftpd-2.1.0/tunables.c +--- vsftpd-2.1.0.orig/tunables.c 2009-02-21 21:24:31.639775254 +0100 ++++ vsftpd-2.1.0/tunables.c 2009-02-21 21:24:09.490356200 +0100 +@@ -242,7 +242,7 @@ + /* -rw------- */ + tunable_chown_upload_mode = 0600; --const char* tunable_secure_chroot_dir = "/usr/share/empty"; -+const char* tunable_secure_chroot_dir = "/opt/csw/var/empty/vsftpd"; - const char* tunable_ftp_username = "ftp"; - const char* tunable_chown_username = "root"; - const char* tunable_xferlog_file = "/var/log/xferlog"; -@@ -100,11 +100,11 @@ - const char* tunable_message_file = ".message"; - const char* tunable_nopriv_user = "nobody"; - const char* tunable_ftpd_banner = 0; --const char* tunable_banned_email_file = "/etc/vsftpd.banned_emails"; --const char* tunable_chroot_list_file = "/etc/vsftpd.chroot_list"; -+const char* tunable_banned_email_file = "/opt/csw/etc/vsftpd/vsftpd.banned_emails"; -+const char* tunable_chroot_list_file = "/opt/csw/etc/vsftpd/vsftpd.chroot_list"; - const char* tunable_pam_service_name = "ftp"; - const char* tunable_guest_username = "ftp"; --const char* tunable_userlist_file = "/etc/vsftpd.user_list"; -+const char* tunable_userlist_file = "/opt/csw/etc/vsftpd/vsftpd.user_list"; - const char* tunable_anon_root = 0; - const char* tunable_local_root = 0; - const char* tunable_banner_file = 0; -@@ -116,8 +116,8 @@ - const char* tunable_hide_file = 0; - const char* tunable_deny_file = 0; - const char* tunable_user_sub_token = 0; --const char* tunable_email_password_file = "/etc/vsftpd.email_passwords"; --const char* tunable_rsa_cert_file = "/usr/share/ssl/certs/vsftpd.pem"; -+const char* tunable_email_password_file = "/opt/csw/etc/vsftpd/vsftpd.email_passwords"; -+const char* tunable_rsa_cert_file = "/opt/csw/ssl/certs/vsftpd.pem"; - const char* tunable_dsa_cert_file = 0; - const char* tunable_ssl_ciphers = "DES-CBC3-SHA"; - const char* tunable_rsa_private_key_file = 0; +- install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir); ++ install_str_setting("/opt/csw/var/empty/vsftpd", &tunable_secure_chroot_dir); + install_str_setting("ftp", &tunable_ftp_username); + install_str_setting("root", &tunable_chown_username); + install_str_setting("/var/log/xferlog", &tunable_xferlog_file); +@@ -250,11 +250,11 @@ + install_str_setting(".message", &tunable_message_file); + install_str_setting("nobody", &tunable_nopriv_user); + install_str_setting(0, &tunable_ftpd_banner); +- install_str_setting("/etc/vsftpd.banned_emails", &tunable_banned_email_file); +- install_str_setting("/etc/vsftpd.chroot_list", &tunable_chroot_list_file); ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.banned_emails", &tunable_banned_email_file); ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.chroot_list", &tunable_chroot_list_file); + install_str_setting("ftp", &tunable_pam_service_name); + install_str_setting("ftp", &tunable_guest_username); +- install_str_setting("/etc/vsftpd.user_list", &tunable_userlist_file); ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.user_list", &tunable_userlist_file); + install_str_setting(0, &tunable_anon_root); + install_str_setting(0, &tunable_local_root); + install_str_setting(0, &tunable_banner_file); +@@ -267,9 +267,9 @@ + install_str_setting(0, &tunable_hide_file); + install_str_setting(0, &tunable_deny_file); + install_str_setting(0, &tunable_user_sub_token); +- install_str_setting("/etc/vsftpd.email_passwords", ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.email_passwords", + &tunable_email_password_file); +- install_str_setting("/usr/share/ssl/certs/vsftpd.pem", ++ install_str_setting("/opt/csw/ssl/certs/vsftpd.pem", + &tunable_rsa_cert_file); + install_str_setting(0, &tunable_dsa_cert_file); + install_str_setting("DES-CBC3-SHA", &tunable_ssl_ciphers); Modified: csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch 2009-02-21 20:38:34 UTC (rev 3345) @@ -1,12 +1,12 @@ -diff --speed-large-files --minimal -Nru vsftpd-2.0.5.orig/tunables.c vsftpd-2.0.5/tunables.c ---- vsftpd-2.0.5.orig/tunables.c 2007-10-18 07:23:57.000000000 -0400 -+++ vsftpd-2.0.5/tunables.c 2007-10-18 07:25:11.388578000 -0400 -@@ -101,7 +101,7 @@ - const char* tunable_xferlog_file = "/var/log/xferlog"; - const char* tunable_vsftpd_log_file = "/var/log/vsftpd.log"; - const char* tunable_message_file = ".message"; --const char* tunable_nopriv_user = "nobody"; -+const char* tunable_nopriv_user = "vsftpd"; - const char* tunable_ftpd_banner = 0; - const char* tunable_banned_email_file = "/opt/csw/etc/vsftpd/vsftpd.banned_emails"; - const char* tunable_chroot_list_file = "/opt/csw/etc/vsftpd/vsftpd.chroot_list"; +diff --speed-large-files --minimal -Nru vsftpd-2.1.0.orig/tunables.c vsftpd-2.1.0/tunables.c +--- vsftpd-2.1.0.orig/tunables.c 2009-02-21 21:30:09.674664421 +0100 ++++ vsftpd-2.1.0/tunables.c 2009-02-21 21:29:49.474053248 +0100 +@@ -248,7 +248,7 @@ + install_str_setting("/var/log/xferlog", &tunable_xferlog_file); + install_str_setting("/var/log/vsftpd.log", &tunable_vsftpd_log_file); + install_str_setting(".message", &tunable_message_file); +- install_str_setting("nobody", &tunable_nopriv_user); ++ install_str_setting("vsftpd", &tunable_nopriv_user); + install_str_setting(0, &tunable_ftpd_banner); + install_str_setting("/opt/csw/etc/vsftpd/vsftpd.banned_emails", &tunable_banned_email_file); + install_str_setting("/opt/csw/etc/vsftpd/vsftpd.chroot_list", &tunable_chroot_list_file); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 02:37:55 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 01:37:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3346] csw/mgar/pkg Message-ID: Revision: 3346 http://gar.svn.sourceforge.net/gar/?rev=3346&view=rev Author: hson Date: 2009-02-22 01:37:54 +0000 (Sun, 22 Feb 2009) Log Message: ----------- lcms: Initial checkin Added Paths: ----------- csw/mgar/pkg/lcms/ csw/mgar/pkg/lcms/branches/ csw/mgar/pkg/lcms/tags/ csw/mgar/pkg/lcms/trunk/ csw/mgar/pkg/lcms/trunk/Makefile csw/mgar/pkg/lcms/trunk/checksums csw/mgar/pkg/lcms/trunk/files/ Property changes on: csw/mgar/pkg/lcms/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/lcms/trunk/Makefile =================================================================== --- csw/mgar/pkg/lcms/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lcms/trunk/Makefile 2009-02-22 01:37:54 UTC (rev 3346) @@ -0,0 +1,30 @@ +GARNAME = lcms +GARVERSION = 1.17 +CATEGORIES = lib + +DESCRIPTION = The little color management system and tools +define BLURB + Long description +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +REQUIRED_PKGS += CSWjpeg CSWtiff CSWzlib + +SPKG_SOURCEURL = http://www.littlecms.com + +LICENSE = COPYING + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/lcms/trunk/checksums =================================================================== --- csw/mgar/pkg/lcms/trunk/checksums (rev 0) +++ csw/mgar/pkg/lcms/trunk/checksums 2009-02-22 01:37:54 UTC (rev 3346) @@ -0,0 +1 @@ +07bdbb4cfb05d21caa58fe3d1c84ddc1 download/lcms-1.17.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Feb 22 14:06:13 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:06:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3347] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 3347 http://gar.svn.sourceforge.net/gar/?rev=3347&view=rev Author: bdwalton Date: 2009-02-22 13:06:12 +0000 (Sun, 22 Feb 2009) Log Message: ----------- override static lib exclude so that libruby-static.a ships Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-22 01:37:54 UTC (rev 3346) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-22 13:06:12 UTC (rev 3347) @@ -69,6 +69,8 @@ WORKSRC = $(WORKDIR)/$(DISTNAME)-$(PATCHLEVEL) WORKSRC_FIRSTMOD = $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)-$(PATCHLEVEL) +# We want libruby-static.a to ship. mkmf tests for various things using it. +MERGE_EXCLUDE_STATICLIBS = 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 Sun Feb 22 14:19:26 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:19:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3348] csw/mgar/pkg/libgmp/trunk/Makefile Message-ID: Revision: 3348 http://gar.svn.sourceforge.net/gar/?rev=3348&view=rev Author: dmichelsen Date: 2009-02-22 13:19:26 +0000 (Sun, 22 Feb 2009) Log Message: ----------- gmp: Add optimized builds Modified Paths: -------------- csw/mgar/pkg/libgmp/trunk/Makefile Modified: csw/mgar/pkg/libgmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/libgmp/trunk/Makefile 2009-02-22 13:06:12 UTC (rev 3347) +++ csw/mgar/pkg/libgmp/trunk/Makefile 2009-02-22 13:19:26 UTC (rev 3348) @@ -27,14 +27,26 @@ BUILD64 = 1 +EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv8plus+vis +EXTRA_BUILD_ISAS_i386 = pentium + TEST_TARGET = check MPN_sparcv8 = "sparc32/v8 sparc32 generic" -MPN_sparcv9 = "sparc64/v9 generic" +MPN_sparcv8plus = "sparc32/v9 sparc32 generic" +MPN_sparcv8plus+vis = "sparc32/v9 sparc32 generic" +MPN_sparcv9 = "sparc64 generic" +MPN_i386 = "x86 generic" +MPN_pentium = "x86/pentium x86 generic" +MPN_amd64 = "x86_64 generic" + #CONFIGURE_ARGS = ABI=32 $(DIRPATHS) CONFIGURE_ARGS = MPN_PATH=$(MPN_$(ISA)) $(DIRPATHS) +EXTRA_MERGE_DIRS_isa-sparcv9 = $(includedir) +EXTRA_MERGE_DIRS_isa-amd64 = $(includedir) + PACKAGES = CSWlibgmp include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 14:23:03 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:23:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3349] csw/mgar/pkg/libexif/trunk Message-ID: Revision: 3349 http://gar.svn.sourceforge.net/gar/?rev=3349&view=rev Author: hson Date: 2009-02-22 13:23:03 +0000 (Sun, 22 Feb 2009) Log Message: ----------- libexif: Remove gnu find requirement Modified Paths: -------------- csw/mgar/pkg/libexif/trunk/Makefile csw/mgar/pkg/libexif/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libexif/trunk/files/Makefile.patch Modified: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile 2009-02-22 13:19:26 UTC (rev 3348) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-22 13:23:03 UTC (rev 3349) @@ -25,6 +25,8 @@ # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES # UPSTREAM_MASTER_SITES = +PATCHFILES = Makefile.patch + CONFIGURE_ARGS = $(DIRPATHS) include gar/category.mk Modified: csw/mgar/pkg/libexif/trunk/checksums =================================================================== --- csw/mgar/pkg/libexif/trunk/checksums 2009-02-22 13:19:26 UTC (rev 3348) +++ csw/mgar/pkg/libexif/trunk/checksums 2009-02-22 13:23:03 UTC (rev 3349) @@ -1,2 +1,2 @@ f7cf4e623a48c9a3b13f7f95f0a41015 download/libexif-0.6.17.tar.bz2 -93e79e6d0728dd8a1b8af299f132810c download/CSWlibexif.gspec +19e4a8ace576426613e54b5a267c2548 download/Makefile.patch Added: csw/mgar/pkg/libexif/trunk/files/Makefile.patch =================================================================== --- csw/mgar/pkg/libexif/trunk/files/Makefile.patch (rev 0) +++ csw/mgar/pkg/libexif/trunk/files/Makefile.patch 2009-02-22 13:23:03 UTC (rev 3349) @@ -0,0 +1,34 @@ +diff --speed-large-files --minimal -Nru libexif-0.6.17.orig/doc/Makefile.in libexif-0.6.17/doc/Makefile.in +--- libexif-0.6.17.orig/doc/Makefile.in 2008-11-06 09:54:12.000000000 +0100 ++++ libexif-0.6.17/doc/Makefile.in 2009-02-22 13:51:34.489490602 +0100 +@@ -437,7 +437,7 @@ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE at install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ mkdir -p "$(DESTDIR)$(docdir)" + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ find "$(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)" \ +- at BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -or \ ++ at BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -o \ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type f -exec chmod 0644 {} \; \) + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_INTERNALS_DIR)") \ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ | (cd "$(DESTDIR)$(docdir)" && tar xpf -) +@@ -446,7 +446,7 @@ + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE at install-apidocs: $(HTML_APIDOC_DIR).stamp + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ mkdir -p "$(DESTDIR)$(docdir)" + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ find "$(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)" \ +- at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -or \ ++ at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -o \ + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type f -exec chmod 0644 {} \; \) + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_DIR)") \ + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ | (cd "$(DESTDIR)$(docdir)" && tar xpf -) +@@ -458,10 +458,10 @@ + + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@$(DOXYGEN_UPLOAD): $(DOXYGEN_STAMPS) + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \ +- at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ -or \( -type f -exec chmod a+r {} \; \) ++ at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ -o \( -type f -exec chmod a+r {} \; \) + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/api/ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/ +- at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)" ++ at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -o \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -o -name '*.png' -o -name '*.php' -o -name '*.jpg' -o -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)" + + all-local: $(DOXYGEN_STAMPS) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 14:35:28 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:35:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3350] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3350 http://gar.svn.sourceforge.net/gar/?rev=3350&view=rev Author: hson Date: 2009-02-22 13:35:27 +0000 (Sun, 22 Feb 2009) Log Message: ----------- imagemagick: Inclusion of .la files for delegates to work Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 13:23:03 UTC (rev 3349) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 13:35:27 UTC (rev 3350) @@ -33,6 +33,8 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 +LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib -R/usr/openwin/lib + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static @@ -43,6 +45,7 @@ # Test has to be run *after* install TEST_SCRIPTS = +MERGE_EXCLUDE_LIBTOOL ?= $(libdir)/lib.*\.la EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Sun Feb 22 15:19:35 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Sun, 22 Feb 2009 14:19:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3351] csw/mgar/pkg Message-ID: Revision: 3351 http://gar.svn.sourceforge.net/gar/?rev=3351&view=rev Author: harpchad Date: 2009-02-22 14:19:35 +0000 (Sun, 22 Feb 2009) Log Message: ----------- rdesktop - initial checkin Added Paths: ----------- csw/mgar/pkg/rdesktop/ csw/mgar/pkg/rdesktop/branches/ csw/mgar/pkg/rdesktop/tags/ csw/mgar/pkg/rdesktop/trunk/ csw/mgar/pkg/rdesktop/trunk/Makefile csw/mgar/pkg/rdesktop/trunk/checksums Property changes on: csw/mgar/pkg/rdesktop/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/rdesktop/trunk/Makefile =================================================================== --- csw/mgar/pkg/rdesktop/trunk/Makefile (rev 0) +++ csw/mgar/pkg/rdesktop/trunk/Makefile 2009-02-22 14:19:35 UTC (rev 3351) @@ -0,0 +1,28 @@ +GARNAME = rdesktop +GARVERSION = 1.6.0 +CATEGORIES = apps + +DESCRIPTION = RDP client for Windows NT/2000/2003/XP Terminal Server +define BLURB + rdesktop is an open source client for Windows Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's Windows desktop. Supported servers include Windows 2000 Server, Windows Server 2003, Windows Server 2008, Windows XP, Windows Vista and Windows NT Server 4.0. +endef + +PACKAGES = CSWrdesktop +CATALOGNAME_CSWrdesktop = rdesktop + +MASTER_SITES = $(SF_MIRROR) +SPKG_SOURCEURL = http://www.rdesktop.org/ + +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-openssl=/opt/csw + +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +REQUIRED_PKGS_CSWrdesktop = CSWiconv CSWosslrt + +#No test/check target provided by rdesktop +SKIPTEST=1 + +include gar/category.mk Added: csw/mgar/pkg/rdesktop/trunk/checksums =================================================================== --- csw/mgar/pkg/rdesktop/trunk/checksums (rev 0) +++ csw/mgar/pkg/rdesktop/trunk/checksums 2009-02-22 14:19:35 UTC (rev 3351) @@ -0,0 +1 @@ +c6fcbed7f0ad7e60ac5fcb2d324d8b16 download/rdesktop-1.6.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Feb 22 17:04:50 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 22 Feb 2009 16:04:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3352] csw/mgar/pkg/readline/trunk Message-ID: Revision: 3352 http://gar.svn.sourceforge.net/gar/?rev=3352&view=rev Author: dmichelsen Date: 2009-02-22 16:04:50 +0000 (Sun, 22 Feb 2009) Log Message: ----------- readline: Update to 6.0 Modified Paths: -------------- csw/mgar/pkg/readline/trunk/Makefile csw/mgar/pkg/readline/trunk/checksums Modified: csw/mgar/pkg/readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/readline/trunk/Makefile 2009-02-22 14:19:35 UTC (rev 3351) +++ csw/mgar/pkg/readline/trunk/Makefile 2009-02-22 16:04:50 UTC (rev 3352) @@ -1,9 +1,9 @@ GARNAME = readline -GARVERSION = 5.2 +GARVERSION = 6.0 CATEGORIES = lib EXTRA_MODULATORS = GARVERSION -MODULATIONS_GARVERSION = 4.3 5.2 +MODULATIONS_GARVERSION = 4.3 5.2 6.0 DESCRIPTION = GNU readline define BLURB @@ -37,19 +37,29 @@ MERGE_SCRIPTS_isa-amd64-garversion-4.3 = copy-relocated-only MERGE_DIRS_isa-amd64-garversion-4.3 = $(libdir) -MERGE_SCRIPTS_isa-i386-garversion-5.2 = copy-all +MERGE_SCRIPTS_isa-i386-garversion-5.2 = copy-only +MERGE_DIRS_isa-i386-garversion-5.2 = $(libdir) MERGE_SCRIPTS_isa-amd64-garversion-5.2 = copy-relocated-only -MERGE_DIRS_isa-amd64-garversion-5.2 = $(bindir) $(sbindir) $(libexecdir) $(libdir) +MERGE_DIRS_isa-amd64-garversion-5.2 = $(libdir) +MERGE_SCRIPTS_isa-i386-garversion-6.0 = copy-all +MERGE_SCRIPTS_isa-amd64-garversion-6.0 = copy-relocated-only +MERGE_DIRS_isa-amd64-garversion-6.0 = $(bindir) $(sbindir) $(libexecdir) $(libdir) + MERGE_SCRIPTS_isa-sparcv8-garversion-4.3 = copy-only MERGE_DIRS_isa-sparcv8-garversion-4.3 = $(libdir) MERGE_SCRIPTS_isa-sparcv9-garversion-4.3 = copy-relocated-only MERGE_DIRS_isa-sparcv9-garversion-4.3 = $(libdir) -MERGE_SCRIPTS_isa-sparcv8-garversion-5.2 = copy-all +MERGE_SCRIPTS_isa-sparcv8-garversion-5.2 = copy-only +MERGE_DIRS_isa-sparcv8-garversion-5.2 = $(libdir) MERGE_SCRIPTS_isa-sparcv9-garversion-5.2 = copy-relocated-only -MERGE_DIRS_isa-sparcv9-garversion-5.2 = $(bindir) $(sbindir) $(libexecdir) $(libdir) +MERGE_DIRS_isa-sparcv9-garversion-5.2 = $(libdir) +MERGE_SCRIPTS_isa-sparcv8-garversion-6.0 = copy-all +MERGE_SCRIPTS_isa-sparcv9-garversion-6.0 = copy-relocated-only +MERGE_DIRS_isa-sparcv9-garversion-6.0 = $(bindir) $(sbindir) $(libexecdir) $(libdir) + include gar/category.mk post-install: Modified: csw/mgar/pkg/readline/trunk/checksums =================================================================== --- csw/mgar/pkg/readline/trunk/checksums 2009-02-22 14:19:35 UTC (rev 3351) +++ csw/mgar/pkg/readline/trunk/checksums 2009-02-22 16:04:50 UTC (rev 3352) @@ -1,3 +1,3 @@ f86f7cb717ab321fe15f1bbcb058c11e download/readline-4.3.tar.gz e39331f32ad14009b9ff49cc10c5e751 download/readline-5.2.tar.gz -9bb3360c0c8331df8143c7b8eac3ad5f download/CSWreadline.gspec +b7f65a48add447693be6e86f04a63019 download/readline-6.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 23:09:33 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 22:09:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3353] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3353 http://gar.svn.sourceforge.net/gar/?rev=3353&view=rev Author: hson Date: 2009-02-22 22:09:33 +0000 (Sun, 22 Feb 2009) Log Message: ----------- imagemagick: Enable DPS support Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 16:04:50 UTC (rev 3352) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 22:09:33 UTC (rev 3353) @@ -33,12 +33,14 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 -LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib -R/usr/openwin/lib +CPPFLAGS += -I/usr/openwin/include -I/usr/openwin/include/X11 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static -CONFIGURE_ARGS += --with-gslib=yes +CONFIGURE_ARGS += --with-dps=yes --with-gslib=yes +CONFIGURE_ARGS += --x-includes=/usr/openwin/include +CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib PATCHFILES += Makefile.patch 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 Feb 23 01:43:29 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 00:43:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3354] csw/mgar/pkg/git/trunk Message-ID: Revision: 3354 http://gar.svn.sourceforge.net/gar/?rev=3354&view=rev Author: bdwalton Date: 2009-02-23 00:43:29 +0000 (Mon, 23 Feb 2009) Log Message: ----------- clean up strftime patch for submission upstream Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Added Paths: ----------- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch Removed Paths: ------------- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-22 22:09:33 UTC (rev 3353) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-23 00:43:29 UTC (rev 3354) @@ -47,7 +47,8 @@ MASTER_SITES = http://kernel.org/pub/software/scm/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -PATCHFILES = doc-makefile.patch git-svn-strftime.patch +PATCHFILES = doc-makefile.patch +PATCHFILES += 0001-git-svn-fix-for-systems-without-strftime-z.patch PKGFILES_CSWgitsvn = .*svn.* PKGFILES_CSWgitgui = .*git-gui.* .*git-citool.* @@ -69,7 +70,7 @@ BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \ ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \ - all doc + all INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-22 22:09:33 UTC (rev 3353) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-23 00:43:29 UTC (rev 3354) @@ -1,3 +1,3 @@ e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch -e8b5e89c38958bbcd5a5dbc29124ebc2 download/git-svn-strftime.patch +eb302356ce2cfbf076d3e86aa450f97a download/0001-git-svn-fix-for-systems-without-strftime-z.patch Added: csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch (rev 0) +++ csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch 2009-02-23 00:43:29 UTC (rev 3354) @@ -0,0 +1,47 @@ +From 1f6308edd35dde7e9f4a73c9a446b353020b73c2 Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Sun, 22 Feb 2009 13:53:11 -0500 +Subject: [PATCH] git-svn fix for systems without strftime %z + +%z isn't available on all platforms in the date formatting +routines. Detect when %z is ignored and insert the +the proper value if necessary. +--- + git-svn.perl | 14 +++++++++++++- + 1 files changed, 13 insertions(+), 1 deletions(-) + +diff --git a/git-svn.perl b/git-svn.perl +index cbc5211..66f49b4 100755 +--- a/git-svn.perl ++++ b/git-svn.perl +@@ -4615,6 +4615,7 @@ package Git::SVN::Log; + use strict; + use warnings; + use POSIX qw/strftime/; ++use Time::Local; + use constant commit_log_separator => ('-' x 72) . "\n"; + use vars qw/$TZ $limit $color $pager $non_recursive $verbose $oneline + %rusers $show_commit $incremental/; +@@ -4721,7 +4722,18 @@ sub run_pager { + } + + sub format_svn_date { +- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ ++ # for systems without %z (solaris 8, 9, etc) ++ if ($timestr =~ /%z/) { ++ my $lt = time; ++ my $gm = timelocal(gmtime($lt)); ++ my $sign = qw( + + - )[ $lt <=> $gm ]; ++ my $gmoff = sprintf("%s%02d%02d", $sign, (gmtime(abs($lt - $gm)))[2,1]); ++ $timestr =~ s/%z/$gmoff/; ++ } ++ ++ return $timestr; + } + + sub parse_git_date { +-- +1.6.0.4 + Deleted: csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch 2009-02-22 22:09:33 UTC (rev 3353) +++ csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch 2009-02-23 00:43:29 UTC (rev 3354) @@ -1,31 +0,0 @@ ---- git-1.6.1.3/git-svn.perl.orig 2009-02-19 22:03:27.303694837 +0100 -+++ git-1.6.1.3/git-svn.perl 2009-02-19 22:05:09.370651606 +0100 -@@ -41,6 +41,8 @@ - use File::Path qw/mkpath/; - use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/; - use IPC::Open3; -+use POSIX; -+use Time::Local; - use Git; - - BEGIN { -@@ -4525,7 +4527,18 @@ - } - - sub format_svn_date { -- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ -+ # for systems without %z (solaris 8, 9, etc) -+ if ($timestr =~ /%z/) { -+ my $localt = time; -+ my $gm = Time::Local::timelocal( gmtime $localt ); -+ my $sign = qw( + + - )[ $localt <=> $gm ]; -+ my $calc = sprintf "%s%02d%02d", $sign, (gmtime abs( $localt - $gm ))[2,1]; -+ $timestr =~ s/%z/$calc/; -+ } -+ -+ return $timestr; - } - - sub parse_git_date { 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 Feb 23 01:49:13 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 00:49:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3355] csw/mgar/pkg/git/trunk/Makefile Message-ID: Revision: 3355 http://gar.svn.sourceforge.net/gar/?rev=3355&view=rev Author: bdwalton Date: 2009-02-23 00:49:13 +0000 (Mon, 23 Feb 2009) Log Message: ----------- re-enable doc building Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-23 00:43:29 UTC (rev 3354) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-23 00:49:13 UTC (rev 3355) @@ -70,7 +70,7 @@ BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \ ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \ - all + all doc INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:06:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:06:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3356] csw/mgar/pkg Message-ID: Revision: 3356 http://gar.svn.sourceforge.net/gar/?rev=3356&view=rev Author: valholla Date: 2009-02-23 03:06:50 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pygobject/ csw/mgar/pkg/pygobject/Makefile csw/mgar/pkg/pygobject/checksums csw/mgar/pkg/pygobject/files/ csw/mgar/pkg/pygobject/files/fixme.sh csw/mgar/pkg/pygobject/files/pygobject.diff Property changes on: csw/mgar/pkg/pygobject ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pygobject/Makefile =================================================================== --- csw/mgar/pkg/pygobject/Makefile (rev 0) +++ csw/mgar/pkg/pygobject/Makefile 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,36 @@ +GARNAME = pygobject +GARVERSION = 2.15.4 +CATEGORIES = lang + +DESCRIPTION = pygobject support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygobject +REQUIRED_PKGS_CSWpygobject = CSWpython CSWggettextrt CSWglib2 + + +CATALOGNAME_CSWpygobject = py_gobject +SPKG_DESC_CSWpygobject = pygobject support for Python + +## patch to change zero sized struct to zero-sized sub-object +PATCHFILES = pygobject.diff + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## Tests require gtk, but gtk requries gobject +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Added: csw/mgar/pkg/pygobject/checksums =================================================================== --- csw/mgar/pkg/pygobject/checksums (rev 0) +++ csw/mgar/pkg/pygobject/checksums 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,3 @@ +df59affe5b8fd7148506c3473d479868 download/pygobject-2.15.4.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh +58a4ba1e53516251eb4c69fae6372208 download/pygobject.diff Added: csw/mgar/pkg/pygobject/files/fixme.sh =================================================================== --- csw/mgar/pkg/pygobject/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pygobject/files/fixme.sh 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pygobject/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * Added: csw/mgar/pkg/pygobject/files/pygobject.diff =================================================================== --- csw/mgar/pkg/pygobject/files/pygobject.diff (rev 0) +++ csw/mgar/pkg/pygobject/files/pygobject.diff 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,13 @@ +--- pygobject-2.15.4/gobject/pygobject.c.orig 2009-02-22 20:17:01.681808089 -0600 ++++ pygobject-2.15.4/gobject/pygobject.c 2009-02-22 20:19:53.769734218 -0600 +@@ -419,7 +419,9 @@ + 0 + }; + +-struct empty {} _empty; ++struct empty { ++ int* p; ++} _empty; + PYGLIB_DEFINE_TYPE("gobject.GPropsDescr", PyGPropsDescr_Type, _empty); + + static PyObject * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:08:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:08:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3357] csw/mgar/pkg Message-ID: Revision: 3357 http://gar.svn.sourceforge.net/gar/?rev=3357&view=rev Author: valholla Date: 2009-02-23 03:08:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pygtk/ csw/mgar/pkg/pygtk/Makefile csw/mgar/pkg/pygtk/checksums csw/mgar/pkg/pygtk/files/ csw/mgar/pkg/pygtk/files/fixme.sh Property changes on: csw/mgar/pkg/pygtk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pygtk/Makefile =================================================================== --- csw/mgar/pkg/pygtk/Makefile (rev 0) +++ csw/mgar/pkg/pygtk/Makefile 2009-02-23 03:08:32 UTC (rev 3357) @@ -0,0 +1,34 @@ +GARNAME = pygtk +GARVERSION = 2.12.1 +CATEGORIES = lang + +DESCRIPTION = pygtk support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygtk +REQUIRED_PKGS_CSWpygtk = CSWpython + +EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0 +EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib + +CATALOGNAME_CSWpygtk = py_gtk +SPKG_DESC_CSWpygtk = pygtk support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Added: csw/mgar/pkg/pygtk/checksums =================================================================== --- csw/mgar/pkg/pygtk/checksums (rev 0) +++ csw/mgar/pkg/pygtk/checksums 2009-02-23 03:08:32 UTC (rev 3357) @@ -0,0 +1,2 @@ +a816346d750d61e3fa67a200e4292694 download/pygtk-2.12.1.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh Added: csw/mgar/pkg/pygtk/files/fixme.sh =================================================================== --- csw/mgar/pkg/pygtk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pygtk/files/fixme.sh 2009-02-23 03:08:32 UTC (rev 3357) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pygtk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:10:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:10:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3358] csw/mgar/pkg Message-ID: Revision: 3358 http://gar.svn.sourceforge.net/gar/?rev=3358&view=rev Author: valholla Date: 2009-02-23 03:10:38 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_apc/ csw/mgar/pkg/php5_apc/Makefile csw/mgar/pkg/php5_apc/checksums csw/mgar/pkg/php5_apc/files/ csw/mgar/pkg/php5_apc/files/apc_pool.diff Property changes on: csw/mgar/pkg/php5_apc ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_apc/Makefile =================================================================== --- csw/mgar/pkg/php5_apc/Makefile (rev 0) +++ csw/mgar/pkg/php5_apc/Makefile 2009-02-23 03:10:38 UTC (rev 3358) @@ -0,0 +1,48 @@ +GARNAME = APC +GARVERSION = 3.0.19 +CATEGORIES = lang + +DESCRIPTION = APC Extention for PHP +define BLURB + The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. + It was conceived of to provide a free, open, and robust framework + for caching and optimizing PHP intermediate code. +endef + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PATCHFILES = apc_pool.diff +PACKAGES = CSWphp5apc + +MASTER_SITES = http://us.php.net/apc +SPKG_SOURCEURL = http://pecl.php.net/package/apc +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +DISTFILES = $(DISTNAME).tgz + +CATALOGNAME_CSWphp5apc = php5_apc +SPKG_DESC_CSWphp5apc = APC Extention for PHP5 +REQUIRED_PKGS_CSWphp5apc = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_apc/checksums =================================================================== --- csw/mgar/pkg/php5_apc/checksums (rev 0) +++ csw/mgar/pkg/php5_apc/checksums 2009-02-23 03:10:38 UTC (rev 3358) @@ -0,0 +1,2 @@ +951f43d2873e3572f5d5ae71a9b66f90 download/APC-3.0.19.tgz +945e5502e45a48f47ed2521d3142afdd download/apc_pool.diff Added: csw/mgar/pkg/php5_apc/files/apc_pool.diff =================================================================== --- csw/mgar/pkg/php5_apc/files/apc_pool.diff (rev 0) +++ csw/mgar/pkg/php5_apc/files/apc_pool.diff 2009-02-23 03:10:38 UTC (rev 3358) @@ -0,0 +1,11 @@ +--- ./apc_pool.c.orig 2009-02-18 15:11:37.456436248 -0600 ++++ ./apc_pool.c 2009-02-18 15:07:42.710261378 -0600 +@@ -43,7 +43,7 @@ + unsigned char *mark; + struct _pool_block *next; + unsigned :0; /* this should align to word */ +- unsigned char data[0]; ++ unsigned char data[]; + }pool_block; + + /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:11:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:11:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3359] csw/mgar/pkg Message-ID: Revision: 3359 http://gar.svn.sourceforge.net/gar/?rev=3359&view=rev Author: valholla Date: 2009-02-23 03:11:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_bz2/ csw/mgar/pkg/php5_bz2/Makefile csw/mgar/pkg/php5_bz2/checksums csw/mgar/pkg/php5_bz2/files/ Added: csw/mgar/pkg/php5_bz2/Makefile =================================================================== --- csw/mgar/pkg/php5_bz2/Makefile (rev 0) +++ csw/mgar/pkg/php5_bz2/Makefile 2009-02-23 03:11:51 UTC (rev 3359) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bz2 + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5_bz2/checksums (rev 0) +++ csw/mgar/pkg/php5_bz2/checksums 2009-02-23 03:11:51 UTC (rev 3359) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:12:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:12:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3360] csw/mgar/pkg/php5_bz2/ Message-ID: Revision: 3360 http://gar.svn.sourceforge.net/gar/?rev=3360&view=rev Author: valholla Date: 2009-02-23 03:12:09 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Property Changed: ---------------- csw/mgar/pkg/php5_bz2/ Property changes on: csw/mgar/pkg/php5_bz2 ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:14:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:14:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3361] csw/mgar/pkg Message-ID: Revision: 3361 http://gar.svn.sourceforge.net/gar/?rev=3361&view=rev Author: valholla Date: 2009-02-23 03:14:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_curl/ csw/mgar/pkg/php5_curl/Makefile csw/mgar/pkg/php5_curl/checksums csw/mgar/pkg/php5_curl/files/ Property changes on: csw/mgar/pkg/php5_curl ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_curl/Makefile =================================================================== --- csw/mgar/pkg/php5_curl/Makefile (rev 0) +++ csw/mgar/pkg/php5_curl/Makefile 2009-02-23 03:14:06 UTC (rev 3361) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = curl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-curl=$(prefix) +CONFIGURE_ARGS += --with-curlwrappers + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5_curl/checksums (rev 0) +++ csw/mgar/pkg/php5_curl/checksums 2009-02-23 03:14:06 UTC (rev 3361) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:15:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:15:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3362] csw/mgar/pkg Message-ID: Revision: 3362 http://gar.svn.sourceforge.net/gar/?rev=3362&view=rev Author: valholla Date: 2009-02-23 03:15:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ftp/ csw/mgar/pkg/php5_ftp/Makefile csw/mgar/pkg/php5_ftp/checksums csw/mgar/pkg/php5_ftp/files/ Property changes on: csw/mgar/pkg/php5_ftp ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ftp/Makefile =================================================================== --- csw/mgar/pkg/php5_ftp/Makefile (rev 0) +++ csw/mgar/pkg/php5_ftp/Makefile 2009-02-23 03:15:35 UTC (rev 3362) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ftp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5_ftp/checksums (rev 0) +++ csw/mgar/pkg/php5_ftp/checksums 2009-02-23 03:15:35 UTC (rev 3362) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:17:03 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:17:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3363] csw/mgar/pkg Message-ID: Revision: 3363 http://gar.svn.sourceforge.net/gar/?rev=3363&view=rev Author: valholla Date: 2009-02-23 03:17:02 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_gd/ csw/mgar/pkg/php5_gd/Makefile csw/mgar/pkg/php5_gd/checksums csw/mgar/pkg/php5_gd/files/ Property changes on: csw/mgar/pkg/php5_gd ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_gd/Makefile =================================================================== --- csw/mgar/pkg/php5_gd/Makefile (rev 0) +++ csw/mgar/pkg/php5_gd/Makefile 2009-02-23 03:17:02 UTC (rev 3363) @@ -0,0 +1,56 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gd + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gd=$(prefix) +CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) +CONFIGURE_ARGS += --with-png-dir=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --with-xpm-dir=$(prefix) +CONFIGURE_ARGS += --with-ttf=$(prefix) +CONFIGURE_ARGS += --with-freetype-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5_gd/checksums (rev 0) +++ csw/mgar/pkg/php5_gd/checksums 2009-02-23 03:17:02 UTC (rev 3363) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:18:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:18:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3364] csw/mgar/pkg Message-ID: Revision: 3364 http://gar.svn.sourceforge.net/gar/?rev=3364&view=rev Author: valholla Date: 2009-02-23 03:18:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_gettext/ csw/mgar/pkg/php5_gettext/Makefile csw/mgar/pkg/php5_gettext/checksums csw/mgar/pkg/php5_gettext/files/ Property changes on: csw/mgar/pkg/php5_gettext ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_gettext/Makefile =================================================================== --- csw/mgar/pkg/php5_gettext/Makefile (rev 0) +++ csw/mgar/pkg/php5_gettext/Makefile 2009-02-23 03:18:44 UTC (rev 3364) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gettext + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5_gettext/checksums (rev 0) +++ csw/mgar/pkg/php5_gettext/checksums 2009-02-23 03:18:44 UTC (rev 3364) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:20:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:20:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3365] csw/mgar/pkg Message-ID: Revision: 3365 http://gar.svn.sourceforge.net/gar/?rev=3365&view=rev Author: valholla Date: 2009-02-23 03:20:52 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_gmp/ csw/mgar/pkg/php5_gmp/Makefile csw/mgar/pkg/php5_gmp/checksums csw/mgar/pkg/php5_gmp/files/ Property changes on: csw/mgar/pkg/php5_gmp ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_gmp/Makefile =================================================================== --- csw/mgar/pkg/php5_gmp/Makefile (rev 0) +++ csw/mgar/pkg/php5_gmp/Makefile 2009-02-23 03:20:52 UTC (rev 3365) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gmp=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5_gmp/checksums (rev 0) +++ csw/mgar/pkg/php5_gmp/checksums 2009-02-23 03:20:52 UTC (rev 3365) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:22:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:22:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3366] csw/mgar/pkg Message-ID: Revision: 3366 http://gar.svn.sourceforge.net/gar/?rev=3366&view=rev Author: valholla Date: 2009-02-23 03:22:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_imap/ csw/mgar/pkg/php5_imap/Makefile csw/mgar/pkg/php5_imap/checksums csw/mgar/pkg/php5_imap/files/ Property changes on: csw/mgar/pkg/php5_imap ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_imap/Makefile =================================================================== --- csw/mgar/pkg/php5_imap/Makefile (rev 0) +++ csw/mgar/pkg/php5_imap/Makefile 2009-02-23 03:22:51 UTC (rev 3366) @@ -0,0 +1,54 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = imap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-imap=$(prefix) +CONFIGURE_ARGS += --with-kerberos=$(prefix) +CONFIGURE_ARGS += --with-imap-ssl=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5_imap/checksums (rev 0) +++ csw/mgar/pkg/php5_imap/checksums 2009-02-23 03:22:51 UTC (rev 3366) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:24:26 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:24:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3367] csw/mgar/pkg Message-ID: Revision: 3367 http://gar.svn.sourceforge.net/gar/?rev=3367&view=rev Author: valholla Date: 2009-02-23 03:24:26 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ldap/ csw/mgar/pkg/php5_ldap/Makefile csw/mgar/pkg/php5_ldap/checksums csw/mgar/pkg/php5_ldap/files/ Property changes on: csw/mgar/pkg/php5_ldap ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ldap/Makefile =================================================================== --- csw/mgar/pkg/php5_ldap/Makefile (rev 0) +++ csw/mgar/pkg/php5_ldap/Makefile 2009-02-23 03:24:26 UTC (rev 3367) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ldap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5_ldap/checksums (rev 0) +++ csw/mgar/pkg/php5_ldap/checksums 2009-02-23 03:24:26 UTC (rev 3367) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:04:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:04:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3368] csw/mgar/pkg/pydocutils/trunk/ Message-ID: Revision: 3368 http://gar.svn.sourceforge.net/gar/?rev=3368&view=rev Author: valholla Date: 2009-02-23 04:04:38 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update pydocutils to gar v2 Property Changed: ---------------- csw/mgar/pkg/pydocutils/trunk/ Property changes on: csw/mgar/pkg/pydocutils/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:07:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:07:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3369] csw/mgar/pkg/trac/trunk/ Message-ID: Revision: 3369 http://gar.svn.sourceforge.net/gar/?rev=3369&view=rev Author: valholla Date: 2009-02-23 04:07:09 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update trac to gar v2 Property Changed: ---------------- csw/mgar/pkg/trac/trunk/ Property changes on: csw/mgar/pkg/trac/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:15:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:15:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3370] csw/mgar/pkg/php5_apc Message-ID: Revision: 3370 http://gar.svn.sourceforge.net/gar/?rev=3370&view=rev Author: valholla Date: 2009-02-23 04:15:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- move from pkg/php5_apc to pkg_php5_apc/trunk Added Paths: ----------- csw/mgar/pkg/php5_apc/trunk/ csw/mgar/pkg/php5_apc/trunk/Makefile csw/mgar/pkg/php5_apc/trunk/checksums csw/mgar/pkg/php5_apc/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_apc/Makefile csw/mgar/pkg/php5_apc/checksums csw/mgar/pkg/php5_apc/files/ Deleted: csw/mgar/pkg/php5_apc/Makefile =================================================================== --- csw/mgar/pkg/php5_apc/Makefile 2009-02-23 04:07:09 UTC (rev 3369) +++ csw/mgar/pkg/php5_apc/Makefile 2009-02-23 04:15:44 UTC (rev 3370) @@ -1,48 +0,0 @@ -GARNAME = APC -GARVERSION = 3.0.19 -CATEGORIES = lang - -DESCRIPTION = APC Extention for PHP -define BLURB - The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. - It was conceived of to provide a free, open, and robust framework - for caching and optimizing PHP intermediate code. -endef - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - -PATCHFILES = apc_pool.diff -PACKAGES = CSWphp5apc - -MASTER_SITES = http://us.php.net/apc -SPKG_SOURCEURL = http://pecl.php.net/package/apc -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz - -DISTFILES = $(DISTNAME).tgz - -CATALOGNAME_CSWphp5apc = php5_apc -SPKG_DESC_CSWphp5apc = APC Extention for PHP5 -REQUIRED_PKGS_CSWphp5apc = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_apc/checksums =================================================================== --- csw/mgar/pkg/php5_apc/checksums 2009-02-23 04:07:09 UTC (rev 3369) +++ csw/mgar/pkg/php5_apc/checksums 2009-02-23 04:15:44 UTC (rev 3370) @@ -1,2 +0,0 @@ -951f43d2873e3572f5d5ae71a9b66f90 download/APC-3.0.19.tgz -945e5502e45a48f47ed2521d3142afdd download/apc_pool.diff Copied: csw/mgar/pkg/php5_apc/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_apc/Makefile) =================================================================== --- csw/mgar/pkg/php5_apc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_apc/trunk/Makefile 2009-02-23 04:15:44 UTC (rev 3370) @@ -0,0 +1,48 @@ +GARNAME = APC +GARVERSION = 3.0.19 +CATEGORIES = lang + +DESCRIPTION = APC Extention for PHP +define BLURB + The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. + It was conceived of to provide a free, open, and robust framework + for caching and optimizing PHP intermediate code. +endef + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PATCHFILES = apc_pool.diff +PACKAGES = CSWphp5apc + +MASTER_SITES = http://us.php.net/apc +SPKG_SOURCEURL = http://pecl.php.net/package/apc +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +DISTFILES = $(DISTNAME).tgz + +CATALOGNAME_CSWphp5apc = php5_apc +SPKG_DESC_CSWphp5apc = APC Extention for PHP5 +REQUIRED_PKGS_CSWphp5apc = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_apc/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_apc/checksums) =================================================================== --- csw/mgar/pkg/php5_apc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_apc/trunk/checksums 2009-02-23 04:15:44 UTC (rev 3370) @@ -0,0 +1,2 @@ +951f43d2873e3572f5d5ae71a9b66f90 download/APC-3.0.19.tgz +945e5502e45a48f47ed2521d3142afdd download/apc_pool.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:16:31 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:16:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3371] csw/mgar/pkg/php5_apc/trunk/ Message-ID: Revision: 3371 http://gar.svn.sourceforge.net/gar/?rev=3371&view=rev Author: valholla Date: 2009-02-23 04:16:31 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update php5_apc to gar v2 Property Changed: ---------------- csw/mgar/pkg/php5_apc/trunk/ Property changes on: csw/mgar/pkg/php5_apc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:34:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:34:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3372] csw/mgar/pkg/php5_bcmath Message-ID: Revision: 3372 http://gar.svn.sourceforge.net/gar/?rev=3372&view=rev Author: valholla Date: 2009-02-23 04:34:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_bcmath/trunk/ csw/mgar/pkg/php5_bcmath/trunk/Makefile csw/mgar/pkg/php5_bcmath/trunk/checksums csw/mgar/pkg/php5_bcmath/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_bcmath/Makefile csw/mgar/pkg/php5_bcmath/checksums csw/mgar/pkg/php5_bcmath/files/ Deleted: csw/mgar/pkg/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/Makefile 2009-02-23 04:16:31 UTC (rev 3371) +++ csw/mgar/pkg/php5_bcmath/Makefile 2009-02-23 04:34:32 UTC (rev 3372) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = bcmath - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5_bcmath/checksums 2009-02-23 04:16:31 UTC (rev 3371) +++ csw/mgar/pkg/php5_bcmath/checksums 2009-02-23 04:34:32 UTC (rev 3372) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_bcmath/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_bcmath/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_bcmath/Makefile) =================================================================== --- csw/mgar/pkg/php5_bcmath/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_bcmath/trunk/Makefile 2009-02-23 04:34:32 UTC (rev 3372) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bcmath + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_bcmath/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_bcmath/checksums) =================================================================== --- csw/mgar/pkg/php5_bcmath/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_bcmath/trunk/checksums 2009-02-23 04:34:32 UTC (rev 3372) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:34:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:34:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3373] csw/mgar/pkg/php5_bz2 Message-ID: Revision: 3373 http://gar.svn.sourceforge.net/gar/?rev=3373&view=rev Author: valholla Date: 2009-02-23 04:34:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_bz2/trunk/ csw/mgar/pkg/php5_bz2/trunk/Makefile csw/mgar/pkg/php5_bz2/trunk/checksums csw/mgar/pkg/php5_bz2/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_bz2/Makefile csw/mgar/pkg/php5_bz2/checksums csw/mgar/pkg/php5_bz2/files/ Deleted: csw/mgar/pkg/php5_bz2/Makefile =================================================================== --- csw/mgar/pkg/php5_bz2/Makefile 2009-02-23 04:34:32 UTC (rev 3372) +++ csw/mgar/pkg/php5_bz2/Makefile 2009-02-23 04:34:44 UTC (rev 3373) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = bz2 - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5_bz2/checksums 2009-02-23 04:34:32 UTC (rev 3372) +++ csw/mgar/pkg/php5_bz2/checksums 2009-02-23 04:34:44 UTC (rev 3373) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_bz2/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_bz2/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_bz2/Makefile) =================================================================== --- csw/mgar/pkg/php5_bz2/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_bz2/trunk/Makefile 2009-02-23 04:34:44 UTC (rev 3373) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bz2 + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_bz2/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_bz2/checksums) =================================================================== --- csw/mgar/pkg/php5_bz2/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_bz2/trunk/checksums 2009-02-23 04:34:44 UTC (rev 3373) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:34:56 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:34:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3374] csw/mgar/pkg/php5_calendar Message-ID: Revision: 3374 http://gar.svn.sourceforge.net/gar/?rev=3374&view=rev Author: valholla Date: 2009-02-23 04:34:55 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_calendar/trunk/ csw/mgar/pkg/php5_calendar/trunk/Makefile csw/mgar/pkg/php5_calendar/trunk/checksums csw/mgar/pkg/php5_calendar/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_calendar/Makefile csw/mgar/pkg/php5_calendar/checksums csw/mgar/pkg/php5_calendar/files/ Deleted: csw/mgar/pkg/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/Makefile 2009-02-23 04:34:44 UTC (rev 3373) +++ csw/mgar/pkg/php5_calendar/Makefile 2009-02-23 04:34:55 UTC (rev 3374) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = calendar - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5_calendar/checksums 2009-02-23 04:34:44 UTC (rev 3373) +++ csw/mgar/pkg/php5_calendar/checksums 2009-02-23 04:34:55 UTC (rev 3374) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_calendar/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_calendar/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_calendar/Makefile) =================================================================== --- csw/mgar/pkg/php5_calendar/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_calendar/trunk/Makefile 2009-02-23 04:34:55 UTC (rev 3374) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = calendar + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_calendar/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_calendar/checksums) =================================================================== --- csw/mgar/pkg/php5_calendar/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_calendar/trunk/checksums 2009-02-23 04:34:55 UTC (rev 3374) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3375] csw/mgar/pkg/php5_ctype Message-ID: Revision: 3375 http://gar.svn.sourceforge.net/gar/?rev=3375&view=rev Author: valholla Date: 2009-02-23 04:35:09 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ctype/trunk/ csw/mgar/pkg/php5_ctype/trunk/Makefile csw/mgar/pkg/php5_ctype/trunk/checksums csw/mgar/pkg/php5_ctype/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ctype/Makefile csw/mgar/pkg/php5_ctype/checksums csw/mgar/pkg/php5_ctype/files/ Deleted: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile 2009-02-23 04:34:55 UTC (rev 3374) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-23 04:35:09 UTC (rev 3375) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ctype - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5_ctype/checksums 2009-02-23 04:34:55 UTC (rev 3374) +++ csw/mgar/pkg/php5_ctype/checksums 2009-02-23 04:35:09 UTC (rev 3375) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ctype/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ctype/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_ctype/Makefile) =================================================================== --- csw/mgar/pkg/php5_ctype/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ctype/trunk/Makefile 2009-02-23 04:35:09 UTC (rev 3375) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ctype/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_ctype/checksums) =================================================================== --- csw/mgar/pkg/php5_ctype/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ctype/trunk/checksums 2009-02-23 04:35:09 UTC (rev 3375) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3376] csw/mgar/pkg/php5_curl Message-ID: Revision: 3376 http://gar.svn.sourceforge.net/gar/?rev=3376&view=rev Author: valholla Date: 2009-02-23 04:35:20 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_curl/trunk/ csw/mgar/pkg/php5_curl/trunk/Makefile csw/mgar/pkg/php5_curl/trunk/checksums csw/mgar/pkg/php5_curl/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_curl/Makefile csw/mgar/pkg/php5_curl/checksums csw/mgar/pkg/php5_curl/files/ Deleted: csw/mgar/pkg/php5_curl/Makefile =================================================================== --- csw/mgar/pkg/php5_curl/Makefile 2009-02-23 04:35:09 UTC (rev 3375) +++ csw/mgar/pkg/php5_curl/Makefile 2009-02-23 04:35:20 UTC (rev 3376) @@ -1,53 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = curl - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-curl=$(prefix) -CONFIGURE_ARGS += --with-curlwrappers - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5_curl/checksums 2009-02-23 04:35:09 UTC (rev 3375) +++ csw/mgar/pkg/php5_curl/checksums 2009-02-23 04:35:20 UTC (rev 3376) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_curl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_curl/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_curl/Makefile) =================================================================== --- csw/mgar/pkg/php5_curl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_curl/trunk/Makefile 2009-02-23 04:35:20 UTC (rev 3376) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = curl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-curl=$(prefix) +CONFIGURE_ARGS += --with-curlwrappers + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_curl/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_curl/checksums) =================================================================== --- csw/mgar/pkg/php5_curl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_curl/trunk/checksums 2009-02-23 04:35:20 UTC (rev 3376) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3377] csw/mgar/pkg/php5_dbase Message-ID: Revision: 3377 http://gar.svn.sourceforge.net/gar/?rev=3377&view=rev Author: valholla Date: 2009-02-23 04:35:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_dbase/trunk/ csw/mgar/pkg/php5_dbase/trunk/Makefile csw/mgar/pkg/php5_dbase/trunk/checksums csw/mgar/pkg/php5_dbase/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_dbase/Makefile csw/mgar/pkg/php5_dbase/checksums csw/mgar/pkg/php5_dbase/files/ Deleted: csw/mgar/pkg/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/Makefile 2009-02-23 04:35:20 UTC (rev 3376) +++ csw/mgar/pkg/php5_dbase/Makefile 2009-02-23 04:35:35 UTC (rev 3377) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = dbase - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5_dbase/checksums 2009-02-23 04:35:20 UTC (rev 3376) +++ csw/mgar/pkg/php5_dbase/checksums 2009-02-23 04:35:35 UTC (rev 3377) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_dbase/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_dbase/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_dbase/Makefile) =================================================================== --- csw/mgar/pkg/php5_dbase/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_dbase/trunk/Makefile 2009-02-23 04:35:35 UTC (rev 3377) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_dbase/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_dbase/checksums) =================================================================== --- csw/mgar/pkg/php5_dbase/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_dbase/trunk/checksums 2009-02-23 04:35:35 UTC (rev 3377) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3378] csw/mgar/pkg/php5_dom Message-ID: Revision: 3378 http://gar.svn.sourceforge.net/gar/?rev=3378&view=rev Author: valholla Date: 2009-02-23 04:35:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_dom/trunk/ csw/mgar/pkg/php5_dom/trunk/Makefile csw/mgar/pkg/php5_dom/trunk/checksums csw/mgar/pkg/php5_dom/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_dom/Makefile csw/mgar/pkg/php5_dom/checksums csw/mgar/pkg/php5_dom/files/ Deleted: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile 2009-02-23 04:35:35 UTC (rev 3377) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-23 04:35:51 UTC (rev 3378) @@ -1,51 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = dom - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5_dom/checksums 2009-02-23 04:35:35 UTC (rev 3377) +++ csw/mgar/pkg/php5_dom/checksums 2009-02-23 04:35:51 UTC (rev 3378) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_dom/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_dom/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_dom/Makefile) =================================================================== --- csw/mgar/pkg/php5_dom/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_dom/trunk/Makefile 2009-02-23 04:35:51 UTC (rev 3378) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dom + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_dom/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_dom/checksums) =================================================================== --- csw/mgar/pkg/php5_dom/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_dom/trunk/checksums 2009-02-23 04:35:51 UTC (rev 3378) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3379] csw/mgar/pkg/php5_exif Message-ID: Revision: 3379 http://gar.svn.sourceforge.net/gar/?rev=3379&view=rev Author: valholla Date: 2009-02-23 04:36:02 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_exif/trunk/ csw/mgar/pkg/php5_exif/trunk/Makefile csw/mgar/pkg/php5_exif/trunk/checksums csw/mgar/pkg/php5_exif/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_exif/Makefile csw/mgar/pkg/php5_exif/checksums csw/mgar/pkg/php5_exif/files/ Deleted: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile 2009-02-23 04:35:51 UTC (rev 3378) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-23 04:36:02 UTC (rev 3379) @@ -1,52 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = exif - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 -PATCHFILES = exif.diff - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk -CPPFLAGS="-I../ext/mbstring" -export CPPFLAGS Deleted: csw/mgar/pkg/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5_exif/checksums 2009-02-23 04:35:51 UTC (rev 3378) +++ csw/mgar/pkg/php5_exif/checksums 2009-02-23 04:36:02 UTC (rev 3379) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -7a13dffa630de58490b8841a6b7d84b9 download/exif.diff Property changes on: csw/mgar/pkg/php5_exif/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_exif/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_exif/Makefile) =================================================================== --- csw/mgar/pkg/php5_exif/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_exif/trunk/Makefile 2009-02-23 04:36:02 UTC (rev 3379) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = exif + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +PATCHFILES = exif.diff + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk +CPPFLAGS="-I../ext/mbstring" +export CPPFLAGS Copied: csw/mgar/pkg/php5_exif/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_exif/checksums) =================================================================== --- csw/mgar/pkg/php5_exif/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_exif/trunk/checksums 2009-02-23 04:36:02 UTC (rev 3379) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +7a13dffa630de58490b8841a6b7d84b9 download/exif.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3380] csw/mgar/pkg/php5_filter Message-ID: Revision: 3380 http://gar.svn.sourceforge.net/gar/?rev=3380&view=rev Author: valholla Date: 2009-02-23 04:36:13 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_filter/trunk/ csw/mgar/pkg/php5_filter/trunk/Makefile csw/mgar/pkg/php5_filter/trunk/checksums csw/mgar/pkg/php5_filter/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_filter/Makefile csw/mgar/pkg/php5_filter/checksums csw/mgar/pkg/php5_filter/files/ Deleted: csw/mgar/pkg/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/Makefile 2009-02-23 04:36:02 UTC (rev 3379) +++ csw/mgar/pkg/php5_filter/Makefile 2009-02-23 04:36:13 UTC (rev 3380) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = filter - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5_filter/checksums 2009-02-23 04:36:02 UTC (rev 3379) +++ csw/mgar/pkg/php5_filter/checksums 2009-02-23 04:36:13 UTC (rev 3380) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_filter/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_filter/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_filter/Makefile) =================================================================== --- csw/mgar/pkg/php5_filter/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_filter/trunk/Makefile 2009-02-23 04:36:13 UTC (rev 3380) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = filter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_filter/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_filter/checksums) =================================================================== --- csw/mgar/pkg/php5_filter/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_filter/trunk/checksums 2009-02-23 04:36:13 UTC (rev 3380) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:25 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3381] csw/mgar/pkg/php5_ftp Message-ID: Revision: 3381 http://gar.svn.sourceforge.net/gar/?rev=3381&view=rev Author: valholla Date: 2009-02-23 04:36:24 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ftp/trunk/ csw/mgar/pkg/php5_ftp/trunk/Makefile csw/mgar/pkg/php5_ftp/trunk/checksums csw/mgar/pkg/php5_ftp/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ftp/Makefile csw/mgar/pkg/php5_ftp/checksums csw/mgar/pkg/php5_ftp/files/ Deleted: csw/mgar/pkg/php5_ftp/Makefile =================================================================== --- csw/mgar/pkg/php5_ftp/Makefile 2009-02-23 04:36:13 UTC (rev 3380) +++ csw/mgar/pkg/php5_ftp/Makefile 2009-02-23 04:36:24 UTC (rev 3381) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ftp - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5_ftp/checksums 2009-02-23 04:36:13 UTC (rev 3380) +++ csw/mgar/pkg/php5_ftp/checksums 2009-02-23 04:36:24 UTC (rev 3381) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ftp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ftp/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_ftp/Makefile) =================================================================== --- csw/mgar/pkg/php5_ftp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ftp/trunk/Makefile 2009-02-23 04:36:24 UTC (rev 3381) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ftp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ftp/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_ftp/checksums) =================================================================== --- csw/mgar/pkg/php5_ftp/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ftp/trunk/checksums 2009-02-23 04:36:24 UTC (rev 3381) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3382] csw/mgar/pkg/php5_gd Message-ID: Revision: 3382 http://gar.svn.sourceforge.net/gar/?rev=3382&view=rev Author: valholla Date: 2009-02-23 04:36:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_gd/trunk/ csw/mgar/pkg/php5_gd/trunk/Makefile csw/mgar/pkg/php5_gd/trunk/checksums csw/mgar/pkg/php5_gd/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_gd/Makefile csw/mgar/pkg/php5_gd/checksums csw/mgar/pkg/php5_gd/files/ Deleted: csw/mgar/pkg/php5_gd/Makefile =================================================================== --- csw/mgar/pkg/php5_gd/Makefile 2009-02-23 04:36:24 UTC (rev 3381) +++ csw/mgar/pkg/php5_gd/Makefile 2009-02-23 04:36:35 UTC (rev 3382) @@ -1,56 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = gd - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-gd=$(prefix) -CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) -CONFIGURE_ARGS += --with-png-dir=$(prefix) -CONFIGURE_ARGS += --with-zlib-dir=$(prefix) -CONFIGURE_ARGS += --with-xpm-dir=$(prefix) -CONFIGURE_ARGS += --with-ttf=$(prefix) -CONFIGURE_ARGS += --with-freetype-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5_gd/checksums 2009-02-23 04:36:24 UTC (rev 3381) +++ csw/mgar/pkg/php5_gd/checksums 2009-02-23 04:36:35 UTC (rev 3382) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_gd/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_gd/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_gd/Makefile) =================================================================== --- csw/mgar/pkg/php5_gd/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_gd/trunk/Makefile 2009-02-23 04:36:35 UTC (rev 3382) @@ -0,0 +1,56 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gd + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gd=$(prefix) +CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) +CONFIGURE_ARGS += --with-png-dir=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --with-xpm-dir=$(prefix) +CONFIGURE_ARGS += --with-ttf=$(prefix) +CONFIGURE_ARGS += --with-freetype-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_gd/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_gd/checksums) =================================================================== --- csw/mgar/pkg/php5_gd/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_gd/trunk/checksums 2009-02-23 04:36:35 UTC (rev 3382) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3383] csw/mgar/pkg/php5_gettext Message-ID: Revision: 3383 http://gar.svn.sourceforge.net/gar/?rev=3383&view=rev Author: valholla Date: 2009-02-23 04:36:47 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_gettext/trunk/ csw/mgar/pkg/php5_gettext/trunk/Makefile csw/mgar/pkg/php5_gettext/trunk/checksums csw/mgar/pkg/php5_gettext/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_gettext/Makefile csw/mgar/pkg/php5_gettext/checksums csw/mgar/pkg/php5_gettext/files/ Deleted: csw/mgar/pkg/php5_gettext/Makefile =================================================================== --- csw/mgar/pkg/php5_gettext/Makefile 2009-02-23 04:36:35 UTC (rev 3382) +++ csw/mgar/pkg/php5_gettext/Makefile 2009-02-23 04:36:47 UTC (rev 3383) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = gettext - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5_gettext/checksums 2009-02-23 04:36:35 UTC (rev 3382) +++ csw/mgar/pkg/php5_gettext/checksums 2009-02-23 04:36:47 UTC (rev 3383) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_gettext/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_gettext/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_gettext/Makefile) =================================================================== --- csw/mgar/pkg/php5_gettext/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_gettext/trunk/Makefile 2009-02-23 04:36:47 UTC (rev 3383) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gettext + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_gettext/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_gettext/checksums) =================================================================== --- csw/mgar/pkg/php5_gettext/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_gettext/trunk/checksums 2009-02-23 04:36:47 UTC (rev 3383) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:58 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3384] csw/mgar/pkg/php5_gmp Message-ID: Revision: 3384 http://gar.svn.sourceforge.net/gar/?rev=3384&view=rev Author: valholla Date: 2009-02-23 04:36:58 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_gmp/trunk/ csw/mgar/pkg/php5_gmp/trunk/Makefile csw/mgar/pkg/php5_gmp/trunk/checksums csw/mgar/pkg/php5_gmp/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_gmp/Makefile csw/mgar/pkg/php5_gmp/checksums csw/mgar/pkg/php5_gmp/files/ Deleted: csw/mgar/pkg/php5_gmp/Makefile =================================================================== --- csw/mgar/pkg/php5_gmp/Makefile 2009-02-23 04:36:47 UTC (rev 3383) +++ csw/mgar/pkg/php5_gmp/Makefile 2009-02-23 04:36:58 UTC (rev 3384) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = gmp - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-gmp=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5_gmp/checksums 2009-02-23 04:36:47 UTC (rev 3383) +++ csw/mgar/pkg/php5_gmp/checksums 2009-02-23 04:36:58 UTC (rev 3384) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_gmp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_gmp/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_gmp/Makefile) =================================================================== --- csw/mgar/pkg/php5_gmp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_gmp/trunk/Makefile 2009-02-23 04:36:58 UTC (rev 3384) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gmp=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_gmp/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_gmp/checksums) =================================================================== --- csw/mgar/pkg/php5_gmp/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_gmp/trunk/checksums 2009-02-23 04:36:58 UTC (rev 3384) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3385] csw/mgar/pkg/php5_hash Message-ID: Revision: 3385 http://gar.svn.sourceforge.net/gar/?rev=3385&view=rev Author: valholla Date: 2009-02-23 04:37:10 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_hash/trunk/ csw/mgar/pkg/php5_hash/trunk/Makefile csw/mgar/pkg/php5_hash/trunk/checksums csw/mgar/pkg/php5_hash/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_hash/Makefile csw/mgar/pkg/php5_hash/checksums csw/mgar/pkg/php5_hash/files/ Deleted: csw/mgar/pkg/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/Makefile 2009-02-23 04:36:58 UTC (rev 3384) +++ csw/mgar/pkg/php5_hash/Makefile 2009-02-23 04:37:10 UTC (rev 3385) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = hash - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5_hash/checksums 2009-02-23 04:36:58 UTC (rev 3384) +++ csw/mgar/pkg/php5_hash/checksums 2009-02-23 04:37:10 UTC (rev 3385) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_hash/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_hash/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_hash/Makefile) =================================================================== --- csw/mgar/pkg/php5_hash/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_hash/trunk/Makefile 2009-02-23 04:37:10 UTC (rev 3385) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = hash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_hash/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_hash/checksums) =================================================================== --- csw/mgar/pkg/php5_hash/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_hash/trunk/checksums 2009-02-23 04:37:10 UTC (rev 3385) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3386] csw/mgar/pkg/php5_iconv Message-ID: Revision: 3386 http://gar.svn.sourceforge.net/gar/?rev=3386&view=rev Author: valholla Date: 2009-02-23 04:37:21 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_iconv/trunk/ csw/mgar/pkg/php5_iconv/trunk/Makefile csw/mgar/pkg/php5_iconv/trunk/checksums csw/mgar/pkg/php5_iconv/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_iconv/Makefile csw/mgar/pkg/php5_iconv/checksums csw/mgar/pkg/php5_iconv/files/ Deleted: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile 2009-02-23 04:37:10 UTC (rev 3385) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-23 04:37:21 UTC (rev 3386) @@ -1,51 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = iconv - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -EXTRA_LINKER_FLAGS = -liconv -lrt -lintl - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5_iconv/checksums 2009-02-23 04:37:10 UTC (rev 3385) +++ csw/mgar/pkg/php5_iconv/checksums 2009-02-23 04:37:21 UTC (rev 3386) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_iconv/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_iconv/trunk/Makefile (from rev 3370, csw/mgar/pkg/php5_iconv/Makefile) =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-23 04:37:21 UTC (rev 3386) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = iconv + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +EXTRA_LINKER_FLAGS = -liconv -lrt -lintl + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_iconv/trunk/checksums (from rev 3370, csw/mgar/pkg/php5_iconv/checksums) =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_iconv/trunk/checksums 2009-02-23 04:37:21 UTC (rev 3386) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3387] csw/mgar/pkg/php5_imap Message-ID: Revision: 3387 http://gar.svn.sourceforge.net/gar/?rev=3387&view=rev Author: valholla Date: 2009-02-23 04:37:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_imap/trunk/ csw/mgar/pkg/php5_imap/trunk/Makefile csw/mgar/pkg/php5_imap/trunk/checksums csw/mgar/pkg/php5_imap/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_imap/Makefile csw/mgar/pkg/php5_imap/checksums csw/mgar/pkg/php5_imap/files/ Deleted: csw/mgar/pkg/php5_imap/Makefile =================================================================== --- csw/mgar/pkg/php5_imap/Makefile 2009-02-23 04:37:21 UTC (rev 3386) +++ csw/mgar/pkg/php5_imap/Makefile 2009-02-23 04:37:32 UTC (rev 3387) @@ -1,54 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = imap - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-imap=$(prefix) -CONFIGURE_ARGS += --with-kerberos=$(prefix) -CONFIGURE_ARGS += --with-imap-ssl=$(prefix) - - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5_imap/checksums 2009-02-23 04:37:21 UTC (rev 3386) +++ csw/mgar/pkg/php5_imap/checksums 2009-02-23 04:37:32 UTC (rev 3387) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_imap/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_imap/trunk/Makefile (from rev 3370, csw/mgar/pkg/php5_imap/Makefile) =================================================================== --- csw/mgar/pkg/php5_imap/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_imap/trunk/Makefile 2009-02-23 04:37:32 UTC (rev 3387) @@ -0,0 +1,54 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = imap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-imap=$(prefix) +CONFIGURE_ARGS += --with-kerberos=$(prefix) +CONFIGURE_ARGS += --with-imap-ssl=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_imap/trunk/checksums (from rev 3370, csw/mgar/pkg/php5_imap/checksums) =================================================================== --- csw/mgar/pkg/php5_imap/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_imap/trunk/checksums 2009-02-23 04:37:32 UTC (rev 3387) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3388] csw/mgar/pkg/php5_json Message-ID: Revision: 3388 http://gar.svn.sourceforge.net/gar/?rev=3388&view=rev Author: valholla Date: 2009-02-23 04:37:43 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_json/trunk/ csw/mgar/pkg/php5_json/trunk/Makefile csw/mgar/pkg/php5_json/trunk/checksums csw/mgar/pkg/php5_json/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_json/Makefile csw/mgar/pkg/php5_json/checksums csw/mgar/pkg/php5_json/files/ Deleted: csw/mgar/pkg/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5_json/Makefile 2009-02-23 04:37:32 UTC (rev 3387) +++ csw/mgar/pkg/php5_json/Makefile 2009-02-23 04:37:43 UTC (rev 3388) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = json - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5_json/checksums 2009-02-23 04:37:32 UTC (rev 3387) +++ csw/mgar/pkg/php5_json/checksums 2009-02-23 04:37:43 UTC (rev 3388) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_json/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_json/trunk/Makefile (from rev 3370, csw/mgar/pkg/php5_json/Makefile) =================================================================== --- csw/mgar/pkg/php5_json/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_json/trunk/Makefile 2009-02-23 04:37:43 UTC (rev 3388) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = json + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_json/trunk/checksums (from rev 3370, csw/mgar/pkg/php5_json/checksums) =================================================================== --- csw/mgar/pkg/php5_json/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_json/trunk/checksums 2009-02-23 04:37:43 UTC (rev 3388) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3389] csw/mgar/pkg/php5_ldap Message-ID: Revision: 3389 http://gar.svn.sourceforge.net/gar/?rev=3389&view=rev Author: valholla Date: 2009-02-23 04:37:54 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ldap/trunk/ csw/mgar/pkg/php5_ldap/trunk/Makefile csw/mgar/pkg/php5_ldap/trunk/checksums csw/mgar/pkg/php5_ldap/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ldap/Makefile csw/mgar/pkg/php5_ldap/checksums csw/mgar/pkg/php5_ldap/files/ Deleted: csw/mgar/pkg/php5_ldap/Makefile =================================================================== --- csw/mgar/pkg/php5_ldap/Makefile 2009-02-23 04:37:43 UTC (rev 3388) +++ csw/mgar/pkg/php5_ldap/Makefile 2009-02-23 04:37:54 UTC (rev 3389) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ldap - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5_ldap/checksums 2009-02-23 04:37:43 UTC (rev 3388) +++ csw/mgar/pkg/php5_ldap/checksums 2009-02-23 04:37:54 UTC (rev 3389) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ldap/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ldap/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_ldap/Makefile) =================================================================== --- csw/mgar/pkg/php5_ldap/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ldap/trunk/Makefile 2009-02-23 04:37:54 UTC (rev 3389) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ldap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ldap/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_ldap/checksums) =================================================================== --- csw/mgar/pkg/php5_ldap/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ldap/trunk/checksums 2009-02-23 04:37:54 UTC (rev 3389) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3390] csw/mgar/pkg/php5_mbstring Message-ID: Revision: 3390 http://gar.svn.sourceforge.net/gar/?rev=3390&view=rev Author: valholla Date: 2009-02-23 04:38:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_mbstring/trunk/ csw/mgar/pkg/php5_mbstring/trunk/Makefile csw/mgar/pkg/php5_mbstring/trunk/checksums csw/mgar/pkg/php5_mbstring/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_mbstring/Makefile csw/mgar/pkg/php5_mbstring/checksums csw/mgar/pkg/php5_mbstring/files/ Deleted: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile 2009-02-23 04:37:54 UTC (rev 3389) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-23 04:38:06 UTC (rev 3390) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = mbstring - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - -TEST_SCRIPTS = testme - -test-testme: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - - -include gar/category.mk Deleted: csw/mgar/pkg/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5_mbstring/checksums 2009-02-23 04:37:54 UTC (rev 3389) +++ csw/mgar/pkg/php5_mbstring/checksums 2009-02-23 04:38:06 UTC (rev 3390) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_mbstring/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_mbstring/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_mbstring/Makefile) =================================================================== --- csw/mgar/pkg/php5_mbstring/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mbstring/trunk/Makefile 2009-02-23 04:38:06 UTC (rev 3390) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mbstring + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = testme + +test-testme: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + + +include gar/category.mk Copied: csw/mgar/pkg/php5_mbstring/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_mbstring/checksums) =================================================================== --- csw/mgar/pkg/php5_mbstring/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mbstring/trunk/checksums 2009-02-23 04:38:06 UTC (rev 3390) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3391] csw/mgar/pkg/php5_mime_magic Message-ID: Revision: 3391 http://gar.svn.sourceforge.net/gar/?rev=3391&view=rev Author: valholla Date: 2009-02-23 04:38:17 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_mime_magic/trunk/ csw/mgar/pkg/php5_mime_magic/trunk/Makefile csw/mgar/pkg/php5_mime_magic/trunk/checksums csw/mgar/pkg/php5_mime_magic/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_mime_magic/Makefile csw/mgar/pkg/php5_mime_magic/checksums csw/mgar/pkg/php5_mime_magic/files/ Deleted: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-23 04:38:06 UTC (rev 3390) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-23 04:38:17 UTC (rev 3391) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = mime_magic - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5mimemagic - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5_mime_magic/checksums 2009-02-23 04:38:06 UTC (rev 3390) +++ csw/mgar/pkg/php5_mime_magic/checksums 2009-02-23 04:38:17 UTC (rev 3391) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_mime_magic/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_mime_magic/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_mime_magic/Makefile) =================================================================== --- csw/mgar/pkg/php5_mime_magic/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mime_magic/trunk/Makefile 2009-02-23 04:38:17 UTC (rev 3391) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mime_magic + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5mimemagic + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_mime_magic/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_mime_magic/checksums) =================================================================== --- csw/mgar/pkg/php5_mime_magic/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mime_magic/trunk/checksums 2009-02-23 04:38:17 UTC (rev 3391) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3392] csw/mgar/pkg/php5_ncurses Message-ID: Revision: 3392 http://gar.svn.sourceforge.net/gar/?rev=3392&view=rev Author: valholla Date: 2009-02-23 04:38:28 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ncurses/trunk/ csw/mgar/pkg/php5_ncurses/trunk/Makefile csw/mgar/pkg/php5_ncurses/trunk/checksums csw/mgar/pkg/php5_ncurses/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ncurses/Makefile csw/mgar/pkg/php5_ncurses/checksums csw/mgar/pkg/php5_ncurses/files/ Deleted: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile 2009-02-23 04:38:17 UTC (rev 3391) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-23 04:38:28 UTC (rev 3392) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ncurses - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-ncurses=/opt/csw - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5_ncurses/checksums 2009-02-23 04:38:17 UTC (rev 3391) +++ csw/mgar/pkg/php5_ncurses/checksums 2009-02-23 04:38:28 UTC (rev 3392) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ncurses/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ncurses/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_ncurses/Makefile) =================================================================== --- csw/mgar/pkg/php5_ncurses/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ncurses/trunk/Makefile 2009-02-23 04:38:28 UTC (rev 3392) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ncurses + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-ncurses=/opt/csw + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ncurses/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_ncurses/checksums) =================================================================== --- csw/mgar/pkg/php5_ncurses/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ncurses/trunk/checksums 2009-02-23 04:38:28 UTC (rev 3392) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3393] csw/mgar/pkg/php5_pcntl Message-ID: Revision: 3393 http://gar.svn.sourceforge.net/gar/?rev=3393&view=rev Author: valholla Date: 2009-02-23 04:38:40 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_pcntl/trunk/ csw/mgar/pkg/php5_pcntl/trunk/Makefile csw/mgar/pkg/php5_pcntl/trunk/checksums csw/mgar/pkg/php5_pcntl/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_pcntl/Makefile csw/mgar/pkg/php5_pcntl/checksums csw/mgar/pkg/php5_pcntl/files/ Deleted: csw/mgar/pkg/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/Makefile 2009-02-23 04:38:28 UTC (rev 3392) +++ csw/mgar/pkg/php5_pcntl/Makefile 2009-02-23 04:38:40 UTC (rev 3393) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = pcntl - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5_pcntl/checksums 2009-02-23 04:38:28 UTC (rev 3392) +++ csw/mgar/pkg/php5_pcntl/checksums 2009-02-23 04:38:40 UTC (rev 3393) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_pcntl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_pcntl/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_pcntl/Makefile) =================================================================== --- csw/mgar/pkg/php5_pcntl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pcntl/trunk/Makefile 2009-02-23 04:38:40 UTC (rev 3393) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcntl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_pcntl/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_pcntl/checksums) =================================================================== --- csw/mgar/pkg/php5_pcntl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pcntl/trunk/checksums 2009-02-23 04:38:40 UTC (rev 3393) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3394] csw/mgar/pkg/php5_posix Message-ID: Revision: 3394 http://gar.svn.sourceforge.net/gar/?rev=3394&view=rev Author: valholla Date: 2009-02-23 04:38:50 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_posix/trunk/ csw/mgar/pkg/php5_posix/trunk/Makefile csw/mgar/pkg/php5_posix/trunk/checksums csw/mgar/pkg/php5_posix/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_posix/Makefile csw/mgar/pkg/php5_posix/checksums csw/mgar/pkg/php5_posix/files/ Deleted: csw/mgar/pkg/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/Makefile 2009-02-23 04:38:40 UTC (rev 3393) +++ csw/mgar/pkg/php5_posix/Makefile 2009-02-23 04:38:50 UTC (rev 3394) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = posix - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5_posix/checksums 2009-02-23 04:38:40 UTC (rev 3393) +++ csw/mgar/pkg/php5_posix/checksums 2009-02-23 04:38:50 UTC (rev 3394) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_posix/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_posix/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_posix/Makefile) =================================================================== --- csw/mgar/pkg/php5_posix/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_posix/trunk/Makefile 2009-02-23 04:38:50 UTC (rev 3394) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = posix + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_posix/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_posix/checksums) =================================================================== --- csw/mgar/pkg/php5_posix/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_posix/trunk/checksums 2009-02-23 04:38:50 UTC (rev 3394) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3395] csw/mgar/pkg/php5_recode Message-ID: Revision: 3395 http://gar.svn.sourceforge.net/gar/?rev=3395&view=rev Author: valholla Date: 2009-02-23 04:39:01 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_recode/trunk/ csw/mgar/pkg/php5_recode/trunk/Makefile csw/mgar/pkg/php5_recode/trunk/checksums csw/mgar/pkg/php5_recode/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_recode/Makefile csw/mgar/pkg/php5_recode/checksums csw/mgar/pkg/php5_recode/files/ Deleted: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile 2009-02-23 04:38:50 UTC (rev 3394) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-23 04:39:01 UTC (rev 3395) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = recode - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-recode=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5_recode/checksums 2009-02-23 04:38:50 UTC (rev 3394) +++ csw/mgar/pkg/php5_recode/checksums 2009-02-23 04:39:01 UTC (rev 3395) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_recode/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_recode/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_recode/Makefile) =================================================================== --- csw/mgar/pkg/php5_recode/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-23 04:39:01 UTC (rev 3395) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = recode + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-recode=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_recode/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_recode/checksums) =================================================================== --- csw/mgar/pkg/php5_recode/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_recode/trunk/checksums 2009-02-23 04:39:01 UTC (rev 3395) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3396] csw/mgar/pkg/php5_shmop Message-ID: Revision: 3396 http://gar.svn.sourceforge.net/gar/?rev=3396&view=rev Author: valholla Date: 2009-02-23 04:39:12 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_shmop/trunk/ csw/mgar/pkg/php5_shmop/trunk/Makefile csw/mgar/pkg/php5_shmop/trunk/checksums csw/mgar/pkg/php5_shmop/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_shmop/Makefile csw/mgar/pkg/php5_shmop/checksums csw/mgar/pkg/php5_shmop/files/ Deleted: csw/mgar/pkg/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/Makefile 2009-02-23 04:39:01 UTC (rev 3395) +++ csw/mgar/pkg/php5_shmop/Makefile 2009-02-23 04:39:12 UTC (rev 3396) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = shmop - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5_shmop/checksums 2009-02-23 04:39:01 UTC (rev 3395) +++ csw/mgar/pkg/php5_shmop/checksums 2009-02-23 04:39:12 UTC (rev 3396) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_shmop/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_shmop/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_shmop/Makefile) =================================================================== --- csw/mgar/pkg/php5_shmop/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_shmop/trunk/Makefile 2009-02-23 04:39:12 UTC (rev 3396) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = shmop + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_shmop/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_shmop/checksums) =================================================================== --- csw/mgar/pkg/php5_shmop/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_shmop/trunk/checksums 2009-02-23 04:39:12 UTC (rev 3396) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3397] csw/mgar/pkg/php5_simplexml Message-ID: Revision: 3397 http://gar.svn.sourceforge.net/gar/?rev=3397&view=rev Author: valholla Date: 2009-02-23 04:39:23 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_simplexml/trunk/ csw/mgar/pkg/php5_simplexml/trunk/Makefile csw/mgar/pkg/php5_simplexml/trunk/checksums csw/mgar/pkg/php5_simplexml/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_simplexml/Makefile csw/mgar/pkg/php5_simplexml/checksums csw/mgar/pkg/php5_simplexml/files/ Deleted: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile 2009-02-23 04:39:12 UTC (rev 3396) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-23 04:39:23 UTC (rev 3397) @@ -1,52 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = simplexml - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) -PATCHFILES = simplexml.diff - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5_simplexml/checksums 2009-02-23 04:39:12 UTC (rev 3396) +++ csw/mgar/pkg/php5_simplexml/checksums 2009-02-23 04:39:23 UTC (rev 3397) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff Property changes on: csw/mgar/pkg/php5_simplexml/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_simplexml/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_simplexml/Makefile) =================================================================== --- csw/mgar/pkg/php5_simplexml/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_simplexml/trunk/Makefile 2009-02-23 04:39:23 UTC (rev 3397) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = simplexml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) +PATCHFILES = simplexml.diff + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_simplexml/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_simplexml/checksums) =================================================================== --- csw/mgar/pkg/php5_simplexml/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_simplexml/trunk/checksums 2009-02-23 04:39:23 UTC (rev 3397) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3398] csw/mgar/pkg/php5_soap Message-ID: Revision: 3398 http://gar.svn.sourceforge.net/gar/?rev=3398&view=rev Author: valholla Date: 2009-02-23 04:39:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_soap/trunk/ csw/mgar/pkg/php5_soap/trunk/Makefile csw/mgar/pkg/php5_soap/trunk/checksums csw/mgar/pkg/php5_soap/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_soap/Makefile csw/mgar/pkg/php5_soap/checksums csw/mgar/pkg/php5_soap/files/ Deleted: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile 2009-02-23 04:39:23 UTC (rev 3397) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-23 04:39:39 UTC (rev 3398) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = soap - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5_soap/checksums 2009-02-23 04:39:23 UTC (rev 3397) +++ csw/mgar/pkg/php5_soap/checksums 2009-02-23 04:39:39 UTC (rev 3398) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_soap/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_soap/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_soap/Makefile) =================================================================== --- csw/mgar/pkg/php5_soap/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_soap/trunk/Makefile 2009-02-23 04:39:39 UTC (rev 3398) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = soap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_soap/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_soap/checksums) =================================================================== --- csw/mgar/pkg/php5_soap/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_soap/trunk/checksums 2009-02-23 04:39:39 UTC (rev 3398) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3399] csw/mgar/pkg/php5_sockets Message-ID: Revision: 3399 http://gar.svn.sourceforge.net/gar/?rev=3399&view=rev Author: valholla Date: 2009-02-23 04:39:55 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sockets/trunk/ csw/mgar/pkg/php5_sockets/trunk/Makefile csw/mgar/pkg/php5_sockets/trunk/checksums csw/mgar/pkg/php5_sockets/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sockets/Makefile csw/mgar/pkg/php5_sockets/checksums csw/mgar/pkg/php5_sockets/files/ Deleted: csw/mgar/pkg/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/Makefile 2009-02-23 04:39:39 UTC (rev 3398) +++ csw/mgar/pkg/php5_sockets/Makefile 2009-02-23 04:39:55 UTC (rev 3399) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sockets - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5_sockets/checksums 2009-02-23 04:39:39 UTC (rev 3398) +++ csw/mgar/pkg/php5_sockets/checksums 2009-02-23 04:39:55 UTC (rev 3399) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sockets/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sockets/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sockets/Makefile) =================================================================== --- csw/mgar/pkg/php5_sockets/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sockets/trunk/Makefile 2009-02-23 04:39:55 UTC (rev 3399) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sockets + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sockets/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sockets/checksums) =================================================================== --- csw/mgar/pkg/php5_sockets/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sockets/trunk/checksums 2009-02-23 04:39:55 UTC (rev 3399) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3400] csw/mgar/pkg/php5_sqlite Message-ID: Revision: 3400 http://gar.svn.sourceforge.net/gar/?rev=3400&view=rev Author: valholla Date: 2009-02-23 04:40:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sqlite/trunk/ csw/mgar/pkg/php5_sqlite/trunk/Makefile csw/mgar/pkg/php5_sqlite/trunk/checksums csw/mgar/pkg/php5_sqlite/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sqlite/Makefile csw/mgar/pkg/php5_sqlite/checksums csw/mgar/pkg/php5_sqlite/files/ Deleted: csw/mgar/pkg/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/Makefile 2009-02-23 04:39:55 UTC (rev 3399) +++ csw/mgar/pkg/php5_sqlite/Makefile 2009-02-23 04:40:06 UTC (rev 3400) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sqlite - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5_sqlite/checksums 2009-02-23 04:39:55 UTC (rev 3399) +++ csw/mgar/pkg/php5_sqlite/checksums 2009-02-23 04:40:06 UTC (rev 3400) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sqlite/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sqlite/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sqlite/Makefile) =================================================================== --- csw/mgar/pkg/php5_sqlite/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sqlite/trunk/Makefile 2009-02-23 04:40:06 UTC (rev 3400) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sqlite/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sqlite/checksums) =================================================================== --- csw/mgar/pkg/php5_sqlite/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sqlite/trunk/checksums 2009-02-23 04:40:06 UTC (rev 3400) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3401] csw/mgar/pkg/php5_sysvmsg Message-ID: Revision: 3401 http://gar.svn.sourceforge.net/gar/?rev=3401&view=rev Author: valholla Date: 2009-02-23 04:40:18 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sysvmsg/trunk/ csw/mgar/pkg/php5_sysvmsg/trunk/Makefile csw/mgar/pkg/php5_sysvmsg/trunk/checksums csw/mgar/pkg/php5_sysvmsg/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sysvmsg/Makefile csw/mgar/pkg/php5_sysvmsg/checksums csw/mgar/pkg/php5_sysvmsg/files/ Deleted: csw/mgar/pkg/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-23 04:40:06 UTC (rev 3400) +++ csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-23 04:40:18 UTC (rev 3401) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sysvmsg - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-23 04:40:06 UTC (rev 3400) +++ csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-23 04:40:18 UTC (rev 3401) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sysvmsg/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sysvmsg/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sysvmsg/Makefile) =================================================================== --- csw/mgar/pkg/php5_sysvmsg/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvmsg/trunk/Makefile 2009-02-23 04:40:18 UTC (rev 3401) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvmsg + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sysvmsg/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sysvmsg/checksums) =================================================================== --- csw/mgar/pkg/php5_sysvmsg/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sysvmsg/trunk/checksums 2009-02-23 04:40:18 UTC (rev 3401) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3402] csw/mgar/pkg/php5_sysvsem Message-ID: Revision: 3402 http://gar.svn.sourceforge.net/gar/?rev=3402&view=rev Author: valholla Date: 2009-02-23 04:40:28 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sysvsem/trunk/ csw/mgar/pkg/php5_sysvsem/trunk/Makefile csw/mgar/pkg/php5_sysvsem/trunk/checksums csw/mgar/pkg/php5_sysvsem/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sysvsem/Makefile csw/mgar/pkg/php5_sysvsem/checksums csw/mgar/pkg/php5_sysvsem/files/ Deleted: csw/mgar/pkg/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-23 04:40:18 UTC (rev 3401) +++ csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-23 04:40:28 UTC (rev 3402) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sysvsem - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5_sysvsem/checksums 2009-02-23 04:40:18 UTC (rev 3401) +++ csw/mgar/pkg/php5_sysvsem/checksums 2009-02-23 04:40:28 UTC (rev 3402) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sysvsem/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sysvsem/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sysvsem/Makefile) =================================================================== --- csw/mgar/pkg/php5_sysvsem/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvsem/trunk/Makefile 2009-02-23 04:40:28 UTC (rev 3402) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvsem + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sysvsem/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sysvsem/checksums) =================================================================== --- csw/mgar/pkg/php5_sysvsem/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sysvsem/trunk/checksums 2009-02-23 04:40:28 UTC (rev 3402) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3403] csw/mgar/pkg/php5_sysvshm Message-ID: Revision: 3403 http://gar.svn.sourceforge.net/gar/?rev=3403&view=rev Author: valholla Date: 2009-02-23 04:40:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sysvshm/trunk/ csw/mgar/pkg/php5_sysvshm/trunk/Makefile csw/mgar/pkg/php5_sysvshm/trunk/checksums csw/mgar/pkg/php5_sysvshm/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sysvshm/Makefile csw/mgar/pkg/php5_sysvshm/checksums csw/mgar/pkg/php5_sysvshm/files/ Deleted: csw/mgar/pkg/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-23 04:40:28 UTC (rev 3402) +++ csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-23 04:40:39 UTC (rev 3403) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sysvshm - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5_sysvshm/checksums 2009-02-23 04:40:28 UTC (rev 3402) +++ csw/mgar/pkg/php5_sysvshm/checksums 2009-02-23 04:40:39 UTC (rev 3403) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sysvshm/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sysvshm/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sysvshm/Makefile) =================================================================== --- csw/mgar/pkg/php5_sysvshm/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvshm/trunk/Makefile 2009-02-23 04:40:39 UTC (rev 3403) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvshm + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sysvshm/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sysvshm/checksums) =================================================================== --- csw/mgar/pkg/php5_sysvshm/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sysvshm/trunk/checksums 2009-02-23 04:40:39 UTC (rev 3403) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3404] csw/mgar/pkg/php5_tidy Message-ID: Revision: 3404 http://gar.svn.sourceforge.net/gar/?rev=3404&view=rev Author: valholla Date: 2009-02-23 04:40:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_tidy/trunk/ csw/mgar/pkg/php5_tidy/trunk/Makefile csw/mgar/pkg/php5_tidy/trunk/checksums csw/mgar/pkg/php5_tidy/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_tidy/Makefile csw/mgar/pkg/php5_tidy/checksums csw/mgar/pkg/php5_tidy/files/ Deleted: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile 2009-02-23 04:40:39 UTC (rev 3403) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-23 04:40:51 UTC (rev 3404) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = tidy - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-tidy=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5_tidy/checksums 2009-02-23 04:40:39 UTC (rev 3403) +++ csw/mgar/pkg/php5_tidy/checksums 2009-02-23 04:40:51 UTC (rev 3404) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_tidy/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_tidy/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_tidy/Makefile) =================================================================== --- csw/mgar/pkg/php5_tidy/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_tidy/trunk/Makefile 2009-02-23 04:40:51 UTC (rev 3404) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tidy + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-tidy=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_tidy/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_tidy/checksums) =================================================================== --- csw/mgar/pkg/php5_tidy/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_tidy/trunk/checksums 2009-02-23 04:40:51 UTC (rev 3404) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:01 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3405] csw/mgar/pkg/php5_tokenizer Message-ID: Revision: 3405 http://gar.svn.sourceforge.net/gar/?rev=3405&view=rev Author: valholla Date: 2009-02-23 04:41:01 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_tokenizer/trunk/ csw/mgar/pkg/php5_tokenizer/trunk/Makefile csw/mgar/pkg/php5_tokenizer/trunk/checksums csw/mgar/pkg/php5_tokenizer/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_tokenizer/Makefile csw/mgar/pkg/php5_tokenizer/checksums csw/mgar/pkg/php5_tokenizer/files/ Deleted: csw/mgar/pkg/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-23 04:40:51 UTC (rev 3404) +++ csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-23 04:41:01 UTC (rev 3405) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = tokenizer - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5_tokenizer/checksums 2009-02-23 04:40:51 UTC (rev 3404) +++ csw/mgar/pkg/php5_tokenizer/checksums 2009-02-23 04:41:01 UTC (rev 3405) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_tokenizer/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_tokenizer/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_tokenizer/Makefile) =================================================================== --- csw/mgar/pkg/php5_tokenizer/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_tokenizer/trunk/Makefile 2009-02-23 04:41:01 UTC (rev 3405) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tokenizer + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_tokenizer/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_tokenizer/checksums) =================================================================== --- csw/mgar/pkg/php5_tokenizer/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_tokenizer/trunk/checksums 2009-02-23 04:41:01 UTC (rev 3405) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:13 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3406] csw/mgar/pkg/php5_xdebug Message-ID: Revision: 3406 http://gar.svn.sourceforge.net/gar/?rev=3406&view=rev Author: valholla Date: 2009-02-23 04:41:12 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xdebug/trunk/ csw/mgar/pkg/php5_xdebug/trunk/Makefile csw/mgar/pkg/php5_xdebug/trunk/checksums csw/mgar/pkg/php5_xdebug/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xdebug/Makefile csw/mgar/pkg/php5_xdebug/checksums csw/mgar/pkg/php5_xdebug/files/ Deleted: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile 2009-02-23 04:41:01 UTC (rev 3405) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-23 04:41:12 UTC (rev 3406) @@ -1,49 +0,0 @@ -GARNAME = xdebug -GARVERSION = 2.0.4 -CATEGORIES = lang - -DESCRIPTION = Xdebug Extention for PHP -define BLURB -The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: - - * stack traces and function traces in error messages with: - o full parameter display for user defined functions - o function name, file name and line indications - o support for member functions - * memory allocation - * protection for infinite recursions -endef - - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5xdebug - -MASTER_SITES = http://www.xdebug.org/ -SPKG_SOURCEURL = http://www.xdebug.org/files/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz - -DISTFILES = $(DISTNAME).tgz - -CATALOGNAME_CSWphp5xdebug = php5_xdebug -SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5 -REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - -# There are no test scripts -TEST_SCRIPTS = - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xdebug/checksums =================================================================== --- csw/mgar/pkg/php5_xdebug/checksums 2009-02-23 04:41:01 UTC (rev 3405) +++ csw/mgar/pkg/php5_xdebug/checksums 2009-02-23 04:41:12 UTC (rev 3406) @@ -1 +0,0 @@ -2fd6adb30c338d7667b464506fd58eca download/xdebug-2.0.4.tgz Property changes on: csw/mgar/pkg/php5_xdebug/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xdebug/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xdebug/Makefile) =================================================================== --- csw/mgar/pkg/php5_xdebug/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xdebug/trunk/Makefile 2009-02-23 04:41:12 UTC (rev 3406) @@ -0,0 +1,49 @@ +GARNAME = xdebug +GARVERSION = 2.0.4 +CATEGORIES = lang + +DESCRIPTION = Xdebug Extention for PHP +define BLURB +The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: + + * stack traces and function traces in error messages with: + o full parameter display for user defined functions + o function name, file name and line indications + o support for member functions + * memory allocation + * protection for infinite recursions +endef + + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5xdebug + +MASTER_SITES = http://www.xdebug.org/ +SPKG_SOURCEURL = http://www.xdebug.org/files/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +DISTFILES = $(DISTNAME).tgz + +CATALOGNAME_CSWphp5xdebug = php5_xdebug +SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk Copied: csw/mgar/pkg/php5_xdebug/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xdebug/checksums) =================================================================== --- csw/mgar/pkg/php5_xdebug/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xdebug/trunk/checksums 2009-02-23 04:41:12 UTC (rev 3406) @@ -0,0 +1 @@ +2fd6adb30c338d7667b464506fd58eca download/xdebug-2.0.4.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3407] csw/mgar/pkg/php5_xml Message-ID: Revision: 3407 http://gar.svn.sourceforge.net/gar/?rev=3407&view=rev Author: valholla Date: 2009-02-23 04:41:23 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xml/trunk/ csw/mgar/pkg/php5_xml/trunk/Makefile csw/mgar/pkg/php5_xml/trunk/checksums csw/mgar/pkg/php5_xml/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xml/Makefile csw/mgar/pkg/php5_xml/checksums csw/mgar/pkg/php5_xml/files/ Deleted: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile 2009-02-23 04:41:12 UTC (rev 3406) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-23 04:41:23 UTC (rev 3407) @@ -1,52 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xml - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) - - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5_xml/checksums 2009-02-23 04:41:12 UTC (rev 3406) +++ csw/mgar/pkg/php5_xml/checksums 2009-02-23 04:41:23 UTC (rev 3407) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xml/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xml/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xml/Makefile) =================================================================== --- csw/mgar/pkg/php5_xml/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xml/trunk/Makefile 2009-02-23 04:41:23 UTC (rev 3407) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xml/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xml/checksums) =================================================================== --- csw/mgar/pkg/php5_xml/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xml/trunk/checksums 2009-02-23 04:41:23 UTC (rev 3407) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3408] csw/mgar/pkg/php5_xmlreader Message-ID: Revision: 3408 http://gar.svn.sourceforge.net/gar/?rev=3408&view=rev Author: valholla Date: 2009-02-23 04:41:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xmlreader/trunk/ csw/mgar/pkg/php5_xmlreader/trunk/Makefile csw/mgar/pkg/php5_xmlreader/trunk/checksums csw/mgar/pkg/php5_xmlreader/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xmlreader/Makefile csw/mgar/pkg/php5_xmlreader/checksums csw/mgar/pkg/php5_xmlreader/files/ Deleted: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-23 04:41:23 UTC (rev 3407) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-23 04:41:35 UTC (rev 3408) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xmlreader - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5_xmlreader/checksums 2009-02-23 04:41:23 UTC (rev 3407) +++ csw/mgar/pkg/php5_xmlreader/checksums 2009-02-23 04:41:35 UTC (rev 3408) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xmlreader/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xmlreader/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xmlreader/Makefile) =================================================================== --- csw/mgar/pkg/php5_xmlreader/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlreader/trunk/Makefile 2009-02-23 04:41:35 UTC (rev 3408) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlreader + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xmlreader/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xmlreader/checksums) =================================================================== --- csw/mgar/pkg/php5_xmlreader/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xmlreader/trunk/checksums 2009-02-23 04:41:35 UTC (rev 3408) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:42:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:42:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3409] csw/mgar/pkg/php5_xmlrpc Message-ID: Revision: 3409 http://gar.svn.sourceforge.net/gar/?rev=3409&view=rev Author: valholla Date: 2009-02-23 04:42:18 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xmlrpc/trunk/ csw/mgar/pkg/php5_xmlrpc/trunk/Makefile csw/mgar/pkg/php5_xmlrpc/trunk/checksums csw/mgar/pkg/php5_xmlrpc/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xmlrpc/Makefile csw/mgar/pkg/php5_xmlrpc/checksums csw/mgar/pkg/php5_xmlrpc/files/ Deleted: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-23 04:41:35 UTC (rev 3408) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-23 04:42:18 UTC (rev 3409) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xmlrpc - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-23 04:41:35 UTC (rev 3408) +++ csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-23 04:42:18 UTC (rev 3409) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xmlrpc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xmlrpc/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xmlrpc/Makefile) =================================================================== --- csw/mgar/pkg/php5_xmlrpc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlrpc/trunk/Makefile 2009-02-23 04:42:18 UTC (rev 3409) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlrpc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xmlrpc/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xmlrpc/checksums) =================================================================== --- csw/mgar/pkg/php5_xmlrpc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xmlrpc/trunk/checksums 2009-02-23 04:42:18 UTC (rev 3409) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:42:41 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:42:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3410] csw/mgar/pkg/php5_xmlwriter Message-ID: Revision: 3410 http://gar.svn.sourceforge.net/gar/?rev=3410&view=rev Author: valholla Date: 2009-02-23 04:42:41 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xmlwriter/trunk/ csw/mgar/pkg/php5_xmlwriter/trunk/Makefile csw/mgar/pkg/php5_xmlwriter/trunk/checksums csw/mgar/pkg/php5_xmlwriter/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xmlwriter/Makefile csw/mgar/pkg/php5_xmlwriter/checksums csw/mgar/pkg/php5_xmlwriter/files/ Deleted: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-23 04:42:18 UTC (rev 3409) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-23 04:42:41 UTC (rev 3410) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xmlwriter - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-23 04:42:18 UTC (rev 3409) +++ csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-23 04:42:41 UTC (rev 3410) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xmlwriter/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xmlwriter/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xmlwriter/Makefile) =================================================================== --- csw/mgar/pkg/php5_xmlwriter/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlwriter/trunk/Makefile 2009-02-23 04:42:41 UTC (rev 3410) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlwriter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xmlwriter/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xmlwriter/checksums) =================================================================== --- csw/mgar/pkg/php5_xmlwriter/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xmlwriter/trunk/checksums 2009-02-23 04:42:41 UTC (rev 3410) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:42:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:42:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3411] csw/mgar/pkg/php5_zip Message-ID: Revision: 3411 http://gar.svn.sourceforge.net/gar/?rev=3411&view=rev Author: valholla Date: 2009-02-23 04:42:53 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_zip/trunk/ csw/mgar/pkg/php5_zip/trunk/Makefile csw/mgar/pkg/php5_zip/trunk/checksums csw/mgar/pkg/php5_zip/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_zip/Makefile csw/mgar/pkg/php5_zip/checksums csw/mgar/pkg/php5_zip/files/ Deleted: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-23 04:42:41 UTC (rev 3410) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-23 04:42:53 UTC (rev 3411) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = zip - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5_zip/checksums 2009-02-23 04:42:41 UTC (rev 3410) +++ csw/mgar/pkg/php5_zip/checksums 2009-02-23 04:42:53 UTC (rev 3411) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_zip/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_zip/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_zip/Makefile) =================================================================== --- csw/mgar/pkg/php5_zip/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_zip/trunk/Makefile 2009-02-23 04:42:53 UTC (rev 3411) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zip + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_zip/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_zip/checksums) =================================================================== --- csw/mgar/pkg/php5_zip/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_zip/trunk/checksums 2009-02-23 04:42:53 UTC (rev 3411) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:43:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:43:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3412] csw/mgar/pkg/php5_zlib Message-ID: Revision: 3412 http://gar.svn.sourceforge.net/gar/?rev=3412&view=rev Author: valholla Date: 2009-02-23 04:43:04 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_zlib/trunk/ csw/mgar/pkg/php5_zlib/trunk/Makefile csw/mgar/pkg/php5_zlib/trunk/checksums csw/mgar/pkg/php5_zlib/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_zlib/Makefile csw/mgar/pkg/php5_zlib/checksums csw/mgar/pkg/php5_zlib/files/ Deleted: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile 2009-02-23 04:42:53 UTC (rev 3411) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-23 04:43:04 UTC (rev 3412) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = zlib - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5_zlib/checksums 2009-02-23 04:42:53 UTC (rev 3411) +++ csw/mgar/pkg/php5_zlib/checksums 2009-02-23 04:43:04 UTC (rev 3412) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_zlib/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_zlib/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_zlib/Makefile) =================================================================== --- csw/mgar/pkg/php5_zlib/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_zlib/trunk/Makefile 2009-02-23 04:43:04 UTC (rev 3412) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zlib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_zlib/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_zlib/checksums) =================================================================== --- csw/mgar/pkg/php5_zlib/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_zlib/trunk/checksums 2009-02-23 04:43:04 UTC (rev 3412) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:44:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:44:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3413] csw/mgar/pkg/fixme Message-ID: Revision: 3413 http://gar.svn.sourceforge.net/gar/?rev=3413&view=rev Author: valholla Date: 2009-02-23 04:44:34 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/fixme/trunk/ csw/mgar/pkg/fixme/trunk/fixme.sh Removed Paths: ------------- csw/mgar/pkg/fixme/fixme.sh Deleted: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-23 04:43:04 UTC (rev 3412) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-23 04:44:34 UTC (rev 3413) @@ -1,49 +0,0 @@ -#!/bin/bash -#################################################### -# -# fixme.sh -# Intended to remove the use of libtool's -# pseudo-libraries for opencsw builds. -# -# Author: Mike Watters mwatters_at_opencsw.org -# Initial Version: 0.1 -# -#################################################### - -umask 0022 -PATH=/opt/csw/bin - -if [ $# -ne 1 ]; then - gecho "USAGE: $(basename $0) WORKSRC" - exit 1 -fi -BASEPATH=$1 - -## Fix Makefiles -for mk in $(gfind ${BASEPATH} -name Makefile -print); do - LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ - gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") - - for file in ${LT_FILES}; do - LIB_NAME=$(ggrep 'dlname=' ${file} | \ - gsed -e "s/.*'\(.*\)'/\1/" \ - -e "s/^lib//" \ - -e "s/\.so.*$//") - fixpath=$(gecho $file |gsed 's/\//\\\//g') - sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new - gmv Makefile.new ${mk} - done -done - -## Fix libtool Script -for lt in $(gfind ${BASEPATH} -name libtool -print); do - gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new - gmv ${lt}.new ${lt} -done - -LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) -if [ -f ${LTMAIN} ]; then - gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new - gmv ${LTMAIN}.new ${LTMAIN} -fi - Copied: csw/mgar/pkg/fixme/trunk/fixme.sh (from rev 3412, csw/mgar/pkg/fixme/fixme.sh) =================================================================== --- csw/mgar/pkg/fixme/trunk/fixme.sh (rev 0) +++ csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 04:44:34 UTC (rev 3413) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:57:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:57:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3414] csw/mgar/pkg/pygobject Message-ID: Revision: 3414 http://gar.svn.sourceforge.net/gar/?rev=3414&view=rev Author: valholla Date: 2009-02-23 04:57:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/pygobject/trunk/ csw/mgar/pkg/pygobject/trunk/Makefile csw/mgar/pkg/pygobject/trunk/checksums csw/mgar/pkg/pygobject/trunk/files/ Property changes on: csw/mgar/pkg/pygobject/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/pygobject/trunk/Makefile (from rev 3413, csw/mgar/pkg/pygobject/Makefile) =================================================================== --- csw/mgar/pkg/pygobject/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-23 04:57:35 UTC (rev 3414) @@ -0,0 +1,36 @@ +GARNAME = pygobject +GARVERSION = 2.15.4 +CATEGORIES = lang + +DESCRIPTION = pygobject support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygobject +REQUIRED_PKGS_CSWpygobject = CSWpython CSWggettextrt CSWglib2 + + +CATALOGNAME_CSWpygobject = py_gobject +SPKG_DESC_CSWpygobject = pygobject support for Python + +## patch to change zero sized struct to zero-sized sub-object +PATCHFILES = pygobject.diff + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## Tests require gtk, but gtk requries gobject +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Copied: csw/mgar/pkg/pygobject/trunk/checksums (from rev 3413, csw/mgar/pkg/pygobject/checksums) =================================================================== --- csw/mgar/pkg/pygobject/trunk/checksums (rev 0) +++ csw/mgar/pkg/pygobject/trunk/checksums 2009-02-23 04:57:35 UTC (rev 3414) @@ -0,0 +1,3 @@ +df59affe5b8fd7148506c3473d479868 download/pygobject-2.15.4.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh +58a4ba1e53516251eb4c69fae6372208 download/pygobject.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:04:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:04:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3415] csw/mgar/pkg/gpgme/trunk/Makefile Message-ID: Revision: 3415 http://gar.svn.sourceforge.net/gar/?rev=3415&view=rev Author: valholla Date: 2009-02-23 05:04:49 +0000 (Mon, 23 Feb 2009) Log Message: ----------- build64 Modified Paths: -------------- csw/mgar/pkg/gpgme/trunk/Makefile Modified: csw/mgar/pkg/gpgme/trunk/Makefile =================================================================== --- csw/mgar/pkg/gpgme/trunk/Makefile 2009-02-23 04:57:35 UTC (rev 3414) +++ csw/mgar/pkg/gpgme/trunk/Makefile 2009-02-23 05:04:49 UTC (rev 3415) @@ -22,6 +22,9 @@ REQUIRED_PKGS = CSWgpgerr CSWpth +BUILD64 = 1 +NO_ISAEXEC = 1 + CONFIGURE_ARGS = $(DIRPATHS) TEST_TARGET = check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:26:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:26:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3416] csw/mgar/pkg Message-ID: Revision: 3416 http://gar.svn.sourceforge.net/gar/?rev=3416&view=rev Author: valholla Date: 2009-02-23 05:26:59 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_dba/ csw/mgar/pkg/php5_dba/trunk/ csw/mgar/pkg/php5_dba/trunk/Makefile csw/mgar/pkg/php5_dba/trunk/checksums csw/mgar/pkg/php5_dba/trunk/files/ Property changes on: csw/mgar/pkg/php5_dba/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_dba/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dba/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_dba/trunk/Makefile 2009-02-23 05:26:59 UTC (rev 3416) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dba + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_dba/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_dba/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_dba/trunk/checksums 2009-02-23 05:26:59 UTC (rev 3416) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3417] csw/mgar/pkg Message-ID: Revision: 3417 http://gar.svn.sourceforge.net/gar/?rev=3417&view=rev Author: valholla Date: 2009-02-23 05:27:10 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mysql/ csw/mgar/pkg/php5_mysql/trunk/ csw/mgar/pkg/php5_mysql/trunk/Makefile csw/mgar/pkg/php5_mysql/trunk/checksums csw/mgar/pkg/php5_mysql/trunk/files/ Property changes on: csw/mgar/pkg/php5_mysql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mysql/trunk/Makefile 2009-02-23 05:27:10 UTC (rev 3417) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysql=$(prefix) +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mysql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mysql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mysql/trunk/checksums 2009-02-23 05:27:10 UTC (rev 3417) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3418] csw/mgar/pkg Message-ID: Revision: 3418 http://gar.svn.sourceforge.net/gar/?rev=3418&view=rev Author: valholla Date: 2009-02-23 05:27:19 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdomysql/ csw/mgar/pkg/php5_pdomysql/trunk/ csw/mgar/pkg/php5_pdomysql/trunk/Makefile csw/mgar/pkg/php5_pdomysql/trunk/checksums csw/mgar/pkg/php5_pdomysql/trunk/files/ Property changes on: csw/mgar/pkg/php5_pdomysql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdomysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdomysql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdomysql/trunk/Makefile 2009-02-23 05:27:19 UTC (rev 3418) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdomysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_mysql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-mysql=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdomysql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdomysql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdomysql/trunk/checksums 2009-02-23 05:27:19 UTC (rev 3418) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3419] csw/mgar/pkg Message-ID: Revision: 3419 http://gar.svn.sourceforge.net/gar/?rev=3419&view=rev Author: valholla Date: 2009-02-23 05:27:27 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pgsql/ csw/mgar/pkg/php5_pgsql/trunk/ csw/mgar/pkg/php5_pgsql/trunk/Makefile csw/mgar/pkg/php5_pgsql/trunk/files/ Property changes on: csw/mgar/pkg/php5_pgsql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-23 05:27:27 UTC (rev 3419) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3420] csw/mgar/pkg Message-ID: Revision: 3420 http://gar.svn.sourceforge.net/gar/?rev=3420&view=rev Author: valholla Date: 2009-02-23 05:27:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_snmp/ csw/mgar/pkg/php5_snmp/trunk/ csw/mgar/pkg/php5_snmp/trunk/Makefile csw/mgar/pkg/php5_snmp/trunk/checksums csw/mgar/pkg/php5_snmp/trunk/files/ Property changes on: csw/mgar/pkg/php5_snmp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_snmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_snmp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_snmp/trunk/Makefile 2009-02-23 05:27:35 UTC (rev 3420) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = snmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWnetsnmp CSWosslrt CSWtcpwrap + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_snmp/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_snmp/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_snmp/trunk/checksums 2009-02-23 05:27:35 UTC (rev 3420) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3421] csw/mgar/pkg Message-ID: Revision: 3421 http://gar.svn.sourceforge.net/gar/?rev=3421&view=rev Author: valholla Date: 2009-02-23 05:27:43 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mcrypt/ csw/mgar/pkg/php5_mcrypt/trunk/ csw/mgar/pkg/php5_mcrypt/trunk/Makefile csw/mgar/pkg/php5_mcrypt/trunk/checksums csw/mgar/pkg/php5_mcrypt/trunk/files/ Property changes on: csw/mgar/pkg/php5_mcrypt/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mcrypt/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mcrypt/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mcrypt/trunk/Makefile 2009-02-23 05:27:43 UTC (rev 3421) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mcrypt + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmcrypt CSWlibtoolrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mcrypt=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mcrypt/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mcrypt/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mcrypt/trunk/checksums 2009-02-23 05:27:43 UTC (rev 3421) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3422] csw/mgar/pkg Message-ID: Revision: 3422 http://gar.svn.sourceforge.net/gar/?rev=3422&view=rev Author: valholla Date: 2009-02-23 05:27:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mysqli/ csw/mgar/pkg/php5_mysqli/trunk/ csw/mgar/pkg/php5_mysqli/trunk/Makefile csw/mgar/pkg/php5_mysqli/trunk/checksums csw/mgar/pkg/php5_mysqli/trunk/files/ Property changes on: csw/mgar/pkg/php5_mysqli/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mysqli/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysqli/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mysqli/trunk/Makefile 2009-02-23 05:27:51 UTC (rev 3422) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysqli + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysqli=$(bindir)/mysql_config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mysqli/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mysqli/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mysqli/trunk/checksums 2009-02-23 05:27:51 UTC (rev 3422) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3423] csw/mgar/pkg Message-ID: Revision: 3423 http://gar.svn.sourceforge.net/gar/?rev=3423&view=rev Author: valholla Date: 2009-02-23 05:27:59 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdoodbc/ csw/mgar/pkg/php5_pdoodbc/trunk/ csw/mgar/pkg/php5_pdoodbc/trunk/Makefile csw/mgar/pkg/php5_pdoodbc/trunk/checksums csw/mgar/pkg/php5_pdoodbc/trunk/files/ Property changes on: csw/mgar/pkg/php5_pdoodbc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdoodbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdoodbc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdoodbc/trunk/Makefile 2009-02-23 05:27:59 UTC (rev 3423) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdoodbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_odbc + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-odbc=unixODBC,$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdoodbc/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdoodbc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdoodbc/trunk/checksums 2009-02-23 05:27:59 UTC (rev 3423) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3424] csw/mgar/pkg Message-ID: Revision: 3424 http://gar.svn.sourceforge.net/gar/?rev=3424&view=rev Author: valholla Date: 2009-02-23 05:28:07 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pspell/ csw/mgar/pkg/php5_pspell/trunk/ csw/mgar/pkg/php5_pspell/trunk/Makefile csw/mgar/pkg/php5_pspell/trunk/checksums csw/mgar/pkg/php5_pspell/trunk/files/ Property changes on: csw/mgar/pkg/php5_pspell/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pspell/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pspell/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pspell/trunk/Makefile 2009-02-23 05:28:07 UTC (rev 3424) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pspell + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWaspell + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pspell=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pspell/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pspell/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pspell/trunk/checksums 2009-02-23 05:28:07 UTC (rev 3424) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:15 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3425] csw/mgar/pkg Message-ID: Revision: 3425 http://gar.svn.sourceforge.net/gar/?rev=3425&view=rev Author: valholla Date: 2009-02-23 05:28:15 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_wddx/ csw/mgar/pkg/php5_wddx/trunk/ csw/mgar/pkg/php5_wddx/trunk/Makefile csw/mgar/pkg/php5_wddx/trunk/checksums csw/mgar/pkg/php5_wddx/trunk/files/ Property changes on: csw/mgar/pkg/php5_wddx/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_wddx/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_wddx/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_wddx/trunk/Makefile 2009-02-23 05:28:15 UTC (rev 3425) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = wddx + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_wddx/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_wddx/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_wddx/trunk/checksums 2009-02-23 05:28:15 UTC (rev 3425) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3426] csw/mgar/pkg Message-ID: Revision: 3426 http://gar.svn.sourceforge.net/gar/?rev=3426&view=rev Author: valholla Date: 2009-02-23 05:28:24 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mhash/ csw/mgar/pkg/php5_mhash/trunk/ csw/mgar/pkg/php5_mhash/trunk/Makefile csw/mgar/pkg/php5_mhash/trunk/checksums csw/mgar/pkg/php5_mhash/trunk/files/ Property changes on: csw/mgar/pkg/php5_mhash/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mhash/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mhash/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mhash/trunk/Makefile 2009-02-23 05:28:24 UTC (rev 3426) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mhash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmhash + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mhash=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mhash/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mhash/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mhash/trunk/checksums 2009-02-23 05:28:24 UTC (rev 3426) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3429] csw/mgar/pkg Message-ID: Revision: 3429 http://gar.svn.sourceforge.net/gar/?rev=3429&view=rev Author: valholla Date: 2009-02-23 05:28:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_readline/ csw/mgar/pkg/php5_readline/trunk/ csw/mgar/pkg/php5_readline/trunk/Makefile csw/mgar/pkg/php5_readline/trunk/checksums csw/mgar/pkg/php5_readline/trunk/files/ Property changes on: csw/mgar/pkg/php5_readline/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_readline/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-23 05:28:51 UTC (rev 3429) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = readline + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-readline=shared,$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_readline/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_readline/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_readline/trunk/checksums 2009-02-23 05:28:51 UTC (rev 3429) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3427] csw/mgar/pkg Message-ID: Revision: 3427 http://gar.svn.sourceforge.net/gar/?rev=3427&view=rev Author: valholla Date: 2009-02-23 05:28:33 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_odbc/ csw/mgar/pkg/php5_odbc/trunk/ csw/mgar/pkg/php5_odbc/trunk/Makefile csw/mgar/pkg/php5_odbc/trunk/checksums csw/mgar/pkg/php5_odbc/trunk/files/ Property changes on: csw/mgar/pkg/php5_odbc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_odbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-23 05:28:33 UTC (rev 3427) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = odbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-unixODBC=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_odbc/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_odbc/trunk/checksums 2009-02-23 05:28:33 UTC (rev 3427) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3428] csw/mgar/pkg Message-ID: Revision: 3428 http://gar.svn.sourceforge.net/gar/?rev=3428&view=rev Author: valholla Date: 2009-02-23 05:28:42 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdopgsql/ csw/mgar/pkg/php5_pdopgsql/trunk/ csw/mgar/pkg/php5_pdopgsql/trunk/Makefile csw/mgar/pkg/php5_pdopgsql/trunk/checksums csw/mgar/pkg/php5_pdopgsql/trunk/files/ csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff Property changes on: csw/mgar/pkg/php5_pdopgsql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdopgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdopgsql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdopgsql/trunk/Makefile 2009-02-23 05:28:42 UTC (rev 3428) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdopgsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_pgsql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-pgsql=$(prefix)/postgresql + +PATCHFILES = config.diff + +pre-configure-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdopgsql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdopgsql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdopgsql/trunk/checksums 2009-02-23 05:28:42 UTC (rev 3428) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +67859a939c6c6f8e94ecc99db7fcf70d download/config.diff Added: csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff =================================================================== --- csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff (rev 0) +++ csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff 2009-02-23 05:28:42 UTC (rev 3428) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-19 15:57:33.757262166 -0600 ++++ ./config.m4 2009-02-19 15:58:15.092308743 -0600 +@@ -13,8 +13,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3430] csw/mgar/pkg Message-ID: Revision: 3430 http://gar.svn.sourceforge.net/gar/?rev=3430&view=rev Author: valholla Date: 2009-02-23 05:28:58 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xsl/ csw/mgar/pkg/php5_xsl/trunk/ csw/mgar/pkg/php5_xsl/trunk/Makefile csw/mgar/pkg/php5_xsl/trunk/checksums csw/mgar/pkg/php5_xsl/trunk/files/ Property changes on: csw/mgar/pkg/php5_xsl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xsl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xsl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xsl/trunk/Makefile 2009-02-23 05:28:58 UTC (rev 3430) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xsl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWlibxslt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-xsl=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_xsl/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_xsl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xsl/trunk/checksums 2009-02-23 05:28:58 UTC (rev 3430) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3431] csw/mgar/pkg Message-ID: Revision: 3431 http://gar.svn.sourceforge.net/gar/?rev=3431&view=rev Author: valholla Date: 2009-02-23 05:29:07 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mssql/ csw/mgar/pkg/php5_mssql/trunk/ csw/mgar/pkg/php5_mssql/trunk/Makefile csw/mgar/pkg/php5_mssql/trunk/checksums csw/mgar/pkg/php5_mssql/trunk/files/ Property changes on: csw/mgar/pkg/php5_mssql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mssql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mssql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mssql/trunk/Makefile 2009-02-23 05:29:07 UTC (rev 3431) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mssql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWfreetds + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mssql=$(prefix) +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mssql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mssql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mssql/trunk/checksums 2009-02-23 05:29:07 UTC (rev 3431) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:16 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[3432] csw/mgar/pkg Message-ID: Revision: 3432 http://gar.svn.sourceforge.net/gar/?rev=3432&view=rev Author: valholla Date: 2009-02-23 05:29:16 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_openssl/ csw/mgar/pkg/php5_openssl/trunk/ csw/mgar/pkg/php5_openssl/trunk/Makefile csw/mgar/pkg/php5_openssl/trunk/checksums csw/mgar/pkg/php5_openssl/trunk/files/ Property changes on: csw/mgar/pkg/php5_openssl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_openssl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_openssl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_openssl/trunk/Makefile 2009-02-23 05:29:16 UTC (rev 3432) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = openssl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWosslrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_openssl/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_openssl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_openssl/trunk/checksums 2009-02-23 05:29:16 UTC (rev 3432) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3433] csw/mgar/pkg Message-ID: Revision: 3433 http://gar.svn.sourceforge.net/gar/?rev=3433&view=rev Author: valholla Date: 2009-02-23 05:29:24 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdosqlite/ csw/mgar/pkg/php5_pdosqlite/trunk/ csw/mgar/pkg/php5_pdosqlite/trunk/Makefile csw/mgar/pkg/php5_pdosqlite/trunk/checksums csw/mgar/pkg/php5_pdosqlite/trunk/files/ Property changes on: csw/mgar/pkg/php5_pdosqlite/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdosqlite/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdosqlite/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdosqlite/trunk/Makefile 2009-02-23 05:29:24 UTC (rev 3433) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdosqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_sqlite + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdosqlite/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdosqlite/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdosqlite/trunk/checksums 2009-02-23 05:29:24 UTC (rev 3433) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3434] csw/mgar/pkg Message-ID: Revision: 3434 http://gar.svn.sourceforge.net/gar/?rev=3434&view=rev Author: valholla Date: 2009-02-23 05:29:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_session/ csw/mgar/pkg/php5_session/trunk/ csw/mgar/pkg/php5_session/trunk/Makefile csw/mgar/pkg/php5_session/trunk/checksums csw/mgar/pkg/php5_session/trunk/files/ Property changes on: csw/mgar/pkg/php5_session/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_session/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_session/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_session/trunk/Makefile 2009-02-23 05:29:32 UTC (rev 3434) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = session + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_session/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_session/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_session/trunk/checksums 2009-02-23 05:29:32 UTC (rev 3434) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3435] csw/mgar/pkg Message-ID: Revision: 3435 http://gar.svn.sourceforge.net/gar/?rev=3435&view=rev Author: valholla Date: 2009-02-23 05:29:41 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pyorbit/ csw/mgar/pkg/pyorbit/trunk/ csw/mgar/pkg/pyorbit/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/checksums csw/mgar/pkg/pyorbit/trunk/files/ csw/mgar/pkg/pyorbit/trunk/files/fixme.sh Property changes on: csw/mgar/pkg/pyorbit/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-23 05:29:41 UTC (rev 3435) @@ -0,0 +1,32 @@ +GARNAME = pyorbit +GARVERSION = 2.24.0 +CATEGORIES = lang + +DESCRIPTION = ORBit2 CORBA support for Python +define BLURB + This is a Python language binding for the ORBit2 CORBA implementation. +endef + +MASTER_SITES = http://freshmeat.net/projects/pyorbit/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpyorbit +REQUIRED_PKGS_CSWpyorbit = CSWpython CSWggettextrt CSWglib2 +REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2 + +CATALOGNAME_CSWpyorbit = py_orbit +SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## No tests +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Added: csw/mgar/pkg/pyorbit/trunk/checksums =================================================================== --- csw/mgar/pkg/pyorbit/trunk/checksums (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/checksums 2009-02-23 05:29:41 UTC (rev 3435) @@ -0,0 +1,2 @@ +574593815e75ee6e98062c75d6d1581f download/pyorbit-2.24.0.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh Added: csw/mgar/pkg/pyorbit/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/pyorbit/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/files/fixme.sh 2009-02-23 05:29:41 UTC (rev 3435) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pyorbit/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:32:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:32:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3436] csw/mgar/pkg/subversion/trunk Message-ID: Revision: 3436 http://gar.svn.sourceforge.net/gar/?rev=3436&view=rev Author: valholla Date: 2009-02-23 05:32:05 +0000 (Mon, 23 Feb 2009) Log Message: ----------- snapshot Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype csw/mgar/pkg/subversion/trunk/files/binding.diff csw/mgar/pkg/subversion/trunk/files/gdiff.diff csw/mgar/pkg/subversion/trunk/files/javahl.diff csw/mgar/pkg/subversion/trunk/files/neon-version.diff Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +1,5 @@ GARNAME = subversion -DISTVERSION = 1.5.2 +DISTVERSION = 1.5.5 GARVERSION = $(subst -,,$(DISTVERSION)) CATEGORIES = utils @@ -20,53 +20,56 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -# JUnit -#MASTER_SITES += $(SF_MIRROR)/junit/ -#DISTFILES += junit3.8.1.zip - WORKSRC = $(WORKDIR)/$(GARNAME)-$(DISTVERSION) -# SVN -#DISTFILES += $(call admfiles,CSWsvn,depend prototype checkinstall) -DISTFILES += $(call admfiles,CSWsvn,depend checkinstall) -# SVN Apache Module -#CSWap2svn_admfiles = depend prototype postinstall preremove -CSWap2svn_admfiles = depend postinstall preremove -DISTFILES += $(call admfiles,CSWap2svn,$(CSWap2svn_admfiles)) -# SVN Perl Binding -#DISTFILES += $(call admfiles,CSWpmsvn,depend prototype) -DISTFILES += $(call admfiles,CSWpmsvn,depend) -# SVN Python Binding -#DISTFILES += $(call admfiles,CSWpysvn,depend prototype) -DISTFILES += $(call admfiles,CSWpysvn,depend) -# SVN Ruby Binding -#DISTFILES += $(call admfiles,CSWrbsvn,depend prototype) -DISTFILES += $(call admfiles,CSWrbsvn,depend) -# SVN Java Binding -#DISTFILES += $(call admfiles,CSWjavasvn,depend prototype) -DISTFILES += $(call admfiles,CSWjavasvn,depend) -# SVN Development Support -#DISTFILES += $(call admfiles,CSWsvn-devel,depend prototype) -DISTFILES += $(call admfiles,CSWsvn-devel,depend) +PACKAGES = CSWsvn CSWsvn-devel CSWap2svn CSWpmsvn +#PACKAGES += CSWpysvn CSWrbsvn CSWjavasvn +PACKAGES += CSWpysvn CSWjavasvn -# Templates +SPKG_DESC_CSWsvn = Version control rethought +CATALOGNAME_CSWsvn = subversion +REQUIRED_PKGS_CSWsvn = CSWapache2rt CSWbdb44 CSWexpat CSWggettextrt +REQUIRED_PKGS_CSWsvn += CSWiconv CSWkrb5lib CSWlibnet CSWneon CSWoldaprt +REQUIRED_PKGS_CSWsvn += CSWosslrt CSWsasl CSWsqlite3 CSWzlib +SPKG_DESC_CSWsvn-devel = Subversion Development Support +CATALOGNAME_CSWsvn-devel = subversion_devel +REQUIRED_PKGS_CSWsvn-devel = CSWsvn +SPKG_DESC_CSWap2svn = Subversion Modules for Apache 2 +CATALOGNAME_CSWap2svn = ap2svn +REQUIRED_PKGS_CSWap2svn = CSWsvn +SPKG_DESC_CSWjavasvn = Subversion Java Language Binding +CATALOGNAME_CSWjavasvn = javasvn +REQUIRED_PKGS_CSWjavasvn = CSWsvn +SPKG_DESC_CSWpmsvn = Subversion Perl Language Binding +CATALOGNAME_CSWpmsvn = pmsvn +REQUIRED_PKGS_CSWpmsvn = CSWsvn CSWperl +SPKG_DESC_CSWpysvn = Subversion Python Language Binding +CATALOGNAME_CSWpysvn = pysvn +REQUIRED_PKGS_CSWpysvn = CSWsvn CSWpython +#SPKG_DESC_CSWrbsvn = Subversion Ruby Language Binding +#CATALOGNAME_CSWrbsvn = rbsvn +#REQUIRED_PKGS_CSWrbsvn = CSWsvn CSWruby + +PKGFILES_CSWsvn-devel = $(PKGFILES_DEVEL) +PKGFILES_CSWap2svn = $(prefix)/apache2* +PKGFILES_CSWjavasvn = $(SVNLIB)/*java* +PKGFILES_CSWpmsvn = $(libdir)/perl* +PKGFILES_CSWpmsvn += $(SVNLIB)/*perl* +PKGFILES_CSWpmsvn += $(mandir)/*swig_perl* +PKGFILES_CSWpysvn = $(libdir)/python* +PKGFILES_CSWpysvn += $(SVNLIB)/*swig_py* +#PKGFILES_CSWrbsvn = $(libdir)/ruby* +#PKGFILES_CSWrbsvn += $(SVNLIB)/*swig_ruby* + +DISTFILES += CSWsvn.checkinstall +DISTFILES += CSWap2svn.postinstall CSWap2svn.preremove DISTFILES += httpd-svn.conf.CSW svn_access.conf.CSW DISTFILES += fixme.sh -# Fix: Allow neon 0.26.2 -# PATCHFILES += neon-version.diff -# Fix: Use 'gdiff' instead of 'diff' -PATCHFILES += gdiff.diff - -# Fix: Point bindings to the correct directories -PATCHFILES += binding.diff - -# Fix: Ensure javahl links against libCrun and libCstd -PATCHFILES += javahl.diff - # Fix: Add java headers for nested classes -# https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html -PATCHFILES += javahl_headers_for_nested_classes.diff +# https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html +#PATCHFILES += javahl_headers_for_nested_classes.diff +PATCHFILES += subversion155.diff DEPENDS = server/apache2 DEPENDS = lib/neon @@ -76,18 +79,17 @@ SVNLIB = $(prefix)/lib/svn CONFIGURE_ARGS = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB) -#CONFIGURE_ARGS += --with-apr=$(bindir)/apr-config -#CONFIGURE_ARGS += --with-apr-util=$(bindir)/apu-config CONFIGURE_ARGS += --with-apr=$(prefix)/apache2/bin/apr-config CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2/bin/apu-config CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs CONFIGURE_ARGS += --disable-mod-activation -#CONFIGURE_ARGS += --with-jdk=/usr/jdk/j2sdk1.4.2_02/j2se -CONFIGURE_ARGS += --with-jdk=/usr/j2sdk1.4.2_17 +CONFIGURE_ARGS += --with-jdk=/usr/jdk1.5.0_15 CONFIGURE_ARGS += --enable-javahl CONFIGURE_ARGS += --with-neon=$(prefix) CONFIGURE_ARGS += --with-zlib=$(prefix) -#CONFIGURE_ARGS += --with-junit=../junit3.8.1/junit.jar +CONFIGURE_ARGS += --with-sasl=$(prefix) +CONFIGURE_ARGS += --with-ssl=$(prefix) +CONFIGURE_ARGS += --with-jikes=$(bindir)/jikes TEST_TARGET = check @@ -99,124 +101,69 @@ EXTRA_INC = $(prefix)/bdb44/include EXTRA_INC += $(prefix)/apache2/include -include gar/category.mk - # Add libintl when linking -LIBS += -lintl -liconv -export LIBS +EXTRA_LINKER_FLAGS += -lintl -liconv -# Fixconfig variables -FIXCONFIG_DIRS += $(DESTDIR)$(libdir)/svn -FIXCONFIG_DIRS += $(DESTDIR)$(libdir)/perl/site_perl/auto/SVN/_Core -FIXCONFIG_RMPATHS += $(DESTDIR) $(CURDIR) +include gar/category.mk -# Libdir is a bit non-standard -LDFLAGS += -L$(DESTDIR)$(prefix)/lib/svn - -# Which bindings to build -BINDING_LANGS = python perl ruby java +#BINDING_LANGS = java perl python ruby +BINDING_LANGS = java perl python BINDING_TARGETS = $(foreach LANG,$(BINDING_LANGS),svn-$(LANG)) PI_DEPENDS = $(BINDING_TARGETS) -PI_DEPENDS += rbsvn-prototype PI_DEPENDS += copy-templates -PI_DEPENDS += install-man -PI_DEPENDS += install-tools -PI_DEPENDS += install-contrib +post-install-$(MODULATION): $(PI_DEPENDS) + $(DONADA) + post-configure-$(MODULATION): @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) -post-install: $(PI_DEPENDS) - @$(MAKECOOKIE) +copy-templates: + ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra + ginstall -m 0644 \ + $(WORKDIR)/httpd-svn.conf.CSW \ + $(DESTDIR)$(prefix)/apache2/etc/extra + ginstall -m 0644 \ + $(WORKDIR)/svn_access.conf.CSW \ + $(DESTDIR)$(prefix)/apache2/etc + $(DONADA) -rbsvn-prototype: - @if test -f $(WORKDIR)/CSWrbsvn.prototype ; then \ - gsed -i -e s,%GARCH%,$(GARCH),g $(WORKDIR)/CSWrbsvn.prototype ; \ - fi - svn-python: @echo " ==> Building Python bindings" - @touch \ - $(WORKSRC)/subversion/bindings/swig/python/*.c \ - $(WORKSRC)/subversion/bindings/swig/python/*.py + #@touch \ + # $(WORKSRC)/subversion/bindings/swig/python/*.c \ + # $(WORKSRC)/subversion/bindings/swig/python/*.py @$(BUILD_ENV) gmake -C $(WORKSRC) swig-py - @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py \ - swig_pydir=$(libdir)/python/site-packages/libsvn \ - swig_pydir_extra=$(libdir)/python/site-packages/svn - #@$(TEST_ENV) gmake -C $(WORKSRC) check-swig-py - @$(MAKECOOKIE) + @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py + @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-py + $(DONADA) svn-perl: @echo " ==> Building Perl bindings" - @touch \ - $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ - $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm + #@touch \ + # $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ + # $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm @$(BUILD_ENV) gmake -C $(WORKSRC) swig-pl @$(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl - #@$(TEST_ENV) gmake -C $(WORKSRC) check-swig-pl - @$(MAKECOOKIE) + @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-pl + $(DONADA) svn-ruby: @echo " ==> Building Ruby bindings" - @touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c + #@touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c @$(BUILD_ENV) gmake -C $(WORKSRC) swig-rb @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-rb - #@$(TEST_ENV) gmake -C $(WORKSRC) check-swig-rb - @$(MAKECOOKIE) + @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-rb + $(DONADA) svn-java: @echo " ==> Building Java bindings" @$(BUILD_ENV) gmake -C $(WORKSRC) javahl @$(INSTALL_ENV) gmake -C $(WORKSRC) install-javahl - #@$(TEST_ENV) gmake -C $(WORKSRC) check-javahl - @$(MAKECOOKIE) + @$(TEST_ENV) gmake -C $(WORKSRC) check-javahl + $(DONADA) -docdir := $(docdir)/$(GARNAME) -$(DESTDIR)$(docdir): - mkdir -p $@ - -svnbook: $(DESTDIR)$(docdir) - @echo " ==> Installing svn book" - ( cd $(WORKSRC)/doc/book ; \ - ginstall svn-book.html $(DESTDIR)$(docdir) ; \ - ginstall svn-book.pdf $(DESTDIR)$(docdir) ) - @$(MAKECOOKIE) - -install-contrib: $(DESTDIR)$(docdir) - @echo " ==> Installing contrib scripts" - @gcp -vr $(WORKSRC)/contrib $(DESTDIR)$(docdir) - @$(MAKECOOKIE) - -install-tools: $(DESTDIR)$(docdir) - @echo " ==> Installing tools" - @gcp -vr $(WORKSRC)/tools $(DESTDIR)$(docdir) - @gfind $(DESTDIR)$(docdir) -type f -name '*.pl' | \ - xargs perl -i -plne \ - 's{/usr/bin/perl}{/opt/csw/bin/perl}g; \ - s{/usr/bin/env\s+perl}{/opt/csw/bin/perl}g' - @gfind $(DESTDIR)$(docdir) -type f -name '*.py' | \ - xargs perl -i -plne \ - 's{/usr/bin/python}{/opt/csw/bin/python}g; \ - s{/usr/bin/env\s+python}{/opt/csw/bin/python}g' - @$(MAKECOOKIE) - -copy-templates: - ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra - ginstall -m 0644 \ - $(WORKDIR)/httpd-svn.conf.CSW \ - $(DESTDIR)$(prefix)/apache2/etc/extra - ginstall -m 0644 \ - $(WORKDIR)/svn_access.conf.CSW \ - $(DESTDIR)$(prefix)/apache2/etc - @$(MAKECOOKIE) - -install-man: - ginstall -m 0644 \ - $(WORKSRC)/subversion/svnsync/svnsync.1 \ - $(DESTDIR)$(mandir)/man1 - @$(MAKECOOKIE) - Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/checksums 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,25 +1,8 @@ -8321d0e1964846090f0174cb6bb18838 download/subversion-1.5.2.tar.bz2 -ffb1d1da95791aa97816f0115411d56c download/CSWsvn.gspec -4d0942ec6d4c1841c530921b071e8efe download/CSWsvn.depend +6f3701a0f2acf3fe53093491ba3d77ee download/subversion-1.5.5.tar.bz2 395ec6d1bfe07efadc1c0aa8816673fa download/CSWsvn.checkinstall -9f2b5d7df277089bc221f856cabe0cb9 download/CSWap2svn.gspec -1baddd66e6db2403119664c31aff546a download/CSWap2svn.depend 1e19681e6d988d35cfc6d708883ab7aa download/CSWap2svn.postinstall 586b9c9924c1547d44451a84d2aca702 download/CSWap2svn.preremove -e1a5ffd8056344abfe3eb08e8eaee85a download/CSWpmsvn.gspec -31a8cee0805c28849a808b76012289f4 download/CSWpmsvn.depend -f2126aa75eff3a28374f893014599636 download/CSWpysvn.gspec -a0a12e4d2d70e5aeca53a1de3225c30b download/CSWpysvn.depend -32b69890bd1e093a782d7303d8475c33 download/CSWrbsvn.gspec -85a8565f7421ebba1697f40e638ee322 download/CSWrbsvn.depend -f33b6bb094c0f4016447661013c35e9f download/CSWjavasvn.gspec -eedd3e6b3ba9a3d6d617dbc3190688fd download/CSWjavasvn.depend -db7ec67a7ac0af424bdfb65b4e92390a download/CSWsvn-devel.gspec -56888b2245480cf8c658560e7d454dea download/CSWsvn-devel.depend f107831ad0c702ff32e51df6a207237b download/httpd-svn.conf.CSW 1b532d3055708a97771f5cd959983628 download/svn_access.conf.CSW 59ff30dc3a9abaa15b2bd4faa116ab3c download/fixme.sh -5208529f417aaf7f3367201860bb388d download/gdiff.diff -0685630f11b11b997b167785b73cddc5 download/binding.diff -d30d554416dc319f4b2a56d6b915492e download/javahl.diff -f0aa58c145ae99f8e4d72499ab826169 download/javahl_headers_for_nested_classes.diff +89b68eb851673a9a0ebe29cd0010f0ed download/subversion155.diff Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,7 +0,0 @@ -I CSWap2-svn -P CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM -P CSWapache2 apache2 - Apache 2.2 web server -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname ap2_subversion -%var pkgname CSWap2svn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion modules for Apache 2.2 -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,8 +0,0 @@ -d none /opt/csw/apache2 0755 root bin -d none /opt/csw/apache2/etc 0755 root bin -d none /opt/csw/apache2/etc/extra 0755 root bin -f none /opt/csw/apache2/etc/extra/httpd-svn.conf.CSW 0644 root bin -f none /opt/csw/apache2/etc/svn_access.conf.CSW 0644 root bin -d none /opt/csw/apache2/libexec 0755 root bin -f none /opt/csw/apache2/libexec/mod_dav_svn.so 0755 root bin -f none /opt/csw/apache2/libexec/mod_authz_svn.so 0755 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWneon neon - Neon HTTP and WebDAV client library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname javasvn -%var pkgname CSWjavasvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion Java language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,6 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvnjavahl-1.so.0=libsvnjavahl-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvnjavahl-1.so=libsvnjavahl-1.so.0.0.0 -f none /opt/csw/lib/svn/svn-javahl.jar 0644 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWperl perl - A high-level, general-purpose programming language -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname pm_subversion -%var pkgname CSWpmsvn -%include url file://%{PKGLIB}/csw_cpan.gspec -%var desc Subversion Perl language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,51 +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/site_perl 0755 root bin -d none /opt/csw/lib/perl/site_perl/SVN 0755 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Base.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Client.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Core.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Delta.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Fs.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Ra.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Repos.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Wc.pm 0444 root bin -d none /opt/csw/lib/perl/site_perl/auto 0755 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN 0755 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Client 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Client/_Client.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Client/_Client.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Core 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/.packlist 0644 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta/_Delta.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta/_Delta.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs/_Fs.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs/_Fs.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra/_Ra.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra/_Ra.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos/_Repos.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos/_Repos.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc/_Wc.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc/_Wc.so 0555 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_swig_perl-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_swig_perl-1.so.0=libsvn_swig_perl-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_swig_perl-1.so=libsvn_swig_perl-1.so.0.0.0 -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/SVN::Base.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Client.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Core.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Delta.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Fs.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Ra.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Repos.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Wc.3perl 0444 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWpython python - The Python language interpreter -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname pysvn -%var pkgname CSWpysvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion Python language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,62 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/libsvn 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_client.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_client.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_client.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_core.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_core.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_core.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_delta.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_delta.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_delta.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_fs.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_fs.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_fs.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_ra.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_ra.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_ra.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_repos.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_repos.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_repos.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_wc.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_wc.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_wc.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/client.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/client.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/core.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/delta.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/delta.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/fs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/fs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/ra.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/ra.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/repos.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/repos.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/wc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/wc.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/svn 0755 root bin -f none /opt/csw/lib/python/site-packages/svn/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/client.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/client.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/core.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/delta.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/delta.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/fs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/fs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/ra.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/ra.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/repos.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/repos.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/wc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/wc.pyc 0644 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_swig_py-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_swig_py-1.so.0=libsvn_swig_py-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_swig_py-1.so=libsvn_swig_py-1.so.0.0.0 Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWruby ruby - An object-oriented language for quick and easy programming. -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname rbsvn -%var pkgname CSWrbsvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion Ruby language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,29 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/ruby 0755 root bin -d none /opt/csw/lib/ruby/site_ruby 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/client.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/core.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/delta.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/fs.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/ra.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/repos.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/wc.so 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/svn 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/client.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/core.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/delta.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/error.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/fs.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/info.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/ra.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/repos.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/util.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/wc.rb 0644 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_swig_ruby-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_swig_ruby-1.so.0=libsvn_swig_ruby-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_swig_ruby-1.so=libsvn_swig_ruby-1.so.0.0.0 Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1 +0,0 @@ -P CSWsvn subversion - Version control rethought Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname subversion_devel -%var pkgname CSWsvn-devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion development support -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,67 +0,0 @@ -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/subversion-1 0755 root bin -f none /opt/csw/include/subversion-1/mod_dav_svn.h 0644 root bin -f none /opt/csw/include/subversion-1/svn-revision.txt 0644 root bin -f none /opt/csw/include/subversion-1/svn_auth.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_base64.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_client.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_cmdline.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_config.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_ctype.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_dav.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_delta.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_diff.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_dso.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_error.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_error_codes.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_fs.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_hash.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_io.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_md5.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_nls.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_opt.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_path.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_pools.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_props.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_quoprint.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_ra.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_ra_svn.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_repos.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_sorts.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_string.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_subst.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_time.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_types.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_user.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_utf.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_version.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_wc.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_xml.h 0644 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_client-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_client-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_delta-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_delta-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_diff-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_diff-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_base-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_base-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_fs-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_fs-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_dav-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_dav-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_local-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_local-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_svn-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_svn-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_repos-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_repos-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_subr-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_subr-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_wc-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_wc-1.la 0755 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,19 +0,0 @@ - -cat <<_EOT_ - -!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! - -Using /opt/csw/bin/svn installed by this package with existing working copies -will automatically upgrade those working copies to the new 1.4.0 format. This -is *not* a reversable upgrade. Any working copies created by svn 1.4.0 will -*not* be accessible by 1.3.x clients. Note that this applies to working -copies only -- the repository itself is unaffected. - -Pausing for 5 seconds -- Ctrl-C to abort upgrade. - -!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! - -_EOT_ - -sleep 5 - Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,13 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - embedded database libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWkrb5lib krb5_lib - MIT Kerberos 5 core libraries -P CSWlibnet libnet - the libnet packet construction library -P CSWneon neon - Neon HTTP and WebDAV client library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWsasl sasl - Simple Authentication and Security Layer -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname subversion -%var pkgname CSWsvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING -%checkinstall url file://%{WORKDIR}/CSWsvn.preinstall Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,306 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/svn 0755 root bin -f none /opt/csw/bin/svnadmin 0755 root bin -f none /opt/csw/bin/svndumpfilter 0755 root bin -f none /opt/csw/bin/svnlook 0755 root bin -f none /opt/csw/bin/svnserve 0755 root bin -f none /opt/csw/bin/svnsync 0755 root bin -f none /opt/csw/bin/svnversion 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_client-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_client-1.so.0=libsvn_client-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_client-1.so=libsvn_client-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_delta-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_delta-1.so.0=libsvn_delta-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_delta-1.so=libsvn_delta-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_diff-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_diff-1.so.0=libsvn_diff-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_diff-1.so=libsvn_diff-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_fs-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_fs-1.so.0=libsvn_fs-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_fs-1.so=libsvn_fs-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_fs_base-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_fs_base-1.so.0=libsvn_fs_base-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_fs_base-1.so=libsvn_fs_base-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_fs_fs-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_fs_fs-1.so.0=libsvn_fs_fs-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_fs_fs-1.so=libsvn_fs_fs-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra-1.so.0=libsvn_ra-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra-1.so=libsvn_ra-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra_dav-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra_dav-1.so.0=libsvn_ra_dav-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra_dav-1.so=libsvn_ra_dav-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra_local-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra_local-1.so.0=libsvn_ra_local-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra_local-1.so=libsvn_ra_local-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra_svn-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra_svn-1.so.0=libsvn_ra_svn-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra_svn-1.so=libsvn_ra_svn-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_repos-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_repos-1.so.0=libsvn_repos-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_repos-1.so=libsvn_repos-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_subr-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_subr-1.so.0=libsvn_subr-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_subr-1.so=libsvn_subr-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_wc-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_wc-1.so.0=libsvn_wc-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_wc-1.so=libsvn_wc-1.so.0.0.0 -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/subversion 0755 root bin -d none /opt/csw/share/doc/subversion/contrib 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/README 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/cgi 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/cgi/mirror_dir_through_svn.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/cgi/mirror_dir_through_svn.cgi 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/cgi/tweak-log.cgi 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/asvn 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/diff-to-logmsg.vim 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/diff3wrap.bat 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/diffwrap.bat 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/mucc-test.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/mucc.c 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side/psvn 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/psvn/psvn.el 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/search-svnlog.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-clean 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-log.pl 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side/svn-push 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-push/svn-push.c 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-resolve 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-viewdiff 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn.vim 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/NEWS 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/TODO 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/authors.xml 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.1 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.xsl 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2html.css 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2html.xsl 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_all_diffs.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_apply_autoprops.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_export_empty_files.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs_property_table.example 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_update.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svncopy.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svncopy.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge_test.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/testsvncopy.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/vc-svn.el 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/wcgrep 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/hook-scripts 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/case-insensitive.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-case-insensitive.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-case-insensitive.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-mime-type.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/commit-block-joke.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/detect-merge-conflicts.sh 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer/enforcer 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer/enforcer.conf 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/pre-commit-check.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/pre-lock-require-needs-lock.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/svn2rss.py 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/server-side 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/authz_svn_group.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/backup-recipe.sh 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat/README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat/mod_dontdothat.c 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svn-fast-backup 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svn-obliterate.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svnmirror-test.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svnmirror.sh 0755 root bin -d none /opt/csw/share/doc/subversion/tools 0755 root bin -f none /opt/csw/share/doc/subversion/tools/README 0644 root bin -d none /opt/csw/share/doc/subversion/tools/backup 0755 root bin -f none /opt/csw/share/doc/subversion/tools/backup/hot-backup.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/backup/hot-backup.py.in 0755 root bin -d none /opt/csw/share/doc/subversion/tools/bdb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/erase-all-text-data.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/skel.py 0644 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/svn-bdb-view.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/svnfs.py 0644 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/whatis-rep.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/client-side 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/bash_completion 0644 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/bash_completion_test 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/server-vsn.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/showchange.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/svn-graph.pl 0755 root bin -d none /opt/csw/share/doc/subversion/tools/dev 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/check-license.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/contribulyze.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/datecheck.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/gcov.patch 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/getsigs.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/gnuify-changelog.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/graph-dav-servers.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/dev/iz 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/defect.dem 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/ff2csv.command 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/ff2csv.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/find-fix.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/run-queries.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/lock-check.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/mlpatch.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/normalize-dump.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/po-merge.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/prebuild-cleanup.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/random-commits.py 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/scramble-tree.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/stress.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/svn-dev.el 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/svn-dev.vim 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/svn-merge-revs.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/trails.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/verify-history.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/warn-ignored-err.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/which-error.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/diff 0755 root bin -f none /opt/csw/share/doc/subversion/tools/diff/diff.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/diff/diff3.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/diff/diff4.c 0644 root bin -d none /opt/csw/share/doc/subversion/tools/examples 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/blame.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/check-modified.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/dumpprops.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/getfile.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/getlocks_test.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/geturl.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/headrev.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/minimal_client.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/putfile.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/revplist.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnlog2html.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnlook.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnlook.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnput.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnserve-sgid.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnshell.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnshell.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/testwrite.c 0644 root bin -d none /opt/csw/share/doc/subversion/tools/hook-scripts 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/README 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.cfg.example 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.pl.in 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.pl.in 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/log-police.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/mailer.conf.example 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/mailer.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-init.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-t1.output 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-t1.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-tweak.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/svnperms.conf.example 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/svnperms.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/verify-po.py 0644 root bin -d none /opt/csw/share/doc/subversion/tools/po 0755 root bin -f none /opt/csw/share/doc/subversion/tools/po/po-update.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/po/svn-po-status-report.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/po/svn-po-status-run.sh 0755 root bin -d none /opt/csw/share/doc/subversion/tools/server-side 0755 root bin -f none /opt/csw/share/doc/subversion/tools/server-side/svn-backup-dumps.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/server-side/svnauthz-validate.c 0644 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts 0755 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/README 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/dav_svn.passwd 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/encode-base64.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples 0755 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-0.9.x 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-util-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.httpd-2.0 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.shared 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/dav_svn.passwd 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/httpd-2.0.conf 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf 0644 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.apr-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.apr-util-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.httpd-2.0 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.solaris.static 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/dav_svn.passwd 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/mod_dav_svn.conf 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-bindings-generic.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-bindings.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-check-configuration.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-config.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-rebuild-generic.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-rebuild.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-run.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-sendmail-generic.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-sendmail.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-update.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest.sh 0755 root bin -d none /opt/csw/share/doc/subversion/tools/xslt 0755 root bin -f none /opt/csw/share/doc/subversion/tools/xslt/svnindex.css 0644 root bin -f none /opt/csw/share/doc/subversion/tools/xslt/svnindex.xsl 0644 root bin -d none /opt/csw/share/locale 0755 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/es 0755 root bin -d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/es/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/fr 0755 root bin -d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fr/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/it 0755 root bin -d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/it/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/ja 0755 root bin -d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ja/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/ko 0755 root bin -d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ko/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/nb 0755 root bin -d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nb/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/pl 0755 root bin -d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pl/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/pt_BR 0755 root bin -d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/sv 0755 root bin -d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sv/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/zh_CN 0755 root bin -d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/zh_TW 0755 root bin -d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/svn.1 0644 root bin -f none /opt/csw/share/man/man1/svnadmin.1 0644 root bin -f none /opt/csw/share/man/man1/svndumpfilter.1 0644 root bin -f none /opt/csw/share/man/man1/svnlook.1 0644 root bin -f none /opt/csw/share/man/man1/svnsync.1 0644 root bin -f none /opt/csw/share/man/man1/svnversion.1 0644 root bin -d none /opt/csw/share/man/man5 0755 root bin -f none /opt/csw/share/man/man5/svnserve.conf.5 0644 root bin -d none /opt/csw/share/man/man8 0755 root bin -f none /opt/csw/share/man/man8/svnserve.8 0644 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/binding.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/binding.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/binding.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,24 +0,0 @@ -diff -Naur subversion-1.5.2.orig/Makefile.in subversion-1.5.2/Makefile.in ---- subversion-1.5.2.orig/Makefile.in 2008-09-15 16:01:31.613500400 +0200 -+++ subversion-1.5.2/Makefile.in 2008-09-15 16:00:33.545900000 +0200 -@@ -68,15 +68,15 @@ - swig_rb_libdir = @libdir@ - - ### these possibly need further discussion --swig_pydir = @libdir@/svn-python/libsvn --swig_pydir_extra = @libdir@/svn-python/svn --swig_pldir = @libdir@/svn-perl -+swig_pydir = @prefix@/lib/python/site-packages/libsvn -+swig_pydir_extra = @prefix@/lib/python/site-packages/svn -+#swig_pldir = @libdir@/svn-perl - swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext - contribdir = @bindir@/svn-contrib - toolsdir = @bindir@/svn-tools - --javahl_javadir = @libdir@/svn-javahl --javahl_javahdir = @libdir@/svn-javahl/include -+javahl_javadir = @libdir@ -+javahl_javahdir = @libdir@/include - javahl_libdir = @libdir@ - javahl_test_rootdir=$(abs_builddir)/subversion/bindings/javahl/test-work - Deleted: csw/mgar/pkg/subversion/trunk/files/gdiff.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/gdiff.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/gdiff.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,12 +0,0 @@ -diff --speed-large-files --minimal -Nru subversion-1.2.0-rc1.orig/subversion/bindings/swig/python/svn/fs.py subversion-1.2.0-rc1/subversion/bindings/swig/python/svn/fs.py ---- subversion-1.2.0-rc1.orig/subversion/bindings/swig/python/svn/fs.py 2005-04-06 09:19:45.840022000 -0700 -+++ subversion-1.2.0-rc1/subversion/bindings/swig/python/svn/fs.py 2005-04-06 09:19:18.580010000 -0700 -@@ -105,7 +105,7 @@ - - # use an array for the command to avoid the shell and potential - # security exposures -- cmd = ["diff"] \ -+ cmd = ["gdiff"] \ - + self.diffoptions \ - + [self.tempfile1, self.tempfile2] - Deleted: csw/mgar/pkg/subversion/trunk/files/javahl.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/javahl.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/javahl.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,23 +0,0 @@ -diff -Naur subversion-1.5.2.orig/Makefile.in subversion-1.5.2/Makefile.in ---- subversion-1.5.2.orig/Makefile.in 2008-08-26 19:27:56.000000000 +0200 -+++ subversion-1.5.2/Makefile.in 2008-09-16 16:49:38.500644800 +0200 -@@ -46,6 +46,7 @@ - SVN_ZLIB_LIBS = @SVN_ZLIB_LIBS@ - - LIBS = @LIBS@ -+JAVAHL_LIBS = @LIBS@ -lCrun -lCstd - - prefix = @prefix@ - exec_prefix = @exec_prefix@ -diff -Naur subversion-1.5.2.orig/build-outputs.mk subversion-1.5.2/build-outputs.mk ---- subversion-1.5.2.orig/build-outputs.mk 2008-08-27 22:42:27.000000000 +0200 -+++ subversion-1.5.2/build-outputs.mk 2008-09-16 16:51:48.576388400 +0200 -@@ -305,7 +305,7 @@ - libsvnjavahl_DEPS = $(javahl_javah_DEPS) $(javahl_java_DEPS) subversion/bindings/javahl/native/BlameCallback.lo subversion/bindings/javahl/native/ChangelistCallback.lo subversion/bindings/javahl/native/CommitMessage.lo subversion/bindings/javahl/native/ConflictResolverCallback.lo subversion/bindings/javahl/native/CopySources.lo subversion/bindings/javahl/native/DiffSummaryReceiver.lo subversion/bindings/javahl/native/EnumMapper.lo subversion/bindings/javahl/native/InfoCallback.lo subversion/bindings/javahl/native/Inputer.lo subversion/bindings/javahl/native/JNIByteArray.lo subversion/bindings/javahl/native/JNICriticalSection.lo subversion/bindings/javahl/native/JNIMutex.lo subversion/bindings/javahl/native/JNIStackElement.lo subversion/bindings/javahl/native/JNIStringHolder.lo subversion/bindings/javahl/native/JNIThreadData.lo subversion/bindings/javahl/native/JNIUtil.lo subversion/bindings/javahl/native/ListCallback.lo subversion/bindings/javahl/native/LogMessageCallback.l o subversion/bindings/javahl/native/MessageReceiver.lo subversion/bindings/javahl/native/Notify.lo subversion/bindings/javahl/native/Notify2.lo subversion/bindings/javahl/native/Outputer.lo subversion/bindings/javahl/native/Path.lo subversion/bindings/javahl/native/Pool.lo subversion/bindings/javahl/native/ProgressListener.lo subversion/bindings/javahl/native/Prompter.lo subversion/bindings/javahl/native/ProplistCallback.lo subversion/bindings/javahl/native/Revision.lo subversion/bindings/javahl/native/RevisionRange.lo subversion/bindings/javahl/native/RevpropTable.lo subversion/bindings/javahl/native/SVNAdmin.lo subversion/bindings/javahl/native/SVNBase.lo subversion/bindings/javahl/native/SVNClient.lo subversion/bindings/javahl/native/StatusCallback.lo subversion/bindings/javahl/native/StringArray.lo subversion/bindings/javahl/native/Targets.lo subversion/bindings/javahl/native/libsvnjavahl.la.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_NativeResource s.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Path.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNAdmin.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNClient.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_fs/libsvn_fs-1.la - libsvnjavahl_OBJECTS = BlameCallback.lo ChangelistCallback.lo CommitMessage.lo ConflictResolverCallback.lo CopySources.lo DiffSummaryReceiver.lo EnumMapper.lo InfoCallback.lo Inputer.lo JNIByteArray.lo JNICriticalSection.lo JNIMutex.lo JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo ListCallback.lo LogMessageCallback.lo MessageReceiver.lo Notify.lo Notify2.lo Outputer.lo Path.lo Pool.lo ProgressListener.lo Prompter.lo ProplistCallback.lo Revision.lo RevisionRange.lo RevpropTable.lo SVNAdmin.lo SVNBase.lo SVNClient.lo StatusCallback.lo StringArray.lo Targets.lo libsvnjavahl.la.lo org_tigris_subversion_javahl_NativeResources.lo org_tigris_subversion_javahl_Path.lo org_tigris_subversion_javahl_SVNAdmin.lo org_tigris_subversion_javahl_SVNClient.lo org_tigris_subversion_javahl_Version.lo - subversion/bindings/javahl/native/libsvnjavahl-1.la: $(libsvnjavahl_DEPS) -- cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(LIBS) -+ cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(JAVAHL_LIBS) - - locale_PATH = subversion/po - locale_DEPS = subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo Deleted: csw/mgar/pkg/subversion/trunk/files/neon-version.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/neon-version.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/neon-version.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,12 +0,0 @@ -diff --speed-large-files --minimal -Nru subversion-1.4.2.orig/configure subversion-1.4.2/configure ---- subversion-1.4.2.orig/configure 2006-11-02 17:48:21.000000000 -0500 -+++ subversion-1.4.2/configure 2006-12-21 00:15:30.045866000 -0500 -@@ -3942,7 +3942,7 @@ - - # Either a space-separated list of allowable Neon versions, or "any" to - # mean allow anything. --NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2" -+NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3" - NEON_LATEST_WORKING_VER=0.25.5 - NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" - # Check whether --enable-neon-version-check or --disable-neon-version-check was given. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:32:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:32:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3437] csw/mgar/pkg/subversion/trunk/files Message-ID: Revision: 3437 http://gar.svn.sourceforge.net/gar/?rev=3437&view=rev Author: valholla Date: 2009-02-23 05:32:59 +0000 (Mon, 23 Feb 2009) Log Message: ----------- snapshot Added Paths: ----------- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall csw/mgar/pkg/subversion/trunk/files/fixme.sh csw/mgar/pkg/subversion/trunk/files/subversion155.diff Added: csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall 2009-02-23 05:32:59 UTC (rev 3437) @@ -0,0 +1,19 @@ + +cat <<_EOT_ + +!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! + +Using /opt/csw/bin/svn installed by this package with existing working copies +will automatically upgrade those working copies to the new 1.4.0 format. This +is *not* a reversable upgrade. Any working copies created by svn 1.4.0 will +*not* be accessible by 1.3.x clients. Note that this applies to working +copies only -- the repository itself is unaffected. + +Pausing for 5 seconds -- Ctrl-C to abort upgrade. + +!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! + +_EOT_ + +sleep 5 + Added: csw/mgar/pkg/subversion/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/subversion/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/fixme.sh 2009-02-23 05:32:59 UTC (rev 3437) @@ -0,0 +1,36 @@ +#!/bin/bash + +touch /tmp/mike-fixme + +umask 0022 +PATH=/opt/csw/bin:/usr/bin:/sbin + +if [ $# -ne 1 ]; then + echo "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep dlname= ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(echo $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" \ + ${mk} >Makefile.new + mv Makefile.new ${mk} + done +done + +## Fix libtool +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + mv ${lt}.new ${lt} +done + Property changes on: csw/mgar/pkg/subversion/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * Added: csw/mgar/pkg/subversion/trunk/files/subversion155.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/subversion155.diff (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/subversion155.diff 2009-02-23 05:32:59 UTC (rev 3437) @@ -0,0 +1,53 @@ +--- subversion-1.5.5/Makefile.in.orig 2008-08-26 12:27:56.000000000 -0500 ++++ subversion-1.5.5/Makefile.in 2009-02-21 17:26:25.849467074 -0600 +@@ -46,6 +46,7 @@ + SVN_ZLIB_LIBS = @SVN_ZLIB_LIBS@ + + LIBS = @LIBS@ ++JAVAHL_LIBS = @LIBS@ -lCrun -lCstd + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +@@ -68,15 +69,15 @@ + swig_rb_libdir = @libdir@ + + ### these possibly need further discussion +-swig_pydir = @libdir@/svn-python/libsvn +-swig_pydir_extra = @libdir@/svn-python/svn +-swig_pldir = @libdir@/svn-perl ++swig_pydir = @prefix@/lib/python/site-packages/libsvn ++swig_pydir_extra = @prefix@/lib/python/site-packages/svn ++#swig_pldir = @libdir@/svn-perl + swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext + contribdir = @bindir@/svn-contrib + toolsdir = @bindir@/svn-tools + +-javahl_javadir = @libdir@/svn-javahl +-javahl_javahdir = @libdir@/svn-javahl/include ++javahl_javadir = @libdir@ ++javahl_javahdir = @libdir@/include + javahl_libdir = @libdir@ + javahl_test_rootdir=$(abs_builddir)/subversion/bindings/javahl/test-work + +--- subversion-1.5.5/subversion/bindings/swig/python/svn/fs.py.orig 2009-02-21 17:00:06.832094681 -0600 ++++ subversion-1.5.5/subversion/bindings/swig/python/svn/fs.py 2009-02-21 16:59:46.198583440 -0600 +@@ -97,7 +97,7 @@ + + # use an array for the command to avoid the shell and potential + # security exposures +- cmd = ["diff"] \ ++ cmd = ["gdiff"] \ + + self.diffoptions \ + + [self.tempfile1, self.tempfile2] + +--- subversion-1.5.5/build-outputs.mk.orig 2009-02-21 20:49:58.653938743 -0600 ++++ subversion-1.5.5/build-outputs.mk 2009-02-21 20:51:14.193027135 -0600 +@@ -305,7 +305,7 @@ + libsvnjavahl_DEPS = $(javahl_javah_DEPS) $(javahl_java_DEPS) subversion/bindings/javahl/native/BlameCallback.lo subversion/bindings/javahl/native/ChangelistCallback.lo subversion/bindings/javahl/native/CommitMessage.lo subversion/bindings/javahl/native/ConflictResolverCallback.lo subversion/bindings/javahl/native/CopySources.lo subversion/bindings/javahl/native/DiffSummaryReceiver.lo subversion/bindings/javahl/native/EnumMapper.lo subversion/bindings/javahl/native/InfoCallback.lo subversion/bindings/javahl/native/Inputer.lo subversion/bindings/javahl/native/JNIByteArray.lo subversion/bindings/javahl/native/JNICriticalSection.lo subversion/bindings/javahl/native/JNIMutex.lo subversion/bindings/javahl/native/JNIStackElement.lo subversion/bindings/javahl/native/JNIStringHolder.lo subversion/bindings/javahl/native/JNIThreadData.lo subversion/bindings/javahl/native/JNIUtil.lo subversion/bindings/javahl/native/ListCallback.lo subversion/bindings/javahl/native/LogMessageCallback.l o subversion/bindings/javahl/native/MessageReceiver.lo subversion/bindings/javahl/native/Notify.lo subversion/bindings/javahl/native/Notify2.lo subversion/bindings/javahl/native/Outputer.lo subversion/bindings/javahl/native/Path.lo subversion/bindings/javahl/native/Pool.lo subversion/bindings/javahl/native/ProgressListener.lo subversion/bindings/javahl/native/Prompter.lo subversion/bindings/javahl/native/ProplistCallback.lo subversion/bindings/javahl/native/Revision.lo subversion/bindings/javahl/native/RevisionRange.lo subversion/bindings/javahl/native/RevpropTable.lo subversion/bindings/javahl/native/SVNAdmin.lo subversion/bindings/javahl/native/SVNBase.lo subversion/bindings/javahl/native/SVNClient.lo subversion/bindings/javahl/native/StatusCallback.lo subversion/bindings/javahl/native/StringArray.lo subversion/bindings/javahl/native/Targets.lo subversion/bindings/javahl/native/libsvnjavahl.la.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_NativeResource s.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Path.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNAdmin.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNClient.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_fs/libsvn_fs-1.la + libsvnjavahl_OBJECTS = BlameCallback.lo ChangelistCallback.lo CommitMessage.lo ConflictResolverCallback.lo CopySources.lo DiffSummaryReceiver.lo EnumMapper.lo InfoCallback.lo Inputer.lo JNIByteArray.lo JNICriticalSection.lo JNIMutex.lo JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo ListCallback.lo LogMessageCallback.lo MessageReceiver.lo Notify.lo Notify2.lo Outputer.lo Path.lo Pool.lo ProgressListener.lo Prompter.lo ProplistCallback.lo Revision.lo RevisionRange.lo RevpropTable.lo SVNAdmin.lo SVNBase.lo SVNClient.lo StatusCallback.lo StringArray.lo Targets.lo libsvnjavahl.la.lo org_tigris_subversion_javahl_NativeResources.lo org_tigris_subversion_javahl_Path.lo org_tigris_subversion_javahl_SVNAdmin.lo org_tigris_subversion_javahl_SVNClient.lo org_tigris_subversion_javahl_Version.lo + subversion/bindings/javahl/native/libsvnjavahl-1.la: $(libsvnjavahl_DEPS) +- cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(LIBS) ++ cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(JAVAHL_LIBS) + + locale_PATH = subversion/po + locale_DEPS = subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:35:58 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:35:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3438] csw/mgar/pkg/fixme/trunk/ Message-ID: Revision: 3438 http://gar.svn.sourceforge.net/gar/?rev=3438&view=rev Author: valholla Date: 2009-02-23 05:35:58 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update fixme to gar v2 Property Changed: ---------------- csw/mgar/pkg/fixme/trunk/ Property changes on: csw/mgar/pkg/fixme/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 07:00:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 06:00:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3439] csw/mgar/pkg/fixme/trunk/ Message-ID: Revision: 3439 http://gar.svn.sourceforge.net/gar/?rev=3439&view=rev Author: valholla Date: 2009-02-23 06:00:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- remove svn:external on this dir Property Changed: ---------------- csw/mgar/pkg/fixme/trunk/ Property changes on: csw/mgar/pkg/fixme/trunk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 07:14:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 06:14:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3440] csw/mgar/pkg Message-ID: Revision: 3440 http://gar.svn.sourceforge.net/gar/?rev=3440&view=rev Author: valholla Date: 2009-02-23 06:14:19 +0000 (Mon, 23 Feb 2009) Log Message: ----------- change from MODULATION var to modulated Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/php5_apc/trunk/Makefile csw/mgar/pkg/php5_bcmath/trunk/Makefile csw/mgar/pkg/php5_bz2/trunk/Makefile csw/mgar/pkg/php5_calendar/trunk/Makefile csw/mgar/pkg/php5_ctype/trunk/Makefile csw/mgar/pkg/php5_curl/trunk/Makefile csw/mgar/pkg/php5_dba/trunk/Makefile csw/mgar/pkg/php5_dbase/trunk/Makefile csw/mgar/pkg/php5_dom/trunk/Makefile csw/mgar/pkg/php5_exif/trunk/Makefile csw/mgar/pkg/php5_filter/trunk/Makefile csw/mgar/pkg/php5_ftp/trunk/Makefile csw/mgar/pkg/php5_gd/trunk/Makefile csw/mgar/pkg/php5_gettext/trunk/Makefile csw/mgar/pkg/php5_gmp/trunk/Makefile csw/mgar/pkg/php5_hash/trunk/Makefile csw/mgar/pkg/php5_iconv/trunk/Makefile csw/mgar/pkg/php5_imap/trunk/Makefile csw/mgar/pkg/php5_json/trunk/Makefile csw/mgar/pkg/php5_ldap/trunk/Makefile csw/mgar/pkg/php5_mbstring/trunk/Makefile csw/mgar/pkg/php5_mcrypt/trunk/Makefile csw/mgar/pkg/php5_mhash/trunk/Makefile csw/mgar/pkg/php5_mime_magic/trunk/Makefile csw/mgar/pkg/php5_mssql/trunk/Makefile csw/mgar/pkg/php5_mysql/trunk/Makefile csw/mgar/pkg/php5_mysqli/trunk/Makefile csw/mgar/pkg/php5_ncurses/trunk/Makefile csw/mgar/pkg/php5_odbc/trunk/Makefile csw/mgar/pkg/php5_openssl/trunk/Makefile csw/mgar/pkg/php5_pcntl/trunk/Makefile csw/mgar/pkg/php5_pdomysql/trunk/Makefile csw/mgar/pkg/php5_pdoodbc/trunk/Makefile csw/mgar/pkg/php5_pdosqlite/trunk/Makefile csw/mgar/pkg/php5_pgsql/trunk/Makefile csw/mgar/pkg/php5_posix/trunk/Makefile csw/mgar/pkg/php5_pspell/trunk/Makefile csw/mgar/pkg/php5_readline/trunk/Makefile csw/mgar/pkg/php5_recode/trunk/Makefile csw/mgar/pkg/php5_session/trunk/Makefile csw/mgar/pkg/php5_shmop/trunk/Makefile csw/mgar/pkg/php5_simplexml/trunk/Makefile csw/mgar/pkg/php5_snmp/trunk/Makefile csw/mgar/pkg/php5_soap/trunk/Makefile csw/mgar/pkg/php5_sockets/trunk/Makefile csw/mgar/pkg/php5_sqlite/trunk/Makefile csw/mgar/pkg/php5_sysvmsg/trunk/Makefile csw/mgar/pkg/php5_sysvsem/trunk/Makefile csw/mgar/pkg/php5_sysvshm/trunk/Makefile csw/mgar/pkg/php5_tidy/trunk/Makefile csw/mgar/pkg/php5_tokenizer/trunk/Makefile csw/mgar/pkg/php5_wddx/trunk/Makefile csw/mgar/pkg/php5_xdebug/trunk/Makefile csw/mgar/pkg/php5_xml/trunk/Makefile csw/mgar/pkg/php5_xmlreader/trunk/Makefile csw/mgar/pkg/php5_xmlrpc/trunk/Makefile csw/mgar/pkg/php5_xmlwriter/trunk/Makefile csw/mgar/pkg/php5_xsl/trunk/Makefile csw/mgar/pkg/php5_zip/trunk/Makefile csw/mgar/pkg/php5_zlib/trunk/Makefile csw/mgar/pkg/pygobject/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/Makefile Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -41,7 +41,7 @@ CONFIGURE_ARGS += --with-xpm=$(prefix) CONFIGURE_ARGS += --disable-fast-install -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) Modified: csw/mgar/pkg/php5_apc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_apc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_apc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_bcmath/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_bcmath/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_bz2/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_bz2/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_bz2/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_calendar/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_calendar/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ctype/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ctype/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_curl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_curl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -38,7 +38,7 @@ CONFIGURE_ARGS += --with-curl=$(prefix) CONFIGURE_ARGS += --with-curlwrappers -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_dba/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dba/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_dba/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_dbase/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_dbase/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_dom/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_dom/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -36,7 +36,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_exif/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_exif/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_filter/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_filter/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ftp/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ftp/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_gd/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_gd/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -41,7 +41,7 @@ CONFIGURE_ARGS += --with-ttf=$(prefix) CONFIGURE_ARGS += --with-freetype-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_gettext/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_gettext/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_gmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_gmp/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_gmp/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-gmp=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_hash/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_hash/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_iconv/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -36,7 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_imap/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_imap/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_imap/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -39,7 +39,7 @@ CONFIGURE_ARGS += --with-imap-ssl=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_json/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_json/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_json/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ldap/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ldap/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ldap/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mbstring/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mbstring/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mcrypt/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mcrypt/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mcrypt/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mcrypt=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mhash/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mhash/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mhash/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mhash=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mime_magic/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mime_magic/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mssql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mssql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mssql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mssql=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mysql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mysql=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mysqli/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysqli/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mysqli/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mysqli=$(bindir)/mysql_config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ncurses/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ncurses/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-ncurses=/opt/csw -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_odbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-unixODBC=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_openssl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_openssl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_openssl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pcntl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pcntl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pdomysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdomysql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pdomysql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -38,7 +38,7 @@ CONFIGURE_ARGS += --with-zlib-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pdoodbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdoodbc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pdoodbc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-pdo-odbc=unixODBC,$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pdosqlite/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdosqlite/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pdosqlite/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_posix/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_posix/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pspell/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pspell/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pspell/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-pspell=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-readline=shared,$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_recode/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-recode=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_session/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_session/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_session/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_shmop/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_shmop/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_simplexml/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_simplexml/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_snmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_snmp/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_snmp/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_soap/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_soap/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sockets/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sockets/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sqlite/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sqlite/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sysvmsg/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sysvmsg/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sysvsem/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sysvsem/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sysvshm/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sysvshm/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_tidy/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_tidy/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-tidy=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_tokenizer/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_tokenizer/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_wddx/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_wddx/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_wddx/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -36,7 +36,7 @@ CONFIGURE_ARGS += --with-libxml-dir=$(prefix) CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xdebug/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xdebug/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -39,7 +39,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xml/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xml/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xmlreader/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xmlreader/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xmlrpc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xmlrpc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xmlwriter/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xmlwriter/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xsl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xsl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xsl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -38,7 +38,7 @@ CONFIGURE_ARGS += --with-xsl=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_zip/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_zip/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_zlib/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_zlib/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/pygobject/trunk/Makefile =================================================================== --- csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -30,7 +30,7 @@ include gar/category.mk -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) Modified: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -26,7 +26,7 @@ include gar/category.mk -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 07:14:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 06:14:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3441] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: Revision: 3441 http://gar.svn.sourceforge.net/gar/?rev=3441&view=rev Author: valholla Date: 2009-02-23 06:14:56 +0000 (Mon, 23 Feb 2009) Log Message: ----------- change from MODULATION var to modulated Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) +++ csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 06:14:56 UTC (rev 3441) @@ -89,7 +89,6 @@ CONFIGURE_ARGS += --with-zlib=$(prefix) CONFIGURE_ARGS += --with-sasl=$(prefix) CONFIGURE_ARGS += --with-ssl=$(prefix) -CONFIGURE_ARGS += --with-jikes=$(bindir)/jikes TEST_TARGET = check @@ -113,10 +112,10 @@ PI_DEPENDS = $(BINDING_TARGETS) PI_DEPENDS += copy-templates -post-install-$(MODULATION): $(PI_DEPENDS) +post-install-modulated: $(PI_DEPENDS) $(DONADA) -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) @@ -133,9 +132,9 @@ svn-python: @echo " ==> Building Python bindings" - #@touch \ - # $(WORKSRC)/subversion/bindings/swig/python/*.c \ - # $(WORKSRC)/subversion/bindings/swig/python/*.py + @touch \ + $(WORKSRC)/subversion/bindings/swig/python/*.c \ + $(WORKSRC)/subversion/bindings/swig/python/*.py @$(BUILD_ENV) gmake -C $(WORKSRC) swig-py @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-py @@ -143,9 +142,9 @@ svn-perl: @echo " ==> Building Perl bindings" - #@touch \ - # $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ - # $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm + @touch \ + $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ + $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm @$(BUILD_ENV) gmake -C $(WORKSRC) swig-pl @$(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-pl @@ -153,7 +152,7 @@ svn-ruby: @echo " ==> Building Ruby bindings" - #@touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c + @touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c @$(BUILD_ENV) gmake -C $(WORKSRC) swig-rb @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-rb @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 18:43:13 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 17:43:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3442] csw/mgar/pkg/fixme/trunk/fixme.sh Message-ID: Revision: 3442 http://gar.svn.sourceforge.net/gar/?rev=3442&view=rev Author: valholla Date: 2009-02-23 17:43:13 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix typo sed to gsed Modified Paths: -------------- csw/mgar/pkg/fixme/trunk/fixme.sh Modified: csw/mgar/pkg/fixme/trunk/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 06:14:56 UTC (rev 3441) +++ csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 17:43:13 UTC (rev 3442) @@ -30,7 +30,7 @@ -e "s/^lib//" \ -e "s/\.so.*$//") fixpath=$(gecho $file |gsed 's/\//\\\//g') - sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new gmv Makefile.new ${mk} done done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 18:47:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 17:47:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3443] csw/mgar/pkg/fixme/trunk/fixme.sh Message-ID: Revision: 3443 http://gar.svn.sourceforge.net/gar/?rev=3443&view=rev Author: valholla Date: 2009-02-23 17:47:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix typo missing escape on '.' Modified Paths: -------------- csw/mgar/pkg/fixme/trunk/fixme.sh Modified: csw/mgar/pkg/fixme/trunk/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 17:43:13 UTC (rev 3442) +++ csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 17:47:39 UTC (rev 3443) @@ -21,7 +21,7 @@ ## Fix Makefiles for mk in $(gfind ${BASEPATH} -name Makefile -print); do - LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") for file in ${LT_FILES}; do This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 23 19:01:30 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:01:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3444] csw/mgar/pkg/nagios/trunk Message-ID: Revision: 3444 http://gar.svn.sourceforge.net/gar/?rev=3444&view=rev Author: j_arndt Date: 2009-02-23 18:01:29 +0000 (Mon, 23 Feb 2009) Log Message: ----------- nagios: added pre-install-modulated directives and dynamic dependencies to Makefile Modified Paths: -------------- csw/mgar/pkg/nagios/trunk/Makefile csw/mgar/pkg/nagios/trunk/checksums csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype Modified: csw/mgar/pkg/nagios/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios/trunk/Makefile 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/Makefile 2009-02-23 18:01:29 UTC (rev 3444) @@ -7,10 +7,9 @@ Nagios is a powerful, enterprise-class host, service, application, and network monitoring program. Designed to be fast, flexible, and rock-solid stable. Nagios runs on *NIX hosts and can monitor Windows, Linux/Unix/BSD, Netware, and network devices. endef -MASTER_SITES = http://kent.dl.sourceforge.net/sourceforge/nagios/ +MASTER_SITES =$(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -#DISTFILES += $(call admfiles,CSWnagios) -DISTFILES += $(call admfiles,CSWnagios,prototype checkinstall preinstall preremove postinstall depend) +DISTFILES += $(call admfiles,CSWnagios,checkinstall preinstall preremove prototype postinstall ) DISTFILES += nagios nagios.xml svc-nagios PATCHFILES = patch.diff # cgi/cmd.c - GNU macro __attribute__ unknown to compiler @@ -21,10 +20,10 @@ # -lsunmath is needed in configure for checking of libgd PATCHFILES += install-opts.diff # sets in every Makefile.in "INSTALL_OPT="" (empty) # necessary, so ginstall doesn't get -o and -g options -PATCHFILES += webconf.diff # global Makefile.in - # nagios httpd-config is renamed to httpd-nagios.conf -PATCHFILES += doc.diff # Makefile.in - copies READMes ... to /opt/csw/share/doc/nagios/ +REQUIRED_PKGS_CSWnagios = CSWapache CSWgd CSWglib2 CSWiconv CSWjpeg CSWlibtoolrt CSWggettextrt +REQUIRED_PKGS_CSWnagios += CSWosslrt CSWperl CSWpng CSWzlib CSWnagiosp CSWnrpeplugin + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --prefix=/opt/csw/nagios CONFIGURE_ARGS += --exec-prefix=/opt/csw/nagios @@ -33,7 +32,6 @@ CONFIGURE_ARGS += --with-httpd-conf=/opt/csw/nagios/etc CONFIGURE_ARGS += --enable-embedded-perl -#prefix ?= /opt/csw/nagios sysconfdir ?= $(prefix)/nagios/etc localstatedir ?= $(prefix)/nagios/var bindir ?= $(prefix)/nagios/bin @@ -49,7 +47,19 @@ INSTALL_ARGS += install-init INSTALL_ARGS += install-config -INSTALL_ARGS += install-webconf INSTALL_ARGS += install-commandmode -INSTALL_ARGS += install-docs + include gar/category.mk + +DOCS = Changelog INSTALLING README UPGRADING +DOCDEST = $(DESTDIR)$(prefix)/share/doc/nagios +HTTPD_CONF = $(DESTDIR)$(sysconfdir) + +post-install-modulated: + @echo $(DOCDEST) + @ginstall -m 755 -d $(DOCDEST) + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 644 $(WORKSRC)/LICENSE $(DOCDEST) + @ginstall -m 644 $(WORKSRC)/sample-config/httpd.conf $(HTTPD_CONF)/httpd-nagios.conf + @$(MAKECOOKIE) + Modified: csw/mgar/pkg/nagios/trunk/checksums =================================================================== --- csw/mgar/pkg/nagios/trunk/checksums 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/checksums 2009-02-23 18:01:29 UTC (rev 3444) @@ -1,16 +1,13 @@ 900e3f4164f4b2a18485420eeaefe812 download/nagios-3.0.6.tar.gz -799f1b92197d0d0fabfc09631abab3f9 download/CSWnagios.gspec -4a34971d496bff77fc2bfd0eb2007c37 download/CSWnagios.prototype +843f2deb49d5a283d9ed88974d18d49a download/CSWnagios.gspec e407a4b179bd7de72b3e8c21f309f9b7 download/CSWnagios.checkinstall 47cc36016f5518dfd5614b870f56e944 download/CSWnagios.preinstall 92437323de0cceaa58c6238ec9e6c954 download/CSWnagios.preremove +080b1c99e3b72d6767ec5ab4461b7fe1 download/CSWnagios.prototype 2ed96c2fb28a30112681b772465bf2a6 download/CSWnagios.postinstall -95cce43182ddef277c1556c1607e3bb5 download/CSWnagios.depend eee3268b11eb94d797f0f606d53cfb97 download/nagios 2bca004216ac8d8774e8bf3f974eca10 download/nagios.xml 66adfde9e041150b29e31ea8f8c0b604 download/svc-nagios 0ef601e30d01a511822dd27df6b0e531 download/patch.diff 4faa5ec86586be23dfbbd9165f50046d download/configure.diff f3161bcb7c65f89707ee37b0a8d861d5 download/install-opts.diff -f1c09f43c8994b97608a9f57cef28191 download/webconf.diff -d4b9518af39194e571fcb894b3aac6d2 download/doc.diff Modified: csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec 2009-02-23 18:01:29 UTC (rev 3444) @@ -1,9 +1,8 @@ %var bitname nagios %var pkgname CSWnagios %var SERVICE_CONF_FILES /opt/csw/nagios/etc/nagios.cfg -%var RC_INIT_SCRIPT nagios -%var SMF_SCRIPT svc-nagios -%var SMF_MANIFEST nagios.xml +%var RC_INIT_SCRIPT nagios +%var SMF_SCRIPT svc-nagios +%var SMF_MANIFEST nagios.xml %include url file://%{PKGLIB}/csw_dyndepend.gspec -%include url file://%{PKGLIB}/smf_enabled.gspec -%copyright url file://%{WORKSRC}/LICENSE +%include url file://%{PKGLIB}/smf_enabled.gspec Modified: csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype 2009-02-23 18:01:29 UTC (rev 3444) @@ -384,9 +384,9 @@ f none /opt/csw/share/doc/nagios/INSTALLING 0644 root bin f none /opt/csw/share/doc/nagios/README 0644 root bin f none /opt/csw/share/doc/nagios/UPGRADING 0644 root bin +f none /opt/csw/share/doc/nagios/LICENSE 0644 root bin i checkinstall=CSWnagios.checkinstall i preinstall=CSWnagios.preinstall -i copyright=CSWnagios.copyright i depend=CSWnagios.depend i pkginfo=CSWnagios.pkginfo i postinstall=CSWnagios.postinstall This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 23 19:02:33 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:02:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3445] csw/mgar/pkg/nagiosp/trunk Message-ID: Revision: 3445 http://gar.svn.sourceforge.net/gar/?rev=3445&view=rev Author: j_arndt Date: 2009-02-23 18:02:33 +0000 (Mon, 23 Feb 2009) Log Message: ----------- nagios: added pre-install-modulated directives and dynamic dependencies to Makefile Modified Paths: -------------- csw/mgar/pkg/nagiosp/trunk/Makefile csw/mgar/pkg/nagiosp/trunk/checksums csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype Modified: csw/mgar/pkg/nagiosp/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagiosp/trunk/Makefile 2009-02-23 18:01:29 UTC (rev 3444) +++ csw/mgar/pkg/nagiosp/trunk/Makefile 2009-02-23 18:02:33 UTC (rev 3445) @@ -9,11 +9,11 @@ MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWnagiosp,prototype depend) +DISTFILES += $(call admfiles,CSWnagiosp,prototype ) -PATCHFILES = makefile.diff # add target 'none' -PATCHFILES += plugins-root.diff # -PATCHFILES += legal.diff +REQUIRED_PKGS_CSWnagiosp = CSWggettextrt CSWiconv CSWlibnet CSWlibpq +REQUIRED_PKGS_CSWnagiosp += CSWmysql5rt CSWoldaprt CSWosslrt CSWsasl +REQUIRED_PKGS_CSWnagiosp += CSWzlib CFLAGS += -I /opt/csw/postgresql/include/ @@ -31,9 +31,21 @@ # Extra includes EXTRA_INC = /opt/csw/postgresql/include -INSTALL_ARGS += install-contrib -INSTALL_ARGS += install-legal +TEST_TARGET = -TEST_TARGET = none +include gar/category.mk -include gar/category.mk +DOCS = BUGS ChangeLog FAQ README REQUIREMENTS SUPPORT COPYING +DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +ROOT_PLUGINS = check_dhcp check_icmp pst3 +PLUGINDEST = $(DESTDIR)$(libexecdir) + +post-install-modulated: + @ginstall -m 755 -d $(DOCDEST) + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 755 -d $(PLUGINDEST) + @$(foreach PLUGIN,$(ROOT_PLUGINS),ginstall -m 744 $(WORKSRC)/plugins-root/$(PLUGIN) $(PLUGINDEST);) + @tar cf $(WORKSRC)/contrib.tar $(WORKSRC)/contrib/ + @ginstall -m 755 -d $(DOCDEST) + @ginstall -m 644 $(WORKSRC)/contrib.tar $(DOCDEST) + @$(MAKECOOKIE) Modified: csw/mgar/pkg/nagiosp/trunk/checksums =================================================================== --- csw/mgar/pkg/nagiosp/trunk/checksums 2009-02-23 18:01:29 UTC (rev 3444) +++ csw/mgar/pkg/nagiosp/trunk/checksums 2009-02-23 18:02:33 UTC (rev 3445) @@ -1,7 +1,3 @@ be6cc7699fff3ee29d1fd4d562377386 download/nagios-plugins-1.4.13.tar.gz abfb8a44032960e6bc446a5ae5ebeafd download/CSWnagiosp.gspec -7edc85ec11ed146b6b1fc585c329a468 download/CSWnagiosp.prototype -eadc14b27a73aa55d1d0accc0dd0eb00 download/CSWnagiosp.depend -664323f0ea2e5abf7be2387ca22a13ba download/makefile.diff -3120b49a06d02676a4127fbe4d53f763 download/plugins-root.diff -78d82c2ac3986566dd0edb5b3b66425f download/legal.diff +65bdf1c84228ccd98397837636004761 download/CSWnagiosp.prototype Modified: csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype =================================================================== --- csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype 2009-02-23 18:01:29 UTC (rev 3444) +++ csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype 2009-02-23 18:02:33 UTC (rev 3445) @@ -1,5 +1,5 @@ 1 d none /opt/csw/lib 0755 root bin -1 f none /opt/csw/lib/charset.alias 0644 root bin +1 d none /opt/csw/share/doc/nagios-plugins 0755 root bin 1 d none /opt/csw/libexec/nagios-plugins 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/check_apt 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/check_breeze 0755 root bin @@ -67,6 +67,14 @@ 1 f none /opt/csw/libexec/nagios-plugins/urlize 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/utils.pm 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/utils.sh 0755 root bin +1 f none /opt/csw/share/doc/nagios-plugins/BUGS 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/ChangeLog 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/FAQ 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/README 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/REQUIREMENTS 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/SUPPORT 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/COPYING 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/contrib.tar 0644 root bin 1 d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin 1 f none /opt/csw/share/locale/de/LC_MESSAGES/nagios-plugins.mo 0644 root bin 1 d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin 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 Feb 23 19:09:07 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:09:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3446] csw/mgar/pkg/ruby/trunk Message-ID: Revision: 3446 http://gar.svn.sourceforge.net/gar/?rev=3446&view=rev Author: bdwalton Date: 2009-02-23 18:09:07 +0000 (Mon, 23 Feb 2009) Log Message: ----------- convert to dynamic gspec; slice out a rubydev package Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:09:07 UTC (rev 3446) @@ -7,6 +7,10 @@ PREREQUISITE_PKGS = CSWbdb3 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel PREREQUISITE_PKGS += CSWreadline CSWzlib +PACKAGES = CSWruby CSWrubydoc CSWrubytk CSWrubydev + +ARCHALL_CSWrubydoc = 1 + REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv CSWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib @@ -14,6 +18,8 @@ REQUIRED_PKGS_CSWrubytk = CSWruby CSWtk +REQUIRED_PKGS_CSWrubydev = CSWruby CSWgcc4core + DESCRIPTION = An object-oriented language for quick and easy programming. define BLURB Ruby is a language for quick and easy programming. Similar in scope to Perl @@ -29,9 +35,13 @@ SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension +SPKG_DESC_CSWrubydev = Ruby Extension Development Files + PKGFILES_CSWrubydoc = $(PKGFILES_DOC) PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb +PKGFILES_CSWrubydev = $(libdir)/.*\.h $(libdir)/.*/mkmf.rb $(libdir)/.*static.a + MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ @@ -40,9 +50,6 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-p(\d+).tar.bz2 DISTFILES = $(GARNAME)-$(DISTVERSION)-$(PATCHLEVEL).tar.bz2 -DISTFILES += $(call admfiles,CSWruby,) -DISTFILES += $(call admfiles,CSWrubydoc,) -DISTFILES += $(call admfiles,CSWrubytk,) # See: http://rubyforge.org/tracker/index.php?func=detail&aid=17607&group_id=426&atid=1698 PATCHFILES = rdoc_parse_order_fix.patch Deleted: csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec =================================================================== --- csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec 2009-02-23 18:09:07 UTC (rev 3446) @@ -1,4 +0,0 @@ -%var bitname ruby -%var pkgname CSWruby -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING -%include url file://%{PKGLIB}/csw_standard.gspec Deleted: csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec =================================================================== --- csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec 2009-02-23 18:09:07 UTC (rev 3446) @@ -1,5 +0,0 @@ -%var bitname rubydoc -%var pkgname CSWrubydoc -%var arch all -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING -%include url file://%{PKGLIB}/csw_standard.gspec \ No newline at end of file Deleted: csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec =================================================================== --- csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec 2009-02-23 18:09:07 UTC (rev 3446) @@ -1,4 +0,0 @@ -%var bitname rubytk -%var pkgname CSWrubytk -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING -%include url file://%{PKGLIB}/csw_standard.gspec 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 Feb 23 19:22:17 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:22:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3447] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 3447 http://gar.svn.sourceforge.net/gar/?rev=3447&view=rev Author: bdwalton Date: 2009-02-23 18:22:16 +0000 (Mon, 23 Feb 2009) Log Message: ----------- rubydev should have the libruby.so symlink Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:09:07 UTC (rev 3446) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:22:16 UTC (rev 3447) @@ -41,6 +41,7 @@ PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb PKGFILES_CSWrubydev = $(libdir)/.*\.h $(libdir)/.*/mkmf.rb $(libdir)/.*static.a +PKGFILES_CSWrubydev = $(libdir)/libruby.so MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 22:05:30 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:05:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3448] csw/mgar/pkg/java/Makefile Message-ID: Revision: 3448 http://gar.svn.sourceforge.net/gar/?rev=3448&view=rev Author: wbonnet Date: 2009-02-23 21:05:30 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Add Makefile for java folder Added Paths: ----------- csw/mgar/pkg/java/Makefile Added: csw/mgar/pkg/java/Makefile =================================================================== --- csw/mgar/pkg/java/Makefile (rev 0) +++ csw/mgar/pkg/java/Makefile 2009-02-23 21:05:30 UTC (rev 3448) @@ -0,0 +1,63 @@ +# vim: ft=make ts=4 sw=4 noet +# This makefile is to be included from Makefiles in each category +# directory. + +default: + @echo "You are in the pkg/java directory." + +%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* ; \ + done + +paranoid-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || exit 2; \ + done + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \ + done + +newpkg-%: + @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files + @(echo "GARNAME = package"; \ + echo "GARVERSION = 1.0"; \ + echo "CATEGORIES = category"; \ + echo ""; \ + echo "DESCRIPTION = Brief description"; \ + echo "define BLURB"; \ + echo " Long description"; \ + echo "endef"; \ + echo ""; \ + echo "MASTER_SITES = "; \ + echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \ + echo "DISTFILES += $$(call admfiles,CSWpackage,)"; \ + echo ""; \ + echo "# We define upstream file regex so we can be notifed of new upstream software release"; \ + echo "UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \ + echo ""; \ + echo "# If the url used to check for software update is different of MASTER_SITES, then "; \ + echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; \ + echo "# UPSTREAM_MASTER_SITES = "; \ + echo ""; \ + echo "CONFIGURE_ARGS = $$(DIRPATHS)"; \ + echo ""; \ + echo "include gar/category.mk"; \ + ) > $*/trunk/Makefile + @svn add $*/trunk/Makefile + @(echo "%var bitname package"; \ + echo "%var pkgname CSWpackage"; \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec";\ + echo "%copyright url file://%{WORKSRC}/LICENSE"; \ + ) > $*/trunk/files/CSWpackage.gspec + @echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo "gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2" | svn propset svn:externals -F /dev/fd/0 $*/trunk + @svn co https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 $*/trunk/gar + @echo + @echo "Your package is set up for editing at $*/trunk" + @echo "Please don't forget to add the gspec-file!" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 22:23:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:23:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3449] csw/mgar/pkg/python/trunk/files/site.diff Message-ID: Revision: 3449 http://gar.svn.sourceforge.net/gar/?rev=3449&view=rev Author: valholla Date: 2009-02-23 21:23:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- add old site-packages Added Paths: ----------- csw/mgar/pkg/python/trunk/files/site.diff Added: csw/mgar/pkg/python/trunk/files/site.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/site.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/site.diff 2009-02-23 21:23:06 UTC (rev 3449) @@ -0,0 +1,25 @@ +--- Python-2.6.1/Lib/site.py.orig 2009-02-23 15:13:02.813997871 -0600 ++++ Python-2.6.1/Lib/site.py 2009-02-23 15:20:00.516392336 -0600 +@@ -268,7 +268,21 @@ + sitedirs.append(os.path.join(prefix, "lib", + "python" + sys.version[:3], + "site-packages")) +- sitedirs.append(os.path.join(prefix, "lib", "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python", ++ "site-packages")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python2.5", ++ "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python2.3", ++ "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python2.1", ++ "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "site-python", ++ "site-python")) + else: + sitedirs.append(prefix) + sitedirs.append(os.path.join(prefix, "lib", "site-packages")) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 22:50:09 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:50:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3450] csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Message-ID: Revision: 3450 http://gar.svn.sourceforge.net/gar/?rev=3450&view=rev Author: wbonnet Date: 2009-02-23 21:50:08 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 21:23:06 UTC (rev 3449) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 21:50:08 UTC (rev 3450) @@ -24,12 +24,10 @@ SPKG_DESC_CSWajcbeanutilsdoc = $(DESCRIPTION) documentation package # Defines dependencies -REQUIRED_PKGS_CSWajcbeanutils = CSWajcdigester -REQUIRED_PKGS_CSWajcbeanutils += CSWajclogging +REQUIRED_PKGS_CSWajcbeanutils = CSWajcdigester CSWajclogging # Defines package content -PKGFILES_CSWajcbeanutilsdoc = $(prefix)/share/doc/.* -PKGFILES_CSWajcbeanutilsdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajcbeanutilsdoc = $(prefix)/share/doc/$(GARNAME)-doc.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -49,9 +47,8 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 22:54:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:54:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3451] csw/mgar/pkg/python/trunk Message-ID: Revision: 3451 http://gar.svn.sourceforge.net/gar/?rev=3451&view=rev Author: valholla Date: 2009-02-23 21:54:33 +0000 (Mon, 23 Feb 2009) Log Message: ----------- site-package fix Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-23 21:50:08 UTC (rev 3450) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-23 21:54:33 UTC (rev 3451) @@ -31,6 +31,7 @@ PATCHFILES += multiprocess.diff PATCHFILES += pyport.diff PATCHFILES += setup.diff +PATCHFILES += site.diff # Test for sunaudiodev fails. SKIPTEST = 1 Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-23 21:50:08 UTC (rev 3450) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-23 21:54:33 UTC (rev 3451) @@ -5,3 +5,4 @@ 369c5593c0c0edda03f3c1844788dbee download/multiprocess.diff 05724da367b025ce525de2bb704af6e3 download/pyport.diff 296f46fb4a6a392093120cd86675309b download/setup.diff +e1cb8bf39625613272c210c71274b1e0 download/site.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 23:12:36 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 22:12:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3452] csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Message-ID: Revision: 3452 http://gar.svn.sourceforge.net/gar/?rev=3452&view=rev Author: wbonnet Date: 2009-02-23 22:12:36 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fix License path Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 21:54:33 UTC (rev 3451) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 22:12:36 UTC (rev 3452) @@ -27,7 +27,8 @@ REQUIRED_PKGS_CSWajcbeanutils = CSWajcdigester CSWajclogging # Defines package content -PKGFILES_CSWajcbeanutilsdoc = $(prefix)/share/doc/$(GARNAME)-doc.* +PKGFILES_CSWajcbeanutils = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajcbeanutils += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -47,8 +48,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 23:13:45 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 22:13:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3453] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3453 http://gar.svn.sourceforge.net/gar/?rev=3453&view=rev Author: wbonnet Date: 2009-02-23 22:13:45 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fix License path Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-23 22:12:36 UTC (rev 3452) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-23 22:13:45 UTC (rev 3453) @@ -27,7 +27,8 @@ REQUIRED_PKGS_CSWajccollect = CSWjunit # Defines package content -PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/$(GARNAME)-doc.* +PKGFILES_CSWajccollect = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajccollect += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -47,8 +48,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 23:54:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 22:54:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3454] csw/mgar/pkg/python/trunk Message-ID: Revision: 3454 http://gar.svn.sourceforge.net/gar/?rev=3454&view=rev Author: valholla Date: 2009-02-23 22:54:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-23 22:13:45 UTC (rev 3453) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-23 22:54:39 UTC (rev 3454) @@ -21,6 +21,9 @@ DISTFILES = $(DISTNAME).tar.bz2 +# Previous Library for compatability +DISTFILES += libpython2.5.so.1.0 + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -52,8 +55,9 @@ PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* -REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext +REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWpython += CSWsqlite3 CSWtcl CSWtk REQUIRED_PKGS_CSWpython-tk = CSWpython CSWtcl CSWtk REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk @@ -66,3 +70,12 @@ SPKG_DESC_CSWidle = Python IDE include gar/category.mk + +post-install: add-depricated-libs + +add-depricated-libs: + @cp $(DOWNLOADDIR)/libpython2.5.so.1.0 $(DESTDIR)$(libdir) + @cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so + $(DONADA) + + Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Tue Feb 24 03:24:40 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Tue, 24 Feb 2009 02:24:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3455] csw/mgar/pkg Message-ID: Revision: 3455 http://gar.svn.sourceforge.net/gar/?rev=3455&view=rev Author: hson Date: 2009-02-24 02:24:40 +0000 (Tue, 24 Feb 2009) Log Message: ----------- wmf: Initial checkin Added Paths: ----------- csw/mgar/pkg/wmf/ csw/mgar/pkg/wmf/branches/ csw/mgar/pkg/wmf/tags/ csw/mgar/pkg/wmf/trunk/ csw/mgar/pkg/wmf/trunk/Makefile csw/mgar/pkg/wmf/trunk/checksums csw/mgar/pkg/wmf/trunk/files/ Property changes on: csw/mgar/pkg/wmf/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/wmf/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmf/trunk/Makefile (rev 0) +++ csw/mgar/pkg/wmf/trunk/Makefile 2009-02-24 02:24:40 UTC (rev 3455) @@ -0,0 +1,34 @@ +GARNAME = wmf +GARVERSION = 0.2.8.4 +CATEGORIES = lib + +DESCRIPTION = library for converting WMF files +define BLURB + libwmf is a library for reading vector images in Microsoft's native Windows + Metafile Format (WMF) and for either (a) displaying them in, e.g., an X + window; or (b) converting them to more standard/open file formats such as, + e.g., the W3C's XML-based Scaleable Vector Graphic (SVG) format. +endef + +SF_PROJ = wvware +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = libwmf-$(GARVERSION).tar.gz + +DISTNAME = libwmf-$(GARVERSION) + +LICENSE = COPYING + +REQUIRED_PKGS += CSWexpat CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 CSWjpeg +REQUIRED_PKGS += CSWpng CSWzlib + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_TARGET = check +include gar/category.mk Added: csw/mgar/pkg/wmf/trunk/checksums =================================================================== --- csw/mgar/pkg/wmf/trunk/checksums (rev 0) +++ csw/mgar/pkg/wmf/trunk/checksums 2009-02-24 02:24:40 UTC (rev 3455) @@ -0,0 +1 @@ +d1177739bf1ceb07f57421f0cee191e0 download/libwmf-0.2.8.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Feb 24 10:59:17 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 09:59:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3456] csw/mgar/pkg/libpopt/trunk Message-ID: Revision: 3456 http://gar.svn.sourceforge.net/gar/?rev=3456&view=rev Author: dmichelsen Date: 2009-02-24 09:59:17 +0000 (Tue, 24 Feb 2009) Log Message: ----------- libpopt: Switch to dynamic gspecs, depend on gettextrt Modified Paths: -------------- csw/mgar/pkg/libpopt/trunk/Makefile csw/mgar/pkg/libpopt/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec Modified: csw/mgar/pkg/libpopt/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpopt/trunk/Makefile 2009-02-24 02:24:40 UTC (rev 3455) +++ csw/mgar/pkg/libpopt/trunk/Makefile 2009-02-24 09:59:17 UTC (rev 3456) @@ -4,15 +4,24 @@ DESCRIPTION = Popt is a C library for parsing command line parameters define BLURB +Popt is a C library for parsing command line parameters. Popt was +heavily influenced by the getopt() and getopt_long() functions, +but it improves on them by allowing more powerful argument expansion. +Popt can parse arbitrary argv[] style arrays and automatically set +variables based on command line arguments. Popt allows command line +arguments to be aliased via configuration files and includes utility +functions for parsing arbitrary strings into argv[] arrays using +shell-like rules. endef MASTER_SITES = http://rpm5.org/files/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibpopt) +PACKAGES = CSWlibpopt + UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -REQUIRED_PKGS = CSWggettext CSWiconv +REQUIRED_PKGS = CSWggettextrt CSWiconv BUILD64 = 1 NORUNPATH = 1 Modified: csw/mgar/pkg/libpopt/trunk/checksums =================================================================== --- csw/mgar/pkg/libpopt/trunk/checksums 2009-02-24 02:24:40 UTC (rev 3455) +++ csw/mgar/pkg/libpopt/trunk/checksums 2009-02-24 09:59:17 UTC (rev 3456) @@ -1,2 +1 @@ 4f90a07316eb825604dd10ae4f9f3f04 download/popt-1.14.tar.gz -ee4e9a79a4e5dc3ccc90413ec229e51a download/CSWlibpopt.gspec Deleted: csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec =================================================================== --- csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec 2009-02-24 02:24:40 UTC (rev 3455) +++ csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec 2009-02-24 09:59:17 UTC (rev 3456) @@ -1,4 +0,0 @@ -%var bitname libpopt -%var pkgname CSWlibpopt -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 24 11:26:20 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 10:26:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3457] csw/mgar/pkg/recode/trunk Message-ID: Revision: 3457 http://gar.svn.sourceforge.net/gar/?rev=3457&view=rev Author: dmichelsen Date: 2009-02-24 10:26:20 +0000 (Tue, 24 Feb 2009) Log Message: ----------- recode: Move to mGAR v2, dynamic gspecs, depend to gettextrt Modified Paths: -------------- csw/mgar/pkg/recode/trunk/Makefile csw/mgar/pkg/recode/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/recode/trunk/files/CSWrecode.depend csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec Property Changed: ---------------- csw/mgar/pkg/recode/trunk/ Property changes on: csw/mgar/pkg/recode/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/recode/trunk/Makefile =================================================================== --- csw/mgar/pkg/recode/trunk/Makefile 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/Makefile 2009-02-24 10:26:20 UTC (rev 3457) @@ -14,8 +14,9 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWrecode,) +REQUIRED_PKGS = CSWggettextrt CSWiconv + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -39,19 +40,14 @@ # creates an output file smaller than COPYING. The only known workaround # is to not use "-O". -SUN_CC_OPT = -xtarget=$(OPTTARGET) -xarch=$(OPTARCH) +OPT_FLAGS_SOS = CONFIGURE_ARGS = $(DIRPATHS) \ --enable-static=no TEST_TARGET = check -post-install: - @echo " ==> Removing charset.alias" - @rm -f $(DESTDIR)$(libdir)/charset.alias - @echo " ==> Removing info/dir" - @rm -f $(DESTDIR)$(infodir)/dir - @$(MAKECOOKIE) +EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias include gar/category.mk Modified: csw/mgar/pkg/recode/trunk/checksums =================================================================== --- csw/mgar/pkg/recode/trunk/checksums 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/checksums 2009-02-24 10:26:20 UTC (rev 3457) @@ -1,2 +1 @@ be3f40ad2e93dae5cd5f628264bf1877 download/recode-3.6.tar.gz -4798ef18b7e27fca73d69ccee38ee3d8 download/CSWrecode.gspec Deleted: csw/mgar/pkg/recode/trunk/files/CSWrecode.depend =================================================================== --- csw/mgar/pkg/recode/trunk/files/CSWrecode.depend 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/files/CSWrecode.depend 2009-02-24 10:26:20 UTC (rev 3457) @@ -1,2 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library Deleted: csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec =================================================================== --- csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec 2009-02-24 10:26:20 UTC (rev 3457) @@ -1,4 +0,0 @@ -%var bitname recode -%var pkgname CSWrecode -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 24 11:45:17 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 10:45:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3458] csw/mgar/pkg/gtar/trunk Message-ID: Revision: 3458 http://gar.svn.sourceforge.net/gar/?rev=3458&view=rev Author: dmichelsen Date: 2009-02-24 10:45:17 +0000 (Tue, 24 Feb 2009) Log Message: ----------- gtar: Move to mGAR v2, dynamic gspecs, depend on gettextrt Modified Paths: -------------- csw/mgar/pkg/gtar/trunk/Makefile csw/mgar/pkg/gtar/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec Property Changed: ---------------- csw/mgar/pkg/gtar/trunk/ Property changes on: csw/mgar/pkg/gtar/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/gtar/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 10:45:17 UTC (rev 3458) @@ -16,18 +16,17 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWgtar,depend) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +SPKG_SOURCEURL = http://www.gnu.org/software/tar/ + +REQUIRED_PKGS = CSWggettextrt CSWiconv + CONFIGURE_ARGS = $(DIRPATHS) --program-prefix=g TEST_SCRIPTS = -include gar/category.mk +EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias -post-install: - @rm -f $(DESTDIR)$(libdir)/charset.alias - @rm -f $(DESTDIR)$(sharedstatedir)/info/dir - @$(MAKECOOKIE) - +include gar/category.mk Modified: csw/mgar/pkg/gtar/trunk/checksums =================================================================== --- csw/mgar/pkg/gtar/trunk/checksums 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/checksums 2009-02-24 10:45:17 UTC (rev 3458) @@ -1,3 +1 @@ e7ae56b3bf924d5108b57b544b247c50 download/tar-1.21.tar.gz -ccf6b6c60769531581e94a45d24283be download/CSWgtar.gspec -5237ff9f4dbe4ec493425d4ffc5fc51a download/CSWgtar.depend Deleted: csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend =================================================================== --- csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend 2009-02-24 10:45:17 UTC (rev 3458) @@ -1,2 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library Deleted: csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec =================================================================== --- csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec 2009-02-24 10:45:17 UTC (rev 3458) @@ -1,4 +0,0 @@ -%var bitname gtar -%var pkgname CSWgtar -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 24 14:19:29 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 13:19:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3459] csw/mgar/pkg/libogg/trunk Message-ID: Revision: 3459 http://gar.svn.sourceforge.net/gar/?rev=3459&view=rev Author: dmichelsen Date: 2009-02-24 13:19:26 +0000 (Tue, 24 Feb 2009) Log Message: ----------- libogg: Move to dynamic gspecs Modified Paths: -------------- csw/mgar/pkg/libogg/trunk/Makefile csw/mgar/pkg/libogg/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec Modified: csw/mgar/pkg/libogg/trunk/Makefile =================================================================== --- csw/mgar/pkg/libogg/trunk/Makefile 2009-02-24 10:45:17 UTC (rev 3458) +++ csw/mgar/pkg/libogg/trunk/Makefile 2009-02-24 13:19:26 UTC (rev 3459) @@ -10,7 +10,6 @@ MASTER_SITES = http://downloads.xiph.org/releases/ogg/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibogg,) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/libogg/trunk/checksums =================================================================== --- csw/mgar/pkg/libogg/trunk/checksums 2009-02-24 10:45:17 UTC (rev 3458) +++ csw/mgar/pkg/libogg/trunk/checksums 2009-02-24 13:19:26 UTC (rev 3459) @@ -1,2 +1 @@ eaf7dc6ebbff30975de7527a80831585 download/libogg-1.1.3.tar.gz -eab6d6df5742115a9f9136f67cb43e34 download/CSWlibogg.gspec Deleted: csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec =================================================================== --- csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec 2009-02-24 10:45:17 UTC (rev 3458) +++ csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec 2009-02-24 13:19:26 UTC (rev 3459) @@ -1,4 +0,0 @@ -%var bitname libogg -%var pkgname CSWlibogg -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 24 15:33:52 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 14:33:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3460] csw/mgar/pkg/pca/trunk Message-ID: Revision: 3460 http://gar.svn.sourceforge.net/gar/?rev=3460&view=rev Author: dmichelsen Date: 2009-02-24 14:33:46 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pca: Update to 20090224-01 Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2009-02-24 13:19:26 UTC (rev 3459) +++ csw/mgar/pkg/pca/trunk/Makefile 2009-02-24 14:33:46 UTC (rev 3460) @@ -1,5 +1,5 @@ GARNAME = pca -GARVERSION = 20081218-01 +GARVERSION = 20090224-01 CATEGORIES = utils DESCRIPTION = Patch Check Advanced Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2009-02-24 13:19:26 UTC (rev 3459) +++ csw/mgar/pkg/pca/trunk/checksums 2009-02-24 14:33:46 UTC (rev 3460) @@ -1,3 +1,3 @@ -edde160aa02b5d8232b402cdf336f327 download/pca-20081218-01 +3de9a69abff821d3b103a660f161f119 download/pca-20090224-01 6f2f2376eba0a788795dd43d68ad32d1 download/COPYING 12de68ff8f67b4bb8b095e5646402208 download/pca.conf 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 Feb 24 15:41:10 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 14:41:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3461] csw/mgar/pkg/libao/trunk Message-ID: Revision: 3461 http://gar.svn.sourceforge.net/gar/?rev=3461&view=rev Author: dmichelsen Date: 2009-02-24 14:41:09 +0000 (Tue, 24 Feb 2009) Log Message: ----------- libao: Update to 0.8.8, dynamic gspec Modified Paths: -------------- csw/mgar/pkg/libao/trunk/Makefile csw/mgar/pkg/libao/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec Property Changed: ---------------- csw/mgar/pkg/libao/trunk/ Property changes on: csw/mgar/pkg/libao/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/libao/trunk/Makefile =================================================================== --- csw/mgar/pkg/libao/trunk/Makefile 2009-02-24 14:33:46 UTC (rev 3460) +++ csw/mgar/pkg/libao/trunk/Makefile 2009-02-24 14:41:09 UTC (rev 3461) @@ -1,5 +1,5 @@ GARNAME = libao -GARVERSION = 0.8.4 +GARVERSION = 0.8.8 CATEGORIES = lib DESCRIPTION = Cross-platform audio library @@ -9,13 +9,18 @@ ALSA, aRTs, Solaris, and Irix outputs are currently supported. endef -MASTER_SITES = http://www.xiph.org/ao/src/ +MASTER_SITES = http://downloads.xiph.org/releases/ao/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibao,) +SPKG_SOURCEURL = http://www.xiph.org/ao/ + +REQUIRED_PKGS = CSWaudiofile CSWesound + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +BUILD64 = 1 + CONFIGURE_ARGS = $(DIRPATHS) TEST_TARGET = check Modified: csw/mgar/pkg/libao/trunk/checksums =================================================================== --- csw/mgar/pkg/libao/trunk/checksums 2009-02-24 14:33:46 UTC (rev 3460) +++ csw/mgar/pkg/libao/trunk/checksums 2009-02-24 14:41:09 UTC (rev 3461) @@ -1,2 +1 @@ -0525549b0bf665f617913c916064cc87 download/libao-0.8.4.tar.gz -89ab69be359ea79a643f6e1b143f4663 download/CSWlibao.gspec +b92cba3cbcf1ee9bc221118a85d23dcd download/libao-0.8.8.tar.gz Deleted: csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec =================================================================== --- csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec 2009-02-24 14:33:46 UTC (rev 3460) +++ csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec 2009-02-24 14:41:09 UTC (rev 3461) @@ -1,4 +0,0 @@ -%var bitname libao -%var pkgname CSWlibao -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT 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 Feb 24 16:07:26 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 15:07:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3462] csw/mgar/pkg/bdb44/trunk Message-ID: Revision: 3462 http://gar.svn.sourceforge.net/gar/?rev=3462&view=rev Author: dmichelsen Date: 2009-02-24 15:07:24 +0000 (Tue, 24 Feb 2009) Log Message: ----------- bdb44: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/bdb44/trunk/Makefile csw/mgar/pkg/bdb44/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.depend csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec Modified: csw/mgar/pkg/bdb44/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 15:07:24 UTC (rev 3462) @@ -15,15 +15,25 @@ MASTER_SITES = http://download.oracle.com/berkeley-db/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWbdb44,depend) -DISTFILES += $(call admfiles,CSWbdb44-devel,depend) -DISTFILES += $(call admfiles,CSWbdb44-doc,depend) +PACKAGES = CSWbdb44 CSWbdb44-devel CSWbdb44-doc + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html +CATALOGNAME_CSWbdb44 = berkeleydb44 +CATALOGNAME_CSWbdb44-devel = berkeleydb44_devel +CATALOGNAME_CSWbdb44-doc = berkeleydb44_doc + +SPKG_DESC_CSWbdb44 = BerkeleyDB 4.4 embedded database libraries and utilities +SPKG_DESC_CSWbdb44-devel = BerkeleyDB 4.4 development support +SPKG_DESC_CSWbdb44-doc = BerkeleyDB 4.4 documentation + +REQUIRED_PKGS_CSWbdb44-devel = CSWbdb44 +INCOMPATIBLE_PKGS_CSWbdb44-doc = CSWbdb44doc + WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix PATCHDIR = $(WORKSRC)/.. @@ -41,8 +51,12 @@ CONFIGURE_ARGS += --enable-rpc CONFIGURE_ARGS += --enable-cxx CONFIGURE_ARGS += --enable-java + +# Exclude TCL support for 64 bit until we have a 64 bit TCL +ifeq ($(MEMORYMODEL),32) CONFIGURE_ARGS += --enable-tcl CONFIGURE_ARGS += --with-tcl=$(libdir) +endif FIXCONFIG_DIRS = $(DESTDIR)$(prefix)/bdb44/lib Modified: csw/mgar/pkg/bdb44/trunk/checksums =================================================================== --- csw/mgar/pkg/bdb44/trunk/checksums 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/checksums 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,13 +1,4 @@ d84dff288a19186b136b0daf7067ade3 download/db-4.4.20.tar.gz -931cfb08ad3c593f67f7987a1b0e38d2 download/CSWbdb44.gspec -d41d8cd98f00b204e9800998ecf8427e download/CSWbdb44.depend -9fb1ec203b562118a5efa65466f58cb8 download/CSWbdb44.prototype -dfe4f07bd627ca8f26dff40b42858c89 download/CSWbdb44-devel.gspec -5a1c7c6d2c1bdc317e0c11e134342154 download/CSWbdb44-devel.depend -ac47841e936dc64824fc24c2ec7edfc6 download/CSWbdb44-devel.prototype -3504f1aaf3736b0e4d7aeaa520e50c61 download/CSWbdb44-doc.gspec -840f3b7ab7ea6a0b92fa00b11ed03551 download/CSWbdb44-doc.depend -5d66c098355c7bdcee114b69e1cbc822 download/CSWbdb44-doc.prototype 66584d621355df055b6e05b4a02e9c3e download/patch.4.4.20.1.diff 85df93a0867f6cace3501671cdeb6ed1 download/patch.4.4.20.2.diff 88ee91889ebf5498b22b2e7bed945d41 download/patch.4.4.20.3.diff Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend 2009-02-24 15:07:24 UTC (rev 3462) @@ -1 +0,0 @@ -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,5 +0,0 @@ -%var bitname berkeleydb44_devel -%var pkgname CSWbdb44-devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc BerkeleyDB 4.4 development support -%copyright url file://%{WORKSRC}/../LICENSE Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend 2009-02-24 15:07:24 UTC (rev 3462) @@ -1 +0,0 @@ -I CSWbdb44doc Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,6 +0,0 @@ -%var bitname berkeleydb44_doc -%var pkgname CSWbdb44-doc -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc BerkeleyDB 4.4 documentation -%copyright url file://%{WORKSRC}/../LICENSE Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,4 +0,0 @@ -%var bitname berkeleydb44 -%var pkgname CSWbdb44 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/../LICENSE 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 Feb 24 16:18:34 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 15:18:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3463] csw/mgar/pkg/bdb44/trunk/Makefile Message-ID: Revision: 3463 http://gar.svn.sourceforge.net/gar/?rev=3463&view=rev Author: dmichelsen Date: 2009-02-24 15:18:34 +0000 (Tue, 24 Feb 2009) Log Message: ----------- bdb44: Fix merging Modified Paths: -------------- csw/mgar/pkg/bdb44/trunk/Makefile Modified: csw/mgar/pkg/bdb44/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 15:07:24 UTC (rev 3462) +++ csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 15:18:34 UTC (rev 3463) @@ -23,17 +23,6 @@ SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html -CATALOGNAME_CSWbdb44 = berkeleydb44 -CATALOGNAME_CSWbdb44-devel = berkeleydb44_devel -CATALOGNAME_CSWbdb44-doc = berkeleydb44_doc - -SPKG_DESC_CSWbdb44 = BerkeleyDB 4.4 embedded database libraries and utilities -SPKG_DESC_CSWbdb44-devel = BerkeleyDB 4.4 development support -SPKG_DESC_CSWbdb44-doc = BerkeleyDB 4.4 documentation - -REQUIRED_PKGS_CSWbdb44-devel = CSWbdb44 -INCOMPATIBLE_PKGS_CSWbdb44-doc = CSWbdb44doc - WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix PATCHDIR = $(WORKSRC)/.. @@ -44,7 +33,8 @@ CONFIGURE_SCRIPTS = dist -CONFIGURE_ARGS = --prefix=$(prefix)/bdb44 +prefix = $(BUILD_PREFIX)/bdb44 +CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-cryptography CONFIGURE_ARGS += --enable-compat185 CONFIGURE_ARGS += --enable-o_direct @@ -64,15 +54,28 @@ TEST_SCRIPTS = NO_ISAEXEC = 1 -MERGE_EXCLUDE_FILES = .*~ .*\.la -ISA_RELOCATE_DIRS_sparcv9 = $(prefix)/bdb44/bin $(prefix)/bdb44/lib $(prefix)/bdb44/include -ISA_RELOCATE_DIRS_amd64 = $(prefix)/bdb44/bin $(prefix)/bdb44/lib $(prefix)/bdb44/include -PKGFILES_CSWbdb44-doc = $(prefix)/bdb44/docs/.* +PACKAGES = CSWbdb44 CSWbdb44-devel CSWbdb44-doc -PKGFILES_CSWbdb44-devel = $(prefix)/bdb44/include/.* -PKGFILES_CSWbdb44-devel += $(prefix)/bdb44/lib/.*\.a +CATALOGNAME_CSWbdb44 = berkeleydb44 +CATALOGNAME_CSWbdb44-devel = berkeleydb44_devel +CATALOGNAME_CSWbdb44-doc = berkeleydb44_doc +ARCHALL_CSWbdb44-doc = 1 + +SPKG_DESC_CSWbdb44 = BerkeleyDB 4.4 embedded database libraries and utilities +SPKG_DESC_CSWbdb44-devel = BerkeleyDB 4.4 development support +SPKG_DESC_CSWbdb44-doc = BerkeleyDB 4.4 documentation + +REQUIRED_PKGS_CSWbdb44-devel = CSWbdb44 +INCOMPATIBLE_PKGS_CSWbdb44-doc = CSWbdb44doc + +LICENSE = LICENSE + +PKGFILES_CSWbdb44-doc = $(prefix)/docs/.* + +PKGFILES_CSWbdb44-devel = $(PKGFILES_DEVEL) + include gar/category.mk LIBS += -lnsl @@ -82,10 +85,10 @@ export PATH configure-dist: - @( cd $(WORKSRC) ; $(CONFIGURE_ENV) ../dist/configure $(CONFIGURE_ARGS) ) + ( cd $(WORKSRC) ; $(CONFIGURE_ENV) ../dist/configure $(CONFIGURE_ARGS) ) @$(MAKECOOKIE) post-merge: - gln -s . $(PKGROOT)$(prefix)/bdb44/lib/32 - gln -s $(ISA_DEFAULT64) $(PKGROOT)$(prefix)/bdb44/lib/64 + gln -s . $(PKGROOT)$(libdir)/32 + gln -s $(ISA_DEFAULT64) $(PKGROOT)$(libdir)/64 @$(MAKECOOKIE) 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 Feb 24 16:47:56 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 15:47:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3464] csw/mgar/pkg/flac/trunk Message-ID: Revision: 3464 http://gar.svn.sourceforge.net/gar/?rev=3464&view=rev Author: dmichelsen Date: 2009-02-24 15:47:56 +0000 (Tue, 24 Feb 2009) Log Message: ----------- flax: Update to mGAR v2, dynamic gspec, 64 bit Modified Paths: -------------- csw/mgar/pkg/flac/trunk/Makefile csw/mgar/pkg/flac/trunk/checksums Added Paths: ----------- csw/mgar/pkg/flac/trunk/files/no-stdint.patch Removed Paths: ------------- csw/mgar/pkg/flac/trunk/files/CSWflac.depend csw/mgar/pkg/flac/trunk/files/CSWflac.gspec Property Changed: ---------------- csw/mgar/pkg/flac/trunk/ Property changes on: csw/mgar/pkg/flac/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/flac/trunk/Makefile =================================================================== --- csw/mgar/pkg/flac/trunk/Makefile 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/Makefile 2009-02-24 15:47:56 UTC (rev 3464) @@ -16,17 +16,26 @@ SF_PROJ = flac MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWflac,depend) +PATCHFILES = no-stdint.patch + +CATALOGNAME = libflac + +LICENSE = $(foreach lic,FDL GPL LGPL Xiph,COPYING.$(lic)) + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=13478 UPSTREAM_USE_SF = 1 UFILES_REGEX = flac-(\d+(?:\.\d+)*)-src -LIBDEPS += lib/libogg +REQUIRED_PKGS = CSWiconv CSWlibogg +BUILD64 = 1 + CONFIGURE_ARGS = $(DIRPATHS) TEST_TARGET = check include gar/category.mk + +PATH := $(PATH):/usr/ccs/bin Modified: csw/mgar/pkg/flac/trunk/checksums =================================================================== --- csw/mgar/pkg/flac/trunk/checksums 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/checksums 2009-02-24 15:47:56 UTC (rev 3464) @@ -1,3 +1,2 @@ 153c8b15a54da428d1f0fadc756c22c7 download/flac-1.2.1.tar.gz -7f89e44c4fbf879be7e21bb7607c2cbf download/CSWflac.gspec -abbe602ce1dfbc4230ac3a4341cedc28 download/CSWflac.depend +e3144fad8810ceaca718adb6f09dc8fa download/no-stdint.patch Deleted: csw/mgar/pkg/flac/trunk/files/CSWflac.depend =================================================================== --- csw/mgar/pkg/flac/trunk/files/CSWflac.depend 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/files/CSWflac.depend 2009-02-24 15:47:56 UTC (rev 3464) @@ -1,2 +0,0 @@ -P CSWiconv libiconv - GNU iconv library -P CSWlibogg libogg - Ogg bitstream and framing library. Deleted: csw/mgar/pkg/flac/trunk/files/CSWflac.gspec =================================================================== --- csw/mgar/pkg/flac/trunk/files/CSWflac.gspec 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/files/CSWflac.gspec 2009-02-24 15:47:56 UTC (rev 3464) @@ -1,8 +0,0 @@ -%var bitname libflac -%var pkgname CSWflac -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING.FDL -%copyright:merge url file://%{WORKSRC}/COPYING.GPL -%copyright:merge url file://%{WORKSRC}/COPYING.LGPL -%copyright:merge url file://%{WORKSRC}/COPYING.Xiph - Added: csw/mgar/pkg/flac/trunk/files/no-stdint.patch =================================================================== --- csw/mgar/pkg/flac/trunk/files/no-stdint.patch (rev 0) +++ csw/mgar/pkg/flac/trunk/files/no-stdint.patch 2009-02-24 15:47:56 UTC (rev 3464) @@ -0,0 +1,12 @@ +diff -Naur flac-1.2.1.orig/include/share/alloc.h flac-1.2.1.patch/include/share/alloc.h +--- flac-1.2.1.orig/include/share/alloc.h 2007-09-12 07:32:21.000000000 +0200 ++++ flac-1.2.1.patch/include/share/alloc.h 2009-02-24 16:19:58.442033162 +0100 +@@ -29,7 +29,7 @@ + + #include /* for SIZE_MAX */ + #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ +-#include /* for SIZE_MAX in case limits.h didn't get it */ ++/* #include /* for SIZE_MAX in case limits.h didn't get it */ + #endif + #include /* for size_t, malloc(), etc */ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 19:30:32 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 18:30:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3465] csw/mgar/pkg/pv/trunk Message-ID: Revision: 3465 http://gar.svn.sourceforge.net/gar/?rev=3465&view=rev Author: skayser Date: 2009-02-24 18:30:32 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pv: update dependencies, switch to garv2 Modified Paths: -------------- csw/mgar/pkg/pv/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/pv/trunk/files/CSWpv.gspec Property Changed: ---------------- csw/mgar/pkg/pv/trunk/ Property changes on: csw/mgar/pkg/pv/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/pv/trunk/Makefile =================================================================== --- csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 15:47:56 UTC (rev 3464) +++ csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:30:32 UTC (rev 3465) @@ -18,8 +18,9 @@ # Source files MASTER_SITES = http://pipeviewer.googlecode.com/files/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpv) +REQUIRED_PKGS = CSWiconv CSWgettextrt + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Deleted: csw/mgar/pkg/pv/trunk/files/CSWpv.gspec =================================================================== --- csw/mgar/pkg/pv/trunk/files/CSWpv.gspec 2009-02-24 15:47:56 UTC (rev 3464) +++ csw/mgar/pkg/pv/trunk/files/CSWpv.gspec 2009-02-24 18:30:32 UTC (rev 3465) @@ -1,4 +0,0 @@ -%var bitname pv -%var pkgname CSWpv -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/doc/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 19:38:37 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 18:38:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3466] csw/mgar/pkg/pv/trunk/Makefile Message-ID: Revision: 3466 http://gar.svn.sourceforge.net/gar/?rev=3466&view=rev Author: skayser Date: 2009-02-24 18:38:37 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pv: fixed typo, adjustment for garv2 Modified Paths: -------------- csw/mgar/pkg/pv/trunk/Makefile Modified: csw/mgar/pkg/pv/trunk/Makefile =================================================================== --- csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:30:32 UTC (rev 3465) +++ csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:38:37 UTC (rev 3466) @@ -19,7 +19,7 @@ MASTER_SITES = http://pipeviewer.googlecode.com/files/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -REQUIRED_PKGS = CSWiconv CSWgettextrt +REQUIRED_PKGS = CSWiconv CSWggettextrt # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -34,7 +34,7 @@ include gar/category.mk -post-install: +post-install-modulated: @gunzip $(DESTDIR)$(mandir)/man1/pv.1.gz @ginstall -d -m 755 $(DESTDIR)$(docdir)/$(GARNAME) @ginstall -m 644 \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 19:53:25 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 18:53:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3467] csw/mgar/pkg/mbuffer/trunk Message-ID: Revision: 3467 http://gar.svn.sourceforge.net/gar/?rev=3467&view=rev Author: skayser Date: 2009-02-24 18:53:25 +0000 (Tue, 24 Feb 2009) Log Message: ----------- mbuffer: version bumped to 20090215, Makefile amended for dynamic gspec Modified Paths: -------------- csw/mgar/pkg/mbuffer/trunk/Makefile csw/mgar/pkg/mbuffer/trunk/checksums Modified: csw/mgar/pkg/mbuffer/trunk/Makefile =================================================================== --- csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-24 18:38:37 UTC (rev 3466) +++ csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-24 18:53:25 UTC (rev 3467) @@ -1,5 +1,5 @@ GARNAME = mbuffer -GARVERSION = 20090113 +GARVERSION = 20090215 CATEGORIES = utils DESCRIPTION = A tool for buffering data streams @@ -14,22 +14,17 @@ MASTER_SITES = http://www.maier-komor.de/software/mbuffer/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -DISTFILES += $(call admfiles,CSWmbuffer,) +LICENSE = LICENSE -REQUIRED_PKGS = CSWosslrt - # Required for the test target PREREQUISITE_PKGS = CSWmktemp CSWgcc4core +REQUIRED_PKGS = CSWosslrt + # We define upstream file regex so we can be notifed of new upstream software # release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# If the url used to check for software update is different of MASTER_SITES, -# then uncomment the next line. Otherwise it is set by default to the -# value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - # To build the mixed package for x86 you have to do the following # 1) build8x: gmake build-isa-i386 # 2) build10x: gmake merge Modified: csw/mgar/pkg/mbuffer/trunk/checksums =================================================================== --- csw/mgar/pkg/mbuffer/trunk/checksums 2009-02-24 18:38:37 UTC (rev 3466) +++ csw/mgar/pkg/mbuffer/trunk/checksums 2009-02-24 18:53:25 UTC (rev 3467) @@ -1,2 +1 @@ -baeea5a12a863cf05b6d22d5fc012814 download/mbuffer-20090113.tgz -ee84b171939ddb3f60a49b5989626000 download/CSWmbuffer.gspec +0bfc7e7da04f5226e3139af6ee9d590f download/mbuffer-20090215.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 20:34:24 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 19:34:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3468] csw/mgar/pkg/pv/trunk/Makefile Message-ID: Revision: 3468 http://gar.svn.sourceforge.net/gar/?rev=3468&view=rev Author: skayser Date: 2009-02-24 19:34:24 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pv: fixed license path Modified Paths: -------------- csw/mgar/pkg/pv/trunk/Makefile Modified: csw/mgar/pkg/pv/trunk/Makefile =================================================================== --- csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:53:25 UTC (rev 3467) +++ csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 19:34:24 UTC (rev 3468) @@ -18,6 +18,7 @@ # Source files MASTER_SITES = http://pipeviewer.googlecode.com/files/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +LICENSE = doc/COPYING REQUIRED_PKGS = CSWiconv CSWggettextrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Tue Feb 24 20:48:24 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 24 Feb 2009 19:48:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3469] csw/mgar/pkg/git/trunk Message-ID: Revision: 3469 http://gar.svn.sourceforge.net/gar/?rev=3469&view=rev Author: bdwalton Date: 2009-02-24 19:48:23 +0000 (Tue, 24 Feb 2009) Log Message: ----------- * Modified patch to make the %z substitution the default based on comments from upstream. * Specifically name LICENSE files. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Added Paths: ----------- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch Removed Paths: ------------- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-24 19:34:24 UTC (rev 3468) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-24 19:48:23 UTC (rev 3469) @@ -30,6 +30,14 @@ REQUIRED_PKGS_CSWgitdoc = CSWgit +LICENSE_CSWgit = COPYING +LICENSE_CSWgitk = COPYING +LICENSE_CSWgitgui = COPYING +LICENSE_CSWgitsvn = COPYING +LICENSE_CSWgitcvs = COPYING +LICENSE_CSWgitemacs = COPYING +LICENSE_CSWgitdoc = COPYING + DESCRIPTION = Fast Version Control System define BLURB Git is a popular version control system designed to handle @@ -48,7 +56,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 PATCHFILES = doc-makefile.patch -PATCHFILES += 0001-git-svn-fix-for-systems-without-strftime-z.patch +PATCHFILES += 0001-git-svn-fix-to-avoid-using-strftime-z.patch PKGFILES_CSWgitsvn = .*svn.* PKGFILES_CSWgitgui = .*git-gui.* .*git-citool.* Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-24 19:34:24 UTC (rev 3468) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-24 19:48:23 UTC (rev 3469) @@ -1,3 +1,3 @@ e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch -eb302356ce2cfbf076d3e86aa450f97a download/0001-git-svn-fix-for-systems-without-strftime-z.patch +97290254ce2e9e6c37fdd824140fda85 download/0001-git-svn-fix-to-avoid-using-strftime-z.patch Deleted: csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch 2009-02-24 19:34:24 UTC (rev 3468) +++ csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch 2009-02-24 19:48:23 UTC (rev 3469) @@ -1,47 +0,0 @@ -From 1f6308edd35dde7e9f4a73c9a446b353020b73c2 Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Sun, 22 Feb 2009 13:53:11 -0500 -Subject: [PATCH] git-svn fix for systems without strftime %z - -%z isn't available on all platforms in the date formatting -routines. Detect when %z is ignored and insert the -the proper value if necessary. ---- - git-svn.perl | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) - -diff --git a/git-svn.perl b/git-svn.perl -index cbc5211..66f49b4 100755 ---- a/git-svn.perl -+++ b/git-svn.perl -@@ -4615,6 +4615,7 @@ package Git::SVN::Log; - use strict; - use warnings; - use POSIX qw/strftime/; -+use Time::Local; - use constant commit_log_separator => ('-' x 72) . "\n"; - use vars qw/$TZ $limit $color $pager $non_recursive $verbose $oneline - %rusers $show_commit $incremental/; -@@ -4721,7 +4722,18 @@ sub run_pager { - } - - sub format_svn_date { -- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ -+ # for systems without %z (solaris 8, 9, etc) -+ if ($timestr =~ /%z/) { -+ my $lt = time; -+ my $gm = timelocal(gmtime($lt)); -+ my $sign = qw( + + - )[ $lt <=> $gm ]; -+ my $gmoff = sprintf("%s%02d%02d", $sign, (gmtime(abs($lt - $gm)))[2,1]); -+ $timestr =~ s/%z/$gmoff/; -+ } -+ -+ return $timestr; - } - - sub parse_git_date { --- -1.6.0.4 - Added: csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch (rev 0) +++ csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch 2009-02-24 19:48:23 UTC (rev 3469) @@ -0,0 +1,41 @@ +From 48fcd6ae6c41779336242bb4cd00b3050b7bf6e2 Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Tue, 24 Feb 2009 12:31:39 -0500 +Subject: [PATCH] git-svn fix to avoid using strftime %z + +%z isn't available on all platforms in the date formatting +routines. Provide a workalike capability that should be +more portable. +--- + git-svn.perl | 8 +++++++- + 1 files changed, 7 insertions(+), 1 deletions(-) + +diff --git a/git-svn.perl b/git-svn.perl +index cbc5211..24180eb 100755 +--- a/git-svn.perl ++++ b/git-svn.perl +@@ -4615,6 +4615,7 @@ package Git::SVN::Log; + use strict; + use warnings; + use POSIX qw/strftime/; ++use Time::Local; + use constant commit_log_separator => ('-' x 72) . "\n"; + use vars qw/$TZ $limit $color $pager $non_recursive $verbose $oneline + %rusers $show_commit $incremental/; +@@ -4721,7 +4722,12 @@ sub run_pager { + } + + sub format_svn_date { +- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ # some systmes don't handle or mishandle %z, so be creative. ++ my $t = shift; ++ my $gm = timelocal(gmtime($t)); ++ my $sign = qw( + + - )[ $t <=> $gm ]; ++ my $gmoff = sprintf("%s%02d%02d", $sign, (gmtime(abs($t - $gm)))[2,1]); ++ return strftime("%Y-%m-%d %H:%M:%S $gmoff (%a, %d %b %Y)", localtime($t)); + } + + sub parse_git_date { +-- +1.6.0.4 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 21:50:54 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 20:50:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3470] csw/mgar/pkg/java/ajcchain/trunk/Makefile Message-ID: Revision: 3470 http://gar.svn.sourceforge.net/gar/?rev=3470&view=rev Author: wbonnet Date: 2009-02-24 20:50:53 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajcchain/trunk/Makefile Modified: csw/mgar/pkg/java/ajcchain/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/Makefile 2009-02-24 19:48:23 UTC (rev 3469) +++ csw/mgar/pkg/java/ajcchain/trunk/Makefile 2009-02-24 20:50:53 UTC (rev 3470) @@ -24,12 +24,11 @@ SPKG_DESC_CSWajcchaindoc = $(DESCRIPTION) documentation package # Defines dependencies -REQUIRED_PKGS_CSWajcchain = CSWajcdigester -REQUIRED_PKGS_CSWajcchain += CSWajclogging +REQUIRED_PKGS_CSWajcchain = CSWajcdigester CSWajclogging # Defines package content -PKGFILES_CSWajcchaindoc = $(prefix)/share/doc/.* -PKGFILES_CSWajcchaindoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajcchain = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajcchain += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -48,9 +47,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 21:57:11 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 20:57:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3471] csw/mgar/pkg/java/ajccli/trunk/Makefile Message-ID: Revision: 3471 http://gar.svn.sourceforge.net/gar/?rev=3471&view=rev Author: wbonnet Date: 2009-02-24 20:57:11 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajccli/trunk/Makefile Modified: csw/mgar/pkg/java/ajccli/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 20:50:53 UTC (rev 3470) +++ csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 20:57:11 UTC (rev 3471) @@ -27,8 +27,8 @@ REQUIRED_PKGS_CSWajccli = CSWajclang # Defines package content -PKGFILES_CSWajcclidoc = $(prefix)/share/doc/.* -PKGFILES_CSWajcclidoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajccli = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajccli += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -47,9 +47,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/docs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:01:29 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:01:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3472] csw/mgar/pkg/java/ajccli/trunk/Makefile Message-ID: Revision: 3472 http://gar.svn.sourceforge.net/gar/?rev=3472&view=rev Author: wbonnet Date: 2009-02-24 21:01:29 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajccli/trunk/Makefile Modified: csw/mgar/pkg/java/ajccli/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 20:57:11 UTC (rev 3471) +++ csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 21:01:29 UTC (rev 3472) @@ -49,5 +49,5 @@ @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -frp $(WORKSRC)/$(DISTNAME)/docs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 24 22:03:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:03:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3473] csw/mgar/pkg/python/trunk Message-ID: Revision: 3473 http://gar.svn.sourceforge.net/gar/?rev=3473&view=rev Author: valholla Date: 2009-02-24 21:03:36 +0000 (Tue, 24 Feb 2009) Log Message: ----------- final recipe for python 2.6.1 Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Added Paths: ----------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386 csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-24 21:01:29 UTC (rev 3472) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-24 21:03:36 UTC (rev 3473) @@ -22,7 +22,8 @@ DISTFILES = $(DISTNAME).tar.bz2 # Previous Library for compatability -DISTFILES += libpython2.5.so.1.0 +DISTFILES += libpython2.5.so.1.0-isa-sparcv8 +DISTFILES += libpython2.5.so.1.0-isa-i386 # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -71,11 +72,12 @@ include gar/category.mk -post-install: add-depricated-libs +post-install-modulated: add-depricated-libs add-depricated-libs: - @cp $(DOWNLOADDIR)/libpython2.5.so.1.0 $(DESTDIR)$(libdir) - @cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so + echo "===> Adding Depricated Libs" + cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) $(DESTDIR)$(libdir)/libpython2.5.so.1.0 + cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so $(DONADA) Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-24 21:01:29 UTC (rev 3472) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-24 21:03:36 UTC (rev 3473) @@ -1,4 +1,6 @@ e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 +a87896c48b2f61b32053e6d02b07b022 download/libpython2.5.so.1.0-isa-sparcv8 +5664b3970307d7d39d8d4061e7dccbb0 download/libpython2.5.so.1.0-isa-i386 42dd6523beb94a805d5764ae1276091c download/faqwiz.diff 33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff 5bc782aa89e5bc218ec154c68aa6801b download/modules.diff Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:14:53 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:14:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3474] csw/mgar/pkg/java/ajccodec/trunk/Makefile Message-ID: Revision: 3474 http://gar.svn.sourceforge.net/gar/?rev=3474&view=rev Author: wbonnet Date: 2009-02-24 21:14:53 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajccodec/trunk/Makefile Modified: csw/mgar/pkg/java/ajccodec/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:03:36 UTC (rev 3473) +++ csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:14:53 UTC (rev 3474) @@ -26,8 +26,8 @@ # Defines dependencies # Defines package content -PKGFILES_CSWajccodecdoc = $(prefix)/share/doc/.* -PKGFILES_CSWajccodecdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajccodec = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajccodec += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -49,9 +49,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/docs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE.txt + @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/docs/api/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:39:55 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:39:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3475] csw/mgar/pkg/java/ajccli/trunk/Makefile Message-ID: Revision: 3475 http://gar.svn.sourceforge.net/gar/?rev=3475&view=rev Author: wbonnet Date: 2009-02-24 21:39:54 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix uwatch regexp Modified Paths: -------------- csw/mgar/pkg/java/ajccli/trunk/Makefile Modified: csw/mgar/pkg/java/ajccli/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 21:14:53 UTC (rev 3474) +++ csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 21:39:54 UTC (rev 3475) @@ -11,6 +11,7 @@ # Use jakarta sources MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # Set archive filename DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:40:47 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:40:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3476] csw/mgar/pkg/java/ajccodec/trunk/Makefile Message-ID: Revision: 3476 http://gar.svn.sourceforge.net/gar/?rev=3476&view=rev Author: wbonnet Date: 2009-02-24 21:40:46 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix uwatch regexp Modified Paths: -------------- csw/mgar/pkg/java/ajccodec/trunk/Makefile Modified: csw/mgar/pkg/java/ajccodec/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:39:54 UTC (rev 3475) +++ csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:40:46 UTC (rev 3476) @@ -11,6 +11,7 @@ # Use jakarta sources MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # Set archive filename DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Feb 24 22:48:22 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:48:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3477] csw/mgar/pkg/gtar/trunk/Makefile Message-ID: Revision: 3477 http://gar.svn.sourceforge.net/gar/?rev=3477&view=rev Author: dmichelsen Date: 2009-02-24 21:48:22 +0000 (Tue, 24 Feb 2009) Log Message: ----------- gtar: Change name to gtar Modified Paths: -------------- csw/mgar/pkg/gtar/trunk/Makefile Modified: csw/mgar/pkg/gtar/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 21:40:46 UTC (rev 3476) +++ csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 21:48:22 UTC (rev 3477) @@ -17,6 +17,8 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +PACKAGES = CSWgtar + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 23:11:12 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 22:11:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3478] csw/mgar/pkg/java Message-ID: Revision: 3478 http://gar.svn.sourceforge.net/gar/?rev=3478&view=rev Author: wbonnet Date: 2009-02-24 22:11:09 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license text Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcbeanutils %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-beanutils/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcbeanutilsdoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-beanutils/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcchain %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-chain/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcchaindoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-chain/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajccli %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-cli/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcclidoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-cli/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajccodec %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{SRC_FIRSTMOD}/LICENSE +%copyright + +Please see /opt/csw/share/doc/commons-codec/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajccodecdoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{SRC_FIRSTMOD}/LICENSE +%copyright + +Please see /opt/csw/share/doc/commons-codec/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -4,4 +4,4 @@ %include url file://%{PKGLIB}/csw_dyndepend.gspec %copyright -Please see /opt/csw/share/doc/commons-collections-doc/LICENSE.txt for license information +Please see /opt/csw/share/doc/commons-collections/LICENSE-documentation.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 23:24:56 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 22:24:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3479] csw/mgar/pkg/java Message-ID: Revision: 3479 http://gar.svn.sourceforge.net/gar/?rev=3479&view=rev Author: wbonnet Date: 2009-02-24 22:24:56 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix checksums Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/checksums csw/mgar/pkg/java/ajcchain/trunk/checksums csw/mgar/pkg/java/ajccli/trunk/checksums csw/mgar/pkg/java/ajccodec/trunk/checksums csw/mgar/pkg/java/ajccollections/trunk/checksums Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ bffa9e8a9d2a09d4c3641b042e8954fc download/commons-beanutils-1.8.0-bin.tar.gz -deddb3b8699130e5ac02783f197797b8 download/CSWajcbeanutils.gspec -bba923244adbc3155615619a0a000583 download/CSWajcbeanutilsdoc.gspec +789f5daa44350669aceb43342565eff9 download/CSWajcbeanutils.gspec +eebc7c136790d9e3524bf68c588b63aa download/CSWajcbeanutilsdoc.gspec Modified: csw/mgar/pkg/java/ajcchain/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajcchain/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ 42d6a4fd3316f88a01eeb0e0c0f89e0f download/commons-chain-1.2-bin.tar.gz -3b4186496bec47046d0b0a6144cee14b download/CSWajcchain.gspec -d9966d181ed11f63926ea5072e3c1d0c download/CSWajcchaindoc.gspec +1d7aba34b4070233f31a52c30fae368d download/CSWajcchain.gspec +d9ea5b7544745afe775804693c04071d download/CSWajcchaindoc.gspec Modified: csw/mgar/pkg/java/ajccli/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajccli/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ 2e5fc38f03a28788bf131d7c0c36d3f2 download/commons-cli-1.1.tar.gz -646c09d6185c60524c85a0314b9b62f7 download/CSWajccli.gspec -e544b77b4156c8666b91f1d21a835269 download/CSWajcclidoc.gspec +e54599970cbf019efdd8a0bc8045b306 download/CSWajccli.gspec +1dbc0c840c784bda90374b8bc171ecaa download/CSWajcclidoc.gspec Modified: csw/mgar/pkg/java/ajccodec/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajccodec/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ aad3948be13476d9599cadaf146bc92a download/commons-codec-1.3.tar.gz -90a1d84e661f6081d96ca9b82d62eabc download/CSWajccodec.gspec -c86330052d7ff3bb49e9f648f5df13b1 download/CSWajccodecdoc.gspec +327add1e0d461a39956fb4a96811fa56 download/CSWajccodec.gspec +4a93fdff397b050c7591d4f918c4d849 download/CSWajccodecdoc.gspec Modified: csw/mgar/pkg/java/ajccollections/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ 6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz 628055fbd15ede11d8137627ddc50bb7 download/CSWajccollect.gspec -9953d651dc846484802ff26969631ec8 download/CSWajccollectdoc.gspec +2b51f13228dac1db314891f355655b66 download/CSWajccollectdoc.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 23:58:31 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 22:58:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3480] csw/mgar/pkg/x11/inputproto/trunk Message-ID: Revision: 3480 http://gar.svn.sourceforge.net/gar/?rev=3480&view=rev Author: wbonnet Date: 2009-02-24 22:58:31 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Update to version 1.5.0 Modified Paths: -------------- csw/mgar/pkg/x11/inputproto/trunk/Makefile csw/mgar/pkg/x11/inputproto/trunk/checksums csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec Modified: csw/mgar/pkg/x11/inputproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/inputproto/trunk/Makefile 2009-02-24 22:24:56 UTC (rev 3479) +++ csw/mgar/pkg/x11/inputproto/trunk/Makefile 2009-02-24 22:58:31 UTC (rev 3480) @@ -1,5 +1,6 @@ GARNAME = inputproto -GARVERSION = 1.4.4 +GARVERSION = 1.5.0 + CATEGORIES = x11 DESCRIPTION = inputproto @@ -8,13 +9,17 @@ endef MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWinputproto) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles, CSWinputproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk + Modified: csw/mgar/pkg/x11/inputproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/inputproto/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) +++ csw/mgar/pkg/x11/inputproto/trunk/checksums 2009-02-24 22:58:31 UTC (rev 3480) @@ -1,3 +1,2 @@ -55c67c1f42d70458a3e4d153c8c07cf7 download/inputproto-1.4.4.tar.gz -0bf70c2ca902742d209d422600c99801 download/CSWinputproto.gspec -55c67c1f42d70458a3e4d153c8c07cf7 download/inputproto-1.4.4.tar.gz +edab35e039779f7f967e4f29878c5421 download/inputproto-1.5.0.tar.gz +9ebd15f41a7843d771d32300122a049f download/CSWinputproto.gspec Modified: csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec =================================================================== --- csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec 2009-02-24 22:24:56 UTC (rev 3479) +++ csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec 2009-02-24 22:58:31 UTC (rev 3480) @@ -1,4 +1,6 @@ %var bitname inputproto %var pkgname CSWinputproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 00:10:34 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 23:10:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3481] csw/mgar/pkg/x11/kbproto/trunk Message-ID: Revision: 3481 http://gar.svn.sourceforge.net/gar/?rev=3481&view=rev Author: wbonnet Date: 2009-02-24 23:10:33 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license text Modified Paths: -------------- csw/mgar/pkg/x11/kbproto/trunk/Makefile csw/mgar/pkg/x11/kbproto/trunk/checksums csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec Modified: csw/mgar/pkg/x11/kbproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-24 22:58:31 UTC (rev 3480) +++ csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-24 23:10:33 UTC (rev 3481) @@ -1,5 +1,6 @@ GARNAME = kbproto GARVERSION = 1.0.3 + CATEGORIES = x11 DESCRIPTION = kbproto @@ -7,16 +8,18 @@ kbproto endef -MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +MASTER_SITES = $(X11_PROTO_MASTER_SITE) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWkbproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWkbproto) - # PATCHFILES += gar-base.diff +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt + include gar/category.mk Modified: csw/mgar/pkg/x11/kbproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/checksums 2009-02-24 22:58:31 UTC (rev 3480) +++ csw/mgar/pkg/x11/kbproto/trunk/checksums 2009-02-24 23:10:33 UTC (rev 3481) @@ -1,2 +1,2 @@ 1efc6a4d97acb3ec3f34c4b2508478dc download/kbproto-1.0.3.tar.gz -18e0000ca77d25e593f4b4b960ad1a7c download/CSWkbproto.gspec +6227977065ca8b6c2b4012bbe60d553a download/CSWkbproto.gspec Modified: csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec 2009-02-24 22:58:31 UTC (rev 3480) +++ csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec 2009-02-24 23:10:33 UTC (rev 3481) @@ -1,4 +1,6 @@ %var bitname kbproto %var pkgname CSWkbproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 00:19:49 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 23:19:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3482] csw/mgar/gar/v2/categories/x11/category.mk Message-ID: Revision: 3482 http://gar.svn.sourceforge.net/gar/?rev=3482&view=rev Author: wbonnet Date: 2009-02-24 23:19:49 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Remove --docdir from default configure args Modified Paths: -------------- csw/mgar/gar/v2/categories/x11/category.mk Modified: csw/mgar/gar/v2/categories/x11/category.mk =================================================================== --- csw/mgar/gar/v2/categories/x11/category.mk 2009-02-24 23:10:33 UTC (rev 3481) +++ csw/mgar/gar/v2/categories/x11/category.mk 2009-02-24 23:19:49 UTC (rev 3482) @@ -31,7 +31,6 @@ CONFIGURE_ARGS += --includedir=/opt/csw/X11/include CONFIGURE_ARGS += --datadir=/opt/csw/X11/share CONFIGURE_ARGS += --mandir=/opt/csw/X11/share/man -CONFIGURE_ARGS += --docdir=/opt/csw/X11/share/doc # No tests scripts, thus there is no "gmake test" target TEST_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:33:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:33:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3483] csw/mgar/pkg/php5_readline/trunk Message-ID: Revision: 3483 http://gar.svn.sourceforge.net/gar/?rev=3483&view=rev Author: valholla Date: 2009-02-25 17:33:39 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_readline/trunk/Makefile csw/mgar/pkg/php5_readline/trunk/checksums Added Paths: ----------- csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff Modified: csw/mgar/pkg/php5_readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-24 23:19:49 UTC (rev 3482) +++ csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-25 17:33:39 UTC (rev 3483) @@ -25,21 +25,21 @@ SPKG_SOURCEURL = http://www.php.net/get/ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +PATCHFILES = forcereadline.diff DISTFILES = $(DISTNAME).tar.bz2 CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline CSWncurses CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-readline=shared,$(prefix) +CONFIGURE_ARGS += --with-readline=$(prefix) -post-extract-modulated: +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) - TEST_SCRIPTS = manual test-manual: Modified: csw/mgar/pkg/php5_readline/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_readline/trunk/checksums 2009-02-24 23:19:49 UTC (rev 3482) +++ csw/mgar/pkg/php5_readline/trunk/checksums 2009-02-25 17:33:39 UTC (rev 3483) @@ -1 +1,2 @@ 7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +73c1044ad8545e40e47741d50a253e7c download/forcereadline.diff Added: csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff =================================================================== --- csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff (rev 0) +++ csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff 2009-02-25 17:33:39 UTC (rev 3483) @@ -0,0 +1,11 @@ +--- ./config.m4.orig 2009-02-25 10:49:36.267948251 -0600 ++++ ./config.m4 2009-02-25 10:50:04.992804101 -0600 +@@ -5,6 +5,8 @@ + PHP_ARG_WITH(libedit,for libedit readline replacement, + [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) + ++dnl Force the use of readline ++PHP_LIBEDIT="no" + if test "$PHP_LIBEDIT" = "no"; then + PHP_ARG_WITH(readline,for readline support, + [ --with-readline[=DIR] Include readline support (CLI/CGI only)]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:37:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:37:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3484] csw/mgar/pkg/php5_recode/trunk Message-ID: Revision: 3484 http://gar.svn.sourceforge.net/gar/?rev=3484&view=rev Author: valholla Date: 2009-02-25 17:37:41 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_recode/trunk/Makefile csw/mgar/pkg/php5_recode/trunk/checksums Added Paths: ----------- csw/mgar/pkg/php5_recode/trunk/files/recode.diff Modified: csw/mgar/pkg/php5_recode/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-25 17:33:39 UTC (rev 3483) +++ csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-25 17:37:41 UTC (rev 3484) @@ -18,7 +18,6 @@ STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ STRIP_DIRS += $(PHP5ROOT)/bin - PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ @@ -29,17 +28,18 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWrecode CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-recode=$(prefix) -post-extract-modulated: +PATCHFILES = recode.diff + +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) - TEST_SCRIPTS = manual test-manual: Modified: csw/mgar/pkg/php5_recode/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_recode/trunk/checksums 2009-02-25 17:33:39 UTC (rev 3483) +++ csw/mgar/pkg/php5_recode/trunk/checksums 2009-02-25 17:37:41 UTC (rev 3484) @@ -1 +1,2 @@ 7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +001f4ec594fd8dcac26373ea1cbc0ab0 download/recode.diff Added: csw/mgar/pkg/php5_recode/trunk/files/recode.diff =================================================================== --- csw/mgar/pkg/php5_recode/trunk/files/recode.diff (rev 0) +++ csw/mgar/pkg/php5_recode/trunk/files/recode.diff 2009-02-25 17:37:41 UTC (rev 3484) @@ -0,0 +1,21 @@ +--- ./recode.c.orig 2009-02-25 11:18:18.179302185 -0600 ++++ ./recode.c 2009-02-25 11:20:18.906816126 -0600 +@@ -221,7 +221,7 @@ + /* }}} */ + + #endif +- ++int error; + /* + * Local variables: + * tab-width: 4 +--- ./config.m4.orig 2009-02-25 11:24:11.727519777 -0600 ++++ ./config.m4 2009-02-25 11:24:44.598312108 -0600 +@@ -41,6 +41,7 @@ + LIBS="$LIBS -lrecode" + AC_TRY_LINK( + [ ++int error; + char *program_name; + ],[ + recode_format_table(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:41:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:41:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3485] csw/mgar/pkg/php5_iconv/trunk/Makefile Message-ID: Revision: 3485 http://gar.svn.sourceforge.net/gar/?rev=3485&view=rev Author: valholla Date: 2009-02-25 17:41:42 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_iconv/trunk/Makefile Modified: csw/mgar/pkg/php5_iconv/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-25 17:37:41 UTC (rev 3484) +++ csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-25 17:41:42 UTC (rev 3485) @@ -18,7 +18,6 @@ STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ STRIP_DIRS += $(PHP5ROOT)/bin - PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ @@ -27,20 +26,20 @@ DISTFILES = $(DISTNAME).tar.bz2 -EXTRA_LINKER_FLAGS = -liconv -lrt -lintl - CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-iconv=$(prefix) +LIBS = -lrt -lintl + post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) - TEST_SCRIPTS = manual test-manual: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:57:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:57:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3486] csw/mgar/pkg/php5_pgsql/trunk/Makefile Message-ID: Revision: 3486 http://gar.svn.sourceforge.net/gar/?rev=3486&view=rev Author: valholla Date: 2009-02-25 17:57:52 +0000 (Wed, 25 Feb 2009) Log Message: ----------- check-in missed chagnes on php5* Modified Paths: -------------- csw/mgar/pkg/php5_pgsql/trunk/Makefile Modified: csw/mgar/pkg/php5_pgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-25 17:41:42 UTC (rev 3485) +++ csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-25 17:57:52 UTC (rev 3486) @@ -1,7 +1,7 @@ GARNAME = php GARVERSION = 5.2.6 CATEGORIES = lang -PHP5EXT_NAME = ctype +PHP5EXT_NAME = pgsql DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB @@ -29,12 +29,15 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq +PATCHFILES = pgconfig.diff + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql -post-extract-modulated: +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:59:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:59:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3487] csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff Message-ID: Revision: 3487 http://gar.svn.sourceforge.net/gar/?rev=3487&view=rev Author: valholla Date: 2009-02-25 17:59:29 +0000 (Wed, 25 Feb 2009) Log Message: ----------- check-in missed chagnes on php5* Added Paths: ----------- csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff Added: csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff (rev 0) +++ csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff 2009-02-25 17:59:29 UTC (rev 3487) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-25 11:46:48.919725515 -0600 ++++ ./config.m4 2009-02-25 11:48:01.054898559 -0600 +@@ -11,8 +11,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 19:25:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 18:25:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3488] csw/mgar/pkg/php5_odbc/trunk Message-ID: Revision: 3488 http://gar.svn.sourceforge.net/gar/?rev=3488&view=rev Author: valholla Date: 2009-02-25 18:25:17 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_odbc/trunk/Makefile csw/mgar/pkg/php5_odbc/trunk/checksums Added Paths: ----------- csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff Modified: csw/mgar/pkg/php5_odbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-25 17:59:29 UTC (rev 3487) +++ csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-25 18:25:17 UTC (rev 3488) @@ -29,13 +29,15 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-unixODBC=$(prefix) -post-extract-modulated: +PATCHFILES = odbc.diff + +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_odbc/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/checksums 2009-02-25 17:59:29 UTC (rev 3487) +++ csw/mgar/pkg/php5_odbc/trunk/checksums 2009-02-25 18:25:17 UTC (rev 3488) @@ -1 +1,2 @@ 7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +1db5740b2ca44f43bbfd907992f47393 download/odbc.diff Added: csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff (rev 0) +++ csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff 2009-02-25 18:25:17 UTC (rev 3488) @@ -0,0 +1,462 @@ +--- ./config.m4.orig 2009-02-25 12:04:48.140914150 -0600 ++++ ./config.m4 2009-02-25 12:15:55.740367734 -0600 +@@ -8,402 +8,6 @@ + fi + ]) + +-dnl +-dnl Figure out which library file to link with for the Solid support. +-dnl +-AC_DEFUN([PHP_ODBC_FIND_SOLID_LIBS],[ +- AC_MSG_CHECKING([Solid library file]) +- ac_solid_uname_r=`uname -r 2>/dev/null` +- ac_solid_uname_s=`uname -s 2>/dev/null` +- case $ac_solid_uname_s in +- AIX) ac_solid_os=a3x;; # a4x for AIX4/ Solid 2.3/3.0 only +- HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10 +- IRIX) ac_solid_os=irx;; # Solid 2.3(?)/ 3.0 only +- Linux) +- if ldd -v /bin/sh | grep GLIBC > /dev/null; then +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=l2x +- else +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=lux +- fi;; +- SunOS) +- ac_solid_os=ssx;; # should we deal with SunOS 4? +- FreeBSD) +- if test `expr $ac_solid_uname_r : '\(.\)'` -gt "2"; then +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fex +- else +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fbx +- fi;; +- esac +- +- if test -f $1/soc${ac_solid_os}35.a; then +- ac_solid_version=35 +- ac_solid_prefix=soc +- elif test -f $1/scl${ac_solid_os}30.a; then +- ac_solid_version=30 +- ac_solid_prefix=scl +- elif test -f $1/scl${ac_solid_os}23.a; then +- ac_solid_version=23 +- ac_solid_prefix=scl +- fi +- +-# +-# Check for the library files, and setup the ODBC_LIBS path... +-# +-if test ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -a \ +- ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a; then +- # +- # we have an error and should bail out, as we can't find the libs! +- # +- echo "" +- echo "*********************************************************************" +- echo "* Unable to locate $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so or $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* Please correct this by creating the following links and reconfiguring:" +- echo "* $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* $1/${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so" +- echo "*********************************************************************" +-else +- ODBC_LFLAGS=-L$1 +- ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version} +-fi +- +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +- +-dnl +-dnl Figure out which library file to link with for the Empress support. +-dnl +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_LIBS],[ +- AC_MSG_CHECKING([Empress library file]) +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- if test ! -f $ODBC_LIBS; then +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS],[ +- AC_MSG_CHECKING([Empress local access library file]) +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- if test ! -f $ODBCBCS_LIBS; then +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBCBCS_LIBS | sed -e 's!.*/!!'`) +-]) +- +-dnl +-dnl configure options +-dnl +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(adabas,, +-[ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) +- +- if test "$PHP_ADABAS" != "no"; then +- AC_MSG_CHECKING([for Adabas support]) +- if test "$PHP_ADABAS" = "yes"; then +- PHP_ADABAS=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_ADABAS/incl) +- PHP_ADD_LIBPATH($PHP_ADABAS/$PHP_LIBDIR) +- ODBC_OBJS="$PHP_ADABAS/$PHP_LIBDIR/odbclib.a" +- ODBC_LIB="$abs_builddir/ext/odbc/libodbc_adabas.a" +- $srcdir/build/shtool mkdir -f -p ext/odbc +- rm -f "$ODBC_LIB" +- cp "$ODBC_OBJS" "$ODBC_LIB" +- PHP_ADD_LIBRARY(sqlptc) +- PHP_ADD_LIBRARY(sqlrte) +- PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc) +- ODBC_TYPE=adabas +- ODBC_INCDIR=$PHP_ADABAS/incl +- PHP_ODBC_CHECK_HEADER(sqlext.h) +- AC_DEFINE(HAVE_ADABAS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(sapdb,, +-[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]]) +- +- if test "$PHP_SAPDB" != "no"; then +- AC_MSG_CHECKING([for SAP DB support]) +- if test "$PHP_SAPDB" = "yes"; then +- PHP_SAPDB=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_SAPDB/incl) +- PHP_ADD_LIBPATH($PHP_SAPDB/$PHP_LIBDIR) +- PHP_ADD_LIBRARY(sqlod) +- ODBC_TYPE=sapdb +- AC_DEFINE(HAVE_SAPDB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(solid,, +-[ --with-solid[=DIR] Include Solid support [/usr/local/solid]]) +- +- if test "$PHP_SOLID" != "no"; then +- AC_MSG_CHECKING(for Solid support) +- if test "$PHP_SOLID" = "yes"; then +- PHP_SOLID=/usr/local/solid +- fi +- ODBC_INCDIR=$PHP_SOLID/include +- ODBC_LIBDIR=$PHP_SOLID/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=solid +- if test -f $ODBC_LIBDIR/soc*35.a; then +- AC_DEFINE(HAVE_SOLID_35,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*30.a; then +- AC_DEFINE(HAVE_SOLID_30,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*23.a; then +- AC_DEFINE(HAVE_SOLID,1,[ ]) +- fi +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_SOLID_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ibm-db2,, +-[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) +- +- if test "$PHP_IBM_DB2" != "no"; then +- AC_MSG_CHECKING(for IBM DB2 support) +- if test "$PHP_IBM_DB2" = "yes"; then +- ODBC_INCDIR=/home/db2inst1/sqllib/include +- ODBC_LIBDIR=/home/db2inst1/sqllib/lib +- else +- ODBC_INCDIR=$PHP_IBM_DB2/include +- ODBC_LIBDIR=$PHP_IBM_DB2/$PHP_LIBDIR +- fi +- +- PHP_ODBC_CHECK_HEADER(sqlcli1.h) +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=ibm-db2 +- ODBC_LIBS=-ldb2 +- +- PHP_TEST_BUILD(SQLExecute, [ +- AC_DEFINE(HAVE_IBMDB2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- ], [ +- AC_MSG_RESULT(no) +- AC_MSG_ERROR([ +-build test failed. Please check the config.log for details. +-You need to source your DB2 environment before running PHP configure: +-# . \$IBM_DB2/db2profile +-]) +- ], [ +- $ODBC_LFLAGS $ODBC_LIBS +- ]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ODBCRouter,, +-[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]]) +- +- if test "$PHP_ODBCROUTER" != "no"; then +- AC_MSG_CHECKING(for ODBCRouter.com support) +- if test "$PHP_ODBCROUTER" = "yes"; then +- PHP_ODBCROUTER=/usr +- fi +- ODBC_INCDIR=$PHP_ODBCROUTER/include +- ODBC_LIBDIR=$PHP_ODBCROUTER/lib +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lodbcsdk +- ODBC_TYPE=ODBCRouter +- AC_DEFINE(HAVE_ODBC_ROUTER,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress,, +-[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS" != "no"; then +- AC_MSG_CHECKING(for Empress support) +- if test "$PHP_EMPRESS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS/shlib +- fi +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=empress +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress-bcs,, +-[ --with-empress-bcs[=DIR] +- Include Empress Local Access support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS_BCS" != "no"; then +- AC_MSG_CHECKING(for Empress local access support) +- if test "$PHP_EMPRESS_BCS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS_BCS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS_BCS/shlib +- fi +- CC="empocc -bcs";export CC; +- LD="empocc -bcs";export LD; +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- LIST=`empocc -listlines -bcs -o a a.c` +- +- NEWLIST= +- for I in $LIST +- do +- case $I in +- $EMPRESSPATH/odbccl/lib/* | \ +- $EMPRESSPATH/rdbms/lib/* | \ +- $EMPRESSPATH/common/lib/*) +- NEWLIST="$NEWLIST $I" +- ;; +- esac +- done +- ODBC_LIBS="-lempphpbcs -lms -lmscfg -lbasic -lbasic_os -lnlscstab -lnlsmsgtab -lm -ldl -lcrypt" +- ODBC_TYPE=empress-bcs +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_BCS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(birdstep,, +-[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +- +- if test "$PHP_BIRDSTEP" != "no"; then +- AC_MSG_CHECKING(for Birdstep support) +- if test "$PHP_BIRDSTEP" = "yes"; then +- ODBC_INCDIR=/usr/local/birdstep/include +- ODBC_LIBDIR=/usr/local/birdstep/lib +- else +- ODBC_INCDIR=$PHP_BIRDSTEP/include +- ODBC_LIBDIR=$PHP_BIRDSTEP/$PHP_LIBDIR +- fi +- +- case $host_alias in +- *aix*[)] +- AC_DEFINE(AIX,1,[ ]);; +- *hpux*[)] +- AC_DEFINE(HPUX,1,[ ]);; +- *linux*[)] +- AC_DEFINE(LINUX,1,[ ]);; +- *qnx*[)] +- AC_DEFINE(NEUTRINO,1,[ ]);; +- i?86-*-solaris*[)] +- AC_DEFINE(ISOLARIS,1,[ ]);; +- sparc-*-solaris*[)] +- AC_DEFINE(SOLARIS,1,[ ]);; +- *unixware*[)] +- AC_DEFINE(UNIXWARE,1,[ ]);; +- esac +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=birdstep +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_LIBS="-lCadm -lCdict -lCenc -lCrdm -lCrpc -lCrdbc -lCrm -lCuapi -lutil" +- +- if test -f "$ODBC_LIBDIR/libCrdbc32.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc32 -lCadm32 -lCncp32 -lCrm32 -lCsql32 -lCdict32 -lCrdm32 -lCrpc32 -lutil" +- elif test -f "$ODBC_LIBDIR/libCrdbc.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc -lCadm -lCncp -lCrm -lCsql -lCdict -lCrdm -lCrpc -lutil" +- fi +- +- AC_DEFINE(HAVE_BIRDSTEP,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(custom-odbc,, +-[ --with-custom-odbc[=DIR] +- Include user defined ODBC support. DIR is ODBC install base +- directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and +- have some odbc.h in your include dirs. f.e. you should define +- following for Sybase SQL Anywhere 5.5.00 on QNX, prior to +- running this configure script: +- CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" +- LDFLAGS=-lunix +- CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"]) +- +- if test "$PHP_CUSTOM_ODBC" != "no"; then +- AC_MSG_CHECKING(for a custom ODBC support) +- if test "$PHP_CUSTOM_ODBC" = "yes"; then +- PHP_CUSTOM_ODBC=/usr/local +- fi +- ODBC_INCDIR=$PHP_CUSTOM_ODBC/include +- ODBC_LIBDIR=$PHP_CUSTOM_ODBC/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=$CUSTOM_ODBC_LIBS +- ODBC_TYPE=custom-odbc +- AC_DEFINE(HAVE_CODBC,1,[ ]) +- AC_MSG_RESULT([$ext_ouput]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(iodbc,, +-[ --with-iodbc[=DIR] Include iODBC support [/usr/local]]) +- +- if test "$PHP_IODBC" != "no"; then +- AC_MSG_CHECKING(for iODBC support) +- if test "$PHP_IODBC" = "yes"; then +- PHP_IODBC=/usr/local +- fi +- PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR) +- PHP_ADD_INCLUDE($PHP_IODBC/include, 1) +- ODBC_TYPE=iodbc +- ODBC_INCLUDE=-I$PHP_IODBC/include +- ODBC_LFLAGS=-L$PHP_IODBC/$PHP_LIBDIR +- ODBC_LIBS=-liodbc +- AC_DEFINE(HAVE_IODBC,1,[ ]) +- AC_DEFINE(HAVE_ODBC2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(esoob,, +-[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]]) +- +- if test "$PHP_ESOOB" != "no"; then +- AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) +- if test "$PHP_ESOOB" = "yes"; then +- PHP_ESOOB=/usr/local/easysoft/oob/client +- fi +- ODBC_INCDIR=$PHP_ESOOB/include +- ODBC_LIBDIR=$PHP_ESOOB/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lesoobclient +- ODBC_TYPE=esoob +- AC_DEFINE(HAVE_ESOOB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi + + if test -z "$ODBC_TYPE"; then + PHP_ARG_WITH(unixODBC,, +@@ -426,56 +30,6 @@ + fi + fi + +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(dbmaker,, +-[ --with-dbmaker[=DIR] Include DBMaker support]) +- +- if test "$PHP_DBMAKER" != "no"; then +- AC_MSG_CHECKING(for DBMaker support) +- if test "$PHP_DBMAKER" = "yes"; then +- # find dbmaker's home directory +- DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'` +- +- # check DBMaker version (from 5.0 to 2.0) +- DBMAKER_VERSION=5.0 +- +- while test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a "$DBMAKER_VERSION" != "2.9"; do +- DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | $AWK '{ print $1-1;}'` +- MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'` +- MINOR_V=`echo $DM_VER | $AWK '{ print $1%10; }'` +- DBMAKER_VERSION=$MAJOR_V.$MINOR_V +- done +- +- if test "$DBMAKER_VERSION" = "2.9"; then +- PHP_DBMAKER=$DBMAKER_HOME +- else +- PHP_DBMAKER=$DBMAKER_HOME/$DBMAKER_VERSION +- fi +- fi +- +- ODBC_INCDIR=$PHP_DBMAKER/include +- ODBC_LIBDIR=$PHP_DBMAKER/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS="-ldmapic -lc" +- ODBC_TYPE=dbmaker +- +- AC_DEFINE(HAVE_DBMAKER,1,[Whether you want DBMaker]) +- +- if test "$ext_shared" = "yes"; then +- AC_MSG_RESULT([yes (shared)]) +- ODBC_LIBS="-ldmapic -lc -lm" +- ODBC_SHARED="odbc.la" +- else +- AC_MSG_RESULT([yes (static)]) +- PHP_ADD_LIBRARY_WITH_PATH(dmapic, $ODBC_LIBDIR) +- PHP_ADD_INCLUDE($ODBC_INCDIR) +- ODBC_STATIC="libphpext_odbc.la" +- fi +- fi +-fi +- + dnl + dnl Extension setup + dnl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 20:04:15 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 19:04:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3489] csw/mgar/pkg/python/trunk Message-ID: Revision: 3489 http://gar.svn.sourceforge.net/gar/?rev=3489&view=rev Author: valholla Date: 2009-02-25 19:04:14 +0000 (Wed, 25 Feb 2009) Log Message: ----------- regular expression fix for dynamic prototype Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-25 18:25:17 UTC (rev 3488) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-25 19:04:14 UTC (rev 3489) @@ -51,10 +51,10 @@ CONFIGURE_ARGS += --enable-unicode=ucs4 CONFIGURE_ARGS += --with-fpectl -PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.* +PKGFILES_CSWidle = $(libdir)/python(\d+(?:\.\d+)*)/idlelib/.* PKGFILES_CSWidle += $(bindir)/idle -PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* -PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* +PKGFILES_CSWpython-tk = $(libdir)/python(\d+(?:\.\d+)*)/lib-tk/.* +PKGFILES_CSWpython-tk += $(libdir)/python(\d+(?:\.\d+)*)/lib-dynload/*tkinter* REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib @@ -72,12 +72,20 @@ include gar/category.mk -post-install-modulated: add-depricated-libs +POST_INST_SCR = add-depricated-libs +POST_INST_SCR += fix-config-makefile +post-install-modulated: $(POST_INST_SCR) add-depricated-libs: echo "===> Adding Depricated Libs" - cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) $(DESTDIR)$(libdir)/libpython2.5.so.1.0 + cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) \ + $(DESTDIR)$(libdir)/libpython2.5.so.1.0 cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so $(DONADA) +fix-config-makefile: + perl -i -plne 's/^CCSHARED=.*/CCSHARED=/' \ + $(DESTDIR)$(libdir)/python/config/Makefile + $(MAKECOOKIE) + Deleted: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 22:38:41 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 21:38:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3490] csw/mgar/pkg/x11/kbproto/trunk/Makefile Message-ID: Revision: 3490 http://gar.svn.sourceforge.net/gar/?rev=3490&view=rev Author: wbonnet Date: 2009-02-25 21:38:41 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/x11/kbproto/trunk/Makefile Modified: csw/mgar/pkg/x11/kbproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-25 19:04:14 UTC (rev 3489) +++ csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-25 21:38:41 UTC (rev 3490) @@ -15,8 +15,6 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# PATCHFILES += gar-base.diff - pre-install: @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 22:47:09 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 21:47:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3491] csw/mgar/pkg/x11/renderproto/trunk/Makefile Message-ID: Revision: 3491 http://gar.svn.sourceforge.net/gar/?rev=3491&view=rev Author: wbonnet Date: 2009-02-25 21:47:09 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package definition Modified Paths: -------------- csw/mgar/pkg/x11/renderproto/trunk/Makefile Modified: csw/mgar/pkg/x11/renderproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/renderproto/trunk/Makefile 2009-02-25 21:38:41 UTC (rev 3490) +++ csw/mgar/pkg/x11/renderproto/trunk/Makefile 2009-02-25 21:47:09 UTC (rev 3491) @@ -1,5 +1,6 @@ GARNAME = renderproto GARVERSION = 0.9.3 + CATEGORIES = x11 DESCRIPTION = renderproto @@ -7,14 +8,16 @@ renderproto endef -MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +MASTER_SITES = $(X11_PROTO_MASTER_SITE) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWrenderproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWrenderproto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 22:47:50 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 21:47:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3492] csw/mgar/pkg/x11/renderproto/trunk/files/ CSWrenderproto.gspec Message-ID: Revision: 3492 http://gar.svn.sourceforge.net/gar/?rev=3492&view=rev Author: wbonnet Date: 2009-02-25 21:47:50 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package definition Modified Paths: -------------- csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec Modified: csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec =================================================================== --- csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec 2009-02-25 21:47:09 UTC (rev 3491) +++ csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec 2009-02-25 21:47:50 UTC (rev 3492) @@ -1,4 +1,6 @@ %var bitname renderproto %var pkgname CSWrenderproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:03:37 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:03:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3493] csw/mgar/pkg/x11/xcb-proto/trunk Message-ID: Revision: 3493 http://gar.svn.sourceforge.net/gar/?rev=3493&view=rev Author: wbonnet Date: 2009-02-25 22:03:37 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package to version 1.4 Modified Paths: -------------- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile csw/mgar/pkg/x11/xcb-proto/trunk/checksums csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec Modified: csw/mgar/pkg/x11/xcb-proto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-02-25 21:47:50 UTC (rev 3492) +++ csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-02-25 22:03:37 UTC (rev 3493) @@ -1,5 +1,6 @@ GARNAME = xcb-proto -GARVERSION = 1.1 +GARVERSION = 1.4 + CATEGORIES = x11 DESCRIPTION = xcb-proto @@ -8,13 +9,15 @@ endef MASTER_SITES = $(XCB_MASTER_SITES) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWxcb-proto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWxcb-proto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/xcb-proto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/xcb-proto/trunk/checksums 2009-02-25 21:47:50 UTC (rev 3492) +++ csw/mgar/pkg/x11/xcb-proto/trunk/checksums 2009-02-25 22:03:37 UTC (rev 3493) @@ -1,3 +1,2 @@ -424ac05f279fb9aab0139e982c81e6d6 download/xcb-proto-1.1.tar.gz -96f3a97a7bb1391d79bff88257ff98e2 download/CSWxcb-proto.gspec -424ac05f279fb9aab0139e982c81e6d6 download/xcb-proto-1.1.tar.gz +475312ad5b41e6a543f92da82b9dd959 download/xcb-proto-1.4.tar.gz +187ab0fada6adab4e77ad04abfe9a093 download/CSWxcb-proto.gspec Modified: csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec =================================================================== --- csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec 2009-02-25 21:47:50 UTC (rev 3492) +++ csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec 2009-02-25 22:03:37 UTC (rev 3493) @@ -1,4 +1,6 @@ %var bitname xcbproto %var pkgname CSWxcbproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:10:13 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:10:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3494] csw/mgar/pkg/x11/xextproto/trunk Message-ID: Revision: 3494 http://gar.svn.sourceforge.net/gar/?rev=3494&view=rev Author: wbonnet Date: 2009-02-25 22:10:12 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package to version 7.0.5 Modified Paths: -------------- csw/mgar/pkg/x11/xextproto/trunk/Makefile csw/mgar/pkg/x11/xextproto/trunk/checksums csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec Modified: csw/mgar/pkg/x11/xextproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/xextproto/trunk/Makefile 2009-02-25 22:03:37 UTC (rev 3493) +++ csw/mgar/pkg/x11/xextproto/trunk/Makefile 2009-02-25 22:10:12 UTC (rev 3494) @@ -1,5 +1,6 @@ GARNAME = xextproto -GARVERSION = 7.0.3 +GARVERSION = 7.0.5 + CATEGORIES = x11 DESCRIPTION = xextproto @@ -9,12 +10,14 @@ MASTER_SITES = $(X11_PROTO_MASTER_SITE) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWxextproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWxextproto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/xextproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/xextproto/trunk/checksums 2009-02-25 22:03:37 UTC (rev 3493) +++ csw/mgar/pkg/x11/xextproto/trunk/checksums 2009-02-25 22:10:12 UTC (rev 3494) @@ -1,3 +1,2 @@ -6a8f9f9559e9065858905043c17e05a1 download/xextproto-7.0.3.tar.gz -fd70e9403a62d42ca8e45df6fda471c9 download/CSWxextproto.gspec -6a8f9f9559e9065858905043c17e05a1 download/xextproto-7.0.3.tar.gz +f6274c778e571130484fb0650651ac02 download/xextproto-7.0.5.tar.gz +3ee092699b437a67b5050e8d31df191f download/CSWxextproto.gspec Modified: csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec =================================================================== --- csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec 2009-02-25 22:03:37 UTC (rev 3493) +++ csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec 2009-02-25 22:10:12 UTC (rev 3494) @@ -1,4 +1,7 @@ %var bitname xextproto %var pkgname CSWxextproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:15:11 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:15:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3495] csw/mgar/pkg/x11/xproto/trunk Message-ID: Revision: 3495 http://gar.svn.sourceforge.net/gar/?rev=3495&view=rev Author: wbonnet Date: 2009-02-25 22:15:11 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package to version 7.0.14 Modified Paths: -------------- csw/mgar/pkg/x11/xproto/trunk/Makefile csw/mgar/pkg/x11/xproto/trunk/checksums csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec Modified: csw/mgar/pkg/x11/xproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/xproto/trunk/Makefile 2009-02-25 22:10:12 UTC (rev 3494) +++ csw/mgar/pkg/x11/xproto/trunk/Makefile 2009-02-25 22:15:11 UTC (rev 3495) @@ -8,13 +8,15 @@ endef MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWxproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWxproto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/xproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/xproto/trunk/checksums 2009-02-25 22:10:12 UTC (rev 3494) +++ csw/mgar/pkg/x11/xproto/trunk/checksums 2009-02-25 22:15:11 UTC (rev 3495) @@ -1,3 +1,2 @@ 3575f7bea6d3314508f142575eb8e843 download/xproto-7.0.14.tar.gz -87ea47c8bd3fcf06c6d6b78822c967e5 download/CSWxproto.gspec -3575f7bea6d3314508f142575eb8e843 download/xproto-7.0.14.tar.gz +247ed3e654992c599b58ed5e8ae92e8b download/CSWxproto.gspec Modified: csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec =================================================================== --- csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec 2009-02-25 22:10:12 UTC (rev 3494) +++ csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec 2009-02-25 22:15:11 UTC (rev 3495) @@ -1,4 +1,6 @@ %var bitname xproto %var pkgname CSWxproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:17:31 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:17:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3496] csw/mgar/pkg/x11/Makefile Message-ID: Revision: 3496 http://gar.svn.sourceforge.net/gar/?rev=3496&view=rev Author: wbonnet Date: 2009-02-25 22:17:31 +0000 (Wed, 25 Feb 2009) Log Message: ----------- newpkgs creation use GAR v2 by default Added Paths: ----------- csw/mgar/pkg/x11/Makefile Added: csw/mgar/pkg/x11/Makefile =================================================================== --- csw/mgar/pkg/x11/Makefile (rev 0) +++ csw/mgar/pkg/x11/Makefile 2009-02-25 22:17:31 UTC (rev 3496) @@ -0,0 +1,63 @@ +# vim: ft=make ts=4 sw=4 noet +# This makefile is to be included from Makefiles in each category +# directory. + +default: + @echo "You are in the pkg/x11 directory." + +%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* ; \ + done + +paranoid-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || exit 2; \ + done + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \ + done + +newpkg-%: + @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files + @(echo "GARNAME = package"; \ + echo "GARVERSION = 1.0"; \ + echo "CATEGORIES = category"; \ + echo ""; \ + echo "DESCRIPTION = Brief description"; \ + echo "define BLURB"; \ + echo " Long description"; \ + echo "endef"; \ + echo ""; \ + echo "MASTER_SITES = "; \ + echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \ + echo "DISTFILES += $$(call admfiles,CSWpackage,)"; \ + echo ""; \ + echo "# We define upstream file regex so we can be notifed of new upstream software release"; \ + echo "UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \ + echo ""; \ + echo "# If the url used to check for software update is different of MASTER_SITES, then "; \ + echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; \ + echo "# UPSTREAM_MASTER_SITES = "; \ + echo ""; \ + echo "CONFIGURE_ARGS = $$(DIRPATHS)"; \ + echo ""; \ + echo "include gar/category.mk"; \ + ) > $*/trunk/Makefile + @svn add $*/trunk/Makefile + @(echo "%var bitname package"; \ + echo "%var pkgname CSWpackage"; \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec";\ + echo "%copyright url file://%{WORKSRC}/LICENSE"; \ + ) > $*/trunk/files/CSWpackage.gspec + @echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo "gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2" | svn propset svn:externals -F /dev/fd/0 $*/trunk + @svn co https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 $*/trunk/gar + @echo + @echo "Your package is set up for editing at $*/trunk" + @echo "Please don't forget to add the gspec-file!" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:28:52 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:28:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3497] csw/mgar/pkg/x11/libpthread-stubs/trunk Message-ID: Revision: 3497 http://gar.svn.sourceforge.net/gar/?rev=3497&view=rev Author: wbonnet Date: 2009-02-25 22:28:49 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package Modified Paths: -------------- csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile 2009-02-25 22:17:31 UTC (rev 3496) +++ csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile 2009-02-25 22:28:49 UTC (rev 3497) @@ -8,13 +8,15 @@ endef MASTER_SITES = $(XCB_MASTER_SITES) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWlibpthreadstubs) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWlibpthreadstubs) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums 2009-02-25 22:17:31 UTC (rev 3496) +++ csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums 2009-02-25 22:28:49 UTC (rev 3497) @@ -1,2 +1,2 @@ 5e3e75160ab6a8c212d0ecd82aa04651 download/libpthread-stubs-0.1.tar.gz -adceda12cfefe051430db570bbc6a438 download/CSWlibpthreadstubs.gspec +d289155064dcff613df978b97c8d8199 download/CSWlibpthreadstubs.gspec Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec =================================================================== --- csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2009-02-25 22:17:31 UTC (rev 3496) +++ csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2009-02-25 22:28:49 UTC (rev 3497) @@ -1,4 +1,6 @@ %var bitname libpthreadstubs %var pkgname CSWlibpthreadstubs %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:42:05 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:42:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3498] csw/mgar/pkg/pygtk Message-ID: Revision: 3498 http://gar.svn.sourceforge.net/gar/?rev=3498&view=rev Author: valholla Date: 2009-02-25 22:42:05 +0000 (Wed, 25 Feb 2009) Log Message: ----------- fix Added Paths: ----------- csw/mgar/pkg/pygtk/trunk/ csw/mgar/pkg/pygtk/trunk/Makefile csw/mgar/pkg/pygtk/trunk/checksums csw/mgar/pkg/pygtk/trunk/files/ csw/mgar/pkg/pygtk/trunk/files/fixme.sh Added: csw/mgar/pkg/pygtk/trunk/Makefile =================================================================== --- csw/mgar/pkg/pygtk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pygtk/trunk/Makefile 2009-02-25 22:42:05 UTC (rev 3498) @@ -0,0 +1,38 @@ +GARNAME = pygtk +GARVERSION = 2.12.1 +CATEGORIES = lang + +DESCRIPTION = pygobject support for Python define BLURB + This is a Python language binding for gobject. + endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/ + DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 + DISTFILES += fixme.sh + +PACKAGES = CSWpygtk +REQUIRED_PKGS_CSWpygtk = CSWpython CSWggettextrt CSWglib2 CSWgtk2 CSWpango +REQUIRED_PKGS_CSWpygtk += CSWlibatk CSWlibcairo CSWlibglade2 CSWlibxml2 + + +CATALOGNAME_CSWpygobject = py_gobject +SPKG_DESC_CSWpygtk = pygtk support for Python + +# We define upstream file regex so we can be notifed +# of new upstream software release + +UFILES_REGEX = (\d+(?:\.\d+)*) + +CONFIGURE_ARGS = $(DIRPATHS) + +## Tests require gtk, but gtk requries gobject +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + echo "==> Fixing Libtool ==>" + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) + Added: csw/mgar/pkg/pygtk/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/pygtk/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pygtk/trunk/files/fixme.sh 2009-02-25 22:42:05 UTC (rev 3498) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pygtk/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:42:56 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:42:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3499] csw/mgar/pkg/x11/libXdmcp/trunk Message-ID: Revision: 3499 http://gar.svn.sourceforge.net/gar/?rev=3499&view=rev Author: wbonnet Date: 2009-02-25 22:42:56 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package Modified Paths: -------------- csw/mgar/pkg/x11/libXdmcp/trunk/Makefile csw/mgar/pkg/x11/libXdmcp/trunk/checksums csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec Modified: csw/mgar/pkg/x11/libXdmcp/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-02-25 22:42:56 UTC (rev 3499) @@ -9,7 +9,8 @@ MASTER_SITES =http://xorg.freedesktop.org/releases/individual/lib/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWlibxdmcpdevel, ) +DISTFILES += $(call admfiles,CSWlibxdmcp, ) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -17,12 +18,15 @@ SPKG_DESC_CSWlibxdmcp = X11 display manager control protocol library SPKG_DESC_CSWlibxdmcpdevel = X11 display manager control protocol library development package -DISTFILES += $(call admfiles,CSWlibxdmcpdevel, ) -DISTFILES += $(call admfiles,CSWlibxdmcp, ) - PKGFILES_CSWlibxdmcpdevel = $(PKGFILES_DEVEL) PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/include/.* PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/.*\.a PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/pkgconfig/.* +PKGFILES_CSWlibxdmcpdevel += $(prefix)/share/doc/$(GARNAME)/License-devel.txt +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License-devel.txt + include gar/category.mk Modified: csw/mgar/pkg/x11/libXdmcp/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/checksums 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/checksums 2009-02-25 22:42:56 UTC (rev 3499) @@ -1,3 +1,3 @@ a7e23f356a2b4fe8668f9ff4a2b0413a download/libXdmcp-1.0.2.tar.gz -20dad59c182df97ada83576e674af11e download/CSWlibxdmcpdevel.gspec -f3ebb87eca57d398aa99ab87ec064bef download/CSWlibxdmcp.gspec +624a709339fbb4feaaad957025c543eb download/CSWlibxdmcpdevel.gspec +e232536fb776ff75d8905a9ddf00fd90 download/CSWlibxdmcp.gspec Modified: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec 2009-02-25 22:42:56 UTC (rev 3499) @@ -1,4 +1,6 @@ %var bitname libxdmcp %var pkgname CSWlibxdmcp %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information Modified: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec 2009-02-25 22:42:56 UTC (rev 3499) @@ -1,4 +1,6 @@ %var bitname libxdmcp_devel %var pkgname CSWlibxdmcpdevel %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License-devel.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:45:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:45:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3500] csw/mgar/pkg/pygtk/trunk/ Message-ID: Revision: 3500 http://gar.svn.sourceforge.net/gar/?rev=3500&view=rev Author: valholla Date: 2009-02-25 22:45:15 +0000 (Wed, 25 Feb 2009) Log Message: ----------- remove bad dir Removed Paths: ------------- csw/mgar/pkg/pygtk/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:54:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:54:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3501] csw/mgar/pkg/pygtk/trunk/ Message-ID: Revision: 3501 http://gar.svn.sourceforge.net/gar/?rev=3501&view=rev Author: valholla Date: 2009-02-25 22:54:53 +0000 (Wed, 25 Feb 2009) Log Message: ----------- add trunk Added Paths: ----------- csw/mgar/pkg/pygtk/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:57:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:57:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3502] csw/mgar/pkg/pygtk/trunk Message-ID: Revision: 3502 http://gar.svn.sourceforge.net/gar/?rev=3502&view=rev Author: valholla Date: 2009-02-25 22:57:10 +0000 (Wed, 25 Feb 2009) Log Message: ----------- move to trunk Added Paths: ----------- csw/mgar/pkg/pygtk/trunk/Makefile csw/mgar/pkg/pygtk/trunk/checksums csw/mgar/pkg/pygtk/trunk/files/ Property Changed: ---------------- csw/mgar/pkg/pygtk/trunk/ Property changes on: csw/mgar/pkg/pygtk/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/pygtk/trunk/Makefile (from rev 3500, csw/mgar/pkg/pygtk/Makefile) =================================================================== --- csw/mgar/pkg/pygtk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pygtk/trunk/Makefile 2009-02-25 22:57:10 UTC (rev 3502) @@ -0,0 +1,34 @@ +GARNAME = pygtk +GARVERSION = 2.12.1 +CATEGORIES = lang + +DESCRIPTION = pygtk support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygtk +REQUIRED_PKGS_CSWpygtk = CSWpython + +EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0 +EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib + +CATALOGNAME_CSWpygtk = py_gtk +SPKG_DESC_CSWpygtk = pygtk support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Copied: csw/mgar/pkg/pygtk/trunk/checksums (from rev 3500, csw/mgar/pkg/pygtk/checksums) =================================================================== --- csw/mgar/pkg/pygtk/trunk/checksums (rev 0) +++ csw/mgar/pkg/pygtk/trunk/checksums 2009-02-25 22:57:10 UTC (rev 3502) @@ -0,0 +1,2 @@ +a816346d750d61e3fa67a200e4292694 download/pygtk-2.12.1.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Thu Feb 26 00:13:33 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 23:13:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3503] csw/mgar/pkg/x11/xproto/trunk/files Message-ID: Revision: 3503 http://gar.svn.sourceforge.net/gar/?rev=3503&view=rev Author: wbonnet Date: 2009-02-25 23:13:33 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Remove unnecessary files Removed Paths: ------------- csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.depend csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.prototype 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 Feb 26 15:13:15 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 26 Feb 2009 14:13:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3504] csw/mgar/pkg/phpMyAdmin/trunk/Makefile Message-ID: Revision: 3504 http://gar.svn.sourceforge.net/gar/?rev=3504&view=rev Author: bonivart Date: 2009-02-26 14:13:15 +0000 (Thu, 26 Feb 2009) Log Message: ----------- phpmyadmin: added deps Modified Paths: -------------- csw/mgar/pkg/phpMyAdmin/trunk/Makefile Modified: csw/mgar/pkg/phpMyAdmin/trunk/Makefile =================================================================== --- csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-25 23:13:33 UTC (rev 3503) +++ csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-26 14:13:15 UTC (rev 3504) @@ -5,17 +5,18 @@ DESCRIPTION = Effective MySQL Management define BLURB phpMyAdmin is a free software tool written in PHP intended to handle the - administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of - operations with MySQL. The most frequently used operations are supported by the user - interface (managing databases, tables, fields, relations, indexes, users, permissions, - etc), while you still have the ability to directly execute any SQL statement. + administration of MySQL over the World Wide Web. phpMyAdmin supports a wide + range of operations with MySQL. The most frequently used operations are + supported by the user interface (managing databases, tables, fields, + relations, indexes, users, permissions, etc), while you still have the + ability to directly execute any SQL statement. endef MASTER_SITES = http://garr.dl.sourceforge.net/sourceforge/phpmyadmin/ DISTFILES = $(GARNAME)-$(GARVERSION)-all-languages.tar.bz2 DISTFILES += $(call admfiles,CSWphpmyadmin,) -REQUIRED_PKGS = CSWapache2 CSWap2modphp5 CSWmysql5 CSWphp5 CSWphp5gd CSWphp5mcrypt CSWphp5mysqli CSWphp5session +REQUIRED_PKGS = CSWapache2 CSWap2modphp5 CSWmysql5 CSWphp5 CSWphp5gd CSWphp5mcrypt CSWphp5mysqli CSWphp5session CSWphp5mbstring CSWphp5ctype CSWphp5zip # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*)-all-languages.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Feb 26 17:10:28 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 26 Feb 2009 16:10:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3505] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 3505 http://gar.svn.sourceforge.net/gar/?rev=3505&view=rev Author: bdwalton Date: 2009-02-26 16:10:27 +0000 (Thu, 26 Feb 2009) Log Message: ----------- * Allow ri generation to be handled automatically - add configure option - remove special 'datadir' setting - remove custom ri generation bit Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-26 14:13:15 UTC (rev 3504) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-26 16:10:27 UTC (rev 3505) @@ -11,6 +11,8 @@ ARCHALL_CSWrubydoc = 1 +LICENSE = COPYING + REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv CSWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib @@ -37,11 +39,12 @@ SPKG_DESC_CSWrubydev = Ruby Extension Development Files -PKGFILES_CSWrubydoc = $(PKGFILES_DOC) +PKGFILES_CSWrubydoc = $(datadir)/ri/.* $(docdir)/rubydoc/.* + PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb PKGFILES_CSWrubydev = $(libdir)/.*\.h $(libdir)/.*/mkmf.rb $(libdir)/.*static.a -PKGFILES_CSWrubydev = $(libdir)/libruby.so +PKGFILES_CSWrubydev += $(libdir)/libruby.so MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ @@ -55,9 +58,6 @@ # See: http://rubyforge.org/tracker/index.php?func=detail&aid=17607&group_id=426&atid=1698 PATCHFILES = rdoc_parse_order_fix.patch -# Put samples and RI documentation in share/doc/ruby -datadir = $(docdir)/ruby - GARCOMPILER = GNU CONFIGURE_ARGS = $(DIRPATHS) @@ -71,11 +71,11 @@ CONFIGURE_ARGS += --with-openssl-dir=$(prefix) CONFIGURE_ARGS += --with-readline-dir=$(prefix) CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --enable-install-doc -INSTALL_ARGS = install-all +INSTALL_ARGS = install -WORKSRC = $(WORKDIR)/$(DISTNAME)-$(PATCHLEVEL) -WORKSRC_FIRSTMOD = $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)-$(PATCHLEVEL) +DISTNAME = $(GARNAME)-$(GARVERSION)-$(PATCHLEVEL) # We want libruby-static.a to ship. mkmf tests for various things using it. MERGE_EXCLUDE_STATICLIBS = @@ -97,10 +97,10 @@ # Copy samples samples: - @mkdir -p $(DESTDIR)$(datadir) - @cp -R $(WORKSRC_FIRSTMOD)/sample $(DESTDIR)$(datadir) + @mkdir -p $(DESTDIR)$(docdir)/rubydoc/ + @cp -R $(WORKSRC_FIRSTMOD)/sample $(DESTDIR)$(docdir)/rubydoc/ @for ext in bigdecimal dl tk ; do \ - cp -R $(WORKSRC_FIRSTMOD)/ext/$$ext/sample $(DESTDIR)$(datadir)/sample/$$ext ; \ + cp -R $(WORKSRC_FIRSTMOD)/ext/$$ext/sample $(DESTDIR)$(docdir)/rubydoc/sample/$$ext ; \ done @$(MAKECOOKIE) @@ -110,3 +110,5 @@ @find $(DESTDIR)$(prefix) -type f -name '*.rb' -exec \ perl -i -plne "s{^#!/usr/local/bin/ruby}{#!$(bindir)/ruby}g" {} \; @$(MAKECOOKIE) + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 00:17:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 26 Feb 2009 23:17:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3506] csw/mgar/pkg Message-ID: Revision: 3506 http://gar.svn.sourceforge.net/gar/?rev=3506&view=rev Author: valholla Date: 2009-02-26 23:17:11 +0000 (Thu, 26 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/gcc4/ csw/mgar/pkg/gcc4/trunk/ csw/mgar/pkg/gcc4/trunk/Makefile csw/mgar/pkg/gcc4/trunk/checksums csw/mgar/pkg/gcc4/trunk/files/ csw/mgar/pkg/gcc4/trunk/files/configure_def.mk csw/mgar/pkg/gcc4/trunk/files/package_def.mk Property changes on: csw/mgar/pkg/gcc4/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/gcc4/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc4/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gcc4/trunk/Makefile 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1,63 @@ +GARNAME = gcc +GARVERSION = 4.3.3 +CATEGORIES = lang + +DESCRIPTION = The GNU Compiler Collection +define BLURB + The GNU Compiler Collection includes front ends for C, C++, + Objective-C, Fortran, Java, and Ada, as well as libraries + for these languages (libstdc++, libgcj,...). +endef + +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 + +MASTER_SITES = http://gcc.gnu.org/ +SPKG_SOURCEURL = http://gcc.releasenotes.org/releases/ + +# We define upstream file regex so we can be notifed +# of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +### Scripts Section ### + +## Directory to do all the work from +OBJECT_DIR = $(WORKDIR)/$(DISTNAME)/objdir +## Change default $(WORKSRC) to the $(OBJECT_DIR) +WORKSRC = $(OBJECT_DIR) + +## After sucessful source extraction +## Create $(OBJECT_DIR) to build in +post-extract-modulated: + echo "==> Creating Object Dir for Building" + @( mkdir $(OBJECT_DIR) ) + $(DONADA) + +## Override standard configure +CONFIGURE_SCRIPTS = objdir +## instead of changing to $(WORKSRC) and running configure +## Run it from the $(OBJECT_DIR) +configure-objdir: + echo "==> Running Configure from $(OBJECT_DIR)" + cd $(OBJECT_DIR) && $(CONFIGURE_ENV) ../configure $(CONFIGURE_ARGS) + $(DONADA) + +## Package Check will fail for self dependencies +## i.e. CSWgcc4core is dependent on CSWgcc4corert +## if CSWgcc4corert is not installed on the build system +## Package Creation will fail and the remaining packages +## will not get created. +## ****** Run checkpkg Manually ***** +ENABLE_CHECK = 0 + +## Tests take a very long time +TEST_SCRIPTS = skip + +test-skip: + $(DONADA) + +## For cleanliness I moved the Configuration Definition +## And Packaging Definitions to their own file +include files/configure_def.mk +include files/package_def.mk + +include gar/category.mk Added: csw/mgar/pkg/gcc4/trunk/checksums =================================================================== --- csw/mgar/pkg/gcc4/trunk/checksums (rev 0) +++ csw/mgar/pkg/gcc4/trunk/checksums 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1 @@ +cc3c5565fdb9ab87a05ddb106ba0bd1f download/gcc-4.3.3.tar.bz2 Added: csw/mgar/pkg/gcc4/trunk/files/configure_def.mk =================================================================== --- csw/mgar/pkg/gcc4/trunk/files/configure_def.mk (rev 0) +++ csw/mgar/pkg/gcc4/trunk/files/configure_def.mk 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1,31 @@ + +### Configure Section ### +CPPFLAGS = -I/opt/csw/include +CFLAGS = -I/opt/csw/include +CXXFLAGS = -I/opt/csw/include +LDFLAGS = -L/opt/csw/lib -R/opt/csw/lib/\\\\\\\$\$ISALIST -R/opt/csw/lib +OPTFLAGS = + +OBJECT_DIR = $(WORKDIR)/$(DISTNAME)/objdir +WORKSRC = $(OBJECT_DIR) + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --prefix=$(prefix)/gcc4 +CONFIGURE_ARGS += --exec-prefix=$(prefix)/gcc4 +CONFIGURE_ARGS += --enable-libada +CONFIGURE_ARGS += --enable-libssp +CONFIGURE_ARGS += --enable-objc-gc +CONFIGURE_ARGS += --enable-threads=posix +CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --with-mpfr=$(prefix) +CONFIGURE_ARGS += --with-gmp=$(prefix) +CONFIGURE_ARGS += --with-gnu-as +CONFIGURE_ARGS += --with-as=/opt/csw/bin/gas +CONFIGURE_ARGS += --without-gnu-ld +CONFIGURE_ARGS += --with-ld=/usr/ccs/bin/ld +CONFIGURE_ARGS += --with-build-time-tools=$(bindir) +## Do not try to build Ada +## Ada must be build with using GCC because the source uses some Ada Code +## Checkout gcc4ada* packages from svn if you wish to build Ada +CONFIGURE_ARGS += --enable-languages=c,c++,fortran,java,objc +CONFIGURE_ARGS += LDFLAGS=-R/opt/csw/lib Added: csw/mgar/pkg/gcc4/trunk/files/package_def.mk =================================================================== --- csw/mgar/pkg/gcc4/trunk/files/package_def.mk (rev 0) +++ csw/mgar/pkg/gcc4/trunk/files/package_def.mk 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1,121 @@ + +### Package Section ### +PACKAGES = CSWgcc4core CSWgcc4corert CSWgcc4docs +PACKAGES += CSWgcc4g95 CSWgcc4g95rt CSWgcc4java CSWgcc4javart +PACKAGES += CSWgcc4objc CSWgcc4objcrt CSWgcc4g++ CSWgcc4g++rt + +## Define Package Catalog Names +CATALOGNAME_CSWgcc4core = gcc4core +CATALOGNAME_CSWgcc4corert = gcc4corert +CATALOGNAME_CSWgcc4core = gcc4coredocs +CATALOGNAME_CSWgcc4g++ = gcc4g++ +CATALOGNAME_CSWgcc4g++rt = gcc4g++rt +CATALOGNAME_CSWgcc4g95 = gcc4g95 +CATALOGNAME_CSWgcc4g95rt = gcc4g95rt +CATALOGNAME_CSWgcc4java = gcc4java +CATALOGNAME_CSWgcc4javart = gcc4javart +CATALOGNAME_CSWgcc4objc = gcc4objc +CATALOGNAME_CSWgcc4objcrt = gcc4obcrt + +## Define Package Descriptions +SPKG_DESC_CSWgcc4core = GNU C Compiler +SPKG_DESC_CSWgcc4corert = GNU C Compiler Run Time +SPKG_DESC_CSWgcc4coredocs = GNU C Compiler Documtation and man pages +SPKG_DESC_CSWgcc4g++ = GNU C++ Compiler +SPKG_DESC_CSWgcc4g++rt = GNU C++ Compiler Run Time +SPKG_DESC_CSWgcc4g95 = GNU Fortran Compiler +SPKG_DESC_CSWgcc4g95rt = GNU Fortran Compiler Run Time +SPKG_DESC_CSWgcc4java = GNU Java Compiler +SPKG_DESC_CSWgcc4javart = GNU Java Compiler Run Time +SPKG_DESC_CSWgcc4objc = GNU Objective C Compiler +SPKG_DESC_CSWgcc4objcrt = GNU Objective C Compiler Run Time + +## Define Dependencies +REQUIRED_PKGS_CSWgcc4corert = CSWggettextrt CSWiconv CSWlibgmp CSWlibmpfr +REQUIRED_PKGS_CSWgcc4core = CSWgcc4corert +REQUIRED_PKGS_CSWgcc4g++rt = CSWgcc4core +REQUIRED_PKGS_CSWgcc4g++ = CSWgcc4g++rt +REQUIRED_PKGS_CSWgcc4g95rt = CSWgcc4core +REQUIRED_PKGS_CSWgcc4g95 = CSWgcc4g95rt +REQUIRED_PKGS_CSWgcc4javart = CSWgcc4core +REQUIRED_PKGS_CSWgcc4java = CSWgcc4javart +REQUIRED_PKGS_CSWgcc4objcrt = CSWgcc4core +REQUIRED_PKGS_CSWgcc4objc = CSWgcc4objcrt + +## Define the Contents of the Packages +## GNU Compiler Suite Docs +PKGFILES_CSWgcc4docs = $(datadir)/doc/.* +PKGFILES_CSWgcc4docs += $(mandir)/.* +PKGFILES_CSWgcc4docs += $(infodir)/.* + +## gcc4objc Definitions +PKGFILES_CSWgcc4objc = $(libexecdir)/.*/cc1obj +PKGFILES_CSWgcc4objc += $(libdir)/.*/objc/.* +PKGFILES_CSWgcc4objc += $(libdir)/.*/gcj/libgcj.* +## gcc4objc Runtime +PKGFILES_CSWgcc4objcrt = $(libdir)/.*libobjc.* + +## gcc4java Definitions +PKGFILES_CSWgcc4java = $(datadir)/java.* +PKGFILES_CSWgcc4java += $(libexecdir)/.*/jvgenmain +PKGFILES_CSWgcc4java += $(libexecdir)/.*/jc1 +PKGFILES_CSWgcc4java += $(libdir)/pkgconfig/libgcj.pc +PKGFILES_CSWgcc4java += $(includedir)/.*/ffi.h +PKGFILES_CSWgcc4java += $(includedir)/.*/org/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/java.*/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/gcj/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/classpath/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/awt/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/gnu/.* +PKGFILES_CSWgcc4java += $(bindir)/.*gcj.* +PKGFILES_CSWgcc4java += $(bindir)/jv-scan +PKGFILES_CSWgcc4java += $(bindir)/jv-convert +PKGFILES_CSWgcc4java += $(bindir)/jcf-dump +PKGFILES_CSWgcc4java += $(bindir)/grmi.* +PKGFILES_CSWgcc4java += $(bindir)/grepjar +PKGFILES_CSWgcc4java += $(bindir)/gjnih +PKGFILES_CSWgcc4java += $(bindir)/gij +PKGFILES_CSWgcc4java += $(bindir)/fastjar +PKGFILES_CSWgcc4java += $(bindir)/gjar.* +PKGFILES_CSWgcc4java += $(bindir)/gjavah +PKGFILES_CSWgcc4java += $(bindir)/gorbd +PKGFILES_CSWgcc4java += $(bindir)/addr2name.awk +PKGFILES_CSWgcc4java += $(bindir)/gappletviewer +PKGFILES_CSWgcc4java += $(bindir)/gkeytool +PKGFILES_CSWgcc4java += $(bindir)/gserialver +PKGFILES_CSWgcc4java += $(bindir)/gtnameserv +PKGFILES_CSWgcc4java += $(bindir)/gnative2ascii +PKGFILES_CSWgcc4java += $(bindir)/gc-analyze +## gcc4java RunTime +PKGFILES_CSWgcc4javart = $(datadir)/java/.* +PKGFILES_CSWgcc4javart += $(libdir)/.*libgij.* +PKGFILES_CSWgcc4javart += $(libdir)/.*libffi.* +PKGFILES_CSWgcc4javart += $(libdir)/.*lib-gnu-awt.* +PKGFILES_CSWgcc4javart += $(libdir)/security/libgcj.* +PKGFILES_CSWgcc4javart += $(libdir)/security/classpath.* +PKGFILES_CSWgcc4javart += $(libdir)/logging.properties +PKGFILES_CSWgcc4javart += $(libdir)/gcj.*/classmap.db + +## gcc4g95 Definitions +PKGFILES_CSWgcc4g95 = $(libexecdir)/.*/f951 +PKGFILES_CSWgcc4g95 += $(bindir)/.*gfortran +## gcc4g95 RunTime +PKGFILES_CSWgcc4g95rt = $(libdir)/.*libgfortran.* + +## gcc4g++ Definitions +PKGFILES_CSWgcc4g++ = $(libexecdir)/.*/cc1plus +PKGFILES_CSWgcc4g++ += $(includedir)/c\+\+/.* +PKGFILES_CSWgcc4g++ += $(bindir)/.*g\+\+ +PKGFILES_CSWgcc4g++ += $(bindir)/.*c\+\+ +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/org/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/java.*/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/gcj/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/classpath/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/awt/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/gnu/.* +## gcc4g++ RunTime +PKGFILES_CSWgcc4g++rt = $(libdir)/.*libstdc.* + +## gcc4core RunTime +PKGFILES_CSWgcc4corert = $(libdir)/.*libgcc_s.* + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 03:58:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 02:58:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3507] csw/mgar/pkg/xchat/trunk Message-ID: Revision: 3507 http://gar.svn.sourceforge.net/gar/?rev=3507&view=rev Author: valholla Date: 2009-02-27 02:58:23 +0000 (Fri, 27 Feb 2009) Log Message: ----------- working copy Modified Paths: -------------- csw/mgar/pkg/xchat/trunk/Makefile csw/mgar/pkg/xchat/trunk/checksums Added Paths: ----------- csw/mgar/pkg/xchat/trunk/files/fixme.sh csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff Removed Paths: ------------- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype csw/mgar/pkg/xchat/trunk/files/fixes.diff csw/mgar/pkg/xchat/trunk/files/pylibs.diff csw/mgar/pkg/xchat/trunk/files/textfe.diff Modified: csw/mgar/pkg/xchat/trunk/Makefile =================================================================== --- csw/mgar/pkg/xchat/trunk/Makefile 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/Makefile 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +1,5 @@ GARNAME = xchat -GARVERSION = 2.8.4 +GARVERSION = 2.8.6 CATEGORIES = gnome DESCRIPTION = GTK+ based IRC client, similar to AmIRC (Amiga). @@ -11,35 +11,53 @@ MASTER_SITES = http://xchat.org/files/source/2.8/ MASTER_SITES += http://xchat.org/files/source/2.8/patches/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += CSWxchat.gspec CSWxchat.depend CSWxchat.prototype -DISTFILES += CSWxchat-pl.gspec CSWxchat-pl.depend CSWxchat-pl.prototype -DISTFILES += CSWxchat-py.gspec CSWxchat-py.depend CSWxchat-py.prototype -DISTFILES += CSWxchat-tcl.gspec CSWxchat-tcl.depend CSWxchat-tcl.prototype -# We define upstream file regex so we can be notifed of new upstream software release +PACKAGES = CSWxchat CSWxchat-pl CSWxchat-py CSWxchat-tcl +CATALOGNAME_CSWxchat = xchat +CATALOGNAME_CSWxchat-pl = xchat_pl +CATALOGNAME_CSWxchat-py = xchat_py +CATALOGNAME_CSWxchat-tcl = xchat_tcl +SPKG_DESC_CSWxchat = GTK+ based IRC client, similar to AmIRC (Amiga). +SPKG_DESC_CSWxchat-pl = xChat Perl Plugin +SPKG_DESC_CSWxchat-py = xChat Python Plugin +SPKG_DESC_CSWxchat-tcl = xChat TCL Plugin +REQUIRED_PKGS_CSWxchat = CSWdbusglib CSWexpat CSWfconfig CSWftype2 CSWlibntlm +REQUIRED_PKGS_CSWxchat += CSWggettextrt CSWglib2 CSWgtk2 CSWiconv CSWlibatk +REQUIRED_PKGS_CSWxchat += CSWlibcairo CSWlibdbus CSWlibxft2 CSWlibxrender +REQUIRED_PKGS_CSWxchat += CSWosslrt CSWpango CSWpng CSWsunmath CSWzlib +REQUIRED_PKGS_CSWxchat-pl = CSWxchat CSWperl +REQUIRED_PKGS_CSWxchat-py = CSWxchat CSWpython +REQUIRED_PKGS_CSWxchat-tcl = CSWxchat CSWtcl +PKGFILES_CSWxchat-pl = $(libdir)/.*/perl.so +PKGFILES_CSWxchat-py = $(libdir)/.*/python.so +PKGFILES_CSWxchat-tcl = $(libdir)/.*/tcl.so + +# We define upstream file regex so we can be notifed of new +# upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -# Remove hardcoded use of -lutil for the python plugin -PATCHFILES += pylibs.diff - -# Fix compile-time errors -PATCHFILES += fixes.diff -PATCHFILES += textfe.diff - # Official XChat patches -PATCHFILES += xc284-improvescrollback.diff -PATCHFILES += xc284-scrollbmkdir.diff +PATCHFILES = xc286-smallfixes.diff +PATCHFILES += xchat26-compiletime.diff CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-openssl=$(prefix) -CONFIGURE_ARGS += --enable-textfe +CONFIGURE_ARGS += --enable-threads=solaris CONFIGURE_ARGS += --enable-tcl=$(libdir) CONFIGURE_ARGS += --enable-shm CONFIGURE_ARGS += --enable-ipv6 +## run checkpkg manually +ENABLE_CHECK = 0 TEST_TARGET = check EXTRA_INC = $(prefix)/bdb44/include EXTRA_LIB = $(prefix)/bdb44/lib +DISTFILES += fixme.sh +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) + include gar/category.mk Modified: csw/mgar/pkg/xchat/trunk/checksums =================================================================== --- csw/mgar/pkg/xchat/trunk/checksums 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/checksums 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,18 +1,4 @@ -66d60febc62a01bafac9bb3a35fb37ae download/xchat-2.8.4.tar.bz2 -6d8f0db81e3d0f0d1b61752dc99d3ece download/CSWxchat.gspec -00b2e2e2959a25c75b499c4a78b8efc2 download/CSWxchat.depend -f0631e064d004e12bdbd3a5c9f467b72 download/CSWxchat.prototype -854707eedb0cbbc0dec9789c3040a574 download/CSWxchat-pl.gspec -46818629a874638d20360aef81fb7805 download/CSWxchat-pl.depend -26bb618ddbb8e255d6a3cd2925e96359 download/CSWxchat-pl.prototype -0739b670b59b9586b0a1d12092d5511c download/CSWxchat-py.gspec -b6bb9d5c30b9087c2024e1facd57fe67 download/CSWxchat-py.depend -59f8e886eeccaa15adc0ead28ea63cf8 download/CSWxchat-py.prototype -c82a9961c1dc59e0df7f310300153fce download/CSWxchat-tcl.gspec -a3a3879d1c328fc737fc44af533c8cd7 download/CSWxchat-tcl.depend -1f5dcd86dea352323bbd0816ce0de68b download/CSWxchat-tcl.prototype -f5c28b6f2b6209d9555e48643c95bc60 download/pylibs.diff -15c71c3745ecb54f7d78a4509d14d45d download/fixes.diff -9e6053aa7981923da413ac3b6f699e50 download/textfe.diff -a202ee20d7f04f0a515f32190acb65d8 download/xc284-improvescrollback.diff -e6f0279d8c01cbe6a6bf698add6113fa download/xc284-scrollbmkdir.diff +1f2670865d43a23a9abc596dde999aca download/xchat-2.8.6.tar.bz2 +41ec540885de7c34625768aa1fb9682b download/fixme.sh +eb68b6261bf6740cb5f223627eb8f384 download/xc286-smallfixes.diff +02f27ba7bcf10d36523618fb201d9634 download/xchat26-compiletime.diff Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,6 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWperl perl - A high-level, general-purpose programming language -P CSWxchat xchat - GTK+ based IRC client, similar to AmIRC (Amiga). Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +0,0 @@ -%var bitname xchat_pl -%var pkgname CSWxchat-pl -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc xchat perl plugin -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/xchat 0755 root bin -d none /opt/csw/lib/xchat/plugins 0755 root bin -f none /opt/csw/lib/xchat/plugins/perl.so 0755 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,6 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWpython python - The Python language interpreter -P CSWxchat xchat - GTK+ based IRC client, similar to AmIRC (Amiga). Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +0,0 @@ -%var bitname xchat_py -%var pkgname CSWxchat-py -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc xchat python plugin -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/xchat 0755 root bin -d none /opt/csw/lib/xchat/plugins 0755 root bin -f none /opt/csw/lib/xchat/plugins/python.so 0755 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,6 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWtcl tcl - Tool Command Language -P CSWxchat xchat - GTK+ based IRC client, similar to AmIRC (Amiga). Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +0,0 @@ -%var bitname xchat_tcl -%var pkgname CSWxchat-tcl -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc xchat tcl plugin -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/xchat 0755 root bin -d none /opt/csw/lib/xchat/plugins 0755 root bin -f none /opt/csw/lib/xchat/plugins/tcl.so 0755 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,18 +0,0 @@ -P CSWdbusglib dbus_glib - DBus GLib Bindings -P CSWexpat expat - XML Parser Toolkit -P CSWfconfig fontconfig - Font configuration and customization library -P CSWftype2 freetype2 - The free and portable high-quality Font Engine -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWgtk2 gtk2 - GTK+, The GIMP Toolkit -P CSWiconv libiconv - GNU iconv library -P CSWlibatk libatk - Accessibility toolkit -P CSWlibcairo libcairo - The Cairo 2D Graphics Library -P CSWlibdbus libdbus - DBus Message Bus System - dynamic libraries -P CSWlibxft2 libxft2 - FreeType-based font drawing library for X -P CSWlibxrender libxrender - fontconfig.org Xrender library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWpango libpango - Library for laying out and rendering text -P CSWpng png - library for Portable Network Graphics format (PNG) -P CSWsunmath libsunmath - Sun maths library -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -%var bitname xchat -%var pkgname CSWxchat -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,84 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/xchat 0755 root bin -f none /opt/csw/bin/xchat-text 0755 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/applications 0755 root bin -f none /opt/csw/share/applications/xchat.desktop 0644 root bin -d none /opt/csw/share/locale 0755 root bin -d none /opt/csw/share/locale/be 0755 root bin -d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/be/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ca 0755 root bin -d none /opt/csw/share/locale/ca/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ca/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/cs 0755 root bin -d none /opt/csw/share/locale/cs/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/cs/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/el 0755 root bin -d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/el/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/es 0755 root bin -d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/es/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/fi 0755 root bin -d none /opt/csw/share/locale/fi/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fi/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/fr 0755 root bin -d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fr/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/gl 0755 root bin -d none /opt/csw/share/locale/gl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/gl/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/hu 0755 root bin -d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/hu/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/it 0755 root bin -d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/it/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ja 0755 root bin -d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ja/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ko 0755 root bin -d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ko/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/lt 0755 root bin -d none /opt/csw/share/locale/lt/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/lt/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/nl 0755 root bin -d none /opt/csw/share/locale/nl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nl/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/pa 0755 root bin -d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pa/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/pt 0755 root bin -d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ru 0755 root bin -d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ru/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/sq 0755 root bin -d none /opt/csw/share/locale/sq/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sq/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/sr 0755 root bin -d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sr/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/sv 0755 root bin -d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sv/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/uk 0755 root bin -d none /opt/csw/share/locale/uk/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/uk/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/vi 0755 root bin -d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/vi/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/zh_CN 0755 root bin -d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/zh_TW 0755 root bin -d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/pixmaps 0755 root bin -f none /opt/csw/share/pixmaps/xchat.png 0644 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/fixes.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/fixes.diff 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/fixes.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,32 +0,0 @@ -diff --speed-large-files --minimal -Nru xchat-2.8.2.orig/src/common/modes.c xchat-2.8.2/src/common/modes.c ---- xchat-2.8.2.orig/src/common/modes.c 2006-10-25 00:18:07.000000000 -0400 -+++ xchat-2.8.2/src/common/modes.c 2007-04-29 14:12:41.862417000 -0400 -@@ -26,6 +26,7 @@ - #include "server.h" - #include "text.h" - #include "fe.h" -+#include "inbound.h" - #include "util.h" - #ifdef HAVE_STRINGS_H - #include -diff --speed-large-files --minimal -Nru xchat-2.8.2.orig/src/common/msproxy.h xchat-2.8.2/src/common/msproxy.h ---- xchat-2.8.2.orig/src/common/msproxy.h 2006-04-16 11:32:17.000000000 -0400 -+++ xchat-2.8.2/src/common/msproxy.h 2007-04-29 14:13:11.837042000 -0400 -@@ -120,7 +120,7 @@ - char pad50[6]; /* 211-216 */ - guint16 magic55; /* 217-218: 0x30, 0x00 */ - char pad55[2]; /* 219-220 */ -- char data[0]; /* Dummy end marker, no real data required */ -+ char *data; /* Dummy end marker, no real data required */ - } auth; - - struct { -@@ -180,7 +180,7 @@ - guint16 boundport; /* 77-78: bind request; port used on client behalf. */ - guint32 boundaddr; /* 79-82: addr used on client behalf */ - char pad30[90]; /* 83-172 */ -- char data[0]; /* End marker */ -+ char *data; /* End marker */ - } connack; - - } packet; Added: csw/mgar/pkg/xchat/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/xchat/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/xchat/trunk/files/fixme.sh 2009-02-27 02:58:23 UTC (rev 3507) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/xchat/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * Deleted: csw/mgar/pkg/xchat/trunk/files/pylibs.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/pylibs.diff 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/pylibs.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,12 +0,0 @@ -diff --speed-large-files --minimal -Nru xchat-2.8.2.orig/configure xchat-2.8.2/configure ---- xchat-2.8.2.orig/configure 2007-04-02 07:14:01.000000000 -0400 -+++ xchat-2.8.2/configure 2007-04-29 13:48:24.474716000 -0400 -@@ -27028,7 +27028,7 @@ - PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'` - PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'` - if test -f $PY_INC/Python.h; then -- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil" -+ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lrt -lm" - PY_CFLAGS="-I$PY_INC" - echo "$as_me:$LINENO: result: ok" >&5 - echo "${ECHO_T}ok" >&6 Deleted: csw/mgar/pkg/xchat/trunk/files/textfe.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/textfe.diff 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/textfe.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,31 +0,0 @@ -Binary files xchat-2.8.4.orig/src/common/.text.c.swp and xchat-2.8.4/src/common/.text.c.swp differ -diff --speed-large-files --minimal -Nru xchat-2.8.4.orig/src/fe-text/fe-text.c xchat-2.8.4/src/fe-text/fe-text.c ---- xchat-2.8.4.orig/src/fe-text/fe-text.c 2007-04-29 02:07:09.000000000 -0400 -+++ xchat-2.8.4/src/fe-text/fe-text.c 2007-10-04 01:55:56.719012000 -0400 -@@ -106,7 +106,7 @@ - " \017This binary compiled \00310"__DATE__"\017\n", - get_cpu_str(), - glib_major_version, glib_minor_version, glib_micro_version); -- fe_print_text (sess, buf); -+ fe_print_text (sess, buf, 0); - - fe_print_text (sess, "\n\nCompiled in Features\0032:\017 " - #ifdef USE_PLUGIN -@@ -121,7 +121,7 @@ - #ifdef USE_IPV6 - "IPv6" - #endif -- "\n\n"); -+ "\n\n", 0); - fflush (stdout); - fflush (stdin); - } -@@ -146,7 +146,7 @@ - static const short colconv[] = { 0, 7, 4, 2, 1, 3, 5, 11, 13, 12, 6, 16, 14, 15, 10, 7 }; - - void --fe_print_text (struct session *sess, char *text) -+fe_print_text (struct session *sess, char *text, time_t stamp) - { - int dotime = FALSE; - char num[8]; Added: csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff (rev 0) +++ csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -0,0 +1,68 @@ +# +# Various small fixes from CVS that are considered safe to apply to 2.8.6. +# +--- xchat-2.8.6/src/common/cfgfiles.c 2008-02-05 21:02:47.000000000 +1100 ++++ xchat-2.8.6p1/src/common/cfgfiles.c 2008-06-15 13:45:43.000000000 +1000 +@@ -886,7 +886,6 @@ + set_showval (session *sess, const struct prefs *var, char *tbuf) + { + int len, dots, j; +- static const char *offon[] = { "OFF", "ON" }; + + len = strlen (var->name); + memcpy (tbuf, var->name, len); +@@ -909,8 +908,10 @@ + *((int *) &prefs + var->offset)); + break; + case TYPE_BOOL: +- sprintf (tbuf + len, "\0033:\017 %s\n", offon[ +- *((int *) &prefs + var->offset)]); ++ if (*((int *) &prefs + var->offset)) ++ sprintf (tbuf + len, "\0033:\017 %s\n", "ON"); ++ else ++ sprintf (tbuf + len, "\0033:\017 %s\n", "OFF"); + break; + } + PrintText (sess, tbuf); +--- xchat-2.8.6/src/common/chanopt.c 2008-06-10 22:00:55.000000000 +1000 ++++ xchat-2.8.6p1/src/common/chanopt.c 2008-06-15 13:48:04.000000000 +1000 +@@ -32,7 +32,7 @@ + + #define S_F(xx) STRUCT_OFFSET_STR(struct session,xx) + +-channel_options chanopt[] = ++static const channel_options chanopt[] = + { + {"alert_beep", "BEEP", S_F(alert_beep)}, + {"alert_taskbar", NULL, S_F(alert_taskbar)}, +--- xchat-2.8.6/src/common/servlist.c 2008-04-01 19:22:34.000000000 +1100 ++++ xchat-2.8.6p1/src/common/servlist.c 2008-06-15 13:57:41.000000000 +1000 +@@ -509,6 +509,8 @@ + list = g_slist_nth (net->servlist, net->selected); + if (!list) + list = net->servlist; ++ if (!list) ++ return; + ircserv = list->data; + + /* incase a protocol switch is added to the servlist gui */ +--- xchat-2.8.6/src/common/text.c 2008-03-28 13:20:04.000000000 +1100 ++++ xchat-2.8.6p1/src/common/text.c 2008-06-15 13:59:59.000000000 +1000 +@@ -216,7 +216,7 @@ + static void + scrollback_save (session *sess, char *text) + { +- char buf[1024]; ++ char buf[512 * 4]; + time_t stamp; + int len; + +@@ -266,7 +266,7 @@ + scrollback_load (session *sess) + { + int fh; +- char buf[1024]; ++ char buf[512 * 4]; + char *text; + time_t stamp; + int lines; Added: csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff (rev 0) +++ csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -0,0 +1,41 @@ +--- xchat-2.8.6/configure.orig 2009-02-26 19:59:34.698949415 -0600 ++++ xchat-2.8.6/configure 2009-02-26 20:01:00.058872631 -0600 +@@ -29106,7 +29106,7 @@ + PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'` + PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'` + if test -f $PY_INC/Python.h; then +- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil" ++ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lrt -lm" + PY_CFLAGS="-I$PY_INC" + { echo "$as_me:$LINENO: result: ok" >&5 + echo "${ECHO_T}ok" >&6; } +--- xchat-2.8.6/src/common/msproxy.h.orig 2009-02-26 19:57:16.256414289 -0600 ++++ xchat-2.8.6/src/common/msproxy.h 2009-02-26 19:57:44.323002461 -0600 +@@ -120,7 +120,7 @@ + char pad50[6]; /* 211-216 */ + guint16 magic55; /* 217-218: 0x30, 0x00 */ + char pad55[2]; /* 219-220 */ +- char data[0]; /* Dummy end marker, no real data required */ ++ char *data; /* Dummy end marker, no real data required */ + } auth; + + struct { +@@ -180,7 +180,7 @@ + guint16 boundport; /* 77-78: bind request; port used on client behalf. */ + guint32 boundaddr; /* 79-82: addr used on client behalf */ + char pad30[90]; /* 83-172 */ +- char data[0]; /* End marker */ ++ char *data; /* End marker */ + } connack; + + } packet; +--- xchat-2.8.6/src/common/modes.c.orig 2009-02-26 19:57:58.675799251 -0600 ++++ xchat-2.8.6/src/common/modes.c 2009-02-26 19:58:35.063129852 -0600 +@@ -26,6 +26,7 @@ + #include "server.h" + #include "text.h" + #include "fe.h" ++#include "inbound.h" + #include "util.h" + #ifdef HAVE_STRINGS_H + #include This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 04:41:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 03:41:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3508] csw/mgar/pkg/php5/trunk/extentions/ Message-ID: Revision: 3508 http://gar.svn.sourceforge.net/gar/?rev=3508&view=rev Author: valholla Date: 2009-02-27 03:41:04 +0000 (Fri, 27 Feb 2009) Log Message: ----------- create extention dir Added Paths: ----------- csw/mgar/pkg/php5/trunk/extentions/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 04:48:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 03:48:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3509] csw/mgar/pkg/php5/trunk/extentions Message-ID: Revision: 3509 http://gar.svn.sourceforge.net/gar/?rev=3509&view=rev Author: valholla Date: 2009-02-27 03:48:20 +0000 (Fri, 27 Feb 2009) Log Message: ----------- Moving Bundled extentions under php5 trunk Added Paths: ----------- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/files/ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/files/ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_calendar/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/files/ csw/mgar/pkg/php5/trunk/extentions/php5_curl/ csw/mgar/pkg/php5/trunk/extentions/php5_curl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_dba/ csw/mgar/pkg/php5/trunk/extentions/php5_dba/files/ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dbase/files/ csw/mgar/pkg/php5/trunk/extentions/php5_dom/ csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dom/files/ csw/mgar/pkg/php5/trunk/extentions/php5_exif/ csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums csw/mgar/pkg/php5/trunk/extentions/php5_exif/files/ csw/mgar/pkg/php5/trunk/extentions/php5_filter/ csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_filter/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/files/ csw/mgar/pkg/php5/trunk/extentions/php5_gd/ csw/mgar/pkg/php5/trunk/extentions/php5_gd/files/ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/files/ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gmp/files/ csw/mgar/pkg/php5/trunk/extentions/php5_hash/ csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums csw/mgar/pkg/php5/trunk/extentions/php5_hash/files/ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/files/ csw/mgar/pkg/php5/trunk/extentions/php5_imap/ csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums csw/mgar/pkg/php5/trunk/extentions/php5_imap/files/ csw/mgar/pkg/php5/trunk/extentions/php5_json/ csw/mgar/pkg/php5/trunk/extentions/php5_json/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/files/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff csw/mgar/pkg/php5/trunk/extentions/php5_openssl/ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_openssl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff csw/mgar/pkg/php5/trunk/extentions/php5_posix/ csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums csw/mgar/pkg/php5/trunk/extentions/php5_posix/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/files/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff csw/mgar/pkg/php5/trunk/extentions/php5_recode/ csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/ csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff csw/mgar/pkg/php5/trunk/extentions/php5_session/ csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums csw/mgar/pkg/php5/trunk/extentions/php5_session/files/ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums csw/mgar/pkg/php5/trunk/extentions/php5_shmop/files/ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/files/ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/files/ csw/mgar/pkg/php5/trunk/extentions/php5_soap/ csw/mgar/pkg/php5/trunk/extentions/php5_soap/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/files/ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_tidy/files/ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/files/ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums csw/mgar/pkg/php5/trunk/extentions/php5_wddx/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xml/ csw/mgar/pkg/php5/trunk/extentions/php5_xml/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xsl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_zip/ csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums csw/mgar/pkg/php5/trunk/extentions/php5_zip/files/ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums csw/mgar/pkg/php5/trunk/extentions/php5_zlib/files/ Added: csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = calendar + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = exif + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +PATCHFILES = exif.diff + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk +CPPFLAGS="-I../ext/mbstring" +export CPPFLAGS Added: csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +7a13dffa630de58490b8841a6b7d84b9 download/exif.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = filter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mbstring + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = testme + +test-testme: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mime_magic + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5mimemagic + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysqli + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysqli=$(bindir)/mysql_config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = odbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-unixODBC=$(prefix) + +PATCHFILES = odbc.diff + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,462 @@ +--- ./config.m4.orig 2009-02-25 12:04:48.140914150 -0600 ++++ ./config.m4 2009-02-25 12:15:55.740367734 -0600 +@@ -8,402 +8,6 @@ + fi + ]) + +-dnl +-dnl Figure out which library file to link with for the Solid support. +-dnl +-AC_DEFUN([PHP_ODBC_FIND_SOLID_LIBS],[ +- AC_MSG_CHECKING([Solid library file]) +- ac_solid_uname_r=`uname -r 2>/dev/null` +- ac_solid_uname_s=`uname -s 2>/dev/null` +- case $ac_solid_uname_s in +- AIX) ac_solid_os=a3x;; # a4x for AIX4/ Solid 2.3/3.0 only +- HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10 +- IRIX) ac_solid_os=irx;; # Solid 2.3(?)/ 3.0 only +- Linux) +- if ldd -v /bin/sh | grep GLIBC > /dev/null; then +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=l2x +- else +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=lux +- fi;; +- SunOS) +- ac_solid_os=ssx;; # should we deal with SunOS 4? +- FreeBSD) +- if test `expr $ac_solid_uname_r : '\(.\)'` -gt "2"; then +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fex +- else +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fbx +- fi;; +- esac +- +- if test -f $1/soc${ac_solid_os}35.a; then +- ac_solid_version=35 +- ac_solid_prefix=soc +- elif test -f $1/scl${ac_solid_os}30.a; then +- ac_solid_version=30 +- ac_solid_prefix=scl +- elif test -f $1/scl${ac_solid_os}23.a; then +- ac_solid_version=23 +- ac_solid_prefix=scl +- fi +- +-# +-# Check for the library files, and setup the ODBC_LIBS path... +-# +-if test ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -a \ +- ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a; then +- # +- # we have an error and should bail out, as we can't find the libs! +- # +- echo "" +- echo "*********************************************************************" +- echo "* Unable to locate $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so or $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* Please correct this by creating the following links and reconfiguring:" +- echo "* $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* $1/${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so" +- echo "*********************************************************************" +-else +- ODBC_LFLAGS=-L$1 +- ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version} +-fi +- +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +- +-dnl +-dnl Figure out which library file to link with for the Empress support. +-dnl +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_LIBS],[ +- AC_MSG_CHECKING([Empress library file]) +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- if test ! -f $ODBC_LIBS; then +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS],[ +- AC_MSG_CHECKING([Empress local access library file]) +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- if test ! -f $ODBCBCS_LIBS; then +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBCBCS_LIBS | sed -e 's!.*/!!'`) +-]) +- +-dnl +-dnl configure options +-dnl +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(adabas,, +-[ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) +- +- if test "$PHP_ADABAS" != "no"; then +- AC_MSG_CHECKING([for Adabas support]) +- if test "$PHP_ADABAS" = "yes"; then +- PHP_ADABAS=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_ADABAS/incl) +- PHP_ADD_LIBPATH($PHP_ADABAS/$PHP_LIBDIR) +- ODBC_OBJS="$PHP_ADABAS/$PHP_LIBDIR/odbclib.a" +- ODBC_LIB="$abs_builddir/ext/odbc/libodbc_adabas.a" +- $srcdir/build/shtool mkdir -f -p ext/odbc +- rm -f "$ODBC_LIB" +- cp "$ODBC_OBJS" "$ODBC_LIB" +- PHP_ADD_LIBRARY(sqlptc) +- PHP_ADD_LIBRARY(sqlrte) +- PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc) +- ODBC_TYPE=adabas +- ODBC_INCDIR=$PHP_ADABAS/incl +- PHP_ODBC_CHECK_HEADER(sqlext.h) +- AC_DEFINE(HAVE_ADABAS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(sapdb,, +-[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]]) +- +- if test "$PHP_SAPDB" != "no"; then +- AC_MSG_CHECKING([for SAP DB support]) +- if test "$PHP_SAPDB" = "yes"; then +- PHP_SAPDB=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_SAPDB/incl) +- PHP_ADD_LIBPATH($PHP_SAPDB/$PHP_LIBDIR) +- PHP_ADD_LIBRARY(sqlod) +- ODBC_TYPE=sapdb +- AC_DEFINE(HAVE_SAPDB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(solid,, +-[ --with-solid[=DIR] Include Solid support [/usr/local/solid]]) +- +- if test "$PHP_SOLID" != "no"; then +- AC_MSG_CHECKING(for Solid support) +- if test "$PHP_SOLID" = "yes"; then +- PHP_SOLID=/usr/local/solid +- fi +- ODBC_INCDIR=$PHP_SOLID/include +- ODBC_LIBDIR=$PHP_SOLID/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=solid +- if test -f $ODBC_LIBDIR/soc*35.a; then +- AC_DEFINE(HAVE_SOLID_35,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*30.a; then +- AC_DEFINE(HAVE_SOLID_30,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*23.a; then +- AC_DEFINE(HAVE_SOLID,1,[ ]) +- fi +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_SOLID_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ibm-db2,, +-[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) +- +- if test "$PHP_IBM_DB2" != "no"; then +- AC_MSG_CHECKING(for IBM DB2 support) +- if test "$PHP_IBM_DB2" = "yes"; then +- ODBC_INCDIR=/home/db2inst1/sqllib/include +- ODBC_LIBDIR=/home/db2inst1/sqllib/lib +- else +- ODBC_INCDIR=$PHP_IBM_DB2/include +- ODBC_LIBDIR=$PHP_IBM_DB2/$PHP_LIBDIR +- fi +- +- PHP_ODBC_CHECK_HEADER(sqlcli1.h) +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=ibm-db2 +- ODBC_LIBS=-ldb2 +- +- PHP_TEST_BUILD(SQLExecute, [ +- AC_DEFINE(HAVE_IBMDB2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- ], [ +- AC_MSG_RESULT(no) +- AC_MSG_ERROR([ +-build test failed. Please check the config.log for details. +-You need to source your DB2 environment before running PHP configure: +-# . \$IBM_DB2/db2profile +-]) +- ], [ +- $ODBC_LFLAGS $ODBC_LIBS +- ]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ODBCRouter,, +-[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]]) +- +- if test "$PHP_ODBCROUTER" != "no"; then +- AC_MSG_CHECKING(for ODBCRouter.com support) +- if test "$PHP_ODBCROUTER" = "yes"; then +- PHP_ODBCROUTER=/usr +- fi +- ODBC_INCDIR=$PHP_ODBCROUTER/include +- ODBC_LIBDIR=$PHP_ODBCROUTER/lib +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lodbcsdk +- ODBC_TYPE=ODBCRouter +- AC_DEFINE(HAVE_ODBC_ROUTER,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress,, +-[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS" != "no"; then +- AC_MSG_CHECKING(for Empress support) +- if test "$PHP_EMPRESS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS/shlib +- fi +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=empress +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress-bcs,, +-[ --with-empress-bcs[=DIR] +- Include Empress Local Access support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS_BCS" != "no"; then +- AC_MSG_CHECKING(for Empress local access support) +- if test "$PHP_EMPRESS_BCS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS_BCS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS_BCS/shlib +- fi +- CC="empocc -bcs";export CC; +- LD="empocc -bcs";export LD; +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- LIST=`empocc -listlines -bcs -o a a.c` +- +- NEWLIST= +- for I in $LIST +- do +- case $I in +- $EMPRESSPATH/odbccl/lib/* | \ +- $EMPRESSPATH/rdbms/lib/* | \ +- $EMPRESSPATH/common/lib/*) +- NEWLIST="$NEWLIST $I" +- ;; +- esac +- done +- ODBC_LIBS="-lempphpbcs -lms -lmscfg -lbasic -lbasic_os -lnlscstab -lnlsmsgtab -lm -ldl -lcrypt" +- ODBC_TYPE=empress-bcs +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_BCS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(birdstep,, +-[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +- +- if test "$PHP_BIRDSTEP" != "no"; then +- AC_MSG_CHECKING(for Birdstep support) +- if test "$PHP_BIRDSTEP" = "yes"; then +- ODBC_INCDIR=/usr/local/birdstep/include +- ODBC_LIBDIR=/usr/local/birdstep/lib +- else +- ODBC_INCDIR=$PHP_BIRDSTEP/include +- ODBC_LIBDIR=$PHP_BIRDSTEP/$PHP_LIBDIR +- fi +- +- case $host_alias in +- *aix*[)] +- AC_DEFINE(AIX,1,[ ]);; +- *hpux*[)] +- AC_DEFINE(HPUX,1,[ ]);; +- *linux*[)] +- AC_DEFINE(LINUX,1,[ ]);; +- *qnx*[)] +- AC_DEFINE(NEUTRINO,1,[ ]);; +- i?86-*-solaris*[)] +- AC_DEFINE(ISOLARIS,1,[ ]);; +- sparc-*-solaris*[)] +- AC_DEFINE(SOLARIS,1,[ ]);; +- *unixware*[)] +- AC_DEFINE(UNIXWARE,1,[ ]);; +- esac +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=birdstep +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_LIBS="-lCadm -lCdict -lCenc -lCrdm -lCrpc -lCrdbc -lCrm -lCuapi -lutil" +- +- if test -f "$ODBC_LIBDIR/libCrdbc32.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc32 -lCadm32 -lCncp32 -lCrm32 -lCsql32 -lCdict32 -lCrdm32 -lCrpc32 -lutil" +- elif test -f "$ODBC_LIBDIR/libCrdbc.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc -lCadm -lCncp -lCrm -lCsql -lCdict -lCrdm -lCrpc -lutil" +- fi +- +- AC_DEFINE(HAVE_BIRDSTEP,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(custom-odbc,, +-[ --with-custom-odbc[=DIR] +- Include user defined ODBC support. DIR is ODBC install base +- directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and +- have some odbc.h in your include dirs. f.e. you should define +- following for Sybase SQL Anywhere 5.5.00 on QNX, prior to +- running this configure script: +- CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" +- LDFLAGS=-lunix +- CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"]) +- +- if test "$PHP_CUSTOM_ODBC" != "no"; then +- AC_MSG_CHECKING(for a custom ODBC support) +- if test "$PHP_CUSTOM_ODBC" = "yes"; then +- PHP_CUSTOM_ODBC=/usr/local +- fi +- ODBC_INCDIR=$PHP_CUSTOM_ODBC/include +- ODBC_LIBDIR=$PHP_CUSTOM_ODBC/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=$CUSTOM_ODBC_LIBS +- ODBC_TYPE=custom-odbc +- AC_DEFINE(HAVE_CODBC,1,[ ]) +- AC_MSG_RESULT([$ext_ouput]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(iodbc,, +-[ --with-iodbc[=DIR] Include iODBC support [/usr/local]]) +- +- if test "$PHP_IODBC" != "no"; then +- AC_MSG_CHECKING(for iODBC support) +- if test "$PHP_IODBC" = "yes"; then +- PHP_IODBC=/usr/local +- fi +- PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR) +- PHP_ADD_INCLUDE($PHP_IODBC/include, 1) +- ODBC_TYPE=iodbc +- ODBC_INCLUDE=-I$PHP_IODBC/include +- ODBC_LFLAGS=-L$PHP_IODBC/$PHP_LIBDIR +- ODBC_LIBS=-liodbc +- AC_DEFINE(HAVE_IODBC,1,[ ]) +- AC_DEFINE(HAVE_ODBC2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(esoob,, +-[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]]) +- +- if test "$PHP_ESOOB" != "no"; then +- AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) +- if test "$PHP_ESOOB" = "yes"; then +- PHP_ESOOB=/usr/local/easysoft/oob/client +- fi +- ODBC_INCDIR=$PHP_ESOOB/include +- ODBC_LIBDIR=$PHP_ESOOB/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lesoobclient +- ODBC_TYPE=esoob +- AC_DEFINE(HAVE_ESOOB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi + + if test -z "$ODBC_TYPE"; then + PHP_ARG_WITH(unixODBC,, +@@ -426,56 +30,6 @@ + fi + fi + +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(dbmaker,, +-[ --with-dbmaker[=DIR] Include DBMaker support]) +- +- if test "$PHP_DBMAKER" != "no"; then +- AC_MSG_CHECKING(for DBMaker support) +- if test "$PHP_DBMAKER" = "yes"; then +- # find dbmaker's home directory +- DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'` +- +- # check DBMaker version (from 5.0 to 2.0) +- DBMAKER_VERSION=5.0 +- +- while test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a "$DBMAKER_VERSION" != "2.9"; do +- DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | $AWK '{ print $1-1;}'` +- MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'` +- MINOR_V=`echo $DM_VER | $AWK '{ print $1%10; }'` +- DBMAKER_VERSION=$MAJOR_V.$MINOR_V +- done +- +- if test "$DBMAKER_VERSION" = "2.9"; then +- PHP_DBMAKER=$DBMAKER_HOME +- else +- PHP_DBMAKER=$DBMAKER_HOME/$DBMAKER_VERSION +- fi +- fi +- +- ODBC_INCDIR=$PHP_DBMAKER/include +- ODBC_LIBDIR=$PHP_DBMAKER/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS="-ldmapic -lc" +- ODBC_TYPE=dbmaker +- +- AC_DEFINE(HAVE_DBMAKER,1,[Whether you want DBMaker]) +- +- if test "$ext_shared" = "yes"; then +- AC_MSG_RESULT([yes (shared)]) +- ODBC_LIBS="-ldmapic -lc -lm" +- ODBC_SHARED="odbc.la" +- else +- AC_MSG_RESULT([yes (static)]) +- PHP_ADD_LIBRARY_WITH_PATH(dmapic, $ODBC_LIBDIR) +- PHP_ADD_INCLUDE($ODBC_INCDIR) +- ODBC_STATIC="libphpext_odbc.la" +- fi +- fi +-fi +- + dnl + dnl Extension setup + dnl Added: csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdomysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_mysql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-mysql=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-19 15:57:33.757262166 -0600 ++++ ./config.m4 2009-02-19 15:58:15.092308743 -0600 +@@ -13,8 +13,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done Added: csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +5b0554bef9eca4bdcb7d28d1666ce200 download/pgconfig.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-25 11:46:48.919725515 -0600 ++++ ./config.m4 2009-02-25 11:48:01.054898559 -0600 +@@ -11,8 +11,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done Added: csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = posix + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = readline + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +PATCHFILES = forcereadline.diff +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline CSWncurses + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-readline=$(prefix) + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,11 @@ +--- ./config.m4.orig 2009-02-25 10:49:36.267948251 -0600 ++++ ./config.m4 2009-02-25 10:50:04.992804101 -0600 +@@ -5,6 +5,8 @@ + PHP_ARG_WITH(libedit,for libedit readline replacement, + [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) + ++dnl Force the use of readline ++PHP_LIBEDIT="no" + if test "$PHP_LIBEDIT" = "no"; then + PHP_ARG_WITH(readline,for readline support, + [ --with-readline[=DIR] Include readline support (CLI/CGI only)]) Added: csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,21 @@ +--- ./recode.c.orig 2009-02-25 11:18:18.179302185 -0600 ++++ ./recode.c 2009-02-25 11:20:18.906816126 -0600 +@@ -221,7 +221,7 @@ + /* }}} */ + + #endif +- ++int error; + /* + * Local variables: + * tab-width: 4 +--- ./config.m4.orig 2009-02-25 11:24:11.727519777 -0600 ++++ ./config.m4 2009-02-25 11:24:44.598312108 -0600 +@@ -41,6 +41,7 @@ + LIBS="$LIBS -lrecode" + AC_TRY_LINK( + [ ++int error; + char *program_name; + ],[ + recode_format_table(); Added: csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = session + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvmsg + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvshm + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tidy + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-tidy=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xsl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWlibxslt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-xsl=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 04:51:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 03:51:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3510] csw/mgar/pkg/php5/trunk/extentions Message-ID: Revision: 3510 http://gar.svn.sourceforge.net/gar/?rev=3510&view=rev Author: valholla Date: 2009-02-27 03:51:50 +0000 (Fri, 27 Feb 2009) Log Message: ----------- Moving Bundled extentions under php5 trunk Added Paths: ----------- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile Added: csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bcmath + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bz2 + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = curl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-curl=$(prefix) +CONFIGURE_ARGS += --with-curlwrappers + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dba + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dom + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ftp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,56 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gd + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gd=$(prefix) +CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) +CONFIGURE_ARGS += --with-png-dir=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --with-xpm-dir=$(prefix) +CONFIGURE_ARGS += --with-ttf=$(prefix) +CONFIGURE_ARGS += --with-freetype-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gettext + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gmp=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = hash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = iconv + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-iconv=$(prefix) + +LIBS = -lrt -lintl + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,54 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = imap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-imap=$(prefix) +CONFIGURE_ARGS += --with-kerberos=$(prefix) +CONFIGURE_ARGS += --with-imap-ssl=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = json + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ldap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mcrypt + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmcrypt CSWlibtoolrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mcrypt=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mhash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmhash + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mhash=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mssql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWfreetds + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mssql=$(prefix) +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysql=$(prefix) +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ncurses + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-ncurses=/opt/csw + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +1db5740b2ca44f43bbfd907992f47393 download/odbc.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = openssl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWosslrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcntl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdoodbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_odbc + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-odbc=unixODBC,$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdopgsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_pgsql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-pgsql=$(prefix)/postgresql + +PATCHFILES = config.diff + +pre-configure-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +67859a939c6c6f8e94ecc99db7fcf70d download/config.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdosqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_sqlite + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pgsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq + +PATCHFILES = pgconfig.diff + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pspell + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWaspell + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pspell=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +73c1044ad8545e40e47741d50a253e7c download/forcereadline.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = recode + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWrecode + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-recode=$(prefix) + +PATCHFILES = recode.diff + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +001f4ec594fd8dcac26373ea1cbc0ab0 download/recode.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = shmop + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = simplexml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) +PATCHFILES = simplexml.diff + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = snmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWnetsnmp CSWosslrt CSWtcpwrap + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = soap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sockets + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvsem + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tokenizer + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = wddx + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlreader + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlrpc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlwriter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zip + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zlib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:02:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:02:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3511] csw/mgar/pkg Message-ID: Revision: 3511 http://gar.svn.sourceforge.net/gar/?rev=3511&view=rev Author: valholla Date: 2009-02-27 04:02:33 +0000 (Fri, 27 Feb 2009) Log Message: ----------- Moving Bundled extentions under php5 trunk Removed Paths: ------------- csw/mgar/pkg/php5_dba/trunk/ csw/mgar/pkg/php5_mcrypt/trunk/ csw/mgar/pkg/php5_mhash/trunk/ csw/mgar/pkg/php5_mssql/trunk/ csw/mgar/pkg/php5_mysql/trunk/ csw/mgar/pkg/php5_mysqli/trunk/ csw/mgar/pkg/php5_odbc/trunk/ csw/mgar/pkg/php5_openssl/trunk/ csw/mgar/pkg/php5_pdomysql/trunk/ csw/mgar/pkg/php5_pdoodbc/trunk/ csw/mgar/pkg/php5_pdopgsql/trunk/ csw/mgar/pkg/php5_pdosqlite/trunk/ csw/mgar/pkg/php5_pspell/trunk/ csw/mgar/pkg/php5_readline/trunk/ csw/mgar/pkg/php5_session/trunk/ csw/mgar/pkg/php5_snmp/trunk/ csw/mgar/pkg/php5_wddx/trunk/ csw/mgar/pkg/php5_xsl/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:11:25 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:11:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3512] csw/mgar/pkg/php5_curl/trunk/ Message-ID: Revision: 3512 http://gar.svn.sourceforge.net/gar/?rev=3512&view=rev Author: valholla Date: 2009-02-27 04:11:25 +0000 (Fri, 27 Feb 2009) Log Message: ----------- update php5_curl to gar v2 Property Changed: ---------------- csw/mgar/pkg/php5_curl/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:27:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:27:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3513] csw/mgar/pkg/gd/trunk Message-ID: Revision: 3513 http://gar.svn.sourceforge.net/gar/?rev=3513&view=rev Author: valholla Date: 2009-02-27 04:27:34 +0000 (Fri, 27 Feb 2009) Log Message: ----------- merge gd and gd_devel Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/gd/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gd/trunk/files/fixme.sh Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-27 04:11:25 UTC (rev 3512) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-27 04:27:34 UTC (rev 3513) @@ -2,30 +2,29 @@ GARVERSION = 2.0.35 CATEGORIES = lib -DESCRIPTION = A library used to create PNG images +DESCRIPTION = A library used for dynamic image creation define BLURB - gd is a library used to create PNG, JPEG, or WBMP images. It has many nice - features and can be used in scripts (e.g. PHP) for dynamic image generation. + GD is an open source code library for the dynamic creation of + images by programmers. GD creates PNG, JPEG and GIF images, + among other formats. GD is commonly used to generate charts, + graphics, thumbnails, and most anything else, on the fly. + While not restricted to use on the web, the most common + applications of GD involve web site development. endef MASTER_SITES = http://www.libgd.org/releases/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 DISTFILES += fixme.sh -PACKAGES = CSWgd CSWgd-devel +PACKAGES = CSWgd CATALOGNAME_CSWgd = gd -CATALOGNAME_CSWgd-devel = gd_devel SPKG_DESC_CSWgd = $(DESCRIPTION) -SPKG_DESC_CSWgd-devel = Development headers and libraries for gd PATCHFILES = Makefile.diff REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib -REQUIRED_PKGS_CSWgd-devel = CSWgd -PKGFILES_CSWgd-devel = $(PKGFILES_DEVEL) - # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 Modified: csw/mgar/pkg/gd/trunk/checksums =================================================================== --- csw/mgar/pkg/gd/trunk/checksums 2009-02-27 04:11:25 UTC (rev 3512) +++ csw/mgar/pkg/gd/trunk/checksums 2009-02-27 04:27:34 UTC (rev 3513) @@ -1,3 +1,3 @@ 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c download/gd-2.0.35.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh +41ec540885de7c34625768aa1fb9682b download/fixme.sh 88e69d03742a55f979e2822d97c525c1 download/Makefile.diff Added: csw/mgar/pkg/gd/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/gd/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/gd/trunk/files/fixme.sh 2009-02-27 04:27:34 UTC (rev 3513) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/gd/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:42:00 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:42:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3514] csw/mgar/pkg/php5_pgsql/trunk/ Message-ID: Revision: 3514 http://gar.svn.sourceforge.net/gar/?rev=3514&view=rev Author: valholla Date: 2009-02-27 04:41:59 +0000 (Fri, 27 Feb 2009) Log Message: ----------- move extentions under php5 trunk Removed Paths: ------------- csw/mgar/pkg/php5_pgsql/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:43:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:43:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3515] csw/mgar/pkg Message-ID: Revision: 3515 http://gar.svn.sourceforge.net/gar/?rev=3515&view=rev Author: valholla Date: 2009-02-27 04:43:50 +0000 (Fri, 27 Feb 2009) Log Message: ----------- move extentions under php5 trunk Removed Paths: ------------- csw/mgar/pkg/php5_bcmath/ csw/mgar/pkg/php5_bz2/ csw/mgar/pkg/php5_calendar/ csw/mgar/pkg/php5_ctype/ csw/mgar/pkg/php5_curl/ csw/mgar/pkg/php5_dba/ csw/mgar/pkg/php5_dbase/trunk/ csw/mgar/pkg/php5_dom/trunk/ csw/mgar/pkg/php5_exif/trunk/ csw/mgar/pkg/php5_filter/trunk/ csw/mgar/pkg/php5_ftp/trunk/ csw/mgar/pkg/php5_gd/trunk/ csw/mgar/pkg/php5_gettext/trunk/ csw/mgar/pkg/php5_gmp/trunk/ csw/mgar/pkg/php5_hash/trunk/ csw/mgar/pkg/php5_iconv/trunk/ csw/mgar/pkg/php5_imap/trunk/ csw/mgar/pkg/php5_json/trunk/ csw/mgar/pkg/php5_ldap/trunk/ csw/mgar/pkg/php5_mbstring/trunk/ csw/mgar/pkg/php5_mime_magic/trunk/ csw/mgar/pkg/php5_ncurses/trunk/ csw/mgar/pkg/php5_pcntl/trunk/ csw/mgar/pkg/php5_posix/trunk/ csw/mgar/pkg/php5_recode/trunk/ csw/mgar/pkg/php5_shmop/trunk/ csw/mgar/pkg/php5_simplexml/trunk/ csw/mgar/pkg/php5_soap/trunk/ csw/mgar/pkg/php5_sockets/trunk/ csw/mgar/pkg/php5_sqlite/trunk/ csw/mgar/pkg/php5_sysvmsg/trunk/ csw/mgar/pkg/php5_sysvsem/trunk/ csw/mgar/pkg/php5_sysvshm/trunk/ csw/mgar/pkg/php5_tidy/trunk/ csw/mgar/pkg/php5_tokenizer/trunk/ csw/mgar/pkg/php5_xml/trunk/ csw/mgar/pkg/php5_xmlreader/trunk/ csw/mgar/pkg/php5_xmlrpc/trunk/ csw/mgar/pkg/php5_xmlwriter/trunk/ csw/mgar/pkg/php5_zip/trunk/ csw/mgar/pkg/php5_zlib/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:59:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:59:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3516] csw/mgar/pkg/python/trunk/Makefile Message-ID: Revision: 3516 http://gar.svn.sourceforge.net/gar/?rev=3516&view=rev Author: valholla Date: 2009-02-27 04:59:33 +0000 (Fri, 27 Feb 2009) Log Message: ----------- regex fix for package files Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-27 04:43:50 UTC (rev 3515) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-27 04:59:33 UTC (rev 3516) @@ -54,7 +54,7 @@ PKGFILES_CSWidle = $(libdir)/python(\d+(?:\.\d+)*)/idlelib/.* PKGFILES_CSWidle += $(bindir)/idle PKGFILES_CSWpython-tk = $(libdir)/python(\d+(?:\.\d+)*)/lib-tk/.* -PKGFILES_CSWpython-tk += $(libdir)/python(\d+(?:\.\d+)*)/lib-dynload/*tkinter* +PKGFILES_CSWpython-tk += $(libdir)/python(\d+(?:\.\d+)*)/lib-dynload/_tkinter.so.* REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at opencsw.org Fri Feb 27 09:52:53 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Fri, 27 Feb 2009 09:52:53 +0100 Subject: [csw-devel] SF.net SVN: gar:[3508] csw/mgar/pkg/php5/trunk/extentions/ In-Reply-To: References: Message-ID: <625385e30902270052t30e5b559n8cd9bf69f6ffccb@mail.gmail.com> On Fri, Feb 27, 2009 at 4:41 AM, wrote: > Revision: 3508 > ? ? ? ? ?http://gar.svn.sourceforge.net/gar/?rev=3508&view=rev > Author: ? valholla > Date: ? ? 2009-02-27 03:41:04 +0000 (Fri, 27 Feb 2009) > > Log Message: > ----------- > create extention dir > > Added Paths: > ----------- > ? ?csw/mgar/pkg/php5/trunk/extentions/ Isn't it spelled wrong? Shouldn't it be extenSions? -- /peter From bonivart at users.sourceforge.net Fri Feb 27 10:06:08 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 27 Feb 2009 09:06:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3517] csw/mgar/pkg/phpMyAdmin/trunk/Makefile Message-ID: Revision: 3517 http://gar.svn.sourceforge.net/gar/?rev=3517&view=rev Author: bonivart Date: 2009-02-27 09:06:07 +0000 (Fri, 27 Feb 2009) Log Message: ----------- phpmyadmin: move to /opt/csw/share/www Modified Paths: -------------- csw/mgar/pkg/phpMyAdmin/trunk/Makefile Modified: csw/mgar/pkg/phpMyAdmin/trunk/Makefile =================================================================== --- csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-27 04:59:33 UTC (rev 3516) +++ csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-27 09:06:07 UTC (rev 3517) @@ -32,9 +32,9 @@ install-custom: @echo " ==> Installing $(GARNAME) (custom)" - @rm -rf $(DESTDIR)$(prefix)/apache2/share/htdocs/phpmyadmin - @ginstall -d $(DESTDIR)$(prefix)/apache2/share/htdocs - @cp -R $(WORKSRC)-all-languages $(DESTDIR)$(prefix)/apache2/share/htdocs/phpmyadmin + @rm -rf $(DESTDIR)$(prefix)/share/www/phpmyadmin + @ginstall -d $(DESTDIR)$(prefix)/share/www + @cp -R $(WORKSRC)-all-languages $(DESTDIR)$(prefix)/share/www/phpmyadmin @ginstall -d $(DESTDIR)$(docdir)/phpmyadmin @cp $(WORKSRC)-all-languages/LICENSE $(DESTDIR)$(docdir)/phpmyadmin @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 13:36:04 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 12:36:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3518] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3518 http://gar.svn.sourceforge.net/gar/?rev=3518&view=rev Author: hson Date: 2009-02-27 12:36:04 +0000 (Fri, 27 Feb 2009) Log Message: ----------- imagemagick: Added generic link to docs as per bug id 2815 Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 09:06:07 UTC (rev 3517) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 12:36:04 UTC (rev 3518) @@ -53,17 +53,19 @@ include gar/category.mk post-install-isa-sparcv8: - @cp $(FILEDIR)/libMagick.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - @cp $(FILEDIR)/libWand.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - @cp $(FILEDIR)/libMagick++.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 - #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @cp $(FILEDIR)/libMagick.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10.0.4 + @cp $(FILEDIR)/libWand.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libWand.so.10.0.4 + @cp $(FILEDIR)/libMagick++.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10.0.4 + @ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @ln -s ImageMagick-$(GARVERSION) $(INSTALLISADIR)/opt/csw/share/doc/ImageMagick post-install-isa-i386: - @cp $(FILEDIR)/libMagick.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - @cp $(FILEDIR)/libWand.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - @cp $(FILEDIR)/libMagick++.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 - #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @cp $(FILEDIR)/libMagick.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10.0.4 + @cp $(FILEDIR)/libWand.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libWand.so.10.0.4 + @cp $(FILEDIR)/libMagick++.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10.0.4 + @ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @ln -s ImageMagick-$(GARVERSION) $(INSTALLISADIR)/opt/csw/share/doc/ImageMagick This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 13:43:36 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 12:43:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3519] csw/mgar/pkg/wmf/trunk/Makefile Message-ID: Revision: 3519 http://gar.svn.sourceforge.net/gar/?rev=3519&view=rev Author: hson Date: 2009-02-27 12:43:36 +0000 (Fri, 27 Feb 2009) Log Message: ----------- wmf: Description change Modified Paths: -------------- csw/mgar/pkg/wmf/trunk/Makefile Modified: csw/mgar/pkg/wmf/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 12:36:04 UTC (rev 3518) +++ csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 12:43:36 UTC (rev 3519) @@ -2,7 +2,7 @@ GARVERSION = 0.2.8.4 CATEGORIES = lib -DESCRIPTION = library for converting WMF files +DESCRIPTION = Library and tools for manipulating Windows metafiles define BLURB libwmf is a library for reading vector images in Microsoft's native Windows Metafile Format (WMF) and for either (a) displaying them in, e.g., an X This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 13:43:56 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 12:43:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3520] csw/mgar/pkg/lcms/trunk/Makefile Message-ID: Revision: 3520 http://gar.svn.sourceforge.net/gar/?rev=3520&view=rev Author: hson Date: 2009-02-27 12:43:56 +0000 (Fri, 27 Feb 2009) Log Message: ----------- lcms: Description change Modified Paths: -------------- csw/mgar/pkg/lcms/trunk/Makefile Modified: csw/mgar/pkg/lcms/trunk/Makefile =================================================================== --- csw/mgar/pkg/lcms/trunk/Makefile 2009-02-27 12:43:36 UTC (rev 3519) +++ csw/mgar/pkg/lcms/trunk/Makefile 2009-02-27 12:43:56 UTC (rev 3520) @@ -4,7 +4,13 @@ DESCRIPTION = The little color management system and tools define BLURB - Long description + LittleCMS is a CMM, a color management engine; it implements fast transforms + between ICC profiles. "Little" stands for its small overhead. With a typical + footprint of about 100K including C runtime, you can color-enable your + application without the pain of ActiveX, OCX, redistributables or binaries + of any kind. We are using little cms in several commercial projects, however, + we are offering lcms library free for anybody under an extremely liberal + open source license. endef MASTER_SITES = $(SF_MIRRORS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From mwatters at opencsw.org Fri Feb 27 16:52:37 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 27 Feb 2009 09:52:37 -0600 Subject: [csw-devel] SF.net SVN: gar:[3508] csw/mgar/pkg/php5/trunk/extentions/ In-Reply-To: <625385e30902270052t30e5b559n8cd9bf69f6ffccb@mail.gmail.com> References: <625385e30902270052t30e5b559n8cd9bf69f6ffccb@mail.gmail.com> Message-ID: <49A80C45.2060704@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter Bonivart wrote: > On Fri, Feb 27, 2009 at 4:41 AM, wrote: >> Revision: 3508 >> http://gar.svn.sourceforge.net/gar/?rev=3508&view=rev >> Author: valholla >> Date: 2009-02-27 03:41:04 +0000 (Fri, 27 Feb 2009) >> >> Log Message: >> ----------- >> create extention dir >> >> Added Paths: >> ----------- >> csw/mgar/pkg/php5/trunk/extentions/ > > Isn't it spelled wrong? Shouldn't it be extenSions? > I do believe you are correct, I will remedy - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmoDEUACgkQLrhmsXMSLxf0RACg5O54CARQTYlDrGVRmLz1yTDK ZEUAn2D+EF+qm8UWHtIl+XwmctEcdEt+ =ypvb -----END PGP SIGNATURE----- From valholla at users.sourceforge.net Fri Feb 27 16:57:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 15:57:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3521] csw/mgar/pkg/php5/trunk Message-ID: Revision: 3521 http://gar.svn.sourceforge.net/gar/?rev=3521&view=rev Author: valholla Date: 2009-02-27 15:57:51 +0000 (Fri, 27 Feb 2009) Log Message: ----------- rename extentions to extensions Added Paths: ----------- csw/mgar/pkg/php5/trunk/extensions/ csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/ csw/mgar/pkg/php5/trunk/extensions/php5_curl/ csw/mgar/pkg/php5/trunk/extensions/php5_dba/ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/ csw/mgar/pkg/php5/trunk/extensions/php5_dom/ csw/mgar/pkg/php5/trunk/extensions/php5_exif/ csw/mgar/pkg/php5/trunk/extensions/php5_filter/ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/ csw/mgar/pkg/php5/trunk/extensions/php5_gd/ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/ csw/mgar/pkg/php5/trunk/extensions/php5_hash/ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/ csw/mgar/pkg/php5/trunk/extensions/php5_imap/ csw/mgar/pkg/php5/trunk/extensions/php5_json/ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_posix/ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/ csw/mgar/pkg/php5/trunk/extensions/php5_readline/ csw/mgar/pkg/php5/trunk/extensions/php5_recode/ csw/mgar/pkg/php5/trunk/extensions/php5_session/ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/ csw/mgar/pkg/php5/trunk/extensions/php5_soap/ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/ csw/mgar/pkg/php5/trunk/extensions/php5_xml/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/ csw/mgar/pkg/php5/trunk/extensions/php5_zip/ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/ Removed Paths: ------------- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/ csw/mgar/pkg/php5/trunk/extensions/php5_curl/ csw/mgar/pkg/php5/trunk/extensions/php5_dba/ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/ csw/mgar/pkg/php5/trunk/extensions/php5_dom/ csw/mgar/pkg/php5/trunk/extensions/php5_exif/ csw/mgar/pkg/php5/trunk/extensions/php5_filter/ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/ csw/mgar/pkg/php5/trunk/extensions/php5_gd/ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/ csw/mgar/pkg/php5/trunk/extensions/php5_hash/ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/ csw/mgar/pkg/php5/trunk/extensions/php5_imap/ csw/mgar/pkg/php5/trunk/extensions/php5_json/ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_posix/ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/ csw/mgar/pkg/php5/trunk/extensions/php5_readline/ csw/mgar/pkg/php5/trunk/extensions/php5_recode/ csw/mgar/pkg/php5/trunk/extensions/php5_session/ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/ csw/mgar/pkg/php5/trunk/extensions/php5_soap/ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/ csw/mgar/pkg/php5/trunk/extensions/php5_xml/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/ csw/mgar/pkg/php5/trunk/extensions/php5_zip/ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/ csw/mgar/pkg/php5/trunk/extentions/php5_curl/ csw/mgar/pkg/php5/trunk/extentions/php5_dba/ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/ csw/mgar/pkg/php5/trunk/extentions/php5_dom/ csw/mgar/pkg/php5/trunk/extentions/php5_exif/ csw/mgar/pkg/php5/trunk/extentions/php5_filter/ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/ csw/mgar/pkg/php5/trunk/extentions/php5_gd/ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/ csw/mgar/pkg/php5/trunk/extentions/php5_hash/ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/ csw/mgar/pkg/php5/trunk/extentions/php5_imap/ csw/mgar/pkg/php5/trunk/extentions/php5_json/ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_posix/ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/ csw/mgar/pkg/php5/trunk/extentions/php5_recode/ csw/mgar/pkg/php5/trunk/extentions/php5_session/ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/ csw/mgar/pkg/php5/trunk/extentions/php5_soap/ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/ csw/mgar/pkg/php5/trunk/extentions/php5_xml/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/ csw/mgar/pkg/php5/trunk/extentions/php5_zip/ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 17:02:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 16:02:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3522] csw/mgar/pkg/php5/trunk/extentions/ Message-ID: Revision: 3522 http://gar.svn.sourceforge.net/gar/?rev=3522&view=rev Author: valholla Date: 2009-02-27 16:02:39 +0000 (Fri, 27 Feb 2009) Log Message: ----------- remove extentions dir Removed Paths: ------------- csw/mgar/pkg/php5/trunk/extentions/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 17:10:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 16:10:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3523] csw/mgar/pkg Message-ID: Revision: 3523 http://gar.svn.sourceforge.net/gar/?rev=3523&view=rev Author: valholla Date: 2009-02-27 16:10:08 +0000 (Fri, 27 Feb 2009) Log Message: ----------- cleanup after extension move Removed Paths: ------------- csw/mgar/pkg/php5_dbase/ csw/mgar/pkg/php5_dom/ csw/mgar/pkg/php5_exif/ csw/mgar/pkg/php5_fbsql/ csw/mgar/pkg/php5_filter/ csw/mgar/pkg/php5_ftp/ csw/mgar/pkg/php5_gd/ csw/mgar/pkg/php5_gettext/ csw/mgar/pkg/php5_gmp/ csw/mgar/pkg/php5_hash/ csw/mgar/pkg/php5_iconv/ csw/mgar/pkg/php5_imap/ csw/mgar/pkg/php5_json/ csw/mgar/pkg/php5_ldap/ csw/mgar/pkg/php5_mbstring/ csw/mgar/pkg/php5_mcrypt/ csw/mgar/pkg/php5_mhash/ csw/mgar/pkg/php5_mime_magic/ csw/mgar/pkg/php5_mssql/ csw/mgar/pkg/php5_mysql/ csw/mgar/pkg/php5_mysqli/ csw/mgar/pkg/php5_ncurses/ csw/mgar/pkg/php5_odbc/ csw/mgar/pkg/php5_openssl/ csw/mgar/pkg/php5_pcntl/ csw/mgar/pkg/php5_pdomysql/ csw/mgar/pkg/php5_pdoodbc/ csw/mgar/pkg/php5_pdopgsql/ csw/mgar/pkg/php5_pdosqlite/ csw/mgar/pkg/php5_pgsql/ csw/mgar/pkg/php5_posix/ csw/mgar/pkg/php5_pspell/ csw/mgar/pkg/php5_readline/ csw/mgar/pkg/php5_recode/ csw/mgar/pkg/php5_session/ csw/mgar/pkg/php5_shmop/ csw/mgar/pkg/php5_simplexml/ csw/mgar/pkg/php5_snmp/ csw/mgar/pkg/php5_soap/ csw/mgar/pkg/php5_sockets/ csw/mgar/pkg/php5_sqlite/ csw/mgar/pkg/php5_sysvmsg/ csw/mgar/pkg/php5_sysvsem/ csw/mgar/pkg/php5_sysvshm/ csw/mgar/pkg/php5_tidy/ csw/mgar/pkg/php5_tokenizer/ csw/mgar/pkg/php5_wddx/ csw/mgar/pkg/php5_xml/ csw/mgar/pkg/php5_xmlreader/ csw/mgar/pkg/php5_xmlrpc/ csw/mgar/pkg/php5_xmlwriter/ csw/mgar/pkg/php5_xsl/ csw/mgar/pkg/php5_zip/ csw/mgar/pkg/php5_zlib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 18:12:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 17:12:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3524] csw/mgar/pkg/gcc4/trunk/Makefile Message-ID: Revision: 3524 http://gar.svn.sourceforge.net/gar/?rev=3524&view=rev Author: valholla Date: 2009-02-27 17:12:44 +0000 (Fri, 27 Feb 2009) Log Message: ----------- fix post-extract to not run for 'global' modulation Modified Paths: -------------- csw/mgar/pkg/gcc4/trunk/Makefile Modified: csw/mgar/pkg/gcc4/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc4/trunk/Makefile 2009-02-27 16:10:08 UTC (rev 3523) +++ csw/mgar/pkg/gcc4/trunk/Makefile 2009-02-27 17:12:44 UTC (rev 3524) @@ -27,7 +27,7 @@ ## After sucessful source extraction ## Create $(OBJECT_DIR) to build in -post-extract-modulated: +post-extract-$(addprefix post-extract-,$(MODULATIONS)): echo "==> Creating Object Dir for Building" @( mkdir $(OBJECT_DIR) ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 20:34:22 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 19:34:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3525] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3525 http://gar.svn.sourceforge.net/gar/?rev=3525&view=rev Author: hson Date: 2009-02-27 19:34:20 +0000 (Fri, 27 Feb 2009) Log Message: ----------- imagemagick: Add URL to main site Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 17:12:44 UTC (rev 3524) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 19:34:20 UTC (rev 3525) @@ -22,6 +22,8 @@ DISTNAME = ImageMagick-$(GARVERSION)-$(GARSUBREV) +SPKG_SOURCEURL = http://www.imagemagick.org + LICENSE = LICENSE REQUIRED_PKGS += CSWbzip2 CSWdjvulibre CSWfconfig CSWftype2 CSWgcc2g++rt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 20:34:59 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 19:34:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3526] csw/mgar/pkg/wmf/trunk/Makefile Message-ID: Revision: 3526 http://gar.svn.sourceforge.net/gar/?rev=3526&view=rev Author: hson Date: 2009-02-27 19:34:56 +0000 (Fri, 27 Feb 2009) Log Message: ----------- wmf: Add URL to main site Modified Paths: -------------- csw/mgar/pkg/wmf/trunk/Makefile Modified: csw/mgar/pkg/wmf/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 19:34:20 UTC (rev 3525) +++ csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 19:34:56 UTC (rev 3526) @@ -16,6 +16,8 @@ DISTNAME = libwmf-$(GARVERSION) +SPKG_SOURCEURL = http://wvware.sourceforge.net + LICENSE = COPYING REQUIRED_PKGS += CSWexpat CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 CSWjpeg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 20:40:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 19:40:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3527] csw/mgar/pkg/gcc4/trunk/files/configure_def.mk Message-ID: Revision: 3527 http://gar.svn.sourceforge.net/gar/?rev=3527&view=rev Author: valholla Date: 2009-02-27 19:40:07 +0000 (Fri, 27 Feb 2009) Log Message: ----------- change BUILD_PREFIX to /opt/csw/gcc4 Modified Paths: -------------- csw/mgar/pkg/gcc4/trunk/files/configure_def.mk Modified: csw/mgar/pkg/gcc4/trunk/files/configure_def.mk =================================================================== --- csw/mgar/pkg/gcc4/trunk/files/configure_def.mk 2009-02-27 19:34:56 UTC (rev 3526) +++ csw/mgar/pkg/gcc4/trunk/files/configure_def.mk 2009-02-27 19:40:07 UTC (rev 3527) @@ -6,12 +6,13 @@ LDFLAGS = -L/opt/csw/lib -R/opt/csw/lib/\\\\\\\$\$ISALIST -R/opt/csw/lib OPTFLAGS = +## Install everythong /opt/csw/gcc4 instead of /opt/csw +BUILD_PREFIX = /opt/csw/gcc4 + OBJECT_DIR = $(WORKDIR)/$(DISTNAME)/objdir WORKSRC = $(OBJECT_DIR) CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --prefix=$(prefix)/gcc4 -CONFIGURE_ARGS += --exec-prefix=$(prefix)/gcc4 CONFIGURE_ARGS += --enable-libada CONFIGURE_ARGS += --enable-libssp CONFIGURE_ARGS += --enable-objc-gc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Fri Feb 27 23:31:57 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Fri, 27 Feb 2009 22:31:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3528] csw/mgar/pkg Message-ID: Revision: 3528 http://gar.svn.sourceforge.net/gar/?rev=3528&view=rev Author: skayser Date: 2009-02-27 22:31:57 +0000 (Fri, 27 Feb 2009) Log Message: ----------- axel: Initial commit Added Paths: ----------- csw/mgar/pkg/axel/ csw/mgar/pkg/axel/branches/ csw/mgar/pkg/axel/tags/ csw/mgar/pkg/axel/trunk/ csw/mgar/pkg/axel/trunk/Makefile csw/mgar/pkg/axel/trunk/checksums csw/mgar/pkg/axel/trunk/files/ Property changes on: csw/mgar/pkg/axel/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 22:31:57 UTC (rev 3528) @@ -0,0 +1,34 @@ +GARNAME = axel +GARVERSION = 2.3 +CATEGORIES = utils + +DESCRIPTION = Download accelerator +define BLURB + Axel tries to accelerate downloads by using multiple connections (possibly + to multiple servers) for one download. Because of its size, it might be + very useful on bootdisks or other small systems as a wget replacement +endef + +MASTER_SITES = http://alioth.debian.org/frs/download.php/2717/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +# We define upstream file regex so we can be notifed of new upstream software release +UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070 +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_SCRIPTS = + +PROTOTYPE_FILTER = awk '\ + $$$$3 ~ /axelrc.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ + { print }' + +include gar/category.mk + +pre-build-modulated: + @perl -pi -e 's/-Wall//g' $(WORKSRC)/Makefile + +post-install-modulated: + @mv $(DESTDIR)$(sysconfdir)/axelrc \ + $(DESTDIR)$(sysconfdir)/axelrc.CSW Added: csw/mgar/pkg/axel/trunk/checksums =================================================================== --- csw/mgar/pkg/axel/trunk/checksums (rev 0) +++ csw/mgar/pkg/axel/trunk/checksums 2009-02-27 22:31:57 UTC (rev 3528) @@ -0,0 +1 @@ +6f49813ffc1dd10829d74b73712cb5ed download/axel-2.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 00:46:25 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Fri, 27 Feb 2009 23:46:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3529] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3529 http://gar.svn.sourceforge.net/gar/?rev=3529&view=rev Author: skayser Date: 2009-02-27 23:46:25 +0000 (Fri, 27 Feb 2009) Log Message: ----------- axel: cosmetic adjustments Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 22:31:57 UTC (rev 3528) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 23:46:25 UTC (rev 3529) @@ -12,10 +12,13 @@ MASTER_SITES = http://alioth.debian.org/frs/download.php/2717/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -# We define upstream file regex so we can be notifed of new upstream software release -UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070 -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +SPKG_SOURCEURL = http://axel.alioth.debian.org/ +SPKG_CLASSES = none cswcpsampleconf +# Doesn't work yet, upstream watch needs to be improved first +#UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070 +#UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + CONFIGURE_ARGS = $(DIRPATHS) TEST_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 00:54:02 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Fri, 27 Feb 2009 23:54:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3530] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3530 http://gar.svn.sourceforge.net/gar/?rev=3530&view=rev Author: skayser Date: 2009-02-27 23:54:02 +0000 (Fri, 27 Feb 2009) Log Message: ----------- axel: description changed Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 23:46:25 UTC (rev 3529) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 23:54:02 UTC (rev 3530) @@ -2,7 +2,7 @@ GARVERSION = 2.3 CATEGORIES = utils -DESCRIPTION = Download accelerator +DESCRIPTION = Lightweight command-line download accelerator define BLURB Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 02:43:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 01:43:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3531] csw/mgar/pkg/pygobject Message-ID: Revision: 3531 http://gar.svn.sourceforge.net/gar/?rev=3531&view=rev Author: valholla Date: 2009-02-28 01:43:14 +0000 (Sat, 28 Feb 2009) Log Message: ----------- duplicate files Modified Paths: -------------- csw/mgar/pkg/pygobject/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/pygobject/Makefile csw/mgar/pkg/pygobject/checksums csw/mgar/pkg/pygobject/files/ Deleted: csw/mgar/pkg/pygobject/Makefile =================================================================== --- csw/mgar/pkg/pygobject/Makefile 2009-02-27 23:54:02 UTC (rev 3530) +++ csw/mgar/pkg/pygobject/Makefile 2009-02-28 01:43:14 UTC (rev 3531) @@ -1,36 +0,0 @@ -GARNAME = pygobject -GARVERSION = 2.15.4 -CATEGORIES = lang - -DESCRIPTION = pygobject support for Python -define BLURB - This is a Python language binding for gobject. -endef - -MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += fixme.sh - -PACKAGES = CSWpygobject -REQUIRED_PKGS_CSWpygobject = CSWpython CSWggettextrt CSWglib2 - - -CATALOGNAME_CSWpygobject = py_gobject -SPKG_DESC_CSWpygobject = pygobject support for Python - -## patch to change zero sized struct to zero-sized sub-object -PATCHFILES = pygobject.diff - -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) - -## Tests require gtk, but gtk requries gobject -#TEST_TARGET = check -TEST_SCRIPTS = - -include gar/category.mk - -post-configure-$(MODULATION): - @(echo "~~~ Fixing Libtool ~~~") - @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) - $(DONADA) Deleted: csw/mgar/pkg/pygobject/checksums =================================================================== --- csw/mgar/pkg/pygobject/checksums 2009-02-27 23:54:02 UTC (rev 3530) +++ csw/mgar/pkg/pygobject/checksums 2009-02-28 01:43:14 UTC (rev 3531) @@ -1,3 +0,0 @@ -df59affe5b8fd7148506c3473d479868 download/pygobject-2.15.4.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh -58a4ba1e53516251eb4c69fae6372208 download/pygobject.diff Modified: csw/mgar/pkg/pygobject/trunk/Makefile =================================================================== --- csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-27 23:54:02 UTC (rev 3530) +++ csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-28 01:43:14 UTC (rev 3531) @@ -30,7 +30,7 @@ include gar/category.mk -post-configure-modulated: +post-configure-$(MODULATION): @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 02:47:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 01:47:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3532] csw/mgar/pkg/pyorbit/trunk Message-ID: Revision: 3532 http://gar.svn.sourceforge.net/gar/?rev=3532&view=rev Author: valholla Date: 2009-02-28 01:47:44 +0000 (Sat, 28 Feb 2009) Log Message: ----------- move to trunk Added Paths: ----------- csw/mgar/pkg/pyorbit/trunk/trunk/ csw/mgar/pkg/pyorbit/trunk/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/trunk/checksums csw/mgar/pkg/pyorbit/trunk/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/pyorbit/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/checksums csw/mgar/pkg/pyorbit/trunk/files/ Property Changed: ---------------- csw/mgar/pkg/pyorbit/trunk/ Property changes on: csw/mgar/pkg/pyorbit/trunk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Deleted: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-28 01:43:14 UTC (rev 3531) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-28 01:47:44 UTC (rev 3532) @@ -1,32 +0,0 @@ -GARNAME = pyorbit -GARVERSION = 2.24.0 -CATEGORIES = lang - -DESCRIPTION = ORBit2 CORBA support for Python -define BLURB - This is a Python language binding for the ORBit2 CORBA implementation. -endef - -MASTER_SITES = http://freshmeat.net/projects/pyorbit/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += fixme.sh - -PACKAGES = CSWpyorbit -REQUIRED_PKGS_CSWpyorbit = CSWpython CSWggettextrt CSWglib2 -REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2 - -CATALOGNAME_CSWpyorbit = py_orbit -SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python - -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) - -## No tests -TEST_SCRIPTS = - -include gar/category.mk - -post-configure-modulated: - @(echo "~~~ Fixing Libtool ~~~") - @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) - $(DONADA) Deleted: csw/mgar/pkg/pyorbit/trunk/checksums =================================================================== --- csw/mgar/pkg/pyorbit/trunk/checksums 2009-02-28 01:43:14 UTC (rev 3531) +++ csw/mgar/pkg/pyorbit/trunk/checksums 2009-02-28 01:47:44 UTC (rev 3532) @@ -1,2 +0,0 @@ -574593815e75ee6e98062c75d6d1581f download/pyorbit-2.24.0.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh Property changes on: csw/mgar/pkg/pyorbit/trunk/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/pyorbit/trunk/trunk/Makefile (from rev 3524, csw/mgar/pkg/pyorbit/trunk/Makefile) =================================================================== --- csw/mgar/pkg/pyorbit/trunk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/trunk/Makefile 2009-02-28 01:47:44 UTC (rev 3532) @@ -0,0 +1,32 @@ +GARNAME = pyorbit +GARVERSION = 2.24.0 +CATEGORIES = lang + +DESCRIPTION = ORBit2 CORBA support for Python +define BLURB + This is a Python language binding for the ORBit2 CORBA implementation. +endef + +MASTER_SITES = http://freshmeat.net/projects/pyorbit/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpyorbit +REQUIRED_PKGS_CSWpyorbit = CSWpython CSWggettextrt CSWglib2 +REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2 + +CATALOGNAME_CSWpyorbit = py_orbit +SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## No tests +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Copied: csw/mgar/pkg/pyorbit/trunk/trunk/checksums (from rev 3524, csw/mgar/pkg/pyorbit/trunk/checksums) =================================================================== --- csw/mgar/pkg/pyorbit/trunk/trunk/checksums (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/trunk/checksums 2009-02-28 01:47:44 UTC (rev 3532) @@ -0,0 +1,2 @@ +574593815e75ee6e98062c75d6d1581f download/pyorbit-2.24.0.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 02:52:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 01:52:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3533] csw/mgar/pkg/pyorbit/trunk/Makefile Message-ID: Revision: 3533 http://gar.svn.sourceforge.net/gar/?rev=3533&view=rev Author: valholla Date: 2009-02-28 01:52:58 +0000 (Sat, 28 Feb 2009) Log Message: ----------- cleanup Added Paths: ----------- csw/mgar/pkg/pyorbit/trunk/Makefile Added: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-28 01:52:58 UTC (rev 3533) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 03:18:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 02:18:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3534] csw/mgar/pkg/pygtk Message-ID: Revision: 3534 http://gar.svn.sourceforge.net/gar/?rev=3534&view=rev Author: valholla Date: 2009-02-28 02:18:19 +0000 (Sat, 28 Feb 2009) Log Message: ----------- cleanup Modified Paths: -------------- csw/mgar/pkg/pygtk/Makefile Removed Paths: ------------- csw/mgar/pkg/pygtk/checksums csw/mgar/pkg/pygtk/files/ Property Changed: ---------------- csw/mgar/pkg/pygtk/ Property changes on: csw/mgar/pkg/pygtk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/pygtk/Makefile =================================================================== --- csw/mgar/pkg/pygtk/Makefile 2009-02-28 01:52:58 UTC (rev 3533) +++ csw/mgar/pkg/pygtk/Makefile 2009-02-28 02:18:19 UTC (rev 3534) @@ -1,34 +1,15 @@ -GARNAME = pygtk -GARVERSION = 2.12.1 -CATEGORIES = lang +# vim: ft=make ts=4 sw=4 noet -DESCRIPTION = pygtk support for Python -define BLURB - This is a Python language binding for gobject. -endef +default: + @echo "You are in the pkg/ directory." -MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += fixme.sh +%: + $(MAKE) -C trunk $* -PACKAGES = CSWpygtk -REQUIRED_PKGS_CSWpygtk = CSWpython +paranoid-%: + $(MAKE) -C trunk $* || exit 2 -EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0 -EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib +export BUILDLOG ?= $(shell pwd)/buildlog.txt -CATALOGNAME_CSWpygtk = py_gtk -SPKG_DESC_CSWpygtk = pygtk support for Python - -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) - -#TEST_TARGET = check -TEST_SCRIPTS = - -include gar/category.mk - -post-configure-modulated: - @(echo "~~~ Fixing Libtool ~~~") - @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) - $(DONADA) +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Deleted: csw/mgar/pkg/pygtk/checksums =================================================================== --- csw/mgar/pkg/pygtk/checksums 2009-02-28 01:52:58 UTC (rev 3533) +++ csw/mgar/pkg/pygtk/checksums 2009-02-28 02:18:19 UTC (rev 3534) @@ -1,2 +0,0 @@ -a816346d750d61e3fa67a200e4292694 download/pygtk-2.12.1.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 12:12:42 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 11:12:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3535] csw/mgar/gar/v1 Message-ID: Revision: 3535 http://gar.svn.sourceforge.net/gar/?rev=3535&view=rev Author: skayser Date: 2009-02-28 11:12:42 +0000 (Sat, 28 Feb 2009) Log Message: ----------- gar: small fixes to upstream check Modified Paths: -------------- csw/mgar/gar/v1/bin/upstream_watch csw/mgar/gar/v1/gar.lib.mk Modified: csw/mgar/gar/v1/bin/upstream_watch =================================================================== --- csw/mgar/gar/v1/bin/upstream_watch 2009-02-28 02:18:19 UTC (rev 3534) +++ csw/mgar/gar/v1/bin/upstream_watch 2009-02-28 11:12:42 UTC (rev 3535) @@ -90,9 +90,9 @@ $http_proxy_cmd = "set http:proxy $ENV{HTTP_PROXY};" if exists $ENV{HTTP_PROXY}; $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; - open (my $FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); + open (FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/\s+/, $line); my $filename = $cols[$#cols]; chomp ($filename); @@ -103,7 +103,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } @@ -123,24 +123,24 @@ $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; $wget_command = "$http_proxy_cmd ; wget --proxy=on" if exists $ENV{http_proxy_cmd}; - open (my $FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); - if (my $line = <$FH>) { + if (my $line = ) { my @cols = split (/"/, $line); $filename = $cols[3]; chomp ($filename); } else { - close ($FH); + close (FH); return \@file_list; } - close ($FH); + close (FH); $url = "http://downloads.sourceforge.net" . $filename; - open ($FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/>/, $line); my $filename = $cols[2]; chomp ($filename); @@ -150,7 +150,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } Modified: csw/mgar/gar/v1/gar.lib.mk =================================================================== --- csw/mgar/gar/v1/gar.lib.mk 2009-02-28 02:18:19 UTC (rev 3534) +++ csw/mgar/gar/v1/gar.lib.mk 2009-02-28 11:12:42 UTC (rev 3535) @@ -115,9 +115,9 @@ UW_ARGS = $(addprefix -u ,$(UPSTREAM_MASTER_SITES)) SF_ARGS = $(addprefix -s ,$(UPSTREAM_USE_SF)) ifneq ($(UFILES_REGEX), "") - FILES2CHECK = $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) + FILES2CHECK := $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) else - FILES2CHECK = "" + FILES2CHECK := "" endif check-upstream-and-mail: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 12:18:47 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 11:18:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3536] csw/mgar/gar/v2 Message-ID: Revision: 3536 http://gar.svn.sourceforge.net/gar/?rev=3536&view=rev Author: skayser Date: 2009-02-28 11:18:47 +0000 (Sat, 28 Feb 2009) Log Message: ----------- gar: small fixes to upstream check Modified Paths: -------------- csw/mgar/gar/v2/bin/upstream_watch csw/mgar/gar/v2/gar.lib.mk Modified: csw/mgar/gar/v2/bin/upstream_watch =================================================================== --- csw/mgar/gar/v2/bin/upstream_watch 2009-02-28 11:12:42 UTC (rev 3535) +++ csw/mgar/gar/v2/bin/upstream_watch 2009-02-28 11:18:47 UTC (rev 3536) @@ -90,9 +90,9 @@ $http_proxy_cmd = "set http:proxy $ENV{HTTP_PROXY};" if exists $ENV{HTTP_PROXY}; $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; - open (my $FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); + open (FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/\s+/, $line); my $filename = $cols[$#cols]; chomp ($filename); @@ -103,7 +103,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } @@ -123,24 +123,24 @@ $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; $wget_command = "$http_proxy_cmd ; wget --proxy=on" if exists $ENV{http_proxy_cmd}; - open (my $FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); - if (my $line = <$FH>) { + if (my $line = ) { my @cols = split (/"/, $line); $filename = $cols[3]; chomp ($filename); } else { - close ($FH); + close (FH); return \@file_list; } - close ($FH); + close (FH); $url = "http://downloads.sourceforge.net" . $filename; - open ($FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/>/, $line); my $filename = $cols[2]; chomp ($filename); @@ -150,7 +150,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2009-02-28 11:12:42 UTC (rev 3535) +++ csw/mgar/gar/v2/gar.lib.mk 2009-02-28 11:18:47 UTC (rev 3536) @@ -126,9 +126,9 @@ UW_ARGS = $(addprefix -u ,$(UPSTREAM_MASTER_SITES)) SF_ARGS = $(addprefix -s ,$(UPSTREAM_USE_SF)) ifneq ($(UFILES_REGEX), "") - FILES2CHECK = $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) + FILES2CHECK := $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) else - FILES2CHECK = "" + FILES2CHECK := "" endif check-upstream-and-mail: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 18:18:59 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 17:18:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3537] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3537 http://gar.svn.sourceforge.net/gar/?rev=3537&view=rev Author: skayser Date: 2009-02-28 17:18:59 +0000 (Sat, 28 Feb 2009) Log Message: ----------- axel: adjust axelrc path in man page Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 11:18:47 UTC (rev 3536) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 17:18:59 UTC (rev 3537) @@ -33,5 +33,8 @@ @perl -pi -e 's/-Wall//g' $(WORKSRC)/Makefile post-install-modulated: + @perl -pi -e "s#/etc/axelrc#$(sysconfdir)/axelrc#" \ + $(DESTDIR)$(mandir)/man1/axel.1 + $(DESTDIR)$(mandir)/zh_CN/man1/axel.1 @mv $(DESTDIR)$(sysconfdir)/axelrc \ $(DESTDIR)$(sysconfdir)/axelrc.CSW This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 18:20:34 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 17:20:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3538] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3538 http://gar.svn.sourceforge.net/gar/?rev=3538&view=rev Author: skayser Date: 2009-02-28 17:20:34 +0000 (Sat, 28 Feb 2009) Log Message: ----------- axel: adjust axelrc path in man page Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 17:18:59 UTC (rev 3537) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 17:20:34 UTC (rev 3538) @@ -34,7 +34,7 @@ post-install-modulated: @perl -pi -e "s#/etc/axelrc#$(sysconfdir)/axelrc#" \ - $(DESTDIR)$(mandir)/man1/axel.1 + $(DESTDIR)$(mandir)/man1/axel.1 \ $(DESTDIR)$(mandir)/zh_CN/man1/axel.1 @mv $(DESTDIR)$(sysconfdir)/axelrc \ $(DESTDIR)$(sysconfdir)/axelrc.CSW This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 21:59:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 20:59:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3539] csw/mgar/pkg/php5/trunk/extensions Message-ID: Revision: 3539 http://gar.svn.sourceforge.net/gar/?rev=3539&view=rev Author: valholla Date: 2009-02-28 20:59:46 +0000 (Sat, 28 Feb 2009) Log Message: ----------- remove checksum files fro extensions Removed Paths: ------------- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -7a13dffa630de58490b8841a6b7d84b9 download/exif.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -1db5740b2ca44f43bbfd907992f47393 download/odbc.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -67859a939c6c6f8e94ecc99db7fcf70d download/config.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -5b0554bef9eca4bdcb7d28d1666ce200 download/pgconfig.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -73c1044ad8545e40e47741d50a253e7c download/forcereadline.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -001f4ec594fd8dcac26373ea1cbc0ab0 download/recode.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 22:37:57 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 21:37:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3540] csw/mgar/pkg Message-ID: Revision: 3540 http://gar.svn.sourceforge.net/gar/?rev=3540&view=rev Author: skayser Date: 2009-02-28 21:37:57 +0000 (Sat, 28 Feb 2009) Log Message: ----------- proxytunnel: Initial commit Added Paths: ----------- csw/mgar/pkg/proxytunnel/ csw/mgar/pkg/proxytunnel/branches/ csw/mgar/pkg/proxytunnel/tags/ csw/mgar/pkg/proxytunnel/trunk/ csw/mgar/pkg/proxytunnel/trunk/Makefile csw/mgar/pkg/proxytunnel/trunk/checksums csw/mgar/pkg/proxytunnel/trunk/files/ csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff Property changes on: csw/mgar/pkg/proxytunnel/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/proxytunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:37:57 UTC (rev 3540) @@ -0,0 +1,32 @@ +GARNAME = proxytunnel +GARVERSION = 1.9.0 +CATEGORIES = utils + +DESCRIPTION = Tunnels network connections through a HTTPS proxy +define BLURB + ProxyTunnel is a program that connects stdin and stdout to a server somewhere + on the network, through a standard HTTPS proxy. We mostly use it to tunnel + SSH sessions through HTTP(S) proxies, allowing us to do many things that + wouldn't be possible without ProxyTunnel. +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tgz +PATCHFILES = patch-Makefile.diff + +PREREQUISITE_PKGS = CSWossldevel +REQUIRED_PKGS = CSWosslrt + +# UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz +# UPSTREAM_MASTER_SITES = + +CONFIGURE_SCRIPTS = +TEST_SCRIPTS = + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + +pre-build-modulated: + @perl -pi -e 's/-DHAVE_GETOPT_LONG//' $(WORKSRC)/Makefile + @perl -pi -e 's/-DSETPROCTITLE -DSPT_TYPE=2//' $(WORKSRC)/Makefile Added: csw/mgar/pkg/proxytunnel/trunk/checksums =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/checksums (rev 0) +++ csw/mgar/pkg/proxytunnel/trunk/checksums 2009-02-28 21:37:57 UTC (rev 3540) @@ -0,0 +1,2 @@ +d74472b89c3f3b3b0abf6bd809ae34c2 download/proxytunnel-1.9.0.tgz +b964acf679e2ea3a24fda6ea67f36581 download/patch-Makefile.diff Added: csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff (rev 0) +++ csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff 2009-02-28 21:37:57 UTC (rev 3540) @@ -0,0 +1,38 @@ +--- proxytunnel-1.9.0/Makefile 2009-02-28 19:39:24.601040893 +0100 ++++ proxytunnel-1.9.0/Makefile 2009-02-28 19:40:49.405010602 +0100 +@@ -8,13 +8,13 @@ + OPTFLAGS = -DREV=$(shell ./getrev.sh) + + # Comment on non-gnu systems +-OPTFLAGS += -DHAVE_GETOPT_LONG ++#OPTFLAGS += -DHAVE_GETOPT_LONG + + # Comment if you don't have/want ssl + OPTFLAGS += -DUSE_SSL + + # Most systems +-OPTFLAGS += -DSETPROCTITLE -DSPT_TYPE=2 ++#OPTFLAGS += -DSETPROCTITLE -DSPT_TYPE=2 + + # Comment if you don't have this flag + OPTFLAGS += -DSO_REUSEPORT +@@ -46,7 +46,7 @@ + endif + LDFLAGS += $(SSL_LIBS) + +-PREFIX =/usr/local ++PREFIX =/opt/csw + BINDIR = $(PREFIX)/bin + DATADIR = $(PREFIX)/share + MANDIR = $(DATADIR)/man +@@ -76,8 +76,8 @@ + @rm -f $(PROGNAME) $(OBJ) + + install: +- install -Dp -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME) +- install -Dp -m0644 $(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1 ++ ginstall -Dp -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME) ++ ginstall -Dp -m0644 $(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1 + + .c.o: + $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $< This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 22:41:51 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 21:41:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3541] csw/mgar/pkg/proxytunnel/trunk/Makefile Message-ID: Revision: 3541 http://gar.svn.sourceforge.net/gar/?rev=3541&view=rev Author: skayser Date: 2009-02-28 21:41:51 +0000 (Sat, 28 Feb 2009) Log Message: ----------- proxytunnel: Makefile cleanup Modified Paths: -------------- csw/mgar/pkg/proxytunnel/trunk/Makefile Modified: csw/mgar/pkg/proxytunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:37:57 UTC (rev 3540) +++ csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:41:51 UTC (rev 3541) @@ -26,7 +26,3 @@ CONFIGURE_ARGS = $(DIRPATHS) include gar/category.mk - -pre-build-modulated: - @perl -pi -e 's/-DHAVE_GETOPT_LONG//' $(WORKSRC)/Makefile - @perl -pi -e 's/-DSETPROCTITLE -DSPT_TYPE=2//' $(WORKSRC)/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 22:42:46 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 21:42:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3542] csw/mgar/pkg/proxytunnel/trunk/Makefile Message-ID: Revision: 3542 http://gar.svn.sourceforge.net/gar/?rev=3542&view=rev Author: skayser Date: 2009-02-28 21:42:43 +0000 (Sat, 28 Feb 2009) Log Message: ----------- proxytunnel: Makefile cleanup Modified Paths: -------------- csw/mgar/pkg/proxytunnel/trunk/Makefile Modified: csw/mgar/pkg/proxytunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:41:51 UTC (rev 3541) +++ csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:42:43 UTC (rev 3542) @@ -14,6 +14,8 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tgz PATCHFILES = patch-Makefile.diff +SPKG_SOURCEURL = http://proxytunnel.sourceforge.net/ + PREREQUISITE_PKGS = CSWossldevel REQUIRED_PKGS = CSWosslrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Sun Feb 1 00:19:24 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Sat, 31 Jan 2009 23:19:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg Message-ID: Revision: 2960 http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev Author: wbonnet Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) Log Message: ----------- Initial commit Added Paths: ----------- csw/mgar/pkg/collections/ csw/mgar/pkg/collections/Makefile csw/mgar/pkg/collections/branches/ csw/mgar/pkg/collections/tags/ csw/mgar/pkg/collections/trunk/ csw/mgar/pkg/collections/trunk/Makefile csw/mgar/pkg/collections/trunk/checksums csw/mgar/pkg/collections/trunk/files/ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec Added: csw/mgar/pkg/collections/Makefile =================================================================== --- csw/mgar/pkg/collections/Makefile (rev 0) +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Property changes on: csw/mgar/pkg/collections/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/collections/trunk/Makefile =================================================================== --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,56 @@ +SHORTNAME = collections +GARVERSION = 3.2.1 + +GARNAME = commons-$(SHORTNAME) +CATEGORIES = java + +DESCRIPTION = Apache Jakarta Commons Collections +define BLURB +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework +endef + +# Use jakarta sources +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ + +# Set archive filename +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz + +# Defines two packages, lib and doc +DISTFILES += $(call admfiles,CSWajccollect,) +DISTFILES += $(call admfiles,CSWajccollectdoc,) + +# Defines package description +SPKG_DESC_CSWajccollect = $(DESCRIPTION) +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package + +# Defines dependencies +REQUIRED_PKGS_CSWajccollect = CSWjunit + +# Defines package content +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt + +# Defines custom steps since java libs do not use autotools +WORKSRC = $(WORKDIR) + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +include gar/category.mk + +install-custom: + @ginstall -d $(DESTDIR)$(datadir)/java + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java + @( cd $(DESTDIR)$(datadir)/java ; \ + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @$(MAKECOOKIE) Added: csw/mgar/pkg/collections/trunk/checksums =================================================================== --- csw/mgar/pkg/collections/trunk/checksums (rev 0) +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,3 @@ +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec =================================================================== --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,5 @@ +%var bitname commons_collect +%var pkgname CSWajccollect +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec =================================================================== --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) @@ -0,0 +1,5 @@ +%var bitname commons_collect_doc +%var pkgname CSWajccollectdoc +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Feb 1 01:13:13 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 01 Feb 2009 00:13:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[2961] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 2961 http://gar.svn.sourceforge.net/gar/?rev=2961&view=rev Author: bdwalton Date: 2009-02-01 00:13:13 +0000 (Sun, 01 Feb 2009) Log Message: ----------- clean up the tcl/tk pkgfiles regexes. Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-01 00:13:13 UTC (rev 2961) @@ -29,7 +29,7 @@ SPKG_DESC_CSWrubydoc = Documentation for Ruby PKGFILES_CSWrubydoc = $(PKGFILES_DOC) -PKGFILES_CSWrubytk = .*tcl.* .*tk.* +PKGFILES_CSWrubytk = .*/tcl.* .*/tk.* .*-tk.rb MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Sun Feb 1 05:20:51 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Sun, 01 Feb 2009 04:20:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[2962] csw/mgar/pkg/gettext/trunk Message-ID: Revision: 2962 http://gar.svn.sourceforge.net/gar/?rev=2962&view=rev Author: harpchad Date: 2009-02-01 04:20:51 +0000 (Sun, 01 Feb 2009) Log Message: ----------- bugfix in one of the tests Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile csw/mgar/pkg/gettext/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 00:13:13 UTC (rev 2961) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 04:20:51 UTC (rev 2962) @@ -20,6 +20,11 @@ DISTFILES += libintl.so.3.i DISTFILES += libintl.so.3.s +#Apply two bug fixes from gnulib, retrieved from: +#http://git.savannah.gnu.org/cgit/gnulib.git/tree/tests/test-wcwidth.c +#blob: 582a8aa2e87a8235186aa3b1e402bbf03e6646a7 +PATCHFILES = test-wcwidth.patch + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --program-prefix=g #Dont' depend on packages that depend on me Modified: csw/mgar/pkg/gettext/trunk/checksums =================================================================== --- csw/mgar/pkg/gettext/trunk/checksums 2009-02-01 00:13:13 UTC (rev 2961) +++ csw/mgar/pkg/gettext/trunk/checksums 2009-02-01 04:20:51 UTC (rev 2962) @@ -7,3 +7,4 @@ 3ab768083f6ecc5cada151e49be21aa0 download/libintl.so.2.s ceb5de2326a4726d3710fe1512b84592 download/libintl.so.3.i 88db7322e263a00f24269a7f364fdc2d download/libintl.so.3.s +710effbaef82fd7db1d807e5aa46154a download/test-wcwidth.patch Added: csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch =================================================================== --- csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch (rev 0) +++ csw/mgar/pkg/gettext/trunk/files/test-wcwidth.patch 2009-02-01 04:20:51 UTC (rev 2962) @@ -0,0 +1,51 @@ +--- gettext-0.17/gettext-tools/gnulib-tests/test-wcwidth.c 2007-10-22 19:42:40.000000000 -0500 ++++ ../../../test-wcwidth.c 2009-01-31 21:29:03.000000000 -0600 +@@ -1,5 +1,5 @@ + /* Test of wcwidth() function. +- Copyright (C) 2007 Free Software Foundation, Inc. ++ Copyright (C) 2007-2008 Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by +@@ -23,6 +23,9 @@ + #include + #include + #include ++#include ++ ++#include "localcharset.h" + + #define ASSERT(expr) \ + do \ +@@ -30,6 +33,7 @@ + if (!(expr)) \ + { \ + fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ ++ fflush (stderr); \ + abort (); \ + } \ + } \ +@@ -45,7 +49,13 @@ + ASSERT (wcwidth (wc) == 1); + + /* Switch to an UTF-8 locale. */ +- if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL) ++ if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL ++ /* Check whether it's really an UTF-8 locale. ++ On OpenBSD 4.0, the setlocale call succeeds only for the LC_CTYPE ++ category and therefore returns "C/fr_FR.UTF-8/C/C/C/C", but the ++ LC_CTYPE category is effectively set to an ASCII LC_CTYPE category; ++ in particular, locale_charset() returns "ASCII". */ ++ && strcmp (locale_charset (), "UTF-8") == 0) + { + /* Test width of ASCII characters. */ + for (wc = 0x20; wc < 0x7F; wc++) +@@ -57,7 +67,7 @@ + + /* Test width of some format control characters. */ + ASSERT (wcwidth (0x200E) <= 0); +- ASSERT (wcwidth (0x2060) == 0); ++ ASSERT (wcwidth (0x2060) <= 0); + #if 0 /* wchar_t may be only 16 bits. */ + ASSERT (wcwidth (0xE0001) <= 0); + ASSERT (wcwidth (0xE0044) <= 0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From trygvis at opencsw.org Sun Feb 1 10:51:48 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 01 Feb 2009 10:51:48 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: References: Message-ID: <498570B4.6000907@opencsw.org> The path should match the name of the jar file/project, and so should the short name. If we start adding heaps of Java stuff to GAR this will collide pretty fast. -- Trygve wbonnet at users.sourceforge.net wrote: > Revision: 2960 > http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev > Author: wbonnet > Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) > > Log Message: > ----------- > Initial commit > > Added Paths: > ----------- > csw/mgar/pkg/collections/ > csw/mgar/pkg/collections/Makefile > csw/mgar/pkg/collections/branches/ > csw/mgar/pkg/collections/tags/ > csw/mgar/pkg/collections/trunk/ > csw/mgar/pkg/collections/trunk/Makefile > csw/mgar/pkg/collections/trunk/checksums > csw/mgar/pkg/collections/trunk/files/ > csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec > csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec > > Added: csw/mgar/pkg/collections/Makefile > =================================================================== > --- csw/mgar/pkg/collections/Makefile (rev 0) > +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,15 @@ > +# vim: ft=make ts=4 sw=4 noet > + > +default: > + @echo "You are in the pkg/ directory." > + > +%: > + $(MAKE) -C trunk $* > + > +paranoid-%: > + $(MAKE) -C trunk $* || exit 2 > + > +export BUILDLOG ?= $(shell pwd)/buildlog.txt > + > +report-%: > + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) > > > Property changes on: csw/mgar/pkg/collections/trunk > ___________________________________________________________________ > Added: svn:ignore > + cookies > download > work > > > Added: svn:externals > + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 > > > Added: csw/mgar/pkg/collections/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) > +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,56 @@ > +SHORTNAME = collections > +GARVERSION = 3.2.1 > + > +GARNAME = commons-$(SHORTNAME) > +CATEGORIES = java > + > +DESCRIPTION = Apache Jakarta Commons Collections > +define BLURB > +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework > +endef > + > +# Use jakarta sources > +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ > + > +# Set archive filename > +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz > + > +# Defines two packages, lib and doc > +DISTFILES += $(call admfiles,CSWajccollect,) > +DISTFILES += $(call admfiles,CSWajccollectdoc,) > + > +# Defines package description > +SPKG_DESC_CSWajccollect = $(DESCRIPTION) > +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package > + > +# Defines dependencies > +REQUIRED_PKGS_CSWajccollect = CSWjunit > + > +# Defines package content > +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* > +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt > + > +# Defines custom steps since java libs do not use autotools > +WORKSRC = $(WORKDIR) > + > +CONFIGURE_SCRIPTS = > +BUILD_SCRIPTS = > +TEST_SCRIPTS = > +INSTALL_SCRIPTS = custom > + > +include gar/category.mk > + > +install-custom: > + @ginstall -d $(DESTDIR)$(datadir)/java > + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java > + @( cd $(DESTDIR)$(datadir)/java ; \ > + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ > + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ > + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) > + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) > + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) > + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc > + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt > + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt > + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ > + @$(MAKECOOKIE) > > Added: csw/mgar/pkg/collections/trunk/checksums > =================================================================== > --- csw/mgar/pkg/collections/trunk/checksums (rev 0) > +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,3 @@ > +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz > +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec > +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec > > Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec > =================================================================== > --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) > +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,5 @@ > +%var bitname commons_collect > +%var pkgname CSWajccollect > +%var arch all > +%include url file://%{PKGLIB}/csw_dyndepend.gspec > +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt > > Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec > =================================================================== > --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) > +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) > @@ -0,0 +1,5 @@ > +%var bitname commons_collect_doc > +%var pkgname CSWajccollectdoc > +%var arch all > +%include url file://%{PKGLIB}/csw_dyndepend.gspec > +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel From harpchad at users.sourceforge.net Sun Feb 1 16:32:20 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Sun, 01 Feb 2009 15:32:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[2963] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 2963 http://gar.svn.sourceforge.net/gar/?rev=2963&view=rev Author: harpchad Date: 2009-02-01 15:32:14 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Add fix for gnulib/s10 acl bug Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 04:20:51 UTC (rev 2962) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 15:32:14 UTC (rev 2963) @@ -33,6 +33,9 @@ #No glibc CONFIGURE_ARGS += --with-included-gettext +#Fix acl bug http://savannah.gnu.org/bugs/?21604 +EXTRA_LD_FLAGS = -lsec + UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz BUILD64 = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From william at wbonnet.net Sun Feb 1 21:07:12 2009 From: william at wbonnet.net (William Bonnet) Date: Sun, 01 Feb 2009 21:07:12 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <498570B4.6000907@opencsw.org> References: <498570B4.6000907@opencsw.org> Message-ID: <498600F0.9030505@wbonnet.net> Hi Trygve > The path should match the name of the jar file/project, and so should > the short name. If we start adding heaps of Java stuff to GAR this will > collide pretty fast. > I'm not really sure to understand which path you are talking about. SHORTNAME is a variable i have defined for my convenience, it is not used by GAR. Please can you give me an example ? I have a few more to add... Thanks in advance cheers > -- > Trygve > > wbonnet at users.sourceforge.net wrote: > >> Revision: 2960 >> http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev >> Author: wbonnet >> Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) >> >> Log Message: >> ----------- >> Initial commit >> >> Added Paths: >> ----------- >> csw/mgar/pkg/collections/ >> csw/mgar/pkg/collections/Makefile >> csw/mgar/pkg/collections/branches/ >> csw/mgar/pkg/collections/tags/ >> csw/mgar/pkg/collections/trunk/ >> csw/mgar/pkg/collections/trunk/Makefile >> csw/mgar/pkg/collections/trunk/checksums >> csw/mgar/pkg/collections/trunk/files/ >> csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >> csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >> >> Added: csw/mgar/pkg/collections/Makefile >> =================================================================== >> --- csw/mgar/pkg/collections/Makefile (rev 0) >> +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,15 @@ >> +# vim: ft=make ts=4 sw=4 noet >> + >> +default: >> + @echo "You are in the pkg/ directory." >> + >> +%: >> + $(MAKE) -C trunk $* >> + >> +paranoid-%: >> + $(MAKE) -C trunk $* || exit 2 >> + >> +export BUILDLOG ?= $(shell pwd)/buildlog.txt >> + >> +report-%: >> + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) >> >> >> Property changes on: csw/mgar/pkg/collections/trunk >> ___________________________________________________________________ >> Added: svn:ignore >> + cookies >> download >> work >> >> >> Added: svn:externals >> + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 >> >> >> Added: csw/mgar/pkg/collections/trunk/Makefile >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) >> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,56 @@ >> +SHORTNAME = collections >> +GARVERSION = 3.2.1 >> + >> +GARNAME = commons-$(SHORTNAME) >> +CATEGORIES = java >> + >> +DESCRIPTION = Apache Jakarta Commons Collections >> +define BLURB >> +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework >> +endef >> + >> +# Use jakarta sources >> +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ >> + >> +# Set archive filename >> +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz >> + >> +# Defines two packages, lib and doc >> +DISTFILES += $(call admfiles,CSWajccollect,) >> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >> + >> +# Defines package description >> +SPKG_DESC_CSWajccollect = $(DESCRIPTION) >> +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package >> + >> +# Defines dependencies >> +REQUIRED_PKGS_CSWajccollect = CSWjunit >> + >> +# Defines package content >> +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* >> +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >> + >> +# Defines custom steps since java libs do not use autotools >> +WORKSRC = $(WORKDIR) >> + >> +CONFIGURE_SCRIPTS = >> +BUILD_SCRIPTS = >> +TEST_SCRIPTS = >> +INSTALL_SCRIPTS = custom >> + >> +include gar/category.mk >> + >> +install-custom: >> + @ginstall -d $(DESTDIR)$(datadir)/java >> + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java >> + @( cd $(DESTDIR)$(datadir)/java ; \ >> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ >> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ >> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) >> + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) >> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) >> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc >> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt >> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >> + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ >> + @$(MAKECOOKIE) >> >> Added: csw/mgar/pkg/collections/trunk/checksums >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/checksums (rev 0) >> +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,3 @@ >> +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz >> +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec >> +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec >> >> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) >> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,5 @@ >> +%var bitname commons_collect >> +%var pkgname CSWajccollect >> +%var arch all >> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >> >> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >> =================================================================== >> --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) >> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) >> @@ -0,0 +1,5 @@ >> +%var bitname commons_collect_doc >> +%var pkgname CSWajccollectdoc >> +%var arch all >> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >> >> >> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. >> _______________________________________________ >> devel mailing list >> devel at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/devel >> > > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel > > > -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From trygvis at opencsw.org Sun Feb 1 21:18:39 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 01 Feb 2009 21:18:39 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <498600F0.9030505@wbonnet.net> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> Message-ID: <4986039F.3080403@opencsw.org> William Bonnet wrote: > Hi Trygve >> The path should match the name of the jar file/project, and so should >> the short name. If we start adding heaps of Java stuff to GAR this will >> collide pretty fast. >> > I'm not really sure to understand which path you are talking about. > SHORTNAME is a variable i have defined for my convenience, it is not > used by GAR. Please can you give me an example ? I have a few more to add... Oh, right. Ignore the SHORTNAME stuff, but the directory names in GAR should be the full package name. I also find "ajccollect" to be a horrible name for "commons-collections". It is too long to be "commons-collections"? I like how Debian name their packages, commons collections is named "libcommons-collections-java" [1], saying that it is a "library" for "java". They do similar stuff for perl and other languages. Given the existing prefix "pm" for Perl modules, I'd suggest to use "java_commons_collections". The java packages should be under a "java/" category directory and the build name should be "commons-collections" IMO. [1]: http://packages.debian.org/etch/libcommons-collections-java -- Trygve > Thanks in advance > > cheers >> -- >> Trygve >> >> wbonnet at users.sourceforge.net wrote: >> >>> Revision: 2960 >>> http://gar.svn.sourceforge.net/gar/?rev=2960&view=rev >>> Author: wbonnet >>> Date: 2009-01-31 23:19:24 +0000 (Sat, 31 Jan 2009) >>> >>> Log Message: >>> ----------- >>> Initial commit >>> >>> Added Paths: >>> ----------- >>> csw/mgar/pkg/collections/ >>> csw/mgar/pkg/collections/Makefile >>> csw/mgar/pkg/collections/branches/ >>> csw/mgar/pkg/collections/tags/ >>> csw/mgar/pkg/collections/trunk/ >>> csw/mgar/pkg/collections/trunk/Makefile >>> csw/mgar/pkg/collections/trunk/checksums >>> csw/mgar/pkg/collections/trunk/files/ >>> csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> >>> Added: csw/mgar/pkg/collections/Makefile >>> =================================================================== >>> --- csw/mgar/pkg/collections/Makefile (rev 0) >>> +++ csw/mgar/pkg/collections/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,15 @@ >>> +# vim: ft=make ts=4 sw=4 noet >>> + >>> +default: >>> + @echo "You are in the pkg/ directory." >>> + >>> +%: >>> + $(MAKE) -C trunk $* >>> + >>> +paranoid-%: >>> + $(MAKE) -C trunk $* || exit 2 >>> + >>> +export BUILDLOG ?= $(shell pwd)/buildlog.txt >>> + >>> +report-%: >>> + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) >>> >>> >>> Property changes on: csw/mgar/pkg/collections/trunk >>> ___________________________________________________________________ >>> Added: svn:ignore >>> + cookies >>> download >>> work >>> >>> >>> Added: svn:externals >>> + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 >>> >>> >>> Added: csw/mgar/pkg/collections/trunk/Makefile >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/Makefile (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,56 @@ >>> +SHORTNAME = collections >>> +GARVERSION = 3.2.1 >>> + >>> +GARNAME = commons-$(SHORTNAME) >>> +CATEGORIES = java >>> + >>> +DESCRIPTION = Apache Jakarta Commons Collections >>> +define BLURB >>> +Apache Jakarta Commons Collections : suite of classes that extend the Java Collections Framework >>> +endef >>> + >>> +# Use jakarta sources >>> +MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ >>> + >>> +# Set archive filename >>> +DISTFILES = $(GARNAME)-$(GARVERSION)-bin.tar.gz >>> + >>> +# Defines two packages, lib and doc >>> +DISTFILES += $(call admfiles,CSWajccollect,) >>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>> + >>> +# Defines package description >>> +SPKG_DESC_CSWajccollect = $(DESCRIPTION) >>> +SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package >>> + >>> +# Defines dependencies >>> +REQUIRED_PKGS_CSWajccollect = CSWjunit >>> + >>> +# Defines package content >>> +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* >>> +PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >>> + >>> +# Defines custom steps since java libs do not use autotools >>> +WORKSRC = $(WORKDIR) >>> + >>> +CONFIGURE_SCRIPTS = >>> +BUILD_SCRIPTS = >>> +TEST_SCRIPTS = >>> +INSTALL_SCRIPTS = custom >>> + >>> +include gar/category.mk >>> + >>> +install-custom: >>> + @ginstall -d $(DESTDIR)$(datadir)/java >>> + @gcp -fp $(WORKSRC)/$(DISTNAME)/commons-collections-3.2.1.jar $(DESTDIR)$(datadir)/java >>> + @( cd $(DESTDIR)$(datadir)/java ; \ >>> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.2.jar ; \ >>> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ >>> + ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) >>> + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) >>> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) >>> + @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc >>> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt >>> + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt >>> + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ >>> + @$(MAKECOOKIE) >>> >>> Added: csw/mgar/pkg/collections/trunk/checksums >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/checksums (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/checksums 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,3 @@ >>> +6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz >>> +cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec >>> +9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec >>> >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect >>> +%var pkgname CSWajccollect >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>> >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect_doc >>> +%var pkgname CSWajccollectdoc >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>> >>> >>> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. >>> _______________________________________________ >>> devel mailing list >>> devel at lists.opencsw.org >>> https://lists.opencsw.org/mailman/listinfo/devel >>> >> _______________________________________________ >> devel mailing list >> devel at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/devel >> >> >> > From william at wbonnet.net Sun Feb 1 21:24:56 2009 From: william at wbonnet.net (William Bonnet) Date: Sun, 01 Feb 2009 21:24:56 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <4986039F.3080403@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <4986039F.3080403@opencsw.org> Message-ID: <49860518.2060906@wbonnet.net> Hi > Oh, right. Ignore the SHORTNAME stuff, but the directory names in GAR > should be the full package name. I also find "ajccollect" to be a > horrible name for "commons-collections". It is too long to be > "commons-collections"? > unfortunatly, yes it is :( > I like how Debian name their packages, commons collections is named > "libcommons-collections-java" [1], saying that it is a "library" for > "java". They do similar stuff for perl and other languages. Given the > existing prefix "pm" for Perl modules, I'd suggest to use > "java_commons_collections". The java packages should be under a "java/" > category directory and the build name should be "commons-collections" IMO. > Sounds good to me. Any objections ? Cheers -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From dam at opencsw.org Sun Feb 1 21:25:25 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 1 Feb 2009 21:25:25 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <498600F0.9030505@wbonnet.net> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> Message-ID: <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> Hi William, Am 01.02.2009 um 21:07 schrieb William Bonnet: >> The path should match the name of the jar file/project, and so should >> the short name. If we start adding heaps of Java stuff to GAR this >> will >> collide pretty fast. > > I'm not really sure to understand which path you are talking about. > SHORTNAME is a variable i have defined for my convenience, it is not > used by GAR. Please can you give me an example ? I have a few more > to add... Well, we have multiple namespaces: (1) directoryname inside GAR (2) catalogname of package (3) packagename CSW The following statements should be valid: (a) For most packages the should be (2) == (3) with some exceptions (e. g. Perl modules) (b) By design we have 1:n for (1):(2) and (1):(3), because one GAR description may produce several packages (c) There should be at least one package with (1) == (2) For you there is (1) collections (2) commons_collect and commons_collect_doc (3) CSWajccollect and CSWajccollectdoc and hence neither (a) nor (b) nor (c) holds. I propose to use (1) GAR directory = ajccollect (2) catalogname ajccollect and ajccollect_doc (3) CSWajccollect and CSWajccollectdoc Having a hard-to-remember name is imho worse than having pkgname != catalogname. Phil, how about adding this to the standards? Best regards -- Dago >>> Added: csw/mgar/pkg/collections/trunk/Makefile >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/ >>> Makefile (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 >>> UTC (rev 2960) >>> @@ -0,0 +1,56 @@ >>> +SHORTNAME = collections >>> +GARVERSION = 3.2.1 >>> + >>> +GARNAME = commons-$(SHORTNAME) >>> +CATEGORIES = java >>> ... >>> >>> +# Defines two packages, lib and doc >>> +DISTFILES += $(call admfiles,CSWajccollect,) >>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>> + >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/ >>> CSWajccollect.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>> 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect >>> +%var pkgname CSWajccollect >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>> >>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> =================================================================== >>> --- csw/mgar/pkg/collections/trunk/files/ >>> CSWajccollectdoc.gspec (rev 0) >>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>> 2009-01-31 23:19:24 UTC (rev 2960) >>> @@ -0,0 +1,5 @@ >>> +%var bitname commons_collect_doc >>> +%var pkgname CSWajccollectdoc >>> +%var arch all >>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt From trygvis at opencsw.org Sun Feb 1 21:33:08 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 01 Feb 2009 21:33:08 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> Message-ID: <49860704.8010201@opencsw.org> Dagobert Michelsen wrote: > Hi William, > > Am 01.02.2009 um 21:07 schrieb William Bonnet: >>> The path should match the name of the jar file/project, and so should >>> the short name. If we start adding heaps of Java stuff to GAR this >>> will >>> collide pretty fast. >> I'm not really sure to understand which path you are talking about. >> SHORTNAME is a variable i have defined for my convenience, it is not >> used by GAR. Please can you give me an example ? I have a few more >> to add... > > Well, we have multiple namespaces: > > (1) directoryname inside GAR > (2) catalogname of package > (3) packagename CSW > > The following statements should be valid: > (a) For most packages the should be (2) == (3) with some exceptions > (e. g. Perl modules) The Perl modules getting prefixed with "pm_" is fine, but there are other discrepancies which I really don't like. But I guess that's life. > (b) By design we have 1:n for (1):(2) and (1):(3), because one GAR > description may produce > several packages True, but most builds create a single package (not counting _doc etc), so it should be 1:1 in most cases. > (c) There should be at least one package with (1) == (2) > > For you there is > > (1) collections > (2) commons_collect and commons_collect_doc > (3) CSWajccollect and CSWajccollectdoc > > and hence neither (a) nor (b) nor (c) holds. > > I propose to use > > (1) GAR directory = ajccollect > (2) catalogname ajccollect and ajccollect_doc > (3) CSWajccollect and CSWajccollectdoc > > Having a hard-to-remember name is imho worse than having pkgname != > catalogname. Yes, I have to agree with that. I just hope that it can get a better name that "ajccollect". How long can a name be? "commons-collections" is also one of the longer names, most are somewhat shorter. > Phil, how about adding this to the standards? +1 -- Trygve > > Best regards > > -- Dago > > >>>> Added: csw/mgar/pkg/collections/trunk/Makefile >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/ >>>> Makefile (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 >>>> UTC (rev 2960) >>>> @@ -0,0 +1,56 @@ >>>> +SHORTNAME = collections >>>> +GARVERSION = 3.2.1 >>>> + >>>> +GARNAME = commons-$(SHORTNAME) >>>> +CATEGORIES = java >>>> ... >>>> >>>> +# Defines two packages, lib and doc >>>> +DISTFILES += $(call admfiles,CSWajccollect,) >>>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>>> + > >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollect.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect >>>> +%var pkgname CSWajccollect >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>>> >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollectdoc.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect_doc >>>> +%var pkgname CSWajccollectdoc >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel From dam at opencsw.org Sun Feb 1 21:47:36 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 1 Feb 2009 21:47:36 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <49860704.8010201@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> <49860704.8010201@opencsw.org> Message-ID: <6182DCC6-B33B-4B1B-8AE2-A18D4E20C51C@opencsw.org> Hi Trygve, Am 01.02.2009 um 21:33 schrieb Trygve Laugst?l: >> Well, we have multiple namespaces: >> >> (1) directoryname inside GAR >> (2) catalogname of package >> (3) packagename CSW >> >> The following statements should be valid: >> (a) For most packages the should be (2) == (3) with some exceptions >> (e. g. Perl modules) > > The Perl modules getting prefixed with "pm_" is fine, but there are > other discrepancies which I really don't like. But I guess that's > life. If there are really ugly ones please make notes of it so we may address it some day. >> (b) By design we have 1:n for (1):(2) and (1):(3), because one GAR >> description may produce >> several packages > > True, but most builds create a single package (not counting _doc etc), > so it should be 1:1 in most cases. Yes. And if it is not 1:1, (1) should be a prefix of (2) >> (c) There should be at least one package with (1) == (2) >> >> For you there is >> >> (1) collections >> (2) commons_collect and commons_collect_doc >> (3) CSWajccollect and CSWajccollectdoc >> >> and hence neither (a) nor (b) nor (c) holds. >> >> I propose to use >> >> (1) GAR directory = ajccollect >> (2) catalogname ajccollect and ajccollect_doc >> (3) CSWajccollect and CSWajccollectdoc >> >> Having a hard-to-remember name is imho worse than having pkgname != >> catalogname. > > Yes, I have to agree with that. I just hope that it can get a better > name that "ajccollect". How long can a name be? IIRC there was a limit on the package name of 11 characters ages ago which was then raised to 256. There is a cosmetical limit on the catalog name, so it can be pretty printed on e. g. 'pkg-get -a' > "commons-collections" is > also one of the longer names, most are somewhat shorter. Yes, that is too long. >> Phil, how about adding this to the standards? > > +1 Am 01.02.2009 um 21:34 schrieb Philip Brown: > On Sun, Feb 01, 2009 at 09:25:25PM +0100, Dagobert Michelsen wrote: >> Phil, how about adding this to the standards? > > not sure which "this" you mean. that was a long email :-) Well, the mapping stuff about package- and catalog-names and that they should match and that they should be prefixed with -doc etc. Like what we discussed some time ago: > Am 30.08.2007 um 18:41 schrieb Dagobert Michelsen: >> Hi Phil, >> >> Am 30.08.2007 um 18:28 schrieb Philip Brown: >>> I agree splitting off "rt whenever it makes sense". >>> I disagree that it makes sense, for libart ;-) >>> >>> "_rt" is normally used, when there is a separate, distinct >>> product, that >>> people expect to use. >>> >>> Then, it is sensible to split into >>> product, product_rt, product_devel. >>> >>> The USES for these, would be >>> >>> "product": used for "pkg-get install product" to have something >>> that >>> users actually expect to use directly >>> "product_rt": as a minimal dependancy for other packages that have >>> need of the shared libs, but not the end-user stuff >>> "product_devel": because the devel-related stuff is noticably >>> large, >>> so only people actually compiling/etc stuff with >>> 'product' need to install this >>> Note that in the case of a library, and libart specifically, >>> there is no separate end-user "product". there is nothin that it >>> provides >>> in bin for users to use. >> >> That makes sense. Do you mind adding this to the standards page? That should IMHO go to Best regards -- Dago From william at wbonnet.net Sun Feb 1 21:51:21 2009 From: william at wbonnet.net (William Bonnet) Date: Sun, 01 Feb 2009 21:51:21 +0100 Subject: [csw-devel] SF.net SVN: gar:[2960] csw/mgar/pkg In-Reply-To: <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> References: <498570B4.6000907@opencsw.org> <498600F0.9030505@wbonnet.net> <8826D48D-2FF6-4F70-9DDC-4A134DD6CB7B@opencsw.org> Message-ID: <49860B49.2010103@wbonnet.net> Hi Dagobert > and hence neither (a) nor (b) nor (c) holds. > I know :( These packages are old stuff ... > (1) GAR directory = ajccollect > (2) catalogname ajccollect and ajccollect_doc > (3) CSWajccollect and CSWajccollectdoc > > Having a hard-to-remember name is imho worse than having pkgname != > catalogname. > > Phil, how about adding this to the standards? > Sounds good to me. I wait for confirmation from Phil, then rename things in my packages. Cheers W. > > Best regards > > -- Dago > > > >>>> Added: csw/mgar/pkg/collections/trunk/Makefile >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/ >>>> Makefile (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/Makefile 2009-01-31 23:19:24 >>>> UTC (rev 2960) >>>> @@ -0,0 +1,56 @@ >>>> +SHORTNAME = collections >>>> +GARVERSION = 3.2.1 >>>> + >>>> +GARNAME = commons-$(SHORTNAME) >>>> +CATEGORIES = java >>>> ... >>>> >>>> +# Defines two packages, lib and doc >>>> +DISTFILES += $(call admfiles,CSWajccollect,) >>>> +DISTFILES += $(call admfiles,CSWajccollectdoc,) >>>> + >>>> > > >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollect.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollect.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect >>>> +%var pkgname CSWajccollect >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>>> >>>> Added: csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> =================================================================== >>>> --- csw/mgar/pkg/collections/trunk/files/ >>>> CSWajccollectdoc.gspec (rev 0) >>>> +++ csw/mgar/pkg/collections/trunk/files/CSWajccollectdoc.gspec >>>> 2009-01-31 23:19:24 UTC (rev 2960) >>>> @@ -0,0 +1,5 @@ >>>> +%var bitname commons_collect_doc >>>> +%var pkgname CSWajccollectdoc >>>> +%var arch all >>>> +%include url file://%{PKGLIB}/csw_dyndepend.gspec >>>> +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt >>>> > _______________________________________________ > devel mailing list > devel at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/devel > > > -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From harpchad at users.sourceforge.net Mon Feb 2 19:17:52 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 18:17:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[2964] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 2964 http://gar.svn.sourceforge.net/gar/?rev=2964&view=rev Author: harpchad Date: 2009-02-02 18:17:49 +0000 (Mon, 02 Feb 2009) Log Message: ----------- exclude iconv.m4 Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-01 15:32:14 UTC (rev 2963) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 18:17:49 UTC (rev 2964) @@ -48,7 +48,8 @@ TEST_TARGET = check #provided by iconv -MERGE_EXCLUDE_FILES = .*/charset.alias +MERGE_EXCLUDE_FILES = .*/charset.alias +MERGE_EXCLUDE_FILES += .*/iconv.m4 PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Mon Feb 2 19:27:06 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Mon, 02 Feb 2009 18:27:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[2965] csw/mgar/pkg/nginx/trunk Message-ID: Revision: 2965 http://gar.svn.sourceforge.net/gar/?rev=2965&view=rev Author: aigoshin Date: 2009-02-02 18:27:05 +0000 (Mon, 02 Feb 2009) Log Message: ----------- nginx: milestone 2 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile csw/mgar/pkg/nginx/trunk/checksums csw/mgar/pkg/nginx/trunk/files/CSWnginx.gspec csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall csw/mgar/pkg/nginx/trunk/files/svc-cswnginx Added Paths: ----------- csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall csw/mgar/pkg/nginx/trunk/files/CSWnginx.preremove Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-02 18:17:49 UTC (rev 2964) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-02 18:27:05 UTC (rev 2965) @@ -10,13 +10,13 @@ MASTER_SITES = http://sysoev.ru/nginx/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWnginx,postinstall) +DISTFILES += $(call admfiles,CSWnginx,checkinstall postinstall preremove) DISTFILES += cswnginx.xml svc-cswnginx # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz -REQUIRED_PKGS = CSWosslrt CSWpcre CSWzlib +REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib CFLAGS = Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2009-02-02 18:17:49 UTC (rev 2964) +++ csw/mgar/pkg/nginx/trunk/checksums 2009-02-02 18:27:05 UTC (rev 2965) @@ -1,5 +1,7 @@ 31d26f66824fd2d3f33ac0b3b9db1532 download/nginx-0.7.30.tar.gz -9103d1634917ce758fe6bf49706b6229 download/CSWnginx.gspec -87439f67e79eeb22db439ecbb27761a7 download/CSWnginx.postinstall +12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec +521cd4c0248aebfdb25df48a11a8cc49 download/CSWnginx.checkinstall +9b563db1078bad23e49f8db06809aac0 download/CSWnginx.postinstall +e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove 5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml -64aa7f1749c33228be337119bc3f7b5f download/svc-cswnginx +19bb7c5d6246343f54b13afb327f7bcb download/svc-cswnginx Added: csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall =================================================================== --- csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall (rev 0) +++ csw/mgar/pkg/nginx/trunk/files/CSWnginx.checkinstall 2009-02-02 18:27:05 UTC (rev 2965) @@ -0,0 +1,47 @@ +#!/sbin/sh +################################################################################# +# CUSTOM SECTION +################################################################################# + +UPGRADE_NGINX="0" + +SMF="no" +test -f $BASEDIR/usr/sbin/svccfg -a -f $BASEDIR/usr/sbin/svcadm && SMF="yes" + +if [ "$SMF" = "yes" ]; then + STATE=`$BASEDIR/usr/bin/svcs -Ho STATE nginx 2>/dev/null` + if [ $? -eq 0 ]; then + echo "nginx service is in '$STATE' state" + if [ "$STATE" = "online" ]; then + if [ -x "$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx" ]; then + NXSTATE=`$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx state` + echo "nginx is $NXSTATE" + if [ "$NXSTATE" = "running" ]; then + echo "nginx online upgrade is requested" + UPGRADE_NGINX="1" + fi + fi + fi + fi +else + if [ -x $BASEDIR/etc/init.d/cswnginx ]; then + NXSTATE=`$BASEDIR/etc/init.d/cswnginx state` + echo "nginx is $NXSTATE" + if [ "$NXSTATE" = "running" ]; then + echo "nginx online upgrade is requested" + UPGRADE_NGINX="1" + fi + fi +fi + + +# Make env variables available to other packaging scripts + +cat >$1 </dev/null 2>&1 + case "$?" in + 0) + echo "removing unmodified $CONF_FILE" + rm -f $CONF_FILE + ;; + 1) + echo "not touching modified $CONF_FILE" + ;; + *) + ;; + esac +done + +################################################################################# +# END CUSTOM SECTION +################################################################################# + Property changes on: csw/mgar/pkg/nginx/trunk/files/CSWnginx.preremove ___________________________________________________________________ Added: svn:executable + * Modified: csw/mgar/pkg/nginx/trunk/files/svc-cswnginx =================================================================== --- csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-02 18:17:49 UTC (rev 2964) +++ csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-02 18:27:05 UTC (rev 2965) @@ -65,6 +65,26 @@ return $RETVAL } +state() { + if [ -s "$PIDFILE" ]; then + FPID=`/bin/cat $PIDFILE` + else + echo "not running" + return 1 + fi + PIDP=`/bin/ps -o pid= -p $FPID` + if [ "$PIDP" = "" ]; then + echo "not running" + return 1 + fi + COMM=`/bin/ps -o comm= -p $FPID` + if [ "$NGINX" = "$COMM" ]; then + echo "running" + else + echo "running, but it is not a CSW package" + fi +} + upgrade() { killpidf -USR2 @@ -97,13 +117,17 @@ rotate RETVAL=$? ;; +state) + state + RETVAL=$? + ;; upgrade) check RETVAL=$? [ $RETVAL -eq 0 ] && upgrade ||: ;; *) - echo "Usage: $0 {start|stop|refresh|reload|restart|rotate|upgrade}" + echo "Usage: $0 {start|stop|refresh|reload|restart|rotate|state|upgrade}" exit 1 ;; esac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 2 19:33:52 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 18:33:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[2966] csw/mgar/pkg/gettext/trunk Message-ID: Revision: 2966 http://gar.svn.sourceforge.net/gar/?rev=2966&view=rev Author: harpchad Date: 2009-02-02 18:33:52 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Add old 64-bit libraries Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9 csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9 csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9 Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 18:27:05 UTC (rev 2965) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 18:33:52 UTC (rev 2966) @@ -55,11 +55,18 @@ include gar/category.mk +#Include old libraries for compatibility with existing packages +# TODO: Convert to modulated builds post-install-isa-sparcv8: @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 +post-install-isa-sparcv9: + @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libgettextlib-0.14.1.so + @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.2 + @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.3 + post-install-isa-i386: @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 Added: csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From william at wbonnet.net Mon Feb 2 21:23:24 2009 From: william at wbonnet.net (William Bonnet) Date: Mon, 02 Feb 2009 21:23:24 +0100 Subject: [csw-devel] Packages age In-Reply-To: <4963CA45.1040706@wbonnet.net> References: <4937150C.6080907@wbonnet.net> <4963CA45.1040706@wbonnet.net> Message-ID: <4987563C.6040103@wbonnet.net> Hi all Here are the january update of age statistics of the package from the unstable source. The last colum show the delta between this month and previous month. As you can notice packages total from 2005 2006 2007 and 2008 decreased, which is good (they have been updated). Delta of packages in 2009 is +61, which is very good. This number is higher than the -26 packages for year 2005 to 2008 (it means 35 new packages or the update of packages without information in the name ). It will be available through a page page in a few days. 1997 1 0 1998 1 0 2001 3 0 2002 4 0 2003 26 0 2004 107 0 2005 179 -1 2006 202 -2 2007 199 -4 2008 412 -19 2009 66 +61 The stable information did not changed since there has been no stable release Cheers W. -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group From dmichelsen at users.sourceforge.net Mon Feb 2 23:22:58 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 02 Feb 2009 22:22:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[2967] csw/mgar/gar/v2/pkglib/smf/postinstall Message-ID: Revision: 2967 http://gar.svn.sourceforge.net/gar/?rev=2967&view=rev Author: dmichelsen Date: 2009-02-02 22:22:58 +0000 (Mon, 02 Feb 2009) Log Message: ----------- mGAR v2: Leave services enabled on a re-pkgadd that is running Modified Paths: -------------- csw/mgar/gar/v2/pkglib/smf/postinstall Modified: csw/mgar/gar/v2/pkglib/smf/postinstall =================================================================== --- csw/mgar/gar/v2/pkglib/smf/postinstall 2009-02-02 18:33:52 UTC (rev 2966) +++ csw/mgar/gar/v2/pkglib/smf/postinstall 2009-02-02 22:22:58 UTC (rev 2967) @@ -24,6 +24,14 @@ { SERVICE_STATE="disabled" + STATE=`$BASEDIR/usr/bin/svcs -Ho STATE $1 2>/dev/null` + if [ $? -eq 0 ]; then + if [ "$STATE" = "online" ]; then + SERVICE_STATE="enabled" + return 0 + fi + fi + if [ -f "$STATE_FILE" ]; then set -- `/usr/bin/awk " \\\$1 == \"$1\" { print \\\$2 } " "$STATE_FILE"` if [ "$1" = "enabled" ]; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 00:01:32 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 23:01:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[2968] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 2968 http://gar.svn.sourceforge.net/gar/?rev=2968&view=rev Author: harpchad Date: 2009-02-02 23:01:32 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Adjust sparcv9 library path for old libraries Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 22:22:58 UTC (rev 2967) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-02 23:01:32 UTC (rev 2968) @@ -63,9 +63,9 @@ @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 post-install-isa-sparcv9: - @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libgettextlib-0.14.1.so - @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.2 - @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.3 + @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/64/libgettextlib-0.14.1.so + @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.2 + @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.3 post-install-isa-i386: @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 00:34:07 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 02 Feb 2009 23:34:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[2969] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: Revision: 2969 http://gar.svn.sourceforge.net/gar/?rev=2969&view=rev Author: harpchad Date: 2009-02-02 23:34:07 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Add CSWdbus to REQUIRED_PKGS_CSWpidgin Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-02 23:01:32 UTC (rev 2968) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-02 23:34:07 UTC (rev 2969) @@ -43,7 +43,7 @@ REQUIRED_PKGS_CSWpidgin += CSWgnutls CSWgstreamer CSWgtk2 CSWgtkspell CSWlibatk REQUIRED_PKGS_CSWpidgin += CSWlibcairo CSWlibdbus CSWlibxml2 CSWmeanwhile CSWncurses REQUIRED_PKGS_CSWpidgin += CSWpango CSWperl CSWpython CSWsilctoolkit CSWstartupnotif -REQUIRED_PKGS_CSWpidgin += CSWtcl CSWtk CSWiconv CSWsunmath CSWzlib +REQUIRED_PKGS_CSWpidgin += CSWtcl CSWtk CSWiconv CSWsunmath CSWzlib CSWdbus include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 04:10:17 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 03:10:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[2970] csw/mgar/pkg Message-ID: Revision: 2970 http://gar.svn.sourceforge.net/gar/?rev=2970&view=rev Author: harpchad Date: 2009-02-03 03:10:17 +0000 (Tue, 03 Feb 2009) Log Message: ----------- otr: initial commit Added Paths: ----------- csw/mgar/pkg/otr/ csw/mgar/pkg/otr/branches/ csw/mgar/pkg/otr/tags/ csw/mgar/pkg/otr/trunk/ csw/mgar/pkg/otr/trunk/Makefile csw/mgar/pkg/otr/trunk/checksums csw/mgar/pkg/otr/trunk/files/ csw/mgar/pkg/otr/trunk/files/CSWotr.gspec csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec csw/mgar/pkg/otr/trunk/files/heartbeat.patch Property changes on: csw/mgar/pkg/otr/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/otr/trunk/Makefile =================================================================== --- csw/mgar/pkg/otr/trunk/Makefile (rev 0) +++ csw/mgar/pkg/otr/trunk/Makefile 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,30 @@ +GARNAME = libotr +GARVERSION = 3.2.0 +CATEGORIES = lib + +DESCRIPTION = Off-The-Record Messaging plugin for pidgin +define BLURB + Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging. +endef + +MASTER_SITES = http://www.cypherpunks.ca/otr/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWotr,) +DISTFILES += $(call admfiles,CSWotrdevel,) +PATCHFILES = heartbeat.patch + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) + +BUILD64 = 1 + +REQUIRED_PKGS_CSWotr = +REQUIRED_PKGS_CSWotrdevel = CSWCSWotr + +TEST_TARGET = check + +PKGFILES_CSWotrdevel = $(PKGFILES_DEVEL) + +include gar/category.mk Added: csw/mgar/pkg/otr/trunk/checksums =================================================================== --- csw/mgar/pkg/otr/trunk/checksums (rev 0) +++ csw/mgar/pkg/otr/trunk/checksums 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,4 @@ +db7375c65f54ca414f7faab60f3e849c download/CSWotr.gspec +90bcbdc595c6a4ce2e84d5e19d825105 download/CSWotrdevel.gspec +95c0d14324aa89b6fcd2e5331f7c80bf download/heartbeat.patch +faba02e60f64e492838929be2272f839 download/libotr-3.2.0.tar.gz Added: csw/mgar/pkg/otr/trunk/files/CSWotr.gspec =================================================================== --- csw/mgar/pkg/otr/trunk/files/CSWotr.gspec (rev 0) +++ csw/mgar/pkg/otr/trunk/files/CSWotr.gspec 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,4 @@ +%var bitname otr +%var pkgname CSWotr +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec =================================================================== --- csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec (rev 0) +++ csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,4 @@ +%var bitname otrdevel +%var pkgname CSWotrdevel +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/otr/trunk/files/heartbeat.patch =================================================================== --- csw/mgar/pkg/otr/trunk/files/heartbeat.patch (rev 0) +++ csw/mgar/pkg/otr/trunk/files/heartbeat.patch 2009-02-03 03:10:17 UTC (rev 2970) @@ -0,0 +1,11 @@ +--- libotr-3.2.0/src/message.c.o 2009-02-02 20:51:01.531472266 -0600 ++++ libotr-3.2.0/src/message.c 2009-02-02 20:54:53.149261672 -0600 +@@ -1135,7 +1135,7 @@ + free(buf); + } + edata.ignore_message = 1; +- } else if (edata.ignore_message == 0 && ++ } else if (edata.ignore_message != 1 && + context->their_keyid > 0) { + /* If it's *not* a heartbeat, and we haven't + * sent anything in a while, also send a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 04:51:18 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 03:51:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2971] csw/mgar/pkg/otr/trunk/Makefile Message-ID: Revision: 2971 http://gar.svn.sourceforge.net/gar/?rev=2971&view=rev Author: harpchad Date: 2009-02-03 03:51:17 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Add depends Modified Paths: -------------- csw/mgar/pkg/otr/trunk/Makefile Modified: csw/mgar/pkg/otr/trunk/Makefile =================================================================== --- csw/mgar/pkg/otr/trunk/Makefile 2009-02-03 03:10:17 UTC (rev 2970) +++ csw/mgar/pkg/otr/trunk/Makefile 2009-02-03 03:51:17 UTC (rev 2971) @@ -20,7 +20,7 @@ BUILD64 = 1 -REQUIRED_PKGS_CSWotr = +REQUIRED_PKGS_CSWotr = CSWgcrypt CSWgpgerr REQUIRED_PKGS_CSWotrdevel = CSWCSWotr TEST_TARGET = check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Tue Feb 3 16:29:34 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 03 Feb 2009 15:29:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[2972] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 2972 http://gar.svn.sourceforge.net/gar/?rev=2972&view=rev Author: bdwalton Date: 2009-02-03 15:29:34 +0000 (Tue, 03 Feb 2009) Log Message: ----------- * Reorder a few PKGFILES statements * Add PROTOTYPE_FILTER for CSWrubytk Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-03 03:51:17 UTC (rev 2971) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-03 15:29:34 UTC (rev 2972) @@ -7,13 +7,13 @@ PREREQUISITE_PKGS = CSWbdb3 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel PREREQUISITE_PKGS += CSWreadline CSWzlib -REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv +REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv SCWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWrubydoc = CSWruby + REQUIRED_PKGS_CSWrubytk = CSWruby CSWtk -REQUIRED_PKGS_CSWrubydoc = CSWruby - DESCRIPTION = An object-oriented language for quick and easy programming. define BLURB Ruby is a language for quick and easy programming. Similar in scope to Perl @@ -25,11 +25,13 @@ closures. endef -SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension SPKG_DESC_CSWrubydoc = Documentation for Ruby +SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension + PKGFILES_CSWrubydoc = $(PKGFILES_DOC) PKGFILES_CSWrubytk = .*/tcl.* .*/tk.* .*-tk.rb +PROTOTYPE_FILTER_CSWrubytk = ggrep -v $(docdir) MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ @@ -39,8 +41,9 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-p(\d+).tar.bz2 DISTFILES = $(GARNAME)-$(DISTVERSION)-$(PATCHLEVEL).tar.bz2 -DISTFILES += $(call admfiles,CSWruby,) $(call admfiles,CSWrubytk,) +DISTFILES += $(call admfiles,CSWruby,) DISTFILES += $(call admfiles,CSWrubydoc,) +DISTFILES += $(call admfiles,CSWrubytk,) # See: http://rubyforge.org/tracker/index.php?func=detail&aid=17607&group_id=426&atid=1698 PATCHFILES = rdoc_parse_order_fix.patch 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 Feb 3 19:36:09 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 03 Feb 2009 18:36:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[2973] csw/mgar/pkg/pca/trunk/ Message-ID: Revision: 2973 http://gar.svn.sourceforge.net/gar/?rev=2973&view=rev Author: dmichelsen Date: 2009-02-03 18:36:09 +0000 (Tue, 03 Feb 2009) Log Message: ----------- pca: Convert to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/pca/trunk/ Property changes on: csw/mgar/pkg/pca/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 19:38:24 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 18:38:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[2974] csw/mgar/pkg Message-ID: Revision: 2974 http://gar.svn.sourceforge.net/gar/?rev=2974&view=rev Author: harpchad Date: 2009-02-03 18:38:22 +0000 (Tue, 03 Feb 2009) Log Message: ----------- pidginotr: initial commit Added Paths: ----------- csw/mgar/pkg/pidginotr/ csw/mgar/pkg/pidginotr/branches/ csw/mgar/pkg/pidginotr/tags/ csw/mgar/pkg/pidginotr/trunk/ csw/mgar/pkg/pidginotr/trunk/Makefile csw/mgar/pkg/pidginotr/trunk/checksums csw/mgar/pkg/pidginotr/trunk/files/ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch Property changes on: csw/mgar/pkg/pidginotr/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pidginotr/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidginotr/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/Makefile 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,32 @@ +GARNAME = pidgin-otr +GARVERSION = 3.2.0 +CATEGORIES = apps + +DESCRIPTION = Off-The-Record Messaging plugin for pidgin +define BLURB + Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging. +endef + +MASTER_SITES = http://www.cypherpunks.ca/otr/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWpidginotr,) +PATCHFILES = otr_priority.patch + +TEST_TARGET = check + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# pidgin-otr requires gnu gettex but doesn't do a good job of locating it +INTLTOOL_XGETTEXT = /opt/csw/bin/gxgettext +XGETTEXT = $(INTLTOOL_XGETTEXT) +INTLTOOL_MSGFMT = /opt/csw/bin/gmsgfmt +MSGFMT = $(INTLTOOL_MSGFMT) +INTLTOOL_MSGMERGE = /opt/csw/bin/gmsgmerge +EXTRA_CONFIGURE_EXPORTS = INTLTOOL_XGETTEXT XGETTEXT INTLTOOL_MSGFMT MSGFMT INTLTOOL_MSGMERGE + +CONFIGURE_ARGS = $(DIRPATHS) + +REQUIRED_PKGS_CSWpidginotr = CSWgcrypt CSWgpgerr CSWpidgin CSWotr + +include gar/category.mk Added: csw/mgar/pkg/pidginotr/trunk/checksums =================================================================== --- csw/mgar/pkg/pidginotr/trunk/checksums (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/checksums 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,3 @@ +c92dc0c28bd0a6115506d55ae26515f9 download/CSWpidginotr.gspec +37569ac8bf1a824128581dca70afd2ea download/otr_priority.patch +8af70b654b7d7c5a5b7785699ff562f9 download/pidgin-otr-3.2.0.tar.gz Added: csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec =================================================================== --- csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,4 @@ +%var bitname pidginotr +%var pkgname CSWpidginort +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch =================================================================== --- csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch (rev 0) +++ csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch 2009-02-03 18:38:22 UTC (rev 2974) @@ -0,0 +1,13 @@ +--- pidgin-otr-3.2.0/otr-plugin.c.old 2009-01-31 21:50:40.000000000 +0100 ++++ pidgin-otr-3.2.0/otr-plugin.c 2009-01-31 21:41:05.000000000 +0100 +@@ -843,8 +843,8 @@ + + purple_signal_connect(core_handle, "quitting", otrg_plugin_handle, + PURPLE_CALLBACK(process_quitting), NULL); +- purple_signal_connect(conv_handle, "sending-im-msg", otrg_plugin_handle, +- PURPLE_CALLBACK(process_sending_im), NULL); ++ purple_signal_connect_priority(conv_handle, "sending-im-msg", otrg_plugin_handle, ++ PURPLE_CALLBACK(process_sending_im), NULL, PURPLE_SIGNAL_PRIORITY_HIGHEST); + purple_signal_connect(conv_handle, "receiving-im-msg", otrg_plugin_handle, + PURPLE_CALLBACK(process_receiving_im), NULL); + purple_signal_connect(conv_handle, "conversation-updated", 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 Feb 3 19:48:10 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 03 Feb 2009 18:48:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[2975] csw/mgar/pkg/pca/trunk Message-ID: Revision: 2975 http://gar.svn.sourceforge.net/gar/?rev=2975&view=rev Author: dmichelsen Date: 2009-02-03 18:48:10 +0000 (Tue, 03 Feb 2009) Log Message: ----------- pca: Update to 20081218-01 Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2009-02-03 18:38:22 UTC (rev 2974) +++ csw/mgar/pkg/pca/trunk/Makefile 2009-02-03 18:48:10 UTC (rev 2975) @@ -1,5 +1,5 @@ GARNAME = pca -GARVERSION = 20081024-01 +GARVERSION = 20081218-01 CATEGORIES = utils DESCRIPTION = Patch Check Advanced Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2009-02-03 18:38:22 UTC (rev 2974) +++ csw/mgar/pkg/pca/trunk/checksums 2009-02-03 18:48:10 UTC (rev 2975) @@ -1,3 +1,3 @@ -85ce7fa0c108b5e6f1fd1b84e1216ca6 download/pca-20081024-01 +edde160aa02b5d8232b402cdf336f327 download/pca-20081218-01 12fc8ec8fe4164566632328a76e025f7 download/CSWpca.gspec 12de68ff8f67b4bb8b095e5646402208 download/pca.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 3 20:06:56 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 03 Feb 2009 19:06:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[2976] csw/mgar/pkg/pidginotr/trunk Message-ID: Revision: 2976 http://gar.svn.sourceforge.net/gar/?rev=2976&view=rev Author: harpchad Date: 2009-02-03 19:06:56 +0000 (Tue, 03 Feb 2009) Log Message: ----------- fix typo pidginort -> pidginotr Modified Paths: -------------- csw/mgar/pkg/pidginotr/trunk/checksums csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec Modified: csw/mgar/pkg/pidginotr/trunk/checksums =================================================================== --- csw/mgar/pkg/pidginotr/trunk/checksums 2009-02-03 18:48:10 UTC (rev 2975) +++ csw/mgar/pkg/pidginotr/trunk/checksums 2009-02-03 19:06:56 UTC (rev 2976) @@ -1,3 +1,3 @@ -c92dc0c28bd0a6115506d55ae26515f9 download/CSWpidginotr.gspec +f7e34362bff459578e7b1d5039c7a879 download/CSWpidginotr.gspec 37569ac8bf1a824128581dca70afd2ea download/otr_priority.patch 8af70b654b7d7c5a5b7785699ff562f9 download/pidgin-otr-3.2.0.tar.gz Modified: csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec =================================================================== --- csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec 2009-02-03 18:48:10 UTC (rev 2975) +++ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec 2009-02-03 19:06:56 UTC (rev 2976) @@ -1,4 +1,4 @@ %var bitname pidginotr -%var pkgname CSWpidginort +%var pkgname CSWpidginotr %include url file://%{PKGLIB}/csw_dyndepend.gspec %copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 3 20:39:28 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 03 Feb 2009 19:39:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[2977] csw/mgar/pkg/gnupg/trunk/Makefile Message-ID: Revision: 2977 http://gar.svn.sourceforge.net/gar/?rev=2977&view=rev Author: dmichelsen Date: 2009-02-03 19:39:28 +0000 (Tue, 03 Feb 2009) Log Message: ----------- gnupg: Add missing compile flags Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-03 19:06:56 UTC (rev 2976) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977) @@ -16,6 +16,12 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +# This is somehow not correctly detected from autoconf +EXTRA_LINKER_FLAGS = -lgpg-error + +# Needed for nanosleep() +EXTRA_LINKER_FLAGS += -lrt + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libcurl CONFIGURE_ARGS += --with-ldap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 3 21:10:40 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 20:10:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[2978] csw/mgar/pkg Message-ID: Revision: 2978 http://gar.svn.sourceforge.net/gar/?rev=2978&view=rev Author: wbonnet Date: 2009-02-03 20:10:39 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update to upstream version of dbus and dbus-glib Modified Paths: -------------- csw/mgar/pkg/dbus-glib/trunk/Makefile csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec csw/mgar/pkg/jxplorer/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype Property Changed: ---------------- csw/mgar/pkg/dbus/trunk/ Property changes on: csw/mgar/pkg/dbus/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/dbus-glib/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,5 +1,5 @@ GARNAME = dbus-glib -GARVERSION = 0.76 +GARVERSION = 0.80 CATEGORIES = lib DESCRIPTION = DBus GLib Bindings @@ -25,6 +25,13 @@ # CPPFLAGS += -I$(DESTDIR)/opt/csw/include/xfce4 LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib +#P CSWexpat expat - XML Parser Toolkit +#P CSWggettext ggettext - GNU gettext +#P CSWglib2 glib2 - the low-level core library for GTK+ and GNOME +#P CSWiconv libiconv - GNU iconv library +#P CSWsunmath libsunmath - Sun maths library +#P CSWlibdbus + export CFLAGS CXXFLAGS LDFLAGS include gar/category.mk Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.depend 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,8 +0,0 @@ -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - the low-level core library for GTK+ and GNOME -P CSWiconv libiconv - GNU iconv library -P CSWsunmath libsunmath - Sun maths library -P CSWlibdbus -P CSWcommon common - common files and dirs for CSW packages -P CSWcommon common - common files and dirs for CSW packages Modified: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.gspec 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,4 +1,4 @@ %var bitname dbus_glib %var pkgname CSWdbusglib %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglib.prototype 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,8 +0,0 @@ -f none /opt/csw/bin/dbus-binding-tool 0755 root bin -f none /opt/csw/lib/libdbus-glib-1.la 0755 root bin -f none /opt/csw/lib/libdbus-glib-1.so.2.1.0 0755 root bin -s none /opt/csw/lib/libdbus-glib-1.so.2=libdbus-glib-1.so.2.1.0 -s none /opt/csw/lib/libdbus-glib-1.so=libdbus-glib-1.so.2.1.0 -i copyright=CSWdbusglib.copyright -i depend=CSWdbusglib.depend -i pkginfo=CSWdbusglib.pkginfo Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.depend 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,3 +0,0 @@ -P CSWdbusglib dbus_glib - DBus GLib Bindings -P CSWcommon common - common files and dirs for CSW packages -P CSWcommon common - common files and dirs for CSW packages Modified: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.gspec 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,5 +1,4 @@ %var bitname dbus_glibdev %var desc DBus GLib Bindings Headers -%var pkgname CSWdbusglibdev %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/dbus-glib/trunk/files/CSWdbusglibdev.prototype 2009-02-03 20:10:39 UTC (rev 2978) @@ -1,33 +0,0 @@ -d none /opt/csw/include/dbus-1.0/dbus 0755 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib-bindings.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib-error-enum.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib-lowlevel.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-glib.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-gtype-specialized.h 0644 root bin -f none /opt/csw/lib/libdbus-glib-1.a 0644 root bin -f none /opt/csw/lib/pkgconfig/dbus-glib-1.pc 0644 root bin -d none /opt/csw/share/gtk-doc/html 0755 root bin -d none /opt/csw/share/gtk-doc/html/dbus-glib 0755 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/ch01.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/ch02.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/ch03.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-binding-tool.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib.devhelp 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/home.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/index.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/index.sgml 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/left.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/right.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/style.css 0644 root bin -f none /opt/csw/share/gtk-doc/html/dbus-glib/up.png 0644 root bin -i copyright=CSWdbusglibdev.copyright -i depend=CSWdbusglibdev.depend -i pkginfo=CSWdbusglibdev.pkginfo Modified: csw/mgar/pkg/jxplorer/trunk/Makefile =================================================================== --- csw/mgar/pkg/jxplorer/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977) +++ csw/mgar/pkg/jxplorer/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) @@ -34,6 +34,9 @@ @$(MAKECOOKIE) install-custom: + @ginstall -d $(DESTDIR)$(bindir) + @( cd $(DESTDIR)$(bindir) ; \ + ln -s ../share/jxplorer/jxplorer.sh jxplorer ) @ginstall -d $(DESTDIR)$(datadir)/$(GARNAME) @ginstall -d $(DESTDIR)$(prefix)/etc/$(GARNAME) @gcp -fpr $(WORKSRC)/* $(DESTDIR)$(datadir)/$(GARNAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 3 22:40:59 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 21:40:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[2979] csw/mgar/pkg Message-ID: Revision: 2979 http://gar.svn.sourceforge.net/gar/?rev=2979&view=rev Author: wbonnet Date: 2009-02-03 21:40:59 +0000 (Tue, 03 Feb 2009) Log Message: ----------- upgrade to version 1.2.12 Modified Paths: -------------- csw/mgar/pkg/codec/trunk/Makefile csw/mgar/pkg/dbus/trunk/Makefile csw/mgar/pkg/dbus/trunk/checksums csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec csw/mgar/pkg/dbus/trunk/files/cswdbus csw/mgar/pkg/dbus-glib/trunk/Makefile csw/mgar/pkg/dbus-glib/trunk/checksums csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile csw/mgar/pkg/xfce/libxfce4util/trunk/checksums csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec Added Paths: ----------- csw/mgar/pkg/java/ Removed Paths: ------------- csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.depend csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype csw/mgar/pkg/dbus/trunk/files/checkinstall csw/mgar/pkg/dbus/trunk/files/dbus.xml csw/mgar/pkg/dbus/trunk/files/i.smfno csw/mgar/pkg/dbus/trunk/files/i.smfyes csw/mgar/pkg/dbus/trunk/files/space csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff Property Changed: ---------------- csw/mgar/pkg/xfce/libxfce4util/trunk/ Modified: csw/mgar/pkg/codec/trunk/Makefile =================================================================== --- csw/mgar/pkg/codec/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/codec/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -4,9 +4,9 @@ GARNAME = commons-$(SHORTNAME) CATEGORIES = java -DESCRIPTION = Apache Jakarta Commons codec : codec of Responsibility pattern API +DESCRIPTION = Apache Jakarta Commons Codec define BLURB -Apache Jakarta Commons codec provides "codec of Responsibility" pattern implemention +Apache Jakarta Commons Codec : implementations of common encoders and decoders such as Base64 endef # Use jakarta sources Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,5 @@ GARNAME = dbus -GARVERSION = 1.2.4 +GARVERSION = 1.2.12 CATEGORIES = lib DESCRIPTION = DBus Message Bus System @@ -11,33 +11,51 @@ MASTER_SITES = http://dbus.freedesktop.org/releases/dbus/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += CSWdbus.gspec CSWdbus.prototype CSWdbus.depend CSWdbus.postinstall CSWdbus.preinstall checkinstall -DISTFILES += space i.smfno i.smfyes svc-dbus dbus.xml cswdbus CSWdbus.preremove -DISTFILES += CSWlibdbus.gspec CSWlibdbus.prototype CSWlibdbus.depend -DISTFILES += CSWlibdbusdev.gspec CSWlibdbusdev.prototype CSWlibdbusdev.depend -# DISTFILES += $(call admfiles,CSWdbus, depend) +PKGDIST = $(DISTFILE) -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +# Generate description fields +SPKG_DESC_CSWdbus = $(DESCRIPTION) +SPKG_DESC_CSWlibdbus = $(DESCRIPTION) libraries +SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package -CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION -CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath -LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib +# SMF support +SPKG_CLASSES = none cswinitsmf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswfoo$$$$/ { $$$$2 = "cswinitsmf" } { print }' + +DISTFILES += $(call admfiles,CSWdbus, preinstall, cswdbus) +DISTFILES += cswdbus +DISTFILES += $(call admfiles,CSWlibdbusdev, ) +DISTFILES += $(call admfiles,CSWlibdbus, ) -export CFLAGS CXXFLAGS LDFLAGS +# Dynamic CSWlibdbusdev prototype +PKGFILES_CSWlibdbusdev = $(PKGFILES_DEVEL) +PKGFILES_CSWlibdbusdev += $(includedir)/include/.* +PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/.* +PKGFILES_CSWlibdbusdev += $(libdir)/.*\.a +PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/.* -GREP = ggrep +# Dynamic CSWlibdbus prototype +PKGFILES_CSWlibdbus = $(libdir)/.*\.la +PKGFILES_CSWlibdbus += $(libdir)/.*\.so +PKGFILES_CSWlibdbus += $(libdir)/.*\.so\..* -include gar/category.mk +# Dependencies tracking +REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibx11 CSWlibxau CSWlibxcb CSWlibxdmcp CSWlibdbus CSWcswclassutils +REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus -CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man --disable-tests --with-xml=expat +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --disable-tests --with-xml=expat +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +# moving configuration file & installing init script post-install: - ( mkdir -p $(DESTDIR)/etc/init.d ) - ( mkdir -p $(DESTDIR)/etc/rc3.d ) - ( cp -fr $(FILEDIR)/csw$(GARNAME) $(DESTDIR)/etc/init.d ) - ( rm -f $(DESTDIR)/etc/rc3.d/S52$(GARNAME) ) - ( ln -s /etc/init.d/csw$(GARNAME) $(DESTDIR)/etc/rc3.d/S52$(GARNAME) ) - ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) + ( ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ + ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + cp -fr $(FILEDIR)/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; \ + ln -s ../init.d/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; ) +include gar/category.mk + Modified: csw/mgar/pkg/dbus/trunk/checksums =================================================================== --- csw/mgar/pkg/dbus/trunk/checksums 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/checksums 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,20 +1,6 @@ -2e643910a09f44b000a0d76038637999 download/dbus-1.2.4.tar.gz -0956c2a4c626eaa494d6c95aeed3f335 download/CSWdbus.gspec -f6e781fcc74d4444b18dd17be11153c5 download/CSWdbus.prototype -81bc75f2ab42dfeb22ecbf8a0db0b2ba download/CSWdbus.depend -b093e0816fcca4ec08c41da64be36ff3 download/CSWdbus.postinstall +39bd582c3b06a261cac44d4cab6fd60b download/dbus-1.2.12.tar.gz +c42e10133d9c6358f3fb2a8c14d71cd3 download/CSWdbus.gspec 6e26e51243c4551ac222112edf67b5db download/CSWdbus.preinstall -e62348be24eef2faf9c9e3af5de0e209 download/checkinstall -f49c3339aa897df97abf1baf54582fb8 download/space -848ef38127a2c97a70aa1732431f0ac4 download/i.smfno -bf067dcada44a3d278d67fbec727e197 download/i.smfyes -ec6a5e81488a3f1f19da57a8fbc4ea27 download/svc-dbus -b55ad85eb459a4d591f30ec70bf1c872 download/dbus.xml -72c43660ee96009043746c6d4894b02c download/cswdbus -a6e0e854f20c9fe8c3c7f486ac0b3912 download/CSWdbus.preremove -c1e411b511a659e3b8d0803364226019 download/CSWlibdbus.gspec -8575354d3ed4f3252913a9af03994386 download/CSWlibdbus.prototype -d41d8cd98f00b204e9800998ecf8427e download/CSWlibdbus.depend -8835a675e247c7fb1e22c1db1c1e76f6 download/CSWlibdbusdev.gspec -bb58bcb87b69235c94a84576b6059097 download/CSWlibdbusdev.prototype -4fde42a6c04eeae5dbdad8b0d65bd337 download/CSWlibdbusdev.depend +92b99c85d75cac9a2d5f4d3fc43a278d download/cswdbus +efa131461a5aad4ad4516ff9d733e6bf download/CSWlibdbusdev.gspec +31b0245986c698250974b7d038c65beb download/CSWlibdbus.gspec Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +0,0 @@ -P CSWiconv libiconv - GNU iconv library -P CSWlibxml2 libxml2 - XML Parser Library -P CSWzlib zlib - Zlib Data Compression Library -P CSWlibdbus libdbus - DBus Message Bus System - dynamic libraries -P CSWexpat Modified: csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,4 +1,4 @@ %var bitname dbus %var pkgname CSWdbus %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.postinstall 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,42 +0,0 @@ -#!/bin/sh -# -# Blastwave.org DBus package post install script - -# Create the link only if it does not already exist -DBUS_VAR_DIR=/opt/csw/var/lib/dbus -DBUS_MACHINE_ID_FILE=machine-id -if [ ! -d $DBUS_VAR_DIR ]; then - mkdir -p $DBUS_VAR_DIR -fi - -if [ ! -f $DBUS_VAR_DIR/$DBUS_MACHINE_ID_FILE ]; then - /opt/csw/bin/dbus-uuidgen --ensure -fi - -# Set variable smf depending on the availability of SMF binaries -smf=no -if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] - then - smf=yes -fi - -# If needed, configure SMF -if [ $smf = yes ] -then - # Register with SMF - echo "Configuring service in SMF" - /usr/sbin/svccfg import /opt/csw/var/svc/manifest/system/dbus.xml >/dev/null 2>&1 - /usr/sbin/svcadm disable svc:/system/cswdbus >/dev/null 2>&1 - echo "DBus is using Service Management Facility. The FMRI is:" - echo " svc:/system/cswdbus:default" - echo "Starting dbus..." - if [ $smf = no ] - then - /etc/init.d/cswdbus start - else - /usr/sbin/svcadm enable svc:/system/cswdbus - fi -fi - - -exit 0 Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.preremove 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,14 +0,0 @@ -#!/bin/sh - -smf=no -if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] ; -then smf=yes ; fi - -if [ $smf = yes ] - then - # Disable service - /usr/sbin/svcadm disable -s svc:system/cswdbus:default >/dev/null 2>&1 - - # Unregister with SMF - /usr/sbin/svccfg delete svc:system/cswdbus:default >/dev/null 2>&1 -fi Deleted: csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWdbus.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,47 +0,0 @@ -d none /opt/csw 0755 root bin -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/dbus-cleanup-sockets 0755 root bin -f none /opt/csw/bin/dbus-daemon 0755 root bin -f none /opt/csw/bin/dbus-launch 0755 root bin -f none /opt/csw/bin/dbus-monitor 0755 root bin -f none /opt/csw/bin/dbus-send 0755 root bin -f none /opt/csw/bin/dbus-uuidgen 0755 root bin -d none /opt/csw/etc 0755 root bin -d none /opt/csw/etc/dbus-1 0755 root bin -f none /opt/csw/etc/dbus-1/session.conf 0644 root bin -d none /opt/csw/etc/dbus-1/session.d 0755 root bin -f none /opt/csw/etc/dbus-1/system.conf 0644 root bin -d none /opt/csw/etc/dbus-1/system.d 0755 root bin -d none /opt/csw/libexec/dbus-1 0755 root bin -f none /opt/csw/libexec/dbus-daemon-launch-helper 0755 root bin -d none /opt/csw/share/dbus-1 0755 root bin -d none /opt/csw/share/dbus-1/services 0755 root bin -d none /opt/csw/share/dbus-1/system-services 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/dbus-cleanup-sockets.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-daemon.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-launch.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-monitor.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-send.1 0644 root bin -f none /opt/csw/share/man/man1/dbus-uuidgen.1 0644 root bin -d none /opt/csw/var/lib/dbus 0755 root bin -d none /opt/csw/var/run/dbus 0777 root bin -f smfno /etc/init.d/cswdbus 0755 root bin -l smfno /etc/rc3.d/S52cswdbus=/etc/init.d/cswdbus -d smfyes /opt/csw/var/svc 0755 root bin -d smfyes /opt/csw/var/svc/manifest 0755 root bin -d smfyes /opt/csw/var/svc/manifest/system 0755 root bin -f smfyes /opt/csw/var/svc/manifest/system/dbus.xml=dbus.xml 0644 root bin -d smfyes /opt/csw/lib/svc 0755 root bin -d smfyes /opt/csw/lib/svc/method 0755 root bin -f smfyes /opt/csw/lib/svc/method/svc-dbus=svc-dbus 0755 root bin -i copyright=CSWdbus.copyright -i depend=CSWdbus.depend -i pkginfo=CSWdbus.pkginfo -i postinstall=CSWdbus.postinstall -i preinstall=CSWdbus.preinstall -i checkinstall -i i.smfno -i i.smfyes -i space Modified: csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,4 @@ %var bitname libdbus %var pkgname CSWlibdbus -%var desc DBus Message Bus System - dynamic libraries %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbus.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,7 +0,0 @@ -f none /opt/csw/lib/libdbus-1.la 0755 root bin -f none /opt/csw/lib/libdbus-1.so.3.4.0 0755 root bin -s none /opt/csw/lib/libdbus-1.so.3=libdbus-1.so.3.4.0 -s none /opt/csw/lib/libdbus-1.so=libdbus-1.so.3.4.0 -i copyright=CSWlibdbus.copyright -i depend=CSWlibdbus.depend -i pkginfo=CSWlibdbus.pkginfo Deleted: csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1 +0,0 @@ -P CSWlibdbus Modified: csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,4 @@ %var bitname libdbusdev %var pkgname CSWlibdbusdev -%var desc DBus Message Bus System - development headers %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype =================================================================== --- csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/CSWlibdbusdev.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,26 +0,0 @@ -d none /opt/csw/include/dbus-1.0 0755 root bin -d none /opt/csw/include/dbus-1.0/dbus 0755 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-address.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-bus.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-connection.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-errors.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-macros.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-memory.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-message.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-misc.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-pending-call.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-protocol.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-server.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-shared.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-signature.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-threads.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus-types.h 0644 root bin -f none /opt/csw/include/dbus-1.0/dbus/dbus.h 0644 root bin -d none /opt/csw/lib/dbus-1.0/include/dbus 0755 root bin -f none /opt/csw/lib/dbus-1.0/include/dbus/dbus-arch-deps.h 0644 root bin -f none /opt/csw/lib/libdbus-1.a 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/dbus-1.pc 0644 root bin -i copyright=CSWlibdbusdev.copyright -i depend=CSWlibdbusdev.depend -i pkginfo=CSWlibdbusdev.pkginfo Deleted: csw/mgar/pkg/dbus/trunk/files/checkinstall =================================================================== --- csw/mgar/pkg/dbus/trunk/files/checkinstall 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/checkinstall 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,21 +0,0 @@ -# dbus - checkinstall script -# -trap `exit 3` 15 - -# Assign Solaris release class to install release specific files -smf=no -if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] ; then smf=yes ; fi -if [ $smf = yes ] -then - CLASSES='none smfyes' -else - CLASSES='none smfno' -fi - -# Make env variables available to other packaging scripts - -cat >$1 < - - - - - - - - - - - - - - - - - - - - - - - - - - - - Deleted: csw/mgar/pkg/dbus/trunk/files/i.smfno =================================================================== --- csw/mgar/pkg/dbus/trunk/files/i.smfno 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/i.smfno 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,15 +0,0 @@ -# dbus - i.smfno script -# -# Copy the non-SMF specific files to the base directory. -# The files to copy are: -# /etc/init.d/cswdbus=cswdbus -# /etc/rc3.d/S52cswdbus=/etc/init.d/cswdbus -# -echo "Installing class ." -while read src dest -do - # Do copy - /usr/bin/cp $src $dest || exit 2 - echo $dest -done -exit 0 Deleted: csw/mgar/pkg/dbus/trunk/files/i.smfyes =================================================================== --- csw/mgar/pkg/dbus/trunk/files/i.smfyes 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/i.smfyes 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,20 +0,0 @@ -# dbus - i.smfyes script -# -# Copy the SMF specific files to the base directory. -# The files specific to SMF are: -# /opt/csw/var/svc -# /opt/csw/var/svc/manifest -# /opt/csw/var/svc/manifest/system -# /opt/csw/var/svc/manifest/system/dbus.xml=/dbus.xml -# /opt/csw/lib/svc -# /opt/csw/lib/svc/method -# /opt/csw/lib/svc/method/svc-dbus -# -echo "Installing class ." -while read src dest -do - # Do copy - /usr/bin/cp $src $dest || exit 2 - echo $dest -done -exit 0 Deleted: csw/mgar/pkg/dbus/trunk/files/space =================================================================== --- csw/mgar/pkg/dbus/trunk/files/space 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus/trunk/files/space 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,3 +0,0 @@ -# No additional space is actually needed. -# In fact, only one set of the Solaris release specific files are installed. -# So the space required for this package is less than what is in pkgmap. Modified: csw/mgar/pkg/dbus-glib/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus-glib/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -11,38 +11,29 @@ MASTER_SITES = http://dbus.freedesktop.org/releases/dbus-glib/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +PKGDIST = $(DISTFILE) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += CSWdbusglib.gspec CSWdbusglib.prototype CSWdbusglib.depend -DISTFILES += CSWdbusglibdev.gspec CSWdbusglibdev.prototype CSWdbusglibdev.depend -# DISTFILES += $(call admfiles,CSWdbusglib, depend) +SPKG_DESC_CSWdbusglib = $(DESCRIPTION) +SPKG_DESC_CSWdbusglibdevel = $(DESCRIPTION) development package -CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION -CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath -# CPPFLAGS += -I$(DESTDIR)/opt/csw/include/xfce4 -LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib +DISTFILES += $(call admfiles,CSWdbusglib, ) +DISTFILES += $(call admfiles,CSWdbusglibdev, ) -#P CSWexpat expat - XML Parser Toolkit -#P CSWggettext ggettext - GNU gettext -#P CSWglib2 glib2 - the low-level core library for GTK+ and GNOME -#P CSWiconv libiconv - GNU iconv library -#P CSWsunmath libsunmath - Sun maths library -#P CSWlibdbus +REQUIRED_PKGS_CSWdbusglibdev = CSWdbusglib +REQUIRED_PKGS_CSWdbusglib = CSWexpat CSWggettext CSWglib2 CSWiconv CSWsunmath CSWlibdbus -export CFLAGS CXXFLAGS LDFLAGS +PKGFILES_CSWdbusglibdev = $(PKGFILES_DEVEL) +PKGFILES_CSWdbusglibdev += $(prefix)/include/.* +PKGFILES_CSWdbusglibdev += $(prefix)/lib/.*\.a +PKGFILES_CSWdbusglibdev += $(prefix)/lib/pkgconfig/.* -include gar/category.mk - -LIBDEPS += lib/dbus - CPPFLAGS += -I$(DESTDIR)/opt/csw/include/dbus-1.0 CPPFLAGS += -I$(DESTDIR)/opt/csw/lib/dbus-1.0/include -CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man --disable-tests +CONFIGURE_ARGS += --disable-tests -post-install: - ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) +include gar/category.mk Modified: csw/mgar/pkg/dbus-glib/trunk/checksums =================================================================== --- csw/mgar/pkg/dbus-glib/trunk/checksums 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/dbus-glib/trunk/checksums 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,7 +1,3 @@ -d3b716a7e798faa1c6a867675f00306a download/dbus-glib-0.76.tar.gz -4e968829bc52f3e5d275c51d6fb6abdf download/CSWdbusglib.gspec -c9226d5022515cf22bef5053f74362f3 download/CSWdbusglib.prototype -daca85e9ba88eb6c23a964f3972c779b download/CSWdbusglib.depend -fdba920e74efe491d775a8670a2be900 download/CSWdbusglibdev.gspec -58f8df4bfb8e69bb7091ca99a57215cd download/CSWdbusglibdev.prototype -992e5320ff625f2b76d266179a44d30c download/CSWdbusglibdev.depend +86ea60ba2118a1b9deafe8257f6a6a1a download/dbus-glib-0.80.tar.gz +461abd981eb75cd3965976fed9c5b0ba download/CSWdbusglib.gspec +2c62e1c94b10fa4505a2a395ec5abf25 download/CSWdbusglibdev.gspec Property changes on: csw/mgar/pkg/xfce/libxfce4util/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) @@ -7,24 +7,29 @@ endef DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += CSWlibxfce4util.depend CSWlibxfce4util.gspec CSWlibxfce4util.prototype -DISTFILES += CSWlibxfce4utildoc.depend CSWlibxfce4utildoc.gspec CSWlibxfce4utildoc.prototype -DISTFILES += CSWlibxfce4utildev.depend CSWlibxfce4utildev.gspec CSWlibxfce4utildev.prototype -# DISTFILES += $(call admfiles,CSWlibxfce4util, depend) +DISTFILES += $(call admfiles,CSWlibxfce4util, ) +DISTFILES += $(call admfiles,CSWlibxfce4utildoc, ) +DISTFILES += $(call admfiles,CSWlibxfce4utildev, ) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -PATCHFILES += gar-base.diff +SPKG_DESC_CSWlibxfxe4util = $(DESCRIPTION) +SPKG_DESC_CSWlibxfxe4utildev = $(DESCRIPTION) development package +SPKG_DESC_CSWlibxfxe4utildoc = $(DESCRIPTION) documentation package -TEST_SCRIPTS = none +# PATCHFILES += gar-base.diff -include gar/category.mk +PKGFILES_CSWlibxfce4utildev = $(PKGFILES_DEVEL) +PKGFILES_CSWlibxfce4utildev += $(prefix)/X11/include/.* +PKGFILES_CSWlibxfce4utildev += $(prefix)/X11/lib/.*\.a +PKGFILES_CSWlibxfce4utildev += $(prefix)/X11/lib/pkgconfig/.* +PKGFILES_CSWlibxfce4utildoc = $(prefix)/share/doc/.* -test-none: - @$(MAKECOOKIE) +REQUIRED_PKGS_CSWlibxfce4util = +REQUIRED_PKGS_CSWlibxfce4utildev = CSWlibxfce4util +REQUIRED_PKGS_CSWlibxfce4utildoc = CSWlibxfce4util -post-install: - ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) +include gar/category.mk Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/checksums =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/checksums 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/checksums 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,12 +1,5 @@ -261e7a5df039493ad746e0c359211092 download/libxfce4util-4.4.2.tar.bz2 -204fa36f229885fdafa03229119bf753 download/CSWlibxfce4util.depend -69530d614ca88fe56efbd715372f45e2 download/CSWlibxfce4util.gspec -39d75aafa129790a9878f3beaa2c8c29 download/CSWlibxfce4util.prototype -55dd8c5ee61882724cf30b0e7c16a3c1 download/CSWlibxfce4utildoc.depend -93f21bbd4ce48c4e6369c65f64b23138 download/CSWlibxfce4utildoc.gspec -ebc74b5d0b9b8d4f5b23ae008f3e84ca download/CSWlibxfce4utildoc.prototype -dbae24cf4aef6297eddf1854e245662f download/CSWlibxfce4utildev.depend -ee6fcd7e10f95c9525dd52ed06243bac download/CSWlibxfce4utildev.gspec -49c324cc8383930673f5f6b2a4e0f07f download/CSWlibxfce4utildev.prototype -261e7a5df039493ad746e0c359211092 download/libxfce4util-4.4.2.tar.bz2 -382a19e5a0db520caa635215e9990c19 download/gar-base.diff +c6fe00e3c682b3aab9f7ac47c98a8cd0 download/libxfce4util-4.5.93svn-r29290.tar.bz2 +336c84716e6dc262cc97bb58b96b554f download/CSWlibxfce4util.gspec +b9e0f4cdeaf7d55d285d647172e92ef0 download/CSWlibxfce4utildoc.gspec +c33e3cc6861853fccd55b4ceb5376780 download/CSWlibxfce4utildev.gspec +c6fe00e3c682b3aab9f7ac47c98a8cd0 download/libxfce4util-4.5.93svn-r29290.tar.bz2 Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +0,0 @@ -I CSWxfcelibs - lightweight desktop environment, core libraries -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWsunmath libsunmath - Sun maths library Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,4 +1,4 @@ %var bitname libxfce4util %var pkgname CSWlibxfce4util %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4util.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,98 +0,0 @@ -f none /opt/csw/lib/libxfce4util.la 0755 root bin -f none /opt/csw/lib/libxfce4util.so.4.0.2 0755 root bin -s none /opt/csw/lib/libxfce4util.so.4=libxfce4util.so.4.0.2 -s none /opt/csw/lib/libxfce4util.so=libxfce4util.so.4.0.2 -f none /opt/csw/sbin/xfce4-kiosk-query 0755 root bin -d none /opt/csw/share/locale/am 0755 root bin -d none /opt/csw/share/locale/am/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/am/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ar 0755 root bin -d none /opt/csw/share/locale/ar/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ar/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ca 0755 root bin -d none /opt/csw/share/locale/ca/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ca/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/cs 0755 root bin -d none /opt/csw/share/locale/cs/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/cs/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/cy 0755 root bin -d none /opt/csw/share/locale/cy/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/cy/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/dz 0755 root bin -d none /opt/csw/share/locale/dz/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/dz/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/en_GB 0755 root bin -d none /opt/csw/share/locale/en_GB/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/en_GB/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/eu 0755 root bin -d none /opt/csw/share/locale/eu/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/eu/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/fi 0755 root bin -d none /opt/csw/share/locale/fi/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fi/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/fr 0755 root bin -d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fr/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/gl 0755 root bin -d none /opt/csw/share/locale/gl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/gl/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/he 0755 root bin -d none /opt/csw/share/locale/he/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/he/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/it 0755 root bin -d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/it/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ja 0755 root bin -d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ja/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ka 0755 root bin -d none /opt/csw/share/locale/ka/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ka/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ko 0755 root bin -d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ko/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/lt 0755 root bin -d none /opt/csw/share/locale/lt/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/lt/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/lv 0755 root bin -d none /opt/csw/share/locale/lv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/lv/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/mk 0755 root bin -d none /opt/csw/share/locale/mk/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/mk/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/nb_NO 0755 root bin -d none /opt/csw/share/locale/nb_NO/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nb_NO/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/nl 0755 root bin -d none /opt/csw/share/locale/nl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nl/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/pl 0755 root bin -d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pl/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/pt_BR 0755 root bin -d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/pt_PT 0755 root bin -d none /opt/csw/share/locale/pt_PT/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt_PT/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/ro 0755 root bin -d none /opt/csw/share/locale/ro/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ro/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/sq 0755 root bin -d none /opt/csw/share/locale/sq/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sq/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/th 0755 root bin -d none /opt/csw/share/locale/th/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/th/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/tr 0755 root bin -d none /opt/csw/share/locale/tr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/tr/LC_MESSAGES/libxfce4util.mo 0644 root bin -d none /opt/csw/share/locale/uk 0755 root bin -d none /opt/csw/share/locale/uk/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/uk/LC_MESSAGES/libxfce4util.mo 0644 root bin -i copyright=CSWlibxfce4util.copyright -i depend=CSWlibxfce4util.depend -i pkginfo=CSWlibxfce4util.pkginfo Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,2 +0,0 @@ -I CSWxfcelibs - lightweight desktop environment, core libraries -P CSWlibxfce4util libxfce4util - Xfce Utilities Library Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,5 +1,4 @@ %var bitname libxfce4utildev -%var desc Xfce Utilities Library Headers %var pkgname CSWlibxfce4utildev %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildev.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,25 +0,0 @@ -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/xfce4/libxfce4util 0755 root bin -f none /opt/csw/include/xfce4/libxfce4util/debug.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/i18n.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/libxfce4util-config.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/libxfce4util-enum-types.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/libxfce4util.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/utf8.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/util.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-desktopentry.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-fileutils.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-generics.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-i18n.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-kiosk.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-license.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-miscutils.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-rc.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-resource.h 0644 root bin -f none /opt/csw/include/xfce4/libxfce4util/xfce-utf8.h 0644 root bin -f none /opt/csw/lib/libxfce4util.a 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/libxfce4util-1.0.pc 0644 root bin -i copyright=CSWlibxfce4utildev.copyright -i depend=CSWlibxfce4utildev.depend -i pkginfo=CSWlibxfce4utildev.pkginfo Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.depend 2009-02-03 21:40:59 UTC (rev 2979) @@ -1 +0,0 @@ -I CSWxfcelibs - lightweight desktop environment, core libraries Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.gspec 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,6 +1,4 @@ %var bitname libxfce4utildoc -%var desc Xfce Utilities Library Documentation %var pkgname CSWlibxfce4utildoc -%var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/CSWlibxfce4utildoc.prototype 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,29 +0,0 @@ -d none /opt/csw/share/gtk-doc/html/libxfce4util 0755 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/home.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/index.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/index.sgml 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/left.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Desktop-entries.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-File-Utilities.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Internationalisation.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Miscellaneous-Utilities.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Resource-Config-File-Support.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Resource-lookup-functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Software-Licenses.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Unicode-Support-Functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Version-Information.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Generics.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Kiosk-functions.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-core.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-datatypes.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-fundamentals.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util-utilities.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util.devhelp 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/libxfce4util.devhelp2 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/reference.html 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/right.png 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/style.css 0644 root bin -f none /opt/csw/share/gtk-doc/html/libxfce4util/up.png 0644 root bin -i copyright=CSWlibxfce4utildoc.copyright -i depend=CSWlibxfce4utildoc.depend -i pkginfo=CSWlibxfce4utildoc.pkginfo Deleted: csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff =================================================================== --- csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff 2009-02-03 20:10:39 UTC (rev 2978) +++ csw/mgar/pkg/xfce/libxfce4util/trunk/files/gar-base.diff 2009-02-03 21:40:59 UTC (rev 2979) @@ -1,139 +0,0 @@ -diff --speed-large-files --minimal -Nru libxfce4util-4.4.2.orig/libxfce4util/libxfce4util-private.h libxfce4util-4.4.2/libxfce4util/libxfce4util-private.h ---- libxfce4util-4.4.2.orig/libxfce4util/libxfce4util-private.h 2007-11-17 20:29:47.000000000 +0100 -+++ libxfce4util-4.4.2/libxfce4util/libxfce4util-private.h 2007-12-02 16:04:30.949499000 +0100 -@@ -30,7 +30,7 @@ - - G_BEGIN_DECLS; - --void _xfce_i18n_init (void) G_GNUC_INTERNAL; -+G_GNUC_INTERNAL void _xfce_i18n_init (void); - - G_END_DECLS; - -diff --speed-large-files --minimal -Nru libxfce4util-4.4.2.orig/libxfce4util/xfce-rc-private.h libxfce4util-4.4.2/libxfce4util/xfce-rc-private.h ---- libxfce4util-4.4.2.orig/libxfce4util/xfce-rc-private.h 2007-11-17 20:29:47.000000000 +0100 -+++ libxfce4util-4.4.2/libxfce4util/xfce-rc-private.h 2007-12-02 16:09:57.939783000 +0100 -@@ -61,71 +61,71 @@ - #define XFCE_RC_SIMPLE_CONST(obj) ((const XfceRcSimple *) (obj)) - - --void _xfce_rc_init (XfceRc *rc) G_GNUC_INTERNAL; -+G_GNUC_INTERNAL void _xfce_rc_init (XfceRc *rc); - --XfceRcSimple* _xfce_rc_simple_new (XfceRcSimple *shared, -+G_GNUC_INTERNAL XfceRcSimple* _xfce_rc_simple_new (XfceRcSimple *shared, - const gchar *filename, -- gboolean readonly) G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_parse (XfceRcSimple *simple) G_GNUC_INTERNAL; --void _xfce_rc_simple_close (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_simple_flush (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_simple_rollback (XfceRc *rc) G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_is_dirty (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_is_readonly (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --const gchar* _xfce_rc_simple_get_filename(const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_simple_get_groups (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_simple_get_entries (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_simple_delete_group(XfceRc *rc, -+ gboolean readonly); -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_parse (XfceRcSimple *simple); -+G_GNUC_INTERNAL void _xfce_rc_simple_close (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_simple_flush (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_simple_rollback (XfceRc *rc); -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_is_dirty (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_is_readonly (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL const gchar* _xfce_rc_simple_get_filename(const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_simple_get_groups (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_simple_get_entries (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_simple_delete_group(XfceRc *rc, - const gchar *name, -- gboolean global) G_GNUC_INTERNAL; -+ gboolean global); - const gchar* _xfce_rc_simple_get_group (const XfceRc *rc) G_GNUC_CONST; --gboolean _xfce_rc_simple_has_group (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_simple_set_group (XfceRc *rc, -- const gchar *name) G_GNUC_INTERNAL; --void _xfce_rc_simple_delete_entry(XfceRc *rc, -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_has_group (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_simple_set_group (XfceRc *rc, -+ const gchar *name); -+G_GNUC_INTERNAL void _xfce_rc_simple_delete_entry(XfceRc *rc, - const gchar *key, -- gboolean global) G_GNUC_INTERNAL; --gboolean _xfce_rc_simple_has_entry (const XfceRc *rc, -- const gchar *key) G_GNUC_CONST G_GNUC_INTERNAL; --const gchar* _xfce_rc_simple_read_entry (const XfceRc *rc, -+ gboolean global); -+G_GNUC_INTERNAL gboolean _xfce_rc_simple_has_entry (const XfceRc *rc, -+ const gchar *key) G_GNUC_CONST; -+G_GNUC_INTERNAL const gchar* _xfce_rc_simple_read_entry (const XfceRc *rc, - const gchar *key, -- gboolean translated) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_simple_write_entry (XfceRc *rc, -+ gboolean translated) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_simple_write_entry (XfceRc *rc, - const gchar *key, -- const gchar *value) G_GNUC_INTERNAL; -+ const gchar *value); - --XfceRcConfig* _xfce_rc_config_new (XfceResourceType type, -+G_GNUC_INTERNAL XfceRcConfig* _xfce_rc_config_new (XfceResourceType type, - const gchar *resource, -- gboolean readonly) G_GNUC_INTERNAL; --void _xfce_rc_config_close (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_config_flush (XfceRc *rc) G_GNUC_INTERNAL; --void _xfce_rc_config_rollback (XfceRc *rc) G_GNUC_INTERNAL; --gboolean _xfce_rc_config_is_dirty (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gboolean _xfce_rc_config_is_readonly (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_config_get_groups (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gchar** _xfce_rc_config_get_entries (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_config_delete_group(XfceRc *rc, -+ gboolean readonly); -+G_GNUC_INTERNAL void _xfce_rc_config_close (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_config_flush (XfceRc *rc); -+G_GNUC_INTERNAL void _xfce_rc_config_rollback (XfceRc *rc); -+G_GNUC_INTERNAL gboolean _xfce_rc_config_is_dirty (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gboolean _xfce_rc_config_is_readonly (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_config_get_groups (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gchar** _xfce_rc_config_get_entries (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_config_delete_group(XfceRc *rc, - const gchar *name, -- gboolean global) G_GNUC_INTERNAL; --const gchar* _xfce_rc_config_get_group (const XfceRc *rc) G_GNUC_CONST G_GNUC_INTERNAL; --gboolean _xfce_rc_config_has_group (const XfceRc *rc, -- const gchar *name) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_config_set_group (XfceRc *rc, -- const gchar *name) G_GNUC_INTERNAL; --void _xfce_rc_config_delete_entry(XfceRc *rc, -+ gboolean global); -+G_GNUC_INTERNAL const gchar* _xfce_rc_config_get_group (const XfceRc *rc) G_GNUC_CONST; -+G_GNUC_INTERNAL gboolean _xfce_rc_config_has_group (const XfceRc *rc, -+ const gchar *name) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_config_set_group (XfceRc *rc, -+ const gchar *name); -+G_GNUC_INTERNAL void _xfce_rc_config_delete_entry(XfceRc *rc, - const gchar *key, -- gboolean global) G_GNUC_INTERNAL; --gboolean _xfce_rc_config_has_entry (const XfceRc *rc, -- const gchar *key) G_GNUC_CONST G_GNUC_INTERNAL; --const gchar* _xfce_rc_config_read_entry (const XfceRc *rc, -+ gboolean global); -+G_GNUC_INTERNAL gboolean _xfce_rc_config_has_entry (const XfceRc *rc, -+ const gchar *key) G_GNUC_CONST; -+G_GNUC_INTERNAL const gchar* _xfce_rc_config_read_entry (const XfceRc *rc, - const gchar *key, -- gboolean translated) G_GNUC_CONST G_GNUC_INTERNAL; --void _xfce_rc_config_write_entry (XfceRc *rc, -+ gboolean translated) G_GNUC_CONST; -+G_GNUC_INTERNAL void _xfce_rc_config_write_entry (XfceRc *rc, - const gchar *key, -- const gchar *value) G_GNUC_INTERNAL; -+ const gchar *value); - - - #endif /* !__LIBXFCE4UTIL_XFCE_RC_PRIVATE_H__ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 3 23:34:48 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 22:34:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[2980] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2980 http://gar.svn.sourceforge.net/gar/?rev=2980&view=rev Author: wbonnet Date: 2009-02-03 22:34:48 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 21:40:59 UTC (rev 2979) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 22:34:48 UTC (rev 2980) @@ -20,27 +20,28 @@ # SMF support SPKG_CLASSES = none cswinitsmf -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswfoo$$$$/ { $$$$2 = "cswinitsmf" } { print }' +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } { print }' -DISTFILES += $(call admfiles,CSWdbus, preinstall, cswdbus) +DISTFILES += $(call admfiles,CSWdbus, preinstall, ) DISTFILES += cswdbus DISTFILES += $(call admfiles,CSWlibdbusdev, ) DISTFILES += $(call admfiles,CSWlibdbus, ) # Dynamic CSWlibdbusdev prototype PKGFILES_CSWlibdbusdev = $(PKGFILES_DEVEL) -PKGFILES_CSWlibdbusdev += $(includedir)/include/.* -PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/.* -PKGFILES_CSWlibdbusdev += $(libdir)/.*\.a -PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/.* +PKGFILES_CSWlibdbusdev += $(includedir)/include/(.*) +PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/(.*) +PKGFILES_CSWlibdbusdev += $(libdir)/(.*)\.a +PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/(.*) # Dynamic CSWlibdbus prototype -PKGFILES_CSWlibdbus = $(libdir)/.*\.la -PKGFILES_CSWlibdbus += $(libdir)/.*\.so -PKGFILES_CSWlibdbus += $(libdir)/.*\.so\..* +PKGFILES_CSWlibdbus = $(PKGFILES_RT) +PKGFILES_CSWlibdbus += $(libdir)/(.*)\.la +PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so +PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so\.(.*) # Dependencies tracking -REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibx11 CSWlibxau CSWlibxcb CSWlibxdmcp CSWlibdbus CSWcswclassutils +REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibdbus CSWcswclassutils REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus CONFIGURE_ARGS = $(DIRPATHS) @@ -53,9 +54,9 @@ post-install: ( ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ - cp -fr $(FILEDIR)/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ - rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; \ - ln -s ../init.d/csw$(GARNAME) $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52$(GARNAME) ; ) + cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; \ + ln -s ../init.d/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; ) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 4 00:08:05 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 23:08:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[2981] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2981 http://gar.svn.sourceforge.net/gar/?rev=2981&view=rev Author: wbonnet Date: 2009-02-03 23:08:05 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 22:34:48 UTC (rev 2980) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:08:05 UTC (rev 2981) @@ -19,8 +19,8 @@ SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package # SMF support -SPKG_CLASSES = none cswinitsmf -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } { print }' +SPKG_CLASSES = none cswinitsmf cswcpsampleconf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' DISTFILES += $(call admfiles,CSWdbus, preinstall, ) DISTFILES += cswdbus @@ -31,12 +31,12 @@ PKGFILES_CSWlibdbusdev = $(PKGFILES_DEVEL) PKGFILES_CSWlibdbusdev += $(includedir)/include/(.*) PKGFILES_CSWlibdbusdev += $(libdir)/dbus-1.0/(.*) -PKGFILES_CSWlibdbusdev += $(libdir)/(.*)\.a +PKGFILES_CSWlibdbusdev += $(libdir)/libdbus-1.a PKGFILES_CSWlibdbusdev += $(libdir)/pkgconfig/(.*) # Dynamic CSWlibdbus prototype PKGFILES_CSWlibdbus = $(PKGFILES_RT) -PKGFILES_CSWlibdbus += $(libdir)/(.*)\.la +PKGFILES_CSWlibdbus += $(libdir)/libdbus-1.la PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so PKGFILES_CSWlibdbus += $(libdir)/(.*)\.so\.(.*) @@ -52,11 +52,14 @@ # moving configuration file & installing init script post-install: - ( ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ + ( OLDDIR=`pwd` && cd $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/opt/csw/etc/dbus-1 && \ + for i in *.conf ; do mv $$i $$i.CSW ; done && cd $$OLDDIR ; \ + ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; \ ln -s ../init.d/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; ) + @$(MAKECOOKIE) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 4 00:31:18 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 23:31:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2982] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2982 http://gar.svn.sourceforge.net/gar/?rev=2982&view=rev Author: wbonnet Date: 2009-02-03 23:31:18 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:08:05 UTC (rev 2981) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:31:18 UTC (rev 2982) @@ -19,7 +19,8 @@ SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package # SMF support -SPKG_CLASSES = none cswinitsmf cswcpsampleconf +SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf + PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' DISTFILES += $(call admfiles,CSWdbus, preinstall, ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 4 00:39:07 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 03 Feb 2009 23:39:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[2983] csw/mgar/pkg/dbus/trunk/Makefile Message-ID: Revision: 2983 http://gar.svn.sourceforge.net/gar/?rev=2983&view=rev Author: wbonnet Date: 2009-02-03 23:39:06 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:31:18 UTC (rev 2982) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-03 23:39:06 UTC (rev 2983) @@ -18,11 +18,6 @@ SPKG_DESC_CSWlibdbus = $(DESCRIPTION) libraries SPKG_DESC_CSWlibdbusdev = $(DESCRIPTION) development package -# SMF support -SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf - -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' - DISTFILES += $(call admfiles,CSWdbus, preinstall, ) DISTFILES += cswdbus DISTFILES += $(call admfiles,CSWlibdbusdev, ) @@ -45,6 +40,10 @@ REQUIRED_PKGS_CSWdbus += CSWexpat CSWlibdbus CSWcswclassutils REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus +# SMF support +SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-tests --with-xml=expat 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 Feb 4 03:04:46 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 04 Feb 2009 02:04:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[2984] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 2984 http://gar.svn.sourceforge.net/gar/?rev=2984&view=rev Author: bdwalton Date: 2009-02-04 02:04:46 +0000 (Wed, 04 Feb 2009) Log Message: ----------- cleaned up PKGFILES_*; fixed typo in dependency list Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-03 23:39:06 UTC (rev 2983) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-04 02:04:46 UTC (rev 2984) @@ -7,7 +7,7 @@ PREREQUISITE_PKGS = CSWbdb3 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel PREREQUISITE_PKGS += CSWreadline CSWzlib -REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv SCWgcc4corert +REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv CSWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib REQUIRED_PKGS_CSWrubydoc = CSWruby @@ -30,8 +30,7 @@ SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension PKGFILES_CSWrubydoc = $(PKGFILES_DOC) -PKGFILES_CSWrubytk = .*/tcl.* .*/tk.* .*-tk.rb -PROTOTYPE_FILTER_CSWrubytk = ggrep -v $(docdir) +PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ 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 Feb 4 09:39:56 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 04 Feb 2009 08:39:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[2985] csw/mgar/pkg/gperf/trunk Message-ID: Revision: 2985 http://gar.svn.sourceforge.net/gar/?rev=2985&view=rev Author: dmichelsen Date: 2009-02-04 08:39:56 +0000 (Wed, 04 Feb 2009) Log Message: ----------- gperf: Update to 3.0.4 Modified Paths: -------------- csw/mgar/pkg/gperf/trunk/Makefile csw/mgar/pkg/gperf/trunk/checksums Modified: csw/mgar/pkg/gperf/trunk/Makefile =================================================================== --- csw/mgar/pkg/gperf/trunk/Makefile 2009-02-04 02:04:46 UTC (rev 2984) +++ csw/mgar/pkg/gperf/trunk/Makefile 2009-02-04 08:39:56 UTC (rev 2985) @@ -1,5 +1,5 @@ GARNAME = gperf -GARVERSION = 3.0.3 +GARVERSION = 3.0.4 CATEGORIES = devel DESCRIPTION = A perfect hash function generator Modified: csw/mgar/pkg/gperf/trunk/checksums =================================================================== --- csw/mgar/pkg/gperf/trunk/checksums 2009-02-04 02:04:46 UTC (rev 2984) +++ csw/mgar/pkg/gperf/trunk/checksums 2009-02-04 08:39:56 UTC (rev 2985) @@ -1,2 +1,2 @@ -cc20e58975a38075440423c8fb85fd00 download/gperf-3.0.3.tar.gz +c1f1db32fb6598d6a93e6e88796a8632 download/gperf-3.0.4.tar.gz feeb293dedf6e49b1fe0b8bfcef06e99 download/CSWgperf.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 16:12:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 15:12:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[2986] csw/mgar/pkg/gnupg/trunk Message-ID: Revision: 2986 http://gar.svn.sourceforge.net/gar/?rev=2986&view=rev Author: valholla Date: 2009-02-04 15:12:47 +0000 (Wed, 04 Feb 2009) Log Message: ----------- update Makefile and add patchfile Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile csw/mgar/pkg/gnupg/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 08:39:56 UTC (rev 2985) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 15:12:47 UTC (rev 2986) @@ -13,15 +13,27 @@ SPKG_SOURCEURL = http://www.gnupg.org/ -# We define upstream file regex so we can be notifed of new upstream software release +# fix some missing libraries for Keyserver tools and gpgsm +PATCHFILES = patch-keyserver_and_sm.diff + +# We define upstream file regex so we can be notifed of +# new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +PREREQUISITE_PKGS = CSWcommon +PREREQUISITE_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan +PREREQUISITE_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth +PREREQUISITE_PKGS += CSWbzip2 CSWreadline CSWncurses + # This is somehow not correctly detected from autoconf EXTRA_LINKER_FLAGS = -lgpg-error # Needed for nanosleep() EXTRA_LINKER_FLAGS += -lrt +BUILD64 = 1 +NO_ISAEXEC = 1 + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libcurl CONFIGURE_ARGS += --with-ldap Modified: csw/mgar/pkg/gnupg/trunk/checksums =================================================================== --- csw/mgar/pkg/gnupg/trunk/checksums 2009-02-04 08:39:56 UTC (rev 2985) +++ csw/mgar/pkg/gnupg/trunk/checksums 2009-02-04 15:12:47 UTC (rev 2986) @@ -1,2 +1,3 @@ 1cb778dd555f87685a8fde2f7113725e download/gnupg-2.0.10.tar.bz2 7978eaabeceaa781a1600ede3a6d3f67 download/CSWgnupg.gspec +37677df3905ce0e4b23a2fb3cc4d7207 download/patch-keyserver_and_sm.diff Added: csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff =================================================================== --- csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff (rev 0) +++ csw/mgar/pkg/gnupg/trunk/files/patch-keyserver_and_sm.diff 2009-02-04 15:12:47 UTC (rev 2986) @@ -0,0 +1,40 @@ +diff -Nru gnupg-2.0.10.orig/keyserver/Makefile.in gnupg-2.0.10/keyserver/Makefile.in +--- gnupg-2.0.10.orig/keyserver/Makefile.in 2009-01-12 03:29:44.000000000 -0600 ++++ gnupg-2.0.10/keyserver/Makefile.in 2009-02-03 21:29:41.031225041 -0600 +@@ -395,7 +395,7 @@ + libexec_SCRIPTS = $(GPGKEYS_MAILTO) + noinst_SCRIPTS = gpg2keys_test + common_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a +-other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS) ++other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS) ../jnlib/libjnlib.a + gpg2keys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c ksutil.h no-libgcrypt.c + gpg2keys_ldap_CPPFLAGS = $(LDAP_CPPFLAGS) $(AM_CPPFLAGS) + gpg2keys_ldap_LDADD = ../jnlib/libjnlib.a $(LDAPLIBS) $(GPG_ERROR_LIBS) \ +@@ -417,13 +417,13 @@ + $(am__append_8) + @FAKE_CURL_FALSE at gpg2keys_curl_CPPFLAGS = $(LIBCURL_CPPFLAGS) $(AM_CPPFLAGS) + @FAKE_CURL_TRUE at gpg2keys_curl_CPPFLAGS = $(AM_CPPFLAGS) +- at FAKE_CURL_FALSE@gpg2keys_curl_LDADD = $(LIBCURL) $(GETOPT) ++ at FAKE_CURL_FALSE@gpg2keys_curl_LDADD = $(LIBCURL) $(GETOPT) $(other_libs) + @FAKE_CURL_TRUE at gpg2keys_curl_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(DNSLIBS) \ + @FAKE_CURL_TRUE@ $(other_libs) + + @FAKE_CURL_FALSE at gpg2keys_hkp_CPPFLAGS = $(LIBCURL_CPPFLAGS) $(AM_CPPFLAGS) + @FAKE_CURL_TRUE at gpg2keys_hkp_CPPFLAGS = $(AM_CPPFLAGS) +- at FAKE_CURL_FALSE@gpg2keys_hkp_LDADD = $(LIBCURL) $(GETOPT) ++ at FAKE_CURL_FALSE@gpg2keys_hkp_LDADD = $(LIBCURL) $(GETOPT) $(other_libs) + @FAKE_CURL_TRUE at gpg2keys_hkp_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(DNSLIBS) \ + @FAKE_CURL_TRUE@ $(other_libs) + +diff -Nru gnupg-2.0.10.orig/sm/Makefile.in gnupg-2.0.10/sm/Makefile.in +--- gnupg-2.0.10.orig/sm/Makefile.in 2009-01-12 03:29:44.000000000 -0600 ++++ gnupg-2.0.10/sm/Makefile.in 2009-02-03 21:30:03.836999289 -0600 +@@ -375,7 +375,7 @@ + common_libs = $(libcommon) ../kbx/libkeybox.a ../jnlib/libjnlib.a \ + ../gl/libgnu.a + +-gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ ++gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a $(NETLIBS) \ + $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ + $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) $(LIBICONV) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 17:06:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 16:06:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[2987] csw/mgar/pkg/libassuan/trunk/Makefile Message-ID: Revision: 2987 http://gar.svn.sourceforge.net/gar/?rev=2987&view=rev Author: valholla Date: 2009-02-04 16:06:32 +0000 (Wed, 04 Feb 2009) Log Message: ----------- rebuild with GnuPth support Modified Paths: -------------- csw/mgar/pkg/libassuan/trunk/Makefile Modified: csw/mgar/pkg/libassuan/trunk/Makefile =================================================================== --- csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 15:12:47 UTC (rev 2986) +++ csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 16:06:32 UTC (rev 2987) @@ -13,12 +13,16 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +PREREQUISITE_PKGS = CSWcommon +PREREQUISITE_PKGS += CSWpth + BUILD64 = 1 NO_ISAEXEC = 1 EXTRA_LDFLAGS = -lrt -lsocket -lnsl CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-pth-prefix=/opt/csw # We must include static libs here as libassuan contains *only* # static libs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 17:54:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 16:54:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[2988] csw/mgar/pkg/gnupg/trunk/Makefile Message-ID: Revision: 2988 http://gar.svn.sourceforge.net/gar/?rev=2988&view=rev Author: valholla Date: 2009-02-04 16:54:28 +0000 (Wed, 04 Feb 2009) Log Message: ----------- remove CSWcommon as dependency and change from Prerequisite to required Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 16:06:32 UTC (rev 2987) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-04 16:54:28 UTC (rev 2988) @@ -14,16 +14,16 @@ SPKG_SOURCEURL = http://www.gnupg.org/ # fix some missing libraries for Keyserver tools and gpgsm +# Bug ID 996 filed up stream along with patch PATCHFILES = patch-keyserver_and_sm.diff # We define upstream file regex so we can be notifed of # new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 -PREREQUISITE_PKGS = CSWcommon -PREREQUISITE_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan -PREREQUISITE_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth -PREREQUISITE_PKGS += CSWbzip2 CSWreadline CSWncurses +REQUIRED_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan +REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth +REQUIRED_PKGS += CSWbzip2 CSWreadline CSWncurses # This is somehow not correctly detected from autoconf EXTRA_LINKER_FLAGS = -lgpg-error This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 4 17:54:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 04 Feb 2009 16:54:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[2989] csw/mgar/pkg/libassuan/trunk/Makefile Message-ID: Revision: 2989 http://gar.svn.sourceforge.net/gar/?rev=2989&view=rev Author: valholla Date: 2009-02-04 16:54:49 +0000 (Wed, 04 Feb 2009) Log Message: ----------- remove CSWcommon as dependency and change from Prerequisite to required Modified Paths: -------------- csw/mgar/pkg/libassuan/trunk/Makefile Modified: csw/mgar/pkg/libassuan/trunk/Makefile =================================================================== --- csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 16:54:28 UTC (rev 2988) +++ csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-04 16:54:49 UTC (rev 2989) @@ -13,8 +13,7 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 -PREREQUISITE_PKGS = CSWcommon -PREREQUISITE_PKGS += CSWpth +REQUIRED_PKGS = CSWpth BUILD64 = 1 NO_ISAEXEC = 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 Feb 4 18:09:45 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 04 Feb 2009 17:09:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[2990] csw/mgar/pkg/zsh/trunk Message-ID: Revision: 2990 http://gar.svn.sourceforge.net/gar/?rev=2990&view=rev Author: dmichelsen Date: 2009-02-04 17:09:45 +0000 (Wed, 04 Feb 2009) Log Message: ----------- zsh: Update to mGAR v2 and fix bug [3015] Modified Paths: -------------- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec Removed Paths: ------------- csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend Property Changed: ---------------- csw/mgar/pkg/zsh/trunk/ Property changes on: csw/mgar/pkg/zsh/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/zsh/trunk/Makefile =================================================================== --- csw/mgar/pkg/zsh/trunk/Makefile 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/Makefile 2009-02-04 17:09:45 UTC (rev 2990) @@ -11,8 +11,12 @@ MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWzsh,depend postinstall postremove) +DISTFILES += $(call admfiles,CSWzsh,postinstall postremove) +REQUIRED_PKGS = CSWiconv CSWncurses CSWpcrert CSWgdbm + +SPKG_SOURCEURL = http://www.zsh.org + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=4068 UPSTREAM_USE_SF = 1 Modified: csw/mgar/pkg/zsh/trunk/checksums =================================================================== --- csw/mgar/pkg/zsh/trunk/checksums 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/checksums 2009-02-04 17:09:45 UTC (rev 2990) @@ -1,5 +1,4 @@ 0539d0a590e545ad8c40ff8c97e94538 download/zsh-4.3.9.tar.bz2 -58fccfa4d446e1371d17a115d980b0f8 download/CSWzsh.gspec -70c9a0170d292be83ee9fab7f38d7f31 download/CSWzsh.depend +842c07918a370f97ef79b3eda4b86719 download/CSWzsh.gspec 72d6d1fda29bc08af1df29d7a1870dc7 download/CSWzsh.postinstall b75df6a79ee632a6b6866c587c487796 download/CSWzsh.postremove Deleted: csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend =================================================================== --- csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/files/CSWzsh.depend 2009-02-04 17:09:45 UTC (rev 2990) @@ -1,4 +0,0 @@ -P CSWiconv libiconv - GNU iconv library -P CSWncurses ncurses - ncurses library and utilities -P CSWpcre pcre - Perl-compatible regular expression library -P CSWgdbm gdbm - GNU dbm Modified: csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec =================================================================== --- csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec 2009-02-04 16:54:49 UTC (rev 2989) +++ csw/mgar/pkg/zsh/trunk/files/CSWzsh.gspec 2009-02-04 17:09:45 UTC (rev 2990) @@ -1,4 +1,4 @@ %var bitname zsh %var pkgname CSWzsh %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENCE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENCE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 4 19:57:48 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 04 Feb 2009 18:57:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[2991] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 2991 http://gar.svn.sourceforge.net/gar/?rev=2991&view=rev Author: harpchad Date: 2009-02-04 18:57:48 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Add typedetect patch Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2009-02-04 17:09:45 UTC (rev 2990) +++ csw/mgar/pkg/glib2/trunk/Makefile 2009-02-04 18:57:48 UTC (rev 2991) @@ -17,6 +17,8 @@ #See gnome bug 569889 PATCHFILES = gtkdoc-rebase.patch +#See http://defect.opensolaris.org/bz/show_bug.cgi?id=3366 for discussion on: +PATCHFILES += glib-typedetect.patch CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv=gnu Added: csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/glib-typedetect.patch 2009-02-04 18:57:48 UTC (rev 2991) @@ -0,0 +1,11 @@ +--- glib-2.17.6/gobject/gtype.c.origi 2008-08-05 01:21:30.000000000 +0800 ++++ glib-2.17.6/gobject/gtype.c 2008-09-12 16:20:23.731146000 +0800 +@@ -589,7 +589,7 @@ + { + TypeNode *node = lookup_type_node_I (type); + +- return node ? NODE_NAME (node) : ""; ++ return node ? (NODE_NAME (node) == NULL ? "" : NODE_NAME (node)) : ""; + } + else + return ""; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 4 20:09:32 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 04 Feb 2009 19:09:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[2992] csw/mgar/pkg/glib2/trunk/checksums Message-ID: Revision: 2992 http://gar.svn.sourceforge.net/gar/?rev=2992&view=rev Author: harpchad Date: 2009-02-04 19:09:32 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Aadd checksum for glib-typedetect.patch Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/checksums Modified: csw/mgar/pkg/glib2/trunk/checksums =================================================================== --- csw/mgar/pkg/glib2/trunk/checksums 2009-02-04 18:57:48 UTC (rev 2991) +++ csw/mgar/pkg/glib2/trunk/checksums 2009-02-04 19:09:32 UTC (rev 2992) @@ -1,4 +1,5 @@ fdfb028f9224b8e9926163aae0e97d3f download/CSWglib2.gspec 716c7eda9a4edd22c1f648396a60b646 download/CSWglib2devel.gspec ec25ed261534d870141000ab73f1a2bf download/glib-2.18.4.tar.bz2 +8f683820d9ecab1abd9dbe81997ab9eb download/glib-typedetect.patch fb144356d0918eff4ef17a2a285860bc download/gtkdoc-rebase.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 4 22:12:03 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 04 Feb 2009 21:12:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[2993] csw/mgar/pkg/vim/trunk/Makefile Message-ID: Revision: 2993 http://gar.svn.sourceforge.net/gar/?rev=2993&view=rev Author: harpchad Date: 2009-02-04 21:12:03 +0000 (Wed, 04 Feb 2009) Log Message: ----------- Remove 64-bit binaries Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-04 19:09:32 UTC (rev 2992) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-04 21:12:03 UTC (rev 2993) @@ -42,7 +42,8 @@ BUILD_ARGS = "VIMRCLOC=/opt/csw/etc/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72" -BUILD64 = 1 +#Removed per request +#BUILD64 = 1 PATCHDIRLEVEL = 0 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 Feb 5 11:29:10 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 10:29:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[2994] csw/mgar/gar Message-ID: Revision: 2994 http://gar.svn.sourceforge.net/gar/?rev=2994&view=rev Author: dmichelsen Date: 2009-02-05 10:29:10 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2: Add branch for dynamic license and gspec Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.conf.mk csw/mgar/gar/v2-dynamiclicense/gar.mk csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Added Paths: ----------- csw/mgar/gar/v2-dynamiclicense/ Modified: csw/mgar/gar/v2-dynamiclicense/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-04 21:12:03 UTC (rev 2993) +++ csw/mgar/gar/v2-dynamiclicense/gar.conf.mk 2009-02-05 10:29:10 UTC (rev 2994) @@ -12,6 +12,9 @@ # Pick up user information -include $(HOME)/.garrc +# This is the prefix for every generated package +PKGPREFIX ?= CSW + MODULATION ?= global FILEDIR ?= files DOWNLOADDIR ?= download Modified: csw/mgar/gar/v2-dynamiclicense/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-04 21:12:03 UTC (rev 2993) +++ csw/mgar/gar/v2-dynamiclicense/gar.mk 2009-02-05 10:29:10 UTC (rev 2994) @@ -34,6 +34,8 @@ DISTNAME ?= $(GARNAME)-$(GARVERSION) +DISTFILES ?= + ALLFILES ?= $(DISTFILES) $(PATCHFILES) ifeq ($(MAKE_INSTALL_DIRS),1) @@ -94,9 +96,11 @@ # ========================= MODULATIONS ======================== # The default is to modulate over ISAs -MODULATORS ?= ISA $(EXTRA_MODULATORS) $(EXTRA_MODULATORS_$(GARCH)) +MODULATORS ?= ISA $(if $(LEGACY_VERSIONS),GARVERSION) $(EXTRA_MODULATORS) $(EXTRA_MODULATORS_$(GARCH)) MODULATIONS_ISA = $(NEEDED_ISAS) +MODULATIONS_GARVERSION ?= $(LEGACY_VERSIONS) + tolower = $(shell echo $(1) | tr '[A-Z]' '[a-z]') expand_modulator_1 = $(addprefix $(call tolower,$(1))-,$(MODULATIONS_$(1))) # This expands to the list of all modulators with their respective modulations @@ -475,11 +479,12 @@ # default: relocate to ISA subdirs if more than one ISA, use isaexec-wrapper for bin/, etc. # NO_ISAEXEC = 1: ISA_DEFAULT gets installed in bin/..., all others in bin/$ISA/ # -# Automatic merging is only possible if you have the default modulation "ISA" +# Automatic merging is only possible if you have the default modulation "ISA" or +# alternatively "GARVERSION" # Otherwise you *must* specify merge scripts for all modulations. ifeq ($(NEEDED_ISAS),$(ISA_DEFAULT)) -MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-all $(EXTRA_MERGE_SCRIPTS_$(ISA_DEFAULT)) $(EXTRA_MERGE_SCRIPTS) +MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-all $(EXTRA_MERGE_SCRIPTS_isa-$(ISA_DEFAULT)) $(EXTRA_MERGE_SCRIPTS) else ISAEXEC_DIRS ?= $(if $(NO_ISAEXEC),,$(bindir) $(sbindir) $(libexecdir)) MERGE_DIRS_isa-$(ISA_DEFAULT) ?= @@ -488,6 +493,8 @@ MERGE_SCRIPTS_isa-$(ISA) ?= copy-relocated-only $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS) endif + + # These directories get relocated into their ISA subdirectories MERGE_DIRS ?= $(MERGE_DIRS_$(MODULATION)) Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-04 21:12:03 UTC (rev 2993) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 10:29:10 UTC (rev 2994) @@ -21,7 +21,12 @@ PKGINFO ?= /usr/bin/pkginfo -SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) +# You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. +# Do "PACKAGES = " when you build a package whose GARNAME is not the package name. +# The whole processing is done from SPKG_SPECS, which includes all packages to be build. +# DO NOT USE $(PACKAGES) IN RULES! +PACKAGES ?= CSW$(GARNAME) +SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # Set this to your svn binary @@ -200,7 +205,41 @@ ) \ )) >$@) +define catalogname +$(if $(CATALOGNAME_$(1)),$(CATALOGNAME_$(1)),$(patsubst CSW%,%,$(1))) +endef +# This rule dynamically generates gspec-files +.PRECIOUS: $(WORKDIR)/%.gspec +$(WORKDIR)/%.gspec: CATALOGNAME_$* ?= $(CATALOGNAME) +$(WORKDIR)/%.gspec: ARCHALL_$* ?= $(ARCHALL) +$(WORKDIR)/%.gspec: + $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ + echo "%var pkgname $*"; \ + $(if $(ARCHALL_$*),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + +# This rule dynamically generates copyright files +.PRECIOUS: $(WORKDIR)/copyright $(WORKDIR)/%.copyright +$(WORKDIR)/copyright: + $(_DBG)$(if $(LICENSE),cp $(WORKDIR)/$(LICENSE) $@,true) + + +$(WORKDIR)/%.copyright: LICENSEDIR=$(docdir)/$(call catalogname,$*) +$(WORKDIR)/%.copyright: | $(WORKDIR)/copyright + $(_DBG)$(if $(LICENSE_$*),\ + mkdir -p $(PKGROOT)$(LICENSEDIR) && \ + cp $(WORKDIR)/$(LICENSE_$*) $(PKGROOT)$(LICENSEDIR)/license; \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $(LICENSEDIR)/license") > $@, \ + if [ -f $(WORKDIR)/copyright ]; then \ + mkdir -p $(PKGROOT)$(LICENSEDIR) && \ + cp $(WORKDIR)/copyright $(PKGROOT)$(LICENSEDIR)/license; \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $(LICENSEDIR)/license") > $@ \ + fi \ + ) + # package - Use the mkpackage utility to create Solaris packages # @@ -225,7 +264,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.copyright $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ @@ -287,11 +326,11 @@ # define _pkglist_pkgname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(filter $(1),$(PACKAGES)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec)) endef define _pkglist_catalogname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(call catalogname,$(1)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec)) endef define _pkglist_one @@ -299,4 +338,5 @@ endef pkglist: + @echo $(GARDIR) @$(foreach SPEC,$(SPKG_SPECS),echo "$(call _pkglist_one,$(SPEC))";) 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 Feb 5 11:31:40 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 10:31:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[2995] csw/mgar/gar/v2-dynamiclicense/ Message-ID: Revision: 2995 http://gar.svn.sourceforge.net/gar/?rev=2995&view=rev Author: dmichelsen Date: 2009-02-05 10:31:40 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Rebranch Removed Paths: ------------- csw/mgar/gar/v2-dynamiclicense/ 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 Feb 5 11:33:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 10:33:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2996] csw/mgar/gar/v2-dynamiclicense/ Message-ID: Revision: 2996 http://gar.svn.sourceforge.net/gar/?rev=2996&view=rev Author: dmichelsen Date: 2009-02-05 10:33:17 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Rebranch Added Paths: ----------- csw/mgar/gar/v2-dynamiclicense/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Thu Feb 5 20:44:31 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Thu, 05 Feb 2009 19:44:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[2997] csw/mgar/pkg/dbus/trunk Message-ID: Revision: 2997 http://gar.svn.sourceforge.net/gar/?rev=2997&view=rev Author: wbonnet Date: 2009-02-05 19:44:31 +0000 (Thu, 05 Feb 2009) Log Message: ----------- Change clases order Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/dbus/trunk/files/svc-dbus Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-05 10:33:17 UTC (rev 2996) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-05 19:44:31 UTC (rev 2997) @@ -41,7 +41,7 @@ REQUIRED_PKGS_CSWlibdbusdev = CSWlibdbus # SMF support -SPKG_CLASSES_CSWdbus = none cswinitsmf cswcpsampleconf +SPKG_CLASSES_CSWdbus = none cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdbus$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/system.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/session.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }' CONFIGURE_ARGS = $(DIRPATHS) Deleted: csw/mgar/pkg/dbus/trunk/files/svc-dbus =================================================================== --- csw/mgar/pkg/dbus/trunk/files/svc-dbus 2009-02-05 10:33:17 UTC (rev 2996) +++ csw/mgar/pkg/dbus/trunk/files/svc-dbus 2009-02-05 19:44:31 UTC (rev 2997) @@ -1,72 +0,0 @@ -#!/sbin/sh -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "@(#)svc-dbus 1.1 06/04/24 SMI" - -FMRI=svc:/system/dbus:default - -. /lib/svc/share/smf_include.sh - -if [ ! -x /usr/lib/dbus-daemon ]; then - echo "/usr/lib/dbus-daemon not found or not executable" - exit $SMF_EXIT_ERR_FATAL -fi - -# Generate machine-id regardless of zones -if [ ! -f /var/lib/dbus/machine-id ]; then - /usr/bin/dbus-uuidgen --ensure -fi - -if smf_is_nonglobalzone; then - /usr/sbin/svcadm disable -t svc:/system/dbus - echo "dbus-daemon cannot be run in non-global zones" - sleep 5 & - exit $SMF_EXIT_OK -fi - -case "$1" in -'start') - # temporary hacks - if [ ! -d /var/run/dbus ]; then - mkdir /var/run/dbus - fi - if [ -f /var/run/dbus/pid ]; then - rm -f /var/run/dbus/pid - fi - - /usr/lib/dbus-daemon --system - err=$? - if [ $err -ne 0 ]; then - echo "dbus failed to start: error $err" - exit $SMF_EXIT_ERR_FATAL - fi - - ;; -*) - echo "Usage: $0 { start }" - exit $SMF_EXIT_ERR_FATAL - ;; -esac - -exit $SMF_EXIT_OK 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 Feb 5 23:23:23 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 05 Feb 2009 22:23:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[2998] csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Message-ID: Revision: 2998 http://gar.svn.sourceforge.net/gar/?rev=2998&view=rev Author: dmichelsen Date: 2009-02-05 22:23:23 +0000 (Thu, 05 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: First commit Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 19:44:31 UTC (rev 2997) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 22:23:23 UTC (rev 2998) @@ -21,7 +21,12 @@ PKGINFO ?= /usr/bin/pkginfo -SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) +# You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. +# Do "PACKAGES = " when you build a package whose GARNAME is not the package name. +# The whole processing is done from SPKG_SPECS, which includes all packages to be build. +# DO NOT USE $(PACKAGES) IN RULES! +PACKAGES ?= CSW$(GARNAME) +SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # Set this to your svn binary @@ -201,6 +206,44 @@ )) >$@) +$(foreach SPEC,$(_PKG_SPECS),$(eval CATALOGNAME_$(SPEC) ?= $(patsubst CSW%,%,$(SPEC)))) + +# This rule dynamically generates gspec-files +.PRECIOUS: $(WORKDIR)/%.gspec +$(WORKDIR)/%.gspec: ARCHALL_$* ?= $(ARCHALL) +$(WORKDIR)/%.gspec: + $(_DBG)(echo "%var bitname $(CATALOGNAME_$*)"; \ + echo "%var pkgname $*"; \ + $(if $(ARCHALL_$*),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + +# This rule dynamically generates copyright files +.PRECIOUS: $(WORKDIR)/copyright $(WORKDIR)/%.copyright +# LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) +LICENSE ?= COPYING +_DEFAULT_LICENSE = $(firstword $(wildcard \ + $(LICENSE) \ + $(foreach D,$(foreach M,global $(MODULATIONS),build-$M), \ + $(WORKROOTDIR)/$D/$(DISTNAME)/$(LICENSE) \ + ) \ + )) + +$(foreach SPEC,$(_PKG_SPECS),$(eval LICENSE_$(SPEC) ?= copyright)) + +$(WORKDIR)/%.copyright: | $(WORKDIR)/copyright + $(_DBG)cp $(WORKDIR)/copyright $@ + +merge-license: + $(_DBG)$(foreach SPEC,$(_PKG_SPECS),\ + if [ -f $(WORKDIR)/$(LICENSE_$(SPEC)) ]; then \ + LICENSEDIR=$(docdir)/$(CATALOGNAME_$(SPEC)); \ + mkdir -p $(PKGROOT)$(LICENSEDIR) && \ + cp $(WORKDIR)/$(LICENSE_$(SPEC)) $(PKGROOT)$(LICENSEDIR)/license; \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $(LICENSEDIR)/license") > $(PKGROOT)$(LICENSEDIR)/license; \ + fi; \ + ) + # package - Use the mkpackage utility to create Solaris packages # @@ -225,7 +268,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.copyright $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ @@ -267,6 +310,7 @@ @rm -rf $(foreach T,extract checksum package pkgcheck,$(COOKIEDIR)/*$(T)-$**) @rm -rf $(COOKIEDIR)/pre-package $(COOKIEDIR)/post-package @rm -rf $(WORKDIR)/$*.* $(WORKDIR)/prototype + @rm -f $(WORKDIR)/copyright $(WORKDIR)/*.copyright repackage: pkgreset package @@ -287,11 +331,11 @@ # define _pkglist_pkgname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(filter $(1),$(PACKAGES)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec)) endef define _pkglist_catalogname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec) +$(if $(filter $(1),$(PACKAGES)),$(call catalogname,$(1)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec)) endef define _pkglist_one 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 Feb 6 16:25:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 15:25:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[2999] csw/mgar/gar/v2-dynamiclicense Message-ID: Revision: 2999 http://gar.svn.sourceforge.net/gar/?rev=2999&view=rev Author: dmichelsen Date: 2009-02-06 15:25:17 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Final commit Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.conf.mk csw/mgar/gar/v2-dynamiclicense/gar.mk csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Modified: csw/mgar/gar/v2-dynamiclicense/gar.conf.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.conf.mk 2009-02-05 22:23:23 UTC (rev 2998) +++ csw/mgar/gar/v2-dynamiclicense/gar.conf.mk 2009-02-06 15:25:17 UTC (rev 2999) @@ -101,7 +101,6 @@ mandir ?= $(sharedstatedir)/man docdir ?= $(sharedstatedir)/doc sourcedir ?= $(prefix)/src -licensedir ?= $(prefix)/licenses sharedperl ?= $(sharedstatedir)/perl perllib ?= $(libdir)/perl perlcswlib ?= $(perllib)/csw Modified: csw/mgar/gar/v2-dynamiclicense/gar.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.mk 2009-02-05 22:23:23 UTC (rev 2998) +++ csw/mgar/gar/v2-dynamiclicense/gar.mk 2009-02-06 15:25:17 UTC (rev 2999) @@ -433,7 +433,7 @@ fi # install - Test and install the results of a build. -INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) $(addprefix install-license-,$(subst /, ,$(LICENSE))) +INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) install: pre-install $(addprefix install-,$(MODULATIONS)) post-install $(DONADA) @@ -559,7 +559,7 @@ _PAX_ARGS = $(_INC_EXT_RULE) $(EXTRA_PAX_ARGS) # The basic merge merges the compiles for all ISAs on the current architecture -merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) post-merge +merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) merge-license post-merge @$(DONADA) # This merges the Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-05 22:23:23 UTC (rev 2998) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-06 15:25:17 UTC (rev 2999) @@ -22,13 +22,67 @@ PKGINFO ?= /usr/bin/pkginfo # You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. -# Do "PACKAGES = " when you build a package whose GARNAME is not the package name. -# The whole processing is done from SPKG_SPECS, which includes all packages to be build. -# DO NOT USE $(PACKAGES) IN RULES! +# Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. +# The whole processing is done from _SPKG_SPECS, which includes all packages to be build. PACKAGES ?= CSW$(GARNAME) SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) +define pkgname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(1), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) + ) +) +endef + +define catalogname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(if $(CATALOGNAME_$(1)), + $(CATALOGNAME_$(1)), + $(patsubst CSW%,%,$(1)) + ), + $(if $(realpath files/$(1).gspec), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), + $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) + ) + ) +) +endef + +ifeq ($(origin LICENSE_FULL), undefined) +LICENSE ?= COPYING +endif + +define findlicensefile +$(strip + $(if $(1),$(firstword $(realpath + $(1) $(WORKDIR)/$(1) + $(foreach D,$(foreach M,global $(MODULATIONS),build-$M),$(WORKROOTDIR)/$D/$(DISTNAME)/$(1)) + ))) +) +endef + +define licensefile +$(strip + $(or + $(call findlicensefile,$(LICENSE_$(1))), + $(call findlicensefile,$(LICENSE_FULL_$(1))), + $(call findlicensefile,$(LICENSE)), + $(call findlicensefile,$(LICENSE_FULL)) + ) +) +endef + +ps: + @echo "L: $(call licensefile,CSWlibtool)" + +define licensedir +$(docdir)/$(call catalogname,$(1)) +endef + # Set this to your svn binary SVN ?= /opt/csw/bin/svn GAWK ?= /opt/csw/bin/gawk @@ -139,16 +193,19 @@ # _PKGFILES_EXCLUDE_ contains the files to be excluded from that package $(foreach SPEC,$(_PKG_SPECS), \ - $(eval \ - _PKGFILES_EXCLUDE_$(SPEC)= \ - $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ - $(PKGFILES_$(S))) \ - $(EXTRA_PKGFILES_EXCLUDED) \ - $(EXTRA_PKGFILES_EXCLUDED_$(SPEC) \ - $(_EXTRA_PKGFILES_EXCLUDED) \ - ) \ - ) \ - ) + $(eval _PKGFILES_EXCLUDE_$(SPEC)=$(strip \ + $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ + $(PKGFILES_$(S)) \ + $(call licensedir,$(S))/.* \ + $(EXTRA_PKGFILES_EXCLUDED) \ + $(EXTRA_PKGFILES_EXCLUDED_$(SPEC)) \ + $(_EXTRA_PKGFILES_EXCLUDED) \ + ) \ + )) \ + $(eval _PKGFILES_INCLUDE_$(SPEC)=$(strip \ + $(call licensedir,$(SPEC))/.* \ + )) \ +) # # Targets @@ -176,7 +233,8 @@ -n "$(_PKGFILES_EXCLUDE_$*)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ + (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE_$*)) \ + $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ $(foreach FILE,$(_PKGFILES_EXCLUDE_$*), -x '$(FILE)') \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ @@ -200,19 +258,17 @@ )\ $(foreach PKG,$(_EXTRA_GAR_PKGS) $(REQUIRED_PKGS_$*) $(REQUIRED_PKGS),\ $(if $(SPKG_DESC_$(PKG)), \ - echo "P $(PKG) $(call _pkglist_catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ + echo "P $(PKG) $(call catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ echo "$(shell /usr/bin/pkginfo $(PKG) | awk '{ $$1 = "P"; print } ')"; \ ) \ )) >$@) -$(foreach SPEC,$(_PKG_SPECS),$(eval CATALOGNAME_$(SPEC) ?= $(patsubst CSW%,%,$(SPEC)))) - # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec $(WORKDIR)/%.gspec: ARCHALL_$* ?= $(ARCHALL) $(WORKDIR)/%.gspec: - $(_DBG)(echo "%var bitname $(CATALOGNAME_$*)"; \ + $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(ARCHALL_$*),echo "%var arch all";) \ echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ @@ -220,30 +276,20 @@ # This rule dynamically generates copyright files .PRECIOUS: $(WORKDIR)/copyright $(WORKDIR)/%.copyright # LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) -LICENSE ?= COPYING -_DEFAULT_LICENSE = $(firstword $(wildcard \ - $(LICENSE) \ - $(foreach D,$(foreach M,global $(MODULATIONS),build-$M), \ - $(WORKROOTDIR)/$D/$(DISTNAME)/$(LICENSE) \ - ) \ - )) -$(foreach SPEC,$(_PKG_SPECS),$(eval LICENSE_$(SPEC) ?= copyright)) +merge-license-%: + $(_DBG)LICENSEFILE=$(or $(call licensefile,$*),$(error Cannot find license file for package $*)); \ + LICENSEDIR=$(call licensedir,$*); \ + $(if $(or $(LICENSE_FULL),$(LICENSE_FULL_$*)), \ + if [ -f "$$LICENSEFILE" ]; then cp $$LICENSEFILE $(WORKDIR)/$*.copyright; fi;, \ + (echo "This software is copyrighted. Please see the full license at"; \ + echo " $$LICENSEDIR/license") > $(WORKDIR)/$*.copyright; \ + ) \ + mkdir -p $(PKGROOT)$$LICENSEDIR && \ + cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license -$(WORKDIR)/%.copyright: | $(WORKDIR)/copyright - $(_DBG)cp $(WORKDIR)/copyright $@ +merge-license: $(foreach SPEC,$(_PKG_SPECS),merge-license-$(SPEC)) -merge-license: - $(_DBG)$(foreach SPEC,$(_PKG_SPECS),\ - if [ -f $(WORKDIR)/$(LICENSE_$(SPEC)) ]; then \ - LICENSEDIR=$(docdir)/$(CATALOGNAME_$(SPEC)); \ - mkdir -p $(PKGROOT)$(LICENSEDIR) && \ - cp $(WORKDIR)/$(LICENSE_$(SPEC)) $(PKGROOT)$(LICENSEDIR)/license; \ - (echo "This software is copyrighted. Please see the full license at"; \ - echo " $(LICENSEDIR)/license") > $(PKGROOT)$(LICENSEDIR)/license; \ - fi; \ - ) - # package - Use the mkpackage utility to create Solaris packages # @@ -330,16 +376,8 @@ # pkglist - list the packages to be built with GAR pathname, catalog name and package name # -define _pkglist_pkgname -$(if $(filter $(1),$(PACKAGES)),$(filter $(1),$(PACKAGES)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec)) -endef - -define _pkglist_catalogname -$(if $(filter $(1),$(PACKAGES)),$(call catalogname,$(1)),$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec)) -endef - define _pkglist_one -$(shell /usr/bin/echo "$(shell pwd)\t$(call _pkglist_catalogname,$(1))\t$(call _pkglist_pkgname,$(1))") +$(shell /usr/bin/echo "$(shell pwd)\t$(call catalogname,$(1))\t$(call pkgname,$(1))") endef pkglist: 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 Feb 6 16:36:47 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 15:36:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3000] csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Message-ID: Revision: 3000 http://gar.svn.sourceforge.net/gar/?rev=3000&view=rev Author: dmichelsen Date: 2009-02-06 15:36:47 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2 dynamiclicense: Fix when no license is set Modified Paths: -------------- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk Modified: csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-06 15:25:17 UTC (rev 2999) +++ csw/mgar/gar/v2-dynamiclicense/gar.pkg.mk 2009-02-06 15:36:47 UTC (rev 3000) @@ -278,7 +278,8 @@ # LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) merge-license-%: - $(_DBG)LICENSEFILE=$(or $(call licensefile,$*),$(error Cannot find license file for package $*)); \ + $(_DBG)$(if $(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*)), \ + LICENSEFILE=$(or $(call licensefile,$*),$(error Cannot find license file for package $*)); \ LICENSEDIR=$(call licensedir,$*); \ $(if $(or $(LICENSE_FULL),$(LICENSE_FULL_$*)), \ if [ -f "$$LICENSEFILE" ]; then cp $$LICENSEFILE $(WORKDIR)/$*.copyright; fi;, \ @@ -286,7 +287,8 @@ echo " $$LICENSEDIR/license") > $(WORKDIR)/$*.copyright; \ ) \ mkdir -p $(PKGROOT)$$LICENSEDIR && \ - cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license + cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license \ + ) merge-license: $(foreach SPEC,$(_PKG_SPECS),merge-license-$(SPEC)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Fri Feb 6 21:09:12 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Fri, 06 Feb 2009 20:09:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3001] csw/mgar/pkg/nginx/trunk Message-ID: Revision: 3001 http://gar.svn.sourceforge.net/gar/?rev=3001&view=rev Author: aigoshin Date: 2009-02-06 20:09:12 +0000 (Fri, 06 Feb 2009) Log Message: ----------- nginx: milestone 2.1 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile csw/mgar/pkg/nginx/trunk/checksums Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 15:36:47 UTC (rev 3000) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 20:09:12 UTC (rev 3001) @@ -18,9 +18,11 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib +EXTRA_BUILD_ISAS_i386 = pentium + CFLAGS = -#CONFIGURE_ARGS += --with-cpu-opt=pentium3 +CONFIGURE_ARGS += --with-cpu-opt=$(ISA) CONFIGURE_ARGS += --with-cc-opt="-I$(includedir) -I$(includedir)/openssl" CONFIGURE_ARGS += --with-ld-opt="$(LDFLAGS)" CONFIGURE_ARGS += --prefix=$(prefix)/var/nginx @@ -50,8 +52,7 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README post-configure-modulated: - $(foreach MODULATION,$(MODULATIONS), \ - gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h;) + gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) post-install-modulated: Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2009-02-06 15:36:47 UTC (rev 3000) +++ csw/mgar/pkg/nginx/trunk/checksums 2009-02-06 20:09:12 UTC (rev 3001) @@ -1,7 +1,7 @@ 31d26f66824fd2d3f33ac0b3b9db1532 download/nginx-0.7.30.tar.gz 12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec 521cd4c0248aebfdb25df48a11a8cc49 download/CSWnginx.checkinstall -9b563db1078bad23e49f8db06809aac0 download/CSWnginx.postinstall +a47b8ac99b738bb19805459c6c1e5543 download/CSWnginx.postinstall e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove 5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml 19bb7c5d6246343f54b13afb327f7bcb download/svc-cswnginx 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 Feb 6 22:46:01 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 21:46:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3002] csw/mgar/gar/v2 Message-ID: Revision: 3002 http://gar.svn.sourceforge.net/gar/?rev=3002&view=rev Author: dmichelsen Date: 2009-02-06 21:46:01 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2: Merge in dynamic licenses Modified Paths: -------------- csw/mgar/gar/v2/README csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/gar.mk csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/README =================================================================== --- csw/mgar/gar/v2/README 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/README 2009-02-06 21:46:01 UTC (rev 3002) @@ -14,5 +14,6 @@ Copyright 2006 Cory Omand: Scripts and add-on make modules, except where otherwise noted. Copyright 2006 Blastwave.org: Packaging content, except where otherwise noted. Copyright 2008 Dagobert Michelsen (OpenCSW): Enhancements to the CSW GAR system +Copyright 2008-2009 Open Community Software Association: Packaging content Patches and source code are Copyright by their original authors. Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-06 21:46:01 UTC (rev 3002) @@ -101,7 +101,6 @@ mandir ?= $(sharedstatedir)/man docdir ?= $(sharedstatedir)/doc sourcedir ?= $(prefix)/src -licensedir ?= $(prefix)/licenses sharedperl ?= $(sharedstatedir)/perl perllib ?= $(libdir)/perl perlcswlib ?= $(perllib)/csw Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/gar.mk 2009-02-06 21:46:01 UTC (rev 3002) @@ -433,7 +433,7 @@ fi # install - Test and install the results of a build. -INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) $(addprefix install-license-,$(subst /, ,$(LICENSE))) +INSTALL_TARGETS = $(addprefix install-,$(INSTALL_SCRIPTS)) install: pre-install $(addprefix install-,$(MODULATIONS)) post-install $(DONADA) @@ -559,7 +559,7 @@ _PAX_ARGS = $(_INC_EXT_RULE) $(EXTRA_PAX_ARGS) # The basic merge merges the compiles for all ISAs on the current architecture -merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) post-merge +merge: checksum pre-merge $(addprefix merge-,$(MODULATIONS)) merge-license post-merge @$(DONADA) # This merges the Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 20:09:12 UTC (rev 3001) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 21:46:01 UTC (rev 3002) @@ -21,7 +21,11 @@ PKGINFO ?= /usr/bin/pkginfo -SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) +# You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. +# Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. +# The whole processing is done from _SPKG_SPECS, which includes all packages to be build. +PACKAGES ?= CSW$(GARNAME) +SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # Set this to your svn binary @@ -134,16 +138,19 @@ # _PKGFILES_EXCLUDE_ contains the files to be excluded from that package $(foreach SPEC,$(_PKG_SPECS), \ - $(eval \ - _PKGFILES_EXCLUDE_$(SPEC)= \ - $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ - $(PKGFILES_$(S))) \ - $(EXTRA_PKGFILES_EXCLUDED) \ - $(EXTRA_PKGFILES_EXCLUDED_$(SPEC) \ - $(_EXTRA_PKGFILES_EXCLUDED) \ - ) \ - ) \ - ) + $(eval _PKGFILES_EXCLUDE_$(SPEC)=$(strip \ + $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ + $(PKGFILES_$(S)) \ + $(call licensedir,$(S))/.* \ + $(EXTRA_PKGFILES_EXCLUDED) \ + $(EXTRA_PKGFILES_EXCLUDED_$(SPEC)) \ + $(_EXTRA_PKGFILES_EXCLUDED) \ + ) \ + )) \ + $(eval _PKGFILES_INCLUDE_$(SPEC)=$(strip \ + $(call licensedir,$(SPEC))/.* \ + )) \ +) # # Targets @@ -160,6 +167,9 @@ # for distributing files to individual packages. PROTOTYPE = $(WORKDIR)/prototype +# Dynamic prototypes work like this: +# - A prototype from DISTFILES takes precedence over + # Pulled in from pkglib/csw_prototype.gspec $(PROTOTYPE): $(WORKDIR) merge $(_DBG)cswproto -r $(PKGROOT) $(PKGROOT)=/ >$@ @@ -171,7 +181,8 @@ -n "$(_PKGFILES_EXCLUDE_$*)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ + (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE_$*)) \ + $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ $(foreach FILE,$(_PKGFILES_EXCLUDE_$*), -x '$(FILE)') \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ @@ -186,21 +197,162 @@ $(WORKDIR)/%.prototype-$(GARCH): | $(WORKDIR)/%.prototype $(_DBG)cat $(WORKDIR)/$*.prototype $(_PROTOTYPE_FILTER_$*) >$@ +# Dynamic depends are constructed as follows: +# - Packages the currently constructed one depends on can be specified with +# REQUIRED_PKGS_ specifically, or REQUIRED_PKGS for all packages build. +# These are flagged as 'P' in the depend file. +# - If multiple packages are build at the same time it is valid to have +# dependencies between them. In this case it is necessary to define the package +# desciption for each package with SPKG_DESC_, setting it in the gspec-file +# does not work. +# - Packages that are imcompatible to the currently constructed one can be specified +# with INCOMPATIBLE_PKGS_ specifically or with INCOMPATIBLE_PKGS for all +# packages build. +# - A depend-file from DISTFILES takes precedence, it is not overwritten or +# appended with dynamic depends. + # $_EXTRA_GAR_PKGS is for dynamic dependencies added by GAR itself (like CSWisaexec or CSWcswclassutils) .PRECIOUS: $(WORKDIR)/%.depend $(WORKDIR)/%.depend: - $(_DBG)$(if $(_EXTRA_GAR_PKGS)$(REQUIRED_PKGS_$*)$(REQUIRED_PKGS), \ + $(_DBG)$(if $(_EXTRA_GAR_PKGS)$(REQUIRED_PKGS_$*)$(REQUIRED_PKGS)$(INCOMPATIBLE_PKGS)$(INCOMPATIBLE_PKGS_$*), \ ($(foreach PKG,$(INCOMPATIBLE_PKGS_$*) $(INCOMPATIBLE_PKGS),\ echo "I $(PKG)";\ )\ $(foreach PKG,$(_EXTRA_GAR_PKGS) $(REQUIRED_PKGS_$*) $(REQUIRED_PKGS),\ $(if $(SPKG_DESC_$(PKG)), \ - echo "P $(PKG) $(call _pkglist_catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ + echo "P $(PKG) $(call catalogname,$(PKG)) - $(SPKG_DESC_$(PKG))";, \ echo "$(shell /usr/bin/pkginfo $(PKG) | awk '{ $$1 = "P"; print } ')"; \ ) \ )) >$@) +# Dynamic gspec-files are constructed as follows: +# - Packages using dynamic gspec-files must be listed in PACKAGES +# - There is a default of PACKAGES containing one packages named CSW +# followed by the GARNAME. It can be changed by setting PACKAGES explicitly. +# - The name of the generated package is always the same as listed in PACKAGES +# - The catalog name defaults to the suffix following CSW of the package name, +# but can be customized by setting CATALOGNAME_ = +# - If only one package is build it is sufficient to set CATALOGNAME = +# It is an error to set CATALOGNAME if more than one package is build. +# - If the package is suitable for all architectures (sparc and x86) this can be +# flagged with ARCHALL_ = 1 for a specific package or with ARCHALL = 1 +# for all packages. +# This rule dynamically generates gspec-files +.PRECIOUS: $(WORKDIR)/%.gspec +$(WORKDIR)/%.gspec: + $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ + echo "%var pkgname $*"; \ + $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + + +# Dynamic licenses are selected in the following way: +# - Dynamic licenses are only activated for packages listed in PACKAGES or +# packages which don't have %copyright in their gspec-file. This way the +# behaviour on existing gspec-files is preserved. +# - The default name for the license is COPYING and it will not be fully printed +# - If no license is explicitly specified in the Makefile and the default can not +# be found no license will be included +# - If a license is specified it must be found or an error is issued +# - Either LICENSE_ or LICENSE_FULL_ may be specified, it is an error +# to specify both. +# - There is an automatic rule to include only the license for each package that +# belongs to it. +# - Package-specific defines have precedence over general defines (CATALOGNAME_ +# before CATALOGNAME etc.) + +# pkgname - Get the name of a package from a gspec-name or package-name +# +# This is a safety function. In sane settings it should return the name +# of the package given as argument. However, when gspec-files are in DISTFILES +# it is possible to name the gspec-file differently from the package. This is +# a very bad idea, but we can handle it! +# +# In: arg1 - name of gspec-file or package +# Out: name of package +# +define pkgname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(1), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) + ) +) +endef + +# catalogname - Get the catalog-name for a package +# +# In: arg1 - name of package +# Out: catalog-name for the package +# +define catalogname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(if $(CATALOGNAME_$(1)), + $(CATALOGNAME_$(1)), + $(if $(CATALOGNAME), + $(CATALOGNAME), + $(patsubst CSW%,%,$(1)) + ) + ), + $(if $(realpath files/$(1).gspec), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), + $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) + ) + ) +) +endef + +# LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) +ifeq ($(origin LICENSE_FULL), undefined) +ifeq ($(origin LICENSE), undefined) +LICENSE = COPYING +_LICENSE_IS_DEFAULT = 1 +endif +endif + +# findlicensefile - Find an existing file for a given license name +# +define findlicensefile +$(strip + $(if $(1),$(firstword $(realpath + $(1) $(WORKDIR)/$(1) + $(foreach M,global $(MODULATIONS),$(WORKROOTDIR)/build-$M/$(1) $(WORKROOTDIR)/build-$M/$(DISTNAME)/$(1)) + ))) +) +endef + +define licensefile +$(strip + $(or + $(call findlicensefile,$(or $(LICENSE_$(1)),$(LICENSE_FULL_$(1)))) + $(call findlicensefile,$(or $(LICENSE),$(LICENSE_FULL))), + ) +) +endef + +define licensedir +$(docdir)/$(call catalogname,$(1)) +endef + +merge-license-%: + $(_DBG)$(if $(and $(LICENSE_$*),$(LICENSE_FULL_$*)),$(error Both LICENSE_$* and LICENSE_FULL_$* have been specified where only one is allowed)) \ + $(if $(and $(filter $*,$(PACKAGES)),$(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*))), \ + LICENSEFILE=$(or $(call licensefile,$*),$(if $(_LICENSE_IS_DEFAULT),,$(error Cannot find license file for package $*))); \ + LICENSEDIR=$(call licensedir,$*); \ + if [ -n "$$LICENSEFILE" ]; then \ + $(if $(or $(LICENSE_FULL),$(LICENSE_FULL_$*)), \ + if [ -f "$$LICENSEFILE" ]; then cp $$LICENSEFILE $(WORKDIR)/$*.copyright; fi;, \ + echo "Please see $$LICENSEDIR/license for license information." > $(WORKDIR)/$*.copyright; \ + ) \ + mkdir -p $(PKGROOT)$$LICENSEDIR && \ + cp $$LICENSEFILE $(PKGROOT)$$LICENSEDIR/license; \ + fi \ + ) + +merge-license: $(foreach SPEC,$(_PKG_SPECS),merge-license-$(SPEC)) + # package - Use the mkpackage utility to create Solaris packages # @@ -225,7 +377,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ @@ -267,6 +419,7 @@ @rm -rf $(foreach T,extract checksum package pkgcheck,$(COOKIEDIR)/*$(T)-$**) @rm -rf $(COOKIEDIR)/pre-package $(COOKIEDIR)/post-package @rm -rf $(WORKDIR)/$*.* $(WORKDIR)/prototype + @rm -f $(WORKDIR)/copyright $(WORKDIR)/*.copyright repackage: pkgreset package @@ -286,16 +439,8 @@ # pkglist - list the packages to be built with GAR pathname, catalog name and package name # -define _pkglist_pkgname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) -endef - -define _pkglist_catalogname -$(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec) -endef - define _pkglist_one -$(shell /usr/bin/echo "$(shell pwd)\t$(call _pkglist_catalogname,$(1))\t$(call _pkglist_pkgname,$(1))") +$(shell /usr/bin/echo "$(shell pwd)\t$(call catalogname,$(1))\t$(call pkgname,$(1))") endef pkglist: 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 Feb 6 23:06:28 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:06:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3003] csw/mgar/pkg/pca/trunk Message-ID: Revision: 3003 http://gar.svn.sourceforge.net/gar/?rev=3003&view=rev Author: dmichelsen Date: 2009-02-06 22:06:27 +0000 (Fri, 06 Feb 2009) Log Message: ----------- pca: Convert to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Added Paths: ----------- csw/mgar/pkg/pca/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/pca/trunk/files/CSWpca.gspec Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2009-02-06 21:46:01 UTC (rev 3002) +++ csw/mgar/pkg/pca/trunk/Makefile 2009-02-06 22:06:27 UTC (rev 3003) @@ -15,7 +15,7 @@ MASTER_SITES = http://www.par.univie.ac.at/solaris/pca/download/ DISTFILES = $(GARNAME)-$(GARVERSION) -DISTFILES += $(call admfiles,CSWpca) +DISTFILES += COPYING DISTFILES += pca.conf # We define upstream file regex so we can be notifed of new upstream software release @@ -31,6 +31,8 @@ SPKG_SOURCEURL = http://www.par.univie.ac.at/solaris/pca/ SPKG_VERSION = $(shell echo $(GARVERSION) | sed -e 's/-/./g') +ARCHALL = 1 + include gar/category.mk install-custom: Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2009-02-06 21:46:01 UTC (rev 3002) +++ csw/mgar/pkg/pca/trunk/checksums 2009-02-06 22:06:27 UTC (rev 3003) @@ -1,3 +1,3 @@ edde160aa02b5d8232b402cdf336f327 download/pca-20081218-01 -12fc8ec8fe4164566632328a76e025f7 download/CSWpca.gspec +6f2f2376eba0a788795dd43d68ad32d1 download/COPYING 12de68ff8f67b4bb8b095e5646402208 download/pca.conf Copied: csw/mgar/pkg/pca/trunk/files/COPYING (from rev 2815, csw/mgar/pkg/pca/trunk/files/CSWpca.gspec) =================================================================== --- csw/mgar/pkg/pca/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/pca/trunk/files/COPYING 2009-02-06 22:06:27 UTC (rev 3003) @@ -0,0 +1,9 @@ +Usage of pca is free of charge for private, educational and commercial use. +No responsiblity is taken for any damage caused by using pca. You may +modify pca's source code to fit your local needs. If sharing modified +versions of pca with others, keep a reference to the original author +and distribution site. + +Commercial distribution of either the original or modified versions of +pca or including pca into commercial products is only allowed if explicitly +permitted by the original author. Deleted: csw/mgar/pkg/pca/trunk/files/CSWpca.gspec =================================================================== --- csw/mgar/pkg/pca/trunk/files/CSWpca.gspec 2009-02-06 21:46:01 UTC (rev 3002) +++ csw/mgar/pkg/pca/trunk/files/CSWpca.gspec 2009-02-06 22:06:27 UTC (rev 3003) @@ -1,14 +0,0 @@ -%var bitname pca -%var pkgname CSWpca -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Usage of pca is free of charge for private, educational and commercial use. -No responsiblity is taken for any damage caused by using pca. You may -modify pca's source code to fit your local needs. If sharing modified -versions of pca with others, keep a reference to the original author -and distribution site. - -Commercial distribution of either the original or modified versions of -pca or including pca into commercial products is only allowed if explicitly -permitted by the original author. 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 Feb 6 23:11:14 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:11:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3004] csw/mgar/pkg/autoconf/trunk Message-ID: Revision: 3004 http://gar.svn.sourceforge.net/gar/?rev=3004&view=rev Author: dmichelsen Date: 2009-02-06 22:11:06 +0000 (Fri, 06 Feb 2009) Log Message: ----------- autoconf: Convert to mGAR v2 with dynamic licenses Modified Paths: -------------- csw/mgar/pkg/autoconf/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec Property Changed: ---------------- csw/mgar/pkg/autoconf/trunk/ Property changes on: csw/mgar/pkg/autoconf/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/autoconf/trunk/Makefile =================================================================== --- csw/mgar/pkg/autoconf/trunk/Makefile 2009-02-06 22:06:27 UTC (rev 3003) +++ csw/mgar/pkg/autoconf/trunk/Makefile 2009-02-06 22:11:06 UTC (rev 3004) @@ -12,13 +12,13 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWautoconf,depend) UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz PATCHFILES = use-csw-tools.patch PREREQUISITE_PKGS = CSWhelp2man +REQUIRED_PKGS = CSWgawk CSWgm4 CSWperl CONFIGURE_ARGS = $(DIRPATHS) Deleted: csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec =================================================================== --- csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec 2009-02-06 22:06:27 UTC (rev 3003) +++ csw/mgar/pkg/autoconf/trunk/files/CSWautoconf.gspec 2009-02-06 22:11:06 UTC (rev 3004) @@ -1,4 +0,0 @@ -%var bitname autoconf -%var pkgname CSWautoconf -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 6 23:30:12 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:30:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3005] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3005 http://gar.svn.sourceforge.net/gar/?rev=3005&view=rev Author: dmichelsen Date: 2009-02-06 22:30:12 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mGAR v2: Fix function order for proper excludes Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 22:11:06 UTC (rev 3004) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-06 22:30:12 UTC (rev 3005) @@ -28,6 +28,52 @@ SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) +# pkgname - Get the name of a package from a gspec-name or package-name +# +# This is a safety function. In sane settings it should return the name +# of the package given as argument. However, when gspec-files are in DISTFILES +# it is possible to name the gspec-file differently from the package. This is +# a very bad idea, but we can handle it! +# +# In: arg1 - name of gspec-file or package +# Out: name of package +# +define pkgname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(1), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) + ) +) +endef + +# catalogname - Get the catalog-name for a package +# +# In: arg1 - name of package +# Out: catalog-name for the package +# +define catalogname +$(strip + $(if $(filter $(1),$(PACKAGES)), + $(if $(CATALOGNAME_$(1)), + $(CATALOGNAME_$(1)), + $(if $(CATALOGNAME), + $(CATALOGNAME), + $(patsubst CSW%,%,$(1)) + ) + ), + $(if $(realpath files/$(1).gspec), + $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), + $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) + ) + ) +) +endef + +define licensedir +$(docdir)/$(call catalogname,$(1)) +endef + # Set this to your svn binary SVN ?= /opt/csw/bin/svn GAWK ?= /opt/csw/bin/gawk @@ -262,48 +308,6 @@ # - Package-specific defines have precedence over general defines (CATALOGNAME_ # before CATALOGNAME etc.) -# pkgname - Get the name of a package from a gspec-name or package-name -# -# This is a safety function. In sane settings it should return the name -# of the package given as argument. However, when gspec-files are in DISTFILES -# it is possible to name the gspec-file differently from the package. This is -# a very bad idea, but we can handle it! -# -# In: arg1 - name of gspec-file or package -# Out: name of package -# -define pkgname -$(strip - $(if $(filter $(1),$(PACKAGES)), - $(1), - $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "pkgname")' files/$(1).gspec) - ) -) -endef - -# catalogname - Get the catalog-name for a package -# -# In: arg1 - name of package -# Out: catalog-name for the package -# -define catalogname -$(strip - $(if $(filter $(1),$(PACKAGES)), - $(if $(CATALOGNAME_$(1)), - $(CATALOGNAME_$(1)), - $(if $(CATALOGNAME), - $(CATALOGNAME), - $(patsubst CSW%,%,$(1)) - ) - ), - $(if $(realpath files/$(1).gspec), - $(shell perl -F'\s+' -ane 'print "$$F[2]" if( $$F[0] eq "%var" && $$F[1] eq "bitname")' files/$(1).gspec), - $(error The catalog name for the package '$1' could not be determined, because it was neither in PACKAGES nor was there a gspec-file) - ) - ) -) -endef - # LICENSE may be a path starting with $(WORKROOTDIR) or a filename inside $(WORKSRC) ifeq ($(origin LICENSE_FULL), undefined) ifeq ($(origin LICENSE), undefined) @@ -332,10 +336,6 @@ ) endef -define licensedir -$(docdir)/$(call catalogname,$(1)) -endef - merge-license-%: $(_DBG)$(if $(and $(LICENSE_$*),$(LICENSE_FULL_$*)),$(error Both LICENSE_$* and LICENSE_FULL_$* have been specified where only one is allowed)) \ $(if $(and $(filter $*,$(PACKAGES)),$(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*))), \ 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 Feb 6 23:30:20 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:30:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3006] csw/mgar/pkg/dtracetoolkit/trunk Message-ID: Revision: 3006 http://gar.svn.sourceforge.net/gar/?rev=3006&view=rev Author: dmichelsen Date: 2009-02-06 22:30:20 +0000 (Fri, 06 Feb 2009) Log Message: ----------- dtracetoolkit: Update to mGAR v2 and dynamic licenses Modified Paths: -------------- csw/mgar/pkg/dtracetoolkit/trunk/Makefile csw/mgar/pkg/dtracetoolkit/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec Property Changed: ---------------- csw/mgar/pkg/dtracetoolkit/trunk/ Property changes on: csw/mgar/pkg/dtracetoolkit/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/dtracetoolkit/trunk/Makefile =================================================================== --- csw/mgar/pkg/dtracetoolkit/trunk/Makefile 2009-02-06 22:30:12 UTC (rev 3005) +++ csw/mgar/pkg/dtracetoolkit/trunk/Makefile 2009-02-06 22:30:20 UTC (rev 3006) @@ -13,8 +13,10 @@ MASTER_SITES = http://www.brendangregg.com/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWdtracetoolkit) +PACKAGES = CSWdtracetoolkit +LICENSE = License + UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz CONFIGURE_SCRIPTS = Modified: csw/mgar/pkg/dtracetoolkit/trunk/checksums =================================================================== --- csw/mgar/pkg/dtracetoolkit/trunk/checksums 2009-02-06 22:30:12 UTC (rev 3005) +++ csw/mgar/pkg/dtracetoolkit/trunk/checksums 2009-02-06 22:30:20 UTC (rev 3006) @@ -1,2 +1 @@ 3d78b93ea9b7b55b3e32680c625d99da download/DTraceToolkit-0.99.tar.gz -38e1e658655915e048c6f09e8690f692 download/CSWdtracetoolkit.gspec Deleted: csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec =================================================================== --- csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec 2009-02-06 22:30:12 UTC (rev 3005) +++ csw/mgar/pkg/dtracetoolkit/trunk/files/CSWdtracetoolkit.gspec 2009-02-06 22:30:20 UTC (rev 3006) @@ -1,5 +0,0 @@ -%var bitname dtracetoolkit -%var pkgname CSWdtracetoolkit -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/License 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 Feb 6 23:30:32 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:30:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3007] csw/mgar/pkg/libtool/trunk Message-ID: Revision: 3007 http://gar.svn.sourceforge.net/gar/?rev=3007&view=rev Author: dmichelsen Date: 2009-02-06 22:30:32 +0000 (Fri, 06 Feb 2009) Log Message: ----------- libtool: Update to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/libtool/trunk/Makefile csw/mgar/pkg/libtool/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec Modified: csw/mgar/pkg/libtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/libtool/trunk/Makefile 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/Makefile 2009-02-06 22:30:32 UTC (rev 3007) @@ -15,9 +15,10 @@ MASTER_SITES = $(GNU_MIRROR) SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(GARNAME)-$(VERSION).tar.gz) DISTFILES = $(SOURCEFILES) -DISTFILES += $(call admfiles,CSWlibtool) -DISTFILES += $(call admfiles,CSWlibtoolrt) +PACKAGES = CSWlibtool CSWlibtoolrt +CATALOGNAME_CSWlibtoolrt = libtool_rt + SPKG_DESC_CSWlibtool = A generic library support tool SPKG_DESC_CSWlibtoolrt = A Generic library support tool runtime libraries Modified: csw/mgar/pkg/libtool/trunk/checksums =================================================================== --- csw/mgar/pkg/libtool/trunk/checksums 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/checksums 2009-02-06 22:30:32 UTC (rev 3007) @@ -1,4 +1,2 @@ aa9c5107f3ec9ef4200eb6556f3b3c29 download/libtool-1.5.26.tar.gz 0b87e84c7aad3b5e979bbe35312fd4c1 download/libtool-2.2.4.tar.gz -c8c05c4657da45bd2a70c0f1ed9b8ae5 download/CSWlibtool.gspec -66e02987d097403a1662be5af0800a25 download/CSWlibtoolrt.gspec Deleted: csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec =================================================================== --- csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/files/CSWlibtool.gspec 2009-02-06 22:30:32 UTC (rev 3007) @@ -1,4 +0,0 @@ -%var bitname libtool -%var pkgname CSWlibtool -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec =================================================================== --- csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec 2009-02-06 22:30:20 UTC (rev 3006) +++ csw/mgar/pkg/libtool/trunk/files/CSWlibtoolrt.gspec 2009-02-06 22:30:32 UTC (rev 3007) @@ -1,4 +0,0 @@ -%var bitname libtool_rt -%var pkgname CSWlibtoolrt -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 6 23:45:43 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:45:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3008] csw/mgar/pkg/mktemp/trunk Message-ID: Revision: 3008 http://gar.svn.sourceforge.net/gar/?rev=3008&view=rev Author: dmichelsen Date: 2009-02-06 22:45:43 +0000 (Fri, 06 Feb 2009) Log Message: ----------- mktemp: Update to mGAR v2 with dynamic licenses Modified Paths: -------------- csw/mgar/pkg/mktemp/trunk/Makefile csw/mgar/pkg/mktemp/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec Property Changed: ---------------- csw/mgar/pkg/mktemp/trunk/ Property changes on: csw/mgar/pkg/mktemp/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/mktemp/trunk/Makefile =================================================================== --- csw/mgar/pkg/mktemp/trunk/Makefile 2009-02-06 22:30:32 UTC (rev 3007) +++ csw/mgar/pkg/mktemp/trunk/Makefile 2009-02-06 22:45:43 UTC (rev 3008) @@ -12,8 +12,9 @@ MASTER_SITES = ftp://ftp.mktemp.org/pub/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWmktemp) +LICENSE = LICENSE + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/mktemp/trunk/checksums =================================================================== --- csw/mgar/pkg/mktemp/trunk/checksums 2009-02-06 22:30:32 UTC (rev 3007) +++ csw/mgar/pkg/mktemp/trunk/checksums 2009-02-06 22:45:43 UTC (rev 3008) @@ -1,3 +1,2 @@ 3e66f91f8a39c7dc0a67b158aeb9c2ac download/mktemp-1.6.tar.gz -2ec4d62640c1aec1a2fd0faead07de1f download/CSWmktemp.gspec 9e53911c3dce0236badb46a801a834f6 download/makefile-destdir.patch Deleted: csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec =================================================================== --- csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec 2009-02-06 22:30:32 UTC (rev 3007) +++ csw/mgar/pkg/mktemp/trunk/files/CSWmktemp.gspec 2009-02-06 22:45:43 UTC (rev 3008) @@ -1,4 +0,0 @@ -%var bitname mktemp -%var pkgname CSWmktemp -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE 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 Feb 6 23:49:03 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:49:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3009] csw/mgar/pkg/pcre/trunk Message-ID: Revision: 3009 http://gar.svn.sourceforge.net/gar/?rev=3009&view=rev Author: dmichelsen Date: 2009-02-06 22:49:03 +0000 (Fri, 06 Feb 2009) Log Message: ----------- pcre: Update to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/pcre/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec Modified: csw/mgar/pkg/pcre/trunk/Makefile =================================================================== --- csw/mgar/pkg/pcre/trunk/Makefile 2009-02-06 22:45:43 UTC (rev 3008) +++ csw/mgar/pkg/pcre/trunk/Makefile 2009-02-06 22:49:03 UTC (rev 3009) @@ -12,8 +12,6 @@ MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpcre) -DISTFILES += $(call admfiles,CSWpcrert) SPKG_SOURCEURL = http://www.pcre.org @@ -21,7 +19,11 @@ REQUIRED_PKGS_CSWpcre = CSWpcrert REQUIRED_PKGS_CSWpcrert = CSWzlib CSWbzip2 CSWreadline CSWncurses -SPKG_DESC_CSWpcrert = Perl-compatible regular expression tools (runtime) +PACKAGES = CSWpcre CSWpcrert +CATALOGNAME_CSWpcrert = pcre_rt +LICENSE = LICENCE + +SPKG_DESC_CSWpcrert = Perl-compatible regular expression runtime libraries SPKG_DESC_CSWpcre = Perl-compatible regular expression tools # We define upstream file regex so we can be notifed of new upstream software release Deleted: csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec =================================================================== --- csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec 2009-02-06 22:45:43 UTC (rev 3008) +++ csw/mgar/pkg/pcre/trunk/files/CSWpcre.gspec 2009-02-06 22:49:03 UTC (rev 3009) @@ -1,4 +0,0 @@ -%var bitname pcre -%var pkgname CSWpcre -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec =================================================================== --- csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec 2009-02-06 22:45:43 UTC (rev 3008) +++ csw/mgar/pkg/pcre/trunk/files/CSWpcrert.gspec 2009-02-06 22:49:03 UTC (rev 3009) @@ -1,5 +0,0 @@ -%var bitname pcre_rt -%var pkgname CSWpcrert -%var desc Perl-compatible regular expression runtime libraries -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 6 23:53:30 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 06 Feb 2009 22:53:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3010] csw/mgar/pkg/top/trunk Message-ID: Revision: 3010 http://gar.svn.sourceforge.net/gar/?rev=3010&view=rev Author: dmichelsen Date: 2009-02-06 22:53:30 +0000 (Fri, 06 Feb 2009) Log Message: ----------- top: Update to dynamic licenses Modified Paths: -------------- csw/mgar/pkg/top/trunk/Makefile csw/mgar/pkg/top/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/top/trunk/files/CSWtop.gspec Modified: csw/mgar/pkg/top/trunk/Makefile =================================================================== --- csw/mgar/pkg/top/trunk/Makefile 2009-02-06 22:49:03 UTC (rev 3009) +++ csw/mgar/pkg/top/trunk/Makefile 2009-02-06 22:53:30 UTC (rev 3010) @@ -9,13 +9,14 @@ SF_PROJ = unixtop MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWtop,) SPKG_SOURCEURL = http://www.unixtop.org/ UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=72892 UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +LICENSE = LICENSE + BUILD64 = 1 # autoconf tries to compile for the current kernel. Get rid of Modified: csw/mgar/pkg/top/trunk/checksums =================================================================== --- csw/mgar/pkg/top/trunk/checksums 2009-02-06 22:49:03 UTC (rev 3009) +++ csw/mgar/pkg/top/trunk/checksums 2009-02-06 22:53:30 UTC (rev 3010) @@ -1,2 +1 @@ 166226469776c073da7abd35197627dc download/top-3.7.tar.gz -9799a03c1e974c7a702c4c9f042487d6 download/CSWtop.gspec Deleted: csw/mgar/pkg/top/trunk/files/CSWtop.gspec =================================================================== --- csw/mgar/pkg/top/trunk/files/CSWtop.gspec 2009-02-06 22:49:03 UTC (rev 3009) +++ csw/mgar/pkg/top/trunk/files/CSWtop.gspec 2009-02-06 22:53:30 UTC (rev 3010) @@ -1,4 +0,0 @@ -%var bitname top -%var pkgname CSWtop -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Sat Feb 7 16:16:42 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Sat, 07 Feb 2009 15:16:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3011] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3011 http://gar.svn.sourceforge.net/gar/?rev=3011&view=rev Author: aigoshin Date: 2009-02-07 15:16:42 +0000 (Sat, 07 Feb 2009) Log Message: ----------- nginx: milestone 2.2 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 22:53:30 UTC (rev 3010) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 15:16:42 UTC (rev 3011) @@ -19,6 +19,7 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib EXTRA_BUILD_ISAS_i386 = pentium +#EXTRA_BUILD_ISAS_i386 = pentium3 pentium4 CFLAGS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Sat Feb 7 20:21:09 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Sat, 07 Feb 2009 19:21:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3012] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3012 http://gar.svn.sourceforge.net/gar/?rev=3012&view=rev Author: aigoshin Date: 2009-02-07 19:21:09 +0000 (Sat, 07 Feb 2009) Log Message: ----------- nginx: milestone 2.3 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 15:16:42 UTC (rev 3011) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012) @@ -18,8 +18,7 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib -EXTRA_BUILD_ISAS_i386 = pentium -#EXTRA_BUILD_ISAS_i386 = pentium3 pentium4 +EXTRA_BUILD_ISAS_i386 = pentium_pro CFLAGS = @@ -52,6 +51,10 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README +pre-configure-modulated: + gsed -i s#pentiumpro#pentium_pro# $(WORKSRC)/auto/cc/sunc + $(MAKECOOKIE) + post-configure-modulated: gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 7 21:58:50 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 07 Feb 2009 20:58:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3013] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3013 http://gar.svn.sourceforge.net/gar/?rev=3013&view=rev Author: skayser Date: 2009-02-07 20:58:48 +0000 (Sat, 07 Feb 2009) Log Message: ----------- dovecot: bumped to 1.1.11, split main & devel pkg Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,5 +1,5 @@ GARNAME = dovecot -GARVERSION = 1.1.8 +GARVERSION = 1.1.11 CATEGORIES = server DESCRIPTION = Secure IMAP server @@ -13,30 +13,47 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWdovecot,) +DISTFILES += $(call admfiles,CSWdovecotdevel,) -REQUIRED_PKGS = CSWosslrt CSWmysql5rt +SPKG_SOURCEURL = http://dovecot.org/ -PREREQUISITE_PKGS = CSWmysql5devel CSWmysql5rt +SPKG_DESC_CSWdovecot = Secure IMAP server +SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files + +REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot + +PREREQUISITE_PKGS = CSWossldevel CSWosslrt +PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel +PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +# Work around non-existing unsetenv() on Solaris 8 # See http://www.mail-archive.com/dovecot at dovecot.org/msg15562.html PATCHFILES = patch-unsetenv.diff +TEST_SCRIPTS = + # TODO # * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760 -# * --enable-header-install & split packages (dovecot, dovecotdevel) # * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve # * ... CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-pop3d +CONFIGURE_ARGS += --with-lda CONFIGURE_ARGS += --with-ldap CONFIGURE_ARGS += --with-mysql CONFIGURE_ARGS += --with-sqlite CONFIGURE_ARGS += --with-ssl=openssl CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl +CONFIGURE_ARGS += --enable-header-install +CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME) +CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME) EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,3 +1,4 @@ -bc23a919c7ad2b3c5ba69e19f1b46eb2 download/dovecot-1.1.8.tar.gz -d707692194795943a4ff18581f61d04d download/CSWdovecot.gspec +c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz +870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec +59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec 827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff Modified: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,4 +1,4 @@ %var bitname dovecot %var pkgname CSWdovecot %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 7 21:59:47 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 07 Feb 2009 20:59:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3014] csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel. gspec Message-ID: Revision: 3014 http://gar.svn.sourceforge.net/gar/?rev=3014&view=rev Author: skayser Date: 2009-02-07 20:59:47 +0000 (Sat, 07 Feb 2009) Log Message: ----------- dovecot: bumped to 1.1.11, split main & devel pkg Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-07 20:59:47 UTC (rev 3014) @@ -0,0 +1,4 @@ +%var bitname dovecot_devel +%var pkgname CSWdovecotdevel +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sun Feb 8 02:10:57 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sun, 08 Feb 2009 01:10:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3015] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3015 http://gar.svn.sourceforge.net/gar/?rev=3015&view=rev Author: skayser Date: 2009-02-08 01:10:57 +0000 (Sun, 08 Feb 2009) Log Message: ----------- dovecot: added init script, switched to dynamic gspec, adjusted configure options Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot Removed Paths: ------------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,3 +1,8 @@ +# TODO +# * postinstall: Create dovecot user(s) or advise user to do so +# * Create default config so that service can startup right away? +# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve + GARNAME = dovecot GARVERSION = 1.1.11 CATEGORIES = server @@ -12,37 +17,33 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWdovecot,) -DISTFILES += $(call admfiles,CSWdovecotdevel,) - SPKG_SOURCEURL = http://dovecot.org/ +PACKAGES = CSWdovecot CSWdovecotdevel +CATALOGNAME_CSWdovecotdevel = dovecot_devel + SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecot = CSWsasl CSWsqlite3 CSWzlib CSWlibnet +REQUIRED_PKGS_CSWdovecot = CSWcswclassutils REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel +PREREQUISITE_PKGS += CSWsasl +PREREQUISITE_PKGS += CSWsqlite3 CSWsqlite3dev PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz -# Work around non-existing unsetenv() on Solaris 8 -# See http://www.mail-archive.com/dovecot at dovecot.org/msg15562.html -PATCHFILES = patch-unsetenv.diff - +# No test suite for Dovecot available TEST_SCRIPTS = -# TODO -# * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760 -# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve -# * ... - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-pop3d CONFIGURE_ARGS += --with-lda @@ -50,12 +51,26 @@ CONFIGURE_ARGS += --with-mysql CONFIGURE_ARGS += --with-sqlite CONFIGURE_ARGS += --with-ssl=openssl -CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl +CONFIGURE_ARGS += --with-ssldir=/opt/csw/ssl CONFIGURE_ARGS += --enable-header-install -CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME) +CONFIGURE_ARGS += --localstatedir=/var/opt/csw CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME) EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql include gar/category.mk + +# init script / SMF integration +SPKG_CLASSES_CSWdovecot = none cswinitsmf +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } { print }' + +post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT +post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +post-install-modulated: + @ginstall -d $(DOCDEST) + @ginstall -d $(DESTDIR)/etc/opt/csw/init.d + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 755 $(FILEDIR)/CSWdovecot.cswdovecot \ + $(DESTDIR)/etc/opt/csw/init.d/cswdovecot + @$(MAKECOOKIE) Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +1 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz -870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec -59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec -827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot 2009-02-08 01:10:57 UTC (rev 3015) @@ -0,0 +1,59 @@ +#!/bin/sh +# License is public domain. +# +# Taken from http://wiki.dovecot.org/DovecotInit + +DAEMON=/opt/csw/sbin/dovecot + +test -x $DAEMON || exit 1 +set -e + +base_dir=`$DAEMON -a|grep '^base_dir: '|sed 's/^base_dir: //'` +pidfile=$base_dir/master.pid + +if test -f $pidfile; then + running=yes +else + running=no +fi + +case "$1" in + start) + echo -n "Starting Dovecot" + $DAEMON + echo "." + ;; + stop) + if test $running = yes; then + echo "Stopping Dovecot" + kill `cat $pidfile` + echo "." + else + echo "Dovecot is already stopped." + fi + ;; + reload) + if test $running = yes; then + echo -n "Reloading Dovecot configuration" + kill -HUP `cat $pidfile` + echo "." + else + echo "Dovecot isn't running." + fi + ;; + restart|force-reload) + echo -n "Restarting Dovecot" + if test $running = yes; then + kill `cat $pidfile` + sleep 1 + fi + $DAEMON + echo "." + ;; + *) + echo "Usage: /etc/init.d/dovecot {start|stop|reload|restart|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 Deleted: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +0,0 @@ -%var bitname dovecot -%var pkgname CSWdovecot -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +0,0 @@ -%var bitname dovecot_devel -%var pkgname CSWdovecotdevel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sun Feb 8 06:34:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sun, 08 Feb 2009 05:34:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3016] csw/mgar/pkg/python/trunk/files/site-config.diff Message-ID: Revision: 3016 http://gar.svn.sourceforge.net/gar/?rev=3016&view=rev Author: valholla Date: 2009-02-08 05:34:11 +0000 (Sun, 08 Feb 2009) Log Message: ----------- clean up python Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/site-config.diff Deleted: csw/mgar/pkg/python/trunk/files/site-config.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/site-config.diff 2009-02-08 01:10:57 UTC (rev 3015) +++ csw/mgar/pkg/python/trunk/files/site-config.diff 2009-02-08 05:34:11 UTC (rev 3016) @@ -1,126 +0,0 @@ -diff --speed-large-files --minimal -Nru Python-2.3.orig/Makefile.pre.in Python-2.3/Makefile.pre.in ---- Python-2.3.orig/Makefile.pre.in 2003-07-13 03:10:42.000000000 -0700 -+++ Python-2.3/Makefile.pre.in 2003-07-30 18:22:32.177323000 -0700 -@@ -642,7 +642,7 @@ - plat-mac/lib-scriptpackages/SystemEvents \ - plat-mac/lib-scriptpackages/Terminal - PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages --LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ -+LIBSUBDIRS= lib-old lib-tk site-packages \ - encodings email email/test email/test/data compiler hotshot \ - logging bsddb bsddb/test csv idlelib idlelib/Icons \ - distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) -diff --speed-large-files --minimal -Nru Python-2.3.orig/Modules/Setup.dist Python-2.3/Modules/Setup.dist ---- Python-2.3.orig/Modules/Setup.dist 2003-06-14 14:03:05.000000000 -0700 -+++ Python-2.3/Modules/Setup.dist 2003-07-30 18:31:32.471869000 -0700 -@@ -157,7 +157,7 @@ - # it, depending on your system -- see the GNU readline instructions. - # It's okay for this to be a shared library, too. - --#readline readline.c -lreadline -ltermcap -+readline readline.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lreadline -ltermcap - - - # Modules that should always be present (non UNIX dependent): -@@ -200,10 +200,10 @@ - - # Socket module helper for SSL support; you must comment out the other - # socket line above, and possibly edit the SSL variable: --#SSL=/usr/local/ssl --#_ssl _ssl.c \ --# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ --# -L$(SSL)/lib -lssl -lcrypto -+SSL=$(prefix) -+_ssl _ssl.c \ -+ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ -+ -L$(SSL)/lib -R$(SSL)/lib -lssl -lcrypto - - # The crypt module is now disabled by default because it breaks builds - # on many systems (where -lcrypt is needed), e.g. Linux (I believe). -@@ -322,15 +322,15 @@ - # every system. - - # *** Always uncomment this (leave the leading underscore in!): --# _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ -+ _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ - # *** Uncomment and edit to reflect where your Tcl/Tk libraries are: --# -L/usr/local/lib \ -+ -L/usr/local/Tcl/lib -R/usr/local/Tcl/lib \ - # *** Uncomment and edit to reflect where your Tcl/Tk headers are: --# -I/usr/local/include \ -+ -I/usr/local/Tcl/include \ - # *** Uncomment and edit to reflect where your X11 header files are: - # -I/usr/X11R6/include \ - # *** Or uncomment this for Solaris: --# -I/usr/openwin/include \ -+ -I/usr/openwin/include \ - # *** Uncomment and edit for Tix extension only: - # -DWITH_TIX -ltix8.1.8.2 \ - # *** Uncomment and edit for BLT extension only: -@@ -341,17 +341,17 @@ - # *** Uncomment and edit for TOGL extension only: - # -DWITH_TOGL togl.c \ - # *** Uncomment and edit to reflect your Tcl/Tk versions: --# -ltk8.2 -ltcl8.2 \ -+ -ltk8.4 -ltcl8.4 \ - # *** Uncomment and edit to reflect where your X11 libraries are: - # -L/usr/X11R6/lib \ - # *** Or uncomment this for Solaris: --# -L/usr/openwin/lib \ -+ -L/usr/openwin/lib \ - # *** Uncomment these for TOGL extension only: - # -lGL -lGLU -lXext -lXmu \ - # *** Uncomment for AIX: - # -lld \ - # *** Always uncomment this; X11 libraries to link with: --# -lX11 -+ -lX11 - - # Lance Ellinghaus's modules: - -@@ -399,7 +399,7 @@ - # - # First, look at Setup.config; configure may have set this for you. - --#gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm -+gdbm gdbmmodule.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lgdbm - - - # Sleepycat Berkeley DB interface. -@@ -414,11 +414,11 @@ - # - # Edit the variables DB and DBLIBVERto point to the db top directory - # and the subdirectory of PORT where you built it. --#DB=/usr/local/BerkeleyDB.4.0 --#DBLIBVER=4.0 --#DBINC=$(DB)/include --#DBLIB=$(DB)/lib --#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER) -+DB=$(prefix) -+DBLIBVER=4.1 -+DBINC=$(DB)/include -+DBLIB=$(DB)/lib -+_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -R$(DBLIB) -ldb-$(DBLIBVER) - - # Historical Berkeley DB 1.85 - # -@@ -463,7 +463,7 @@ - # Andrew Kuchling's zlib module. - # This require zlib 1.1.3 (or later). - # See http://www.cdrom.com/pub/infozip/zlib/ --#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz -+zlib zlibmodule.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lz - - # Interface to the Expat XML parser - # -@@ -476,8 +476,8 @@ - # - # More information on Expat can be found at www.libexpat.org. - # --#EXPAT_DIR=/usr/local/src/expat-1.95.2 --#pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EXPAT_DIR)/lib -L$(EXPAT_DIR) -lexpat -+EXPAT_DIR=$(prefix) -+pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EXPAT_DIR)/include -L$(EXPAT_DIR)/lib -R$(EXPAT_DIR)/lib -lexpat - - # Example -- included for reference only: - # xx xxmodule.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sun Feb 8 06:41:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sun, 08 Feb 2009 05:41:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3017] csw/mgar/pkg/python/trunk Message-ID: Revision: 3017 http://gar.svn.sourceforge.net/gar/?rev=3017&view=rev Author: valholla Date: 2009-02-08 05:41:52 +0000 (Sun, 08 Feb 2009) Log Message: ----------- more python cleanup Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/ Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-08 05:34:11 UTC (rev 3016) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-08 05:41:52 UTC (rev 3017) @@ -1,7 +1,12 @@ -GARNAME = python -GARVERSION = 2.3.5 +GARNAME = Python +GARVERSION = 2.6.1 +GARRELEASE = +DISTVERSION = $(GARVERSION)$(GARRELEASE) +DISTNAME = $(GARNAME)-$(DISTVERSION) CATEGORIES = lang +SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) + DESCRIPTION = A high-level scripting language. define BLURB Python is an interpreted, interactive, object-oriented programming language. @@ -14,18 +19,31 @@ endef MASTER_SITES = http://www.python.org/ftp/python/$(GARVERSION)/ -DISTFILES = Python-$(GARVERSION).tar.bz2 +UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ +DISTFILES = $(DISTNAME).tar.bz2 +DISTFILES += $(call admfiles,CSWpython,depend prototype) +DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) +DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = Python-(\d+(?:\.\d+)*).tar.bz2 +UFILES_REGEX = (\d+(?:\.\d+)*) -# Configure some site specific variables -PATCHFILES = site-config.diff +# Patches +PATCHFILES += modules.diff +PATCHFILES += setup.diff +PATCHFILES += makesetup.diff -WORKSRC = $(WORKDIR)/Python-$(GARVERSION) +# Test for sunaudiodev fails. +SKIPTEST = 1 -LIBDEPS += lib/expat lib/openssl lib/db lib/gdbm +DEPENDS += lib/expat +DEPENDS += lib/openssl +DEPENDS += lib/db +DEPENDS += lib/gdbm -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --enable-ipv6 +CONFIGURE_ARGS += --with-fpectl include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-08 05:34:11 UTC (rev 3016) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-08 05:41:52 UTC (rev 3017) @@ -1,2 +1,13 @@ -c12b57c6e0cf8bc676fd9444d71c9e18 download/Python-2.3.5.tar.bz2 -fd98cf98cd604deb1f197ae2cdf2eecf download/site-config.diff +e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 +1b8abe75212cd34d4a6655846aaf5818 download/CSWpython.gspec +b1c2b338ce77b8fb5123717292265323 download/CSWpython.depend +56f6c50695ae7b0144b3ef1276ca539b download/CSWpython.prototype +05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec +4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend +71ba471c18bcba92e639a2c138961991 download/CSWpython-tk.prototype +94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec +d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend +9eb8d7f9134c4b01b85be742ac1a1868 download/CSWidle.prototype +1f4aa802761be55b7e5b2e828a4975f7 download/modules.diff +6ad364440490d1a6ff8da70d055e388b download/setup.diff +33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From trygvis at users.sourceforge.net Sun Feb 8 11:47:55 2009 From: trygvis at users.sourceforge.net (trygvis at users.sourceforge.net) Date: Sun, 08 Feb 2009 10:47:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3018] csw/mgar/pkg/maven2/trunk Message-ID: Revision: 3018 http://gar.svn.sourceforge.net/gar/?rev=3018&view=rev Author: trygvis Date: 2009-02-08 10:47:55 +0000 (Sun, 08 Feb 2009) Log Message: ----------- o Fixing some bugs. Modified Paths: -------------- csw/mgar/pkg/maven2/trunk/Makefile csw/mgar/pkg/maven2/trunk/checksums csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec csw/mgar/pkg/maven2/trunk/files/bin-mvn Modified: csw/mgar/pkg/maven2/trunk/Makefile =================================================================== --- csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 10:47:55 UTC (rev 3018) @@ -39,9 +39,9 @@ install-common: mkdir -p $(DESTDIR)/opt/csw/bin - mkdir -p $(DESTDIR)/opt/csw/share - rm -rf $(DESTDIR)/opt/csw/share/apache-maven-$(GARVERSION) - cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven2 + mkdir -p $(DESTDIR)/opt/csw/share/maven2 + rm -rf $(DESTDIR)/opt/csw/share/maven2 + cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven2/home cp $(WORKDIR)/bin-mvn $(DESTDIR)/opt/csw/bin/mvn chmod +x $(DESTDIR)/opt/csw/bin/mvn $(MAKECOOKIE) Modified: csw/mgar/pkg/maven2/trunk/checksums =================================================================== --- csw/mgar/pkg/maven2/trunk/checksums 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/checksums 2009-02-08 10:47:55 UTC (rev 3018) @@ -1,3 +1,3 @@ 6d842f7cb9696676982096c72d063133 download/apache-maven-2.0.9-bin.tar.gz -31b72a3290ad951ed6984ee8bde45548 download/CSWmaven2.gspec -8a40b0007a95738aee2c2ce2cb89b6b8 download/bin-mvn +8c87a565ba53d763dbf82a2f27f1cff0 download/CSWmaven2.gspec +f935bf12216ef6533ca53879a456ebeb download/bin-mvn Modified: csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec =================================================================== --- csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec 2009-02-08 10:47:55 UTC (rev 3018) @@ -1,6 +1,6 @@ %var bitname maven2 %var pkgname CSWmaven2 -%var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKDIR}/apache-maven-%{GARVERSION}/LICENSE.txt -#file://%{WORKSRC}/LICENSE.txt +%copyright + +See /opt/csw/share/maven2/home/LICENSE.txt Modified: csw/mgar/pkg/maven2/trunk/files/bin-mvn =================================================================== --- csw/mgar/pkg/maven2/trunk/files/bin-mvn 2009-02-08 05:41:52 UTC (rev 3017) +++ csw/mgar/pkg/maven2/trunk/files/bin-mvn 2009-02-08 10:47:55 UTC (rev 3018) @@ -1,6 +1,6 @@ #!/bin/sh -M2_HOME=/opt/csw/share/maven2 +M2_HOME=/opt/csw/share/maven2/home if [ -z "$JAVA_HOME" ] then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From trygvis at users.sourceforge.net Sun Feb 8 11:55:14 2009 From: trygvis at users.sourceforge.net (trygvis at users.sourceforge.net) Date: Sun, 08 Feb 2009 10:55:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3019] csw/mgar/pkg/maven2/trunk/Makefile Message-ID: Revision: 3019 http://gar.svn.sourceforge.net/gar/?rev=3019&view=rev Author: trygvis Date: 2009-02-08 10:55:14 +0000 (Sun, 08 Feb 2009) Log Message: ----------- o Making sure the package build in a clean staging directory. Modified Paths: -------------- csw/mgar/pkg/maven2/trunk/Makefile Modified: csw/mgar/pkg/maven2/trunk/Makefile =================================================================== --- csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 10:47:55 UTC (rev 3018) +++ csw/mgar/pkg/maven2/trunk/Makefile 2009-02-08 10:55:14 UTC (rev 3019) @@ -39,8 +39,8 @@ install-common: mkdir -p $(DESTDIR)/opt/csw/bin + rm -rf $(DESTDIR)/opt/csw/share/maven2 mkdir -p $(DESTDIR)/opt/csw/share/maven2 - rm -rf $(DESTDIR)/opt/csw/share/maven2 cp -r $(WORKDIR)/apache-maven-$(GARVERSION)/ $(DESTDIR)/opt/csw/share/maven2/home cp $(WORKDIR)/bin-mvn $(DESTDIR)/opt/csw/bin/mvn chmod +x $(DESTDIR)/opt/csw/bin/mvn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sun Feb 8 17:27:06 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sun, 08 Feb 2009 16:27:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3020] csw/mgar/pkg/dovecot/trunk/Makefile Message-ID: Revision: 3020 http://gar.svn.sourceforge.net/gar/?rev=3020&view=rev Author: skayser Date: 2009-02-08 16:27:01 +0000 (Sun, 08 Feb 2009) Log Message: ----------- dovecot: further cswclassutils integration Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 10:55:14 UTC (rev 3019) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 16:27:01 UTC (rev 3020) @@ -25,10 +25,10 @@ SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files -REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt -REQUIRED_PKGS_CSWdovecot = CSWsasl CSWsqlite3 CSWzlib CSWlibnet -REQUIRED_PKGS_CSWdovecot = CSWcswclassutils -REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot +REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecot += CSWsasl CSWsqlite3 CSWzlib CSWlibnet +REQUIRED_PKGS_CSWdovecot += CSWcswclassutils +REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt @@ -39,7 +39,7 @@ PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # No test suite for Dovecot available TEST_SCRIPTS = @@ -62,14 +62,29 @@ include gar/category.mk # init script / SMF integration -SPKG_CLASSES_CSWdovecot = none cswinitsmf -PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } { print }' +SPKG_CLASSES_CSWdovecot = none cswcpsampleconf cswinitsmf +PROTOTYPE_FILTER = awk '\ + $$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } \ + $$$$3 ~ /dovecot.pem.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ + $$$$3 ~ /dovecot.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ + $$$$3 == "/opt/csw/ssl/certs" { next } \ + $$$$3 == "/opt/csw/ssl/private" { next } \ + { print }' post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +post-install-modulated: SSLDIR = $(DESTDIR)/opt/csw/ssl post-install-modulated: @ginstall -d $(DOCDEST) @ginstall -d $(DESTDIR)/etc/opt/csw/init.d + @ginstall -d $(SSLDIR)/certs + @ginstall -d $(SSLDIR)/private + @( cd $(WORKSRC)/doc; SSLDIR=$(SSLDIR) /bin/sh ./mkcert.sh ) + @mv $(SSLDIR)/certs/dovecot.pem $(SSLDIR)/certs/dovecot.pem.CSW + @mv $(SSLDIR)/private/dovecot.pem $(SSLDIR)/private/dovecot.pem.CSW + @chmod 400 $(SSLDIR)/private/dovecot.pem.CSW + @cp $(DESTDIR)/etc/opt/csw/$(GARNAME)/dovecot-example.conf \ + $(DESTDIR)/etc/opt/csw/$(GARNAME)/dovecot.conf.CSW @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) @ginstall -m 755 $(FILEDIR)/CSWdovecot.cswdovecot \ $(DESTDIR)/etc/opt/csw/init.d/cswdovecot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Sun Feb 8 22:30:26 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Sun, 08 Feb 2009 21:30:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3021] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3021 http://gar.svn.sourceforge.net/gar/?rev=3021&view=rev Author: aigoshin Date: 2009-02-08 21:30:23 +0000 (Sun, 08 Feb 2009) Log Message: ----------- nginx: milestone 3 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-08 16:27:01 UTC (rev 3020) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-08 21:30:23 UTC (rev 3021) @@ -18,11 +18,26 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib -EXTRA_BUILD_ISAS_i386 = pentium_pro +EXTRA_BUILD_ISAS_i386 = pentium_pro +EXTRA_BUILD_ISAS_sparc = sparcv9 +ifeq ($(ISA),pentium_pro) + NGINXCPU = pentiumpro +else +ifeq ($(ISA),sparcv8) + NGINXCPU = sparc32 +else +ifeq ($(ISA),sparcv9) + NGINXCPU = sparc64 +else + NGINXCPU = $(ISA) +endif +endif +endif + CFLAGS = -CONFIGURE_ARGS += --with-cpu-opt=$(ISA) +CONFIGURE_ARGS += --with-cpu-opt=$(NGINXCPU) CONFIGURE_ARGS += --with-cc-opt="-I$(includedir) -I$(includedir)/openssl" CONFIGURE_ARGS += --with-ld-opt="$(LDFLAGS)" CONFIGURE_ARGS += --prefix=$(prefix)/var/nginx @@ -51,10 +66,6 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README -pre-configure-modulated: - gsed -i s#pentiumpro#pentium_pro# $(WORKSRC)/auto/cc/sunc - $(MAKECOOKIE) - post-configure-modulated: gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Mon Feb 9 01:30:58 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Mon, 09 Feb 2009 00:30:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3022] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 3022 http://gar.svn.sourceforge.net/gar/?rev=3022&view=rev Author: aigoshin Date: 2009-02-09 00:30:58 +0000 (Mon, 09 Feb 2009) Log Message: ----------- nginx: milestone 3.1 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-08 21:30:23 UTC (rev 3021) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-09 00:30:58 UTC (rev 3022) @@ -21,19 +21,11 @@ EXTRA_BUILD_ISAS_i386 = pentium_pro EXTRA_BUILD_ISAS_sparc = sparcv9 -ifeq ($(ISA),pentium_pro) - NGINXCPU = pentiumpro -else -ifeq ($(ISA),sparcv8) - NGINXCPU = sparc32 -else -ifeq ($(ISA),sparcv9) - NGINXCPU = sparc64 -else - NGINXCPU = $(ISA) -endif -endif -endif +NGINXCPU_pentium_pro = pentiumpro +NGINXCPU_sparcv8 = sparc32 +NGINXCPU_sparcv9 = sparc64 +NGINXCPU_$(ISA) ?= $(ISA) +NGINXCPU = $(NGINXCPU_$(ISA)) CFLAGS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Mon Feb 9 13:16:01 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Mon, 09 Feb 2009 12:16:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3023] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3023 http://gar.svn.sourceforge.net/gar/?rev=3023&view=rev Author: skayser Date: 2009-02-09 12:16:00 +0000 (Mon, 09 Feb 2009) Log Message: ----------- dovecot: fixed PROTOTYPE_FILTER, added preinstall for user creation, added STRIP_DIRS Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-09 00:30:58 UTC (rev 3022) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-09 12:16:00 UTC (rev 3023) @@ -1,6 +1,4 @@ # TODO -# * postinstall: Create dovecot user(s) or advise user to do so -# * Create default config so that service can startup right away? # * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve GARNAME = dovecot @@ -17,17 +15,19 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -SPKG_SOURCEURL = http://dovecot.org/ +DISTFILES += CSWdovecot.preinstall PACKAGES = CSWdovecot CSWdovecotdevel CATALOGNAME_CSWdovecotdevel = dovecot_devel -SPKG_DESC_CSWdovecot = Secure IMAP server +SPKG_SOURCEURL = http://dovecot.org/ +SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files +SPKG_CLASSES_CSWdovecot = none cswcpsampleconf cswinitsmf REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt REQUIRED_PKGS_CSWdovecot += CSWsasl CSWsqlite3 CSWzlib CSWlibnet -REQUIRED_PKGS_CSWdovecot += CSWcswclassutils +REQUIRED_PKGS_CSWdovecot += CSWbzip2 CSWiconv CSWcswclassutils REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt @@ -59,10 +59,8 @@ EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql -include gar/category.mk +STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot -# init script / SMF integration -SPKG_CLASSES_CSWdovecot = none cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '\ $$$$3 ~ /\/init.d\/cswdovecot$$$$/ { $$$$2 = "cswinitsmf" } \ $$$$3 ~ /dovecot.pem.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ @@ -71,6 +69,8 @@ $$$$3 == "/opt/csw/ssl/private" { next } \ { print }' +include gar/category.mk + post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) post-install-modulated: SSLDIR = $(DESTDIR)/opt/csw/ssl Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-09 00:30:58 UTC (rev 3022) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-09 12:16:00 UTC (rev 3023) @@ -1 +1,2 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz +f8e71a5be649e71131cf1ad7ea11019a download/CSWdovecot.preinstall Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.preinstall 2009-02-09 12:16:00 UTC (rev 3023) @@ -0,0 +1,29 @@ +#!/bin/sh + +# Test if the dovecot group exist, if not create it +getent group dovecot > /dev/null +if test $? -gt 0 +then + groupadd dovecot > /dev/null + if test $? -eq 0 + then + echo CSWdovecot postinstall: group dovecot has been added + else + echo CSWdovecot postinstall: ERROR: Failed to add group dovecot + exit 1 + fi +fi + +# Test if the dovecot user exist, if not create it +getent passwd dovecot > /dev/null +if test $? -gt 0 +then + useradd -c "Dovecot service user" -g dovecot -d /var/opt/csw/run/dovecot/login -s /bin/false dovecot > /dev/null + if test $? -eq 0 + then + echo CSWdovecot postinstall: user dovecot has been added + else + echo CSWdovecot postinstall: ERROR: Failed to add user dovecot + exit 1 + fi +fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 17:19:57 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:19:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3024] csw/mgar/pkg/vim/trunk Message-ID: Revision: 3024 http://gar.svn.sourceforge.net/gar/?rev=3024&view=rev Author: harpchad Date: 2009-02-09 16:19:57 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Modify VIMRCLOC to allow seperate syntax/plugin packages Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 12:16:00 UTC (rev 3023) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 16:19:57 UTC (rev 3024) @@ -1,6 +1,6 @@ GARNAME = vim DISTVERSION = 7.2 -PATCHREV = 093 +PATCHREV = 102 GARVERSION = $(DISTVERSION).$(PATCHREV) CATEGORIES = utils SPKG_SOURCEURL = http://www.vim.org/download.php @@ -22,6 +22,9 @@ DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz +DISTFILES += vimrc +DISTFILES += vimrc.tiny +DISTFILES += gvimrc PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch @@ -40,7 +43,7 @@ CONFIGURE_ARGS += --enable-multibyte CONFIGURE_ARGS += --enable-cscope -BUILD_ARGS = "VIMRCLOC=/opt/csw/etc/vim" +BUILD_ARGS = "VIMRCLOC=/opt/csw/share/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72" #Removed per request #BUILD64 = 1 @@ -84,3 +87,9 @@ @perl -i.bak -plne \ 's/(-l(?:perl|python|ruby|tcl)\S*)/-zlazyload $$1 -znolazyload/' \ $(WORKSRC)/src/auto/config.mk + +post-install-isa-sparcv8 post-install-isa-i386: + @cp $(DOWNLOADDIR)/vimrc $(DOWNLOADDIR)/gvimrc $(DOWNLOADDIR)/vimrc.tiny $(DESTDIR)/opt/csw/share/vim + @(cd $(DESTDIR)/opt/csw/share/vim;ln -s vim$(subst .,,$(DISTVERSION)) vimcurrent) + @$(MAKECOOKIE) + $(DONADA) Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-09 12:16:00 UTC (rev 3023) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-09 16:19:57 UTC (rev 3024) @@ -91,10 +91,22 @@ 137faec139470453ca446c015c226e47 download/7.2.091 e15782bf5892ad787d149491bfe013e7 download/7.2.092 2198caf9e5f422eacde337e9c27677ab download/7.2.093 -6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff +49ab5014904d459e54a667e1433b4bee download/7.2.094 +ba21ee323426561e75ebff23090e4bdb download/7.2.095 +7ffef4a30cdcd6d8426e44d3a25df991 download/7.2.096 +c7264031ad24af960d717189b344e244 download/7.2.097 +dc7b06bb5c5b11a3d487614287d99a6b download/7.2.098 +656c12368934868f35747f3955366142 download/7.2.099 +15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 +65e59923311b136306284319521d70d7 download/7.2.101 +42e2274c6a3152279720d8623f7916ad download/7.2.102 59c166f15ad9e4db7aeef3ce7f6d89d9 download/CSWvim.gspec c1ead6a1fa0f1a38b80689134cac8ca9 download/CSWvimrt.gspec +6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff +279fa7473e3069991b420f327a6440ab download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 +06a31324121243e7eaf87b0df6c4941e download/vimrc +1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 17:21:38 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:21:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3025] csw/mgar/pkg/vim/trunk/files Message-ID: Revision: 3025 http://gar.svn.sourceforge.net/gar/?rev=3025&view=rev Author: harpchad Date: 2009-02-09 16:21:38 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Source /opt/csw/etc/vim/vimrc files if they exist Added Paths: ----------- csw/mgar/pkg/vim/trunk/files/gvimrc csw/mgar/pkg/vim/trunk/files/vimrc csw/mgar/pkg/vim/trunk/files/vimrc.tiny Added: csw/mgar/pkg/vim/trunk/files/gvimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/gvimrc (rev 0) +++ csw/mgar/pkg/vim/trunk/files/gvimrc 2009-02-09 16:21:38 UTC (rev 3025) @@ -0,0 +1,4 @@ +" Source a global configuration file if available +if filereadable("/opt/csw/etc/vim/gvimrc") + source /opt/csw/etc/vim/gvimrc +endif Added: csw/mgar/pkg/vim/trunk/files/vimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc (rev 0) +++ csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-09 16:21:38 UTC (rev 3025) @@ -0,0 +1,4 @@ +" Source a global configuration file if available +if filereadable("/opt/csw/etc/vim/vimrc") + source /opt/csw/etc/vim/vimrc.local +endif Added: csw/mgar/pkg/vim/trunk/files/vimrc.tiny =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc.tiny (rev 0) +++ csw/mgar/pkg/vim/trunk/files/vimrc.tiny 2009-02-09 16:21:38 UTC (rev 3025) @@ -0,0 +1,10 @@ +" Vim configuration file, in effect when invoked as "vi". The aim of this +" configuration file is to provide a Vim environment as compatible with the +" original vi as possible. Note that ~/.vimrc configuration files as other +" configuration files in the runtimepath are still sourced. +" When Vim is invoked differently ("vim", "view", "evim", ...) this file is +" _not_ sourced; /opt/csw/etc/vim/vimrc and/or /opt/csw/etc/vim/gvimrc are. + +set compatible + +" vim: set ft=vim: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 17:25:49 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:25:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3026] csw/mgar/pkg/gvim/trunk Message-ID: Revision: 3026 http://gar.svn.sourceforge.net/gar/?rev=3026&view=rev Author: harpchad Date: 2009-02-09 16:25:49 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Modify VIMRCLOC to allow seperate plugin packages, update to patch 102 Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile csw/mgar/pkg/gvim/trunk/checksums Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 16:21:38 UTC (rev 3025) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 16:25:49 UTC (rev 3026) @@ -1,6 +1,6 @@ GARNAME = vim DISTVERSION = 7.2 -PATCHREV = 093 +PATCHREV = 102 GARVERSION = $(DISTVERSION).$(PATCHREV) CATEGORIES = utils SPKG_SOURCEURL = http://www.vim.org/download.php @@ -39,7 +39,7 @@ CONFIGURE_ARGS += --with-vim-name="vim-x11" CONFIGURE_ARGS += --enable-gui=gnome2 -BUILD_ARGS += "VIMRCLOC=/opt/csw/etc/vim" +BUILD_ARGS = "VIMRCLOC=/opt/csw/share/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72" #GTK2 needs 64-bit #BUILD64 = 1 Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 16:21:38 UTC (rev 3025) +++ csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 16:25:49 UTC (rev 3026) @@ -91,6 +91,15 @@ 137faec139470453ca446c015c226e47 download/7.2.091 e15782bf5892ad787d149491bfe013e7 download/7.2.092 2198caf9e5f422eacde337e9c27677ab download/7.2.093 +49ab5014904d459e54a667e1433b4bee download/7.2.094 +ba21ee323426561e75ebff23090e4bdb download/7.2.095 +7ffef4a30cdcd6d8426e44d3a25df991 download/7.2.096 +c7264031ad24af960d717189b344e244 download/7.2.097 +dc7b06bb5c5b11a3d487614287d99a6b download/7.2.098 +656c12368934868f35747f3955366142 download/7.2.099 +15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 +65e59923311b136306284319521d70d7 download/7.2.101 +42e2274c6a3152279720d8623f7916ad download/7.2.102 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff 3d2b62d6810417d562ed17aaada29868 download/CSWgvim.gspec 47396843634a6e3c05d4f5d6b4bf8a72 download/gvim.desktop This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 17:28:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:28:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3027] csw/mgar/pkg/python/trunk Message-ID: Revision: 3027 http://gar.svn.sourceforge.net/gar/?rev=3027&view=rev Author: valholla Date: 2009-02-09 16:28:35 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Python 2.6 recipe Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Added Paths: ----------- csw/mgar/pkg/python/trunk/files/ csw/mgar/pkg/python/trunk/files/CSWPython.gspec csw/mgar/pkg/python/trunk/files/CSWidle.depend csw/mgar/pkg/python/trunk/files/CSWidle.gspec csw/mgar/pkg/python/trunk/files/CSWidle.prototype csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype csw/mgar/pkg/python/trunk/files/makesetup.diff csw/mgar/pkg/python/trunk/files/modules.diff csw/mgar/pkg/python/trunk/files/setup.diff Property Changed: ---------------- csw/mgar/pkg/python/trunk/ Property changes on: csw/mgar/pkg/python/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-09 16:25:49 UTC (rev 3026) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-09 16:28:35 UTC (rev 3027) @@ -1,8 +1,5 @@ GARNAME = Python GARVERSION = 2.6.1 -GARRELEASE = -DISTVERSION = $(GARVERSION)$(GARRELEASE) -DISTNAME = $(GARNAME)-$(DISTVERSION) CATEGORIES = lang SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) @@ -20,19 +17,24 @@ MASTER_SITES = http://www.python.org/ftp/python/$(GARVERSION)/ UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ + DISTFILES = $(DISTNAME).tar.bz2 -DISTFILES += $(call admfiles,CSWpython,depend prototype) +DISTFILES += $(call admfiles,CSWPython,depend prototype) DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 # Patches +PATCHFILES += faqwiz.diff +PATCHFILES += makesetup.diff PATCHFILES += modules.diff +PATCHFILES += multiprocess.diff +PATCHFILES += pyport.diff PATCHFILES += setup.diff -PATCHFILES += makesetup.diff + # Test for sunaudiodev fails. SKIPTEST = 1 @@ -44,6 +46,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-shared CONFIGURE_ARGS += --enable-ipv6 +CONFIGURE_ARGS += --enable-unicode=ucs4 CONFIGURE_ARGS += --with-fpectl include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-09 16:25:49 UTC (rev 3026) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-09 16:28:35 UTC (rev 3027) @@ -1,13 +1,16 @@ e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 -1b8abe75212cd34d4a6655846aaf5818 download/CSWpython.gspec -b1c2b338ce77b8fb5123717292265323 download/CSWpython.depend -56f6c50695ae7b0144b3ef1276ca539b download/CSWpython.prototype +1b8abe75212cd34d4a6655846aaf5818 download/CSWPython.gspec +b1c2b338ce77b8fb5123717292265323 download/CSWPython.depend +a046f951d37965bb11150deacc3f4cc0 download/CSWPython.prototype 05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec 4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend -71ba471c18bcba92e639a2c138961991 download/CSWpython-tk.prototype +adb3dcc8142aec569f6a67e2e06b5bc4 download/CSWpython-tk.prototype 94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend -9eb8d7f9134c4b01b85be742ac1a1868 download/CSWidle.prototype -1f4aa802761be55b7e5b2e828a4975f7 download/modules.diff -6ad364440490d1a6ff8da70d055e388b download/setup.diff +f54c87ce7a8e3bf69020d5b8d9757bc2 download/CSWidle.prototype +42dd6523beb94a805d5764ae1276091c download/faqwiz.diff 33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff +5bc782aa89e5bc218ec154c68aa6801b download/modules.diff +369c5593c0c0edda03f3c1844788dbee download/multiprocess.diff +05724da367b025ce525de2bb704af6e3 download/pyport.diff +296f46fb4a6a392093120cd86675309b download/setup.diff Added: csw/mgar/pkg/python/trunk/files/CSWPython.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.gspec (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWPython.gspec 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,4 @@ +%var bitname python +%var pkgname CSWpython +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/python/trunk/files/CSWidle.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWidle.depend (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWidle.depend 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,2 @@ +P CSWpython python - A high-level scripting language. +P CSWpython-tk python_tk - Python Tk Interface (TkInter) Added: csw/mgar/pkg/python/trunk/files/CSWidle.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWidle.gspec (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWidle.gspec 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,6 @@ +%var bitname idle +%var pkgname CSWidle +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%var desc Python IDE +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/python/trunk/files/CSWidle.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWidle.prototype (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWidle.prototype 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,201 @@ +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/idle 0755 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/python2.6 0755 root bin +d none /opt/csw/lib/python2.6/idlelib 0755 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTipWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ToolTip.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/textView.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WidgetRedirector.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoCompleteWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTipWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FileList.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHelpSourceEdit.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TODO.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-extensions.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idlever.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/UndoDelegator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WindowList.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyShell.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoComplete.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/testcode.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HyperParser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteObjectBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteDebugger.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/run.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IdleHistory.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TreeWidget.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/UndoDelegator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyShell.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Bindings.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/keybindingDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/rpc.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Debugger.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ZoomHeight.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WindowList.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchEngine.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoExpand.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PathBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-main.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/GrepDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/NEWS.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ColorDelegator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoCompleteWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PathBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialogBase.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiCall.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiStatusBar.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CodeContext.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/aboutDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WidgetRedirector.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Bindings.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTips.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ZoomHeight.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoComplete.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTips.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/OutputWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/testcode.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ReplaceDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ClassBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ClassBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Debugger.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/StackViewer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/OutputWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IdleHistory.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialogBase.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/aboutDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScriptBinding.pyc 0644 root bin +d none /opt/csw/lib/python2.6/idlelib/Icons 0755 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/idle.icns 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/minusnode.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/openfolder.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/tk.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/folder.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/plusnode.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Icons/python.gif 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScrolledList.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ParenMatch.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Percolator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FormatParagraph.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/keybindingDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScrolledList.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/dynOptionMenuWidget.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiCall.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Percolator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.pyw 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Delegator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/help.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchEngine.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/run.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HyperParser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteObjectBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/macosxSupport.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/tabbedpages.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/EditorWindow.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/EditorWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configSectionNameDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ObjectBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHandler.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHelpSourceEdit.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IOBinding.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyParse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TreeWidget.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ReplaceDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/rpc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteDebugger.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/macosxSupport.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FileList.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/extend.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idlever.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idlever.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/textView.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/textView.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WidgetRedirector.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoCompleteWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTipWindow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/GrepDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ToolTip.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoExpand.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configSectionNameDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteDebugger.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/tabbedpages.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HyperParser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/testcode.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/RemoteObjectBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/dynOptionMenuWidget.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/UndoDelegator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ChangeLog 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ColorDelegator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyParse.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/GrepDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/WindowList.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ZoomHeight.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoExpand.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CREDITS.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FileList.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/TreeWidget.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyShell.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Delegator.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Bindings.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CodeContext.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiStatusBar.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CodeContext.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/aboutDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchDialogBase.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PathBrowser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ColorDelegator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.bat 0755 root bin +f none /opt/csw/lib/python2.6/idlelib/IdleHistory.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiStatusBar.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/StackViewer.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Debugger.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/StackViewer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHandler.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ClassBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ObjectBrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/README.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-highlight.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ToolTip.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/AutoComplete.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScriptBinding.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/CallTips.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/OutputWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FormatParagraph.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScrolledList.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/keybindingDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/dynOptionMenuWidget.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/FormatParagraph.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ScriptBinding.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/config-keys.def 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ParenMatch.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/tabbedpages.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/macosxSupport.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/run.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/idle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/SearchEngine.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ParenMatch.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/MultiCall.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/HISTORY.txt 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Percolator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/Delegator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/PyParse.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IOBinding.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/rpc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ReplaceDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/IOBinding.py 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHandler.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configHelpSourceEdit.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/EditorWindow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/ObjectBrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/idlelib/configSectionNameDialog.pyo 0644 root bin Added: csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,3 @@ +P CSWpython python - A high-level scripting language. +P CSWtcl tcl - Tool Command Language +P CSWtk tk - GUI toolkit for tcl Added: csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,5 @@ +%var bitname python_tk +%var pkgname CSWpython-tk +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%var desc Python Tk Interface (TkInter) +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,56 @@ +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/python2.6 0755 root bin +d none /opt/csw/lib/python2.6/lib-dynload 0755 root bin +f none /opt/csw/lib/python2.6/lib-dynload/_tkinter.so 0555 root bin +d none /opt/csw/lib/python2.6/lib-tk 0755 root bin +f none /opt/csw/lib/python2.6/lib-tk/FixTk.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkconstants.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Canvas.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkMessageBox.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FileDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkdnd.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/turtle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkinter.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkCommonDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tix.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/SimpleDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkSimpleDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkinter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFont.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FixTk.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkColorChooser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/SimpleDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFont.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Dialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tix.py 0755 root bin +f none /opt/csw/lib/python2.6/lib-tk/Canvas.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkconstants.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/ScrolledText.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkMessageBox.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFileDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFileDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FileDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkMessageBox.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkdnd.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkColorChooser.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkCommonDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/turtle.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkdnd.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkSimpleDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkinter.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkSimpleDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tix.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/SimpleDialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Dialog.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFont.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FixTk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkColorChooser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Canvas.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkCommonDialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Dialog.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/ScrolledText.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/ScrolledText.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/turtle.py 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/Tkconstants.pyo 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/FileDialog.pyc 0644 root bin +f none /opt/csw/lib/python2.6/lib-tk/tkFileDialog.pyc 0644 root bin Added: csw/mgar/pkg/python/trunk/files/makesetup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/makesetup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,20 @@ +--- Python-2.6.1/Modules/makesetup 2007-09-05 06:47:34.000000000 -0500 ++++ ./makesetup 2009-02-07 23:03:55.374463810 -0600 +@@ -214,10 +214,15 @@ + glmodule.c) ;; + /*) ;; + \$*) ;; +- *) src='$(srcdir)/'"$srcdir/$src";; ++ *) src='$(srcdir)/'"$srcdir/$src";; + esac + case $doconfig in +- no) cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ no) case $src in ++ *bsddb.*) ++ cc="$cc -I\$(DBINC) \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ *) ++ cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ esac;; + *) + cc="$cc \$(PY_CFLAGS)";; + esac Added: csw/mgar/pkg/python/trunk/files/modules.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/modules.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,15 @@ +--- Python-2.6.1/Modules/Setup.dist 2008-11-27 04:15:12.000000000 -0600 ++++ Setup.dist 2009-02-08 18:17:58.937507864 -0600 +@@ -363,9 +363,10 @@ + # + # First, look at Setup.config; configure may have set this for you. + +-#_curses _cursesmodule.c -lcurses -ltermcap ++*shared* ++_curses _cursesmodule.c -lcurses -ltermcap + # Wrapper for the panel library that's part of ncurses and SYSV curses. +-#_curses_panel _curses_panel.c -lpanel -lncurses ++_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap + + + # Generic (SunOS / SVR4) dynamic loading module. Added: csw/mgar/pkg/python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/setup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:28:35 UTC (rev 3027) @@ -0,0 +1,121 @@ +--- Python-2.6.1/setup.py 2008-11-04 14:43:31.000000000 -0600 ++++ ./setup.py 2009-02-08 18:25:38.412651662 -0600 +@@ -129,7 +129,8 @@ + moddir = os.path.normpath(moddir) + + moddirlist = [moddir] +- incdirlist = ['./Include'] ++ incdirlist = ['/opt/csw/bdb44/include'] ++ incdirlist.append('./Include') + + # Platform-dependent module source and include directories + platform = self.get_platform() +@@ -309,9 +310,9 @@ + return sys.platform + + def detect_modules(self): +- # Ensure that /usr/local is always used +- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') +- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include') ++ # Ensure that /opt/csw is always used ++ add_dir_to_list(self.compiler.library_dirs, '/opt/csw/lib') ++ add_dir_to_list(self.compiler.include_dirs, '/opt/csw/include') + + # Add paths specified in the environment variables LDFLAGS and + # CPPFLAGS for header and library files. +@@ -739,52 +740,7 @@ + + # construct a list of paths to look for the header file in on + # top of the normal inc_dirs. +- db_inc_paths = [ +- '/usr/include/db4', +- '/usr/local/include/db4', +- '/opt/sfw/include/db4', +- '/usr/include/db3', +- '/usr/local/include/db3', +- '/opt/sfw/include/db3', +- # Fink defaults (http://fink.sourceforge.net/) +- '/sw/include/db4', +- '/sw/include/db3', +- ] +- # 4.x minor number specific paths +- for x in gen_db_minor_ver_nums(4): +- db_inc_paths.append('/usr/include/db4%d' % x) +- db_inc_paths.append('/usr/include/db4.%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db4%d' % x) +- db_inc_paths.append('/pkg/db-4.%d/include' % x) +- db_inc_paths.append('/opt/db-4.%d/include' % x) +- # MacPorts default (http://www.macports.org/) +- db_inc_paths.append('/opt/local/include/db4%d' % x) +- # 3.x minor number specific paths +- for x in gen_db_minor_ver_nums(3): +- db_inc_paths.append('/usr/include/db3%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db3%d' % x) +- db_inc_paths.append('/pkg/db-3.%d/include' % x) +- db_inc_paths.append('/opt/db-3.%d/include' % x) +- +- # Add some common subdirectories for Sleepycat DB to the list, +- # based on the standard include directories. This way DB3/4 gets +- # picked up when it is installed in a non-standard prefix and +- # the user has added that prefix into inc_dirs. +- std_variants = [] +- for dn in inc_dirs: +- std_variants.append(os.path.join(dn, 'db3')) +- std_variants.append(os.path.join(dn, 'db4')) +- for x in gen_db_minor_ver_nums(4): +- std_variants.append(os.path.join(dn, "db4%d"%x)) +- std_variants.append(os.path.join(dn, "db4.%d"%x)) +- for x in gen_db_minor_ver_nums(3): +- std_variants.append(os.path.join(dn, "db3%d"%x)) +- std_variants.append(os.path.join(dn, "db3.%d"%x)) +- +- db_inc_paths = std_variants + db_inc_paths +- db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)] ++ db_inc_paths = [ '/opt/csw/bdb44/include' ] + + db_ver_inc_map = {} + +@@ -988,7 +944,7 @@ + # we do not build this one. Otherwise this build will pick up + # the more recent berkeleydb's db.h file first in the include path + # when attempting to compile and it will fail. +- f = "/usr/include/db.h" ++ f = "/opt/csw/bdb44/include/db_185.h" + if os.path.exists(f) and not db_incs: + data = open(f).read() + m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) +@@ -1239,6 +1195,7 @@ + self.detect_ctypes(inc_dirs, lib_dirs) + + # Richard Oudkerk's multiprocessing module ++ + if platform == 'win32': # Windows + macros = dict() + libraries = ['ws2_32'] +@@ -1279,6 +1236,14 @@ + ) + libraries = [] + ++ elif platform == 'sunos5': ++ macros = dict( # Solaris ++ HAVE_SEM_OPEN=0, # Not implemented ++ HAVE_SEM_TIMEDWAIT=0, # Not implemented ++ HAVE_FD_TRANSFER=1, ++ ) ++ libraries = ['rt'] ++ + else: # Linux and other unices + macros = dict( + HAVE_SEM_OPEN=1, +@@ -1741,9 +1706,6 @@ + sources=['_ctypes/_ctypes_test.c']) + self.extensions.extend([ext, ext_test]) + +- if not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS"): +- return +- + if sys.platform == 'darwin': + # OS X 10.5 comes with libffi.dylib; the include files are + # in /usr/include/ffi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 17:30:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:30:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3028] csw/mgar/pkg/python/trunk/files Message-ID: Revision: 3028 http://gar.svn.sourceforge.net/gar/?rev=3028&view=rev Author: valholla Date: 2009-02-09 16:30:10 +0000 (Mon, 09 Feb 2009) Log Message: ----------- forgot to svn add 2 files Added Paths: ----------- csw/mgar/pkg/python/trunk/files/CSWPython.depend csw/mgar/pkg/python/trunk/files/CSWPython.prototype Added: csw/mgar/pkg/python/trunk/files/CSWPython.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.depend (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWPython.depend 2009-02-09 16:30:10 UTC (rev 3028) @@ -0,0 +1,8 @@ +P CSWbdb44 berkeleydb44 - embedded database libraries and utilities +P CSWbzip2 bzip2 - a high-quality block-sorting file compressor +P CSWgdbm gdbm - GNU dbm +P CSWggettext ggettext - GNU gettext +P CSWncurses ncurses - ncurses library and utilities +P CSWosslrt openssl_rt - Openssl runtime libraries +P CSWreadline readline - library to enable interactive line editing +P CSWzlib zlib - Zlib Data Compression Library Added: csw/mgar/pkg/python/trunk/files/CSWPython.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.prototype (rev 0) +++ csw/mgar/pkg/python/trunk/files/CSWPython.prototype 2009-02-09 16:30:10 UTC (rev 3028) @@ -0,0 +1,3734 @@ +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/python 0755 root bin +s none /opt/csw/bin/python-config=python2.6-config +f none /opt/csw/bin/2to3 0755 root bin +f none /opt/csw/bin/smtpd.py 0755 root bin +f none /opt/csw/bin/python2.6-config 0755 root bin +l none /opt/csw/bin/python2.6=python +f none /opt/csw/bin/pydoc 0755 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/python2.6 0755 root bin +f none /opt/csw/include/python2.6/pymacconfig.h 0644 root bin +f none /opt/csw/include/python2.6/py_curses.h 0644 root bin +f none /opt/csw/include/python2.6/traceback.h 0644 root bin +f none /opt/csw/include/python2.6/marshal.h 0644 root bin +f none /opt/csw/include/python2.6/errcode.h 0644 root bin +f none /opt/csw/include/python2.6/pyarena.h 0644 root bin +f none /opt/csw/include/python2.6/listobject.h 0644 root bin +f none /opt/csw/include/python2.6/descrobject.h 0644 root bin +f none /opt/csw/include/python2.6/abstract.h 0644 root bin +f none /opt/csw/include/python2.6/metagrammar.h 0644 root bin +f none /opt/csw/include/python2.6/bytes_methods.h 0644 root bin +f none /opt/csw/include/python2.6/bytearrayobject.h 0644 root bin +f none /opt/csw/include/python2.6/structmember.h 0644 root bin +f none /opt/csw/include/python2.6/longobject.h 0644 root bin +f none /opt/csw/include/python2.6/iterobject.h 0644 root bin +f none /opt/csw/include/python2.6/object.h 0644 root bin +f none /opt/csw/include/python2.6/grammar.h 0644 root bin +f none /opt/csw/include/python2.6/import.h 0644 root bin +f none /opt/csw/include/python2.6/enumobject.h 0644 root bin +f none /opt/csw/include/python2.6/objimpl.h 0644 root bin +f none /opt/csw/include/python2.6/symtable.h 0644 root bin +f none /opt/csw/include/python2.6/token.h 0644 root bin +f none /opt/csw/include/python2.6/pygetopt.h 0644 root bin +f none /opt/csw/include/python2.6/pgen.h 0644 root bin +f none /opt/csw/include/python2.6/pyerrors.h 0644 root bin +f none /opt/csw/include/python2.6/pystrcmp.h 0644 root bin +f none /opt/csw/include/python2.6/classobject.h 0644 root bin +f none /opt/csw/include/python2.6/sliceobject.h 0644 root bin +f none /opt/csw/include/python2.6/warnings.h 0644 root bin +f none /opt/csw/include/python2.6/pydebug.h 0644 root bin +f none /opt/csw/include/python2.6/pyconfig.h 0644 root bin +f none /opt/csw/include/python2.6/funcobject.h 0644 root bin +f none /opt/csw/include/python2.6/pymem.h 0644 root bin +f none /opt/csw/include/python2.6/Python.h 0644 root bin +f none /opt/csw/include/python2.6/asdl.h 0644 root bin +f none /opt/csw/include/python2.6/stringobject.h 0644 root bin +f none /opt/csw/include/python2.6/ast.h 0644 root bin +f none /opt/csw/include/python2.6/timefuncs.h 0644 root bin +f none /opt/csw/include/python2.6/pyfpe.h 0644 root bin +f none /opt/csw/include/python2.6/pythonrun.h 0644 root bin +f none /opt/csw/include/python2.6/intrcheck.h 0644 root bin +f none /opt/csw/include/python2.6/opcode.h 0644 root bin +f none /opt/csw/include/python2.6/rangeobject.h 0644 root bin +f none /opt/csw/include/python2.6/pymactoolbox.h 0644 root bin +f none /opt/csw/include/python2.6/cellobject.h 0644 root bin +f none /opt/csw/include/python2.6/tupleobject.h 0644 root bin +f none /opt/csw/include/python2.6/pymath.h 0644 root bin +f none /opt/csw/include/python2.6/cStringIO.h 0644 root bin +f none /opt/csw/include/python2.6/frameobject.h 0644 root bin +f none /opt/csw/include/python2.6/pythread.h 0644 root bin +f none /opt/csw/include/python2.6/node.h 0644 root bin +f none /opt/csw/include/python2.6/genobject.h 0644 root bin +f none /opt/csw/include/python2.6/pyport.h 0644 root bin +f none /opt/csw/include/python2.6/pystate.h 0644 root bin +f none /opt/csw/include/python2.6/bitset.h 0644 root bin +f none /opt/csw/include/python2.6/bytesobject.h 0644 root bin +f none /opt/csw/include/python2.6/ceval.h 0644 root bin +f none /opt/csw/include/python2.6/graminit.h 0644 root bin +f none /opt/csw/include/python2.6/eval.h 0644 root bin +f none /opt/csw/include/python2.6/bufferobject.h 0644 root bin +f none /opt/csw/include/python2.6/osdefs.h 0644 root bin +f none /opt/csw/include/python2.6/floatobject.h 0644 root bin +f none /opt/csw/include/python2.6/Python-ast.h 0644 root bin +f none /opt/csw/include/python2.6/methodobject.h 0644 root bin +f none /opt/csw/include/python2.6/datetime.h 0644 root bin +f none /opt/csw/include/python2.6/cobject.h 0644 root bin +f none /opt/csw/include/python2.6/intobject.h 0644 root bin +f none /opt/csw/include/python2.6/dictobject.h 0644 root bin +f none /opt/csw/include/python2.6/moduleobject.h 0644 root bin +f none /opt/csw/include/python2.6/unicodeobject.h 0644 root bin +f none /opt/csw/include/python2.6/pystrtod.h 0644 root bin +f none /opt/csw/include/python2.6/setobject.h 0644 root bin +f none /opt/csw/include/python2.6/complexobject.h 0644 root bin +f none /opt/csw/include/python2.6/sysmodule.h 0644 root bin +f none /opt/csw/include/python2.6/weakrefobject.h 0644 root bin +f none /opt/csw/include/python2.6/parsetok.h 0644 root bin +f none /opt/csw/include/python2.6/boolobject.h 0644 root bin +f none /opt/csw/include/python2.6/modsupport.h 0644 root bin +f none /opt/csw/include/python2.6/pgenheaders.h 0644 root bin +f none /opt/csw/include/python2.6/fileobject.h 0644 root bin +f none /opt/csw/include/python2.6/longintrepr.h 0644 root bin +f none /opt/csw/include/python2.6/codecs.h 0644 root bin +f none /opt/csw/include/python2.6/code.h 0644 root bin +f none /opt/csw/include/python2.6/patchlevel.h 0644 root bin +f none /opt/csw/include/python2.6/pyexpat.h 0644 root bin +f none /opt/csw/include/python2.6/compile.h 0644 root bin +f none /opt/csw/include/python2.6/structseq.h 0644 root bin +f none /opt/csw/include/python2.6/ucnhash.h 0644 root bin +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libpython2.6.so=libpython2.6.so.1.0 +d none /opt/csw/lib/python2.6 0755 root bin +f none /opt/csw/lib/python2.6/timeit.pyc 0644 root bin +f none /opt/csw/lib/python2.6/filecmp.pyc 0644 root bin +f none /opt/csw/lib/python2.6/abc.py 0644 root bin +f none /opt/csw/lib/python2.6/stat.pyo 0644 root bin +f none /opt/csw/lib/python2.6/_threading_local.pyc 0644 root bin +f none /opt/csw/lib/python2.6/random.py 0644 root bin +f none /opt/csw/lib/python2.6/SocketServer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/cookielib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/htmlentitydefs.py 0644 root bin +f none /opt/csw/lib/python2.6/_strptime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/xdrlib.py 0644 root bin +f none /opt/csw/lib/python2.6/Cookie.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plistlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/gettext.pyo 0644 root bin +f none /opt/csw/lib/python2.6/tarfile.py 0644 root bin +f none /opt/csw/lib/python2.6/pprint.pyo 0644 root bin +f none /opt/csw/lib/python2.6/audiodev.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mailcap.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref.egg-info 0644 root bin +f none /opt/csw/lib/python2.6/functools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/ntpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/this.pyo 0644 root bin +f none /opt/csw/lib/python2.6/stringprep.py 0644 root bin +f none /opt/csw/lib/python2.6/subprocess.py 0644 root bin +f none /opt/csw/lib/python2.6/statvfs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/linecache.pyo 0644 root bin +f none /opt/csw/lib/python2.6/mimetypes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/UserDict.pyc 0644 root bin +f none /opt/csw/lib/python2.6/BaseHTTPServer.pyo 0644 root bin +d none /opt/csw/lib/python2.6/compiler 0755 root bin +f none /opt/csw/lib/python2.6/compiler/future.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/misc.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/consts.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/visitor.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/ast.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pycodegen.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/misc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/syntax.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/transformer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/symbols.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/syntax.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/future.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/ast.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pyassem.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/future.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/visitor.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pycodegen.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/consts.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pycodegen.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/consts.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pyassem.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/visitor.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/misc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/symbols.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/syntax.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/transformer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/ast.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compiler/symbols.pyo 0644 root bin +f none /opt/csw/lib/python2.6/compiler/transformer.py 0644 root bin +f none /opt/csw/lib/python2.6/compiler/pyassem.pyo 0644 root bin +f none /opt/csw/lib/python2.6/repr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/copy.pyo 0644 root bin +f none /opt/csw/lib/python2.6/abc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/quopri.pyc 0644 root bin +f none /opt/csw/lib/python2.6/pipes.pyc 0644 root bin +f none /opt/csw/lib/python2.6/repr.py 0644 root bin +f none /opt/csw/lib/python2.6/chunk.py 0644 root bin +f none /opt/csw/lib/python2.6/markupbase.pyo 0644 root bin +f none /opt/csw/lib/python2.6/_abcoll.pyo 0644 root bin +f none /opt/csw/lib/python2.6/code.py 0644 root bin +f none /opt/csw/lib/python2.6/__phello__.foo.py 0644 root bin +f none /opt/csw/lib/python2.6/dis.pyo 0644 root bin +f none /opt/csw/lib/python2.6/StringIO.py 0644 root bin +f none /opt/csw/lib/python2.6/sha.pyo 0644 root bin +f none /opt/csw/lib/python2.6/new.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pydoc_topics.pyc 0644 root bin +f none /opt/csw/lib/python2.6/os2emxpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/anydbm.py 0644 root bin +f none /opt/csw/lib/python2.6/DocXMLRPCServer.py 0644 root bin +f none /opt/csw/lib/python2.6/threading.pyc 0644 root bin +f none /opt/csw/lib/python2.6/anydbm.pyo 0644 root bin +d none /opt/csw/lib/python2.6/email 0755 root bin +f none /opt/csw/lib/python2.6/email/utils.py 0644 root bin +f none /opt/csw/lib/python2.6/email/iterators.py 0644 root bin +f none /opt/csw/lib/python2.6/email/parser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/charset.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/encoders.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/message.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/feedparser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/parser.py 0644 root bin +f none /opt/csw/lib/python2.6/email/feedparser.py 0644 root bin +f none /opt/csw/lib/python2.6/email/generator.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/quoprimime.py 0644 root bin +f none /opt/csw/lib/python2.6/email/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/utils.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/quoprimime.pyo 0644 root bin +d none /opt/csw/lib/python2.6/email/mime 0755 root bin +f none /opt/csw/lib/python2.6/email/mime/image.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/audio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/message.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/message.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/base.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/multipart.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/text.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/application.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/base.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/image.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/audio.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/nonmultipart.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/text.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/message.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/audio.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/image.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/multipart.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/application.py 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/text.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/base.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/application.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/mime/multipart.py 0644 root bin +f none /opt/csw/lib/python2.6/email/charset.py 0644 root bin +f none /opt/csw/lib/python2.6/email/header.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/base64mime.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/errors.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/_parseaddr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/generator.py 0644 root bin +f none /opt/csw/lib/python2.6/email/header.py 0644 root bin +f none /opt/csw/lib/python2.6/email/iterators.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/__init__.py 0644 root bin +d none /opt/csw/lib/python2.6/email/test 0755 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_torture.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email.pyo 0644 root bin +d none /opt/csw/lib/python2.6/email/test/data 0755 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_04.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_03.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_36.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/audiotest.au 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_31.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_43.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_38.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_44.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_29.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_20.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_27.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_12.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_15.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_39.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/PyBanner048.gif 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_42.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_30.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_37.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_02.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_05.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_14.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_13.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_26.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_21.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_12a.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_28.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_19.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_10.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_17.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_22.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_25.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_41.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_34.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_33.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_06.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_01.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_08.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_24.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_23.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_16.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_11.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_18.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_09.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_07.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_32.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_35.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/data/msg_40.txt 0644 root bin +f none /opt/csw/lib/python2.6/email/test/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_renamed.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email.py 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/test/test_email_codecs.py 0644 root bin +f none /opt/csw/lib/python2.6/email/parser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/charset.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/_parseaddr.py 0644 root bin +f none /opt/csw/lib/python2.6/email/encoders.py 0644 root bin +f none /opt/csw/lib/python2.6/email/encoders.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/message.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/feedparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/quoprimime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/message.py 0644 root bin +f none /opt/csw/lib/python2.6/email/utils.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/generator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/errors.py 0644 root bin +f none /opt/csw/lib/python2.6/email/errors.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/header.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/base64mime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/email/base64mime.py 0644 root bin +f none /opt/csw/lib/python2.6/email/_parseaddr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/email/iterators.pyo 0644 root bin +f none /opt/csw/lib/python2.6/textwrap.py 0644 root bin +f none /opt/csw/lib/python2.6/toaiff.pyo 0644 root bin +f none /opt/csw/lib/python2.6/imaplib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/htmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/Queue.py 0644 root bin +f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mhlib.py 0644 root bin +f none /opt/csw/lib/python2.6/csv.py 0644 root bin +f none /opt/csw/lib/python2.6/platform.py 0755 root bin +f none /opt/csw/lib/python2.6/uuid.py 0644 root bin +f none /opt/csw/lib/python2.6/atexit.pyo 0644 root bin +f none /opt/csw/lib/python2.6/inspect.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sets.pyc 0644 root bin +f none /opt/csw/lib/python2.6/Queue.pyo 0644 root bin +f none /opt/csw/lib/python2.6/bisect.pyo 0644 root bin +f none /opt/csw/lib/python2.6/dummy_thread.pyo 0644 root bin +f none /opt/csw/lib/python2.6/nturl2path.py 0644 root bin +f none /opt/csw/lib/python2.6/webbrowser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pickletools.py 0644 root bin +f none /opt/csw/lib/python2.6/SimpleHTTPServer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/quopri.py 0755 root bin +f none /opt/csw/lib/python2.6/weakref.pyo 0644 root bin +f none /opt/csw/lib/python2.6/asynchat.pyc 0644 root bin +f none /opt/csw/lib/python2.6/subprocess.pyo 0644 root bin +f none /opt/csw/lib/python2.6/commands.pyc 0644 root bin +f none /opt/csw/lib/python2.6/tabnanny.pyc 0644 root bin +f none /opt/csw/lib/python2.6/ast.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pipes.py 0644 root bin +f none /opt/csw/lib/python2.6/rfc822.pyc 0644 root bin +f none /opt/csw/lib/python2.6/codecs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/commands.py 0644 root bin +f none /opt/csw/lib/python2.6/hashlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/pickletools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/stringprep.pyo 0644 root bin +f none /opt/csw/lib/python2.6/StringIO.pyo 0644 root bin +f none /opt/csw/lib/python2.6/optparse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.py 0644 root bin +f none /opt/csw/lib/python2.6/io.pyo 0644 root bin +f none /opt/csw/lib/python2.6/getopt.pyo 0644 root bin +f none /opt/csw/lib/python2.6/string.py 0644 root bin +f none /opt/csw/lib/python2.6/CGIHTTPServer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/re.py 0644 root bin +f none /opt/csw/lib/python2.6/multifile.py 0644 root bin +f none /opt/csw/lib/python2.6/asynchat.py 0644 root bin +f none /opt/csw/lib/python2.6/chunk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/sched.pyo 0644 root bin +f none /opt/csw/lib/python2.6/sgmllib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/poplib.py 0644 root bin +f none /opt/csw/lib/python2.6/aifc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/MimeWriter.pyo 0644 root bin +f none /opt/csw/lib/python2.6/this.py 0644 root bin +f none /opt/csw/lib/python2.6/ConfigParser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/urllib2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/md5.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mutex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sunaudio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/_LWPCookieJar.py 0644 root bin +f none /opt/csw/lib/python2.6/unittest.pyo 0644 root bin +d none /opt/csw/lib/python2.6/logging 0755 root bin +f none /opt/csw/lib/python2.6/logging/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/logging/handlers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/logging/handlers.py 0644 root bin +f none /opt/csw/lib/python2.6/logging/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/logging/config.pyo 0644 root bin +f none /opt/csw/lib/python2.6/logging/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/logging/handlers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/logging/config.pyc 0644 root bin +f none /opt/csw/lib/python2.6/logging/config.py 0644 root bin +f none /opt/csw/lib/python2.6/difflib.py 0644 root bin +f none /opt/csw/lib/python2.6/ftplib.py 0644 root bin +f none /opt/csw/lib/python2.6/UserString.pyo 0644 root bin +d none /opt/csw/lib/python2.6/site-packages 0755 root bin +f none /opt/csw/lib/python2.6/site-packages/README 0644 root bin +f none /opt/csw/lib/python2.6/collections.pyc 0644 root bin +f none /opt/csw/lib/python2.6/cgitb.pyo 0644 root bin +f none /opt/csw/lib/python2.6/symtable.py 0644 root bin +f none /opt/csw/lib/python2.6/nturl2path.pyc 0644 root bin +f none /opt/csw/lib/python2.6/re.pyo 0644 root bin +f none /opt/csw/lib/python2.6/types.pyo 0644 root bin +f none /opt/csw/lib/python2.6/runpy.pyo 0644 root bin +f none /opt/csw/lib/python2.6/cookielib.py 0644 root bin +f none /opt/csw/lib/python2.6/tarfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/traceback.py 0644 root bin +f none /opt/csw/lib/python2.6/optparse.py 0644 root bin +f none /opt/csw/lib/python2.6/tokenize.pyc 0644 root bin +f none /opt/csw/lib/python2.6/multifile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/uu.pyo 0644 root bin +f none /opt/csw/lib/python2.6/SimpleHTTPServer.py 0644 root bin +f none /opt/csw/lib/python2.6/posixfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/smtplib.pyc 0644 root bin +d none /opt/csw/lib/python2.6/plat-sunos5 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/regen 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/IN.py 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.py 0755 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyc 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.py 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyo 0644 root bin +f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyc 0644 root bin +f none /opt/csw/lib/python2.6/_strptime.py 0644 root bin +f none /opt/csw/lib/python2.6/stringold.pyc 0644 root bin +f none /opt/csw/lib/python2.6/mimify.py 0755 root bin +f none /opt/csw/lib/python2.6/modulefinder.py 0644 root bin +f none /opt/csw/lib/python2.6/webbrowser.py 0644 root bin +f none /opt/csw/lib/python2.6/HTMLParser.py 0644 root bin +f none /opt/csw/lib/python2.6/gettext.py 0644 root bin +f none /opt/csw/lib/python2.6/doctest.pyc 0644 root bin +f none /opt/csw/lib/python2.6/string.pyc 0644 root bin +f none /opt/csw/lib/python2.6/compileall.py 0644 root bin +f none /opt/csw/lib/python2.6/struct.pyo 0644 root bin +f none /opt/csw/lib/python2.6/zipfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/contextlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/ihooks.pyo 0644 root bin +f none /opt/csw/lib/python2.6/nntplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/heapq.py 0644 root bin +f none /opt/csw/lib/python2.6/pdb.pyc 0644 root bin +f none /opt/csw/lib/python2.6/shutil.pyc 0644 root bin +f none /opt/csw/lib/python2.6/rexec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/htmlentitydefs.pyc 0644 root bin +d none /opt/csw/lib/python2.6/wsgiref 0755 root bin +f none /opt/csw/lib/python2.6/wsgiref/headers.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/headers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/validate.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/validate.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/__init__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/handlers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/util.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/simple_server.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/headers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/validate.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/util.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/handlers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/handlers.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyo 0644 root bin +f none /opt/csw/lib/python2.6/wsgiref/util.py 0644 root bin +f none /opt/csw/lib/python2.6/sgmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/mimetools.py 0644 root bin +f none /opt/csw/lib/python2.6/ssl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/rfc822.py 0644 root bin +f none /opt/csw/lib/python2.6/rlcompleter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/copy_reg.pyo 0644 root bin +f none /opt/csw/lib/python2.6/numbers.py 0644 root bin +f none /opt/csw/lib/python2.6/uuid.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sunau.pyc 0644 root bin +f none /opt/csw/lib/python2.6/sched.py 0644 root bin +f none /opt/csw/lib/python2.6/pydoc_topics.py 0644 root bin +f none /opt/csw/lib/python2.6/sha.py 0644 root bin +f none /opt/csw/lib/python2.6/decimal.py 0644 root bin +f none /opt/csw/lib/python2.6/user.pyc 0644 root bin +f none /opt/csw/lib/python2.6/trace.py 0644 root bin +f none /opt/csw/lib/python2.6/ihooks.py 0644 root bin +f none /opt/csw/lib/python2.6/dbhash.pyc 0644 root bin +f none /opt/csw/lib/python2.6/xdrlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/urlparse.py 0644 root bin +f none /opt/csw/lib/python2.6/difflib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/getpass.py 0644 root bin +f none /opt/csw/lib/python2.6/shelve.pyc 0644 root bin +f none /opt/csw/lib/python2.6/tty.py 0644 root bin +f none /opt/csw/lib/python2.6/macpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/robotparser.pyo 0644 root bin +d none /opt/csw/lib/python2.6/test 0755 root bin +f none /opt/csw/lib/python2.6/test/test_array.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cprofile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkg.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binascii.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_symtable.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urlparse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_errno.py 0755 root bin +f none /opt/csw/lib/python2.6/test/seq_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test__locale.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shutil.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_normalization.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/buffer_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sgmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dircache.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cd.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_dircache.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgimport.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imageop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_startfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xpickle.py 0644 root bin +f none /opt/csw/lib/python2.6/test/seq_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/curses_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strptime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_struct.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/wrongcert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_anydbm.py 0644 root bin +f none /opt/csw/lib/python2.6/test/__init__.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scope.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scriptpackages.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hash.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading_local.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_builtin.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy_reg.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_colorsys.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_logging.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/floating_points.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_collections.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gettext.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_string.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_module.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binop.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_memoryio.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test___future__.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgimport.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_glob.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sha.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_string.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multifile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutex.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cd.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tcl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutants.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_textwrap.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_colorsys.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mailbox.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_frozen.py 0644 root bin +f none /opt/csw/lib/python2.6/test/https_svn_python_org_root.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/sgml_input.html 0644 root bin +f none /opt/csw/lib/python2.6/test/test_platform.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gl.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_fileio.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dis.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gdbm.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_quopri.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sha.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_new.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_distutils.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_os.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userlist.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile64.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_select.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_site.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_class.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_signal.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_al.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gzip.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/badkey.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_timeout.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookie.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pty.py 0644 root bin +f none /opt/csw/lib/python2.6/test/xmltests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genericpath.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xdrlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicodedata.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_complex_args.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_difflib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_random.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bastion.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decimal.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_itertools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_posix.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_capi.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_logging.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_whichdb.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cpickle.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_defaultdict.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wave.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/profilee.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/nullcert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future3.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_queue.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ast.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threaded_import.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dict.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pwd.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/cfgparser.1 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ucn.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fnmatch.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pipes.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_generators.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_calendar.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkg.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iterlen.py 0644 root bin +f none /opt/csw/lib/python2.6/test/double_const.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future1.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgutil.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tempfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_startfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_old_mailbox.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bufio.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_array.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_asyncore.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decorators.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future4.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_math.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_int.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_select.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_difflib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadsignals.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cprofile.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_getopt.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/ieee754.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/bad_coding.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imgfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genericpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_robotparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_distutils.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_queue.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllibnet.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_functools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_code.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dbm.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_math.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_io.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_md5.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/re_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_rfc822.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait4.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_float.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future_builtins.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookielib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy_reg.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_warnings.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_rfc822.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pow.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_atexit.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sys.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/regrtest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bisect.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_str.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long_future.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hmac.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep352.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abstract_numbers.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydoc_mod.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2net.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_time.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_MimeWriter.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_transformer.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ioctl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future1.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigaddrspace.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetypes.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/tokenize_tests.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_anydbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_nis.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_curses.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_format.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scope.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_extcall.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/relimport.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exceptions.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest4.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading_local.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_json.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_quopri.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uuid.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_enumerate.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xml_etree_c.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/ssl_key.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ioctl.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_types.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fpformat.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_httplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email_renamed.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_time.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep292.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_httpservers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_poplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydocfodder.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sqlite.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winreg.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_importhooks.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/infinite_reload.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_popen.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_hk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structmembers.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest3.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_lib2to3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gdbm.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_sqlite.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tuple.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_operator.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_opcodes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/sortperf.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/testcodec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_applesingle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abstract_numbers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bastion.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_syntax.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tarfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userdict.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pprint.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep247.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_types.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_runpy.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_complex_args.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/tf_inherit_check.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_with.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wsgiref.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_coding.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_augassign.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ntpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userlist.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_slice.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/pystone.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fork1.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macostools.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_py3kwarn.py 0644 root bin +f none /opt/csw/lib/python2.6/test/testall.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigmem.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_warnings.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_runpy.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_telnetlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pwd.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dumbdbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ftplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydocfodder.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/autotest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ssl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_netrc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structseq.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_set.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genexps.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_collections.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_deque.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line_script.py 0644 root bin +f none /opt/csw/lib/python2.6/test/mapping_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/pickletester.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future5.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scriptpackages.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_nis.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/cmath_testcases.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/pyclbr_input.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_weakref.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cfgparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exception_variations.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_json.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_netrc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/threaded_import_hangers.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_kqueue.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imageop.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_typechecks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tarfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/doctest_aliases.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multifile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_transformer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fractions.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/pickletester.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_frozen.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_telnetlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_traceback.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winsound.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_support.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookielib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shlex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_contextlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_posixpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tokenize.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_glob.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_subprocess.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_longexp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb185.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sgmllib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_normalization.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pstats.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_call.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_minidom.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllibnet.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_modulefinder.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structseq.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fcntl.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile64.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binhex.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ctypes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xml_etree.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unittest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_int_literal.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email_codecs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_stringprep.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strftime.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_generators.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_trace.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_extcall.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_syntax.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/keycert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hmac.py 0644 root bin +f none /opt/csw/lib/python2.6/test/curses_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grammar.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_file.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/time_hashlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ftplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_audioop.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_aepack.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fileinput.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_poll.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/sample_doctest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test.xml.out 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winreg.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xrange.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_funcattrs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_epoll.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_httplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_io.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_poplib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test.xml 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codeccallbacks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grp.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_minidom.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmlparser.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_importhooks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_parser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_socketserver.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pickle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_al.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_imaplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tuple.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2_localnet.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decorators.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_traceback.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_operator.py 0644 root bin +f none /opt/csw/lib/python2.6/test/list_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/README 0644 root bin +f none /opt/csw/lib/python2.6/test/test_list.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmlrpc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bisect.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_opcodes.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_modulefinder.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sunaudiodev.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xpickle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_marshal.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetools.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_smtplib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_softspace.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_marshal.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_csv.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep247.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/empty.vbs 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shutil.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_base64.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sets.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cfgparser.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_jp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imp.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd.pyc 0644 root bin +d none /opt/csw/lib/python2.6/test/decimaltestdata 0755 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqLogB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/rounding.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotal.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/rescale.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainderNear.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dsBase.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddQuantize.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/minmag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/powersqrt.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/randoms.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMax.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivide.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopy.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqEncode.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/and.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/exp.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSubtract.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqBase.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/remainderNear.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/inexact.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqClass.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/testall.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotal.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddXor.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/clamp.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/minus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyNegate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/scaleb.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/squareroot.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextToward.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/reduce.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/max.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqOr.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copyabs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/divide.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopy.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copysign.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddLogB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotmag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegral.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqShift.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/samequantum.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/or.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddInvert.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainder.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddToIntegral.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMultiply.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/quantize.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSameQuantum.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRotate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/xor.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopySign.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMin.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dsEncode.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAdd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareSig.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddFMA.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqReduce.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqScaleB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/decQuad.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddBase.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/abs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAnd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/compare.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivideInt.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMaxMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCanonical.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/divideint.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMax.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextPlus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/maxmag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/fma.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/invert.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotalMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMultiply.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/class.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/rotate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompare.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/logb.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/randomBound32.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopySign.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqToIntegral.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/decSingle.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotal.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copynegate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSameQuantum.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/nexttoward.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/subtract.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ln.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/base.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqXor.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextMinus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/nextminus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/min.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/nextplus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegralx.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareSig.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/add.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAbs.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/extra.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivide.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddShift.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddEncode.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqInvert.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainderNear.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/remainder.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRotate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddClass.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/copy.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddReduce.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/plus.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddScaleB.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSubtract.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMaxMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotalMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqQuantize.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAnd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/shift.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/multiply.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinMag.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/log10.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainder.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddOr.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqFMA.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/decDouble.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAdd.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivideInt.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMin.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompare.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCanonical.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyNegate.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/power.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextToward.decTest 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compiler.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_thread.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadsignals.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grp.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_undocumented_details.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_socket.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_resource.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bufio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cgi.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/doctest_aliases.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_peepholer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipimport.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_site.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_memoryio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binascii.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_lib2to3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/warning_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_kqueue.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_random.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exception_variations.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_email_renamed.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/regex_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_plistlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xml_etree.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strptime.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_largefile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode_file.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hotshot.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_eof.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_future9.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_socket.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_openpty.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_print.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sets.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_popen2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_re.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macpath.py 0644 root bin +f none /opt/csw/lib/python2.6/test/outstanding_bugs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_audioop.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_print.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_filecmp.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dummy_threading.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_jp.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codeccallbacks.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_enumerate.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_index.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_csv.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_builtin.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profilehooks.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_heapq.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_asyncore.py 0644 root bin +f none /opt/csw/lib/python2.6/test/audiotest.au 0644 root bin +f none /opt/csw/lib/python2.6/test/test_filecmp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_contextlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sunaudiodev.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.txt 0644 root bin +f none /opt/csw/lib/python2.6/test/test_errno.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future5.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_support.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_global.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bz2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/bad_coding2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pyclbr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_index.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test__locale.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/sample_doctest.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_property.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/randv3.pck 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gettext.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_grammar.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pydoc.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sax.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_largefile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep352.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_contains.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_univnewlines.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descrtut.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_py3kwarn.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test___future__.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_with.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macos.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pickletools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getargs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pty.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_structmembers.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_MimeWriter.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_weakref.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/profilee.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iterlen.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_locale.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pyexpat.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_openpty.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_base64.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_datetime.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tokenize.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binhex.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_hashlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codeop.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigaddrspace.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/autotest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd_line_script.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_complex.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep277.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shelve.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sort.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compare.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_import.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unpack.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ctypes.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_calendar.py 0644 root bin +f none /opt/csw/lib/python2.6/test/string_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/string_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macostools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future4.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_locale.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bytes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_richcmp.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multiprocessing.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bool.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/check_soundcard.vbs 0644 root bin +f none /opt/csw/lib/python2.6/test/test_exceptions.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decimal.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_str.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fcntl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_compiler.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_future8.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_property.py 0644 root bin +f none /opt/csw/lib/python2.6/test/fork_wait.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/__init__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xdrlib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/xmltests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userdict.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_optparse.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_StringIO.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mhlib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/reperf.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmath.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_wave.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_coercion.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep263.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test___all__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mmap.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_repr.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imaplib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_isinstance.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_crypt.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_buffer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/relimport.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_inspect.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/mapping_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bsddb.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_sundry.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_userstring.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/tf_inherit_check.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_resource.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_typechecks.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uu.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_commands.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tempfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/infinite_reload.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_asynchat.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unary.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_textwrap.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_augassign.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mutants.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tcl.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_format.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_colorsys.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_repr.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_abc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pprint.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmllib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pyexpat.py 0644 root bin +f none /opt/csw/lib/python2.6/test/sortperf.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookie.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mailbox.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fileio.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dis.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_code.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_platform.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest2.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sha.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gdbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_logging.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_builtin.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_module.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadedtempfile.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_longexp.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test___future__.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/pyclbr_input.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_string.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_glob.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cd.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_robotparser.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigmem.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multifile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pstats.py 0644 root bin +f none /opt/csw/lib/python2.6/test/cjkencodings_test.py 0644 root bin +f none /opt/csw/lib/python2.6/test/double_const.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strptime.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_functools.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_struct.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_md5.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hash.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threading_local.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tcl.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cprofile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_array.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_symtable.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sys.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urlparse.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long_future.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_defaultdict.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_normalization.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shutil.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/seq_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cmd.py 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/buffer_tests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imageop.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dircache.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgimport.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cpickle.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_binop.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/randv2_64.pck 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode_file.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkg.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_global.py 0644 root bin +f none /opt/csw/lib/python2.6/test/double_const.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future_builtins.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgutil.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ssl.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_startfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_tempfile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipimport.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_thread.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decorators.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_asyncore.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future4.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_int.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mmap.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cpickle.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_defaultdict.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_whichdb.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_xmlrpc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wave.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/profilee.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_popen2.py 0644 root bin +f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future3.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_queue.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dict.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_threaded_import.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ast.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pwd.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pipes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ucn.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fnmatch.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hashlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_calendar.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_generators.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_peepholer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicodedata.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uuid.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dbm.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_pydoc.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_decimal.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bastion.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_posix.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_itertools.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_plistlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicode.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_capi.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_os.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_new.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_zipfile64.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_doctest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/testimgr.uue 0644 root bin +f none /opt/csw/lib/python2.6/test/test_site.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descrtut.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_shlex.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_signal.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_class.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unicodedata.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_al.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookie.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_timeout.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_coding.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_gzip.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/xmltests.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/randv2_32.pck 0644 root bin +f none /opt/csw/lib/python2.6/test/test_subprocess.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_stringprep.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_transformer.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getopt.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future1.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ioctl.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_mimetypes.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_buffer.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_anydbm.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_curses.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/inspect_fodder.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_ast.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strftime.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_urlparse.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_format.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_extcall.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/list_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_scope.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_aepack.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_pow.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/regrtest.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_sys.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_atexit.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_descr.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/testcodec.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_uu.py 0644 root bin +f none /opt/csw/lib/python2.6/test/badcert.pem 0644 root bin +f none /opt/csw/lib/python2.6/test/test_str.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bisect.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_long_future.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_iter.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/regrtest.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_zlib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_strop.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hmac.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pep352.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profilehooks.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pydoc_mod.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllib2net.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_nocaret.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_dbm.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_profile.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_math.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/re_tests.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_md5.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fileinput.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_rfc822.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecs.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait4.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_unittest.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_future_builtins.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_float.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_copy_reg.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_os.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_file.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_capi.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_cookielib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_select.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_difflib.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_whichdb.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wait3.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_winsound.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_imgfile.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genexps.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_getopt.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_macpath.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_genericpath.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pkgutil.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_pow.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_robotparser.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_htmllib.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_distutils.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_urllibnet.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_wsgiref.py 0755 root bin +f none /opt/csw/lib/python2.6/test/test_functools.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_code.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/badsyntax_future3.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/test_smtplib.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_softspace.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_fork1.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/buffer_tests.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_funcattrs.py 0644 root bin +f none /opt/csw/lib/python2.6/test/test_hash.py 0644 root bin +f none /opt/csw/lib/python2.6/test/pystone.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_slice.pyo 0644 root bin +f none /opt/csw/lib/python2.6/test/test_bigmem.pyc 0644 root bin +f none /opt/csw/lib/python2.6/test/testall.pyo 0644 root bin @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 17:34:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 16:34:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3029] csw/mgar/pkg/python/trunk/files Message-ID: Revision: 3029 http://gar.svn.sourceforge.net/gar/?rev=3029&view=rev Author: valholla Date: 2009-02-09 16:34:11 +0000 (Mon, 09 Feb 2009) Log Message: ----------- update patches Added Paths: ----------- csw/mgar/pkg/python/trunk/files/faqwiz.diff csw/mgar/pkg/python/trunk/files/makesetup.diff csw/mgar/pkg/python/trunk/files/modules.diff csw/mgar/pkg/python/trunk/files/multiprocess.diff csw/mgar/pkg/python/trunk/files/pyport.diff csw/mgar/pkg/python/trunk/files/setup.diff Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/makesetup.diff csw/mgar/pkg/python/trunk/files/modules.diff csw/mgar/pkg/python/trunk/files/setup.diff Added: csw/mgar/pkg/python/trunk/files/faqwiz.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/faqwiz.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/faqwiz.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,11 @@ +--- Python-2.6.1/Tools/faqwiz/faqconf.py 2005-12-11 20:02:24.000000000 -0600 ++++ faqconf.py 2009-02-08 18:17:58.938102953 -0600 +@@ -21,7 +21,7 @@ + OWNEREMAIL = "nobody at anywhere.org" # Email for feedback + HOMEURL = "http://www.python.org" # Related home page + HOMENAME = "Python home" # Name of related home page +-RCSBINDIR = "/usr/local/bin/" # Directory containing RCS commands ++RCSBINDIR = "/opt/csw/bin/" # Directory containing RCS commands + # (must end in a slash) + + # Parameters you can normally leave alone Deleted: csw/mgar/pkg/python/trunk/files/makesetup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:30:10 UTC (rev 3028) +++ csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -1,20 +0,0 @@ ---- Python-2.6.1/Modules/makesetup 2007-09-05 06:47:34.000000000 -0500 -+++ ./makesetup 2009-02-07 23:03:55.374463810 -0600 -@@ -214,10 +214,15 @@ - glmodule.c) ;; - /*) ;; - \$*) ;; -- *) src='$(srcdir)/'"$srcdir/$src";; -+ *) src='$(srcdir)/'"$srcdir/$src";; - esac - case $doconfig in -- no) cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; -+ no) case $src in -+ *bsddb.*) -+ cc="$cc -I\$(DBINC) \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; -+ *) -+ cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; -+ esac;; - *) - cc="$cc \$(PY_CFLAGS)";; - esac Added: csw/mgar/pkg/python/trunk/files/makesetup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/makesetup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/makesetup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,20 @@ +--- Python-2.6.1/Modules/makesetup 2007-09-05 06:47:34.000000000 -0500 ++++ ./makesetup 2009-02-07 23:03:55.374463810 -0600 +@@ -214,10 +214,15 @@ + glmodule.c) ;; + /*) ;; + \$*) ;; +- *) src='$(srcdir)/'"$srcdir/$src";; ++ *) src='$(srcdir)/'"$srcdir/$src";; + esac + case $doconfig in +- no) cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ no) case $src in ++ *bsddb.*) ++ cc="$cc -I\$(DBINC) \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ *) ++ cc="$cc \$(CCSHARED) \$(CFLAGS) \$(CPPFLAGS)";; ++ esac;; + *) + cc="$cc \$(PY_CFLAGS)";; + esac Deleted: csw/mgar/pkg/python/trunk/files/modules.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:30:10 UTC (rev 3028) +++ csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -1,15 +0,0 @@ ---- Python-2.6.1/Modules/Setup.dist 2008-11-27 04:15:12.000000000 -0600 -+++ Setup.dist 2009-02-08 18:17:58.937507864 -0600 -@@ -363,9 +363,10 @@ - # - # First, look at Setup.config; configure may have set this for you. - --#_curses _cursesmodule.c -lcurses -ltermcap -+*shared* -+_curses _cursesmodule.c -lcurses -ltermcap - # Wrapper for the panel library that's part of ncurses and SYSV curses. --#_curses_panel _curses_panel.c -lpanel -lncurses -+_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap - - - # Generic (SunOS / SVR4) dynamic loading module. Added: csw/mgar/pkg/python/trunk/files/modules.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/modules.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/modules.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,15 @@ +--- Python-2.6.1/Modules/Setup.dist 2008-11-27 04:15:12.000000000 -0600 ++++ Setup.dist 2009-02-08 18:17:58.937507864 -0600 +@@ -363,9 +363,10 @@ + # + # First, look at Setup.config; configure may have set this for you. + +-#_curses _cursesmodule.c -lcurses -ltermcap ++*shared* ++_curses _cursesmodule.c -lcurses -ltermcap + # Wrapper for the panel library that's part of ncurses and SYSV curses. +-#_curses_panel _curses_panel.c -lpanel -lncurses ++_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap + + + # Generic (SunOS / SVR4) dynamic loading module. Added: csw/mgar/pkg/python/trunk/files/multiprocess.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/multiprocess.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/multiprocess.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,23 @@ +--- Python-2.6.1/Modules/_multiprocessing/multiprocessing.h 2008-11-04 14:43:31.000000000 -0600 ++++ ./multiprocessing.h 2009-02-08 11:44:33.901496225 -0600 +@@ -39,6 +39,20 @@ + #endif + + /* ++ * Solaris 8 missing CMSG_SPACE and CMSG_LEN ++ */ ++#ifndef CMSG_SPACE ++# define CMSG_SPACE(l) (_CMSG_DATA_ALIGN(sizeof(struct cmsghdr)) + \ ++ _CMSG_HDR_ALIGN(l)) ++# warning "assuming 4-byte alignment for CMSG_SPACE" ++#endif /* CMSG_SPACE */ ++ ++#ifndef CMSG_LEN ++# define CMSG_LEN(l) (_CMSG_DATA_ALIGN(sizeof(struct cmsghdr)) + (l)) ++# warning "assuming 4-byte alignment for CMSG_LEN" ++#endif /* CMSG_LEN */ ++ ++/* + * Issue 3110 - Solaris does not define SEM_VALUE_MAX + */ + #ifndef SEM_VALUE_MAX Added: csw/mgar/pkg/python/trunk/files/pyport.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/pyport.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/pyport.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,14 @@ +--- Python-2.6.1/Include/pyport.h 2008-06-11 02:41:16.000000000 -0500 ++++ pyport.h 2009-02-08 18:17:58.936872246 -0600 +@@ -449,11 +449,6 @@ + in platform-specific #ifdefs. + **************************************************************************/ + +-#ifdef SOLARIS +-/* Unchecked */ +-extern int gethostname(char *, int); +-#endif +- + #ifdef __BEOS__ + /* Unchecked */ + /* It's in the libs, but not the headers... - [cjh] */ Deleted: csw/mgar/pkg/python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:30:10 UTC (rev 3028) +++ csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -1,121 +0,0 @@ ---- Python-2.6.1/setup.py 2008-11-04 14:43:31.000000000 -0600 -+++ ./setup.py 2009-02-08 18:25:38.412651662 -0600 -@@ -129,7 +129,8 @@ - moddir = os.path.normpath(moddir) - - moddirlist = [moddir] -- incdirlist = ['./Include'] -+ incdirlist = ['/opt/csw/bdb44/include'] -+ incdirlist.append('./Include') - - # Platform-dependent module source and include directories - platform = self.get_platform() -@@ -309,9 +310,9 @@ - return sys.platform - - def detect_modules(self): -- # Ensure that /usr/local is always used -- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') -- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include') -+ # Ensure that /opt/csw is always used -+ add_dir_to_list(self.compiler.library_dirs, '/opt/csw/lib') -+ add_dir_to_list(self.compiler.include_dirs, '/opt/csw/include') - - # Add paths specified in the environment variables LDFLAGS and - # CPPFLAGS for header and library files. -@@ -739,52 +740,7 @@ - - # construct a list of paths to look for the header file in on - # top of the normal inc_dirs. -- db_inc_paths = [ -- '/usr/include/db4', -- '/usr/local/include/db4', -- '/opt/sfw/include/db4', -- '/usr/include/db3', -- '/usr/local/include/db3', -- '/opt/sfw/include/db3', -- # Fink defaults (http://fink.sourceforge.net/) -- '/sw/include/db4', -- '/sw/include/db3', -- ] -- # 4.x minor number specific paths -- for x in gen_db_minor_ver_nums(4): -- db_inc_paths.append('/usr/include/db4%d' % x) -- db_inc_paths.append('/usr/include/db4.%d' % x) -- db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x) -- db_inc_paths.append('/usr/local/include/db4%d' % x) -- db_inc_paths.append('/pkg/db-4.%d/include' % x) -- db_inc_paths.append('/opt/db-4.%d/include' % x) -- # MacPorts default (http://www.macports.org/) -- db_inc_paths.append('/opt/local/include/db4%d' % x) -- # 3.x minor number specific paths -- for x in gen_db_minor_ver_nums(3): -- db_inc_paths.append('/usr/include/db3%d' % x) -- db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x) -- db_inc_paths.append('/usr/local/include/db3%d' % x) -- db_inc_paths.append('/pkg/db-3.%d/include' % x) -- db_inc_paths.append('/opt/db-3.%d/include' % x) -- -- # Add some common subdirectories for Sleepycat DB to the list, -- # based on the standard include directories. This way DB3/4 gets -- # picked up when it is installed in a non-standard prefix and -- # the user has added that prefix into inc_dirs. -- std_variants = [] -- for dn in inc_dirs: -- std_variants.append(os.path.join(dn, 'db3')) -- std_variants.append(os.path.join(dn, 'db4')) -- for x in gen_db_minor_ver_nums(4): -- std_variants.append(os.path.join(dn, "db4%d"%x)) -- std_variants.append(os.path.join(dn, "db4.%d"%x)) -- for x in gen_db_minor_ver_nums(3): -- std_variants.append(os.path.join(dn, "db3%d"%x)) -- std_variants.append(os.path.join(dn, "db3.%d"%x)) -- -- db_inc_paths = std_variants + db_inc_paths -- db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)] -+ db_inc_paths = [ '/opt/csw/bdb44/include' ] - - db_ver_inc_map = {} - -@@ -988,7 +944,7 @@ - # we do not build this one. Otherwise this build will pick up - # the more recent berkeleydb's db.h file first in the include path - # when attempting to compile and it will fail. -- f = "/usr/include/db.h" -+ f = "/opt/csw/bdb44/include/db_185.h" - if os.path.exists(f) and not db_incs: - data = open(f).read() - m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) -@@ -1239,6 +1195,7 @@ - self.detect_ctypes(inc_dirs, lib_dirs) - - # Richard Oudkerk's multiprocessing module -+ - if platform == 'win32': # Windows - macros = dict() - libraries = ['ws2_32'] -@@ -1279,6 +1236,14 @@ - ) - libraries = [] - -+ elif platform == 'sunos5': -+ macros = dict( # Solaris -+ HAVE_SEM_OPEN=0, # Not implemented -+ HAVE_SEM_TIMEDWAIT=0, # Not implemented -+ HAVE_FD_TRANSFER=1, -+ ) -+ libraries = ['rt'] -+ - else: # Linux and other unices - macros = dict( - HAVE_SEM_OPEN=1, -@@ -1741,9 +1706,6 @@ - sources=['_ctypes/_ctypes_test.c']) - self.extensions.extend([ext, ext_test]) - -- if not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS"): -- return -- - if sys.platform == 'darwin': - # OS X 10.5 comes with libffi.dylib; the include files are - # in /usr/include/ffi Added: csw/mgar/pkg/python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/setup.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/setup.diff 2009-02-09 16:34:11 UTC (rev 3029) @@ -0,0 +1,121 @@ +--- Python-2.6.1/setup.py 2008-11-04 14:43:31.000000000 -0600 ++++ ./setup.py 2009-02-08 18:25:38.412651662 -0600 +@@ -129,7 +129,8 @@ + moddir = os.path.normpath(moddir) + + moddirlist = [moddir] +- incdirlist = ['./Include'] ++ incdirlist = ['/opt/csw/bdb44/include'] ++ incdirlist.append('./Include') + + # Platform-dependent module source and include directories + platform = self.get_platform() +@@ -309,9 +310,9 @@ + return sys.platform + + def detect_modules(self): +- # Ensure that /usr/local is always used +- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') +- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include') ++ # Ensure that /opt/csw is always used ++ add_dir_to_list(self.compiler.library_dirs, '/opt/csw/lib') ++ add_dir_to_list(self.compiler.include_dirs, '/opt/csw/include') + + # Add paths specified in the environment variables LDFLAGS and + # CPPFLAGS for header and library files. +@@ -739,52 +740,7 @@ + + # construct a list of paths to look for the header file in on + # top of the normal inc_dirs. +- db_inc_paths = [ +- '/usr/include/db4', +- '/usr/local/include/db4', +- '/opt/sfw/include/db4', +- '/usr/include/db3', +- '/usr/local/include/db3', +- '/opt/sfw/include/db3', +- # Fink defaults (http://fink.sourceforge.net/) +- '/sw/include/db4', +- '/sw/include/db3', +- ] +- # 4.x minor number specific paths +- for x in gen_db_minor_ver_nums(4): +- db_inc_paths.append('/usr/include/db4%d' % x) +- db_inc_paths.append('/usr/include/db4.%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db4%d' % x) +- db_inc_paths.append('/pkg/db-4.%d/include' % x) +- db_inc_paths.append('/opt/db-4.%d/include' % x) +- # MacPorts default (http://www.macports.org/) +- db_inc_paths.append('/opt/local/include/db4%d' % x) +- # 3.x minor number specific paths +- for x in gen_db_minor_ver_nums(3): +- db_inc_paths.append('/usr/include/db3%d' % x) +- db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x) +- db_inc_paths.append('/usr/local/include/db3%d' % x) +- db_inc_paths.append('/pkg/db-3.%d/include' % x) +- db_inc_paths.append('/opt/db-3.%d/include' % x) +- +- # Add some common subdirectories for Sleepycat DB to the list, +- # based on the standard include directories. This way DB3/4 gets +- # picked up when it is installed in a non-standard prefix and +- # the user has added that prefix into inc_dirs. +- std_variants = [] +- for dn in inc_dirs: +- std_variants.append(os.path.join(dn, 'db3')) +- std_variants.append(os.path.join(dn, 'db4')) +- for x in gen_db_minor_ver_nums(4): +- std_variants.append(os.path.join(dn, "db4%d"%x)) +- std_variants.append(os.path.join(dn, "db4.%d"%x)) +- for x in gen_db_minor_ver_nums(3): +- std_variants.append(os.path.join(dn, "db3%d"%x)) +- std_variants.append(os.path.join(dn, "db3.%d"%x)) +- +- db_inc_paths = std_variants + db_inc_paths +- db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)] ++ db_inc_paths = [ '/opt/csw/bdb44/include' ] + + db_ver_inc_map = {} + +@@ -988,7 +944,7 @@ + # we do not build this one. Otherwise this build will pick up + # the more recent berkeleydb's db.h file first in the include path + # when attempting to compile and it will fail. +- f = "/usr/include/db.h" ++ f = "/opt/csw/bdb44/include/db_185.h" + if os.path.exists(f) and not db_incs: + data = open(f).read() + m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) +@@ -1239,6 +1195,7 @@ + self.detect_ctypes(inc_dirs, lib_dirs) + + # Richard Oudkerk's multiprocessing module ++ + if platform == 'win32': # Windows + macros = dict() + libraries = ['ws2_32'] +@@ -1279,6 +1236,14 @@ + ) + libraries = [] + ++ elif platform == 'sunos5': ++ macros = dict( # Solaris ++ HAVE_SEM_OPEN=0, # Not implemented ++ HAVE_SEM_TIMEDWAIT=0, # Not implemented ++ HAVE_FD_TRANSFER=1, ++ ) ++ libraries = ['rt'] ++ + else: # Linux and other unices + macros = dict( + HAVE_SEM_OPEN=1, +@@ -1741,9 +1706,6 @@ + sources=['_ctypes/_ctypes_test.c']) + self.extensions.extend([ext, ext_test]) + +- if not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS"): +- return +- + if sys.platform == 'darwin': + # OS X 10.5 comes with libffi.dylib; the include files are + # in /usr/include/ffi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:36:46 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:36:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3030] csw/mgar/pkg/vim/trunk Message-ID: Revision: 3030 http://gar.svn.sourceforge.net/gar/?rev=3030&view=rev Author: harpchad Date: 2009-02-09 17:36:46 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Convert to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/vim/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/vim/trunk/files/CSWvim.gspec csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 16:34:11 UTC (rev 3029) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 17:36:46 UTC (rev 3030) @@ -13,13 +13,18 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -MASTER_SITES += ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ +PACKAGES = CSWvim CSWvimrt +CATALOGNAME_CSWvim = vim +CATALOGNAME_CSWvimrt = vimrt +SPKG_DESC_CSWvim = Vi IMproved without GUI +SPKG_DESC_CSWvimrt = Vi IMproved runtime and documentation +ARCHALL_CSWvimrt = 1 + +MASTER_SITES = ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/extra/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/unix/ -DISTFILES = $(call admfiles,CSWvim,) -DISTFILES += $(call admfiles,CSWvimrt,) -DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz DISTFILES += vimrc Added: csw/mgar/pkg/vim/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/vim/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/vim/trunk/files/COPYING 2009-02-09 17:36:46 UTC (rev 3030) @@ -0,0 +1,78 @@ +VIM LICENSE + +I) There are no restrictions on distributing unmodified copies of Vim except + that they must include this license text. You can also distribute + unmodified parts of Vim, likewise unrestricted except that they must + include this license text. You are also allowed to include executables + that you made from the unmodified Vim sources, plus your own usage + examples and Vim scripts. + +II) It is allowed to distribute a modified (or extended) version of Vim, + including executables and/or source code, when the following four + conditions are met: + 1) This license text must be included unmodified. + 2) The modified Vim must be distributed in one of the following five ways: + a) If you make changes to Vim yourself, you must clearly describe in + the distribution how to contact you. When the maintainer asks you + (in any way) for a copy of the modified Vim you distributed, you + must make your changes, including source code, available to the + maintainer without fee. The maintainer reserves the right to + include your changes in the official version of Vim. What the + maintainer will do with your changes and under what license they + will be distributed is negotiable. If there has been no negotiation + then this license, or a later version, also applies to your changes. + The current maintainer is Bram Moolenaar . If this + changes it will be announced in appropriate places (most likely + vim.sf.net, www.vim.org and/or comp.editors). When it is completely + impossible to contact the maintainer, the obligation to send him + your changes ceases. Once the maintainer has confirmed that he has + received your changes they will not have to be sent again. + b) If you have received a modified Vim that was distributed as + mentioned under a) you are allowed to further distribute it + unmodified, as mentioned at I). If you make additional changes the + text under a) applies to those changes. + c) Provide all the changes, including source code, with every copy of + the modified Vim you distribute. This may be done in the form of a + context diff. You can choose what license to use for new code you + add. The changes and their license must not restrict others from + making their own changes to the official version of Vim. + d) When you have a modified Vim which includes changes as mentioned + under c), you can distribute it without the source code for the + changes if the following three conditions are met: + - The license that applies to the changes permits you to distribute + the changes to the Vim maintainer without fee or restriction, and + permits the Vim maintainer to include the changes in the official + version of Vim without fee or restriction. + - You keep the changes for at least three years after last + distributing the corresponding modified Vim. When the maintainer + or someone who you distributed the modified Vim to asks you (in + any way) for the changes within this period, you must make them + available to him. + - You clearly describe in the distribution how to contact you. This + contact information must remain valid for at least three years + after last distributing the corresponding modified Vim, or as long + as possible. + e) When the GNU General Public License (GPL) applies to the changes, + you can distribute the modified Vim under the GNU GPL version 2 or + any later version. + 3) A message must be added, at least in the output of the ":version" + command and in the intro screen, such that the user of the modified Vim + is able to see that it was modified. When distributing as mentioned + under 2)e) adding the message is only required for as far as this does + not conflict with the license used for the changes. + 4) The contact information as required under 2)a) and 2)d) must not be + removed or changed, except that the person himself can make + corrections. + +III) If you distribute a modified version of Vim, you are encouraged to use + the Vim license for your changes and make them available to the + maintainer, including the source code. The preferred way to do this is + by e-mail or by uploading the files to a server and e-mailing the URL. + If the number of changes is small (e.g., a modified Makefile) e-mailing a + context diff will do. The e-mail address to be used is + + +IV) It is not allowed to remove this license from the distribution of the Vim + sources, parts of it or from a modified version. You may use this + license for previous Vim releases instead of the license that they came + with, at your option. Deleted: csw/mgar/pkg/vim/trunk/files/CSWvim.gspec =================================================================== --- csw/mgar/pkg/vim/trunk/files/CSWvim.gspec 2009-02-09 16:34:11 UTC (rev 3029) +++ csw/mgar/pkg/vim/trunk/files/CSWvim.gspec 2009-02-09 17:36:46 UTC (rev 3030) @@ -1,13 +0,0 @@ -%var bitname vim -%var pkgname CSWvim -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. Deleted: csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec =================================================================== --- csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec 2009-02-09 16:34:11 UTC (rev 3029) +++ csw/mgar/pkg/vim/trunk/files/CSWvimrt.gspec 2009-02-09 17:36:46 UTC (rev 3030) @@ -1,15 +0,0 @@ -%var bitname vimrt -%var pkgname CSWvimrt -%var arch all -%include url file://%{PKGLIB}/csw_standard.gspec -%var desc vim shared runtime and documentation -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:39:07 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:39:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3031] csw/mgar/pkg/vim/trunk/Makefile Message-ID: Revision: 3031 http://gar.svn.sourceforge.net/gar/?rev=3031&view=rev Author: harpchad Date: 2009-02-09 17:39:07 +0000 (Mon, 09 Feb 2009) Log Message: ----------- vim does not include a seperate license file Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 17:36:46 UTC (rev 3030) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-09 17:39:07 UTC (rev 3031) @@ -30,6 +30,7 @@ DISTFILES += vimrc DISTFILES += vimrc.tiny DISTFILES += gvimrc +DISTFILES += COPYING PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:41:14 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:41:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3032] csw/mgar/pkg/vim/trunk/checksums Message-ID: Revision: 3032 http://gar.svn.sourceforge.net/gar/?rev=3032&view=rev Author: harpchad Date: 2009-02-09 17:41:13 +0000 (Mon, 09 Feb 2009) Log Message: ----------- checksum updates Modified Paths: -------------- csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-09 17:39:07 UTC (rev 3031) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-09 17:41:13 UTC (rev 3032) @@ -100,8 +100,6 @@ 15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 -59c166f15ad9e4db7aeef3ce7f6d89d9 download/CSWvim.gspec -c1ead6a1fa0f1a38b80689134cac8ca9 download/CSWvimrt.gspec 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff 279fa7473e3069991b420f327a6440ab download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz @@ -110,3 +108,4 @@ 06a31324121243e7eaf87b0df6c4941e download/vimrc 1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch +73612b6658c597ee478abf27a0a89ed5 download/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 18:48:29 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 17:48:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3033] csw/mgar/pkg/gvim/trunk Message-ID: Revision: 3033 http://gar.svn.sourceforge.net/gar/?rev=3033&view=rev Author: harpchad Date: 2009-02-09 17:48:29 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Convert to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile csw/mgar/pkg/gvim/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gvim/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 17:48:29 UTC (rev 3033) @@ -13,17 +13,18 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -#DEPENDS = utils/mktemp lib/ncurses +PACKAGES = CSWgvim +CATALOGNAME_CSWgvim = gvim MASTER_SITES += ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/extra/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/unix/ -DISTFILES = $(call admfiles,CSWgvim,) -DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz DISTFILES += gvim.desktop +DISTFILES += COPYING PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 17:48:29 UTC (rev 3033) @@ -101,9 +101,9 @@ 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff -3d2b62d6810417d562ed17aaada29868 download/CSWgvim.gspec 47396843634a6e3c05d4f5d6b4bf8a72 download/gvim.desktop 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch +73612b6658c597ee478abf27a0a89ed5 download/COPYING Added: csw/mgar/pkg/gvim/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/gvim/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/gvim/trunk/files/COPYING 2009-02-09 17:48:29 UTC (rev 3033) @@ -0,0 +1,78 @@ +VIM LICENSE + +I) There are no restrictions on distributing unmodified copies of Vim except + that they must include this license text. You can also distribute + unmodified parts of Vim, likewise unrestricted except that they must + include this license text. You are also allowed to include executables + that you made from the unmodified Vim sources, plus your own usage + examples and Vim scripts. + +II) It is allowed to distribute a modified (or extended) version of Vim, + including executables and/or source code, when the following four + conditions are met: + 1) This license text must be included unmodified. + 2) The modified Vim must be distributed in one of the following five ways: + a) If you make changes to Vim yourself, you must clearly describe in + the distribution how to contact you. When the maintainer asks you + (in any way) for a copy of the modified Vim you distributed, you + must make your changes, including source code, available to the + maintainer without fee. The maintainer reserves the right to + include your changes in the official version of Vim. What the + maintainer will do with your changes and under what license they + will be distributed is negotiable. If there has been no negotiation + then this license, or a later version, also applies to your changes. + The current maintainer is Bram Moolenaar . If this + changes it will be announced in appropriate places (most likely + vim.sf.net, www.vim.org and/or comp.editors). When it is completely + impossible to contact the maintainer, the obligation to send him + your changes ceases. Once the maintainer has confirmed that he has + received your changes they will not have to be sent again. + b) If you have received a modified Vim that was distributed as + mentioned under a) you are allowed to further distribute it + unmodified, as mentioned at I). If you make additional changes the + text under a) applies to those changes. + c) Provide all the changes, including source code, with every copy of + the modified Vim you distribute. This may be done in the form of a + context diff. You can choose what license to use for new code you + add. The changes and their license must not restrict others from + making their own changes to the official version of Vim. + d) When you have a modified Vim which includes changes as mentioned + under c), you can distribute it without the source code for the + changes if the following three conditions are met: + - The license that applies to the changes permits you to distribute + the changes to the Vim maintainer without fee or restriction, and + permits the Vim maintainer to include the changes in the official + version of Vim without fee or restriction. + - You keep the changes for at least three years after last + distributing the corresponding modified Vim. When the maintainer + or someone who you distributed the modified Vim to asks you (in + any way) for the changes within this period, you must make them + available to him. + - You clearly describe in the distribution how to contact you. This + contact information must remain valid for at least three years + after last distributing the corresponding modified Vim, or as long + as possible. + e) When the GNU General Public License (GPL) applies to the changes, + you can distribute the modified Vim under the GNU GPL version 2 or + any later version. + 3) A message must be added, at least in the output of the ":version" + command and in the intro screen, such that the user of the modified Vim + is able to see that it was modified. When distributing as mentioned + under 2)e) adding the message is only required for as far as this does + not conflict with the license used for the changes. + 4) The contact information as required under 2)a) and 2)d) must not be + removed or changed, except that the person himself can make + corrections. + +III) If you distribute a modified version of Vim, you are encouraged to use + the Vim license for your changes and make them available to the + maintainer, including the source code. The preferred way to do this is + by e-mail or by uploading the files to a server and e-mailing the URL. + If the number of changes is small (e.g., a modified Makefile) e-mailing a + context diff will do. The e-mail address to be used is + + +IV) It is not allowed to remove this license from the distribution of the Vim + sources, parts of it or from a modified version. You may use this + license for previous Vim releases instead of the license that they came + with, at your option. Deleted: csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec =================================================================== --- csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec 2009-02-09 17:48:29 UTC (rev 3033) @@ -1,13 +0,0 @@ -%var bitname gvim -%var pkgname CSWgvim -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bwalton at opencsw.org Mon Feb 9 20:18:23 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 09 Feb 2009 14:18:23 -0500 Subject: [csw-devel] dynamically generated adm scripts Message-ID: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> Hi All, I've mostly completed a feature for GAR that I thought I'd get some feedback on. While putting together one of my packages, I found the script to be quite nasty. It relies on version numbers of the package, etc (a maintenance annoyance). It struck me that it might be nice to have GAR generate this script automatically from a 'template' thus taking advantage of variables already available to the Makefile ($GARVERSION, etc). What I've put together allows for the definition of functions (possibly as extra include files) like this: define CSWpkgname_postinstall #!/bin/sh echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). for i in /tmp/*; do echo Found $$i in /tmp; done endef This seems to work, but has a few drawbacks. As with shell snippets in regular rules, shell variables must be 'escaped' with $$. Also, due to the way GNU Make handles the 'defined' variables, \n\n* is collapsed to \n and any leading \t's are squished. This makes the resulting script less human readable (although the form stored in GAR can be as readable as a normal script). I should note that this would be an additional method for handling scripts. It wouldn't alter the traditional method in any way. You can mix an match to taste. Are others interested in something like this? Also, I'm not sure how this would interact with classutils. I'm not familiar at all with the workings there, so pointers as to how this would interact in that area are welcome. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. From valholla at users.sourceforge.net Mon Feb 9 22:09:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 21:09:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3034] csw/mgar/pkg/python/trunk Message-ID: Revision: 3034 http://gar.svn.sourceforge.net/gar/?rev=3034&view=rev Author: valholla Date: 2009-02-09 21:09:22 +0000 (Mon, 09 Feb 2009) Log Message: ----------- convert to dynamic prototype and gspec Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/CSWPython.depend csw/mgar/pkg/python/trunk/files/CSWPython.gspec csw/mgar/pkg/python/trunk/files/CSWPython.prototype csw/mgar/pkg/python/trunk/files/CSWidle.depend csw/mgar/pkg/python/trunk/files/CSWidle.gspec csw/mgar/pkg/python/trunk/files/CSWidle.prototype csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-09 21:09:22 UTC (rev 3034) @@ -19,9 +19,6 @@ UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ DISTFILES = $(DISTNAME).tar.bz2 -DISTFILES += $(call admfiles,CSWPython,depend prototype) -DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) -DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -49,4 +46,22 @@ CONFIGURE_ARGS += --enable-unicode=ucs4 CONFIGURE_ARGS += --with-fpectl +PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.* +PKGFILES_CSWidle += $(bindir)/idle +PKGFILES_CSWpython_tk = $(libdir)/python2*/lib-tk/.* +PKGFILES_CSWpython_tk += $(libdir)/python2*/lib-dynload/*tkinter* + +REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext +REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWpython_tk = CSWpython CSWtcl CSWtk +REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk + +CATALOGNAME_CSWpython = python +CATALOGNAME_CSWpython_tk = python_tk +CATALOGNAME_CSWidle = idle + +SPKG_DESC_CSWpython = A high-level scripting language. +SPKG_DESC_CSWpython_tk = Python Tk Interface (TkInter) +SPKG_DESC_CSWidle = Python IDE + include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,13 +1,4 @@ e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 -1b8abe75212cd34d4a6655846aaf5818 download/CSWPython.gspec -b1c2b338ce77b8fb5123717292265323 download/CSWPython.depend -a046f951d37965bb11150deacc3f4cc0 download/CSWPython.prototype -05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec -4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend -adb3dcc8142aec569f6a67e2e06b5bc4 download/CSWpython-tk.prototype -94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec -d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend -f54c87ce7a8e3bf69020d5b8d9757bc2 download/CSWidle.prototype 42dd6523beb94a805d5764ae1276091c download/faqwiz.diff 33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff 5bc782aa89e5bc218ec154c68aa6801b download/modules.diff Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.depend =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.depend 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/files/CSWPython.depend 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,8 +0,0 @@ -P CSWbdb44 berkeleydb44 - embedded database libraries and utilities -P CSWbzip2 bzip2 - a high-quality block-sorting file compressor -P CSWgdbm gdbm - GNU dbm -P CSWggettext ggettext - GNU gettext -P CSWncurses ncurses - ncurses library and utilities -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWreadline readline - library to enable interactive line editing -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.gspec =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.gspec 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/files/CSWPython.gspec 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,4 +0,0 @@ -%var bitname python -%var pkgname CSWpython -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.prototype =================================================================== --- csw/mgar/pkg/python/trunk/files/CSWPython.prototype 2009-02-09 17:48:29 UTC (rev 3033) +++ csw/mgar/pkg/python/trunk/files/CSWPython.prototype 2009-02-09 21:09:22 UTC (rev 3034) @@ -1,3734 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/python 0755 root bin -s none /opt/csw/bin/python-config=python2.6-config -f none /opt/csw/bin/2to3 0755 root bin -f none /opt/csw/bin/smtpd.py 0755 root bin -f none /opt/csw/bin/python2.6-config 0755 root bin -l none /opt/csw/bin/python2.6=python -f none /opt/csw/bin/pydoc 0755 root bin -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/python2.6 0755 root bin -f none /opt/csw/include/python2.6/pymacconfig.h 0644 root bin -f none /opt/csw/include/python2.6/py_curses.h 0644 root bin -f none /opt/csw/include/python2.6/traceback.h 0644 root bin -f none /opt/csw/include/python2.6/marshal.h 0644 root bin -f none /opt/csw/include/python2.6/errcode.h 0644 root bin -f none /opt/csw/include/python2.6/pyarena.h 0644 root bin -f none /opt/csw/include/python2.6/listobject.h 0644 root bin -f none /opt/csw/include/python2.6/descrobject.h 0644 root bin -f none /opt/csw/include/python2.6/abstract.h 0644 root bin -f none /opt/csw/include/python2.6/metagrammar.h 0644 root bin -f none /opt/csw/include/python2.6/bytes_methods.h 0644 root bin -f none /opt/csw/include/python2.6/bytearrayobject.h 0644 root bin -f none /opt/csw/include/python2.6/structmember.h 0644 root bin -f none /opt/csw/include/python2.6/longobject.h 0644 root bin -f none /opt/csw/include/python2.6/iterobject.h 0644 root bin -f none /opt/csw/include/python2.6/object.h 0644 root bin -f none /opt/csw/include/python2.6/grammar.h 0644 root bin -f none /opt/csw/include/python2.6/import.h 0644 root bin -f none /opt/csw/include/python2.6/enumobject.h 0644 root bin -f none /opt/csw/include/python2.6/objimpl.h 0644 root bin -f none /opt/csw/include/python2.6/symtable.h 0644 root bin -f none /opt/csw/include/python2.6/token.h 0644 root bin -f none /opt/csw/include/python2.6/pygetopt.h 0644 root bin -f none /opt/csw/include/python2.6/pgen.h 0644 root bin -f none /opt/csw/include/python2.6/pyerrors.h 0644 root bin -f none /opt/csw/include/python2.6/pystrcmp.h 0644 root bin -f none /opt/csw/include/python2.6/classobject.h 0644 root bin -f none /opt/csw/include/python2.6/sliceobject.h 0644 root bin -f none /opt/csw/include/python2.6/warnings.h 0644 root bin -f none /opt/csw/include/python2.6/pydebug.h 0644 root bin -f none /opt/csw/include/python2.6/pyconfig.h 0644 root bin -f none /opt/csw/include/python2.6/funcobject.h 0644 root bin -f none /opt/csw/include/python2.6/pymem.h 0644 root bin -f none /opt/csw/include/python2.6/Python.h 0644 root bin -f none /opt/csw/include/python2.6/asdl.h 0644 root bin -f none /opt/csw/include/python2.6/stringobject.h 0644 root bin -f none /opt/csw/include/python2.6/ast.h 0644 root bin -f none /opt/csw/include/python2.6/timefuncs.h 0644 root bin -f none /opt/csw/include/python2.6/pyfpe.h 0644 root bin -f none /opt/csw/include/python2.6/pythonrun.h 0644 root bin -f none /opt/csw/include/python2.6/intrcheck.h 0644 root bin -f none /opt/csw/include/python2.6/opcode.h 0644 root bin -f none /opt/csw/include/python2.6/rangeobject.h 0644 root bin -f none /opt/csw/include/python2.6/pymactoolbox.h 0644 root bin -f none /opt/csw/include/python2.6/cellobject.h 0644 root bin -f none /opt/csw/include/python2.6/tupleobject.h 0644 root bin -f none /opt/csw/include/python2.6/pymath.h 0644 root bin -f none /opt/csw/include/python2.6/cStringIO.h 0644 root bin -f none /opt/csw/include/python2.6/frameobject.h 0644 root bin -f none /opt/csw/include/python2.6/pythread.h 0644 root bin -f none /opt/csw/include/python2.6/node.h 0644 root bin -f none /opt/csw/include/python2.6/genobject.h 0644 root bin -f none /opt/csw/include/python2.6/pyport.h 0644 root bin -f none /opt/csw/include/python2.6/pystate.h 0644 root bin -f none /opt/csw/include/python2.6/bitset.h 0644 root bin -f none /opt/csw/include/python2.6/bytesobject.h 0644 root bin -f none /opt/csw/include/python2.6/ceval.h 0644 root bin -f none /opt/csw/include/python2.6/graminit.h 0644 root bin -f none /opt/csw/include/python2.6/eval.h 0644 root bin -f none /opt/csw/include/python2.6/bufferobject.h 0644 root bin -f none /opt/csw/include/python2.6/osdefs.h 0644 root bin -f none /opt/csw/include/python2.6/floatobject.h 0644 root bin -f none /opt/csw/include/python2.6/Python-ast.h 0644 root bin -f none /opt/csw/include/python2.6/methodobject.h 0644 root bin -f none /opt/csw/include/python2.6/datetime.h 0644 root bin -f none /opt/csw/include/python2.6/cobject.h 0644 root bin -f none /opt/csw/include/python2.6/intobject.h 0644 root bin -f none /opt/csw/include/python2.6/dictobject.h 0644 root bin -f none /opt/csw/include/python2.6/moduleobject.h 0644 root bin -f none /opt/csw/include/python2.6/unicodeobject.h 0644 root bin -f none /opt/csw/include/python2.6/pystrtod.h 0644 root bin -f none /opt/csw/include/python2.6/setobject.h 0644 root bin -f none /opt/csw/include/python2.6/complexobject.h 0644 root bin -f none /opt/csw/include/python2.6/sysmodule.h 0644 root bin -f none /opt/csw/include/python2.6/weakrefobject.h 0644 root bin -f none /opt/csw/include/python2.6/parsetok.h 0644 root bin -f none /opt/csw/include/python2.6/boolobject.h 0644 root bin -f none /opt/csw/include/python2.6/modsupport.h 0644 root bin -f none /opt/csw/include/python2.6/pgenheaders.h 0644 root bin -f none /opt/csw/include/python2.6/fileobject.h 0644 root bin -f none /opt/csw/include/python2.6/longintrepr.h 0644 root bin -f none /opt/csw/include/python2.6/codecs.h 0644 root bin -f none /opt/csw/include/python2.6/code.h 0644 root bin -f none /opt/csw/include/python2.6/patchlevel.h 0644 root bin -f none /opt/csw/include/python2.6/pyexpat.h 0644 root bin -f none /opt/csw/include/python2.6/compile.h 0644 root bin -f none /opt/csw/include/python2.6/structseq.h 0644 root bin -f none /opt/csw/include/python2.6/ucnhash.h 0644 root bin -d none /opt/csw/lib 0755 root bin -s none /opt/csw/lib/libpython2.6.so=libpython2.6.so.1.0 -d none /opt/csw/lib/python2.6 0755 root bin -f none /opt/csw/lib/python2.6/timeit.pyc 0644 root bin -f none /opt/csw/lib/python2.6/filecmp.pyc 0644 root bin -f none /opt/csw/lib/python2.6/abc.py 0644 root bin -f none /opt/csw/lib/python2.6/stat.pyo 0644 root bin -f none /opt/csw/lib/python2.6/_threading_local.pyc 0644 root bin -f none /opt/csw/lib/python2.6/random.py 0644 root bin -f none /opt/csw/lib/python2.6/SocketServer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/cookielib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/htmlentitydefs.py 0644 root bin -f none /opt/csw/lib/python2.6/_strptime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/xdrlib.py 0644 root bin -f none /opt/csw/lib/python2.6/Cookie.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plistlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/gettext.pyo 0644 root bin -f none /opt/csw/lib/python2.6/tarfile.py 0644 root bin -f none /opt/csw/lib/python2.6/pprint.pyo 0644 root bin -f none /opt/csw/lib/python2.6/audiodev.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mailcap.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref.egg-info 0644 root bin -f none /opt/csw/lib/python2.6/functools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/ntpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/this.pyo 0644 root bin -f none /opt/csw/lib/python2.6/stringprep.py 0644 root bin -f none /opt/csw/lib/python2.6/subprocess.py 0644 root bin -f none /opt/csw/lib/python2.6/statvfs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/linecache.pyo 0644 root bin -f none /opt/csw/lib/python2.6/mimetypes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/UserDict.pyc 0644 root bin -f none /opt/csw/lib/python2.6/BaseHTTPServer.pyo 0644 root bin -d none /opt/csw/lib/python2.6/compiler 0755 root bin -f none /opt/csw/lib/python2.6/compiler/future.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/misc.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/consts.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/visitor.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/ast.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pycodegen.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/misc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/syntax.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/transformer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/symbols.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/syntax.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/future.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/ast.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pyassem.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/future.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/visitor.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pycodegen.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/consts.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pycodegen.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/consts.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pyassem.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/visitor.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/misc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/symbols.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/syntax.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/transformer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/ast.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compiler/symbols.pyo 0644 root bin -f none /opt/csw/lib/python2.6/compiler/transformer.py 0644 root bin -f none /opt/csw/lib/python2.6/compiler/pyassem.pyo 0644 root bin -f none /opt/csw/lib/python2.6/repr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/copy.pyo 0644 root bin -f none /opt/csw/lib/python2.6/abc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/quopri.pyc 0644 root bin -f none /opt/csw/lib/python2.6/pipes.pyc 0644 root bin -f none /opt/csw/lib/python2.6/repr.py 0644 root bin -f none /opt/csw/lib/python2.6/chunk.py 0644 root bin -f none /opt/csw/lib/python2.6/markupbase.pyo 0644 root bin -f none /opt/csw/lib/python2.6/_abcoll.pyo 0644 root bin -f none /opt/csw/lib/python2.6/code.py 0644 root bin -f none /opt/csw/lib/python2.6/__phello__.foo.py 0644 root bin -f none /opt/csw/lib/python2.6/dis.pyo 0644 root bin -f none /opt/csw/lib/python2.6/StringIO.py 0644 root bin -f none /opt/csw/lib/python2.6/sha.pyo 0644 root bin -f none /opt/csw/lib/python2.6/new.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pydoc_topics.pyc 0644 root bin -f none /opt/csw/lib/python2.6/os2emxpath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/anydbm.py 0644 root bin -f none /opt/csw/lib/python2.6/DocXMLRPCServer.py 0644 root bin -f none /opt/csw/lib/python2.6/threading.pyc 0644 root bin -f none /opt/csw/lib/python2.6/anydbm.pyo 0644 root bin -d none /opt/csw/lib/python2.6/email 0755 root bin -f none /opt/csw/lib/python2.6/email/utils.py 0644 root bin -f none /opt/csw/lib/python2.6/email/iterators.py 0644 root bin -f none /opt/csw/lib/python2.6/email/parser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/charset.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/encoders.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/message.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/feedparser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/parser.py 0644 root bin -f none /opt/csw/lib/python2.6/email/feedparser.py 0644 root bin -f none /opt/csw/lib/python2.6/email/generator.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/quoprimime.py 0644 root bin -f none /opt/csw/lib/python2.6/email/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/utils.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/quoprimime.pyo 0644 root bin -d none /opt/csw/lib/python2.6/email/mime 0755 root bin -f none /opt/csw/lib/python2.6/email/mime/image.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/audio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/message.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/message.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/base.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/multipart.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/text.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/application.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/base.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/image.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/audio.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/nonmultipart.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/text.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/message.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/audio.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/image.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/multipart.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/application.py 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/text.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/base.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/application.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/mime/multipart.py 0644 root bin -f none /opt/csw/lib/python2.6/email/charset.py 0644 root bin -f none /opt/csw/lib/python2.6/email/header.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/base64mime.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/errors.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/_parseaddr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/generator.py 0644 root bin -f none /opt/csw/lib/python2.6/email/header.py 0644 root bin -f none /opt/csw/lib/python2.6/email/iterators.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/__init__.py 0644 root bin -d none /opt/csw/lib/python2.6/email/test 0755 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_torture.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email.pyo 0644 root bin -d none /opt/csw/lib/python2.6/email/test/data 0755 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_04.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_03.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_36.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/audiotest.au 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_31.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_43.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_38.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_44.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_29.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_20.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_27.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_12.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_15.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_39.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/PyBanner048.gif 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_42.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_30.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_37.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_02.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_05.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_14.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_13.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_26.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_21.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_12a.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_28.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_19.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_10.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_17.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_22.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_25.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_41.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_34.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_33.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_06.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_01.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_08.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_24.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_23.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_16.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_11.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_18.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_09.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_07.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_32.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_35.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/data/msg_40.txt 0644 root bin -f none /opt/csw/lib/python2.6/email/test/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_renamed.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email.py 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/test/test_email_codecs.py 0644 root bin -f none /opt/csw/lib/python2.6/email/parser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/charset.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/_parseaddr.py 0644 root bin -f none /opt/csw/lib/python2.6/email/encoders.py 0644 root bin -f none /opt/csw/lib/python2.6/email/encoders.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/message.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/feedparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/quoprimime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/message.py 0644 root bin -f none /opt/csw/lib/python2.6/email/utils.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/generator.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/errors.py 0644 root bin -f none /opt/csw/lib/python2.6/email/errors.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/header.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/base64mime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/email/base64mime.py 0644 root bin -f none /opt/csw/lib/python2.6/email/_parseaddr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/email/iterators.pyo 0644 root bin -f none /opt/csw/lib/python2.6/textwrap.py 0644 root bin -f none /opt/csw/lib/python2.6/toaiff.pyo 0644 root bin -f none /opt/csw/lib/python2.6/imaplib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/htmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/Queue.py 0644 root bin -f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mhlib.py 0644 root bin -f none /opt/csw/lib/python2.6/csv.py 0644 root bin -f none /opt/csw/lib/python2.6/platform.py 0755 root bin -f none /opt/csw/lib/python2.6/uuid.py 0644 root bin -f none /opt/csw/lib/python2.6/atexit.pyo 0644 root bin -f none /opt/csw/lib/python2.6/inspect.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sets.pyc 0644 root bin -f none /opt/csw/lib/python2.6/Queue.pyo 0644 root bin -f none /opt/csw/lib/python2.6/bisect.pyo 0644 root bin -f none /opt/csw/lib/python2.6/dummy_thread.pyo 0644 root bin -f none /opt/csw/lib/python2.6/nturl2path.py 0644 root bin -f none /opt/csw/lib/python2.6/webbrowser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pickletools.py 0644 root bin -f none /opt/csw/lib/python2.6/SimpleHTTPServer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/quopri.py 0755 root bin -f none /opt/csw/lib/python2.6/weakref.pyo 0644 root bin -f none /opt/csw/lib/python2.6/asynchat.pyc 0644 root bin -f none /opt/csw/lib/python2.6/subprocess.pyo 0644 root bin -f none /opt/csw/lib/python2.6/commands.pyc 0644 root bin -f none /opt/csw/lib/python2.6/tabnanny.pyc 0644 root bin -f none /opt/csw/lib/python2.6/ast.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pipes.py 0644 root bin -f none /opt/csw/lib/python2.6/rfc822.pyc 0644 root bin -f none /opt/csw/lib/python2.6/codecs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/commands.py 0644 root bin -f none /opt/csw/lib/python2.6/hashlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/pickletools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/stringprep.pyo 0644 root bin -f none /opt/csw/lib/python2.6/StringIO.pyo 0644 root bin -f none /opt/csw/lib/python2.6/optparse.pyc 0644 root bin -f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.py 0644 root bin -f none /opt/csw/lib/python2.6/io.pyo 0644 root bin -f none /opt/csw/lib/python2.6/getopt.pyo 0644 root bin -f none /opt/csw/lib/python2.6/string.py 0644 root bin -f none /opt/csw/lib/python2.6/CGIHTTPServer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/re.py 0644 root bin -f none /opt/csw/lib/python2.6/multifile.py 0644 root bin -f none /opt/csw/lib/python2.6/asynchat.py 0644 root bin -f none /opt/csw/lib/python2.6/chunk.pyo 0644 root bin -f none /opt/csw/lib/python2.6/sched.pyo 0644 root bin -f none /opt/csw/lib/python2.6/sgmllib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/poplib.py 0644 root bin -f none /opt/csw/lib/python2.6/aifc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/MimeWriter.pyo 0644 root bin -f none /opt/csw/lib/python2.6/this.py 0644 root bin -f none /opt/csw/lib/python2.6/ConfigParser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/urllib2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/md5.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mutex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sunaudio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/_LWPCookieJar.py 0644 root bin -f none /opt/csw/lib/python2.6/unittest.pyo 0644 root bin -d none /opt/csw/lib/python2.6/logging 0755 root bin -f none /opt/csw/lib/python2.6/logging/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/logging/handlers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/logging/handlers.py 0644 root bin -f none /opt/csw/lib/python2.6/logging/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/logging/config.pyo 0644 root bin -f none /opt/csw/lib/python2.6/logging/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/logging/handlers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/logging/config.pyc 0644 root bin -f none /opt/csw/lib/python2.6/logging/config.py 0644 root bin -f none /opt/csw/lib/python2.6/difflib.py 0644 root bin -f none /opt/csw/lib/python2.6/ftplib.py 0644 root bin -f none /opt/csw/lib/python2.6/UserString.pyo 0644 root bin -d none /opt/csw/lib/python2.6/site-packages 0755 root bin -f none /opt/csw/lib/python2.6/site-packages/README 0644 root bin -f none /opt/csw/lib/python2.6/collections.pyc 0644 root bin -f none /opt/csw/lib/python2.6/cgitb.pyo 0644 root bin -f none /opt/csw/lib/python2.6/symtable.py 0644 root bin -f none /opt/csw/lib/python2.6/nturl2path.pyc 0644 root bin -f none /opt/csw/lib/python2.6/re.pyo 0644 root bin -f none /opt/csw/lib/python2.6/types.pyo 0644 root bin -f none /opt/csw/lib/python2.6/runpy.pyo 0644 root bin -f none /opt/csw/lib/python2.6/cookielib.py 0644 root bin -f none /opt/csw/lib/python2.6/tarfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/traceback.py 0644 root bin -f none /opt/csw/lib/python2.6/optparse.py 0644 root bin -f none /opt/csw/lib/python2.6/tokenize.pyc 0644 root bin -f none /opt/csw/lib/python2.6/multifile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/uu.pyo 0644 root bin -f none /opt/csw/lib/python2.6/SimpleHTTPServer.py 0644 root bin -f none /opt/csw/lib/python2.6/posixfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/smtplib.pyc 0644 root bin -d none /opt/csw/lib/python2.6/plat-sunos5 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/regen 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/IN.py 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.py 0755 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyc 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.py 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyo 0644 root bin -f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyc 0644 root bin -f none /opt/csw/lib/python2.6/_strptime.py 0644 root bin -f none /opt/csw/lib/python2.6/stringold.pyc 0644 root bin -f none /opt/csw/lib/python2.6/mimify.py 0755 root bin -f none /opt/csw/lib/python2.6/modulefinder.py 0644 root bin -f none /opt/csw/lib/python2.6/webbrowser.py 0644 root bin -f none /opt/csw/lib/python2.6/HTMLParser.py 0644 root bin -f none /opt/csw/lib/python2.6/gettext.py 0644 root bin -f none /opt/csw/lib/python2.6/doctest.pyc 0644 root bin -f none /opt/csw/lib/python2.6/string.pyc 0644 root bin -f none /opt/csw/lib/python2.6/compileall.py 0644 root bin -f none /opt/csw/lib/python2.6/struct.pyo 0644 root bin -f none /opt/csw/lib/python2.6/zipfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/contextlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/ihooks.pyo 0644 root bin -f none /opt/csw/lib/python2.6/nntplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/heapq.py 0644 root bin -f none /opt/csw/lib/python2.6/pdb.pyc 0644 root bin -f none /opt/csw/lib/python2.6/shutil.pyc 0644 root bin -f none /opt/csw/lib/python2.6/rexec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/htmlentitydefs.pyc 0644 root bin -d none /opt/csw/lib/python2.6/wsgiref 0755 root bin -f none /opt/csw/lib/python2.6/wsgiref/headers.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/headers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/validate.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/validate.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/__init__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/handlers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/util.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/simple_server.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/headers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/validate.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/util.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/handlers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/handlers.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyo 0644 root bin -f none /opt/csw/lib/python2.6/wsgiref/util.py 0644 root bin -f none /opt/csw/lib/python2.6/sgmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/mimetools.py 0644 root bin -f none /opt/csw/lib/python2.6/ssl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/rfc822.py 0644 root bin -f none /opt/csw/lib/python2.6/rlcompleter.pyc 0644 root bin -f none /opt/csw/lib/python2.6/copy_reg.pyo 0644 root bin -f none /opt/csw/lib/python2.6/numbers.py 0644 root bin -f none /opt/csw/lib/python2.6/uuid.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sunau.pyc 0644 root bin -f none /opt/csw/lib/python2.6/sched.py 0644 root bin -f none /opt/csw/lib/python2.6/pydoc_topics.py 0644 root bin -f none /opt/csw/lib/python2.6/sha.py 0644 root bin -f none /opt/csw/lib/python2.6/decimal.py 0644 root bin -f none /opt/csw/lib/python2.6/user.pyc 0644 root bin -f none /opt/csw/lib/python2.6/trace.py 0644 root bin -f none /opt/csw/lib/python2.6/ihooks.py 0644 root bin -f none /opt/csw/lib/python2.6/dbhash.pyc 0644 root bin -f none /opt/csw/lib/python2.6/xdrlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/urlparse.py 0644 root bin -f none /opt/csw/lib/python2.6/difflib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/getpass.py 0644 root bin -f none /opt/csw/lib/python2.6/shelve.pyc 0644 root bin -f none /opt/csw/lib/python2.6/tty.py 0644 root bin -f none /opt/csw/lib/python2.6/macpath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/robotparser.pyo 0644 root bin -d none /opt/csw/lib/python2.6/test 0755 root bin -f none /opt/csw/lib/python2.6/test/test_array.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cprofile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkg.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binascii.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_symtable.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urlparse.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_errno.py 0755 root bin -f none /opt/csw/lib/python2.6/test/seq_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test__locale.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shutil.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_normalization.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/buffer_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sgmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dircache.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cd.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_dircache.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgimport.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imageop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_startfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xpickle.py 0644 root bin -f none /opt/csw/lib/python2.6/test/seq_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/curses_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strptime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_struct.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/wrongcert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_anydbm.py 0644 root bin -f none /opt/csw/lib/python2.6/test/__init__.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scope.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scriptpackages.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hash.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading_local.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_builtin.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy_reg.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_colorsys.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_logging.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/floating_points.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_collections.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gettext.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_string.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_module.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binop.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_memoryio.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test___future__.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgimport.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_glob.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sha.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_string.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multifile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutex.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cd.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tcl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutants.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_textwrap.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_colorsys.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mailbox.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_frozen.py 0644 root bin -f none /opt/csw/lib/python2.6/test/https_svn_python_org_root.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/sgml_input.html 0644 root bin -f none /opt/csw/lib/python2.6/test/test_platform.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gl.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_fileio.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dis.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gdbm.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_quopri.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sha.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_new.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_distutils.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_os.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userlist.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile64.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_select.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_site.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_class.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_signal.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_al.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gzip.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/badkey.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_timeout.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookie.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pty.py 0644 root bin -f none /opt/csw/lib/python2.6/test/xmltests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_genericpath.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xdrlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicodedata.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_complex_args.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_difflib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_random.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bastion.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decimal.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_itertools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_posix.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_capi.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_logging.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_whichdb.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cpickle.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_defaultdict.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wave.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/profilee.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/nullcert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future3.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_queue.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ast.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threaded_import.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dict.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pwd.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/cfgparser.1 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ucn.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fnmatch.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pipes.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_generators.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_calendar.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkg.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iterlen.py 0644 root bin -f none /opt/csw/lib/python2.6/test/double_const.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future1.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgutil.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tempfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_startfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_old_mailbox.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bufio.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_array.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_asyncore.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decorators.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future4.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_math.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_int.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_select.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_difflib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadsignals.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wait3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cprofile.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_getopt.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/ieee754.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/bad_coding.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imgfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_genericpath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_robotparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_distutils.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_htmllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_queue.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllibnet.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_functools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_code.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dbm.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_math.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_io.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_md5.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/re_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_rfc822.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future3.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wait4.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_float.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future_builtins.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookielib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy_reg.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_warnings.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_rfc822.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pow.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_atexit.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sys.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/regrtest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bisect.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_str.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iter.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long_future.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hmac.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep352.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abstract_numbers.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydoc_mod.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2net.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_time.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_MimeWriter.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_transformer.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ioctl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future1.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigaddrspace.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetypes.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/tokenize_tests.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_anydbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_nis.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_curses.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_format.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scope.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_htmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_extcall.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/relimport.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exceptions.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest4.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading_local.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_json.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_quopri.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uuid.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_enumerate.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xml_etree_c.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/ssl_key.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ioctl.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_types.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fpformat.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_httplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email_renamed.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_time.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep292.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_httpservers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_poplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydocfodder.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sqlite.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_winreg.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_importhooks.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/infinite_reload.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_popen.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_hk.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structmembers.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest3.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_lib2to3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gdbm.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_sqlite.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tuple.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_operator.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_opcodes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/sortperf.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/testcodec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_applesingle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abstract_numbers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bastion.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_syntax.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tarfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userdict.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pprint.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep247.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_types.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_runpy.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_complex_args.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/tf_inherit_check.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_with.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wsgiref.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_coding.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_augassign.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ntpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userlist.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_slice.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/pystone.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fork1.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macostools.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_py3kwarn.py 0644 root bin -f none /opt/csw/lib/python2.6/test/testall.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigmem.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_warnings.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_runpy.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_telnetlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pwd.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dumbdbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ftplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydocfodder.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/autotest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ssl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_netrc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structseq.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_set.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_genexps.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_collections.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_deque.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line_script.py 0644 root bin -f none /opt/csw/lib/python2.6/test/mapping_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/pickletester.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future5.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scriptpackages.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_nis.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/cmath_testcases.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/pyclbr_input.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_weakref.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cfgparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exception_variations.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_json.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_netrc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/threaded_import_hangers.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_kqueue.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imageop.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_typechecks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tarfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/doctest_aliases.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multifile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_transformer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fractions.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/pickletester.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_frozen.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_telnetlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_traceback.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_winsound.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_support.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookielib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shlex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_contextlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_posixpath.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tokenize.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_glob.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_subprocess.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_longexp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb185.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sgmllib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_normalization.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pstats.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_call.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_minidom.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllibnet.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_modulefinder.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structseq.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fcntl.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile64.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binhex.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ctypes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xml_etree.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unittest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_int_literal.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email_codecs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_stringprep.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strftime.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_generators.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_trace.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_extcall.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_syntax.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/keycert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hmac.py 0644 root bin -f none /opt/csw/lib/python2.6/test/curses_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grammar.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_file.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/time_hashlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ftplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_audioop.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_aepack.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fileinput.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_poll.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/sample_doctest.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test.xml.out 0644 root bin -f none /opt/csw/lib/python2.6/test/test_winreg.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xrange.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_funcattrs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_epoll.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_httplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_io.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_poplib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test.xml 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codeccallbacks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grp.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_minidom.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_htmlparser.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_importhooks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_parser.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_socketserver.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pickle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_al.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_imaplib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tuple.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2_localnet.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decorators.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_traceback.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_operator.py 0644 root bin -f none /opt/csw/lib/python2.6/test/list_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/README 0644 root bin -f none /opt/csw/lib/python2.6/test/test_list.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmlrpc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bisect.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_opcodes.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_modulefinder.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sunaudiodev.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xpickle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_marshal.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetools.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_smtplib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_softspace.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_marshal.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_csv.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep247.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/empty.vbs 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shutil.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_base64.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sets.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cfgparser.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_jp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imp.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd.pyc 0644 root bin -d none /opt/csw/lib/python2.6/test/decimaltestdata 0755 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqLogB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/rounding.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotal.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/rescale.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainderNear.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dsBase.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddQuantize.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/minmag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/powersqrt.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/randoms.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMax.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivide.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopy.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqEncode.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/and.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/exp.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSubtract.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqBase.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/remainderNear.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/inexact.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqClass.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/testall.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotal.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddXor.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/clamp.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/minus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyNegate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/scaleb.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/squareroot.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextToward.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/reduce.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/max.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqOr.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copyabs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/divide.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopy.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copysign.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddLogB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotmag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegral.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqShift.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/samequantum.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/or.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddInvert.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainder.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddToIntegral.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMultiply.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/quantize.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSameQuantum.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRotate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/xor.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopySign.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMin.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dsEncode.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAdd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareSig.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddFMA.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqReduce.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqScaleB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/decQuad.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddBase.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/abs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAnd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/compare.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivideInt.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMaxMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCanonical.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/divideint.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMax.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextPlus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/maxmag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/fma.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/invert.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotalMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMultiply.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/class.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/rotate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompare.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/logb.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/randomBound32.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopySign.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqToIntegral.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/decSingle.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotal.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copynegate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSameQuantum.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/nexttoward.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/subtract.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ln.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/base.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqXor.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextMinus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/nextminus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/min.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/nextplus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegralx.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareSig.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/add.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAbs.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/extra.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivide.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddShift.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddEncode.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqInvert.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainderNear.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/remainder.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRotate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddClass.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/copy.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddReduce.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/plus.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddScaleB.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSubtract.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMaxMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotalMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqQuantize.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAnd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/shift.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/multiply.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinMag.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/log10.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainder.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddOr.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqFMA.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/decDouble.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAdd.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivideInt.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMin.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompare.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCanonical.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyNegate.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/power.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextToward.decTest 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compiler.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_thread.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadsignals.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grp.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_undocumented_details.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_socket.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_resource.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bufio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cgi.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/doctest_aliases.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_peepholer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipimport.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_site.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_memoryio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binascii.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_lib2to3.py 0644 root bin -f none /opt/csw/lib/python2.6/test/warning_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_kqueue.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_random.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmath.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exception_variations.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_email_renamed.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/regex_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_plistlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xml_etree.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strptime.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_largefile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode_file.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hotshot.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_eof.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/badsyntax_future9.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_socket.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_openpty.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_print.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sets.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_popen2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_re.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macpath.py 0644 root bin -f none /opt/csw/lib/python2.6/test/outstanding_bugs.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_audioop.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_print.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_filecmp.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dummy_threading.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_jp.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codeccallbacks.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_enumerate.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_index.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_csv.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_builtin.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profilehooks.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_heapq.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_asyncore.py 0644 root bin -f none /opt/csw/lib/python2.6/test/audiotest.au 0644 root bin -f none /opt/csw/lib/python2.6/test/test_filecmp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_contextlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sunaudiodev.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.txt 0644 root bin -f none /opt/csw/lib/python2.6/test/test_errno.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future5.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_support.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_global.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bz2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/bad_coding2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pyclbr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_index.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test__locale.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/sample_doctest.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_property.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/randv3.pck 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gettext.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_grammar.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pydoc.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sax.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_largefile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep352.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_contains.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_univnewlines.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descrtut.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_py3kwarn.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test___future__.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_with.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macos.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pickletools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecs.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getargs.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pty.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_structmembers.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_MimeWriter.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_weakref.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/profilee.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iterlen.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_locale.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pyexpat.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_openpty.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_base64.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_datetime.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tokenize.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binhex.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_hashlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codeop.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigaddrspace.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/autotest.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd_line_script.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_complex.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep277.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shelve.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sort.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compare.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_import.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unpack.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ctypes.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_calendar.py 0644 root bin -f none /opt/csw/lib/python2.6/test/string_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/string_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_macostools.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future4.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_locale.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bytes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_richcmp.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multiprocessing.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bool.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/check_soundcard.vbs 0644 root bin -f none /opt/csw/lib/python2.6/test/test_exceptions.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decimal.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_str.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fcntl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_compiler.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/badsyntax_future8.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_property.py 0644 root bin -f none /opt/csw/lib/python2.6/test/fork_wait.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/__init__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xdrlib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/xmltests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userdict.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_optparse.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_StringIO.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mhlib.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/reperf.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmath.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_wave.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_coercion.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep263.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test___all__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mmap.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_repr.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imaplib.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_copy.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_isinstance.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_crypt.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_buffer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/relimport.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_inspect.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/mapping_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bsddb.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_sundry.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_userstring.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/tf_inherit_check.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_resource.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_typechecks.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uu.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_commands.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tempfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/infinite_reload.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_asynchat.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unary.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_textwrap.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_augassign.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mutants.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tcl.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_format.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_colorsys.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_repr.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_abc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pprint.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmllib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pyexpat.py 0644 root bin -f none /opt/csw/lib/python2.6/test/sortperf.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookie.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mailbox.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fileio.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dis.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_code.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_platform.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest2.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sha.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gdbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_logging.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_builtin.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_module.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadedtempfile.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_longexp.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test___future__.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/pyclbr_input.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_string.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_glob.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cd.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_robotparser.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bigmem.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multifile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pstats.py 0644 root bin -f none /opt/csw/lib/python2.6/test/cjkencodings_test.py 0644 root bin -f none /opt/csw/lib/python2.6/test/double_const.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strptime.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_functools.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_struct.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_md5.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hash.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threading_local.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tcl.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cprofile.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_array.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_symtable.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sys.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urlparse.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long_future.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_defaultdict.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_normalization.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shutil.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/seq_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cmd.py 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/buffer_tests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_imageop.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dircache.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgimport.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cpickle.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_binop.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/randv2_64.pck 0644 root bin -f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode_file.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkg.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_global.py 0644 root bin -f none /opt/csw/lib/python2.6/test/double_const.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future_builtins.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pkgutil.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ssl.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_startfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_tempfile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipimport.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_thread.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decorators.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_asyncore.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future4.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_int.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mmap.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cpickle.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_defaultdict.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_whichdb.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_xmlrpc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wave.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/profilee.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_popen2.py 0644 root bin -f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future3.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_queue.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dict.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_threaded_import.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ast.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pwd.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pipes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ucn.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_fnmatch.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hashlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_calendar.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_generators.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_peepholer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicodedata.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uuid.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dbm.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_pydoc.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_decimal.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bastion.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_posix.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_itertools.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_plistlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_wait3.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicode.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_capi.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_os.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_new.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_zipfile64.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_doctest.py 0644 root bin -f none /opt/csw/lib/python2.6/test/testimgr.uue 0644 root bin -f none /opt/csw/lib/python2.6/test/test_site.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descrtut.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_shlex.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_signal.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_class.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_unicodedata.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_al.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_cookie.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_timeout.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_coding.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_gzip.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/xmltests.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/randv2_32.pck 0644 root bin -f none /opt/csw/lib/python2.6/test/test_subprocess.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_stringprep.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_transformer.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_getopt.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_future1.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ioctl.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_mimetypes.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_buffer.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_anydbm.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_curses.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/inspect_fodder.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_ast.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strftime.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_urlparse.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_format.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_extcall.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/list_tests.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_scope.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_aepack.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_pow.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/regrtest.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_sys.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_atexit.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_descr.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/testcodec.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_uu.py 0644 root bin -f none /opt/csw/lib/python2.6/test/badcert.pem 0644 root bin -f none /opt/csw/lib/python2.6/test/test_str.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_bisect.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_long_future.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_iter.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/regrtest.py 0755 root bin -f none /opt/csw/lib/python2.6/test/test_zlib.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_strop.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_hmac.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_pep352.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profilehooks.py 0644 root bin -f none /opt/csw/lib/python2.6/test/pydoc_mod.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/test_urllib2net.pyc 0644 root bin -f none /opt/csw/lib/python2.6/test/badsyntax_nocaret.py 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_dbm.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_profile.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_math.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/re_tests.pyo 0644 root bin -f none /opt/csw/lib/python2.6/test/test_md5.pyc 0644 root bin @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 9 22:55:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 09 Feb 2009 21:55:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3035] csw/mgar/pkg/python/trunk/Makefile Message-ID: Revision: 3035 http://gar.svn.sourceforge.net/gar/?rev=3035&view=rev Author: valholla Date: 2009-02-09 21:55:59 +0000 (Mon, 09 Feb 2009) Log Message: ----------- fixed typo in Makefile for CSWpython-tk Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-09 21:09:22 UTC (rev 3034) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-09 21:55:59 UTC (rev 3035) @@ -1,6 +1,7 @@ GARNAME = Python GARVERSION = 2.6.1 CATEGORIES = lang +PACKAGES = CSWpython CSWpython-tk CSWidle SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) @@ -31,7 +32,6 @@ PATCHFILES += pyport.diff PATCHFILES += setup.diff - # Test for sunaudiodev fails. SKIPTEST = 1 @@ -48,20 +48,20 @@ PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.* PKGFILES_CSWidle += $(bindir)/idle -PKGFILES_CSWpython_tk = $(libdir)/python2*/lib-tk/.* -PKGFILES_CSWpython_tk += $(libdir)/python2*/lib-dynload/*tkinter* +PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* +PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib -REQUIRED_PKGS_CSWpython_tk = CSWpython CSWtcl CSWtk +REQUIRED_PKGS_CSWpython-tk = CSWpython CSWtcl CSWtk REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk CATALOGNAME_CSWpython = python -CATALOGNAME_CSWpython_tk = python_tk +CATALOGNAME_CSWpython-tk = python_tk CATALOGNAME_CSWidle = idle SPKG_DESC_CSWpython = A high-level scripting language. -SPKG_DESC_CSWpython_tk = Python Tk Interface (TkInter) +SPKG_DESC_CSWpython-tk = Python Tk Interface (TkInter) SPKG_DESC_CSWidle = Python IDE include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 23:10:37 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:10:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3036] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3036 http://gar.svn.sourceforge.net/gar/?rev=3036&view=rev Author: harpchad Date: 2009-02-09 22:10:37 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Remove 64-bit binaries Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-09 21:55:59 UTC (rev 3035) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-09 22:10:37 UTC (rev 3036) @@ -39,6 +39,7 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz BUILD64 = 1 +NO_ISAEXEC = 1 REQUIRED_PKGS_CSWggettext = CSWiconv CSWexpat CSWncurses @@ -50,6 +51,7 @@ #provided by iconv MERGE_EXCLUDE_FILES = .*/charset.alias MERGE_EXCLUDE_FILES += .*/iconv.m4 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 9 23:15:36 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:15:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3037] csw/mgar/pkg/otr/trunk/Makefile Message-ID: Revision: 3037 http://gar.svn.sourceforge.net/gar/?rev=3037&view=rev Author: harpchad Date: 2009-02-09 22:15:36 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Remove 64-bit binaries Modified Paths: -------------- csw/mgar/pkg/otr/trunk/Makefile Modified: csw/mgar/pkg/otr/trunk/Makefile =================================================================== --- csw/mgar/pkg/otr/trunk/Makefile 2009-02-09 22:10:37 UTC (rev 3036) +++ csw/mgar/pkg/otr/trunk/Makefile 2009-02-09 22:15:36 UTC (rev 3037) @@ -19,7 +19,10 @@ CONFIGURE_ARGS = $(DIRPATHS) BUILD64 = 1 +NO_ISAEXEC = 1 +MERGE_EXCLUDE_FILES = /opt/csw/bin/$(ISA)/.* + REQUIRED_PKGS_CSWotr = CSWgcrypt CSWgpgerr REQUIRED_PKGS_CSWotrdevel = CSWCSWotr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dam at opencsw.org Mon Feb 9 23:16:36 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 9 Feb 2009 23:16:36 +0100 Subject: [csw-devel] dynamically generated adm scripts In-Reply-To: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> References: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> Message-ID: Hi Ben, Am 09.02.2009 um 20:18 schrieb Ben Walton: > I've mostly completed a feature for GAR that I thought I'd get some > feedback on. While putting together one of my packages, I found the > script to be quite nasty. It relies on version numbers of the > package, etc (a maintenance annoyance). It struck me that it might be > nice to have GAR generate this script automatically from a 'template' > thus taking advantage of variables already available to the Makefile > ($GARVERSION, etc). > > What I've put together allows for the definition of functions > (possibly > as extra include files) like this: > > define CSWpkgname_postinstall > #!/bin/sh > > echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). > > for i in /tmp/*; do > echo Found $$i in /tmp; > done > endef > > This seems to work, but has a few drawbacks. As with shell snippets > in regular rules, shell variables must be 'escaped' with $$. Also, > due to the way GNU Make handles the 'defined' variables, \n\n* is > collapsed to \n and any leading \t's are squished. This makes the > resulting script less human readable (although the form stored in GAR > can be as readable as a normal script). > > I should note that this would be an additional method for handling > scripts. It wouldn't alter the traditional method in any way. You > can mix an match to taste. > > Are others interested in something like this? > > Also, I'm not sure how this would interact with classutils. I'm not > familiar at all with the workings there, so pointers as to how this > would interact in that area are welcome. This is definitely useful! It would be nice though to have a more verbatim-type of definition... Best regards -- Dago From dmichelsen at users.sourceforge.net Mon Feb 9 23:39:39 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:39:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3038] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3038 http://gar.svn.sourceforge.net/gar/?rev=3038&view=rev Author: dmichelsen Date: 2009-02-09 22:39:39 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: Never use ISAEXEC on *-config Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-09 22:15:36 UTC (rev 3037) +++ csw/mgar/gar/v2/gar.mk 2009-02-09 22:39:39 UTC (rev 3038) @@ -491,8 +491,9 @@ # These directories get relocated into their ISA subdirectories MERGE_DIRS ?= $(MERGE_DIRS_$(MODULATION)) -# These files get relocated and will be replaced by the isaexec-wrapper -_ISAEXEC_FILES = $(filter-out $(foreach F,$(ISAEXEC_EXCLUDE_FILES),$(PKGROOT)$(F)), \ +# The files in ISAEXEC get relocated and will be replaced by the isaexec-wrapper +_ISAEXEC_EXCLUDE_FILES = $(bindir)/%-config $(bindir)/%/%-config +_ISAEXEC_FILES = $(filter-out $(foreach F,$(_ISAEXEC_EXCLUDE_FILES) $(ISAEXEC_EXCLUDE_FILES),$(PKGROOT)$(F)), \ $(wildcard $(foreach D,$(ISAEXEC_DIRS),$(PKGROOT)$(D)/* )) \ ) ISAEXEC_FILES ?= $(if $(_ISAEXEC_FILES),$(patsubst $(PKGROOT)%,%, \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 9 23:40:43 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:40:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3039] csw/mgar/gar/v2/bin/pathfilter Message-ID: Revision: 3039 http://gar.svn.sourceforge.net/gar/?rev=3039&view=rev Author: dmichelsen Date: 2009-02-09 22:40:43 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: Don't exclude directories on pathfilter Modified Paths: -------------- csw/mgar/gar/v2/bin/pathfilter Modified: csw/mgar/gar/v2/bin/pathfilter =================================================================== --- csw/mgar/gar/v2/bin/pathfilter 2009-02-09 22:39:39 UTC (rev 3038) +++ csw/mgar/gar/v2/bin/pathfilter 2009-02-09 22:40:43 UTC (rev 3039) @@ -1,6 +1,14 @@ #!/bin/env perl -w # This scripts takes a package prototype(4) and includes or excludes selected pathes +# +# Please note: +# - If no options are given the input is not changed +# - A path must match include and not exclude to pass the filter +# - Empty directories are preserved if the incoming prototype doesn't +# contained files in them. Directories which contained files which +# were excluded and which would be empty after exclusion are +# excluded also. use strict; use Getopt::Long; @@ -25,12 +33,9 @@ $include = '^(' . join( '|', @include ) . ')$' if( @include ); $include = qr#$include# if( $include ); -#sub normalize_dir { -# return map { my ($dir = $_) =~ s!/\./!/!g; $dir =~ s!/+!/!g; $dir } @_ -#} - my %p; -my %skipped; +my %skipped; # key=path, Contains directories which may be skipped +my %wasntempty; # Same key, =1 iff there is a file in it or a subdirectory while( ) { my @line = split /\s+/; my $ftype = $line[0]; @@ -43,24 +48,48 @@ next; } - if( $include ne '' ) { - next if( $path !~ /$include/ ); - } else { - next if( $exclude ne '' && $path =~ /$exclude/ ); + { + # Remember that all path components have been used by a file + my @c = split( m!/!, $path ); + my @pa = map { join( '/', @c[0..$_] ) } 1..$#c-1; + + foreach (@pa) { + $wasntempty{$_} = 1; + } } + + next if( $include ne '' && $path !~ /$include/ ); + next if( $exclude ne '' && $path =~ /$exclude/ ); + $p{$path} = \@line; } # Put back needed directories foreach my $path (keys %p) { + # This funny construct builds all pathes leading to a directory + # e. g. /usr/bin/sparcv8/ -> (/usr, /usr/bin, /usr/bin/sparcv8/) my @c = split( m!/!, $path ); my @pa = map { join( '/', @c[0..$_] ) } 1..$#c; foreach (@pa) { - if( exists $skipped{$_} ) { $p{$_} = delete $skipped{$_} }; + $p{$_} = delete $skipped{$_} if( exists $skipped{$_} ) } } +# Re-add directories which where empty +foreach my $path (keys %skipped) { + next if( exists $wasntempty{$path} ); + next if( $include ne '' && $path !~ /$include/ ); + next if( $exclude ne '' && $path =~ /$exclude/ ); + + my @c = split( m!/!, $path ); + my @pa = map { join( '/', @c[0..$_] ) } 1..$#c; + + foreach (@pa) { + $p{$_} = delete $skipped{$_} if( exists $skipped{$_} ) + } +} + # Process isaexec substitutions # Usage: -e /opt/csw/bin/mytool=/opt/csw/bin/sparcv8/mytool # f none /opt/csw/bin/mytool 0755 root bin @@ -68,12 +97,11 @@ # l none /opt/csw/bin/mytool=/opt/csw/bin/isaexec # f none /opt/csw/bin/sparcv8/mytool=/opt/csw/bin/mytool foreach my $e (@isaexec) { -# my ($isaexec_path, $new_path) = normalize_dir split( /=/, $e ); my ($isaexec_path, $new_path) = split( /=/, $e ); - if( !exists $p{$isaexec_path} ) { - warn "Could not find path '$e' to be replaced by isaexec"; - next; - } +# if( !exists $p{$isaexec_path} ) { +# warn "Could not find path '$e' to be replaced by isaexec"; +# next; +# } $p{$new_path} = [ @{$p{$isaexec_path}} ]; $p{$new_path}->[2] = $new_path . '=' . $isaexec_path; $p{$isaexec_path}->[0] = 'l'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 9 23:41:33 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:41:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3040] csw/mgar/gar/v2 Message-ID: Revision: 3040 http://gar.svn.sourceforge.net/gar/?rev=3040&view=rev Author: dmichelsen Date: 2009-02-09 22:41:33 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: New feature: dynamic pkginfo Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Added Paths: ----------- csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-09 22:40:43 UTC (rev 3039) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-09 22:41:33 UTC (rev 3040) @@ -84,11 +84,6 @@ # 3. There is a svn binary, but not everything was committed properly -> UNCOMMITTED # 4. There is a svn binary and everything was committed -> r -# Calculating the revision can be time consuming, so we do this on demand -define _REVISION -$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN) -endef - SPKG_DESC ?= $(DESCRIPTION) SPKG_VERSION ?= $(GARVERSION) SPKG_CATEGORY ?= application @@ -96,7 +91,7 @@ SPKG_PACKAGER ?= Unknown SPKG_VENDOR ?= $(SPKG_SOURCEURL) packaged for CSW by $(SPKG_PACKAGER) SPKG_EMAIL ?= Unknown -SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') +#SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') SPKG_BASEDIR ?= $(prefix) SPKG_CLASSES ?= none SPKG_OSNAME ?= $(shell uname -s)$(shell uname -r) @@ -290,7 +285,7 @@ $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ - echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec") >$@ + echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ # Dynamic licenses are selected in the following way: @@ -316,6 +311,47 @@ endif endif +# Dynamic pkginfo + +# Calculating the revision can be time consuming, so we do this on demand +define _REVISION +$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN) +endef + +# URL: https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/pcre/trunk +define _URL +$(if $(shell if test -x $(SVN); then echo yes; fi),$(shell $(SVN) info . 2>/dev/null | $(GAWK) '$$1 == "URL:" { print $$2 })) +endef + +# XXX: It is possible that a package is flagged as /isaexec, even +# if the isaexec'ed files are in another package created from the Makefile +define mode64 +$(strip + $(if $(MODE64_$(1)),$(MODE64_$(1)), + $(if $(filter 64,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))), + 64$(if $(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)),/isaexec) + ) + ) +) +endef + +.PRECIOUS: $(WORKDIR)/%.pkginfo +$(WORKDIR)/%.pkginfo: + $(_DBG)(echo "PKG=$*"; \ + echo "NAME=$(call catalogname,$*) - $(SPKG_DESC)"; \ + echo "ARCH=$(GARCH)"; \ + echo "VERSION=$(SPKG_VERSION)$(SPKG_REVSTAMP)"; \ + echo "CATEGORY=$(SPKG_CATEGORY)"; \ + echo "VENDOR=$(SPKG_VENDOR)"; \ + echo "EMAIL=$(SPKG_EMAIL)"; \ + echo "PSTAMP=$(LOGNAME)@$(shell hostname)-$(shell date '+%Y%m%d%H%M%S')"; \ + echo "CLASSES=$(SPKG_CLASSES)"; \ + echo "HOTLINE=http://www.opencsw.org/bugtrack/"; \ + echo "OPENCSW_REPOSITORY=$(call _URL)@$(call _REVISION)"; \ + echo "OPENCSW_MODE64=$(call mode64,$*)"; \ + ) >$@ + + # findlicensefile - Find an existing file for a given license name # define findlicensefile @@ -377,7 +413,7 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.pkginfo $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ Copied: csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec (from rev 3014, csw/mgar/gar/v2/pkglib/csw_dyndepend.gspec) =================================================================== --- csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec (rev 0) +++ csw/mgar/gar/v2/pkglib/csw_dyngspec.gspec 2009-02-09 22:41:33 UTC (rev 3040) @@ -0,0 +1,5 @@ +%include url file://%{PKGLIB}/csw_vars.gspec +%include url file://%{PKGLIB}/csw_prototype.gspec +%pkginfo url file://%{WORKSRC}/csw/pkginfo +%depend:merge url file://%{PKGLIB}/csw/depend +%include url file://%{PKGLIB}/std_depend.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 9 23:45:57 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 09 Feb 2009 22:45:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3041] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3041 http://gar.svn.sourceforge.net/gar/?rev=3041&view=rev Author: dmichelsen Date: 2009-02-09 22:45:57 +0000 (Mon, 09 Feb 2009) Log Message: ----------- mGAR v2: Enhance compiler flags for some x86 ISAs Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-09 22:41:33 UTC (rev 3040) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-09 22:45:57 UTC (rev 3041) @@ -211,8 +211,8 @@ ARCHFLAGS_GCC4_pentium_pro+mmx = -m32 -march=pentium2 MEMORYMODEL_pentium_pro+mmx = 32 -ARCHFLAGS_SOS11_pentium_pro = -xarch=pentium_pro -ARCHFLAGS_SOS12_pentium_pro = -m32 -xarch=pentium_pro +ARCHFLAGS_SOS11_pentium_pro = -xarch=pentium_pro -xchip=pentium_pro +ARCHFLAGS_SOS12_pentium_pro = -m32 -xarch=pentium_pro -xchip=pentium_pro ARCHFLAGS_GCC3_pentium_pro = -m32 -march=pentiumpro ARCHFLAGS_GCC4_pentium_pro = -m32 -march=pentiumpro MEMORYMODEL_pentium_pro = 32 @@ -223,14 +223,14 @@ ARCHFLAGS_GCC4_pentium+mmx = -m32 -march=pentium-mmx MEMORYMODEL_pentium+mmx = 32 -ARCHFLAGS_SOS11_pentium = ERROR -ARCHFLAGS_SOS12_pentium = ERROR +ARCHFLAGS_SOS11_pentium = -xchip=pentium +ARCHFLAGS_SOS12_pentium = -m32 -xchip=pentium ARCHFLAGS_GCC3_pentium = -m32 -march=pentium ARCHFLAGS_GCC4_pentium = -m32 -march=pentium MEMORYMODEL_pentium = 32 -ARCHFLAGS_SOS11_i486 = ERROR -ARCHFLAGS_SOS12_i486 = ERROR +ARCHFLAGS_SOS11_i486 = -xarch=386 -xchip=486 +ARCHFLAGS_SOS12_i486 = -m32 -xarch=386 -xchip=486 ARCHFLAGS_GCC3_i486 = -m32 -march=i486 ARCHFLAGS_GCC4_i486 = -m32 -march=i486 MEMORYMODEL_i486 = 32 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bwalton at opencsw.org Tue Feb 10 00:58:08 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 09 Feb 2009 18:58:08 -0500 Subject: [csw-devel] dynamically generated adm scripts In-Reply-To: References: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> Message-ID: <1234223712-sup-381@ntdws12.chass.utoronto.ca> Excerpts from Dagobert Michelsen's message of Mon Feb 09 17:16:36 -0500 2009: Hi Dago, > This is definitely useful! It would be nice though to > have a more verbatim-type of definition... Yes, I agree that a more verbatim option would be good. I just didn't see the right Make-foo to do that. If the file were still stored external to the Makefile (not included at all), there might be a way to pull it in [$(shell cat ...) or something], but I don't see a way to then have it leave shell variables alone while evaluating the $() Make variables. Suggestions welcome. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bwalton at opencsw.org Tue Feb 10 01:06:37 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 09 Feb 2009 19:06:37 -0500 Subject: [csw-devel] [csw-maintainers] dynamically generated adm scripts In-Reply-To: <20090209223142.GU94448@bolthole.com> References: <1234205890-sup-9119@ntdws12.chass.utoronto.ca> <20090209223142.GU94448@bolthole.com> Message-ID: <1234223895-sup-1955@ntdws12.chass.utoronto.ca> Excerpts from Philip Brown's message of Mon Feb 09 17:31:42 -0500 2009: > > > echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). > > > > > > for i in /tmp/*; do > > > echo Found $$i in /tmp; > > > done > > > endef > > Errr... this sort of usage disturbs me. [Assumes you're not commenting specifically on the dumb example used to show variable escaping and a general overview...] The use that brought this to my mind was the docbook and xsl stuff where (since I was templating from rhel) I used version numbers in directory names. To make the script easier to maintain, I turned paths including the version info into paths with variables in them. This leads to a case of script modification every time a version changes. > My programmers intuition suggests that the first thing to be done, would be > to have a maintainers-public review of that script. The script is 'fine.' By it's nature, it's a long stream of registration statements . It could be turned into a few loops (I didn't since I wanted it out so I could build off of it), but that wouldn't alleviate the need to twiddle it each time. It doesn't 'need' to use this functionality, but doing so will lessen (not eliminate) maintenance requirements. It's in svn (public) already if you care. If you want to say that version numbers shouldn't be in path names and make that a CSW convention (maybe it already is?) that's fine. It would (in this case) remove the need for this type of 'macro' expansion. This is common elsewhere though (see rpm). > If the script can be rewritten in a cleaner fashion, then this "other > method" of doing things, may be completely unneccessary. There are ways to avoid needing this functionality. Many scripts would never need it. That doesn't mean that it doesn't have uses though. You'll note that rpm provides a built-in macro language that is used for this type of task quite regularly. That may be, in part, due to the directory structure that rhel uses (where version numbers are frequently used in paths), but regardless, there are cases where this can be a handy thing. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From skayser at users.sourceforge.net Tue Feb 10 02:21:23 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 10 Feb 2009 01:21:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3042] csw/mgar/pkg/dovecot/trunk Message-ID: Revision: 3042 http://gar.svn.sourceforge.net/gar/?rev=3042&view=rev Author: skayser Date: 2009-02-10 01:21:23 +0000 (Tue, 10 Feb 2009) Log Message: ----------- dovecot: added upstream patch for auth server related segfaults Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: ----------- csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-09 22:45:57 UTC (rev 3041) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-10 01:21:23 UTC (rev 3042) @@ -44,6 +44,9 @@ # No test suite for Dovecot available TEST_SCRIPTS = +# See http://dovecot.org/list/dovecot/2009-February/037273.html +PATCHFILES = patch-authcrash.diff + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-pop3d CONFIGURE_ARGS += --with-lda Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-09 22:45:57 UTC (rev 3041) +++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-10 01:21:23 UTC (rev 3042) @@ -1,2 +1,3 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz f8e71a5be649e71131cf1ad7ea11019a download/CSWdovecot.preinstall +1f39cae3a38d10169fe31f246095b67f download/patch-authcrash.diff Added: csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff =================================================================== --- csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff 2009-02-10 01:21:23 UTC (rev 3042) @@ -0,0 +1,47 @@ +# HG changeset patch +# User Timo Sirainen +# Date 1234226629 18000 +# Node ID bdc5391e52dfe4590e9e291eba2603ed87caef57 +# Parent 4ddf36b9ee8182f10d8d69af6577b677cda282a0 +master: Don't crash if auth process dies too early. + +--- a/src/master/auth-process.c Thu Feb 05 18:29:06 2009 -0500 ++++ b/src/master/auth-process.c Mon Feb 09 19:43:49 2009 -0500 +@@ -353,7 +353,7 @@ static void auth_process_destroy(struct + + if (!p->initialized && io_loop_is_running(ioloop) && !p->external) { + /* log the process exit and kill ourself */ +- child_processes_deinit(); ++ child_processes_flush(); + log_deinit(); + i_fatal("Auth process died too early - shutting down"); + } +--- a/src/master/child-process.c Thu Feb 05 18:29:06 2009 -0500 ++++ b/src/master/child-process.c Mon Feb 09 19:43:49 2009 -0500 +@@ -219,10 +219,15 @@ void child_processes_init(void) + lib_signals_set_handler(SIGCHLD, TRUE, sigchld_handler, NULL); + } + +-void child_processes_deinit(void) ++void child_processes_flush(void) + { + /* make sure we log if child processes died unexpectedly */ + sigchld_handler(SIGCHLD, NULL); ++} ++ ++void child_processes_deinit(void) ++{ ++ child_processes_flush(); + lib_signals_unset_handler(SIGCHLD, sigchld_handler, NULL); + hash_destroy(&processes); + } +--- a/src/master/child-process.h Thu Feb 05 18:29:06 2009 -0500 ++++ b/src/master/child-process.h Mon Feb 09 19:43:49 2009 -0500 +@@ -40,6 +40,7 @@ void child_process_set_destroy_callback( + child_process_destroy_callback_t *cb); + + void child_processes_init(void); ++void child_processes_flush(void); + void child_processes_deinit(void); + + #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 10 02:24:19 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 10 Feb 2009 01:24:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3043] csw/mgar/pkg/mbuffer/trunk/Makefile Message-ID: Revision: 3043 http://gar.svn.sourceforge.net/gar/?rev=3043&view=rev Author: skayser Date: 2009-02-10 01:24:19 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mbuffer: amended UFILES_REGEX Modified Paths: -------------- csw/mgar/pkg/mbuffer/trunk/Makefile Modified: csw/mgar/pkg/mbuffer/trunk/Makefile =================================================================== --- csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-10 01:21:23 UTC (rev 3042) +++ csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-10 01:24:19 UTC (rev 3043) @@ -23,7 +23,7 @@ # We define upstream file regex so we can be notifed of new upstream software # release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # If the url used to check for software update is different of MASTER_SITES, # then uncomment the next line. Otherwise it is set by default to the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 10 03:40:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 10 Feb 2009 02:40:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3044] csw/mgar/pkg/libassuan/trunk Message-ID: Revision: 3044 http://gar.svn.sourceforge.net/gar/?rev=3044&view=rev Author: valholla Date: 2009-02-10 02:40:14 +0000 (Tue, 10 Feb 2009) Log Message: ----------- working recipe for libassuan with 64bit and gnu pth Modified Paths: -------------- csw/mgar/pkg/libassuan/trunk/Makefile csw/mgar/pkg/libassuan/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff Modified: csw/mgar/pkg/libassuan/trunk/Makefile =================================================================== --- csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-10 01:24:19 UTC (rev 3043) +++ csw/mgar/pkg/libassuan/trunk/Makefile 2009-02-10 02:40:14 UTC (rev 3044) @@ -13,7 +13,7 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 -REQUIRED_PKGS = CSWpth +PREREQUISITE_PKGS = CSWpth BUILD64 = 1 NO_ISAEXEC = 1 @@ -21,7 +21,6 @@ EXTRA_LDFLAGS = -lrt -lsocket -lnsl CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-pth-prefix=/opt/csw # We must include static libs here as libassuan contains *only* # static libs Modified: csw/mgar/pkg/libassuan/trunk/checksums =================================================================== --- csw/mgar/pkg/libassuan/trunk/checksums 2009-02-10 01:24:19 UTC (rev 3043) +++ csw/mgar/pkg/libassuan/trunk/checksums 2009-02-10 02:40:14 UTC (rev 3044) @@ -1,2 +1,3 @@ c2db0974fcce4401f48f3fa41c4edc5a download/libassuan-1.0.5.tar.bz2 c424181532045b5760d087e58cc1c935 download/CSWlibassuan.gspec +e5f74688c543ec7d4a4e94a55699d0e1 download/patch-pth_config_dir.diff Added: csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff =================================================================== --- csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff (rev 0) +++ csw/mgar/pkg/libassuan/trunk/files/patch-pth_config_dir.diff 2009-02-10 02:40:14 UTC (rev 3044) @@ -0,0 +1,30 @@ +diff -Nru libassuan-1.0.5.orig/configure libassuan-1.0.5/configure +--- libassuan-1.0.5.orig/configure 2008-05-25 03:00:36.000000000 -0500 ++++ libassuan-1.0.5/configure 2009-02-04 13:25:18.940318965 -0600 +@@ -1320,6 +1320,7 @@ + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pth-prefix=PFX prefix where GNU Pth is installed (optional) ++ --with-pth-config-dir=DIR Directory containing pth-config (optionl) + + Some influential environment variables: + CC C compiler command +@@ -4264,6 +4265,18 @@ + if test x$pth_config_prefix != x ; then + PTH_CONFIG="$pth_config_prefix/bin/pth-config" + fi ++ ++ ## Check for --with-pth-prefix and override ++ ## --with-pth-prefix PTH_CONFIG to ++ ## --with-pth-config-dir PTH_CONFIG ++ if test "${with_pth_config_dir+set}" = set; then ++ withval=$with_pth_config_dir ++ PTH_CONFIG="${withval}/pth-config" ++ if test ! -x ${PTH_CONFIG}; then ++ PTH_CONFIG="" ++ fi ++ fi ++ + # Extract the first word of "pth-config", so it can be a program name with args. + set dummy pth-config; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 10 03:41:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 10 Feb 2009 02:41:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3045] csw/mgar/pkg/pth/trunk Message-ID: Revision: 3045 http://gar.svn.sourceforge.net/gar/?rev=3045&view=rev Author: valholla Date: 2009-02-10 02:41:27 +0000 (Tue, 10 Feb 2009) Log Message: ----------- working recipe for gnu pth with 64bit support working Modified Paths: -------------- csw/mgar/pkg/pth/trunk/Makefile csw/mgar/pkg/pth/trunk/checksums Modified: csw/mgar/pkg/pth/trunk/Makefile =================================================================== --- csw/mgar/pkg/pth/trunk/Makefile 2009-02-10 02:40:14 UTC (rev 3044) +++ csw/mgar/pkg/pth/trunk/Makefile 2009-02-10 02:41:27 UTC (rev 3045) @@ -18,6 +18,9 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +## Patch PTH.H to increase FD_SETSIZE for 64bit builds +PATCHFILES = patch_pth_fdsetsize64.diff + BUILD64 = 1 NO_ISAEXEC = 1 Modified: csw/mgar/pkg/pth/trunk/checksums =================================================================== --- csw/mgar/pkg/pth/trunk/checksums 2009-02-10 02:40:14 UTC (rev 3044) +++ csw/mgar/pkg/pth/trunk/checksums 2009-02-10 02:41:27 UTC (rev 3045) @@ -1,2 +1,3 @@ 9cb4a25331a4c4db866a31cbe507c793 download/pth-2.0.7.tar.gz 0969fbb8ae032c8c1a08ff1c839a8c1c download/CSWpth.gspec +d7abc5f4f304d19371e3667de4810e48 download/patch_pth_fdsetsize64.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 04:59:48 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 03:59:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3046] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: Revision: 3046 http://gar.svn.sourceforge.net/gar/?rev=3046&view=rev Author: harpchad Date: 2009-02-10 03:59:47 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Add upstream check Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-10 02:41:27 UTC (rev 3045) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-10 03:59:47 UTC (rev 3046) @@ -7,7 +7,7 @@ Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time. endef -MASTER_SITES = $(SF_MIRROR) +MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += x11.pc DISTFILES += $(call admfiles,CSWpidgin,) @@ -35,7 +35,8 @@ TEST_TARGET = check # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UPSTREAM_USE_SF = 1 +UFILES_REGEX = (\d+(?:\.\d+)*) EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 05:36:17 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 04:36:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3047] csw/mgar/pkg/freetype/trunk Message-ID: Revision: 3047 http://gar.svn.sourceforge.net/gar/?rev=3047&view=rev Author: harpchad Date: 2009-02-10 04:36:17 +0000 (Tue, 10 Feb 2009) Log Message: ----------- - update to version 2.3.8 - add 64-bit libraries - use gar v2 Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile csw/mgar/pkg/freetype/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/freetype/trunk/ Property changes on: csw/mgar/pkg/freetype/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 03:59:47 UTC (rev 3046) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:36:17 UTC (rev 3047) @@ -1,5 +1,5 @@ GARNAME = freetype -GARVERSION = 2.1.5 +GARVERSION = 2.3.8 CATEGORIES = lib DESCRIPTION = A free and portable TrueType font rendering engine @@ -14,16 +14,24 @@ Windows FNT/FON. endef -MASTER_SITES = $(SF_MIRROR)/$(GARNAME)/ +PACKAGES = CSWftype2 +CATALOGNAME_CSWvim = freetype2 + +MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 # We define upstream file regex so we can be notifed of new upstream software release -UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=3157 UPSTREAM_USE_SF = 1 UFILES_REGEX = (\d+(?:\.\d+)*) CONFIGURE_ARGS = $(DIRPATHS) +GNUMAKE = gmake +EXTRA_CONFIGURE_EXPORTS = GNUMAKE +BUILD_64 = 1 +NO_ISAEXEC = 1 +REQUIRED_PKGS_CSWftype2 = CSWzlib + TEST_TARGET = check include gar/category.mk Modified: csw/mgar/pkg/freetype/trunk/checksums =================================================================== --- csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 03:59:47 UTC (rev 3046) +++ csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 04:36:17 UTC (rev 3047) @@ -1 +1 @@ -54537b518b84d04190a1eccd393a29df download/freetype-2.1.5.tar.bz2 +6cf31a08826715a0d16ae366da9c7d3b download/freetype-2.3.8.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 05:41:36 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 04:41:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3048] csw/mgar/pkg/freetype/trunk Message-ID: Revision: 3048 http://gar.svn.sourceforge.net/gar/?rev=3048&view=rev Author: harpchad Date: 2009-02-10 04:41:36 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Add freetype and gnu licenses to COPYING Added Paths: ----------- csw/mgar/pkg/freetype/trunk/files/ csw/mgar/pkg/freetype/trunk/files/COPYING Added: csw/mgar/pkg/freetype/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/freetype/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/freetype/trunk/files/COPYING 2009-02-10 04:41:36 UTC (rev 3048) @@ -0,0 +1,537 @@ + +The FreeType 2 font engine is copyrighted work and cannot be used +legally without a software license. In order to make this project +usable to a vast majority of developers, we distribute it under two +mutually exclusive open-source licenses. + +This means that *you* must choose *one* of the two licenses described +below, then obey all its terms and conditions when using FreeType 2 in +any of your projects or products. + + - The FreeType License, found in the file `FTL.TXT', which is similar + to the original BSD license *with* an advertising clause that forces + you to explicitly cite the FreeType project in your product's + documentation. All details are in the license file. This license + is suited to products which don't use the GNU General Public + License. + + - The GNU General Public License version 2, found in `GPL.TXT' (any + later version can be used also), for programs which already use the + GPL. Note that the FTL is incompatible with the GPL due to its + advertisement clause. + +The contributed PCF driver comes with a license similar to that of the X +Window System. It is compatible to the above two licenses (see file +src/pcf/readme). + + +--- end of LICENSE.TXT --- + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. + The FreeType Project LICENSE + ---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright \xA9 The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype at nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel at nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + http://www.freetype.org + + +--- end of FTL.TXT --- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 05:42:46 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 04:42:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3049] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: Revision: 3049 http://gar.svn.sourceforge.net/gar/?rev=3049&view=rev Author: harpchad Date: 2009-02-10 04:42:45 +0000 (Tue, 10 Feb 2009) Log Message: ----------- typo Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:41:36 UTC (rev 3048) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:42:45 UTC (rev 3049) @@ -27,7 +27,7 @@ CONFIGURE_ARGS = $(DIRPATHS) GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE -BUILD_64 = 1 +BUILD64 = 1 NO_ISAEXEC = 1 REQUIRED_PKGS_CSWftype2 = CSWzlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 06:01:34 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 05:01:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3050] csw/mgar/pkg/freetype/trunk Message-ID: Revision: 3050 http://gar.svn.sourceforge.net/gar/?rev=3050&view=rev Author: harpchad Date: 2009-02-10 05:01:34 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Include license file in DISTFILES Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile csw/mgar/pkg/freetype/trunk/checksums Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 04:42:45 UTC (rev 3049) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-10 05:01:34 UTC (rev 3050) @@ -18,7 +18,8 @@ CATALOGNAME_CSWvim = freetype2 MASTER_SITES = $(SF_MIRRORS) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += COPYING # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_USE_SF = 1 @@ -27,9 +28,12 @@ CONFIGURE_ARGS = $(DIRPATHS) GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE + BUILD64 = 1 NO_ISAEXEC = 1 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* + REQUIRED_PKGS_CSWftype2 = CSWzlib TEST_TARGET = check Modified: csw/mgar/pkg/freetype/trunk/checksums =================================================================== --- csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 04:42:45 UTC (rev 3049) +++ csw/mgar/pkg/freetype/trunk/checksums 2009-02-10 05:01:34 UTC (rev 3050) @@ -1 +1,2 @@ +4155af32f82cb784be209147eb8b67ee download/COPYING 6cf31a08826715a0d16ae366da9c7d3b download/freetype-2.3.8.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 16:08:07 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 15:08:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3051] csw/mgar/pkg/vim/trunk/files/vimrc Message-ID: Revision: 3051 http://gar.svn.sourceforge.net/gar/?rev=3051&view=rev Author: harpchad Date: 2009-02-10 15:08:05 +0000 (Tue, 10 Feb 2009) Log Message: ----------- fix vimrc typo Modified Paths: -------------- csw/mgar/pkg/vim/trunk/files/vimrc Modified: csw/mgar/pkg/vim/trunk/files/vimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 05:01:34 UTC (rev 3050) +++ csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 15:08:05 UTC (rev 3051) @@ -1,4 +1,4 @@ " Source a global configuration file if available if filereadable("/opt/csw/etc/vim/vimrc") - source /opt/csw/etc/vim/vimrc.local + source /opt/csw/etc/vim/vimrc endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 16:42:55 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 15:42:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3052] csw/mgar/pkg/vim/trunk/checksums Message-ID: Revision: 3052 http://gar.svn.sourceforge.net/gar/?rev=3052&view=rev Author: harpchad Date: 2009-02-10 15:42:55 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Update checksums Modified Paths: -------------- csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-10 15:08:05 UTC (rev 3051) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-10 15:42:55 UTC (rev 3052) @@ -100,12 +100,12 @@ 15dacd715d6f8c655265bbf77ebaddd4 download/7.2.100 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 +73612b6658c597ee478abf27a0a89ed5 download/COPYING 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff 279fa7473e3069991b420f327a6440ab download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 -06a31324121243e7eaf87b0df6c4941e download/vimrc +367f2e6d6388264ce17ee41854683d6a download/vimrc 1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch -73612b6658c597ee478abf27a0a89ed5 download/COPYING 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 Feb 10 17:19:01 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 10 Feb 2009 16:19:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3053] csw/mgar/pkg Message-ID: Revision: 3053 http://gar.svn.sourceforge.net/gar/?rev=3053&view=rev Author: bonivart Date: 2009-02-10 16:19:01 +0000 (Tue, 10 Feb 2009) Log Message: ----------- miltergreylist: initial commit Added Paths: ----------- csw/mgar/pkg/miltergreylist/ csw/mgar/pkg/miltergreylist/branches/ csw/mgar/pkg/miltergreylist/tags/ csw/mgar/pkg/miltergreylist/trunk/ csw/mgar/pkg/miltergreylist/trunk/Makefile csw/mgar/pkg/miltergreylist/trunk/checksums csw/mgar/pkg/miltergreylist/trunk/files/ csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec Property changes on: csw/mgar/pkg/miltergreylist/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/miltergreylist/trunk/Makefile =================================================================== --- csw/mgar/pkg/miltergreylist/trunk/Makefile (rev 0) +++ csw/mgar/pkg/miltergreylist/trunk/Makefile 2009-02-10 16:19:01 UTC (rev 3053) @@ -0,0 +1,42 @@ +GARNAME = miltergreylist +GARVERSION = 4.2 +RELEASE = b1 +DISTVERSION = $(GARVERSION)$(RELEASE) +DISTNAME = milter-greylist-$(DISTVERSION) +WORKSRC = $(WORKDIR)/$(DISTNAME) +CATEGORIES = net + +DESCRIPTION = greylist mail filtering method +define BLURB +endef + +MASTER_SITES = http://ftp.espci.fr/pub/milter-greylist/ +DISTFILES = milter-greylist-$(DISTVERSION).tgz +DISTFILES += $(call admfiles,CSWmiltergreylist,) + +REQUIRED_PKGS = CSWsendmail CSWcurlrt CSWgeoip CSWcswclassutils + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tgz + +#CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = --prefix=/opt/csw +CONFIGURE_ARGS += --with-user=bonivart +#CONFIGURE_ARGS += --with-user=greylist +CONFIGURE_ARGS += --with-conffile=/opt/csw/etc/mail/greylist.conf +CONFIGURE_ARGS += --enable-dnsrbl +CONFIGURE_ARGS += --enable-stdio-hack +CONFIGURE_ARGS += --localstatedir=/var/opt/csw/milter-greylist +CONFIGURE_ARGS += --with-libGeoIP=/opt/csw/lib +CONFIGURE_ARGS += --with-libcurl=/opt/csw/lib +CONFIGURE_ARGS += --mandir=/opt/csw/share/man + +TEST_SCRIPTS = + +PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswmiltergreylist$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/greylist.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/named/ { $$$$5 = "named" } { print }' + +include gar/category.mk + +#WORKSRC := $(WORKDIR)/$(GARNAME)-$(GARVERSION)b1 +SPKG_SOURCEURL = http://hcpnet.free.fr/milter-greylist +SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE) Added: csw/mgar/pkg/miltergreylist/trunk/checksums =================================================================== --- csw/mgar/pkg/miltergreylist/trunk/checksums (rev 0) +++ csw/mgar/pkg/miltergreylist/trunk/checksums 2009-02-10 16:19:01 UTC (rev 3053) @@ -0,0 +1,2 @@ +2e76e2643469ec393a15dfce9f8ff695 download/milter-greylist-4.2b1.tgz +e8f3c634293ea11273eeb1bd78d95d35 download/CSWmiltergreylist.gspec Added: csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec =================================================================== --- csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec (rev 0) +++ csw/mgar/pkg/miltergreylist/trunk/files/CSWmiltergreylist.gspec 2009-02-10 16:19:01 UTC (rev 3053) @@ -0,0 +1,7 @@ +%var bitname miltergreylist +%var pkgname CSWmiltergreylist +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright + +Please see /opt/csw/share/doc/miltergreylist/README for license information + 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 Feb 10 20:33:15 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 19:33:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3054] csw/mgar/gar/v2 Message-ID: Revision: 3054 http://gar.svn.sourceforge.net/gar/?rev=3054&view=rev Author: dmichelsen Date: 2009-02-10 19:33:15 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Add dynamic adm scripts Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2009-02-10 16:19:01 UTC (rev 3053) +++ csw/mgar/gar/v2/gar.lib.mk 2009-02-10 19:33:15 UTC (rev 3054) @@ -19,8 +19,18 @@ #################### FETCH RULES #################### +DYNSCRIPTS = $(foreach PKG,$(SPKG_SPECS),\ + $(foreach SCR,$(ADMSCRIPTS),\ + $(if $(value $(PKG)_$(SCR)), $(PKG).$(SCR)))) + +NOCHECKSUM += $(DYNSCRIPTS) + URLS = $(subst ://,//,$(foreach SITE,$(FILE_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(DISTFILES))) $(foreach SITE,$(FILE_SITES) $(PATCH_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(PATCHFILES)))) +# if the caller has defined _postinstall, etc targets for a package, add +# these 'dynamic script' targets to our fetch list +URLS += $(foreach DYN,$(DYNSCRIPTS),dynscr//$(DYN)) + # Download the file if and only if it doesn't have a preexisting # checksum file. Loop through available URLs and stop when you # get one that doesn't return an error code. @@ -39,6 +49,15 @@ fi; \ fi +# create ADMSCRIPTS 'on the fly' from variables defined by the caller +# This version is private and should only be called from the non-private +# version directly below +_dynscr//%: + $($(subst .,_,$*)) + +dynscr//%: + $(MAKE) -n _$@ > $(PARTIALDIR)/$* + # download an http URL (colons omitted) http//%: @wget $(WGET_OPTS) -T 10 -c -P $(PARTIALDIR) http://$* Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-10 16:19:01 UTC (rev 3053) +++ csw/mgar/gar/v2/gar.mk 2009-02-10 19:33:15 UTC (rev 3054) @@ -34,7 +34,7 @@ DISTNAME ?= $(GARNAME)-$(GARVERSION) -ALLFILES ?= $(DISTFILES) $(PATCHFILES) +ALLFILES ?= $(DISTFILES) $(PATCHFILES) $(DYNSCRIPTS) ifeq ($(MAKE_INSTALL_DIRS),1) INSTALL_DIRS = $(addprefix $(DESTDIR),$(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir) $(datadir) $(sysconfdir) $(sharedstatedir) $(localstatedir) $(libdir) $(infodir) $(lispdir) $(includedir) $(mandir) $(foreach NUM,1 2 3 4 5 6 7 8, $(mandir)/man$(NUM)) $(sourcedir)) @@ -230,9 +230,11 @@ # NOTE: DOES NOT RUN pre-everything! fetch-list: @echo "Distribution files: " - @for i in $(DISTFILES); do echo " $$i"; done + @$(foreach F,$(DISTFILES),echo " $F";) @echo "Patch files: " - @for i in $(PATCHFILES); do echo " $$i"; done + @$(foreach P,$(PATCHFILES),echo " $P";) + @echo "Dynamically generated scripts: " + @$(foreach D,$(DYNSCRIPTS),echo " $D";) # fetch - Retrieves $(DISTFILES) (and $(PATCHFILES) if defined) # into $(DOWNLOADDIR) as necessary. @@ -284,8 +286,8 @@ garchive: checksum $(GARCHIVE_TARGETS) ; # extract - Unpacks $(DISTFILES) into $(EXTRACTDIR) (patches are "zcatted" into the patch program) -EXTRACT_TARGETS-global ?= $(foreach SPEC,$(SPKG_SPECS),$(filter $(SPEC).%,$(DISTFILES))) -EXTRACT_TARGETS = $(addprefix extract-archive-,$(filter-out $(NOEXTRACT),$(if $(EXTRACT_TARGETS-$(MODULATION)),$(EXTRACT_TARGETS-$(MODULATION)),$(DISTFILES)))) +EXTRACT_TARGETS-global ?= $(foreach SPEC,$(SPKG_SPECS),$(filter $(SPEC).%,$(DISTFILES) $(DYNSCRIPTS))) +EXTRACT_TARGETS = $(addprefix extract-archive-,$(filter-out $(NOEXTRACT),$(if $(EXTRACT_TARGETS-$(MODULATION)),$(EXTRACT_TARGETS-$(MODULATION)),$(DISTFILES) $(DYNSCRIPTS)))) # We call an additional extract-modulated without resetting any variables so # a complete unpacked set goes to the global dir for packaging (like gspec) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 21:41:18 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 20:41:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3055] csw/mgar/pkg/vim/trunk Message-ID: Revision: 3055 http://gar.svn.sourceforge.net/gar/?rev=3055&view=rev Author: harpchad Date: 2009-02-10 20:41:18 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Support both /opt/csw/etc... and /etc/opt/csw... Modified Paths: -------------- csw/mgar/pkg/vim/trunk/checksums csw/mgar/pkg/vim/trunk/files/gvimrc csw/mgar/pkg/vim/trunk/files/vimrc Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2009-02-10 19:33:15 UTC (rev 3054) +++ csw/mgar/pkg/vim/trunk/checksums 2009-02-10 20:41:18 UTC (rev 3055) @@ -102,10 +102,10 @@ 42e2274c6a3152279720d8623f7916ad download/7.2.102 73612b6658c597ee478abf27a0a89ed5 download/COPYING 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff -279fa7473e3069991b420f327a6440ab download/gvimrc +80304427884b8b78134bc7c7c9097679 download/gvimrc 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 -367f2e6d6388264ce17ee41854683d6a download/vimrc +f31314c40819d3414d77ea286770c17f download/vimrc 1965bc951c0a190faaa665996b1b287e download/vimrc.tiny 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch Modified: csw/mgar/pkg/vim/trunk/files/gvimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/gvimrc 2009-02-10 19:33:15 UTC (rev 3054) +++ csw/mgar/pkg/vim/trunk/files/gvimrc 2009-02-10 20:41:18 UTC (rev 3055) @@ -2,3 +2,6 @@ if filereadable("/opt/csw/etc/vim/gvimrc") source /opt/csw/etc/vim/gvimrc endif +if filereadable("/etc/opt/csw/vim/gvimrc") + source /etc/opt/csw/vim/gvimrc +endif Modified: csw/mgar/pkg/vim/trunk/files/vimrc =================================================================== --- csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 19:33:15 UTC (rev 3054) +++ csw/mgar/pkg/vim/trunk/files/vimrc 2009-02-10 20:41:18 UTC (rev 3055) @@ -2,3 +2,6 @@ if filereadable("/opt/csw/etc/vim/vimrc") source /opt/csw/etc/vim/vimrc endif +if filereadable("/etc/opt/csw/vim/vimrc") + source /etc/opt/csw/vim/vimrc +endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 10 21:44:42 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 10 Feb 2009 20:44:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3056] csw/mgar/pkg/gettext/trunk Message-ID: Revision: 3056 http://gar.svn.sourceforge.net/gar/?rev=3056&view=rev Author: harpchad Date: 2009-02-10 20:44:42 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Make CSWggettextdoc arch=all Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile csw/mgar/pkg/gettext/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-10 20:44:42 UTC (rev 3056) @@ -7,11 +7,16 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef +PACKAGES = CSWggettext CSWggettextdoc +CATALOGNAME_CSWggettext = ggettext +CATALOGNAME_CSWggettextdoc = ggettextdoc +SPKG_DESC_CSWggettext = GNU locale utilities +SPKG_DESC_CSWggettextdoc = GNU locale utilities documentation +ARCHALL_CSWggettextdoc = 1 + MASTER_SITES = $(GNU_MIRROR) -DISTFILES = $(call admfiles,CSWggettext,) -DISTFILES += $(call admfiles,CSWggettextdoc,) -DISTFILES += $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz #Include earlier library revisions for compatibility with existing packages DISTFILES += libgettextlib-0.14.1.so.i DISTFILES += libgettextlib-0.14.1.so.s Modified: csw/mgar/pkg/gettext/trunk/checksums =================================================================== --- csw/mgar/pkg/gettext/trunk/checksums 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/checksums 2009-02-10 20:44:42 UTC (rev 3056) @@ -1,5 +1,3 @@ -5f7c1991d31760f0f9977949c8f95629 download/CSWggettext.gspec -bdbfd869627a7450185e768b5aa1a0af download/CSWggettextdoc.gspec 58a2bc6d39c0ba57823034d55d65d606 download/gettext-0.17.tar.gz d44a9a6ec0952bad7ad07026ccb42a10 download/libgettextlib-0.14.1.so.i ff0219d47dbc11034b55872172488e01 download/libgettextlib-0.14.1.so.s Deleted: csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec =================================================================== --- csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/files/CSWggettext.gspec 2009-02-10 20:44:42 UTC (rev 3056) @@ -1,4 +0,0 @@ -%var bitname ggettext -%var pkgname CSWggettext -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec =================================================================== --- csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec 2009-02-10 20:41:18 UTC (rev 3055) +++ csw/mgar/pkg/gettext/trunk/files/CSWggettextdoc.gspec 2009-02-10 20:44:42 UTC (rev 3056) @@ -1,4 +0,0 @@ -%var bitname ggettextdoc -%var pkgname CSWggettextdoc -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 10 22:12:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 21:12:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3057] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3057 http://gar.svn.sourceforge.net/gar/?rev=3057&view=rev Author: dmichelsen Date: 2009-02-10 21:12:17 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Add missing dependency of dynamic files to WORKDIR Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-10 20:44:42 UTC (rev 3056) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-10 21:12:17 UTC (rev 3057) @@ -254,7 +254,7 @@ # $_EXTRA_GAR_PKGS is for dynamic dependencies added by GAR itself (like CSWisaexec or CSWcswclassutils) .PRECIOUS: $(WORKDIR)/%.depend -$(WORKDIR)/%.depend: +$(WORKDIR)/%.depend: $(WORKDIR) $(_DBG)$(if $(_EXTRA_GAR_PKGS)$(REQUIRED_PKGS_$*)$(REQUIRED_PKGS)$(INCOMPATIBLE_PKGS)$(INCOMPATIBLE_PKGS_$*), \ ($(foreach PKG,$(INCOMPATIBLE_PKGS_$*) $(INCOMPATIBLE_PKGS),\ echo "I $(PKG)";\ @@ -281,7 +281,7 @@ # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec -$(WORKDIR)/%.gspec: +$(WORKDIR)/%.gspec: $(WORKDIR) $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ @@ -336,7 +336,7 @@ endef .PRECIOUS: $(WORKDIR)/%.pkginfo -$(WORKDIR)/%.pkginfo: +$(WORKDIR)/%.pkginfo: $(WORKDIR) $(_DBG)(echo "PKG=$*"; \ echo "NAME=$(call catalogname,$*) - $(SPKG_DESC)"; \ echo "ARCH=$(GARCH)"; \ 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 Feb 10 22:16:04 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 21:16:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3058] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3058 http://gar.svn.sourceforge.net/gar/?rev=3058&view=rev Author: dmichelsen Date: 2009-02-10 21:16:04 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Introduce DEBUG_MERGING Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-10 21:12:17 UTC (rev 3057) +++ csw/mgar/gar/v2/gar.mk 2009-02-10 21:16:04 UTC (rev 3058) @@ -480,6 +480,12 @@ # Automatic merging is only possible if you have the default modulation "ISA" # Otherwise you *must* specify merge scripts for all modulations. +ifeq ($(DEBUG_MERGING),) +_DBG_MERGE=@ +else +_DBG_MERGE= +endif + ifeq ($(NEEDED_ISAS),$(ISA_DEFAULT)) MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-all $(EXTRA_MERGE_SCRIPTS_$(ISA_DEFAULT)) $(EXTRA_MERGE_SCRIPTS) else @@ -571,14 +577,14 @@ # Copy the whole tree verbatim merge-copy-all: $(PKGROOT) $(INSTALLISADIR) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/,p") \ . $(PKGROOT)) @$(MAKECOOKIE) # Copy only the merge directories merge-copy-only: $(PKGROOT) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/,p") -s ",.*,," \ . $(PKGROOT) \ ) @@ -586,7 +592,7 @@ # Copy the whole tree and relocate the directories in $(MERGE_DIRS) merge-copy-relocate: $(PKGROOT) $(INSTALLISADIR) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/$(ISA)/,p") \ . $(PKGROOT) \ ) @@ -594,7 +600,7 @@ # Copy only the relocated directories merge-copy-relocated-only: $(PKGROOT) $(INSTALLISADIR) - @(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ + $(_DBG_MERGE)(cd $(INSTALLISADIR); pax -r -w -v $(_PAX_ARGS) \ $(foreach DIR,$(MERGE_DIRS),-s ",^\(\.$(DIR)/\),.$(call mergebase,$(DIR))/$(ISA)/,p") -s ",.*,," \ . $(PKGROOT) \ ) 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 Feb 10 22:17:01 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 10 Feb 2009 21:17:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3059] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3059 http://gar.svn.sourceforge.net/gar/?rev=3059&view=rev Author: dmichelsen Date: 2009-02-10 21:17:01 +0000 (Tue, 10 Feb 2009) Log Message: ----------- mGAR v2: Allow resetting of prefix without breaking the make process Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-10 21:16:04 UTC (rev 3058) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-10 21:17:01 UTC (rev 3059) @@ -106,6 +106,14 @@ perlcswlib ?= $(perllib)/csw perlpackroot ?= $(perlcswlib)/auto +# These variables are used to construct pathes. If you temporarily reset the above +# variables for special install locations (like /opt/csw/bin/bdb44/) the definitions +# here make sure the binaries for the make process are still found. +binpath_install ?= $(BUILD_PREFIX)/bin +binpath ?= $(abspath $(binpath_install)/$(MM_BINDIR)) +sbinpath_install ?= $(BUILD_PREFIX)/sbin +sbinpath ?= $(abspath $(sbinpath_install)/$(MM_BINDIR)) + # DESTDIR is used at INSTALL TIME ONLY to determine what the # filesystem root should be. DESTROOT ?= $(HOME) @@ -473,7 +481,7 @@ # 1. Make sure everything works fine for SOS12 # 2. Allow us to use programs we just built. This is a bit complicated, # but we want PATH to be a recursive variable, or 'gmake isaenv' won't work -PATH = $(if $(filter SOS12,$(GARCOMPILER)),$(abspath $(GARBIN)/sos12-wrappers):)$(if $(IGNORE_DESTDIR),,$(abspath $(DESTDIR)$(bindir_install)/$(MM_BINDIR)):$(DESTDIR)$(bindir_install):$(abspath $(DESTDIR)$(sbindir_install)/$(MM_BINDIR)):$(DESTDIR)$(sbindir_install):)$(abspath $(bindir_install)/$(MM_BINDIR)):$(bindir_install):$(abspath $(sbindir_install)/$(MM_BINDIR)):$(sbindir_install):$(CC_HOME)/bin:$(abspath $(GARBIN)):/usr/bin:/usr/sbin:/usr/java/bin:/usr/ccs/bin +PATH = $(if $(filter SOS12,$(GARCOMPILER)),$(abspath $(GARBIN)/sos12-wrappers):)$(if $(IGNORE_DESTDIR),,$(abspath $(DESTDIR)$(binpath_install)/$(MM_BINDIR)):$(DESTDIR)$(binpath_install):$(abspath $(DESTDIR)$(sbinpath_install)/$(MM_BINDIR)):$(DESTDIR)$(sbinpath_install):)$(abspath $(binpath_install)/$(MM_BINDIR)):$(binpath_install):$(abspath $(sbinpath_install)/$(MM_BINDIR)):$(sbinpath_install):$(CC_HOME)/bin:$(abspath $(GARBIN)):/usr/bin:/usr/sbin:/usr/java/bin:/usr/ccs/bin # This is for foo-config chaos PKG_CONFIG_DIRS ?= $(libdir_install) $(EXTRA_PKG_CONFIG_DIRS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 19:02:48 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 18:02:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3060] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3060 http://gar.svn.sourceforge.net/gar/?rev=3060&view=rev Author: harpchad Date: 2009-02-11 18:02:39 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Add a devel package Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-10 21:17:01 UTC (rev 3059) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 18:02:39 UTC (rev 3060) @@ -7,11 +7,13 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef -PACKAGES = CSWggettext CSWggettextdoc +PACKAGES = CSWggettext CSWggettextdevel CSWggettextdoc CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc +CATALOGNAME_CSWggettextdevel = ggettextdevel SPKG_DESC_CSWggettext = GNU locale utilities SPKG_DESC_CSWggettextdoc = GNU locale utilities documentation +SPKG_DESC_CSWggettextdevel = GNU locale utilities development headers and utilities ARCHALL_CSWggettextdoc = 1 MASTER_SITES = $(GNU_MIRROR) @@ -59,6 +61,7 @@ MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) +PKGFILES_CSWgettextdevel = $(PKGFILES_DEVEL) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Wed Feb 11 20:17:35 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Wed, 11 Feb 2009 19:17:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3061] csw/mgar/pkg/nginx/trunk/files Message-ID: Revision: 3061 http://gar.svn.sourceforge.net/gar/?rev=3061&view=rev Author: aigoshin Date: 2009-02-11 19:17:34 +0000 (Wed, 11 Feb 2009) Log Message: ----------- nginx: milestone 2.4 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall csw/mgar/pkg/nginx/trunk/files/svc-cswnginx Modified: csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall =================================================================== --- csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall 2009-02-11 18:02:39 UTC (rev 3060) +++ csw/mgar/pkg/nginx/trunk/files/CSWnginx.postinstall 2009-02-11 19:17:34 UTC (rev 3061) @@ -4,42 +4,50 @@ ################################################################################# if [ $UPGRADE_NGINX -eq 1 ]; then + MSG="" UPGRADE_NGINX_ERR=0 - if [ -x "$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx" ]; then - MSG=`$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx upgrade` - if [ $? -eq 0 ]; then - echo " " - echo "nginx was upgraded" - else + if [ "$SMF" = "yes" ]; then + CSWNGINX="$BASEDIR/opt/csw/lib/svc/method/svc-cswnginx" + else + CSWNGINX="$BASEDIR/etc/init.d/cswnginx" + fi + if [ -x $CSWNGINX ]; then + MSG=`$CSWNGINX upgrade` + if [ $? -ne 0 ]; then UPGRADE_NGINX_ERR=1 fi - else - if [ -x $BASEDIR/etc/init.d/cswnginx ]; then - MSG=`$BASEDIR/etc/init.d/cswnginx upgrade` - if [ $? -eq 0 ]; then - echo " " - echo "nginx was upgraded" - else - UPGRADE_NGINX_ERR=1 - fi - else - echo " " - echo "nginx was NOT upgraded" - fi fi - if [ $UPGRADE_NGINX_ERR -eq 1 ]; then + if [ $UPGRADE_NGINX_ERR -eq 0 ]; then echo " " + echo "nginx was upgraded" + echo " " + echo "If this new version of nginx works properly please run" + echo "'$CSWNGINX upgrade-commit'" + echo "to finalize the online upgrade process." + echo " " + echo "If there are problems with new version you can rollback" + echo "to the old version (which is still running) by command" + echo "'$CSWNGINX upgrade-rollback'" + echo "and subsequent reinstallation of the old package." + echo " " + echo "More details can be found in the nginx documentation:" + echo "http://sysoev.ru/nginx/docs/control.html" + else + echo " " echo "nginx was NOT upgraded" echo "$MSG" fi else echo " " - echo "This package may use online upgrade feature of nginx which" - echo "allows not to interrupt the processing of clients requests" - echo "during the nginx version upgrade." - echo "To use it you should install the package over the existing" - echo "version (without removing)." + echo "This package may use online upgrade feature of nginx which allows" + echo "not to interrupt the processing of clients requests during the nginx" + echo "version upgrade. To use it you should install the package over the" + echo "existing version (without preliminary removing)." + echo " " + echo "NOTE: if you wish to take advantage of nginx online upgrade feature" + echo "you should NOT use CSW automatic package update since it sequently" + echo "runs pkgrm/pkgadd." fi ################################################################################# Modified: csw/mgar/pkg/nginx/trunk/files/svc-cswnginx =================================================================== --- csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-11 18:02:39 UTC (rev 3060) +++ csw/mgar/pkg/nginx/trunk/files/svc-cswnginx 2009-02-11 19:17:34 UTC (rev 3061) @@ -9,8 +9,8 @@ PIDFILE=${VARRUNX}/nginx.pid PIDFILO=${VARRUNX}/nginx.pid.oldbin -[ ! -f ${NGINX} ] && exit $NGINX -[ ! -f ${CFGFILE} ] && exit $CFGFILE +#[ ! -f ${NGINX} ] && exit 255 +#[ ! -f ${CFGFILE} ] && exit 254 start() { @@ -80,8 +80,10 @@ COMM=`/bin/ps -o comm= -p $FPID` if [ "$NGINX" = "$COMM" ]; then echo "running" + return 0 else echo "running, but it is not a CSW package" + return 1 fi } @@ -89,10 +91,47 @@ { killpidf -USR2 RETVAL=$? + [ $RETVAL -ne 0 ] && return $RETVAL + OLDBINPID=0 + for i in 1 2 3 4 5; do + if [ -f $PIDFILO ]; then + OLDBINPID=1 + break + else + sleep 1 + fi + done + if [ $OLDBINPID -eq 1 ]; then + state >/dev/null + RETVAL=$? + if [ $RETVAL -eq 0 ]; then + killpidf -WINCH $PIDFILO + RETVAL=$? + fi + return $RETVAL + fi + return 1 +} + +upgrade_commit() +{ + killpidf -QUIT $PIDFILO + RETVAL=$? return $RETVAL } +upgrade_rollback() +{ + killpidf -HUP $PIDFILO + RETVAL=$? + if [ $RETVAL -eq 0 ]; then + killpidf -QUIT $PIDFILE + RETVAL=$? + fi + return $RETVAL +} + case "$1" in start) [ ! -d $VARRUNX ] && /bin/mkdir -p $VARRUNX @@ -126,8 +165,16 @@ RETVAL=$? [ $RETVAL -eq 0 ] && upgrade ||: ;; +upgrade-commit) + upgrade_commit + RETVAL=$? + ;; +upgrade-rollback) + upgrade_rollback + RETVAL=$? + ;; *) - echo "Usage: $0 {start|stop|refresh|reload|restart|rotate|state|upgrade}" + echo "Usage:" `basename $0` "{start|stop|refresh|reload|restart|rotate|state|upgrade|upgrade-commit|upgrade-rollback}" exit 1 ;; esac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Wed Feb 11 20:19:46 2009 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Wed, 11 Feb 2009 19:19:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3062] csw/mgar/pkg/nginx/trunk/checksums Message-ID: Revision: 3062 http://gar.svn.sourceforge.net/gar/?rev=3062&view=rev Author: aigoshin Date: 2009-02-11 19:19:45 +0000 (Wed, 11 Feb 2009) Log Message: ----------- nginx: milestone 2.5 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/checksums Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2009-02-11 19:17:34 UTC (rev 3061) +++ csw/mgar/pkg/nginx/trunk/checksums 2009-02-11 19:19:45 UTC (rev 3062) @@ -1,7 +1,7 @@ 31d26f66824fd2d3f33ac0b3b9db1532 download/nginx-0.7.30.tar.gz 12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec 521cd4c0248aebfdb25df48a11a8cc49 download/CSWnginx.checkinstall -a47b8ac99b738bb19805459c6c1e5543 download/CSWnginx.postinstall +1e505987ba8df7f61f21fc28b926fc5a download/CSWnginx.postinstall e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove 5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml -19bb7c5d6246343f54b13afb327f7bcb download/svc-cswnginx +706889f6967b3b327c14aa0ff5c271ab download/svc-cswnginx This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 21:57:46 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 20:57:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3063] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3063 http://gar.svn.sourceforge.net/gar/?rev=3063&view=rev Author: harpchad Date: 2009-02-11 20:57:46 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Remove devel, add runtime Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 19:19:45 UTC (rev 3062) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 20:57:46 UTC (rev 3063) @@ -10,10 +10,10 @@ PACKAGES = CSWggettext CSWggettextdevel CSWggettextdoc CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc -CATALOGNAME_CSWggettextdevel = ggettextdevel -SPKG_DESC_CSWggettext = GNU locale utilities -SPKG_DESC_CSWggettextdoc = GNU locale utilities documentation -SPKG_DESC_CSWggettextdevel = GNU locale utilities development headers and utilities +CATALOGNAME_CSWggettextrt = ggettextrt +SPKG_DESC_CSWggettext = GNU locale utilities and development headers +SPKG_DESC_CSWggettextdoc = GNU locale documentation +SPKG_DESC_CSWggettextdevel = GNU locale runtime ARCHALL_CSWggettextdoc = 1 MASTER_SITES = $(GNU_MIRROR) @@ -48,7 +48,9 @@ BUILD64 = 1 NO_ISAEXEC = 1 -REQUIRED_PKGS_CSWggettext = CSWiconv CSWexpat CSWncurses +REQUIRED_PKGS_CSWggettextrt = CSWiconv +REQUIRED_PKGS_CSWggettext = CSWgettextrt CSWiconv CSWexpat CSWncurses +REQUIRED_PKGS_CSWggettextdoc = CSWggettext #NOTE: gettext tests are sensitive to bash environment variables, make sure # custom paths are prefixed by $PATH, may be better to set aside @@ -60,24 +62,46 @@ MERGE_EXCLUDE_FILES += .*/iconv.m4 MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* +PKGFILES_CSWggettextrt = /opt/csw/lib/libintl.* /opt/csw/lib/$(ISA)/libintl.* +PKGFILES_CSWggettextrt += /opt/csw/lib/libasprintf.* /opt/csw/lib/$(ISA)/libasprintf.* +PKGFILES_CSWggettextrt += /opt/csw/lib/libgettextpo.* /opt/csw/lib/$(ISA)/libgettextpo.* +PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext /opt/csw/bin/gngettext /opt/csw/bin/genvsubst +PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext.sh /opt/csw/share/java/libintl.jar +PKGFILES_CSWggettextrt += /opt/csw/share/locale/.* PKGFILES_CSWggettextdoc = $(PKGFILES_DOC) -PKGFILES_CSWgettextdevel = $(PKGFILES_DEVEL) include gar/category.mk #Include old libraries for compatibility with existing packages # TODO: Convert to modulated builds post-install-isa-sparcv8: + @mkdir $(INSTALLISADIR)/opt/csw/share/java + @mv $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar $(INSTALLISADIR)/opt/csw/share/java @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 + @$(MAKECOOKIE) + $(DONADA) post-install-isa-sparcv9: + @rm $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/64/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.3 + @$(MAKECOOKIE) + $(DONADA) post-install-isa-i386: + @mkdir $(INSTALLISADIR)/opt/csw/share/java + @mv $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar $(INSTALLISADIR)/opt/csw/share/java + @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 + @$(MAKECOOKIE) + $(DONADA) + +post-install-isa-amd64: + @rm $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar + @$(MAKECOOKIE) + $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 11 22:06:49 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:06:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3064] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3064 http://gar.svn.sourceforge.net/gar/?rev=3064&view=rev Author: wbonnet Date: 2009-02-11 21:06:49 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Add missing uwatch definitions Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-11 20:57:46 UTC (rev 3063) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-11 21:06:49 UTC (rev 3064) @@ -501,6 +501,8 @@ SF_MIRRORS ?= http://downloads.sourceforge.net/$(SF_PROJ)/ # Keep this for compatibility SF_MIRROR = $(firstword $(SF_MIRRORS)) +SF_PROJECT_SHOWFILE ?= http://sourceforge.net/project/showfiles.php?group_id +UPSTREAM_USE_SF ?= 0 # Google Code GOOGLE_PROJECT ?= $(GARNAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 22:39:47 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:39:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3065] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3065 http://gar.svn.sourceforge.net/gar/?rev=3065&view=rev Author: harpchad Date: 2009-02-11 21:39:47 +0000 (Wed, 11 Feb 2009) Log Message: ----------- fix typos Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:06:49 UTC (rev 3064) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:39:47 UTC (rev 3065) @@ -7,13 +7,13 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef -PACKAGES = CSWggettext CSWggettextdevel CSWggettextdoc +PACKAGES = CSWggettext CSWggettextrt CSWggettextdoc CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc CATALOGNAME_CSWggettextrt = ggettextrt SPKG_DESC_CSWggettext = GNU locale utilities and development headers SPKG_DESC_CSWggettextdoc = GNU locale documentation -SPKG_DESC_CSWggettextdevel = GNU locale runtime +SPKG_DESC_CSWggettextrt = GNU locale runtime ARCHALL_CSWggettextdoc = 1 MASTER_SITES = $(GNU_MIRROR) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Wed Feb 11 22:44:29 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:44:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3066] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3066 http://gar.svn.sourceforge.net/gar/?rev=3066&view=rev Author: harpchad Date: 2009-02-11 21:44:29 +0000 (Wed, 11 Feb 2009) Log Message: ----------- fix typos Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:39:47 UTC (rev 3065) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 21:44:29 UTC (rev 3066) @@ -7,7 +7,7 @@ GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages endef -PACKAGES = CSWggettext CSWggettextrt CSWggettextdoc +PACKAGES = CSWggettextrt CSWggettextdoc CSWggettext CATALOGNAME_CSWggettext = ggettext CATALOGNAME_CSWggettextdoc = ggettextdoc CATALOGNAME_CSWggettextrt = ggettextrt @@ -49,7 +49,7 @@ NO_ISAEXEC = 1 REQUIRED_PKGS_CSWggettextrt = CSWiconv -REQUIRED_PKGS_CSWggettext = CSWgettextrt CSWiconv CSWexpat CSWncurses +REQUIRED_PKGS_CSWggettext = CSWggettextrt CSWiconv CSWexpat CSWncurses REQUIRED_PKGS_CSWggettextdoc = CSWggettext #NOTE: gettext tests are sensitive to bash environment variables, make sure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 11 22:50:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:50:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3067] csw/mgar/pkg/clearsilver/trunk Message-ID: Revision: 3067 http://gar.svn.sourceforge.net/gar/?rev=3067&view=rev Author: valholla Date: 2009-02-11 21:50:10 +0000 (Wed, 11 Feb 2009) Log Message: ----------- update gar to v2 Modified Paths: -------------- csw/mgar/pkg/clearsilver/trunk/Makefile csw/mgar/pkg/clearsilver/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/clearsilver/trunk/ Property changes on: csw/mgar/pkg/clearsilver/trunk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Modified: csw/mgar/pkg/clearsilver/trunk/Makefile =================================================================== --- csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-11 21:44:29 UTC (rev 3066) +++ csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-11 21:50:10 UTC (rev 3067) @@ -1,5 +1,5 @@ GARNAME = clearsilver -GARVERSION = 0.10.4 +GARVERSION = 0.10.5 CATEGORIES = utils DESCRIPTION = Language-neutral HTML template system @@ -12,26 +12,36 @@ MASTER_SITES = http://www.clearsilver.net/downloads/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWcs,depend prototype) -DISTFILES += $(call admfiles,CSWpmcs,depend prototype) -DISTFILES += $(call admfiles,CSWpycs,depend prototype) +PACKAGES = CSWcs CSWpmcs CSWpycs + +REQUIRED_PKGS_CSWcs = CSWggettext CSWzlib +REQUIRED_PKGS_CSWpmcs = CSWperl CSWzlib +REQUIRED_PKGS_CSWpycs = CSWggettext CSWpython CSWzlib + +CATALOGNAME_CSWcs = clearsilver +CATALOGNAME_CSWpmcs = pm_clearsilver +CATALOGNAME_CSWpycs = py_clearsilver + +SPKG_DESC_CSWcs = Language-neutral HTML template system +SPKG_DESC_CSWpmcs = Clearsilver Perl language binding +SPKG_DESC_CSWpycs = Clearsilver Python language binding + +PKGFILES_CSWpmcs = $(libdir)/perl/.* +PKGFILES_CSWpmcs += $(mandir)/*perl* +PKGFILES_CSWpycs = $(libdir)/python*/.* +PKGFILES_CSWpmcs += $(mandir)/*python* + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*) -# Remove an unneeded linux-only header +GNUCOMPILER = 1 + PATCHFILES += linuxheader.diff -# Use vendor install for the perl module -PATCHFILES += perlbuild.diff - -GARCOMPILER = GNU - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-python=$(bindir)/python CONFIGURE_ARGS += --with-perl=$(bindir)/perl -#CONFIGURE_ARGS += --with-ruby=$(bindir)/ruby -#CONFIGURE_ARGS += --with-java=/usr/jdk/j2se1.4.2_02/j2se CONFIGURE_ARGS += --enable-gettext # No c-sharp at the moment @@ -41,18 +51,10 @@ CONFIGURE_ARGS += --disable-ruby CONFIGURE_ARGS += --disable-java +EXTRA_LINKER_FLAGS += -lintl + # No test target TEST_SCRIPTS = include gar/category.mk -# The perl binding needs to use the Sun compiler, regardless of whether the -# main extension uses gcc. -ifeq ($(GARCOMPILER),GNU) -PATH := $(PATH):$(SUN_CC_HOME)/bin -export PATH -endif - -LIBS += -lintl -export LIBS - Modified: csw/mgar/pkg/clearsilver/trunk/checksums =================================================================== --- csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-11 21:44:29 UTC (rev 3066) +++ csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-11 21:50:10 UTC (rev 3067) @@ -1,12 +1,2 @@ -9523df7ef17e41a01dbae5032a3e450b download/clearsilver-0.10.4.tar.gz -6135b3efabaf9a4b1e911530437e0aa0 download/CSWcs.gspec -0c687c75a85aadcd72762d6a1d503165 download/CSWcs.depend -43de53e64a60770d4e572d42e4a1955a download/CSWcs.prototype -566c39b08d4e14ab14f7b836d7fac832 download/CSWpmcs.gspec -9ebd2fa96ac23e41c6d49743c203628c download/CSWpmcs.depend -1ade3938da7c2a375121758122ad4ae8 download/CSWpmcs.prototype -448f995195c2566dcc1468346124da5d download/CSWpycs.gspec -e99be883aad6d8aac5038033cccbdebd download/CSWpycs.depend -ea1ef76e146970187d96a69f71e73a97 download/CSWpycs.prototype +b8c0c7fbe0ef5e06e0c935f134304d44 download/clearsilver-0.10.5.tar.gz b026a9b055bd0fa798b98f97680fdce9 download/linuxheader.diff -977b03892d3c1b0d8e445f09a50a3620 download/perlbuild.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 11 22:54:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 11 Feb 2009 21:54:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3068] csw/mgar/pkg/clearsilver/trunk/ Message-ID: Revision: 3068 http://gar.svn.sourceforge.net/gar/?rev=3068&view=rev Author: valholla Date: 2009-02-11 21:54:52 +0000 (Wed, 11 Feb 2009) Log Message: ----------- try again propset Property Changed: ---------------- csw/mgar/pkg/clearsilver/trunk/ Property changes on: csw/mgar/pkg/clearsilver/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 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 Feb 11 23:11:03 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Feb 2009 22:11:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3069] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3069 http://gar.svn.sourceforge.net/gar/?rev=3069&view=rev Author: dmichelsen Date: 2009-02-11 22:11:03 +0000 (Wed, 11 Feb 2009) Log Message: ----------- mGAR v2: Make sure licenses are always put in the right location Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 21:54:52 UTC (rev 3068) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 22:11:03 UTC (rev 3069) @@ -70,8 +70,10 @@ ) endef +# We do not put this in $(docdir), as the prefix may have been reset to some +# other location and the license should always be in a fixed location. define licensedir -$(docdir)/$(call catalogname,$(1)) +$(BUILD_PREFIX)/share/doc/$(call catalogname,$(1)) endef # Set this to your svn binary This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 11 23:14:43 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 11 Feb 2009 22:14:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3070] csw/mgar/pkg/a52dec/trunk/Makefile Message-ID: Revision: 3070 http://gar.svn.sourceforge.net/gar/?rev=3070&view=rev Author: wbonnet Date: 2009-02-11 22:14:42 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Remove buggy upstream definition Modified Paths: -------------- csw/mgar/pkg/a52dec/trunk/Makefile Modified: csw/mgar/pkg/a52dec/trunk/Makefile =================================================================== --- csw/mgar/pkg/a52dec/trunk/Makefile 2009-02-11 22:11:03 UTC (rev 3069) +++ csw/mgar/pkg/a52dec/trunk/Makefile 2009-02-11 22:14:42 UTC (rev 3070) @@ -13,8 +13,6 @@ DISTFILES += $(call admfiles,CSWliba52, depend) # We define upstream file regex so we can be notifed of new upstream software release -UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=33591 -UPSTREAM_USE_SF = 1 UFILES_REGEX = (\d+(?:\.\d+)*) CONFIGURE_ARGS = $(DIRPATHS) --enable-shared --disable-static 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 Feb 11 23:24:05 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Feb 2009 22:24:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3071] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3071 http://gar.svn.sourceforge.net/gar/?rev=3071&view=rev Author: dmichelsen Date: 2009-02-11 22:24:04 +0000 (Wed, 11 Feb 2009) Log Message: ----------- mGAR v2: Add dependency to diretory missing under certain circumstances Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 22:14:42 UTC (rev 3070) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-11 22:24:04 UTC (rev 3071) @@ -374,7 +374,7 @@ ) endef -merge-license-%: +merge-license-%: $(WORKDIR) $(_DBG)$(if $(and $(LICENSE_$*),$(LICENSE_FULL_$*)),$(error Both LICENSE_$* and LICENSE_FULL_$* have been specified where only one is allowed)) \ $(if $(and $(filter $*,$(PACKAGES)),$(or $(LICENSE),$(LICENSE_FULL),$(LICENSE_$*),$(LICENSE_FULL_$*))), \ LICENSEFILE=$(or $(call licensefile,$*),$(if $(_LICENSE_IS_DEFAULT),,$(error Cannot find license file for package $*))); \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Thu Feb 12 02:00:14 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Thu, 12 Feb 2009 01:00:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3072] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3072 http://gar.svn.sourceforge.net/gar/?rev=3072&view=rev Author: harpchad Date: 2009-02-12 01:00:13 +0000 (Thu, 12 Feb 2009) Log Message: ----------- Sytax fixes Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-11 22:24:04 UTC (rev 3071) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-12 01:00:13 UTC (rev 3072) @@ -62,9 +62,9 @@ MERGE_EXCLUDE_FILES += .*/iconv.m4 MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* -PKGFILES_CSWggettextrt = /opt/csw/lib/libintl.* /opt/csw/lib/$(ISA)/libintl.* -PKGFILES_CSWggettextrt += /opt/csw/lib/libasprintf.* /opt/csw/lib/$(ISA)/libasprintf.* -PKGFILES_CSWggettextrt += /opt/csw/lib/libgettextpo.* /opt/csw/lib/$(ISA)/libgettextpo.* +PKGFILES_CSWggettextrt = $(call baseisadirs,$(libdir),libintl\..*) +PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libasprintf\..*) +PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libgettextpo\..*) PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext /opt/csw/bin/gngettext /opt/csw/bin/genvsubst PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext.sh /opt/csw/share/java/libintl.jar PKGFILES_CSWggettextrt += /opt/csw/share/locale/.* @@ -80,7 +80,6 @@ @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 - @$(MAKECOOKIE) $(DONADA) post-install-isa-sparcv9: @@ -88,7 +87,6 @@ @cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/64/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/64/libintl.so.3 - @$(MAKECOOKIE) $(DONADA) post-install-isa-i386: @@ -98,10 +96,8 @@ @cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so @cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2 @cp $(FILEDIR)/libintl.so.3.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.3 - @$(MAKECOOKIE) $(DONADA) post-install-isa-amd64: @rm $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar - @$(MAKECOOKIE) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 05:17:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 04:17:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3073] csw/mgar/pkg/clearsilver/trunk Message-ID: Revision: 3073 http://gar.svn.sourceforge.net/gar/?rev=3073&view=rev Author: valholla Date: 2009-02-12 04:17:09 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/clearsilver/trunk/Makefile csw/mgar/pkg/clearsilver/trunk/checksums csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff Removed Paths: ------------- csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff Modified: csw/mgar/pkg/clearsilver/trunk/Makefile =================================================================== --- csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/Makefile 2009-02-12 04:17:09 UTC (rev 3073) @@ -32,13 +32,14 @@ PKGFILES_CSWpycs = $(libdir)/python*/.* PKGFILES_CSWpmcs += $(mandir)/*python* +GARCOMPILER = GNU + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*) -GNUCOMPILER = 1 +PATCHFILES += perlbuild.diff +PATCHFILES += pybuild.diff -PATCHFILES += linuxheader.diff - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-python=$(bindir)/python CONFIGURE_ARGS += --with-perl=$(bindir)/perl @@ -58,3 +59,4 @@ include gar/category.mk +PATH := $(PATH):$(SOS11_CC_HOME)/bin Modified: csw/mgar/pkg/clearsilver/trunk/checksums =================================================================== --- csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,2 +1,3 @@ b8c0c7fbe0ef5e06e0c935f134304d44 download/clearsilver-0.10.5.tar.gz -b026a9b055bd0fa798b98f97680fdce9 download/linuxheader.diff +1c25fda8bb2666658d8ddcf3ad9b7235 download/perlbuild.diff +3cf628054d5c839169c1a01d40708f1a download/pybuild.diff Deleted: csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/files/linuxheader.diff 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,11 +0,0 @@ -diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/cgi/cgiwrap.c clearsilver-0.10.4/cgi/cgiwrap.c ---- clearsilver-0.10.4.orig/cgi/cgiwrap.c 2006-03-28 19:12:37.000000000 -0500 -+++ clearsilver-0.10.4/cgi/cgiwrap.c 2007-01-30 13:39:27.435880000 -0500 -@@ -11,7 +11,6 @@ - - #include "cs_config.h" - --#include - #include - #include - #include Modified: csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/files/perlbuild.diff 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,12 +1,30 @@ -diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/Makefile clearsilver-0.10.4/Makefile ---- clearsilver-0.10.4.orig/Makefile 2006-11-15 01:54:13.000000000 -0500 -+++ clearsilver-0.10.4/Makefile 2007-01-30 13:54:59.322121000 -0500 -@@ -29,7 +29,7 @@ - @for mdir in $(SUBDIRS); do \ - if test -d $$mdir; then \ - if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \ -- cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix); cd ..; \ -+ cd $$mdir; $(PERL) Makefile.PL INSTALLDIRS=vendor PREFIX=$(prefix); cd ..; \ - fi; \ - $(MAKE) -C $$mdir PREFIX=$(prefix); \ - fi; \ +--- clearsilver-0.10.5/util/neo_err.h.orig 2009-02-11 21:47:19.808962558 -0600 ++++ clearsilver-0.10.5/util/neo_err.h 2009-02-11 21:47:39.950596225 -0600 +@@ -60,16 +60,7 @@ + struct _neo_err *next; + } NEOERR; + +-/* Technically, we could do this in configure and detect what their compiler +- * can handle, but for now... */ +-#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +-#define USE_C99_VARARG_MACROS 1 +-#elif __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 4) || defined (S_SPLINT_S) + #define USE_GNUC_VARARG_MACROS 1 +-#else +-#error The compiler is missing support for variable-argument macros. +-#endif +- + + /* + * function: nerr_raise +--- clearsilver-0.10.5/perl/Makefile.PL.orig 2009-02-11 22:04:59.952887656 -0600 ++++ clearsilver-0.10.5/perl/Makefile.PL 2009-02-11 22:05:16.980898358 -0600 +@@ -9,7 +9,7 @@ + (ABSTRACT_FROM => 'ClearSilver.pm', # retrieve abstract from module + AUTHOR => 'A. U. Thor ') : ()), + # TODO: don't include -lz if we aren't depending on it +- 'LIBS' => ['-L../libs -lneo_cgi -lneo_cs -lneo_utl -lz'], ++ 'LIBS' => ['-R/opt/csw/lib -L../libs -lneo_cgi -lneo_cs -lneo_utl -lz -lintl'], + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + # Insert -I. if you add *.h files later: + 'INC' => '-I../', Modified: csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-12 01:00:13 UTC (rev 3072) +++ csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-12 04:17:09 UTC (rev 3073) @@ -1,6 +1,6 @@ diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/python/Makefile clearsilver-0.10.4/python/Makefile ---- clearsilver-0.10.4.orig/python/Makefile 2006-07-13 02:51:49.000000000 -0400 -+++ clearsilver-0.10.4/python/Makefile 2007-10-04 18:11:07.842608000 -0400 +--- clearsilver-0.10.5.orig/python/Makefile 2006-07-13 02:51:49.000000000 -0400 ++++ clearsilver-0.10.5/python/Makefile 2007-10-04 18:11:07.842608000 -0400 @@ -25,7 +25,7 @@ $(NEO_UTIL_SO): setup.py $(NEO_UTIL_SRC) $(DEP_LIBS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 13:27:31 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 12:27:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3074] csw/mgar/pkg/mod_python/trunk/ Message-ID: Revision: 3074 http://gar.svn.sourceforge.net/gar/?rev=3074&view=rev Author: valholla Date: 2009-02-12 12:27:31 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update mod_python to gar v2 Property Changed: ---------------- csw/mgar/pkg/mod_python/trunk/ Property changes on: csw/mgar/pkg/mod_python/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 14:32:58 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 13:32:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3075] csw/mgar/pkg/mysql-python/trunk/ Message-ID: Revision: 3075 http://gar.svn.sourceforge.net/gar/?rev=3075&view=rev Author: valholla Date: 2009-02-12 13:32:58 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update mysql-python to gar v2 Property Changed: ---------------- csw/mgar/pkg/mysql-python/trunk/ Property changes on: csw/mgar/pkg/mysql-python/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:27:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:27:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3076] csw/mgar/pkg/silvercity/trunk/ Message-ID: Revision: 3076 http://gar.svn.sourceforge.net/gar/?rev=3076&view=rev Author: valholla Date: 2009-02-12 14:27:38 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update silvercity to gar v2 Property Changed: ---------------- csw/mgar/pkg/silvercity/trunk/ Property changes on: csw/mgar/pkg/silvercity/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:42:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:42:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3077] csw/mgar/pkg/pysetuptools/trunk/ Message-ID: Revision: 3077 http://gar.svn.sourceforge.net/gar/?rev=3077&view=rev Author: valholla Date: 2009-02-12 14:42:49 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update pysetuptools to gar v2 Property Changed: ---------------- csw/mgar/pkg/pysetuptools/trunk/ Property changes on: csw/mgar/pkg/pysetuptools/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:49:54 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:49:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3078] csw/mgar/pkg/pysetuptools/trunk Message-ID: Revision: 3078 http://gar.svn.sourceforge.net/gar/?rev=3078&view=rev Author: valholla Date: 2009-02-12 14:49:54 +0000 (Thu, 12 Feb 2009) Log Message: ----------- prep for python 2.6 Modified Paths: -------------- csw/mgar/pkg/pysetuptools/trunk/Makefile csw/mgar/pkg/pysetuptools/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff Modified: csw/mgar/pkg/pysetuptools/trunk/Makefile =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:49:54 UTC (rev 3078) @@ -11,14 +11,16 @@ MASTER_SITES = http://cheeseshop.python.org/packages/source/s/setuptools/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpysetuptools,depend prototype) -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +REQUIRED_PKGS_CSWpysetuptools = CSWpython +PACKAGES = CSWpysetuptools +CATALOGNAME_CSWpysetuptools = py_setuptools +SPKG_DESC = Distribution Utiltiies for Python -# Use versionless python lib -PATCHFILES += pyversion.diff +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)(\d+(?:\.\d+)*) + CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py TEST_SCRIPTS = $(WORKSRC)/setup.py @@ -29,10 +31,3 @@ include gar/category.mk -PYTHONPATH = $(DESTDIR)$(libdir)/python/site-packages/ -export PYTHONPATH - -pre-install: - install -d $(PYTHONPATH) - $(DONADA) - Modified: csw/mgar/pkg/pysetuptools/trunk/checksums =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/checksums 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/checksums 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,5 +1 @@ dedbf6a4f71cd6deaf13ee885054f16b download/setuptools-0.6c7.tar.gz -e43523c3d7ef6a365b4ca3fc5af40ecf download/CSWpysetuptools.gspec -36c5aa67998847e4cda35af7f52059b0 download/CSWpysetuptools.depend -c2aa574f3e309b658e8c64bc3c4e1719 download/CSWpysetuptools.prototype -c892107d0212679667a725e385106fe3 download/pyversion.diff Deleted: csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.depend 2009-02-12 14:49:54 UTC (rev 3078) @@ -1 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter Deleted: csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.gspec 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,8 +0,0 @@ -%var bitname pysetuptools -%var pkgname CSWpysetuptools -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Author: Phillip J. Eby -License: PSF (http://www.python.org/2.3.2/license.html) or - ZPL (http://www.zope.org/Resources/ZPL) Deleted: csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/CSWpysetuptools.prototype 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,88 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/easy_install 0755 root bin -f none /opt/csw/bin/easy_install-2.5 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -f none /opt/csw/lib/python/site-packages/easy_install.py 0644 root bin -f none /opt/csw/lib/python/site-packages/easy_install.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pkg_resources.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pkg_resources.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/setuptools 0755 root bin -d none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/PKG-INFO 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/SOURCES.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/dependency_links.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/entry_points.txt 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/top_level.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools-0.6c7-py2.5.egg-info/zip-safe 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/archive_util.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/archive_util.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/cli.exe 0755 root bin -d none /opt/csw/lib/python/site-packages/setuptools/command 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/alias.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/alias.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_egg.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_egg.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_rpm.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_rpm.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_wininst.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/bdist_wininst.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_ext.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_ext.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_py.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/build_py.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/develop.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/develop.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/easy_install.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/easy_install.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/egg_info.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/egg_info.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_egg_info.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_egg_info.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_lib.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_lib.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_scripts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/install_scripts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/register.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/register.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/rotate.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/rotate.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/saveopts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/saveopts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/sdist.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/sdist.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/setopt.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/setopt.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/test.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/test.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/upload.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/command/upload.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/depends.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/depends.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/dist.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/dist.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/extension.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/extension.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/gui.exe 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools/package_index.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/package_index.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/sandbox.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/sandbox.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/setuptools/tests 0755 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/doctest.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/doctest.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_packageindex.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_packageindex.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_resources.py 0644 root bin -f none /opt/csw/lib/python/site-packages/setuptools/tests/test_resources.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/site.py 0644 root bin -f none /opt/csw/lib/python/site-packages/site.pyc 0644 root bin Deleted: csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff 2009-02-12 14:42:49 UTC (rev 3077) +++ csw/mgar/pkg/pysetuptools/trunk/files/pyversion.diff 2009-02-12 14:49:54 UTC (rev 3078) @@ -1,42 +0,0 @@ -diff --speed-large-files --minimal -Nru setuptools-0.6c7.orig/setuptools/command/easy_install.py setuptools-0.6c7/setuptools/command/easy_install.py ---- setuptools-0.6c7.orig/setuptools/command/easy_install.py 2007-09-04 12:18:45.000000000 -0400 -+++ setuptools-0.6c7/setuptools/command/easy_install.py 2007-10-06 00:19:59.860256000 -0400 -@@ -1107,7 +1107,7 @@ - - INSTALL_SCHEMES = dict( - posix = dict( -- install_dir = '$base/lib/python$py_version_short/site-packages', -+ install_dir = '$base/lib/python/site-packages', - script_dir = '$base/bin', - ), - ) -diff --speed-large-files --minimal -Nru setuptools-0.6c7.orig/virtual-python.py setuptools-0.6c7/virtual-python.py ---- setuptools-0.6c7.orig/virtual-python.py 2006-09-20 17:05:04.000000000 -0400 -+++ setuptools-0.6c7/virtual-python.py 2007-10-06 00:16:48.138770000 -0400 -@@ -64,7 +64,7 @@ - global verbose - - home_dir = os.path.expanduser(options.prefix) -- lib_dir = join(home_dir, 'lib', py_version) -+ lib_dir = join(home_dir, 'lib', 'python') - inc_dir = join(home_dir, 'include', py_version) - bin_dir = join(home_dir, 'bin') - -@@ -82,7 +82,7 @@ - - prefix = sys.prefix - mkdir(lib_dir) -- stdlib_dir = join(prefix, 'lib', py_version) -+ stdlib_dir = join(prefix, 'lib', 'python') - for fn in os.listdir(stdlib_dir): - if fn != 'site-packages': - symlink(join(stdlib_dir, fn), join(lib_dir, fn)) -@@ -99,7 +99,7 @@ - symlink(join(stdinc_dir, fn), join(inc_dir, fn)) - - if sys.exec_prefix != sys.prefix: -- exec_dir = join(sys.exec_prefix, 'lib', py_version) -+ exec_dir = join(sys.exec_prefix, 'lib', 'python') - for fn in os.listdir(exec_dir): - symlink(join(exec_dir, fn), join(lib_dir, fn)) - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:54:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:54:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3079] csw/mgar/pkg/pysetuptools/trunk/Makefile Message-ID: Revision: 3079 http://gar.svn.sourceforge.net/gar/?rev=3079&view=rev Author: valholla Date: 2009-02-12 14:54:37 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/pysetuptools/trunk/Makefile Modified: csw/mgar/pkg/pysetuptools/trunk/Makefile =================================================================== --- csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:49:54 UTC (rev 3078) +++ csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-02-12 14:54:37 UTC (rev 3079) @@ -15,7 +15,7 @@ REQUIRED_PKGS_CSWpysetuptools = CSWpython PACKAGES = CSWpysetuptools CATALOGNAME_CSWpysetuptools = py_setuptools -SPKG_DESC = Distribution Utiltiies for Python +SPKG_DESC_CSWpysetuptools = Distribution Utiltiies for Python # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 15:54:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 14:54:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3080] csw/mgar/pkg/pydocutils/trunk Message-ID: Revision: 3080 http://gar.svn.sourceforge.net/gar/?rev=3080&view=rev Author: valholla Date: 2009-02-12 14:54:45 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/pydocutils/trunk/Makefile csw/mgar/pkg/pydocutils/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype Modified: csw/mgar/pkg/pydocutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/pydocutils/trunk/Makefile 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/Makefile 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,5 +1,5 @@ GARNAME = docutils -GARVERSION = 0.4 +GARVERSION = 0.5 CATEGORIES = lang DESCRIPTION = Documentation Utiltiies for Python @@ -9,8 +9,12 @@ MASTER_SITES = $(SF_MIRROR)/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpydocutils,depend prototype) +PACKAGES = CSWpydocutils +REQUIRED_PKGS_CSWpydocutils = CSWpython +CATALOGNAME_CSWpydocutils = py_docutils +SPKG_DESC = Documentation Utiltiies for Python + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/pydocutils/trunk/checksums =================================================================== --- csw/mgar/pkg/pydocutils/trunk/checksums 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/checksums 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,4 +1 @@ -0fe7b42bb3c2aa3680fe30f9a5fbf712 download/docutils-0.4.tar.gz -757690c0f8d80abada31d97b4f3c24dc download/CSWpydocutils.gspec -36c5aa67998847e4cda35af7f52059b0 download/CSWpydocutils.depend -14f9f9d32e329ba7277bb215ecf873aa download/CSWpydocutils.prototype +dd72dac92fc8e3eb0f48c3effeef80f6 download/docutils-0.5.tar.gz Deleted: csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend =================================================================== --- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.depend 2009-02-12 14:54:45 UTC (rev 3080) @@ -1 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter Deleted: csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec =================================================================== --- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.gspec 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,5 +0,0 @@ -%var bitname pydocutils -%var pkgname CSWpydocutils -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING.txt Deleted: csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype =================================================================== --- csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype 2009-02-12 14:54:37 UTC (rev 3079) +++ csw/mgar/pkg/pydocutils/trunk/files/CSWpydocutils.prototype 2009-02-12 14:54:45 UTC (rev 3080) @@ -1,362 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/rst2html.py 0755 root bin -f none /opt/csw/bin/rst2latex.py 0755 root bin -f none /opt/csw/bin/rst2newlatex.py 0755 root bin -f none /opt/csw/bin/rst2pseudoxml.py 0755 root bin -f none /opt/csw/bin/rst2s5.py 0755 root bin -f none /opt/csw/bin/rst2xml.py 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/docutils 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils-0.4-py2.5.egg-info 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/core.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/examples.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/examples.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/io.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/io.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/languages 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/af.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/af.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ca.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ca.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/cs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/cs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/de.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/de.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/en.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/en.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/eo.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/eo.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/es.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/es.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fr.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/fr.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/it.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/it.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ja.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ja.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/nl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/nl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/pt_br.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/pt_br.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ru.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/ru.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sk.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sk.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sv.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/sv.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_cn.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_cn.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_tw.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/languages/zh_tw.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/nodes.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/nodes.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/null.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/null.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/__init__.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/admonitions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/admonitions.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/body.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/body.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/html.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/html.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/images.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/images.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/misc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/misc.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/parts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/parts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/references.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/references.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/tables.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/directives/tables.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/README.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsa.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsb.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsc.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsn.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamso.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isoamsr.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isobox.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isocyr1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isocyr2.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isodia.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk2.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk3.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isogrk4.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isolat1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isolat2.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomfrk.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomopf-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomopf.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomscr-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isomscr.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isonum.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isopub.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/isotech.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/mmlalias.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/mmlextra.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/s5defs.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/xhtml1-special.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/af.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/af.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ca.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ca.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/cs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/cs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/de.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/de.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/en.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/en.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/eo.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/eo.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/es.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/es.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fr.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/fr.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/it.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/it.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ja.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ja.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/nl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/nl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/pt_br.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/pt_br.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ru.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/ru.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sk.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sk.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sv.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/sv.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_cn.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_cn.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_tw.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/languages/zh_tw.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/roles.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/roles.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/states.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/states.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/tableparser.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/parsers/rst/tableparser.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/readers 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/doctree.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/doctree.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/pep.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/pep.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/readers/python 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/moduleparser.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/moduleparser.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/pynodes.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/python/pynodes.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/standalone.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/readers/standalone.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/statemachine.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/statemachine.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/transforms 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/components.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/components.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/frontmatter.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/frontmatter.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/misc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/misc.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/parts.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/parts.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/peps.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/peps.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/references.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/references.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/universal.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/universal.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/writer_aux.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/transforms/writer_aux.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/urischemes.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/urischemes.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/utils.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/utils.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/docutils_xml.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/docutils_xml.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/html4css1 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/html4css1/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/html4css1/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/html4css1/html4css1.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/latex2e 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/latex2e/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/latex2e/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/latex2e/latex2e.tex 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/base.tex 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/unicode_map.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/newlatex2e/unicode_map.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/null.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/null.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/pep_html 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/pep.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pep_html/template.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pseudoxml.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/pseudoxml.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/__init__.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/README.txt 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black/__base__ 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-white 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-white/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/blank.gif 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/iepngfix.htc 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/opera.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/outline.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/pretty.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/print.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/s5-core.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/slides.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/default/slides.js 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-black 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-black/__base__ 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-white 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-black 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-black/__base__ 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css 0644 root bin -d none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-white 0755 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-white/framing.css 0644 root bin -f none /opt/csw/lib/python/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css 0644 root bin -f none /opt/csw/lib/python/site-packages/roman.py 0644 root bin -f none /opt/csw/lib/python/site-packages/roman.pyc 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/pydocutils 0755 root bin -d none /opt/csw/share/doc/pydocutils/api 0755 root bin -f none /opt/csw/share/doc/pydocutils/api/cmdline-tool.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/api/publisher.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/api/runtime-settings.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/dev 0755 root bin -f none /opt/csw/share/doc/pydocutils/dev/distributing.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/enthought-plan.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/enthought-rfp.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/hacking.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/policies.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/pysource.dtd 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/pysource.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/release.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/repository.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/dev/rst 0755 root bin -f none /opt/csw/share/doc/pydocutils/dev/rst/alternatives.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/rst/problems.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/semantics.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/testing.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/todo.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/dev/website.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/extras 0755 root bin -f none /opt/csw/share/doc/pydocutils/extras/optparse.py 0644 root bin -f none /opt/csw/share/doc/pydocutils/extras/roman.py 0644 root bin -f none /opt/csw/share/doc/pydocutils/extras/textwrap.py 0644 root bin -d none /opt/csw/share/doc/pydocutils/howto 0755 root bin -f none /opt/csw/share/doc/pydocutils/howto/html-stylesheets.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/howto/i18n.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/howto/rst-directives.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/howto/rst-roles.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/index.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/peps 0755 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0256.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0257.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0258.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/peps/pep-0287.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/ref 0755 root bin -f none /opt/csw/share/doc/pydocutils/ref/doctree.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/docutils.dtd 0644 root bin -d none /opt/csw/share/doc/pydocutils/ref/rst 0755 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/definitions.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/directives.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/introduction.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/restructuredtext.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/rst/roles.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/soextblx.dtd 0644 root bin -f none /opt/csw/share/doc/pydocutils/ref/transforms.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/Makefile.docutils-update 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/config.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/emacs.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user/images 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/images/big-black.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/big-white.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/default.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/happy_monkey.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/medium-black.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/medium-white.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-all.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-breaks.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-covers.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-cuts.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-empty.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp-objects.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/rsp.svg 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/s5-files.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/s5-files.svg 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/small-black.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/images/small-white.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/latex.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/links.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/mailing-lists.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user/rst 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/cheatsheet.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/demo.txt 0644 root bin -d none /opt/csw/share/doc/pydocutils/user/rst/images 0755 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/images/ball1.gif 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/images/biohazard.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/images/title.png 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/quickref.html 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/rst/quickstart.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/slide-shows.txt 0644 root bin -f none /opt/csw/share/doc/pydocutils/user/tools.txt 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 16:01:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 15:01:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3081] csw/mgar/pkg/trac/trunk Message-ID: Revision: 3081 http://gar.svn.sourceforge.net/gar/?rev=3081&view=rev Author: valholla Date: 2009-02-12 15:01:30 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/trac/trunk/Makefile csw/mgar/pkg/trac/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/trac/trunk/files/CSWtrac.depend csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype Modified: csw/mgar/pkg/trac/trunk/Makefile =================================================================== --- csw/mgar/pkg/trac/trunk/Makefile 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/Makefile 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,5 +1,5 @@ -GARNAME = trac -GARVERSION = 0.10.4 +GARNAME = Trac +GARVERSION = 0.11.2.1 CATEGORIES = apps DESCRIPTION = Integrated SCM and Project Management @@ -13,10 +13,17 @@ MASTER_SITES = http://ftp.edgewall.com/pub/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWtrac,depend prototype) +PACKAGES = CSWtrac +REQUIRED_PKGS_CSWtrac = CSWenscript CSWpycs CSWpydocutils +REQUIRED_PKGS_CSWtrac += CSWpysetuptools CSWpysqlite2 CSWpysvn +REQUIRED_PKGS_CSWtrac += CSWpython CSWsilvercity + +CATALOGNAME_CSWtrac = trac +SPKG_DESC_CSWtrac = Integrated SCM and Project Management + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = (\d+(?:\.\d+)*) SPKG_SOURCEURL = http://trac.edgewall.org/wiki/TracDownload Modified: csw/mgar/pkg/trac/trunk/checksums =================================================================== --- csw/mgar/pkg/trac/trunk/checksums 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/checksums 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,4 +1 @@ -52a3a21ad9faafc3b59cbeb87d5a69d2 download/trac-0.10.4.tar.gz -01d1b6fa28940399540be73189a0f927 download/CSWtrac.gspec -c42d01aaf4b72c1daf1280cda530b894 download/CSWtrac.depend -6dda332b3039490dfce8d0bfd76d0f54 download/CSWtrac.prototype +984ade4c234539f50c738d6a55a45e80 download/Trac-0.11.2.1.tar.gz Deleted: csw/mgar/pkg/trac/trunk/files/CSWtrac.depend =================================================================== --- csw/mgar/pkg/trac/trunk/files/CSWtrac.depend 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/files/CSWtrac.depend 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,8 +0,0 @@ -P CSWenscript enscript - convert text files to PostScript -P CSWpycs pyclearsilver - Clearsilver Python language binding -P CSWpydocutils pydocutils - Documentation Utiltiies for Python -P CSWpysetuptools pysetuptools - Distribution Utiltiies for Python -P CSWpysqlite2 pysqlite2 - SQLite3 support for Python -P CSWpysvn pysvn - Subversion Python language binding -P CSWpython python - The Python 2.3 language interpreter -P CSWsilvercity silvercity - Lexical analysis package for Python Deleted: csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec =================================================================== --- csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/files/CSWtrac.gspec 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,5 +0,0 @@ -%var bitname trac -%var pkgname CSWtrac -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype =================================================================== --- csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype 2009-02-12 14:54:45 UTC (rev 3080) +++ csw/mgar/pkg/trac/trunk/files/CSWtrac.prototype 2009-02-12 15:01:30 UTC (rev 3081) @@ -1,377 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/trac-admin 0755 root bin -f none /opt/csw/bin/tracd 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/trac 0755 root bin -f none /opt/csw/lib/python/site-packages/trac-0.10.4-py2.5.egg-info 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/About.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/About.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Search.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Search.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Settings.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Settings.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Timeline.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/Timeline.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/attachment.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/attachment.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/config.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/config.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/core.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/db 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/db/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/mysql_backend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/mysql_backend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/pool.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/pool.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/postgres_backend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/postgres_backend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/schema.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/schema.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/sqlite_backend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/sqlite_backend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/util.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db/util.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db_default.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/db_default.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/env.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/env.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/loader.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/loader.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/log.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/log.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/mimeview 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/enscript.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/enscript.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/patch.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/patch.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/php.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/php.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/rst.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/rst.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/silvercity.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/silvercity.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/txtl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/mimeview/txtl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/notification.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/notification.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/perm.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/perm.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/scripts 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/admin.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/scripts/admin.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/siteconfig.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/siteconfig.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/test.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/test.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/ticket 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/model.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/model.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/notification.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/notification.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/query.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/query.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/report.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/report.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/roadmap.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/roadmap.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/web_ui.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/ticket/web_ui.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/upgrades 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db10.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db10.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db11.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db11.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db12.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db12.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db13.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db13.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db14.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db14.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db15.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db15.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db16.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db16.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db17.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db17.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db18.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db18.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db19.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db19.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db20.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db20.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db3.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db3.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db4.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db4.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db5.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db5.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db6.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db6.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db7.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db7.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db8.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db8.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db9.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/upgrades/db9.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/util 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/util/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/autoreload.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/autoreload.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/daemon.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/daemon.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/datefmt.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/datefmt.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/html.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/html.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/text.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/util/text.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/versioncontrol 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/cache.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/cache.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/diff.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/diff.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_authz.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_authz.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/browser.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/browser.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/changeset.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/changeset.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/log.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/log.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/util.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/versioncontrol/web_ui/util.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/web 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/web/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/_fcgi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/_fcgi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/auth.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/auth.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/cgi_frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/cgi_frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/chrome.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/chrome.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/clearsilver.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/clearsilver.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/fcgi_frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/fcgi_frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/href.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/href.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/main.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/main.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/modpython_frontend.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/modpython_frontend.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/session.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/session.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/standalone.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/standalone.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/wsgi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/web/wsgi.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/trac/wiki 0755 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/api.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/api.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/formatter.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/formatter.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/intertrac.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/intertrac.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/interwiki.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/interwiki.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/macros.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/macros.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/model.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/model.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/web_ui.py 0644 root bin -f none /opt/csw/lib/python/site-packages/trac/wiki/web_ui.pyc 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/trac 0755 root bin -f none /opt/csw/share/doc/trac/COPYING 0644 root bin -f none /opt/csw/share/doc/trac/ChangeLog 0644 root bin -f none /opt/csw/share/doc/trac/INSTALL 0644 root bin -f none /opt/csw/share/doc/trac/README 0644 root bin -f none /opt/csw/share/doc/trac/README.tracd 0644 root bin -f none /opt/csw/share/doc/trac/UPGRADE 0644 root bin -d none /opt/csw/share/doc/trac/contrib 0755 root bin -f none /opt/csw/share/doc/trac/contrib/README 0644 root bin -f none /opt/csw/share/doc/trac/contrib/bugzilla2trac.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/emailfilter.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/htdigest.py 0755 root bin -f none /opt/csw/share/doc/trac/contrib/migrateticketmodel.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/sourceforge2trac.py 0644 root bin -f none /opt/csw/share/doc/trac/contrib/trac-post-commit-hook 0755 root bin -f none /opt/csw/share/doc/trac/contrib/trac-post-commit-hook.cmd 0644 root bin -f none /opt/csw/share/doc/trac/contrib/trac-pre-commit-hook 0644 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/trac-admin.1 0644 root bin -f none /opt/csw/share/man/man1/tracd.1 0644 root bin -d none /opt/csw/share/trac 0755 root bin -d none /opt/csw/share/trac/cgi-bin 0755 root bin -f none /opt/csw/share/trac/cgi-bin/trac.cgi 0755 root bin -f none /opt/csw/share/trac/cgi-bin/trac.fcgi 0755 root bin -d none /opt/csw/share/trac/conf 0755 root bin -d none /opt/csw/share/trac/htdocs 0755 root bin -f none /opt/csw/share/trac/htdocs/README 0644 root bin -f none /opt/csw/share/trac/htdocs/asc.png 0644 root bin -f none /opt/csw/share/trac/htdocs/attachment.png 0644 root bin -f none /opt/csw/share/trac/htdocs/changeset.png 0644 root bin -f none /opt/csw/share/trac/htdocs/closedticket.png 0644 root bin -d none /opt/csw/share/trac/htdocs/css 0755 root bin -f none /opt/csw/share/trac/htdocs/css/about.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/browser.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/changeset.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/code.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/diff.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/report.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/roadmap.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/search.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/ticket.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/timeline.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/trac.css 0644 root bin -f none /opt/csw/share/trac/htdocs/css/wiki.css 0644 root bin -f none /opt/csw/share/trac/htdocs/desc.png 0644 root bin -f none /opt/csw/share/trac/htdocs/dots.gif 0644 root bin -f none /opt/csw/share/trac/htdocs/draft.png 0644 root bin -f none /opt/csw/share/trac/htdocs/edit_toolbar.png 0644 root bin -f none /opt/csw/share/trac/htdocs/editedticket.png 0644 root bin -f none /opt/csw/share/trac/htdocs/extlink.gif 0644 root bin -f none /opt/csw/share/trac/htdocs/file.png 0644 root bin -f none /opt/csw/share/trac/htdocs/folder.png 0644 root bin -f none /opt/csw/share/trac/htdocs/ics.png 0644 root bin -f none /opt/csw/share/trac/htdocs/imggrid.png 0644 root bin -d none /opt/csw/share/trac/htdocs/js 0755 root bin -f none /opt/csw/share/trac/htdocs/js/query.js 0644 root bin -f none /opt/csw/share/trac/htdocs/js/trac.js 0644 root bin -f none /opt/csw/share/trac/htdocs/js/wikitoolbar.js 0644 root bin -f none /opt/csw/share/trac/htdocs/milestone.png 0644 root bin -f none /opt/csw/share/trac/htdocs/newticket.png 0644 root bin -f none /opt/csw/share/trac/htdocs/parent.png 0644 root bin -f none /opt/csw/share/trac/htdocs/python.png 0644 root bin -f none /opt/csw/share/trac/htdocs/topbar_gradient.png 0644 root bin -f none /opt/csw/share/trac/htdocs/topbar_gradient2.png 0644 root bin -f none /opt/csw/share/trac/htdocs/trac.ico 0644 root bin -f none /opt/csw/share/trac/htdocs/trac_banner.png 0644 root bin -f none /opt/csw/share/trac/htdocs/trac_logo_mini.png 0644 root bin -f none /opt/csw/share/trac/htdocs/wiki.png 0644 root bin -f none /opt/csw/share/trac/htdocs/xml.png 0644 root bin -d none /opt/csw/share/trac/plugins 0755 root bin -d none /opt/csw/share/trac/templates 0755 root bin -f none /opt/csw/share/trac/templates/README 0644 root bin -f none /opt/csw/share/trac/templates/about.cs 0644 root bin -f none /opt/csw/share/trac/templates/anydiff.cs 0644 root bin -f none /opt/csw/share/trac/templates/attachment.cs 0644 root bin -f none /opt/csw/share/trac/templates/browser.cs 0644 root bin -f none /opt/csw/share/trac/templates/changeset.cs 0644 root bin -f none /opt/csw/share/trac/templates/error.cs 0644 root bin -f none /opt/csw/share/trac/templates/footer.cs 0644 root bin -f none /opt/csw/share/trac/templates/header.cs 0644 root bin -f none /opt/csw/share/trac/templates/index.cs 0644 root bin -f none /opt/csw/share/trac/templates/log.cs 0644 root bin -f none /opt/csw/share/trac/templates/log_changelog.cs 0644 root bin -f none /opt/csw/share/trac/templates/log_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/macros.cs 0644 root bin -f none /opt/csw/share/trac/templates/milestone.cs 0644 root bin -f none /opt/csw/share/trac/templates/newticket.cs 0644 root bin -f none /opt/csw/share/trac/templates/query.cs 0644 root bin -f none /opt/csw/share/trac/templates/query_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/report.cs 0644 root bin -f none /opt/csw/share/trac/templates/report_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/roadmap.cs 0644 root bin -f none /opt/csw/share/trac/templates/search.cs 0644 root bin -f none /opt/csw/share/trac/templates/settings.cs 0644 root bin -f none /opt/csw/share/trac/templates/ticket.cs 0644 root bin -f none /opt/csw/share/trac/templates/ticket_notify_email.cs 0644 root bin -f none /opt/csw/share/trac/templates/ticket_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/timeline.cs 0644 root bin -f none /opt/csw/share/trac/templates/timeline_rss.cs 0644 root bin -f none /opt/csw/share/trac/templates/wiki.cs 0644 root bin -d none /opt/csw/share/trac/wiki-default 0755 root bin -f none /opt/csw/share/trac/wiki-default/CamelCase 0644 root bin -f none /opt/csw/share/trac/wiki-default/InterMapTxt 0644 root bin -f none /opt/csw/share/trac/wiki-default/InterTrac 0644 root bin -f none /opt/csw/share/trac/wiki-default/InterWiki 0644 root bin -f none /opt/csw/share/trac/wiki-default/RecentChanges 0644 root bin -f none /opt/csw/share/trac/wiki-default/SandBox 0644 root bin -f none /opt/csw/share/trac/wiki-default/TitleIndex 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracAccessibility 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracAdmin 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracBackup 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracBrowser 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracCgi 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracChangeset 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracEnvironment 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracFastCgi 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracGuide 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracImport 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracIni 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracInstall 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracInterfaceCustomization 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracLinks 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracLogging 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracModPython 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracNotification 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracPermissions 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracPlugins 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracQuery 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracReports 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracRevisionLog 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracRoadmap 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracRss 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracSearch 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracStandalone 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracSupport 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracSyntaxColoring 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracTickets 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracTicketsCustomFields 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracTimeline 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracUnicode 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracUpgrade 0644 root bin -f none /opt/csw/share/trac/wiki-default/TracWiki 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiDeletePage 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiFormatting 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiHtml 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiMacros 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiNewPage 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiPageNames 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiProcessors 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiRestructuredText 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiRestructuredTextLinks 0644 root bin -f none /opt/csw/share/trac/wiki-default/WikiStart 0644 root bin -d none /opt/csw/share/trac/wiki-macros 0755 root bin -f none /opt/csw/share/trac/wiki-macros/HelloWorld.py 0644 root bin -f none /opt/csw/share/trac/wiki-macros/Timestamp.py 0644 root bin -f none /opt/csw/share/trac/wiki-macros/TracGuideToc.py 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 16:05:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 15:05:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3082] csw/mgar/pkg/pysqlite2/trunk Message-ID: Revision: 3082 http://gar.svn.sourceforge.net/gar/?rev=3082&view=rev Author: valholla Date: 2009-02-12 15:05:18 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/pysqlite2/trunk/Makefile csw/mgar/pkg/pysqlite2/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype Modified: csw/mgar/pkg/pysqlite2/trunk/Makefile =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/Makefile 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/Makefile 2009-02-12 15:05:18 UTC (rev 3082) @@ -9,10 +9,14 @@ MASTER_SITES = http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpysqlite2,depend prototype) +PACKAGES = CSWpysqlite2 +REQUIRED_PKGS_CSWpysqlite2 = CSWpython CSWsqlite3 +CATALOGNAME_CSWpysqlite2 = py_sqlite2 +SPKG_DESC_CSWpysqlite2 = SQLite3 support for Python + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UFILES_REGEX = (\d+(?:\.\d+)*) CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py Modified: csw/mgar/pkg/pysqlite2/trunk/checksums =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/checksums 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/checksums 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,4 +1 @@ b4a185e936848370fcc1a5b17755b641 download/pysqlite-2.3.5.tar.gz -b38b53013aae24bca04499c4801532d5 download/CSWpysqlite2.gspec -53925917c37898a3000ac62cec0be694 download/CSWpysqlite2.depend -3765a7071a2f57af085a18d7bd94d810 download/CSWpysqlite2.prototype Deleted: csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.depend 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,2 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library Deleted: csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.gspec 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,4 +0,0 @@ -%var bitname pysqlite2 -%var pkgname CSWpysqlite2 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype =================================================================== --- csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype 2009-02-12 15:01:30 UTC (rev 3081) +++ csw/mgar/pkg/pysqlite2/trunk/files/CSWpysqlite2.prototype 2009-02-12 15:05:18 UTC (rev 3082) @@ -1,70 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite-2.3.5-py2.5.egg-info 0644 root bin -d none /opt/csw/lib/python/site-packages/pysqlite2 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/_sqlite.so 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/dbapi2.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/dbapi2.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/pysqlite2/test 0755 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/dbapi.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/dbapi.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/factory.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/factory.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/hooks.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/hooks.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/regression.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/regression.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/transactions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/transactions.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/types.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/types.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/userfunctions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/pysqlite2/test/userfunctions.pyc 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/pysqlite2 0755 root bin -d none /opt/csw/share/doc/pysqlite2/code 0755 root bin -f none /opt/csw/share/doc/pysqlite2/code/adapter_datetime.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/adapter_point_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/adapter_point_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/authorizer.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/collation_reverse.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/complete_statement.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/connect_db_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/connect_db_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/converter_point.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/countcursors.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/createdb.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execsql_fetchonerow.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execsql_printall_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execute_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execute_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/execute_3.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/executemany_1.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/executemany_2.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/executescript.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/insert_more_people.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/md5func.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/mysumaggr.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/parse_colnames.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/pysqlite_datetime.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/row_factory.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/rowclass.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/shared_cache.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/shortcut_methods.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/simple_tableprinter.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/code/text_factory.py 0644 root bin -f none /opt/csw/share/doc/pysqlite2/default.css 0644 root bin -f none /opt/csw/share/doc/pysqlite2/docutils.css 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source-win32.html 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source-win32.txt 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source.html 0644 root bin -f none /opt/csw/share/doc/pysqlite2/install-source.txt 0644 root bin -f none /opt/csw/share/doc/pysqlite2/silvercity.css 0644 root bin -f none /opt/csw/share/doc/pysqlite2/usage-guide.html 0644 root bin -f none /opt/csw/share/doc/pysqlite2/usage-guide.txt 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 16:08:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 15:08:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3083] csw/mgar/pkg/silvercity/trunk Message-ID: Revision: 3083 http://gar.svn.sourceforge.net/gar/?rev=3083&view=rev Author: valholla Date: 2009-02-12 15:08:57 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/silvercity/trunk/Makefile csw/mgar/pkg/silvercity/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype Modified: csw/mgar/pkg/silvercity/trunk/Makefile =================================================================== --- csw/mgar/pkg/silvercity/trunk/Makefile 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/Makefile 2009-02-12 15:08:57 UTC (rev 3083) @@ -10,8 +10,12 @@ MASTER_SITES = $(SF_MIRROR)/silvercity/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWsilvercity,depend prototype copyright) +PACKAGES = CSWsilvercity +REQUIRED_PKGS_CSWsilvercity = CSWpython +CATALOGNAME_CSWsilvercity = silvercity +SPKG_DESC_CSWsilvercity = Lexical analysis package for Python + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=45693 UPSTREAM_USE_SF = 1 Modified: csw/mgar/pkg/silvercity/trunk/checksums =================================================================== --- csw/mgar/pkg/silvercity/trunk/checksums 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/checksums 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,5 +1 @@ 4ae4f9691798385dbde3df9cbb228e8c download/SilverCity-0.9.7.tar.gz -e2b50d17228e88611f4b730d3f0877d3 download/CSWsilvercity.gspec -36c5aa67998847e4cda35af7f52059b0 download/CSWsilvercity.depend -e27016a0f0321e77a8c10db880a05f55 download/CSWsilvercity.prototype -80d4db5f7ddf5a32d85c4561c49ec2a0 download/CSWsilvercity.copyright Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.copyright 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,51 +0,0 @@ - SilverCity Library License - -------------------------- - -Copyright (C) 2002 by Brian Quinlan. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -Portions of SilverCity are based on Scintilla. The Scintilla license follows: - -License for Scintilla and SciTE - -Copyright 1998-2002 by Neil Hodgson - -All Rights Reserved - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation. - -NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS -SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY -SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE -OR PERFORMANCE OF THIS SOFTWARE. - Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.depend 2009-02-12 15:08:57 UTC (rev 3083) @@ -1 +0,0 @@ -P CSWpython python - The Python 2.3 language interpreter Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.gspec 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,4 +0,0 @@ -%var bitname silvercity -%var pkgname CSWsilvercity -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE.txt Deleted: csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype =================================================================== --- csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype 2009-02-12 15:05:18 UTC (rev 3082) +++ csw/mgar/pkg/silvercity/trunk/files/CSWsilvercity.prototype 2009-02-12 15:08:57 UTC (rev 3083) @@ -1,53 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/cgi-styler-form.py 0755 root bin -f none /opt/csw/bin/cgi-styler.py 0755 root bin -f none /opt/csw/bin/source2html.py 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/SilverCity 0755 root bin -f none /opt/csw/lib/python/site-packages/SilverCity-0.9.7-py2.5.egg-info 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CPP.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CPP.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CSS.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/CSS.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/DispatchHandler.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/DispatchHandler.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HTMLGenerator.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HTMLGenerator.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HyperText.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/HyperText.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Java.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Java.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Keywords.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Keywords.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/LanguageInfo.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/LanguageInfo.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Lexer.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Lexer.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/NULL.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/NULL.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Perl.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Perl.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Python.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Python.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Ruby.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Ruby.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/SQL.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/SQL.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/ScintillaConstants.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/ScintillaConstants.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Utils.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Utils.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Verilog.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/Verilog.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XML.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XML.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XSLT.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/XSLT.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/YAML.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/YAML.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/_SilverCity.so 0755 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/SilverCity/default.css 0700 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 18:07:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 17:07:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3084] csw/mgar/pkg/mod_python/trunk Message-ID: Revision: 3084 http://gar.svn.sourceforge.net/gar/?rev=3084&view=rev Author: valholla Date: 2009-02-12 17:07:02 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/mod_python/trunk/Makefile csw/mgar/pkg/mod_python/trunk/checksums Added Paths: ----------- csw/mgar/pkg/mod_python/trunk/files/postinstall csw/mgar/pkg/mod_python/trunk/files/preremove csw/mgar/pkg/mod_python/trunk/files/space Removed Paths: ------------- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.preremove csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.prototype csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.space Modified: csw/mgar/pkg/mod_python/trunk/Makefile =================================================================== --- csw/mgar/pkg/mod_python/trunk/Makefile 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/Makefile 2009-02-12 17:07:02 UTC (rev 3084) @@ -11,34 +11,41 @@ MASTER_SITES = http://www.ibiblio.org/pub/mirrors/apache/httpd/modpython/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -pkgfiles = depend prototype postinstall preremove space -DISTFILES += $(call admfiles,CSWap2modpython,$(pkgfiles)) +DISTFILES += postinstall preremove space +PACKAGES = CSWap2modpython + +REQUIRED_PKGS_CSWap2modpython = CSWap2prefork CSWpython +CATALOGNAME_CSWap2modpython = ap2_modpython +SPKG_DESC_CSWap2modpython = an Apache/Python integration module + +PATCHFILES = configure.diff +PATCHFILES += connobject.diff + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz +UFILES_REGEX = (\d+(?:\.\d+)*) -#DEPENDS += lang/python - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs CONFIGURE_ARGS += --with-python=$(bindir)/python -CONFIGURE_ARGS += --with-flex=$(prefix)/flex-2.5.31/bin/flex +CONFIGURE_ARGS += --with-flex=$(bindir)/flex-2.5.35 +CONFIGURE_ARGS += --with-python-src=../python include gar/category.mk -pre-configure: - @( cd $(WORKSRC) ; autoconf ) - @$(MAKECOOKIE) +#pre-configure: + #@( cd $(WORKSRC) ; autoconf ) + #@$(MAKECOOKIE) -DESTDOC = $(DESTDIR)$(docdir)/ap2_modpython +#DESTDOC = $(DESTDIR)$(docdir)/ap2_modpython -post-install: install-doc +#post-install: install-doc -install-doc: - @install -d $(DESTDOC) - @for file in COPYRIGHT CREDITS LICENSE NEWS NOTICE README ; do \ - ginstall -m 0644 $(WORKSRC)/$$file $(DESTDOC) ; \ - done - @( cd $(WORKSRC) ; gcp -vR examples doc-html $(DESTDOC) ) - @$(MAKECOOKIE) +#install-doc: + #@install -d $(DESTDOC) + #@for file in COPYRIGHT CREDITS LICENSE NEWS NOTICE README ; do \ + #ginstall -m 0644 $(WORKSRC)/$$file $(DESTDOC) ; \ + #done + #@( cd $(WORKSRC) ; gcp -vR examples doc-html $(DESTDOC) ) + #@$(MAKECOOKIE) Modified: csw/mgar/pkg/mod_python/trunk/checksums =================================================================== --- csw/mgar/pkg/mod_python/trunk/checksums 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/checksums 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,7 +1,6 @@ a3b0150176b726bd2833dac3a7837dc5 download/mod_python-3.3.1.tgz -3bad74feae1e15e6d8a49e1c18615891 download/CSWap2modpython.gspec -9d0a4f748548c229e3426c108491e6d0 download/CSWap2modpython.depend -5c4b873a945c9405c7dccdd28e10f28c download/CSWap2modpython.prototype -6fda2f740f138af54536b87fb598426b download/CSWap2modpython.postinstall -6892dd209d16d2c565581e9de272cf3e download/CSWap2modpython.preremove -0dd379f20ceb32fc77bb3a9bf045097f download/CSWap2modpython.space +6fda2f740f138af54536b87fb598426b download/postinstall +6892dd209d16d2c565581e9de272cf3e download/preremove +0dd379f20ceb32fc77bb3a9bf045097f download/space +783e43fd9ed17cbea81abfabc852001e download/configure.diff +efd99b53da7ae63dab49edbcc8bd65c2 download/connobject.diff Deleted: csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend =================================================================== --- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.depend 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,2 +0,0 @@ -P CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM -P CSWpython python - The Python language interpreter Deleted: csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec =================================================================== --- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.gspec 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,4 +0,0 @@ -%var bitname ap2_modpython -%var pkgname CSWap2modpython -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall =================================================================== --- csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall 2009-02-12 15:08:57 UTC (rev 3083) +++ csw/mgar/pkg/mod_python/trunk/files/CSWap2modpython.postinstall 2009-02-12 17:07:02 UTC (rev 3084) @@ -1,24 +0,0 @@ -#!/bin/sh - -CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw -AP2_PREFIX=$CSW_PREFIX/apache2 -AP2_BINDIR=$AP2_PREFIX/sbin -AP2_LIBEXEC=$AP2_PREFIX/libexec -AP2_CONFDIR=$AP2_PREFIX/etc -AP2_EXTRADIR=$AP2_CONFDIR/extra -AP2_CONFIG=$AP2_CONFDIR/httpd.conf - -# Enable the python module -PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'} -chroot $PKG_INSTALL_ROOT \ - $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -a -n python mod_python.so - -# Finito -cat < Revision: 3085 http://gar.svn.sourceforge.net/gar/?rev=3085&view=rev Author: valholla Date: 2009-02-12 17:33:02 +0000 (Thu, 12 Feb 2009) Log Message: ----------- update for python2.6 Modified Paths: -------------- csw/mgar/pkg/mysql-python/trunk/Makefile csw/mgar/pkg/mysql-python/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype csw/mgar/pkg/mysql-python/trunk/files/mysql.diff csw/mgar/pkg/mysql-python/trunk/files/setup.diff Modified: csw/mgar/pkg/mysql-python/trunk/Makefile =================================================================== --- csw/mgar/pkg/mysql-python/trunk/Makefile 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/Makefile 2009-02-12 17:33:02 UTC (rev 3085) @@ -9,15 +9,17 @@ MASTER_SITES = $(SF_MIRROR)/$(call TOLOWER,$(GARNAME))/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpymysql,depend prototype) +PACKAGES = CSWpymysql +REQUIRED_PKGS_CSWpymysql = CSWmysql5rt CSWpython CSWosslrt CSWzlib +CATALOGNAME_CSWpymysql = py_mysql5 +SPKG_DESC = MySQL Support for Python + # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=22307 +UPSTREAM_USE_SF = 1 +UFILES_REGEX = (\d+(?:\.\d+)*) -#UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=22307 -#UPSTREAM_USE_SF = 1 -#UFILES_REGEX = (\d+(?:\.\d+)*) - CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py TEST_SCRIPTS = Modified: csw/mgar/pkg/mysql-python/trunk/checksums =================================================================== --- csw/mgar/pkg/mysql-python/trunk/checksums 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/checksums 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,4 +1 @@ 532268f02870bea18c1d465e88afff30 download/MySQL-python-1.2.2.tar.gz -c709f362257e211377f023344733e117 download/CSWpymysql.gspec -1019cb34d3565b48b8159aa37955efba download/CSWpymysql.depend -1784ff4e086aa1676c488f1632b1f5c9 download/CSWpymysql.prototype Deleted: csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.depend 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,4 +0,0 @@ -P CSWmysql5rt mysql5rt - run-time libraries for mysql5 -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWpython python - The Python language interpreter -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.gspec 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,7 +0,0 @@ -%var bitname pymysql -%var pkgname CSWpymysql -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -License - - GPL or the original license based on Python 1.5.2's license. Deleted: csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/CSWpymysql.prototype 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,40 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info 0755 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/PKG-INFO 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/SOURCES.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/dependency_links.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/native_libs.txt 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQL_python-1.2.2-py2.5.egg-info/top_level.txt 0644 root bin -d none /opt/csw/lib/python/site-packages/MySQLdb 0755 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/connections.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/connections.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/MySQLdb/constants 0755 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CLIENT.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CLIENT.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CR.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/CR.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/ER.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/ER.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FIELD_TYPE.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FIELD_TYPE.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FLAG.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/FLAG.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/REFRESH.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/REFRESH.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/constants/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/converters.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/converters.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/cursors.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/cursors.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/release.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/release.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/times.py 0644 root bin -f none /opt/csw/lib/python/site-packages/MySQLdb/times.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/_mysql.so 0755 root bin -f none /opt/csw/lib/python/site-packages/_mysql_exceptions.py 0644 root bin -f none /opt/csw/lib/python/site-packages/_mysql_exceptions.pyc 0644 root bin Deleted: csw/mgar/pkg/mysql-python/trunk/files/mysql.diff =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/mysql.diff 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/mysql.diff 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,17 +0,0 @@ -diff --speed-large-files --minimal -Nru MySQL-python-1.0.0.orig/setup.py MySQL-python-1.0.0/setup.py ---- MySQL-python-1.0.0.orig/setup.py 2004-11-03 14:07:54.491727000 -0500 -+++ MySQL-python-1.0.0/setup.py 2004-11-03 14:07:44.527983000 -0500 -@@ -61,8 +61,11 @@ - include_dirs = ['%s/include/mysql' % LOCALBASE] - library_dirs = ['%s/lib/mysql' % LOCALBASE] - elif sys.platform == "sunos5": # Solaris 2.8 + gcc -- runtime_library_dirs.append('/usr/local/lib:/usr/openwin/lib:/usr/dt/lib') -- extra_compile_args.append("-fPIC") -+ runtime_library_dirs.append('/opt/csw/mysql4/lib/mysql:/opt/csw/lib') -+ library_dirs = ['/opt/csw/mysql4/lib/mysql', '/opt/csw/lib'] -+ include_dirs = ['/opt/csw/mysql4/include/mysql', '/opt/csw/include'] -+ CC_OPTIMIZE = os.environ.get('CC_OPTIMIZE', ''); -+ extra_compile_args = ['%s -KPIC -mt' % CC_OPTIMIZE] - elif sys.platform == "win32": # Ugh - include_dirs = [r'c:\mysql\include'] - library_dirs = [r'c:\mysql\lib\opt'] Deleted: csw/mgar/pkg/mysql-python/trunk/files/setup.diff =================================================================== --- csw/mgar/pkg/mysql-python/trunk/files/setup.diff 2009-02-12 17:07:02 UTC (rev 3084) +++ csw/mgar/pkg/mysql-python/trunk/files/setup.diff 2009-02-12 17:33:02 UTC (rev 3085) @@ -1,24 +0,0 @@ -diff --speed-large-files --minimal -Nru MySQL-python-1.0.0.orig/setup.py MySQL-python-1.0.0/setup.py ---- MySQL-python-1.0.0.orig/setup.py 2004-11-03 15:19:44.340008000 -0500 -+++ MySQL-python-1.0.0/setup.py 2004-11-03 15:19:27.260587000 -0500 -@@ -61,8 +61,18 @@ - include_dirs = ['%s/include/mysql' % LOCALBASE] - library_dirs = ['%s/lib/mysql' % LOCALBASE] - elif sys.platform == "sunos5": # Solaris 2.8 + gcc -- runtime_library_dirs.append('/usr/local/lib:/usr/openwin/lib:/usr/dt/lib') -- extra_compile_args.append("-fPIC") -+ PREFIX = os.environ.get('prefix', '/usr/local') -+ OPTIMIZE = os.environ.get('CC_OPTIMIZE', '/usr/local') -+ include_dirs = [ -+ '%s/mysql4/include/mysql' % PREFIX, -+ '%s/include' % PREFIX -+ ] -+ library_dirs = [ -+ '%s/mysql4/lib/mysql' % PREFIX, -+ '%s/lib' % PREFIX -+ ] -+ runtime_library_dirs = ['%s/mysql4/lib/mysql:%s/lib' % (PREFIX, PREFIX)] -+ extra_compile_args = ['%s -KPIC -mt' % OPTIMIZE] - elif sys.platform == "win32": # Ugh - include_dirs = [r'c:\mysql\include'] - library_dirs = [r'c:\mysql\lib\opt'] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 19:56:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 18:56:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3086] csw/mgar/pkg Message-ID: Revision: 3086 http://gar.svn.sourceforge.net/gar/?rev=3086&view=rev Author: valholla Date: 2009-02-12 18:56:17 +0000 (Thu, 12 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pysvn/ csw/mgar/pkg/pysvn/svn/ csw/mgar/pkg/pysvn/svn/Makefile csw/mgar/pkg/pysvn/workbench/ Added: csw/mgar/pkg/pysvn/svn/Makefile =================================================================== --- csw/mgar/pkg/pysvn/svn/Makefile (rev 0) +++ csw/mgar/pkg/pysvn/svn/Makefile 2009-02-12 18:56:17 UTC (rev 3086) @@ -0,0 +1,33 @@ +GARNAME = pysvn +GARVERSION = 1.6.2 +CATEGORIES = utils + +DESCRIPTION = Python Bindings for Subversion +define BLURB + Bindings for Subversion, an opensource version control system. +endef + +PACKAGES = CSWpysvn +CATALOGNAME = py_svn +SPKG_DESC = Python Bindings for Subversion + +SPKG_SOURCEURL = http://pysvn.barrys-emacs.org/source_kits/ +MASTER_SITES = http://pysvn.tigris.org/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +PATCHFILES = + +# We define upstream file regex so we can be notifed of +# new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +#BUILD64 = 1 +#NO_ISAEXEC = 0 + +CONFIGURE_ARGS = $(DIRPATHS) + +REQUIRED_PKGS_CSWpysvn = + +TEST_TARGET = + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 19:57:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 18:57:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3087] csw/mgar/pkg/pysvn/ Message-ID: Revision: 3087 http://gar.svn.sourceforge.net/gar/?rev=3087&view=rev Author: valholla Date: 2009-02-12 18:57:36 +0000 (Thu, 12 Feb 2009) Log Message: ----------- set externals to gar v2 Property Changed: ---------------- csw/mgar/pkg/pysvn/ Property changes on: csw/mgar/pkg/pysvn ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 12 20:50:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 12 Feb 2009 19:50:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3088] csw/mgar/pkg/pysvn Message-ID: Revision: 3088 http://gar.svn.sourceforge.net/gar/?rev=3088&view=rev Author: valholla Date: 2009-02-12 19:50:57 +0000 (Thu, 12 Feb 2009) Log Message: ----------- propset subdirs Property Changed: ---------------- csw/mgar/pkg/pysvn/svn/ csw/mgar/pkg/pysvn/workbench/ Property changes on: csw/mgar/pkg/pysvn/svn ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Property changes on: csw/mgar/pkg/pysvn/workbench ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Feb 13 02:59:21 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 13 Feb 2009 01:59:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3089] csw/mgar/pkg/openjade/trunk/Makefile Message-ID: Revision: 3089 http://gar.svn.sourceforge.net/gar/?rev=3089&view=rev Author: bdwalton Date: 2009-02-13 01:59:21 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of full ggettext Modified Paths: -------------- csw/mgar/pkg/openjade/trunk/Makefile Modified: csw/mgar/pkg/openjade/trunk/Makefile =================================================================== --- csw/mgar/pkg/openjade/trunk/Makefile 2009-02-12 19:50:57 UTC (rev 3088) +++ csw/mgar/pkg/openjade/trunk/Makefile 2009-02-13 01:59:21 UTC (rev 3089) @@ -5,7 +5,7 @@ PREREQUISITE_PKGS = CSWopensp REQUIRED_PKGS = CSWgcc3corert CSWgcc3g++rt -REQUIRED_PKGS += CSWggettext CSWiconv CSWopensp CSWsgmlcommon +REQUIRED_PKGS += CSWggettextrt CSWiconv CSWopensp CSWsgmlcommon REQUIRED_PKGS += CSWxmlcommon DESCRIPTION = A DSSSL implementation. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 03:10:25 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:10:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3090] csw/mgar/pkg/xchat/trunk/ Message-ID: Revision: 3090 http://gar.svn.sourceforge.net/gar/?rev=3090&view=rev Author: valholla Date: 2009-02-13 02:10:25 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update xchat to gar v2 Property Changed: ---------------- csw/mgar/pkg/xchat/trunk/ Property changes on: csw/mgar/pkg/xchat/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 03:37:22 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:37:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3091] csw/mgar/pkg/vim/trunk/Makefile Message-ID: Revision: 3091 http://gar.svn.sourceforge.net/gar/?rev=3091&view=rev Author: harpchad Date: 2009-02-13 02:37:22 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of ggettext Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2009-02-13 02:10:25 UTC (rev 3090) +++ csw/mgar/pkg/vim/trunk/Makefile 2009-02-13 02:37:22 UTC (rev 3091) @@ -56,7 +56,7 @@ PATCHDIRLEVEL = 0 -REQUIRED_PKGS_CSWvim = CSWggettext CSWiconv CSWncurses CSWvimrt +REQUIRED_PKGS_CSWvim = CSWggettextrt CSWiconv CSWncurses CSWvimrt INCOMPATIBLE_PKGS_CSWvim = CSWvim-minimal PKGFILES_CSWvimrt = /opt/csw/share/.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 03:38:06 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:38:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3092] csw/mgar/pkg/gvim/trunk/Makefile Message-ID: Revision: 3092 http://gar.svn.sourceforge.net/gar/?rev=3092&view=rev Author: harpchad Date: 2009-02-13 02:38:06 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of ggettext Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-13 02:37:22 UTC (rev 3091) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-13 02:38:06 UTC (rev 3092) @@ -48,7 +48,7 @@ PATCHDIRLEVEL = 0 REQUIRED_PKGS_CSWgvim = CSWvimrt CSWbonobo2 CSWfconfig CSWftype2 CSWgconf2 -REQUIRED_PKGS_CSWgvim += CSWggettext CSWglib2 CSWgnomekeyring CSWgnomevfs2 CSWgtk2 +REQUIRED_PKGS_CSWgvim += CSWggettextrt CSWglib2 CSWgnomekeyring CSWgnomevfs2 CSWgtk2 REQUIRED_PKGS_CSWgvim += CSWiconv CSWlibart CSWlibatk CSWlibbonoboui CSWlibcairo REQUIRED_PKGS_CSWgvim += CSWlibgnome CSWlibgnomecanvas CSWlibgnomeui CSWlibnet CSWlibpopt REQUIRED_PKGS_CSWgvim += CSWlibxml2 CSWlibxrender CSWncurses CSWorbit2 CSWpango This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 03:39:44 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 02:39:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3093] csw/mgar/pkg/pidgin/trunk/Makefile Message-ID: Revision: 3093 http://gar.svn.sourceforge.net/gar/?rev=3093&view=rev Author: harpchad Date: 2009-02-13 02:39:44 +0000 (Fri, 13 Feb 2009) Log Message: ----------- depend on ggettextrt instead of ggettext Modified Paths: -------------- csw/mgar/pkg/pidgin/trunk/Makefile Modified: csw/mgar/pkg/pidgin/trunk/Makefile =================================================================== --- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-13 02:38:06 UTC (rev 3092) +++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-13 02:39:44 UTC (rev 3093) @@ -40,7 +40,7 @@ EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod -REQUIRED_PKGS_CSWpidgin = CSWaspell CSWdbusglib CSWgcrypt CSWggettext CSWglib2 +REQUIRED_PKGS_CSWpidgin = CSWaspell CSWdbusglib CSWgcrypt CSWggettextrt CSWglib2 REQUIRED_PKGS_CSWpidgin += CSWgnutls CSWgstreamer CSWgtk2 CSWgtkspell CSWlibatk REQUIRED_PKGS_CSWpidgin += CSWlibcairo CSWlibdbus CSWlibxml2 CSWmeanwhile CSWncurses REQUIRED_PKGS_CSWpidgin += CSWpango CSWperl CSWpython CSWsilctoolkit CSWstartupnotif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 05:17:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 04:17:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3094] csw/mgar/pkg/subversion/trunk/ Message-ID: Revision: 3094 http://gar.svn.sourceforge.net/gar/?rev=3094&view=rev Author: valholla Date: 2009-02-13 04:17:49 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update subversion to gar v2 Property Changed: ---------------- csw/mgar/pkg/subversion/trunk/ Property changes on: csw/mgar/pkg/subversion/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 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 Feb 13 12:09:06 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 11:09:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3095] csw/mgar/gar/v2-dynamiclicense/ Message-ID: Revision: 3095 http://gar.svn.sourceforge.net/gar/?rev=3095&view=rev Author: dmichelsen Date: 2009-02-13 11:09:06 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR: Branche for dynamic licenses merged to v2 Removed Paths: ------------- csw/mgar/gar/v2-dynamiclicense/ 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 Feb 13 13:35:39 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 12:35:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3096] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3096 http://gar.svn.sourceforge.net/gar/?rev=3096&view=rev Author: dmichelsen Date: 2009-02-13 12:35:39 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR v2: Preserve gspec when using DISTFILES Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 11:09:06 UTC (rev 3095) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 12:35:39 UTC (rev 3096) @@ -283,11 +283,13 @@ # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec -$(WORKDIR)/%.gspec: $(WORKDIR) - $(_DBG)(echo "%var bitname $(call catalogname,$*)"; \ - echo "%var pkgname $*"; \ - $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ - echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ +$(WORKDIR)/%.gspec: + $(_DBG)$(if $(filter $*.gspec,$(DISTFILES)),, + (echo "%var bitname $(call catalogname,$*)"; \ + echo "%var pkgname $*"; \ + $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ + echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ + ) # Dynamic licenses are selected in the following way: 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 Feb 13 13:56:49 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 12:56:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3097] csw/mgar/gar/v2 Message-ID: Revision: 3097 http://gar.svn.sourceforge.net/gar/?rev=3097&view=rev Author: dmichelsen Date: 2009-02-13 12:56:49 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR v2: Dynamic admscripts and gspec fixes Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk csw/mgar/gar/v2/gar.mk csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2009-02-13 12:35:39 UTC (rev 3096) +++ csw/mgar/gar/v2/gar.lib.mk 2009-02-13 12:56:49 UTC (rev 3097) @@ -19,12 +19,6 @@ #################### FETCH RULES #################### -DYNSCRIPTS = $(foreach PKG,$(SPKG_SPECS),\ - $(foreach SCR,$(ADMSCRIPTS),\ - $(if $(value $(PKG)_$(SCR)), $(PKG).$(SCR)))) - -NOCHECKSUM += $(DYNSCRIPTS) - URLS = $(subst ://,//,$(foreach SITE,$(FILE_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(DISTFILES))) $(foreach SITE,$(FILE_SITES) $(PATCH_SITES) $(MASTER_SITES),$(addprefix $(SITE),$(PATCHFILES)))) # if the caller has defined _postinstall, etc targets for a package, add Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-13 12:35:39 UTC (rev 3096) +++ csw/mgar/gar/v2/gar.mk 2009-02-13 12:56:49 UTC (rev 3097) @@ -34,6 +34,9 @@ DISTNAME ?= $(GARNAME)-$(GARVERSION) +DYNSCRIPTS = $(foreach PKG,$(SPKG_SPECS),$(foreach SCR,$(ADMSCRIPTS),$(if $(value $(PKG)_$(SCR)), $(PKG).$(SCR)))) +_NOCHECKSUM += $(DYNSCRIPTS) + ALLFILES ?= $(DISTFILES) $(PATCHFILES) $(DYNSCRIPTS) ifeq ($(MAKE_INSTALL_DIRS),1) @@ -250,7 +253,7 @@ # checksum - Use $(CHECKSUMFILE) to ensure that your # distfiles are valid. -CHECKSUM_TARGETS = $(addprefix checksum-,$(filter-out $(NOCHECKSUM),$(ALLFILES))) +CHECKSUM_TARGETS = $(addprefix checksum-,$(filter-out $(_NOCHECKSUM) $(NOCHECKSUM),$(ALLFILES))) checksum: fetch $(COOKIEDIR) pre-checksum $(CHECKSUM_TARGETS) post-checksum @$(DONADA) @@ -269,7 +272,7 @@ @$(foreach COOKIEFILE,$(CHECKSUM_TARGETS), test -e $(COOKIEDIR)/$(COOKIEFILE) ;) # makesum - Generate distinfo (only do this for your own ports!). -MAKESUM_TARGETS = $(addprefix $(DOWNLOADDIR)/,$(filter-out $(NOCHECKSUM),$(ALLFILES))) +MAKESUM_TARGETS = $(addprefix $(DOWNLOADDIR)/,$(filter-out $(_NOCHECKSUM) $(NOCHECKSUM),$(ALLFILES))) makesum: fetch $(MAKESUM_TARGETS) @if test "x$(MAKESUM_TARGETS)" != "x "; then \ Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 12:35:39 UTC (rev 3096) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 12:56:49 UTC (rev 3097) @@ -284,11 +284,11 @@ # This rule dynamically generates gspec-files .PRECIOUS: $(WORKDIR)/%.gspec $(WORKDIR)/%.gspec: - $(_DBG)$(if $(filter $*.gspec,$(DISTFILES)),, + $(_DBG)$(if $(filter $*.gspec,$(DISTFILES)),,\ (echo "%var bitname $(call catalogname,$*)"; \ echo "%var pkgname $*"; \ $(if $(or $(ARCHALL),$(ARCHALL_$*)),echo "%var arch all";) \ - echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@ + echo "%include url file://%{PKGLIB}/csw_dyngspec.gspec") >$@\ ) 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 Feb 13 15:10:03 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 14:10:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3098] csw/mgar/pkg/readline/trunk Message-ID: Revision: 3098 http://gar.svn.sourceforge.net/gar/?rev=3098&view=rev Author: dmichelsen Date: 2009-02-13 14:10:03 +0000 (Fri, 13 Feb 2009) Log Message: ----------- eadline: Add dependency to ncurses and dynamic gspec Modified Paths: -------------- csw/mgar/pkg/readline/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec Modified: csw/mgar/pkg/readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/readline/trunk/Makefile 2009-02-13 12:56:49 UTC (rev 3097) +++ csw/mgar/pkg/readline/trunk/Makefile 2009-02-13 14:10:03 UTC (rev 3098) @@ -17,8 +17,9 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(foreach V,$(MODULATIONS_GARVERSION),$(GARNAME)-$(V).tar.gz) -DISTFILES += $(call admfiles,CSWreadline,) +REQUIRED_PKGS = CSWncurses + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Deleted: csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec =================================================================== --- csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec 2009-02-13 12:56:49 UTC (rev 3097) +++ csw/mgar/pkg/readline/trunk/files/CSWreadline.gspec 2009-02-13 14:10:03 UTC (rev 3098) @@ -1,4 +0,0 @@ -%var bitname readline -%var pkgname CSWreadline -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 17:15:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:15:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3099] csw/mgar/pkg/clearsilver/trunk Message-ID: Revision: 3099 http://gar.svn.sourceforge.net/gar/?rev=3099&view=rev Author: valholla Date: 2009-02-13 16:15:50 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update for Python2.6 Modified Paths: -------------- csw/mgar/pkg/clearsilver/trunk/checksums csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff Removed Paths: ------------- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype Modified: csw/mgar/pkg/clearsilver/trunk/checksums =================================================================== --- csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/checksums 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,3 +1,3 @@ b8c0c7fbe0ef5e06e0c935f134304d44 download/clearsilver-0.10.5.tar.gz 1c25fda8bb2666658d8ddcf3ad9b7235 download/perlbuild.diff -3cf628054d5c839169c1a01d40708f1a download/pybuild.diff +f951221b633994f85c45fe78008d8965 download/pybuild.diff Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWcs.depend 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,2 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWcs.gspec 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,4 +0,0 @@ -%var bitname clearsilver -%var pkgname CSWcs -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWcs.prototype 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,160 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/cs 0755 root bin -f none /opt/csw/bin/cs_static.cgi 0755 root bin -f none /opt/csw/bin/cstest 0755 root bin -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/ClearSilver 0755 root bin -f none /opt/csw/include/ClearSilver/ClearSilver.h 0644 root bin -d none /opt/csw/include/ClearSilver/cgi 0755 root bin -f none /opt/csw/include/ClearSilver/cgi/cgi.h 0644 root bin -f none /opt/csw/include/ClearSilver/cgi/cgiwrap.h 0644 root bin -f none /opt/csw/include/ClearSilver/cgi/date.h 0644 root bin -f none /opt/csw/include/ClearSilver/cgi/html.h 0644 root bin -d none /opt/csw/include/ClearSilver/cs 0755 root bin -f none /opt/csw/include/ClearSilver/cs/cs.h 0644 root bin -f none /opt/csw/include/ClearSilver/cs_config.h 0644 root bin -d none /opt/csw/include/ClearSilver/util 0755 root bin -f none /opt/csw/include/ClearSilver/util/dict.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/filter.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_date.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_err.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_files.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_hash.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_hdf.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_misc.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_net.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_rand.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_server.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/neo_str.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/rcfs.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/skiplist.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/ulist.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/ulocks.h 0644 root bin -f none /opt/csw/include/ClearSilver/util/wildmat.h 0644 root bin -d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libneo_cgi.a 0644 root bin -f none /opt/csw/lib/libneo_cs.a 0644 root bin -f none /opt/csw/lib/libneo_utl.a 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/cBroadcast.3 0644 root bin -f none /opt/csw/share/man/man3/cCreate.3 0644 root bin -f none /opt/csw/share/man/man3/cDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/cSignal.3 0644 root bin -f none /opt/csw/share/man/man3/cWait.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cookie_authority.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cookie_clear.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cookie_set.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_cs_init.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_debug_init.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_destroy.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_display.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_error.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_filehandle.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_init.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_neo_error.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_output.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_parse.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_redirect.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_redirect_uri.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_register_parse_cb.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_url_escape.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_url_escape_more.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_url_unescape.3 0644 root bin -f none /opt/csw/share/man/man3/cgi_vredirect.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_getenv.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_init_emu.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_init_std.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_iterenv.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_putenv.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_read.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_write.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_writef.3 0644 root bin -f none /opt/csw/share/man/man3/cgiwrap_writevf.3 0644 root bin -f none /opt/csw/share/man/man3/cs_destroy.3 0644 root bin -f none /opt/csw/share/man/man3/cs_dump.3 0644 root bin -f none /opt/csw/share/man/man3/cs_init.3 0644 root bin -f none /opt/csw/share/man/man3/cs_parse_file.3 0644 root bin -f none /opt/csw/share/man/man3/cs_parse_string.3 0644 root bin -f none /opt/csw/share/man/man3/cs_register_esc_strfunc.3 0644 root bin -f none /opt/csw/share/man/man3/cs_register_fileload.3 0644 root bin -f none /opt/csw/share/man/man3/cs_register_strfunc.3 0644 root bin -f none /opt/csw/share/man/man3/cs_render.3 0644 root bin -f none /opt/csw/share/man/man3/dictCleanup.3 0644 root bin -f none /opt/csw/share/man/man3/dictCreate.3 0644 root bin -f none /opt/csw/share/man/man3/dictDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/dictModifyValue.3 0644 root bin -f none /opt/csw/share/man/man3/dictNext.3 0644 root bin -f none /opt/csw/share/man/man3/dictReleaseLock.3 0644 root bin -f none /opt/csw/share/man/man3/dictRemove.3 0644 root bin -f none /opt/csw/share/man/man3/dictSearch.3 0644 root bin -f none /opt/csw/share/man/man3/dictSetValue.3 0644 root bin -f none /opt/csw/share/man/man3/fCreate.3 0644 root bin -f none /opt/csw/share/man/man3/fDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/fFind.3 0644 root bin -f none /opt/csw/share/man/man3/fLock.3 0644 root bin -f none /opt/csw/share/man/man3/fUnlock.3 0644 root bin -f none /opt/csw/share/man/man3/filter_create_fd.3 0644 root bin -f none /opt/csw/share/man/man3/filter_create_fp.3 0644 root bin -f none /opt/csw/share/man/man3/filter_wait.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_copy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_destroy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_dump.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_dump_format.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_dump_str.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_attr.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_child.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_copy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_int_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_node.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_obj.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_valuef.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_get_valuevf.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_init.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_attr.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_child.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_name.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_next.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_top.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_obj_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_read_string.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_read_string_ignore.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_register_fileload.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_remove_tree.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_search_path.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_attr.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_buf.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_copy.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_int_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_symlink.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_value.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_set_valuef.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_sort_obj.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_write_file.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_write_file_atomic.3 0644 root bin -f none /opt/csw/share/man/man3/hdf_write_string.3 0644 root bin -f none /opt/csw/share/man/man3/mCreate.3 0644 root bin -f none /opt/csw/share/man/man3/mDestroy.3 0644 root bin -f none /opt/csw/share/man/man3/mLock.3 0644 root bin -f none /opt/csw/share/man/man3/mUnlock.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_error_string.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_error_traceback.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_handle.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_ignore.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_init.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_log_error.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_match.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_pass.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_pass_ctx.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_raise.3 0644 root bin -f none /opt/csw/share/man/man3/nerr_register.3 0644 root bin -f none /opt/csw/share/man/man3/skipDelete.3 0644 root bin -f none /opt/csw/share/man/man3/skipFreeList.3 0644 root bin -f none /opt/csw/share/man/man3/skipInsert.3 0644 root bin -f none /opt/csw/share/man/man3/skipNewList.3 0644 root bin -f none /opt/csw/share/man/man3/skipNext.3 0644 root bin -f none /opt/csw/share/man/man3/skipRelease.3 0644 root bin -f none /opt/csw/share/man/man3/skipSearch.3 0644 root bin -f none /opt/csw/share/man/man3/wdb_keys.3 0644 root bin Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.depend 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,2 +0,0 @@ -P CSWperl perl - A high-level, general-purpose programming language. -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.gspec 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,5 +0,0 @@ -%var bitname pm_clearsilver -%var pkgname CSWpmcs -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Clearsilver Perl language binding -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpmcs.prototype 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,13 +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 -f none /opt/csw/lib/perl/csw/ClearSilver.pm 0444 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/ClearSilver 0755 root bin -f none /opt/csw/lib/perl/csw/auto/ClearSilver/.packlist 0644 root bin -f none /opt/csw/lib/perl/csw/auto/ClearSilver/ClearSilver.bs 0444 root bin -f none /opt/csw/lib/perl/csw/auto/ClearSilver/ClearSilver.so 0555 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/ClearSilver.3perl 0444 root bin Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.depend 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,4 +0,0 @@ -P CSWgcc3corert gcc3corert - GNU C Compiler Run Time -P CSWggettext ggettext - GNU gettext -P CSWpython python - The Python 2.3 language interpreter -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.gspec 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,5 +0,0 @@ -%var bitname pyclearsilver -%var pkgname CSWpycs -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Clearsilver Python language binding -%copyright url file://%{WORKSRC}/LICENSE Deleted: csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/CSWpycs.prototype 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -f none /opt/csw/lib/python/site-packages/neo_cgi.so=/opt/csw/lib/python2.5/site-packages/neo_cgi.so 0755 root bin Modified: csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff =================================================================== --- csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-13 14:10:03 UTC (rev 3098) +++ csw/mgar/pkg/clearsilver/trunk/files/pybuild.diff 2009-02-13 16:15:50 UTC (rev 3099) @@ -1,8 +1,15 @@ -diff --speed-large-files --minimal -Nru clearsilver-0.10.4.orig/python/Makefile clearsilver-0.10.4/python/Makefile ---- clearsilver-0.10.5.orig/python/Makefile 2006-07-13 02:51:49.000000000 -0400 -+++ clearsilver-0.10.5/python/Makefile 2007-10-04 18:11:07.842608000 -0400 -@@ -25,7 +25,7 @@ +--- clearsilver-0.10.5/python/Makefile.orig 2006-07-13 01:51:49.000000000 -0500 ++++ clearsilver-0.10.5/python/Makefile 2009-02-13 10:07:56.503478088 -0600 +@@ -11,6 +11,7 @@ + NEO_UTIL_SRC = neo_cgi.c neo_util.c neo_cs.c + NEO_UTIL_OBJ = $(NEO_UTIL_SRC:%.c=%.o) ++CC = cc + CFLAGS += $(PYTHON_INC) + DLIBS += -lneo_cgi -lneo_cs -lneo_utl + LIBS += $(DLIBS) $(DB2_LIB) +@@ -25,7 +26,7 @@ + $(NEO_UTIL_SO): setup.py $(NEO_UTIL_SRC) $(DEP_LIBS) rm -f $(NEO_UTIL_SO) - CC="$(CC)" LDSHARED="$(LDSHARED)" $(PYTHON) setup.py build_ext --inplace @@ -10,3 +17,16 @@ OLD_NEO_UTIL_SO: $(LDSHARED) -o $@ $(LDFLAGS) $(NEO_UTIL_OBJ) $(LIBS) +--- clearsilver-0.10.5/python/setup.py.orig 2009-02-13 10:04:10.707737561 -0600 ++++ clearsilver-0.10.5/python/setup.py 2009-02-13 10:04:19.707153679 -0600 +@@ -17,8 +17,8 @@ + INC_DIRS = ["../"] + LIBRARIES = ["neo_cgi", "neo_cs", "neo_utl"] + LIB_DIRS = ["../libs"] +-CC = "gcc" +-LDSHARED = "gcc -shared" ++CC = "cc" ++LDSHARED = "cc -shared" + + ## ARGGH!! It looks like you can only specify a single item on the + ## command-line or in the setup.cfg file for options which take multiple This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 17:25:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:25:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3100] csw/mgar/pkg/wesnoth/trunk/ Message-ID: Revision: 3100 http://gar.svn.sourceforge.net/gar/?rev=3100&view=rev Author: valholla Date: 2009-02-13 16:25:51 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update wesnoth to gar v2 Property Changed: ---------------- csw/mgar/pkg/wesnoth/trunk/ Property changes on: csw/mgar/pkg/wesnoth/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 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 Feb 13 17:30:19 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:30:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3101] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3101 http://gar.svn.sourceforge.net/gar/?rev=3101&view=rev Author: dmichelsen Date: 2009-02-13 16:30:19 +0000 (Fri, 13 Feb 2009) Log Message: ----------- mGAR v2: Fix typo in revision string Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 16:25:51 UTC (rev 3100) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 16:30:19 UTC (rev 3101) @@ -319,7 +319,7 @@ # Calculating the revision can be time consuming, so we do this on demand define _REVISION -$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN) +$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print MAX }')),NOTVERSIONED),NOSVN) endef # URL: https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/pcre/trunk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Fri Feb 13 17:33:53 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Fri, 13 Feb 2009 16:33:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3102] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 3102 http://gar.svn.sourceforge.net/gar/?rev=3102&view=rev Author: harpchad Date: 2009-02-13 16:33:53 +0000 (Fri, 13 Feb 2009) Log Message: ----------- fix PKGFILES syntax Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2009-02-13 16:30:19 UTC (rev 3101) +++ csw/mgar/pkg/gettext/trunk/Makefile 2009-02-13 16:33:53 UTC (rev 3102) @@ -62,9 +62,12 @@ MERGE_EXCLUDE_FILES += .*/iconv.m4 MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/.* -PKGFILES_CSWggettextrt = $(call baseisadirs,$(libdir),libintl\..*) -PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libasprintf\..*) -PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libgettextpo\..*) +#This syntaxt skips 64-bit for some reason +#PKGFILES_CSWggettextrt = $(call baseisadirs,$(libdir),libintl\..*) +#PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libasprintf\..*) +#PKGFILES_CSWggettextrt += $(call baseisadirs,$(libdir),libgettextpo\..*) +#so use this for now +PKGFILES_CSWggettextrt = .*/libintl\.so.* .*/libasprintf\.so.* .*/libgettextpo\.so.* PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext /opt/csw/bin/gngettext /opt/csw/bin/genvsubst PKGFILES_CSWggettextrt += /opt/csw/bin/ggettext.sh /opt/csw/share/java/libintl.jar PKGFILES_CSWggettextrt += /opt/csw/share/locale/.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 18:04:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 17:04:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3103] csw/mgar/pkg/python25/trunk/ Message-ID: Revision: 3103 http://gar.svn.sourceforge.net/gar/?rev=3103&view=rev Author: valholla Date: 2009-02-13 17:04:38 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update python25 to gar v2 Property Changed: ---------------- csw/mgar/pkg/python25/trunk/ Property changes on: csw/mgar/pkg/python25/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 19:21:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 18:21:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3104] csw/mgar/pkg/gnupg/trunk Message-ID: Revision: 3104 http://gar.svn.sourceforge.net/gar/?rev=3104&view=rev Author: valholla Date: 2009-02-13 18:21:45 +0000 (Fri, 13 Feb 2009) Log Message: ----------- move to gar v2 and include 64bit Modified Paths: -------------- csw/mgar/pkg/gnupg/trunk/Makefile csw/mgar/pkg/gnupg/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec Modified: csw/mgar/pkg/gnupg/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-13 17:04:38 UTC (rev 3103) +++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-13 18:21:45 UTC (rev 3104) @@ -1,40 +1,34 @@ -GARNAME = gnupg +GARNAME = gnupg GARVERSION = 2.0.10 CATEGORIES = apps -DESCRIPTION = RFC 2440 compliant tool for secure communication and data storage +DESCRIPTION = GnuPG is a complete and free replacement for PGP. define BLURB - GnuPG is a complete and free replacement for PGP. + RFC 2440 compliant tool for secure communication and data storage endef -MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/gnupg/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgnupg,) +PACKAGES = CSWgnupg +CATALOGNAME = gnupg +SPKG_DESC = GnuPG is a complete and free replacement for PGP. SPKG_SOURCEURL = http://www.gnupg.org/ +MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/gnupg/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 # fix some missing libraries for Keyserver tools and gpgsm # Bug ID 996 filed up stream along with patch +# Supposed to be Fixed in the 01/2009 SVN version but has not +# made it into a release at the time of this packaging PATCHFILES = patch-keyserver_and_sm.diff # We define upstream file regex so we can be notifed of # new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2 +UFILES_REGEX = (\d+(?:\.\d+)*) -REQUIRED_PKGS += CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan -REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth -REQUIRED_PKGS += CSWbzip2 CSWreadline CSWncurses +BUILD64 = 1 +NO_ISAEXEC = 0 -# This is somehow not correctly detected from autoconf -EXTRA_LINKER_FLAGS = -lgpg-error - -# Needed for nanosleep() -EXTRA_LINKER_FLAGS += -lrt - -BUILD64 = 1 -NO_ISAEXEC = 1 - -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libcurl CONFIGURE_ARGS += --with-ldap CONFIGURE_ARGS += --with-zlib @@ -42,6 +36,41 @@ CONFIGURE_ARGS += --with-readline CONFIGURE_ARGS += --enable-threads=solaris +# This is somehow not correctly detected from autoconf +EXTRA_LINKER_FLAGS = -lgpg-error +# Needed for nanosleep() +EXTRA_LINKER_FLAGS += -lrt + +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-agent +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-connect-agent +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg2 +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgconf +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgkey2ssh +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgparsemail +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsm +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsm-gencert.sh +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgv2 +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/kbxutil +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/scdaemon +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/watchgnupg + +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-agent +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-connect-agent +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg2 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgconf +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgkey2ssh +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgparsemail +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsm +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsm-gencert.sh +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgv2 +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/kbxutil +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/scdaemon +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/watchgnupg + +REQUIRED_PKGS = CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan +REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth CSWlibidn +REQUIRED_PKGS += CSWbzip2 CSWreadline CSWggettextrt CSWiconv CSWosslrt + TEST_TARGET = check include gar/category.mk Modified: csw/mgar/pkg/gnupg/trunk/checksums =================================================================== --- csw/mgar/pkg/gnupg/trunk/checksums 2009-02-13 17:04:38 UTC (rev 3103) +++ csw/mgar/pkg/gnupg/trunk/checksums 2009-02-13 18:21:45 UTC (rev 3104) @@ -1,3 +1,2 @@ 1cb778dd555f87685a8fde2f7113725e download/gnupg-2.0.10.tar.bz2 -7978eaabeceaa781a1600ede3a6d3f67 download/CSWgnupg.gspec 37677df3905ce0e4b23a2fb3cc4d7207 download/patch-keyserver_and_sm.diff Deleted: csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec =================================================================== --- csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec 2009-02-13 17:04:38 UTC (rev 3103) +++ csw/mgar/pkg/gnupg/trunk/files/CSWgnupg.gspec 2009-02-13 18:21:45 UTC (rev 3104) @@ -1,4 +0,0 @@ -%var bitname gnupg -%var pkgname CSWgnupg -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 19:25:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 18:25:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3105] csw/mgar/pkg/trac/trunk/Makefile Message-ID: Revision: 3105 http://gar.svn.sourceforge.net/gar/?rev=3105&view=rev Author: valholla Date: 2009-02-13 18:25:10 +0000 (Fri, 13 Feb 2009) Log Message: ----------- add DONADA in script Modified Paths: -------------- csw/mgar/pkg/trac/trunk/Makefile Modified: csw/mgar/pkg/trac/trunk/Makefile =================================================================== --- csw/mgar/pkg/trac/trunk/Makefile 2009-02-13 18:21:45 UTC (rev 3104) +++ csw/mgar/pkg/trac/trunk/Makefile 2009-02-13 18:25:10 UTC (rev 3105) @@ -49,4 +49,5 @@ @for f in COPYING ChangeLog INSTALL README README.tracd UPGRADE ; do \ ginstall -m 0644 $(WORKSRC)/$$f $(DESTDIR)$(docdir)/trac ; \ done + $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 20:09:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 19:09:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3106] csw/mgar/pkg/pysvn/ Message-ID: Revision: 3106 http://gar.svn.sourceforge.net/gar/?rev=3106&view=rev Author: valholla Date: 2009-02-13 19:09:02 +0000 (Fri, 13 Feb 2009) Log Message: ----------- remove this tree, duplicate packages are built in CSWsubversion Removed Paths: ------------- csw/mgar/pkg/pysvn/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 13 20:23:01 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 13 Feb 2009 19:23:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3107] csw/mgar/pkg/pysqlite2/trunk/ Message-ID: Revision: 3107 http://gar.svn.sourceforge.net/gar/?rev=3107&view=rev Author: valholla Date: 2009-02-13 19:23:01 +0000 (Fri, 13 Feb 2009) Log Message: ----------- update pysqlite2 to gar v2 Property Changed: ---------------- csw/mgar/pkg/pysqlite2/trunk/ Property changes on: csw/mgar/pkg/pysqlite2/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sat Feb 14 21:28:48 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 14 Feb 2009 20:28:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3108] csw/mgar/pkg/rrdtool/trunk Message-ID: Revision: 3108 http://gar.svn.sourceforge.net/gar/?rev=3108&view=rev Author: idogan23 Date: 2009-02-14 20:28:48 +0000 (Sat, 14 Feb 2009) Log Message: ----------- rrdtool: updated to 1.3.5 & changed ggettext dependency Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/Makefile csw/mgar/pkg/rrdtool/trunk/checksums Added Paths: ----------- csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend Modified: csw/mgar/pkg/rrdtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-13 19:23:01 UTC (rev 3107) +++ csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-14 20:28:48 UTC (rev 3108) @@ -1,5 +1,5 @@ GARNAME = rrdtool -GARVERSION = 1.3.5 +GARVERSION = 1.3.6 CATEGORIES = utils DESCRIPTION = time-series data logging and graphing. @@ -11,7 +11,7 @@ MASTER_SITES = http://oss.oetiker.ch/$(GARNAME)/pub/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWrrdtool,prototype) +DISTFILES += $(call admfiles,CSWrrdtool,prototype,depend) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -20,7 +20,7 @@ #PATCHFILES += rrd_config.diff CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --docdir=$(prefix)/doc/$(GARNAME) +CONFIGURE_ARGS += --with-docdir=$(sharedstatedir)/doc/$(GARNAME) CONFIGURE_ARGS += --disable-python CONFIGURE_ARGS += --disable-ruby CONFIGURE_ARGS += --disable-libintl Modified: csw/mgar/pkg/rrdtool/trunk/checksums =================================================================== --- csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-13 19:23:01 UTC (rev 3107) +++ csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-14 20:28:48 UTC (rev 3108) @@ -1,3 +1,3 @@ -3f14381e64c2037f40af16380be9e9f3 download/rrdtool-1.3.5.tar.gz +afaabd5a60115581e866efbac796d307 download/rrdtool-1.3.6.tar.gz 52bb91d1dad69b8911e787e9347b4e8a download/CSWrrdtool.gspec a59044180a9795b229c1ea1667fec2f0 download/CSWrrdtool.prototype Added: csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend =================================================================== --- csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend (rev 0) +++ csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.depend 2009-02-14 20:28:48 UTC (rev 3108) @@ -0,0 +1,10 @@ +P CSWcommon common - common files and dirs for CSW packages +P CSWggettextrt ggettextrt - GNU locale utilities +P CSWglib2 glib2 - The low-level core lib for GNOME and GTK+ +P CSWiconv libiconv - GNU iconv library +P CSWlibcairo libcairo - The Cairo 2D Graphics Library +P CSWlibxml2 libxml2 - XML Parser Library +P CSWpango libpango - A framework for the layout and rendering of i18n text +P CSWpng png - library for Portable Network Graphics format (PNG) +P CSWsunmath libsunmath - Sun maths library +P CSWzlib zlib - Zlib Data Compression Library This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Feb 15 00:06:10 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 14 Feb 2009 23:06:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3109] csw/mgar/pkg/cadaver/trunk Message-ID: Revision: 3109 http://gar.svn.sourceforge.net/gar/?rev=3109&view=rev Author: chninkel Date: 2009-02-14 23:06:09 +0000 (Sat, 14 Feb 2009) Log Message: ----------- cadaver: updated gettext dependancy Modified Paths: -------------- csw/mgar/pkg/cadaver/trunk/checksums csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend csw/mgar/pkg/cadaver/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cadaver/trunk/checksums =================================================================== --- csw/mgar/pkg/cadaver/trunk/checksums 2009-02-14 20:28:48 UTC (rev 3108) +++ csw/mgar/pkg/cadaver/trunk/checksums 2009-02-14 23:06:09 UTC (rev 3109) @@ -1,6 +1,6 @@ e9fade983dd7b18d33230967051fcfe0 download/cadaver-0.22.5.tar.gz e888b8bbd86f5b49d2e8b20b757d1acb download/CSWcadav.gspec 7a78f71995cd40263b04470976eba5a6 download/CSWcadav.prototype -cd7532867e6f6d836f0c18056e45895a download/CSWcadav.depend -35930038172de3b4821e73469269d753 download/changelog.CSW +73eefde72fd7d75082c96874f520e78d download/CSWcadav.depend +22fddf258f70cd32487d398f4d310d00 download/changelog.CSW bb9626371527a54b88a01eaab55742cf download/destdir.patch Modified: csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend 2009-02-14 20:28:48 UTC (rev 3108) +++ csw/mgar/pkg/cadaver/trunk/files/CSWcadav.depend 2009-02-14 23:06:09 UTC (rev 3109) @@ -1,4 +1,4 @@ -P CSWggettext ggettext - GNU gettext +P CSWggettextrt ggettextrt - GNU gettext P CSWiconv libiconv - GNU iconv library P CSWneon neon - Neon HTTP and WebDAV client library P CSWosslrt openssl - The Open Source toolkit for SSL and TLS. Modified: csw/mgar/pkg/cadaver/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-14 20:28:48 UTC (rev 3108) +++ csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-14 23:06:09 UTC (rev 3109) @@ -1,3 +1,10 @@ +cadaver (0.22.5,REV=2009.02.15) unstable + + * Changed gettext dependancy to follow gettext package split + (Closes: #3099). + + -- Yann Rouillard Sat, 14 Feb 2009 23:53:41 +0100 + cadaver (0.22.5,REV=2007.08.21) unstable * Replaced "? ? ?" with "0755 root bin" in the prototype. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Feb 15 12:03:47 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 15 Feb 2009 11:03:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3110] csw/mgar/pkg/irssi/trunk Message-ID: Revision: 3110 http://gar.svn.sourceforge.net/gar/?rev=3110&view=rev Author: idogan23 Date: 2009-02-15 11:03:47 +0000 (Sun, 15 Feb 2009) Log Message: ----------- irssi: updated ggettext dependency Modified Paths: -------------- csw/mgar/pkg/irssi/trunk/checksums csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend Modified: csw/mgar/pkg/irssi/trunk/checksums =================================================================== --- csw/mgar/pkg/irssi/trunk/checksums 2009-02-14 23:06:09 UTC (rev 3109) +++ csw/mgar/pkg/irssi/trunk/checksums 2009-02-15 11:03:47 UTC (rev 3110) @@ -1,4 +1,4 @@ ddf717a430e1c13a272f528c4f529430 download/irssi-0.8.12.tar.gz 9e9bc28744147cae728641badb8b48bc download/CSWirssi.gspec 0adc5863c083931c1014600385c4c4ab download/CSWirssi.postinstall -2a2a41db51d28851059cdc9d202a3afb download/CSWirssi.depend +93f2d39a91f3798000f265fafd1e8954 download/CSWirssi.depend Modified: csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend =================================================================== --- csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend 2009-02-14 23:06:09 UTC (rev 3109) +++ csw/mgar/pkg/irssi/trunk/files/CSWirssi.depend 2009-02-15 11:03:47 UTC (rev 3110) @@ -1,8 +1,7 @@ P CSWcommon -P CSWggettext P CSWglib2 P CSWiconv P CSWosslrt P CSWperl P CSWsunmath - +P CSWggettextrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Feb 15 13:20:28 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 15 Feb 2009 12:20:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3111] csw/mgar/pkg/syslog_ng/trunk Message-ID: Revision: 3111 http://gar.svn.sourceforge.net/gar/?rev=3111&view=rev Author: idogan23 Date: 2009-02-15 12:20:27 +0000 (Sun, 15 Feb 2009) Log Message: ----------- syslog_ng: changed ggettext dependency Modified Paths: -------------- csw/mgar/pkg/syslog_ng/trunk/checksums csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend Modified: csw/mgar/pkg/syslog_ng/trunk/checksums =================================================================== --- csw/mgar/pkg/syslog_ng/trunk/checksums 2009-02-15 11:03:47 UTC (rev 3110) +++ csw/mgar/pkg/syslog_ng/trunk/checksums 2009-02-15 12:20:27 UTC (rev 3111) @@ -1,7 +1,7 @@ 3f96ccf13dda0b9e150e511bcffde795 download/syslog-ng-2.0.10.tar.gz 6726e851fa8e6e6658584faaeaa6716d download/CSWsyslogng.gspec 3de835dbfde225227a1ed36f548e1d34 download/CSWsyslogng.postinstall -bb5490a23e8480b6e9d625389885c346 download/CSWsyslogng.depend +479df38d9a0e3a31422cea79b287412b download/CSWsyslogng.depend d906b84aa704d887fc98179d49dd5db2 download/CSWsyslogng.prototype ae942a41cbdc6fb0f8a4438d7f5a00d5 download/syslog-ng.conf.CSW 168ce024423e8dbee8c1597d8a1ef3ef download/cswsyslog_ng Modified: csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend =================================================================== --- csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend 2009-02-15 11:03:47 UTC (rev 3110) +++ csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.depend 2009-02-15 12:20:27 UTC (rev 3111) @@ -1,6 +1,6 @@ P CSWcommon P CSWcswclassutils P CSWeventlog -P CSWggettext +P CSWggettextrt P CSWglib2 P CSWtcpwrap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Feb 15 13:33:49 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 15 Feb 2009 12:33:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3112] csw/mgar/pkg/bash/trunk Message-ID: Revision: 3112 http://gar.svn.sourceforge.net/gar/?rev=3112&view=rev Author: chninkel Date: 2009-02-15 12:33:49 +0000 (Sun, 15 Feb 2009) Log Message: ----------- bash: updated gettext dependancy Modified Paths: -------------- csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/changelog.CSW Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2009-02-15 12:20:27 UTC (rev 3111) +++ csw/mgar/pkg/bash/trunk/checksums 2009-02-15 12:33:49 UTC (rev 3112) @@ -4,7 +4,7 @@ bcc9760316385d49ff31c2ed72f4be4a download/CSWbash.postinstall 589297e4f9a43d0c82632e99423db7ef download/CSWbash.postremove 5237ff9f4dbe4ec493425d4ffc5fc51a download/CSWbash.depend -1732b1edb41d6298471fb6949259a6ea download/changelog.CSW +de1b59c2aa3b72b2e4272b3828f1d273 download/changelog.CSW d8e10c754f477e3f3a581af566b89301 download/bash32-001 d38a5288b2f0ea6c9ac76b66cc74ef7d download/bash32-002 0b90d37911827d8cb95f3b4353cc225e download/bash32-003 Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-15 12:20:27 UTC (rev 3111) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-15 12:33:49 UTC (rev 3112) @@ -1,3 +1,10 @@ +bash (3.2,REV=2009.02.15) unstable + + * Changed gettext dependancy to follow gettext package split + (Closes: #3147). + + -- Yann Rouillard Sat, 14 Feb 2009 23:53:41 +0100 + bash (3.2,REV=2008.11.30) unstable * Added bash patches bash32-040 to bash-048. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Feb 15 13:34:39 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 15 Feb 2009 12:34:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3113] csw/mgar/pkg/cadaver/trunk Message-ID: Revision: 3113 http://gar.svn.sourceforge.net/gar/?rev=3113&view=rev Author: chninkel Date: 2009-02-15 12:34:39 +0000 (Sun, 15 Feb 2009) Log Message: ----------- cadaver: fixed mantis bug number in changelog Modified Paths: -------------- csw/mgar/pkg/cadaver/trunk/checksums csw/mgar/pkg/cadaver/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cadaver/trunk/checksums =================================================================== --- csw/mgar/pkg/cadaver/trunk/checksums 2009-02-15 12:33:49 UTC (rev 3112) +++ csw/mgar/pkg/cadaver/trunk/checksums 2009-02-15 12:34:39 UTC (rev 3113) @@ -2,5 +2,5 @@ e888b8bbd86f5b49d2e8b20b757d1acb download/CSWcadav.gspec 7a78f71995cd40263b04470976eba5a6 download/CSWcadav.prototype 73eefde72fd7d75082c96874f520e78d download/CSWcadav.depend -22fddf258f70cd32487d398f4d310d00 download/changelog.CSW +8fbd80b2a48a1341ced1b9d0919977c7 download/changelog.CSW bb9626371527a54b88a01eaab55742cf download/destdir.patch Modified: csw/mgar/pkg/cadaver/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-15 12:33:49 UTC (rev 3112) +++ csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2009-02-15 12:34:39 UTC (rev 3113) @@ -1,7 +1,7 @@ cadaver (0.22.5,REV=2009.02.15) unstable * Changed gettext dependancy to follow gettext package split - (Closes: #3099). + (Closes: #3134). -- Yann Rouillard Sat, 14 Feb 2009 23:53:41 +0100 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Feb 15 15:22:54 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 15 Feb 2009 14:22:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3114] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3114 http://gar.svn.sourceforge.net/gar/?rev=3114&view=rev Author: dmichelsen Date: 2009-02-15 14:22:54 +0000 (Sun, 15 Feb 2009) Log Message: ----------- mGAR v2: Fix overriding of SPKG variables in pkginfo Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-15 12:34:39 UTC (rev 3113) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-15 14:22:54 UTC (rev 3114) @@ -339,17 +339,21 @@ ) endef +define pkgvar +$(if $($(1)_$(2)),$($(1)_$(2)),$($(1))) +endef + .PRECIOUS: $(WORKDIR)/%.pkginfo $(WORKDIR)/%.pkginfo: $(WORKDIR) $(_DBG)(echo "PKG=$*"; \ - echo "NAME=$(call catalogname,$*) - $(SPKG_DESC)"; \ - echo "ARCH=$(GARCH)"; \ - echo "VERSION=$(SPKG_VERSION)$(SPKG_REVSTAMP)"; \ - echo "CATEGORY=$(SPKG_CATEGORY)"; \ - echo "VENDOR=$(SPKG_VENDOR)"; \ - echo "EMAIL=$(SPKG_EMAIL)"; \ + echo "NAME=$(call catalogname,$*) - $(call pkgvar,SPKG_DESC,$*)"; \ + echo "ARCH=$(call pkgvar,GARCH,$*)"; \ + echo "VERSION=$(call pkgvar,SPKG_VERSION,$*)$(call pkgvar,SPKG_REVSTAMP,$*)"; \ + echo "CATEGORY=$(call pkgvar,SPKG_CATEGORY,$*)"; \ + echo "VENDOR=$(call pkgvar,SPKG_VENDOR,$*)"; \ + echo "EMAIL=$(call pkgvar,SPKG_EMAIL,$*)"; \ echo "PSTAMP=$(LOGNAME)@$(shell hostname)-$(shell date '+%Y%m%d%H%M%S')"; \ - echo "CLASSES=$(SPKG_CLASSES)"; \ + echo "CLASSES=$(call pkgvar,SPKG_CLASSES,$*)"; \ echo "HOTLINE=http://www.opencsw.org/bugtrack/"; \ echo "OPENCSW_REPOSITORY=$(call _URL)@$(call _REVISION)"; \ echo "OPENCSW_MODE64=$(call mode64,$*)"; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Feb 15 20:20:01 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 15 Feb 2009 19:20:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3115] csw/mgar/pkg/rubygems/trunk Message-ID: Revision: 3115 http://gar.svn.sourceforge.net/gar/?rev=3115&view=rev Author: bdwalton Date: 2009-02-15 19:20:01 +0000 (Sun, 15 Feb 2009) Log Message: ----------- update to gar2, v1.3.1, dynamic prototype/license/gspec Modified Paths: -------------- csw/mgar/pkg/rubygems/trunk/Makefile csw/mgar/pkg/rubygems/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype Property Changed: ---------------- csw/mgar/pkg/rubygems/trunk/ Property changes on: csw/mgar/pkg/rubygems/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/rubygems/trunk/Makefile =================================================================== --- csw/mgar/pkg/rubygems/trunk/Makefile 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/Makefile 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,28 +1,30 @@ GARNAME = rubygems -GARVERSION = 1.2.0 -CATEGORIES = lang +GARVERSION = 1.3.1 +CATEGORIES = xtra DESCRIPTION = Ruby package manager define BLURB - RubyGems makes it really easy to install Rails and other libraries and to - keep them up to date. +RubyGems makes it really easy to install Rails and other libraries and to +keep them up to date. endef + SPKG_SOURCEURL = http://rubyforge.org/projects/rubygems/ -MASTER_SITES = http://rubyforge.org/frs/download.php/38646/ +MASTER_SITES = http://rubyforge.org/frs/download.php/45905/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -DISTFILES += $(call admfiles,CSWrubygems,depend copyright) -# We define upstream file regex so we can be notifed of new upstream software release +ARCHALL = 1 +PREREQUISITE_PKGS = CSWruby +REQUIRED_PKGS_CSWrubygems = CSWruby + +LICENSE_CSWrubygems = LICENSE.txt + +# We define upstream file regex so we can be notifed of new upstream +# software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz -# Redirect Gem installation to $(DESTDIR) -#PATCHFILES += postinstall.diff - -#CONFIGURE_SCRIPTS = $(WORKSRC)/setup.rb CONFIGURE_SCRIPTS = -#BUILD_SCRIPTS = $(WORKSRC)/setup.rb BUILD_SCRIPTS = TEST_SCRIPTS = INSTALL_SCRIPTS = custom @@ -30,10 +32,11 @@ include gar/category.mk install-custom: - ( cd $(WORKSRC) ; ruby ./setup.rb --destdir=$(DESTDIR); ) + ( cd $(WORKSRC) ; \ + ruby ./setup.rb --destdir=$(DESTDIR)/$(prefix); ) @$(MAKECOOKIE) -post-install: copy-contrib +post-install-modulated: copy-contrib copy-contrib: @mkdir -p $(DESTDIR)$(docdir)/$(GARNAME) Modified: csw/mgar/pkg/rubygems/trunk/checksums =================================================================== --- csw/mgar/pkg/rubygems/trunk/checksums 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/checksums 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,4 +1 @@ -b77a4234360735174d1692e6fc598402 download/rubygems-1.2.0.tgz -18d2e82007d600cfdf3075eaa0c00c8a download/CSWrubygems.gspec -75313e990d12f29577e16fc44aab7dfa download/CSWrubygems.depend -58473b8d16bcf58cb8a796072362557e download/CSWrubygems.copyright +a04ee6f6897077c5b75f5fd1e134c5a9 download/rubygems-1.3.1.tgz Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.copyright 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,39 +0,0 @@ -Ruby is copyrighted free software by Yukihiro Matsumoto . -You can redistribute it and/or modify it under either the terms of the GPL -(see the file GPL), or the conditions below: - - 1. You may make and give away verbatim copies of the source form of the - software without restriction, provided that you duplicate all of the - original copyright notices and associated disclaimers. - 2. You may modify your copy of the software in any way, provided that - you do at least ONE of the following: - a) place your modifications in the Public Domain or otherwise - make them Freely Available, such as by posting said - modifications to Usenet or an equivalent medium, or by allowing - the author to include your modifications in the software. - b) use the modified software only within your corporation or - organization. - c) give non-standard binaries non-standard names, with - instructions on where to get the original software distribution. - d) make other distribution arrangements with the author. - 3. You may distribute the software in object code or binary form, - provided that you do at least ONE of the following: - a) distribute the binaries and library files of the software, - together with instructions (in the manual page or equivalent) - on where to get the original distribution. - b) accompany the distribution with the machine-readable source of - the software. - 4. You may modify and include the part of the software into any other - software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under these terms. - For the list of those files and their copying conditions, see the - file LEGAL. - 5. The scripts and library files supplied as input to or produced as - output from the software do not automatically fall under the - copyright of the software, but belong to whomever generated them, - and may be sold commercially, and may be aggregated with this - software. - 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.depend 2009-02-15 19:20:01 UTC (rev 3115) @@ -1 +0,0 @@ -P CSWruby ruby - An object-oriented language for quick and easy programming. Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.gspec 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,4 +0,0 @@ -%var bitname rubygems -%var pkgname CSWrubygems -%var arch all -%include url file://%{PKGLIB}/csw_standard.gspec Deleted: csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype =================================================================== --- csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype 2009-02-15 14:22:54 UTC (rev 3114) +++ csw/mgar/pkg/rubygems/trunk/files/CSWrubygems.prototype 2009-02-15 19:20:01 UTC (rev 3115) @@ -1,69 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/gem 0755 root bin -f none /opt/csw/bin/gem_mirror 0755 root bin -f none /opt/csw/bin/gem_server 0755 root bin -f none /opt/csw/bin/gemwhich 0755 root bin -f none /opt/csw/bin/generate_yaml_index.rb 0755 root bin -f none /opt/csw/bin/update_rubygems 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/ruby 0755 root bin -d none /opt/csw/lib/ruby/gems 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/cache 0755 root bin -f none /opt/csw/lib/ruby/gems/1.8/cache/sources-0.0.1.gem 0644 root bin -d none /opt/csw/lib/ruby/gems/1.8/doc 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/gems 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1 0755 root bin -d none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1/lib 0755 root bin -f none /opt/csw/lib/ruby/gems/1.8/gems/sources-0.0.1/lib/sources.rb 0644 root bin -d none /opt/csw/lib/ruby/gems/1.8/specifications 0755 root bin -f none /opt/csw/lib/ruby/gems/1.8/specifications/sources-0.0.1.gemspec 0644 root bin -d none /opt/csw/lib/ruby/site_ruby 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/gemconfigure.rb 0644 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/rubygems 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/builder.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/command.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/config_file.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/dependency_list.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/deployment.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/doc_manager.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/format.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/installer.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/old_format.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/open-uri.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/package.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/security.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/source_index.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/specification.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/timer.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/validator.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/rubygems/version.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/ubygems.rb 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/rubygems 0755 root bin -f none /opt/csw/share/doc/rubygems/README 0644 root bin -d none /opt/csw/share/doc/rubygems/examples 0755 root bin -d none /opt/csw/share/doc/rubygems/examples/application 0755 root bin -f none /opt/csw/share/doc/rubygems/examples/application/an-app.gemspec 0644 root bin -d none /opt/csw/share/doc/rubygems/examples/application/bin 0755 root bin -f none /opt/csw/share/doc/rubygems/examples/application/bin/myapp 0755 root bin -d none /opt/csw/share/doc/rubygems/examples/application/lib 0755 root bin -f none /opt/csw/share/doc/rubygems/examples/application/lib/somefunctionality.rb 0644 root bin -d none /opt/csw/share/doc/rubygems/scripts 0755 root bin -f none /opt/csw/share/doc/rubygems/scripts/buildtests.rb 0644 root bin -f none /opt/csw/share/doc/rubygems/scripts/gemdoc.rb 0755 root bin -f none /opt/csw/share/doc/rubygems/scripts/runtest.rb 0644 root bin -f none /opt/csw/share/doc/rubygems/scripts/specdoc.rb 0755 root bin -f none /opt/csw/share/doc/rubygems/scripts/upload_gemdoc.rb 0644 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 Mon Feb 16 09:26:50 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 16 Feb 2009 08:26:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3116] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3116 http://gar.svn.sourceforge.net/gar/?rev=3116&view=rev Author: dmichelsen Date: 2009-02-16 08:26:50 +0000 (Mon, 16 Feb 2009) Log Message: ----------- mGAR v2: Honor ARCHALL on dynamic gspecs Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-15 19:20:01 UTC (rev 3115) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-16 08:26:50 UTC (rev 3116) @@ -347,7 +347,7 @@ $(WORKDIR)/%.pkginfo: $(WORKDIR) $(_DBG)(echo "PKG=$*"; \ echo "NAME=$(call catalogname,$*) - $(call pkgvar,SPKG_DESC,$*)"; \ - echo "ARCH=$(call pkgvar,GARCH,$*)"; \ + echo "ARCH=$(if $(or $(ARCHALL),$(ARCHALL_$*)),all,$(call pkgvar,GARCH,$*))"; \ echo "VERSION=$(call pkgvar,SPKG_VERSION,$*)$(call pkgvar,SPKG_REVSTAMP,$*)"; \ echo "CATEGORY=$(call pkgvar,SPKG_CATEGORY,$*)"; \ echo "VENDOR=$(call pkgvar,SPKG_VENDOR,$*)"; \ 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 Feb 16 13:24:29 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 16 Feb 2009 12:24:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3117] csw/mgar/pkg/tnef/trunk Message-ID: Revision: 3117 http://gar.svn.sourceforge.net/gar/?rev=3117&view=rev Author: bonivart Date: 2009-02-16 12:24:24 +0000 (Mon, 16 Feb 2009) Log Message: ----------- tnef: fix dep to ggettextrt, switch to gar2 Modified Paths: -------------- csw/mgar/pkg/tnef/trunk/Makefile Property Changed: ---------------- csw/mgar/pkg/tnef/trunk/ Property changes on: csw/mgar/pkg/tnef/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/tnef/trunk/Makefile =================================================================== --- csw/mgar/pkg/tnef/trunk/Makefile 2009-02-16 08:26:50 UTC (rev 3116) +++ csw/mgar/pkg/tnef/trunk/Makefile 2009-02-16 12:24:24 UTC (rev 3117) @@ -11,8 +11,9 @@ MASTER_SITES = http://downloads.sourceforge.net/tnef/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWtnef,) +REQUIRED_PKGS = CSWggettextrt + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=57057 UPSTREAM_USE_SF = 1 @@ -20,19 +21,13 @@ CONFIGURE_ARGS = $(DIRPATHS) -TEST_SCRIPTS = custom +TEST_TARGET = check INSTALL_SCRIPTS = custom include gar/category.mk SPKG_SOURCEURL = http://sourceforge.net/projects/tnef -test-custom: - @echo " ==> Testing $(GARNAME) (custom)" - @( cd $(WORKSRC) ; \ - gmake check ) - @$(MAKECOOKIE) - install-custom: @echo " ==> Installing $(GARNAME) (custom)" @rm -rf $(DESTDIR) @@ -41,6 +36,5 @@ @ginstall -d $(DESTDIR)$(mandir)/man1 @( cd $(WORKSRC) ; \ cp -r src/$(GARNAME) $(DESTDIR)$(bindir)/$(GARNAME) ; \ - cp -r doc/$(GARNAME).1 $(DESTDIR)$(mandir)/man1/$(GARNAME).1 ; \ - cp -r COPYING $(DESTDIR)$(docdir)/$(GARNAME)/LICENSE ) + cp -r doc/$(GARNAME).1 $(DESTDIR)$(mandir)/man1/$(GARNAME).1 ) @$(MAKECOOKIE) 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 Feb 16 14:23:33 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 16 Feb 2009 13:23:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3118] csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec Message-ID: Revision: 3118 http://gar.svn.sourceforge.net/gar/?rev=3118&view=rev Author: bonivart Date: 2009-02-16 13:23:33 +0000 (Mon, 16 Feb 2009) Log Message: ----------- tnef: removed unused gspec Removed Paths: ------------- csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec Deleted: csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec =================================================================== --- csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec 2009-02-16 12:24:24 UTC (rev 3117) +++ csw/mgar/pkg/tnef/trunk/files/CSWtnef.gspec 2009-02-16 13:23:33 UTC (rev 3118) @@ -1,7 +0,0 @@ -%var bitname tnef -%var pkgname CSWtnef -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright - -Please see /opt/csw/share/doc/tnef/LICENSE for license information - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From a_o_m at users.sourceforge.net Mon Feb 16 14:33:51 2009 From: a_o_m at users.sourceforge.net (a_o_m at users.sourceforge.net) Date: Mon, 16 Feb 2009 13:33:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3119] csw/mgar/pkg/fontconfig/trunk Message-ID: Revision: 3119 http://gar.svn.sourceforge.net/gar/?rev=3119&view=rev Author: a_o_m Date: 2009-02-16 13:33:51 +0000 (Mon, 16 Feb 2009) Log Message: ----------- fontconfig: update to version 2.6.0 Modified Paths: -------------- csw/mgar/pkg/fontconfig/trunk/Makefile csw/mgar/pkg/fontconfig/trunk/checksums csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec Added Paths: ----------- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall Property Changed: ---------------- csw/mgar/pkg/fontconfig/trunk/ Property changes on: csw/mgar/pkg/fontconfig/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/fontconfig/trunk/Makefile =================================================================== --- csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-16 13:23:33 UTC (rev 3118) +++ csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-16 13:33:51 UTC (rev 3119) @@ -1,5 +1,5 @@ GARNAME = fontconfig -GARVERSION = 2.2.1 +GARVERSION = 2.6.0 CATEGORIES = lib DESCRIPTION = A library for configuring and customizing font access. @@ -12,11 +12,20 @@ MASTER_SITES = http://www.fontconfig.org/release/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWfconfig,) +DISTFILES += $(call admfiles,CSWfconfig,postinstall) +REQUIRED_PKGS = CSWexpat CSWftype2 CSWzlib CSWiconv + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -CONFIGURE_ARGS = $(DIRPATHS) +BUILD64 = 1 +CONFIGURE_ARGS = $(DIRPATHS) --with-default-fonts=/usr/openwin/lib/X11/fonts --with-add-fonts=/usr/openwin/lib/locale,/usr/share/fonts --with-cache-dir=/opt/csw/var/cache-fontconfig --with-confdir=/opt/csw/etc/fontconfig + +pre-package: + @rm -f $(DESTDIR)$(libdir)/libfontconfig.la* + @rm -f $(DESTDIR)/opt/csw/etc/fonts/fonts.conf.bak + @$(MAKECOOKIE) + include gar/category.mk Modified: csw/mgar/pkg/fontconfig/trunk/checksums =================================================================== --- csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 13:23:33 UTC (rev 3118) +++ csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 13:33:51 UTC (rev 3119) @@ -1,2 +1,4 @@ -a6a856606809b9ebfcc37a6380dcd6df download/fontconfig-2.2.1.tar.gz -0648293f2b2448ce03f4f8413b010ad2 download/CSWfconfig.gspec +ab54ec1d4ddd836313fdbc0cd5299d6d download/fontconfig-2.6.0.tar.gz +4db7301f43d63ad83a48b1cca7a6d4be download/CSWfconfig.gspec +eeb4246a85f1ac5215dc66ee0fe3fb8e download/CSWfconfig.postinstall +82f9a47f7f3855b2922bbcc79ba0eec4 download/fonts.conf.diff Modified: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 13:23:33 UTC (rev 3118) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 13:33:51 UTC (rev 3119) @@ -1,4 +1,4 @@ %var bitname fontconfig %var pkgname CSWfconfig %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT +%copyright url file://%{WORKSRC}/COPYING Added: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall (rev 0) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall 2009-02-16 13:33:51 UTC (rev 3119) @@ -0,0 +1,17 @@ +#!/bin/sh + +CHROOTDIR=${BASEDIR:-/} + +echo +echo fc-cache is running now to build font information caches +echo this may take up to several minutes on slow workstations +echo + +${BASEDIR}/usr/sbin/chroot ${CHROOTDIR} /opt/csw/bin/fc-cache -f -s + +# removing ancient fonts.cache-csw-1 files from fontconfig-2.3.2 +find /usr/openwin/lib/X11/fonts -user root -name fonts.cache-csw-1 -exec rm -f {} \; +find /usr/openwin/lib/locale -user root -name fonts.cache-csw-1 -exec rm -f {} \; +find /opt/csw -user root -name fonts.cache-csw-1 -exec rm -f {} \; + +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:09:01 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:09:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3120] csw/mgar/pkg Message-ID: Revision: 3120 http://gar.svn.sourceforge.net/gar/?rev=3120&view=rev Author: j_arndt Date: 2009-02-16 14:09:01 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagios: Initial commit Added Paths: ----------- csw/mgar/pkg/nagios/ csw/mgar/pkg/nagios/branches/ csw/mgar/pkg/nagios/tags/ csw/mgar/pkg/nagios/trunk/ csw/mgar/pkg/nagios/trunk/Makefile csw/mgar/pkg/nagios/trunk/checksums csw/mgar/pkg/nagios/trunk/files/ csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall csw/mgar/pkg/nagios/trunk/files/CSWnagios.depend csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec csw/mgar/pkg/nagios/trunk/files/CSWnagios.postinstall csw/mgar/pkg/nagios/trunk/files/CSWnagios.preinstall csw/mgar/pkg/nagios/trunk/files/CSWnagios.preremove csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype csw/mgar/pkg/nagios/trunk/files/configure.diff csw/mgar/pkg/nagios/trunk/files/doc.diff csw/mgar/pkg/nagios/trunk/files/install-opts.diff csw/mgar/pkg/nagios/trunk/files/nagios csw/mgar/pkg/nagios/trunk/files/nagios.xml csw/mgar/pkg/nagios/trunk/files/patch.diff csw/mgar/pkg/nagios/trunk/files/svc-nagios csw/mgar/pkg/nagios/trunk/files/webconf.diff Property changes on: csw/mgar/pkg/nagios/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Added: csw/mgar/pkg/nagios/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nagios/trunk/Makefile 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,55 @@ +GARNAME = nagios +GARVERSION = 3.0.6 +CATEGORIES = apps + +DESCRIPTION = nagios network monitoring base package (no plugins) +define BLURB + Nagios is a powerful, enterprise-class host, service, application, and network monitoring program. Designed to be fast, flexible, and rock-solid stable. Nagios runs on *NIX hosts and can monitor Windows, Linux/Unix/BSD, Netware, and network devices. +endef + +MASTER_SITES = http://kent.dl.sourceforge.net/sourceforge/nagios/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +#DISTFILES += $(call admfiles,CSWnagios) +DISTFILES += $(call admfiles,CSWnagios,prototype checkinstall preinstall preremove postinstall depend) +DISTFILES += nagios nagios.xml svc-nagios + +PATCHFILES = patch.diff # cgi/cmd.c - GNU macro __attribute__ unknown to compiler + # http://article.gmane.org/gmane.network.nagios.devel/4726 + # (Error 2) +PATCHFILES += configure.diff # configure.in + # http://unix.derkeiler.com/Mailing-Lists/SunManagers/2004-11/0424.html + # -lsunmath is needed in configure for checking of libgd +PATCHFILES += install-opts.diff # sets in every Makefile.in "INSTALL_OPT="" (empty) + # necessary, so ginstall doesn't get -o and -g options +PATCHFILES += webconf.diff # global Makefile.in + # nagios httpd-config is renamed to httpd-nagios.conf +PATCHFILES += doc.diff # Makefile.in - copies READMes ... to /opt/csw/share/doc/nagios/ + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --prefix=/opt/csw/nagios +CONFIGURE_ARGS += --exec-prefix=/opt/csw/nagios +CONFIGURE_ARGS += --with-command-user=nagios +CONFIGURE_ARGS += --with-command-group=nagios +CONFIGURE_ARGS += --with-httpd-conf=/opt/csw/nagios/etc +CONFIGURE_ARGS += --enable-embedded-perl + +#prefix ?= /opt/csw/nagios +sysconfdir ?= $(prefix)/nagios/etc +localstatedir ?= $(prefix)/nagios/var +bindir ?= $(prefix)/nagios/bin +sbindir ?= $(prefix)/nagios/sbin +libexecdir ?= $(prefix)/libexec/nagios-plugins +datadir ?= $(prefix)/nagios/share + +EXTRA_LIB = /opt/csw/lib + +BUILD_ARGS = all + +TEST_TARGET = none + +INSTALL_ARGS += install-init +INSTALL_ARGS += install-config +INSTALL_ARGS += install-webconf +INSTALL_ARGS += install-commandmode +INSTALL_ARGS += install-docs +include gar/category.mk Added: csw/mgar/pkg/nagios/trunk/checksums =================================================================== --- csw/mgar/pkg/nagios/trunk/checksums (rev 0) +++ csw/mgar/pkg/nagios/trunk/checksums 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,16 @@ +900e3f4164f4b2a18485420eeaefe812 download/nagios-3.0.6.tar.gz +799f1b92197d0d0fabfc09631abab3f9 download/CSWnagios.gspec +4a34971d496bff77fc2bfd0eb2007c37 download/CSWnagios.prototype +e407a4b179bd7de72b3e8c21f309f9b7 download/CSWnagios.checkinstall +47cc36016f5518dfd5614b870f56e944 download/CSWnagios.preinstall +92437323de0cceaa58c6238ec9e6c954 download/CSWnagios.preremove +2ed96c2fb28a30112681b772465bf2a6 download/CSWnagios.postinstall +95cce43182ddef277c1556c1607e3bb5 download/CSWnagios.depend +eee3268b11eb94d797f0f606d53cfb97 download/nagios +2bca004216ac8d8774e8bf3f974eca10 download/nagios.xml +66adfde9e041150b29e31ea8f8c0b604 download/svc-nagios +0ef601e30d01a511822dd27df6b0e531 download/patch.diff +4faa5ec86586be23dfbbd9165f50046d download/configure.diff +f3161bcb7c65f89707ee37b0a8d861d5 download/install-opts.diff +f1c09f43c8994b97608a9f57cef28191 download/webconf.diff +d4b9518af39194e571fcb894b3aac6d2 download/doc.diff Added: csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.checkinstall 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,71 @@ +# See if user group are needed +NEEDNAGUSER=0 +NEEDNAGGROUP=0 +NEEDCMDGROUP=0 + +#First check target machines password file, THEN check +#NIS/NIS+/whatever + +grep '^nagios:' /etc/passwd >/dev/null +if [ $? -ne 0 ] ; then + getent passwd nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGUSER=1 + fi +fi + +grep '^nagios:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + getent group nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGGROUP=1 + fi +fi + +# Next, verify that group nagioscm exists. +# First check target machines group file, THEN check +# NIS/NIS+/whatever + +/usr/bin/grep '^nagioscm:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + /usr/bin/getent group nagioscm >/dev/null + if [ $? -ne 0 ] ; then + NEEDCMDGROUP=1 + fi +fi + +if [ "$NEEDNAGUSER" = 1 ] ; then + echo "***" + echo "User nagios must exist for this package install." + echo "nagios user will be added." + ADDNAGUSER=1 +else + echo "nagios user detected" +fi + +if [ "$NEEDNAGGROUP" = 1 ] ; then + echo "***" + echo "Group nagios must exist for this package install." + echo "nagios group will be added." + ADDNAGGROUP=1 +else + echo "nagios group detected" +fi + +if [ "$NEEDCMDGROUP" = 1 ] ; then + echo "***" + echo "Group nagioscm must exist for this package install." + echo "nagioscm group will be added." + ADDCMDGROUP=1 +else + echo "nagioscm group detected" +fi + +# Make env variables available to other packaging scripts + +cat >$1 </dev/null 2>&1 ; then + echo "## Stopping nagios" + if [ $smf = yes ]; then + /usr/sbin/svcadm disable svc:/application/cswnagios >/dev/null 2>&1 + else + /etc/init.d/cswnagios stop >/dev/null 2>&1 + fi + while pgrep nagios > /dev/null + do + sleep 1 + done +fi + +if [ $smf = yes ]; then + # Register with SMF + echo "Configuring service in SMF" + /usr/sbin/svccfg import /opt/csw/var/svc/manifest/application/nagios.xml >/dev/null 2>&1 + /usr/sbin/svcadm disable svc:application/cswnagios >/dev/null 2>&1 + echo "nagios is using Service Management Facility. The FMRI is:" + echo " svc:/application/cswnagios:default" +fi + +# Start nagios +if [ "$enable_daemon" = "yes" ] ; then + if [ -f $BASEDIR/opt/csw/nagios/etc/nagios.cfg ]; then + echo "## Starting nagios" + if [ $smf = yes ]; then + /usr/sbin/svcadm enable svc:/application/cswnagios >/dev/null 2>&1 + else + /etc/init.d/cswnagios start >/dev/null 2>&1 + fi + else + echo "## Not starting nagios - configuration file not found" + if [ $smf = yes ] ; then + /usr/sbin/svcadm disable svc:/application/cswnagios >/dev/null 2>&1 + fi + fi +fi + +# +PREFIX=/opt/csw/nagios +NAGHTTPD=httpd-nagios.conf + +if [ -d /opt/csw/apache/conf ]; then + APACHE_CONF=/opt/csw/apache/conf + cp $PREFIX/etc/$NAGHTTPD $APACHE_CONF +elif [ -d /etc/apache ]; then + APACHE_CONF=/etc/apache + cp $PREFIX/etc/$NAGHTTPD $APACHE_CONF +else + APACHE_CONF=$PREFIX/etc +fi + +cat </dev/null 2>&1 + else + /etc/init.d/cswnagios stop >/dev/null 2>&1 + fi + +if [ $smf = yes ] ; then + # Unregister with SMF + /usr/sbin/svccfg delete svc:application/cswnagios:default >/dev/null 2>&1 +fi + +exit 0 Added: csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,393 @@ +d none /opt/csw/nagios/bin 0755 nagios nagios +f none /opt/csw/nagios/bin/nagios 0774 nagios nagios +f none /opt/csw/nagios/bin/nagiostats 0774 nagios nagios +f none /opt/csw/nagios/bin/p1.pl 0664 nagios nagios +d none /opt/csw/nagios/etc 0755 nagios nagios +f none /opt/csw/nagios/etc/cgi.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/httpd-nagios.conf 0644 nagios nagios +f none /opt/csw/nagios/etc/nagios.cfg 0664 nagios nagios +d none /opt/csw/nagios/etc/objects 0755 nagios nagios +f none /opt/csw/nagios/etc/objects/commands.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/contacts.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/localhost.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/printer.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/switch.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/templates.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/timeperiods.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/objects/windows.cfg 0664 nagios nagios +f none /opt/csw/nagios/etc/resource.cfg 0660 nagios nagios +d none /opt/csw/nagios/libexec 0755 nagios nagios +d none /opt/csw/nagios/sbin 0755 nagios nagios +f none /opt/csw/nagios/sbin/avail.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/cmd.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/config.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/extinfo.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/histogram.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/history.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/notifications.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/outages.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/showlog.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/status.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/statusmap.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/statuswml.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/statuswrl.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/summary.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/tac.cgi 0775 nagios nagios +f none /opt/csw/nagios/sbin/trends.cgi 0775 nagios nagios +d none /opt/csw/nagios/share 0755 nagios nagios +d none /opt/csw/nagios/share/contexthelp 0755 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/A7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/B1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/C1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/D1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/E1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/F1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/G6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/H8.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I8.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/I9.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/J1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/K1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L10.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L11.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L12.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L13.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L7.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L8.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/L9.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/M6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N1.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N2.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N3.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N4.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N5.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N6.html 0664 nagios nagios +f none /opt/csw/nagios/share/contexthelp/N7.html 0664 nagios nagios +d none /opt/csw/nagios/share/docs 0755 nagios nagios +f none /opt/csw/nagios/share/docs/about.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/activechecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/adaptive.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/addons.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/beginners.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cachedchecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgiauth.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgiincludes.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgis.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/cgisecurity.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/checkscheduling.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/clusters.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/config.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/configcgi.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/configmain.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/configobject.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/customobjectvars.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/dependencies.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/dependencychecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/distributed.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/downtime.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/embeddedperl.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/epnplugins.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/escalations.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/eventhandlers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/extcommands.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/faststartup.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/flapping.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/freshness.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/funstuff.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/hostchecks.html 0664 nagios nagios +d none /opt/csw/nagios/share/docs/images 0755 nagios nagios +f none /opt/csw/nagios/share/docs/images/activechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cachedcheckgraphs.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cachedchecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cachedchecks1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-avail-a.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-avail-b.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-cmd.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-config.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-a.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-b.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-c.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-extinfo-d.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-histogram.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-history.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-notifications.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-outages.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-showlog.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-a.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-b.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-c.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-status-d.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-statusmap.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-statuswml.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-statuswrl.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-summary.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-tac.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/cgi-trends.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/checkmark.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/checktiming.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/configoverview.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/distributed.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/downtime.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/epn.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/eventhandlers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/externalcommands.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/fast-startup.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/fast-startup1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/fast-startup2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/freshness.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/host-dependencies.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/important.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/integrationoverview.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/interleaved1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/interleaved2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/interleaved3.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/logofullsize.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/monitoring-printers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/monitoring-routers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/monitoring-windows.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-activehostchecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-activelychecked.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-activeservicechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-cachedchecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-commandbuffers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-externalcommands.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-hostperfstats.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-hoststatechange.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-passivechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-passivelychecked.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-serviceperfstats.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/mrtg-servicestatechange.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/multiple-templates1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/multiple-templates2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nagios.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/ndoutils.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/network-outage1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/network-outage2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/noninterleaved1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/noninterleaved2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/note.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nrpe.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nsca.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/nscpp.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-commands.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-contacts.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-hosts.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-services.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/objects-timeperiods.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/passivechecks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/passivehosttranslation.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/plugins.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/predictive-dependency-checks.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/printer.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability3.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/reachability4.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/redudancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/redundancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security1.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/security3.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/seealso.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/service-dependencies.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/statetransitions.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/statetransitions2.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/stoprestart.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/switch.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/tcpwrappers.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/tip.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/tuning.png 0664 nagios nagios +f none /opt/csw/nagios/share/docs/images/upto.gif 0664 nagios nagios +f none /opt/csw/nagios/share/docs/index.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/int-snmptrap.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/int-tcpwrappers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/integration.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/largeinstalltweaks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/macrolist.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/macros.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-linux.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-netware.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-printers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-publicservices.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-routers.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/monitoring-windows.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/mrtggraphs.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/nagiostats.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/networkreachability.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/notifications.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/objectdefinitions.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/objectinheritance.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/objecttricks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/oncallrotation.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/passivechecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/passivestatetranslation.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/perfdata.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/pluginapi.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/plugins.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart-fedora.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart-opensuse.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart-ubuntu.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/quickstart.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/redundancy.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/robots.txt 0664 nagios nagios +f none /opt/csw/nagios/share/docs/security.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/servicechecks.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/stalking.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/startstop.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/statetypes.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/timeperiods.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/toc.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/tuning.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/upgrading.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/verifyconfig.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/volatileservices.html 0664 nagios nagios +f none /opt/csw/nagios/share/docs/whatsnew.html 0664 nagios nagios +d none /opt/csw/nagios/share/images 0755 nagios nagios +f none /opt/csw/nagios/share/images/NagiosEnterprises-whitebg-112x46.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/ack.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/action.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/command.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/comment.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/contexthelp1.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/contexthelp2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/critical.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/delay.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/delete.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/detail.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/disabled.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/down.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/downtime.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/empty.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/enabled.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/extinfo.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/favicon.ico 0664 nagios nagios +f none /opt/csw/nagios/share/images/flapping.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/globe-support-150x150.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/greendot.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/histogram.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/history.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/hostevent.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/info.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/left.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/logofullsize.png 0664 nagios nagios +d none /opt/csw/nagios/share/images/logos 0755 nagios nagios +f none /opt/csw/nagios/share/images/logos/nagios.gd2 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/nagios.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/nagiosvrml.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/unknown.gd2 0664 nagios nagios +f none /opt/csw/nagios/share/images/logos/unknown.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/logrotate.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/ndisabled.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/noack.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/notes.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/notify.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/orangedot.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/passiveonly.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/recovery.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/redudancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/redundancy.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/restart.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/right.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/sblogo.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/images/serviceevent.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/splunk1.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/splunk2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/start.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status3.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/status4.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/stop.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacdisabled.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacdisabled.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacenabled.jpg 0664 nagios nagios +f none /opt/csw/nagios/share/images/tacenabled.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/thermcrit.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/thermok.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/thermwarn.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/trends.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/trendshost.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/trendssvc.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/unknown.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/up.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/warning.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/weblogo1.png 0664 nagios nagios +f none /opt/csw/nagios/share/images/zoom1.gif 0664 nagios nagios +f none /opt/csw/nagios/share/images/zoom2.gif 0664 nagios nagios +f none /opt/csw/nagios/share/index.html 0664 nagios nagios +f none /opt/csw/nagios/share/main.html 0664 nagios nagios +d none /opt/csw/nagios/share/media 0755 nagios nagios +f none /opt/csw/nagios/share/robots.txt 0664 nagios nagios +f none /opt/csw/nagios/share/side.html 0664 nagios nagios +d none /opt/csw/nagios/share/ssi 0755 nagios nagios +d none /opt/csw/nagios/share/stylesheets 0755 nagios nagios +f none /opt/csw/nagios/share/stylesheets/avail.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/checksanity.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/cmd.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/common.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/config.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/extinfo.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/histogram.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/history.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/ministatus.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/notifications.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/outages.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/showlog.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/status.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/statusmap.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/summary.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/tac.css 0664 nagios nagios +f none /opt/csw/nagios/share/stylesheets/trends.css 0664 nagios nagios +d none /opt/csw/nagios/var 0755 nagios nagios +d none /opt/csw/nagios/var/archives 0755 nagios nagios +d none /opt/csw/nagios/var/rw 2770 nagios nagioscm +d none /opt/csw/nagios/var/spool/checkresults 0755 nagios nagios +d none /opt/csw/share/doc/nagios 0755 root bin +f none /opt/csw/share/doc/nagios/Changelog 0644 root bin +f none /opt/csw/share/doc/nagios/INSTALLING 0644 root bin +f none /opt/csw/share/doc/nagios/README 0644 root bin +f none /opt/csw/share/doc/nagios/UPGRADING 0644 root bin +i checkinstall=CSWnagios.checkinstall +i preinstall=CSWnagios.preinstall +i copyright=CSWnagios.copyright +i depend=CSWnagios.depend +i pkginfo=CSWnagios.pkginfo +i postinstall=CSWnagios.postinstall +i preremove=CSWnagios.preremove Added: csw/mgar/pkg/nagios/trunk/files/configure.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/configure.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/configure.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,12 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/configure nagios-3.0.6/configure +--- nagios-3.0.6.orig/configure 2008-12-02 04:48:17.000000000 +0100 ++++ nagios-3.0.6/configure 2008-12-16 16:48:29.610038929 +0100 +@@ -5848,7 +5848,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_save_LIBS="$LIBS" +- LIBS="-lgd $ICONV -lpng -ljpeg -lz -lm $LIBS" ++ LIBS="-lgd $ICONV -lpng -ljpeg -lz -lm -lsunmath $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF Added: csw/mgar/pkg/nagios/trunk/files/doc.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/doc.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/doc.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,24 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/Makefile.in nagios-3.0.6/Makefile.in +--- nagios-3.0.6.orig/Makefile.in 2008-12-25 14:35:24.040581755 +0100 ++++ nagios-3.0.6/Makefile.in 2008-12-25 14:31:46.669473752 +0100 +@@ -28,6 +28,7 @@ + CGIDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + HTMLDIR=@datadir@ ++DOCDIR=$(prefix)/../share/doc/nagios + INSTALL=@INSTALL@ + INSTALL_OPTS= + COMMAND_OPTS= +@@ -268,6 +269,12 @@ + @echo "*** External command directory configured ***" + @echo "" + ++install-docs: ++ $(INSTALL) -m 755 -d $(INSTALL_OPTS) -d $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./Changelog $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./INSTALLING $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./README $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 664 $(INSTALL_OPTS) ./UPGRADING $(DESTDIR)$(DOCDIR) + + fullinstall: install install-init install-commandmode install-webconf + Added: csw/mgar/pkg/nagios/trunk/files/install-opts.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/install-opts.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/install-opts.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,90 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/Makefile.in nagios-3.0.6/Makefile.in +--- nagios-3.0.6.orig/Makefile.in 2008-12-18 21:34:10.373532942 +0100 ++++ nagios-3.0.6/Makefile.in 2008-12-18 21:33:53.350125017 +0100 +@@ -29,11 +29,11 @@ + LIBEXECDIR=@libexecdir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ +-COMMAND_OPTS=@COMMAND_OPTS@ ++INSTALL_OPTS= ++COMMAND_OPTS= + HTTPD_CONF=@HTTPD_CONF@ + INIT_DIR=@init_dir@ +-INIT_OPTS=-o root -g root ++INIT_OPTS= + CGICFGDIR=$(CGIDIR) + PERLDIR=@PERLDIR@ + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/base/Makefile.in nagios-3.0.6/base/Makefile.in +--- nagios-3.0.6.orig/base/Makefile.in 2008-02-28 20:25:45.000000000 +0100 ++++ nagios-3.0.6/base/Makefile.in 2008-12-18 21:33:44.879394311 +0100 +@@ -39,7 +39,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + STRIP=@STRIP@ + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/cgi/Makefile.in nagios-3.0.6/cgi/Makefile.in +--- nagios-3.0.6.orig/cgi/Makefile.in 2008-11-02 18:32:03.000000000 +0100 ++++ nagios-3.0.6/cgi/Makefile.in 2008-12-18 21:33:44.881180126 +0100 +@@ -18,7 +18,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + STRIP=@STRIP@ + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/common/Makefile.in nagios-3.0.6/common/Makefile.in +--- nagios-3.0.6.orig/common/Makefile.in 2003-04-10 05:46:01.000000000 +0200 ++++ nagios-3.0.6/common/Makefile.in 2008-12-18 21:33:44.882663564 +0100 +@@ -20,7 +20,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + + CP=@CP@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/contrib/Makefile.in nagios-3.0.6/contrib/Makefile.in +--- nagios-3.0.6.orig/contrib/Makefile.in 2008-05-19 20:01:58.000000000 +0200 ++++ nagios-3.0.6/contrib/Makefile.in 2008-12-18 21:33:44.884211256 +0100 +@@ -15,7 +15,7 @@ + # Generated automatically from configure script + SNPRINTF_O=@SNPRINTF_O@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + + + prefix=@prefix@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/html/Makefile.in nagios-3.0.6/html/Makefile.in +--- nagios-3.0.6.orig/html/Makefile.in 2008-11-02 18:32:03.000000000 +0100 ++++ nagios-3.0.6/html/Makefile.in 2008-12-18 21:33:44.885749503 +0100 +@@ -10,7 +10,7 @@ + CGIDIR=@sbindir@ + HTMLDIR=@datadir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + + CP=@CP@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/module/Makefile.in nagios-3.0.6/module/Makefile.in +--- nagios-3.0.6.orig/module/Makefile.in 2008-12-18 21:34:09.878424799 +0100 ++++ nagios-3.0.6/module/Makefile.in 2008-12-18 21:33:44.887184503 +0100 +@@ -19,7 +19,7 @@ + exec_prefix=@exec_prefix@ + BINDIR=@bindir@ + INSTALL=@INSTALL@ +-INSTALL_OPTS=@INSTALL_OPTS@ ++INSTALL_OPTS= + COMMAND_OPTS=@COMMAND_OPTS@ + STRIP=@STRIP@ + Added: csw/mgar/pkg/nagios/trunk/files/nagios =================================================================== --- csw/mgar/pkg/nagios/trunk/files/nagios (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/nagios 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,171 @@ +#!/bin/sh +# +# chkconfig: 345 99 01 +# description: Nagios network monitor +# +# File : nagios +# +# Author : Jorge Sanchez Aymar (jsanchez at lanchile.cl) +# +# Changelog : +# +# 1999-07-09 Karl DeBisschop +# - setup for autoconf +# - add reload function +# 1999-08-06 Ethan Galstad +# - Added configuration info for use with RedHat's chkconfig tool +# per Fran Boon's suggestion +# 1999-08-13 Jim Popovitch +# - added variable for nagios/var directory +# - cd into nagios/var directory before creating tmp files on startup +# 1999-08-16 Ethan Galstad +# - Added test for rc.d directory as suggested by Karl DeBisschop +# 2000-07-23 Karl DeBisschop +# - Clean out redhat macros and other dependencies +# +# Description: Starts and stops the Nagios monitor +# used to provide network services status. +# +# Modified for CSW by Alex Moore 2006-02-27 + + +status_nagios () +{ + + if test ! -f $NagiosRun; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + if test -x $NagiosCGI/daemonchk.cgi; then + if $NagiosCGI/daemonchk.cgi -l $NagiosRun; then + return 0 + else + return 1 + fi + else + if ps -p $NagiosPID; then + return 0 + else + return 1 + fi + fi + + return 1 +} + + +killproc_nagios () +{ + + if [ ! -f $NagiosRun ]; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + kill $2 $NagiosPID +} + + +# Source function library +# Solaris doesn't have an rc.d directory, so do a test first +if [ -f /etc/rc.d/init.d/functions ]; then + . /etc/rc.d/init.d/functions +elif [ -f /etc/init.d/functions ]; then + . /etc/init.d/functions +fi + +prefix=/opt/csw/nagios +exec_prefix=${prefix} +NagiosBin=${exec_prefix}/bin/nagios +NagiosCfg=${prefix}/etc/nagios.cfg +NagiosLog=${prefix}/var/status.log +NagiosTmp=${prefix}/var/nagios.tmp +NagiosSav=${prefix}/var/status.sav +NagiosCmd=${prefix}/var/rw/nagios.cmd +NagiosVar=${prefix}/var +NagiosRun=${prefix}/var/nagios.lock +NagiosLckDir=/var/lock/subsys +NagiosLckFile=nagios +NagiosCGI=${exec_prefix}/sbin +Nagios=nagios + + +# Check that nagios exists. +test -f $NagiosBin || exit 0 + +# Check that nagios.cfg exists. +test -f $NagiosCfg || exit 0 + +# See how we were called. +case "$1" in + + start) + echo "Starting network monitor: nagios" + su - $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" + rm -f $NagiosCmd + $NagiosBin -d $NagiosCfg + if [ -d $NagiosLckDir ]; then touch $NagiosLckDir/$NagiosLckFile; fi + sleep 1 + status_nagios nagios + ;; + + stop) + echo "Stopping network monitor: nagios" + killproc_nagios nagios + rm -f $NagiosLog $NagiosTmp $NagiosRun $NagiosLckDir/$NagiosLckFile $NagiosCmd + ;; + + status) + status_nagios nagios + ;; + + restart) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + $0 stop + $0 start + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting restart." + exit 1 + fi + ;; + + reload|force-reload) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + if test ! -f $NagiosRun; then + $0 start + else + NagiosPID=`head -n 1 $NagiosRun` + if status_nagios > /dev/null; then + printf "Reloading nagios configuration..." + killproc_nagios nagios -HUP + echo "done" + else + $0 stop + $0 start + fi + fi + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting reload." + exit 1 + fi + ;; + + *) + echo "Usage: nagios {start|stop|restart|reload|force-reload|status}" + exit 1 + ;; + +esac + +# End of this script Added: csw/mgar/pkg/nagios/trunk/files/nagios.xml =================================================================== --- csw/mgar/pkg/nagios/trunk/files/nagios.xml (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/nagios.xml 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: csw/mgar/pkg/nagios/trunk/files/patch.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/patch.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/patch.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,45 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/cgi/cmd.c nagios-3.0.6/cgi/cmd.c +--- nagios-3.0.6.orig/cgi/cmd.c 2008-11-30 18:22:58.000000000 +0100 ++++ nagios-3.0.6/cgi/cmd.c 2008-12-16 14:01:20.459641641 +0100 +@@ -1885,7 +1885,7 @@ + return; + } + +-__attribute__((format(printf, 2, 3))) ++/* __attribute__((format(printf, 2, 3))) */ + static int cmd_submitf(int id, const char *fmt, ...) + { + char cmd[MAX_EXTERNAL_COMMAND_LENGTH]; +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/include/nebmodules.h nagios-3.0.6/include/nebmodules.h +--- nagios-3.0.6.orig/include/nebmodules.h 2008-11-30 18:22:59.000000000 +0100 ++++ nagios-3.0.6/include/nebmodules.h 2008-12-16 14:02:22.859426641 +0100 +@@ -31,7 +31,7 @@ + + /***** MODULE VERSION INFORMATION *****/ + +-#define NEB_API_VERSION(x) int __neb_api_version = x; ++#define NEB_API_VERSION(x) int __neb_api_version = x + #define CURRENT_NEB_API_VERSION 3 + + +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/module/Makefile.in nagios-3.0.6/module/Makefile.in +--- nagios-3.0.6.orig/module/Makefile.in 2007-12-15 00:02:24.000000000 +0100 ++++ nagios-3.0.6/module/Makefile.in 2008-12-16 14:01:52.009192953 +0100 +@@ -25,13 +25,13 @@ + + CP=@CP@ + +-all: helloworld.o ++all: helloworld + +-helloworld.o: helloworld.c +- $(CC) $(MOD_CFLAGS) $(CFLAGS) -o helloworld.o helloworld.c $(MOD_LDFLAGS) $(LDFLAGS) $(LIBS) ++helloworld: helloworld.c ++ $(CC) $(MOD_CFLAGS) $(CFLAGS) -o helloworld helloworld.c $(MOD_LDFLAGS) $(LDFLAGS) $(LIBS) + + clean: +- rm -f helloworld.o ++ rm -f helloworld + rm -f core *.o + rm -f *~ *.*~ + Added: csw/mgar/pkg/nagios/trunk/files/svc-nagios =================================================================== --- csw/mgar/pkg/nagios/trunk/files/svc-nagios (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/svc-nagios 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,172 @@ +#!/bin/sh +# +# chkconfig: 345 99 01 +# description: Nagios network monitor +# +# File : nagios +# +# Author : Jorge Sanchez Aymar (jsanchez at lanchile.cl) +# +# Changelog : +# +# 1999-07-09 Karl DeBisschop +# - setup for autoconf +# - add reload function +# 1999-08-06 Ethan Galstad +# - Added configuration info for use with RedHat's chkconfig tool +# per Fran Boon's suggestion +# 1999-08-13 Jim Popovitch +# - added variable for nagios/var directory +# - cd into nagios/var directory before creating tmp files on startup +# 1999-08-16 Ethan Galstad +# - Added test for rc.d directory as suggested by Karl DeBisschop +# 2000-07-23 Karl DeBisschop +# - Clean out redhat macros and other dependencies +# +# Description: Starts and stops the Nagios monitor +# used to provide network services status. +# +# Modified for CSW by Alex Moore 2006-02-27 + +. /lib/svc/share/smf_include.sh + +status_nagios () +{ + + if test ! -f $NagiosRun; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + if test -x $NagiosCGI/daemonchk.cgi; then + if $NagiosCGI/daemonchk.cgi -l $NagiosRun; then + return 0 + else + return 1 + fi + else + if ps -p $NagiosPID; then + return 0 + else + return 1 + fi + fi + + return 1 +} + + +killproc_nagios () +{ + + if [ ! -f $NagiosRun ]; then + echo "No lock file found in $NagiosRun" + return 1 + fi + + NagiosPID=`head -n 1 $NagiosRun` + kill $2 $NagiosPID +} + + +# Source function library +# Solaris doesn't have an rc.d directory, so do a test first +if [ -f /etc/rc.d/init.d/functions ]; then + . /etc/rc.d/init.d/functions +elif [ -f /etc/init.d/functions ]; then + . /etc/init.d/functions +fi + +prefix=/opt/csw/nagios +exec_prefix=${prefix} +NagiosBin=${exec_prefix}/bin/nagios +NagiosCfg=${prefix}/etc/nagios.cfg +NagiosLog=${prefix}/var/status.log +NagiosTmp=${prefix}/var/nagios.tmp +NagiosSav=${prefix}/var/status.sav +NagiosCmd=${prefix}/var/rw/nagios.cmd +NagiosVar=${prefix}/var +NagiosRun=${prefix}/var/nagios.lock +NagiosLckDir=/var/lock/subsys +NagiosLckFile=nagios +NagiosCGI=${exec_prefix}/sbin +Nagios=nagios + + +# Check that nagios exists. +test -f $NagiosBin || exit 0 + +# Check that nagios.cfg exists. +test -f $NagiosCfg || exit 0 + +# See how we were called. +case "$1" in + + start) + echo "Starting network monitor: nagios" + su - $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" + rm -f $NagiosCmd + $NagiosBin -d $NagiosCfg + if [ -d $NagiosLckDir ]; then touch $NagiosLckDir/$NagiosLckFile; fi + sleep 1 + status_nagios nagios + ;; + + stop) + echo "Stopping network monitor: nagios" + killproc_nagios nagios + rm -f $NagiosLog $NagiosTmp $NagiosRun $NagiosLckDir/$NagiosLckFile $NagiosCmd + ;; + + status) + status_nagios nagios + ;; + + restart) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + $0 stop + $0 start + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting restart." + exit 1 + fi + ;; + + reload|force-reload) + printf "Running configuration check..." + $NagiosBin -v $NagiosCfg > /dev/null 2>&1; + if [ $? -eq 0 ]; then + echo "done" + if test ! -f $NagiosRun; then + $0 start + else + NagiosPID=`head -n 1 $NagiosRun` + if status_nagios > /dev/null; then + printf "Reloading nagios configuration..." + killproc_nagios nagios -HUP + echo "done" + else + $0 stop + $0 start + fi + fi + else + $NagiosBin -v $NagiosCfg + echo "failed - aborting reload." + exit 1 + fi + ;; + + *) + echo "Usage: nagios {start|stop|restart|reload|force-reload|status}" + exit 1 + ;; + +esac + +# End of this script Added: csw/mgar/pkg/nagios/trunk/files/webconf.diff =================================================================== --- csw/mgar/pkg/nagios/trunk/files/webconf.diff (rev 0) +++ csw/mgar/pkg/nagios/trunk/files/webconf.diff 2009-02-16 14:09:01 UTC (rev 3120) @@ -0,0 +1,12 @@ +diff --speed-large-files --minimal -Nru nagios-3.0.6.orig/Makefile.in nagios-3.0.6/Makefile.in +--- nagios-3.0.6.orig/Makefile.in 2008-12-19 08:48:37.252900900 +0100 ++++ nagios-3.0.6/Makefile.in 2008-12-19 08:48:20.644359694 +0100 +@@ -243,7 +243,7 @@ + @echo "" + + install-webconf: +- $(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/nagios.conf ++ $(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/httpd-nagios.conf + + @echo "" + @echo "*** Nagios/Apache conf file installed ***" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:11:19 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:11:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3121] csw/mgar/pkg Message-ID: Revision: 3121 http://gar.svn.sourceforge.net/gar/?rev=3121&view=rev Author: j_arndt Date: 2009-02-16 14:11:19 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagiosp: Initial commit Added Paths: ----------- csw/mgar/pkg/nagios-plugins/ csw/mgar/pkg/nagios-plugins/branches/ csw/mgar/pkg/nagios-plugins/tags/ csw/mgar/pkg/nagios-plugins/trunk/ csw/mgar/pkg/nagios-plugins/trunk/Makefile csw/mgar/pkg/nagios-plugins/trunk/checksums csw/mgar/pkg/nagios-plugins/trunk/files/ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff Property changes on: csw/mgar/pkg/nagios-plugins/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Added: csw/mgar/pkg/nagios-plugins/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/Makefile 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,39 @@ +GARNAME = nagios-plugins +GARVERSION = 1.4.13 +CATEGORIES = apps + +DESCRIPTION = Plugins for Nagios +define BLURB + Long description +endef + +MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWnagiosp,prototype depend) + +PATCHFILES = makefile.diff # add target 'none' +PATCHFILES += plugins-root.diff # +PATCHFILES += legal.diff + +CFLAGS += -I /opt/csw/postgresql/include/ + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-mysql-dir=/opt/csw/mysql5/bin +CONFIGURE_ARGS += --with-pg-dir=/opt/csw/postgresql/include/ +CONFIGURE_ARGS += --disable-largefile + +libexecdir ?= $(prefix)/libexec/nagios-plugins + +# Extra libs +EXTRA_LIB += /opt/csw/mysql5/lib/mysql +EXTRA_LIB += /opt/csw/postgresql/lib + +# Extra includes +EXTRA_INC = /opt/csw/postgresql/include + +INSTALL_ARGS += install-contrib +INSTALL_ARGS += install-legal + +TEST_TARGET = none + +include gar/category.mk Added: csw/mgar/pkg/nagios-plugins/trunk/checksums =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/checksums (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/checksums 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,7 @@ +be6cc7699fff3ee29d1fd4d562377386 download/nagios-plugins-1.4.13.tar.gz +abfb8a44032960e6bc446a5ae5ebeafd download/CSWnagiosp.gspec +7edc85ec11ed146b6b1fc585c329a468 download/CSWnagiosp.prototype +eadc14b27a73aa55d1d0accc0dd0eb00 download/CSWnagiosp.depend +664323f0ea2e5abf7be2387ca22a13ba download/makefile.diff +3120b49a06d02676a4127fbe4d53f763 download/plugins-root.diff +78d82c2ac3986566dd0edb5b3b66425f download/legal.diff Added: csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.depend 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,10 @@ +P CSWggettext ggettext - GNU gettext +P CSWiconv libiconv - GNU iconv library +P CSWjre6 jre6 - Java Development Kit 6 +P CSWlibnet libnet - the libnet packet construction library +P CSWlibpq libpq - libraries needed by postgresql server and clients +P CSWmysql5rt mysql5rt - run-time libraries for mysql5 +P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) +P CSWosslrt openssl_rt - Openssl runtime libraries +P CSWsasl sasl - Simple Authentication and Security Layer +P CSWzlib zlib - Zlib Data Compression Library Added: csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.gspec 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,3 @@ +%var bitname nagiosp +%var pkgname CSWnagiosp +%include url file://%{PKGLIB}/csw_dyndepend.gspec Added: csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/CSWnagiosp.prototype 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,73 @@ +1 d none /opt/csw/lib 0755 root bin +1 f none /opt/csw/lib/charset.alias 0644 root bin +1 d none /opt/csw/libexec/nagios-plugins 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_apt 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_breeze 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_by_ssh 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_clamd=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_cluster 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_dhcp 4555 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_disk 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_disk_smb 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_dns 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_dummy 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_file_age 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_flexlm 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_fping 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_ftp=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_hpjd 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_http 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_icmp 4555 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ifoperstatus 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ifstatus 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_imap=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ircd 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_jabber=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ldap 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_ldaps=check_ldap +1 f none /opt/csw/libexec/nagios-plugins/check_load 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_log 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mailq 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mrtg 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mrtgtraf 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mysql 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_mysql_query 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_nagios 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_nntp=check_tcp +1 s none /opt/csw/libexec/nagios-plugins/check_nntps=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_nt 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ntp 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ntp_peer 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ntp_time 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_nwstat 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_oracle 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_overcr 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_pgsql 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_ping 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_pop=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_procs 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_real 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_rpc 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_sensors 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_simap=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_smtp 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_snmp 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_spop=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ssh 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_ssmtp=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_swap 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_tcp 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_time 0755 root bin +1 s none /opt/csw/libexec/nagios-plugins/check_udp=check_tcp +1 f none /opt/csw/libexec/nagios-plugins/check_ups 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_users 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/check_wave 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/negate 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/pst3 4555 root bin +1 f none /opt/csw/libexec/nagios-plugins/urlize 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/utils.pm 0755 root bin +1 f none /opt/csw/libexec/nagios-plugins/utils.sh 0755 root bin +1 d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin +1 f none /opt/csw/share/locale/de/LC_MESSAGES/nagios-plugins.mo 0644 root bin +1 d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin +1 f none /opt/csw/share/locale/fr/LC_MESSAGES/nagios-plugins.mo 0644 root bin Added: csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/legal.diff 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,17 @@ +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/Makefile.in nagios-plugins-1.4.13/Makefile.in +--- nagios-plugins-1.4.13.orig/Makefile.in 2009-02-04 12:38:29.568808276 +0100 ++++ nagios-plugins-1.4.13/Makefile.in 2009-02-04 12:38:15.957832674 +0100 +@@ -1042,6 +1042,13 @@ + $(INSTALL) -d $(DESTDIR)$(docdir) + $(INSTALL) -m 644 contrib.tar $(DESTDIR)$(docdir) + ++INFO_DIST = BUGS ChangeLog FAQ README REQUIREMENTS SUPPORT ++install-legal: ++ $(INSTALL) -d $(DESTDIR)$(docdir) ++ for i in $(INFO_DIST); do \ ++ $(INSTALL) -m 644 $$i $(DESTDIR)$(docdir) ; \ ++ done ++ + + tap: + cd @TAP_DIR@ && $(MAKE) Added: csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/makefile.diff 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,22 @@ +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/Makefile.in nagios-plugins-1.4.13/Makefile.in +--- nagios-plugins-1.4.13.orig/Makefile.in 2008-09-25 10:33:22.000000000 +0200 ++++ nagios-plugins-1.4.13/Makefile.in 2009-02-03 21:53:58.207039758 +0100 +@@ -1037,6 +1037,12 @@ + install-root: + cd plugins-root && $(MAKE) $@ + ++install-contrib: ++ tar cf contrib.tar contrib/ ++ $(INSTALL) -d $(DESTDIR)$(docdir) ++ $(INSTALL) -m 644 contrib.tar $(DESTDIR)$(docdir) ++ ++ + tap: + cd @TAP_DIR@ && $(MAKE) + +@@ -1073,3 +1079,5 @@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++none: Added: csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff =================================================================== --- csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff (rev 0) +++ csw/mgar/pkg/nagios-plugins/trunk/files/plugins-root.diff 2009-02-16 14:11:19 UTC (rev 3121) @@ -0,0 +1,81 @@ +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/plugins-root/Makefile.am nagios-plugins-1.4.13/plugins-root/Makefile.am +--- nagios-plugins-1.4.13.orig/plugins-root/Makefile.am 2008-07-02 22:00:08.000000000 +0200 ++++ nagios-plugins-1.4.13/plugins-root/Makefile.am 2009-02-02 15:04:58.121712871 +0100 +@@ -41,26 +41,18 @@ + chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \ + done + +-install-root: $(noinst_PROGRAMS) +- @$(INSTALL_SUID) ++install-root: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 pst3 $(DESTDIR)$(libexecdir) + +-install-exec-local: $(noinst_PROGRAMS) +- @TMPFILE=$(DESTDIR)$(libexecdir)/.setuid-$$$$; \ +- rm -f $$TMPFILE; \ +- echo > $$TMPFILE; \ +- ## See if we can create a setuid root executable in $(libexecdir). +- ## If not, then don't even try to install setuid plugins. +- can_create_suid_root_executable=no; \ +- chown root $$TMPFILE > /dev/null 2>&1 \ +- && chmod $(setuid_root_mode) $$TMPFILE > /dev/null 2>&1 \ +- && can_create_suid_root_executable=yes; \ +- rm -f $$TMPFILE; \ +- if test $$can_create_suid_root_executable = yes; then \ +- $(INSTALL_SUID); \ +- else \ +- echo "WARNING: insufficient access; not installing setuid plugins"; \ +- echo "NOTE: to install setuid plugins, run 'make install-root' as root"; \ +- fi ++ ++install-exec-local: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 744 pst3 $(DESTDIR)$(libexecdir) + + # /* Author Coreutils team sub-citation */ + +diff --speed-large-files --minimal -Nru nagios-plugins-1.4.13.orig/plugins-root/Makefile.in nagios-plugins-1.4.13/plugins-root/Makefile.in +--- nagios-plugins-1.4.13.orig/plugins-root/Makefile.in 2008-09-25 10:33:20.000000000 +0200 ++++ nagios-plugins-1.4.13/plugins-root/Makefile.in 2009-02-02 15:04:14.144038426 +0100 +@@ -952,24 +952,19 @@ + test: + perl -I $(top_builddir) -I $(top_srcdir) ../test.pl + +-install-root: $(noinst_PROGRAMS) +- @$(INSTALL_SUID) ++install-root: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 pst3 $(DESTDIR)$(libexecdir) + +-install-exec-local: $(noinst_PROGRAMS) +- @TMPFILE=$(DESTDIR)$(libexecdir)/.setuid-$$$$; \ +- rm -f $$TMPFILE; \ +- echo > $$TMPFILE; \ +- can_create_suid_root_executable=no; \ +- chown root $$TMPFILE > /dev/null 2>&1 \ +- && chmod $(setuid_root_mode) $$TMPFILE > /dev/null 2>&1 \ +- && can_create_suid_root_executable=yes; \ +- rm -f $$TMPFILE; \ +- if test $$can_create_suid_root_executable = yes; then \ +- $(INSTALL_SUID); \ +- else \ +- echo "WARNING: insufficient access; not installing setuid plugins"; \ +- echo "NOTE: to install setuid plugins, run 'make install-root' as root"; \ +- fi ++ ++install-exec-local: ++ $(INSTALL) -m 755 -d $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_dhcp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 check_icmp $(DESTDIR)$(libexecdir) ++ $(INSTALL) -m 644 pst3 $(DESTDIR)$(libexecdir) ++# + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:16:45 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:16:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3122] csw/mgar/pkg/nagios-plugins/trunk/ Message-ID: Revision: 3122 http://gar.svn.sourceforge.net/gar/?rev=3122&view=rev Author: j_arndt Date: 2009-02-16 14:16:45 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagiosp: Update to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/nagios-plugins/trunk/ Property changes on: csw/mgar/pkg/nagios-plugins/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:19:38 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:19:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3123] csw/mgar/pkg Message-ID: Revision: 3123 http://gar.svn.sourceforge.net/gar/?rev=3123&view=rev Author: j_arndt Date: 2009-02-16 14:19:38 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nrpe: Initial commit Added Paths: ----------- csw/mgar/pkg/nrpe/ csw/mgar/pkg/nrpe/branches/ csw/mgar/pkg/nrpe/tags/ csw/mgar/pkg/nrpe/trunk/ csw/mgar/pkg/nrpe/trunk/Makefile csw/mgar/pkg/nrpe/trunk/checksums csw/mgar/pkg/nrpe/trunk/files/ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.depend csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.gspec csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.postinstall csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype csw/mgar/pkg/nrpe/trunk/files/configure.diff csw/mgar/pkg/nrpe/trunk/files/doc.diff csw/mgar/pkg/nrpe/trunk/files/makefile.diff csw/mgar/pkg/nrpe/trunk/files/nrpe csw/mgar/pkg/nrpe/trunk/files/nrpe.xml csw/mgar/pkg/nrpe/trunk/files/patch.diff csw/mgar/pkg/nrpe/trunk/files/svc-nrpe Property changes on: csw/mgar/pkg/nrpe/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 Added: csw/mgar/pkg/nrpe/trunk/Makefile =================================================================== --- csw/mgar/pkg/nrpe/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nrpe/trunk/Makefile 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,46 @@ +GARNAME = nrpe +GARVERSION = 2.12 +CATEGORIES = apps + +DESCRIPTION = NRPE daemon for Nagios +define BLURB + NRPE allows you to remotely execute Nagios plugins on other Linux/Unix machines. This allows you to monitor remote machine metrics (disk usage, CPU load, etc.). NRPE can also communicate with some of the Windows agent addons, so you can execute scripts and check metrics on remote Windows machines as well. +endef + +#MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagios/ +MASTER_SITES = $(SF_MASTERS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWnrpe, prototype checkinstall preinstall postinstall preremove depend) +DISTFILES += svc-nrpe nrpe.xml nrpe +DISTFILES += $(call admfiles,CSWnrpeplugin, prototype depend) + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-ssl-lib=/opt/csw/lib +CONFIGURE_ARGS += --with-ssl-inc=/opt/csw/include +CONFIGURE_ARGS += --with-ssl-dir=/opt/csw/bin +CONFIGURE_ARGS += --with-kerberos-inc=/opt/csw/include +CONFIGURE_ARGS += --prefix=/opt/csw/nagios +CONFIGURE_ARGS += --exec-prefix=/opt/csw/nagios +CONFIGURE_ARGS += --with-command-user=nagios +CONFIGURE_ARGS += --with-command-group=nagios + +PATCHFILES = patch.diff # Removal of LOG_AUTHPRIV and LOG_FTP + # Solaris doesn't have these log facilities +PATCHFILES += configure.diff +PATCHFILES += makefile.diff +PATCHFILES += doc.diff # changes made to global Makefile.in to copy some docs + +sysconfdir ?= $(prefix)/nagios/etc +bindir ?= $(prefix)/bin +libexecdir ?= $(prefix)/libexec/nagios-plugins +datadir ?= $(prefix)/share + + +#EXTRA_LIB = /opt/csw/lib + +TEST_TARGET = all + +INSTALL_ARGS += install-docs +INSTALL_ARGS += install-daemon-config + +include gar/category.mk Added: csw/mgar/pkg/nrpe/trunk/checksums =================================================================== --- csw/mgar/pkg/nrpe/trunk/checksums (rev 0) +++ csw/mgar/pkg/nrpe/trunk/checksums 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,18 @@ +b2d75e2962f1e3151ef58794d60c9e97 download/nrpe-2.12.tar.gz +cc0aa5807e491e4ae15124da5aca4be1 download/CSWnrpe.gspec +244f45e40f17aa98a0bb1a93ed7b9554 download/CSWnrpe.prototype +bda68135e2b65da40c3d2b68a3b8dc78 download/CSWnrpe.checkinstall +53eea7ed36535bb6cbe1d6fe0aae3508 download/CSWnrpe.preinstall +71c9056ac6d0010a748745a405385d55 download/CSWnrpe.postinstall +393872a95d2b9ec90363664c31074415 download/CSWnrpe.preremove +c585258595292cc43525385c87e1d126 download/CSWnrpe.depend +ec1857a4400022e3eec874c34e2b7232 download/svc-nrpe +1ee84a3e24cd4237bbb1fae59fc1d4ca download/nrpe.xml +ec1857a4400022e3eec874c34e2b7232 download/nrpe +54aebe8f3d7bc8d2ec5ea1954d859b10 download/CSWnrpeplugin.gspec +e22a7817c7665e79bcbad7e091375be9 download/CSWnrpeplugin.prototype +a3658628a24ac990a0e3b552a9fcb8db download/CSWnrpeplugin.depend +5b02d4385daaea2a8c13903539aa6189 download/patch.diff +4b51476c782d2c5764d10f8ed530ada0 download/configure.diff +90d1e4acfa3f031b20fc7e229387d0e6 download/makefile.diff +34edc5baa80d11bae0ddd754e2e72b23 download/doc.diff Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.checkinstall 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,50 @@ +# See if user group are needed +NEEDNAGUSER=0 +NEEDNAGGROUP=0 +NEEDCMDGROUP=0 + +#First check target machines password file, THEN check +#NIS/NIS+/whatever + +grep '^nagios:' /etc/passwd >/dev/null +if [ $? -ne 0 ] ; then + getent passwd nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGUSER=1 + fi +fi + +grep '^nagios:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + getent group nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDNAGGROUP=1 + fi +fi + +if [ "$NEEDNAGUSER" = 1 ] ; then + echo "***" + echo "User nagios must exist for this package install." + echo "nagios user will be added." + ADDNAGUSER=1 +else + echo "nagios user detected" +fi + +if [ "$NEEDNAGGROUP" = 1 ] ; then + echo "***" + echo "Group nagios must exist for this package install." + echo "nagios group will be added." + ADDNAGGROUP=1 +else + echo "nagios group detected" +fi + +# Make env variables available to other packaging scripts + +cat >$1 </dev/null 2>&1 ; then + echo "## Stopping nrpe" + if [ $smf = yes ]; then + /usr/sbin/svcadm disable svc:/application/cswnrpe >/dev/null 2>&1 + else + /etc/init.d/cswnrpe stop >/dev/null 2>&1 + fi + while pgrep nrpe > /dev/null + do + sleep 1 + done +fi + +if [ $smf = yes ]; then + # Register with SMF + echo "Configuring service in SMF" + /usr/sbin/svccfg import /opt/csw/var/svc/manifest/application/nrpe.xml >/dev/null 2>&1 + /usr/sbin/svcadm disable svc:application/cswnrpe >/dev/null 2>&1 + echo "nrpe is using Service Management Facility. The FMRI is:" + echo " svc:/application/cswnrpe:default" +fi + +# Start nrpe +if [ "$enable_daemon" = "yes" ] ; then + if [ -f $BASEDIR/opt/csw/nagios/etc/nrpe.cfg ]; then + echo "## Starting nrpe" + if [ $smf = yes ]; then + /usr/sbin/svcadm enable svc:/application/cswnrpe >/dev/null 2>&1 + else + /etc/init.d/cswnrpe start >/dev/null 2>&1 + fi + else + echo "## Not starting nrpe - configuration file not found" + if [ $smf = yes ] ; then + /usr/sbin/svcadm disable svc:/application/cswnrpe >/dev/null 2>&1 + fi + fi +fi Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preinstall 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,23 @@ +# This script exists to make sure the required user +# accounts nagios and groups nagios exist. +# 2006-02-27: group nagioscm is required. +# 2007-09-11 Fix PKG_INSTALL_ROOT usage. BASEDIR is not used for non +# relocatable packages. + +#If installing package on a filesystem tree not running the OS; then exit. +if [ ! x"$PKG_INSTALL_ROOT" = x"" ] ; then exit 0 ; fi + +NAGIOSHOME=/opt/csw/nagios + +if [ "$NEEDNAGGROUP" = 1 ] ; then + echo adding nagios group + /usr/sbin/groupadd nagios +fi + +if [ "$NEEDNAGUSER" = 1 ] ; then + echo adding nagios user + /usr/sbin/useradd -g nagios nagios + /usr/sbin/usermod -s /bin/false -d $NAGIOSHOME nagios +fi + +exit 0 Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.preremove 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,27 @@ +# nrpe - preremove script +# 2007-09-11 Fix PKG_INSTALL_ROOT usage. BASEDIR is not used for non +# relocatable packages. +# +# Stop nagios if it is running. + +#If removing package from a filesystem tree not running the OS; then exit. +if [ ! x"$PKG_INSTALL_ROOT" = x"" ] ; then exit 0 ; fi + +smf=no +if [ -f /usr/sbin/svccfg -a -f /usr/sbin/svcadm ] ; then smf=yes ; fi + + echo "## Stopping nrpe" + if [ $smf = yes ] + then + # Disable service + /usr/sbin/svcadm disable -s svc:application/cswnrpe:default >/dev/null 2>&1 + else + /etc/init.d/cswnrpe stop >/dev/null 2>&1 + fi + +if [ $smf = yes ] ; then + # Unregister with SMF + /usr/sbin/svccfg delete svc:application/cswnrpe:default >/dev/null 2>&1 +fi + +exit 0 Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpe.prototype 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,11 @@ +d none /opt/csw/bin 0755 nagios nagios +f none /opt/csw/bin/nrpe 0775 nagios nagios +1 f none /opt/csw/nagios/etc/nrpe.cfg 0644 root bin +d none /opt/csw/share/doc/nrpe 0755 root bin +f none /opt/csw/share/doc/nrpe/NRPE.pdf 0644 root bin +f none /opt/csw/share/doc/nrpe/LEGAL 0644 root bin +f none /opt/csw/share/doc/nrpe/README 0644 root bin +f none /opt/csw/share/doc/nrpe/README.SSL 0644 root bin +f none /opt/csw/share/doc/nrpe/SECURITY 0644 root bin +i depend=CSWnrpe.depend +i pkginfo=CSWnrpe.pkginfo Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.depend 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1 @@ +P CSWosslrt openssl_rt - Openssl runtime libraries Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.gspec 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,4 @@ +%var bitname nrpeplugin +%var pkgname CSWnrpeplugin +%include url file://%{PKGLIB}/csw_dyndepend.gspec +#%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/CSWnrpeplugin.prototype 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,4 @@ +d none /opt/csw/libexec/nagios-plugins 0755 root bin +f none /opt/csw/libexec/nagios-plugins/check_nrpe 0775 root bin +i depend=CSWnrpeplugin.depend +i pkginfo=CSWnrpeplugin.pkginfo Added: csw/mgar/pkg/nrpe/trunk/files/configure.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/configure.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/configure.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,12 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/configure nrpe-2.12/configure +--- nrpe-2.12.orig/configure 2008-03-10 22:04:41.000000000 +0100 ++++ nrpe-2.12/configure 2008-12-23 13:30:12.640927821 +0100 +@@ -6179,7 +6179,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lwrap $LIBS" ++LIBS="-lsocket -lwrap $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF Added: csw/mgar/pkg/nrpe/trunk/files/doc.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/doc.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/doc.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,36 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/Makefile.in nrpe-2.12/Makefile.in +--- nrpe-2.12.orig/Makefile.in 2008-12-25 13:05:01.688902701 +0100 ++++ nrpe-2.12/Makefile.in 2008-12-25 13:04:44.279858247 +0100 +@@ -8,6 +8,7 @@ + # Source code directories + SRC_BASE=./src/ + SRC_INCLUDE=./include/ ++DOC_BASE=./docs/ + + CC=@CC@ + CFLAGS=@CFLAGS@ @DEFS@ +@@ -19,6 +20,8 @@ + BINDIR=@bindir@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ ++DATADIR=@datadir@ ++DOCDIR=$(DATADIR)/doc/nrpe + INSTALL=@INSTALL@ + NAGIOS_INSTALL_OPTS= + NRPE_INSTALL_OPTS= +@@ -62,6 +65,15 @@ + $(INSTALL) -m 775 $(NAGIOS_INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) + $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) sample-config/nrpe.cfg $(DESTDIR)$(CFGDIR) + ++install-docs: ++ $(INSTALL) -m 775 $(NAGIOS_INSTALL_OPTS) -d $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) $(DOC_BASE)/NRPE.pdf $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./LEGAL $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./README $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./README.SSL $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) ./SECURITY $(DESTDIR)$(DOCDIR) ++ ++ + clean: + cd $(SRC_BASE); $(MAKE) $@ ; cd .. + rm -f core Added: csw/mgar/pkg/nrpe/trunk/files/makefile.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/makefile.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/makefile.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,28 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/Makefile.in nrpe-2.12/Makefile.in +--- nrpe-2.12.orig/Makefile.in 2007-03-14 16:30:05.000000000 +0100 ++++ nrpe-2.12/Makefile.in 2008-12-23 21:18:00.782772164 +0100 +@@ -20,8 +20,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + INIT_DIR=@init_dir@ + INIT_OPTS=-o root -g root +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/src/Makefile.in nrpe-2.12/src/Makefile.in +--- nrpe-2.12.orig/src/Makefile.in 2007-08-13 19:10:07.000000000 +0200 ++++ nrpe-2.12/src/Makefile.in 2008-12-23 21:21:13.784808266 +0100 +@@ -24,8 +24,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + # Generated automatically from configure script + SNPRINTF_O=@SNPRINTF_O@ Added: csw/mgar/pkg/nrpe/trunk/files/nrpe =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/nrpe (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/nrpe 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,51 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nrpe 1.19 01/12/05 SMI" +# Modified for CSW by Alex Moore 2005-12-03 +# 2007-08-18 Add pid file support. +# 2007-08-19 Fix nagios uid used for pgrep. Thanks to Will McDonald for this. + +CONFIG_FILE=/etc/opt/csw/nrpe.cfg +if [ ! -f $CONFIG_FILE ] ; then + CONFIG_FILE=/opt/csw/nagios/etc/nrpe.cfg +fi +BIN_FILE="/opt/csw/bin/nrpe" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +NRPE_USER=`awk -F'=' '/nrpe_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 Added: csw/mgar/pkg/nrpe/trunk/files/nrpe.xml =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/nrpe.xml (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/nrpe.xml 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: csw/mgar/pkg/nrpe/trunk/files/patch.diff =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/patch.diff (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/patch.diff 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,16 @@ +diff --speed-large-files --minimal -Nru nrpe-2.12.orig/src/nrpe.c nrpe-2.12/src/nrpe.c +--- nrpe-2.12.orig/src/nrpe.c 2008-03-10 22:04:43.000000000 +0100 ++++ nrpe-2.12/src/nrpe.c 2008-12-15 14:31:43.737436594 +0100 +@@ -613,10 +613,10 @@ + log_facility=LOG_UUCP; + else if(!strcmp(varvalue,"cron")) + log_facility=LOG_CRON; +- else if(!strcmp(varvalue,"authpriv")) ++/* else if(!strcmp(varvalue,"authpriv")) + log_facility=LOG_AUTHPRIV; + else if(!strcmp(varvalue,"ftp")) +- log_facility=LOG_FTP; ++ log_facility=LOG_FTP; */ + else if(!strcmp(varvalue,"local0")) + log_facility=LOG_LOCAL0; + else if(!strcmp(varvalue,"local1")) Added: csw/mgar/pkg/nrpe/trunk/files/svc-nrpe =================================================================== --- csw/mgar/pkg/nrpe/trunk/files/svc-nrpe (rev 0) +++ csw/mgar/pkg/nrpe/trunk/files/svc-nrpe 2009-02-16 14:19:38 UTC (rev 3123) @@ -0,0 +1,51 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nrpe 1.19 01/12/05 SMI" +# Modified for CSW by Alex Moore 2005-12-03 +# 2007-08-18 Add pid file support. +# 2007-08-19 Fix nagios uid used for pgrep. Thanks to Will McDonald for this. + +CONFIG_FILE=/etc/opt/csw/nrpe.cfg +if [ ! -f $CONFIG_FILE ] ; then + CONFIG_FILE=/opt/csw/nagios/etc/nrpe.cfg +fi +BIN_FILE="/opt/csw/bin/nrpe" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +NRPE_USER=`awk -F'=' '/nrpe_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$NRPE_USER nrpe`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:21:13 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:21:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3124] csw/mgar/pkg Message-ID: Revision: 3124 http://gar.svn.sourceforge.net/gar/?rev=3124&view=rev Author: j_arndt Date: 2009-02-16 14:21:13 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nsca: Initial commit Added Paths: ----------- csw/mgar/pkg/nsca/ csw/mgar/pkg/nsca/branches/ csw/mgar/pkg/nsca/tags/ csw/mgar/pkg/nsca/trunk/ csw/mgar/pkg/nsca/trunk/Makefile csw/mgar/pkg/nsca/trunk/checksums csw/mgar/pkg/nsca/trunk/files/ csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall csw/mgar/pkg/nsca/trunk/files/CSWnsca.depend csw/mgar/pkg/nsca/trunk/files/CSWnsca.gspec csw/mgar/pkg/nsca/trunk/files/CSWnsca.preinstall csw/mgar/pkg/nsca/trunk/files/CSWnsca.prototype csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.depend csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.gspec csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.preinstall csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype csw/mgar/pkg/nsca/trunk/files/makefile.diff csw/mgar/pkg/nsca/trunk/files/nsca csw/mgar/pkg/nsca/trunk/files/nsca.xml csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff csw/mgar/pkg/nsca/trunk/files/svc-nsca Property changes on: csw/mgar/pkg/nsca/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/nsca/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsca/trunk/Makefile (rev 0) +++ csw/mgar/pkg/nsca/trunk/Makefile 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,37 @@ +GARNAME = nsca +GARVERSION = 2.7.2 +CATEGORIES = apps + +DESCRIPTION = passive checks for nagios +define BLURB + NSCA allows you to integrate passive alerts and checks from remote machines and applications with Nagios. Useful for processing security alerts, as well as redundant and distributed Nagios setups. +endef + +MASTER_SITES = http://mesh.dl.sourceforge.net/sourceforge/nagios/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWnsca, prototype checkinstall preinstall depend) +DISTFILES += $(call admfiles,CSWsendnsca, preinstall depend) +DISTFILES += nsca nsca.xml svc-nsca + +PATCHFILES += submit_check_results.diff +PATCHFILES += makefile.diff + +CONFIGURE_ARGS = $(DIRPATHS) +#CONFIGURE_ARGS += --with-nsca-user=nagios +#CONFIGURE_ARGS += --with-nsca-grp=nagios +CONFIGURE_ARGS += --with-nsca-port=5667 + +sysconfdir ?= $(prefix)/etc +bindir ?= $(prefix)/bin +localstatedir ?= $(prefix)/nagios/var + + +BUILD_TARGETS = nsca + +SKIPTEST = 1 + +#INSTALL_ARGS = install-nsca +INSTALL_ARGS += install-sendnsca +INSTALL_ARGS += install-nsca + +include gar/category.mk Added: csw/mgar/pkg/nsca/trunk/checksums =================================================================== --- csw/mgar/pkg/nsca/trunk/checksums (rev 0) +++ csw/mgar/pkg/nsca/trunk/checksums 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,14 @@ +33a98e7975f633a9489d7a8938ed6131 download/nsca-2.7.2.tar.gz +f23029e0be9b0379f46a52101c28f328 download/CSWnsca.gspec +9fa3302e1adfe6fb72e91b3cb0f5fdc3 download/CSWnsca.prototype +1886b15eafd2e2a5a4b230918960ea9a download/CSWnsca.checkinstall +7fef893e65bb68bc0762434dbeace713 download/CSWnsca.preinstall +4a31b1f69eb7caee94f3fffa1232e9f4 download/CSWnsca.depend +b82767ed7ab002fea4b3a4395511c93c download/CSWsendnsca.gspec +8bf9882f3115e8514ae6d9a866397c71 download/CSWsendnsca.preinstall +a590499dfa6f086d05cda4d86c2333cc download/CSWsendnsca.depend +58baa05824b28682cef9e678c3d0cefa download/nsca +b36f9006d3f725cc8d6cb9c01533a75c download/nsca.xml +58baa05824b28682cef9e678c3d0cefa download/svc-nsca +cbb38cacd3ca318f00dfa0877b6017df download/submit_check_results.diff +9e1686ea93030fb004d8c65f8c0a2e7d download/makefile.diff Added: csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall =================================================================== --- csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/CSWnsca.checkinstall 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,32 @@ +# checkinstall script for nsca +# Verify that the external command group nagioscm exists +# 2007-12-02 Fix PKG_INSTALL_ROOT usage. BASEDIR is not used for non +# relocatable packages. +# +# See if group are needed +NEEDCMDGROUP=0 + +# First check target machines group file, THEN check +# NIS/NIS+/whatever + +/usr/bin/grep '^nagioscm:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + /usr/bin/getent group nagioscm >/dev/null + if [ $? -ne 0 ] ; then + NEEDCMDGROUP=1 + fi +fi + +if [ "$NEEDCMDGROUP" = 1 ] ; then + echo "***" + echo "Group nagioscm must exist for this package install." + echo "nagioscm group will be added." + ADDCMDGROUP=1 +else + echo "nagioscm group detected" +fi + +cat >$1 </dev/null +if [ $? -ne 0 ] ; then + getent passwd nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDUSER=1 + fi +fi + +grep '^nagios:' /etc/group >/dev/null +if [ $? -ne 0 ] ; then + getent group nagios >/dev/null + if [ $? -ne 0 ] ; then + NEEDGROUP=1 + fi +fi + +if [ "$NEEDGROUP" = 1 ] ; then + echo adding nagios group + /usr/sbin/groupadd nagios +else + echo nagios group detected +fi + +if [ "$NEEDUSER" = 1 ] ; then + echo adding nagios user + /usr/sbin/useradd -g nagios nagios + /usr/sbin/usermod -s /bin/false -d $NAGIOSHOME nagios +else + echo nagios user detected +fi Added: csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype =================================================================== --- csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/CSWsendnsca.prototype 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,13 @@ +1 d none /opt/csw/bin 0755 root bin +1 f none /opt/csw/bin/send_nsca 0755 root bin +1 d none /opt/csw/etc 0755 root bin +1 f none /opt/csw/etc/send_nsca.cfg 0644 root bin +1 d none /opt/csw/share/doc/send_nsca 0755 root bin +1 f none /opt/csw/share/doc/send_nsca/Changelog 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/LEGAL 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/README 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/SECURITY 0644 root bin +1 f none /opt/csw/share/doc/send_nsca/submit_check_result-sample 0755 root bin +1 i depend 102 8932 1233484206 +1 i pkginfo 318 26530 1233484206 +1 i preinstall 1105 19093 1230467644 Added: csw/mgar/pkg/nsca/trunk/files/makefile.diff =================================================================== --- csw/mgar/pkg/nsca/trunk/files/makefile.diff (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/makefile.diff 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,46 @@ +diff --speed-large-files --minimal -Nru nsca-2.7.2.orig/Makefile.in nsca-2.7.2/Makefile.in +--- nsca-2.7.2.orig/Makefile.in 2003-10-16 01:17:45.000000000 +0200 ++++ nsca-2.7.2/Makefile.in 2009-02-11 10:25:05.717351194 +0100 +@@ -9,6 +9,15 @@ + SRC_BASE=./src/ + SRC_INCLUDE=./include/ + ++prefix=@prefix@ ++BINDIR=@bindir@ ++NAGIOSBINDIR=@prefix@/nagios/bin ++NAGIOSCFGDIR=@prefix@/nagios/etc ++CFGDIR=@sysconfdir@ ++NSCADOCDIR=$(prefix)/share/doc/nsca ++SENDNSCADOCDIR=@prefix@/share/doc/send_nsca ++INSTALL=@INSTALL@ ++ + all: + cd $(SRC_BASE); $(MAKE) $@ ; cd .. + +@@ -35,6 +44,26 @@ + @echo "client and server binaries." + @echo "" + ++install-nsca: ++ $(INSTALL) -m 755 src/nsca $(DESTDIR)$(NAGIOSBINDIR) ++ $(INSTALL) -m 600 sample-config/nsca.cfg $(DESTDIR)$(NAGIOSCFGDIR)/nsca.cfg ++ $(INSTALL) -m 755 -d $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./Changelog $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./LEGAL $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./README $(DESTDIR)$(NSCADOCDIR) ++ $(INSTALL) -m 644 ./SECURITY $(DESTDIR)$(NSCADOCDIR) ++ ++install-sendnsca: ++ $(INSTALL) -m 755 src/send_nsca $(DESTDIR)$(BINDIR) ++ $(INSTALL) -m 755 -d $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 755 -d $(DESTDIR)$(CFGDIR) ++ $(INSTALL) -m 755 src/submit_check_result-sample $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 600 sample-config/send_nsca.cfg $(DESTDIR)$(CFGDIR)/send_nsca.cfg ++ $(INSTALL) -m 644 ./Changelog $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 644 ./LEGAL $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 644 ./README $(DESTDIR)$(SENDNSCADOCDIR) ++ $(INSTALL) -m 644 ./SECURITY $(DESTDIR)$(SENDNSCADOCDIR) ++ + clean: + cd $(SRC_BASE); $(MAKE) $@ ; cd .. + rm -f core Added: csw/mgar/pkg/nsca/trunk/files/nsca =================================================================== --- csw/mgar/pkg/nsca/trunk/files/nsca (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/nsca 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,47 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nsca 1.19 01/12/05 SMI" +# Modified for OpenCSW by Juergen Arndt 2009-02-08 +# (derived from svc-nrpe written by Alex Moore) + +CONFIG_FILE=/opt/csw/nagios/etc/nsca.cfg +BIN_FILE="/opt/csw/nagios/bin/nsca" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +nsca_USER=`awk -F'=' '/nsca_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 Added: csw/mgar/pkg/nsca/trunk/files/nsca.xml =================================================================== --- csw/mgar/pkg/nsca/trunk/files/nsca.xml (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/nsca.xml 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff =================================================================== --- csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/submit_check_results.diff 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,40 @@ +diff --speed-large-files --minimal -Nru nsca-2.7.2.orig/src/submit_check_result-sample nsca-2.7.2/src/submit_check_result-sample +--- nsca-2.7.2.orig/src/submit_check_result-sample 1970-01-01 01:00:00.000000000 +0100 ++++ nsca-2.7.2/src/submit_check_result-sample 2009-02-07 16:12:02.559207031 +0100 +@@ -0,0 +1,36 @@ ++#!/bin/sh ++ ++# Arguments: ++# $1 = host_name (Short name of host that the service is ++# associated with) ++# $2 = svc_description (Description of the service) ++# $3 = state_string (A string representing the status of ++# the given service - "OK", "WARNING", "CRITICAL" ++# or "UNKNOWN") ++# $4 = plugin_output (A text string that should be used ++# as the plugin output for the service checks) ++# ++ ++# Convert the state string to the corresponding return code ++return_code=-1 ++ ++case "$3" in ++ OK) ++ return_code=0 ++ ;; ++ WARNING) ++ return_code=1 ++ ;; ++ CRITICAL) ++ return_code=2 ++ ;; ++ UNKNOWN) ++ return_code=-1 ++ ;; ++ esac ++ ++# pipe the service check info into the send_nsca program, which ++# in turn transmits the data to the nsca daemon on the central ++# monitoring server ++ ++/usr/bin/echo "$1\t$2\t$return_code\t$4" | /opt/csw/bin/send_nsca my.central.server -c /opt/csw/etc/send_nsca.cfg Added: csw/mgar/pkg/nsca/trunk/files/svc-nsca =================================================================== --- csw/mgar/pkg/nsca/trunk/files/svc-nsca (rev 0) +++ csw/mgar/pkg/nsca/trunk/files/svc-nsca 2009-02-16 14:21:13 UTC (rev 3124) @@ -0,0 +1,47 @@ +#!/bin/sh +# +# Copyright (c) 1992 - 2001 by Sun Microsystems, Inc. +# All rights reserved. +# +#ident "@(#)nsca 1.19 01/12/05 SMI" +# Modified for OpenCSW by Juergen Arndt 2009-02-08 +# (derived from svc-nrpe written by Alex Moore) + +CONFIG_FILE=/opt/csw/nagios/etc/nsca.cfg +BIN_FILE="/opt/csw/nagios/bin/nsca" +pidfile=`grep '^pid_file' $CONFIG_FILE |awk '{ FS = "=" } {print $2;}'` +nsca_USER=`awk -F'=' '/nsca_user/ { print $NF }' $CONFIG_FILE` + +case "$1" in +'restart') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + if [ -f $CONFIG_FILE ]; then + wait 1 + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'start') + if [ -f $CONFIG_FILE ]; then + $BIN_FILE -c $CONFIG_FILE -d + fi + ;; + +'stop') + [ -n "`pgrep -x -u 0,1,$nsca_USER nsca`" ] && /usr/bin/kill `head -1 $pidfile` + # remove pid file + if [ -f "$pidfile" ]; then + rm "$pidfile" + fi + ;; + +*) + echo "Usage: $0 { start | stop | restart }" + exit 1 + ;; +esac +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:23:50 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:23:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3125] csw/mgar/pkg Message-ID: Revision: 3125 http://gar.svn.sourceforge.net/gar/?rev=3125&view=rev Author: j_arndt Date: 2009-02-16 14:23:50 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagiosp: Rename directory name to match catalog name Added Paths: ----------- csw/mgar/pkg/nagiosp/ Removed Paths: ------------- csw/mgar/pkg/nagios-plugins/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:26:34 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:26:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3126] csw/mgar/pkg/nrpe/trunk/ Message-ID: Revision: 3126 http://gar.svn.sourceforge.net/gar/?rev=3126&view=rev Author: j_arndt Date: 2009-02-16 14:26:34 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nrpe: Change to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/nrpe/trunk/ Property changes on: csw/mgar/pkg/nrpe/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 15:29:20 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 14:29:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3127] csw/mgar/pkg/nagios/trunk/ Message-ID: Revision: 3127 http://gar.svn.sourceforge.net/gar/?rev=3127&view=rev Author: j_arndt Date: 2009-02-16 14:29:20 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nagios: Move to mGAR v2 Property Changed: ---------------- csw/mgar/pkg/nagios/trunk/ Property changes on: csw/mgar/pkg/nagios/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From a_o_m at users.sourceforge.net Mon Feb 16 16:01:52 2009 From: a_o_m at users.sourceforge.net (a_o_m at users.sourceforge.net) Date: Mon, 16 Feb 2009 15:01:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3128] csw/mgar/pkg/fontconfig/trunk Message-ID: Revision: 3128 http://gar.svn.sourceforge.net/gar/?rev=3128&view=rev Author: a_o_m Date: 2009-02-16 15:01:52 +0000 (Mon, 16 Feb 2009) Log Message: ----------- fontconfig: COPYING link fixed Modified Paths: -------------- csw/mgar/pkg/fontconfig/trunk/checksums csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec Modified: csw/mgar/pkg/fontconfig/trunk/checksums =================================================================== --- csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 14:29:20 UTC (rev 3127) +++ csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-16 15:01:52 UTC (rev 3128) @@ -1,4 +1,3 @@ ab54ec1d4ddd836313fdbc0cd5299d6d download/fontconfig-2.6.0.tar.gz -4db7301f43d63ad83a48b1cca7a6d4be download/CSWfconfig.gspec +db2f77901e6a581ec28386bbc3543b97 download/CSWfconfig.gspec eeb4246a85f1ac5215dc66ee0fe3fb8e download/CSWfconfig.postinstall -82f9a47f7f3855b2922bbcc79ba0eec4 download/fonts.conf.diff Modified: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 14:29:20 UTC (rev 3127) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-16 15:01:52 UTC (rev 3128) @@ -1,4 +1,4 @@ %var bitname fontconfig %var pkgname CSWfconfig %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 16 16:34:59 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 16 Feb 2009 15:34:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3129] csw/mgar/pkg/nsca/trunk/Makefile Message-ID: Revision: 3129 http://gar.svn.sourceforge.net/gar/?rev=3129&view=rev Author: j_arndt Date: 2009-02-16 15:34:59 +0000 (Mon, 16 Feb 2009) Log Message: ----------- nsca: added pre-install-modulated directives to Makefile Modified Paths: -------------- csw/mgar/pkg/nsca/trunk/Makefile Modified: csw/mgar/pkg/nsca/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsca/trunk/Makefile 2009-02-16 15:01:52 UTC (rev 3128) +++ csw/mgar/pkg/nsca/trunk/Makefile 2009-02-16 15:34:59 UTC (rev 3129) @@ -21,11 +21,6 @@ #CONFIGURE_ARGS += --with-nsca-grp=nagios CONFIGURE_ARGS += --with-nsca-port=5667 -sysconfdir ?= $(prefix)/etc -bindir ?= $(prefix)/bin -localstatedir ?= $(prefix)/nagios/var - - BUILD_TARGETS = nsca SKIPTEST = 1 @@ -35,3 +30,9 @@ INSTALL_ARGS += install-nsca include gar/category.mk + +pre-install-modulated: + ginstall -d $(DESTDIR)$(bindir) + ginstall -d $(DESTDIR)$(prefix)/nagios/bin + ginstall -d $(DESTDIR)$(prefix)/nagios/etc + $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 16 17:43:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 16 Feb 2009 16:43:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3130] csw/mgar/pkg/openssh/trunk/ Message-ID: Revision: 3130 http://gar.svn.sourceforge.net/gar/?rev=3130&view=rev Author: valholla Date: 2009-02-16 16:43:15 +0000 (Mon, 16 Feb 2009) Log Message: ----------- update openssh to gar v2 Property Changed: ---------------- csw/mgar/pkg/openssh/trunk/ Property changes on: csw/mgar/pkg/openssh/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:38:22 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:38:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3131] csw/mgar/pkg/java/ajccli/ Message-ID: Revision: 3131 http://gar.svn.sourceforge.net/gar/?rev=3131&view=rev Author: wbonnet Date: 2009-02-16 20:38:21 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Cli under java dir Added Paths: ----------- csw/mgar/pkg/java/ajccli/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:39:02 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:39:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3132] csw/mgar/pkg/java/ajcchain/ Message-ID: Revision: 3132 http://gar.svn.sourceforge.net/gar/?rev=3132&view=rev Author: wbonnet Date: 2009-02-16 20:39:02 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Chain under java dir Added Paths: ----------- csw/mgar/pkg/java/ajcchain/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:39:53 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:39:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3133] csw/mgar/pkg/java/ajccodec/ Message-ID: Revision: 3133 http://gar.svn.sourceforge.net/gar/?rev=3133&view=rev Author: wbonnet Date: 2009-02-16 20:39:53 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Codec under java dir Added Paths: ----------- csw/mgar/pkg/java/ajccodec/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:40:57 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:40:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3134] csw/mgar/pkg/java/ajccollections/ Message-ID: Revision: 3134 http://gar.svn.sourceforge.net/gar/?rev=3134&view=rev Author: wbonnet Date: 2009-02-16 20:40:57 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Collections under java dir Added Paths: ----------- csw/mgar/pkg/java/ajccollections/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:55:10 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:55:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3135] csw/mgar/pkg/java Message-ID: Revision: 3135 http://gar.svn.sourceforge.net/gar/?rev=3135&view=rev Author: wbonnet Date: 2009-02-16 20:55:10 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move Apache Commons Beanutils under java dir Added Paths: ----------- csw/mgar/pkg/java/ajcbeanutils/ csw/mgar/pkg/java/ajcbeanutils/Makefile csw/mgar/pkg/java/ajcbeanutils/branches/ csw/mgar/pkg/java/ajcbeanutils/tags/ csw/mgar/pkg/java/ajcbeanutils/trunk/ Removed Paths: ------------- csw/mgar/pkg/java/ajcbeanutils/Makefile csw/mgar/pkg/java/ajcbeanutils/branches/ csw/mgar/pkg/java/ajcbeanutils/tags/ csw/mgar/pkg/java/ajcbeanutils/trunk/ Deleted: csw/mgar/pkg/java/ajcbeanutils/Makefile =================================================================== --- csw/mgar/pkg/beanutils/Makefile 2009-02-16 16:43:15 UTC (rev 3130) +++ csw/mgar/pkg/java/ajcbeanutils/Makefile 2009-02-16 20:55:10 UTC (rev 3135) @@ -1,15 +0,0 @@ -# vim: ft=make ts=4 sw=4 noet - -default: - @echo "You are in the pkg/ directory." - -%: - $(MAKE) -C trunk $* - -paranoid-%: - $(MAKE) -C trunk $* || exit 2 - -export BUILDLOG ?= $(shell pwd)/buildlog.txt - -report-%: - $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Copied: csw/mgar/pkg/java/ajcbeanutils/Makefile (from rev 3134, csw/mgar/pkg/beanutils/Makefile) =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/Makefile (rev 0) +++ csw/mgar/pkg/java/ajcbeanutils/Makefile 2009-02-16 20:55:10 UTC (rev 3135) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 21:56:54 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 20:56:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3136] csw/mgar/pkg Message-ID: Revision: 3136 http://gar.svn.sourceforge.net/gar/?rev=3136&view=rev Author: wbonnet Date: 2009-02-16 20:56:53 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Move files under java Modified Paths: -------------- csw/mgar/pkg/dbus/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/beanutils/ csw/mgar/pkg/chain/ csw/mgar/pkg/cli/ csw/mgar/pkg/codec/ csw/mgar/pkg/collections/ Modified: csw/mgar/pkg/dbus/trunk/Makefile =================================================================== --- csw/mgar/pkg/dbus/trunk/Makefile 2009-02-16 20:55:10 UTC (rev 3135) +++ csw/mgar/pkg/dbus/trunk/Makefile 2009-02-16 20:56:53 UTC (rev 3136) @@ -54,9 +54,8 @@ post-install: ( OLDDIR=`pwd` && cd $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/opt/csw/etc/dbus-1 && \ for i in *.conf ; do mv $$i $$i.CSW ; done && cd $$OLDDIR ; \ - ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d ; \ - ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ - cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/init.d ; \ + ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/opt/csw/init.d ; \ + cp -fr $(FILEDIR)/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/opt/csw/init.d ; \ rm -f $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; \ ln -s ../init.d/cswdbus $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))/etc/rc3.d/S52cswdbus ; ) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 22:13:56 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:13:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3137] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3137 http://gar.svn.sourceforge.net/gar/?rev=3137&view=rev Author: wbonnet Date: 2009-02-16 21:13:56 +0000 (Mon, 16 Feb 2009) Log Message: ----------- License is now installed under /opt/csw/share/doc/$GARNAME Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 20:56:53 UTC (rev 3136) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 21:13:56 UTC (rev 3137) @@ -28,7 +28,6 @@ # Defines package content PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* -PKGFILES_CSWajccollectdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -48,9 +47,8 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 16 22:18:34 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:18:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3138] csw/mgar/pkg/less/trunk Message-ID: Revision: 3138 http://gar.svn.sourceforge.net/gar/?rev=3138&view=rev Author: dmichelsen Date: 2009-02-16 21:18:34 +0000 (Mon, 16 Feb 2009) Log Message: ----------- mGAR v2: Move to dynamic mGAR v2 Modified Paths: -------------- csw/mgar/pkg/less/trunk/Makefile csw/mgar/pkg/less/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/less/trunk/files/CSWless.depend csw/mgar/pkg/less/trunk/files/CSWless.gspec Property Changed: ---------------- csw/mgar/pkg/less/trunk/ Property changes on: csw/mgar/pkg/less/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/less/trunk/Makefile =================================================================== --- csw/mgar/pkg/less/trunk/Makefile 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/Makefile 2009-02-16 21:18:34 UTC (rev 3138) @@ -10,12 +10,13 @@ MASTER_SITES = http://www.greenwoodsoftware.com/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWless,depend) +LICENSE = LICENSE + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -PREREQUISITE_PKGS = CSWncurses CSWggettext +REQUIRED_PKGS = CSWncurses CSWggettextrt CONFIGURE_ARGS = $(DIRPATHS) Modified: csw/mgar/pkg/less/trunk/checksums =================================================================== --- csw/mgar/pkg/less/trunk/checksums 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/checksums 2009-02-16 21:18:34 UTC (rev 3138) @@ -1,3 +1 @@ b5864d76c54ddf4627fd57ab333c88b4 download/less-418.tar.gz -8c25ed14253a65098e077ae624e974de download/CSWless.gspec -e3d447c051ee3acca2456fe581cdef14 download/CSWless.depend Deleted: csw/mgar/pkg/less/trunk/files/CSWless.depend =================================================================== --- csw/mgar/pkg/less/trunk/files/CSWless.depend 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/files/CSWless.depend 2009-02-16 21:18:34 UTC (rev 3138) @@ -1,2 +0,0 @@ -P CSWncurses ncurses - ncurses library and utilities -P CSWggettext ggettext - GNU gettext Deleted: csw/mgar/pkg/less/trunk/files/CSWless.gspec =================================================================== --- csw/mgar/pkg/less/trunk/files/CSWless.gspec 2009-02-16 21:13:56 UTC (rev 3137) +++ csw/mgar/pkg/less/trunk/files/CSWless.gspec 2009-02-16 21:18:34 UTC (rev 3138) @@ -1,4 +0,0 @@ -%var bitname less -%var pkgname CSWless -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Feb 16 22:19:54 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:19:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3139] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3139 http://gar.svn.sourceforge.net/gar/?rev=3139&view=rev Author: dmichelsen Date: 2009-02-16 21:19:54 +0000 (Mon, 16 Feb 2009) Log Message: ----------- mGAR v2: Enhance OPENCSW_MODE64 to be 32/64/isaexec Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-16 21:18:34 UTC (rev 3138) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-16 21:19:54 UTC (rev 3139) @@ -330,12 +330,12 @@ # XXX: It is possible that a package is flagged as /isaexec, even # if the isaexec'ed files are in another package created from the Makefile define mode64 -$(strip +$(shell echo $(if $(MODE64_$(1)),$(MODE64_$(1)), - $(if $(filter 64,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))), - 64$(if $(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)),/isaexec) - ) - ) + $(if $(filter 32,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))),32) + $(if $(filter 64,$(foreach I,$(NEEDED_ISAS),$(MEMORYMODEL_$I))),64) + $(if $(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)),isaexec) + ) | perl -lne 'print join("/", split)' ) endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 22:23:03 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:23:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3140] csw/mgar/pkg/java/ajccollections/trunk Message-ID: Revision: 3140 http://gar.svn.sourceforge.net/gar/?rev=3140&view=rev Author: wbonnet Date: 2009-02-16 21:23:01 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Update licenses Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/checksums csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec Modified: csw/mgar/pkg/java/ajccollections/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-16 21:19:54 UTC (rev 3139) +++ csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-16 21:23:01 UTC (rev 3140) @@ -1,3 +1,3 @@ 6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz -cc56401eb49ae53529c80900d7ad551c download/CSWajccollect.gspec -9c145a728bbbeb672c3d8d1c198bebd1 download/CSWajccollectdoc.gspec +628055fbd15ede11d8137627ddc50bb7 download/CSWajccollect.gspec +9953d651dc846484802ff26969631ec8 download/CSWajccollectdoc.gspec Modified: csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec 2009-02-16 21:19:54 UTC (rev 3139) +++ csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollect.gspec 2009-02-16 21:23:01 UTC (rev 3140) @@ -2,4 +2,6 @@ %var pkgname CSWajccollect %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-collections/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-16 21:19:54 UTC (rev 3139) +++ csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-16 21:23:01 UTC (rev 3140) @@ -2,4 +2,6 @@ %var pkgname CSWajccollectdoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-collections-doc/LICENSE.txt for license information 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 Feb 16 22:40:47 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 16 Feb 2009 21:40:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3141] csw/mgar/pkg/cvsps/trunk Message-ID: Revision: 3141 http://gar.svn.sourceforge.net/gar/?rev=3141&view=rev Author: bdwalton Date: 2009-02-16 21:40:47 +0000 (Mon, 16 Feb 2009) Log Message: ----------- converted to dynamic license/gspec; correct doc dir name. Modified Paths: -------------- csw/mgar/pkg/cvsps/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec Modified: csw/mgar/pkg/cvsps/trunk/Makefile =================================================================== --- csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-16 21:23:01 UTC (rev 3140) +++ csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-16 21:40:47 UTC (rev 3141) @@ -9,7 +9,6 @@ MASTER_SITES = http://www.cobite.com/cvsps/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWcvsps,) PATCHFILES = 0001-add-basic-autotools-files.patch PATCHFILES += 0002-add-modified-autoconf-check_zlib-from-loic-dachary.patch @@ -23,6 +22,8 @@ REQUIRED_PKGS = CSWzlib CSWcvs +LICENSE = COPYING + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz @@ -32,7 +33,7 @@ include gar/category.mk -DOCDIR = $(datadir)/doc/$(GARNAME)-$(GARVERSION) +DOCDIR = $(datadir)/doc/$(GARNAME) pre-configure-modulated: @echo About to initialize the autotools bits. Deleted: csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec =================================================================== --- csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec 2009-02-16 21:23:01 UTC (rev 3140) +++ csw/mgar/pkg/cvsps/trunk/files/CSWcvsps.gspec 2009-02-16 21:40:47 UTC (rev 3141) @@ -1,4 +0,0 @@ -%var bitname cvsps -%var pkgname CSWcvsps -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 23:12:27 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 22:12:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3142] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3142 http://gar.svn.sourceforge.net/gar/?rev=3142&view=rev Author: wbonnet Date: 2009-02-16 22:12:27 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Update license Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 21:40:47 UTC (rev 3141) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 22:12:27 UTC (rev 3142) @@ -20,7 +20,7 @@ DISTFILES += $(call admfiles,CSWajccollectdoc,) # Defines package description -SPKG_DESC_CSWajccollect = $(DESCRIPTION) +SPKG_DESC_CSWajccollect = $(DESCRIPTION) SPKG_DESC_CSWajccollectdoc = $(DESCRIPTION) documentation package # Defines dependencies This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 16 23:36:19 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 16 Feb 2009 22:36:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3143] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3143 http://gar.svn.sourceforge.net/gar/?rev=3143&view=rev Author: wbonnet Date: 2009-02-16 22:36:19 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Fix doc path Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 22:12:27 UTC (rev 3142) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-16 22:36:19 UTC (rev 3143) @@ -27,7 +27,7 @@ REQUIRED_PKGS_CSWajccollect = CSWjunit # Defines package content -PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/.* +PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/$(GARNAME)-doc.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -50,5 +50,5 @@ @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Mon Feb 16 23:40:23 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Mon, 16 Feb 2009 22:40:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3144] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: Revision: 3144 http://gar.svn.sourceforge.net/gar/?rev=3144&view=rev Author: harpchad Date: 2009-02-16 22:40:23 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Fix typo in CATALOGNAME Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2009-02-16 22:36:19 UTC (rev 3143) +++ csw/mgar/pkg/freetype/trunk/Makefile 2009-02-16 22:40:23 UTC (rev 3144) @@ -15,7 +15,7 @@ endef PACKAGES = CSWftype2 -CATALOGNAME_CSWvim = freetype2 +CATALOGNAME_CSWftype2 = freetype2 MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 17 04:26:41 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 17 Feb 2009 03:26:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3145] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 3145 http://gar.svn.sourceforge.net/gar/?rev=3145&view=rev Author: harpchad Date: 2009-02-17 03:26:41 +0000 (Tue, 17 Feb 2009) Log Message: ----------- - dynamic gspec - patch for checksum test Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile csw/mgar/pkg/glib2/trunk/checksums Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/checksum-test.patch Removed Paths: ------------- csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/Makefile 2009-02-17 03:26:41 UTC (rev 3145) @@ -9,6 +9,12 @@ has been split off as of the developers' version 1.1.0. endef +PACKAGES = CSWglib2 CSWglib2devel +CATALOGNAME_CSWglib2 = glib2 +CATALOGNAME_CSWglib2devel = glib2_devel +SPKG_DESC_CSWglib2 = Low level core compatibility library for GTK+ and GNOME +SPKG_DESC_CSWglib2devel = Low level core compatibility library for GTK+ and GNOME development + MASTER_SITES = $(GNOME_MIRROR) DISTFILES = $(call admfiles,CSWglib2,) @@ -19,6 +25,7 @@ PATCHFILES = gtkdoc-rebase.patch #See http://defect.opensolaris.org/bz/show_bug.cgi?id=3366 for discussion on: PATCHFILES += glib-typedetect.patch +PATCHFILES += checksum-test.patch CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv=gnu Modified: csw/mgar/pkg/glib2/trunk/checksums =================================================================== --- csw/mgar/pkg/glib2/trunk/checksums 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/checksums 2009-02-17 03:26:41 UTC (rev 3145) @@ -1,5 +1,4 @@ -fdfb028f9224b8e9926163aae0e97d3f download/CSWglib2.gspec -716c7eda9a4edd22c1f648396a60b646 download/CSWglib2devel.gspec ec25ed261534d870141000ab73f1a2bf download/glib-2.18.4.tar.bz2 8f683820d9ecab1abd9dbe81997ab9eb download/glib-typedetect.patch fb144356d0918eff4ef17a2a285860bc download/gtkdoc-rebase.patch +f1f3c182f64be06ab57d8b01016af074 download/checksum-test.patch Deleted: csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec =================================================================== --- csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/files/CSWglib2.gspec 2009-02-17 03:26:41 UTC (rev 3145) @@ -1,4 +0,0 @@ -%var bitname glib2 -%var pkgname CSWglib2 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Deleted: csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec =================================================================== --- csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec 2009-02-16 22:40:23 UTC (rev 3144) +++ csw/mgar/pkg/glib2/trunk/files/CSWglib2devel.gspec 2009-02-17 03:26:41 UTC (rev 3145) @@ -1,4 +0,0 @@ -%var bitname glib2_devel -%var pkgname CSWglib2devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/glib2/trunk/files/checksum-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/checksum-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/checksum-test.patch 2009-02-17 03:26:41 UTC (rev 3145) @@ -0,0 +1,11 @@ +--- glib-2.18.4/tests/checksum-test.c.o 2009-02-04 19:53:27.782844898 -0600 ++++ glib-2.18.4/tests/checksum-test.c 2009-02-04 21:22:05.475677071 -0600 +@@ -18,7 +18,7 @@ + * string is intentionally more than twice that length. + */ + +-#define FIXED_STR "The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!" ++const char FIXED_STR[] = {"The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!"}; + #define FIXED_LEN (strlen (FIXED_STR)) + + const char *MD5_sums[] = { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Tue Feb 17 04:32:50 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Tue, 17 Feb 2009 03:32:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3146] csw/mgar/pkg/glib2/trunk/Makefile Message-ID: Revision: 3146 http://gar.svn.sourceforge.net/gar/?rev=3146&view=rev Author: harpchad Date: 2009-02-17 03:32:50 +0000 (Tue, 17 Feb 2009) Log Message: ----------- Remove old gspec definitions Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2009-02-17 03:26:41 UTC (rev 3145) +++ csw/mgar/pkg/glib2/trunk/Makefile 2009-02-17 03:32:50 UTC (rev 3146) @@ -17,9 +17,7 @@ MASTER_SITES = $(GNOME_MIRROR) -DISTFILES = $(call admfiles,CSWglib2,) -DISTFILES += $(call admfiles,CSWglib2devel,) -DISTFILES += $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 #See gnome bug 569889 PATCHFILES = gtkdoc-rebase.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From a_o_m at users.sourceforge.net Tue Feb 17 10:01:34 2009 From: a_o_m at users.sourceforge.net (a_o_m at users.sourceforge.net) Date: Tue, 17 Feb 2009 09:01:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3147] csw/mgar/pkg/fontconfig/trunk Message-ID: Revision: 3147 http://gar.svn.sourceforge.net/gar/?rev=3147&view=rev Author: a_o_m Date: 2009-02-17 09:01:34 +0000 (Tue, 17 Feb 2009) Log Message: ----------- fontconfig: gspec removed, 64bit enabled Modified Paths: -------------- csw/mgar/pkg/fontconfig/trunk/Makefile csw/mgar/pkg/fontconfig/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec Modified: csw/mgar/pkg/fontconfig/trunk/Makefile =================================================================== --- csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-17 03:32:50 UTC (rev 3146) +++ csw/mgar/pkg/fontconfig/trunk/Makefile 2009-02-17 09:01:34 UTC (rev 3147) @@ -12,7 +12,8 @@ MASTER_SITES = http://www.fontconfig.org/release/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWfconfig,postinstall) +#DISTFILES += $(call admfiles,postinstall) +DISTFILES += CSWfconfig.postinstall REQUIRED_PKGS = CSWexpat CSWftype2 CSWzlib CSWiconv @@ -20,6 +21,8 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz BUILD64 = 1 +PACKAGES = CSWfconfig +CATALOGNAME_CSWfconfig = fontconfig CONFIGURE_ARGS = $(DIRPATHS) --with-default-fonts=/usr/openwin/lib/X11/fonts --with-add-fonts=/usr/openwin/lib/locale,/usr/share/fonts --with-cache-dir=/opt/csw/var/cache-fontconfig --with-confdir=/opt/csw/etc/fontconfig Modified: csw/mgar/pkg/fontconfig/trunk/checksums =================================================================== --- csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-17 03:32:50 UTC (rev 3146) +++ csw/mgar/pkg/fontconfig/trunk/checksums 2009-02-17 09:01:34 UTC (rev 3147) @@ -1,3 +1,2 @@ ab54ec1d4ddd836313fdbc0cd5299d6d download/fontconfig-2.6.0.tar.gz -db2f77901e6a581ec28386bbc3543b97 download/CSWfconfig.gspec eeb4246a85f1ac5215dc66ee0fe3fb8e download/CSWfconfig.postinstall Deleted: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec =================================================================== --- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-17 03:32:50 UTC (rev 3146) +++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.gspec 2009-02-17 09:01:34 UTC (rev 3147) @@ -1,4 +0,0 @@ -%var bitname fontconfig -%var pkgname CSWfconfig -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 17 16:51:03 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 17 Feb 2009 15:51:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3148] csw/mgar/pkg/cpan/libwww-perl/trunk Message-ID: Revision: 3148 http://gar.svn.sourceforge.net/gar/?rev=3148&view=rev Author: bonivart Date: 2009-02-17 15:51:02 +0000 (Tue, 17 Feb 2009) Log Message: ----------- libwww-perl: update to 5.825 Modified Paths: -------------- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile csw/mgar/pkg/cpan/libwww-perl/trunk/checksums Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2009-02-17 09:01:34 UTC (rev 3147) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2009-02-17 15:51:02 UTC (rev 3148) @@ -1,5 +1,5 @@ GARNAME = libwww-perl -GARVERSION = 5.823 +GARVERSION = 5.825 CATEGORIES = cpan AUTHOR = GAAS @@ -22,7 +22,6 @@ DEPENDS += cpan/Crypt-SSLeay DEPENDS += cpan/Data-Dump -#CONFIGURE_ARGS = -n CONFIGURE_ARGS = include gar/category.mk Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/checksums 2009-02-17 09:01:34 UTC (rev 3147) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/checksums 2009-02-17 15:51:02 UTC (rev 3148) @@ -1,2 +1,2 @@ 7f2db1cb966b9260b395fdbc01b09fae download/CSWpmlibwww.gspec -9e1d2039e5ed9ed5e0783c2c1c33db8f download/libwww-perl-5.823.tar.gz +9b383739e58ac8f8234487e62d5c2818 download/libwww-perl-5.825.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Feb 17 19:19:08 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 17 Feb 2009 18:19:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3149] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3149 http://gar.svn.sourceforge.net/gar/?rev=3149&view=rev Author: dmichelsen Date: 2009-02-17 18:19:08 +0000 (Tue, 17 Feb 2009) Log Message: ----------- mGAR v2: Don't add the dyngspec default package when gspec is explicitly specified Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-17 15:51:02 UTC (rev 3148) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-17 18:19:08 UTC (rev 3149) @@ -23,9 +23,13 @@ # You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. # Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. +# If no explicit gspec-files have been defined the default name for the package is CSW$(GARNAME). # The whole processing is done from _SPKG_SPECS, which includes all packages to be build. -PACKAGES ?= CSW$(GARNAME) +ifeq ($(origin PACKAGES), undefined) +SPKG_SPECS ?= $(if $(filter %.gspec,$(DISTFILES)),$(basename $(filter %.gspec,$(DISTFILES))),CSW$(GARNAME)) +else SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) +endif _PKG_SPECS = $(filter-out $(NOPACKAGE),$(SPKG_SPECS)) # pkgname - Get the name of a package from a gspec-name or package-name This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 21:22:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 20:22:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3150] csw/mgar/pkg Message-ID: Revision: 3150 http://gar.svn.sourceforge.net/gar/?rev=3150&view=rev Author: valholla Date: 2009-02-17 20:22:18 +0000 (Tue, 17 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xdebug/ csw/mgar/pkg/php5_xdebug/Makefile csw/mgar/pkg/php5_xdebug/files/ Added: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile (rev 0) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-17 20:22:18 UTC (rev 3150) @@ -0,0 +1,25 @@ +GARNAME = xdebug +GARVERSION = 2.0.4 +CATEGORIES = application + +DESCRIPTION = Xdebug Extention for PHP +define BLURB +The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: + + * stack traces and function traces in error messages with: + o full parameter display for user defined functions + o function name, file name and line indications + o support for member functions + * memory allocation + * protection for infinite recursions +endef + +MASTER_SITES = http://www.xdebug.org/ +SPKG_SOURCEURL = http://www.xdebug.org/files/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +CONFIGURE_ARGS = $(DIRPATHS) + +post-extract: + @( cd $(WORKSRC) ; phpize ) + $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 21:23:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 20:23:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3151] csw/mgar/pkg/php5_xdebug/ Message-ID: Revision: 3151 http://gar.svn.sourceforge.net/gar/?rev=3151&view=rev Author: valholla Date: 2009-02-17 20:23:36 +0000 (Tue, 17 Feb 2009) Log Message: ----------- setting garv2 Property Changed: ---------------- csw/mgar/pkg/php5_xdebug/ Property changes on: csw/mgar/pkg/php5_xdebug ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 22:44:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 21:44:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3152] csw/mgar/pkg/php5_xdebug Message-ID: Revision: 3152 http://gar.svn.sourceforge.net/gar/?rev=3152&view=rev Author: valholla Date: 2009-02-17 21:44:26 +0000 (Tue, 17 Feb 2009) Log Message: ----------- version in testing Modified Paths: -------------- csw/mgar/pkg/php5_xdebug/Makefile Added Paths: ----------- csw/mgar/pkg/php5_xdebug/checksums Modified: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile 2009-02-17 20:23:36 UTC (rev 3151) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-17 21:44:26 UTC (rev 3152) @@ -1,6 +1,6 @@ GARNAME = xdebug GARVERSION = 2.0.4 -CATEGORIES = application +CATEGORIES = lang DESCRIPTION = Xdebug Extention for PHP define BLURB @@ -14,12 +14,36 @@ * protection for infinite recursions endef + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5xdebug + MASTER_SITES = http://www.xdebug.org/ SPKG_SOURCEURL = http://www.xdebug.org/files/ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz -CONFIGURE_ARGS = $(DIRPATHS) +DISTFILES = $(DISTNAME).tgz -post-extract: - @( cd $(WORKSRC) ; phpize ) +CATALOGNAME_CSWphp5xdebug = php5_xdebug +SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk Added: csw/mgar/pkg/php5_xdebug/checksums =================================================================== --- csw/mgar/pkg/php5_xdebug/checksums (rev 0) +++ csw/mgar/pkg/php5_xdebug/checksums 2009-02-17 21:44:26 UTC (rev 3152) @@ -0,0 +1 @@ +2fd6adb30c338d7667b464506fd58eca download/xdebug-2.0.4.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 22:58:46 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 21:58:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3153] csw/mgar/pkg Message-ID: Revision: 3153 http://gar.svn.sourceforge.net/gar/?rev=3153&view=rev Author: valholla Date: 2009-02-17 21:58:46 +0000 (Tue, 17 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mbstring/ csw/mgar/pkg/php5_mbstring/Makefile csw/mgar/pkg/php5_mbstring/checksums csw/mgar/pkg/php5_mbstring/files/ Property changes on: csw/mgar/pkg/php5_mbstring ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile (rev 0) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-17 21:58:46 UTC (rev 3153) @@ -0,0 +1,44 @@ +GARNAME = php5 +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mbstring + +DESCRIPTION = mbstring Extention for PHP +define BLURB + mbstring Extention for PHP +endef + +WORKSRC = $(WORKSRC)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5mbstring + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5xdebug = php5_mbstring +SPKG_DESC_CSWphp5xdebug = mbstring Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 17 23:10:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 17 Feb 2009 22:10:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3154] csw/mgar/pkg Message-ID: Revision: 3154 http://gar.svn.sourceforge.net/gar/?rev=3154&view=rev Author: valholla Date: 2009-02-17 22:10:44 +0000 (Tue, 17 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_zip/ csw/mgar/pkg/php5_zip/Makefile csw/mgar/pkg/php5_zip/checksums csw/mgar/pkg/php5_zip/files/ Property changes on: csw/mgar/pkg/php5_zip ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile (rev 0) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-17 22:10:44 UTC (rev 3154) @@ -0,0 +1,44 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zip + +DESCRIPTION = zip Extention for PHP +define BLURB + zip Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5zip + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5xdebug = php5_zip +SPKG_DESC_CSWphp5xdebug = zip Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:22:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:22:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3155] csw/mgar/pkg/php5_zip Message-ID: Revision: 3155 http://gar.svn.sourceforge.net/gar/?rev=3155&view=rev Author: valholla Date: 2009-02-18 01:22:24 +0000 (Wed, 18 Feb 2009) Log Message: ----------- version in testing Modified Paths: -------------- csw/mgar/pkg/php5_zip/Makefile csw/mgar/pkg/php5_zip/checksums Modified: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-17 22:10:44 UTC (rev 3154) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-18 01:22:24 UTC (rev 3155) @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5xdebug = php5_zip -SPKG_DESC_CSWphp5xdebug = zip Extention for PHP5 -REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 +CATALOGNAME_CSWphp5zip = php5_zip +SPKG_DESC_CSWphp5zip = zip Extention for PHP5 +REQUIRED_PKGS_CSWphp5zip = CSWphp5 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -38,7 +38,11 @@ @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) -# There are no test scripts -TEST_SCRIPTS = +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + include gar/category.mk Modified: csw/mgar/pkg/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5_zip/checksums 2009-02-17 22:10:44 UTC (rev 3154) +++ csw/mgar/pkg/php5_zip/checksums 2009-02-18 01:22:24 UTC (rev 3155) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:33:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:33:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3156] csw/mgar/pkg Message-ID: Revision: 3156 http://gar.svn.sourceforge.net/gar/?rev=3156&view=rev Author: valholla Date: 2009-02-18 01:33:48 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ctype/ csw/mgar/pkg/php5_ctype/Makefile csw/mgar/pkg/php5_ctype/checksums csw/mgar/pkg/php5_ctype/files/ Property changes on: csw/mgar/pkg/php5_ctype ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile (rev 0) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-18 01:33:48 UTC (rev 3156) @@ -0,0 +1,48 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = ctype Extention for PHP +define BLURB + ctype Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5ctype + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5ctype = php5_ctype +SPKG_DESC_CSWphp5ctype = ctype Extention for PHP5 +REQUIRED_PKGS_CSWphp5ctype = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:52:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:52:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3157] csw/mgar/pkg/php5_zip/Makefile Message-ID: Revision: 3157 http://gar.svn.sourceforge.net/gar/?rev=3157&view=rev Author: valholla Date: 2009-02-18 01:52:28 +0000 (Wed, 18 Feb 2009) Log Message: ----------- made more generic and fixed missing DONADA Modified Paths: -------------- csw/mgar/pkg/php5_zip/Makefile Modified: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-18 01:33:48 UTC (rev 3156) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-18 01:52:28 UTC (rev 3157) @@ -3,9 +3,9 @@ CATEGORIES = lang PHP5EXT_NAME = zip -DESCRIPTION = zip Extention for PHP +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB - zip Extention for PHP + $(PHP5EXT_NAME) Extention for PHP endef WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5zip +PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5zip = php5_zip -SPKG_DESC_CSWphp5zip = zip Extention for PHP5 -REQUIRED_PKGS_CSWphp5zip = CSWphp5 CSWzlib +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -44,5 +44,6 @@ test-manual: @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 02:57:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 01:57:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3158] csw/mgar/pkg Message-ID: Revision: 3158 http://gar.svn.sourceforge.net/gar/?rev=3158&view=rev Author: valholla Date: 2009-02-18 01:57:28 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_bcmath/ csw/mgar/pkg/php5_bcmath/Makefile csw/mgar/pkg/php5_bcmath/checksums csw/mgar/pkg/php5_bcmath/files/ Property changes on: csw/mgar/pkg/php5_bcmath ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/Makefile (rev 0) +++ csw/mgar/pkg/php5_bcmath/Makefile 2009-02-18 01:57:28 UTC (rev 3158) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bcmath + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:04:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:04:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3159] csw/mgar/pkg Message-ID: Revision: 3159 http://gar.svn.sourceforge.net/gar/?rev=3159&view=rev Author: valholla Date: 2009-02-18 02:04:45 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_calendar/ csw/mgar/pkg/php5_calendar/Makefile csw/mgar/pkg/php5_calendar/checksums csw/mgar/pkg/php5_calendar/files/ Property changes on: csw/mgar/pkg/php5_calendar ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/Makefile (rev 0) +++ csw/mgar/pkg/php5_calendar/Makefile 2009-02-18 02:04:45 UTC (rev 3159) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = calendar + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:15:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:15:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3160] csw/mgar/pkg/php5_ctype Message-ID: Revision: 3160 http://gar.svn.sourceforge.net/gar/?rev=3160&view=rev Author: valholla Date: 2009-02-18 02:15:23 +0000 (Wed, 18 Feb 2009) Log Message: ----------- testing version Modified Paths: -------------- csw/mgar/pkg/php5_ctype/Makefile csw/mgar/pkg/php5_ctype/checksums Modified: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile 2009-02-18 02:04:45 UTC (rev 3159) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-18 02:15:23 UTC (rev 3160) @@ -3,9 +3,9 @@ CATEGORIES = lang PHP5EXT_NAME = ctype -DESCRIPTION = ctype Extention for PHP +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB - ctype Extention for PHP + $(PHP5EXT_NAME) Extention for PHP endef WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5ctype +PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5ctype = php5_ctype -SPKG_DESC_CSWphp5ctype = ctype Extention for PHP5 -REQUIRED_PKGS_CSWphp5ctype = CSWphp5 +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -44,5 +44,6 @@ test-manual: @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) include gar/category.mk Modified: csw/mgar/pkg/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5_ctype/checksums 2009-02-18 02:04:45 UTC (rev 3159) +++ csw/mgar/pkg/php5_ctype/checksums 2009-02-18 02:15:23 UTC (rev 3160) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:17:13 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:17:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3161] csw/mgar/pkg Message-ID: Revision: 3161 http://gar.svn.sourceforge.net/gar/?rev=3161&view=rev Author: valholla Date: 2009-02-18 02:17:13 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_date/ csw/mgar/pkg/php5_date/Makefile csw/mgar/pkg/php5_date/checksums csw/mgar/pkg/php5_date/files/ Property changes on: csw/mgar/pkg/php5_date ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_date/Makefile =================================================================== --- csw/mgar/pkg/php5_date/Makefile (rev 0) +++ csw/mgar/pkg/php5_date/Makefile 2009-02-18 02:17:13 UTC (rev 3161) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = date + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:24:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:24:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3162] csw/mgar/pkg Message-ID: Revision: 3162 http://gar.svn.sourceforge.net/gar/?rev=3162&view=rev Author: valholla Date: 2009-02-18 02:24:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_dbase/ csw/mgar/pkg/php5_dbase/Makefile csw/mgar/pkg/php5_dbase/checksums csw/mgar/pkg/php5_dbase/files/ Added: csw/mgar/pkg/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/Makefile (rev 0) +++ csw/mgar/pkg/php5_dbase/Makefile 2009-02-18 02:24:34 UTC (rev 3162) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:24:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:24:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3163] csw/mgar/pkg Message-ID: Revision: 3163 http://gar.svn.sourceforge.net/gar/?rev=3163&view=rev Author: valholla Date: 2009-02-18 02:24:44 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_dom/ csw/mgar/pkg/php5_dom/Makefile csw/mgar/pkg/php5_dom/checksums csw/mgar/pkg/php5_dom/files/ Property changes on: csw/mgar/pkg/php5_dom ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile (rev 0) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-18 02:24:44 UTC (rev 3163) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dom + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:24:54 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:24:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3164] csw/mgar/pkg Message-ID: Revision: 3164 http://gar.svn.sourceforge.net/gar/?rev=3164&view=rev Author: valholla Date: 2009-02-18 02:24:54 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_exif/ csw/mgar/pkg/php5_exif/Makefile csw/mgar/pkg/php5_exif/checksums csw/mgar/pkg/php5_exif/files/ Property changes on: csw/mgar/pkg/php5_exif ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile (rev 0) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-18 02:24:54 UTC (rev 3164) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = exif + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:05 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3165] csw/mgar/pkg Message-ID: Revision: 3165 http://gar.svn.sourceforge.net/gar/?rev=3165&view=rev Author: valholla Date: 2009-02-18 02:25:04 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_fbsql/ csw/mgar/pkg/php5_fbsql/Makefile csw/mgar/pkg/php5_fbsql/checksums csw/mgar/pkg/php5_fbsql/files/ Property changes on: csw/mgar/pkg/php5_fbsql ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_fbsql/Makefile =================================================================== --- csw/mgar/pkg/php5_fbsql/Makefile (rev 0) +++ csw/mgar/pkg/php5_fbsql/Makefile 2009-02-18 02:25:04 UTC (rev 3165) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = fbsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3166] csw/mgar/pkg Message-ID: Revision: 3166 http://gar.svn.sourceforge.net/gar/?rev=3166&view=rev Author: valholla Date: 2009-02-18 02:25:12 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_fdf/ csw/mgar/pkg/php5_fdf/Makefile csw/mgar/pkg/php5_fdf/checksums csw/mgar/pkg/php5_fdf/files/ Property changes on: csw/mgar/pkg/php5_fdf ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_fdf/Makefile =================================================================== --- csw/mgar/pkg/php5_fdf/Makefile (rev 0) +++ csw/mgar/pkg/php5_fdf/Makefile 2009-02-18 02:25:12 UTC (rev 3166) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = fdf + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3167] csw/mgar/pkg Message-ID: Revision: 3167 http://gar.svn.sourceforge.net/gar/?rev=3167&view=rev Author: valholla Date: 2009-02-18 02:25:20 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_filter/ csw/mgar/pkg/php5_filter/Makefile csw/mgar/pkg/php5_filter/checksums csw/mgar/pkg/php5_filter/files/ Property changes on: csw/mgar/pkg/php5_filter ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/Makefile (rev 0) +++ csw/mgar/pkg/php5_filter/Makefile 2009-02-18 02:25:20 UTC (rev 3167) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = filter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3168] csw/mgar/pkg Message-ID: Revision: 3168 http://gar.svn.sourceforge.net/gar/?rev=3168&view=rev Author: valholla Date: 2009-02-18 02:25:28 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_hash/ csw/mgar/pkg/php5_hash/Makefile csw/mgar/pkg/php5_hash/checksums csw/mgar/pkg/php5_hash/files/ Property changes on: csw/mgar/pkg/php5_hash ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/Makefile (rev 0) +++ csw/mgar/pkg/php5_hash/Makefile 2009-02-18 02:25:28 UTC (rev 3168) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = hash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3169] csw/mgar/pkg Message-ID: Revision: 3169 http://gar.svn.sourceforge.net/gar/?rev=3169&view=rev Author: valholla Date: 2009-02-18 02:25:36 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_iconv/ csw/mgar/pkg/php5_iconv/Makefile csw/mgar/pkg/php5_iconv/checksums csw/mgar/pkg/php5_iconv/files/ Property changes on: csw/mgar/pkg/php5_iconv ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile (rev 0) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-18 02:25:36 UTC (rev 3169) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = iconv + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3170] csw/mgar/pkg Message-ID: Revision: 3170 http://gar.svn.sourceforge.net/gar/?rev=3170&view=rev Author: valholla Date: 2009-02-18 02:25:44 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_interbase/ csw/mgar/pkg/php5_interbase/Makefile csw/mgar/pkg/php5_interbase/checksums csw/mgar/pkg/php5_interbase/files/ Property changes on: csw/mgar/pkg/php5_interbase ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_interbase/Makefile =================================================================== --- csw/mgar/pkg/php5_interbase/Makefile (rev 0) +++ csw/mgar/pkg/php5_interbase/Makefile 2009-02-18 02:25:44 UTC (rev 3170) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = interbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:25:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:25:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3171] csw/mgar/pkg Message-ID: Revision: 3171 http://gar.svn.sourceforge.net/gar/?rev=3171&view=rev Author: valholla Date: 2009-02-18 02:25:52 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_json/ csw/mgar/pkg/php5_json/Makefile csw/mgar/pkg/php5_json/checksums csw/mgar/pkg/php5_json/files/ Property changes on: csw/mgar/pkg/php5_json ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5_json/Makefile (rev 0) +++ csw/mgar/pkg/php5_json/Makefile 2009-02-18 02:25:52 UTC (rev 3171) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = json + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3172] csw/mgar/pkg Message-ID: Revision: 3172 http://gar.svn.sourceforge.net/gar/?rev=3172&view=rev Author: valholla Date: 2009-02-18 02:26:02 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_libxml/ csw/mgar/pkg/php5_libxml/Makefile csw/mgar/pkg/php5_libxml/checksums csw/mgar/pkg/php5_libxml/files/ Property changes on: csw/mgar/pkg/php5_libxml ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_libxml/Makefile =================================================================== --- csw/mgar/pkg/php5_libxml/Makefile (rev 0) +++ csw/mgar/pkg/php5_libxml/Makefile 2009-02-18 02:26:02 UTC (rev 3172) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = libxml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3173] csw/mgar/pkg Message-ID: Revision: 3173 http://gar.svn.sourceforge.net/gar/?rev=3173&view=rev Author: valholla Date: 2009-02-18 02:26:12 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mime_magic/ csw/mgar/pkg/php5_mime_magic/Makefile csw/mgar/pkg/php5_mime_magic/checksums csw/mgar/pkg/php5_mime_magic/files/ Property changes on: csw/mgar/pkg/php5_mime_magic ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile (rev 0) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-18 02:26:12 UTC (rev 3173) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mime_magic + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3174] csw/mgar/pkg Message-ID: Revision: 3174 http://gar.svn.sourceforge.net/gar/?rev=3174&view=rev Author: valholla Date: 2009-02-18 02:26:19 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ming/ csw/mgar/pkg/php5_ming/Makefile csw/mgar/pkg/php5_ming/checksums csw/mgar/pkg/php5_ming/files/ Property changes on: csw/mgar/pkg/php5_ming ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ming/Makefile =================================================================== --- csw/mgar/pkg/php5_ming/Makefile (rev 0) +++ csw/mgar/pkg/php5_ming/Makefile 2009-02-18 02:26:19 UTC (rev 3174) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ming + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3175] csw/mgar/pkg Message-ID: Revision: 3175 http://gar.svn.sourceforge.net/gar/?rev=3175&view=rev Author: valholla Date: 2009-02-18 02:26:27 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ncurses/ csw/mgar/pkg/php5_ncurses/Makefile csw/mgar/pkg/php5_ncurses/checksums csw/mgar/pkg/php5_ncurses/files/ Property changes on: csw/mgar/pkg/php5_ncurses ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile (rev 0) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-18 02:26:27 UTC (rev 3175) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ncurses + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3176] csw/mgar/pkg Message-ID: Revision: 3176 http://gar.svn.sourceforge.net/gar/?rev=3176&view=rev Author: valholla Date: 2009-02-18 02:26:35 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pcntl/ csw/mgar/pkg/php5_pcntl/Makefile csw/mgar/pkg/php5_pcntl/checksums csw/mgar/pkg/php5_pcntl/files/ Property changes on: csw/mgar/pkg/php5_pcntl ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/Makefile (rev 0) +++ csw/mgar/pkg/php5_pcntl/Makefile 2009-02-18 02:26:35 UTC (rev 3176) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcntl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3177] csw/mgar/pkg Message-ID: Revision: 3177 http://gar.svn.sourceforge.net/gar/?rev=3177&view=rev Author: valholla Date: 2009-02-18 02:26:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pcre/ csw/mgar/pkg/php5_pcre/Makefile csw/mgar/pkg/php5_pcre/checksums csw/mgar/pkg/php5_pcre/files/ Property changes on: csw/mgar/pkg/php5_pcre ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pcre/Makefile =================================================================== --- csw/mgar/pkg/php5_pcre/Makefile (rev 0) +++ csw/mgar/pkg/php5_pcre/Makefile 2009-02-18 02:26:43 UTC (rev 3177) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcre + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3178] csw/mgar/pkg Message-ID: Revision: 3178 http://gar.svn.sourceforge.net/gar/?rev=3178&view=rev Author: valholla Date: 2009-02-18 02:26:51 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo/ csw/mgar/pkg/php5_pdo/Makefile csw/mgar/pkg/php5_pdo/checksums csw/mgar/pkg/php5_pdo/files/ Property changes on: csw/mgar/pkg/php5_pdo ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo/Makefile 2009-02-18 02:26:51 UTC (rev 3178) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:26:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:26:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3179] csw/mgar/pkg Message-ID: Revision: 3179 http://gar.svn.sourceforge.net/gar/?rev=3179&view=rev Author: valholla Date: 2009-02-18 02:26:59 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo_dblib/ csw/mgar/pkg/php5_pdo_dblib/Makefile csw/mgar/pkg/php5_pdo_dblib/checksums csw/mgar/pkg/php5_pdo_dblib/files/ Property changes on: csw/mgar/pkg/php5_pdo_dblib ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo_dblib/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo_dblib/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo_dblib/Makefile 2009-02-18 02:26:59 UTC (rev 3179) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo_dblib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3180] csw/mgar/pkg Message-ID: Revision: 3180 http://gar.svn.sourceforge.net/gar/?rev=3180&view=rev Author: valholla Date: 2009-02-18 02:27:08 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo_firebird/ csw/mgar/pkg/php5_pdo_firebird/Makefile csw/mgar/pkg/php5_pdo_firebird/checksums csw/mgar/pkg/php5_pdo_firebird/files/ Property changes on: csw/mgar/pkg/php5_pdo_firebird ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo_firebird/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo_firebird/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo_firebird/Makefile 2009-02-18 02:27:08 UTC (rev 3180) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo_firebird + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3181] csw/mgar/pkg Message-ID: Revision: 3181 http://gar.svn.sourceforge.net/gar/?rev=3181&view=rev Author: valholla Date: 2009-02-18 02:27:17 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdo_oci/ csw/mgar/pkg/php5_pdo_oci/Makefile csw/mgar/pkg/php5_pdo_oci/checksums csw/mgar/pkg/php5_pdo_oci/files/ Property changes on: csw/mgar/pkg/php5_pdo_oci ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdo_oci/Makefile =================================================================== --- csw/mgar/pkg/php5_pdo_oci/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdo_oci/Makefile 2009-02-18 02:27:17 UTC (rev 3181) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdo_oci + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:26 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3182] csw/mgar/pkg Message-ID: Revision: 3182 http://gar.svn.sourceforge.net/gar/?rev=3182&view=rev Author: valholla Date: 2009-02-18 02:27:26 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_posix/ csw/mgar/pkg/php5_posix/Makefile csw/mgar/pkg/php5_posix/checksums csw/mgar/pkg/php5_posix/files/ Property changes on: csw/mgar/pkg/php5_posix ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/Makefile (rev 0) +++ csw/mgar/pkg/php5_posix/Makefile 2009-02-18 02:27:26 UTC (rev 3182) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = posix + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3183] csw/mgar/pkg Message-ID: Revision: 3183 http://gar.svn.sourceforge.net/gar/?rev=3183&view=rev Author: valholla Date: 2009-02-18 02:27:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_recode/ csw/mgar/pkg/php5_recode/Makefile csw/mgar/pkg/php5_recode/checksums csw/mgar/pkg/php5_recode/files/ Property changes on: csw/mgar/pkg/php5_recode ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile (rev 0) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-18 02:27:34 UTC (rev 3183) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = recode + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3184] csw/mgar/pkg Message-ID: Revision: 3184 http://gar.svn.sourceforge.net/gar/?rev=3184&view=rev Author: valholla Date: 2009-02-18 02:27:42 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_reflection/ csw/mgar/pkg/php5_reflection/Makefile csw/mgar/pkg/php5_reflection/checksums csw/mgar/pkg/php5_reflection/files/ Property changes on: csw/mgar/pkg/php5_reflection ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_reflection/Makefile =================================================================== --- csw/mgar/pkg/php5_reflection/Makefile (rev 0) +++ csw/mgar/pkg/php5_reflection/Makefile 2009-02-18 02:27:42 UTC (rev 3184) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = reflection + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3185] csw/mgar/pkg Message-ID: Revision: 3185 http://gar.svn.sourceforge.net/gar/?rev=3185&view=rev Author: valholla Date: 2009-02-18 02:27:50 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_shmop/ csw/mgar/pkg/php5_shmop/Makefile csw/mgar/pkg/php5_shmop/checksums csw/mgar/pkg/php5_shmop/files/ Property changes on: csw/mgar/pkg/php5_shmop ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/Makefile (rev 0) +++ csw/mgar/pkg/php5_shmop/Makefile 2009-02-18 02:27:50 UTC (rev 3185) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = shmop + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:27:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:27:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3186] csw/mgar/pkg Message-ID: Revision: 3186 http://gar.svn.sourceforge.net/gar/?rev=3186&view=rev Author: valholla Date: 2009-02-18 02:27:59 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_simplexml/ csw/mgar/pkg/php5_simplexml/Makefile csw/mgar/pkg/php5_simplexml/checksums csw/mgar/pkg/php5_simplexml/files/ Property changes on: csw/mgar/pkg/php5_simplexml ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile (rev 0) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-18 02:27:59 UTC (rev 3186) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = simplexml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3187] csw/mgar/pkg Message-ID: Revision: 3187 http://gar.svn.sourceforge.net/gar/?rev=3187&view=rev Author: valholla Date: 2009-02-18 02:28:06 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_skeleton/ csw/mgar/pkg/php5_skeleton/Makefile csw/mgar/pkg/php5_skeleton/checksums csw/mgar/pkg/php5_skeleton/files/ Property changes on: csw/mgar/pkg/php5_skeleton ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_skeleton/Makefile =================================================================== --- csw/mgar/pkg/php5_skeleton/Makefile (rev 0) +++ csw/mgar/pkg/php5_skeleton/Makefile 2009-02-18 02:28:06 UTC (rev 3187) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = skeleton + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:15 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3188] csw/mgar/pkg Message-ID: Revision: 3188 http://gar.svn.sourceforge.net/gar/?rev=3188&view=rev Author: valholla Date: 2009-02-18 02:28:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_soap/ csw/mgar/pkg/php5_soap/Makefile csw/mgar/pkg/php5_soap/checksums csw/mgar/pkg/php5_soap/files/ Property changes on: csw/mgar/pkg/php5_soap ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile (rev 0) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-18 02:28:14 UTC (rev 3188) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = soap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3189] csw/mgar/pkg Message-ID: Revision: 3189 http://gar.svn.sourceforge.net/gar/?rev=3189&view=rev Author: valholla Date: 2009-02-18 02:28:22 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sockets/ csw/mgar/pkg/php5_sockets/Makefile csw/mgar/pkg/php5_sockets/checksums csw/mgar/pkg/php5_sockets/files/ Property changes on: csw/mgar/pkg/php5_sockets ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/Makefile (rev 0) +++ csw/mgar/pkg/php5_sockets/Makefile 2009-02-18 02:28:22 UTC (rev 3189) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sockets + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:31 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3190] csw/mgar/pkg Message-ID: Revision: 3190 http://gar.svn.sourceforge.net/gar/?rev=3190&view=rev Author: valholla Date: 2009-02-18 02:28:31 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_spl/ csw/mgar/pkg/php5_spl/Makefile csw/mgar/pkg/php5_spl/checksums csw/mgar/pkg/php5_spl/files/ Property changes on: csw/mgar/pkg/php5_spl ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_spl/Makefile =================================================================== --- csw/mgar/pkg/php5_spl/Makefile (rev 0) +++ csw/mgar/pkg/php5_spl/Makefile 2009-02-18 02:28:31 UTC (rev 3190) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = spl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3191] csw/mgar/pkg Message-ID: Revision: 3191 http://gar.svn.sourceforge.net/gar/?rev=3191&view=rev Author: valholla Date: 2009-02-18 02:28:39 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sqlite/ csw/mgar/pkg/php5_sqlite/Makefile csw/mgar/pkg/php5_sqlite/checksums csw/mgar/pkg/php5_sqlite/files/ Property changes on: csw/mgar/pkg/php5_sqlite ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/Makefile (rev 0) +++ csw/mgar/pkg/php5_sqlite/Makefile 2009-02-18 02:28:39 UTC (rev 3191) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3192] csw/mgar/pkg Message-ID: Revision: 3192 http://gar.svn.sourceforge.net/gar/?rev=3192&view=rev Author: valholla Date: 2009-02-18 02:28:48 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sysvmsg/ csw/mgar/pkg/php5_sysvmsg/Makefile csw/mgar/pkg/php5_sysvmsg/checksums csw/mgar/pkg/php5_sysvmsg/files/ Property changes on: csw/mgar/pkg/php5_sysvmsg ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-18 02:28:48 UTC (rev 3192) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvmsg + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:28:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:28:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3193] csw/mgar/pkg Message-ID: Revision: 3193 http://gar.svn.sourceforge.net/gar/?rev=3193&view=rev Author: valholla Date: 2009-02-18 02:28:57 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sysvsem/ csw/mgar/pkg/php5_sysvsem/Makefile csw/mgar/pkg/php5_sysvsem/checksums csw/mgar/pkg/php5_sysvsem/files/ Property changes on: csw/mgar/pkg/php5_sysvsem ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-18 02:28:57 UTC (rev 3193) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvsem + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:05 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3194] csw/mgar/pkg Message-ID: Revision: 3194 http://gar.svn.sourceforge.net/gar/?rev=3194&view=rev Author: valholla Date: 2009-02-18 02:29:05 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_sysvshm/ csw/mgar/pkg/php5_sysvshm/Makefile csw/mgar/pkg/php5_sysvshm/checksums csw/mgar/pkg/php5_sysvshm/files/ Property changes on: csw/mgar/pkg/php5_sysvshm ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-18 02:29:05 UTC (rev 3194) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvshm + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3195] csw/mgar/pkg Message-ID: Revision: 3195 http://gar.svn.sourceforge.net/gar/?rev=3195&view=rev Author: valholla Date: 2009-02-18 02:29:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_tidy/ csw/mgar/pkg/php5_tidy/Makefile csw/mgar/pkg/php5_tidy/checksums csw/mgar/pkg/php5_tidy/files/ Property changes on: csw/mgar/pkg/php5_tidy ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile (rev 0) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-18 02:29:14 UTC (rev 3195) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tidy + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3196] csw/mgar/pkg Message-ID: Revision: 3196 http://gar.svn.sourceforge.net/gar/?rev=3196&view=rev Author: valholla Date: 2009-02-18 02:29:21 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_tokenizer/ csw/mgar/pkg/php5_tokenizer/Makefile csw/mgar/pkg/php5_tokenizer/checksums csw/mgar/pkg/php5_tokenizer/files/ Property changes on: csw/mgar/pkg/php5_tokenizer ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/Makefile (rev 0) +++ csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-18 02:29:21 UTC (rev 3196) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tokenizer + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:29 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3197] csw/mgar/pkg Message-ID: Revision: 3197 http://gar.svn.sourceforge.net/gar/?rev=3197&view=rev Author: valholla Date: 2009-02-18 02:29:29 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xml/ csw/mgar/pkg/php5_xml/Makefile csw/mgar/pkg/php5_xml/checksums csw/mgar/pkg/php5_xml/files/ Property changes on: csw/mgar/pkg/php5_xml ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile (rev 0) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-18 02:29:29 UTC (rev 3197) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3198] csw/mgar/pkg Message-ID: Revision: 3198 http://gar.svn.sourceforge.net/gar/?rev=3198&view=rev Author: valholla Date: 2009-02-18 02:29:37 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xmlreader/ csw/mgar/pkg/php5_xmlreader/Makefile csw/mgar/pkg/php5_xmlreader/checksums csw/mgar/pkg/php5_xmlreader/files/ Property changes on: csw/mgar/pkg/php5_xmlreader ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-18 02:29:37 UTC (rev 3198) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlreader + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3199] csw/mgar/pkg Message-ID: Revision: 3199 http://gar.svn.sourceforge.net/gar/?rev=3199&view=rev Author: valholla Date: 2009-02-18 02:29:45 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xmlrpc/ csw/mgar/pkg/php5_xmlrpc/Makefile csw/mgar/pkg/php5_xmlrpc/checksums csw/mgar/pkg/php5_xmlrpc/files/ Property changes on: csw/mgar/pkg/php5_xmlrpc ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-18 02:29:45 UTC (rev 3199) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlrpc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:29:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:29:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3200] csw/mgar/pkg Message-ID: Revision: 3200 http://gar.svn.sourceforge.net/gar/?rev=3200&view=rev Author: valholla Date: 2009-02-18 02:29:53 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xmlwriter/ csw/mgar/pkg/php5_xmlwriter/Makefile csw/mgar/pkg/php5_xmlwriter/checksums csw/mgar/pkg/php5_xmlwriter/files/ Property changes on: csw/mgar/pkg/php5_xmlwriter ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-18 02:29:53 UTC (rev 3200) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlwriter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:30:01 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:30:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3201] csw/mgar/pkg Message-ID: Revision: 3201 http://gar.svn.sourceforge.net/gar/?rev=3201&view=rev Author: valholla Date: 2009-02-18 02:30:01 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_zlib/ csw/mgar/pkg/php5_zlib/Makefile csw/mgar/pkg/php5_zlib/checksums csw/mgar/pkg/php5_zlib/files/ Property changes on: csw/mgar/pkg/php5_zlib ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile (rev 0) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-18 02:30:01 UTC (rev 3201) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zlib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:30:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:30:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3202] csw/mgar/pkg/php5_mbstring Message-ID: Revision: 3202 http://gar.svn.sourceforge.net/gar/?rev=3202&view=rev Author: valholla Date: 2009-02-18 02:30:24 +0000 (Wed, 18 Feb 2009) Log Message: ----------- testing version Modified Paths: -------------- csw/mgar/pkg/php5_mbstring/Makefile csw/mgar/pkg/php5_mbstring/checksums Modified: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile 2009-02-18 02:30:01 UTC (rev 3201) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-18 02:30:24 UTC (rev 3202) @@ -1,14 +1,14 @@ -GARNAME = php5 +GARNAME = php GARVERSION = 5.2.6 CATEGORIES = lang PHP5EXT_NAME = mbstring -DESCRIPTION = mbstring Extention for PHP +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB - mbstring Extention for PHP + $(PHP5EXT_NAME) Extention for PHP endef -WORKSRC = $(WORKSRC)/ext/$(PHP5EXT_NAME) +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) PHP_PREFIX = $(prefix)/php5 @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5mbstring +PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5xdebug = php5_mbstring -SPKG_DESC_CSWphp5xdebug = mbstring Extention for PHP5 -REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -38,7 +38,12 @@ @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) -# There are no test scripts -TEST_SCRIPTS = +TEST_SCRIPTS = testme +test-testme: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + + include gar/category.mk Modified: csw/mgar/pkg/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5_mbstring/checksums 2009-02-18 02:30:01 UTC (rev 3201) +++ csw/mgar/pkg/php5_mbstring/checksums 2009-02-18 02:30:24 UTC (rev 3202) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 03:37:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 02:37:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3203] csw/mgar/pkg/php5_dbase/ Message-ID: Revision: 3203 http://gar.svn.sourceforge.net/gar/?rev=3203&view=rev Author: valholla Date: 2009-02-18 02:37:17 +0000 (Wed, 18 Feb 2009) Log Message: ----------- set gar v2 Property Changed: ---------------- csw/mgar/pkg/php5_dbase/ Property changes on: csw/mgar/pkg/php5_dbase ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:00:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:00:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3204] csw/mgar/pkg/php5_dbase/checksums Message-ID: Revision: 3204 http://gar.svn.sourceforge.net/gar/?rev=3204&view=rev Author: valholla Date: 2009-02-18 03:00:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- testing version Modified Paths: -------------- csw/mgar/pkg/php5_dbase/checksums Modified: csw/mgar/pkg/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5_dbase/checksums 2009-02-18 02:37:17 UTC (rev 3203) +++ csw/mgar/pkg/php5_dbase/checksums 2009-02-18 03:00:43 UTC (rev 3204) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:23:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:23:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3205] csw/mgar/pkg/php5_fbsql Message-ID: Revision: 3205 http://gar.svn.sourceforge.net/gar/?rev=3205&view=rev Author: valholla Date: 2009-02-18 03:23:52 +0000 (Wed, 18 Feb 2009) Log Message: ----------- not going to pkg right now Removed Paths: ------------- csw/mgar/pkg/php5_fbsql/Makefile csw/mgar/pkg/php5_fbsql/checksums csw/mgar/pkg/php5_fbsql/files/ Deleted: csw/mgar/pkg/php5_fbsql/Makefile =================================================================== --- csw/mgar/pkg/php5_fbsql/Makefile 2009-02-18 03:00:43 UTC (rev 3204) +++ csw/mgar/pkg/php5_fbsql/Makefile 2009-02-18 03:23:52 UTC (rev 3205) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = fbsql - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-modulated: - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:32:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:32:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3206] csw/mgar/pkg/php5_fdf/ Message-ID: Revision: 3206 http://gar.svn.sourceforge.net/gar/?rev=3206&view=rev Author: valholla Date: 2009-02-18 03:32:24 +0000 (Wed, 18 Feb 2009) Log Message: ----------- no fdf package Removed Paths: ------------- csw/mgar/pkg/php5_fdf/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:43:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:43:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3207] csw/mgar/pkg/php5_interbase/ Message-ID: Revision: 3207 http://gar.svn.sourceforge.net/gar/?rev=3207&view=rev Author: valholla Date: 2009-02-18 03:43:55 +0000 (Wed, 18 Feb 2009) Log Message: ----------- required dependencies not available Removed Paths: ------------- csw/mgar/pkg/php5_interbase/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 04:50:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 03:50:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3208] csw/mgar/pkg/php5_libxml/ Message-ID: Revision: 3208 http://gar.svn.sourceforge.net/gar/?rev=3208&view=rev Author: valholla Date: 2009-02-18 03:50:30 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php package Removed Paths: ------------- csw/mgar/pkg/php5_libxml/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:00:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:00:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3209] csw/mgar/pkg/php5_ming/ Message-ID: Revision: 3209 http://gar.svn.sourceforge.net/gar/?rev=3209&view=rev Author: valholla Date: 2009-02-18 04:00:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- experimental, not building Removed Paths: ------------- csw/mgar/pkg/php5_ming/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:09:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:09:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3210] csw/mgar/pkg/php5_pcre/ Message-ID: Revision: 3210 http://gar.svn.sourceforge.net/gar/?rev=3210&view=rev Author: valholla Date: 2009-02-18 04:09:44 +0000 (Wed, 18 Feb 2009) Log Message: ----------- included in base php install Removed Paths: ------------- csw/mgar/pkg/php5_pcre/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:14:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:14:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3211] csw/mgar/pkg/php5_pdo_dblib/ Message-ID: Revision: 3211 http://gar.svn.sourceforge.net/gar/?rev=3211&view=rev Author: valholla Date: 2009-02-18 04:14:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- no sybase to build against Removed Paths: ------------- csw/mgar/pkg/php5_pdo_dblib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:17:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:17:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3212] csw/mgar/pkg Message-ID: Revision: 3212 http://gar.svn.sourceforge.net/gar/?rev=3212&view=rev Author: valholla Date: 2009-02-18 04:17:35 +0000 (Wed, 18 Feb 2009) Log Message: ----------- no packages to build against Removed Paths: ------------- csw/mgar/pkg/php5_pdo/ csw/mgar/pkg/php5_pdo_firebird/ csw/mgar/pkg/php5_pdo_oci/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:37:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:37:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3213] csw/mgar/pkg/php5_skeleton/ Message-ID: Revision: 3213 http://gar.svn.sourceforge.net/gar/?rev=3213&view=rev Author: valholla Date: 2009-02-18 04:37:30 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php5 dist Removed Paths: ------------- csw/mgar/pkg/php5_skeleton/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 05:59:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 04:59:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3214] csw/mgar/pkg/php5_spl/ Message-ID: Revision: 3214 http://gar.svn.sourceforge.net/gar/?rev=3214&view=rev Author: valholla Date: 2009-02-18 04:59:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php install Removed Paths: ------------- csw/mgar/pkg/php5_spl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 13:25:50 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 12:25:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3215] csw/mgar/pkg/apache2/trunk Message-ID: Revision: 3215 http://gar.svn.sourceforge.net/gar/?rev=3215&view=rev Author: idogan23 Date: 2009-02-18 12:25:50 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2: changed prototype Modified Paths: -------------- csw/mgar/pkg/apache2/trunk/checksums csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype Modified: csw/mgar/pkg/apache2/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2/trunk/checksums 2009-02-18 04:59:14 UTC (rev 3214) +++ csw/mgar/pkg/apache2/trunk/checksums 2009-02-18 12:25:50 UTC (rev 3215) @@ -9,7 +9,7 @@ 523b1f316a67090dfc08fe7506cb1aa0 download/CSWapache2rt.checkinstall 4e2f813b608f759aec286eeb6267dcd4 download/CSWapache2c.gspec a5c969155aec617cdae566c6cef9ffb7 download/CSWapache2c.depend -6a10875b1ae3e33ea03e29c0c18b9e61 download/CSWapache2c.prototype +3285a1402de1315873637ec8a331a50f download/CSWapache2c.prototype e629a549294b2d91e8a0365c43d097cd download/CSWapache2c.postinstall 0dd379f20ceb32fc77bb3a9bf045097f download/CSWapache2c.space 5bc2d908f90108670ea72f09dce54d12 download/CSWap2prefork.gspec Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype 2009-02-18 04:59:14 UTC (rev 3214) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2c.prototype 2009-02-18 12:25:50 UTC (rev 3215) @@ -153,11 +153,6 @@ f none /opt/csw/apache2/share/error/include/spacer.html 0644 root bin f none /opt/csw/apache2/share/error/include/top.html 0644 root bin d none /opt/csw/apache2/share/htdocs 0755 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb.gif 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb.png 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb22.gif 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb22.png 0644 root bin -f none /opt/csw/apache2/share/htdocs/apache_pb22_ani.gif 0644 root bin f none /opt/csw/apache2/share/htdocs/index.html.CSW 0644 root bin d none /opt/csw/apache2/share/icons 0755 root bin f none /opt/csw/apache2/share/icons/README 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 14:10:47 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 13:10:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3216] csw/mgar/pkg/apache2-worker/trunk/Makefile Message-ID: Revision: 3216 http://gar.svn.sourceforge.net/gar/?rev=3216&view=rev Author: idogan23 Date: 2009-02-18 13:10:47 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2-worker: updated to 2.2.11 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/Makefile Modified: csw/mgar/pkg/apache2-worker/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-18 12:25:50 UTC (rev 3215) +++ csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-18 13:10:47 UTC (rev 3216) @@ -1,5 +1,5 @@ GARNAME = httpd -GARVERSION = 2.2.10 +GARVERSION = 2.2.11 CATEGORIES = server DESCRIPTION = A high performance Unix-based HTTP server. @@ -8,7 +8,7 @@ best around in terms of functionality, efficiency, security and speed. endef -include ../apache2/files/config.mk +include ../../apache2/trunk/files/config.mk # Apache worker MPM CSWADMIN = depend prototype postinstall postremove space @@ -23,7 +23,7 @@ CONFIGURE_ARGS += --with-mpm=worker include gar/category.mk -include ../apache2/files/rules.mk +include ../../apache2/trunk/files/rules.mk post-install: rename-httpd 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 Feb 18 17:13:02 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 18 Feb 2009 16:13:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3217] csw/mgar/pkg/cvsps/trunk/Makefile Message-ID: Revision: 3217 http://gar.svn.sourceforge.net/gar/?rev=3217&view=rev Author: bdwalton Date: 2009-02-18 16:13:02 +0000 (Wed, 18 Feb 2009) Log Message: ----------- set PACKAGES = Modified Paths: -------------- csw/mgar/pkg/cvsps/trunk/Makefile Modified: csw/mgar/pkg/cvsps/trunk/Makefile =================================================================== --- csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-18 13:10:47 UTC (rev 3216) +++ csw/mgar/pkg/cvsps/trunk/Makefile 2009-02-18 16:13:02 UTC (rev 3217) @@ -22,6 +22,8 @@ REQUIRED_PKGS = CSWzlib CSWcvs +PACKAGES = CSWcvsps + LICENSE = COPYING # We define upstream file regex so we can be notifed of new upstream software release 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 Feb 18 17:33:07 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 16:33:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3218] csw/mgar/pkg/apache2-worker/trunk/files Message-ID: Revision: 3218 http://gar.svn.sourceforge.net/gar/?rev=3218&view=rev Author: dmichelsen Date: 2009-02-18 16:33:07 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2-worker: Fixed symlinks which broke on mGAR conversion Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff Modified: csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/CSWapache2.killproc 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/CSWapache2.killproc \ No newline at end of file +link ../../../apache2/trunk/files/./CSWapache2.killproc \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/apr-lfs.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/apr-lfs.diff \ No newline at end of file +link ../../../apache2/trunk/files/./apr-lfs.diff \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/apr_atomic.c.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/apr_atomic.c.diff \ No newline at end of file +link ../../../apache2/trunk/files/./apr_atomic.c.diff \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/apu-iconv.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/apu-iconv.diff \ No newline at end of file +link ../../../apache2/trunk/files/./apu-iconv.diff \ No newline at end of file Modified: csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff 2009-02-18 16:13:02 UTC (rev 3217) +++ csw/mgar/pkg/apache2-worker/trunk/files/configure.apr.diff 2009-02-18 16:33:07 UTC (rev 3218) @@ -1 +1 @@ -link ../../apache2/files/configure.apr.diff \ No newline at end of file +link ../../../apache2/trunk/files/./configure.apr.diff \ No newline at end of file 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 Feb 18 18:02:18 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:02:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3219] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3219 http://gar.svn.sourceforge.net/gar/?rev=3219&view=rev Author: dmichelsen Date: 2009-02-18 17:02:18 +0000 (Wed, 18 Feb 2009) Log Message: ----------- mGAR v2: Write pkginfo only for dynamic gspec files Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 16:33:07 UTC (rev 3218) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 17:02:18 UTC (rev 3219) @@ -24,7 +24,7 @@ # You can use either PACKAGES with dynamic gspec-files or explicitly add gspec-files to DISTFILES. # Do "PACKAGES = CSWmypkg" when you build a package whose GARNAME is not the package name. # If no explicit gspec-files have been defined the default name for the package is CSW$(GARNAME). -# The whole processing is done from _SPKG_SPECS, which includes all packages to be build. +# The whole processing is done from _PKG_SPECS, which includes all packages to be build. ifeq ($(origin PACKAGES), undefined) SPKG_SPECS ?= $(if $(filter %.gspec,$(DISTFILES)),$(basename $(filter %.gspec,$(DISTFILES))),CSW$(GARNAME)) else @@ -97,7 +97,7 @@ SPKG_PACKAGER ?= Unknown SPKG_VENDOR ?= $(SPKG_SOURCEURL) packaged for CSW by $(SPKG_PACKAGER) SPKG_EMAIL ?= Unknown -#SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') +SPKG_PSTAMP ?= $(LOGNAME)@$(shell hostname)-$(call _REVISION)-$(shell date '+%Y%m%d%H%M%S') SPKG_BASEDIR ?= $(prefix) SPKG_CLASSES ?= none SPKG_OSNAME ?= $(shell uname -s)$(shell uname -r) @@ -183,22 +183,26 @@ # PKGFILES_DOC selects files beloging to a documentation package PKGFILES_DOC = $(docdir)/.* -# _PKGFILES_EXCLUDE_ contains the files to be excluded from that package -$(foreach SPEC,$(_PKG_SPECS), \ - $(eval _PKGFILES_EXCLUDE_$(SPEC)=$(strip \ - $(foreach S,$(filter-out $(SPEC),$(_PKG_SPECS)), \ - $(PKGFILES_$(S)) \ - $(call licensedir,$(S))/.* \ - $(EXTRA_PKGFILES_EXCLUDED) \ - $(EXTRA_PKGFILES_EXCLUDED_$(SPEC)) \ - $(_EXTRA_PKGFILES_EXCLUDED) \ - ) \ - )) \ - $(eval _PKGFILES_INCLUDE_$(SPEC)=$(strip \ - $(call licensedir,$(SPEC))/.* \ - )) \ +# This function computes the files to be excluded from the package specified +# as argument +define _pkgfiles_exclude +$(strip + $(foreach S,$(filter-out $(1),$(_PKG_SPECS)), + $(PKGFILES_$(S)) + $(call licensedir,$(S))/.* + $(EXTRA_PKGFILES_EXCLUDED) + $(EXTRA_PKGFILES_EXCLUDED_$(1)) + $(_EXTRA_PKGFILES_EXCLUDED) + ) ) +endef +define _pkgfiles_include +$(strip + $(call licensedir,$(1))/.* +) +endef + # # Targets # @@ -222,15 +226,17 @@ $(_DBG)cswproto -r $(PKGROOT) $(PKGROOT)=/ >$@ .PRECIOUS: $(WORKDIR)/%.prototype $(WORKDIR)/%.prototype-$(GARCH) +$(WORKDIR)/%.prototype: _PKGFILES_EXCLUDE=$(call _pkgfiles_exclude,$*) +$(WORKDIR)/%.prototype: _PKGFILES_INCLUDE=$(call _pkgfiles_include,$*) $(WORKDIR)/%.prototype: | $(PROTOTYPE) $(_DBG)if [ -n "$(PKGFILES_$*_SHARED)" -o \ -n "$(PKGFILES_$*)" -o \ - -n "$(_PKGFILES_EXCLUDE_$*)" -o \ + -n "$(_PKGFILES_EXCLUDE)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE_$*)) \ + (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE)) \ $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ - $(foreach FILE,$(_PKGFILES_EXCLUDE_$*), -x '$(FILE)') \ + $(foreach FILE,$(_PKGFILES_EXCLUDE), -x '$(FILE)') \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ ) \ @@ -332,7 +338,9 @@ endef # XXX: It is possible that a package is flagged as /isaexec, even -# if the isaexec'ed files are in another package created from the Makefile +# if the isaexec'ed files are in another package created from the Makefile. +# There should be a warning issued if there is more than one package build and +# it has not explicitly been set. define mode64 $(shell echo $(if $(MODE64_$(1)),$(MODE64_$(1)), @@ -425,7 +433,8 @@ package: extract merge $(SPKG_DESTDIRS) pre-package $(PACKAGE_TARGETS) post-package $(DONADA) -package-%: $(WORKDIR)/%.gspec $(WORKDIR)/%.pkginfo $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend +# The dynamic pkginfo is only generated for dynamic gspec-files +package-%: $(WORKDIR)/%.gspec $(if $(filter %.gspec,$(DISTFILES)),,$(WORKDIR)/%.pkginfo) $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.depend @echo " ==> Processing $*.gspec" $(_DBG)( $(call _PKG_ENV,$*) mkpackage --spec $(WORKDIR)/$*.gspec \ --spooldir $(SPKG_SPOOLDIR) \ 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 Feb 18 18:10:57 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:10:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3220] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3220 http://gar.svn.sourceforge.net/gar/?rev=3220&view=rev Author: dmichelsen Date: 2009-02-18 17:10:57 +0000 (Wed, 18 Feb 2009) Log Message: ----------- mGAR v2: Reorganize implicit package name Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 17:02:18 UTC (rev 3219) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-18 17:10:57 UTC (rev 3220) @@ -26,7 +26,8 @@ # If no explicit gspec-files have been defined the default name for the package is CSW$(GARNAME). # The whole processing is done from _PKG_SPECS, which includes all packages to be build. ifeq ($(origin PACKAGES), undefined) -SPKG_SPECS ?= $(if $(filter %.gspec,$(DISTFILES)),$(basename $(filter %.gspec,$(DISTFILES))),CSW$(GARNAME)) +PACKAGES = $(if $(filter %.gspec,$(DISTFILES)),,CSW$(GARNAME)) +SPKG_SPECS ?= $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES) else SPKG_SPECS ?= $(sort $(basename $(filter %.gspec,$(DISTFILES))) $(PACKAGES)) endif 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 Feb 18 18:12:23 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:12:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3221] csw/mgar/pkg/sysstat/trunk Message-ID: Revision: 3221 http://gar.svn.sourceforge.net/gar/?rev=3221&view=rev Author: dmichelsen Date: 2009-02-18 17:12:22 +0000 (Wed, 18 Feb 2009) Log Message: ----------- sysstat: Update to 20090218 and dynamic gspec Modified Paths: -------------- csw/mgar/pkg/sysstat/trunk/Makefile csw/mgar/pkg/sysstat/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec Modified: csw/mgar/pkg/sysstat/trunk/Makefile =================================================================== --- csw/mgar/pkg/sysstat/trunk/Makefile 2009-02-18 17:10:57 UTC (rev 3220) +++ csw/mgar/pkg/sysstat/trunk/Makefile 2009-02-18 17:12:22 UTC (rev 3221) @@ -1,5 +1,5 @@ GARNAME = sysstat -GARVERSION = 20081207 +GARVERSION = 20090218 CATEGORIES = utils DESCRIPTION = Key system statistics at a glance @@ -18,7 +18,6 @@ MASTER_SITES = http://www.maier-komor.de/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -DISTFILES += $(call admfiles,CSWsysstat) REQUIRED_PKGS = CSWncurses Modified: csw/mgar/pkg/sysstat/trunk/checksums =================================================================== --- csw/mgar/pkg/sysstat/trunk/checksums 2009-02-18 17:10:57 UTC (rev 3220) +++ csw/mgar/pkg/sysstat/trunk/checksums 2009-02-18 17:12:22 UTC (rev 3221) @@ -1,6 +1,2 @@ -7d5d5489a19119121b4bd53b85a91886 download/sysstat-20081207.tgz -c2be614c9715a73b469173e9888f1826 download/CSWsysstat.gspec -e51f94d090618f19b854104291b10645 download/CSWsysstat.prototype-sparc -8c1dbc2e5fc16f16dbdfbe47b81e76f0 download/CSWsysstat.prototype-i386 -2ba417371d006cee9ad62bf67252b05b download/CSWsysstat.depend +cb48048e5b6eee430017ce8591a71d65 download/sysstat-20090218.tgz 7a7f0f67bb68484b56375d4a922fb63f download/patch-onlyisaexec-sysstatd.diff Deleted: csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec =================================================================== --- csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec 2009-02-18 17:10:57 UTC (rev 3220) +++ csw/mgar/pkg/sysstat/trunk/files/CSWsysstat.gspec 2009-02-18 17:12:22 UTC (rev 3221) @@ -1,4 +0,0 @@ -%var bitname sysstat -%var pkgname CSWsysstat -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 18:23:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:23:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3222] csw/mgar/pkg Message-ID: Revision: 3222 http://gar.svn.sourceforge.net/gar/?rev=3222&view=rev Author: valholla Date: 2009-02-18 17:23:47 +0000 (Wed, 18 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/re2c/ csw/mgar/pkg/re2c/Makefile csw/mgar/pkg/re2c/checksums csw/mgar/pkg/re2c/files/ Property changes on: csw/mgar/pkg/re2c ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/re2c/Makefile =================================================================== --- csw/mgar/pkg/re2c/Makefile (rev 0) +++ csw/mgar/pkg/re2c/Makefile 2009-02-18 17:23:47 UTC (rev 3222) @@ -0,0 +1,32 @@ +GARNAME = re2c +GARVERSION = 0.13.5 +CATEGORIES = utils + +DESCRIPTION = Utility for writing fast and flexible scanners. +define BLURB + re2c is a tool for writing very fast and very flexible scanners. + Unlike any other such tool, re2c focuses on generating high efficient + code for regular expression matching. As a result this allows a much + broader range of use than any traditional lexer offers. + And Last but not least re2c generates warning free code that is equal + to hand-written code in terms of size, speed and quality. +endef + +PACKAGES = CSWre2c + +MASTER_SITES = $(SF_MIRRORS) +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +DISTFILES = $(DISTNAME).tar.gz +CATALOGNAME_CSWre2c = re2c +SPKG_DESC_CSWre2c = $(DESCRIPTION) +REQUIRED_PKGS_CSWre2c = CSWgcc4corert CSWgcc4g++rt + +# Compiling with GNU based on upstream bug-id +# [ 2535084 ] re2c 0.13.5 not compile with Sun C +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Added: csw/mgar/pkg/re2c/checksums =================================================================== --- csw/mgar/pkg/re2c/checksums (rev 0) +++ csw/mgar/pkg/re2c/checksums 2009-02-18 17:23:47 UTC (rev 3222) @@ -0,0 +1 @@ +4a97d8f77ed6d2c76c8bd840a43f5633 download/re2c-0.13.5.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 Feb 18 18:52:56 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 18 Feb 2009 17:52:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3223] csw/mgar/pkg/cswclassutils/trunk Message-ID: Revision: 3223 http://gar.svn.sourceforge.net/gar/?rev=3223&view=rev Author: bonivart Date: 2009-02-18 17:52:56 +0000 (Wed, 18 Feb 2009) Log Message: ----------- cswclassutils: added usergroup scripts Modified Paths: -------------- csw/mgar/pkg/cswclassutils/trunk/Makefile csw/mgar/pkg/cswclassutils/trunk/checksums csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype Added Paths: ----------- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/Makefile 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/Makefile 2009-02-18 17:52:56 UTC (rev 3223) @@ -1,5 +1,5 @@ GARNAME = cswclassutils -GARVERSION = 1.3 +GARVERSION = 1.4 CATEGORIES = utils DESCRIPTION = CSW class action utilities @@ -17,6 +17,8 @@ WORKSRC = $(WORKDIR) SPKG_SOURCEURL = http://www.opencsw.org +CASLIST = cswcpsampleconf cswpreserveconf cswinitsmf cswusergroup + install-custom: @echo " ==> Installing $(GARNAME) (custom)" @rm -rf $(DESTDIR) @@ -28,10 +30,5 @@ @cp $(FILEDIR)/CSW$(GARNAME).csw.smf.sample $(DESTDIR)/etc/opt/csw/init.d/csw.smf.sample @cp $(FILEDIR)/CSW$(GARNAME).README.CSW $(DESTDIR)$(docdir)/$(GARNAME)/README.CSW @cp $(FILEDIR)/CSW$(GARNAME).copyright $(DESTDIR)$(docdir)/$(GARNAME)/LICENSE - @cp $(FILEDIR)/CSW$(GARNAME).i.cswcpsampleconf $(DESTDIR)/usr/sadm/install/scripts/i.cswcpsampleconf - @cp $(FILEDIR)/CSW$(GARNAME).r.cswcpsampleconf $(DESTDIR)/usr/sadm/install/scripts/r.cswcpsampleconf - @cp $(FILEDIR)/CSW$(GARNAME).i.cswpreserveconf $(DESTDIR)/usr/sadm/install/scripts/i.cswpreserveconf - @cp $(FILEDIR)/CSW$(GARNAME).r.cswpreserveconf $(DESTDIR)/usr/sadm/install/scripts/r.cswpreserveconf - @cp $(FILEDIR)/CSW$(GARNAME).i.cswinitsmf $(DESTDIR)/usr/sadm/install/scripts/i.cswinitsmf - @cp $(FILEDIR)/CSW$(GARNAME).r.cswinitsmf $(DESTDIR)/usr/sadm/install/scripts/r.cswinitsmf + @$(foreach CAS,$(CASLIST),cp $(FILEDIR)/CSW$(GARNAME).i.$(CAS) $(DESTDIR)/usr/sadm/install/scripts/i.$(CAS);cp $(FILEDIR)/CSW$(GARNAME).r.$(CAS) $(DESTDIR)/usr/sadm/install/scripts/r.$(CAS);) @$(MAKECOOKIE) Modified: csw/mgar/pkg/cswclassutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/checksums 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/checksums 2009-02-18 17:52:56 UTC (rev 3223) @@ -1,2 +1,2 @@ 15e48f60e16862b94755b3205b666ab8 download/CSWcswclassutils.gspec -847abc46521d2e324518456d783f9235 download/CSWcswclassutils.prototype +4527cc9b2dc1458845b55edff5b381bb download/CSWcswclassutils.prototype Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.README.CSW 2009-02-18 17:52:56 UTC (rev 3223) @@ -28,3 +28,11 @@ directory when a package is removed, and restores it on the next pkgadd. Read more in /usr/sadm/install/scripts/i.cswpreserveconf and r.cswpreserveconf. + +- cswusergroup + + This class creates users and/or groups needed for packages. It supports + users, groups, gcos, home directory and shell. You can also decide if you want + the home directories to be created and/or removed during install/remove. + +Read more on the wiki: http://wiki.opencsw.org/cswclassutils-package. Added: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup (rev 0) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswusergroup 2009-02-18 17:52:56 UTC (rev 3223) @@ -0,0 +1,86 @@ +#!/bin/sh +# +# i.cswusergroup - Class action script for creating users and groups +# +# Written by Peter Bonivart +# +# 2009-02-10 First release +# +# Documentation: http://wiki.opencsw.org/cswclassutils-package + +DEBUG= # clear to disable debug, set to anything to enable + +if [ "$DEBUG" ]; then + echo PACKAGE: $PKGINST +fi + +# Copy files +echo "Installing class ..." + +while read src dest; do + if [ "$DEBUG" ]; then + echo SRC: $src DEST: $dest + fi + + # Copy the conf-file + /usr/bin/cp $src $dest || exit 2 + + for i in `cat $dest | sed 's/ /_/g'`; do + user=`echo $i | awk -F':' '{print $1}'` + group=`echo $i | awk -F':' '{print $2}'` + gcos=`echo $i | awk -F':' '{print $3}'` + dir=`echo $i | awk -F':' '{print $4}'` + shell=`echo $i | awk -F':' '{print $5}'` + create=`echo $i | awk -F':' '{print $6}'` + if [ -n "$group" ]; then + /bin/getent group $group > /dev/null + if [ $? -ne 0 ]; then + /usr/sbin/groupadd $group > /dev/null + if [ $? -eq 0 ]; then + echo Group $group has been added + else + echo ERROR: Failed to add group $group + fi + else + echo Group $group already exists + fi + else + echo No group to create + fi + + if [ -n "$user" ]; then + /bin/getent passwd $user > /dev/null + if [ $? -ne 0 ]; then + if [ -n "$group" ]; then + group="-g $group" + fi + if [ -n "$gcos" ]; then + gcos="-c $gcos" + fi + if [ -n "$dir" ]; then + dir="-d $dir" + fi + if [ -n "$shell" ]; then + shell="-s $shell" + fi + if [ -n "$create" ]; then + create="-m" + fi + /usr/sbin/useradd $gcos $group $create $dir $shell $user > /dev/null + if [ $? -eq 0 ]; then + echo User $user has been added + else + echo ERROR: Failed to add user $user + fi + else + echo User $user already exists + fi + else + echo No user to create + fi + echo + done + +done + +exit 0 Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype 2009-02-18 17:23:47 UTC (rev 3222) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.prototype 2009-02-18 17:52:56 UTC (rev 3223) @@ -7,6 +7,8 @@ d none /var/opt/csw/svc 0755 root bin d none /var/opt/csw/svc/manifest 0755 root bin d none /var/opt/csw/svc/method 0755 root bin +f none /usr/sadm/install/scripts/i.cswusergroup 0555 root sys +f none /usr/sadm/install/scripts/r.cswusergroup 0555 root sys f none /usr/sadm/install/scripts/i.cswinitsmf 0555 root sys f none /usr/sadm/install/scripts/r.cswinitsmf 0555 root sys f none /usr/sadm/install/scripts/i.cswcpsampleconf 0555 root sys Added: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup (rev 0) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.r.cswusergroup 2009-02-18 17:52:56 UTC (rev 3223) @@ -0,0 +1,84 @@ +#!/bin/sh +# +# r.cswusergroup - Class action script for removing users and groups +# +# Written by Peter Bonivart +# +# 2009-02-10 First release +# +# Documentation: http://wiki.opencsw.org/cswclassutils-package + +DEBUG= # clear to disable debug, set to anything to enable + +# Source csw.conf, if it exists +if [ -f $PKG_INSTALL_ROOT/opt/csw/etc/csw.conf ] ; then + . $PKG_INSTALL_ROOT/opt/csw/etc/csw.conf +fi +if [ -f $PKG_INSTALL_ROOT/etc/opt/csw/csw.conf ] ; then + . $PKG_INSTALL_ROOT/etc/opt/csw/csw.conf +fi + +if [ "$DEBUG" ]; then + echo PACKAGE: $PKGINST +fi + +# Copy files +echo "Removing class ..." + +while read dest; do + if [ "$DEBUG" ]; then + echo DEST: $dest + fi + + if [ "$usergroup_remove" = "yes" ]; then + for i in `cat $dest | sed 's/ /_/g'`; do + user=`echo $i | awk -F':' '{print $1}'` + group=`echo $i | awk -F':' '{print $2}'` + remove=`echo $i | awk -F':' '{print $7}'` + + if [ -n "$user" ]; then + /bin/getent passwd $user > /dev/null + if [ $? -eq 0 ]; then + if [ -n "$remove" ]; then + remove="-r" + fi + /usr/sbin/userdel $remove $user > /dev/null + if [ $? -eq 0 ]; then + echo User $user has been removed + else + echo ERROR: Failed to remove user $user + fi + else + echo User $user does not exist + fi + else + echo No user to remove + fi + + if [ -n "$group" ]; then + /bin/getent group $group > /dev/null + if [ $? -eq 0 ]; then + /usr/sbin/groupdel $group > /dev/null + if [ $? -eq 0 ]; then + echo Group $group has been removed + else + echo ERROR: Failed to remove group $group + fi + else + echo Group $group does not exist + fi + else + echo No group to remove + fi + echo + done + else + echo Not removing users/groups due to usergroup_remove not set to yes in csw.conf + fi + + # Remove conf-file + /usr/bin/rm -f $dest || exit 2 + +done + +exit 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 20:01:14 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:01:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3224] csw/mgar/pkg/apache2/trunk/ Message-ID: Revision: 3224 http://gar.svn.sourceforge.net/gar/?rev=3224&view=rev Author: idogan23 Date: 2009-02-18 19:01:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2: changed to gar v2 Property Changed: ---------------- csw/mgar/pkg/apache2/trunk/ Property changes on: csw/mgar/pkg/apache2/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Feb 18 20:06:00 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:06:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3225] csw/mgar/pkg/apache2-worker Message-ID: Revision: 3225 http://gar.svn.sourceforge.net/gar/?rev=3225&view=rev Author: idogan23 Date: 2009-02-18 19:06:00 +0000 (Wed, 18 Feb 2009) Log Message: ----------- apache2-worker: changed to gar v2 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/checksums Property Changed: ---------------- csw/mgar/pkg/apache2-worker/ Property changes on: csw/mgar/pkg/apache2-worker ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/apache2-worker/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-18 19:01:14 UTC (rev 3224) +++ csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-18 19:06:00 UTC (rev 3225) @@ -1,4 +1,4 @@ -f611aff3ddba114499e623a5259faa5c download/httpd-2.2.10.tar.gz +03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout b2ab257a1d86f3e5787e493eb58c503a download/CSWap2worker.gspec 260260d6a4d17b88d25658c38cae6875 download/CSWap2worker.depend This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:27:08 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:27:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3226] csw/mgar/pkg/ImageMagick/trunk/ Message-ID: Revision: 3226 http://gar.svn.sourceforge.net/gar/?rev=3226&view=rev Author: hson Date: 2009-02-18 19:27:08 +0000 (Wed, 18 Feb 2009) Log Message: ----------- imagemagick: Changed to gar v2 Property Changed: ---------------- csw/mgar/pkg/ImageMagick/trunk/ Property changes on: csw/mgar/pkg/ImageMagick/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:27:50 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:27:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3227] csw/mgar/pkg/openexr/trunk/ Message-ID: Revision: 3227 http://gar.svn.sourceforge.net/gar/?rev=3227&view=rev Author: hson Date: 2009-02-18 19:27:49 +0000 (Wed, 18 Feb 2009) Log Message: ----------- openexr: Changed to gar v2 Property Changed: ---------------- csw/mgar/pkg/openexr/trunk/ Property changes on: csw/mgar/pkg/openexr/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 20:38:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:38:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3228] csw/mgar/pkg/gd/trunk/ Message-ID: Revision: 3228 http://gar.svn.sourceforge.net/gar/?rev=3228&view=rev Author: valholla Date: 2009-02-18 19:38:43 +0000 (Wed, 18 Feb 2009) Log Message: ----------- update gd to gar v2 Property Changed: ---------------- csw/mgar/pkg/gd/trunk/ Property changes on: csw/mgar/pkg/gd/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 20:44:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:44:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3229] csw/mgar/pkg/php5_date/ Message-ID: Revision: 3229 http://gar.svn.sourceforge.net/gar/?rev=3229&view=rev Author: valholla Date: 2009-02-18 19:44:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php Removed Paths: ------------- csw/mgar/pkg/php5_date/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 20:47:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:47:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3230] csw/mgar/pkg/php5_reflection/ Message-ID: Revision: 3230 http://gar.svn.sourceforge.net/gar/?rev=3230&view=rev Author: valholla Date: 2009-02-18 19:47:12 +0000 (Wed, 18 Feb 2009) Log Message: ----------- part of base php Removed Paths: ------------- csw/mgar/pkg/php5_reflection/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:47:46 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:47:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3231] csw/mgar/pkg/exiftool/trunk Message-ID: Revision: 3231 http://gar.svn.sourceforge.net/gar/?rev=3231&view=rev Author: hson Date: 2009-02-18 19:47:46 +0000 (Wed, 18 Feb 2009) Log Message: ----------- exiftool: update to 7.69 Modified Paths: -------------- csw/mgar/pkg/exiftool/trunk/Makefile csw/mgar/pkg/exiftool/trunk/checksums Modified: csw/mgar/pkg/exiftool/trunk/Makefile =================================================================== --- csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-18 19:47:12 UTC (rev 3230) +++ csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-18 19:47:46 UTC (rev 3231) @@ -1,5 +1,5 @@ GARNAME = exiftool -GARVERSION = 7.62 +GARVERSION = 7.69 CATEGORIES = cpan DESCRIPTION = Read, Write and Edit Image File Meta Information @@ -15,6 +15,7 @@ DISTFILES = $(DISTNAME).tar.gz DISTFILES += $(call admfiles,CSWexiftool,) +REQUIRED_PKGS += CSWperl CSWpmcompresszlib # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/exiftool/trunk/checksums =================================================================== --- csw/mgar/pkg/exiftool/trunk/checksums 2009-02-18 19:47:12 UTC (rev 3230) +++ csw/mgar/pkg/exiftool/trunk/checksums 2009-02-18 19:47:46 UTC (rev 3231) @@ -1,2 +1,2 @@ -f95241fdcf8e9b71ef1114f1855b072f download/Image-ExifTool-7.62.tar.gz +a20279271732877dd967ed2caa697882 download/Image-ExifTool-7.69.tar.gz 13f9aae615a5de5e3c145b374950a75c download/CSWexiftool.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:48:34 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:48:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3232] csw/mgar/pkg Message-ID: Revision: 3232 http://gar.svn.sourceforge.net/gar/?rev=3232&view=rev Author: hson Date: 2009-02-18 19:48:34 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libexif: Initial commit Added Paths: ----------- csw/mgar/pkg/libexif/ csw/mgar/pkg/libexif/branches/ csw/mgar/pkg/libexif/tags/ csw/mgar/pkg/libexif/trunk/ csw/mgar/pkg/libexif/trunk/Makefile csw/mgar/pkg/libexif/trunk/checksums csw/mgar/pkg/libexif/trunk/files/ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec Property changes on: csw/mgar/pkg/libexif/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 19:48:34 UTC (rev 3232) @@ -0,0 +1,27 @@ +GARNAME = libexif +GARVERSION = 0.6.17 +CATEGORIES = lib + +DESCRIPTION = EXIF Tag Parsing Library +define BLURB + libexif is a library for parsing, editing, and saving EXIF data. It is + intended to replace lots of redundant implementations in command-line + utilities and programs with GUIs. +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += $(call admfiles,CSWlibexif,) + +REQUIRED_PKGS += CSWggettext CSWggettextrt + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Added: csw/mgar/pkg/libexif/trunk/checksums =================================================================== --- csw/mgar/pkg/libexif/trunk/checksums (rev 0) +++ csw/mgar/pkg/libexif/trunk/checksums 2009-02-18 19:48:34 UTC (rev 3232) @@ -0,0 +1,2 @@ +f7cf4e623a48c9a3b13f7f95f0a41015 download/libexif-0.6.17.tar.bz2 +93e79e6d0728dd8a1b8af299f132810c download/CSWlibexif.gspec Added: csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec =================================================================== --- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec (rev 0) +++ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-18 19:48:34 UTC (rev 3232) @@ -0,0 +1,4 @@ +%var bitname libexif +%var pkgname CSWlibexif +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:50:08 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:50:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3233] csw/mgar/pkg Message-ID: Revision: 3233 http://gar.svn.sourceforge.net/gar/?rev=3233&view=rev Author: hson Date: 2009-02-18 19:50:07 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libiptcdata: Initial commit Added Paths: ----------- csw/mgar/pkg/libiptcdata/ csw/mgar/pkg/libiptcdata/branches/ csw/mgar/pkg/libiptcdata/tags/ csw/mgar/pkg/libiptcdata/trunk/ csw/mgar/pkg/libiptcdata/trunk/Makefile csw/mgar/pkg/libiptcdata/trunk/checksums csw/mgar/pkg/libiptcdata/trunk/files/ csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch Property changes on: csw/mgar/pkg/libiptcdata/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,33 @@ +GARNAME = libiptcdata +GARVERSION = 1.0.2 +CATEGORIES = lib + +DESCRIPTION = IPTC Tag Parsing Library +define BLURB + libiptcdata is a library for manipulating the International Press + Telecommunications Council (IPTC) metadata stored within multimedia + files such as images. The library provides routines for parsing, + viewing, modifying, and saving this metadata. +endef + +MASTER_SITES += $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWlibiptcdata,) + +REQUIRED_PKGS = CSWggettext CSWggettextrt CSWiconv + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +# Patch submitted to upstream, pending new release +PATCHFILES = iptc-dataset.patch + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_SCRIPTS = + +include gar/category.mk Added: csw/mgar/pkg/libiptcdata/trunk/checksums =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/checksums (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/checksums 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,3 @@ +4ed81889846a5d9b750331f684651f89 download/libiptcdata-1.0.2.tar.gz +bf0eb61461a91469296b988fccbd8b07 download/CSWlibiptcdata.gspec +741fbca6ca1072a2b3a2a36eff702435 download/iptc-dataset.patch Added: csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,4 @@ +%var bitname libiptcdata +%var pkgname CSWlibiptcdata +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Added: csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch (rev 0) +++ csw/mgar/pkg/libiptcdata/trunk/files/iptc-dataset.patch 2009-02-18 19:50:07 UTC (rev 3233) @@ -0,0 +1,11 @@ +--- libiptcdata-1.0.2.orig/libiptcdata/iptc-dataset.c 2005-08-29 04:27:41.000000000 +0200 ++++ libiptcdata-1.0.2/libiptcdata/iptc-dataset.c 2009-02-16 14:40:15.166650866 +0100 +@@ -589,7 +589,7 @@ + return; + + printf ("%sTag: %d:%d ('%s')\n", buf, e->record, e->tag, +- iptc_tag_get_name (e->record, e->tag)); ++ iptc_tag_get_name (e->record, e->tag) ? iptc_tag_get_name (e->record, e->tag) : "NULL"); + /* printf ("%s Format: %i ('%s')\n", buf, e->format, + iptc_format_get_name (e->format)); */ + printf ("%s Size: %i\n", buf, e->size); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 20:55:07 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 19:55:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3234] csw/mgar/pkg Message-ID: Revision: 3234 http://gar.svn.sourceforge.net/gar/?rev=3234&view=rev Author: hson Date: 2009-02-18 19:55:07 +0000 (Wed, 18 Feb 2009) Log Message: ----------- librsvg: Initial commit Added Paths: ----------- csw/mgar/pkg/librsvg/ csw/mgar/pkg/librsvg/branches/ csw/mgar/pkg/librsvg/tags/ csw/mgar/pkg/librsvg/trunk/ csw/mgar/pkg/librsvg/trunk/Makefile csw/mgar/pkg/librsvg/trunk/checksums csw/mgar/pkg/librsvg/trunk/files/ csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.i csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.s csw/mgar/pkg/librsvg/trunk/files/pdiff.patch csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch Property changes on: csw/mgar/pkg/librsvg/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile (rev 0) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,61 @@ +GARNAME = librsvg +GARVERSION = 2.22 +GARSUBREV = 3 +CATEGORIES = lib + +DESCRIPTION = Scalable Vector Graphics library +define BLURB + This is librsvg - A high performance SVG rendering library associated with the + Gnome Project. + + If you have questions or comments about librsvg, please send email to + librsvg-devel at lists.sourceforge.net. Any bugs should be reported to + http://bugzilla.gnome.org/ + + Also, more information on librsvg can be found at librsvg.sf.net +endef + +SPKG_VERSION= $(GARVERSION).$(GARSUBREV) + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(GARVERSION)/ +DISTFILES = $(GARNAME)-$(GARVERSION).$(GARSUBREV).tar.bz2 +DISTFILES += librsvg-2.so.2.15.90.i +DISTFILES += librsvg-2.so.2.15.90.s +DISTFILES += $(call admfiles,CSWlibrsvg,) + +DISTNAME = $(GARNAME)-$(GARVERSION).$(GARSUBREV) + +REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettext CSWggettextrt +REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk +REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf +REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWsunmath CSWzlib +REQUIRED_PKGS += CSWbonobo2 CSWgconf2 CSWgnomevfs2 CSWlibxrender CSWorbit2 + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +# Upstream develops on gcc only +PATCHFILES = pdiff.patch +PATCHFILES += perceptualdiff.patch +# Upstream have missed adding some required libs +PATCHFILES += test_makefiles.patch +# gtkdoc-rebase doesn't exist +PATCHFILES += doc_makefile.patch + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-shared=yes --enable-static=no + +TEST_TARGET = check + +include gar/category.mk + + +post-install-isa-sparcv8: + @cp $(FILEDIR)/librsvg-2.so.2.15.90.s $(INSTALLISADIR)/opt/csw/lib/librsvg-2.so.2.15.90 + +post-install-isa-i386: + @cp $(FILEDIR)/librsvg-2.so.2.15.90.i $(INSTALLISADIR)/opt/csw/lib/librsvg-2.so.2.15.90 Added: csw/mgar/pkg/librsvg/trunk/checksums =================================================================== --- csw/mgar/pkg/librsvg/trunk/checksums (rev 0) +++ csw/mgar/pkg/librsvg/trunk/checksums 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,8 @@ +c4ec4fdb2b1842e221ca39127e85682d download/librsvg-2.22.3.tar.bz2 +300ffe1b2413261b5ce5e451c8c7d0eb download/librsvg-2.so.2.15.90.i +5e90964c1f99f46100f71cdb3d549fcc download/librsvg-2.so.2.15.90.s +d2491b9b8f422321a88f0414f5e78196 download/CSWlibrsvg.gspec +5b0c0387946c3b7ca7feb913de436936 download/pdiff.patch +8a26f6d0d0cf1cfce1a1e0365c6624ce download/perceptualdiff.patch +803a5d10e3e9c9a561b397aade043024 download/test_makefiles.patch +5eddcc7be3ee182c94ee21691720c6aa download/doc_makefile.patch Added: csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,4 @@ +%var bitname librsvg +%var pkgname CSWlibrsvg +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/COPYING Added: csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/doc_makefile.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,13 @@ +--- librsvg-2.22.3.orig/doc/Makefile.in 2008-09-23 02:54:51.000000000 +0200 ++++ librsvg-2.22.3/doc/Makefile.in 2009-02-16 14:43:59.506582432 +0100 +@@ -568,8 +568,8 @@ + @GTK_DOC_INSTALLED_TRUE@ done; \ + @GTK_DOC_INSTALLED_TRUE@ echo '-- Installing $(srcdir)/html/index.sgml' ; \ + @GTK_DOC_INSTALLED_TRUE@ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ +- at GTK_DOC_INSTALLED_TRUE@ which gtkdoc-rebase >/dev/null && \ +- at GTK_DOC_INSTALLED_TRUE@ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ ++ at GTK_DOC_INSTALLED_TRUE@ #which gtkdoc-rebase >/dev/null && \ ++ at GTK_DOC_INSTALLED_TRUE@ #gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ + @GTK_DOC_INSTALLED_TRUE@ fi + + @GTK_DOC_INSTALLED_TRUE at uninstall-local: Added: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/librsvg/trunk/files/librsvg-2.so.2.15.90.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/librsvg/trunk/files/pdiff.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/pdiff.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/pdiff.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,18 @@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/pdiff/pdiff.c librsvg-2.22.3/tests/pdiff/pdiff.c +--- librsvg-2.22.3.orig/tests/pdiff/pdiff.c 2008-09-23 02:37:57.000000000 +0200 ++++ librsvg-2.22.3/tests/pdiff/pdiff.c 2009-02-04 00:45:00.628206678 +0100 +@@ -22,12 +22,14 @@ + #include + #else + #include ++/* + typedef gint8 int8_t; + typedef guint8 uint8_t; + typedef gint16 int16_t; + typedef guint16 uint16_t; + typedef gint32 int32_t; + typedef guint32 uint32_t; ++*/ + #endif + + #include "lpyramid.h" Added: csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/perceptualdiff.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,18 @@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/pdiff/perceptualdiff.c librsvg-2.22.3/tests/pdiff/perceptualdiff.c +--- librsvg-2.22.3.orig/tests/pdiff/perceptualdiff.c 2008-09-23 02:37:57.000000000 +0200 ++++ librsvg-2.22.3/tests/pdiff/perceptualdiff.c 2009-02-04 00:45:09.487007307 +0100 +@@ -23,12 +23,14 @@ + #include + #else + #include ++/* + typedef gint8 int8_t; + typedef guint8 uint8_t; + typedef gint16 int16_t; + typedef guint16 uint16_t; + typedef gint32 int32_t; + typedef guint32 uint32_t; ++*/ + #endif + + #include Added: csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch (rev 0) +++ csw/mgar/pkg/librsvg/trunk/files/test_makefiles.patch 2009-02-18 19:55:07 UTC (rev 3234) @@ -0,0 +1,24 @@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/pdiff/Makefile.in librsvg-2.22.3/tests/pdiff/Makefile.in +--- librsvg-2.22.3.orig/tests/pdiff/Makefile.in 2008-09-23 02:54:52.000000000 +0200 ++++ librsvg-2.22.3/tests/pdiff/Makefile.in 2009-02-16 03:35:29.779065807 +0100 +@@ -134,7 +134,7 @@ + LIBRSVG_MAJOR_VERSION = @LIBRSVG_MAJOR_VERSION@ + LIBRSVG_MICRO_VERSION = @LIBRSVG_MICRO_VERSION@ + LIBRSVG_MINOR_VERSION = @LIBRSVG_MINOR_VERSION@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lm + LIBTOOL = @LIBTOOL@ + LIBXML_REQUIRED = @LIBXML_REQUIRED@ + LN_S = @LN_S@ +diff --speed-large-files --minimal -Nru librsvg-2.22.3.orig/tests/Makefile.in librsvg-2.22.3/tests/Makefile.in +--- librsvg-2.22.3.orig/tests/Makefile.in 2008-09-23 02:54:52.000000000 +0200 ++++ librsvg-2.22.3/tests/Makefile.in 2009-02-16 03:35:18.338184863 +0100 +@@ -139,7 +139,7 @@ + LIBRSVG_MAJOR_VERSION = @LIBRSVG_MAJOR_VERSION@ + LIBRSVG_MICRO_VERSION = @LIBRSVG_MICRO_VERSION@ + LIBRSVG_MINOR_VERSION = @LIBRSVG_MINOR_VERSION@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lm + LIBTOOL = @LIBTOOL@ + LIBXML_REQUIRED = @LIBXML_REQUIRED@ + LN_S = @LN_S@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 21:18:49 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 20:18:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3235] csw/mgar/pkg/php5/trunk/ Message-ID: Revision: 3235 http://gar.svn.sourceforge.net/gar/?rev=3235&view=rev Author: valholla Date: 2009-02-18 20:18:49 +0000 (Wed, 18 Feb 2009) Log Message: ----------- update php5 to gar v2 Property Changed: ---------------- csw/mgar/pkg/php5/trunk/ Property changes on: csw/mgar/pkg/php5/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 18 21:45:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 18 Feb 2009 20:45:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3236] csw/mgar/pkg/gd/trunk Message-ID: Revision: 3236 http://gar.svn.sourceforge.net/gar/?rev=3236&view=rev Author: valholla Date: 2009-02-18 20:45:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- update recipe to gar v2 dynamic prototypes and gspecs Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/gd/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype csw/mgar/pkg/gd/trunk/files/CSWgd.depend csw/mgar/pkg/gd/trunk/files/CSWgd.gspec csw/mgar/pkg/gd/trunk/files/CSWgd.prototype Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-18 20:45:14 UTC (rev 3236) @@ -10,12 +10,28 @@ MASTER_SITES = http://www.libgd.org/releases/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgd,depend prototype) -DISTFILES += $(call admfiles,CSWgd-devel,depend prototype) +PACKAGES = CSWgd CSWgd-devel +CATALOGNAME_CSWgd = gd +CATALOGNAME_CSWgd-devel = gd_devel +SPKG_DESC_CSWgd = $(DESCRIPTION) +SPKG_DESC_CSWgd-devel = Development headers and libraries for gd + +REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv +REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib +REQUIRED_PKGS_CSWgd-devel = CSWgd +PKGFILES_CSWgd-devel = $( PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) +CONFIGURE_ARGS += --with-png=$(prefix) +CONFIGURE_ARGS += --with-freetype=$(prefix) +CONFIGURE_ARGS += --with-fontconfig=$(prefix) +CONFIGURE_ARGS += --with-jpeg=$(prefix) +CONFIGURE_ARGS += --with-xpm=$(prefix) + include gar/category.mk Modified: csw/mgar/pkg/gd/trunk/checksums =================================================================== --- csw/mgar/pkg/gd/trunk/checksums 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/checksums 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,7 +1,7 @@ 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c download/gd-2.0.35.tar.bz2 b398d4a1d63d198efefe8981bc593d25 download/CSWgd.gspec -d01ff1c7d0c6f1ba95c9718b2580cbe7 download/CSWgd.depend -41df199af5b267a7ff8bdaced602f1c7 download/CSWgd.prototype +a27c2f9d196328f8313c7d8dbf09482a download/CSWgd.depend +9e7a372172740b1b6402b6495118e70c download/CSWgd.prototype 18ce4fa639cadcc52e1499a9462de12f download/CSWgd-devel.gspec -d1727c29aa33e9e1db68edbf271c5fe5 download/CSWgd-devel.depend -f388760d34d611a61cc01f682f24bfb6 download/CSWgd-devel.prototype +748ddb41e5984e34b92ef1d77f544f71 download/CSWgd-devel.depend +b195cab77f83d8aea3f6615159614af4 download/CSWgd-devel.prototype Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd-devel.depend 2009-02-18 20:45:14 UTC (rev 3236) @@ -1 +0,0 @@ -P CSWgd gd - libgd, Graphics creation library and utilities Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd-devel.gspec 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,4 +0,0 @@ -%var bitname gd_devel -%var pkgname CSWgd-devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd-devel.prototype 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,16 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/gdlib-config 0755 root bin -d none /opt/csw/include 0755 root bin -f none /opt/csw/include/entities.h 0644 root bin -f none /opt/csw/include/gd.h 0644 root bin -f none /opt/csw/include/gd_io.h 0644 root bin -f none /opt/csw/include/gdcache.h 0644 root bin -f none /opt/csw/include/gdfontg.h 0644 root bin -f none /opt/csw/include/gdfontl.h 0644 root bin -f none /opt/csw/include/gdfontmb.h 0644 root bin -f none /opt/csw/include/gdfonts.h 0644 root bin -f none /opt/csw/include/gdfontt.h 0644 root bin -f none /opt/csw/include/gdfx.h 0644 root bin -d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libgd.a 0644 root bin -f none /opt/csw/lib/libgd.la 0755 root bin Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd.depend =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd.depend 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd.depend 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,8 +0,0 @@ -P CSWexpat expat - XML Parser Toolkit -P CSWfconfig fontconfig - A library for configuring and customizing font access. -P CSWftype2 freetype2 - The free and portable high quality font engine -P CSWiconv libiconv - GNU iconv library -P CSWjpeg jpeg - JPEG library and tools by the Independent JPEG Group -P CSWpng png - library for Portable Network Graphics format (PNG) -P CSWxpm xpm - library for X11 PixMap format (libXpm.so.4.11) -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd.gspec =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd.gspec 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd.gspec 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,4 +0,0 @@ -%var bitname gd -%var pkgname CSWgd -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/gd/trunk/files/CSWgd.prototype =================================================================== --- csw/mgar/pkg/gd/trunk/files/CSWgd.prototype 2009-02-18 20:18:49 UTC (rev 3235) +++ csw/mgar/pkg/gd/trunk/files/CSWgd.prototype 2009-02-18 20:45:14 UTC (rev 3236) @@ -1,17 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/annotate 0755 root bin -f none /opt/csw/bin/bdftogd 0755 root bin -f none /opt/csw/bin/gd2copypal 0755 root bin -f none /opt/csw/bin/gd2togif 0755 root bin -f none /opt/csw/bin/gd2topng 0755 root bin -f none /opt/csw/bin/gdcmpgif 0755 root bin -f none /opt/csw/bin/gdparttopng 0755 root bin -f none /opt/csw/bin/gdtopng 0755 root bin -f none /opt/csw/bin/giftogd2 0755 root bin -f none /opt/csw/bin/pngtogd 0755 root bin -f none /opt/csw/bin/pngtogd2 0755 root bin -f none /opt/csw/bin/webpng 0755 root bin -d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libgd.so.2.0.0 0755 root bin -s none /opt/csw/lib/libgd.so.2=libgd.so.2.0.0 -s none /opt/csw/lib/libgd.so=libgd.so.2.0.0 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 Feb 18 22:07:19 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 18 Feb 2009 21:07:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3237] csw/mgar/pkg/openjade/trunk Message-ID: Revision: 3237 http://gar.svn.sourceforge.net/gar/?rev=3237&view=rev Author: bdwalton Date: 2009-02-18 21:07:19 +0000 (Wed, 18 Feb 2009) Log Message: ----------- - Remove gspec (converted to dynamic gspec/pkginfo/etc) - Remove version strings from paths (adm scrtips modified to reflect) Modified Paths: -------------- csw/mgar/pkg/openjade/trunk/Makefile csw/mgar/pkg/openjade/trunk/checksums csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove Removed Paths: ------------- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec Modified: csw/mgar/pkg/openjade/trunk/Makefile =================================================================== --- csw/mgar/pkg/openjade/trunk/Makefile 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/Makefile 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,6 +1,5 @@ GARNAME = openjade GARVERSION = 1.3.2 -PATCHLEVEL = 27 CATEGORIES = apps PREREQUISITE_PKGS = CSWopensp @@ -8,19 +7,22 @@ REQUIRED_PKGS += CSWggettextrt CSWiconv CSWopensp CSWsgmlcommon REQUIRED_PKGS += CSWxmlcommon +PACKAGES = CSWopenjade +LICENSE = COPYING + DESCRIPTION = A DSSSL implementation. define BLURB - OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL - (Document Style Semantics and Specification Language). OpenJade is - based on James Clark's Jade implementation of DSSSL. OpenJade is a - command-line application and a set of components. The DSSSL engine - inputs an SGML or XML document and can output a variety of formats: - XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. +OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL +(Document Style Semantics and Specification Language). OpenJade is +based on James Clark's Jade implementation of DSSSL. OpenJade is a +command-line application and a set of components. The DSSSL engine +inputs an SGML or XML document and can output a variety of formats: +XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. endef MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWopenjade,postinstall preremove) +DISTFILES += CSWopenjade.postinstall CSWopenjade.preremove PATCHFILES = openjade-1.3.1-nsl.patch @@ -31,7 +33,7 @@ GARCOMPILER = GCC3 CONFIGURE_ARGS = $(DIRPATHS) --disable-static -CONFIGURE_ARGS += --datadir=$(datadir)/sgml/$(GARNAME)-$(GARVERSION) +CONFIGURE_ARGS += --datadir=$(datadir)/sgml/$(GARNAME) CONFIGURE_ARGS += --enable-splibdir=$(libdir) TEST_SCRIPTS = @@ -43,7 +45,7 @@ #squish the pesky post strip la files... MERGE_EXCLUDE_DEFAULT += $(libdir)/.*\.la\~ -sgmldir = $(DESTDIR)/$(datadir)/sgml/$(GARNAME)-$(GARVERSION) +sgmldir = $(DESTDIR)/$(datadir)/sgml/$(GARNAME) sgmldoc = $(DESTDIR)/$(docdir)/$(GARNAME) INSTALL = /opt/csw/bin/ginstall -c INSTALL_DATA = $(INSTALL) -m 0644 @@ -59,9 +61,7 @@ $(INSTALL_DATA) dsssl/style-sheet.dtd $(sgmldir); \ $(INSTALL_DIR) $(DESTDIR)/$(sysconfdir)/sgml; \ cd $(DESTDIR)/$(sysconfdir)/sgml; \ - touch $(GARNAME)-$(GARVERSION)-$(PATCHLEVEL).soc; \ - ln -s $(GARNAME)-$(GARVERSION)-$(PATCHLEVEL).soc $(GARNAME).soc; \ - ) + touch $(GARNAME).soc) @echo Installing docs. @( cd $(WORKSRC); \ $(INSTALL_DIR) $(sgmldoc); \ Modified: csw/mgar/pkg/openjade/trunk/checksums =================================================================== --- csw/mgar/pkg/openjade/trunk/checksums 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/checksums 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,5 +1,4 @@ 7df692e3186109cc00db6825b777201e download/openjade-1.3.2.tar.gz -12f647d82faad16570aa84667ca9ed61 download/CSWopenjade.gspec -a31c09c1e08da2712e87446762d9fcdc download/CSWopenjade.postinstall -b35aca62389881efb0c0ebb296d9ae14 download/CSWopenjade.preremove +6667b082aba6cb3ca4979da01af4f4e7 download/CSWopenjade.postinstall +6b1a129259142b0a41a39e984e7a4e43 download/CSWopenjade.preremove ca3a0ff43d8ed182f432d723927cd2e9 download/openjade-1.3.1-nsl.patch Deleted: csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec =================================================================== --- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/files/CSWopenjade.gspec 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,4 +0,0 @@ -%var bitname openjade -%var pkgname CSWopenjade -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING Modified: csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall =================================================================== --- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/files/CSWopenjade.postinstall 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,7 +1,7 @@ #!/bin/sh -CONFCAT=/opt/csw/etc/sgml/openjade-1.3.2-27.soc -CATALOG=/opt/csw/share/sgml/openjade-1.3.2/catalog +CONFCAT=/opt/csw/etc/sgml/openjade.soc +CATALOG=/opt/csw/share/sgml/openjade/catalog insterror() { Modified: csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove =================================================================== --- csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove 2009-02-18 20:45:14 UTC (rev 3236) +++ csw/mgar/pkg/openjade/trunk/files/CSWopenjade.preremove 2009-02-18 21:07:19 UTC (rev 3237) @@ -1,7 +1,7 @@ #!/bin/sh -CONFCAT=/opt/csw/etc/sgml/openjade-1.3.2-27.soc -CATALOG=/opt/csw/share/sgml/openjade-1.3.2/catalog +CONFCAT=/opt/csw/etc/sgml/openjade.soc +CATALOG=/opt/csw/share/sgml/openjade/catalog insterror() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 23:41:18 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 22:41:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3238] csw/mgar/pkg/libexif/trunk/Makefile Message-ID: Revision: 3238 http://gar.svn.sourceforge.net/gar/?rev=3238&view=rev Author: hson Date: 2009-02-18 22:41:17 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libexif: removed unnecessary dependency Modified Paths: -------------- csw/mgar/pkg/libexif/trunk/Makefile Modified: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 21:07:19 UTC (rev 3237) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 22:41:17 UTC (rev 3238) @@ -13,7 +13,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 DISTFILES += $(call admfiles,CSWlibexif,) -REQUIRED_PKGS += CSWggettext CSWggettextrt +REQUIRED_PKGS += CSWggettextrt # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Feb 18 23:42:52 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 22:42:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3239] csw/mgar/pkg/libiptcdata/trunk/Makefile Message-ID: Revision: 3239 http://gar.svn.sourceforge.net/gar/?rev=3239&view=rev Author: hson Date: 2009-02-18 22:42:50 +0000 (Wed, 18 Feb 2009) Log Message: ----------- libiptcdata: removed unnecessary dependency Modified Paths: -------------- csw/mgar/pkg/libiptcdata/trunk/Makefile Modified: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-18 22:41:17 UTC (rev 3238) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-18 22:42:50 UTC (rev 3239) @@ -14,7 +14,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWlibiptcdata,) -REQUIRED_PKGS = CSWggettext CSWggettextrt CSWiconv +REQUIRED_PKGS = CSWggettextrt CSWiconv # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Thu Feb 19 00:11:14 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 18 Feb 2009 23:11:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3240] csw/mgar/pkg/librsvg/trunk/Makefile Message-ID: Revision: 3240 http://gar.svn.sourceforge.net/gar/?rev=3240&view=rev Author: hson Date: 2009-02-18 23:11:14 +0000 (Wed, 18 Feb 2009) Log Message: ----------- librsvg: removed unnecessary dependency Modified Paths: -------------- csw/mgar/pkg/librsvg/trunk/Makefile Modified: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-18 22:42:50 UTC (rev 3239) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-18 23:11:14 UTC (rev 3240) @@ -25,7 +25,7 @@ DISTNAME = $(GARNAME)-$(GARVERSION).$(GARSUBREV) -REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettext CSWggettextrt +REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettextrt REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWsunmath CSWzlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:53:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:53:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3241] csw/mgar/pkg/gd/trunk/Makefile Message-ID: Revision: 3241 http://gar.svn.sourceforge.net/gar/?rev=3241&view=rev Author: valholla Date: 2009-02-19 01:53:04 +0000 (Thu, 19 Feb 2009) Log Message: ----------- Add CSWsunmath as dependency and -lsunmath to linker Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-18 23:11:14 UTC (rev 3240) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-19 01:53:04 UTC (rev 3241) @@ -18,13 +18,16 @@ SPKG_DESC_CSWgd-devel = Development headers and libraries for gd REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv -REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib +REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib CSWsunmath REQUIRED_PKGS_CSWgd-devel = CSWgd PKGFILES_CSWgd-devel = $( PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +## fix link bug for php_gd undefined symbols +EXTRA_LINKER_FLAGS += -lsunmath + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) CONFIGURE_ARGS += --with-png=$(prefix) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3242] csw/mgar/pkg/php5_bcmath/checksums Message-ID: Revision: 3242 http://gar.svn.sourceforge.net/gar/?rev=3242&view=rev Author: valholla Date: 2009-02-19 01:57:32 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_bcmath/checksums Modified: csw/mgar/pkg/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5_bcmath/checksums 2009-02-19 01:53:04 UTC (rev 3241) +++ csw/mgar/pkg/php5_bcmath/checksums 2009-02-19 01:57:32 UTC (rev 3242) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3243] csw/mgar/pkg/php5_calendar/checksums Message-ID: Revision: 3243 http://gar.svn.sourceforge.net/gar/?rev=3243&view=rev Author: valholla Date: 2009-02-19 01:57:40 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_calendar/checksums Modified: csw/mgar/pkg/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5_calendar/checksums 2009-02-19 01:57:32 UTC (rev 3242) +++ csw/mgar/pkg/php5_calendar/checksums 2009-02-19 01:57:40 UTC (rev 3243) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3244] csw/mgar/pkg/php5_dom Message-ID: Revision: 3244 http://gar.svn.sourceforge.net/gar/?rev=3244&view=rev Author: valholla Date: 2009-02-19 01:57:48 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_dom/Makefile csw/mgar/pkg/php5_dom/checksums Modified: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile 2009-02-19 01:57:40 UTC (rev 3243) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-19 01:57:48 UTC (rev 3244) @@ -29,10 +29,12 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5_dom/checksums 2009-02-19 01:57:40 UTC (rev 3243) +++ csw/mgar/pkg/php5_dom/checksums 2009-02-19 01:57:48 UTC (rev 3244) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:57:56 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:57:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3245] csw/mgar/pkg/php5_exif Message-ID: Revision: 3245 http://gar.svn.sourceforge.net/gar/?rev=3245&view=rev Author: valholla Date: 2009-02-19 01:57:56 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_exif/Makefile csw/mgar/pkg/php5_exif/checksums Modified: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile 2009-02-19 01:57:48 UTC (rev 3244) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-19 01:57:56 UTC (rev 3245) @@ -30,6 +30,7 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +PATCHFILES = exif.diff CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config @@ -47,3 +48,5 @@ $(DONADA) include gar/category.mk +CPPFLAGS="-I../ext/mbstring" +export CPPFLAGS Modified: csw/mgar/pkg/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5_exif/checksums 2009-02-19 01:57:48 UTC (rev 3244) +++ csw/mgar/pkg/php5_exif/checksums 2009-02-19 01:57:56 UTC (rev 3245) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +7a13dffa630de58490b8841a6b7d84b9 download/exif.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3246] csw/mgar/pkg/php5_filter/checksums Message-ID: Revision: 3246 http://gar.svn.sourceforge.net/gar/?rev=3246&view=rev Author: valholla Date: 2009-02-19 01:58:02 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_filter/checksums Modified: csw/mgar/pkg/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5_filter/checksums 2009-02-19 01:57:56 UTC (rev 3245) +++ csw/mgar/pkg/php5_filter/checksums 2009-02-19 01:58:02 UTC (rev 3246) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3247] csw/mgar/pkg/php5_hash/checksums Message-ID: Revision: 3247 http://gar.svn.sourceforge.net/gar/?rev=3247&view=rev Author: valholla Date: 2009-02-19 01:58:08 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_hash/checksums Modified: csw/mgar/pkg/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5_hash/checksums 2009-02-19 01:58:02 UTC (rev 3246) +++ csw/mgar/pkg/php5_hash/checksums 2009-02-19 01:58:08 UTC (rev 3247) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3248] csw/mgar/pkg/php5_iconv Message-ID: Revision: 3248 http://gar.svn.sourceforge.net/gar/?rev=3248&view=rev Author: valholla Date: 2009-02-19 01:58:14 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_iconv/Makefile csw/mgar/pkg/php5_iconv/checksums Modified: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile 2009-02-19 01:58:08 UTC (rev 3247) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-19 01:58:14 UTC (rev 3248) @@ -27,6 +27,8 @@ DISTFILES = $(DISTNAME).tar.bz2 +EXTRA_LINKER_FLAGS = -liconv -lrt -lintl + CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 Modified: csw/mgar/pkg/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5_iconv/checksums 2009-02-19 01:58:08 UTC (rev 3247) +++ csw/mgar/pkg/php5_iconv/checksums 2009-02-19 01:58:14 UTC (rev 3248) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3249] csw/mgar/pkg/php5_json/checksums Message-ID: Revision: 3249 http://gar.svn.sourceforge.net/gar/?rev=3249&view=rev Author: valholla Date: 2009-02-19 01:58:20 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_json/checksums Modified: csw/mgar/pkg/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5_json/checksums 2009-02-19 01:58:14 UTC (rev 3248) +++ csw/mgar/pkg/php5_json/checksums 2009-02-19 01:58:20 UTC (rev 3249) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3251] csw/mgar/pkg/php5_ncurses Message-ID: Revision: 3251 http://gar.svn.sourceforge.net/gar/?rev=3251&view=rev Author: valholla Date: 2009-02-19 01:58:34 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_ncurses/Makefile csw/mgar/pkg/php5_ncurses/checksums Modified: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile 2009-02-19 01:58:27 UTC (rev 3250) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-19 01:58:34 UTC (rev 3251) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-ncurses=/opt/csw post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5_ncurses/checksums 2009-02-19 01:58:27 UTC (rev 3250) +++ csw/mgar/pkg/php5_ncurses/checksums 2009-02-19 01:58:34 UTC (rev 3251) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3252] csw/mgar/pkg/php5_pcntl/checksums Message-ID: Revision: 3252 http://gar.svn.sourceforge.net/gar/?rev=3252&view=rev Author: valholla Date: 2009-02-19 01:58:40 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_pcntl/checksums Modified: csw/mgar/pkg/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5_pcntl/checksums 2009-02-19 01:58:34 UTC (rev 3251) +++ csw/mgar/pkg/php5_pcntl/checksums 2009-02-19 01:58:40 UTC (rev 3252) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3250] csw/mgar/pkg/php5_mime_magic Message-ID: Revision: 3250 http://gar.svn.sourceforge.net/gar/?rev=3250&view=rev Author: valholla Date: 2009-02-19 01:58:27 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_mime_magic/Makefile csw/mgar/pkg/php5_mime_magic/checksums Modified: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-19 01:58:20 UTC (rev 3249) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-19 01:58:27 UTC (rev 3250) @@ -19,7 +19,7 @@ STRIP_DIRS += $(PHP5ROOT)/bin -PACKAGES = CSWphp5$(PHP5EXT_NAME) +PACKAGES = CSWphp5mimemagic MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -27,9 +27,9 @@ DISTFILES = $(DISTNAME).tar.bz2 -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config Modified: csw/mgar/pkg/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5_mime_magic/checksums 2009-02-19 01:58:20 UTC (rev 3249) +++ csw/mgar/pkg/php5_mime_magic/checksums 2009-02-19 01:58:27 UTC (rev 3250) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:46 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3253] csw/mgar/pkg/php5_posix/checksums Message-ID: Revision: 3253 http://gar.svn.sourceforge.net/gar/?rev=3253&view=rev Author: valholla Date: 2009-02-19 01:58:46 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_posix/checksums Modified: csw/mgar/pkg/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5_posix/checksums 2009-02-19 01:58:40 UTC (rev 3252) +++ csw/mgar/pkg/php5_posix/checksums 2009-02-19 01:58:46 UTC (rev 3253) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:58:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:58:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3254] csw/mgar/pkg/php5_recode Message-ID: Revision: 3254 http://gar.svn.sourceforge.net/gar/?rev=3254&view=rev Author: valholla Date: 2009-02-19 01:58:53 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_recode/Makefile csw/mgar/pkg/php5_recode/checksums Modified: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile 2009-02-19 01:58:46 UTC (rev 3253) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-19 01:58:53 UTC (rev 3254) @@ -33,6 +33,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-recode=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5_recode/checksums 2009-02-19 01:58:46 UTC (rev 3253) +++ csw/mgar/pkg/php5_recode/checksums 2009-02-19 01:58:53 UTC (rev 3254) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:00 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3255] csw/mgar/pkg/php5_shmop/checksums Message-ID: Revision: 3255 http://gar.svn.sourceforge.net/gar/?rev=3255&view=rev Author: valholla Date: 2009-02-19 01:59:00 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_shmop/checksums Modified: csw/mgar/pkg/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5_shmop/checksums 2009-02-19 01:58:53 UTC (rev 3254) +++ csw/mgar/pkg/php5_shmop/checksums 2009-02-19 01:59:00 UTC (rev 3255) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3257] csw/mgar/pkg/php5_soap Message-ID: Revision: 3257 http://gar.svn.sourceforge.net/gar/?rev=3257&view=rev Author: valholla Date: 2009-02-19 01:59:13 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_soap/Makefile csw/mgar/pkg/php5_soap/checksums Modified: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile 2009-02-19 01:59:06 UTC (rev 3256) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-19 01:59:13 UTC (rev 3257) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5_soap/checksums 2009-02-19 01:59:06 UTC (rev 3256) +++ csw/mgar/pkg/php5_soap/checksums 2009-02-19 01:59:13 UTC (rev 3257) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3258] csw/mgar/pkg/php5_sockets/checksums Message-ID: Revision: 3258 http://gar.svn.sourceforge.net/gar/?rev=3258&view=rev Author: valholla Date: 2009-02-19 01:59:20 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sockets/checksums Modified: csw/mgar/pkg/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5_sockets/checksums 2009-02-19 01:59:13 UTC (rev 3257) +++ csw/mgar/pkg/php5_sockets/checksums 2009-02-19 01:59:20 UTC (rev 3258) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3256] csw/mgar/pkg/php5_simplexml Message-ID: Revision: 3256 http://gar.svn.sourceforge.net/gar/?rev=3256&view=rev Author: valholla Date: 2009-02-19 01:59:06 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_simplexml/Makefile csw/mgar/pkg/php5_simplexml/checksums Modified: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile 2009-02-19 01:59:00 UTC (rev 3255) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-19 01:59:06 UTC (rev 3256) @@ -20,6 +20,7 @@ PACKAGES = CSWphp5$(PHP5EXT_NAME) +PATCHFILES = simplexml.diff MASTER_SITES = http://www.php.net/releases/ SPKG_SOURCEURL = http://www.php.net/get/ @@ -29,10 +30,12 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5_simplexml/checksums 2009-02-19 01:59:00 UTC (rev 3255) +++ csw/mgar/pkg/php5_simplexml/checksums 2009-02-19 01:59:06 UTC (rev 3256) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3259] csw/mgar/pkg/php5_sqlite/checksums Message-ID: Revision: 3259 http://gar.svn.sourceforge.net/gar/?rev=3259&view=rev Author: valholla Date: 2009-02-19 01:59:26 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sqlite/checksums Modified: csw/mgar/pkg/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5_sqlite/checksums 2009-02-19 01:59:20 UTC (rev 3258) +++ csw/mgar/pkg/php5_sqlite/checksums 2009-02-19 01:59:26 UTC (rev 3259) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3262] csw/mgar/pkg/php5_sysvshm/checksums Message-ID: Revision: 3262 http://gar.svn.sourceforge.net/gar/?rev=3262&view=rev Author: valholla Date: 2009-02-19 01:59:46 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sysvshm/checksums Modified: csw/mgar/pkg/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5_sysvshm/checksums 2009-02-19 01:59:41 UTC (rev 3261) +++ csw/mgar/pkg/php5_sysvshm/checksums 2009-02-19 01:59:46 UTC (rev 3262) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3260] csw/mgar/pkg/php5_sysvmsg/checksums Message-ID: Revision: 3260 http://gar.svn.sourceforge.net/gar/?rev=3260&view=rev Author: valholla Date: 2009-02-19 01:59:34 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sysvmsg/checksums Modified: csw/mgar/pkg/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-19 01:59:26 UTC (rev 3259) +++ csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-19 01:59:34 UTC (rev 3260) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:41 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3261] csw/mgar/pkg/php5_sysvsem/checksums Message-ID: Revision: 3261 http://gar.svn.sourceforge.net/gar/?rev=3261&view=rev Author: valholla Date: 2009-02-19 01:59:41 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_sysvsem/checksums Modified: csw/mgar/pkg/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5_sysvsem/checksums 2009-02-19 01:59:34 UTC (rev 3260) +++ csw/mgar/pkg/php5_sysvsem/checksums 2009-02-19 01:59:41 UTC (rev 3261) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 02:59:54 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 01:59:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3263] csw/mgar/pkg/php5_tidy Message-ID: Revision: 3263 http://gar.svn.sourceforge.net/gar/?rev=3263&view=rev Author: valholla Date: 2009-02-19 01:59:53 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_tidy/Makefile csw/mgar/pkg/php5_tidy/checksums Modified: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile 2009-02-19 01:59:46 UTC (rev 3262) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-19 01:59:53 UTC (rev 3263) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-tidy=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5_tidy/checksums 2009-02-19 01:59:46 UTC (rev 3262) +++ csw/mgar/pkg/php5_tidy/checksums 2009-02-19 01:59:53 UTC (rev 3263) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:00 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3264] csw/mgar/pkg/php5_tokenizer/checksums Message-ID: Revision: 3264 http://gar.svn.sourceforge.net/gar/?rev=3264&view=rev Author: valholla Date: 2009-02-19 02:00:00 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_tokenizer/checksums Modified: csw/mgar/pkg/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5_tokenizer/checksums 2009-02-19 01:59:53 UTC (rev 3263) +++ csw/mgar/pkg/php5_tokenizer/checksums 2009-02-19 02:00:00 UTC (rev 3264) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3265] csw/mgar/pkg/php5_xml Message-ID: Revision: 3265 http://gar.svn.sourceforge.net/gar/?rev=3265&view=rev Author: valholla Date: 2009-02-19 02:00:09 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xml/Makefile csw/mgar/pkg/php5_xml/checksums Modified: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile 2009-02-19 02:00:00 UTC (rev 3264) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-19 02:00:09 UTC (rev 3265) @@ -29,11 +29,14 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5_xml/checksums 2009-02-19 02:00:00 UTC (rev 3264) +++ csw/mgar/pkg/php5_xml/checksums 2009-02-19 02:00:09 UTC (rev 3265) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:16 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[3266] csw/mgar/pkg/php5_xmlreader Message-ID: Revision: 3266 http://gar.svn.sourceforge.net/gar/?rev=3266&view=rev Author: valholla Date: 2009-02-19 02:00:15 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xmlreader/Makefile csw/mgar/pkg/php5_xmlreader/checksums Modified: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-19 02:00:09 UTC (rev 3265) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-19 02:00:15 UTC (rev 3266) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5_xmlreader/checksums 2009-02-19 02:00:09 UTC (rev 3265) +++ csw/mgar/pkg/php5_xmlreader/checksums 2009-02-19 02:00:15 UTC (rev 3266) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3267] csw/mgar/pkg/php5_xmlrpc Message-ID: Revision: 3267 http://gar.svn.sourceforge.net/gar/?rev=3267&view=rev Author: valholla Date: 2009-02-19 02:00:22 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xmlrpc/Makefile csw/mgar/pkg/php5_xmlrpc/checksums Modified: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-19 02:00:15 UTC (rev 3266) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-19 02:00:22 UTC (rev 3267) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-19 02:00:15 UTC (rev 3266) +++ csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-19 02:00:22 UTC (rev 3267) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3269] csw/mgar/pkg/php5_zlib Message-ID: Revision: 3269 http://gar.svn.sourceforge.net/gar/?rev=3269&view=rev Author: valholla Date: 2009-02-19 02:00:37 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_zlib/Makefile csw/mgar/pkg/php5_zlib/checksums Modified: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile 2009-02-19 02:00:30 UTC (rev 3268) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-19 02:00:37 UTC (rev 3269) @@ -29,12 +29,13 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config post-extract-modulated: + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5_zlib/checksums 2009-02-19 02:00:30 UTC (rev 3268) +++ csw/mgar/pkg/php5_zlib/checksums 2009-02-19 02:00:37 UTC (rev 3269) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Thu Feb 19 03:00:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 19 Feb 2009 02:00:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3268] csw/mgar/pkg/php5_xmlwriter Message-ID: Revision: 3268 http://gar.svn.sourceforge.net/gar/?rev=3268&view=rev Author: valholla Date: 2009-02-19 02:00:30 +0000 (Thu, 19 Feb 2009) Log Message: ----------- update recipe Modified Paths: -------------- csw/mgar/pkg/php5_xmlwriter/Makefile csw/mgar/pkg/php5_xmlwriter/checksums Modified: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-19 02:00:22 UTC (rev 3267) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-19 02:00:30 UTC (rev 3268) @@ -29,10 +29,11 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) Modified: csw/mgar/pkg/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-19 02:00:22 UTC (rev 3267) +++ csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-19 02:00:30 UTC (rev 3268) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Thu Feb 19 05:45:41 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Thu, 19 Feb 2009 04:45:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3270] csw/mgar/pkg Message-ID: Revision: 3270 http://gar.svn.sourceforge.net/gar/?rev=3270&view=rev Author: hson Date: 2009-02-19 04:45:41 +0000 (Thu, 19 Feb 2009) Log Message: ----------- ilmbase: Initial commit Added Paths: ----------- csw/mgar/pkg/ilmbase/ csw/mgar/pkg/ilmbase/branches/ csw/mgar/pkg/ilmbase/tags/ csw/mgar/pkg/ilmbase/trunk/ csw/mgar/pkg/ilmbase/trunk/Makefile csw/mgar/pkg/ilmbase/trunk/checksums csw/mgar/pkg/ilmbase/trunk/files/ csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch Property changes on: csw/mgar/pkg/ilmbase/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/ilmbase/trunk/Makefile =================================================================== --- csw/mgar/pkg/ilmbase/trunk/Makefile (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/Makefile 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,30 @@ +GARNAME = ilmbase +GARVERSION = 1.0.1 +CATEGORIES = lib + +DESCRIPTION = Brief description +define BLURB + Long description +endef + +MASTER_SITES = http://download.savannah.nongnu.org/releases/openexr/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWilmbase,) + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +PATCHFILES = ImathMath.patch + +LDFLAGS += -lCstd -lCrun -lc -lm +export LDFLAGS + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/ilmbase/trunk/checksums =================================================================== --- csw/mgar/pkg/ilmbase/trunk/checksums (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/checksums 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,3 @@ +f76f094e69a6079b0beb93d97e2a217e download/ilmbase-1.0.1.tar.gz +4197e0e6fbbb788bce0276dd0fd3a565 download/CSWilmbase.gspec +5147c10f8ee7064ed15cb93bd3b63f3f download/ImathMath.patch Added: csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,4 @@ +%var bitname ilmbase +%var pkgname CSWilmbase +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC}/LICENSE Added: csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch (rev 0) +++ csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch 2009-02-19 04:45:41 UTC (rev 3270) @@ -0,0 +1,70 @@ +--- ilmbase-1.0.1.orig/Imath/ImathMath.h 2006-12-08 22:59:37.000000000 +0100 ++++ ilmbase-1.0.1/Imath/ImathMath.h 2009-02-17 07:35:07.878884110 +0100 +@@ -103,6 +103,9 @@ + static T exp (T x) {return ::exp (double(x));} + static T log (T x) {return ::log (double(x));} + static T log10 (T x) {return ::log10 (double(x));} ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++// static T modf (T x, T *y) {return ::modf (double(x), double(y));} ++#else + static T modf (T x, T *iptr) + { + double ival; +@@ -110,16 +113,49 @@ + *iptr = ival; + return rval; + } ++#endif + static T pow (T x, T y) {return ::pow (double(x), double(y));} + static T sqrt (T x) {return ::sqrt (double(x));} + static T ceil (T x) {return ::ceil (double(x));} + static T fabs (T x) {return ::fabs (double(x));} + static T floor (T x) {return ::floor (double(x));} ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++// static T fmod (T x, T y) {return ::fmod (double(x), double(y));} ++#else + static T fmod (T x, T y) {return ::fmod (double(x), double(y));} ++#endif + static T hypot (T x, T y) {return ::hypot (double(x), double(y));} + }; + + ++// Sun, Apple, and Microsoft don't have floating point funcs ++#if defined ( __SunOS_5_8 ) || defined ( __SunOS_5_9 ) ++template <> ++struct Math ++{ ++ static float acos (float x) {return ::acos (x);} ++ static float asin (float x) {return ::asin (x);} ++ static float atan (float x) {return ::atan (x);} ++ static float atan2 (float x, float y) {return ::atan2 (x, y);} ++ static float cos (float x) {return ::cos (x);} ++ static float sin (float x) {return ::sin (x);} ++ static float tan (float x) {return ::tan (x);} ++ static float cosh (float x) {return ::cosh (x);} ++ static float sinh (float x) {return ::sinh (x);} ++ static float tanh (float x) {return ::tanh (x);} ++ static float exp (float x) {return ::exp (x);} ++ static float log (float x) {return ::log (x);} ++ static float log10 (float x) {return ::log10 (x);} ++ static float modf (float x, float *y) {return ::modf (x, y);} ++ static float pow (float x, float y) {return ::pow (x, y);} ++ static float sqrt (float x) {return ::sqrt (x);} ++ static float ceil (float x) {return ::ceil (x);} ++ static float fabs (float x) {return ::fabs (x);} ++ static float floor (float x) {return ::floor (x);} ++ static float fmod (float x, float y) {return ::fmod (x, y);} ++ static float hypot (float x, float y) {return ::hypot (x, y);} ++}; ++#else + template <> + struct Math + { +@@ -150,6 +186,7 @@ + #endif + }; + ++#endif + + //-------------------------------------------------------------------------- + // Don Hatch's version of sin(x)/x, which is accurate for very small x. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Thu Feb 19 13:09:41 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Thu, 19 Feb 2009 12:09:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3271] csw/mgar/pkg/openexr/trunk Message-ID: Revision: 3271 http://gar.svn.sourceforge.net/gar/?rev=3271&view=rev Author: hson Date: 2009-02-19 12:09:40 +0000 (Thu, 19 Feb 2009) Log Message: ----------- openexr: Update to 1.6.1 Modified Paths: -------------- csw/mgar/pkg/openexr/trunk/Makefile csw/mgar/pkg/openexr/trunk/checksums csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec Modified: csw/mgar/pkg/openexr/trunk/Makefile =================================================================== --- csw/mgar/pkg/openexr/trunk/Makefile 2009-02-19 04:45:41 UTC (rev 3270) +++ csw/mgar/pkg/openexr/trunk/Makefile 2009-02-19 12:09:40 UTC (rev 3271) @@ -1,5 +1,5 @@ -GARNAME = OpenEXR -GARVERSION = 1.2.2 +GARNAME = openexr +GARVERSION = 1.6.1 CATEGORIES = lib DESCRIPTION = high dynamic-range (HDR) image file format developed by Industrial Light & Magic @@ -11,11 +11,16 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWopenexr,) +REQUIRED_PKGS += CSWilmbase CSWzlib + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz CONFIGURE_ARGS = $(DIRPATHS) +LDFLAGS += -lCstd -lCrun -lc -lm +export LDFLAGS + TEST_SCRIPTS = include gar/category.mk Modified: csw/mgar/pkg/openexr/trunk/checksums =================================================================== --- csw/mgar/pkg/openexr/trunk/checksums 2009-02-19 04:45:41 UTC (rev 3270) +++ csw/mgar/pkg/openexr/trunk/checksums 2009-02-19 12:09:40 UTC (rev 3271) @@ -1,2 +1,2 @@ -a2e56af78dc47c7294ff188c8f78394b download/OpenEXR-1.2.2.tar.gz +11951f164f9c872b183df75e66de145a download/openexr-1.6.1.tar.gz ff22aa47e8342f95cbea034d212a4433 download/CSWopenexr.gspec Modified: csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec =================================================================== --- csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-19 04:45:41 UTC (rev 3270) +++ csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-19 12:09:40 UTC (rev 3271) @@ -1,4 +1,4 @@ %var bitname openexr %var pkgname CSWopenexr %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Feb 19 19:17:55 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Feb 2009 18:17:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3272] csw/mgar/pkg/apache2/trunk Message-ID: Revision: 3272 http://gar.svn.sourceforge.net/gar/?rev=3272&view=rev Author: idogan23 Date: 2009-02-19 18:17:55 +0000 (Thu, 19 Feb 2009) Log Message: ----------- apache2: few changes for mGARv2 Modified Paths: -------------- csw/mgar/pkg/apache2/trunk/Makefile csw/mgar/pkg/apache2/trunk/checksums csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec csw/mgar/pkg/apache2/trunk/files/rules.mk Modified: csw/mgar/pkg/apache2/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2/trunk/Makefile 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/Makefile 2009-02-19 18:17:55 UTC (rev 3272) @@ -40,7 +40,7 @@ DISTFILES += httpd-ssl.conf.CSW DISTFILES += update20to22 -pre-configure: +pre-configure-modulated: (cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); \ ./buildconf) @@ -59,12 +59,12 @@ FIXCONFIG_DIRS = $(DESTDIR) FIXCONFIG_RMPATHS = $(DESTDIR) -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr-util -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr-util/include -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/srclib/apr/include +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr-util +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr-util/include +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr +FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr/include -post-install: rename-httpd copy-local-files create-templates +post-install-modulated: rename-httpd copy-local-files create-templates rename-httpd: @if test -f $(APACHE_ROOT)/sbin/httpd ; then \ Modified: csw/mgar/pkg/apache2/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2/trunk/checksums 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/checksums 2009-02-19 18:17:55 UTC (rev 3272) @@ -1,32 +1,32 @@ 03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout -a8d5878f31f6a2081bc178351b2dda1e download/CSWapache2.gspec +1b57e8fd32556ee3a3d9fb2a908ddc6c download/CSWapache2.gspec 44ec414654dec572fd43d6a45c001746 download/CSWapache2.depend d41d8cd98f00b204e9800998ecf8427e download/CSWapache2.prototype -c3d5a482125aa27e63e434bc65154b1c download/CSWapache2rt.gspec +7546bc4336d9656e5b02e392264ce114 download/CSWapache2rt.gspec be2c3e3b32389699b606c1a000032577 download/CSWapache2rt.depend c05690175946f1b9b6f6dcf2dcf22a91 download/CSWapache2rt.prototype 523b1f316a67090dfc08fe7506cb1aa0 download/CSWapache2rt.checkinstall -4e2f813b608f759aec286eeb6267dcd4 download/CSWapache2c.gspec +b466feb59956a06e33fada72d6b69f8d download/CSWapache2c.gspec a5c969155aec617cdae566c6cef9ffb7 download/CSWapache2c.depend 3285a1402de1315873637ec8a331a50f download/CSWapache2c.prototype e629a549294b2d91e8a0365c43d097cd download/CSWapache2c.postinstall 0dd379f20ceb32fc77bb3a9bf045097f download/CSWapache2c.space -5bc2d908f90108670ea72f09dce54d12 download/CSWap2prefork.gspec +03b893953995a59649b9afbc5253f9e1 download/CSWap2prefork.gspec c0109a5cde3571708a153b17c192a7aa download/CSWap2prefork.depend f02746d1ed7d57d1171fc4c536451fdb download/CSWap2prefork.prototype ced35f8e68421f6f4db9d0c45b4f8602 download/CSWap2prefork.postinstall 9df2944f619992604f78f477ff5e8c1f download/CSWap2prefork.postremove 0dd379f20ceb32fc77bb3a9bf045097f download/CSWap2prefork.space -5f2418e17d19e3831479dce58757290f download/CSWap2suexec.gspec +f90d0488f01ba57bffa88a4c1897ca28 download/CSWap2suexec.gspec f7a0bada3461bba12b806211802804d0 download/CSWap2suexec.depend 27cc92536c2335868e727f4517a967db download/CSWap2suexec.prototype 405bc4df4662e9faebe34f9b6a093d14 download/CSWap2suexec.postinstall 36128341749fa79f9942f4156b85f5b6 download/CSWap2suexec.preremove -b4adf3121c1d52eecb2748a75a0c28b1 download/CSWapache2-manual.gspec +cb25d4b9c4e32f9e308c84824a4ca8f3 download/CSWapache2-manual.gspec f7a0bada3461bba12b806211802804d0 download/CSWapache2-manual.depend 987a8d901c2a82e82b23b03fb6f29960 download/CSWapache2-manual.prototype -e14dde24b9b6753a28c292d046311034 download/CSWapache2-devel.gspec +020f593630a0d59a4e398814e0e02c0f download/CSWapache2-devel.gspec f67ef45b94e60a34fd81f099aa6bf925 download/CSWapache2-devel.depend 86699bad7fbfc5e0af4659435b5d815b download/CSWapache2-devel.prototype 61b6b11aa70677da9386e90c3b5ba21c download/CSWapache2.killproc Modified: csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,6 +2,6 @@ %var pkgname CSWap2prefork %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 prefork MPM -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE %preinstall url file://%{WORKDIR}/CSWapache2.killproc %preremove url file://%{WORKDIR}/CSWapache2.killproc Modified: csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,4 +2,4 @@ %var pkgname CSWap2suexec %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 suEXEC support -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2-devel.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,4 +2,4 @@ %var pkgname CSWapache2-devel %include url file://%{PKGLIB}/csw_standard.gspec %var desc Apache 2.2 development support -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2-manual.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -3,4 +3,4 @@ %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 manual -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -3,4 +3,4 @@ %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 web server -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2c.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -8,5 +8,5 @@ %var INIT_START_PRIO 50 %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 web server (core) -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE %include url file://%{PKGLIB}/smf_enabled.gspec Modified: csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec =================================================================== --- csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/CSWapache2rt.gspec 2009-02-19 18:17:55 UTC (rev 3272) @@ -2,4 +2,4 @@ %var pkgname CSWapache2rt %include url file://%{PKGLIB}/csw_standard.gspec %var desc Apache 2.2 runtime libraries -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Modified: csw/mgar/pkg/apache2/trunk/files/rules.mk =================================================================== --- csw/mgar/pkg/apache2/trunk/files/rules.mk 2009-02-19 12:09:40 UTC (rev 3271) +++ csw/mgar/pkg/apache2/trunk/files/rules.mk 2009-02-19 18:17:55 UTC (rev 3272) @@ -1,8 +1,8 @@ -pre-configure: install-layout install-dbd-drivers apu-make-configure +pre-configure-modulated: install-layout install-dbd-drivers apu-make-configure install-layout: @gsed -e s,INSTALL_PREFIX,$(prefix)/apache2,g \ - $(WORKDIR)/config.layout > $(WORKSRC)/config.layout + $(WORKDIR)/config.layout > $(WORKDIR)/$(GARNAME)-$(GARVERSION)/config.layout @$(MAKECOOKIE) install-dbd-drivers: @@ -10,6 +10,6 @@ # @gcp -v $(FILEDIR)/apr_dbd_mysql.c $(WORKSRC)/srclib/apr-util/dbd apu-make-configure: - @( cd $(WORKSRC)/srclib/apr-util ; autoconf ) + @( cd $(WORKDIR)/$(GARNAME)-$(GARVERSION)/srclib/apr-util ; autoconf ) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Feb 19 20:11:15 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Feb 2009 19:11:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3273] csw/mgar/pkg/rrdtool/trunk Message-ID: Revision: 3273 http://gar.svn.sourceforge.net/gar/?rev=3273&view=rev Author: idogan23 Date: 2009-02-19 19:11:15 +0000 (Thu, 19 Feb 2009) Log Message: ----------- rrdtool: updated to 1.3.6 & fixed prototype Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/checksums csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype Modified: csw/mgar/pkg/rrdtool/trunk/checksums =================================================================== --- csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-19 18:17:55 UTC (rev 3272) +++ csw/mgar/pkg/rrdtool/trunk/checksums 2009-02-19 19:11:15 UTC (rev 3273) @@ -1,3 +1,3 @@ afaabd5a60115581e866efbac796d307 download/rrdtool-1.3.6.tar.gz 52bb91d1dad69b8911e787e9347b4e8a download/CSWrrdtool.gspec -a59044180a9795b229c1ea1667fec2f0 download/CSWrrdtool.prototype +15b5f724bdb93ed0591ee162e74a964d download/CSWrrdtool.prototype Modified: csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype =================================================================== --- csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype 2009-02-19 18:17:55 UTC (rev 3272) +++ csw/mgar/pkg/rrdtool/trunk/files/CSWrrdtool.prototype 2009-02-19 19:11:15 UTC (rev 3273) @@ -1,144 +1,163 @@ +d none /opt/csw 0755 root bin +d none /opt/csw/include 0755 root bin +f none /opt/csw/include/rrd.h 0644 root bin +f none /opt/csw/include/rrd_format.h 0644 root bin d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/rrdcgi 0755 root bin f none /opt/csw/bin/rrdtool 0755 root bin f none /opt/csw/bin/rrdupdate 0755 root bin -d none /opt/csw/include 0755 root bin -f none /opt/csw/include/rrd.h 0644 root bin -f none /opt/csw/include/rrd_format.h 0644 root bin +f none /opt/csw/bin/rrdcgi 0755 root bin d none /opt/csw/lib 0755 root bin f none /opt/csw/lib/librrd.a 0644 root bin -f none /opt/csw/lib/librrd.so.4.0.4 0755 root bin -s none /opt/csw/lib/librrd.so.4=librrd.so.4.0.4 -s none /opt/csw/lib/librrd.so=librrd.so.4.0.4 -f none /opt/csw/lib/librrd_th.a 0644 root bin -f none /opt/csw/lib/librrd_th.so.4.0.4 0755 root bin -s none /opt/csw/lib/librrd_th.so.4=librrd_th.so.4.0.4 -s none /opt/csw/lib/librrd_th.so=librrd_th.so.4.0.4 +s none /opt/csw/lib/librrd.so=librrd.so.4.0.5 +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/librrd.pc 0644 root bin +f none /opt/csw/lib/librrd_th.so.4.0.5 0755 root bin +d none /opt/csw/lib/perl 0755 root bin +d none /opt/csw/lib/perl/5.8.8 0755 root bin +d none /opt/csw/lib/perl/csw 0755 root bin +f none /opt/csw/lib/perl/csw/RRDs.pm 0444 root bin +d none /opt/csw/lib/perl/csw/auto 0755 root bin d none /opt/csw/lib/perl/csw/auto/RRDp 0755 root bin +f none /opt/csw/lib/perl/csw/auto/RRDp/.packlist~ 0644 root bin f none /opt/csw/lib/perl/csw/auto/RRDp/.packlist 0644 root bin d none /opt/csw/lib/perl/csw/auto/RRDs 0755 root bin +f none /opt/csw/lib/perl/csw/auto/RRDs/RRDs.so 0555 root bin f none /opt/csw/lib/perl/csw/auto/RRDs/.packlist 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/librrd.pc 0644 root bin -d none /opt/csw/share/doc/rrdtool-1.3.5/html 0755 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/RRDp.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/RRDs.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/bin_dec_hex.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/cdeftutorial.html 0644 root bin -s none /opt/csw/share/doc/rrdtool-1.3.5/html/index.html=rrdtool.html -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rpntutorial.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrd-beginners.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdbuild.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdcgi.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdcreate.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrddump.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdfetch.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdfirst.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_data.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_examples.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_graph.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdgraph_rpn.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdinfo.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdlast.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdlastupdate.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdresize.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdrestore.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdthreads.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdtool.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdtune.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdtutorial.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdupdate.html 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/html/rrdxport.html 0644 root bin -d none /opt/csw/share/doc/rrdtool-1.3.5/txt 0755 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/bin_dec_hex.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/bin_dec_hex.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/cdeftutorial.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/cdeftutorial.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rpntutorial.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rpntutorial.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrd-beginners.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrd-beginners.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdbuild.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdbuild.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcgi.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcgi.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcreate.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdcreate.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrddump.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrddump.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfetch.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfetch.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfirst.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdfirst.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_data.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_data.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_examples.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_examples.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_graph.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_graph.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_rpn.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdgraph_rpn.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdinfo.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdinfo.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlast.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlast.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlastupdate.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdlastupdate.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdresize.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdresize.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdrestore.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdrestore.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdthreads.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdthreads.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtool.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtool.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtune.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtune.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtutorial.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdtutorial.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdupdate.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdupdate.txt 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdxport.pod 0644 root bin -f none /opt/csw/share/doc/rrdtool-1.3.5/txt/rrdxport.txt 0644 root bin +f none /opt/csw/lib/perl/csw/auto/RRDs/.packlist~ 0644 root bin +f none /opt/csw/lib/perl/csw/auto/RRDs/RRDs.bs 0444 root bin +f none /opt/csw/lib/perl/csw/ntmake.pl 0444 root bin +f none /opt/csw/lib/librrd.so.4.0.5 0755 root bin +s none /opt/csw/lib/librrd_th.so.4=librrd_th.so.4.0.5 +f none /opt/csw/lib/librrd_th.a 0644 root bin +s none /opt/csw/lib/librrd.so.4=librrd.so.4.0.5 +s none /opt/csw/lib/librrd_th.so=librrd_th.so.4.0.5 +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/rrdtool 0755 root bin +d none /opt/csw/share/rrdtool/examples 0755 root bin +f none /opt/csw/share/rrdtool/examples/shared-demo.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/perftest.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/4charts.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/piped-demo.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/stripes.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/bigtops.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/minmax.pl 0755 root bin +f none /opt/csw/share/rrdtool/examples/cgi-demo.cgi 0755 root bin +d none /opt/csw/share/doc 0755 root bin +d none /opt/csw/share/doc/rrdtool-1.3.6 0755 root bin +d none /opt/csw/share/doc/rrdtool-1.3.6/txt 0755 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdresize.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdthreads.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtutorial.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtune.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_graph.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rpntutorial.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdinfo.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrddump.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcreate.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdrestore.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdupdate.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfirst.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlastupdate.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtool.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_data.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlast.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcgi.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdxport.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrd-beginners.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdbuild.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_examples.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/bin_dec_hex.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/cdeftutorial.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfetch.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_rpn.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcreate.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrddump.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdinfo.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_graph.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rpntutorial.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtune.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdthreads.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtutorial.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdresize.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfirst.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdtool.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlastupdate.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdupdate.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdrestore.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdbuild.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrd-beginners.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdxport.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdlast.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdcgi.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_data.pod 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_rpn.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdfetch.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/bin_dec_hex.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/cdeftutorial.txt 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/txt/rrdgraph_examples.txt 0644 root bin +d none /opt/csw/share/doc/rrdtool-1.3.6/html 0755 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/cdeftutorial.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdthreads.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdtune.html 0644 root bin +s none /opt/csw/share/doc/rrdtool-1.3.6/html/index.html=rrdtool.html +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdtool.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdlast.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/RRDp.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdresize.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_examples.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrddump.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdfirst.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_rpn.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrd-beginners.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdrestore.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/bin_dec_hex.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdcreate.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdxport.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_graph.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/RRDs.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rpntutorial.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdbuild.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdtutorial.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdlastupdate.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdcgi.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdfetch.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdgraph_data.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdinfo.html 0644 root bin +f none /opt/csw/share/doc/rrdtool-1.3.6/html/rrdupdate.html 0644 root bin +d none /opt/csw/share/perl 0755 root bin +d none /opt/csw/share/perl/csw 0755 root bin +f none /opt/csw/share/perl/csw/RRDp.pm 0444 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/RRDp.3perl 0444 root bin +f none /opt/csw/share/man/man3/RRDs.3perl 0444 root bin d none /opt/csw/share/man/man1 0755 root bin +f none /opt/csw/share/man/man1/rrdfetch.1 0644 root bin +f none /opt/csw/share/man/man1/rrdupdate.1 0644 root bin f none /opt/csw/share/man/man1/bin_dec_hex.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph_data.1 0644 root bin +f none /opt/csw/share/man/man1/rrdinfo.1 0644 root bin +f none /opt/csw/share/man/man1/rrdfirst.1 0644 root bin +f none /opt/csw/share/man/man1/rrdthreads.1 0644 root bin f none /opt/csw/share/man/man1/cdeftutorial.1 0644 root bin -f none /opt/csw/share/man/man1/rpntutorial.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph_examples.1 0644 root bin +f none /opt/csw/share/man/man1/rrdtool.1 0644 root bin +f none /opt/csw/share/man/man1/rrdresize.1 0644 root bin +f none /opt/csw/share/man/man1/rrdtune.1 0644 root bin +f none /opt/csw/share/man/man1/rrdlast.1 0644 root bin f none /opt/csw/share/man/man1/rrd-beginners.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph_graph.1 0644 root bin +f none /opt/csw/share/man/man1/rrdgraph.1 0644 root bin f none /opt/csw/share/man/man1/rrdbuild.1 0644 root bin f none /opt/csw/share/man/man1/rrdcgi.1 0644 root bin -f none /opt/csw/share/man/man1/rrdcreate.1 0644 root bin +f none /opt/csw/share/man/man1/rrdtutorial.1 0644 root bin +f none /opt/csw/share/man/man1/rrdlastupdate.1 0644 root bin +f none /opt/csw/share/man/man1/rpntutorial.1 0644 root bin +f none /opt/csw/share/man/man1/rrdrestore.1 0644 root bin f none /opt/csw/share/man/man1/rrddump.1 0644 root bin -f none /opt/csw/share/man/man1/rrdfetch.1 0644 root bin -f none /opt/csw/share/man/man1/rrdfirst.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph_data.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph_examples.1 0644 root bin -f none /opt/csw/share/man/man1/rrdgraph_graph.1 0644 root bin f none /opt/csw/share/man/man1/rrdgraph_rpn.1 0644 root bin -f none /opt/csw/share/man/man1/rrdinfo.1 0644 root bin -f none /opt/csw/share/man/man1/rrdlast.1 0644 root bin -f none /opt/csw/share/man/man1/rrdlastupdate.1 0644 root bin -f none /opt/csw/share/man/man1/rrdresize.1 0644 root bin -f none /opt/csw/share/man/man1/rrdrestore.1 0644 root bin -f none /opt/csw/share/man/man1/rrdthreads.1 0644 root bin -f none /opt/csw/share/man/man1/rrdtool.1 0644 root bin -f none /opt/csw/share/man/man1/rrdtune.1 0644 root bin -f none /opt/csw/share/man/man1/rrdtutorial.1 0644 root bin -f none /opt/csw/share/man/man1/rrdupdate.1 0644 root bin f none /opt/csw/share/man/man1/rrdxport.1 0644 root bin -d none /opt/csw/share/rrdtool/examples 0755 root bin -f none /opt/csw/share/rrdtool/examples/4charts.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/bigtops.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/cgi-demo.cgi 0755 root bin -f none /opt/csw/share/rrdtool/examples/minmax.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/perftest.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/piped-demo.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/shared-demo.pl 0755 root bin -f none /opt/csw/share/rrdtool/examples/stripes.pl 0755 root bin -i copyright=CSWrrdtool.copyright -i depend=CSWrrdtool.depend -i pkginfo=CSWrrdtool.pkginfo +f none /opt/csw/share/man/man1/rrdcreate.1 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Feb 19 20:13:26 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Feb 2009 19:13:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3274] csw/mgar/pkg/rrdtool/trunk Message-ID: Revision: 3274 http://gar.svn.sourceforge.net/gar/?rev=3274&view=rev Author: idogan23 Date: 2009-02-19 19:13:25 +0000 (Thu, 19 Feb 2009) Log Message: ----------- rrdtol: removed rrd_config patch Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff Modified: csw/mgar/pkg/rrdtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-19 19:11:15 UTC (rev 3273) +++ csw/mgar/pkg/rrdtool/trunk/Makefile 2009-02-19 19:13:25 UTC (rev 3274) @@ -16,9 +16,6 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# Patch to make it build on x86 -#PATCHFILES += rrd_config.diff - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-docdir=$(sharedstatedir)/doc/$(GARNAME) CONFIGURE_ARGS += --disable-python Deleted: csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff =================================================================== --- csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff 2009-02-19 19:11:15 UTC (rev 3273) +++ csw/mgar/pkg/rrdtool/trunk/files/rrd_config.diff 2009-02-19 19:13:25 UTC (rev 3274) @@ -1,13 +0,0 @@ -diff --speed-large-files --minimal -Nru rrdtool-1.3.4.orig/rrd_config.h.in rrdtool-1.3.4/rrd_config.h.in ---- rrdtool-1.3.4.orig/rrd_config.h.in 2008-10-04 18:04:14.000000000 +0200 -+++ rrdtool-1.3.4/rrd_config.h.in 2008-11-09 20:56:35.088300200 +0100 -@@ -121,9 +121,6 @@ - /* Define to 1 if you have the header file. */ - #undef HAVE_INTTYPES_H - --/* Define to 1 if you have the `isfinite' function. */ --#undef HAVE_ISFINITE -- - /* Define to 1 if you have the `isinf' function. */ - #undef HAVE_ISINF - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Feb 19 22:07:31 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 19 Feb 2009 21:07:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3275] csw/mgar/pkg/git/trunk Message-ID: Revision: 3275 http://gar.svn.sourceforge.net/gar/?rev=3275&view=rev Author: bdwalton Date: 2009-02-19 21:07:31 +0000 (Thu, 19 Feb 2009) Log Message: ----------- Update to 1.6.1.3; Use new dynamic gspec, etc. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums csw/mgar/pkg/git/trunk/files/doc-makefile.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-19 19:13:25 UTC (rev 3274) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-19 21:07:31 UTC (rev 3275) @@ -1,10 +1,19 @@ GARNAME = git -GARVERSION = 1.6.0.5 +GARVERSION = 1.6.1.3 CATEGORIES = devel -PREREQUISITE_PKGS = CSWasciidoc CSWossldevel CSWxmlto CSWbash CSWcurl +PACKAGES = CSWgit CSWgitk CSWgitgui CSWgitsvn CSWgitcvs CSWgitemacs CSWgitdoc + +ARCHALL_CSWsvn = 1 +ARCHALL_CSWcvs = 1 +ARCHALL_CSWgitk = 1 +ARCHALL_CSWgitgui = 1 +ARCHALL_CSWgitemacs = 1 +ARCHALL_CSWgitdoc = 1 + +PREREQUISITE_PKGS = CSWasciidoc CSWossldevel CSWxmlto CSWbash CSWcurldevel PREREQUISITE_PKGS += CSWgsed CSWgnulinks CSWperl CSWtk CSWexpat -PREREQUISITE_PKGS += CSWzlib CSWpmerror CSWpmsvn CSWcvsps CSWemacs +PREREQUISITE_PKGS += CSWzlib CSWpmerror CSWpmsvn CSWcvs CSWemacs REQUIRED_PKGS_CSWgit = CSWzlib CSWperl CSWrsync CSWcurlrt CSWosslrt REQUIRED_PKGS_CSWgit += CSWossh CSWiconv CSWexpat CSWbash CSWpmerror @@ -15,7 +24,7 @@ REQUIRED_PKGS_CSWgitsvn = CSWgit CSWpmsvn -REQUIRED_PKGS_CSWgitcvs = CSWgit CSWcvsps +REQUIRED_PKGS_CSWgitcvs = CSWgit CSWcvs CSWcvsps REQUIRED_PKGS_CSWgitemacs = CSWgit CSWemacs @@ -37,13 +46,6 @@ MASTER_SITES = http://kernel.org/pub/software/scm/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgitsvn,) -DISTFILES += $(call admfiles,CSWgitgui,) -DISTFILES += $(call admfiles,CSWgitk,) -DISTFILES += $(call admfiles,CSWgitemacs,) -DISTFILES += $(call admfiles,CSWgitcvs,) -DISTFILES += $(call admfiles,CSWgitdoc,) -DISTFILES += $(call admfiles,CSWgit,) PATCHFILES = doc-makefile.patch @@ -66,7 +68,7 @@ CONFIGURE_ARGS += --with-iconv=$(prefix) BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \ - ETC_CONFIG=$(sysconfdir)/gitconfig \ + ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \ all doc INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-19 19:13:25 UTC (rev 3274) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-19 21:07:31 UTC (rev 3275) @@ -1,9 +1,2 @@ -899172ebeac65f7a09a8e204d4f87d8c download/git-1.6.0.5.tar.bz2 -52eec3e59489ecca898ef2b3d1bb4323 download/CSWgitsvn.gspec -e8fb4cb1b06cd7bdfeeb9317ad6aae12 download/CSWgitgui.gspec -50ab41f1f828ad1401cf9d05d8775499 download/CSWgitk.gspec -393d10b23a1ecb60f91bdc5f2d12a75d download/CSWgitemacs.gspec -20718be97e218e2fc1b21982cf71f32a download/CSWgitcvs.gspec -7d668417a6375d27a49212c58f26db60 download/CSWgitdoc.gspec -57d2c46660773d3a1e87651447e3252a download/CSWgit.gspec -369547e8222dcf8be214b5013f28afcc download/doc-makefile.patch +e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 +075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch Modified: csw/mgar/pkg/git/trunk/files/doc-makefile.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/doc-makefile.patch 2009-02-19 19:13:25 UTC (rev 3274) +++ csw/mgar/pkg/git/trunk/files/doc-makefile.patch 2009-02-19 21:07:31 UTC (rev 3275) @@ -1,6 +1,6 @@ ---- git-1.6.0.5/Documentation/Makefile.orig 2008-12-16 14:41:44.670977000 -0500 -+++ git-1.6.0.5/Documentation/Makefile 2008-12-16 14:49:07.561035000 -0500 -@@ -56,6 +56,8 @@ +--- git-1.6.1.3/Documentation/Makefile.orig 2009-02-07 20:46:30.000000000 +0100 ++++ git-1.6.1.3/Documentation/Makefile 2009-02-18 20:53:41.159467914 +0100 +@@ -57,6 +57,8 @@ -include ../config.mak.autogen -include ../config.mak @@ -9,7 +9,7 @@ ifdef ASCIIDOC8 ASCIIDOC_EXTRA += -a asciidoc7compatible endif -@@ -105,7 +107,7 @@ +@@ -108,7 +110,7 @@ fi install-html: html @@ -18,7 +18,7 @@ ../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE $(MAKE) -C ../ GIT-VERSION-FILE -@@ -167,7 +169,7 @@ +@@ -170,7 +172,7 @@ technical/api-index.txt: technical/api-index-skel.txt \ technical/api-index.sh $(patsubst %,%.txt,$(API_DOCS)) @@ -27,7 +27,7 @@ $(patsubst %,%.html,$(API_DOCS) technical/api-index): %.html : %.txt $(ASCIIDOC) -b xhtml11 -f asciidoc.conf \ -@@ -203,7 +205,7 @@ +@@ -206,7 +208,7 @@ howto-index.txt: howto-index.sh $(wildcard howto/*.txt) $(RM) $@+ $@ @@ -36,15 +36,21 @@ mv $@+ $@ $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt -@@ -217,9 +219,9 @@ +@@ -220,14 +222,14 @@ mv $@+ $@ install-webdoc : html - sh ./install-webdoc.sh $(WEBDOC_DEST) + $(SHELL) ./install-webdoc.sh $(WEBDOC_DEST) - quick-install: + quick-install: quick-install-man + + quick-install-man: - sh ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir) + $(SHELL) ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir) + quick-install-html: +- sh ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir) ++ $(SHELL) ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir) + .PHONY: .FORCE-GIT-VERSION-FILE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Feb 20 01:46:49 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 20 Feb 2009 00:46:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3276] csw/mgar/pkg/git/trunk Message-ID: Revision: 3276 http://gar.svn.sourceforge.net/gar/?rev=3276&view=rev Author: bdwalton Date: 2009-02-20 00:46:48 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Created patch to handle missing %z in the time handling routines. -Tests now pass again. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Added Paths: ----------- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-19 21:07:31 UTC (rev 3275) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-20 00:46:48 UTC (rev 3276) @@ -47,7 +47,7 @@ MASTER_SITES = http://kernel.org/pub/software/scm/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -PATCHFILES = doc-makefile.patch +PATCHFILES = doc-makefile.patch git-svn-strftime.patch PKGFILES_CSWgitsvn = .*svn.* PKGFILES_CSWgitgui = .*git-gui.* .*git-citool.* Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-19 21:07:31 UTC (rev 3275) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-20 00:46:48 UTC (rev 3276) @@ -1,2 +1,3 @@ e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch +e8b5e89c38958bbcd5a5dbc29124ebc2 download/git-svn-strftime.patch Added: csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch (rev 0) +++ csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch 2009-02-20 00:46:48 UTC (rev 3276) @@ -0,0 +1,31 @@ +--- git-1.6.1.3/git-svn.perl.orig 2009-02-19 22:03:27.303694837 +0100 ++++ git-1.6.1.3/git-svn.perl 2009-02-19 22:05:09.370651606 +0100 +@@ -41,6 +41,8 @@ + use File::Path qw/mkpath/; + use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/; + use IPC::Open3; ++use POSIX; ++use Time::Local; + use Git; + + BEGIN { +@@ -4525,7 +4527,18 @@ + } + + sub format_svn_date { +- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ ++ # for systems without %z (solaris 8, 9, etc) ++ if ($timestr =~ /%z/) { ++ my $localt = time; ++ my $gm = Time::Local::timelocal( gmtime $localt ); ++ my $sign = qw( + + - )[ $localt <=> $gm ]; ++ my $calc = sprintf "%s%02d%02d", $sign, (gmtime abs( $localt - $gm ))[2,1]; ++ $timestr =~ s/%z/$calc/; ++ } ++ ++ return $timestr; + } + + sub parse_git_date { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 03:50:28 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 02:50:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3277] csw/mgar/pkg/libexif/trunk/Makefile Message-ID: Revision: 3277 http://gar.svn.sourceforge.net/gar/?rev=3277&view=rev Author: hson Date: 2009-02-20 02:50:28 +0000 (Fri, 20 Feb 2009) Log Message: ----------- libexif: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/libexif/trunk/Makefile Modified: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile 2009-02-20 00:46:48 UTC (rev 3276) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-20 02:50:28 UTC (rev 3277) @@ -11,8 +11,11 @@ MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWlibexif,) +SPKG_SOURCEURL = http://libexif.sourceforge.net + +LICENSE = COPYING + REQUIRED_PKGS += CSWggettextrt # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 03:56:43 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 02:56:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3278] csw/mgar/pkg/exiftool/trunk/Makefile Message-ID: Revision: 3278 http://gar.svn.sourceforge.net/gar/?rev=3278&view=rev Author: hson Date: 2009-02-20 02:56:43 +0000 (Fri, 20 Feb 2009) Log Message: ----------- exiftool: Minor cosmetic change Modified Paths: -------------- csw/mgar/pkg/exiftool/trunk/Makefile Modified: csw/mgar/pkg/exiftool/trunk/Makefile =================================================================== --- csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-20 02:50:28 UTC (rev 3277) +++ csw/mgar/pkg/exiftool/trunk/Makefile 2009-02-20 02:56:43 UTC (rev 3278) @@ -16,6 +16,7 @@ DISTFILES += $(call admfiles,CSWexiftool,) REQUIRED_PKGS += CSWperl CSWpmcompresszlib + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 04:00:14 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 03:00:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3279] csw/mgar/pkg/libiptcdata/trunk/Makefile Message-ID: Revision: 3279 http://gar.svn.sourceforge.net/gar/?rev=3279&view=rev Author: hson Date: 2009-02-20 03:00:14 +0000 (Fri, 20 Feb 2009) Log Message: ----------- libiptcdata: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/libiptcdata/trunk/Makefile Modified: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-20 02:56:43 UTC (rev 3278) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-02-20 03:00:14 UTC (rev 3279) @@ -12,8 +12,11 @@ MASTER_SITES += $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibiptcdata,) +SPKG_SOURCEURL = http://libiptcdata.sourceforge.net + +LICENSE = COPYING + REQUIRED_PKGS = CSWggettextrt CSWiconv # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 04:02:42 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 03:02:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3280] csw/mgar/pkg/librsvg/trunk/Makefile Message-ID: Revision: 3280 http://gar.svn.sourceforge.net/gar/?rev=3280&view=rev Author: hson Date: 2009-02-20 03:02:42 +0000 (Fri, 20 Feb 2009) Log Message: ----------- librsvg: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/librsvg/trunk/Makefile Modified: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-20 03:00:14 UTC (rev 3279) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-20 03:02:42 UTC (rev 3280) @@ -21,10 +21,13 @@ DISTFILES = $(GARNAME)-$(GARVERSION).$(GARSUBREV).tar.bz2 DISTFILES += librsvg-2.so.2.15.90.i DISTFILES += librsvg-2.so.2.15.90.s -DISTFILES += $(call admfiles,CSWlibrsvg,) DISTNAME = $(GARNAME)-$(GARVERSION).$(GARSUBREV) +SPKG_SOURCEURL = http://librsvg.sourceforge.net + +LICENSE = COPYING.LIB + REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettextrt REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 04:17:49 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 03:17:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3281] csw/mgar/pkg/ilmbase/trunk Message-ID: Revision: 3281 http://gar.svn.sourceforge.net/gar/?rev=3281&view=rev Author: hson Date: 2009-02-20 03:17:49 +0000 (Fri, 20 Feb 2009) Log Message: ----------- ilmbase: Include old library files plus update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/ilmbase/trunk/Makefile csw/mgar/pkg/ilmbase/trunk/checksums csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch Added Paths: ----------- csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.i csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.s csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.i csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.s csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.i csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.s Modified: csw/mgar/pkg/ilmbase/trunk/Makefile =================================================================== --- csw/mgar/pkg/ilmbase/trunk/Makefile 2009-02-20 03:02:42 UTC (rev 3280) +++ csw/mgar/pkg/ilmbase/trunk/Makefile 2009-02-20 03:17:49 UTC (rev 3281) @@ -2,15 +2,37 @@ GARVERSION = 1.0.1 CATEGORIES = lib -DESCRIPTION = Brief description +DESCRIPTION = Base libraries used by OpenEXR define BLURB - Long description + Half is a class that encapsulates our 16-bit floating-point format. + + IlmThread is a thread abstraction library for use with OpenEXR + and other software packages. It currently supports pthreads and + Windows threads. + + Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions + and other useful 2D and 3D math functions. + + Iex is an exception-handling library. + + If you have questions about using the IlmBase libraries, you may want + to join our developer mailing list. See http://www.openexr.com for + details. endef MASTER_SITES = http://download.savannah.nongnu.org/releases/openexr/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWilmbase,) +DISTFILES += libHalf.so.2.0.2.i +DISTFILES += libHalf.so.2.0.2.s +DISTFILES += libIex.so.2.0.2.i +DISTFILES += libIex.so.2.0.2.s +DISTFILES += libImath.so.2.0.2.i +DISTFILES += libImath.so.2.0.2.s +SPKG_SOURCEURL = http://www.openexr.com + +LICENSE = LICENSE + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz @@ -22,9 +44,26 @@ PATCHFILES = ImathMath.patch -LDFLAGS += -lCstd -lCrun -lc -lm -export LDFLAGS +LIBS += -lCstd -lCrun -lc -lm +export LIBS TEST_TARGET = check include gar/category.mk + + +post-install-isa-sparcv8: + @cp $(FILEDIR)/libHalf.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2.0.2 + @cp $(FILEDIR)/libIex.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libIex.so.2.0.2 + @cp $(FILEDIR)/libImath.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libImath.so.2.0.2 + @ln -s libHalf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2 + @ln -s libIex.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIex.so.2 + @ln -s libImath.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libImath.so.2 + +post-install-isa-i386: + @cp $(FILEDIR)/libHalf.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2.0.2 + @cp $(FILEDIR)/libIex.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libIex.so.2.0.2 + @cp $(FILEDIR)/libImath.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libImath.so.2.0.2 + @ln -s libHalf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libHalf.so.2 + @ln -s libIex.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIex.so.2 + @ln -s libImath.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libImath.so.2 Modified: csw/mgar/pkg/ilmbase/trunk/checksums =================================================================== --- csw/mgar/pkg/ilmbase/trunk/checksums 2009-02-20 03:02:42 UTC (rev 3280) +++ csw/mgar/pkg/ilmbase/trunk/checksums 2009-02-20 03:17:49 UTC (rev 3281) @@ -1,3 +1,8 @@ f76f094e69a6079b0beb93d97e2a217e download/ilmbase-1.0.1.tar.gz -4197e0e6fbbb788bce0276dd0fd3a565 download/CSWilmbase.gspec -5147c10f8ee7064ed15cb93bd3b63f3f download/ImathMath.patch +b7daafc6a6c92a3cf9dfb47e24fa630f download/libHalf.so.2.0.2.i +cdce2f2b1c7d00dc76124ecb5418b9a2 download/libHalf.so.2.0.2.s +1b589f5b747846688c27f55de9b1ec7a download/libIex.so.2.0.2.i +ddf913c9000dc4580ad330b9dd938826 download/libIex.so.2.0.2.s +756523f803ce1be3e125b6ce63e3183c download/libImath.so.2.0.2.i +ce47a211381deadfc38722f5abda54d7 download/libImath.so.2.0.2.s +6873969f50e5d1c43ec93a90a65d85bd download/ImathMath.patch Modified: csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch 2009-02-20 03:02:42 UTC (rev 3280) +++ csw/mgar/pkg/ilmbase/trunk/files/ImathMath.patch 2009-02-20 03:17:49 UTC (rev 3281) @@ -4,7 +4,7 @@ static T exp (T x) {return ::exp (double(x));} static T log (T x) {return ::log (double(x));} static T log10 (T x) {return ::log10 (double(x));} -+#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // no floating point funcs +// static T modf (T x, T *y) {return ::modf (double(x), double(y));} +#else static T modf (T x, T *iptr) @@ -20,7 +20,7 @@ static T ceil (T x) {return ::ceil (double(x));} static T fabs (T x) {return ::fabs (double(x));} static T floor (T x) {return ::floor (double(x));} -+#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // have floating point funcs !! ++#if defined(__SunOS_5_8) || defined(__SunOS_5_9) // no floating point funcs +// static T fmod (T x, T y) {return ::fmod (double(x), double(y));} +#else static T fmod (T x, T y) {return ::fmod (double(x), double(y));} @@ -29,7 +29,7 @@ }; -+// Sun, Apple, and Microsoft don't have floating point funcs ++// Solaris 8 and 9 have problem with floating point funcs +#if defined ( __SunOS_5_8 ) || defined ( __SunOS_5_9 ) +template <> +struct Math Added: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libHalf.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libIex.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ilmbase/trunk/files/libImath.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 05:36:13 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 04:36:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3282] csw/mgar/pkg/openexr/trunk Message-ID: Revision: 3282 http://gar.svn.sourceforge.net/gar/?rev=3282&view=rev Author: hson Date: 2009-02-20 04:36:12 +0000 (Fri, 20 Feb 2009) Log Message: ----------- openexr: Include old library files plus update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/openexr/trunk/Makefile csw/mgar/pkg/openexr/trunk/checksums Added Paths: ----------- csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s Modified: csw/mgar/pkg/openexr/trunk/Makefile =================================================================== --- csw/mgar/pkg/openexr/trunk/Makefile 2009-02-20 03:17:49 UTC (rev 3281) +++ csw/mgar/pkg/openexr/trunk/Makefile 2009-02-20 04:36:12 UTC (rev 3282) @@ -4,13 +4,27 @@ DESCRIPTION = high dynamic-range (HDR) image file format developed by Industrial Light & Magic define BLURB - high dynamic-range (HDR) image file format developed by Industrial Light & Magic + IlmImf is our "EXR" file format for storing 16-bit FP images. Libraries in + this package depend on the IlmBase library. + + See the IlmImfExamples directory for some code that demonstrates how + to use the IlmImf library to read and write OpenEXR files. The doc + directory contains some high-level documentation and history about the + OpenEXR format. + + If you have questions about using the OpenEXR libraries, you may want + to join our developer mailing list. See http://www.openexr.com for + details. endef MASTER_SITES = http://savannah.nongnu.org/download/openexr/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWopenexr,) +DISTFILES += libIlmImf.so.2.0.2.i +DISTFILES += libIlmImf.so.2.0.2.s +SPKG_SOURCEURL = http://www.openexr.com +LICENSE = LICENSE + REQUIRED_PKGS += CSWilmbase CSWzlib # We define upstream file regex so we can be notifed of new upstream software release @@ -18,9 +32,17 @@ CONFIGURE_ARGS = $(DIRPATHS) -LDFLAGS += -lCstd -lCrun -lc -lm -export LDFLAGS +LIBS += -lCstd -lCrun -lc -lm +export LIBS TEST_SCRIPTS = include gar/category.mk + +post-install-isa-sparcv8: + @cp $(FILEDIR)/libIlmImf.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2.0.2 + @ln -s libIlmImf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2 + +post-install-isa-i386: + @cp $(FILEDIR)/libIlmImf.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2.0.2 + @ln -s libIlmImf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2 Modified: csw/mgar/pkg/openexr/trunk/checksums =================================================================== --- csw/mgar/pkg/openexr/trunk/checksums 2009-02-20 03:17:49 UTC (rev 3281) +++ csw/mgar/pkg/openexr/trunk/checksums 2009-02-20 04:36:12 UTC (rev 3282) @@ -1,2 +1,3 @@ 11951f164f9c872b183df75e66de145a download/openexr-1.6.1.tar.gz -ff22aa47e8342f95cbea034d212a4433 download/CSWopenexr.gspec +0d08a0c9f251d385b5d3c86ac7da84e5 download/libIlmImf.so.2.0.2.i +32dec457461b5d371eb2dd4a2e5d2231 download/libIlmImf.so.2.0.2.s Added: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Feb 20 11:02:32 2009 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 20 Feb 2009 10:02:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3283] csw/mgar/pkg/apache2-worker/trunk Message-ID: Revision: 3283 http://gar.svn.sourceforge.net/gar/?rev=3283&view=rev Author: idogan23 Date: 2009-02-20 10:02:32 +0000 (Fri, 20 Feb 2009) Log Message: ----------- apache2-worker: small changes for mGAR v2 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/Makefile csw/mgar/pkg/apache2-worker/trunk/checksums csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec Property Changed: ---------------- csw/mgar/pkg/apache2-worker/trunk/ Property changes on: csw/mgar/pkg/apache2-worker/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/apache2-worker/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-20 04:36:12 UTC (rev 3282) +++ csw/mgar/pkg/apache2-worker/trunk/Makefile 2009-02-20 10:02:32 UTC (rev 3283) @@ -19,14 +19,18 @@ APACHE_ROOT = $(DESTDIR)$(prefix)/apache2 +include gar/category.mk +include ../../apache2/trunk/files/rules.mk + +pre-configure-modulated: + (cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); \ + ./buildconf) + # Build Configuration CONFIGURE_ARGS += --with-mpm=worker -include gar/category.mk -include ../../apache2/trunk/files/rules.mk +post-install-modulated: rename-httpd -post-install: rename-httpd - rename-httpd: @if test -f $(APACHE_ROOT)/sbin/httpd ; then \ ( cd $(APACHE_ROOT)/sbin ; mv httpd httpd.worker ) ; \ Modified: csw/mgar/pkg/apache2-worker/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 04:36:12 UTC (rev 3282) +++ csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 10:02:32 UTC (rev 3283) @@ -1,6 +1,6 @@ 03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout -b2ab257a1d86f3e5787e493eb58c503a download/CSWap2worker.gspec +ae291b068f37a385a1fc78a8c342aa56 download/CSWap2worker.gspec 260260d6a4d17b88d25658c38cae6875 download/CSWap2worker.depend 2e11e4af177c4af6fe9af08325c4292a download/CSWap2worker.prototype f942f827f0a9f463fd4d9ef0eb00f78a download/CSWap2worker.postinstall Modified: csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 04:36:12 UTC (rev 3282) +++ csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 10:02:32 UTC (rev 3283) @@ -2,6 +2,6 @@ %var pkgname CSWap2worker %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 worker MPM -%copyright url file://%{WORKSRC}/LICENSE -%preinstall url file://%{WORKDIR}/CSWapache2.killproc +%copyright url file://%{WORKDIR_FIRSTMOD}/LICENSE +%preinstall url file://%{WORKDIR/CSWapache2.killproc %preremove url file://%{WORKDIR}/CSWapache2.killproc 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 Feb 20 14:53:21 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 13:53:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3284] csw/mgar/gar/v2 Message-ID: Revision: 3284 http://gar.svn.sourceforge.net/gar/?rev=3284&view=rev Author: dmichelsen Date: 2009-02-20 13:53:21 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Introduce WORKDIR_FIRSTMOD for the sake of completeness Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-20 10:02:32 UTC (rev 3283) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-20 13:53:21 UTC (rev 3284) @@ -18,11 +18,12 @@ PARTIALDIR ?= $(DOWNLOADDIR)/partial WORKROOTDIR ?= work WORKDIR ?= $(WORKROOTDIR)/build-$(MODULATION) +WORKDIR_FIRSTMOD ?= $(WORKROOTDIR)/build-$(firstword $(MODULATIONS)) COOKIEROOTDIR ?= cookies COOKIEDIR ?= $(COOKIEROOTDIR)/$(MODULATION) EXTRACTDIR ?= $(WORKDIR) WORKSRC ?= $(WORKDIR)/$(DISTNAME) -WORKSRC_FIRSTMOD ?= $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME) +WORKSRC_FIRSTMOD ?= $(WORKDIR_FIRSTMOD)/$(DISTNAME) INSTALLISADIR ?= $(WORKROOTDIR)/install-$(MODULATION) PKGDIR ?= $(WORKROOTDIR)/package SCRATCHDIR ?= tmp Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 10:02:32 UTC (rev 3283) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 13:53:21 UTC (rev 3284) @@ -134,7 +134,7 @@ PKGLIB = $(CURDIR)/$(GARDIR)/pkglib PKG_EXPORTS = GARNAME GARVERSION DESCRIPTION CATEGORIES GARCH GARDIR GARBIN -PKG_EXPORTS += CURDIR WORKDIR WORKSRC WORKSRC_FIRSTMOD PKGROOT +PKG_EXPORTS += CURDIR WORKDIR WORKDIR_FIRSTMOD WORKSRC WORKSRC_FIRSTMOD PKGROOT PKG_EXPORTS += SPKG_REVSTAMP SPKG_PKGNAME SPKG_DESC SPKG_VERSION SPKG_CATEGORY PKG_EXPORTS += SPKG_VENDOR SPKG_EMAIL SPKG_PSTAMP SPKG_BASEDIR SPKG_CLASSES PKG_EXPORTS += SPKG_OSNAME SPKG_SOURCEURL SPKG_PACKAGER TIMESTAMP @@ -443,7 +443,6 @@ --workdir $(SPKG_WORKDIR) \ --pkgbase $(SPKG_PKGBASE) \ --pkgroot $(SPKG_PKGROOT) \ - -v WORKDIR_FIRSTMOD=../build-$(firstword $(MODULATIONS)) \ --compress \ $(MKPACKAGE_ARGS) ) || exit 2 @$(MAKECOOKIE) 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 Feb 20 14:54:45 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 13:54:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3285] csw/mgar/pkg/apache2-worker/trunk Message-ID: Revision: 3285 http://gar.svn.sourceforge.net/gar/?rev=3285&view=rev Author: dmichelsen Date: 2009-02-20 13:54:44 +0000 (Fri, 20 Feb 2009) Log Message: ----------- apache2-worker: FIRSTMOD fixed for mGAR v2 Modified Paths: -------------- csw/mgar/pkg/apache2-worker/trunk/checksums csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec Modified: csw/mgar/pkg/apache2-worker/trunk/checksums =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 13:53:21 UTC (rev 3284) +++ csw/mgar/pkg/apache2-worker/trunk/checksums 2009-02-20 13:54:44 UTC (rev 3285) @@ -1,6 +1,6 @@ 03e0a99a5de0f3f568a0087fb9993af9 download/httpd-2.2.11.tar.gz a7467a756cbd980d4cfe3c2cfb6a9e35 download/config.layout -ae291b068f37a385a1fc78a8c342aa56 download/CSWap2worker.gspec +7b30bd594c943d44c4910272eccafdad download/CSWap2worker.gspec 260260d6a4d17b88d25658c38cae6875 download/CSWap2worker.depend 2e11e4af177c4af6fe9af08325c4292a download/CSWap2worker.prototype f942f827f0a9f463fd4d9ef0eb00f78a download/CSWap2worker.postinstall Modified: csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec =================================================================== --- csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 13:53:21 UTC (rev 3284) +++ csw/mgar/pkg/apache2-worker/trunk/files/CSWap2worker.gspec 2009-02-20 13:54:44 UTC (rev 3285) @@ -2,6 +2,6 @@ %var pkgname CSWap2worker %include url file://%{PKGLIB}/csw_dyndepend.gspec %var desc Apache 2.2 worker MPM -%copyright url file://%{WORKDIR_FIRSTMOD}/LICENSE -%preinstall url file://%{WORKDIR/CSWapache2.killproc -%preremove url file://%{WORKDIR}/CSWapache2.killproc +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE +%preinstall url file://%{WORKDIR_FIRSTMOD}/CSWapache2.killproc +%preremove url file://%{WORKDIR_FIRSTMOD}/CSWapache2.killproc 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 Feb 20 15:10:47 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 14:10:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3286] csw/mgar/gar/v2 Message-ID: Revision: 3286 http://gar.svn.sourceforge.net/gar/?rev=3286&view=rev Author: dmichelsen Date: 2009-02-20 14:10:46 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Enhance pathfilter so that licenses are safely included Modified Paths: -------------- csw/mgar/gar/v2/bin/pathfilter csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/bin/pathfilter =================================================================== --- csw/mgar/gar/v2/bin/pathfilter 2009-02-20 13:54:44 UTC (rev 3285) +++ csw/mgar/gar/v2/bin/pathfilter 2009-02-20 14:10:46 UTC (rev 3286) @@ -5,6 +5,9 @@ # Please note: # - If no options are given the input is not changed # - A path must match include and not exclude to pass the filter +# - The include and exclude directives are matched in order. The path is +# short-cut included or excluded when there is match. Only the first match +# is considered. # - Empty directories are preserved if the incoming prototype doesn't # contained files in them. Directories which contained files which # were excluded and which would be empty after exclusion are @@ -16,26 +19,26 @@ my $help = 0; -my @exclude; -my @include; +my ($hasinclude, $hasexclude); my @isaexec; +my @selection; my $result = GetOptions( 'h|help' => \$help, 'e|isaexec=s' => \@isaexec, - 'i|include=s' => \@include, - 'x|exclude=s' => \@exclude) or pod2usage( 1 ); + 'i|include=s' => sub { push @selection, [ 'i', $_[1] ]; $hasinclude = 1 }, + 'x|exclude=s' => sub { push @selection, [ 'x', $_[1] ]; $hasexclude = 1 }, +) or pod2usage( 1 ); +# Exclude everything by default if there are only include rules +push @selection, [ 'x', '.*' ] if( $hasinclude && !$hasexclude ); + pod2usage(-verbose => 2) if $help; -my ($exclude, $include) = ('', ''); -$exclude = '^(' . join( '|', @exclude ) . ')$' if( @exclude ); -$exclude = qr#$exclude# if( $exclude ); -$include = '^(' . join( '|', @include ) . ')$' if( @include ); -$include = qr#$include# if( $include ); - my %p; my %skipped; # key=path, Contains directories which may be skipped my %wasntempty; # Same key, =1 iff there is a file in it or a subdirectory + +NEXTLINE: while( ) { my @line = split /\s+/; my $ftype = $line[0]; @@ -58,8 +61,17 @@ } } - next if( $include ne '' && $path !~ /$include/ ); - next if( $exclude ne '' && $path =~ /$exclude/ ); + SELECTION: + foreach my $selector (@selection) { + my ($type, $regex) = @$selector; + if( $type eq 'i' ) { + last SELECTION if( $path =~ /^$regex$/ ); + } elsif( $type eq 'x' ) { + next NEXTLINE if( $path =~ /^$regex$/ ); + } else { + croak( "The type '$type' is unknown (either 'x' or 'i' is allowed)." ); + } + } $p{$path} = \@line; } @@ -77,11 +89,20 @@ } # Re-add directories which where empty +NEXTPATH: foreach my $path (keys %skipped) { next if( exists $wasntempty{$path} ); - next if( $include ne '' && $path !~ /$include/ ); - next if( $exclude ne '' && $path =~ /$exclude/ ); + SELECTION: + foreach my $selector (@selection) { + my ($type, $regex) = @$selector; + if( $type eq 'i' ) { + last SELECTION if( $path =~ /^$regex$/ ); + } elsif( $type eq 'x' ) { + next NEXTPATH if( $path =~ /^$regex$/ ); + } + } + my @c = split( m!/!, $path ); my @pa = map { join( '/', @c[0..$_] ) } 1..$#c; @@ -98,10 +119,10 @@ # f none /opt/csw/bin/sparcv8/mytool=/opt/csw/bin/mytool foreach my $e (@isaexec) { my ($isaexec_path, $new_path) = split( /=/, $e ); -# if( !exists $p{$isaexec_path} ) { -# warn "Could not find path '$e' to be replaced by isaexec"; -# next; -# } + + # Don't do isaexec replacement if the path has not been selected. + next if( !exists $p{$isaexec_path} ); + $p{$new_path} = [ @{$p{$isaexec_path}} ]; $p{$new_path}->[2] = $new_path . '=' . $isaexec_path; $p{$isaexec_path}->[0] = 'l'; @@ -131,7 +152,6 @@ =item B<-x | --exclude > Excludes the path from the resulting prototype. -If -i is given this option is ignored. =item B<-i | --include > Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 13:54:44 UTC (rev 3285) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 14:10:46 UTC (rev 3286) @@ -190,7 +190,6 @@ $(strip $(foreach S,$(filter-out $(1),$(_PKG_SPECS)), $(PKGFILES_$(S)) - $(call licensedir,$(S))/.* $(EXTRA_PKGFILES_EXCLUDED) $(EXTRA_PKGFILES_EXCLUDED_$(1)) $(_EXTRA_PKGFILES_EXCLUDED) @@ -200,7 +199,8 @@ define _pkgfiles_include $(strip - $(call licensedir,$(1))/.* + $(PKGFILES_$(1)_SHARED) + $(PKGFILES_$(1)) ) endef @@ -226,6 +226,12 @@ $(PROTOTYPE): $(WORKDIR) merge $(_DBG)cswproto -r $(PKGROOT) $(PKGROOT)=/ >$@ +# The pathfilter rules are as follows: +# - include license for current package +# - exclude licenses for all other packages +# - if other includes are given, only include these files +# - if no include is given ("catch all packages") include everything except what +# is put in other packages .PRECIOUS: $(WORKDIR)/%.prototype $(WORKDIR)/%.prototype-$(GARCH) $(WORKDIR)/%.prototype: _PKGFILES_EXCLUDE=$(call _pkgfiles_exclude,$*) $(WORKDIR)/%.prototype: _PKGFILES_INCLUDE=$(call _pkgfiles_include,$*) @@ -235,9 +241,10 @@ -n "$(_PKGFILES_EXCLUDE)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter $(foreach FILE,$(if $(or $(PKGFILES_$*_SHARED),$(PKGFILES_$*)),$(_PKGFILES_INCLUDE)) \ - $(PKGFILES_$*_SHARED) $(PKGFILES_$*),-i '$(FILE)') \ - $(foreach FILE,$(_PKGFILES_EXCLUDE), -x '$(FILE)') \ + (pathfilter -i $(call licensedir,$*)/license \ + $(foreach S,$(filter-out $*,$(SPKG_SPECS)),-x $(call licensedir,$S)/license) \ + $(foreach FILE,$(_PKGFILES_INCLUDE),-i '$(FILE)') \ + $(if $(_PKGFILES_INCLUDE),-x '.*',$(foreach FILE,$(_PKGFILES_EXCLUDE),-x '$(FILE)')) \ $(foreach IE,$(abspath $(ISAEXEC_FILES_$*) $(ISAEXEC_FILES)), \ -e '$(IE)=$(dir $(IE))$(ISA_DEFAULT)/$(notdir $(IE))' \ ) \ 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 Feb 20 15:40:51 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 14:40:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3287] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 3287 http://gar.svn.sourceforge.net/gar/?rev=3287&view=rev Author: dmichelsen Date: 2009-02-20 14:40:50 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Introduce GNU_PROJ similar to SF_PROJ Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2009-02-20 14:10:46 UTC (rev 3286) +++ csw/mgar/gar/v2/gar.conf.mk 2009-02-20 14:40:50 UTC (rev 3287) @@ -513,8 +513,9 @@ GNU_SITE = http://mirrors.kernel.org GNU_GNUROOT = $(GNU_SITE)/gnu GNU_NGNUROOT = $(GNU_SITE)/non-gnu -GNU_MIRROR = $(GNU_GNUROOT)/$(GARNAME)/ -GNU_NMIRROR = $(GNU_NGNUROOT)/$(GARNAME)/ +GNU_PROJ ?= $(GARNAME) +GNU_MIRROR = $(GNU_GNUROOT)/$(GNU_PROJ)/ +GNU_NMIRROR = $(GNU_NGNUROOT)/$(GNU_PROJ)/ # CPAN CPAN_SITES += http://search.cpan.org/CPAN 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 Feb 20 16:20:42 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:20:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3288] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3288 http://gar.svn.sourceforge.net/gar/?rev=3288&view=rev Author: dmichelsen Date: 2009-02-20 15:20:42 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Honor pre- and post-scripts on 'reinstal' Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-20 14:40:50 UTC (rev 3287) +++ csw/mgar/gar/v2/gar.mk 2009-02-20 15:20:42 UTC (rev 3288) @@ -464,7 +464,7 @@ reset-install-modulated: @$(call _pmod,Reset install state) @rm -rf $(INSTALLISADIR) $(COOKIEDIR)/install-work - @rm -f $(COOKIEDIR)/install-modulated + @rm -f $(foreach C,pre-install-modulated install-modulated post-install-modulated,$(COOKIEDIR)/$C) # merge in all isas to the package directory after installation 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 Feb 20 16:21:06 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:21:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3289] csw/mgar/gar/v2/gar.pkg.mk Message-ID: Revision: 3289 http://gar.svn.sourceforge.net/gar/?rev=3289&view=rev Author: dmichelsen Date: 2009-02-20 15:21:06 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Fix pathfilter on packages without any includes or excludes Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 15:20:42 UTC (rev 3288) +++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-20 15:21:06 UTC (rev 3289) @@ -241,7 +241,7 @@ -n "$(_PKGFILES_EXCLUDE)" -o \ -n "$(ISAEXEC_FILES_$*)" -o \ -n "$(ISAEXEC_FILES)" ]; then \ - (pathfilter -i $(call licensedir,$*)/license \ + (pathfilter $(if $(or $(_PKGFILES_EXCLUDE),$(_PKGFILES_INCLUDE)),-i $(call licensedir,$*)/license) \ $(foreach S,$(filter-out $*,$(SPKG_SPECS)),-x $(call licensedir,$S)/license) \ $(foreach FILE,$(_PKGFILES_INCLUDE),-i '$(FILE)') \ $(if $(_PKGFILES_INCLUDE),-x '.*',$(foreach FILE,$(_PKGFILES_EXCLUDE),-x '$(FILE)')) \ 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 Feb 20 16:22:25 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:22:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3290] csw/mgar/pkg/xmlstarlet/trunk Message-ID: Revision: 3290 http://gar.svn.sourceforge.net/gar/?rev=3290&view=rev Author: dmichelsen Date: 2009-02-20 15:22:25 +0000 (Fri, 20 Feb 2009) Log Message: ----------- xmlstarlet: Use dynamic gspecs, add 64 bit support, depend on gettextrt Modified Paths: -------------- csw/mgar/pkg/xmlstarlet/trunk/Makefile csw/mgar/pkg/xmlstarlet/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec Modified: csw/mgar/pkg/xmlstarlet/trunk/Makefile =================================================================== --- csw/mgar/pkg/xmlstarlet/trunk/Makefile 2009-02-20 15:21:06 UTC (rev 3289) +++ csw/mgar/pkg/xmlstarlet/trunk/Makefile 2009-02-20 15:22:25 UTC (rev 3290) @@ -14,9 +14,8 @@ SF_PROJ = xmlstar MASTER_SITES += $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWxmlstarlet,) -REQUIRED_PKGS = CSWgcrypt CSWggettext CSWgpgerr CSWiconv CSWlibxml2 CSWlibxslt CSWzlib +REQUIRED_PKGS = CSWgcrypt CSWggettextrt CSWgpgerr CSWiconv CSWlibxml2 CSWlibxslt CSWzlib # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=66612 @@ -25,6 +24,10 @@ PATCHFILES = $(GARNAME)-$(GARVERSION)-cc.patch +BUILD64 = 1 + +TEST_TARGET = check + include gar/category.mk CONFIGURE_ENV += LIBXML_PREFIX=$(prefix) @@ -36,7 +39,7 @@ CONFIGURE_ARGS = $(DIRPATHS) -post-install: +post-install-modulated: @echo " ==> Renaming program to xmlstarlet" - @mv $(DESTDIR)$(prefix)/bin/xml $(DESTDIR)$(prefix)/bin/xmlstarlet + @mv $(DESTDIR)$(bindir)/xml $(DESTDIR)$(bindir)/xmlstarlet @$(MAKECOOKIE) Modified: csw/mgar/pkg/xmlstarlet/trunk/checksums =================================================================== --- csw/mgar/pkg/xmlstarlet/trunk/checksums 2009-02-20 15:21:06 UTC (rev 3289) +++ csw/mgar/pkg/xmlstarlet/trunk/checksums 2009-02-20 15:22:25 UTC (rev 3290) @@ -1,5 +1,2 @@ 8deb71834bcdfb4443c258a1f0042fce download/xmlstarlet-1.0.1.tar.gz -3ac6206a6444ab090bb9ec5401e71f13 download/CSWxmlstarlet.gspec -8418405818272588636f6befb21f7ecc download/CSWxmlstarlet.depend -123105907d3faaef6696bae8e80901d1 download/CSWxmlstarlet.prototype 43fc74b5208249a730dd910533a05cc8 download/xmlstarlet-1.0.1-cc.patch Deleted: csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec =================================================================== --- csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec 2009-02-20 15:21:06 UTC (rev 3289) +++ csw/mgar/pkg/xmlstarlet/trunk/files/CSWxmlstarlet.gspec 2009-02-20 15:22:25 UTC (rev 3290) @@ -1,4 +0,0 @@ -%var bitname xmlstarlet -%var pkgname CSWxmlstarlet -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 20 16:36:05 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 15:36:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3291] csw/mgar/pkg Message-ID: Revision: 3291 http://gar.svn.sourceforge.net/gar/?rev=3291&view=rev Author: dmichelsen Date: 2009-02-20 15:36:05 +0000 (Fri, 20 Feb 2009) Log Message: ----------- libgmp: Update to 2.2.4 Modified Paths: -------------- csw/mgar/pkg/libgmp/trunk/Makefile csw/mgar/pkg/libgmp/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libgmp/ Removed Paths: ------------- csw/mgar/pkg/gmp/ csw/mgar/pkg/libgmp/trunk/files/CSWgmp.gspec Property Changed: ---------------- csw/mgar/pkg/libgmp/trunk/ Property changes on: csw/mgar/pkg/libgmp/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/libgmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gmp/trunk/Makefile 2009-02-13 04:17:49 UTC (rev 3094) +++ csw/mgar/pkg/libgmp/trunk/Makefile 2009-02-20 15:36:05 UTC (rev 3291) @@ -1,8 +1,8 @@ GARNAME = gmp -GARVERSION = 4.1.2 +GARVERSION = 4.2.4 CATEGORIES = lib -DESCRIPTION = The GNU MP Bignum Library +DESCRIPTION = GNU Multiple Precision Arithmetic Library define BLURB GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to @@ -19,13 +19,22 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgmp,) +SPKG_SOURCEURL = http://gmplib.org/ + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +BUILD64 = 1 + TEST_TARGET = check -CONFIGURE_ARGS = ABI=32 $(DIRPATHS) +MPN_sparcv8 = "sparc32/v8 sparc32 generic" +MPN_sparcv9 = "sparc64/v9 generic" +#CONFIGURE_ARGS = ABI=32 $(DIRPATHS) +CONFIGURE_ARGS = MPN_PATH=$(MPN_$(ISA)) $(DIRPATHS) + +PACKAGES = CSWlibgmp + include gar/category.mk Modified: csw/mgar/pkg/libgmp/trunk/checksums =================================================================== --- csw/mgar/pkg/gmp/trunk/checksums 2009-02-13 04:17:49 UTC (rev 3094) +++ csw/mgar/pkg/libgmp/trunk/checksums 2009-02-20 15:36:05 UTC (rev 3291) @@ -1,2 +1 @@ -ed39b34dd14014cc504840776af5ba10 download/gmp-4.1.2.tar.bz2 -42911828fcfb460b2d8036e2dc7c7c02 download/CSWgmp.gspec +fc1e3b3a2a5038d4d74138d0b9cf8dbe download/gmp-4.2.4.tar.bz2 Deleted: csw/mgar/pkg/libgmp/trunk/files/CSWgmp.gspec =================================================================== --- csw/mgar/pkg/gmp/trunk/files/CSWgmp.gspec 2009-02-13 04:17:49 UTC (rev 3094) +++ csw/mgar/pkg/libgmp/trunk/files/CSWgmp.gspec 2009-02-20 15:36:05 UTC (rev 3291) @@ -1,4 +0,0 @@ -%var bitname gmp -%var pkgname CSWgmp -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 18:31:15 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 17:31:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3292] csw/mgar/pkg/ImageMagick/trunk Message-ID: Revision: 3292 http://gar.svn.sourceforge.net/gar/?rev=3292&view=rev Author: hson Date: 2009-02-20 17:31:15 +0000 (Fri, 20 Feb 2009) Log Message: ----------- imagemagick: Update to 6.4.9 plus dynamic gspec Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile csw/mgar/pkg/ImageMagick/trunk/checksums Added Paths: ----------- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.i csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.s csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.i csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.s csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.i csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.s Removed Paths: ------------- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 15:36:05 UTC (rev 3291) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 17:31:15 UTC (rev 3292) @@ -1,6 +1,6 @@ -GARNAME = ImageMagick -GARVERSION = 6.2.7 -GARSUBREV = 8 +GARNAME = imagemagick +GARVERSION = 6.4.9 +GARSUBREV = 4 CATEGORIES = lib DESCRIPTION = A comprehensive package supporting automated and interative manipulation of images @@ -11,10 +11,25 @@ PhotoCD, and GIF. endef -MASTER_SITES = ftp://ftp.fifi.org/pub/$(GARNAME)/ -DISTFILES = $(GARNAME)-$(GARVERSION)-$(GARSUBREV).tar.bz2 -DISTFILES += $(call admfiles,CSWimagick,) +MASTER_SITES = ftp://ftp.imagemagick.org/pub/ImageMagick/ +DISTFILES = ImageMagick-$(GARVERSION)-$(GARSUBREV).tar.bz2 +DISTFILES += libMagick++.so.10.0.4.i +DISTFILES += libMagick++.so.10.0.4.s +DISTFILES += libMagick.so.10.0.4.i +DISTFILES += libMagick.so.10.0.4.s +DISTFILES += libWand.so.10.0.4.i +DISTFILES += libWand.so.10.0.4.s +DISTNAME = ImageMagick-$(GARVERSION)-$(GARSUBREV) + +LICENSE = LICENSE + +REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWgcc2g++rt CSWggettextrt +REQUIRED_PKGS += CSWggettext CSWsunmath +REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWilmbase CSWjasper CSWjbigkit +REQUIRED_PKGS += CSWjpeg CSWlcms CSWlibcairo CSWlibfpx CSWlibrsvg +REQUIRED_PKGS += CSWlibxml2 CSWopenexr CSWperl CSWpng CSWtiff CSWwmf CSWzlib + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 @@ -22,11 +37,27 @@ CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static +PATCHFILES += Makefile.patch + # Test has to be run *after* install TEST_SCRIPTS = +EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod + include gar/category.mk -post-install: - @echo " ==> Running tests for $(GARNAME)" - @$(MAKE) -C $(WORKSRC) check +post-install-isa-sparcv8: + @cp $(FILEDIR)/libMagick.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @cp $(FILEDIR)/libWand.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @cp $(FILEDIR)/libMagick++.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + +post-install-isa-i386: + @cp $(FILEDIR)/libMagick.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @cp $(FILEDIR)/libWand.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @cp $(FILEDIR)/libMagick++.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 Modified: csw/mgar/pkg/ImageMagick/trunk/checksums =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 15:36:05 UTC (rev 3291) +++ csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 17:31:15 UTC (rev 3292) @@ -1,2 +1,8 @@ -be62221c469009a1082298ccad31579e download/ImageMagick-6.2.7-8.tar.bz2 -68a34a6120d6f69b2e18e2b99d01497c download/CSWimagick.gspec +8eba684cd31a3de7eac0f6ed02ce8018 download/ImageMagick-6.4.9-4.tar.bz2 +26ba45bf8a01f64c01973522657e1e09 download/libMagick++.so.10.0.4.i +d4d961c6aab8c2fb4067953f80a5213b download/libMagick++.so.10.0.4.s +c6254fa21d534ca99be36547ce599709 download/libMagick.so.10.0.4.i +c3da4ba416306f5c064cfcc109f69091 download/libMagick.so.10.0.4.s +f46e2f8d0bd8f2c1206534592ebda333 download/libWand.so.10.0.4.i +0f6e06e2d8e5b446e90be3a8ae328761 download/libWand.so.10.0.4.s +6bd361fe352c7d497d60d8d2cbe7cfd4 download/Makefile.patch Added: csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec (rev 0) +++ csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec 2009-02-20 17:31:15 UTC (rev 3292) @@ -0,0 +1,4 @@ +%var bitname imagemagick +%var pkgname CSWimagemagick +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE Deleted: csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec 2009-02-20 15:36:05 UTC (rev 3291) +++ csw/mgar/pkg/ImageMagick/trunk/files/CSWimagick.gspec 2009-02-20 17:31:15 UTC (rev 3292) @@ -1,4 +0,0 @@ -%var bitname imagemagick -%var pkgname CSWimagick -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT Added: csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch (rev 0) +++ csw/mgar/pkg/ImageMagick/trunk/files/Makefile.patch 2009-02-20 17:31:15 UTC (rev 3292) @@ -0,0 +1,11 @@ +--- ImageMagick-6.4.9-4.orig/Makefile.in 2009-02-12 23:04:45.000000000 +0100 ++++ ImageMagick-6.4.9-4/Makefile.in 2009-02-18 07:30:25.392728347 +0100 +@@ -2929,7 +2929,7 @@ + coders_fpx_la_SOURCES = coders/fpx.c + coders_fpx_la_CPPFLAGS = $(MODULE_EXTRA_CPPFLAGS) + coders_fpx_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_fpx_la_LIBADD = $(MAGICKCORE_LIBS) $(FPX_LIBS) -lstdc++ ++coders_fpx_la_LIBADD = $(MAGICKCORE_LIBS) $(FPX_LIBS) + + # GIF coder module + coders_gif_la_SOURCES = coders/gif.c Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick++.so.10.0.4.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libMagick.so.10.0.4.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.i =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.i ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.s =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/ImageMagick/trunk/files/libWand.so.10.0.4.s ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 18:31:55 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 17:31:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3293] csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick. gspec Message-ID: Revision: 3293 http://gar.svn.sourceforge.net/gar/?rev=3293&view=rev Author: hson Date: 2009-02-20 17:31:55 +0000 (Fri, 20 Feb 2009) Log Message: ----------- imagemagick: Remove gspec file Removed Paths: ------------- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec Deleted: csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec 2009-02-20 17:31:15 UTC (rev 3292) +++ csw/mgar/pkg/ImageMagick/trunk/files/CSWimagemagick.gspec 2009-02-20 17:31:55 UTC (rev 3293) @@ -1,4 +0,0 @@ -%var bitname imagemagick -%var pkgname CSWimagemagick -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 20 20:49:11 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 20 Feb 2009 19:49:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3294] csw/mgar/pkg/ImageMagick/trunk Message-ID: Revision: 3294 http://gar.svn.sourceforge.net/gar/?rev=3294&view=rev Author: hson Date: 2009-02-20 19:49:11 +0000 (Fri, 20 Feb 2009) Log Message: ----------- imagemagick: Update to 6.4.9-6 Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile csw/mgar/pkg/ImageMagick/trunk/checksums Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 17:31:55 UTC (rev 3293) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-20 19:49:11 UTC (rev 3294) @@ -1,6 +1,6 @@ GARNAME = imagemagick GARVERSION = 6.4.9 -GARSUBREV = 4 +GARSUBREV = 6 CATEGORIES = lib DESCRIPTION = A comprehensive package supporting automated and interative manipulation of images Modified: csw/mgar/pkg/ImageMagick/trunk/checksums =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 17:31:55 UTC (rev 3293) +++ csw/mgar/pkg/ImageMagick/trunk/checksums 2009-02-20 19:49:11 UTC (rev 3294) @@ -1,4 +1,4 @@ -8eba684cd31a3de7eac0f6ed02ce8018 download/ImageMagick-6.4.9-4.tar.bz2 +d65a4cd3cf103d49085a55c90c871854 download/ImageMagick-6.4.9-6.tar.bz2 26ba45bf8a01f64c01973522657e1e09 download/libMagick++.so.10.0.4.i d4d961c6aab8c2fb4067953f80a5213b download/libMagick++.so.10.0.4.s c6254fa21d534ca99be36547ce599709 download/libMagick.so.10.0.4.i 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 Feb 20 22:04:55 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 20 Feb 2009 21:04:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3295] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 3295 http://gar.svn.sourceforge.net/gar/?rev=3295&view=rev Author: dmichelsen Date: 2009-02-20 21:04:54 +0000 (Fri, 20 Feb 2009) Log Message: ----------- mGAR v2: Add EXTRA_MERGE_DIRS Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2009-02-20 19:49:11 UTC (rev 3294) +++ csw/mgar/gar/v2/gar.mk 2009-02-20 21:04:54 UTC (rev 3295) @@ -494,7 +494,7 @@ else ISAEXEC_DIRS ?= $(if $(NO_ISAEXEC),,$(bindir) $(sbindir) $(libexecdir)) MERGE_DIRS_isa-$(ISA_DEFAULT) ?= -MERGE_DIRS_isa-$(ISA) ?= $(bindir) $(sbindir) $(libexecdir) $(libdir) +MERGE_DIRS_isa-$(ISA) ?= $(bindir) $(sbindir) $(libexecdir) $(libdir) $(EXTRA_MERGE_DIRS) $(EXTRA_MERGE_DIRS_isa-$(ISA)) MERGE_SCRIPTS_isa-$(ISA_DEFAULT) ?= copy-relocate $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS) MERGE_SCRIPTS_isa-$(ISA) ?= copy-relocated-only $(EXTRA_MERGE_SCRIPTS_isa-$(ISA)) $(EXTRA_MERGE_SCRIPTS) endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 20 23:08:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 20 Feb 2009 22:08:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3296] csw/mgar/pkg Message-ID: Revision: 3296 http://gar.svn.sourceforge.net/gar/?rev=3296&view=rev Author: valholla Date: 2009-02-20 22:08:27 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- csw/mgar/pkg/fixme/ csw/mgar/pkg/fixme/fixme.sh Added: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh (rev 0) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:08:27 UTC (rev 3296) @@ -0,0 +1,43 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + mv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + mv ${lt}.new ${lt} +done + Property changes on: csw/mgar/pkg/fixme/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 20 23:25:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 20 Feb 2009 22:25:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3297] csw/mgar/pkg/fixme/fixme.sh Message-ID: Revision: 3297 http://gar.svn.sourceforge.net/gar/?rev=3297&view=rev Author: valholla Date: 2009-02-20 22:25:23 +0000 (Fri, 20 Feb 2009) Log Message: ----------- typo Modified Paths: -------------- csw/mgar/pkg/fixme/fixme.sh Modified: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:08:27 UTC (rev 3296) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:25:23 UTC (rev 3297) @@ -31,13 +31,13 @@ -e "s/\.so.*$//") fixpath=$(gecho $file |gsed 's/\//\\\//g') sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new - mv Makefile.new ${mk} + gmv Makefile.new ${mk} done done ## Fix libtool Script for lt in $(gfind ${BASEPATH} -name libtool -print); do gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new - mv ${lt}.new ${lt} + gmv ${lt}.new ${lt} done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 20 23:56:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 20 Feb 2009 22:56:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3298] csw/mgar/pkg/fixme/fixme.sh Message-ID: Revision: 3298 http://gar.svn.sourceforge.net/gar/?rev=3298&view=rev Author: valholla Date: 2009-02-20 22:56:55 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Fix libtool regeneration script Modified Paths: -------------- csw/mgar/pkg/fixme/fixme.sh Modified: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:25:23 UTC (rev 3297) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-20 22:56:55 UTC (rev 3298) @@ -41,3 +41,9 @@ gmv ${lt}.new ${lt} done +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 02:39:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 01:39:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3299] csw/mgar/pkg/gd/trunk Message-ID: Revision: 3299 http://gar.svn.sourceforge.net/gar/?rev=3299&view=rev Author: valholla Date: 2009-02-21 01:39:20 +0000 (Sat, 21 Feb 2009) Log Message: ----------- put back 64bit and fixed package contents for devel Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/gd/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gd/trunk/files/Makefile.diff Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-20 22:56:55 UTC (rev 3298) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-21 01:39:20 UTC (rev 3299) @@ -10,6 +10,7 @@ MASTER_SITES = http://www.libgd.org/releases/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh PACKAGES = CSWgd CSWgd-devel CATALOGNAME_CSWgd = gd @@ -17,16 +18,19 @@ SPKG_DESC_CSWgd = $(DESCRIPTION) SPKG_DESC_CSWgd-devel = Development headers and libraries for gd +PATCHFILES = Makefile.diff + REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv -REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib CSWsunmath +REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib REQUIRED_PKGS_CSWgd-devel = CSWgd -PKGFILES_CSWgd-devel = $( PKGFILES_DEVEL) +PKGFILES_CSWgd-devel = $(PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -## fix link bug for php_gd undefined symbols -EXTRA_LINKER_FLAGS += -lsunmath +BUILD64 = 1 +NO_ISAEXEC = 1 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) @@ -35,6 +39,17 @@ CONFIGURE_ARGS += --with-fontconfig=$(prefix) CONFIGURE_ARGS += --with-jpeg=$(prefix) CONFIGURE_ARGS += --with-xpm=$(prefix) +CONFIGURE_ARGS += --disable-fast-install +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) +## There are no tests for this +TEST_SCRIPTS = skip + +test-skip: + $(DONADA) + include gar/category.mk Modified: csw/mgar/pkg/gd/trunk/checksums =================================================================== --- csw/mgar/pkg/gd/trunk/checksums 2009-02-20 22:56:55 UTC (rev 3298) +++ csw/mgar/pkg/gd/trunk/checksums 2009-02-21 01:39:20 UTC (rev 3299) @@ -1,7 +1,3 @@ 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c download/gd-2.0.35.tar.bz2 -b398d4a1d63d198efefe8981bc593d25 download/CSWgd.gspec -a27c2f9d196328f8313c7d8dbf09482a download/CSWgd.depend -9e7a372172740b1b6402b6495118e70c download/CSWgd.prototype -18ce4fa639cadcc52e1499a9462de12f download/CSWgd-devel.gspec -748ddb41e5984e34b92ef1d77f544f71 download/CSWgd-devel.depend -b195cab77f83d8aea3f6615159614af4 download/CSWgd-devel.prototype +70771682427d524354d50482371edca5 download/fixme.sh +88e69d03742a55f979e2822d97c525c1 download/Makefile.diff Added: csw/mgar/pkg/gd/trunk/files/Makefile.diff =================================================================== --- csw/mgar/pkg/gd/trunk/files/Makefile.diff (rev 0) +++ csw/mgar/pkg/gd/trunk/files/Makefile.diff 2009-02-21 01:39:20 UTC (rev 3299) @@ -0,0 +1,10 @@ +--- gd-2.0.35/Makefile.in.orig 2009-02-20 16:42:35.992955622 -0600 ++++ gd-2.0.35/Makefile.in 2009-02-20 16:42:39.401892868 -0600 +@@ -399,6 +399,7 @@ + cd $(top_srcdir) && $(AUTOHEADER) + rm -f stamp-h1 ++ @$(srcdir)../fixme.sh $(srcdir) + touch $@ + + distclean-hdr: + -rm -f config.h stamp-h1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 02:46:44 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 01:46:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3300] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3300 http://gar.svn.sourceforge.net/gar/?rev=3300&view=rev Author: hson Date: 2009-02-21 01:46:44 +0000 (Sat, 21 Feb 2009) Log Message: ----------- imagemagick: enable usage of ghostscript using lib Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-21 01:39:20 UTC (rev 3299) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-21 01:46:44 UTC (rev 3300) @@ -24,11 +24,11 @@ LICENSE = LICENSE -REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWgcc2g++rt CSWggettextrt -REQUIRED_PKGS += CSWggettext CSWsunmath -REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWilmbase CSWjasper CSWjbigkit -REQUIRED_PKGS += CSWjpeg CSWlcms CSWlibcairo CSWlibfpx CSWlibrsvg -REQUIRED_PKGS += CSWlibxml2 CSWopenexr CSWperl CSWpng CSWtiff CSWwmf CSWzlib +REQUIRED_PKGS += CSWbzip2 CSWdjvulibre CSWfconfig CSWftype2 CSWgcc2g++rt +REQUIRED_PKGS += CSWggettext CSWggettextrt CSWglib2 CSWgs CSWgtk2 CSWiconv +REQUIRED_PKGS += CSWilmbase CSWjasper CSWjbigkit CSWjpeg CSWlcms CSWlibcairo +REQUIRED_PKGS += CSWlibfpx CSWlibrsvg CSWlibxml2 CSWopenexr CSWperl CSWpng +REQUIRED_PKGS += CSWsunmath CSWtiff CSWwmf CSWzlib # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 @@ -36,6 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static +CONFIGURE_ARGS += --with-gslib=yes PATCHFILES += Makefile.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:10:18 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:10:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3301] csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Message-ID: Revision: 3301 http://gar.svn.sourceforge.net/gar/?rev=3301&view=rev Author: hson Date: 2009-02-21 02:10:18 +0000 (Sat, 21 Feb 2009) Log Message: ----------- exiftool: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Deleted: csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec =================================================================== --- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec 2009-02-21 01:46:44 UTC (rev 3300) +++ csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec 2009-02-21 02:10:18 UTC (rev 3301) @@ -1,9 +0,0 @@ -%var bitname exiftool -%var pkgname CSWexiftool -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Copyright 2003-2009, Phil Harvey - -This 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 hson at users.sourceforge.net Sat Feb 21 03:10:51 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:10:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3302] csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec Message-ID: Revision: 3302 http://gar.svn.sourceforge.net/gar/?rev=3302&view=rev Author: hson Date: 2009-02-21 02:10:50 +0000 (Sat, 21 Feb 2009) Log Message: ----------- libexif: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec Deleted: csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec =================================================================== --- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-21 02:10:18 UTC (rev 3301) +++ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-21 02:10:50 UTC (rev 3302) @@ -1,4 +0,0 @@ -%var bitname libexif -%var pkgname CSWlibexif -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:11:24 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:11:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3303] csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata. gspec Message-ID: Revision: 3303 http://gar.svn.sourceforge.net/gar/?rev=3303&view=rev Author: hson Date: 2009-02-21 02:11:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- libiptcdata: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec Deleted: csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec 2009-02-21 02:10:50 UTC (rev 3302) +++ csw/mgar/pkg/libiptcdata/trunk/files/CSWlibiptcdata.gspec 2009-02-21 02:11:23 UTC (rev 3303) @@ -1,4 +0,0 @@ -%var bitname libiptcdata -%var pkgname CSWlibiptcdata -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:12:06 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:12:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3304] csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec Message-ID: Revision: 3304 http://gar.svn.sourceforge.net/gar/?rev=3304&view=rev Author: hson Date: 2009-02-21 02:12:05 +0000 (Sat, 21 Feb 2009) Log Message: ----------- librsvg: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec Deleted: csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec =================================================================== --- csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec 2009-02-21 02:11:23 UTC (rev 3303) +++ csw/mgar/pkg/librsvg/trunk/files/CSWlibrsvg.gspec 2009-02-21 02:12:05 UTC (rev 3304) @@ -1,4 +0,0 @@ -%var bitname librsvg -%var pkgname CSWlibrsvg -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:12:51 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:12:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3305] csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec Message-ID: Revision: 3305 http://gar.svn.sourceforge.net/gar/?rev=3305&view=rev Author: hson Date: 2009-02-21 02:12:50 +0000 (Sat, 21 Feb 2009) Log Message: ----------- ilmbase: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec Deleted: csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec =================================================================== --- csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec 2009-02-21 02:12:05 UTC (rev 3304) +++ csw/mgar/pkg/ilmbase/trunk/files/CSWilmbase.gspec 2009-02-21 02:12:50 UTC (rev 3305) @@ -1,4 +0,0 @@ -%var bitname ilmbase -%var pkgname CSWilmbase -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:13:11 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:13:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3306] csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec Message-ID: Revision: 3306 http://gar.svn.sourceforge.net/gar/?rev=3306&view=rev Author: hson Date: 2009-02-21 02:13:11 +0000 (Sat, 21 Feb 2009) Log Message: ----------- openexr: remove old gspec file Removed Paths: ------------- csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec Deleted: csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec =================================================================== --- csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-21 02:12:50 UTC (rev 3305) +++ csw/mgar/pkg/openexr/trunk/files/CSWopenexr.gspec 2009-02-21 02:13:11 UTC (rev 3306) @@ -1,4 +0,0 @@ -%var bitname openexr -%var pkgname CSWopenexr -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 03:39:32 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 02:39:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3307] csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Message-ID: Revision: 3307 http://gar.svn.sourceforge.net/gar/?rev=3307&view=rev Author: hson Date: 2009-02-21 02:39:32 +0000 (Sat, 21 Feb 2009) Log Message: ----------- exiftool: Resurrected gspec file Added Paths: ----------- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec Copied: csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec (from rev 2880, csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec) =================================================================== --- csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec (rev 0) +++ csw/mgar/pkg/exiftool/trunk/files/CSWexiftool.gspec 2009-02-21 02:39:32 UTC (rev 3307) @@ -0,0 +1,9 @@ +%var bitname exiftool +%var pkgname CSWexiftool +%var arch all +%include url file://%{PKGLIB}/csw_dyndepend.gspec +%copyright +Copyright 2003-2009, Phil Harvey + +This 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 valholla at users.sourceforge.net Sat Feb 21 04:01:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:01:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3308] csw/mgar/pkg/php5_bcmath/Makefile Message-ID: Revision: 3308 http://gar.svn.sourceforge.net/gar/?rev=3308&view=rev Author: valholla Date: 2009-02-21 03:01:18 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_bcmath/Makefile Modified: csw/mgar/pkg/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/Makefile 2009-02-21 02:39:32 UTC (rev 3307) +++ csw/mgar/pkg/php5_bcmath/Makefile 2009-02-21 03:01:18 UTC (rev 3308) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:01:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:01:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3309] csw/mgar/pkg/php5_calendar/Makefile Message-ID: Revision: 3309 http://gar.svn.sourceforge.net/gar/?rev=3309&view=rev Author: valholla Date: 2009-02-21 03:01:30 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_calendar/Makefile Modified: csw/mgar/pkg/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/Makefile 2009-02-21 03:01:18 UTC (rev 3308) +++ csw/mgar/pkg/php5_calendar/Makefile 2009-02-21 03:01:30 UTC (rev 3309) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:01:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:01:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3310] csw/mgar/pkg/php5_ctype/Makefile Message-ID: Revision: 3310 http://gar.svn.sourceforge.net/gar/?rev=3310&view=rev Author: valholla Date: 2009-02-21 03:01:50 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_ctype/Makefile Modified: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile 2009-02-21 03:01:30 UTC (rev 3309) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-21 03:01:50 UTC (rev 3310) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3311] csw/mgar/pkg/php5_dbase/Makefile Message-ID: Revision: 3311 http://gar.svn.sourceforge.net/gar/?rev=3311&view=rev Author: valholla Date: 2009-02-21 03:02:09 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_dbase/Makefile Modified: csw/mgar/pkg/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/Makefile 2009-02-21 03:01:50 UTC (rev 3310) +++ csw/mgar/pkg/php5_dbase/Makefile 2009-02-21 03:02:09 UTC (rev 3311) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3312] csw/mgar/pkg/php5_dom/Makefile Message-ID: Revision: 3312 http://gar.svn.sourceforge.net/gar/?rev=3312&view=rev Author: valholla Date: 2009-02-21 03:02:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_dom/Makefile Modified: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile 2009-02-21 03:02:09 UTC (rev 3311) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-21 03:02:23 UTC (rev 3312) @@ -36,7 +36,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3313] csw/mgar/pkg/php5_exif/Makefile Message-ID: Revision: 3313 http://gar.svn.sourceforge.net/gar/?rev=3313&view=rev Author: valholla Date: 2009-02-21 03:02:33 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_exif/Makefile Modified: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile 2009-02-21 03:02:23 UTC (rev 3312) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-21 03:02:33 UTC (rev 3313) @@ -35,7 +35,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3314] csw/mgar/pkg/php5_filter/Makefile Message-ID: Revision: 3314 http://gar.svn.sourceforge.net/gar/?rev=3314&view=rev Author: valholla Date: 2009-02-21 03:02:47 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_filter/Makefile Modified: csw/mgar/pkg/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/Makefile 2009-02-21 03:02:33 UTC (rev 3313) +++ csw/mgar/pkg/php5_filter/Makefile 2009-02-21 03:02:47 UTC (rev 3314) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:02:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:02:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3315] csw/mgar/pkg/php5_hash/Makefile Message-ID: Revision: 3315 http://gar.svn.sourceforge.net/gar/?rev=3315&view=rev Author: valholla Date: 2009-02-21 03:02:59 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_hash/Makefile Modified: csw/mgar/pkg/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/Makefile 2009-02-21 03:02:47 UTC (rev 3314) +++ csw/mgar/pkg/php5_hash/Makefile 2009-02-21 03:02:59 UTC (rev 3315) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:03:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:03:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3316] csw/mgar/pkg/php5_iconv/Makefile Message-ID: Revision: 3316 http://gar.svn.sourceforge.net/gar/?rev=3316&view=rev Author: valholla Date: 2009-02-21 03:03:11 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_iconv/Makefile Modified: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile 2009-02-21 03:02:59 UTC (rev 3315) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-21 03:03:11 UTC (rev 3316) @@ -36,7 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:03:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:03:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3317] csw/mgar/pkg/php5_json/Makefile Message-ID: Revision: 3317 http://gar.svn.sourceforge.net/gar/?rev=3317&view=rev Author: valholla Date: 2009-02-21 03:03:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_json/Makefile Modified: csw/mgar/pkg/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5_json/Makefile 2009-02-21 03:03:11 UTC (rev 3316) +++ csw/mgar/pkg/php5_json/Makefile 2009-02-21 03:03:23 UTC (rev 3317) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:03:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:03:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3318] csw/mgar/pkg/php5_mbstring/Makefile Message-ID: Revision: 3318 http://gar.svn.sourceforge.net/gar/?rev=3318&view=rev Author: valholla Date: 2009-02-21 03:03:45 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_mbstring/Makefile Modified: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile 2009-02-21 03:03:23 UTC (rev 3317) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-21 03:03:45 UTC (rev 3318) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3319] csw/mgar/pkg/php5_mime_magic/Makefile Message-ID: Revision: 3319 http://gar.svn.sourceforge.net/gar/?rev=3319&view=rev Author: valholla Date: 2009-02-21 03:04:07 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_mime_magic/Makefile Modified: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-21 03:03:45 UTC (rev 3318) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-21 03:04:07 UTC (rev 3319) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:22 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3320] csw/mgar/pkg/php5_ncurses/Makefile Message-ID: Revision: 3320 http://gar.svn.sourceforge.net/gar/?rev=3320&view=rev Author: valholla Date: 2009-02-21 03:04:21 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_ncurses/Makefile Modified: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile 2009-02-21 03:04:07 UTC (rev 3319) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-21 03:04:21 UTC (rev 3320) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-ncurses=/opt/csw -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3321] csw/mgar/pkg/php5_pcntl/Makefile Message-ID: Revision: 3321 http://gar.svn.sourceforge.net/gar/?rev=3321&view=rev Author: valholla Date: 2009-02-21 03:04:40 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_pcntl/Makefile Modified: csw/mgar/pkg/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/Makefile 2009-02-21 03:04:21 UTC (rev 3320) +++ csw/mgar/pkg/php5_pcntl/Makefile 2009-02-21 03:04:40 UTC (rev 3321) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:04:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:04:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3322] csw/mgar/pkg/php5_posix/Makefile Message-ID: Revision: 3322 http://gar.svn.sourceforge.net/gar/?rev=3322&view=rev Author: valholla Date: 2009-02-21 03:04:58 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_posix/Makefile Modified: csw/mgar/pkg/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/Makefile 2009-02-21 03:04:40 UTC (rev 3321) +++ csw/mgar/pkg/php5_posix/Makefile 2009-02-21 03:04:58 UTC (rev 3322) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3323] csw/mgar/pkg/php5_recode/Makefile Message-ID: Revision: 3323 http://gar.svn.sourceforge.net/gar/?rev=3323&view=rev Author: valholla Date: 2009-02-21 03:05:11 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_recode/Makefile Modified: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile 2009-02-21 03:04:58 UTC (rev 3322) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-21 03:05:11 UTC (rev 3323) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-recode=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:26 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3324] csw/mgar/pkg/php5_shmop/Makefile Message-ID: Revision: 3324 http://gar.svn.sourceforge.net/gar/?rev=3324&view=rev Author: valholla Date: 2009-02-21 03:05:25 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_shmop/Makefile Modified: csw/mgar/pkg/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/Makefile 2009-02-21 03:05:11 UTC (rev 3323) +++ csw/mgar/pkg/php5_shmop/Makefile 2009-02-21 03:05:25 UTC (rev 3324) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3325] csw/mgar/pkg/php5_simplexml/Makefile Message-ID: Revision: 3325 http://gar.svn.sourceforge.net/gar/?rev=3325&view=rev Author: valholla Date: 2009-02-21 03:05:38 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_simplexml/Makefile Modified: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile 2009-02-21 03:05:25 UTC (rev 3324) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-21 03:05:38 UTC (rev 3325) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:05:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:05:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3326] csw/mgar/pkg/php5_soap/Makefile Message-ID: Revision: 3326 http://gar.svn.sourceforge.net/gar/?rev=3326&view=rev Author: valholla Date: 2009-02-21 03:05:47 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_soap/Makefile Modified: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile 2009-02-21 03:05:38 UTC (rev 3325) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-21 03:05:47 UTC (rev 3326) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3327] csw/mgar/pkg/php5_sockets/Makefile Message-ID: Revision: 3327 http://gar.svn.sourceforge.net/gar/?rev=3327&view=rev Author: valholla Date: 2009-02-21 03:06:03 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sockets/Makefile Modified: csw/mgar/pkg/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/Makefile 2009-02-21 03:05:47 UTC (rev 3326) +++ csw/mgar/pkg/php5_sockets/Makefile 2009-02-21 03:06:03 UTC (rev 3327) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3328] csw/mgar/pkg/php5_sqlite/Makefile Message-ID: Revision: 3328 http://gar.svn.sourceforge.net/gar/?rev=3328&view=rev Author: valholla Date: 2009-02-21 03:06:18 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sqlite/Makefile Modified: csw/mgar/pkg/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/Makefile 2009-02-21 03:06:03 UTC (rev 3327) +++ csw/mgar/pkg/php5_sqlite/Makefile 2009-02-21 03:06:18 UTC (rev 3328) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3329] csw/mgar/pkg/php5_sysvmsg/Makefile Message-ID: Revision: 3329 http://gar.svn.sourceforge.net/gar/?rev=3329&view=rev Author: valholla Date: 2009-02-21 03:06:30 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sysvmsg/Makefile Modified: csw/mgar/pkg/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-21 03:06:18 UTC (rev 3328) +++ csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-21 03:06:30 UTC (rev 3329) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3330] csw/mgar/pkg/php5_sysvsem/Makefile Message-ID: Revision: 3330 http://gar.svn.sourceforge.net/gar/?rev=3330&view=rev Author: valholla Date: 2009-02-21 03:06:42 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sysvsem/Makefile Modified: csw/mgar/pkg/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-21 03:06:30 UTC (rev 3329) +++ csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-21 03:06:42 UTC (rev 3330) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:06:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:06:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3331] csw/mgar/pkg/php5_sysvshm/Makefile Message-ID: Revision: 3331 http://gar.svn.sourceforge.net/gar/?rev=3331&view=rev Author: valholla Date: 2009-02-21 03:06:59 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_sysvshm/Makefile Modified: csw/mgar/pkg/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-21 03:06:42 UTC (rev 3330) +++ csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-21 03:06:59 UTC (rev 3331) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3332] csw/mgar/pkg/php5_tidy/Makefile Message-ID: Revision: 3332 http://gar.svn.sourceforge.net/gar/?rev=3332&view=rev Author: valholla Date: 2009-02-21 03:07:12 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_tidy/Makefile Modified: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile 2009-02-21 03:06:59 UTC (rev 3331) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-21 03:07:12 UTC (rev 3332) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-tidy=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3333] csw/mgar/pkg/php5_tokenizer/Makefile Message-ID: Revision: 3333 http://gar.svn.sourceforge.net/gar/?rev=3333&view=rev Author: valholla Date: 2009-02-21 03:07:23 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_tokenizer/Makefile Modified: csw/mgar/pkg/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-21 03:07:12 UTC (rev 3332) +++ csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-21 03:07:23 UTC (rev 3333) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3334] csw/mgar/pkg/php5_xdebug/Makefile Message-ID: Revision: 3334 http://gar.svn.sourceforge.net/gar/?rev=3334&view=rev Author: valholla Date: 2009-02-21 03:07:36 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xdebug/Makefile Modified: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile 2009-02-21 03:07:23 UTC (rev 3333) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-21 03:07:36 UTC (rev 3334) @@ -39,7 +39,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:48 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[3335] csw/mgar/pkg/php5_xml/Makefile Message-ID: Revision: 3335 http://gar.svn.sourceforge.net/gar/?rev=3335&view=rev Author: valholla Date: 2009-02-21 03:07:48 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xml/Makefile Modified: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile 2009-02-21 03:07:36 UTC (rev 3334) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-21 03:07:48 UTC (rev 3335) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:07:56 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:07:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3336] csw/mgar/pkg/php5_xmlreader/Makefile Message-ID: Revision: 3336 http://gar.svn.sourceforge.net/gar/?rev=3336&view=rev Author: valholla Date: 2009-02-21 03:07:55 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xmlreader/Makefile Modified: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-21 03:07:48 UTC (rev 3335) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-21 03:07:55 UTC (rev 3336) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3337] csw/mgar/pkg/php5_xmlrpc/Makefile Message-ID: Revision: 3337 http://gar.svn.sourceforge.net/gar/?rev=3337&view=rev Author: valholla Date: 2009-02-21 03:08:08 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xmlrpc/Makefile Modified: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-21 03:07:55 UTC (rev 3336) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-21 03:08:08 UTC (rev 3337) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3338] csw/mgar/pkg/php5_xmlwriter/Makefile Message-ID: Revision: 3338 http://gar.svn.sourceforge.net/gar/?rev=3338&view=rev Author: valholla Date: 2009-02-21 03:08:19 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_xmlwriter/Makefile Modified: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-21 03:08:08 UTC (rev 3337) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-21 03:08:19 UTC (rev 3338) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3339] csw/mgar/pkg/php5_zip/Makefile Message-ID: Revision: 3339 http://gar.svn.sourceforge.net/gar/?rev=3339&view=rev Author: valholla Date: 2009-02-21 03:08:35 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_zip/Makefile Modified: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-21 03:08:19 UTC (rev 3338) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-21 03:08:35 UTC (rev 3339) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:08:46 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:08:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3340] csw/mgar/pkg/php5_zlib/Makefile Message-ID: Revision: 3340 http://gar.svn.sourceforge.net/gar/?rev=3340&view=rev Author: valholla Date: 2009-02-21 03:08:46 +0000 (Sat, 21 Feb 2009) Log Message: ----------- change to $(MODULATION) for post-extract Modified Paths: -------------- csw/mgar/pkg/php5_zlib/Makefile Modified: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile 2009-02-21 03:08:35 UTC (rev 3339) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-21 03:08:46 UTC (rev 3340) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-modulated: +post-extract-$(MODULATION): @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 21 04:35:37 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 21 Feb 2009 03:35:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3341] csw/mgar/pkg/subversion/trunk Message-ID: Revision: 3341 http://gar.svn.sourceforge.net/gar/?rev=3341&view=rev Author: valholla Date: 2009-02-21 03:35:37 +0000 (Sat, 21 Feb 2009) Log Message: ----------- update to gar v2 Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2009-02-21 03:08:46 UTC (rev 3340) +++ csw/mgar/pkg/subversion/trunk/Makefile 2009-02-21 03:35:37 UTC (rev 3341) @@ -51,7 +51,7 @@ # Templates DISTFILES += httpd-svn.conf.CSW svn_access.conf.CSW - +DISTFILES += fixme.sh # Fix: Allow neon 0.26.2 # PATCHFILES += neon-version.diff @@ -95,12 +95,14 @@ TEST_SCRIPTS = EXTRA_LIB = $(prefix)/bdb44/lib $(SVNLIB) +EXTRA_LIB += $(prefix)/apache2/lib EXTRA_INC = $(prefix)/bdb44/include +EXTRA_INC += $(prefix)/apache2/include include gar/category.mk # Add libintl when linking -LIBS += -lintl -liconv +LIBS += -lintl -liconv export LIBS # Fixconfig variables @@ -122,6 +124,11 @@ PI_DEPENDS += install-tools PI_DEPENDS += install-contrib +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) + post-install: $(PI_DEPENDS) @$(MAKECOOKIE) Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2009-02-21 03:08:46 UTC (rev 3340) +++ csw/mgar/pkg/subversion/trunk/checksums 2009-02-21 03:35:37 UTC (rev 3341) @@ -18,6 +18,7 @@ 56888b2245480cf8c658560e7d454dea download/CSWsvn-devel.depend f107831ad0c702ff32e51df6a207237b download/httpd-svn.conf.CSW 1b532d3055708a97771f5cd959983628 download/svn_access.conf.CSW +59ff30dc3a9abaa15b2bd4faa116ab3c download/fixme.sh 5208529f417aaf7f3367201860bb388d download/gdiff.diff 0685630f11b11b997b167785b73cddc5 download/binding.diff d30d554416dc319f4b2a56d6b915492e download/javahl.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sat Feb 21 15:12:01 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sat, 21 Feb 2009 14:12:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3342] csw/mgar/pkg/librsvg/trunk/Makefile Message-ID: Revision: 3342 http://gar.svn.sourceforge.net/gar/?rev=3342&view=rev Author: hson Date: 2009-02-21 14:12:01 +0000 (Sat, 21 Feb 2009) Log Message: ----------- librsvg: sunmath is not needed Modified Paths: -------------- csw/mgar/pkg/librsvg/trunk/Makefile Modified: csw/mgar/pkg/librsvg/trunk/Makefile =================================================================== --- csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-21 03:35:37 UTC (rev 3341) +++ csw/mgar/pkg/librsvg/trunk/Makefile 2009-02-21 14:12:01 UTC (rev 3342) @@ -31,7 +31,7 @@ REQUIRED_PKGS += CSWbzip2 CSWfconfig CSWftype2 CSWggettextrt REQUIRED_PKGS += CSWglib2 CSWgs CSWgtk2 CSWiconv CSWlibatk REQUIRED_PKGS += CSWlibcairo CSWlibcroco CSWlibgsf -REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWsunmath CSWzlib +REQUIRED_PKGS += CSWlibxml2 CSWlibxml2devel CSWpango CSWpng CSWzlib REQUIRED_PKGS += CSWbonobo2 CSWgconf2 CSWgnomevfs2 CSWlibxrender CSWorbit2 # We define upstream file regex so we can be notifed of new upstream software release This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Feb 21 15:50:38 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 21 Feb 2009 14:50:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3343] csw/mgar/pkg/bash/trunk Message-ID: Revision: 3343 http://gar.svn.sourceforge.net/gar/?rev=3343&view=rev Author: chninkel Date: 2009-02-21 14:50:38 +0000 (Sat, 21 Feb 2009) Log Message: ----------- bash: changed gettext dependancy to follow gettext package split Modified Paths: -------------- csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/CSWbash.depend Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2009-02-21 14:12:01 UTC (rev 3342) +++ csw/mgar/pkg/bash/trunk/checksums 2009-02-21 14:50:38 UTC (rev 3343) @@ -3,7 +3,7 @@ 5ba80bd9a48fdccfb70739095fb77010 download/CSWbash.prototype bcc9760316385d49ff31c2ed72f4be4a download/CSWbash.postinstall 589297e4f9a43d0c82632e99423db7ef download/CSWbash.postremove -5237ff9f4dbe4ec493425d4ffc5fc51a download/CSWbash.depend +293cc64a948ea3d49010ae6e58122b52 download/CSWbash.depend de1b59c2aa3b72b2e4272b3828f1d273 download/changelog.CSW d8e10c754f477e3f3a581af566b89301 download/bash32-001 d38a5288b2f0ea6c9ac76b66cc74ef7d download/bash32-002 Modified: csw/mgar/pkg/bash/trunk/files/CSWbash.depend =================================================================== --- csw/mgar/pkg/bash/trunk/files/CSWbash.depend 2009-02-21 14:12:01 UTC (rev 3342) +++ csw/mgar/pkg/bash/trunk/files/CSWbash.depend 2009-02-21 14:50:38 UTC (rev 3343) @@ -1,2 +1,2 @@ -P CSWggettext ggettext - GNU gettext +P CSWggettextrt ggettextrt - GNU gettext P CSWiconv libiconv - GNU iconv library This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Feb 21 17:21:43 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 21 Feb 2009 16:21:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3344] csw/mgar/pkg/bash/trunk Message-ID: Revision: 3344 http://gar.svn.sourceforge.net/gar/?rev=3344&view=rev Author: chninkel Date: 2009-02-21 16:21:41 +0000 (Sat, 21 Feb 2009) Log Message: ----------- bash: updated to 4.0 Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/changelog.CSW csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/Makefile 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,6 +1,6 @@ GARNAME = bash -GARVERSION = 3.2 -PATCHLEVEL = 48 +GARVERSION = 4.0 +PATCHLEVEL = 0 CATEGORIES = devel DESCRIPTION = A sh-compatible command language interpreter @@ -34,7 +34,6 @@ PATCHFILES += use_system_bashrc_and_logout.patch - CONFIGURE_ARGS = $(DIRPATHS) include gar/category.mk Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/checksums 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,56 +1,8 @@ -00bfa16d58e034e3c2aa27f390390d30 download/bash-3.2.tar.gz +a90a1b5a6db4838483f05438e05e8eb9 download/bash-4.0.tar.gz 29e973aa9a6fca0a9e28c905b95609bf download/CSWbash.gspec 5ba80bd9a48fdccfb70739095fb77010 download/CSWbash.prototype bcc9760316385d49ff31c2ed72f4be4a download/CSWbash.postinstall 589297e4f9a43d0c82632e99423db7ef download/CSWbash.postremove 293cc64a948ea3d49010ae6e58122b52 download/CSWbash.depend -de1b59c2aa3b72b2e4272b3828f1d273 download/changelog.CSW -d8e10c754f477e3f3a581af566b89301 download/bash32-001 -d38a5288b2f0ea6c9ac76b66cc74ef7d download/bash32-002 -0b90d37911827d8cb95f3b4353cc225e download/bash32-003 -8062f3a59631f58d78b180d83759b68a download/bash32-004 -585b5943fadf0875ced243b245adde58 download/bash32-005 -1d5732e01ea938aeed42f3def131fa4d download/bash32-006 -dcd0cc5d801607827f7c851e72b0eabc download/bash32-007 -bb3c7dd11198c0ab93d0e960bebf6256 download/bash32-008 -434a6f29b0ca5f1ab784b2437ae8eaed download/bash32-009 -2efff04dd246fcf63bd4b99f77c9a081 download/bash32-010 -1dd104342f6920dfaf5efb3131e922e0 download/bash32-011 -4f24b696ab78bdfae4f9cb7eb59b835d download/bash32-012 -7c40addbf1187a26ae1c8373ed383442 download/bash32-013 -28e88c9f8679e99ac590d4a4a8227c56 download/bash32-014 -7c17d29675bd0d49470f162774385f80 download/bash32-015 -a1edaa98b4449fe2205fa75448b7b105 download/bash32-016 -889ed119bbf9d363660b9a0127f35efa download/bash32-017 -a7d3f85fa687d2c1b5a134839f6d395d download/bash32-018 -f0399da4007e46fc5820ce25d07425b9 download/bash32-019 -b76602281c3104d904fd064510fe0c21 download/bash32-020 -923374ae4403c92820f711e62e1d01a5 download/bash32-021 -c82d3bd14e373878b2a680dce18d1596 download/bash32-022 -987c949a77b4b0ffe4a2597141e77635 download/bash32-023 -5a2b976e761ab83f0fc7daae11451b86 download/bash32-024 -08668dc2825f65eced9cac6b09ce1b45 download/bash32-025 -f35b2b217f088ff009f956894550d41d download/bash32-026 -b5ff2b9610c61290f773c4b02cc1a37d download/bash32-027 -016f5b56c93404d32aea09385f0fc13e download/bash32-028 -a81420626d4d88d0dce2ffac0ac56341 download/bash32-029 -11f91baf970c132949f9072ee93f2ea6 download/bash32-030 -f6bbc1e8ec0246740731c728ef476191 download/bash32-031 -8180ec936770579bce69f0816c2dd878 download/bash32-032 -3cec33c3711860c4c6b7614afeec7870 download/bash32-033 -7bc6c5b5f38b7027152f8db0458a2e14 download/bash32-034 -a2db61fe90e39371d0e6cd2285ec9208 download/bash32-035 -95c70c7ae9de5bd3659c86284be7fb76 download/bash32-036 -62b876a3d7cd192cc8db2476fbb6b7b9 download/bash32-037 -aca3afc341bd3e5a0d8a3b4ca40dbb3f download/bash32-038 -e240c34f979b64bcb83c5f6567110bb1 download/bash32-039 -06e6df263398807fa032707fb7b77b5f download/bash32-040 -373ae081d658dc85bc1058c4759d6669 download/bash32-041 -9c9ebc6bfc33a0215277ee17a276eb5a download/bash32-042 -b87fb9ea16a64ca41b6676e9a7eb7a33 download/bash32-043 -07e0229ce5879bfbd26a8146070fd366 download/bash32-044 -1ad07965a8a93f3556ee1ab18b97cde2 download/bash32-045 -f7b1e19fcad54c2286bc0ed614aad9bf download/bash32-046 -550690766de770116c34dbdf74e59184 download/bash32-047 -4cc593e7b789b23b37a5397e092d3954 download/bash32-048 -024028bffea61319089a495c323da1ed download/use_system_bashrc_and_logout.patch +ffafd87364c3a6c2709e6a5f4ae7311a download/changelog.CSW +29607316cff22f7427322d8f190cbadf download/use_system_bashrc_and_logout.patch Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,3 +1,9 @@ +bash (4.0,REV=2009.02.21) unstable + + * New upstream release. + + -- Yann Rouillard Sat, 21 Feb 2009 16:58:45 +0100 + bash (3.2,REV=2009.02.15) unstable * Changed gettext dependancy to follow gettext package split Modified: csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch =================================================================== --- csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch 2009-02-21 14:50:38 UTC (rev 3343) +++ csw/mgar/pkg/bash/trunk/files/use_system_bashrc_and_logout.patch 2009-02-21 16:21:41 UTC (rev 3344) @@ -1,7 +1,7 @@ -diff --speed-large-files --minimal -Nru bash-3.2.orig/config-top.h bash-3.2/config-top.h ---- config-top.h.orig 2005-04-29 16:36:34.000000000 -0400 -+++ config-top.h 2007-07-08 06:15:52.345236000 -0400 -@@ -73,10 +73,10 @@ +diff --speed-large-files --minimal -Nru bash-4.0.orig/config-top.h bash-4.0/config-top.h +--- config-top.h 2009-01-04 20:32:23.000000000 +0100 ++++ config-top.h.new 2009-02-21 17:03:21.765660704 +0100 +@@ -75,10 +75,10 @@ #define KSH_COMPATIBLE_SELECT /* System-wide .bashrc file for interactive shells. */ @@ -14,9 +14,12 @@ /* Define this to make non-interactive shells begun with argv[0][0] == '-' run the startup files when not in posix mode. */ -@@ -84,4 +84,4 @@ - - /* Define this if you want bash to try to check whether it's being run by - sshd and source the .bashrc if so (like the rshd behavior). */ +@@ -88,7 +88,7 @@ + sshd and source the .bashrc if so (like the rshd behavior). This checks + for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment, + which can be fooled under certain not-uncommon circumstances. */ -/* #define SSH_SOURCE_BASHRC */ +#define SSH_SOURCE_BASHRC + + /* Define if you want the case-capitalizing operators (~[~]) and the + `capcase' variable attribute (declare -c). */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Feb 21 21:38:35 2009 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 21 Feb 2009 20:38:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3345] csw/mgar/pkg/vsftpd/trunk Message-ID: Revision: 3345 http://gar.svn.sourceforge.net/gar/?rev=3345&view=rev Author: chninkel Date: 2009-02-21 20:38:34 +0000 (Sat, 21 Feb 2009) Log Message: ----------- vsftpd: updated to 2.1.0 Modified Paths: -------------- csw/mgar/pkg/vsftpd/trunk/Makefile csw/mgar/pkg/vsftpd/trunk/checksums csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch Modified: csw/mgar/pkg/vsftpd/trunk/Makefile =================================================================== --- csw/mgar/pkg/vsftpd/trunk/Makefile 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/Makefile 2009-02-21 20:38:34 UTC (rev 3345) @@ -1,5 +1,5 @@ GARNAME = vsftpd -GARVERSION = 2.0.7 +GARVERSION = 2.1.0 CATEGORIES = server DESCRIPTION = A very secure and fast FTP server. Modified: csw/mgar/pkg/vsftpd/trunk/checksums =================================================================== --- csw/mgar/pkg/vsftpd/trunk/checksums 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/checksums 2009-02-21 20:38:34 UTC (rev 3345) @@ -1,4 +1,4 @@ -3e39cb7b0bee306ad7df8e3552e15297 download/vsftpd-2.0.7.tar.gz +7890b54e7ffa6106ffbdfda53f47fa41 download/vsftpd-2.1.0.tar.gz ad51a44007f43ed9ff736a38c764352b download/CSWvsftpd.gspec eb9b4f253fa90f3b6187e44375306010 download/CSWvsftpd.prototype a2f5b70fe49839b0463c9d90af0f11dd download/CSWvsftpd.preinstall @@ -14,7 +14,7 @@ 9b2ae27f98333b73ff2b16ed98ee896a download/i.conf 5d9e9fb1a5b6af82ce915f72ebc5e3b7 download/r.conf 281c51282cabd9475cceef363bbc699b download/build_options.patch -12ad4894d304a8381a5c4c3d43438af8 download/csw_paths.patch +a9e994d2b57999b76a0e03503745c01a download/csw_paths.patch 54c1c39c6bfa8747a4457f135fd5bca1 download/csw_build_system.patch -23e8f60e7a84da5d3459f870c305710b download/set_priv_sep_user.patch +a9a65f55cbfd01f9d72d1de25e67148d download/set_priv_sep_user.patch 73e59f9ada47d3d20199f7c97849fb13 download/destdir.patch Modified: csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/files/csw_paths.patch 2009-02-21 20:38:34 UTC (rev 3345) @@ -10,41 +10,42 @@ #define VSFTP_COMMAND_FD 0 -diff --speed-large-files --minimal -Nru vsftpd-2.0.4.orig/tunables.c vsftpd-2.0.4/tunables.c ---- vsftpd-2.0.4.orig/tunables.c 2006-04-12 18:07:06.221062000 -0400 -+++ vsftpd-2.0.4/tunables.c 2006-04-12 18:06:35.899619000 -0400 -@@ -92,7 +92,7 @@ - unsigned int tunable_max_per_ip = 0; - unsigned int tunable_trans_chunk_size = 0; +diff --speed-large-files --minimal -Nru vsftpd-2.1.0.orig/tunables.c vsftpd-2.1.0/tunables.c +--- vsftpd-2.1.0.orig/tunables.c 2009-02-21 21:24:31.639775254 +0100 ++++ vsftpd-2.1.0/tunables.c 2009-02-21 21:24:09.490356200 +0100 +@@ -242,7 +242,7 @@ + /* -rw------- */ + tunable_chown_upload_mode = 0600; --const char* tunable_secure_chroot_dir = "/usr/share/empty"; -+const char* tunable_secure_chroot_dir = "/opt/csw/var/empty/vsftpd"; - const char* tunable_ftp_username = "ftp"; - const char* tunable_chown_username = "root"; - const char* tunable_xferlog_file = "/var/log/xferlog"; -@@ -100,11 +100,11 @@ - const char* tunable_message_file = ".message"; - const char* tunable_nopriv_user = "nobody"; - const char* tunable_ftpd_banner = 0; --const char* tunable_banned_email_file = "/etc/vsftpd.banned_emails"; --const char* tunable_chroot_list_file = "/etc/vsftpd.chroot_list"; -+const char* tunable_banned_email_file = "/opt/csw/etc/vsftpd/vsftpd.banned_emails"; -+const char* tunable_chroot_list_file = "/opt/csw/etc/vsftpd/vsftpd.chroot_list"; - const char* tunable_pam_service_name = "ftp"; - const char* tunable_guest_username = "ftp"; --const char* tunable_userlist_file = "/etc/vsftpd.user_list"; -+const char* tunable_userlist_file = "/opt/csw/etc/vsftpd/vsftpd.user_list"; - const char* tunable_anon_root = 0; - const char* tunable_local_root = 0; - const char* tunable_banner_file = 0; -@@ -116,8 +116,8 @@ - const char* tunable_hide_file = 0; - const char* tunable_deny_file = 0; - const char* tunable_user_sub_token = 0; --const char* tunable_email_password_file = "/etc/vsftpd.email_passwords"; --const char* tunable_rsa_cert_file = "/usr/share/ssl/certs/vsftpd.pem"; -+const char* tunable_email_password_file = "/opt/csw/etc/vsftpd/vsftpd.email_passwords"; -+const char* tunable_rsa_cert_file = "/opt/csw/ssl/certs/vsftpd.pem"; - const char* tunable_dsa_cert_file = 0; - const char* tunable_ssl_ciphers = "DES-CBC3-SHA"; - const char* tunable_rsa_private_key_file = 0; +- install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir); ++ install_str_setting("/opt/csw/var/empty/vsftpd", &tunable_secure_chroot_dir); + install_str_setting("ftp", &tunable_ftp_username); + install_str_setting("root", &tunable_chown_username); + install_str_setting("/var/log/xferlog", &tunable_xferlog_file); +@@ -250,11 +250,11 @@ + install_str_setting(".message", &tunable_message_file); + install_str_setting("nobody", &tunable_nopriv_user); + install_str_setting(0, &tunable_ftpd_banner); +- install_str_setting("/etc/vsftpd.banned_emails", &tunable_banned_email_file); +- install_str_setting("/etc/vsftpd.chroot_list", &tunable_chroot_list_file); ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.banned_emails", &tunable_banned_email_file); ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.chroot_list", &tunable_chroot_list_file); + install_str_setting("ftp", &tunable_pam_service_name); + install_str_setting("ftp", &tunable_guest_username); +- install_str_setting("/etc/vsftpd.user_list", &tunable_userlist_file); ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.user_list", &tunable_userlist_file); + install_str_setting(0, &tunable_anon_root); + install_str_setting(0, &tunable_local_root); + install_str_setting(0, &tunable_banner_file); +@@ -267,9 +267,9 @@ + install_str_setting(0, &tunable_hide_file); + install_str_setting(0, &tunable_deny_file); + install_str_setting(0, &tunable_user_sub_token); +- install_str_setting("/etc/vsftpd.email_passwords", ++ install_str_setting("/opt/csw/etc/vsftpd/vsftpd.email_passwords", + &tunable_email_password_file); +- install_str_setting("/usr/share/ssl/certs/vsftpd.pem", ++ install_str_setting("/opt/csw/ssl/certs/vsftpd.pem", + &tunable_rsa_cert_file); + install_str_setting(0, &tunable_dsa_cert_file); + install_str_setting("DES-CBC3-SHA", &tunable_ssl_ciphers); Modified: csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch 2009-02-21 16:21:41 UTC (rev 3344) +++ csw/mgar/pkg/vsftpd/trunk/files/set_priv_sep_user.patch 2009-02-21 20:38:34 UTC (rev 3345) @@ -1,12 +1,12 @@ -diff --speed-large-files --minimal -Nru vsftpd-2.0.5.orig/tunables.c vsftpd-2.0.5/tunables.c ---- vsftpd-2.0.5.orig/tunables.c 2007-10-18 07:23:57.000000000 -0400 -+++ vsftpd-2.0.5/tunables.c 2007-10-18 07:25:11.388578000 -0400 -@@ -101,7 +101,7 @@ - const char* tunable_xferlog_file = "/var/log/xferlog"; - const char* tunable_vsftpd_log_file = "/var/log/vsftpd.log"; - const char* tunable_message_file = ".message"; --const char* tunable_nopriv_user = "nobody"; -+const char* tunable_nopriv_user = "vsftpd"; - const char* tunable_ftpd_banner = 0; - const char* tunable_banned_email_file = "/opt/csw/etc/vsftpd/vsftpd.banned_emails"; - const char* tunable_chroot_list_file = "/opt/csw/etc/vsftpd/vsftpd.chroot_list"; +diff --speed-large-files --minimal -Nru vsftpd-2.1.0.orig/tunables.c vsftpd-2.1.0/tunables.c +--- vsftpd-2.1.0.orig/tunables.c 2009-02-21 21:30:09.674664421 +0100 ++++ vsftpd-2.1.0/tunables.c 2009-02-21 21:29:49.474053248 +0100 +@@ -248,7 +248,7 @@ + install_str_setting("/var/log/xferlog", &tunable_xferlog_file); + install_str_setting("/var/log/vsftpd.log", &tunable_vsftpd_log_file); + install_str_setting(".message", &tunable_message_file); +- install_str_setting("nobody", &tunable_nopriv_user); ++ install_str_setting("vsftpd", &tunable_nopriv_user); + install_str_setting(0, &tunable_ftpd_banner); + install_str_setting("/opt/csw/etc/vsftpd/vsftpd.banned_emails", &tunable_banned_email_file); + install_str_setting("/opt/csw/etc/vsftpd/vsftpd.chroot_list", &tunable_chroot_list_file); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 02:37:55 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 01:37:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3346] csw/mgar/pkg Message-ID: Revision: 3346 http://gar.svn.sourceforge.net/gar/?rev=3346&view=rev Author: hson Date: 2009-02-22 01:37:54 +0000 (Sun, 22 Feb 2009) Log Message: ----------- lcms: Initial checkin Added Paths: ----------- csw/mgar/pkg/lcms/ csw/mgar/pkg/lcms/branches/ csw/mgar/pkg/lcms/tags/ csw/mgar/pkg/lcms/trunk/ csw/mgar/pkg/lcms/trunk/Makefile csw/mgar/pkg/lcms/trunk/checksums csw/mgar/pkg/lcms/trunk/files/ Property changes on: csw/mgar/pkg/lcms/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/lcms/trunk/Makefile =================================================================== --- csw/mgar/pkg/lcms/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lcms/trunk/Makefile 2009-02-22 01:37:54 UTC (rev 3346) @@ -0,0 +1,30 @@ +GARNAME = lcms +GARVERSION = 1.17 +CATEGORIES = lib + +DESCRIPTION = The little color management system and tools +define BLURB + Long description +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +REQUIRED_PKGS += CSWjpeg CSWtiff CSWzlib + +SPKG_SOURCEURL = http://www.littlecms.com + +LICENSE = COPYING + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/lcms/trunk/checksums =================================================================== --- csw/mgar/pkg/lcms/trunk/checksums (rev 0) +++ csw/mgar/pkg/lcms/trunk/checksums 2009-02-22 01:37:54 UTC (rev 3346) @@ -0,0 +1 @@ +07bdbb4cfb05d21caa58fe3d1c84ddc1 download/lcms-1.17.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Feb 22 14:06:13 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:06:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3347] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 3347 http://gar.svn.sourceforge.net/gar/?rev=3347&view=rev Author: bdwalton Date: 2009-02-22 13:06:12 +0000 (Sun, 22 Feb 2009) Log Message: ----------- override static lib exclude so that libruby-static.a ships Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-22 01:37:54 UTC (rev 3346) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-22 13:06:12 UTC (rev 3347) @@ -69,6 +69,8 @@ WORKSRC = $(WORKDIR)/$(DISTNAME)-$(PATCHLEVEL) WORKSRC_FIRSTMOD = $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)-$(PATCHLEVEL) +# We want libruby-static.a to ship. mkmf tests for various things using it. +MERGE_EXCLUDE_STATICLIBS = 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 Sun Feb 22 14:19:26 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:19:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3348] csw/mgar/pkg/libgmp/trunk/Makefile Message-ID: Revision: 3348 http://gar.svn.sourceforge.net/gar/?rev=3348&view=rev Author: dmichelsen Date: 2009-02-22 13:19:26 +0000 (Sun, 22 Feb 2009) Log Message: ----------- gmp: Add optimized builds Modified Paths: -------------- csw/mgar/pkg/libgmp/trunk/Makefile Modified: csw/mgar/pkg/libgmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/libgmp/trunk/Makefile 2009-02-22 13:06:12 UTC (rev 3347) +++ csw/mgar/pkg/libgmp/trunk/Makefile 2009-02-22 13:19:26 UTC (rev 3348) @@ -27,14 +27,26 @@ BUILD64 = 1 +EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv8plus+vis +EXTRA_BUILD_ISAS_i386 = pentium + TEST_TARGET = check MPN_sparcv8 = "sparc32/v8 sparc32 generic" -MPN_sparcv9 = "sparc64/v9 generic" +MPN_sparcv8plus = "sparc32/v9 sparc32 generic" +MPN_sparcv8plus+vis = "sparc32/v9 sparc32 generic" +MPN_sparcv9 = "sparc64 generic" +MPN_i386 = "x86 generic" +MPN_pentium = "x86/pentium x86 generic" +MPN_amd64 = "x86_64 generic" + #CONFIGURE_ARGS = ABI=32 $(DIRPATHS) CONFIGURE_ARGS = MPN_PATH=$(MPN_$(ISA)) $(DIRPATHS) +EXTRA_MERGE_DIRS_isa-sparcv9 = $(includedir) +EXTRA_MERGE_DIRS_isa-amd64 = $(includedir) + PACKAGES = CSWlibgmp include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 14:23:03 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:23:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3349] csw/mgar/pkg/libexif/trunk Message-ID: Revision: 3349 http://gar.svn.sourceforge.net/gar/?rev=3349&view=rev Author: hson Date: 2009-02-22 13:23:03 +0000 (Sun, 22 Feb 2009) Log Message: ----------- libexif: Remove gnu find requirement Modified Paths: -------------- csw/mgar/pkg/libexif/trunk/Makefile csw/mgar/pkg/libexif/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libexif/trunk/files/Makefile.patch Modified: csw/mgar/pkg/libexif/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexif/trunk/Makefile 2009-02-22 13:19:26 UTC (rev 3348) +++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-22 13:23:03 UTC (rev 3349) @@ -25,6 +25,8 @@ # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES # UPSTREAM_MASTER_SITES = +PATCHFILES = Makefile.patch + CONFIGURE_ARGS = $(DIRPATHS) include gar/category.mk Modified: csw/mgar/pkg/libexif/trunk/checksums =================================================================== --- csw/mgar/pkg/libexif/trunk/checksums 2009-02-22 13:19:26 UTC (rev 3348) +++ csw/mgar/pkg/libexif/trunk/checksums 2009-02-22 13:23:03 UTC (rev 3349) @@ -1,2 +1,2 @@ f7cf4e623a48c9a3b13f7f95f0a41015 download/libexif-0.6.17.tar.bz2 -93e79e6d0728dd8a1b8af299f132810c download/CSWlibexif.gspec +19e4a8ace576426613e54b5a267c2548 download/Makefile.patch Added: csw/mgar/pkg/libexif/trunk/files/Makefile.patch =================================================================== --- csw/mgar/pkg/libexif/trunk/files/Makefile.patch (rev 0) +++ csw/mgar/pkg/libexif/trunk/files/Makefile.patch 2009-02-22 13:23:03 UTC (rev 3349) @@ -0,0 +1,34 @@ +diff --speed-large-files --minimal -Nru libexif-0.6.17.orig/doc/Makefile.in libexif-0.6.17/doc/Makefile.in +--- libexif-0.6.17.orig/doc/Makefile.in 2008-11-06 09:54:12.000000000 +0100 ++++ libexif-0.6.17/doc/Makefile.in 2009-02-22 13:51:34.489490602 +0100 +@@ -437,7 +437,7 @@ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE at install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ mkdir -p "$(DESTDIR)$(docdir)" + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ find "$(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)" \ +- at BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -or \ ++ at BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -o \ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type f -exec chmod 0644 {} \; \) + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_INTERNALS_DIR)") \ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ | (cd "$(DESTDIR)$(docdir)" && tar xpf -) +@@ -446,7 +446,7 @@ + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE at install-apidocs: $(HTML_APIDOC_DIR).stamp + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ mkdir -p "$(DESTDIR)$(docdir)" + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ find "$(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)" \ +- at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -or \ ++ at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type d -exec chmod 0755 {} \; \) -o \ + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ \( -type f -exec chmod 0644 {} \; \) + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_DIR)") \ + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ | (cd "$(DESTDIR)$(docdir)" && tar xpf -) +@@ -458,10 +458,10 @@ + + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@$(DOXYGEN_UPLOAD): $(DOXYGEN_STAMPS) + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \ +- at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ -or \( -type f -exec chmod a+r {} \; \) ++ at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ -o \( -type f -exec chmod a+r {} \; \) + @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/api/ + @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/ +- at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)" ++ at BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -o \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -o -name '*.png' -o -name '*.php' -o -name '*.jpg' -o -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)" + + all-local: $(DOXYGEN_STAMPS) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 14:35:28 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 13:35:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3350] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3350 http://gar.svn.sourceforge.net/gar/?rev=3350&view=rev Author: hson Date: 2009-02-22 13:35:27 +0000 (Sun, 22 Feb 2009) Log Message: ----------- imagemagick: Inclusion of .la files for delegates to work Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 13:23:03 UTC (rev 3349) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 13:35:27 UTC (rev 3350) @@ -33,6 +33,8 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 +LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib -R/usr/openwin/lib + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static @@ -43,6 +45,7 @@ # Test has to be run *after* install TEST_SCRIPTS = +MERGE_EXCLUDE_LIBTOOL ?= $(libdir)/lib.*\.la EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From harpchad at users.sourceforge.net Sun Feb 22 15:19:35 2009 From: harpchad at users.sourceforge.net (harpchad at users.sourceforge.net) Date: Sun, 22 Feb 2009 14:19:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3351] csw/mgar/pkg Message-ID: Revision: 3351 http://gar.svn.sourceforge.net/gar/?rev=3351&view=rev Author: harpchad Date: 2009-02-22 14:19:35 +0000 (Sun, 22 Feb 2009) Log Message: ----------- rdesktop - initial checkin Added Paths: ----------- csw/mgar/pkg/rdesktop/ csw/mgar/pkg/rdesktop/branches/ csw/mgar/pkg/rdesktop/tags/ csw/mgar/pkg/rdesktop/trunk/ csw/mgar/pkg/rdesktop/trunk/Makefile csw/mgar/pkg/rdesktop/trunk/checksums Property changes on: csw/mgar/pkg/rdesktop/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/rdesktop/trunk/Makefile =================================================================== --- csw/mgar/pkg/rdesktop/trunk/Makefile (rev 0) +++ csw/mgar/pkg/rdesktop/trunk/Makefile 2009-02-22 14:19:35 UTC (rev 3351) @@ -0,0 +1,28 @@ +GARNAME = rdesktop +GARVERSION = 1.6.0 +CATEGORIES = apps + +DESCRIPTION = RDP client for Windows NT/2000/2003/XP Terminal Server +define BLURB + rdesktop is an open source client for Windows Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's Windows desktop. Supported servers include Windows 2000 Server, Windows Server 2003, Windows Server 2008, Windows XP, Windows Vista and Windows NT Server 4.0. +endef + +PACKAGES = CSWrdesktop +CATALOGNAME_CSWrdesktop = rdesktop + +MASTER_SITES = $(SF_MIRROR) +SPKG_SOURCEURL = http://www.rdesktop.org/ + +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-openssl=/opt/csw + +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +REQUIRED_PKGS_CSWrdesktop = CSWiconv CSWosslrt + +#No test/check target provided by rdesktop +SKIPTEST=1 + +include gar/category.mk Added: csw/mgar/pkg/rdesktop/trunk/checksums =================================================================== --- csw/mgar/pkg/rdesktop/trunk/checksums (rev 0) +++ csw/mgar/pkg/rdesktop/trunk/checksums 2009-02-22 14:19:35 UTC (rev 3351) @@ -0,0 +1 @@ +c6fcbed7f0ad7e60ac5fcb2d324d8b16 download/rdesktop-1.6.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Feb 22 17:04:50 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 22 Feb 2009 16:04:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3352] csw/mgar/pkg/readline/trunk Message-ID: Revision: 3352 http://gar.svn.sourceforge.net/gar/?rev=3352&view=rev Author: dmichelsen Date: 2009-02-22 16:04:50 +0000 (Sun, 22 Feb 2009) Log Message: ----------- readline: Update to 6.0 Modified Paths: -------------- csw/mgar/pkg/readline/trunk/Makefile csw/mgar/pkg/readline/trunk/checksums Modified: csw/mgar/pkg/readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/readline/trunk/Makefile 2009-02-22 14:19:35 UTC (rev 3351) +++ csw/mgar/pkg/readline/trunk/Makefile 2009-02-22 16:04:50 UTC (rev 3352) @@ -1,9 +1,9 @@ GARNAME = readline -GARVERSION = 5.2 +GARVERSION = 6.0 CATEGORIES = lib EXTRA_MODULATORS = GARVERSION -MODULATIONS_GARVERSION = 4.3 5.2 +MODULATIONS_GARVERSION = 4.3 5.2 6.0 DESCRIPTION = GNU readline define BLURB @@ -37,19 +37,29 @@ MERGE_SCRIPTS_isa-amd64-garversion-4.3 = copy-relocated-only MERGE_DIRS_isa-amd64-garversion-4.3 = $(libdir) -MERGE_SCRIPTS_isa-i386-garversion-5.2 = copy-all +MERGE_SCRIPTS_isa-i386-garversion-5.2 = copy-only +MERGE_DIRS_isa-i386-garversion-5.2 = $(libdir) MERGE_SCRIPTS_isa-amd64-garversion-5.2 = copy-relocated-only -MERGE_DIRS_isa-amd64-garversion-5.2 = $(bindir) $(sbindir) $(libexecdir) $(libdir) +MERGE_DIRS_isa-amd64-garversion-5.2 = $(libdir) +MERGE_SCRIPTS_isa-i386-garversion-6.0 = copy-all +MERGE_SCRIPTS_isa-amd64-garversion-6.0 = copy-relocated-only +MERGE_DIRS_isa-amd64-garversion-6.0 = $(bindir) $(sbindir) $(libexecdir) $(libdir) + MERGE_SCRIPTS_isa-sparcv8-garversion-4.3 = copy-only MERGE_DIRS_isa-sparcv8-garversion-4.3 = $(libdir) MERGE_SCRIPTS_isa-sparcv9-garversion-4.3 = copy-relocated-only MERGE_DIRS_isa-sparcv9-garversion-4.3 = $(libdir) -MERGE_SCRIPTS_isa-sparcv8-garversion-5.2 = copy-all +MERGE_SCRIPTS_isa-sparcv8-garversion-5.2 = copy-only +MERGE_DIRS_isa-sparcv8-garversion-5.2 = $(libdir) MERGE_SCRIPTS_isa-sparcv9-garversion-5.2 = copy-relocated-only -MERGE_DIRS_isa-sparcv9-garversion-5.2 = $(bindir) $(sbindir) $(libexecdir) $(libdir) +MERGE_DIRS_isa-sparcv9-garversion-5.2 = $(libdir) +MERGE_SCRIPTS_isa-sparcv8-garversion-6.0 = copy-all +MERGE_SCRIPTS_isa-sparcv9-garversion-6.0 = copy-relocated-only +MERGE_DIRS_isa-sparcv9-garversion-6.0 = $(bindir) $(sbindir) $(libexecdir) $(libdir) + include gar/category.mk post-install: Modified: csw/mgar/pkg/readline/trunk/checksums =================================================================== --- csw/mgar/pkg/readline/trunk/checksums 2009-02-22 14:19:35 UTC (rev 3351) +++ csw/mgar/pkg/readline/trunk/checksums 2009-02-22 16:04:50 UTC (rev 3352) @@ -1,3 +1,3 @@ f86f7cb717ab321fe15f1bbcb058c11e download/readline-4.3.tar.gz e39331f32ad14009b9ff49cc10c5e751 download/readline-5.2.tar.gz -9bb3360c0c8331df8143c7b8eac3ad5f download/CSWreadline.gspec +b7f65a48add447693be6e86f04a63019 download/readline-6.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Sun Feb 22 23:09:33 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Sun, 22 Feb 2009 22:09:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3353] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3353 http://gar.svn.sourceforge.net/gar/?rev=3353&view=rev Author: hson Date: 2009-02-22 22:09:33 +0000 (Sun, 22 Feb 2009) Log Message: ----------- imagemagick: Enable DPS support Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 16:04:50 UTC (rev 3352) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 22:09:33 UTC (rev 3353) @@ -33,12 +33,14 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2 -LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib -R/usr/openwin/lib +CPPFLAGS += -I/usr/openwin/include -I/usr/openwin/include/X11 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-perl=$(bindir)/perl CONFIGURE_ARGS += --enable-shared --disable-static -CONFIGURE_ARGS += --with-gslib=yes +CONFIGURE_ARGS += --with-dps=yes --with-gslib=yes +CONFIGURE_ARGS += --x-includes=/usr/openwin/include +CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib PATCHFILES += Makefile.patch 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 Feb 23 01:43:29 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 00:43:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3354] csw/mgar/pkg/git/trunk Message-ID: Revision: 3354 http://gar.svn.sourceforge.net/gar/?rev=3354&view=rev Author: bdwalton Date: 2009-02-23 00:43:29 +0000 (Mon, 23 Feb 2009) Log Message: ----------- clean up strftime patch for submission upstream Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Added Paths: ----------- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch Removed Paths: ------------- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-22 22:09:33 UTC (rev 3353) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-23 00:43:29 UTC (rev 3354) @@ -47,7 +47,8 @@ MASTER_SITES = http://kernel.org/pub/software/scm/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -PATCHFILES = doc-makefile.patch git-svn-strftime.patch +PATCHFILES = doc-makefile.patch +PATCHFILES += 0001-git-svn-fix-for-systems-without-strftime-z.patch PKGFILES_CSWgitsvn = .*svn.* PKGFILES_CSWgitgui = .*git-gui.* .*git-citool.* @@ -69,7 +70,7 @@ BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \ ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \ - all doc + all INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-22 22:09:33 UTC (rev 3353) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-23 00:43:29 UTC (rev 3354) @@ -1,3 +1,3 @@ e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch -e8b5e89c38958bbcd5a5dbc29124ebc2 download/git-svn-strftime.patch +eb302356ce2cfbf076d3e86aa450f97a download/0001-git-svn-fix-for-systems-without-strftime-z.patch Added: csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch (rev 0) +++ csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch 2009-02-23 00:43:29 UTC (rev 3354) @@ -0,0 +1,47 @@ +From 1f6308edd35dde7e9f4a73c9a446b353020b73c2 Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Sun, 22 Feb 2009 13:53:11 -0500 +Subject: [PATCH] git-svn fix for systems without strftime %z + +%z isn't available on all platforms in the date formatting +routines. Detect when %z is ignored and insert the +the proper value if necessary. +--- + git-svn.perl | 14 +++++++++++++- + 1 files changed, 13 insertions(+), 1 deletions(-) + +diff --git a/git-svn.perl b/git-svn.perl +index cbc5211..66f49b4 100755 +--- a/git-svn.perl ++++ b/git-svn.perl +@@ -4615,6 +4615,7 @@ package Git::SVN::Log; + use strict; + use warnings; + use POSIX qw/strftime/; ++use Time::Local; + use constant commit_log_separator => ('-' x 72) . "\n"; + use vars qw/$TZ $limit $color $pager $non_recursive $verbose $oneline + %rusers $show_commit $incremental/; +@@ -4721,7 +4722,18 @@ sub run_pager { + } + + sub format_svn_date { +- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ ++ # for systems without %z (solaris 8, 9, etc) ++ if ($timestr =~ /%z/) { ++ my $lt = time; ++ my $gm = timelocal(gmtime($lt)); ++ my $sign = qw( + + - )[ $lt <=> $gm ]; ++ my $gmoff = sprintf("%s%02d%02d", $sign, (gmtime(abs($lt - $gm)))[2,1]); ++ $timestr =~ s/%z/$gmoff/; ++ } ++ ++ return $timestr; + } + + sub parse_git_date { +-- +1.6.0.4 + Deleted: csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch 2009-02-22 22:09:33 UTC (rev 3353) +++ csw/mgar/pkg/git/trunk/files/git-svn-strftime.patch 2009-02-23 00:43:29 UTC (rev 3354) @@ -1,31 +0,0 @@ ---- git-1.6.1.3/git-svn.perl.orig 2009-02-19 22:03:27.303694837 +0100 -+++ git-1.6.1.3/git-svn.perl 2009-02-19 22:05:09.370651606 +0100 -@@ -41,6 +41,8 @@ - use File::Path qw/mkpath/; - use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/; - use IPC::Open3; -+use POSIX; -+use Time::Local; - use Git; - - BEGIN { -@@ -4525,7 +4527,18 @@ - } - - sub format_svn_date { -- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ -+ # for systems without %z (solaris 8, 9, etc) -+ if ($timestr =~ /%z/) { -+ my $localt = time; -+ my $gm = Time::Local::timelocal( gmtime $localt ); -+ my $sign = qw( + + - )[ $localt <=> $gm ]; -+ my $calc = sprintf "%s%02d%02d", $sign, (gmtime abs( $localt - $gm ))[2,1]; -+ $timestr =~ s/%z/$calc/; -+ } -+ -+ return $timestr; - } - - sub parse_git_date { 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 Feb 23 01:49:13 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 00:49:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3355] csw/mgar/pkg/git/trunk/Makefile Message-ID: Revision: 3355 http://gar.svn.sourceforge.net/gar/?rev=3355&view=rev Author: bdwalton Date: 2009-02-23 00:49:13 +0000 (Mon, 23 Feb 2009) Log Message: ----------- re-enable doc building Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-23 00:43:29 UTC (rev 3354) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-23 00:49:13 UTC (rev 3355) @@ -70,7 +70,7 @@ BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \ ETC_CONFIG=$(sysconfdir)/gitconfig V=1 \ - all + all doc INSTALL_ARGS = ETC_CONFIG=$(sysconfdir)/gitconfig install-doc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:06:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:06:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3356] csw/mgar/pkg Message-ID: Revision: 3356 http://gar.svn.sourceforge.net/gar/?rev=3356&view=rev Author: valholla Date: 2009-02-23 03:06:50 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pygobject/ csw/mgar/pkg/pygobject/Makefile csw/mgar/pkg/pygobject/checksums csw/mgar/pkg/pygobject/files/ csw/mgar/pkg/pygobject/files/fixme.sh csw/mgar/pkg/pygobject/files/pygobject.diff Property changes on: csw/mgar/pkg/pygobject ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pygobject/Makefile =================================================================== --- csw/mgar/pkg/pygobject/Makefile (rev 0) +++ csw/mgar/pkg/pygobject/Makefile 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,36 @@ +GARNAME = pygobject +GARVERSION = 2.15.4 +CATEGORIES = lang + +DESCRIPTION = pygobject support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygobject +REQUIRED_PKGS_CSWpygobject = CSWpython CSWggettextrt CSWglib2 + + +CATALOGNAME_CSWpygobject = py_gobject +SPKG_DESC_CSWpygobject = pygobject support for Python + +## patch to change zero sized struct to zero-sized sub-object +PATCHFILES = pygobject.diff + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## Tests require gtk, but gtk requries gobject +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Added: csw/mgar/pkg/pygobject/checksums =================================================================== --- csw/mgar/pkg/pygobject/checksums (rev 0) +++ csw/mgar/pkg/pygobject/checksums 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,3 @@ +df59affe5b8fd7148506c3473d479868 download/pygobject-2.15.4.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh +58a4ba1e53516251eb4c69fae6372208 download/pygobject.diff Added: csw/mgar/pkg/pygobject/files/fixme.sh =================================================================== --- csw/mgar/pkg/pygobject/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pygobject/files/fixme.sh 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pygobject/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * Added: csw/mgar/pkg/pygobject/files/pygobject.diff =================================================================== --- csw/mgar/pkg/pygobject/files/pygobject.diff (rev 0) +++ csw/mgar/pkg/pygobject/files/pygobject.diff 2009-02-23 03:06:50 UTC (rev 3356) @@ -0,0 +1,13 @@ +--- pygobject-2.15.4/gobject/pygobject.c.orig 2009-02-22 20:17:01.681808089 -0600 ++++ pygobject-2.15.4/gobject/pygobject.c 2009-02-22 20:19:53.769734218 -0600 +@@ -419,7 +419,9 @@ + 0 + }; + +-struct empty {} _empty; ++struct empty { ++ int* p; ++} _empty; + PYGLIB_DEFINE_TYPE("gobject.GPropsDescr", PyGPropsDescr_Type, _empty); + + static PyObject * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:08:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:08:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3357] csw/mgar/pkg Message-ID: Revision: 3357 http://gar.svn.sourceforge.net/gar/?rev=3357&view=rev Author: valholla Date: 2009-02-23 03:08:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pygtk/ csw/mgar/pkg/pygtk/Makefile csw/mgar/pkg/pygtk/checksums csw/mgar/pkg/pygtk/files/ csw/mgar/pkg/pygtk/files/fixme.sh Property changes on: csw/mgar/pkg/pygtk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pygtk/Makefile =================================================================== --- csw/mgar/pkg/pygtk/Makefile (rev 0) +++ csw/mgar/pkg/pygtk/Makefile 2009-02-23 03:08:32 UTC (rev 3357) @@ -0,0 +1,34 @@ +GARNAME = pygtk +GARVERSION = 2.12.1 +CATEGORIES = lang + +DESCRIPTION = pygtk support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygtk +REQUIRED_PKGS_CSWpygtk = CSWpython + +EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0 +EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib + +CATALOGNAME_CSWpygtk = py_gtk +SPKG_DESC_CSWpygtk = pygtk support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Added: csw/mgar/pkg/pygtk/checksums =================================================================== --- csw/mgar/pkg/pygtk/checksums (rev 0) +++ csw/mgar/pkg/pygtk/checksums 2009-02-23 03:08:32 UTC (rev 3357) @@ -0,0 +1,2 @@ +a816346d750d61e3fa67a200e4292694 download/pygtk-2.12.1.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh Added: csw/mgar/pkg/pygtk/files/fixme.sh =================================================================== --- csw/mgar/pkg/pygtk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pygtk/files/fixme.sh 2009-02-23 03:08:32 UTC (rev 3357) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pygtk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:10:38 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:10:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[3358] csw/mgar/pkg Message-ID: Revision: 3358 http://gar.svn.sourceforge.net/gar/?rev=3358&view=rev Author: valholla Date: 2009-02-23 03:10:38 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_apc/ csw/mgar/pkg/php5_apc/Makefile csw/mgar/pkg/php5_apc/checksums csw/mgar/pkg/php5_apc/files/ csw/mgar/pkg/php5_apc/files/apc_pool.diff Property changes on: csw/mgar/pkg/php5_apc ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_apc/Makefile =================================================================== --- csw/mgar/pkg/php5_apc/Makefile (rev 0) +++ csw/mgar/pkg/php5_apc/Makefile 2009-02-23 03:10:38 UTC (rev 3358) @@ -0,0 +1,48 @@ +GARNAME = APC +GARVERSION = 3.0.19 +CATEGORIES = lang + +DESCRIPTION = APC Extention for PHP +define BLURB + The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. + It was conceived of to provide a free, open, and robust framework + for caching and optimizing PHP intermediate code. +endef + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PATCHFILES = apc_pool.diff +PACKAGES = CSWphp5apc + +MASTER_SITES = http://us.php.net/apc +SPKG_SOURCEURL = http://pecl.php.net/package/apc +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +DISTFILES = $(DISTNAME).tgz + +CATALOGNAME_CSWphp5apc = php5_apc +SPKG_DESC_CSWphp5apc = APC Extention for PHP5 +REQUIRED_PKGS_CSWphp5apc = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_apc/checksums =================================================================== --- csw/mgar/pkg/php5_apc/checksums (rev 0) +++ csw/mgar/pkg/php5_apc/checksums 2009-02-23 03:10:38 UTC (rev 3358) @@ -0,0 +1,2 @@ +951f43d2873e3572f5d5ae71a9b66f90 download/APC-3.0.19.tgz +945e5502e45a48f47ed2521d3142afdd download/apc_pool.diff Added: csw/mgar/pkg/php5_apc/files/apc_pool.diff =================================================================== --- csw/mgar/pkg/php5_apc/files/apc_pool.diff (rev 0) +++ csw/mgar/pkg/php5_apc/files/apc_pool.diff 2009-02-23 03:10:38 UTC (rev 3358) @@ -0,0 +1,11 @@ +--- ./apc_pool.c.orig 2009-02-18 15:11:37.456436248 -0600 ++++ ./apc_pool.c 2009-02-18 15:07:42.710261378 -0600 +@@ -43,7 +43,7 @@ + unsigned char *mark; + struct _pool_block *next; + unsigned :0; /* this should align to word */ +- unsigned char data[0]; ++ unsigned char data[]; + }pool_block; + + /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:11:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:11:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3359] csw/mgar/pkg Message-ID: Revision: 3359 http://gar.svn.sourceforge.net/gar/?rev=3359&view=rev Author: valholla Date: 2009-02-23 03:11:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_bz2/ csw/mgar/pkg/php5_bz2/Makefile csw/mgar/pkg/php5_bz2/checksums csw/mgar/pkg/php5_bz2/files/ Added: csw/mgar/pkg/php5_bz2/Makefile =================================================================== --- csw/mgar/pkg/php5_bz2/Makefile (rev 0) +++ csw/mgar/pkg/php5_bz2/Makefile 2009-02-23 03:11:51 UTC (rev 3359) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bz2 + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5_bz2/checksums (rev 0) +++ csw/mgar/pkg/php5_bz2/checksums 2009-02-23 03:11:51 UTC (rev 3359) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:12:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:12:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3360] csw/mgar/pkg/php5_bz2/ Message-ID: Revision: 3360 http://gar.svn.sourceforge.net/gar/?rev=3360&view=rev Author: valholla Date: 2009-02-23 03:12:09 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Property Changed: ---------------- csw/mgar/pkg/php5_bz2/ Property changes on: csw/mgar/pkg/php5_bz2 ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:14:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:14:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3361] csw/mgar/pkg Message-ID: Revision: 3361 http://gar.svn.sourceforge.net/gar/?rev=3361&view=rev Author: valholla Date: 2009-02-23 03:14:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_curl/ csw/mgar/pkg/php5_curl/Makefile csw/mgar/pkg/php5_curl/checksums csw/mgar/pkg/php5_curl/files/ Property changes on: csw/mgar/pkg/php5_curl ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_curl/Makefile =================================================================== --- csw/mgar/pkg/php5_curl/Makefile (rev 0) +++ csw/mgar/pkg/php5_curl/Makefile 2009-02-23 03:14:06 UTC (rev 3361) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = curl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-curl=$(prefix) +CONFIGURE_ARGS += --with-curlwrappers + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5_curl/checksums (rev 0) +++ csw/mgar/pkg/php5_curl/checksums 2009-02-23 03:14:06 UTC (rev 3361) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:15:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:15:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3362] csw/mgar/pkg Message-ID: Revision: 3362 http://gar.svn.sourceforge.net/gar/?rev=3362&view=rev Author: valholla Date: 2009-02-23 03:15:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ftp/ csw/mgar/pkg/php5_ftp/Makefile csw/mgar/pkg/php5_ftp/checksums csw/mgar/pkg/php5_ftp/files/ Property changes on: csw/mgar/pkg/php5_ftp ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ftp/Makefile =================================================================== --- csw/mgar/pkg/php5_ftp/Makefile (rev 0) +++ csw/mgar/pkg/php5_ftp/Makefile 2009-02-23 03:15:35 UTC (rev 3362) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ftp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5_ftp/checksums (rev 0) +++ csw/mgar/pkg/php5_ftp/checksums 2009-02-23 03:15:35 UTC (rev 3362) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:17:03 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:17:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[3363] csw/mgar/pkg Message-ID: Revision: 3363 http://gar.svn.sourceforge.net/gar/?rev=3363&view=rev Author: valholla Date: 2009-02-23 03:17:02 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_gd/ csw/mgar/pkg/php5_gd/Makefile csw/mgar/pkg/php5_gd/checksums csw/mgar/pkg/php5_gd/files/ Property changes on: csw/mgar/pkg/php5_gd ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_gd/Makefile =================================================================== --- csw/mgar/pkg/php5_gd/Makefile (rev 0) +++ csw/mgar/pkg/php5_gd/Makefile 2009-02-23 03:17:02 UTC (rev 3363) @@ -0,0 +1,56 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gd + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gd=$(prefix) +CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) +CONFIGURE_ARGS += --with-png-dir=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --with-xpm-dir=$(prefix) +CONFIGURE_ARGS += --with-ttf=$(prefix) +CONFIGURE_ARGS += --with-freetype-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5_gd/checksums (rev 0) +++ csw/mgar/pkg/php5_gd/checksums 2009-02-23 03:17:02 UTC (rev 3363) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:18:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:18:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3364] csw/mgar/pkg Message-ID: Revision: 3364 http://gar.svn.sourceforge.net/gar/?rev=3364&view=rev Author: valholla Date: 2009-02-23 03:18:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_gettext/ csw/mgar/pkg/php5_gettext/Makefile csw/mgar/pkg/php5_gettext/checksums csw/mgar/pkg/php5_gettext/files/ Property changes on: csw/mgar/pkg/php5_gettext ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_gettext/Makefile =================================================================== --- csw/mgar/pkg/php5_gettext/Makefile (rev 0) +++ csw/mgar/pkg/php5_gettext/Makefile 2009-02-23 03:18:44 UTC (rev 3364) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gettext + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5_gettext/checksums (rev 0) +++ csw/mgar/pkg/php5_gettext/checksums 2009-02-23 03:18:44 UTC (rev 3364) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:20:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:20:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3365] csw/mgar/pkg Message-ID: Revision: 3365 http://gar.svn.sourceforge.net/gar/?rev=3365&view=rev Author: valholla Date: 2009-02-23 03:20:52 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_gmp/ csw/mgar/pkg/php5_gmp/Makefile csw/mgar/pkg/php5_gmp/checksums csw/mgar/pkg/php5_gmp/files/ Property changes on: csw/mgar/pkg/php5_gmp ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_gmp/Makefile =================================================================== --- csw/mgar/pkg/php5_gmp/Makefile (rev 0) +++ csw/mgar/pkg/php5_gmp/Makefile 2009-02-23 03:20:52 UTC (rev 3365) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gmp=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5_gmp/checksums (rev 0) +++ csw/mgar/pkg/php5_gmp/checksums 2009-02-23 03:20:52 UTC (rev 3365) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:22:52 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:22:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3366] csw/mgar/pkg Message-ID: Revision: 3366 http://gar.svn.sourceforge.net/gar/?rev=3366&view=rev Author: valholla Date: 2009-02-23 03:22:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_imap/ csw/mgar/pkg/php5_imap/Makefile csw/mgar/pkg/php5_imap/checksums csw/mgar/pkg/php5_imap/files/ Property changes on: csw/mgar/pkg/php5_imap ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_imap/Makefile =================================================================== --- csw/mgar/pkg/php5_imap/Makefile (rev 0) +++ csw/mgar/pkg/php5_imap/Makefile 2009-02-23 03:22:51 UTC (rev 3366) @@ -0,0 +1,54 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = imap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-imap=$(prefix) +CONFIGURE_ARGS += --with-kerberos=$(prefix) +CONFIGURE_ARGS += --with-imap-ssl=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5_imap/checksums (rev 0) +++ csw/mgar/pkg/php5_imap/checksums 2009-02-23 03:22:51 UTC (rev 3366) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 04:24:26 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 03:24:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3367] csw/mgar/pkg Message-ID: Revision: 3367 http://gar.svn.sourceforge.net/gar/?rev=3367&view=rev Author: valholla Date: 2009-02-23 03:24:26 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_ldap/ csw/mgar/pkg/php5_ldap/Makefile csw/mgar/pkg/php5_ldap/checksums csw/mgar/pkg/php5_ldap/files/ Property changes on: csw/mgar/pkg/php5_ldap ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_ldap/Makefile =================================================================== --- csw/mgar/pkg/php5_ldap/Makefile (rev 0) +++ csw/mgar/pkg/php5_ldap/Makefile 2009-02-23 03:24:26 UTC (rev 3367) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ldap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5_ldap/checksums (rev 0) +++ csw/mgar/pkg/php5_ldap/checksums 2009-02-23 03:24:26 UTC (rev 3367) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:04:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:04:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3368] csw/mgar/pkg/pydocutils/trunk/ Message-ID: Revision: 3368 http://gar.svn.sourceforge.net/gar/?rev=3368&view=rev Author: valholla Date: 2009-02-23 04:04:38 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update pydocutils to gar v2 Property Changed: ---------------- csw/mgar/pkg/pydocutils/trunk/ Property changes on: csw/mgar/pkg/pydocutils/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:07:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:07:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3369] csw/mgar/pkg/trac/trunk/ Message-ID: Revision: 3369 http://gar.svn.sourceforge.net/gar/?rev=3369&view=rev Author: valholla Date: 2009-02-23 04:07:09 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update trac to gar v2 Property Changed: ---------------- csw/mgar/pkg/trac/trunk/ Property changes on: csw/mgar/pkg/trac/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:15:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:15:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3370] csw/mgar/pkg/php5_apc Message-ID: Revision: 3370 http://gar.svn.sourceforge.net/gar/?rev=3370&view=rev Author: valholla Date: 2009-02-23 04:15:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- move from pkg/php5_apc to pkg_php5_apc/trunk Added Paths: ----------- csw/mgar/pkg/php5_apc/trunk/ csw/mgar/pkg/php5_apc/trunk/Makefile csw/mgar/pkg/php5_apc/trunk/checksums csw/mgar/pkg/php5_apc/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_apc/Makefile csw/mgar/pkg/php5_apc/checksums csw/mgar/pkg/php5_apc/files/ Deleted: csw/mgar/pkg/php5_apc/Makefile =================================================================== --- csw/mgar/pkg/php5_apc/Makefile 2009-02-23 04:07:09 UTC (rev 3369) +++ csw/mgar/pkg/php5_apc/Makefile 2009-02-23 04:15:44 UTC (rev 3370) @@ -1,48 +0,0 @@ -GARNAME = APC -GARVERSION = 3.0.19 -CATEGORIES = lang - -DESCRIPTION = APC Extention for PHP -define BLURB - The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. - It was conceived of to provide a free, open, and robust framework - for caching and optimizing PHP intermediate code. -endef - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - -PATCHFILES = apc_pool.diff -PACKAGES = CSWphp5apc - -MASTER_SITES = http://us.php.net/apc -SPKG_SOURCEURL = http://pecl.php.net/package/apc -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz - -DISTFILES = $(DISTNAME).tgz - -CATALOGNAME_CSWphp5apc = php5_apc -SPKG_DESC_CSWphp5apc = APC Extention for PHP5 -REQUIRED_PKGS_CSWphp5apc = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_apc/checksums =================================================================== --- csw/mgar/pkg/php5_apc/checksums 2009-02-23 04:07:09 UTC (rev 3369) +++ csw/mgar/pkg/php5_apc/checksums 2009-02-23 04:15:44 UTC (rev 3370) @@ -1,2 +0,0 @@ -951f43d2873e3572f5d5ae71a9b66f90 download/APC-3.0.19.tgz -945e5502e45a48f47ed2521d3142afdd download/apc_pool.diff Copied: csw/mgar/pkg/php5_apc/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_apc/Makefile) =================================================================== --- csw/mgar/pkg/php5_apc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_apc/trunk/Makefile 2009-02-23 04:15:44 UTC (rev 3370) @@ -0,0 +1,48 @@ +GARNAME = APC +GARVERSION = 3.0.19 +CATEGORIES = lang + +DESCRIPTION = APC Extention for PHP +define BLURB + The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. + It was conceived of to provide a free, open, and robust framework + for caching and optimizing PHP intermediate code. +endef + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PATCHFILES = apc_pool.diff +PACKAGES = CSWphp5apc + +MASTER_SITES = http://us.php.net/apc +SPKG_SOURCEURL = http://pecl.php.net/package/apc +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +DISTFILES = $(DISTNAME).tgz + +CATALOGNAME_CSWphp5apc = php5_apc +SPKG_DESC_CSWphp5apc = APC Extention for PHP5 +REQUIRED_PKGS_CSWphp5apc = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_apc/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_apc/checksums) =================================================================== --- csw/mgar/pkg/php5_apc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_apc/trunk/checksums 2009-02-23 04:15:44 UTC (rev 3370) @@ -0,0 +1,2 @@ +951f43d2873e3572f5d5ae71a9b66f90 download/APC-3.0.19.tgz +945e5502e45a48f47ed2521d3142afdd download/apc_pool.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:16:31 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:16:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3371] csw/mgar/pkg/php5_apc/trunk/ Message-ID: Revision: 3371 http://gar.svn.sourceforge.net/gar/?rev=3371&view=rev Author: valholla Date: 2009-02-23 04:16:31 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update php5_apc to gar v2 Property Changed: ---------------- csw/mgar/pkg/php5_apc/trunk/ Property changes on: csw/mgar/pkg/php5_apc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:34:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:34:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3372] csw/mgar/pkg/php5_bcmath Message-ID: Revision: 3372 http://gar.svn.sourceforge.net/gar/?rev=3372&view=rev Author: valholla Date: 2009-02-23 04:34:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_bcmath/trunk/ csw/mgar/pkg/php5_bcmath/trunk/Makefile csw/mgar/pkg/php5_bcmath/trunk/checksums csw/mgar/pkg/php5_bcmath/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_bcmath/Makefile csw/mgar/pkg/php5_bcmath/checksums csw/mgar/pkg/php5_bcmath/files/ Deleted: csw/mgar/pkg/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/Makefile 2009-02-23 04:16:31 UTC (rev 3371) +++ csw/mgar/pkg/php5_bcmath/Makefile 2009-02-23 04:34:32 UTC (rev 3372) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = bcmath - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5_bcmath/checksums 2009-02-23 04:16:31 UTC (rev 3371) +++ csw/mgar/pkg/php5_bcmath/checksums 2009-02-23 04:34:32 UTC (rev 3372) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_bcmath/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_bcmath/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_bcmath/Makefile) =================================================================== --- csw/mgar/pkg/php5_bcmath/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_bcmath/trunk/Makefile 2009-02-23 04:34:32 UTC (rev 3372) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bcmath + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_bcmath/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_bcmath/checksums) =================================================================== --- csw/mgar/pkg/php5_bcmath/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_bcmath/trunk/checksums 2009-02-23 04:34:32 UTC (rev 3372) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:34:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:34:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3373] csw/mgar/pkg/php5_bz2 Message-ID: Revision: 3373 http://gar.svn.sourceforge.net/gar/?rev=3373&view=rev Author: valholla Date: 2009-02-23 04:34:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_bz2/trunk/ csw/mgar/pkg/php5_bz2/trunk/Makefile csw/mgar/pkg/php5_bz2/trunk/checksums csw/mgar/pkg/php5_bz2/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_bz2/Makefile csw/mgar/pkg/php5_bz2/checksums csw/mgar/pkg/php5_bz2/files/ Deleted: csw/mgar/pkg/php5_bz2/Makefile =================================================================== --- csw/mgar/pkg/php5_bz2/Makefile 2009-02-23 04:34:32 UTC (rev 3372) +++ csw/mgar/pkg/php5_bz2/Makefile 2009-02-23 04:34:44 UTC (rev 3373) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = bz2 - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5_bz2/checksums 2009-02-23 04:34:32 UTC (rev 3372) +++ csw/mgar/pkg/php5_bz2/checksums 2009-02-23 04:34:44 UTC (rev 3373) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_bz2/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_bz2/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_bz2/Makefile) =================================================================== --- csw/mgar/pkg/php5_bz2/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_bz2/trunk/Makefile 2009-02-23 04:34:44 UTC (rev 3373) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bz2 + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_bz2/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_bz2/checksums) =================================================================== --- csw/mgar/pkg/php5_bz2/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_bz2/trunk/checksums 2009-02-23 04:34:44 UTC (rev 3373) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:34:56 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:34:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3374] csw/mgar/pkg/php5_calendar Message-ID: Revision: 3374 http://gar.svn.sourceforge.net/gar/?rev=3374&view=rev Author: valholla Date: 2009-02-23 04:34:55 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_calendar/trunk/ csw/mgar/pkg/php5_calendar/trunk/Makefile csw/mgar/pkg/php5_calendar/trunk/checksums csw/mgar/pkg/php5_calendar/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_calendar/Makefile csw/mgar/pkg/php5_calendar/checksums csw/mgar/pkg/php5_calendar/files/ Deleted: csw/mgar/pkg/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/Makefile 2009-02-23 04:34:44 UTC (rev 3373) +++ csw/mgar/pkg/php5_calendar/Makefile 2009-02-23 04:34:55 UTC (rev 3374) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = calendar - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5_calendar/checksums 2009-02-23 04:34:44 UTC (rev 3373) +++ csw/mgar/pkg/php5_calendar/checksums 2009-02-23 04:34:55 UTC (rev 3374) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_calendar/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_calendar/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_calendar/Makefile) =================================================================== --- csw/mgar/pkg/php5_calendar/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_calendar/trunk/Makefile 2009-02-23 04:34:55 UTC (rev 3374) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = calendar + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_calendar/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_calendar/checksums) =================================================================== --- csw/mgar/pkg/php5_calendar/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_calendar/trunk/checksums 2009-02-23 04:34:55 UTC (rev 3374) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:09 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3375] csw/mgar/pkg/php5_ctype Message-ID: Revision: 3375 http://gar.svn.sourceforge.net/gar/?rev=3375&view=rev Author: valholla Date: 2009-02-23 04:35:09 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ctype/trunk/ csw/mgar/pkg/php5_ctype/trunk/Makefile csw/mgar/pkg/php5_ctype/trunk/checksums csw/mgar/pkg/php5_ctype/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ctype/Makefile csw/mgar/pkg/php5_ctype/checksums csw/mgar/pkg/php5_ctype/files/ Deleted: csw/mgar/pkg/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/Makefile 2009-02-23 04:34:55 UTC (rev 3374) +++ csw/mgar/pkg/php5_ctype/Makefile 2009-02-23 04:35:09 UTC (rev 3375) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ctype - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5_ctype/checksums 2009-02-23 04:34:55 UTC (rev 3374) +++ csw/mgar/pkg/php5_ctype/checksums 2009-02-23 04:35:09 UTC (rev 3375) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ctype/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ctype/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_ctype/Makefile) =================================================================== --- csw/mgar/pkg/php5_ctype/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ctype/trunk/Makefile 2009-02-23 04:35:09 UTC (rev 3375) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ctype/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_ctype/checksums) =================================================================== --- csw/mgar/pkg/php5_ctype/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ctype/trunk/checksums 2009-02-23 04:35:09 UTC (rev 3375) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3376] csw/mgar/pkg/php5_curl Message-ID: Revision: 3376 http://gar.svn.sourceforge.net/gar/?rev=3376&view=rev Author: valholla Date: 2009-02-23 04:35:20 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_curl/trunk/ csw/mgar/pkg/php5_curl/trunk/Makefile csw/mgar/pkg/php5_curl/trunk/checksums csw/mgar/pkg/php5_curl/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_curl/Makefile csw/mgar/pkg/php5_curl/checksums csw/mgar/pkg/php5_curl/files/ Deleted: csw/mgar/pkg/php5_curl/Makefile =================================================================== --- csw/mgar/pkg/php5_curl/Makefile 2009-02-23 04:35:09 UTC (rev 3375) +++ csw/mgar/pkg/php5_curl/Makefile 2009-02-23 04:35:20 UTC (rev 3376) @@ -1,53 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = curl - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-curl=$(prefix) -CONFIGURE_ARGS += --with-curlwrappers - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5_curl/checksums 2009-02-23 04:35:09 UTC (rev 3375) +++ csw/mgar/pkg/php5_curl/checksums 2009-02-23 04:35:20 UTC (rev 3376) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_curl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_curl/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_curl/Makefile) =================================================================== --- csw/mgar/pkg/php5_curl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_curl/trunk/Makefile 2009-02-23 04:35:20 UTC (rev 3376) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = curl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-curl=$(prefix) +CONFIGURE_ARGS += --with-curlwrappers + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_curl/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_curl/checksums) =================================================================== --- csw/mgar/pkg/php5_curl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_curl/trunk/checksums 2009-02-23 04:35:20 UTC (rev 3376) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3377] csw/mgar/pkg/php5_dbase Message-ID: Revision: 3377 http://gar.svn.sourceforge.net/gar/?rev=3377&view=rev Author: valholla Date: 2009-02-23 04:35:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_dbase/trunk/ csw/mgar/pkg/php5_dbase/trunk/Makefile csw/mgar/pkg/php5_dbase/trunk/checksums csw/mgar/pkg/php5_dbase/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_dbase/Makefile csw/mgar/pkg/php5_dbase/checksums csw/mgar/pkg/php5_dbase/files/ Deleted: csw/mgar/pkg/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/Makefile 2009-02-23 04:35:20 UTC (rev 3376) +++ csw/mgar/pkg/php5_dbase/Makefile 2009-02-23 04:35:35 UTC (rev 3377) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = dbase - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5_dbase/checksums 2009-02-23 04:35:20 UTC (rev 3376) +++ csw/mgar/pkg/php5_dbase/checksums 2009-02-23 04:35:35 UTC (rev 3377) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_dbase/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_dbase/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_dbase/Makefile) =================================================================== --- csw/mgar/pkg/php5_dbase/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_dbase/trunk/Makefile 2009-02-23 04:35:35 UTC (rev 3377) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_dbase/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_dbase/checksums) =================================================================== --- csw/mgar/pkg/php5_dbase/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_dbase/trunk/checksums 2009-02-23 04:35:35 UTC (rev 3377) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:35:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:35:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3378] csw/mgar/pkg/php5_dom Message-ID: Revision: 3378 http://gar.svn.sourceforge.net/gar/?rev=3378&view=rev Author: valholla Date: 2009-02-23 04:35:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_dom/trunk/ csw/mgar/pkg/php5_dom/trunk/Makefile csw/mgar/pkg/php5_dom/trunk/checksums csw/mgar/pkg/php5_dom/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_dom/Makefile csw/mgar/pkg/php5_dom/checksums csw/mgar/pkg/php5_dom/files/ Deleted: csw/mgar/pkg/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/Makefile 2009-02-23 04:35:35 UTC (rev 3377) +++ csw/mgar/pkg/php5_dom/Makefile 2009-02-23 04:35:51 UTC (rev 3378) @@ -1,51 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = dom - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5_dom/checksums 2009-02-23 04:35:35 UTC (rev 3377) +++ csw/mgar/pkg/php5_dom/checksums 2009-02-23 04:35:51 UTC (rev 3378) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_dom/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_dom/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_dom/Makefile) =================================================================== --- csw/mgar/pkg/php5_dom/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_dom/trunk/Makefile 2009-02-23 04:35:51 UTC (rev 3378) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dom + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_dom/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_dom/checksums) =================================================================== --- csw/mgar/pkg/php5_dom/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_dom/trunk/checksums 2009-02-23 04:35:51 UTC (rev 3378) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3379] csw/mgar/pkg/php5_exif Message-ID: Revision: 3379 http://gar.svn.sourceforge.net/gar/?rev=3379&view=rev Author: valholla Date: 2009-02-23 04:36:02 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_exif/trunk/ csw/mgar/pkg/php5_exif/trunk/Makefile csw/mgar/pkg/php5_exif/trunk/checksums csw/mgar/pkg/php5_exif/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_exif/Makefile csw/mgar/pkg/php5_exif/checksums csw/mgar/pkg/php5_exif/files/ Deleted: csw/mgar/pkg/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/Makefile 2009-02-23 04:35:51 UTC (rev 3378) +++ csw/mgar/pkg/php5_exif/Makefile 2009-02-23 04:36:02 UTC (rev 3379) @@ -1,52 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = exif - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 -PATCHFILES = exif.diff - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk -CPPFLAGS="-I../ext/mbstring" -export CPPFLAGS Deleted: csw/mgar/pkg/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5_exif/checksums 2009-02-23 04:35:51 UTC (rev 3378) +++ csw/mgar/pkg/php5_exif/checksums 2009-02-23 04:36:02 UTC (rev 3379) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -7a13dffa630de58490b8841a6b7d84b9 download/exif.diff Property changes on: csw/mgar/pkg/php5_exif/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_exif/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_exif/Makefile) =================================================================== --- csw/mgar/pkg/php5_exif/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_exif/trunk/Makefile 2009-02-23 04:36:02 UTC (rev 3379) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = exif + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +PATCHFILES = exif.diff + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk +CPPFLAGS="-I../ext/mbstring" +export CPPFLAGS Copied: csw/mgar/pkg/php5_exif/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_exif/checksums) =================================================================== --- csw/mgar/pkg/php5_exif/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_exif/trunk/checksums 2009-02-23 04:36:02 UTC (rev 3379) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +7a13dffa630de58490b8841a6b7d84b9 download/exif.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3380] csw/mgar/pkg/php5_filter Message-ID: Revision: 3380 http://gar.svn.sourceforge.net/gar/?rev=3380&view=rev Author: valholla Date: 2009-02-23 04:36:13 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_filter/trunk/ csw/mgar/pkg/php5_filter/trunk/Makefile csw/mgar/pkg/php5_filter/trunk/checksums csw/mgar/pkg/php5_filter/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_filter/Makefile csw/mgar/pkg/php5_filter/checksums csw/mgar/pkg/php5_filter/files/ Deleted: csw/mgar/pkg/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/Makefile 2009-02-23 04:36:02 UTC (rev 3379) +++ csw/mgar/pkg/php5_filter/Makefile 2009-02-23 04:36:13 UTC (rev 3380) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = filter - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5_filter/checksums 2009-02-23 04:36:02 UTC (rev 3379) +++ csw/mgar/pkg/php5_filter/checksums 2009-02-23 04:36:13 UTC (rev 3380) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_filter/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_filter/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_filter/Makefile) =================================================================== --- csw/mgar/pkg/php5_filter/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_filter/trunk/Makefile 2009-02-23 04:36:13 UTC (rev 3380) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = filter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_filter/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_filter/checksums) =================================================================== --- csw/mgar/pkg/php5_filter/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_filter/trunk/checksums 2009-02-23 04:36:13 UTC (rev 3380) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:25 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3381] csw/mgar/pkg/php5_ftp Message-ID: Revision: 3381 http://gar.svn.sourceforge.net/gar/?rev=3381&view=rev Author: valholla Date: 2009-02-23 04:36:24 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ftp/trunk/ csw/mgar/pkg/php5_ftp/trunk/Makefile csw/mgar/pkg/php5_ftp/trunk/checksums csw/mgar/pkg/php5_ftp/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ftp/Makefile csw/mgar/pkg/php5_ftp/checksums csw/mgar/pkg/php5_ftp/files/ Deleted: csw/mgar/pkg/php5_ftp/Makefile =================================================================== --- csw/mgar/pkg/php5_ftp/Makefile 2009-02-23 04:36:13 UTC (rev 3380) +++ csw/mgar/pkg/php5_ftp/Makefile 2009-02-23 04:36:24 UTC (rev 3381) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ftp - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5_ftp/checksums 2009-02-23 04:36:13 UTC (rev 3380) +++ csw/mgar/pkg/php5_ftp/checksums 2009-02-23 04:36:24 UTC (rev 3381) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ftp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ftp/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_ftp/Makefile) =================================================================== --- csw/mgar/pkg/php5_ftp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ftp/trunk/Makefile 2009-02-23 04:36:24 UTC (rev 3381) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ftp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ftp/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_ftp/checksums) =================================================================== --- csw/mgar/pkg/php5_ftp/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ftp/trunk/checksums 2009-02-23 04:36:24 UTC (rev 3381) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3382] csw/mgar/pkg/php5_gd Message-ID: Revision: 3382 http://gar.svn.sourceforge.net/gar/?rev=3382&view=rev Author: valholla Date: 2009-02-23 04:36:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_gd/trunk/ csw/mgar/pkg/php5_gd/trunk/Makefile csw/mgar/pkg/php5_gd/trunk/checksums csw/mgar/pkg/php5_gd/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_gd/Makefile csw/mgar/pkg/php5_gd/checksums csw/mgar/pkg/php5_gd/files/ Deleted: csw/mgar/pkg/php5_gd/Makefile =================================================================== --- csw/mgar/pkg/php5_gd/Makefile 2009-02-23 04:36:24 UTC (rev 3381) +++ csw/mgar/pkg/php5_gd/Makefile 2009-02-23 04:36:35 UTC (rev 3382) @@ -1,56 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = gd - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-gd=$(prefix) -CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) -CONFIGURE_ARGS += --with-png-dir=$(prefix) -CONFIGURE_ARGS += --with-zlib-dir=$(prefix) -CONFIGURE_ARGS += --with-xpm-dir=$(prefix) -CONFIGURE_ARGS += --with-ttf=$(prefix) -CONFIGURE_ARGS += --with-freetype-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5_gd/checksums 2009-02-23 04:36:24 UTC (rev 3381) +++ csw/mgar/pkg/php5_gd/checksums 2009-02-23 04:36:35 UTC (rev 3382) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_gd/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_gd/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_gd/Makefile) =================================================================== --- csw/mgar/pkg/php5_gd/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_gd/trunk/Makefile 2009-02-23 04:36:35 UTC (rev 3382) @@ -0,0 +1,56 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gd + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gd=$(prefix) +CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) +CONFIGURE_ARGS += --with-png-dir=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --with-xpm-dir=$(prefix) +CONFIGURE_ARGS += --with-ttf=$(prefix) +CONFIGURE_ARGS += --with-freetype-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_gd/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_gd/checksums) =================================================================== --- csw/mgar/pkg/php5_gd/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_gd/trunk/checksums 2009-02-23 04:36:35 UTC (rev 3382) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3383] csw/mgar/pkg/php5_gettext Message-ID: Revision: 3383 http://gar.svn.sourceforge.net/gar/?rev=3383&view=rev Author: valholla Date: 2009-02-23 04:36:47 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_gettext/trunk/ csw/mgar/pkg/php5_gettext/trunk/Makefile csw/mgar/pkg/php5_gettext/trunk/checksums csw/mgar/pkg/php5_gettext/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_gettext/Makefile csw/mgar/pkg/php5_gettext/checksums csw/mgar/pkg/php5_gettext/files/ Deleted: csw/mgar/pkg/php5_gettext/Makefile =================================================================== --- csw/mgar/pkg/php5_gettext/Makefile 2009-02-23 04:36:35 UTC (rev 3382) +++ csw/mgar/pkg/php5_gettext/Makefile 2009-02-23 04:36:47 UTC (rev 3383) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = gettext - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5_gettext/checksums 2009-02-23 04:36:35 UTC (rev 3382) +++ csw/mgar/pkg/php5_gettext/checksums 2009-02-23 04:36:47 UTC (rev 3383) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_gettext/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_gettext/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_gettext/Makefile) =================================================================== --- csw/mgar/pkg/php5_gettext/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_gettext/trunk/Makefile 2009-02-23 04:36:47 UTC (rev 3383) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gettext + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_gettext/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_gettext/checksums) =================================================================== --- csw/mgar/pkg/php5_gettext/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_gettext/trunk/checksums 2009-02-23 04:36:47 UTC (rev 3383) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:36:58 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:36:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3384] csw/mgar/pkg/php5_gmp Message-ID: Revision: 3384 http://gar.svn.sourceforge.net/gar/?rev=3384&view=rev Author: valholla Date: 2009-02-23 04:36:58 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_gmp/trunk/ csw/mgar/pkg/php5_gmp/trunk/Makefile csw/mgar/pkg/php5_gmp/trunk/checksums csw/mgar/pkg/php5_gmp/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_gmp/Makefile csw/mgar/pkg/php5_gmp/checksums csw/mgar/pkg/php5_gmp/files/ Deleted: csw/mgar/pkg/php5_gmp/Makefile =================================================================== --- csw/mgar/pkg/php5_gmp/Makefile 2009-02-23 04:36:47 UTC (rev 3383) +++ csw/mgar/pkg/php5_gmp/Makefile 2009-02-23 04:36:58 UTC (rev 3384) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = gmp - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-gmp=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5_gmp/checksums 2009-02-23 04:36:47 UTC (rev 3383) +++ csw/mgar/pkg/php5_gmp/checksums 2009-02-23 04:36:58 UTC (rev 3384) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_gmp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_gmp/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_gmp/Makefile) =================================================================== --- csw/mgar/pkg/php5_gmp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_gmp/trunk/Makefile 2009-02-23 04:36:58 UTC (rev 3384) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gmp=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_gmp/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_gmp/checksums) =================================================================== --- csw/mgar/pkg/php5_gmp/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_gmp/trunk/checksums 2009-02-23 04:36:58 UTC (rev 3384) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3385] csw/mgar/pkg/php5_hash Message-ID: Revision: 3385 http://gar.svn.sourceforge.net/gar/?rev=3385&view=rev Author: valholla Date: 2009-02-23 04:37:10 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_hash/trunk/ csw/mgar/pkg/php5_hash/trunk/Makefile csw/mgar/pkg/php5_hash/trunk/checksums csw/mgar/pkg/php5_hash/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_hash/Makefile csw/mgar/pkg/php5_hash/checksums csw/mgar/pkg/php5_hash/files/ Deleted: csw/mgar/pkg/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/Makefile 2009-02-23 04:36:58 UTC (rev 3384) +++ csw/mgar/pkg/php5_hash/Makefile 2009-02-23 04:37:10 UTC (rev 3385) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = hash - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5_hash/checksums 2009-02-23 04:36:58 UTC (rev 3384) +++ csw/mgar/pkg/php5_hash/checksums 2009-02-23 04:37:10 UTC (rev 3385) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_hash/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_hash/trunk/Makefile (from rev 3369, csw/mgar/pkg/php5_hash/Makefile) =================================================================== --- csw/mgar/pkg/php5_hash/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_hash/trunk/Makefile 2009-02-23 04:37:10 UTC (rev 3385) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = hash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_hash/trunk/checksums (from rev 3369, csw/mgar/pkg/php5_hash/checksums) =================================================================== --- csw/mgar/pkg/php5_hash/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_hash/trunk/checksums 2009-02-23 04:37:10 UTC (rev 3385) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3386] csw/mgar/pkg/php5_iconv Message-ID: Revision: 3386 http://gar.svn.sourceforge.net/gar/?rev=3386&view=rev Author: valholla Date: 2009-02-23 04:37:21 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_iconv/trunk/ csw/mgar/pkg/php5_iconv/trunk/Makefile csw/mgar/pkg/php5_iconv/trunk/checksums csw/mgar/pkg/php5_iconv/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_iconv/Makefile csw/mgar/pkg/php5_iconv/checksums csw/mgar/pkg/php5_iconv/files/ Deleted: csw/mgar/pkg/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/Makefile 2009-02-23 04:37:10 UTC (rev 3385) +++ csw/mgar/pkg/php5_iconv/Makefile 2009-02-23 04:37:21 UTC (rev 3386) @@ -1,51 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = iconv - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -EXTRA_LINKER_FLAGS = -liconv -lrt -lintl - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5_iconv/checksums 2009-02-23 04:37:10 UTC (rev 3385) +++ csw/mgar/pkg/php5_iconv/checksums 2009-02-23 04:37:21 UTC (rev 3386) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_iconv/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_iconv/trunk/Makefile (from rev 3370, csw/mgar/pkg/php5_iconv/Makefile) =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-23 04:37:21 UTC (rev 3386) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = iconv + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +EXTRA_LINKER_FLAGS = -liconv -lrt -lintl + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_iconv/trunk/checksums (from rev 3370, csw/mgar/pkg/php5_iconv/checksums) =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_iconv/trunk/checksums 2009-02-23 04:37:21 UTC (rev 3386) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3387] csw/mgar/pkg/php5_imap Message-ID: Revision: 3387 http://gar.svn.sourceforge.net/gar/?rev=3387&view=rev Author: valholla Date: 2009-02-23 04:37:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_imap/trunk/ csw/mgar/pkg/php5_imap/trunk/Makefile csw/mgar/pkg/php5_imap/trunk/checksums csw/mgar/pkg/php5_imap/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_imap/Makefile csw/mgar/pkg/php5_imap/checksums csw/mgar/pkg/php5_imap/files/ Deleted: csw/mgar/pkg/php5_imap/Makefile =================================================================== --- csw/mgar/pkg/php5_imap/Makefile 2009-02-23 04:37:21 UTC (rev 3386) +++ csw/mgar/pkg/php5_imap/Makefile 2009-02-23 04:37:32 UTC (rev 3387) @@ -1,54 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = imap - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-imap=$(prefix) -CONFIGURE_ARGS += --with-kerberos=$(prefix) -CONFIGURE_ARGS += --with-imap-ssl=$(prefix) - - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5_imap/checksums 2009-02-23 04:37:21 UTC (rev 3386) +++ csw/mgar/pkg/php5_imap/checksums 2009-02-23 04:37:32 UTC (rev 3387) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_imap/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_imap/trunk/Makefile (from rev 3370, csw/mgar/pkg/php5_imap/Makefile) =================================================================== --- csw/mgar/pkg/php5_imap/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_imap/trunk/Makefile 2009-02-23 04:37:32 UTC (rev 3387) @@ -0,0 +1,54 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = imap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-imap=$(prefix) +CONFIGURE_ARGS += --with-kerberos=$(prefix) +CONFIGURE_ARGS += --with-imap-ssl=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_imap/trunk/checksums (from rev 3370, csw/mgar/pkg/php5_imap/checksums) =================================================================== --- csw/mgar/pkg/php5_imap/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_imap/trunk/checksums 2009-02-23 04:37:32 UTC (rev 3387) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3388] csw/mgar/pkg/php5_json Message-ID: Revision: 3388 http://gar.svn.sourceforge.net/gar/?rev=3388&view=rev Author: valholla Date: 2009-02-23 04:37:43 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_json/trunk/ csw/mgar/pkg/php5_json/trunk/Makefile csw/mgar/pkg/php5_json/trunk/checksums csw/mgar/pkg/php5_json/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_json/Makefile csw/mgar/pkg/php5_json/checksums csw/mgar/pkg/php5_json/files/ Deleted: csw/mgar/pkg/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5_json/Makefile 2009-02-23 04:37:32 UTC (rev 3387) +++ csw/mgar/pkg/php5_json/Makefile 2009-02-23 04:37:43 UTC (rev 3388) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = json - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5_json/checksums 2009-02-23 04:37:32 UTC (rev 3387) +++ csw/mgar/pkg/php5_json/checksums 2009-02-23 04:37:43 UTC (rev 3388) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_json/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_json/trunk/Makefile (from rev 3370, csw/mgar/pkg/php5_json/Makefile) =================================================================== --- csw/mgar/pkg/php5_json/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_json/trunk/Makefile 2009-02-23 04:37:43 UTC (rev 3388) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = json + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_json/trunk/checksums (from rev 3370, csw/mgar/pkg/php5_json/checksums) =================================================================== --- csw/mgar/pkg/php5_json/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_json/trunk/checksums 2009-02-23 04:37:43 UTC (rev 3388) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:37:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:37:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3389] csw/mgar/pkg/php5_ldap Message-ID: Revision: 3389 http://gar.svn.sourceforge.net/gar/?rev=3389&view=rev Author: valholla Date: 2009-02-23 04:37:54 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ldap/trunk/ csw/mgar/pkg/php5_ldap/trunk/Makefile csw/mgar/pkg/php5_ldap/trunk/checksums csw/mgar/pkg/php5_ldap/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ldap/Makefile csw/mgar/pkg/php5_ldap/checksums csw/mgar/pkg/php5_ldap/files/ Deleted: csw/mgar/pkg/php5_ldap/Makefile =================================================================== --- csw/mgar/pkg/php5_ldap/Makefile 2009-02-23 04:37:43 UTC (rev 3388) +++ csw/mgar/pkg/php5_ldap/Makefile 2009-02-23 04:37:54 UTC (rev 3389) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ldap - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5_ldap/checksums 2009-02-23 04:37:43 UTC (rev 3388) +++ csw/mgar/pkg/php5_ldap/checksums 2009-02-23 04:37:54 UTC (rev 3389) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ldap/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ldap/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_ldap/Makefile) =================================================================== --- csw/mgar/pkg/php5_ldap/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ldap/trunk/Makefile 2009-02-23 04:37:54 UTC (rev 3389) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ldap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ldap/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_ldap/checksums) =================================================================== --- csw/mgar/pkg/php5_ldap/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ldap/trunk/checksums 2009-02-23 04:37:54 UTC (rev 3389) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3390] csw/mgar/pkg/php5_mbstring Message-ID: Revision: 3390 http://gar.svn.sourceforge.net/gar/?rev=3390&view=rev Author: valholla Date: 2009-02-23 04:38:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_mbstring/trunk/ csw/mgar/pkg/php5_mbstring/trunk/Makefile csw/mgar/pkg/php5_mbstring/trunk/checksums csw/mgar/pkg/php5_mbstring/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_mbstring/Makefile csw/mgar/pkg/php5_mbstring/checksums csw/mgar/pkg/php5_mbstring/files/ Deleted: csw/mgar/pkg/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/Makefile 2009-02-23 04:37:54 UTC (rev 3389) +++ csw/mgar/pkg/php5_mbstring/Makefile 2009-02-23 04:38:06 UTC (rev 3390) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = mbstring - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - -TEST_SCRIPTS = testme - -test-testme: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - - -include gar/category.mk Deleted: csw/mgar/pkg/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5_mbstring/checksums 2009-02-23 04:37:54 UTC (rev 3389) +++ csw/mgar/pkg/php5_mbstring/checksums 2009-02-23 04:38:06 UTC (rev 3390) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_mbstring/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_mbstring/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_mbstring/Makefile) =================================================================== --- csw/mgar/pkg/php5_mbstring/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mbstring/trunk/Makefile 2009-02-23 04:38:06 UTC (rev 3390) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mbstring + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = testme + +test-testme: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + + +include gar/category.mk Copied: csw/mgar/pkg/php5_mbstring/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_mbstring/checksums) =================================================================== --- csw/mgar/pkg/php5_mbstring/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mbstring/trunk/checksums 2009-02-23 04:38:06 UTC (rev 3390) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3391] csw/mgar/pkg/php5_mime_magic Message-ID: Revision: 3391 http://gar.svn.sourceforge.net/gar/?rev=3391&view=rev Author: valholla Date: 2009-02-23 04:38:17 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_mime_magic/trunk/ csw/mgar/pkg/php5_mime_magic/trunk/Makefile csw/mgar/pkg/php5_mime_magic/trunk/checksums csw/mgar/pkg/php5_mime_magic/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_mime_magic/Makefile csw/mgar/pkg/php5_mime_magic/checksums csw/mgar/pkg/php5_mime_magic/files/ Deleted: csw/mgar/pkg/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-23 04:38:06 UTC (rev 3390) +++ csw/mgar/pkg/php5_mime_magic/Makefile 2009-02-23 04:38:17 UTC (rev 3391) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = mime_magic - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5mimemagic - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5_mime_magic/checksums 2009-02-23 04:38:06 UTC (rev 3390) +++ csw/mgar/pkg/php5_mime_magic/checksums 2009-02-23 04:38:17 UTC (rev 3391) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_mime_magic/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_mime_magic/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_mime_magic/Makefile) =================================================================== --- csw/mgar/pkg/php5_mime_magic/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mime_magic/trunk/Makefile 2009-02-23 04:38:17 UTC (rev 3391) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mime_magic + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5mimemagic + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_mime_magic/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_mime_magic/checksums) =================================================================== --- csw/mgar/pkg/php5_mime_magic/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mime_magic/trunk/checksums 2009-02-23 04:38:17 UTC (rev 3391) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3392] csw/mgar/pkg/php5_ncurses Message-ID: Revision: 3392 http://gar.svn.sourceforge.net/gar/?rev=3392&view=rev Author: valholla Date: 2009-02-23 04:38:28 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_ncurses/trunk/ csw/mgar/pkg/php5_ncurses/trunk/Makefile csw/mgar/pkg/php5_ncurses/trunk/checksums csw/mgar/pkg/php5_ncurses/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_ncurses/Makefile csw/mgar/pkg/php5_ncurses/checksums csw/mgar/pkg/php5_ncurses/files/ Deleted: csw/mgar/pkg/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/Makefile 2009-02-23 04:38:17 UTC (rev 3391) +++ csw/mgar/pkg/php5_ncurses/Makefile 2009-02-23 04:38:28 UTC (rev 3392) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = ncurses - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-ncurses=/opt/csw - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5_ncurses/checksums 2009-02-23 04:38:17 UTC (rev 3391) +++ csw/mgar/pkg/php5_ncurses/checksums 2009-02-23 04:38:28 UTC (rev 3392) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_ncurses/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_ncurses/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_ncurses/Makefile) =================================================================== --- csw/mgar/pkg/php5_ncurses/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_ncurses/trunk/Makefile 2009-02-23 04:38:28 UTC (rev 3392) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ncurses + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-ncurses=/opt/csw + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_ncurses/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_ncurses/checksums) =================================================================== --- csw/mgar/pkg/php5_ncurses/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_ncurses/trunk/checksums 2009-02-23 04:38:28 UTC (rev 3392) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3393] csw/mgar/pkg/php5_pcntl Message-ID: Revision: 3393 http://gar.svn.sourceforge.net/gar/?rev=3393&view=rev Author: valholla Date: 2009-02-23 04:38:40 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_pcntl/trunk/ csw/mgar/pkg/php5_pcntl/trunk/Makefile csw/mgar/pkg/php5_pcntl/trunk/checksums csw/mgar/pkg/php5_pcntl/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_pcntl/Makefile csw/mgar/pkg/php5_pcntl/checksums csw/mgar/pkg/php5_pcntl/files/ Deleted: csw/mgar/pkg/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/Makefile 2009-02-23 04:38:28 UTC (rev 3392) +++ csw/mgar/pkg/php5_pcntl/Makefile 2009-02-23 04:38:40 UTC (rev 3393) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = pcntl - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5_pcntl/checksums 2009-02-23 04:38:28 UTC (rev 3392) +++ csw/mgar/pkg/php5_pcntl/checksums 2009-02-23 04:38:40 UTC (rev 3393) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_pcntl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_pcntl/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_pcntl/Makefile) =================================================================== --- csw/mgar/pkg/php5_pcntl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pcntl/trunk/Makefile 2009-02-23 04:38:40 UTC (rev 3393) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcntl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_pcntl/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_pcntl/checksums) =================================================================== --- csw/mgar/pkg/php5_pcntl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pcntl/trunk/checksums 2009-02-23 04:38:40 UTC (rev 3393) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:38:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:38:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3394] csw/mgar/pkg/php5_posix Message-ID: Revision: 3394 http://gar.svn.sourceforge.net/gar/?rev=3394&view=rev Author: valholla Date: 2009-02-23 04:38:50 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_posix/trunk/ csw/mgar/pkg/php5_posix/trunk/Makefile csw/mgar/pkg/php5_posix/trunk/checksums csw/mgar/pkg/php5_posix/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_posix/Makefile csw/mgar/pkg/php5_posix/checksums csw/mgar/pkg/php5_posix/files/ Deleted: csw/mgar/pkg/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/Makefile 2009-02-23 04:38:40 UTC (rev 3393) +++ csw/mgar/pkg/php5_posix/Makefile 2009-02-23 04:38:50 UTC (rev 3394) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = posix - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5_posix/checksums 2009-02-23 04:38:40 UTC (rev 3393) +++ csw/mgar/pkg/php5_posix/checksums 2009-02-23 04:38:50 UTC (rev 3394) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_posix/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_posix/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_posix/Makefile) =================================================================== --- csw/mgar/pkg/php5_posix/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_posix/trunk/Makefile 2009-02-23 04:38:50 UTC (rev 3394) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = posix + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_posix/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_posix/checksums) =================================================================== --- csw/mgar/pkg/php5_posix/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_posix/trunk/checksums 2009-02-23 04:38:50 UTC (rev 3394) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:02 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3395] csw/mgar/pkg/php5_recode Message-ID: Revision: 3395 http://gar.svn.sourceforge.net/gar/?rev=3395&view=rev Author: valholla Date: 2009-02-23 04:39:01 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_recode/trunk/ csw/mgar/pkg/php5_recode/trunk/Makefile csw/mgar/pkg/php5_recode/trunk/checksums csw/mgar/pkg/php5_recode/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_recode/Makefile csw/mgar/pkg/php5_recode/checksums csw/mgar/pkg/php5_recode/files/ Deleted: csw/mgar/pkg/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/Makefile 2009-02-23 04:38:50 UTC (rev 3394) +++ csw/mgar/pkg/php5_recode/Makefile 2009-02-23 04:39:01 UTC (rev 3395) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = recode - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-recode=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5_recode/checksums 2009-02-23 04:38:50 UTC (rev 3394) +++ csw/mgar/pkg/php5_recode/checksums 2009-02-23 04:39:01 UTC (rev 3395) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_recode/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_recode/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_recode/Makefile) =================================================================== --- csw/mgar/pkg/php5_recode/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-23 04:39:01 UTC (rev 3395) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = recode + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-recode=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_recode/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_recode/checksums) =================================================================== --- csw/mgar/pkg/php5_recode/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_recode/trunk/checksums 2009-02-23 04:39:01 UTC (rev 3395) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:12 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3396] csw/mgar/pkg/php5_shmop Message-ID: Revision: 3396 http://gar.svn.sourceforge.net/gar/?rev=3396&view=rev Author: valholla Date: 2009-02-23 04:39:12 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_shmop/trunk/ csw/mgar/pkg/php5_shmop/trunk/Makefile csw/mgar/pkg/php5_shmop/trunk/checksums csw/mgar/pkg/php5_shmop/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_shmop/Makefile csw/mgar/pkg/php5_shmop/checksums csw/mgar/pkg/php5_shmop/files/ Deleted: csw/mgar/pkg/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/Makefile 2009-02-23 04:39:01 UTC (rev 3395) +++ csw/mgar/pkg/php5_shmop/Makefile 2009-02-23 04:39:12 UTC (rev 3396) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = shmop - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5_shmop/checksums 2009-02-23 04:39:01 UTC (rev 3395) +++ csw/mgar/pkg/php5_shmop/checksums 2009-02-23 04:39:12 UTC (rev 3396) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_shmop/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_shmop/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_shmop/Makefile) =================================================================== --- csw/mgar/pkg/php5_shmop/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_shmop/trunk/Makefile 2009-02-23 04:39:12 UTC (rev 3396) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = shmop + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_shmop/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_shmop/checksums) =================================================================== --- csw/mgar/pkg/php5_shmop/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_shmop/trunk/checksums 2009-02-23 04:39:12 UTC (rev 3396) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3397] csw/mgar/pkg/php5_simplexml Message-ID: Revision: 3397 http://gar.svn.sourceforge.net/gar/?rev=3397&view=rev Author: valholla Date: 2009-02-23 04:39:23 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_simplexml/trunk/ csw/mgar/pkg/php5_simplexml/trunk/Makefile csw/mgar/pkg/php5_simplexml/trunk/checksums csw/mgar/pkg/php5_simplexml/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_simplexml/Makefile csw/mgar/pkg/php5_simplexml/checksums csw/mgar/pkg/php5_simplexml/files/ Deleted: csw/mgar/pkg/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/Makefile 2009-02-23 04:39:12 UTC (rev 3396) +++ csw/mgar/pkg/php5_simplexml/Makefile 2009-02-23 04:39:23 UTC (rev 3397) @@ -1,52 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = simplexml - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) -PATCHFILES = simplexml.diff - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5_simplexml/checksums 2009-02-23 04:39:12 UTC (rev 3396) +++ csw/mgar/pkg/php5_simplexml/checksums 2009-02-23 04:39:23 UTC (rev 3397) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff Property changes on: csw/mgar/pkg/php5_simplexml/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_simplexml/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_simplexml/Makefile) =================================================================== --- csw/mgar/pkg/php5_simplexml/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_simplexml/trunk/Makefile 2009-02-23 04:39:23 UTC (rev 3397) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = simplexml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) +PATCHFILES = simplexml.diff + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_simplexml/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_simplexml/checksums) =================================================================== --- csw/mgar/pkg/php5_simplexml/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_simplexml/trunk/checksums 2009-02-23 04:39:23 UTC (rev 3397) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3398] csw/mgar/pkg/php5_soap Message-ID: Revision: 3398 http://gar.svn.sourceforge.net/gar/?rev=3398&view=rev Author: valholla Date: 2009-02-23 04:39:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_soap/trunk/ csw/mgar/pkg/php5_soap/trunk/Makefile csw/mgar/pkg/php5_soap/trunk/checksums csw/mgar/pkg/php5_soap/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_soap/Makefile csw/mgar/pkg/php5_soap/checksums csw/mgar/pkg/php5_soap/files/ Deleted: csw/mgar/pkg/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/Makefile 2009-02-23 04:39:23 UTC (rev 3397) +++ csw/mgar/pkg/php5_soap/Makefile 2009-02-23 04:39:39 UTC (rev 3398) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = soap - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5_soap/checksums 2009-02-23 04:39:23 UTC (rev 3397) +++ csw/mgar/pkg/php5_soap/checksums 2009-02-23 04:39:39 UTC (rev 3398) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_soap/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_soap/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_soap/Makefile) =================================================================== --- csw/mgar/pkg/php5_soap/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_soap/trunk/Makefile 2009-02-23 04:39:39 UTC (rev 3398) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = soap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_soap/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_soap/checksums) =================================================================== --- csw/mgar/pkg/php5_soap/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_soap/trunk/checksums 2009-02-23 04:39:39 UTC (rev 3398) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:39:55 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:39:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3399] csw/mgar/pkg/php5_sockets Message-ID: Revision: 3399 http://gar.svn.sourceforge.net/gar/?rev=3399&view=rev Author: valholla Date: 2009-02-23 04:39:55 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sockets/trunk/ csw/mgar/pkg/php5_sockets/trunk/Makefile csw/mgar/pkg/php5_sockets/trunk/checksums csw/mgar/pkg/php5_sockets/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sockets/Makefile csw/mgar/pkg/php5_sockets/checksums csw/mgar/pkg/php5_sockets/files/ Deleted: csw/mgar/pkg/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/Makefile 2009-02-23 04:39:39 UTC (rev 3398) +++ csw/mgar/pkg/php5_sockets/Makefile 2009-02-23 04:39:55 UTC (rev 3399) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sockets - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5_sockets/checksums 2009-02-23 04:39:39 UTC (rev 3398) +++ csw/mgar/pkg/php5_sockets/checksums 2009-02-23 04:39:55 UTC (rev 3399) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sockets/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sockets/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sockets/Makefile) =================================================================== --- csw/mgar/pkg/php5_sockets/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sockets/trunk/Makefile 2009-02-23 04:39:55 UTC (rev 3399) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sockets + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sockets/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sockets/checksums) =================================================================== --- csw/mgar/pkg/php5_sockets/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sockets/trunk/checksums 2009-02-23 04:39:55 UTC (rev 3399) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3400] csw/mgar/pkg/php5_sqlite Message-ID: Revision: 3400 http://gar.svn.sourceforge.net/gar/?rev=3400&view=rev Author: valholla Date: 2009-02-23 04:40:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sqlite/trunk/ csw/mgar/pkg/php5_sqlite/trunk/Makefile csw/mgar/pkg/php5_sqlite/trunk/checksums csw/mgar/pkg/php5_sqlite/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sqlite/Makefile csw/mgar/pkg/php5_sqlite/checksums csw/mgar/pkg/php5_sqlite/files/ Deleted: csw/mgar/pkg/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/Makefile 2009-02-23 04:39:55 UTC (rev 3399) +++ csw/mgar/pkg/php5_sqlite/Makefile 2009-02-23 04:40:06 UTC (rev 3400) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sqlite - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5_sqlite/checksums 2009-02-23 04:39:55 UTC (rev 3399) +++ csw/mgar/pkg/php5_sqlite/checksums 2009-02-23 04:40:06 UTC (rev 3400) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sqlite/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sqlite/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sqlite/Makefile) =================================================================== --- csw/mgar/pkg/php5_sqlite/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sqlite/trunk/Makefile 2009-02-23 04:40:06 UTC (rev 3400) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sqlite/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sqlite/checksums) =================================================================== --- csw/mgar/pkg/php5_sqlite/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sqlite/trunk/checksums 2009-02-23 04:40:06 UTC (rev 3400) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:18 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[3401] csw/mgar/pkg/php5_sysvmsg Message-ID: Revision: 3401 http://gar.svn.sourceforge.net/gar/?rev=3401&view=rev Author: valholla Date: 2009-02-23 04:40:18 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sysvmsg/trunk/ csw/mgar/pkg/php5_sysvmsg/trunk/Makefile csw/mgar/pkg/php5_sysvmsg/trunk/checksums csw/mgar/pkg/php5_sysvmsg/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sysvmsg/Makefile csw/mgar/pkg/php5_sysvmsg/checksums csw/mgar/pkg/php5_sysvmsg/files/ Deleted: csw/mgar/pkg/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-23 04:40:06 UTC (rev 3400) +++ csw/mgar/pkg/php5_sysvmsg/Makefile 2009-02-23 04:40:18 UTC (rev 3401) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sysvmsg - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-23 04:40:06 UTC (rev 3400) +++ csw/mgar/pkg/php5_sysvmsg/checksums 2009-02-23 04:40:18 UTC (rev 3401) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sysvmsg/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sysvmsg/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sysvmsg/Makefile) =================================================================== --- csw/mgar/pkg/php5_sysvmsg/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvmsg/trunk/Makefile 2009-02-23 04:40:18 UTC (rev 3401) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvmsg + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sysvmsg/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sysvmsg/checksums) =================================================================== --- csw/mgar/pkg/php5_sysvmsg/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sysvmsg/trunk/checksums 2009-02-23 04:40:18 UTC (rev 3401) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:28 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3402] csw/mgar/pkg/php5_sysvsem Message-ID: Revision: 3402 http://gar.svn.sourceforge.net/gar/?rev=3402&view=rev Author: valholla Date: 2009-02-23 04:40:28 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sysvsem/trunk/ csw/mgar/pkg/php5_sysvsem/trunk/Makefile csw/mgar/pkg/php5_sysvsem/trunk/checksums csw/mgar/pkg/php5_sysvsem/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sysvsem/Makefile csw/mgar/pkg/php5_sysvsem/checksums csw/mgar/pkg/php5_sysvsem/files/ Deleted: csw/mgar/pkg/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-23 04:40:18 UTC (rev 3401) +++ csw/mgar/pkg/php5_sysvsem/Makefile 2009-02-23 04:40:28 UTC (rev 3402) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sysvsem - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5_sysvsem/checksums 2009-02-23 04:40:18 UTC (rev 3401) +++ csw/mgar/pkg/php5_sysvsem/checksums 2009-02-23 04:40:28 UTC (rev 3402) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sysvsem/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sysvsem/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sysvsem/Makefile) =================================================================== --- csw/mgar/pkg/php5_sysvsem/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvsem/trunk/Makefile 2009-02-23 04:40:28 UTC (rev 3402) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvsem + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sysvsem/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sysvsem/checksums) =================================================================== --- csw/mgar/pkg/php5_sysvsem/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sysvsem/trunk/checksums 2009-02-23 04:40:28 UTC (rev 3402) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3403] csw/mgar/pkg/php5_sysvshm Message-ID: Revision: 3403 http://gar.svn.sourceforge.net/gar/?rev=3403&view=rev Author: valholla Date: 2009-02-23 04:40:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_sysvshm/trunk/ csw/mgar/pkg/php5_sysvshm/trunk/Makefile csw/mgar/pkg/php5_sysvshm/trunk/checksums csw/mgar/pkg/php5_sysvshm/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_sysvshm/Makefile csw/mgar/pkg/php5_sysvshm/checksums csw/mgar/pkg/php5_sysvshm/files/ Deleted: csw/mgar/pkg/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-23 04:40:28 UTC (rev 3402) +++ csw/mgar/pkg/php5_sysvshm/Makefile 2009-02-23 04:40:39 UTC (rev 3403) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = sysvshm - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5_sysvshm/checksums 2009-02-23 04:40:28 UTC (rev 3402) +++ csw/mgar/pkg/php5_sysvshm/checksums 2009-02-23 04:40:39 UTC (rev 3403) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_sysvshm/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_sysvshm/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_sysvshm/Makefile) =================================================================== --- csw/mgar/pkg/php5_sysvshm/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_sysvshm/trunk/Makefile 2009-02-23 04:40:39 UTC (rev 3403) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvshm + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_sysvshm/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_sysvshm/checksums) =================================================================== --- csw/mgar/pkg/php5_sysvshm/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_sysvshm/trunk/checksums 2009-02-23 04:40:39 UTC (rev 3403) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:40:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:40:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3404] csw/mgar/pkg/php5_tidy Message-ID: Revision: 3404 http://gar.svn.sourceforge.net/gar/?rev=3404&view=rev Author: valholla Date: 2009-02-23 04:40:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_tidy/trunk/ csw/mgar/pkg/php5_tidy/trunk/Makefile csw/mgar/pkg/php5_tidy/trunk/checksums csw/mgar/pkg/php5_tidy/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_tidy/Makefile csw/mgar/pkg/php5_tidy/checksums csw/mgar/pkg/php5_tidy/files/ Deleted: csw/mgar/pkg/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/Makefile 2009-02-23 04:40:39 UTC (rev 3403) +++ csw/mgar/pkg/php5_tidy/Makefile 2009-02-23 04:40:51 UTC (rev 3404) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = tidy - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-tidy=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5_tidy/checksums 2009-02-23 04:40:39 UTC (rev 3403) +++ csw/mgar/pkg/php5_tidy/checksums 2009-02-23 04:40:51 UTC (rev 3404) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_tidy/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_tidy/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_tidy/Makefile) =================================================================== --- csw/mgar/pkg/php5_tidy/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_tidy/trunk/Makefile 2009-02-23 04:40:51 UTC (rev 3404) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tidy + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-tidy=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_tidy/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_tidy/checksums) =================================================================== --- csw/mgar/pkg/php5_tidy/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_tidy/trunk/checksums 2009-02-23 04:40:51 UTC (rev 3404) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:01 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[3405] csw/mgar/pkg/php5_tokenizer Message-ID: Revision: 3405 http://gar.svn.sourceforge.net/gar/?rev=3405&view=rev Author: valholla Date: 2009-02-23 04:41:01 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_tokenizer/trunk/ csw/mgar/pkg/php5_tokenizer/trunk/Makefile csw/mgar/pkg/php5_tokenizer/trunk/checksums csw/mgar/pkg/php5_tokenizer/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_tokenizer/Makefile csw/mgar/pkg/php5_tokenizer/checksums csw/mgar/pkg/php5_tokenizer/files/ Deleted: csw/mgar/pkg/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-23 04:40:51 UTC (rev 3404) +++ csw/mgar/pkg/php5_tokenizer/Makefile 2009-02-23 04:41:01 UTC (rev 3405) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = tokenizer - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5_tokenizer/checksums 2009-02-23 04:40:51 UTC (rev 3404) +++ csw/mgar/pkg/php5_tokenizer/checksums 2009-02-23 04:41:01 UTC (rev 3405) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_tokenizer/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_tokenizer/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_tokenizer/Makefile) =================================================================== --- csw/mgar/pkg/php5_tokenizer/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_tokenizer/trunk/Makefile 2009-02-23 04:41:01 UTC (rev 3405) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tokenizer + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_tokenizer/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_tokenizer/checksums) =================================================================== --- csw/mgar/pkg/php5_tokenizer/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_tokenizer/trunk/checksums 2009-02-23 04:41:01 UTC (rev 3405) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:13 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3406] csw/mgar/pkg/php5_xdebug Message-ID: Revision: 3406 http://gar.svn.sourceforge.net/gar/?rev=3406&view=rev Author: valholla Date: 2009-02-23 04:41:12 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xdebug/trunk/ csw/mgar/pkg/php5_xdebug/trunk/Makefile csw/mgar/pkg/php5_xdebug/trunk/checksums csw/mgar/pkg/php5_xdebug/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xdebug/Makefile csw/mgar/pkg/php5_xdebug/checksums csw/mgar/pkg/php5_xdebug/files/ Deleted: csw/mgar/pkg/php5_xdebug/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/Makefile 2009-02-23 04:41:01 UTC (rev 3405) +++ csw/mgar/pkg/php5_xdebug/Makefile 2009-02-23 04:41:12 UTC (rev 3406) @@ -1,49 +0,0 @@ -GARNAME = xdebug -GARVERSION = 2.0.4 -CATEGORIES = lang - -DESCRIPTION = Xdebug Extention for PHP -define BLURB -The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: - - * stack traces and function traces in error messages with: - o full parameter display for user defined functions - o function name, file name and line indications - o support for member functions - * memory allocation - * protection for infinite recursions -endef - - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5xdebug - -MASTER_SITES = http://www.xdebug.org/ -SPKG_SOURCEURL = http://www.xdebug.org/files/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz - -DISTFILES = $(DISTNAME).tgz - -CATALOGNAME_CSWphp5xdebug = php5_xdebug -SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5 -REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - -# There are no test scripts -TEST_SCRIPTS = - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xdebug/checksums =================================================================== --- csw/mgar/pkg/php5_xdebug/checksums 2009-02-23 04:41:01 UTC (rev 3405) +++ csw/mgar/pkg/php5_xdebug/checksums 2009-02-23 04:41:12 UTC (rev 3406) @@ -1 +0,0 @@ -2fd6adb30c338d7667b464506fd58eca download/xdebug-2.0.4.tgz Property changes on: csw/mgar/pkg/php5_xdebug/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xdebug/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xdebug/Makefile) =================================================================== --- csw/mgar/pkg/php5_xdebug/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xdebug/trunk/Makefile 2009-02-23 04:41:12 UTC (rev 3406) @@ -0,0 +1,49 @@ +GARNAME = xdebug +GARVERSION = 2.0.4 +CATEGORIES = lang + +DESCRIPTION = Xdebug Extention for PHP +define BLURB +The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: + + * stack traces and function traces in error messages with: + o full parameter display for user defined functions + o function name, file name and line indications + o support for member functions + * memory allocation + * protection for infinite recursions +endef + + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5xdebug + +MASTER_SITES = http://www.xdebug.org/ +SPKG_SOURCEURL = http://www.xdebug.org/files/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz + +DISTFILES = $(DISTNAME).tgz + +CATALOGNAME_CSWphp5xdebug = php5_xdebug +SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5 +REQUIRED_PKGS_CSWphp5xdebug = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +# There are no test scripts +TEST_SCRIPTS = + +include gar/category.mk Copied: csw/mgar/pkg/php5_xdebug/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xdebug/checksums) =================================================================== --- csw/mgar/pkg/php5_xdebug/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xdebug/trunk/checksums 2009-02-23 04:41:12 UTC (rev 3406) @@ -0,0 +1 @@ +2fd6adb30c338d7667b464506fd58eca download/xdebug-2.0.4.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3407] csw/mgar/pkg/php5_xml Message-ID: Revision: 3407 http://gar.svn.sourceforge.net/gar/?rev=3407&view=rev Author: valholla Date: 2009-02-23 04:41:23 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xml/trunk/ csw/mgar/pkg/php5_xml/trunk/Makefile csw/mgar/pkg/php5_xml/trunk/checksums csw/mgar/pkg/php5_xml/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xml/Makefile csw/mgar/pkg/php5_xml/checksums csw/mgar/pkg/php5_xml/files/ Deleted: csw/mgar/pkg/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/Makefile 2009-02-23 04:41:12 UTC (rev 3406) +++ csw/mgar/pkg/php5_xml/Makefile 2009-02-23 04:41:23 UTC (rev 3407) @@ -1,52 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xml - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) - - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5_xml/checksums 2009-02-23 04:41:12 UTC (rev 3406) +++ csw/mgar/pkg/php5_xml/checksums 2009-02-23 04:41:23 UTC (rev 3407) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xml/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xml/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xml/Makefile) =================================================================== --- csw/mgar/pkg/php5_xml/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xml/trunk/Makefile 2009-02-23 04:41:23 UTC (rev 3407) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xml/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xml/checksums) =================================================================== --- csw/mgar/pkg/php5_xml/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xml/trunk/checksums 2009-02-23 04:41:23 UTC (rev 3407) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:41:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:41:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3408] csw/mgar/pkg/php5_xmlreader Message-ID: Revision: 3408 http://gar.svn.sourceforge.net/gar/?rev=3408&view=rev Author: valholla Date: 2009-02-23 04:41:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xmlreader/trunk/ csw/mgar/pkg/php5_xmlreader/trunk/Makefile csw/mgar/pkg/php5_xmlreader/trunk/checksums csw/mgar/pkg/php5_xmlreader/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xmlreader/Makefile csw/mgar/pkg/php5_xmlreader/checksums csw/mgar/pkg/php5_xmlreader/files/ Deleted: csw/mgar/pkg/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-23 04:41:23 UTC (rev 3407) +++ csw/mgar/pkg/php5_xmlreader/Makefile 2009-02-23 04:41:35 UTC (rev 3408) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xmlreader - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5_xmlreader/checksums 2009-02-23 04:41:23 UTC (rev 3407) +++ csw/mgar/pkg/php5_xmlreader/checksums 2009-02-23 04:41:35 UTC (rev 3408) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xmlreader/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xmlreader/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xmlreader/Makefile) =================================================================== --- csw/mgar/pkg/php5_xmlreader/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlreader/trunk/Makefile 2009-02-23 04:41:35 UTC (rev 3408) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlreader + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xmlreader/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xmlreader/checksums) =================================================================== --- csw/mgar/pkg/php5_xmlreader/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xmlreader/trunk/checksums 2009-02-23 04:41:35 UTC (rev 3408) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:42:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:42:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3409] csw/mgar/pkg/php5_xmlrpc Message-ID: Revision: 3409 http://gar.svn.sourceforge.net/gar/?rev=3409&view=rev Author: valholla Date: 2009-02-23 04:42:18 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xmlrpc/trunk/ csw/mgar/pkg/php5_xmlrpc/trunk/Makefile csw/mgar/pkg/php5_xmlrpc/trunk/checksums csw/mgar/pkg/php5_xmlrpc/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xmlrpc/Makefile csw/mgar/pkg/php5_xmlrpc/checksums csw/mgar/pkg/php5_xmlrpc/files/ Deleted: csw/mgar/pkg/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-23 04:41:35 UTC (rev 3408) +++ csw/mgar/pkg/php5_xmlrpc/Makefile 2009-02-23 04:42:18 UTC (rev 3409) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xmlrpc - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-23 04:41:35 UTC (rev 3408) +++ csw/mgar/pkg/php5_xmlrpc/checksums 2009-02-23 04:42:18 UTC (rev 3409) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xmlrpc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xmlrpc/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xmlrpc/Makefile) =================================================================== --- csw/mgar/pkg/php5_xmlrpc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlrpc/trunk/Makefile 2009-02-23 04:42:18 UTC (rev 3409) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlrpc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xmlrpc/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xmlrpc/checksums) =================================================================== --- csw/mgar/pkg/php5_xmlrpc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xmlrpc/trunk/checksums 2009-02-23 04:42:18 UTC (rev 3409) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:42:41 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:42:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3410] csw/mgar/pkg/php5_xmlwriter Message-ID: Revision: 3410 http://gar.svn.sourceforge.net/gar/?rev=3410&view=rev Author: valholla Date: 2009-02-23 04:42:41 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_xmlwriter/trunk/ csw/mgar/pkg/php5_xmlwriter/trunk/Makefile csw/mgar/pkg/php5_xmlwriter/trunk/checksums csw/mgar/pkg/php5_xmlwriter/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_xmlwriter/Makefile csw/mgar/pkg/php5_xmlwriter/checksums csw/mgar/pkg/php5_xmlwriter/files/ Deleted: csw/mgar/pkg/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-23 04:42:18 UTC (rev 3409) +++ csw/mgar/pkg/php5_xmlwriter/Makefile 2009-02-23 04:42:41 UTC (rev 3410) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = xmlwriter - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-libxml-dir=$(prefix) - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-23 04:42:18 UTC (rev 3409) +++ csw/mgar/pkg/php5_xmlwriter/checksums 2009-02-23 04:42:41 UTC (rev 3410) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_xmlwriter/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_xmlwriter/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xmlwriter/Makefile) =================================================================== --- csw/mgar/pkg/php5_xmlwriter/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xmlwriter/trunk/Makefile 2009-02-23 04:42:41 UTC (rev 3410) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlwriter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_xmlwriter/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xmlwriter/checksums) =================================================================== --- csw/mgar/pkg/php5_xmlwriter/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xmlwriter/trunk/checksums 2009-02-23 04:42:41 UTC (rev 3410) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:42:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:42:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3411] csw/mgar/pkg/php5_zip Message-ID: Revision: 3411 http://gar.svn.sourceforge.net/gar/?rev=3411&view=rev Author: valholla Date: 2009-02-23 04:42:53 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_zip/trunk/ csw/mgar/pkg/php5_zip/trunk/Makefile csw/mgar/pkg/php5_zip/trunk/checksums csw/mgar/pkg/php5_zip/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_zip/Makefile csw/mgar/pkg/php5_zip/checksums csw/mgar/pkg/php5_zip/files/ Deleted: csw/mgar/pkg/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/Makefile 2009-02-23 04:42:41 UTC (rev 3410) +++ csw/mgar/pkg/php5_zip/Makefile 2009-02-23 04:42:53 UTC (rev 3411) @@ -1,49 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = zip - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5_zip/checksums 2009-02-23 04:42:41 UTC (rev 3410) +++ csw/mgar/pkg/php5_zip/checksums 2009-02-23 04:42:53 UTC (rev 3411) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_zip/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_zip/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_zip/Makefile) =================================================================== --- csw/mgar/pkg/php5_zip/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_zip/trunk/Makefile 2009-02-23 04:42:53 UTC (rev 3411) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zip + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_zip/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_zip/checksums) =================================================================== --- csw/mgar/pkg/php5_zip/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_zip/trunk/checksums 2009-02-23 04:42:53 UTC (rev 3411) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:43:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:43:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3412] csw/mgar/pkg/php5_zlib Message-ID: Revision: 3412 http://gar.svn.sourceforge.net/gar/?rev=3412&view=rev Author: valholla Date: 2009-02-23 04:43:04 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/php5_zlib/trunk/ csw/mgar/pkg/php5_zlib/trunk/Makefile csw/mgar/pkg/php5_zlib/trunk/checksums csw/mgar/pkg/php5_zlib/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/php5_zlib/Makefile csw/mgar/pkg/php5_zlib/checksums csw/mgar/pkg/php5_zlib/files/ Deleted: csw/mgar/pkg/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/Makefile 2009-02-23 04:42:53 UTC (rev 3411) +++ csw/mgar/pkg/php5_zlib/Makefile 2009-02-23 04:43:04 UTC (rev 3412) @@ -1,50 +0,0 @@ -GARNAME = php -GARVERSION = 5.2.6 -CATEGORIES = lang -PHP5EXT_NAME = zlib - -DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP -define BLURB - $(PHP5EXT_NAME) Extention for PHP -endef - -WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) - -INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) -PHP_PREFIX = $(prefix)/php5 -PHP_BIN = $(PHP_PREFIX)/bin - -PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) -STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ -STRIP_DIRS += $(PHP5ROOT)/bin - - -PACKAGES = CSWphp5$(PHP5EXT_NAME) - -MASTER_SITES = http://www.php.net/releases/ -SPKG_SOURCEURL = http://www.php.net/get/ -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 - -DISTFILES = $(DISTNAME).tar.bz2 - -CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) -SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config - -post-extract-$(MODULATION): - @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) - @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) - $(DONADA) - - -TEST_SCRIPTS = manual - -test-manual: - @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ - cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) - $(DONADA) - -include gar/category.mk Deleted: csw/mgar/pkg/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5_zlib/checksums 2009-02-23 04:42:53 UTC (rev 3411) +++ csw/mgar/pkg/php5_zlib/checksums 2009-02-23 04:43:04 UTC (rev 3412) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Property changes on: csw/mgar/pkg/php5_zlib/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/php5_zlib/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_zlib/Makefile) =================================================================== --- csw/mgar/pkg/php5_zlib/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_zlib/trunk/Makefile 2009-02-23 04:43:04 UTC (rev 3412) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zlib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Copied: csw/mgar/pkg/php5_zlib/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_zlib/checksums) =================================================================== --- csw/mgar/pkg/php5_zlib/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_zlib/trunk/checksums 2009-02-23 04:43:04 UTC (rev 3412) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:44:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:44:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3413] csw/mgar/pkg/fixme Message-ID: Revision: 3413 http://gar.svn.sourceforge.net/gar/?rev=3413&view=rev Author: valholla Date: 2009-02-23 04:44:34 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/fixme/trunk/ csw/mgar/pkg/fixme/trunk/fixme.sh Removed Paths: ------------- csw/mgar/pkg/fixme/fixme.sh Deleted: csw/mgar/pkg/fixme/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/fixme.sh 2009-02-23 04:43:04 UTC (rev 3412) +++ csw/mgar/pkg/fixme/fixme.sh 2009-02-23 04:44:34 UTC (rev 3413) @@ -1,49 +0,0 @@ -#!/bin/bash -#################################################### -# -# fixme.sh -# Intended to remove the use of libtool's -# pseudo-libraries for opencsw builds. -# -# Author: Mike Watters mwatters_at_opencsw.org -# Initial Version: 0.1 -# -#################################################### - -umask 0022 -PATH=/opt/csw/bin - -if [ $# -ne 1 ]; then - gecho "USAGE: $(basename $0) WORKSRC" - exit 1 -fi -BASEPATH=$1 - -## Fix Makefiles -for mk in $(gfind ${BASEPATH} -name Makefile -print); do - LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ - gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") - - for file in ${LT_FILES}; do - LIB_NAME=$(ggrep 'dlname=' ${file} | \ - gsed -e "s/.*'\(.*\)'/\1/" \ - -e "s/^lib//" \ - -e "s/\.so.*$//") - fixpath=$(gecho $file |gsed 's/\//\\\//g') - sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new - gmv Makefile.new ${mk} - done -done - -## Fix libtool Script -for lt in $(gfind ${BASEPATH} -name libtool -print); do - gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new - gmv ${lt}.new ${lt} -done - -LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) -if [ -f ${LTMAIN} ]; then - gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new - gmv ${LTMAIN}.new ${LTMAIN} -fi - Copied: csw/mgar/pkg/fixme/trunk/fixme.sh (from rev 3412, csw/mgar/pkg/fixme/fixme.sh) =================================================================== --- csw/mgar/pkg/fixme/trunk/fixme.sh (rev 0) +++ csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 04:44:34 UTC (rev 3413) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 05:57:35 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 04:57:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[3414] csw/mgar/pkg/pygobject Message-ID: Revision: 3414 http://gar.svn.sourceforge.net/gar/?rev=3414&view=rev Author: valholla Date: 2009-02-23 04:57:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix directory structure Added Paths: ----------- csw/mgar/pkg/pygobject/trunk/ csw/mgar/pkg/pygobject/trunk/Makefile csw/mgar/pkg/pygobject/trunk/checksums csw/mgar/pkg/pygobject/trunk/files/ Property changes on: csw/mgar/pkg/pygobject/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/pygobject/trunk/Makefile (from rev 3413, csw/mgar/pkg/pygobject/Makefile) =================================================================== --- csw/mgar/pkg/pygobject/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-23 04:57:35 UTC (rev 3414) @@ -0,0 +1,36 @@ +GARNAME = pygobject +GARVERSION = 2.15.4 +CATEGORIES = lang + +DESCRIPTION = pygobject support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygobject +REQUIRED_PKGS_CSWpygobject = CSWpython CSWggettextrt CSWglib2 + + +CATALOGNAME_CSWpygobject = py_gobject +SPKG_DESC_CSWpygobject = pygobject support for Python + +## patch to change zero sized struct to zero-sized sub-object +PATCHFILES = pygobject.diff + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## Tests require gtk, but gtk requries gobject +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Copied: csw/mgar/pkg/pygobject/trunk/checksums (from rev 3413, csw/mgar/pkg/pygobject/checksums) =================================================================== --- csw/mgar/pkg/pygobject/trunk/checksums (rev 0) +++ csw/mgar/pkg/pygobject/trunk/checksums 2009-02-23 04:57:35 UTC (rev 3414) @@ -0,0 +1,3 @@ +df59affe5b8fd7148506c3473d479868 download/pygobject-2.15.4.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh +58a4ba1e53516251eb4c69fae6372208 download/pygobject.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:04:50 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:04:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3415] csw/mgar/pkg/gpgme/trunk/Makefile Message-ID: Revision: 3415 http://gar.svn.sourceforge.net/gar/?rev=3415&view=rev Author: valholla Date: 2009-02-23 05:04:49 +0000 (Mon, 23 Feb 2009) Log Message: ----------- build64 Modified Paths: -------------- csw/mgar/pkg/gpgme/trunk/Makefile Modified: csw/mgar/pkg/gpgme/trunk/Makefile =================================================================== --- csw/mgar/pkg/gpgme/trunk/Makefile 2009-02-23 04:57:35 UTC (rev 3414) +++ csw/mgar/pkg/gpgme/trunk/Makefile 2009-02-23 05:04:49 UTC (rev 3415) @@ -22,6 +22,9 @@ REQUIRED_PKGS = CSWgpgerr CSWpth +BUILD64 = 1 +NO_ISAEXEC = 1 + CONFIGURE_ARGS = $(DIRPATHS) TEST_TARGET = check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:26:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:26:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3416] csw/mgar/pkg Message-ID: Revision: 3416 http://gar.svn.sourceforge.net/gar/?rev=3416&view=rev Author: valholla Date: 2009-02-23 05:26:59 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_dba/ csw/mgar/pkg/php5_dba/trunk/ csw/mgar/pkg/php5_dba/trunk/Makefile csw/mgar/pkg/php5_dba/trunk/checksums csw/mgar/pkg/php5_dba/trunk/files/ Property changes on: csw/mgar/pkg/php5_dba/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_dba/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dba/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_dba/trunk/Makefile 2009-02-23 05:26:59 UTC (rev 3416) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dba + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_dba/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_dba/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_dba/trunk/checksums 2009-02-23 05:26:59 UTC (rev 3416) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:10 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3417] csw/mgar/pkg Message-ID: Revision: 3417 http://gar.svn.sourceforge.net/gar/?rev=3417&view=rev Author: valholla Date: 2009-02-23 05:27:10 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mysql/ csw/mgar/pkg/php5_mysql/trunk/ csw/mgar/pkg/php5_mysql/trunk/Makefile csw/mgar/pkg/php5_mysql/trunk/checksums csw/mgar/pkg/php5_mysql/trunk/files/ Property changes on: csw/mgar/pkg/php5_mysql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mysql/trunk/Makefile 2009-02-23 05:27:10 UTC (rev 3417) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysql=$(prefix) +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mysql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mysql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mysql/trunk/checksums 2009-02-23 05:27:10 UTC (rev 3417) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3418] csw/mgar/pkg Message-ID: Revision: 3418 http://gar.svn.sourceforge.net/gar/?rev=3418&view=rev Author: valholla Date: 2009-02-23 05:27:19 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdomysql/ csw/mgar/pkg/php5_pdomysql/trunk/ csw/mgar/pkg/php5_pdomysql/trunk/Makefile csw/mgar/pkg/php5_pdomysql/trunk/checksums csw/mgar/pkg/php5_pdomysql/trunk/files/ Property changes on: csw/mgar/pkg/php5_pdomysql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdomysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdomysql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdomysql/trunk/Makefile 2009-02-23 05:27:19 UTC (rev 3418) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdomysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_mysql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-mysql=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdomysql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdomysql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdomysql/trunk/checksums 2009-02-23 05:27:19 UTC (rev 3418) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:27 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[3419] csw/mgar/pkg Message-ID: Revision: 3419 http://gar.svn.sourceforge.net/gar/?rev=3419&view=rev Author: valholla Date: 2009-02-23 05:27:27 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pgsql/ csw/mgar/pkg/php5_pgsql/trunk/ csw/mgar/pkg/php5_pgsql/trunk/Makefile csw/mgar/pkg/php5_pgsql/trunk/files/ Property changes on: csw/mgar/pkg/php5_pgsql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-23 05:27:27 UTC (rev 3419) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3420] csw/mgar/pkg Message-ID: Revision: 3420 http://gar.svn.sourceforge.net/gar/?rev=3420&view=rev Author: valholla Date: 2009-02-23 05:27:35 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_snmp/ csw/mgar/pkg/php5_snmp/trunk/ csw/mgar/pkg/php5_snmp/trunk/Makefile csw/mgar/pkg/php5_snmp/trunk/checksums csw/mgar/pkg/php5_snmp/trunk/files/ Property changes on: csw/mgar/pkg/php5_snmp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_snmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_snmp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_snmp/trunk/Makefile 2009-02-23 05:27:35 UTC (rev 3420) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = snmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWnetsnmp CSWosslrt CSWtcpwrap + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_snmp/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_snmp/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_snmp/trunk/checksums 2009-02-23 05:27:35 UTC (rev 3420) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:43 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[3421] csw/mgar/pkg Message-ID: Revision: 3421 http://gar.svn.sourceforge.net/gar/?rev=3421&view=rev Author: valholla Date: 2009-02-23 05:27:43 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mcrypt/ csw/mgar/pkg/php5_mcrypt/trunk/ csw/mgar/pkg/php5_mcrypt/trunk/Makefile csw/mgar/pkg/php5_mcrypt/trunk/checksums csw/mgar/pkg/php5_mcrypt/trunk/files/ Property changes on: csw/mgar/pkg/php5_mcrypt/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mcrypt/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mcrypt/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mcrypt/trunk/Makefile 2009-02-23 05:27:43 UTC (rev 3421) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mcrypt + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmcrypt CSWlibtoolrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mcrypt=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mcrypt/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mcrypt/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mcrypt/trunk/checksums 2009-02-23 05:27:43 UTC (rev 3421) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3422] csw/mgar/pkg Message-ID: Revision: 3422 http://gar.svn.sourceforge.net/gar/?rev=3422&view=rev Author: valholla Date: 2009-02-23 05:27:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mysqli/ csw/mgar/pkg/php5_mysqli/trunk/ csw/mgar/pkg/php5_mysqli/trunk/Makefile csw/mgar/pkg/php5_mysqli/trunk/checksums csw/mgar/pkg/php5_mysqli/trunk/files/ Property changes on: csw/mgar/pkg/php5_mysqli/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mysqli/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysqli/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mysqli/trunk/Makefile 2009-02-23 05:27:51 UTC (rev 3422) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysqli + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysqli=$(bindir)/mysql_config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mysqli/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mysqli/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mysqli/trunk/checksums 2009-02-23 05:27:51 UTC (rev 3422) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:27:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:27:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3423] csw/mgar/pkg Message-ID: Revision: 3423 http://gar.svn.sourceforge.net/gar/?rev=3423&view=rev Author: valholla Date: 2009-02-23 05:27:59 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdoodbc/ csw/mgar/pkg/php5_pdoodbc/trunk/ csw/mgar/pkg/php5_pdoodbc/trunk/Makefile csw/mgar/pkg/php5_pdoodbc/trunk/checksums csw/mgar/pkg/php5_pdoodbc/trunk/files/ Property changes on: csw/mgar/pkg/php5_pdoodbc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdoodbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdoodbc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdoodbc/trunk/Makefile 2009-02-23 05:27:59 UTC (rev 3423) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdoodbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_odbc + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-odbc=unixODBC,$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdoodbc/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdoodbc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdoodbc/trunk/checksums 2009-02-23 05:27:59 UTC (rev 3423) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3424] csw/mgar/pkg Message-ID: Revision: 3424 http://gar.svn.sourceforge.net/gar/?rev=3424&view=rev Author: valholla Date: 2009-02-23 05:28:07 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pspell/ csw/mgar/pkg/php5_pspell/trunk/ csw/mgar/pkg/php5_pspell/trunk/Makefile csw/mgar/pkg/php5_pspell/trunk/checksums csw/mgar/pkg/php5_pspell/trunk/files/ Property changes on: csw/mgar/pkg/php5_pspell/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pspell/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pspell/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pspell/trunk/Makefile 2009-02-23 05:28:07 UTC (rev 3424) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pspell + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWaspell + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pspell=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pspell/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pspell/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pspell/trunk/checksums 2009-02-23 05:28:07 UTC (rev 3424) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:15 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3425] csw/mgar/pkg Message-ID: Revision: 3425 http://gar.svn.sourceforge.net/gar/?rev=3425&view=rev Author: valholla Date: 2009-02-23 05:28:15 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_wddx/ csw/mgar/pkg/php5_wddx/trunk/ csw/mgar/pkg/php5_wddx/trunk/Makefile csw/mgar/pkg/php5_wddx/trunk/checksums csw/mgar/pkg/php5_wddx/trunk/files/ Property changes on: csw/mgar/pkg/php5_wddx/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_wddx/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_wddx/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_wddx/trunk/Makefile 2009-02-23 05:28:15 UTC (rev 3425) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = wddx + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_wddx/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_wddx/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_wddx/trunk/checksums 2009-02-23 05:28:15 UTC (rev 3425) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3426] csw/mgar/pkg Message-ID: Revision: 3426 http://gar.svn.sourceforge.net/gar/?rev=3426&view=rev Author: valholla Date: 2009-02-23 05:28:24 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mhash/ csw/mgar/pkg/php5_mhash/trunk/ csw/mgar/pkg/php5_mhash/trunk/Makefile csw/mgar/pkg/php5_mhash/trunk/checksums csw/mgar/pkg/php5_mhash/trunk/files/ Property changes on: csw/mgar/pkg/php5_mhash/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mhash/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mhash/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mhash/trunk/Makefile 2009-02-23 05:28:24 UTC (rev 3426) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mhash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmhash + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mhash=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mhash/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mhash/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mhash/trunk/checksums 2009-02-23 05:28:24 UTC (rev 3426) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3429] csw/mgar/pkg Message-ID: Revision: 3429 http://gar.svn.sourceforge.net/gar/?rev=3429&view=rev Author: valholla Date: 2009-02-23 05:28:51 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_readline/ csw/mgar/pkg/php5_readline/trunk/ csw/mgar/pkg/php5_readline/trunk/Makefile csw/mgar/pkg/php5_readline/trunk/checksums csw/mgar/pkg/php5_readline/trunk/files/ Property changes on: csw/mgar/pkg/php5_readline/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_readline/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-23 05:28:51 UTC (rev 3429) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = readline + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-readline=shared,$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_readline/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_readline/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_readline/trunk/checksums 2009-02-23 05:28:51 UTC (rev 3429) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3427] csw/mgar/pkg Message-ID: Revision: 3427 http://gar.svn.sourceforge.net/gar/?rev=3427&view=rev Author: valholla Date: 2009-02-23 05:28:33 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_odbc/ csw/mgar/pkg/php5_odbc/trunk/ csw/mgar/pkg/php5_odbc/trunk/Makefile csw/mgar/pkg/php5_odbc/trunk/checksums csw/mgar/pkg/php5_odbc/trunk/files/ Property changes on: csw/mgar/pkg/php5_odbc/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_odbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-23 05:28:33 UTC (rev 3427) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = odbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-unixODBC=$(prefix) + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_odbc/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_odbc/trunk/checksums 2009-02-23 05:28:33 UTC (rev 3427) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3428] csw/mgar/pkg Message-ID: Revision: 3428 http://gar.svn.sourceforge.net/gar/?rev=3428&view=rev Author: valholla Date: 2009-02-23 05:28:42 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdopgsql/ csw/mgar/pkg/php5_pdopgsql/trunk/ csw/mgar/pkg/php5_pdopgsql/trunk/Makefile csw/mgar/pkg/php5_pdopgsql/trunk/checksums csw/mgar/pkg/php5_pdopgsql/trunk/files/ csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff Property changes on: csw/mgar/pkg/php5_pdopgsql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdopgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdopgsql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdopgsql/trunk/Makefile 2009-02-23 05:28:42 UTC (rev 3428) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdopgsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_pgsql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-pgsql=$(prefix)/postgresql + +PATCHFILES = config.diff + +pre-configure-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdopgsql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdopgsql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdopgsql/trunk/checksums 2009-02-23 05:28:42 UTC (rev 3428) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +67859a939c6c6f8e94ecc99db7fcf70d download/config.diff Added: csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff =================================================================== --- csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff (rev 0) +++ csw/mgar/pkg/php5_pdopgsql/trunk/files/config.diff 2009-02-23 05:28:42 UTC (rev 3428) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-19 15:57:33.757262166 -0600 ++++ ./config.m4 2009-02-19 15:58:15.092308743 -0600 +@@ -13,8 +13,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:28:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:28:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3430] csw/mgar/pkg Message-ID: Revision: 3430 http://gar.svn.sourceforge.net/gar/?rev=3430&view=rev Author: valholla Date: 2009-02-23 05:28:58 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_xsl/ csw/mgar/pkg/php5_xsl/trunk/ csw/mgar/pkg/php5_xsl/trunk/Makefile csw/mgar/pkg/php5_xsl/trunk/checksums csw/mgar/pkg/php5_xsl/trunk/files/ Property changes on: csw/mgar/pkg/php5_xsl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_xsl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xsl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_xsl/trunk/Makefile 2009-02-23 05:28:58 UTC (rev 3430) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xsl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWlibxslt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-xsl=$(prefix) + + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_xsl/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_xsl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_xsl/trunk/checksums 2009-02-23 05:28:58 UTC (rev 3430) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3431] csw/mgar/pkg Message-ID: Revision: 3431 http://gar.svn.sourceforge.net/gar/?rev=3431&view=rev Author: valholla Date: 2009-02-23 05:29:07 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_mssql/ csw/mgar/pkg/php5_mssql/trunk/ csw/mgar/pkg/php5_mssql/trunk/Makefile csw/mgar/pkg/php5_mssql/trunk/checksums csw/mgar/pkg/php5_mssql/trunk/files/ Property changes on: csw/mgar/pkg/php5_mssql/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_mssql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mssql/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_mssql/trunk/Makefile 2009-02-23 05:29:07 UTC (rev 3431) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mssql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWfreetds + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mssql=$(prefix) +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_mssql/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_mssql/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_mssql/trunk/checksums 2009-02-23 05:29:07 UTC (rev 3431) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:16 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[3432] csw/mgar/pkg Message-ID: Revision: 3432 http://gar.svn.sourceforge.net/gar/?rev=3432&view=rev Author: valholla Date: 2009-02-23 05:29:16 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_openssl/ csw/mgar/pkg/php5_openssl/trunk/ csw/mgar/pkg/php5_openssl/trunk/Makefile csw/mgar/pkg/php5_openssl/trunk/checksums csw/mgar/pkg/php5_openssl/trunk/files/ Property changes on: csw/mgar/pkg/php5_openssl/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_openssl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_openssl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_openssl/trunk/Makefile 2009-02-23 05:29:16 UTC (rev 3432) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = openssl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWosslrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_openssl/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_openssl/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_openssl/trunk/checksums 2009-02-23 05:29:16 UTC (rev 3432) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:24 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3433] csw/mgar/pkg Message-ID: Revision: 3433 http://gar.svn.sourceforge.net/gar/?rev=3433&view=rev Author: valholla Date: 2009-02-23 05:29:24 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_pdosqlite/ csw/mgar/pkg/php5_pdosqlite/trunk/ csw/mgar/pkg/php5_pdosqlite/trunk/Makefile csw/mgar/pkg/php5_pdosqlite/trunk/checksums csw/mgar/pkg/php5_pdosqlite/trunk/files/ Property changes on: csw/mgar/pkg/php5_pdosqlite/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_pdosqlite/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdosqlite/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_pdosqlite/trunk/Makefile 2009-02-23 05:29:24 UTC (rev 3433) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdosqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_sqlite + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_pdosqlite/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_pdosqlite/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_pdosqlite/trunk/checksums 2009-02-23 05:29:24 UTC (rev 3433) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:32 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3434] csw/mgar/pkg Message-ID: Revision: 3434 http://gar.svn.sourceforge.net/gar/?rev=3434&view=rev Author: valholla Date: 2009-02-23 05:29:32 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/php5_session/ csw/mgar/pkg/php5_session/trunk/ csw/mgar/pkg/php5_session/trunk/Makefile csw/mgar/pkg/php5_session/trunk/checksums csw/mgar/pkg/php5_session/trunk/files/ Property changes on: csw/mgar/pkg/php5_session/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/php5_session/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_session/trunk/Makefile (rev 0) +++ csw/mgar/pkg/php5_session/trunk/Makefile 2009-02-23 05:29:32 UTC (rev 3434) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = session + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-$(MODULATION): + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5_session/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_session/trunk/checksums (rev 0) +++ csw/mgar/pkg/php5_session/trunk/checksums 2009-02-23 05:29:32 UTC (rev 3434) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:29:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:29:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3435] csw/mgar/pkg Message-ID: Revision: 3435 http://gar.svn.sourceforge.net/gar/?rev=3435&view=rev Author: valholla Date: 2009-02-23 05:29:41 +0000 (Mon, 23 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/pyorbit/ csw/mgar/pkg/pyorbit/trunk/ csw/mgar/pkg/pyorbit/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/checksums csw/mgar/pkg/pyorbit/trunk/files/ csw/mgar/pkg/pyorbit/trunk/files/fixme.sh Property changes on: csw/mgar/pkg/pyorbit/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-23 05:29:41 UTC (rev 3435) @@ -0,0 +1,32 @@ +GARNAME = pyorbit +GARVERSION = 2.24.0 +CATEGORIES = lang + +DESCRIPTION = ORBit2 CORBA support for Python +define BLURB + This is a Python language binding for the ORBit2 CORBA implementation. +endef + +MASTER_SITES = http://freshmeat.net/projects/pyorbit/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpyorbit +REQUIRED_PKGS_CSWpyorbit = CSWpython CSWggettextrt CSWglib2 +REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2 + +CATALOGNAME_CSWpyorbit = py_orbit +SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## No tests +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-$(MODULATION): + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Added: csw/mgar/pkg/pyorbit/trunk/checksums =================================================================== --- csw/mgar/pkg/pyorbit/trunk/checksums (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/checksums 2009-02-23 05:29:41 UTC (rev 3435) @@ -0,0 +1,2 @@ +574593815e75ee6e98062c75d6d1581f download/pyorbit-2.24.0.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh Added: csw/mgar/pkg/pyorbit/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/pyorbit/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/files/fixme.sh 2009-02-23 05:29:41 UTC (rev 3435) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pyorbit/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:32:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:32:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3436] csw/mgar/pkg/subversion/trunk Message-ID: Revision: 3436 http://gar.svn.sourceforge.net/gar/?rev=3436&view=rev Author: valholla Date: 2009-02-23 05:32:05 +0000 (Mon, 23 Feb 2009) Log Message: ----------- snapshot Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype csw/mgar/pkg/subversion/trunk/files/binding.diff csw/mgar/pkg/subversion/trunk/files/gdiff.diff csw/mgar/pkg/subversion/trunk/files/javahl.diff csw/mgar/pkg/subversion/trunk/files/neon-version.diff Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +1,5 @@ GARNAME = subversion -DISTVERSION = 1.5.2 +DISTVERSION = 1.5.5 GARVERSION = $(subst -,,$(DISTVERSION)) CATEGORIES = utils @@ -20,53 +20,56 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -# JUnit -#MASTER_SITES += $(SF_MIRROR)/junit/ -#DISTFILES += junit3.8.1.zip - WORKSRC = $(WORKDIR)/$(GARNAME)-$(DISTVERSION) -# SVN -#DISTFILES += $(call admfiles,CSWsvn,depend prototype checkinstall) -DISTFILES += $(call admfiles,CSWsvn,depend checkinstall) -# SVN Apache Module -#CSWap2svn_admfiles = depend prototype postinstall preremove -CSWap2svn_admfiles = depend postinstall preremove -DISTFILES += $(call admfiles,CSWap2svn,$(CSWap2svn_admfiles)) -# SVN Perl Binding -#DISTFILES += $(call admfiles,CSWpmsvn,depend prototype) -DISTFILES += $(call admfiles,CSWpmsvn,depend) -# SVN Python Binding -#DISTFILES += $(call admfiles,CSWpysvn,depend prototype) -DISTFILES += $(call admfiles,CSWpysvn,depend) -# SVN Ruby Binding -#DISTFILES += $(call admfiles,CSWrbsvn,depend prototype) -DISTFILES += $(call admfiles,CSWrbsvn,depend) -# SVN Java Binding -#DISTFILES += $(call admfiles,CSWjavasvn,depend prototype) -DISTFILES += $(call admfiles,CSWjavasvn,depend) -# SVN Development Support -#DISTFILES += $(call admfiles,CSWsvn-devel,depend prototype) -DISTFILES += $(call admfiles,CSWsvn-devel,depend) +PACKAGES = CSWsvn CSWsvn-devel CSWap2svn CSWpmsvn +#PACKAGES += CSWpysvn CSWrbsvn CSWjavasvn +PACKAGES += CSWpysvn CSWjavasvn -# Templates +SPKG_DESC_CSWsvn = Version control rethought +CATALOGNAME_CSWsvn = subversion +REQUIRED_PKGS_CSWsvn = CSWapache2rt CSWbdb44 CSWexpat CSWggettextrt +REQUIRED_PKGS_CSWsvn += CSWiconv CSWkrb5lib CSWlibnet CSWneon CSWoldaprt +REQUIRED_PKGS_CSWsvn += CSWosslrt CSWsasl CSWsqlite3 CSWzlib +SPKG_DESC_CSWsvn-devel = Subversion Development Support +CATALOGNAME_CSWsvn-devel = subversion_devel +REQUIRED_PKGS_CSWsvn-devel = CSWsvn +SPKG_DESC_CSWap2svn = Subversion Modules for Apache 2 +CATALOGNAME_CSWap2svn = ap2svn +REQUIRED_PKGS_CSWap2svn = CSWsvn +SPKG_DESC_CSWjavasvn = Subversion Java Language Binding +CATALOGNAME_CSWjavasvn = javasvn +REQUIRED_PKGS_CSWjavasvn = CSWsvn +SPKG_DESC_CSWpmsvn = Subversion Perl Language Binding +CATALOGNAME_CSWpmsvn = pmsvn +REQUIRED_PKGS_CSWpmsvn = CSWsvn CSWperl +SPKG_DESC_CSWpysvn = Subversion Python Language Binding +CATALOGNAME_CSWpysvn = pysvn +REQUIRED_PKGS_CSWpysvn = CSWsvn CSWpython +#SPKG_DESC_CSWrbsvn = Subversion Ruby Language Binding +#CATALOGNAME_CSWrbsvn = rbsvn +#REQUIRED_PKGS_CSWrbsvn = CSWsvn CSWruby + +PKGFILES_CSWsvn-devel = $(PKGFILES_DEVEL) +PKGFILES_CSWap2svn = $(prefix)/apache2* +PKGFILES_CSWjavasvn = $(SVNLIB)/*java* +PKGFILES_CSWpmsvn = $(libdir)/perl* +PKGFILES_CSWpmsvn += $(SVNLIB)/*perl* +PKGFILES_CSWpmsvn += $(mandir)/*swig_perl* +PKGFILES_CSWpysvn = $(libdir)/python* +PKGFILES_CSWpysvn += $(SVNLIB)/*swig_py* +#PKGFILES_CSWrbsvn = $(libdir)/ruby* +#PKGFILES_CSWrbsvn += $(SVNLIB)/*swig_ruby* + +DISTFILES += CSWsvn.checkinstall +DISTFILES += CSWap2svn.postinstall CSWap2svn.preremove DISTFILES += httpd-svn.conf.CSW svn_access.conf.CSW DISTFILES += fixme.sh -# Fix: Allow neon 0.26.2 -# PATCHFILES += neon-version.diff -# Fix: Use 'gdiff' instead of 'diff' -PATCHFILES += gdiff.diff - -# Fix: Point bindings to the correct directories -PATCHFILES += binding.diff - -# Fix: Ensure javahl links against libCrun and libCstd -PATCHFILES += javahl.diff - # Fix: Add java headers for nested classes -# https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html -PATCHFILES += javahl_headers_for_nested_classes.diff +# https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html +#PATCHFILES += javahl_headers_for_nested_classes.diff +PATCHFILES += subversion155.diff DEPENDS = server/apache2 DEPENDS = lib/neon @@ -76,18 +79,17 @@ SVNLIB = $(prefix)/lib/svn CONFIGURE_ARGS = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB) -#CONFIGURE_ARGS += --with-apr=$(bindir)/apr-config -#CONFIGURE_ARGS += --with-apr-util=$(bindir)/apu-config CONFIGURE_ARGS += --with-apr=$(prefix)/apache2/bin/apr-config CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2/bin/apu-config CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs CONFIGURE_ARGS += --disable-mod-activation -#CONFIGURE_ARGS += --with-jdk=/usr/jdk/j2sdk1.4.2_02/j2se -CONFIGURE_ARGS += --with-jdk=/usr/j2sdk1.4.2_17 +CONFIGURE_ARGS += --with-jdk=/usr/jdk1.5.0_15 CONFIGURE_ARGS += --enable-javahl CONFIGURE_ARGS += --with-neon=$(prefix) CONFIGURE_ARGS += --with-zlib=$(prefix) -#CONFIGURE_ARGS += --with-junit=../junit3.8.1/junit.jar +CONFIGURE_ARGS += --with-sasl=$(prefix) +CONFIGURE_ARGS += --with-ssl=$(prefix) +CONFIGURE_ARGS += --with-jikes=$(bindir)/jikes TEST_TARGET = check @@ -99,124 +101,69 @@ EXTRA_INC = $(prefix)/bdb44/include EXTRA_INC += $(prefix)/apache2/include -include gar/category.mk - # Add libintl when linking -LIBS += -lintl -liconv -export LIBS +EXTRA_LINKER_FLAGS += -lintl -liconv -# Fixconfig variables -FIXCONFIG_DIRS += $(DESTDIR)$(libdir)/svn -FIXCONFIG_DIRS += $(DESTDIR)$(libdir)/perl/site_perl/auto/SVN/_Core -FIXCONFIG_RMPATHS += $(DESTDIR) $(CURDIR) +include gar/category.mk -# Libdir is a bit non-standard -LDFLAGS += -L$(DESTDIR)$(prefix)/lib/svn - -# Which bindings to build -BINDING_LANGS = python perl ruby java +#BINDING_LANGS = java perl python ruby +BINDING_LANGS = java perl python BINDING_TARGETS = $(foreach LANG,$(BINDING_LANGS),svn-$(LANG)) PI_DEPENDS = $(BINDING_TARGETS) -PI_DEPENDS += rbsvn-prototype PI_DEPENDS += copy-templates -PI_DEPENDS += install-man -PI_DEPENDS += install-tools -PI_DEPENDS += install-contrib +post-install-$(MODULATION): $(PI_DEPENDS) + $(DONADA) + post-configure-$(MODULATION): @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) -post-install: $(PI_DEPENDS) - @$(MAKECOOKIE) +copy-templates: + ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra + ginstall -m 0644 \ + $(WORKDIR)/httpd-svn.conf.CSW \ + $(DESTDIR)$(prefix)/apache2/etc/extra + ginstall -m 0644 \ + $(WORKDIR)/svn_access.conf.CSW \ + $(DESTDIR)$(prefix)/apache2/etc + $(DONADA) -rbsvn-prototype: - @if test -f $(WORKDIR)/CSWrbsvn.prototype ; then \ - gsed -i -e s,%GARCH%,$(GARCH),g $(WORKDIR)/CSWrbsvn.prototype ; \ - fi - svn-python: @echo " ==> Building Python bindings" - @touch \ - $(WORKSRC)/subversion/bindings/swig/python/*.c \ - $(WORKSRC)/subversion/bindings/swig/python/*.py + #@touch \ + # $(WORKSRC)/subversion/bindings/swig/python/*.c \ + # $(WORKSRC)/subversion/bindings/swig/python/*.py @$(BUILD_ENV) gmake -C $(WORKSRC) swig-py - @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py \ - swig_pydir=$(libdir)/python/site-packages/libsvn \ - swig_pydir_extra=$(libdir)/python/site-packages/svn - #@$(TEST_ENV) gmake -C $(WORKSRC) check-swig-py - @$(MAKECOOKIE) + @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py + @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-py + $(DONADA) svn-perl: @echo " ==> Building Perl bindings" - @touch \ - $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ - $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm + #@touch \ + # $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ + # $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm @$(BUILD_ENV) gmake -C $(WORKSRC) swig-pl @$(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl - #@$(TEST_ENV) gmake -C $(WORKSRC) check-swig-pl - @$(MAKECOOKIE) + @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-pl + $(DONADA) svn-ruby: @echo " ==> Building Ruby bindings" - @touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c + #@touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c @$(BUILD_ENV) gmake -C $(WORKSRC) swig-rb @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-rb - #@$(TEST_ENV) gmake -C $(WORKSRC) check-swig-rb - @$(MAKECOOKIE) + @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-rb + $(DONADA) svn-java: @echo " ==> Building Java bindings" @$(BUILD_ENV) gmake -C $(WORKSRC) javahl @$(INSTALL_ENV) gmake -C $(WORKSRC) install-javahl - #@$(TEST_ENV) gmake -C $(WORKSRC) check-javahl - @$(MAKECOOKIE) + @$(TEST_ENV) gmake -C $(WORKSRC) check-javahl + $(DONADA) -docdir := $(docdir)/$(GARNAME) -$(DESTDIR)$(docdir): - mkdir -p $@ - -svnbook: $(DESTDIR)$(docdir) - @echo " ==> Installing svn book" - ( cd $(WORKSRC)/doc/book ; \ - ginstall svn-book.html $(DESTDIR)$(docdir) ; \ - ginstall svn-book.pdf $(DESTDIR)$(docdir) ) - @$(MAKECOOKIE) - -install-contrib: $(DESTDIR)$(docdir) - @echo " ==> Installing contrib scripts" - @gcp -vr $(WORKSRC)/contrib $(DESTDIR)$(docdir) - @$(MAKECOOKIE) - -install-tools: $(DESTDIR)$(docdir) - @echo " ==> Installing tools" - @gcp -vr $(WORKSRC)/tools $(DESTDIR)$(docdir) - @gfind $(DESTDIR)$(docdir) -type f -name '*.pl' | \ - xargs perl -i -plne \ - 's{/usr/bin/perl}{/opt/csw/bin/perl}g; \ - s{/usr/bin/env\s+perl}{/opt/csw/bin/perl}g' - @gfind $(DESTDIR)$(docdir) -type f -name '*.py' | \ - xargs perl -i -plne \ - 's{/usr/bin/python}{/opt/csw/bin/python}g; \ - s{/usr/bin/env\s+python}{/opt/csw/bin/python}g' - @$(MAKECOOKIE) - -copy-templates: - ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra - ginstall -m 0644 \ - $(WORKDIR)/httpd-svn.conf.CSW \ - $(DESTDIR)$(prefix)/apache2/etc/extra - ginstall -m 0644 \ - $(WORKDIR)/svn_access.conf.CSW \ - $(DESTDIR)$(prefix)/apache2/etc - @$(MAKECOOKIE) - -install-man: - ginstall -m 0644 \ - $(WORKSRC)/subversion/svnsync/svnsync.1 \ - $(DESTDIR)$(mandir)/man1 - @$(MAKECOOKIE) - Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/checksums 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,25 +1,8 @@ -8321d0e1964846090f0174cb6bb18838 download/subversion-1.5.2.tar.bz2 -ffb1d1da95791aa97816f0115411d56c download/CSWsvn.gspec -4d0942ec6d4c1841c530921b071e8efe download/CSWsvn.depend +6f3701a0f2acf3fe53093491ba3d77ee download/subversion-1.5.5.tar.bz2 395ec6d1bfe07efadc1c0aa8816673fa download/CSWsvn.checkinstall -9f2b5d7df277089bc221f856cabe0cb9 download/CSWap2svn.gspec -1baddd66e6db2403119664c31aff546a download/CSWap2svn.depend 1e19681e6d988d35cfc6d708883ab7aa download/CSWap2svn.postinstall 586b9c9924c1547d44451a84d2aca702 download/CSWap2svn.preremove -e1a5ffd8056344abfe3eb08e8eaee85a download/CSWpmsvn.gspec -31a8cee0805c28849a808b76012289f4 download/CSWpmsvn.depend -f2126aa75eff3a28374f893014599636 download/CSWpysvn.gspec -a0a12e4d2d70e5aeca53a1de3225c30b download/CSWpysvn.depend -32b69890bd1e093a782d7303d8475c33 download/CSWrbsvn.gspec -85a8565f7421ebba1697f40e638ee322 download/CSWrbsvn.depend -f33b6bb094c0f4016447661013c35e9f download/CSWjavasvn.gspec -eedd3e6b3ba9a3d6d617dbc3190688fd download/CSWjavasvn.depend -db7ec67a7ac0af424bdfb65b4e92390a download/CSWsvn-devel.gspec -56888b2245480cf8c658560e7d454dea download/CSWsvn-devel.depend f107831ad0c702ff32e51df6a207237b download/httpd-svn.conf.CSW 1b532d3055708a97771f5cd959983628 download/svn_access.conf.CSW 59ff30dc3a9abaa15b2bd4faa116ab3c download/fixme.sh -5208529f417aaf7f3367201860bb388d download/gdiff.diff -0685630f11b11b997b167785b73cddc5 download/binding.diff -d30d554416dc319f4b2a56d6b915492e download/javahl.diff -f0aa58c145ae99f8e4d72499ab826169 download/javahl_headers_for_nested_classes.diff +89b68eb851673a9a0ebe29cd0010f0ed download/subversion155.diff Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,7 +0,0 @@ -I CSWap2-svn -P CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM -P CSWapache2 apache2 - Apache 2.2 web server -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname ap2_subversion -%var pkgname CSWap2svn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion modules for Apache 2.2 -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,8 +0,0 @@ -d none /opt/csw/apache2 0755 root bin -d none /opt/csw/apache2/etc 0755 root bin -d none /opt/csw/apache2/etc/extra 0755 root bin -f none /opt/csw/apache2/etc/extra/httpd-svn.conf.CSW 0644 root bin -f none /opt/csw/apache2/etc/svn_access.conf.CSW 0644 root bin -d none /opt/csw/apache2/libexec 0755 root bin -f none /opt/csw/apache2/libexec/mod_dav_svn.so 0755 root bin -f none /opt/csw/apache2/libexec/mod_authz_svn.so 0755 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWneon neon - Neon HTTP and WebDAV client library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname javasvn -%var pkgname CSWjavasvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion Java language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,6 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvnjavahl-1.so.0=libsvnjavahl-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvnjavahl-1.so=libsvnjavahl-1.so.0.0.0 -f none /opt/csw/lib/svn/svn-javahl.jar 0644 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWperl perl - A high-level, general-purpose programming language -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname pm_subversion -%var pkgname CSWpmsvn -%include url file://%{PKGLIB}/csw_cpan.gspec -%var desc Subversion Perl language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,51 +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/site_perl 0755 root bin -d none /opt/csw/lib/perl/site_perl/SVN 0755 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Base.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Client.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Core.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Delta.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Fs.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Ra.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Repos.pm 0444 root bin -f none /opt/csw/lib/perl/site_perl/SVN/Wc.pm 0444 root bin -d none /opt/csw/lib/perl/site_perl/auto 0755 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN 0755 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Client 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Client/_Client.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Client/_Client.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Core 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/.packlist 0644 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta/_Delta.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta/_Delta.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs/_Fs.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs/_Fs.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra/_Ra.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra/_Ra.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos/_Repos.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos/_Repos.so 0555 root bin -d none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc 0755 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc/_Wc.bs 0444 root bin -f none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc/_Wc.so 0555 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_swig_perl-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_swig_perl-1.so.0=libsvn_swig_perl-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_swig_perl-1.so=libsvn_swig_perl-1.so.0.0.0 -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/SVN::Base.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Client.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Core.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Delta.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Fs.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Ra.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Repos.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Wc.3perl 0444 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWpython python - The Python language interpreter -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname pysvn -%var pkgname CSWpysvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion Python language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,62 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/python 0755 root bin -d none /opt/csw/lib/python/site-packages 0755 root bin -d none /opt/csw/lib/python/site-packages/libsvn 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_client.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_client.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_client.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_core.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_core.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_core.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_delta.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_delta.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_delta.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_fs.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_fs.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_fs.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_ra.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_ra.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_ra.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_repos.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_repos.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_repos.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_wc.a 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_wc.la 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/_wc.so 0755 root bin -f none /opt/csw/lib/python/site-packages/libsvn/client.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/client.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/core.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/delta.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/delta.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/fs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/fs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/ra.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/ra.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/repos.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/repos.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/wc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/libsvn/wc.pyc 0644 root bin -d none /opt/csw/lib/python/site-packages/svn 0755 root bin -f none /opt/csw/lib/python/site-packages/svn/__init__.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/__init__.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/client.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/client.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/core.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/core.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/delta.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/delta.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/fs.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/fs.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/ra.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/ra.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/repos.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/repos.pyc 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/wc.py 0644 root bin -f none /opt/csw/lib/python/site-packages/svn/wc.pyc 0644 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_swig_py-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_swig_py-1.so.0=libsvn_swig_py-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_swig_py-1.so=libsvn_swig_py-1.so.0.0.0 Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,10 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWruby ruby - An object-oriented language for quick and easy programming. -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWsvn subversion - Version control rethought -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname rbsvn -%var pkgname CSWrbsvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion Ruby language binding -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,29 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/ruby 0755 root bin -d none /opt/csw/lib/ruby/site_ruby 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/client.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/core.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/delta.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/fs.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/ra.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/repos.so 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/wc.so 0755 root bin -d none /opt/csw/lib/ruby/site_ruby/1.8/svn 0755 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/client.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/core.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/delta.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/error.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/fs.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/info.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/ra.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/repos.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/util.rb 0644 root bin -f none /opt/csw/lib/ruby/site_ruby/1.8/svn/wc.rb 0644 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_swig_ruby-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_swig_ruby-1.so.0=libsvn_swig_ruby-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_swig_ruby-1.so=libsvn_swig_ruby-1.so.0.0.0 Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1 +0,0 @@ -P CSWsvn subversion - Version control rethought Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname subversion_devel -%var pkgname CSWsvn-devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc Subversion development support -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,67 +0,0 @@ -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/subversion-1 0755 root bin -f none /opt/csw/include/subversion-1/mod_dav_svn.h 0644 root bin -f none /opt/csw/include/subversion-1/svn-revision.txt 0644 root bin -f none /opt/csw/include/subversion-1/svn_auth.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_base64.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_client.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_cmdline.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_config.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_ctype.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_dav.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_delta.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_diff.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_dso.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_error.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_error_codes.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_fs.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_hash.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_io.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_md5.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_nls.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_opt.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_path.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_pools.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_props.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_quoprint.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_ra.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_ra_svn.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_repos.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_sorts.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_string.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_subst.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_time.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_types.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_user.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_utf.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_version.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_wc.h 0644 root bin -f none /opt/csw/include/subversion-1/svn_xml.h 0644 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_client-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_client-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_delta-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_delta-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_diff-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_diff-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_base-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_base-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_fs-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_fs_fs-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_dav-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_dav-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_local-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_local-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_svn-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_ra_svn-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_repos-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_repos-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_subr-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_subr-1.la 0755 root bin -f none /opt/csw/lib/svn/libsvn_wc-1.a 0755 root bin -f none /opt/csw/lib/svn/libsvn_wc-1.la 0755 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,19 +0,0 @@ - -cat <<_EOT_ - -!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! - -Using /opt/csw/bin/svn installed by this package with existing working copies -will automatically upgrade those working copies to the new 1.4.0 format. This -is *not* a reversable upgrade. Any working copies created by svn 1.4.0 will -*not* be accessible by 1.3.x clients. Note that this applies to working -copies only -- the repository itself is unaffected. - -Pausing for 5 seconds -- Ctrl-C to abort upgrade. - -!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! - -_EOT_ - -sleep 5 - Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,13 +0,0 @@ -P CSWapache2rt apache2rt - Apache 2.2 runtime libraries -P CSWbdb44 berkeleydb44 - embedded database libraries and utilities -P CSWexpat expat - XML Parser Toolkit -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWkrb5lib krb5_lib - MIT Kerberos 5 core libraries -P CSWlibnet libnet - the libnet packet construction library -P CSWneon neon - Neon HTTP and WebDAV client library -P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt) -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWsasl sasl - Simple Authentication and Security Layer -P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,5 +0,0 @@ -%var bitname subversion -%var pkgname CSWsvn -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING -%checkinstall url file://%{WORKDIR}/CSWsvn.preinstall Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,306 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/svn 0755 root bin -f none /opt/csw/bin/svnadmin 0755 root bin -f none /opt/csw/bin/svndumpfilter 0755 root bin -f none /opt/csw/bin/svnlook 0755 root bin -f none /opt/csw/bin/svnserve 0755 root bin -f none /opt/csw/bin/svnsync 0755 root bin -f none /opt/csw/bin/svnversion 0755 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/svn 0755 root bin -f none /opt/csw/lib/svn/libsvn_client-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_client-1.so.0=libsvn_client-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_client-1.so=libsvn_client-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_delta-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_delta-1.so.0=libsvn_delta-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_delta-1.so=libsvn_delta-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_diff-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_diff-1.so.0=libsvn_diff-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_diff-1.so=libsvn_diff-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_fs-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_fs-1.so.0=libsvn_fs-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_fs-1.so=libsvn_fs-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_fs_base-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_fs_base-1.so.0=libsvn_fs_base-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_fs_base-1.so=libsvn_fs_base-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_fs_fs-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_fs_fs-1.so.0=libsvn_fs_fs-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_fs_fs-1.so=libsvn_fs_fs-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra-1.so.0=libsvn_ra-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra-1.so=libsvn_ra-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra_dav-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra_dav-1.so.0=libsvn_ra_dav-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra_dav-1.so=libsvn_ra_dav-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra_local-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra_local-1.so.0=libsvn_ra_local-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra_local-1.so=libsvn_ra_local-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_ra_svn-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_ra_svn-1.so.0=libsvn_ra_svn-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_ra_svn-1.so=libsvn_ra_svn-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_repos-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_repos-1.so.0=libsvn_repos-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_repos-1.so=libsvn_repos-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_subr-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_subr-1.so.0=libsvn_subr-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_subr-1.so=libsvn_subr-1.so.0.0.0 -f none /opt/csw/lib/svn/libsvn_wc-1.so.0.0.0 0755 root bin -s none /opt/csw/lib/svn/libsvn_wc-1.so.0=libsvn_wc-1.so.0.0.0 -s none /opt/csw/lib/svn/libsvn_wc-1.so=libsvn_wc-1.so.0.0.0 -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/doc 0755 root bin -d none /opt/csw/share/doc/subversion 0755 root bin -d none /opt/csw/share/doc/subversion/contrib 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/README 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/cgi 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/cgi/mirror_dir_through_svn.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/cgi/mirror_dir_through_svn.cgi 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/cgi/tweak-log.cgi 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/asvn 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/diff-to-logmsg.vim 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/diff3wrap.bat 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/diffwrap.bat 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/mucc-test.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/mucc.c 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side/psvn 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/psvn/psvn.el 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/search-svnlog.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-clean 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-log.pl 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side/svn-push 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-push/svn-push.c 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-resolve 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn-viewdiff 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn.vim 0644 root bin -d none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/NEWS 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/TODO 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/authors.xml 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.1 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.xsl 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2html.css 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2html.xsl 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_all_diffs.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_apply_autoprops.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_export_empty_files.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs_property_table.example 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svn_update.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svncopy.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svncopy.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge_test.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/testsvncopy.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/vc-svn.el 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/client-side/wcgrep 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/hook-scripts 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/case-insensitive.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-case-insensitive.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-case-insensitive.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-mime-type.pl 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/commit-block-joke.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/detect-merge-conflicts.sh 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer/enforcer 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer/enforcer.conf 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/pre-commit-check.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/pre-lock-require-needs-lock.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/hook-scripts/svn2rss.py 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/server-side 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/authz_svn_group.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/backup-recipe.sh 0755 root bin -d none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat/README 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat/mod_dontdothat.c 0644 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svn-fast-backup 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svn-obliterate.py 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svnmirror-test.sh 0755 root bin -f none /opt/csw/share/doc/subversion/contrib/server-side/svnmirror.sh 0755 root bin -d none /opt/csw/share/doc/subversion/tools 0755 root bin -f none /opt/csw/share/doc/subversion/tools/README 0644 root bin -d none /opt/csw/share/doc/subversion/tools/backup 0755 root bin -f none /opt/csw/share/doc/subversion/tools/backup/hot-backup.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/backup/hot-backup.py.in 0755 root bin -d none /opt/csw/share/doc/subversion/tools/bdb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/erase-all-text-data.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/skel.py 0644 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/svn-bdb-view.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/svnfs.py 0644 root bin -f none /opt/csw/share/doc/subversion/tools/bdb/whatis-rep.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/client-side 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/bash_completion 0644 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/bash_completion_test 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/server-vsn.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/showchange.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/client-side/svn-graph.pl 0755 root bin -d none /opt/csw/share/doc/subversion/tools/dev 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/check-license.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/contribulyze.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/datecheck.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/gcov.patch 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/getsigs.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/gnuify-changelog.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/graph-dav-servers.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/dev/iz 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/defect.dem 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/ff2csv.command 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/ff2csv.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/find-fix.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/iz/run-queries.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/lock-check.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/mlpatch.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/normalize-dump.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/po-merge.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/prebuild-cleanup.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/random-commits.py 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/scramble-tree.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/stress.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/svn-dev.el 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/svn-dev.vim 0644 root bin -f none /opt/csw/share/doc/subversion/tools/dev/svn-merge-revs.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/trails.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/verify-history.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/warn-ignored-err.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/dev/which-error.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/diff 0755 root bin -f none /opt/csw/share/doc/subversion/tools/diff/diff.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/diff/diff3.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/diff/diff4.c 0644 root bin -d none /opt/csw/share/doc/subversion/tools/examples 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/blame.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/check-modified.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/dumpprops.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/getfile.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/getlocks_test.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/geturl.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/headrev.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/minimal_client.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/putfile.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/revplist.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnlog2html.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnlook.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnlook.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnput.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnserve-sgid.c 0644 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnshell.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/svnshell.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/examples/testwrite.c 0644 root bin -d none /opt/csw/share/doc/subversion/tools/hook-scripts 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/README 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.cfg.example 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.pl.in 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.pl 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.pl.in 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.rb 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/log-police.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/mailer.conf.example 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/mailer.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-init.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-t1.output 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-t1.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-tweak.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/svnperms.conf.example 0644 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/svnperms.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/hook-scripts/verify-po.py 0644 root bin -d none /opt/csw/share/doc/subversion/tools/po 0755 root bin -f none /opt/csw/share/doc/subversion/tools/po/po-update.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/po/svn-po-status-report.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/po/svn-po-status-run.sh 0755 root bin -d none /opt/csw/share/doc/subversion/tools/server-side 0755 root bin -f none /opt/csw/share/doc/subversion/tools/server-side/svn-backup-dumps.py 0755 root bin -f none /opt/csw/share/doc/subversion/tools/server-side/svnauthz-validate.c 0644 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts 0755 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/README 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/dav_svn.passwd 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/encode-base64.py 0755 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples 0755 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-0.9.x 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-util-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.httpd-2.0 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.shared 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/dav_svn.passwd 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/httpd-2.0.conf 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf 0644 root bin -d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.apr-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.apr-util-0.9 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.httpd-2.0 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.solaris.static 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/dav_svn.passwd 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/mod_dav_svn.conf 0644 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-bindings-generic.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-bindings.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-check-configuration.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-config.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-rebuild-generic.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-rebuild.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-run.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-sendmail-generic.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-sendmail.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-update.sh 0755 root bin -f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest.sh 0755 root bin -d none /opt/csw/share/doc/subversion/tools/xslt 0755 root bin -f none /opt/csw/share/doc/subversion/tools/xslt/svnindex.css 0644 root bin -f none /opt/csw/share/doc/subversion/tools/xslt/svnindex.xsl 0644 root bin -d none /opt/csw/share/locale 0755 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/es 0755 root bin -d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/es/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/fr 0755 root bin -d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fr/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/it 0755 root bin -d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/it/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/ja 0755 root bin -d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ja/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/ko 0755 root bin -d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ko/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/nb 0755 root bin -d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nb/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/pl 0755 root bin -d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pl/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/pt_BR 0755 root bin -d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/sv 0755 root bin -d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sv/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/zh_CN 0755 root bin -d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/locale/zh_TW 0755 root bin -d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/subversion.mo 0644 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/svn.1 0644 root bin -f none /opt/csw/share/man/man1/svnadmin.1 0644 root bin -f none /opt/csw/share/man/man1/svndumpfilter.1 0644 root bin -f none /opt/csw/share/man/man1/svnlook.1 0644 root bin -f none /opt/csw/share/man/man1/svnsync.1 0644 root bin -f none /opt/csw/share/man/man1/svnversion.1 0644 root bin -d none /opt/csw/share/man/man5 0755 root bin -f none /opt/csw/share/man/man5/svnserve.conf.5 0644 root bin -d none /opt/csw/share/man/man8 0755 root bin -f none /opt/csw/share/man/man8/svnserve.8 0644 root bin Deleted: csw/mgar/pkg/subversion/trunk/files/binding.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/binding.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/binding.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,24 +0,0 @@ -diff -Naur subversion-1.5.2.orig/Makefile.in subversion-1.5.2/Makefile.in ---- subversion-1.5.2.orig/Makefile.in 2008-09-15 16:01:31.613500400 +0200 -+++ subversion-1.5.2/Makefile.in 2008-09-15 16:00:33.545900000 +0200 -@@ -68,15 +68,15 @@ - swig_rb_libdir = @libdir@ - - ### these possibly need further discussion --swig_pydir = @libdir@/svn-python/libsvn --swig_pydir_extra = @libdir@/svn-python/svn --swig_pldir = @libdir@/svn-perl -+swig_pydir = @prefix@/lib/python/site-packages/libsvn -+swig_pydir_extra = @prefix@/lib/python/site-packages/svn -+#swig_pldir = @libdir@/svn-perl - swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext - contribdir = @bindir@/svn-contrib - toolsdir = @bindir@/svn-tools - --javahl_javadir = @libdir@/svn-javahl --javahl_javahdir = @libdir@/svn-javahl/include -+javahl_javadir = @libdir@ -+javahl_javahdir = @libdir@/include - javahl_libdir = @libdir@ - javahl_test_rootdir=$(abs_builddir)/subversion/bindings/javahl/test-work - Deleted: csw/mgar/pkg/subversion/trunk/files/gdiff.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/gdiff.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/gdiff.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,12 +0,0 @@ -diff --speed-large-files --minimal -Nru subversion-1.2.0-rc1.orig/subversion/bindings/swig/python/svn/fs.py subversion-1.2.0-rc1/subversion/bindings/swig/python/svn/fs.py ---- subversion-1.2.0-rc1.orig/subversion/bindings/swig/python/svn/fs.py 2005-04-06 09:19:45.840022000 -0700 -+++ subversion-1.2.0-rc1/subversion/bindings/swig/python/svn/fs.py 2005-04-06 09:19:18.580010000 -0700 -@@ -105,7 +105,7 @@ - - # use an array for the command to avoid the shell and potential - # security exposures -- cmd = ["diff"] \ -+ cmd = ["gdiff"] \ - + self.diffoptions \ - + [self.tempfile1, self.tempfile2] - Deleted: csw/mgar/pkg/subversion/trunk/files/javahl.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/javahl.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/javahl.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,23 +0,0 @@ -diff -Naur subversion-1.5.2.orig/Makefile.in subversion-1.5.2/Makefile.in ---- subversion-1.5.2.orig/Makefile.in 2008-08-26 19:27:56.000000000 +0200 -+++ subversion-1.5.2/Makefile.in 2008-09-16 16:49:38.500644800 +0200 -@@ -46,6 +46,7 @@ - SVN_ZLIB_LIBS = @SVN_ZLIB_LIBS@ - - LIBS = @LIBS@ -+JAVAHL_LIBS = @LIBS@ -lCrun -lCstd - - prefix = @prefix@ - exec_prefix = @exec_prefix@ -diff -Naur subversion-1.5.2.orig/build-outputs.mk subversion-1.5.2/build-outputs.mk ---- subversion-1.5.2.orig/build-outputs.mk 2008-08-27 22:42:27.000000000 +0200 -+++ subversion-1.5.2/build-outputs.mk 2008-09-16 16:51:48.576388400 +0200 -@@ -305,7 +305,7 @@ - libsvnjavahl_DEPS = $(javahl_javah_DEPS) $(javahl_java_DEPS) subversion/bindings/javahl/native/BlameCallback.lo subversion/bindings/javahl/native/ChangelistCallback.lo subversion/bindings/javahl/native/CommitMessage.lo subversion/bindings/javahl/native/ConflictResolverCallback.lo subversion/bindings/javahl/native/CopySources.lo subversion/bindings/javahl/native/DiffSummaryReceiver.lo subversion/bindings/javahl/native/EnumMapper.lo subversion/bindings/javahl/native/InfoCallback.lo subversion/bindings/javahl/native/Inputer.lo subversion/bindings/javahl/native/JNIByteArray.lo subversion/bindings/javahl/native/JNICriticalSection.lo subversion/bindings/javahl/native/JNIMutex.lo subversion/bindings/javahl/native/JNIStackElement.lo subversion/bindings/javahl/native/JNIStringHolder.lo subversion/bindings/javahl/native/JNIThreadData.lo subversion/bindings/javahl/native/JNIUtil.lo subversion/bindings/javahl/native/ListCallback.lo subversion/bindings/javahl/native/LogMessageCallback.l o subversion/bindings/javahl/native/MessageReceiver.lo subversion/bindings/javahl/native/Notify.lo subversion/bindings/javahl/native/Notify2.lo subversion/bindings/javahl/native/Outputer.lo subversion/bindings/javahl/native/Path.lo subversion/bindings/javahl/native/Pool.lo subversion/bindings/javahl/native/ProgressListener.lo subversion/bindings/javahl/native/Prompter.lo subversion/bindings/javahl/native/ProplistCallback.lo subversion/bindings/javahl/native/Revision.lo subversion/bindings/javahl/native/RevisionRange.lo subversion/bindings/javahl/native/RevpropTable.lo subversion/bindings/javahl/native/SVNAdmin.lo subversion/bindings/javahl/native/SVNBase.lo subversion/bindings/javahl/native/SVNClient.lo subversion/bindings/javahl/native/StatusCallback.lo subversion/bindings/javahl/native/StringArray.lo subversion/bindings/javahl/native/Targets.lo subversion/bindings/javahl/native/libsvnjavahl.la.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_NativeResource s.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Path.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNAdmin.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNClient.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_fs/libsvn_fs-1.la - libsvnjavahl_OBJECTS = BlameCallback.lo ChangelistCallback.lo CommitMessage.lo ConflictResolverCallback.lo CopySources.lo DiffSummaryReceiver.lo EnumMapper.lo InfoCallback.lo Inputer.lo JNIByteArray.lo JNICriticalSection.lo JNIMutex.lo JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo ListCallback.lo LogMessageCallback.lo MessageReceiver.lo Notify.lo Notify2.lo Outputer.lo Path.lo Pool.lo ProgressListener.lo Prompter.lo ProplistCallback.lo Revision.lo RevisionRange.lo RevpropTable.lo SVNAdmin.lo SVNBase.lo SVNClient.lo StatusCallback.lo StringArray.lo Targets.lo libsvnjavahl.la.lo org_tigris_subversion_javahl_NativeResources.lo org_tigris_subversion_javahl_Path.lo org_tigris_subversion_javahl_SVNAdmin.lo org_tigris_subversion_javahl_SVNClient.lo org_tigris_subversion_javahl_Version.lo - subversion/bindings/javahl/native/libsvnjavahl-1.la: $(libsvnjavahl_DEPS) -- cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(LIBS) -+ cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(JAVAHL_LIBS) - - locale_PATH = subversion/po - locale_DEPS = subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo Deleted: csw/mgar/pkg/subversion/trunk/files/neon-version.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/neon-version.diff 2009-02-23 05:29:41 UTC (rev 3435) +++ csw/mgar/pkg/subversion/trunk/files/neon-version.diff 2009-02-23 05:32:05 UTC (rev 3436) @@ -1,12 +0,0 @@ -diff --speed-large-files --minimal -Nru subversion-1.4.2.orig/configure subversion-1.4.2/configure ---- subversion-1.4.2.orig/configure 2006-11-02 17:48:21.000000000 -0500 -+++ subversion-1.4.2/configure 2006-12-21 00:15:30.045866000 -0500 -@@ -3942,7 +3942,7 @@ - - # Either a space-separated list of allowable Neon versions, or "any" to - # mean allow anything. --NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2" -+NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3" - NEON_LATEST_WORKING_VER=0.25.5 - NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" - # Check whether --enable-neon-version-check or --disable-neon-version-check was given. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:32:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:32:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3437] csw/mgar/pkg/subversion/trunk/files Message-ID: Revision: 3437 http://gar.svn.sourceforge.net/gar/?rev=3437&view=rev Author: valholla Date: 2009-02-23 05:32:59 +0000 (Mon, 23 Feb 2009) Log Message: ----------- snapshot Added Paths: ----------- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall csw/mgar/pkg/subversion/trunk/files/fixme.sh csw/mgar/pkg/subversion/trunk/files/subversion155.diff Added: csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall 2009-02-23 05:32:59 UTC (rev 3437) @@ -0,0 +1,19 @@ + +cat <<_EOT_ + +!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! + +Using /opt/csw/bin/svn installed by this package with existing working copies +will automatically upgrade those working copies to the new 1.4.0 format. This +is *not* a reversable upgrade. Any working copies created by svn 1.4.0 will +*not* be accessible by 1.3.x clients. Note that this applies to working +copies only -- the repository itself is unaffected. + +Pausing for 5 seconds -- Ctrl-C to abort upgrade. + +!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! + +_EOT_ + +sleep 5 + Added: csw/mgar/pkg/subversion/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/subversion/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/fixme.sh 2009-02-23 05:32:59 UTC (rev 3437) @@ -0,0 +1,36 @@ +#!/bin/bash + +touch /tmp/mike-fixme + +umask 0022 +PATH=/opt/csw/bin:/usr/bin:/sbin + +if [ $# -ne 1 ]; then + echo "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep dlname= ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(echo $file |gsed 's/\//\\\//g') + sed "s/${fixpath}/-l${LIB_NAME}/g" \ + ${mk} >Makefile.new + mv Makefile.new ${mk} + done +done + +## Fix libtool +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + mv ${lt}.new ${lt} +done + Property changes on: csw/mgar/pkg/subversion/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * Added: csw/mgar/pkg/subversion/trunk/files/subversion155.diff =================================================================== --- csw/mgar/pkg/subversion/trunk/files/subversion155.diff (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/subversion155.diff 2009-02-23 05:32:59 UTC (rev 3437) @@ -0,0 +1,53 @@ +--- subversion-1.5.5/Makefile.in.orig 2008-08-26 12:27:56.000000000 -0500 ++++ subversion-1.5.5/Makefile.in 2009-02-21 17:26:25.849467074 -0600 +@@ -46,6 +46,7 @@ + SVN_ZLIB_LIBS = @SVN_ZLIB_LIBS@ + + LIBS = @LIBS@ ++JAVAHL_LIBS = @LIBS@ -lCrun -lCstd + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +@@ -68,15 +69,15 @@ + swig_rb_libdir = @libdir@ + + ### these possibly need further discussion +-swig_pydir = @libdir@/svn-python/libsvn +-swig_pydir_extra = @libdir@/svn-python/svn +-swig_pldir = @libdir@/svn-perl ++swig_pydir = @prefix@/lib/python/site-packages/libsvn ++swig_pydir_extra = @prefix@/lib/python/site-packages/svn ++#swig_pldir = @libdir@/svn-perl + swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext + contribdir = @bindir@/svn-contrib + toolsdir = @bindir@/svn-tools + +-javahl_javadir = @libdir@/svn-javahl +-javahl_javahdir = @libdir@/svn-javahl/include ++javahl_javadir = @libdir@ ++javahl_javahdir = @libdir@/include + javahl_libdir = @libdir@ + javahl_test_rootdir=$(abs_builddir)/subversion/bindings/javahl/test-work + +--- subversion-1.5.5/subversion/bindings/swig/python/svn/fs.py.orig 2009-02-21 17:00:06.832094681 -0600 ++++ subversion-1.5.5/subversion/bindings/swig/python/svn/fs.py 2009-02-21 16:59:46.198583440 -0600 +@@ -97,7 +97,7 @@ + + # use an array for the command to avoid the shell and potential + # security exposures +- cmd = ["diff"] \ ++ cmd = ["gdiff"] \ + + self.diffoptions \ + + [self.tempfile1, self.tempfile2] + +--- subversion-1.5.5/build-outputs.mk.orig 2009-02-21 20:49:58.653938743 -0600 ++++ subversion-1.5.5/build-outputs.mk 2009-02-21 20:51:14.193027135 -0600 +@@ -305,7 +305,7 @@ + libsvnjavahl_DEPS = $(javahl_javah_DEPS) $(javahl_java_DEPS) subversion/bindings/javahl/native/BlameCallback.lo subversion/bindings/javahl/native/ChangelistCallback.lo subversion/bindings/javahl/native/CommitMessage.lo subversion/bindings/javahl/native/ConflictResolverCallback.lo subversion/bindings/javahl/native/CopySources.lo subversion/bindings/javahl/native/DiffSummaryReceiver.lo subversion/bindings/javahl/native/EnumMapper.lo subversion/bindings/javahl/native/InfoCallback.lo subversion/bindings/javahl/native/Inputer.lo subversion/bindings/javahl/native/JNIByteArray.lo subversion/bindings/javahl/native/JNICriticalSection.lo subversion/bindings/javahl/native/JNIMutex.lo subversion/bindings/javahl/native/JNIStackElement.lo subversion/bindings/javahl/native/JNIStringHolder.lo subversion/bindings/javahl/native/JNIThreadData.lo subversion/bindings/javahl/native/JNIUtil.lo subversion/bindings/javahl/native/ListCallback.lo subversion/bindings/javahl/native/LogMessageCallback.l o subversion/bindings/javahl/native/MessageReceiver.lo subversion/bindings/javahl/native/Notify.lo subversion/bindings/javahl/native/Notify2.lo subversion/bindings/javahl/native/Outputer.lo subversion/bindings/javahl/native/Path.lo subversion/bindings/javahl/native/Pool.lo subversion/bindings/javahl/native/ProgressListener.lo subversion/bindings/javahl/native/Prompter.lo subversion/bindings/javahl/native/ProplistCallback.lo subversion/bindings/javahl/native/Revision.lo subversion/bindings/javahl/native/RevisionRange.lo subversion/bindings/javahl/native/RevpropTable.lo subversion/bindings/javahl/native/SVNAdmin.lo subversion/bindings/javahl/native/SVNBase.lo subversion/bindings/javahl/native/SVNClient.lo subversion/bindings/javahl/native/StatusCallback.lo subversion/bindings/javahl/native/StringArray.lo subversion/bindings/javahl/native/Targets.lo subversion/bindings/javahl/native/libsvnjavahl.la.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_NativeResource s.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Path.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNAdmin.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNClient.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_fs/libsvn_fs-1.la + libsvnjavahl_OBJECTS = BlameCallback.lo ChangelistCallback.lo CommitMessage.lo ConflictResolverCallback.lo CopySources.lo DiffSummaryReceiver.lo EnumMapper.lo InfoCallback.lo Inputer.lo JNIByteArray.lo JNICriticalSection.lo JNIMutex.lo JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo ListCallback.lo LogMessageCallback.lo MessageReceiver.lo Notify.lo Notify2.lo Outputer.lo Path.lo Pool.lo ProgressListener.lo Prompter.lo ProplistCallback.lo Revision.lo RevisionRange.lo RevpropTable.lo SVNAdmin.lo SVNBase.lo SVNClient.lo StatusCallback.lo StringArray.lo Targets.lo libsvnjavahl.la.lo org_tigris_subversion_javahl_NativeResources.lo org_tigris_subversion_javahl_Path.lo org_tigris_subversion_javahl_SVNAdmin.lo org_tigris_subversion_javahl_SVNClient.lo org_tigris_subversion_javahl_Version.lo + subversion/bindings/javahl/native/libsvnjavahl-1.la: $(libsvnjavahl_DEPS) +- cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(LIBS) ++ cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(JAVAHL_LIBS) + + locale_PATH = subversion/po + locale_DEPS = subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 06:35:58 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 05:35:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[3438] csw/mgar/pkg/fixme/trunk/ Message-ID: Revision: 3438 http://gar.svn.sourceforge.net/gar/?rev=3438&view=rev Author: valholla Date: 2009-02-23 05:35:58 +0000 (Mon, 23 Feb 2009) Log Message: ----------- update fixme to gar v2 Property Changed: ---------------- csw/mgar/pkg/fixme/trunk/ Property changes on: csw/mgar/pkg/fixme/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 07:00:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 06:00:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3439] csw/mgar/pkg/fixme/trunk/ Message-ID: Revision: 3439 http://gar.svn.sourceforge.net/gar/?rev=3439&view=rev Author: valholla Date: 2009-02-23 06:00:44 +0000 (Mon, 23 Feb 2009) Log Message: ----------- remove svn:external on this dir Property Changed: ---------------- csw/mgar/pkg/fixme/trunk/ Property changes on: csw/mgar/pkg/fixme/trunk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 07:14:20 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 06:14:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3440] csw/mgar/pkg Message-ID: Revision: 3440 http://gar.svn.sourceforge.net/gar/?rev=3440&view=rev Author: valholla Date: 2009-02-23 06:14:19 +0000 (Mon, 23 Feb 2009) Log Message: ----------- change from MODULATION var to modulated Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/php5_apc/trunk/Makefile csw/mgar/pkg/php5_bcmath/trunk/Makefile csw/mgar/pkg/php5_bz2/trunk/Makefile csw/mgar/pkg/php5_calendar/trunk/Makefile csw/mgar/pkg/php5_ctype/trunk/Makefile csw/mgar/pkg/php5_curl/trunk/Makefile csw/mgar/pkg/php5_dba/trunk/Makefile csw/mgar/pkg/php5_dbase/trunk/Makefile csw/mgar/pkg/php5_dom/trunk/Makefile csw/mgar/pkg/php5_exif/trunk/Makefile csw/mgar/pkg/php5_filter/trunk/Makefile csw/mgar/pkg/php5_ftp/trunk/Makefile csw/mgar/pkg/php5_gd/trunk/Makefile csw/mgar/pkg/php5_gettext/trunk/Makefile csw/mgar/pkg/php5_gmp/trunk/Makefile csw/mgar/pkg/php5_hash/trunk/Makefile csw/mgar/pkg/php5_iconv/trunk/Makefile csw/mgar/pkg/php5_imap/trunk/Makefile csw/mgar/pkg/php5_json/trunk/Makefile csw/mgar/pkg/php5_ldap/trunk/Makefile csw/mgar/pkg/php5_mbstring/trunk/Makefile csw/mgar/pkg/php5_mcrypt/trunk/Makefile csw/mgar/pkg/php5_mhash/trunk/Makefile csw/mgar/pkg/php5_mime_magic/trunk/Makefile csw/mgar/pkg/php5_mssql/trunk/Makefile csw/mgar/pkg/php5_mysql/trunk/Makefile csw/mgar/pkg/php5_mysqli/trunk/Makefile csw/mgar/pkg/php5_ncurses/trunk/Makefile csw/mgar/pkg/php5_odbc/trunk/Makefile csw/mgar/pkg/php5_openssl/trunk/Makefile csw/mgar/pkg/php5_pcntl/trunk/Makefile csw/mgar/pkg/php5_pdomysql/trunk/Makefile csw/mgar/pkg/php5_pdoodbc/trunk/Makefile csw/mgar/pkg/php5_pdosqlite/trunk/Makefile csw/mgar/pkg/php5_pgsql/trunk/Makefile csw/mgar/pkg/php5_posix/trunk/Makefile csw/mgar/pkg/php5_pspell/trunk/Makefile csw/mgar/pkg/php5_readline/trunk/Makefile csw/mgar/pkg/php5_recode/trunk/Makefile csw/mgar/pkg/php5_session/trunk/Makefile csw/mgar/pkg/php5_shmop/trunk/Makefile csw/mgar/pkg/php5_simplexml/trunk/Makefile csw/mgar/pkg/php5_snmp/trunk/Makefile csw/mgar/pkg/php5_soap/trunk/Makefile csw/mgar/pkg/php5_sockets/trunk/Makefile csw/mgar/pkg/php5_sqlite/trunk/Makefile csw/mgar/pkg/php5_sysvmsg/trunk/Makefile csw/mgar/pkg/php5_sysvsem/trunk/Makefile csw/mgar/pkg/php5_sysvshm/trunk/Makefile csw/mgar/pkg/php5_tidy/trunk/Makefile csw/mgar/pkg/php5_tokenizer/trunk/Makefile csw/mgar/pkg/php5_wddx/trunk/Makefile csw/mgar/pkg/php5_xdebug/trunk/Makefile csw/mgar/pkg/php5_xml/trunk/Makefile csw/mgar/pkg/php5_xmlreader/trunk/Makefile csw/mgar/pkg/php5_xmlrpc/trunk/Makefile csw/mgar/pkg/php5_xmlwriter/trunk/Makefile csw/mgar/pkg/php5_xsl/trunk/Makefile csw/mgar/pkg/php5_zip/trunk/Makefile csw/mgar/pkg/php5_zlib/trunk/Makefile csw/mgar/pkg/pygobject/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/Makefile Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -41,7 +41,7 @@ CONFIGURE_ARGS += --with-xpm=$(prefix) CONFIGURE_ARGS += --disable-fast-install -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) Modified: csw/mgar/pkg/php5_apc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_apc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_apc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_bcmath/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_bcmath/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_bcmath/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_bz2/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_bz2/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_bz2/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_calendar/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_calendar/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_calendar/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ctype/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ctype/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ctype/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_curl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_curl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -38,7 +38,7 @@ CONFIGURE_ARGS += --with-curl=$(prefix) CONFIGURE_ARGS += --with-curlwrappers -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_dba/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dba/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_dba/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_dbase/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dbase/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_dbase/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_dom/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_dom/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_dom/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -36,7 +36,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_exif/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_exif/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_exif/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_filter/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_filter/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_filter/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ftp/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ftp/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_gd/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_gd/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -41,7 +41,7 @@ CONFIGURE_ARGS += --with-ttf=$(prefix) CONFIGURE_ARGS += --with-freetype-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_gettext/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_gettext/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_gmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_gmp/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_gmp/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-gmp=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_hash/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_hash/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_hash/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_iconv/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -36,7 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_imap/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_imap/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_imap/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -39,7 +39,7 @@ CONFIGURE_ARGS += --with-imap-ssl=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_json/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_json/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_json/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ldap/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ldap/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ldap/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mbstring/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mbstring/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mbstring/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mcrypt/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mcrypt/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mcrypt/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mcrypt=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mhash/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mhash/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mhash/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mhash=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mime_magic/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mime_magic/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mime_magic/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mssql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mssql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mssql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mssql=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mysql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mysql=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_mysqli/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_mysqli/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_mysqli/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-mysqli=$(bindir)/mysql_config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_ncurses/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_ncurses/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_ncurses/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-ncurses=/opt/csw -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_odbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-unixODBC=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_openssl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_openssl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_openssl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pcntl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pcntl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pcntl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pdomysql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdomysql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pdomysql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -38,7 +38,7 @@ CONFIGURE_ARGS += --with-zlib-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pdoodbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdoodbc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pdoodbc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-pdo-odbc=unixODBC,$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pdosqlite/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pdosqlite/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pdosqlite/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_posix/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_posix/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_posix/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_pspell/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pspell/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_pspell/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-pspell=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-readline=shared,$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_recode/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-recode=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_session/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_session/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_session/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_shmop/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_shmop/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_shmop/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_simplexml/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_simplexml/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_simplexml/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_snmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_snmp/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_snmp/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_soap/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_soap/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_soap/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sockets/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sockets/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sockets/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sqlite/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sqlite/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sqlite/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sysvmsg/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvmsg/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sysvmsg/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sysvsem/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvsem/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sysvsem/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_sysvshm/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_sysvshm/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_sysvshm/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_tidy/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_tidy/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_tidy/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-tidy=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_tokenizer/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_tokenizer/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_tokenizer/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_wddx/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_wddx/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_wddx/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -36,7 +36,7 @@ CONFIGURE_ARGS += --with-libxml-dir=$(prefix) CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xdebug/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xdebug/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xdebug/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -39,7 +39,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xml/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xml/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xml/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xmlreader/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlreader/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xmlreader/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xmlrpc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlrpc/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xmlrpc/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xmlwriter/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xmlwriter/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xmlwriter/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -35,7 +35,7 @@ CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-libxml-dir=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_xsl/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_xsl/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_xsl/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -38,7 +38,7 @@ CONFIGURE_ARGS += --with-xsl=$(prefix) -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_zip/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_zip/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_zip/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_zlib/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_zlib/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/php5_zlib/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -34,7 +34,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -post-extract-$(MODULATION): +post-extract-modulated: @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/pygobject/trunk/Makefile =================================================================== --- csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -30,7 +30,7 @@ include gar/category.mk -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) Modified: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-23 06:00:44 UTC (rev 3439) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) @@ -26,7 +26,7 @@ include gar/category.mk -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 07:14:57 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 06:14:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3441] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: Revision: 3441 http://gar.svn.sourceforge.net/gar/?rev=3441&view=rev Author: valholla Date: 2009-02-23 06:14:56 +0000 (Mon, 23 Feb 2009) Log Message: ----------- change from MODULATION var to modulated Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 06:14:19 UTC (rev 3440) +++ csw/mgar/pkg/subversion/trunk/Makefile 2009-02-23 06:14:56 UTC (rev 3441) @@ -89,7 +89,6 @@ CONFIGURE_ARGS += --with-zlib=$(prefix) CONFIGURE_ARGS += --with-sasl=$(prefix) CONFIGURE_ARGS += --with-ssl=$(prefix) -CONFIGURE_ARGS += --with-jikes=$(bindir)/jikes TEST_TARGET = check @@ -113,10 +112,10 @@ PI_DEPENDS = $(BINDING_TARGETS) PI_DEPENDS += copy-templates -post-install-$(MODULATION): $(PI_DEPENDS) +post-install-modulated: $(PI_DEPENDS) $(DONADA) -post-configure-$(MODULATION): +post-configure-modulated: @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) @@ -133,9 +132,9 @@ svn-python: @echo " ==> Building Python bindings" - #@touch \ - # $(WORKSRC)/subversion/bindings/swig/python/*.c \ - # $(WORKSRC)/subversion/bindings/swig/python/*.py + @touch \ + $(WORKSRC)/subversion/bindings/swig/python/*.c \ + $(WORKSRC)/subversion/bindings/swig/python/*.py @$(BUILD_ENV) gmake -C $(WORKSRC) swig-py @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-py @@ -143,9 +142,9 @@ svn-perl: @echo " ==> Building Perl bindings" - #@touch \ - # $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ - # $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm + @touch \ + $(WORKSRC)/subversion/bindings/swig/perl/native/*.c \ + $(WORKSRC)/subversion/bindings/swig/perl/native/*.pm @$(BUILD_ENV) gmake -C $(WORKSRC) swig-pl @$(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-pl @@ -153,7 +152,7 @@ svn-ruby: @echo " ==> Building Ruby bindings" - #@touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c + @touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c @$(BUILD_ENV) gmake -C $(WORKSRC) swig-rb @$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-rb @$(TEST_ENV) gmake -C $(WORKSRC) check-swig-rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 18:43:13 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 17:43:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3442] csw/mgar/pkg/fixme/trunk/fixme.sh Message-ID: Revision: 3442 http://gar.svn.sourceforge.net/gar/?rev=3442&view=rev Author: valholla Date: 2009-02-23 17:43:13 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix typo sed to gsed Modified Paths: -------------- csw/mgar/pkg/fixme/trunk/fixme.sh Modified: csw/mgar/pkg/fixme/trunk/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 06:14:56 UTC (rev 3441) +++ csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 17:43:13 UTC (rev 3442) @@ -30,7 +30,7 @@ -e "s/^lib//" \ -e "s/\.so.*$//") fixpath=$(gecho $file |gsed 's/\//\\\//g') - sed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new gmv Makefile.new ${mk} done done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 18:47:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 17:47:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3443] csw/mgar/pkg/fixme/trunk/fixme.sh Message-ID: Revision: 3443 http://gar.svn.sourceforge.net/gar/?rev=3443&view=rev Author: valholla Date: 2009-02-23 17:47:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- fix typo missing escape on '.' Modified Paths: -------------- csw/mgar/pkg/fixme/trunk/fixme.sh Modified: csw/mgar/pkg/fixme/trunk/fixme.sh =================================================================== --- csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 17:43:13 UTC (rev 3442) +++ csw/mgar/pkg/fixme/trunk/fixme.sh 2009-02-23 17:47:39 UTC (rev 3443) @@ -21,7 +21,7 @@ ## Fix Makefiles for mk in $(gfind ${BASEPATH} -name Makefile -print); do - LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \ + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") for file in ${LT_FILES}; do This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 23 19:01:30 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:01:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3444] csw/mgar/pkg/nagios/trunk Message-ID: Revision: 3444 http://gar.svn.sourceforge.net/gar/?rev=3444&view=rev Author: j_arndt Date: 2009-02-23 18:01:29 +0000 (Mon, 23 Feb 2009) Log Message: ----------- nagios: added pre-install-modulated directives and dynamic dependencies to Makefile Modified Paths: -------------- csw/mgar/pkg/nagios/trunk/Makefile csw/mgar/pkg/nagios/trunk/checksums csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype Modified: csw/mgar/pkg/nagios/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios/trunk/Makefile 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/Makefile 2009-02-23 18:01:29 UTC (rev 3444) @@ -7,10 +7,9 @@ Nagios is a powerful, enterprise-class host, service, application, and network monitoring program. Designed to be fast, flexible, and rock-solid stable. Nagios runs on *NIX hosts and can monitor Windows, Linux/Unix/BSD, Netware, and network devices. endef -MASTER_SITES = http://kent.dl.sourceforge.net/sourceforge/nagios/ +MASTER_SITES =$(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -#DISTFILES += $(call admfiles,CSWnagios) -DISTFILES += $(call admfiles,CSWnagios,prototype checkinstall preinstall preremove postinstall depend) +DISTFILES += $(call admfiles,CSWnagios,checkinstall preinstall preremove prototype postinstall ) DISTFILES += nagios nagios.xml svc-nagios PATCHFILES = patch.diff # cgi/cmd.c - GNU macro __attribute__ unknown to compiler @@ -21,10 +20,10 @@ # -lsunmath is needed in configure for checking of libgd PATCHFILES += install-opts.diff # sets in every Makefile.in "INSTALL_OPT="" (empty) # necessary, so ginstall doesn't get -o and -g options -PATCHFILES += webconf.diff # global Makefile.in - # nagios httpd-config is renamed to httpd-nagios.conf -PATCHFILES += doc.diff # Makefile.in - copies READMes ... to /opt/csw/share/doc/nagios/ +REQUIRED_PKGS_CSWnagios = CSWapache CSWgd CSWglib2 CSWiconv CSWjpeg CSWlibtoolrt CSWggettextrt +REQUIRED_PKGS_CSWnagios += CSWosslrt CSWperl CSWpng CSWzlib CSWnagiosp CSWnrpeplugin + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --prefix=/opt/csw/nagios CONFIGURE_ARGS += --exec-prefix=/opt/csw/nagios @@ -33,7 +32,6 @@ CONFIGURE_ARGS += --with-httpd-conf=/opt/csw/nagios/etc CONFIGURE_ARGS += --enable-embedded-perl -#prefix ?= /opt/csw/nagios sysconfdir ?= $(prefix)/nagios/etc localstatedir ?= $(prefix)/nagios/var bindir ?= $(prefix)/nagios/bin @@ -49,7 +47,19 @@ INSTALL_ARGS += install-init INSTALL_ARGS += install-config -INSTALL_ARGS += install-webconf INSTALL_ARGS += install-commandmode -INSTALL_ARGS += install-docs + include gar/category.mk + +DOCS = Changelog INSTALLING README UPGRADING +DOCDEST = $(DESTDIR)$(prefix)/share/doc/nagios +HTTPD_CONF = $(DESTDIR)$(sysconfdir) + +post-install-modulated: + @echo $(DOCDEST) + @ginstall -m 755 -d $(DOCDEST) + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 644 $(WORKSRC)/LICENSE $(DOCDEST) + @ginstall -m 644 $(WORKSRC)/sample-config/httpd.conf $(HTTPD_CONF)/httpd-nagios.conf + @$(MAKECOOKIE) + Modified: csw/mgar/pkg/nagios/trunk/checksums =================================================================== --- csw/mgar/pkg/nagios/trunk/checksums 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/checksums 2009-02-23 18:01:29 UTC (rev 3444) @@ -1,16 +1,13 @@ 900e3f4164f4b2a18485420eeaefe812 download/nagios-3.0.6.tar.gz -799f1b92197d0d0fabfc09631abab3f9 download/CSWnagios.gspec -4a34971d496bff77fc2bfd0eb2007c37 download/CSWnagios.prototype +843f2deb49d5a283d9ed88974d18d49a download/CSWnagios.gspec e407a4b179bd7de72b3e8c21f309f9b7 download/CSWnagios.checkinstall 47cc36016f5518dfd5614b870f56e944 download/CSWnagios.preinstall 92437323de0cceaa58c6238ec9e6c954 download/CSWnagios.preremove +080b1c99e3b72d6767ec5ab4461b7fe1 download/CSWnagios.prototype 2ed96c2fb28a30112681b772465bf2a6 download/CSWnagios.postinstall -95cce43182ddef277c1556c1607e3bb5 download/CSWnagios.depend eee3268b11eb94d797f0f606d53cfb97 download/nagios 2bca004216ac8d8774e8bf3f974eca10 download/nagios.xml 66adfde9e041150b29e31ea8f8c0b604 download/svc-nagios 0ef601e30d01a511822dd27df6b0e531 download/patch.diff 4faa5ec86586be23dfbbd9165f50046d download/configure.diff f3161bcb7c65f89707ee37b0a8d861d5 download/install-opts.diff -f1c09f43c8994b97608a9f57cef28191 download/webconf.diff -d4b9518af39194e571fcb894b3aac6d2 download/doc.diff Modified: csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.gspec 2009-02-23 18:01:29 UTC (rev 3444) @@ -1,9 +1,8 @@ %var bitname nagios %var pkgname CSWnagios %var SERVICE_CONF_FILES /opt/csw/nagios/etc/nagios.cfg -%var RC_INIT_SCRIPT nagios -%var SMF_SCRIPT svc-nagios -%var SMF_MANIFEST nagios.xml +%var RC_INIT_SCRIPT nagios +%var SMF_SCRIPT svc-nagios +%var SMF_MANIFEST nagios.xml %include url file://%{PKGLIB}/csw_dyndepend.gspec -%include url file://%{PKGLIB}/smf_enabled.gspec -%copyright url file://%{WORKSRC}/LICENSE +%include url file://%{PKGLIB}/smf_enabled.gspec Modified: csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype =================================================================== --- csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype 2009-02-23 17:47:39 UTC (rev 3443) +++ csw/mgar/pkg/nagios/trunk/files/CSWnagios.prototype 2009-02-23 18:01:29 UTC (rev 3444) @@ -384,9 +384,9 @@ f none /opt/csw/share/doc/nagios/INSTALLING 0644 root bin f none /opt/csw/share/doc/nagios/README 0644 root bin f none /opt/csw/share/doc/nagios/UPGRADING 0644 root bin +f none /opt/csw/share/doc/nagios/LICENSE 0644 root bin i checkinstall=CSWnagios.checkinstall i preinstall=CSWnagios.preinstall -i copyright=CSWnagios.copyright i depend=CSWnagios.depend i pkginfo=CSWnagios.pkginfo i postinstall=CSWnagios.postinstall This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Mon Feb 23 19:02:33 2009 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:02:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3445] csw/mgar/pkg/nagiosp/trunk Message-ID: Revision: 3445 http://gar.svn.sourceforge.net/gar/?rev=3445&view=rev Author: j_arndt Date: 2009-02-23 18:02:33 +0000 (Mon, 23 Feb 2009) Log Message: ----------- nagios: added pre-install-modulated directives and dynamic dependencies to Makefile Modified Paths: -------------- csw/mgar/pkg/nagiosp/trunk/Makefile csw/mgar/pkg/nagiosp/trunk/checksums csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype Modified: csw/mgar/pkg/nagiosp/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagiosp/trunk/Makefile 2009-02-23 18:01:29 UTC (rev 3444) +++ csw/mgar/pkg/nagiosp/trunk/Makefile 2009-02-23 18:02:33 UTC (rev 3445) @@ -9,11 +9,11 @@ MASTER_SITES = http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWnagiosp,prototype depend) +DISTFILES += $(call admfiles,CSWnagiosp,prototype ) -PATCHFILES = makefile.diff # add target 'none' -PATCHFILES += plugins-root.diff # -PATCHFILES += legal.diff +REQUIRED_PKGS_CSWnagiosp = CSWggettextrt CSWiconv CSWlibnet CSWlibpq +REQUIRED_PKGS_CSWnagiosp += CSWmysql5rt CSWoldaprt CSWosslrt CSWsasl +REQUIRED_PKGS_CSWnagiosp += CSWzlib CFLAGS += -I /opt/csw/postgresql/include/ @@ -31,9 +31,21 @@ # Extra includes EXTRA_INC = /opt/csw/postgresql/include -INSTALL_ARGS += install-contrib -INSTALL_ARGS += install-legal +TEST_TARGET = -TEST_TARGET = none +include gar/category.mk -include gar/category.mk +DOCS = BUGS ChangeLog FAQ README REQUIREMENTS SUPPORT COPYING +DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +ROOT_PLUGINS = check_dhcp check_icmp pst3 +PLUGINDEST = $(DESTDIR)$(libexecdir) + +post-install-modulated: + @ginstall -m 755 -d $(DOCDEST) + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 755 -d $(PLUGINDEST) + @$(foreach PLUGIN,$(ROOT_PLUGINS),ginstall -m 744 $(WORKSRC)/plugins-root/$(PLUGIN) $(PLUGINDEST);) + @tar cf $(WORKSRC)/contrib.tar $(WORKSRC)/contrib/ + @ginstall -m 755 -d $(DOCDEST) + @ginstall -m 644 $(WORKSRC)/contrib.tar $(DOCDEST) + @$(MAKECOOKIE) Modified: csw/mgar/pkg/nagiosp/trunk/checksums =================================================================== --- csw/mgar/pkg/nagiosp/trunk/checksums 2009-02-23 18:01:29 UTC (rev 3444) +++ csw/mgar/pkg/nagiosp/trunk/checksums 2009-02-23 18:02:33 UTC (rev 3445) @@ -1,7 +1,3 @@ be6cc7699fff3ee29d1fd4d562377386 download/nagios-plugins-1.4.13.tar.gz abfb8a44032960e6bc446a5ae5ebeafd download/CSWnagiosp.gspec -7edc85ec11ed146b6b1fc585c329a468 download/CSWnagiosp.prototype -eadc14b27a73aa55d1d0accc0dd0eb00 download/CSWnagiosp.depend -664323f0ea2e5abf7be2387ca22a13ba download/makefile.diff -3120b49a06d02676a4127fbe4d53f763 download/plugins-root.diff -78d82c2ac3986566dd0edb5b3b66425f download/legal.diff +65bdf1c84228ccd98397837636004761 download/CSWnagiosp.prototype Modified: csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype =================================================================== --- csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype 2009-02-23 18:01:29 UTC (rev 3444) +++ csw/mgar/pkg/nagiosp/trunk/files/CSWnagiosp.prototype 2009-02-23 18:02:33 UTC (rev 3445) @@ -1,5 +1,5 @@ 1 d none /opt/csw/lib 0755 root bin -1 f none /opt/csw/lib/charset.alias 0644 root bin +1 d none /opt/csw/share/doc/nagios-plugins 0755 root bin 1 d none /opt/csw/libexec/nagios-plugins 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/check_apt 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/check_breeze 0755 root bin @@ -67,6 +67,14 @@ 1 f none /opt/csw/libexec/nagios-plugins/urlize 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/utils.pm 0755 root bin 1 f none /opt/csw/libexec/nagios-plugins/utils.sh 0755 root bin +1 f none /opt/csw/share/doc/nagios-plugins/BUGS 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/ChangeLog 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/FAQ 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/README 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/REQUIREMENTS 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/SUPPORT 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/COPYING 0644 root bin +1 f none /opt/csw/share/doc/nagios-plugins/contrib.tar 0644 root bin 1 d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin 1 f none /opt/csw/share/locale/de/LC_MESSAGES/nagios-plugins.mo 0644 root bin 1 d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin 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 Feb 23 19:09:07 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:09:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3446] csw/mgar/pkg/ruby/trunk Message-ID: Revision: 3446 http://gar.svn.sourceforge.net/gar/?rev=3446&view=rev Author: bdwalton Date: 2009-02-23 18:09:07 +0000 (Mon, 23 Feb 2009) Log Message: ----------- convert to dynamic gspec; slice out a rubydev package Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:09:07 UTC (rev 3446) @@ -7,6 +7,10 @@ PREREQUISITE_PKGS = CSWbdb3 CSWgdbm CSWgfile CSWiconv CSWncurses CSWossldevel PREREQUISITE_PKGS += CSWreadline CSWzlib +PACKAGES = CSWruby CSWrubydoc CSWrubytk CSWrubydev + +ARCHALL_CSWrubydoc = 1 + REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv CSWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib @@ -14,6 +18,8 @@ REQUIRED_PKGS_CSWrubytk = CSWruby CSWtk +REQUIRED_PKGS_CSWrubydev = CSWruby CSWgcc4core + DESCRIPTION = An object-oriented language for quick and easy programming. define BLURB Ruby is a language for quick and easy programming. Similar in scope to Perl @@ -29,9 +35,13 @@ SPKG_DESC_CSWrubytk = Ruby Tcl/TK Extension +SPKG_DESC_CSWrubydev = Ruby Extension Development Files + PKGFILES_CSWrubydoc = $(PKGFILES_DOC) PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb +PKGFILES_CSWrubydev = $(libdir)/.*\.h $(libdir)/.*/mkmf.rb $(libdir)/.*static.a + MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ @@ -40,9 +50,6 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-p(\d+).tar.bz2 DISTFILES = $(GARNAME)-$(DISTVERSION)-$(PATCHLEVEL).tar.bz2 -DISTFILES += $(call admfiles,CSWruby,) -DISTFILES += $(call admfiles,CSWrubydoc,) -DISTFILES += $(call admfiles,CSWrubytk,) # See: http://rubyforge.org/tracker/index.php?func=detail&aid=17607&group_id=426&atid=1698 PATCHFILES = rdoc_parse_order_fix.patch Deleted: csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec =================================================================== --- csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/files/CSWruby.gspec 2009-02-23 18:09:07 UTC (rev 3446) @@ -1,4 +0,0 @@ -%var bitname ruby -%var pkgname CSWruby -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING -%include url file://%{PKGLIB}/csw_standard.gspec Deleted: csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec =================================================================== --- csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/files/CSWrubydoc.gspec 2009-02-23 18:09:07 UTC (rev 3446) @@ -1,5 +0,0 @@ -%var bitname rubydoc -%var pkgname CSWrubydoc -%var arch all -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING -%include url file://%{PKGLIB}/csw_standard.gspec \ No newline at end of file Deleted: csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec =================================================================== --- csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec 2009-02-23 18:02:33 UTC (rev 3445) +++ csw/mgar/pkg/ruby/trunk/files/CSWrubytk.gspec 2009-02-23 18:09:07 UTC (rev 3446) @@ -1,4 +0,0 @@ -%var bitname rubytk -%var pkgname CSWrubytk -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING -%include url file://%{PKGLIB}/csw_standard.gspec 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 Feb 23 19:22:17 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 23 Feb 2009 18:22:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3447] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 3447 http://gar.svn.sourceforge.net/gar/?rev=3447&view=rev Author: bdwalton Date: 2009-02-23 18:22:16 +0000 (Mon, 23 Feb 2009) Log Message: ----------- rubydev should have the libruby.so symlink Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:09:07 UTC (rev 3446) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-23 18:22:16 UTC (rev 3447) @@ -41,6 +41,7 @@ PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb PKGFILES_CSWrubydev = $(libdir)/.*\.h $(libdir)/.*/mkmf.rb $(libdir)/.*static.a +PKGFILES_CSWrubydev = $(libdir)/libruby.so MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 22:05:30 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:05:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3448] csw/mgar/pkg/java/Makefile Message-ID: Revision: 3448 http://gar.svn.sourceforge.net/gar/?rev=3448&view=rev Author: wbonnet Date: 2009-02-23 21:05:30 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Add Makefile for java folder Added Paths: ----------- csw/mgar/pkg/java/Makefile Added: csw/mgar/pkg/java/Makefile =================================================================== --- csw/mgar/pkg/java/Makefile (rev 0) +++ csw/mgar/pkg/java/Makefile 2009-02-23 21:05:30 UTC (rev 3448) @@ -0,0 +1,63 @@ +# vim: ft=make ts=4 sw=4 noet +# This makefile is to be included from Makefiles in each category +# directory. + +default: + @echo "You are in the pkg/java directory." + +%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* ; \ + done + +paranoid-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || exit 2; \ + done + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \ + done + +newpkg-%: + @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files + @(echo "GARNAME = package"; \ + echo "GARVERSION = 1.0"; \ + echo "CATEGORIES = category"; \ + echo ""; \ + echo "DESCRIPTION = Brief description"; \ + echo "define BLURB"; \ + echo " Long description"; \ + echo "endef"; \ + echo ""; \ + echo "MASTER_SITES = "; \ + echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \ + echo "DISTFILES += $$(call admfiles,CSWpackage,)"; \ + echo ""; \ + echo "# We define upstream file regex so we can be notifed of new upstream software release"; \ + echo "UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \ + echo ""; \ + echo "# If the url used to check for software update is different of MASTER_SITES, then "; \ + echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; \ + echo "# UPSTREAM_MASTER_SITES = "; \ + echo ""; \ + echo "CONFIGURE_ARGS = $$(DIRPATHS)"; \ + echo ""; \ + echo "include gar/category.mk"; \ + ) > $*/trunk/Makefile + @svn add $*/trunk/Makefile + @(echo "%var bitname package"; \ + echo "%var pkgname CSWpackage"; \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec";\ + echo "%copyright url file://%{WORKSRC}/LICENSE"; \ + ) > $*/trunk/files/CSWpackage.gspec + @echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo "gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2" | svn propset svn:externals -F /dev/fd/0 $*/trunk + @svn co https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 $*/trunk/gar + @echo + @echo "Your package is set up for editing at $*/trunk" + @echo "Please don't forget to add the gspec-file!" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 22:23:06 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:23:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[3449] csw/mgar/pkg/python/trunk/files/site.diff Message-ID: Revision: 3449 http://gar.svn.sourceforge.net/gar/?rev=3449&view=rev Author: valholla Date: 2009-02-23 21:23:06 +0000 (Mon, 23 Feb 2009) Log Message: ----------- add old site-packages Added Paths: ----------- csw/mgar/pkg/python/trunk/files/site.diff Added: csw/mgar/pkg/python/trunk/files/site.diff =================================================================== --- csw/mgar/pkg/python/trunk/files/site.diff (rev 0) +++ csw/mgar/pkg/python/trunk/files/site.diff 2009-02-23 21:23:06 UTC (rev 3449) @@ -0,0 +1,25 @@ +--- Python-2.6.1/Lib/site.py.orig 2009-02-23 15:13:02.813997871 -0600 ++++ Python-2.6.1/Lib/site.py 2009-02-23 15:20:00.516392336 -0600 +@@ -268,7 +268,21 @@ + sitedirs.append(os.path.join(prefix, "lib", + "python" + sys.version[:3], + "site-packages")) +- sitedirs.append(os.path.join(prefix, "lib", "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python", ++ "site-packages")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python2.5", ++ "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python2.3", ++ "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "python2.1", ++ "site-python")) ++ sitedirs.append(os.path.join(prefix, "lib", ++ "site-python", ++ "site-python")) + else: + sitedirs.append(prefix) + sitedirs.append(os.path.join(prefix, "lib", "site-packages")) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 22:50:09 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:50:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3450] csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Message-ID: Revision: 3450 http://gar.svn.sourceforge.net/gar/?rev=3450&view=rev Author: wbonnet Date: 2009-02-23 21:50:08 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 21:23:06 UTC (rev 3449) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 21:50:08 UTC (rev 3450) @@ -24,12 +24,10 @@ SPKG_DESC_CSWajcbeanutilsdoc = $(DESCRIPTION) documentation package # Defines dependencies -REQUIRED_PKGS_CSWajcbeanutils = CSWajcdigester -REQUIRED_PKGS_CSWajcbeanutils += CSWajclogging +REQUIRED_PKGS_CSWajcbeanutils = CSWajcdigester CSWajclogging # Defines package content -PKGFILES_CSWajcbeanutilsdoc = $(prefix)/share/doc/.* -PKGFILES_CSWajcbeanutilsdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajcbeanutilsdoc = $(prefix)/share/doc/$(GARNAME)-doc.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -49,9 +47,8 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) + @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 22:54:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 21:54:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3451] csw/mgar/pkg/python/trunk Message-ID: Revision: 3451 http://gar.svn.sourceforge.net/gar/?rev=3451&view=rev Author: valholla Date: 2009-02-23 21:54:33 +0000 (Mon, 23 Feb 2009) Log Message: ----------- site-package fix Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-23 21:50:08 UTC (rev 3450) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-23 21:54:33 UTC (rev 3451) @@ -31,6 +31,7 @@ PATCHFILES += multiprocess.diff PATCHFILES += pyport.diff PATCHFILES += setup.diff +PATCHFILES += site.diff # Test for sunaudiodev fails. SKIPTEST = 1 Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-23 21:50:08 UTC (rev 3450) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-23 21:54:33 UTC (rev 3451) @@ -5,3 +5,4 @@ 369c5593c0c0edda03f3c1844788dbee download/multiprocess.diff 05724da367b025ce525de2bb704af6e3 download/pyport.diff 296f46fb4a6a392093120cd86675309b download/setup.diff +e1cb8bf39625613272c210c71274b1e0 download/site.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 23:12:36 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 22:12:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3452] csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Message-ID: Revision: 3452 http://gar.svn.sourceforge.net/gar/?rev=3452&view=rev Author: wbonnet Date: 2009-02-23 22:12:36 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fix License path Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 21:54:33 UTC (rev 3451) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/Makefile 2009-02-23 22:12:36 UTC (rev 3452) @@ -27,7 +27,8 @@ REQUIRED_PKGS_CSWajcbeanutils = CSWajcdigester CSWajclogging # Defines package content -PKGFILES_CSWajcbeanutilsdoc = $(prefix)/share/doc/$(GARNAME)-doc.* +PKGFILES_CSWajcbeanutils = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajcbeanutils += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -47,8 +48,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Feb 23 23:13:45 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Mon, 23 Feb 2009 22:13:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3453] csw/mgar/pkg/java/ajccollections/trunk/Makefile Message-ID: Revision: 3453 http://gar.svn.sourceforge.net/gar/?rev=3453&view=rev Author: wbonnet Date: 2009-02-23 22:13:45 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fix License path Modified Paths: -------------- csw/mgar/pkg/java/ajccollections/trunk/Makefile Modified: csw/mgar/pkg/java/ajccollections/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-23 22:12:36 UTC (rev 3452) +++ csw/mgar/pkg/java/ajccollections/trunk/Makefile 2009-02-23 22:13:45 UTC (rev 3453) @@ -27,7 +27,8 @@ REQUIRED_PKGS_CSWajccollect = CSWjunit # Defines package content -PKGFILES_CSWajccollectdoc = $(prefix)/share/doc/$(GARNAME)-doc.* +PKGFILES_CSWajccollect = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajccollect += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -47,8 +48,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-3.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)-doc + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Mon Feb 23 23:54:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Mon, 23 Feb 2009 22:54:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3454] csw/mgar/pkg/python/trunk Message-ID: Revision: 3454 http://gar.svn.sourceforge.net/gar/?rev=3454&view=rev Author: valholla Date: 2009-02-23 22:54:39 +0000 (Mon, 23 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-23 22:13:45 UTC (rev 3453) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-23 22:54:39 UTC (rev 3454) @@ -21,6 +21,9 @@ DISTFILES = $(DISTNAME).tar.bz2 +# Previous Library for compatability +DISTFILES += libpython2.5.so.1.0 + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -52,8 +55,9 @@ PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* -REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext +REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWpython += CSWsqlite3 CSWtcl CSWtk REQUIRED_PKGS_CSWpython-tk = CSWpython CSWtcl CSWtk REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk @@ -66,3 +70,12 @@ SPKG_DESC_CSWidle = Python IDE include gar/category.mk + +post-install: add-depricated-libs + +add-depricated-libs: + @cp $(DOWNLOADDIR)/libpython2.5.so.1.0 $(DESTDIR)$(libdir) + @cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so + $(DONADA) + + Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Tue Feb 24 03:24:40 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Tue, 24 Feb 2009 02:24:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3455] csw/mgar/pkg Message-ID: Revision: 3455 http://gar.svn.sourceforge.net/gar/?rev=3455&view=rev Author: hson Date: 2009-02-24 02:24:40 +0000 (Tue, 24 Feb 2009) Log Message: ----------- wmf: Initial checkin Added Paths: ----------- csw/mgar/pkg/wmf/ csw/mgar/pkg/wmf/branches/ csw/mgar/pkg/wmf/tags/ csw/mgar/pkg/wmf/trunk/ csw/mgar/pkg/wmf/trunk/Makefile csw/mgar/pkg/wmf/trunk/checksums csw/mgar/pkg/wmf/trunk/files/ Property changes on: csw/mgar/pkg/wmf/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/wmf/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmf/trunk/Makefile (rev 0) +++ csw/mgar/pkg/wmf/trunk/Makefile 2009-02-24 02:24:40 UTC (rev 3455) @@ -0,0 +1,34 @@ +GARNAME = wmf +GARVERSION = 0.2.8.4 +CATEGORIES = lib + +DESCRIPTION = library for converting WMF files +define BLURB + libwmf is a library for reading vector images in Microsoft's native Windows + Metafile Format (WMF) and for either (a) displaying them in, e.g., an X + window; or (b) converting them to more standard/open file formats such as, + e.g., the W3C's XML-based Scaleable Vector Graphic (SVG) format. +endef + +SF_PROJ = wvware +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = libwmf-$(GARVERSION).tar.gz + +DISTNAME = libwmf-$(GARVERSION) + +LICENSE = COPYING + +REQUIRED_PKGS += CSWexpat CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 CSWjpeg +REQUIRED_PKGS += CSWpng CSWzlib + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_TARGET = check +include gar/category.mk Added: csw/mgar/pkg/wmf/trunk/checksums =================================================================== --- csw/mgar/pkg/wmf/trunk/checksums (rev 0) +++ csw/mgar/pkg/wmf/trunk/checksums 2009-02-24 02:24:40 UTC (rev 3455) @@ -0,0 +1 @@ +d1177739bf1ceb07f57421f0cee191e0 download/libwmf-0.2.8.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Feb 24 10:59:17 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 09:59:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3456] csw/mgar/pkg/libpopt/trunk Message-ID: Revision: 3456 http://gar.svn.sourceforge.net/gar/?rev=3456&view=rev Author: dmichelsen Date: 2009-02-24 09:59:17 +0000 (Tue, 24 Feb 2009) Log Message: ----------- libpopt: Switch to dynamic gspecs, depend on gettextrt Modified Paths: -------------- csw/mgar/pkg/libpopt/trunk/Makefile csw/mgar/pkg/libpopt/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec Modified: csw/mgar/pkg/libpopt/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpopt/trunk/Makefile 2009-02-24 02:24:40 UTC (rev 3455) +++ csw/mgar/pkg/libpopt/trunk/Makefile 2009-02-24 09:59:17 UTC (rev 3456) @@ -4,15 +4,24 @@ DESCRIPTION = Popt is a C library for parsing command line parameters define BLURB +Popt is a C library for parsing command line parameters. Popt was +heavily influenced by the getopt() and getopt_long() functions, +but it improves on them by allowing more powerful argument expansion. +Popt can parse arbitrary argv[] style arrays and automatically set +variables based on command line arguments. Popt allows command line +arguments to be aliased via configuration files and includes utility +functions for parsing arbitrary strings into argv[] arrays using +shell-like rules. endef MASTER_SITES = http://rpm5.org/files/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibpopt) +PACKAGES = CSWlibpopt + UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -REQUIRED_PKGS = CSWggettext CSWiconv +REQUIRED_PKGS = CSWggettextrt CSWiconv BUILD64 = 1 NORUNPATH = 1 Modified: csw/mgar/pkg/libpopt/trunk/checksums =================================================================== --- csw/mgar/pkg/libpopt/trunk/checksums 2009-02-24 02:24:40 UTC (rev 3455) +++ csw/mgar/pkg/libpopt/trunk/checksums 2009-02-24 09:59:17 UTC (rev 3456) @@ -1,2 +1 @@ 4f90a07316eb825604dd10ae4f9f3f04 download/popt-1.14.tar.gz -ee4e9a79a4e5dc3ccc90413ec229e51a download/CSWlibpopt.gspec Deleted: csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec =================================================================== --- csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec 2009-02-24 02:24:40 UTC (rev 3455) +++ csw/mgar/pkg/libpopt/trunk/files/CSWlibpopt.gspec 2009-02-24 09:59:17 UTC (rev 3456) @@ -1,4 +0,0 @@ -%var bitname libpopt -%var pkgname CSWlibpopt -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING 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 Feb 24 11:26:20 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 10:26:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[3457] csw/mgar/pkg/recode/trunk Message-ID: Revision: 3457 http://gar.svn.sourceforge.net/gar/?rev=3457&view=rev Author: dmichelsen Date: 2009-02-24 10:26:20 +0000 (Tue, 24 Feb 2009) Log Message: ----------- recode: Move to mGAR v2, dynamic gspecs, depend to gettextrt Modified Paths: -------------- csw/mgar/pkg/recode/trunk/Makefile csw/mgar/pkg/recode/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/recode/trunk/files/CSWrecode.depend csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec Property Changed: ---------------- csw/mgar/pkg/recode/trunk/ Property changes on: csw/mgar/pkg/recode/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/recode/trunk/Makefile =================================================================== --- csw/mgar/pkg/recode/trunk/Makefile 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/Makefile 2009-02-24 10:26:20 UTC (rev 3457) @@ -14,8 +14,9 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWrecode,) +REQUIRED_PKGS = CSWggettextrt CSWiconv + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -39,19 +40,14 @@ # creates an output file smaller than COPYING. The only known workaround # is to not use "-O". -SUN_CC_OPT = -xtarget=$(OPTTARGET) -xarch=$(OPTARCH) +OPT_FLAGS_SOS = CONFIGURE_ARGS = $(DIRPATHS) \ --enable-static=no TEST_TARGET = check -post-install: - @echo " ==> Removing charset.alias" - @rm -f $(DESTDIR)$(libdir)/charset.alias - @echo " ==> Removing info/dir" - @rm -f $(DESTDIR)$(infodir)/dir - @$(MAKECOOKIE) +EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias include gar/category.mk Modified: csw/mgar/pkg/recode/trunk/checksums =================================================================== --- csw/mgar/pkg/recode/trunk/checksums 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/checksums 2009-02-24 10:26:20 UTC (rev 3457) @@ -1,2 +1 @@ be3f40ad2e93dae5cd5f628264bf1877 download/recode-3.6.tar.gz -4798ef18b7e27fca73d69ccee38ee3d8 download/CSWrecode.gspec Deleted: csw/mgar/pkg/recode/trunk/files/CSWrecode.depend =================================================================== --- csw/mgar/pkg/recode/trunk/files/CSWrecode.depend 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/files/CSWrecode.depend 2009-02-24 10:26:20 UTC (rev 3457) @@ -1,2 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library Deleted: csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec =================================================================== --- csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec 2009-02-24 09:59:17 UTC (rev 3456) +++ csw/mgar/pkg/recode/trunk/files/CSWrecode.gspec 2009-02-24 10:26:20 UTC (rev 3457) @@ -1,4 +0,0 @@ -%var bitname recode -%var pkgname CSWrecode -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 24 11:45:17 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 10:45:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3458] csw/mgar/pkg/gtar/trunk Message-ID: Revision: 3458 http://gar.svn.sourceforge.net/gar/?rev=3458&view=rev Author: dmichelsen Date: 2009-02-24 10:45:17 +0000 (Tue, 24 Feb 2009) Log Message: ----------- gtar: Move to mGAR v2, dynamic gspecs, depend on gettextrt Modified Paths: -------------- csw/mgar/pkg/gtar/trunk/Makefile csw/mgar/pkg/gtar/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec Property Changed: ---------------- csw/mgar/pkg/gtar/trunk/ Property changes on: csw/mgar/pkg/gtar/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/gtar/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 10:45:17 UTC (rev 3458) @@ -16,18 +16,17 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWgtar,depend) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +SPKG_SOURCEURL = http://www.gnu.org/software/tar/ + +REQUIRED_PKGS = CSWggettextrt CSWiconv + CONFIGURE_ARGS = $(DIRPATHS) --program-prefix=g TEST_SCRIPTS = -include gar/category.mk +EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias -post-install: - @rm -f $(DESTDIR)$(libdir)/charset.alias - @rm -f $(DESTDIR)$(sharedstatedir)/info/dir - @$(MAKECOOKIE) - +include gar/category.mk Modified: csw/mgar/pkg/gtar/trunk/checksums =================================================================== --- csw/mgar/pkg/gtar/trunk/checksums 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/checksums 2009-02-24 10:45:17 UTC (rev 3458) @@ -1,3 +1 @@ e7ae56b3bf924d5108b57b544b247c50 download/tar-1.21.tar.gz -ccf6b6c60769531581e94a45d24283be download/CSWgtar.gspec -5237ff9f4dbe4ec493425d4ffc5fc51a download/CSWgtar.depend Deleted: csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend =================================================================== --- csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/files/CSWgtar.depend 2009-02-24 10:45:17 UTC (rev 3458) @@ -1,2 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library Deleted: csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec =================================================================== --- csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec 2009-02-24 10:26:20 UTC (rev 3457) +++ csw/mgar/pkg/gtar/trunk/files/CSWgtar.gspec 2009-02-24 10:45:17 UTC (rev 3458) @@ -1,4 +0,0 @@ -%var bitname gtar -%var pkgname CSWgtar -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 24 14:19:29 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 13:19:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3459] csw/mgar/pkg/libogg/trunk Message-ID: Revision: 3459 http://gar.svn.sourceforge.net/gar/?rev=3459&view=rev Author: dmichelsen Date: 2009-02-24 13:19:26 +0000 (Tue, 24 Feb 2009) Log Message: ----------- libogg: Move to dynamic gspecs Modified Paths: -------------- csw/mgar/pkg/libogg/trunk/Makefile csw/mgar/pkg/libogg/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec Modified: csw/mgar/pkg/libogg/trunk/Makefile =================================================================== --- csw/mgar/pkg/libogg/trunk/Makefile 2009-02-24 10:45:17 UTC (rev 3458) +++ csw/mgar/pkg/libogg/trunk/Makefile 2009-02-24 13:19:26 UTC (rev 3459) @@ -10,7 +10,6 @@ MASTER_SITES = http://downloads.xiph.org/releases/ogg/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibogg,) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/libogg/trunk/checksums =================================================================== --- csw/mgar/pkg/libogg/trunk/checksums 2009-02-24 10:45:17 UTC (rev 3458) +++ csw/mgar/pkg/libogg/trunk/checksums 2009-02-24 13:19:26 UTC (rev 3459) @@ -1,2 +1 @@ eaf7dc6ebbff30975de7527a80831585 download/libogg-1.1.3.tar.gz -eab6d6df5742115a9f9136f67cb43e34 download/CSWlibogg.gspec Deleted: csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec =================================================================== --- csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec 2009-02-24 10:45:17 UTC (rev 3458) +++ csw/mgar/pkg/libogg/trunk/files/CSWlibogg.gspec 2009-02-24 13:19:26 UTC (rev 3459) @@ -1,4 +0,0 @@ -%var bitname libogg -%var pkgname CSWlibogg -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING 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 Feb 24 15:33:52 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 14:33:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3460] csw/mgar/pkg/pca/trunk Message-ID: Revision: 3460 http://gar.svn.sourceforge.net/gar/?rev=3460&view=rev Author: dmichelsen Date: 2009-02-24 14:33:46 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pca: Update to 20090224-01 Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2009-02-24 13:19:26 UTC (rev 3459) +++ csw/mgar/pkg/pca/trunk/Makefile 2009-02-24 14:33:46 UTC (rev 3460) @@ -1,5 +1,5 @@ GARNAME = pca -GARVERSION = 20081218-01 +GARVERSION = 20090224-01 CATEGORIES = utils DESCRIPTION = Patch Check Advanced Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2009-02-24 13:19:26 UTC (rev 3459) +++ csw/mgar/pkg/pca/trunk/checksums 2009-02-24 14:33:46 UTC (rev 3460) @@ -1,3 +1,3 @@ -edde160aa02b5d8232b402cdf336f327 download/pca-20081218-01 +3de9a69abff821d3b103a660f161f119 download/pca-20090224-01 6f2f2376eba0a788795dd43d68ad32d1 download/COPYING 12de68ff8f67b4bb8b095e5646402208 download/pca.conf 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 Feb 24 15:41:10 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 14:41:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[3461] csw/mgar/pkg/libao/trunk Message-ID: Revision: 3461 http://gar.svn.sourceforge.net/gar/?rev=3461&view=rev Author: dmichelsen Date: 2009-02-24 14:41:09 +0000 (Tue, 24 Feb 2009) Log Message: ----------- libao: Update to 0.8.8, dynamic gspec Modified Paths: -------------- csw/mgar/pkg/libao/trunk/Makefile csw/mgar/pkg/libao/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec Property Changed: ---------------- csw/mgar/pkg/libao/trunk/ Property changes on: csw/mgar/pkg/libao/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/libao/trunk/Makefile =================================================================== --- csw/mgar/pkg/libao/trunk/Makefile 2009-02-24 14:33:46 UTC (rev 3460) +++ csw/mgar/pkg/libao/trunk/Makefile 2009-02-24 14:41:09 UTC (rev 3461) @@ -1,5 +1,5 @@ GARNAME = libao -GARVERSION = 0.8.4 +GARVERSION = 0.8.8 CATEGORIES = lib DESCRIPTION = Cross-platform audio library @@ -9,13 +9,18 @@ ALSA, aRTs, Solaris, and Irix outputs are currently supported. endef -MASTER_SITES = http://www.xiph.org/ao/src/ +MASTER_SITES = http://downloads.xiph.org/releases/ao/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWlibao,) +SPKG_SOURCEURL = http://www.xiph.org/ao/ + +REQUIRED_PKGS = CSWaudiofile CSWesound + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +BUILD64 = 1 + CONFIGURE_ARGS = $(DIRPATHS) TEST_TARGET = check Modified: csw/mgar/pkg/libao/trunk/checksums =================================================================== --- csw/mgar/pkg/libao/trunk/checksums 2009-02-24 14:33:46 UTC (rev 3460) +++ csw/mgar/pkg/libao/trunk/checksums 2009-02-24 14:41:09 UTC (rev 3461) @@ -1,2 +1 @@ -0525549b0bf665f617913c916064cc87 download/libao-0.8.4.tar.gz -89ab69be359ea79a643f6e1b143f4663 download/CSWlibao.gspec +b92cba3cbcf1ee9bc221118a85d23dcd download/libao-0.8.8.tar.gz Deleted: csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec =================================================================== --- csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec 2009-02-24 14:33:46 UTC (rev 3460) +++ csw/mgar/pkg/libao/trunk/files/CSWlibao.gspec 2009-02-24 14:41:09 UTC (rev 3461) @@ -1,4 +0,0 @@ -%var bitname libao -%var pkgname CSWlibao -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYRIGHT 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 Feb 24 16:07:26 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 15:07:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[3462] csw/mgar/pkg/bdb44/trunk Message-ID: Revision: 3462 http://gar.svn.sourceforge.net/gar/?rev=3462&view=rev Author: dmichelsen Date: 2009-02-24 15:07:24 +0000 (Tue, 24 Feb 2009) Log Message: ----------- bdb44: Update to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/bdb44/trunk/Makefile csw/mgar/pkg/bdb44/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.depend csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec Modified: csw/mgar/pkg/bdb44/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 15:07:24 UTC (rev 3462) @@ -15,15 +15,25 @@ MASTER_SITES = http://download.oracle.com/berkeley-db/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWbdb44,depend) -DISTFILES += $(call admfiles,CSWbdb44-devel,depend) -DISTFILES += $(call admfiles,CSWbdb44-doc,depend) +PACKAGES = CSWbdb44 CSWbdb44-devel CSWbdb44-doc + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html +CATALOGNAME_CSWbdb44 = berkeleydb44 +CATALOGNAME_CSWbdb44-devel = berkeleydb44_devel +CATALOGNAME_CSWbdb44-doc = berkeleydb44_doc + +SPKG_DESC_CSWbdb44 = BerkeleyDB 4.4 embedded database libraries and utilities +SPKG_DESC_CSWbdb44-devel = BerkeleyDB 4.4 development support +SPKG_DESC_CSWbdb44-doc = BerkeleyDB 4.4 documentation + +REQUIRED_PKGS_CSWbdb44-devel = CSWbdb44 +INCOMPATIBLE_PKGS_CSWbdb44-doc = CSWbdb44doc + WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix PATCHDIR = $(WORKSRC)/.. @@ -41,8 +51,12 @@ CONFIGURE_ARGS += --enable-rpc CONFIGURE_ARGS += --enable-cxx CONFIGURE_ARGS += --enable-java + +# Exclude TCL support for 64 bit until we have a 64 bit TCL +ifeq ($(MEMORYMODEL),32) CONFIGURE_ARGS += --enable-tcl CONFIGURE_ARGS += --with-tcl=$(libdir) +endif FIXCONFIG_DIRS = $(DESTDIR)$(prefix)/bdb44/lib Modified: csw/mgar/pkg/bdb44/trunk/checksums =================================================================== --- csw/mgar/pkg/bdb44/trunk/checksums 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/checksums 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,13 +1,4 @@ d84dff288a19186b136b0daf7067ade3 download/db-4.4.20.tar.gz -931cfb08ad3c593f67f7987a1b0e38d2 download/CSWbdb44.gspec -d41d8cd98f00b204e9800998ecf8427e download/CSWbdb44.depend -9fb1ec203b562118a5efa65466f58cb8 download/CSWbdb44.prototype -dfe4f07bd627ca8f26dff40b42858c89 download/CSWbdb44-devel.gspec -5a1c7c6d2c1bdc317e0c11e134342154 download/CSWbdb44-devel.depend -ac47841e936dc64824fc24c2ec7edfc6 download/CSWbdb44-devel.prototype -3504f1aaf3736b0e4d7aeaa520e50c61 download/CSWbdb44-doc.gspec -840f3b7ab7ea6a0b92fa00b11ed03551 download/CSWbdb44-doc.depend -5d66c098355c7bdcee114b69e1cbc822 download/CSWbdb44-doc.prototype 66584d621355df055b6e05b4a02e9c3e download/patch.4.4.20.1.diff 85df93a0867f6cace3501671cdeb6ed1 download/patch.4.4.20.2.diff 88ee91889ebf5498b22b2e7bed945d41 download/patch.4.4.20.3.diff Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.depend 2009-02-24 15:07:24 UTC (rev 3462) @@ -1 +0,0 @@ -P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-devel.gspec 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,5 +0,0 @@ -%var bitname berkeleydb44_devel -%var pkgname CSWbdb44-devel -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc BerkeleyDB 4.4 development support -%copyright url file://%{WORKSRC}/../LICENSE Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.depend 2009-02-24 15:07:24 UTC (rev 3462) @@ -1 +0,0 @@ -I CSWbdb44doc Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44-doc.gspec 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,6 +0,0 @@ -%var bitname berkeleydb44_doc -%var pkgname CSWbdb44-doc -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc BerkeleyDB 4.4 documentation -%copyright url file://%{WORKSRC}/../LICENSE Deleted: csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec =================================================================== --- csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec 2009-02-24 14:41:09 UTC (rev 3461) +++ csw/mgar/pkg/bdb44/trunk/files/CSWbdb44.gspec 2009-02-24 15:07:24 UTC (rev 3462) @@ -1,4 +0,0 @@ -%var bitname berkeleydb44 -%var pkgname CSWbdb44 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/../LICENSE 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 Feb 24 16:18:34 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 15:18:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3463] csw/mgar/pkg/bdb44/trunk/Makefile Message-ID: Revision: 3463 http://gar.svn.sourceforge.net/gar/?rev=3463&view=rev Author: dmichelsen Date: 2009-02-24 15:18:34 +0000 (Tue, 24 Feb 2009) Log Message: ----------- bdb44: Fix merging Modified Paths: -------------- csw/mgar/pkg/bdb44/trunk/Makefile Modified: csw/mgar/pkg/bdb44/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 15:07:24 UTC (rev 3462) +++ csw/mgar/pkg/bdb44/trunk/Makefile 2009-02-24 15:18:34 UTC (rev 3463) @@ -23,17 +23,6 @@ SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html -CATALOGNAME_CSWbdb44 = berkeleydb44 -CATALOGNAME_CSWbdb44-devel = berkeleydb44_devel -CATALOGNAME_CSWbdb44-doc = berkeleydb44_doc - -SPKG_DESC_CSWbdb44 = BerkeleyDB 4.4 embedded database libraries and utilities -SPKG_DESC_CSWbdb44-devel = BerkeleyDB 4.4 development support -SPKG_DESC_CSWbdb44-doc = BerkeleyDB 4.4 documentation - -REQUIRED_PKGS_CSWbdb44-devel = CSWbdb44 -INCOMPATIBLE_PKGS_CSWbdb44-doc = CSWbdb44doc - WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix PATCHDIR = $(WORKSRC)/.. @@ -44,7 +33,8 @@ CONFIGURE_SCRIPTS = dist -CONFIGURE_ARGS = --prefix=$(prefix)/bdb44 +prefix = $(BUILD_PREFIX)/bdb44 +CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-cryptography CONFIGURE_ARGS += --enable-compat185 CONFIGURE_ARGS += --enable-o_direct @@ -64,15 +54,28 @@ TEST_SCRIPTS = NO_ISAEXEC = 1 -MERGE_EXCLUDE_FILES = .*~ .*\.la -ISA_RELOCATE_DIRS_sparcv9 = $(prefix)/bdb44/bin $(prefix)/bdb44/lib $(prefix)/bdb44/include -ISA_RELOCATE_DIRS_amd64 = $(prefix)/bdb44/bin $(prefix)/bdb44/lib $(prefix)/bdb44/include -PKGFILES_CSWbdb44-doc = $(prefix)/bdb44/docs/.* +PACKAGES = CSWbdb44 CSWbdb44-devel CSWbdb44-doc -PKGFILES_CSWbdb44-devel = $(prefix)/bdb44/include/.* -PKGFILES_CSWbdb44-devel += $(prefix)/bdb44/lib/.*\.a +CATALOGNAME_CSWbdb44 = berkeleydb44 +CATALOGNAME_CSWbdb44-devel = berkeleydb44_devel +CATALOGNAME_CSWbdb44-doc = berkeleydb44_doc +ARCHALL_CSWbdb44-doc = 1 + +SPKG_DESC_CSWbdb44 = BerkeleyDB 4.4 embedded database libraries and utilities +SPKG_DESC_CSWbdb44-devel = BerkeleyDB 4.4 development support +SPKG_DESC_CSWbdb44-doc = BerkeleyDB 4.4 documentation + +REQUIRED_PKGS_CSWbdb44-devel = CSWbdb44 +INCOMPATIBLE_PKGS_CSWbdb44-doc = CSWbdb44doc + +LICENSE = LICENSE + +PKGFILES_CSWbdb44-doc = $(prefix)/docs/.* + +PKGFILES_CSWbdb44-devel = $(PKGFILES_DEVEL) + include gar/category.mk LIBS += -lnsl @@ -82,10 +85,10 @@ export PATH configure-dist: - @( cd $(WORKSRC) ; $(CONFIGURE_ENV) ../dist/configure $(CONFIGURE_ARGS) ) + ( cd $(WORKSRC) ; $(CONFIGURE_ENV) ../dist/configure $(CONFIGURE_ARGS) ) @$(MAKECOOKIE) post-merge: - gln -s . $(PKGROOT)$(prefix)/bdb44/lib/32 - gln -s $(ISA_DEFAULT64) $(PKGROOT)$(prefix)/bdb44/lib/64 + gln -s . $(PKGROOT)$(libdir)/32 + gln -s $(ISA_DEFAULT64) $(PKGROOT)$(libdir)/64 @$(MAKECOOKIE) 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 Feb 24 16:47:56 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 15:47:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3464] csw/mgar/pkg/flac/trunk Message-ID: Revision: 3464 http://gar.svn.sourceforge.net/gar/?rev=3464&view=rev Author: dmichelsen Date: 2009-02-24 15:47:56 +0000 (Tue, 24 Feb 2009) Log Message: ----------- flax: Update to mGAR v2, dynamic gspec, 64 bit Modified Paths: -------------- csw/mgar/pkg/flac/trunk/Makefile csw/mgar/pkg/flac/trunk/checksums Added Paths: ----------- csw/mgar/pkg/flac/trunk/files/no-stdint.patch Removed Paths: ------------- csw/mgar/pkg/flac/trunk/files/CSWflac.depend csw/mgar/pkg/flac/trunk/files/CSWflac.gspec Property Changed: ---------------- csw/mgar/pkg/flac/trunk/ Property changes on: csw/mgar/pkg/flac/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/flac/trunk/Makefile =================================================================== --- csw/mgar/pkg/flac/trunk/Makefile 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/Makefile 2009-02-24 15:47:56 UTC (rev 3464) @@ -16,17 +16,26 @@ SF_PROJ = flac MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWflac,depend) +PATCHFILES = no-stdint.patch + +CATALOGNAME = libflac + +LICENSE = $(foreach lic,FDL GPL LGPL Xiph,COPYING.$(lic)) + # We define upstream file regex so we can be notifed of new upstream software release UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=13478 UPSTREAM_USE_SF = 1 UFILES_REGEX = flac-(\d+(?:\.\d+)*)-src -LIBDEPS += lib/libogg +REQUIRED_PKGS = CSWiconv CSWlibogg +BUILD64 = 1 + CONFIGURE_ARGS = $(DIRPATHS) TEST_TARGET = check include gar/category.mk + +PATH := $(PATH):/usr/ccs/bin Modified: csw/mgar/pkg/flac/trunk/checksums =================================================================== --- csw/mgar/pkg/flac/trunk/checksums 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/checksums 2009-02-24 15:47:56 UTC (rev 3464) @@ -1,3 +1,2 @@ 153c8b15a54da428d1f0fadc756c22c7 download/flac-1.2.1.tar.gz -7f89e44c4fbf879be7e21bb7607c2cbf download/CSWflac.gspec -abbe602ce1dfbc4230ac3a4341cedc28 download/CSWflac.depend +e3144fad8810ceaca718adb6f09dc8fa download/no-stdint.patch Deleted: csw/mgar/pkg/flac/trunk/files/CSWflac.depend =================================================================== --- csw/mgar/pkg/flac/trunk/files/CSWflac.depend 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/files/CSWflac.depend 2009-02-24 15:47:56 UTC (rev 3464) @@ -1,2 +0,0 @@ -P CSWiconv libiconv - GNU iconv library -P CSWlibogg libogg - Ogg bitstream and framing library. Deleted: csw/mgar/pkg/flac/trunk/files/CSWflac.gspec =================================================================== --- csw/mgar/pkg/flac/trunk/files/CSWflac.gspec 2009-02-24 15:18:34 UTC (rev 3463) +++ csw/mgar/pkg/flac/trunk/files/CSWflac.gspec 2009-02-24 15:47:56 UTC (rev 3464) @@ -1,8 +0,0 @@ -%var bitname libflac -%var pkgname CSWflac -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING.FDL -%copyright:merge url file://%{WORKSRC}/COPYING.GPL -%copyright:merge url file://%{WORKSRC}/COPYING.LGPL -%copyright:merge url file://%{WORKSRC}/COPYING.Xiph - Added: csw/mgar/pkg/flac/trunk/files/no-stdint.patch =================================================================== --- csw/mgar/pkg/flac/trunk/files/no-stdint.patch (rev 0) +++ csw/mgar/pkg/flac/trunk/files/no-stdint.patch 2009-02-24 15:47:56 UTC (rev 3464) @@ -0,0 +1,12 @@ +diff -Naur flac-1.2.1.orig/include/share/alloc.h flac-1.2.1.patch/include/share/alloc.h +--- flac-1.2.1.orig/include/share/alloc.h 2007-09-12 07:32:21.000000000 +0200 ++++ flac-1.2.1.patch/include/share/alloc.h 2009-02-24 16:19:58.442033162 +0100 +@@ -29,7 +29,7 @@ + + #include /* for SIZE_MAX */ + #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ +-#include /* for SIZE_MAX in case limits.h didn't get it */ ++/* #include /* for SIZE_MAX in case limits.h didn't get it */ + #endif + #include /* for size_t, malloc(), etc */ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 19:30:32 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 18:30:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[3465] csw/mgar/pkg/pv/trunk Message-ID: Revision: 3465 http://gar.svn.sourceforge.net/gar/?rev=3465&view=rev Author: skayser Date: 2009-02-24 18:30:32 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pv: update dependencies, switch to garv2 Modified Paths: -------------- csw/mgar/pkg/pv/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/pv/trunk/files/CSWpv.gspec Property Changed: ---------------- csw/mgar/pkg/pv/trunk/ Property changes on: csw/mgar/pkg/pv/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/pv/trunk/Makefile =================================================================== --- csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 15:47:56 UTC (rev 3464) +++ csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:30:32 UTC (rev 3465) @@ -18,8 +18,9 @@ # Source files MASTER_SITES = http://pipeviewer.googlecode.com/files/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWpv) +REQUIRED_PKGS = CSWiconv CSWgettextrt + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz Deleted: csw/mgar/pkg/pv/trunk/files/CSWpv.gspec =================================================================== --- csw/mgar/pkg/pv/trunk/files/CSWpv.gspec 2009-02-24 15:47:56 UTC (rev 3464) +++ csw/mgar/pkg/pv/trunk/files/CSWpv.gspec 2009-02-24 18:30:32 UTC (rev 3465) @@ -1,4 +0,0 @@ -%var bitname pv -%var pkgname CSWpv -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/doc/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 19:38:37 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 18:38:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3466] csw/mgar/pkg/pv/trunk/Makefile Message-ID: Revision: 3466 http://gar.svn.sourceforge.net/gar/?rev=3466&view=rev Author: skayser Date: 2009-02-24 18:38:37 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pv: fixed typo, adjustment for garv2 Modified Paths: -------------- csw/mgar/pkg/pv/trunk/Makefile Modified: csw/mgar/pkg/pv/trunk/Makefile =================================================================== --- csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:30:32 UTC (rev 3465) +++ csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:38:37 UTC (rev 3466) @@ -19,7 +19,7 @@ MASTER_SITES = http://pipeviewer.googlecode.com/files/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -REQUIRED_PKGS = CSWiconv CSWgettextrt +REQUIRED_PKGS = CSWiconv CSWggettextrt # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -34,7 +34,7 @@ include gar/category.mk -post-install: +post-install-modulated: @gunzip $(DESTDIR)$(mandir)/man1/pv.1.gz @ginstall -d -m 755 $(DESTDIR)$(docdir)/$(GARNAME) @ginstall -m 644 \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 19:53:25 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 18:53:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3467] csw/mgar/pkg/mbuffer/trunk Message-ID: Revision: 3467 http://gar.svn.sourceforge.net/gar/?rev=3467&view=rev Author: skayser Date: 2009-02-24 18:53:25 +0000 (Tue, 24 Feb 2009) Log Message: ----------- mbuffer: version bumped to 20090215, Makefile amended for dynamic gspec Modified Paths: -------------- csw/mgar/pkg/mbuffer/trunk/Makefile csw/mgar/pkg/mbuffer/trunk/checksums Modified: csw/mgar/pkg/mbuffer/trunk/Makefile =================================================================== --- csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-24 18:38:37 UTC (rev 3466) +++ csw/mgar/pkg/mbuffer/trunk/Makefile 2009-02-24 18:53:25 UTC (rev 3467) @@ -1,5 +1,5 @@ GARNAME = mbuffer -GARVERSION = 20090113 +GARVERSION = 20090215 CATEGORIES = utils DESCRIPTION = A tool for buffering data streams @@ -14,22 +14,17 @@ MASTER_SITES = http://www.maier-komor.de/software/mbuffer/ DISTFILES = $(GARNAME)-$(GARVERSION).tgz -DISTFILES += $(call admfiles,CSWmbuffer,) +LICENSE = LICENSE -REQUIRED_PKGS = CSWosslrt - # Required for the test target PREREQUISITE_PKGS = CSWmktemp CSWgcc4core +REQUIRED_PKGS = CSWosslrt + # We define upstream file regex so we can be notifed of new upstream software # release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# If the url used to check for software update is different of MASTER_SITES, -# then uncomment the next line. Otherwise it is set by default to the -# value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - # To build the mixed package for x86 you have to do the following # 1) build8x: gmake build-isa-i386 # 2) build10x: gmake merge Modified: csw/mgar/pkg/mbuffer/trunk/checksums =================================================================== --- csw/mgar/pkg/mbuffer/trunk/checksums 2009-02-24 18:38:37 UTC (rev 3466) +++ csw/mgar/pkg/mbuffer/trunk/checksums 2009-02-24 18:53:25 UTC (rev 3467) @@ -1,2 +1 @@ -baeea5a12a863cf05b6d22d5fc012814 download/mbuffer-20090113.tgz -ee84b171939ddb3f60a49b5989626000 download/CSWmbuffer.gspec +0bfc7e7da04f5226e3139af6ee9d590f download/mbuffer-20090215.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Tue Feb 24 20:34:24 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Tue, 24 Feb 2009 19:34:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3468] csw/mgar/pkg/pv/trunk/Makefile Message-ID: Revision: 3468 http://gar.svn.sourceforge.net/gar/?rev=3468&view=rev Author: skayser Date: 2009-02-24 19:34:24 +0000 (Tue, 24 Feb 2009) Log Message: ----------- pv: fixed license path Modified Paths: -------------- csw/mgar/pkg/pv/trunk/Makefile Modified: csw/mgar/pkg/pv/trunk/Makefile =================================================================== --- csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 18:53:25 UTC (rev 3467) +++ csw/mgar/pkg/pv/trunk/Makefile 2009-02-24 19:34:24 UTC (rev 3468) @@ -18,6 +18,7 @@ # Source files MASTER_SITES = http://pipeviewer.googlecode.com/files/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +LICENSE = doc/COPYING REQUIRED_PKGS = CSWiconv CSWggettextrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Tue Feb 24 20:48:24 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 24 Feb 2009 19:48:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[3469] csw/mgar/pkg/git/trunk Message-ID: Revision: 3469 http://gar.svn.sourceforge.net/gar/?rev=3469&view=rev Author: bdwalton Date: 2009-02-24 19:48:23 +0000 (Tue, 24 Feb 2009) Log Message: ----------- * Modified patch to make the %z substitution the default based on comments from upstream. * Specifically name LICENSE files. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Added Paths: ----------- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch Removed Paths: ------------- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2009-02-24 19:34:24 UTC (rev 3468) +++ csw/mgar/pkg/git/trunk/Makefile 2009-02-24 19:48:23 UTC (rev 3469) @@ -30,6 +30,14 @@ REQUIRED_PKGS_CSWgitdoc = CSWgit +LICENSE_CSWgit = COPYING +LICENSE_CSWgitk = COPYING +LICENSE_CSWgitgui = COPYING +LICENSE_CSWgitsvn = COPYING +LICENSE_CSWgitcvs = COPYING +LICENSE_CSWgitemacs = COPYING +LICENSE_CSWgitdoc = COPYING + DESCRIPTION = Fast Version Control System define BLURB Git is a popular version control system designed to handle @@ -48,7 +56,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 PATCHFILES = doc-makefile.patch -PATCHFILES += 0001-git-svn-fix-for-systems-without-strftime-z.patch +PATCHFILES += 0001-git-svn-fix-to-avoid-using-strftime-z.patch PKGFILES_CSWgitsvn = .*svn.* PKGFILES_CSWgitgui = .*git-gui.* .*git-citool.* Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2009-02-24 19:34:24 UTC (rev 3468) +++ csw/mgar/pkg/git/trunk/checksums 2009-02-24 19:48:23 UTC (rev 3469) @@ -1,3 +1,3 @@ e31ea5ce9b076f5745056f01465e9602 download/git-1.6.1.3.tar.bz2 075441ea2a95cfa5fd7aaebb888a93f3 download/doc-makefile.patch -eb302356ce2cfbf076d3e86aa450f97a download/0001-git-svn-fix-for-systems-without-strftime-z.patch +97290254ce2e9e6c37fdd824140fda85 download/0001-git-svn-fix-to-avoid-using-strftime-z.patch Deleted: csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch 2009-02-24 19:34:24 UTC (rev 3468) +++ csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-for-systems-without-strftime-z.patch 2009-02-24 19:48:23 UTC (rev 3469) @@ -1,47 +0,0 @@ -From 1f6308edd35dde7e9f4a73c9a446b353020b73c2 Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Sun, 22 Feb 2009 13:53:11 -0500 -Subject: [PATCH] git-svn fix for systems without strftime %z - -%z isn't available on all platforms in the date formatting -routines. Detect when %z is ignored and insert the -the proper value if necessary. ---- - git-svn.perl | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) - -diff --git a/git-svn.perl b/git-svn.perl -index cbc5211..66f49b4 100755 ---- a/git-svn.perl -+++ b/git-svn.perl -@@ -4615,6 +4615,7 @@ package Git::SVN::Log; - use strict; - use warnings; - use POSIX qw/strftime/; -+use Time::Local; - use constant commit_log_separator => ('-' x 72) . "\n"; - use vars qw/$TZ $limit $color $pager $non_recursive $verbose $oneline - %rusers $show_commit $incremental/; -@@ -4721,7 +4722,18 @@ sub run_pager { - } - - sub format_svn_date { -- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ my $timestr = strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); -+ -+ # for systems without %z (solaris 8, 9, etc) -+ if ($timestr =~ /%z/) { -+ my $lt = time; -+ my $gm = timelocal(gmtime($lt)); -+ my $sign = qw( + + - )[ $lt <=> $gm ]; -+ my $gmoff = sprintf("%s%02d%02d", $sign, (gmtime(abs($lt - $gm)))[2,1]); -+ $timestr =~ s/%z/$gmoff/; -+ } -+ -+ return $timestr; - } - - sub parse_git_date { --- -1.6.0.4 - Added: csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch (rev 0) +++ csw/mgar/pkg/git/trunk/files/0001-git-svn-fix-to-avoid-using-strftime-z.patch 2009-02-24 19:48:23 UTC (rev 3469) @@ -0,0 +1,41 @@ +From 48fcd6ae6c41779336242bb4cd00b3050b7bf6e2 Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Tue, 24 Feb 2009 12:31:39 -0500 +Subject: [PATCH] git-svn fix to avoid using strftime %z + +%z isn't available on all platforms in the date formatting +routines. Provide a workalike capability that should be +more portable. +--- + git-svn.perl | 8 +++++++- + 1 files changed, 7 insertions(+), 1 deletions(-) + +diff --git a/git-svn.perl b/git-svn.perl +index cbc5211..24180eb 100755 +--- a/git-svn.perl ++++ b/git-svn.perl +@@ -4615,6 +4615,7 @@ package Git::SVN::Log; + use strict; + use warnings; + use POSIX qw/strftime/; ++use Time::Local; + use constant commit_log_separator => ('-' x 72) . "\n"; + use vars qw/$TZ $limit $color $pager $non_recursive $verbose $oneline + %rusers $show_commit $incremental/; +@@ -4721,7 +4722,12 @@ sub run_pager { + } + + sub format_svn_date { +- return strftime("%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)", localtime(shift)); ++ # some systmes don't handle or mishandle %z, so be creative. ++ my $t = shift; ++ my $gm = timelocal(gmtime($t)); ++ my $sign = qw( + + - )[ $t <=> $gm ]; ++ my $gmoff = sprintf("%s%02d%02d", $sign, (gmtime(abs($t - $gm)))[2,1]); ++ return strftime("%Y-%m-%d %H:%M:%S $gmoff (%a, %d %b %Y)", localtime($t)); + } + + sub parse_git_date { +-- +1.6.0.4 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 21:50:54 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 20:50:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[3470] csw/mgar/pkg/java/ajcchain/trunk/Makefile Message-ID: Revision: 3470 http://gar.svn.sourceforge.net/gar/?rev=3470&view=rev Author: wbonnet Date: 2009-02-24 20:50:53 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajcchain/trunk/Makefile Modified: csw/mgar/pkg/java/ajcchain/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/Makefile 2009-02-24 19:48:23 UTC (rev 3469) +++ csw/mgar/pkg/java/ajcchain/trunk/Makefile 2009-02-24 20:50:53 UTC (rev 3470) @@ -24,12 +24,11 @@ SPKG_DESC_CSWajcchaindoc = $(DESCRIPTION) documentation package # Defines dependencies -REQUIRED_PKGS_CSWajcchain = CSWajcdigester -REQUIRED_PKGS_CSWajcchain += CSWajclogging +REQUIRED_PKGS_CSWajcchain = CSWajcdigester CSWajclogging # Defines package content -PKGFILES_CSWajcchaindoc = $(prefix)/share/doc/.* -PKGFILES_CSWajcchaindoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajcchain = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajcchain += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -48,9 +47,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 21:57:11 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 20:57:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3471] csw/mgar/pkg/java/ajccli/trunk/Makefile Message-ID: Revision: 3471 http://gar.svn.sourceforge.net/gar/?rev=3471&view=rev Author: wbonnet Date: 2009-02-24 20:57:11 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajccli/trunk/Makefile Modified: csw/mgar/pkg/java/ajccli/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 20:50:53 UTC (rev 3470) +++ csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 20:57:11 UTC (rev 3471) @@ -27,8 +27,8 @@ REQUIRED_PKGS_CSWajccli = CSWajclang # Defines package content -PKGFILES_CSWajcclidoc = $(prefix)/share/doc/.* -PKGFILES_CSWajcclidoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajccli = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajccli += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -47,9 +47,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/docs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:01:29 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:01:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[3472] csw/mgar/pkg/java/ajccli/trunk/Makefile Message-ID: Revision: 3472 http://gar.svn.sourceforge.net/gar/?rev=3472&view=rev Author: wbonnet Date: 2009-02-24 21:01:29 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajccli/trunk/Makefile Modified: csw/mgar/pkg/java/ajccli/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 20:57:11 UTC (rev 3471) +++ csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 21:01:29 UTC (rev 3472) @@ -49,5 +49,5 @@ @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKSRC)/$(DISTNAME)/LICENSE.txt $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt - @gcp -frp $(WORKSRC)/$(DISTNAME)/apidocs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) + @gcp -frp $(WORKSRC)/$(DISTNAME)/docs/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Tue Feb 24 22:03:36 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:03:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3473] csw/mgar/pkg/python/trunk Message-ID: Revision: 3473 http://gar.svn.sourceforge.net/gar/?rev=3473&view=rev Author: valholla Date: 2009-02-24 21:03:36 +0000 (Tue, 24 Feb 2009) Log Message: ----------- final recipe for python 2.6.1 Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Added Paths: ----------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386 csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-24 21:01:29 UTC (rev 3472) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-24 21:03:36 UTC (rev 3473) @@ -22,7 +22,8 @@ DISTFILES = $(DISTNAME).tar.bz2 # Previous Library for compatability -DISTFILES += libpython2.5.so.1.0 +DISTFILES += libpython2.5.so.1.0-isa-sparcv8 +DISTFILES += libpython2.5.so.1.0-isa-i386 # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -71,11 +72,12 @@ include gar/category.mk -post-install: add-depricated-libs +post-install-modulated: add-depricated-libs add-depricated-libs: - @cp $(DOWNLOADDIR)/libpython2.5.so.1.0 $(DESTDIR)$(libdir) - @cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so + echo "===> Adding Depricated Libs" + cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) $(DESTDIR)$(libdir)/libpython2.5.so.1.0 + cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so $(DONADA) Modified: csw/mgar/pkg/python/trunk/checksums =================================================================== --- csw/mgar/pkg/python/trunk/checksums 2009-02-24 21:01:29 UTC (rev 3472) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-24 21:03:36 UTC (rev 3473) @@ -1,4 +1,6 @@ e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 +a87896c48b2f61b32053e6d02b07b022 download/libpython2.5.so.1.0-isa-sparcv8 +5664b3970307d7d39d8d4061e7dccbb0 download/libpython2.5.so.1.0-isa-i386 42dd6523beb94a805d5764ae1276091c download/faqwiz.diff 33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff 5bc782aa89e5bc218ec154c68aa6801b download/modules.diff Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:14:53 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:14:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3474] csw/mgar/pkg/java/ajccodec/trunk/Makefile Message-ID: Revision: 3474 http://gar.svn.sourceforge.net/gar/?rev=3474&view=rev Author: wbonnet Date: 2009-02-24 21:14:53 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license path Modified Paths: -------------- csw/mgar/pkg/java/ajccodec/trunk/Makefile Modified: csw/mgar/pkg/java/ajccodec/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:03:36 UTC (rev 3473) +++ csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:14:53 UTC (rev 3474) @@ -26,8 +26,8 @@ # Defines dependencies # Defines package content -PKGFILES_CSWajccodecdoc = $(prefix)/share/doc/.* -PKGFILES_CSWajccodecdoc += $(prefix)/share/licenses/$(GARNAME)-doc/Apache_License_2.0.txt +PKGFILES_CSWajccodec = $(prefix)/share/doc/$(GARNAME)/LICENSE.txt +PKGFILES_CSWajccodec += $(prefix)/share/java/.* # Defines custom steps since java libs do not use autotools WORKSRC = $(WORKDIR) @@ -49,9 +49,7 @@ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME)-1.jar ; \ ln -s $(GARNAME)-$(GARVERSION).jar $(GARNAME).jar ) @ginstall -d $(DESTDIR)$(datadir)/doc/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME) - @ginstall -d $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc - @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/licenses/$(GARNAME)/Apache_License_2.0.txt - @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/licenses/$(GARNAME)-doc/Apache_License_2.0.txt - @gcp -frp $(WORKSRC)/docs/* $(DESTDIR)$(datadir)/doc/$(GARNAME)/ + @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE.txt + @gcp -fp $(WORKSRC)/LICENSE $(DESTDIR)$(datadir)/doc/$(GARNAME)/LICENSE-documentation.txt + @gcp -frp $(WORKSRC)/docs/api/* $(DESTDIR)$(datadir)/doc/$(GARNAME) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:39:55 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:39:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[3475] csw/mgar/pkg/java/ajccli/trunk/Makefile Message-ID: Revision: 3475 http://gar.svn.sourceforge.net/gar/?rev=3475&view=rev Author: wbonnet Date: 2009-02-24 21:39:54 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix uwatch regexp Modified Paths: -------------- csw/mgar/pkg/java/ajccli/trunk/Makefile Modified: csw/mgar/pkg/java/ajccli/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 21:14:53 UTC (rev 3474) +++ csw/mgar/pkg/java/ajccli/trunk/Makefile 2009-02-24 21:39:54 UTC (rev 3475) @@ -11,6 +11,7 @@ # Use jakarta sources MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # Set archive filename DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 22:40:47 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:40:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3476] csw/mgar/pkg/java/ajccodec/trunk/Makefile Message-ID: Revision: 3476 http://gar.svn.sourceforge.net/gar/?rev=3476&view=rev Author: wbonnet Date: 2009-02-24 21:40:46 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix uwatch regexp Modified Paths: -------------- csw/mgar/pkg/java/ajccodec/trunk/Makefile Modified: csw/mgar/pkg/java/ajccodec/trunk/Makefile =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:39:54 UTC (rev 3475) +++ csw/mgar/pkg/java/ajccodec/trunk/Makefile 2009-02-24 21:40:46 UTC (rev 3476) @@ -11,6 +11,7 @@ # Use jakarta sources MASTER_SITES = http://apache.cict.fr/commons/$(SHORTNAME)/binaries/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # Set archive filename DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Feb 24 22:48:22 2009 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 24 Feb 2009 21:48:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3477] csw/mgar/pkg/gtar/trunk/Makefile Message-ID: Revision: 3477 http://gar.svn.sourceforge.net/gar/?rev=3477&view=rev Author: dmichelsen Date: 2009-02-24 21:48:22 +0000 (Tue, 24 Feb 2009) Log Message: ----------- gtar: Change name to gtar Modified Paths: -------------- csw/mgar/pkg/gtar/trunk/Makefile Modified: csw/mgar/pkg/gtar/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 21:40:46 UTC (rev 3476) +++ csw/mgar/pkg/gtar/trunk/Makefile 2009-02-24 21:48:22 UTC (rev 3477) @@ -17,6 +17,8 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +PACKAGES = CSWgtar + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 23:11:12 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 22:11:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[3478] csw/mgar/pkg/java Message-ID: Revision: 3478 http://gar.svn.sourceforge.net/gar/?rev=3478&view=rev Author: wbonnet Date: 2009-02-24 22:11:09 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license text Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutils.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcbeanutils %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-beanutils/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/files/CSWajcbeanutilsdoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcbeanutilsdoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-beanutils/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchain.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcchain %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-chain/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajcchain/trunk/files/CSWajcchaindoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcchaindoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-chain/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccli/trunk/files/CSWajccli.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajccli %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-cli/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccli/trunk/files/CSWajcclidoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajcclidoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE.txt +%copyright + +Please see /opt/csw/share/doc/commons-cli/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodec.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajccodec %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{SRC_FIRSTMOD}/LICENSE +%copyright + +Please see /opt/csw/share/doc/commons-codec/LICENSE.txt for license information Modified: csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccodec/trunk/files/CSWajccodecdoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -2,4 +2,6 @@ %var pkgname CSWajccodecdoc %var arch all %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{SRC_FIRSTMOD}/LICENSE +%copyright + +Please see /opt/csw/share/doc/commons-codec/LICENSE-documentation.txt for license information Modified: csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-24 21:48:22 UTC (rev 3477) +++ csw/mgar/pkg/java/ajccollections/trunk/files/CSWajccollectdoc.gspec 2009-02-24 22:11:09 UTC (rev 3478) @@ -4,4 +4,4 @@ %include url file://%{PKGLIB}/csw_dyndepend.gspec %copyright -Please see /opt/csw/share/doc/commons-collections-doc/LICENSE.txt for license information +Please see /opt/csw/share/doc/commons-collections/LICENSE-documentation.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 23:24:56 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 22:24:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3479] csw/mgar/pkg/java Message-ID: Revision: 3479 http://gar.svn.sourceforge.net/gar/?rev=3479&view=rev Author: wbonnet Date: 2009-02-24 22:24:56 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix checksums Modified Paths: -------------- csw/mgar/pkg/java/ajcbeanutils/trunk/checksums csw/mgar/pkg/java/ajcchain/trunk/checksums csw/mgar/pkg/java/ajccli/trunk/checksums csw/mgar/pkg/java/ajccodec/trunk/checksums csw/mgar/pkg/java/ajccollections/trunk/checksums Modified: csw/mgar/pkg/java/ajcbeanutils/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajcbeanutils/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajcbeanutils/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ bffa9e8a9d2a09d4c3641b042e8954fc download/commons-beanutils-1.8.0-bin.tar.gz -deddb3b8699130e5ac02783f197797b8 download/CSWajcbeanutils.gspec -bba923244adbc3155615619a0a000583 download/CSWajcbeanutilsdoc.gspec +789f5daa44350669aceb43342565eff9 download/CSWajcbeanutils.gspec +eebc7c136790d9e3524bf68c588b63aa download/CSWajcbeanutilsdoc.gspec Modified: csw/mgar/pkg/java/ajcchain/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajcchain/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajcchain/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ 42d6a4fd3316f88a01eeb0e0c0f89e0f download/commons-chain-1.2-bin.tar.gz -3b4186496bec47046d0b0a6144cee14b download/CSWajcchain.gspec -d9966d181ed11f63926ea5072e3c1d0c download/CSWajcchaindoc.gspec +1d7aba34b4070233f31a52c30fae368d download/CSWajcchain.gspec +d9ea5b7544745afe775804693c04071d download/CSWajcchaindoc.gspec Modified: csw/mgar/pkg/java/ajccli/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccli/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajccli/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ 2e5fc38f03a28788bf131d7c0c36d3f2 download/commons-cli-1.1.tar.gz -646c09d6185c60524c85a0314b9b62f7 download/CSWajccli.gspec -e544b77b4156c8666b91f1d21a835269 download/CSWajcclidoc.gspec +e54599970cbf019efdd8a0bc8045b306 download/CSWajccli.gspec +1dbc0c840c784bda90374b8bc171ecaa download/CSWajcclidoc.gspec Modified: csw/mgar/pkg/java/ajccodec/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccodec/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajccodec/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ aad3948be13476d9599cadaf146bc92a download/commons-codec-1.3.tar.gz -90a1d84e661f6081d96ca9b82d62eabc download/CSWajccodec.gspec -c86330052d7ff3bb49e9f648f5df13b1 download/CSWajccodecdoc.gspec +327add1e0d461a39956fb4a96811fa56 download/CSWajccodec.gspec +4a93fdff397b050c7591d4f918c4d849 download/CSWajccodecdoc.gspec Modified: csw/mgar/pkg/java/ajccollections/trunk/checksums =================================================================== --- csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-24 22:11:09 UTC (rev 3478) +++ csw/mgar/pkg/java/ajccollections/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) @@ -1,3 +1,3 @@ 6f5b078f01dd0c3910cc04898bf39924 download/commons-collections-3.2.1-bin.tar.gz 628055fbd15ede11d8137627ddc50bb7 download/CSWajccollect.gspec -9953d651dc846484802ff26969631ec8 download/CSWajccollectdoc.gspec +2b51f13228dac1db314891f355655b66 download/CSWajccollectdoc.gspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Tue Feb 24 23:58:31 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 22:58:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3480] csw/mgar/pkg/x11/inputproto/trunk Message-ID: Revision: 3480 http://gar.svn.sourceforge.net/gar/?rev=3480&view=rev Author: wbonnet Date: 2009-02-24 22:58:31 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Update to version 1.5.0 Modified Paths: -------------- csw/mgar/pkg/x11/inputproto/trunk/Makefile csw/mgar/pkg/x11/inputproto/trunk/checksums csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec Modified: csw/mgar/pkg/x11/inputproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/inputproto/trunk/Makefile 2009-02-24 22:24:56 UTC (rev 3479) +++ csw/mgar/pkg/x11/inputproto/trunk/Makefile 2009-02-24 22:58:31 UTC (rev 3480) @@ -1,5 +1,6 @@ GARNAME = inputproto -GARVERSION = 1.4.4 +GARVERSION = 1.5.0 + CATEGORIES = x11 DESCRIPTION = inputproto @@ -8,13 +9,17 @@ endef MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWinputproto) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles, CSWinputproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk + Modified: csw/mgar/pkg/x11/inputproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/inputproto/trunk/checksums 2009-02-24 22:24:56 UTC (rev 3479) +++ csw/mgar/pkg/x11/inputproto/trunk/checksums 2009-02-24 22:58:31 UTC (rev 3480) @@ -1,3 +1,2 @@ -55c67c1f42d70458a3e4d153c8c07cf7 download/inputproto-1.4.4.tar.gz -0bf70c2ca902742d209d422600c99801 download/CSWinputproto.gspec -55c67c1f42d70458a3e4d153c8c07cf7 download/inputproto-1.4.4.tar.gz +edab35e039779f7f967e4f29878c5421 download/inputproto-1.5.0.tar.gz +9ebd15f41a7843d771d32300122a049f download/CSWinputproto.gspec Modified: csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec =================================================================== --- csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec 2009-02-24 22:24:56 UTC (rev 3479) +++ csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec 2009-02-24 22:58:31 UTC (rev 3480) @@ -1,4 +1,6 @@ %var bitname inputproto %var pkgname CSWinputproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 00:10:34 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 23:10:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3481] csw/mgar/pkg/x11/kbproto/trunk Message-ID: Revision: 3481 http://gar.svn.sourceforge.net/gar/?rev=3481&view=rev Author: wbonnet Date: 2009-02-24 23:10:33 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Fix license text Modified Paths: -------------- csw/mgar/pkg/x11/kbproto/trunk/Makefile csw/mgar/pkg/x11/kbproto/trunk/checksums csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec Modified: csw/mgar/pkg/x11/kbproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-24 22:58:31 UTC (rev 3480) +++ csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-24 23:10:33 UTC (rev 3481) @@ -1,5 +1,6 @@ GARNAME = kbproto GARVERSION = 1.0.3 + CATEGORIES = x11 DESCRIPTION = kbproto @@ -7,16 +8,18 @@ kbproto endef -MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +MASTER_SITES = $(X11_PROTO_MASTER_SITE) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWkbproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWkbproto) - # PATCHFILES += gar-base.diff +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt + include gar/category.mk Modified: csw/mgar/pkg/x11/kbproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/checksums 2009-02-24 22:58:31 UTC (rev 3480) +++ csw/mgar/pkg/x11/kbproto/trunk/checksums 2009-02-24 23:10:33 UTC (rev 3481) @@ -1,2 +1,2 @@ 1efc6a4d97acb3ec3f34c4b2508478dc download/kbproto-1.0.3.tar.gz -18e0000ca77d25e593f4b4b960ad1a7c download/CSWkbproto.gspec +6227977065ca8b6c2b4012bbe60d553a download/CSWkbproto.gspec Modified: csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec 2009-02-24 22:58:31 UTC (rev 3480) +++ csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec 2009-02-24 23:10:33 UTC (rev 3481) @@ -1,4 +1,6 @@ %var bitname kbproto %var pkgname CSWkbproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 00:19:49 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Tue, 24 Feb 2009 23:19:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[3482] csw/mgar/gar/v2/categories/x11/category.mk Message-ID: Revision: 3482 http://gar.svn.sourceforge.net/gar/?rev=3482&view=rev Author: wbonnet Date: 2009-02-24 23:19:49 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Remove --docdir from default configure args Modified Paths: -------------- csw/mgar/gar/v2/categories/x11/category.mk Modified: csw/mgar/gar/v2/categories/x11/category.mk =================================================================== --- csw/mgar/gar/v2/categories/x11/category.mk 2009-02-24 23:10:33 UTC (rev 3481) +++ csw/mgar/gar/v2/categories/x11/category.mk 2009-02-24 23:19:49 UTC (rev 3482) @@ -31,7 +31,6 @@ CONFIGURE_ARGS += --includedir=/opt/csw/X11/include CONFIGURE_ARGS += --datadir=/opt/csw/X11/share CONFIGURE_ARGS += --mandir=/opt/csw/X11/share/man -CONFIGURE_ARGS += --docdir=/opt/csw/X11/share/doc # No tests scripts, thus there is no "gmake test" target TEST_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:33:40 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:33:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[3483] csw/mgar/pkg/php5_readline/trunk Message-ID: Revision: 3483 http://gar.svn.sourceforge.net/gar/?rev=3483&view=rev Author: valholla Date: 2009-02-25 17:33:39 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_readline/trunk/Makefile csw/mgar/pkg/php5_readline/trunk/checksums Added Paths: ----------- csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff Modified: csw/mgar/pkg/php5_readline/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-24 23:19:49 UTC (rev 3482) +++ csw/mgar/pkg/php5_readline/trunk/Makefile 2009-02-25 17:33:39 UTC (rev 3483) @@ -25,21 +25,21 @@ SPKG_SOURCEURL = http://www.php.net/get/ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +PATCHFILES = forcereadline.diff DISTFILES = $(DISTNAME).tar.bz2 CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline CSWncurses CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config -CONFIGURE_ARGS += --with-readline=shared,$(prefix) +CONFIGURE_ARGS += --with-readline=$(prefix) -post-extract-modulated: +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) - TEST_SCRIPTS = manual test-manual: Modified: csw/mgar/pkg/php5_readline/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_readline/trunk/checksums 2009-02-24 23:19:49 UTC (rev 3482) +++ csw/mgar/pkg/php5_readline/trunk/checksums 2009-02-25 17:33:39 UTC (rev 3483) @@ -1 +1,2 @@ 7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +73c1044ad8545e40e47741d50a253e7c download/forcereadline.diff Added: csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff =================================================================== --- csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff (rev 0) +++ csw/mgar/pkg/php5_readline/trunk/files/forcereadline.diff 2009-02-25 17:33:39 UTC (rev 3483) @@ -0,0 +1,11 @@ +--- ./config.m4.orig 2009-02-25 10:49:36.267948251 -0600 ++++ ./config.m4 2009-02-25 10:50:04.992804101 -0600 +@@ -5,6 +5,8 @@ + PHP_ARG_WITH(libedit,for libedit readline replacement, + [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) + ++dnl Force the use of readline ++PHP_LIBEDIT="no" + if test "$PHP_LIBEDIT" = "no"; then + PHP_ARG_WITH(readline,for readline support, + [ --with-readline[=DIR] Include readline support (CLI/CGI only)]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:37:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:37:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3484] csw/mgar/pkg/php5_recode/trunk Message-ID: Revision: 3484 http://gar.svn.sourceforge.net/gar/?rev=3484&view=rev Author: valholla Date: 2009-02-25 17:37:41 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_recode/trunk/Makefile csw/mgar/pkg/php5_recode/trunk/checksums Added Paths: ----------- csw/mgar/pkg/php5_recode/trunk/files/recode.diff Modified: csw/mgar/pkg/php5_recode/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-25 17:33:39 UTC (rev 3483) +++ csw/mgar/pkg/php5_recode/trunk/Makefile 2009-02-25 17:37:41 UTC (rev 3484) @@ -18,7 +18,6 @@ STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ STRIP_DIRS += $(PHP5ROOT)/bin - PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ @@ -29,17 +28,18 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWrecode CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-recode=$(prefix) -post-extract-modulated: +PATCHFILES = recode.diff + +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) - TEST_SCRIPTS = manual test-manual: Modified: csw/mgar/pkg/php5_recode/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_recode/trunk/checksums 2009-02-25 17:33:39 UTC (rev 3483) +++ csw/mgar/pkg/php5_recode/trunk/checksums 2009-02-25 17:37:41 UTC (rev 3484) @@ -1 +1,2 @@ 7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +001f4ec594fd8dcac26373ea1cbc0ab0 download/recode.diff Added: csw/mgar/pkg/php5_recode/trunk/files/recode.diff =================================================================== --- csw/mgar/pkg/php5_recode/trunk/files/recode.diff (rev 0) +++ csw/mgar/pkg/php5_recode/trunk/files/recode.diff 2009-02-25 17:37:41 UTC (rev 3484) @@ -0,0 +1,21 @@ +--- ./recode.c.orig 2009-02-25 11:18:18.179302185 -0600 ++++ ./recode.c 2009-02-25 11:20:18.906816126 -0600 +@@ -221,7 +221,7 @@ + /* }}} */ + + #endif +- ++int error; + /* + * Local variables: + * tab-width: 4 +--- ./config.m4.orig 2009-02-25 11:24:11.727519777 -0600 ++++ ./config.m4 2009-02-25 11:24:44.598312108 -0600 +@@ -41,6 +41,7 @@ + LIBS="$LIBS -lrecode" + AC_TRY_LINK( + [ ++int error; + char *program_name; + ],[ + recode_format_table(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:41:42 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:41:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3485] csw/mgar/pkg/php5_iconv/trunk/Makefile Message-ID: Revision: 3485 http://gar.svn.sourceforge.net/gar/?rev=3485&view=rev Author: valholla Date: 2009-02-25 17:41:42 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_iconv/trunk/Makefile Modified: csw/mgar/pkg/php5_iconv/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-25 17:37:41 UTC (rev 3484) +++ csw/mgar/pkg/php5_iconv/trunk/Makefile 2009-02-25 17:41:42 UTC (rev 3485) @@ -18,7 +18,6 @@ STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ STRIP_DIRS += $(PHP5ROOT)/bin - PACKAGES = CSWphp5$(PHP5EXT_NAME) MASTER_SITES = http://www.php.net/releases/ @@ -27,20 +26,20 @@ DISTFILES = $(DISTNAME).tar.bz2 -EXTRA_LINKER_FLAGS = -liconv -lrt -lintl - CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-iconv=$(prefix) +LIBS = -lrt -lintl + post-extract-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) - TEST_SCRIPTS = manual test-manual: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:57:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:57:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3486] csw/mgar/pkg/php5_pgsql/trunk/Makefile Message-ID: Revision: 3486 http://gar.svn.sourceforge.net/gar/?rev=3486&view=rev Author: valholla Date: 2009-02-25 17:57:52 +0000 (Wed, 25 Feb 2009) Log Message: ----------- check-in missed chagnes on php5* Modified Paths: -------------- csw/mgar/pkg/php5_pgsql/trunk/Makefile Modified: csw/mgar/pkg/php5_pgsql/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-25 17:41:42 UTC (rev 3485) +++ csw/mgar/pkg/php5_pgsql/trunk/Makefile 2009-02-25 17:57:52 UTC (rev 3486) @@ -1,7 +1,7 @@ GARNAME = php GARVERSION = 5.2.6 CATEGORIES = lang -PHP5EXT_NAME = ctype +PHP5EXT_NAME = pgsql DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP define BLURB @@ -29,12 +29,15 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq +PATCHFILES = pgconfig.diff + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql -post-extract-modulated: +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 18:59:30 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 17:59:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[3487] csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff Message-ID: Revision: 3487 http://gar.svn.sourceforge.net/gar/?rev=3487&view=rev Author: valholla Date: 2009-02-25 17:59:29 +0000 (Wed, 25 Feb 2009) Log Message: ----------- check-in missed chagnes on php5* Added Paths: ----------- csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff Added: csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff =================================================================== --- csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff (rev 0) +++ csw/mgar/pkg/php5_pgsql/trunk/files/pgconfig.diff 2009-02-25 17:59:29 UTC (rev 3487) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-25 11:46:48.919725515 -0600 ++++ ./config.m4 2009-02-25 11:48:01.054898559 -0600 +@@ -11,8 +11,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 19:25:17 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 18:25:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[3488] csw/mgar/pkg/php5_odbc/trunk Message-ID: Revision: 3488 http://gar.svn.sourceforge.net/gar/?rev=3488&view=rev Author: valholla Date: 2009-02-25 18:25:17 +0000 (Wed, 25 Feb 2009) Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/php5_odbc/trunk/Makefile csw/mgar/pkg/php5_odbc/trunk/checksums Added Paths: ----------- csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff Modified: csw/mgar/pkg/php5_odbc/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-25 17:59:29 UTC (rev 3487) +++ csw/mgar/pkg/php5_odbc/trunk/Makefile 2009-02-25 18:25:17 UTC (rev 3488) @@ -29,13 +29,15 @@ CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 -REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config CONFIGURE_ARGS += --with-unixODBC=$(prefix) -post-extract-modulated: +PATCHFILES = odbc.diff + +post-patch-modulated: @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) $(DONADA) Modified: csw/mgar/pkg/php5_odbc/trunk/checksums =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/checksums 2009-02-25 17:59:29 UTC (rev 3487) +++ csw/mgar/pkg/php5_odbc/trunk/checksums 2009-02-25 18:25:17 UTC (rev 3488) @@ -1 +1,2 @@ 7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +1db5740b2ca44f43bbfd907992f47393 download/odbc.diff Added: csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff =================================================================== --- csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff (rev 0) +++ csw/mgar/pkg/php5_odbc/trunk/files/odbc.diff 2009-02-25 18:25:17 UTC (rev 3488) @@ -0,0 +1,462 @@ +--- ./config.m4.orig 2009-02-25 12:04:48.140914150 -0600 ++++ ./config.m4 2009-02-25 12:15:55.740367734 -0600 +@@ -8,402 +8,6 @@ + fi + ]) + +-dnl +-dnl Figure out which library file to link with for the Solid support. +-dnl +-AC_DEFUN([PHP_ODBC_FIND_SOLID_LIBS],[ +- AC_MSG_CHECKING([Solid library file]) +- ac_solid_uname_r=`uname -r 2>/dev/null` +- ac_solid_uname_s=`uname -s 2>/dev/null` +- case $ac_solid_uname_s in +- AIX) ac_solid_os=a3x;; # a4x for AIX4/ Solid 2.3/3.0 only +- HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10 +- IRIX) ac_solid_os=irx;; # Solid 2.3(?)/ 3.0 only +- Linux) +- if ldd -v /bin/sh | grep GLIBC > /dev/null; then +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=l2x +- else +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=lux +- fi;; +- SunOS) +- ac_solid_os=ssx;; # should we deal with SunOS 4? +- FreeBSD) +- if test `expr $ac_solid_uname_r : '\(.\)'` -gt "2"; then +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fex +- else +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fbx +- fi;; +- esac +- +- if test -f $1/soc${ac_solid_os}35.a; then +- ac_solid_version=35 +- ac_solid_prefix=soc +- elif test -f $1/scl${ac_solid_os}30.a; then +- ac_solid_version=30 +- ac_solid_prefix=scl +- elif test -f $1/scl${ac_solid_os}23.a; then +- ac_solid_version=23 +- ac_solid_prefix=scl +- fi +- +-# +-# Check for the library files, and setup the ODBC_LIBS path... +-# +-if test ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -a \ +- ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a; then +- # +- # we have an error and should bail out, as we can't find the libs! +- # +- echo "" +- echo "*********************************************************************" +- echo "* Unable to locate $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so or $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* Please correct this by creating the following links and reconfiguring:" +- echo "* $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* $1/${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so" +- echo "*********************************************************************" +-else +- ODBC_LFLAGS=-L$1 +- ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version} +-fi +- +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +- +-dnl +-dnl Figure out which library file to link with for the Empress support. +-dnl +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_LIBS],[ +- AC_MSG_CHECKING([Empress library file]) +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- if test ! -f $ODBC_LIBS; then +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS],[ +- AC_MSG_CHECKING([Empress local access library file]) +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- if test ! -f $ODBCBCS_LIBS; then +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBCBCS_LIBS | sed -e 's!.*/!!'`) +-]) +- +-dnl +-dnl configure options +-dnl +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(adabas,, +-[ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) +- +- if test "$PHP_ADABAS" != "no"; then +- AC_MSG_CHECKING([for Adabas support]) +- if test "$PHP_ADABAS" = "yes"; then +- PHP_ADABAS=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_ADABAS/incl) +- PHP_ADD_LIBPATH($PHP_ADABAS/$PHP_LIBDIR) +- ODBC_OBJS="$PHP_ADABAS/$PHP_LIBDIR/odbclib.a" +- ODBC_LIB="$abs_builddir/ext/odbc/libodbc_adabas.a" +- $srcdir/build/shtool mkdir -f -p ext/odbc +- rm -f "$ODBC_LIB" +- cp "$ODBC_OBJS" "$ODBC_LIB" +- PHP_ADD_LIBRARY(sqlptc) +- PHP_ADD_LIBRARY(sqlrte) +- PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc) +- ODBC_TYPE=adabas +- ODBC_INCDIR=$PHP_ADABAS/incl +- PHP_ODBC_CHECK_HEADER(sqlext.h) +- AC_DEFINE(HAVE_ADABAS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(sapdb,, +-[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]]) +- +- if test "$PHP_SAPDB" != "no"; then +- AC_MSG_CHECKING([for SAP DB support]) +- if test "$PHP_SAPDB" = "yes"; then +- PHP_SAPDB=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_SAPDB/incl) +- PHP_ADD_LIBPATH($PHP_SAPDB/$PHP_LIBDIR) +- PHP_ADD_LIBRARY(sqlod) +- ODBC_TYPE=sapdb +- AC_DEFINE(HAVE_SAPDB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(solid,, +-[ --with-solid[=DIR] Include Solid support [/usr/local/solid]]) +- +- if test "$PHP_SOLID" != "no"; then +- AC_MSG_CHECKING(for Solid support) +- if test "$PHP_SOLID" = "yes"; then +- PHP_SOLID=/usr/local/solid +- fi +- ODBC_INCDIR=$PHP_SOLID/include +- ODBC_LIBDIR=$PHP_SOLID/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=solid +- if test -f $ODBC_LIBDIR/soc*35.a; then +- AC_DEFINE(HAVE_SOLID_35,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*30.a; then +- AC_DEFINE(HAVE_SOLID_30,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*23.a; then +- AC_DEFINE(HAVE_SOLID,1,[ ]) +- fi +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_SOLID_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ibm-db2,, +-[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) +- +- if test "$PHP_IBM_DB2" != "no"; then +- AC_MSG_CHECKING(for IBM DB2 support) +- if test "$PHP_IBM_DB2" = "yes"; then +- ODBC_INCDIR=/home/db2inst1/sqllib/include +- ODBC_LIBDIR=/home/db2inst1/sqllib/lib +- else +- ODBC_INCDIR=$PHP_IBM_DB2/include +- ODBC_LIBDIR=$PHP_IBM_DB2/$PHP_LIBDIR +- fi +- +- PHP_ODBC_CHECK_HEADER(sqlcli1.h) +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=ibm-db2 +- ODBC_LIBS=-ldb2 +- +- PHP_TEST_BUILD(SQLExecute, [ +- AC_DEFINE(HAVE_IBMDB2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- ], [ +- AC_MSG_RESULT(no) +- AC_MSG_ERROR([ +-build test failed. Please check the config.log for details. +-You need to source your DB2 environment before running PHP configure: +-# . \$IBM_DB2/db2profile +-]) +- ], [ +- $ODBC_LFLAGS $ODBC_LIBS +- ]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ODBCRouter,, +-[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]]) +- +- if test "$PHP_ODBCROUTER" != "no"; then +- AC_MSG_CHECKING(for ODBCRouter.com support) +- if test "$PHP_ODBCROUTER" = "yes"; then +- PHP_ODBCROUTER=/usr +- fi +- ODBC_INCDIR=$PHP_ODBCROUTER/include +- ODBC_LIBDIR=$PHP_ODBCROUTER/lib +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lodbcsdk +- ODBC_TYPE=ODBCRouter +- AC_DEFINE(HAVE_ODBC_ROUTER,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress,, +-[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS" != "no"; then +- AC_MSG_CHECKING(for Empress support) +- if test "$PHP_EMPRESS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS/shlib +- fi +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=empress +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress-bcs,, +-[ --with-empress-bcs[=DIR] +- Include Empress Local Access support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS_BCS" != "no"; then +- AC_MSG_CHECKING(for Empress local access support) +- if test "$PHP_EMPRESS_BCS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS_BCS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS_BCS/shlib +- fi +- CC="empocc -bcs";export CC; +- LD="empocc -bcs";export LD; +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- LIST=`empocc -listlines -bcs -o a a.c` +- +- NEWLIST= +- for I in $LIST +- do +- case $I in +- $EMPRESSPATH/odbccl/lib/* | \ +- $EMPRESSPATH/rdbms/lib/* | \ +- $EMPRESSPATH/common/lib/*) +- NEWLIST="$NEWLIST $I" +- ;; +- esac +- done +- ODBC_LIBS="-lempphpbcs -lms -lmscfg -lbasic -lbasic_os -lnlscstab -lnlsmsgtab -lm -ldl -lcrypt" +- ODBC_TYPE=empress-bcs +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_BCS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(birdstep,, +-[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +- +- if test "$PHP_BIRDSTEP" != "no"; then +- AC_MSG_CHECKING(for Birdstep support) +- if test "$PHP_BIRDSTEP" = "yes"; then +- ODBC_INCDIR=/usr/local/birdstep/include +- ODBC_LIBDIR=/usr/local/birdstep/lib +- else +- ODBC_INCDIR=$PHP_BIRDSTEP/include +- ODBC_LIBDIR=$PHP_BIRDSTEP/$PHP_LIBDIR +- fi +- +- case $host_alias in +- *aix*[)] +- AC_DEFINE(AIX,1,[ ]);; +- *hpux*[)] +- AC_DEFINE(HPUX,1,[ ]);; +- *linux*[)] +- AC_DEFINE(LINUX,1,[ ]);; +- *qnx*[)] +- AC_DEFINE(NEUTRINO,1,[ ]);; +- i?86-*-solaris*[)] +- AC_DEFINE(ISOLARIS,1,[ ]);; +- sparc-*-solaris*[)] +- AC_DEFINE(SOLARIS,1,[ ]);; +- *unixware*[)] +- AC_DEFINE(UNIXWARE,1,[ ]);; +- esac +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=birdstep +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_LIBS="-lCadm -lCdict -lCenc -lCrdm -lCrpc -lCrdbc -lCrm -lCuapi -lutil" +- +- if test -f "$ODBC_LIBDIR/libCrdbc32.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc32 -lCadm32 -lCncp32 -lCrm32 -lCsql32 -lCdict32 -lCrdm32 -lCrpc32 -lutil" +- elif test -f "$ODBC_LIBDIR/libCrdbc.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc -lCadm -lCncp -lCrm -lCsql -lCdict -lCrdm -lCrpc -lutil" +- fi +- +- AC_DEFINE(HAVE_BIRDSTEP,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(custom-odbc,, +-[ --with-custom-odbc[=DIR] +- Include user defined ODBC support. DIR is ODBC install base +- directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and +- have some odbc.h in your include dirs. f.e. you should define +- following for Sybase SQL Anywhere 5.5.00 on QNX, prior to +- running this configure script: +- CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" +- LDFLAGS=-lunix +- CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"]) +- +- if test "$PHP_CUSTOM_ODBC" != "no"; then +- AC_MSG_CHECKING(for a custom ODBC support) +- if test "$PHP_CUSTOM_ODBC" = "yes"; then +- PHP_CUSTOM_ODBC=/usr/local +- fi +- ODBC_INCDIR=$PHP_CUSTOM_ODBC/include +- ODBC_LIBDIR=$PHP_CUSTOM_ODBC/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=$CUSTOM_ODBC_LIBS +- ODBC_TYPE=custom-odbc +- AC_DEFINE(HAVE_CODBC,1,[ ]) +- AC_MSG_RESULT([$ext_ouput]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(iodbc,, +-[ --with-iodbc[=DIR] Include iODBC support [/usr/local]]) +- +- if test "$PHP_IODBC" != "no"; then +- AC_MSG_CHECKING(for iODBC support) +- if test "$PHP_IODBC" = "yes"; then +- PHP_IODBC=/usr/local +- fi +- PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR) +- PHP_ADD_INCLUDE($PHP_IODBC/include, 1) +- ODBC_TYPE=iodbc +- ODBC_INCLUDE=-I$PHP_IODBC/include +- ODBC_LFLAGS=-L$PHP_IODBC/$PHP_LIBDIR +- ODBC_LIBS=-liodbc +- AC_DEFINE(HAVE_IODBC,1,[ ]) +- AC_DEFINE(HAVE_ODBC2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(esoob,, +-[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]]) +- +- if test "$PHP_ESOOB" != "no"; then +- AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) +- if test "$PHP_ESOOB" = "yes"; then +- PHP_ESOOB=/usr/local/easysoft/oob/client +- fi +- ODBC_INCDIR=$PHP_ESOOB/include +- ODBC_LIBDIR=$PHP_ESOOB/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lesoobclient +- ODBC_TYPE=esoob +- AC_DEFINE(HAVE_ESOOB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi + + if test -z "$ODBC_TYPE"; then + PHP_ARG_WITH(unixODBC,, +@@ -426,56 +30,6 @@ + fi + fi + +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(dbmaker,, +-[ --with-dbmaker[=DIR] Include DBMaker support]) +- +- if test "$PHP_DBMAKER" != "no"; then +- AC_MSG_CHECKING(for DBMaker support) +- if test "$PHP_DBMAKER" = "yes"; then +- # find dbmaker's home directory +- DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'` +- +- # check DBMaker version (from 5.0 to 2.0) +- DBMAKER_VERSION=5.0 +- +- while test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a "$DBMAKER_VERSION" != "2.9"; do +- DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | $AWK '{ print $1-1;}'` +- MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'` +- MINOR_V=`echo $DM_VER | $AWK '{ print $1%10; }'` +- DBMAKER_VERSION=$MAJOR_V.$MINOR_V +- done +- +- if test "$DBMAKER_VERSION" = "2.9"; then +- PHP_DBMAKER=$DBMAKER_HOME +- else +- PHP_DBMAKER=$DBMAKER_HOME/$DBMAKER_VERSION +- fi +- fi +- +- ODBC_INCDIR=$PHP_DBMAKER/include +- ODBC_LIBDIR=$PHP_DBMAKER/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS="-ldmapic -lc" +- ODBC_TYPE=dbmaker +- +- AC_DEFINE(HAVE_DBMAKER,1,[Whether you want DBMaker]) +- +- if test "$ext_shared" = "yes"; then +- AC_MSG_RESULT([yes (shared)]) +- ODBC_LIBS="-ldmapic -lc -lm" +- ODBC_SHARED="odbc.la" +- else +- AC_MSG_RESULT([yes (static)]) +- PHP_ADD_LIBRARY_WITH_PATH(dmapic, $ODBC_LIBDIR) +- PHP_ADD_INCLUDE($ODBC_INCDIR) +- ODBC_STATIC="libphpext_odbc.la" +- fi +- fi +-fi +- + dnl + dnl Extension setup + dnl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 20:04:15 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 19:04:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3489] csw/mgar/pkg/python/trunk Message-ID: Revision: 3489 http://gar.svn.sourceforge.net/gar/?rev=3489&view=rev Author: valholla Date: 2009-02-25 19:04:14 +0000 (Wed, 25 Feb 2009) Log Message: ----------- regular expression fix for dynamic prototype Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-25 18:25:17 UTC (rev 3488) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-25 19:04:14 UTC (rev 3489) @@ -51,10 +51,10 @@ CONFIGURE_ARGS += --enable-unicode=ucs4 CONFIGURE_ARGS += --with-fpectl -PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.* +PKGFILES_CSWidle = $(libdir)/python(\d+(?:\.\d+)*)/idlelib/.* PKGFILES_CSWidle += $(bindir)/idle -PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* -PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* +PKGFILES_CSWpython-tk = $(libdir)/python(\d+(?:\.\d+)*)/lib-tk/.* +PKGFILES_CSWpython-tk += $(libdir)/python(\d+(?:\.\d+)*)/lib-dynload/*tkinter* REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib @@ -72,12 +72,20 @@ include gar/category.mk -post-install-modulated: add-depricated-libs +POST_INST_SCR = add-depricated-libs +POST_INST_SCR += fix-config-makefile +post-install-modulated: $(POST_INST_SCR) add-depricated-libs: echo "===> Adding Depricated Libs" - cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) $(DESTDIR)$(libdir)/libpython2.5.so.1.0 + cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) \ + $(DESTDIR)$(libdir)/libpython2.5.so.1.0 cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so $(DONADA) +fix-config-makefile: + perl -i -plne 's/^CCSHARED=.*/CCSHARED=/' \ + $(DESTDIR)$(libdir)/python/config/Makefile + $(MAKECOOKIE) + Deleted: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 22:38:41 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 21:38:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[3490] csw/mgar/pkg/x11/kbproto/trunk/Makefile Message-ID: Revision: 3490 http://gar.svn.sourceforge.net/gar/?rev=3490&view=rev Author: wbonnet Date: 2009-02-25 21:38:41 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update makefile Modified Paths: -------------- csw/mgar/pkg/x11/kbproto/trunk/Makefile Modified: csw/mgar/pkg/x11/kbproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-25 19:04:14 UTC (rev 3489) +++ csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-02-25 21:38:41 UTC (rev 3490) @@ -15,8 +15,6 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# PATCHFILES += gar-base.diff - pre-install: @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 22:47:09 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 21:47:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[3491] csw/mgar/pkg/x11/renderproto/trunk/Makefile Message-ID: Revision: 3491 http://gar.svn.sourceforge.net/gar/?rev=3491&view=rev Author: wbonnet Date: 2009-02-25 21:47:09 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package definition Modified Paths: -------------- csw/mgar/pkg/x11/renderproto/trunk/Makefile Modified: csw/mgar/pkg/x11/renderproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/renderproto/trunk/Makefile 2009-02-25 21:38:41 UTC (rev 3490) +++ csw/mgar/pkg/x11/renderproto/trunk/Makefile 2009-02-25 21:47:09 UTC (rev 3491) @@ -1,5 +1,6 @@ GARNAME = renderproto GARVERSION = 0.9.3 + CATEGORIES = x11 DESCRIPTION = renderproto @@ -7,14 +8,16 @@ renderproto endef -MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +MASTER_SITES = $(X11_PROTO_MASTER_SITE) +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWrenderproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWrenderproto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 22:47:50 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 21:47:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[3492] csw/mgar/pkg/x11/renderproto/trunk/files/ CSWrenderproto.gspec Message-ID: Revision: 3492 http://gar.svn.sourceforge.net/gar/?rev=3492&view=rev Author: wbonnet Date: 2009-02-25 21:47:50 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package definition Modified Paths: -------------- csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec Modified: csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec =================================================================== --- csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec 2009-02-25 21:47:09 UTC (rev 3491) +++ csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec 2009-02-25 21:47:50 UTC (rev 3492) @@ -1,4 +1,6 @@ %var bitname renderproto %var pkgname CSWrenderproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:03:37 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:03:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[3493] csw/mgar/pkg/x11/xcb-proto/trunk Message-ID: Revision: 3493 http://gar.svn.sourceforge.net/gar/?rev=3493&view=rev Author: wbonnet Date: 2009-02-25 22:03:37 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package to version 1.4 Modified Paths: -------------- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile csw/mgar/pkg/x11/xcb-proto/trunk/checksums csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec Modified: csw/mgar/pkg/x11/xcb-proto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-02-25 21:47:50 UTC (rev 3492) +++ csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-02-25 22:03:37 UTC (rev 3493) @@ -1,5 +1,6 @@ GARNAME = xcb-proto -GARVERSION = 1.1 +GARVERSION = 1.4 + CATEGORIES = x11 DESCRIPTION = xcb-proto @@ -8,13 +9,15 @@ endef MASTER_SITES = $(XCB_MASTER_SITES) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWxcb-proto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWxcb-proto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/xcb-proto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/xcb-proto/trunk/checksums 2009-02-25 21:47:50 UTC (rev 3492) +++ csw/mgar/pkg/x11/xcb-proto/trunk/checksums 2009-02-25 22:03:37 UTC (rev 3493) @@ -1,3 +1,2 @@ -424ac05f279fb9aab0139e982c81e6d6 download/xcb-proto-1.1.tar.gz -96f3a97a7bb1391d79bff88257ff98e2 download/CSWxcb-proto.gspec -424ac05f279fb9aab0139e982c81e6d6 download/xcb-proto-1.1.tar.gz +475312ad5b41e6a543f92da82b9dd959 download/xcb-proto-1.4.tar.gz +187ab0fada6adab4e77ad04abfe9a093 download/CSWxcb-proto.gspec Modified: csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec =================================================================== --- csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec 2009-02-25 21:47:50 UTC (rev 3492) +++ csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec 2009-02-25 22:03:37 UTC (rev 3493) @@ -1,4 +1,6 @@ %var bitname xcbproto %var pkgname CSWxcbproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:10:13 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:10:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[3494] csw/mgar/pkg/x11/xextproto/trunk Message-ID: Revision: 3494 http://gar.svn.sourceforge.net/gar/?rev=3494&view=rev Author: wbonnet Date: 2009-02-25 22:10:12 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package to version 7.0.5 Modified Paths: -------------- csw/mgar/pkg/x11/xextproto/trunk/Makefile csw/mgar/pkg/x11/xextproto/trunk/checksums csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec Modified: csw/mgar/pkg/x11/xextproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/xextproto/trunk/Makefile 2009-02-25 22:03:37 UTC (rev 3493) +++ csw/mgar/pkg/x11/xextproto/trunk/Makefile 2009-02-25 22:10:12 UTC (rev 3494) @@ -1,5 +1,6 @@ GARNAME = xextproto -GARVERSION = 7.0.3 +GARVERSION = 7.0.5 + CATEGORIES = x11 DESCRIPTION = xextproto @@ -9,12 +10,14 @@ MASTER_SITES = $(X11_PROTO_MASTER_SITE) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWxextproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWxextproto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/xextproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/xextproto/trunk/checksums 2009-02-25 22:03:37 UTC (rev 3493) +++ csw/mgar/pkg/x11/xextproto/trunk/checksums 2009-02-25 22:10:12 UTC (rev 3494) @@ -1,3 +1,2 @@ -6a8f9f9559e9065858905043c17e05a1 download/xextproto-7.0.3.tar.gz -fd70e9403a62d42ca8e45df6fda471c9 download/CSWxextproto.gspec -6a8f9f9559e9065858905043c17e05a1 download/xextproto-7.0.3.tar.gz +f6274c778e571130484fb0650651ac02 download/xextproto-7.0.5.tar.gz +3ee092699b437a67b5050e8d31df191f download/CSWxextproto.gspec Modified: csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec =================================================================== --- csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec 2009-02-25 22:03:37 UTC (rev 3493) +++ csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec 2009-02-25 22:10:12 UTC (rev 3494) @@ -1,4 +1,7 @@ %var bitname xextproto %var pkgname CSWxextproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:15:11 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:15:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3495] csw/mgar/pkg/x11/xproto/trunk Message-ID: Revision: 3495 http://gar.svn.sourceforge.net/gar/?rev=3495&view=rev Author: wbonnet Date: 2009-02-25 22:15:11 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package to version 7.0.14 Modified Paths: -------------- csw/mgar/pkg/x11/xproto/trunk/Makefile csw/mgar/pkg/x11/xproto/trunk/checksums csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec Modified: csw/mgar/pkg/x11/xproto/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/xproto/trunk/Makefile 2009-02-25 22:10:12 UTC (rev 3494) +++ csw/mgar/pkg/x11/xproto/trunk/Makefile 2009-02-25 22:15:11 UTC (rev 3495) @@ -8,13 +8,15 @@ endef MASTER_SITES = $(X11_PROTO_MASTER_SITE) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWxproto) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWxproto) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/xproto/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/xproto/trunk/checksums 2009-02-25 22:10:12 UTC (rev 3494) +++ csw/mgar/pkg/x11/xproto/trunk/checksums 2009-02-25 22:15:11 UTC (rev 3495) @@ -1,3 +1,2 @@ 3575f7bea6d3314508f142575eb8e843 download/xproto-7.0.14.tar.gz -87ea47c8bd3fcf06c6d6b78822c967e5 download/CSWxproto.gspec -3575f7bea6d3314508f142575eb8e843 download/xproto-7.0.14.tar.gz +247ed3e654992c599b58ed5e8ae92e8b download/CSWxproto.gspec Modified: csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec =================================================================== --- csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec 2009-02-25 22:10:12 UTC (rev 3494) +++ csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec 2009-02-25 22:15:11 UTC (rev 3495) @@ -1,4 +1,6 @@ %var bitname xproto %var pkgname CSWxproto %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:17:31 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:17:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[3496] csw/mgar/pkg/x11/Makefile Message-ID: Revision: 3496 http://gar.svn.sourceforge.net/gar/?rev=3496&view=rev Author: wbonnet Date: 2009-02-25 22:17:31 +0000 (Wed, 25 Feb 2009) Log Message: ----------- newpkgs creation use GAR v2 by default Added Paths: ----------- csw/mgar/pkg/x11/Makefile Added: csw/mgar/pkg/x11/Makefile =================================================================== --- csw/mgar/pkg/x11/Makefile (rev 0) +++ csw/mgar/pkg/x11/Makefile 2009-02-25 22:17:31 UTC (rev 3496) @@ -0,0 +1,63 @@ +# vim: ft=make ts=4 sw=4 noet +# This makefile is to be included from Makefiles in each category +# directory. + +default: + @echo "You are in the pkg/x11 directory." + +%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* ; \ + done + +paranoid-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || exit 2; \ + done + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + @for i in $(filter-out CVS/,$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \ + done + +newpkg-%: + @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files + @(echo "GARNAME = package"; \ + echo "GARVERSION = 1.0"; \ + echo "CATEGORIES = category"; \ + echo ""; \ + echo "DESCRIPTION = Brief description"; \ + echo "define BLURB"; \ + echo " Long description"; \ + echo "endef"; \ + echo ""; \ + echo "MASTER_SITES = "; \ + echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \ + echo "DISTFILES += $$(call admfiles,CSWpackage,)"; \ + echo ""; \ + echo "# We define upstream file regex so we can be notifed of new upstream software release"; \ + echo "UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \ + echo ""; \ + echo "# If the url used to check for software update is different of MASTER_SITES, then "; \ + echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; \ + echo "# UPSTREAM_MASTER_SITES = "; \ + echo ""; \ + echo "CONFIGURE_ARGS = $$(DIRPATHS)"; \ + echo ""; \ + echo "include gar/category.mk"; \ + ) > $*/trunk/Makefile + @svn add $*/trunk/Makefile + @(echo "%var bitname package"; \ + echo "%var pkgname CSWpackage"; \ + echo "%include url file://%{PKGLIB}/csw_dyndepend.gspec";\ + echo "%copyright url file://%{WORKSRC}/LICENSE"; \ + ) > $*/trunk/files/CSWpackage.gspec + @echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo "gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2" | svn propset svn:externals -F /dev/fd/0 $*/trunk + @svn co https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 $*/trunk/gar + @echo + @echo "Your package is set up for editing at $*/trunk" + @echo "Please don't forget to add the gspec-file!" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:28:52 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:28:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[3497] csw/mgar/pkg/x11/libpthread-stubs/trunk Message-ID: Revision: 3497 http://gar.svn.sourceforge.net/gar/?rev=3497&view=rev Author: wbonnet Date: 2009-02-25 22:28:49 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package Modified Paths: -------------- csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile 2009-02-25 22:17:31 UTC (rev 3496) +++ csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile 2009-02-25 22:28:49 UTC (rev 3497) @@ -8,13 +8,15 @@ endef MASTER_SITES = $(XCB_MASTER_SITES) -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWlibpthreadstubs) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DISTFILES += $(call admfiles,CSWlibpthreadstubs) +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt include gar/category.mk Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums 2009-02-25 22:17:31 UTC (rev 3496) +++ csw/mgar/pkg/x11/libpthread-stubs/trunk/checksums 2009-02-25 22:28:49 UTC (rev 3497) @@ -1,2 +1,2 @@ 5e3e75160ab6a8c212d0ecd82aa04651 download/libpthread-stubs-0.1.tar.gz -adceda12cfefe051430db570bbc6a438 download/CSWlibpthreadstubs.gspec +d289155064dcff613df978b97c8d8199 download/CSWlibpthreadstubs.gspec Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec =================================================================== --- csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2009-02-25 22:17:31 UTC (rev 3496) +++ csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2009-02-25 22:28:49 UTC (rev 3497) @@ -1,4 +1,6 @@ %var bitname libpthreadstubs %var pkgname CSWlibpthreadstubs %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:42:05 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:42:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[3498] csw/mgar/pkg/pygtk Message-ID: Revision: 3498 http://gar.svn.sourceforge.net/gar/?rev=3498&view=rev Author: valholla Date: 2009-02-25 22:42:05 +0000 (Wed, 25 Feb 2009) Log Message: ----------- fix Added Paths: ----------- csw/mgar/pkg/pygtk/trunk/ csw/mgar/pkg/pygtk/trunk/Makefile csw/mgar/pkg/pygtk/trunk/checksums csw/mgar/pkg/pygtk/trunk/files/ csw/mgar/pkg/pygtk/trunk/files/fixme.sh Added: csw/mgar/pkg/pygtk/trunk/Makefile =================================================================== --- csw/mgar/pkg/pygtk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pygtk/trunk/Makefile 2009-02-25 22:42:05 UTC (rev 3498) @@ -0,0 +1,38 @@ +GARNAME = pygtk +GARVERSION = 2.12.1 +CATEGORIES = lang + +DESCRIPTION = pygobject support for Python define BLURB + This is a Python language binding for gobject. + endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/ + DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 + DISTFILES += fixme.sh + +PACKAGES = CSWpygtk +REQUIRED_PKGS_CSWpygtk = CSWpython CSWggettextrt CSWglib2 CSWgtk2 CSWpango +REQUIRED_PKGS_CSWpygtk += CSWlibatk CSWlibcairo CSWlibglade2 CSWlibxml2 + + +CATALOGNAME_CSWpygobject = py_gobject +SPKG_DESC_CSWpygtk = pygtk support for Python + +# We define upstream file regex so we can be notifed +# of new upstream software release + +UFILES_REGEX = (\d+(?:\.\d+)*) + +CONFIGURE_ARGS = $(DIRPATHS) + +## Tests require gtk, but gtk requries gobject +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + echo "==> Fixing Libtool ==>" + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) + Added: csw/mgar/pkg/pygtk/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/pygtk/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/pygtk/trunk/files/fixme.sh 2009-02-25 22:42:05 UTC (rev 3498) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/pygtk/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Wed Feb 25 23:42:56 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:42:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3499] csw/mgar/pkg/x11/libXdmcp/trunk Message-ID: Revision: 3499 http://gar.svn.sourceforge.net/gar/?rev=3499&view=rev Author: wbonnet Date: 2009-02-25 22:42:56 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Update package Modified Paths: -------------- csw/mgar/pkg/x11/libXdmcp/trunk/Makefile csw/mgar/pkg/x11/libXdmcp/trunk/checksums csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec Modified: csw/mgar/pkg/x11/libXdmcp/trunk/Makefile =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-02-25 22:42:56 UTC (rev 3499) @@ -9,7 +9,8 @@ MASTER_SITES =http://xorg.freedesktop.org/releases/individual/lib/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWlibxdmcpdevel, ) +DISTFILES += $(call admfiles,CSWlibxdmcp, ) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -17,12 +18,15 @@ SPKG_DESC_CSWlibxdmcp = X11 display manager control protocol library SPKG_DESC_CSWlibxdmcpdevel = X11 display manager control protocol library development package -DISTFILES += $(call admfiles,CSWlibxdmcpdevel, ) -DISTFILES += $(call admfiles,CSWlibxdmcp, ) - PKGFILES_CSWlibxdmcpdevel = $(PKGFILES_DEVEL) PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/include/.* PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/.*\.a PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/pkgconfig/.* +PKGFILES_CSWlibxdmcpdevel += $(prefix)/share/doc/$(GARNAME)/License-devel.txt +pre-install: + @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME) + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt + @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License-devel.txt + include gar/category.mk Modified: csw/mgar/pkg/x11/libXdmcp/trunk/checksums =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/checksums 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/checksums 2009-02-25 22:42:56 UTC (rev 3499) @@ -1,3 +1,3 @@ a7e23f356a2b4fe8668f9ff4a2b0413a download/libXdmcp-1.0.2.tar.gz -20dad59c182df97ada83576e674af11e download/CSWlibxdmcpdevel.gspec -f3ebb87eca57d398aa99ab87ec064bef download/CSWlibxdmcp.gspec +624a709339fbb4feaaad957025c543eb download/CSWlibxdmcpdevel.gspec +e232536fb776ff75d8905a9ddf00fd90 download/CSWlibxdmcp.gspec Modified: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec 2009-02-25 22:42:56 UTC (rev 3499) @@ -1,4 +1,6 @@ %var bitname libxdmcp %var pkgname CSWlibxdmcp %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information Modified: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec =================================================================== --- csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec 2009-02-25 22:42:05 UTC (rev 3498) +++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec 2009-02-25 22:42:56 UTC (rev 3499) @@ -1,4 +1,6 @@ %var bitname libxdmcp_devel %var pkgname CSWlibxdmcpdevel %include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING +%copyright + +Please see /opt/csw/share/doc/%{GARNAME}/License-devel.txt for license information This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:45:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:45:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3500] csw/mgar/pkg/pygtk/trunk/ Message-ID: Revision: 3500 http://gar.svn.sourceforge.net/gar/?rev=3500&view=rev Author: valholla Date: 2009-02-25 22:45:15 +0000 (Wed, 25 Feb 2009) Log Message: ----------- remove bad dir Removed Paths: ------------- csw/mgar/pkg/pygtk/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:54:53 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:54:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[3501] csw/mgar/pkg/pygtk/trunk/ Message-ID: Revision: 3501 http://gar.svn.sourceforge.net/gar/?rev=3501&view=rev Author: valholla Date: 2009-02-25 22:54:53 +0000 (Wed, 25 Feb 2009) Log Message: ----------- add trunk Added Paths: ----------- csw/mgar/pkg/pygtk/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Wed Feb 25 23:57:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Wed, 25 Feb 2009 22:57:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3502] csw/mgar/pkg/pygtk/trunk Message-ID: Revision: 3502 http://gar.svn.sourceforge.net/gar/?rev=3502&view=rev Author: valholla Date: 2009-02-25 22:57:10 +0000 (Wed, 25 Feb 2009) Log Message: ----------- move to trunk Added Paths: ----------- csw/mgar/pkg/pygtk/trunk/Makefile csw/mgar/pkg/pygtk/trunk/checksums csw/mgar/pkg/pygtk/trunk/files/ Property Changed: ---------------- csw/mgar/pkg/pygtk/trunk/ Property changes on: csw/mgar/pkg/pygtk/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/pygtk/trunk/Makefile (from rev 3500, csw/mgar/pkg/pygtk/Makefile) =================================================================== --- csw/mgar/pkg/pygtk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pygtk/trunk/Makefile 2009-02-25 22:57:10 UTC (rev 3502) @@ -0,0 +1,34 @@ +GARNAME = pygtk +GARVERSION = 2.12.1 +CATEGORIES = lang + +DESCRIPTION = pygtk support for Python +define BLURB + This is a Python language binding for gobject. +endef + +MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpygtk +REQUIRED_PKGS_CSWpygtk = CSWpython + +EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0 +EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib + +CATALOGNAME_CSWpygtk = py_gtk +SPKG_DESC_CSWpygtk = pygtk support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +#TEST_TARGET = check +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Copied: csw/mgar/pkg/pygtk/trunk/checksums (from rev 3500, csw/mgar/pkg/pygtk/checksums) =================================================================== --- csw/mgar/pkg/pygtk/trunk/checksums (rev 0) +++ csw/mgar/pkg/pygtk/trunk/checksums 2009-02-25 22:57:10 UTC (rev 3502) @@ -0,0 +1,2 @@ +a816346d750d61e3fa67a200e4292694 download/pygtk-2.12.1.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Thu Feb 26 00:13:33 2009 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Wed, 25 Feb 2009 23:13:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3503] csw/mgar/pkg/x11/xproto/trunk/files Message-ID: Revision: 3503 http://gar.svn.sourceforge.net/gar/?rev=3503&view=rev Author: wbonnet Date: 2009-02-25 23:13:33 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Remove unnecessary files Removed Paths: ------------- csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.depend csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.prototype 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 Feb 26 15:13:15 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 26 Feb 2009 14:13:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[3504] csw/mgar/pkg/phpMyAdmin/trunk/Makefile Message-ID: Revision: 3504 http://gar.svn.sourceforge.net/gar/?rev=3504&view=rev Author: bonivart Date: 2009-02-26 14:13:15 +0000 (Thu, 26 Feb 2009) Log Message: ----------- phpmyadmin: added deps Modified Paths: -------------- csw/mgar/pkg/phpMyAdmin/trunk/Makefile Modified: csw/mgar/pkg/phpMyAdmin/trunk/Makefile =================================================================== --- csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-25 23:13:33 UTC (rev 3503) +++ csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-26 14:13:15 UTC (rev 3504) @@ -5,17 +5,18 @@ DESCRIPTION = Effective MySQL Management define BLURB phpMyAdmin is a free software tool written in PHP intended to handle the - administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of - operations with MySQL. The most frequently used operations are supported by the user - interface (managing databases, tables, fields, relations, indexes, users, permissions, - etc), while you still have the ability to directly execute any SQL statement. + administration of MySQL over the World Wide Web. phpMyAdmin supports a wide + range of operations with MySQL. The most frequently used operations are + supported by the user interface (managing databases, tables, fields, + relations, indexes, users, permissions, etc), while you still have the + ability to directly execute any SQL statement. endef MASTER_SITES = http://garr.dl.sourceforge.net/sourceforge/phpmyadmin/ DISTFILES = $(GARNAME)-$(GARVERSION)-all-languages.tar.bz2 DISTFILES += $(call admfiles,CSWphpmyadmin,) -REQUIRED_PKGS = CSWapache2 CSWap2modphp5 CSWmysql5 CSWphp5 CSWphp5gd CSWphp5mcrypt CSWphp5mysqli CSWphp5session +REQUIRED_PKGS = CSWapache2 CSWap2modphp5 CSWmysql5 CSWphp5 CSWphp5gd CSWphp5mcrypt CSWphp5mysqli CSWphp5session CSWphp5mbstring CSWphp5ctype CSWphp5zip # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*)-all-languages.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Feb 26 17:10:28 2009 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 26 Feb 2009 16:10:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[3505] csw/mgar/pkg/ruby/trunk/Makefile Message-ID: Revision: 3505 http://gar.svn.sourceforge.net/gar/?rev=3505&view=rev Author: bdwalton Date: 2009-02-26 16:10:27 +0000 (Thu, 26 Feb 2009) Log Message: ----------- * Allow ri generation to be handled automatically - add configure option - remove special 'datadir' setting - remove custom ri generation bit Modified Paths: -------------- csw/mgar/pkg/ruby/trunk/Makefile Modified: csw/mgar/pkg/ruby/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby/trunk/Makefile 2009-02-26 14:13:15 UTC (rev 3504) +++ csw/mgar/pkg/ruby/trunk/Makefile 2009-02-26 16:10:27 UTC (rev 3505) @@ -11,6 +11,8 @@ ARCHALL_CSWrubydoc = 1 +LICENSE = COPYING + REQUIRED_PKGS_CSWruby = CSWbdb3 CSWgdbm CSWiconv CSWgcc4corert REQUIRED_PKGS_CSWruby += CSWncurses CSWosslrt CSWreadline CSWzlib @@ -37,11 +39,12 @@ SPKG_DESC_CSWrubydev = Ruby Extension Development Files -PKGFILES_CSWrubydoc = $(PKGFILES_DOC) +PKGFILES_CSWrubydoc = $(datadir)/ri/.* $(docdir)/rubydoc/.* + PKGFILES_CSWrubytk = $(libdir)/.*/tcl.* $(libdir)/.*/tk.* $(libdir)/.*-tk.rb PKGFILES_CSWrubydev = $(libdir)/.*\.h $(libdir)/.*/mkmf.rb $(libdir)/.*static.a -PKGFILES_CSWrubydev = $(libdir)/libruby.so +PKGFILES_CSWrubydev += $(libdir)/libruby.so MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/ MASTER_SITES += ftp://www.ibiblio.org/pub/languages/ruby/ @@ -55,9 +58,6 @@ # See: http://rubyforge.org/tracker/index.php?func=detail&aid=17607&group_id=426&atid=1698 PATCHFILES = rdoc_parse_order_fix.patch -# Put samples and RI documentation in share/doc/ruby -datadir = $(docdir)/ruby - GARCOMPILER = GNU CONFIGURE_ARGS = $(DIRPATHS) @@ -71,11 +71,11 @@ CONFIGURE_ARGS += --with-openssl-dir=$(prefix) CONFIGURE_ARGS += --with-readline-dir=$(prefix) CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --enable-install-doc -INSTALL_ARGS = install-all +INSTALL_ARGS = install -WORKSRC = $(WORKDIR)/$(DISTNAME)-$(PATCHLEVEL) -WORKSRC_FIRSTMOD = $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)-$(PATCHLEVEL) +DISTNAME = $(GARNAME)-$(GARVERSION)-$(PATCHLEVEL) # We want libruby-static.a to ship. mkmf tests for various things using it. MERGE_EXCLUDE_STATICLIBS = @@ -97,10 +97,10 @@ # Copy samples samples: - @mkdir -p $(DESTDIR)$(datadir) - @cp -R $(WORKSRC_FIRSTMOD)/sample $(DESTDIR)$(datadir) + @mkdir -p $(DESTDIR)$(docdir)/rubydoc/ + @cp -R $(WORKSRC_FIRSTMOD)/sample $(DESTDIR)$(docdir)/rubydoc/ @for ext in bigdecimal dl tk ; do \ - cp -R $(WORKSRC_FIRSTMOD)/ext/$$ext/sample $(DESTDIR)$(datadir)/sample/$$ext ; \ + cp -R $(WORKSRC_FIRSTMOD)/ext/$$ext/sample $(DESTDIR)$(docdir)/rubydoc/sample/$$ext ; \ done @$(MAKECOOKIE) @@ -110,3 +110,5 @@ @find $(DESTDIR)$(prefix) -type f -name '*.rb' -exec \ perl -i -plne "s{^#!/usr/local/bin/ruby}{#!$(bindir)/ruby}g" {} \; @$(MAKECOOKIE) + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 00:17:11 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Thu, 26 Feb 2009 23:17:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[3506] csw/mgar/pkg Message-ID: Revision: 3506 http://gar.svn.sourceforge.net/gar/?rev=3506&view=rev Author: valholla Date: 2009-02-26 23:17:11 +0000 (Thu, 26 Feb 2009) Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/gcc4/ csw/mgar/pkg/gcc4/trunk/ csw/mgar/pkg/gcc4/trunk/Makefile csw/mgar/pkg/gcc4/trunk/checksums csw/mgar/pkg/gcc4/trunk/files/ csw/mgar/pkg/gcc4/trunk/files/configure_def.mk csw/mgar/pkg/gcc4/trunk/files/package_def.mk Property changes on: csw/mgar/pkg/gcc4/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/gcc4/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc4/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gcc4/trunk/Makefile 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1,63 @@ +GARNAME = gcc +GARVERSION = 4.3.3 +CATEGORIES = lang + +DESCRIPTION = The GNU Compiler Collection +define BLURB + The GNU Compiler Collection includes front ends for C, C++, + Objective-C, Fortran, Java, and Ada, as well as libraries + for these languages (libstdc++, libgcj,...). +endef + +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 + +MASTER_SITES = http://gcc.gnu.org/ +SPKG_SOURCEURL = http://gcc.releasenotes.org/releases/ + +# We define upstream file regex so we can be notifed +# of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +### Scripts Section ### + +## Directory to do all the work from +OBJECT_DIR = $(WORKDIR)/$(DISTNAME)/objdir +## Change default $(WORKSRC) to the $(OBJECT_DIR) +WORKSRC = $(OBJECT_DIR) + +## After sucessful source extraction +## Create $(OBJECT_DIR) to build in +post-extract-modulated: + echo "==> Creating Object Dir for Building" + @( mkdir $(OBJECT_DIR) ) + $(DONADA) + +## Override standard configure +CONFIGURE_SCRIPTS = objdir +## instead of changing to $(WORKSRC) and running configure +## Run it from the $(OBJECT_DIR) +configure-objdir: + echo "==> Running Configure from $(OBJECT_DIR)" + cd $(OBJECT_DIR) && $(CONFIGURE_ENV) ../configure $(CONFIGURE_ARGS) + $(DONADA) + +## Package Check will fail for self dependencies +## i.e. CSWgcc4core is dependent on CSWgcc4corert +## if CSWgcc4corert is not installed on the build system +## Package Creation will fail and the remaining packages +## will not get created. +## ****** Run checkpkg Manually ***** +ENABLE_CHECK = 0 + +## Tests take a very long time +TEST_SCRIPTS = skip + +test-skip: + $(DONADA) + +## For cleanliness I moved the Configuration Definition +## And Packaging Definitions to their own file +include files/configure_def.mk +include files/package_def.mk + +include gar/category.mk Added: csw/mgar/pkg/gcc4/trunk/checksums =================================================================== --- csw/mgar/pkg/gcc4/trunk/checksums (rev 0) +++ csw/mgar/pkg/gcc4/trunk/checksums 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1 @@ +cc3c5565fdb9ab87a05ddb106ba0bd1f download/gcc-4.3.3.tar.bz2 Added: csw/mgar/pkg/gcc4/trunk/files/configure_def.mk =================================================================== --- csw/mgar/pkg/gcc4/trunk/files/configure_def.mk (rev 0) +++ csw/mgar/pkg/gcc4/trunk/files/configure_def.mk 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1,31 @@ + +### Configure Section ### +CPPFLAGS = -I/opt/csw/include +CFLAGS = -I/opt/csw/include +CXXFLAGS = -I/opt/csw/include +LDFLAGS = -L/opt/csw/lib -R/opt/csw/lib/\\\\\\\$\$ISALIST -R/opt/csw/lib +OPTFLAGS = + +OBJECT_DIR = $(WORKDIR)/$(DISTNAME)/objdir +WORKSRC = $(OBJECT_DIR) + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --prefix=$(prefix)/gcc4 +CONFIGURE_ARGS += --exec-prefix=$(prefix)/gcc4 +CONFIGURE_ARGS += --enable-libada +CONFIGURE_ARGS += --enable-libssp +CONFIGURE_ARGS += --enable-objc-gc +CONFIGURE_ARGS += --enable-threads=posix +CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --with-mpfr=$(prefix) +CONFIGURE_ARGS += --with-gmp=$(prefix) +CONFIGURE_ARGS += --with-gnu-as +CONFIGURE_ARGS += --with-as=/opt/csw/bin/gas +CONFIGURE_ARGS += --without-gnu-ld +CONFIGURE_ARGS += --with-ld=/usr/ccs/bin/ld +CONFIGURE_ARGS += --with-build-time-tools=$(bindir) +## Do not try to build Ada +## Ada must be build with using GCC because the source uses some Ada Code +## Checkout gcc4ada* packages from svn if you wish to build Ada +CONFIGURE_ARGS += --enable-languages=c,c++,fortran,java,objc +CONFIGURE_ARGS += LDFLAGS=-R/opt/csw/lib Added: csw/mgar/pkg/gcc4/trunk/files/package_def.mk =================================================================== --- csw/mgar/pkg/gcc4/trunk/files/package_def.mk (rev 0) +++ csw/mgar/pkg/gcc4/trunk/files/package_def.mk 2009-02-26 23:17:11 UTC (rev 3506) @@ -0,0 +1,121 @@ + +### Package Section ### +PACKAGES = CSWgcc4core CSWgcc4corert CSWgcc4docs +PACKAGES += CSWgcc4g95 CSWgcc4g95rt CSWgcc4java CSWgcc4javart +PACKAGES += CSWgcc4objc CSWgcc4objcrt CSWgcc4g++ CSWgcc4g++rt + +## Define Package Catalog Names +CATALOGNAME_CSWgcc4core = gcc4core +CATALOGNAME_CSWgcc4corert = gcc4corert +CATALOGNAME_CSWgcc4core = gcc4coredocs +CATALOGNAME_CSWgcc4g++ = gcc4g++ +CATALOGNAME_CSWgcc4g++rt = gcc4g++rt +CATALOGNAME_CSWgcc4g95 = gcc4g95 +CATALOGNAME_CSWgcc4g95rt = gcc4g95rt +CATALOGNAME_CSWgcc4java = gcc4java +CATALOGNAME_CSWgcc4javart = gcc4javart +CATALOGNAME_CSWgcc4objc = gcc4objc +CATALOGNAME_CSWgcc4objcrt = gcc4obcrt + +## Define Package Descriptions +SPKG_DESC_CSWgcc4core = GNU C Compiler +SPKG_DESC_CSWgcc4corert = GNU C Compiler Run Time +SPKG_DESC_CSWgcc4coredocs = GNU C Compiler Documtation and man pages +SPKG_DESC_CSWgcc4g++ = GNU C++ Compiler +SPKG_DESC_CSWgcc4g++rt = GNU C++ Compiler Run Time +SPKG_DESC_CSWgcc4g95 = GNU Fortran Compiler +SPKG_DESC_CSWgcc4g95rt = GNU Fortran Compiler Run Time +SPKG_DESC_CSWgcc4java = GNU Java Compiler +SPKG_DESC_CSWgcc4javart = GNU Java Compiler Run Time +SPKG_DESC_CSWgcc4objc = GNU Objective C Compiler +SPKG_DESC_CSWgcc4objcrt = GNU Objective C Compiler Run Time + +## Define Dependencies +REQUIRED_PKGS_CSWgcc4corert = CSWggettextrt CSWiconv CSWlibgmp CSWlibmpfr +REQUIRED_PKGS_CSWgcc4core = CSWgcc4corert +REQUIRED_PKGS_CSWgcc4g++rt = CSWgcc4core +REQUIRED_PKGS_CSWgcc4g++ = CSWgcc4g++rt +REQUIRED_PKGS_CSWgcc4g95rt = CSWgcc4core +REQUIRED_PKGS_CSWgcc4g95 = CSWgcc4g95rt +REQUIRED_PKGS_CSWgcc4javart = CSWgcc4core +REQUIRED_PKGS_CSWgcc4java = CSWgcc4javart +REQUIRED_PKGS_CSWgcc4objcrt = CSWgcc4core +REQUIRED_PKGS_CSWgcc4objc = CSWgcc4objcrt + +## Define the Contents of the Packages +## GNU Compiler Suite Docs +PKGFILES_CSWgcc4docs = $(datadir)/doc/.* +PKGFILES_CSWgcc4docs += $(mandir)/.* +PKGFILES_CSWgcc4docs += $(infodir)/.* + +## gcc4objc Definitions +PKGFILES_CSWgcc4objc = $(libexecdir)/.*/cc1obj +PKGFILES_CSWgcc4objc += $(libdir)/.*/objc/.* +PKGFILES_CSWgcc4objc += $(libdir)/.*/gcj/libgcj.* +## gcc4objc Runtime +PKGFILES_CSWgcc4objcrt = $(libdir)/.*libobjc.* + +## gcc4java Definitions +PKGFILES_CSWgcc4java = $(datadir)/java.* +PKGFILES_CSWgcc4java += $(libexecdir)/.*/jvgenmain +PKGFILES_CSWgcc4java += $(libexecdir)/.*/jc1 +PKGFILES_CSWgcc4java += $(libdir)/pkgconfig/libgcj.pc +PKGFILES_CSWgcc4java += $(includedir)/.*/ffi.h +PKGFILES_CSWgcc4java += $(includedir)/.*/org/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/java.*/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/gcj/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/classpath/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/awt/.* +PKGFILES_CSWgcc4java += $(includedir)/.*/gnu/.* +PKGFILES_CSWgcc4java += $(bindir)/.*gcj.* +PKGFILES_CSWgcc4java += $(bindir)/jv-scan +PKGFILES_CSWgcc4java += $(bindir)/jv-convert +PKGFILES_CSWgcc4java += $(bindir)/jcf-dump +PKGFILES_CSWgcc4java += $(bindir)/grmi.* +PKGFILES_CSWgcc4java += $(bindir)/grepjar +PKGFILES_CSWgcc4java += $(bindir)/gjnih +PKGFILES_CSWgcc4java += $(bindir)/gij +PKGFILES_CSWgcc4java += $(bindir)/fastjar +PKGFILES_CSWgcc4java += $(bindir)/gjar.* +PKGFILES_CSWgcc4java += $(bindir)/gjavah +PKGFILES_CSWgcc4java += $(bindir)/gorbd +PKGFILES_CSWgcc4java += $(bindir)/addr2name.awk +PKGFILES_CSWgcc4java += $(bindir)/gappletviewer +PKGFILES_CSWgcc4java += $(bindir)/gkeytool +PKGFILES_CSWgcc4java += $(bindir)/gserialver +PKGFILES_CSWgcc4java += $(bindir)/gtnameserv +PKGFILES_CSWgcc4java += $(bindir)/gnative2ascii +PKGFILES_CSWgcc4java += $(bindir)/gc-analyze +## gcc4java RunTime +PKGFILES_CSWgcc4javart = $(datadir)/java/.* +PKGFILES_CSWgcc4javart += $(libdir)/.*libgij.* +PKGFILES_CSWgcc4javart += $(libdir)/.*libffi.* +PKGFILES_CSWgcc4javart += $(libdir)/.*lib-gnu-awt.* +PKGFILES_CSWgcc4javart += $(libdir)/security/libgcj.* +PKGFILES_CSWgcc4javart += $(libdir)/security/classpath.* +PKGFILES_CSWgcc4javart += $(libdir)/logging.properties +PKGFILES_CSWgcc4javart += $(libdir)/gcj.*/classmap.db + +## gcc4g95 Definitions +PKGFILES_CSWgcc4g95 = $(libexecdir)/.*/f951 +PKGFILES_CSWgcc4g95 += $(bindir)/.*gfortran +## gcc4g95 RunTime +PKGFILES_CSWgcc4g95rt = $(libdir)/.*libgfortran.* + +## gcc4g++ Definitions +PKGFILES_CSWgcc4g++ = $(libexecdir)/.*/cc1plus +PKGFILES_CSWgcc4g++ += $(includedir)/c\+\+/.* +PKGFILES_CSWgcc4g++ += $(bindir)/.*g\+\+ +PKGFILES_CSWgcc4g++ += $(bindir)/.*c\+\+ +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/org/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/java.*/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/gcj/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/classpath/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/awt/.* +EXTRA_PKGFILES_EXCLUDED_CSWgcc4g++ += $(includedir)/.*/gnu/.* +## gcc4g++ RunTime +PKGFILES_CSWgcc4g++rt = $(libdir)/.*libstdc.* + +## gcc4core RunTime +PKGFILES_CSWgcc4corert = $(libdir)/.*libgcc_s.* + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 03:58:23 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 02:58:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[3507] csw/mgar/pkg/xchat/trunk Message-ID: Revision: 3507 http://gar.svn.sourceforge.net/gar/?rev=3507&view=rev Author: valholla Date: 2009-02-27 02:58:23 +0000 (Fri, 27 Feb 2009) Log Message: ----------- working copy Modified Paths: -------------- csw/mgar/pkg/xchat/trunk/Makefile csw/mgar/pkg/xchat/trunk/checksums Added Paths: ----------- csw/mgar/pkg/xchat/trunk/files/fixme.sh csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff Removed Paths: ------------- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype csw/mgar/pkg/xchat/trunk/files/fixes.diff csw/mgar/pkg/xchat/trunk/files/pylibs.diff csw/mgar/pkg/xchat/trunk/files/textfe.diff Modified: csw/mgar/pkg/xchat/trunk/Makefile =================================================================== --- csw/mgar/pkg/xchat/trunk/Makefile 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/Makefile 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +1,5 @@ GARNAME = xchat -GARVERSION = 2.8.4 +GARVERSION = 2.8.6 CATEGORIES = gnome DESCRIPTION = GTK+ based IRC client, similar to AmIRC (Amiga). @@ -11,35 +11,53 @@ MASTER_SITES = http://xchat.org/files/source/2.8/ MASTER_SITES += http://xchat.org/files/source/2.8/patches/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += CSWxchat.gspec CSWxchat.depend CSWxchat.prototype -DISTFILES += CSWxchat-pl.gspec CSWxchat-pl.depend CSWxchat-pl.prototype -DISTFILES += CSWxchat-py.gspec CSWxchat-py.depend CSWxchat-py.prototype -DISTFILES += CSWxchat-tcl.gspec CSWxchat-tcl.depend CSWxchat-tcl.prototype -# We define upstream file regex so we can be notifed of new upstream software release +PACKAGES = CSWxchat CSWxchat-pl CSWxchat-py CSWxchat-tcl +CATALOGNAME_CSWxchat = xchat +CATALOGNAME_CSWxchat-pl = xchat_pl +CATALOGNAME_CSWxchat-py = xchat_py +CATALOGNAME_CSWxchat-tcl = xchat_tcl +SPKG_DESC_CSWxchat = GTK+ based IRC client, similar to AmIRC (Amiga). +SPKG_DESC_CSWxchat-pl = xChat Perl Plugin +SPKG_DESC_CSWxchat-py = xChat Python Plugin +SPKG_DESC_CSWxchat-tcl = xChat TCL Plugin +REQUIRED_PKGS_CSWxchat = CSWdbusglib CSWexpat CSWfconfig CSWftype2 CSWlibntlm +REQUIRED_PKGS_CSWxchat += CSWggettextrt CSWglib2 CSWgtk2 CSWiconv CSWlibatk +REQUIRED_PKGS_CSWxchat += CSWlibcairo CSWlibdbus CSWlibxft2 CSWlibxrender +REQUIRED_PKGS_CSWxchat += CSWosslrt CSWpango CSWpng CSWsunmath CSWzlib +REQUIRED_PKGS_CSWxchat-pl = CSWxchat CSWperl +REQUIRED_PKGS_CSWxchat-py = CSWxchat CSWpython +REQUIRED_PKGS_CSWxchat-tcl = CSWxchat CSWtcl +PKGFILES_CSWxchat-pl = $(libdir)/.*/perl.so +PKGFILES_CSWxchat-py = $(libdir)/.*/python.so +PKGFILES_CSWxchat-tcl = $(libdir)/.*/tcl.so + +# We define upstream file regex so we can be notifed of new +# upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -# Remove hardcoded use of -lutil for the python plugin -PATCHFILES += pylibs.diff - -# Fix compile-time errors -PATCHFILES += fixes.diff -PATCHFILES += textfe.diff - # Official XChat patches -PATCHFILES += xc284-improvescrollback.diff -PATCHFILES += xc284-scrollbmkdir.diff +PATCHFILES = xc286-smallfixes.diff +PATCHFILES += xchat26-compiletime.diff CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-openssl=$(prefix) -CONFIGURE_ARGS += --enable-textfe +CONFIGURE_ARGS += --enable-threads=solaris CONFIGURE_ARGS += --enable-tcl=$(libdir) CONFIGURE_ARGS += --enable-shm CONFIGURE_ARGS += --enable-ipv6 +## run checkpkg manually +ENABLE_CHECK = 0 TEST_TARGET = check EXTRA_INC = $(prefix)/bdb44/include EXTRA_LIB = $(prefix)/bdb44/lib +DISTFILES += fixme.sh +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) + include gar/category.mk Modified: csw/mgar/pkg/xchat/trunk/checksums =================================================================== --- csw/mgar/pkg/xchat/trunk/checksums 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/checksums 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,18 +1,4 @@ -66d60febc62a01bafac9bb3a35fb37ae download/xchat-2.8.4.tar.bz2 -6d8f0db81e3d0f0d1b61752dc99d3ece download/CSWxchat.gspec -00b2e2e2959a25c75b499c4a78b8efc2 download/CSWxchat.depend -f0631e064d004e12bdbd3a5c9f467b72 download/CSWxchat.prototype -854707eedb0cbbc0dec9789c3040a574 download/CSWxchat-pl.gspec -46818629a874638d20360aef81fb7805 download/CSWxchat-pl.depend -26bb618ddbb8e255d6a3cd2925e96359 download/CSWxchat-pl.prototype -0739b670b59b9586b0a1d12092d5511c download/CSWxchat-py.gspec -b6bb9d5c30b9087c2024e1facd57fe67 download/CSWxchat-py.depend -59f8e886eeccaa15adc0ead28ea63cf8 download/CSWxchat-py.prototype -c82a9961c1dc59e0df7f310300153fce download/CSWxchat-tcl.gspec -a3a3879d1c328fc737fc44af533c8cd7 download/CSWxchat-tcl.depend -1f5dcd86dea352323bbd0816ce0de68b download/CSWxchat-tcl.prototype -f5c28b6f2b6209d9555e48643c95bc60 download/pylibs.diff -15c71c3745ecb54f7d78a4509d14d45d download/fixes.diff -9e6053aa7981923da413ac3b6f699e50 download/textfe.diff -a202ee20d7f04f0a515f32190acb65d8 download/xc284-improvescrollback.diff -e6f0279d8c01cbe6a6bf698add6113fa download/xc284-scrollbmkdir.diff +1f2670865d43a23a9abc596dde999aca download/xchat-2.8.6.tar.bz2 +41ec540885de7c34625768aa1fb9682b download/fixme.sh +eb68b6261bf6740cb5f223627eb8f384 download/xc286-smallfixes.diff +02f27ba7bcf10d36523618fb201d9634 download/xchat26-compiletime.diff Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,6 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWperl perl - A high-level, general-purpose programming language -P CSWxchat xchat - GTK+ based IRC client, similar to AmIRC (Amiga). Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +0,0 @@ -%var bitname xchat_pl -%var pkgname CSWxchat-pl -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc xchat perl plugin -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-pl.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/xchat 0755 root bin -d none /opt/csw/lib/xchat/plugins 0755 root bin -f none /opt/csw/lib/xchat/plugins/perl.so 0755 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,6 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWpython python - The Python language interpreter -P CSWxchat xchat - GTK+ based IRC client, similar to AmIRC (Amiga). Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +0,0 @@ -%var bitname xchat_py -%var pkgname CSWxchat-py -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc xchat python plugin -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-py.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/xchat 0755 root bin -d none /opt/csw/lib/xchat/plugins 0755 root bin -f none /opt/csw/lib/xchat/plugins/python.so 0755 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,6 +0,0 @@ -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWiconv libiconv - GNU iconv library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWtcl tcl - Tool Command Language -P CSWxchat xchat - GTK+ based IRC client, similar to AmIRC (Amiga). Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,5 +0,0 @@ -%var bitname xchat_tcl -%var pkgname CSWxchat-tcl -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%var desc xchat tcl plugin -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat-tcl.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/xchat 0755 root bin -d none /opt/csw/lib/xchat/plugins 0755 root bin -f none /opt/csw/lib/xchat/plugins/tcl.so 0755 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat.depend 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,18 +0,0 @@ -P CSWdbusglib dbus_glib - DBus GLib Bindings -P CSWexpat expat - XML Parser Toolkit -P CSWfconfig fontconfig - Font configuration and customization library -P CSWftype2 freetype2 - The free and portable high-quality Font Engine -P CSWggettext ggettext - GNU gettext -P CSWglib2 glib2 - Low-level core library that forms the basis of GTK+ -P CSWgtk2 gtk2 - GTK+, The GIMP Toolkit -P CSWiconv libiconv - GNU iconv library -P CSWlibatk libatk - Accessibility toolkit -P CSWlibcairo libcairo - The Cairo 2D Graphics Library -P CSWlibdbus libdbus - DBus Message Bus System - dynamic libraries -P CSWlibxft2 libxft2 - FreeType-based font drawing library for X -P CSWlibxrender libxrender - fontconfig.org Xrender library -P CSWosslrt openssl_rt - Openssl runtime libraries -P CSWpango libpango - Library for laying out and rendering text -P CSWpng png - library for Portable Network Graphics format (PNG) -P CSWsunmath libsunmath - Sun maths library -P CSWzlib zlib - Zlib Data Compression Library Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat.gspec 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,4 +0,0 @@ -%var bitname xchat -%var pkgname CSWxchat -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Deleted: csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype =================================================================== --- csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/CSWxchat.prototype 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,84 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/xchat 0755 root bin -f none /opt/csw/bin/xchat-text 0755 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/applications 0755 root bin -f none /opt/csw/share/applications/xchat.desktop 0644 root bin -d none /opt/csw/share/locale 0755 root bin -d none /opt/csw/share/locale/be 0755 root bin -d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/be/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ca 0755 root bin -d none /opt/csw/share/locale/ca/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ca/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/cs 0755 root bin -d none /opt/csw/share/locale/cs/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/cs/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/el 0755 root bin -d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/el/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/es 0755 root bin -d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/es/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/fi 0755 root bin -d none /opt/csw/share/locale/fi/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fi/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/fr 0755 root bin -d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/fr/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/gl 0755 root bin -d none /opt/csw/share/locale/gl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/gl/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/hu 0755 root bin -d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/hu/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/it 0755 root bin -d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/it/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ja 0755 root bin -d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ja/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ko 0755 root bin -d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ko/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/lt 0755 root bin -d none /opt/csw/share/locale/lt/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/lt/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/nl 0755 root bin -d none /opt/csw/share/locale/nl/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/nl/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/pa 0755 root bin -d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pa/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/pt 0755 root bin -d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/pt/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/ru 0755 root bin -d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ru/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/sq 0755 root bin -d none /opt/csw/share/locale/sq/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sq/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/sr 0755 root bin -d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sr/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/sv 0755 root bin -d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sv/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/uk 0755 root bin -d none /opt/csw/share/locale/uk/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/uk/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/vi 0755 root bin -d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/vi/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/zh_CN 0755 root bin -d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/locale/zh_TW 0755 root bin -d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/xchat.mo 0644 root bin -d none /opt/csw/share/pixmaps 0755 root bin -f none /opt/csw/share/pixmaps/xchat.png 0644 root bin Deleted: csw/mgar/pkg/xchat/trunk/files/fixes.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/fixes.diff 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/fixes.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,32 +0,0 @@ -diff --speed-large-files --minimal -Nru xchat-2.8.2.orig/src/common/modes.c xchat-2.8.2/src/common/modes.c ---- xchat-2.8.2.orig/src/common/modes.c 2006-10-25 00:18:07.000000000 -0400 -+++ xchat-2.8.2/src/common/modes.c 2007-04-29 14:12:41.862417000 -0400 -@@ -26,6 +26,7 @@ - #include "server.h" - #include "text.h" - #include "fe.h" -+#include "inbound.h" - #include "util.h" - #ifdef HAVE_STRINGS_H - #include -diff --speed-large-files --minimal -Nru xchat-2.8.2.orig/src/common/msproxy.h xchat-2.8.2/src/common/msproxy.h ---- xchat-2.8.2.orig/src/common/msproxy.h 2006-04-16 11:32:17.000000000 -0400 -+++ xchat-2.8.2/src/common/msproxy.h 2007-04-29 14:13:11.837042000 -0400 -@@ -120,7 +120,7 @@ - char pad50[6]; /* 211-216 */ - guint16 magic55; /* 217-218: 0x30, 0x00 */ - char pad55[2]; /* 219-220 */ -- char data[0]; /* Dummy end marker, no real data required */ -+ char *data; /* Dummy end marker, no real data required */ - } auth; - - struct { -@@ -180,7 +180,7 @@ - guint16 boundport; /* 77-78: bind request; port used on client behalf. */ - guint32 boundaddr; /* 79-82: addr used on client behalf */ - char pad30[90]; /* 83-172 */ -- char data[0]; /* End marker */ -+ char *data; /* End marker */ - } connack; - - } packet; Added: csw/mgar/pkg/xchat/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/xchat/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/xchat/trunk/files/fixme.sh 2009-02-27 02:58:23 UTC (rev 3507) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/xchat/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * Deleted: csw/mgar/pkg/xchat/trunk/files/pylibs.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/pylibs.diff 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/pylibs.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,12 +0,0 @@ -diff --speed-large-files --minimal -Nru xchat-2.8.2.orig/configure xchat-2.8.2/configure ---- xchat-2.8.2.orig/configure 2007-04-02 07:14:01.000000000 -0400 -+++ xchat-2.8.2/configure 2007-04-29 13:48:24.474716000 -0400 -@@ -27028,7 +27028,7 @@ - PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'` - PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'` - if test -f $PY_INC/Python.h; then -- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil" -+ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lrt -lm" - PY_CFLAGS="-I$PY_INC" - echo "$as_me:$LINENO: result: ok" >&5 - echo "${ECHO_T}ok" >&6 Deleted: csw/mgar/pkg/xchat/trunk/files/textfe.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/textfe.diff 2009-02-26 23:17:11 UTC (rev 3506) +++ csw/mgar/pkg/xchat/trunk/files/textfe.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -1,31 +0,0 @@ -Binary files xchat-2.8.4.orig/src/common/.text.c.swp and xchat-2.8.4/src/common/.text.c.swp differ -diff --speed-large-files --minimal -Nru xchat-2.8.4.orig/src/fe-text/fe-text.c xchat-2.8.4/src/fe-text/fe-text.c ---- xchat-2.8.4.orig/src/fe-text/fe-text.c 2007-04-29 02:07:09.000000000 -0400 -+++ xchat-2.8.4/src/fe-text/fe-text.c 2007-10-04 01:55:56.719012000 -0400 -@@ -106,7 +106,7 @@ - " \017This binary compiled \00310"__DATE__"\017\n", - get_cpu_str(), - glib_major_version, glib_minor_version, glib_micro_version); -- fe_print_text (sess, buf); -+ fe_print_text (sess, buf, 0); - - fe_print_text (sess, "\n\nCompiled in Features\0032:\017 " - #ifdef USE_PLUGIN -@@ -121,7 +121,7 @@ - #ifdef USE_IPV6 - "IPv6" - #endif -- "\n\n"); -+ "\n\n", 0); - fflush (stdout); - fflush (stdin); - } -@@ -146,7 +146,7 @@ - static const short colconv[] = { 0, 7, 4, 2, 1, 3, 5, 11, 13, 12, 6, 16, 14, 15, 10, 7 }; - - void --fe_print_text (struct session *sess, char *text) -+fe_print_text (struct session *sess, char *text, time_t stamp) - { - int dotime = FALSE; - char num[8]; Added: csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff (rev 0) +++ csw/mgar/pkg/xchat/trunk/files/xc286-smallfixes.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -0,0 +1,68 @@ +# +# Various small fixes from CVS that are considered safe to apply to 2.8.6. +# +--- xchat-2.8.6/src/common/cfgfiles.c 2008-02-05 21:02:47.000000000 +1100 ++++ xchat-2.8.6p1/src/common/cfgfiles.c 2008-06-15 13:45:43.000000000 +1000 +@@ -886,7 +886,6 @@ + set_showval (session *sess, const struct prefs *var, char *tbuf) + { + int len, dots, j; +- static const char *offon[] = { "OFF", "ON" }; + + len = strlen (var->name); + memcpy (tbuf, var->name, len); +@@ -909,8 +908,10 @@ + *((int *) &prefs + var->offset)); + break; + case TYPE_BOOL: +- sprintf (tbuf + len, "\0033:\017 %s\n", offon[ +- *((int *) &prefs + var->offset)]); ++ if (*((int *) &prefs + var->offset)) ++ sprintf (tbuf + len, "\0033:\017 %s\n", "ON"); ++ else ++ sprintf (tbuf + len, "\0033:\017 %s\n", "OFF"); + break; + } + PrintText (sess, tbuf); +--- xchat-2.8.6/src/common/chanopt.c 2008-06-10 22:00:55.000000000 +1000 ++++ xchat-2.8.6p1/src/common/chanopt.c 2008-06-15 13:48:04.000000000 +1000 +@@ -32,7 +32,7 @@ + + #define S_F(xx) STRUCT_OFFSET_STR(struct session,xx) + +-channel_options chanopt[] = ++static const channel_options chanopt[] = + { + {"alert_beep", "BEEP", S_F(alert_beep)}, + {"alert_taskbar", NULL, S_F(alert_taskbar)}, +--- xchat-2.8.6/src/common/servlist.c 2008-04-01 19:22:34.000000000 +1100 ++++ xchat-2.8.6p1/src/common/servlist.c 2008-06-15 13:57:41.000000000 +1000 +@@ -509,6 +509,8 @@ + list = g_slist_nth (net->servlist, net->selected); + if (!list) + list = net->servlist; ++ if (!list) ++ return; + ircserv = list->data; + + /* incase a protocol switch is added to the servlist gui */ +--- xchat-2.8.6/src/common/text.c 2008-03-28 13:20:04.000000000 +1100 ++++ xchat-2.8.6p1/src/common/text.c 2008-06-15 13:59:59.000000000 +1000 +@@ -216,7 +216,7 @@ + static void + scrollback_save (session *sess, char *text) + { +- char buf[1024]; ++ char buf[512 * 4]; + time_t stamp; + int len; + +@@ -266,7 +266,7 @@ + scrollback_load (session *sess) + { + int fh; +- char buf[1024]; ++ char buf[512 * 4]; + char *text; + time_t stamp; + int lines; Added: csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff =================================================================== --- csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff (rev 0) +++ csw/mgar/pkg/xchat/trunk/files/xchat26-compiletime.diff 2009-02-27 02:58:23 UTC (rev 3507) @@ -0,0 +1,41 @@ +--- xchat-2.8.6/configure.orig 2009-02-26 19:59:34.698949415 -0600 ++++ xchat-2.8.6/configure 2009-02-26 20:01:00.058872631 -0600 +@@ -29106,7 +29106,7 @@ + PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'` + PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'` + if test -f $PY_INC/Python.h; then +- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil" ++ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lrt -lm" + PY_CFLAGS="-I$PY_INC" + { echo "$as_me:$LINENO: result: ok" >&5 + echo "${ECHO_T}ok" >&6; } +--- xchat-2.8.6/src/common/msproxy.h.orig 2009-02-26 19:57:16.256414289 -0600 ++++ xchat-2.8.6/src/common/msproxy.h 2009-02-26 19:57:44.323002461 -0600 +@@ -120,7 +120,7 @@ + char pad50[6]; /* 211-216 */ + guint16 magic55; /* 217-218: 0x30, 0x00 */ + char pad55[2]; /* 219-220 */ +- char data[0]; /* Dummy end marker, no real data required */ ++ char *data; /* Dummy end marker, no real data required */ + } auth; + + struct { +@@ -180,7 +180,7 @@ + guint16 boundport; /* 77-78: bind request; port used on client behalf. */ + guint32 boundaddr; /* 79-82: addr used on client behalf */ + char pad30[90]; /* 83-172 */ +- char data[0]; /* End marker */ ++ char *data; /* End marker */ + } connack; + + } packet; +--- xchat-2.8.6/src/common/modes.c.orig 2009-02-26 19:57:58.675799251 -0600 ++++ xchat-2.8.6/src/common/modes.c 2009-02-26 19:58:35.063129852 -0600 +@@ -26,6 +26,7 @@ + #include "server.h" + #include "text.h" + #include "fe.h" ++#include "inbound.h" + #include "util.h" + #ifdef HAVE_STRINGS_H + #include This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 04:41:04 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 03:41:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3508] csw/mgar/pkg/php5/trunk/extentions/ Message-ID: Revision: 3508 http://gar.svn.sourceforge.net/gar/?rev=3508&view=rev Author: valholla Date: 2009-02-27 03:41:04 +0000 (Fri, 27 Feb 2009) Log Message: ----------- create extention dir Added Paths: ----------- csw/mgar/pkg/php5/trunk/extentions/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 04:48:21 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 03:48:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[3509] csw/mgar/pkg/php5/trunk/extentions Message-ID: Revision: 3509 http://gar.svn.sourceforge.net/gar/?rev=3509&view=rev Author: valholla Date: 2009-02-27 03:48:20 +0000 (Fri, 27 Feb 2009) Log Message: ----------- Moving Bundled extentions under php5 trunk Added Paths: ----------- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/files/ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/files/ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_calendar/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/files/ csw/mgar/pkg/php5/trunk/extentions/php5_curl/ csw/mgar/pkg/php5/trunk/extentions/php5_curl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_dba/ csw/mgar/pkg/php5/trunk/extentions/php5_dba/files/ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dbase/files/ csw/mgar/pkg/php5/trunk/extentions/php5_dom/ csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dom/files/ csw/mgar/pkg/php5/trunk/extentions/php5_exif/ csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums csw/mgar/pkg/php5/trunk/extentions/php5_exif/files/ csw/mgar/pkg/php5/trunk/extentions/php5_filter/ csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_filter/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/files/ csw/mgar/pkg/php5/trunk/extentions/php5_gd/ csw/mgar/pkg/php5/trunk/extentions/php5_gd/files/ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/files/ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gmp/files/ csw/mgar/pkg/php5/trunk/extentions/php5_hash/ csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums csw/mgar/pkg/php5/trunk/extentions/php5_hash/files/ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/files/ csw/mgar/pkg/php5/trunk/extentions/php5_imap/ csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums csw/mgar/pkg/php5/trunk/extentions/php5_imap/files/ csw/mgar/pkg/php5/trunk/extentions/php5_json/ csw/mgar/pkg/php5/trunk/extentions/php5_json/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/files/ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/files/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff csw/mgar/pkg/php5/trunk/extentions/php5_openssl/ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_openssl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff csw/mgar/pkg/php5/trunk/extentions/php5_posix/ csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums csw/mgar/pkg/php5/trunk/extentions/php5_posix/files/ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/files/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff csw/mgar/pkg/php5/trunk/extentions/php5_recode/ csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/ csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff csw/mgar/pkg/php5/trunk/extentions/php5_session/ csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums csw/mgar/pkg/php5/trunk/extentions/php5_session/files/ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums csw/mgar/pkg/php5/trunk/extentions/php5_shmop/files/ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/files/ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/files/ csw/mgar/pkg/php5/trunk/extentions/php5_soap/ csw/mgar/pkg/php5/trunk/extentions/php5_soap/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/files/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/files/ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_tidy/files/ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/files/ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums csw/mgar/pkg/php5/trunk/extentions/php5_wddx/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xml/ csw/mgar/pkg/php5/trunk/extentions/php5_xml/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/files/ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xsl/files/ csw/mgar/pkg/php5/trunk/extentions/php5_zip/ csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums csw/mgar/pkg/php5/trunk/extentions/php5_zip/files/ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums csw/mgar/pkg/php5/trunk/extentions/php5_zlib/files/ Added: csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = calendar + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dom/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_exif/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = exif + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 +PATCHFILES = exif.diff + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk +CPPFLAGS="-I../ext/mbstring" +export CPPFLAGS Added: csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_exif/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +7a13dffa630de58490b8841a6b7d84b9 download/exif.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_filter/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = filter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_hash/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_imap/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mbstring + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = testme + +test-testme: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php; export TEST_PHP_EXECUTABLE; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mime_magic + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5mimemagic + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5mimemagic = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5mimemagic = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5mimemagic = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysqli + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysqli=$(bindir)/mysql_config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = odbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-unixODBC=$(prefix) + +PATCHFILES = odbc.diff + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/files/odbc.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,462 @@ +--- ./config.m4.orig 2009-02-25 12:04:48.140914150 -0600 ++++ ./config.m4 2009-02-25 12:15:55.740367734 -0600 +@@ -8,402 +8,6 @@ + fi + ]) + +-dnl +-dnl Figure out which library file to link with for the Solid support. +-dnl +-AC_DEFUN([PHP_ODBC_FIND_SOLID_LIBS],[ +- AC_MSG_CHECKING([Solid library file]) +- ac_solid_uname_r=`uname -r 2>/dev/null` +- ac_solid_uname_s=`uname -s 2>/dev/null` +- case $ac_solid_uname_s in +- AIX) ac_solid_os=a3x;; # a4x for AIX4/ Solid 2.3/3.0 only +- HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10 +- IRIX) ac_solid_os=irx;; # Solid 2.3(?)/ 3.0 only +- Linux) +- if ldd -v /bin/sh | grep GLIBC > /dev/null; then +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=l2x +- else +- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ]) +- ac_solid_os=lux +- fi;; +- SunOS) +- ac_solid_os=ssx;; # should we deal with SunOS 4? +- FreeBSD) +- if test `expr $ac_solid_uname_r : '\(.\)'` -gt "2"; then +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fex +- else +- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) +- ac_solid_os=fbx +- fi;; +- esac +- +- if test -f $1/soc${ac_solid_os}35.a; then +- ac_solid_version=35 +- ac_solid_prefix=soc +- elif test -f $1/scl${ac_solid_os}30.a; then +- ac_solid_version=30 +- ac_solid_prefix=scl +- elif test -f $1/scl${ac_solid_os}23.a; then +- ac_solid_version=23 +- ac_solid_prefix=scl +- fi +- +-# +-# Check for the library files, and setup the ODBC_LIBS path... +-# +-if test ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -a \ +- ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a; then +- # +- # we have an error and should bail out, as we can't find the libs! +- # +- echo "" +- echo "*********************************************************************" +- echo "* Unable to locate $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so or $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* Please correct this by creating the following links and reconfiguring:" +- echo "* $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a" +- echo "* $1/${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so" +- echo "*********************************************************************" +-else +- ODBC_LFLAGS=-L$1 +- ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version} +-fi +- +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +- +-dnl +-dnl Figure out which library file to link with for the Empress support. +-dnl +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_LIBS],[ +- AC_MSG_CHECKING([Empress library file]) +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- if test ! -f $ODBC_LIBS; then +- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`) +-]) +- +-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS],[ +- AC_MSG_CHECKING([Empress local access library file]) +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- if test ! -f $ODBCBCS_LIBS; then +- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1` +- fi +- AC_MSG_RESULT(`echo $ODBCBCS_LIBS | sed -e 's!.*/!!'`) +-]) +- +-dnl +-dnl configure options +-dnl +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(adabas,, +-[ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) +- +- if test "$PHP_ADABAS" != "no"; then +- AC_MSG_CHECKING([for Adabas support]) +- if test "$PHP_ADABAS" = "yes"; then +- PHP_ADABAS=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_ADABAS/incl) +- PHP_ADD_LIBPATH($PHP_ADABAS/$PHP_LIBDIR) +- ODBC_OBJS="$PHP_ADABAS/$PHP_LIBDIR/odbclib.a" +- ODBC_LIB="$abs_builddir/ext/odbc/libodbc_adabas.a" +- $srcdir/build/shtool mkdir -f -p ext/odbc +- rm -f "$ODBC_LIB" +- cp "$ODBC_OBJS" "$ODBC_LIB" +- PHP_ADD_LIBRARY(sqlptc) +- PHP_ADD_LIBRARY(sqlrte) +- PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc) +- ODBC_TYPE=adabas +- ODBC_INCDIR=$PHP_ADABAS/incl +- PHP_ODBC_CHECK_HEADER(sqlext.h) +- AC_DEFINE(HAVE_ADABAS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(sapdb,, +-[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]]) +- +- if test "$PHP_SAPDB" != "no"; then +- AC_MSG_CHECKING([for SAP DB support]) +- if test "$PHP_SAPDB" = "yes"; then +- PHP_SAPDB=/usr/local +- fi +- PHP_ADD_INCLUDE($PHP_SAPDB/incl) +- PHP_ADD_LIBPATH($PHP_SAPDB/$PHP_LIBDIR) +- PHP_ADD_LIBRARY(sqlod) +- ODBC_TYPE=sapdb +- AC_DEFINE(HAVE_SAPDB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(solid,, +-[ --with-solid[=DIR] Include Solid support [/usr/local/solid]]) +- +- if test "$PHP_SOLID" != "no"; then +- AC_MSG_CHECKING(for Solid support) +- if test "$PHP_SOLID" = "yes"; then +- PHP_SOLID=/usr/local/solid +- fi +- ODBC_INCDIR=$PHP_SOLID/include +- ODBC_LIBDIR=$PHP_SOLID/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=solid +- if test -f $ODBC_LIBDIR/soc*35.a; then +- AC_DEFINE(HAVE_SOLID_35,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*30.a; then +- AC_DEFINE(HAVE_SOLID_30,1,[ ]) +- elif test -f $ODBC_LIBDIR/scl*23.a; then +- AC_DEFINE(HAVE_SOLID,1,[ ]) +- fi +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_SOLID_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ibm-db2,, +-[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) +- +- if test "$PHP_IBM_DB2" != "no"; then +- AC_MSG_CHECKING(for IBM DB2 support) +- if test "$PHP_IBM_DB2" = "yes"; then +- ODBC_INCDIR=/home/db2inst1/sqllib/include +- ODBC_LIBDIR=/home/db2inst1/sqllib/lib +- else +- ODBC_INCDIR=$PHP_IBM_DB2/include +- ODBC_LIBDIR=$PHP_IBM_DB2/$PHP_LIBDIR +- fi +- +- PHP_ODBC_CHECK_HEADER(sqlcli1.h) +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=ibm-db2 +- ODBC_LIBS=-ldb2 +- +- PHP_TEST_BUILD(SQLExecute, [ +- AC_DEFINE(HAVE_IBMDB2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- ], [ +- AC_MSG_RESULT(no) +- AC_MSG_ERROR([ +-build test failed. Please check the config.log for details. +-You need to source your DB2 environment before running PHP configure: +-# . \$IBM_DB2/db2profile +-]) +- ], [ +- $ODBC_LFLAGS $ODBC_LIBS +- ]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(ODBCRouter,, +-[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]]) +- +- if test "$PHP_ODBCROUTER" != "no"; then +- AC_MSG_CHECKING(for ODBCRouter.com support) +- if test "$PHP_ODBCROUTER" = "yes"; then +- PHP_ODBCROUTER=/usr +- fi +- ODBC_INCDIR=$PHP_ODBCROUTER/include +- ODBC_LIBDIR=$PHP_ODBCROUTER/lib +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lodbcsdk +- ODBC_TYPE=ODBCRouter +- AC_DEFINE(HAVE_ODBC_ROUTER,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress,, +-[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS" != "no"; then +- AC_MSG_CHECKING(for Empress support) +- if test "$PHP_EMPRESS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS/shlib +- fi +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_TYPE=empress +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(empress-bcs,, +-[ --with-empress-bcs[=DIR] +- Include Empress Local Access support [\$EMPRESSPATH] +- (Empress Version >= 8.60 required)]) +- +- if test "$PHP_EMPRESS_BCS" != "no"; then +- AC_MSG_CHECKING(for Empress local access support) +- if test "$PHP_EMPRESS_BCS" = "yes"; then +- ODBC_INCDIR=$EMPRESSPATH/include/odbc +- ODBC_LIBDIR=$EMPRESSPATH/shlib +- else +- ODBC_INCDIR=$PHP_EMPRESS_BCS/include/odbc +- ODBC_LIBDIR=$PHP_EMPRESS_BCS/shlib +- fi +- CC="empocc -bcs";export CC; +- LD="empocc -bcs";export LD; +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- LIST=`empocc -listlines -bcs -o a a.c` +- +- NEWLIST= +- for I in $LIST +- do +- case $I in +- $EMPRESSPATH/odbccl/lib/* | \ +- $EMPRESSPATH/rdbms/lib/* | \ +- $EMPRESSPATH/common/lib/*) +- NEWLIST="$NEWLIST $I" +- ;; +- esac +- done +- ODBC_LIBS="-lempphpbcs -lms -lmscfg -lbasic -lbasic_os -lnlscstab -lnlsmsgtab -lm -ldl -lcrypt" +- ODBC_TYPE=empress-bcs +- AC_DEFINE(HAVE_EMPRESS,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- PHP_ODBC_FIND_EMPRESS_BCS_LIBS($ODBC_LIBDIR) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(birdstep,, +-[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +- +- if test "$PHP_BIRDSTEP" != "no"; then +- AC_MSG_CHECKING(for Birdstep support) +- if test "$PHP_BIRDSTEP" = "yes"; then +- ODBC_INCDIR=/usr/local/birdstep/include +- ODBC_LIBDIR=/usr/local/birdstep/lib +- else +- ODBC_INCDIR=$PHP_BIRDSTEP/include +- ODBC_LIBDIR=$PHP_BIRDSTEP/$PHP_LIBDIR +- fi +- +- case $host_alias in +- *aix*[)] +- AC_DEFINE(AIX,1,[ ]);; +- *hpux*[)] +- AC_DEFINE(HPUX,1,[ ]);; +- *linux*[)] +- AC_DEFINE(LINUX,1,[ ]);; +- *qnx*[)] +- AC_DEFINE(NEUTRINO,1,[ ]);; +- i?86-*-solaris*[)] +- AC_DEFINE(ISOLARIS,1,[ ]);; +- sparc-*-solaris*[)] +- AC_DEFINE(SOLARIS,1,[ ]);; +- *unixware*[)] +- AC_DEFINE(UNIXWARE,1,[ ]);; +- esac +- +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_TYPE=birdstep +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_LIBS="-lCadm -lCdict -lCenc -lCrdm -lCrpc -lCrdbc -lCrm -lCuapi -lutil" +- +- if test -f "$ODBC_LIBDIR/libCrdbc32.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc32 -lCadm32 -lCncp32 -lCrm32 -lCsql32 -lCdict32 -lCrdm32 -lCrpc32 -lutil" +- elif test -f "$ODBC_LIBDIR/libCrdbc.$SHLIB_SUFFIX_NAME"; then +- ODBC_LIBS="-lCrdbc -lCadm -lCncp -lCrm -lCsql -lCdict -lCrdm -lCrpc -lutil" +- fi +- +- AC_DEFINE(HAVE_BIRDSTEP,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(custom-odbc,, +-[ --with-custom-odbc[=DIR] +- Include user defined ODBC support. DIR is ODBC install base +- directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and +- have some odbc.h in your include dirs. f.e. you should define +- following for Sybase SQL Anywhere 5.5.00 on QNX, prior to +- running this configure script: +- CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" +- LDFLAGS=-lunix +- CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"]) +- +- if test "$PHP_CUSTOM_ODBC" != "no"; then +- AC_MSG_CHECKING(for a custom ODBC support) +- if test "$PHP_CUSTOM_ODBC" = "yes"; then +- PHP_CUSTOM_ODBC=/usr/local +- fi +- ODBC_INCDIR=$PHP_CUSTOM_ODBC/include +- ODBC_LIBDIR=$PHP_CUSTOM_ODBC/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=$CUSTOM_ODBC_LIBS +- ODBC_TYPE=custom-odbc +- AC_DEFINE(HAVE_CODBC,1,[ ]) +- AC_MSG_RESULT([$ext_ouput]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(iodbc,, +-[ --with-iodbc[=DIR] Include iODBC support [/usr/local]]) +- +- if test "$PHP_IODBC" != "no"; then +- AC_MSG_CHECKING(for iODBC support) +- if test "$PHP_IODBC" = "yes"; then +- PHP_IODBC=/usr/local +- fi +- PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR) +- PHP_ADD_INCLUDE($PHP_IODBC/include, 1) +- ODBC_TYPE=iodbc +- ODBC_INCLUDE=-I$PHP_IODBC/include +- ODBC_LFLAGS=-L$PHP_IODBC/$PHP_LIBDIR +- ODBC_LIBS=-liodbc +- AC_DEFINE(HAVE_IODBC,1,[ ]) +- AC_DEFINE(HAVE_ODBC2,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi +- +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(esoob,, +-[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]]) +- +- if test "$PHP_ESOOB" != "no"; then +- AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) +- if test "$PHP_ESOOB" = "yes"; then +- PHP_ESOOB=/usr/local/easysoft/oob/client +- fi +- ODBC_INCDIR=$PHP_ESOOB/include +- ODBC_LIBDIR=$PHP_ESOOB/$PHP_LIBDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS=-lesoobclient +- ODBC_TYPE=esoob +- AC_DEFINE(HAVE_ESOOB,1,[ ]) +- AC_MSG_RESULT([$ext_output]) +- fi +-fi + + if test -z "$ODBC_TYPE"; then + PHP_ARG_WITH(unixODBC,, +@@ -426,56 +30,6 @@ + fi + fi + +-if test -z "$ODBC_TYPE"; then +-PHP_ARG_WITH(dbmaker,, +-[ --with-dbmaker[=DIR] Include DBMaker support]) +- +- if test "$PHP_DBMAKER" != "no"; then +- AC_MSG_CHECKING(for DBMaker support) +- if test "$PHP_DBMAKER" = "yes"; then +- # find dbmaker's home directory +- DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'` +- +- # check DBMaker version (from 5.0 to 2.0) +- DBMAKER_VERSION=5.0 +- +- while test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a "$DBMAKER_VERSION" != "2.9"; do +- DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | $AWK '{ print $1-1;}'` +- MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'` +- MINOR_V=`echo $DM_VER | $AWK '{ print $1%10; }'` +- DBMAKER_VERSION=$MAJOR_V.$MINOR_V +- done +- +- if test "$DBMAKER_VERSION" = "2.9"; then +- PHP_DBMAKER=$DBMAKER_HOME +- else +- PHP_DBMAKER=$DBMAKER_HOME/$DBMAKER_VERSION +- fi +- fi +- +- ODBC_INCDIR=$PHP_DBMAKER/include +- ODBC_LIBDIR=$PHP_DBMAKER/$PHP_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LFLAGS=-L$ODBC_LIBDIR +- ODBC_INCLUDE=-I$ODBC_INCDIR +- ODBC_LIBS="-ldmapic -lc" +- ODBC_TYPE=dbmaker +- +- AC_DEFINE(HAVE_DBMAKER,1,[Whether you want DBMaker]) +- +- if test "$ext_shared" = "yes"; then +- AC_MSG_RESULT([yes (shared)]) +- ODBC_LIBS="-ldmapic -lc -lm" +- ODBC_SHARED="odbc.la" +- else +- AC_MSG_RESULT([yes (static)]) +- PHP_ADD_LIBRARY_WITH_PATH(dmapic, $ODBC_LIBDIR) +- PHP_ADD_INCLUDE($ODBC_INCDIR) +- ODBC_STATIC="libphpext_odbc.la" +- fi +- fi +-fi +- + dnl + dnl Extension setup + dnl Added: csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdomysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_mysql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-mysql=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/files/config.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-19 15:57:33.757262166 -0600 ++++ ./config.m4 2009-02-19 15:58:15.092308743 -0600 +@@ -13,8 +13,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done Added: csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +5b0554bef9eca4bdcb7d28d1666ce200 download/pgconfig.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/files/pgconfig.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,13 @@ +--- ./config.m4.orig 2009-02-25 11:46:48.919725515 -0600 ++++ ./config.m4 2009-02-25 11:48:01.054898559 -0600 +@@ -11,8 +11,8 @@ + + AC_MSG_CHECKING(for pg_config) + for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do +- if test -x $i/pg_config; then +- PG_CONFIG="$i/pg_config" ++ if test -x $i/pg_config32; then ++ PG_CONFIG="$i/pg_config32" + break; + fi + done Added: csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_posix/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = posix + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_posix/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_readline/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = readline + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +PATCHFILES = forcereadline.diff +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWreadline CSWncurses + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-readline=$(prefix) + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_readline/files/forcereadline.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,11 @@ +--- ./config.m4.orig 2009-02-25 10:49:36.267948251 -0600 ++++ ./config.m4 2009-02-25 10:50:04.992804101 -0600 +@@ -5,6 +5,8 @@ + PHP_ARG_WITH(libedit,for libedit readline replacement, + [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) + ++dnl Force the use of readline ++PHP_LIBEDIT="no" + if test "$PHP_LIBEDIT" = "no"; then + PHP_ARG_WITH(readline,for readline support, + [ --with-readline[=DIR] Include readline support (CLI/CGI only)]) Added: csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_recode/files/recode.diff 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,21 @@ +--- ./recode.c.orig 2009-02-25 11:18:18.179302185 -0600 ++++ ./recode.c 2009-02-25 11:20:18.906816126 -0600 +@@ -221,7 +221,7 @@ + /* }}} */ + + #endif +- ++int error; + /* + * Local variables: + * tab-width: 4 +--- ./config.m4.orig 2009-02-25 11:24:11.727519777 -0600 ++++ ./config.m4 2009-02-25 11:24:44.598312108 -0600 +@@ -41,6 +41,7 @@ + LIBS="$LIBS -lrecode" + AC_TRY_LINK( + [ ++int error; + char *program_name; + ],[ + recode_format_table(); Added: csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_session/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = session + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_session/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvmsg + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvshm + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tidy + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWhtmltidy + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-tidy=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/Makefile 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xsl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWlibxslt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-xsl=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zip/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/checksums 2009-02-27 03:48:20 UTC (rev 3509) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 04:51:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 03:51:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3510] csw/mgar/pkg/php5/trunk/extentions Message-ID: Revision: 3510 http://gar.svn.sourceforge.net/gar/?rev=3510&view=rev Author: valholla Date: 2009-02-27 03:51:50 +0000 (Fri, 27 Feb 2009) Log Message: ----------- Moving Bundled extentions under php5 trunk Added Paths: ----------- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile Added: csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bcmath + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = bz2 + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWbzip2 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ctype + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_curl/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,53 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = curl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWcurlrt CSWlibidn +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) += CSWoldaprt CSWosslrt CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-curl=$(prefix) +CONFIGURE_ARGS += --with-curlwrappers + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_curl/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dba/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dba + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dba/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dbase + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_dom/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = dom + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_filter/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ftp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gd/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,56 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gd + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gd=$(prefix) +CONFIGURE_ARGS += --with-jpeg-dir=$(prefix) +CONFIGURE_ARGS += --with-png-dir=$(prefix) +CONFIGURE_ARGS += --with-zlib-dir=$(prefix) +CONFIGURE_ARGS += --with-xpm-dir=$(prefix) +CONFIGURE_ARGS += --with-ttf=$(prefix) +CONFIGURE_ARGS += --with-freetype-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gd/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gettext + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWggettextrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = gmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibgmp + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-gmp=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_hash/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = hash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = iconv + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-iconv=$(prefix) + +LIBS = -lrt -lintl + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_imap/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,54 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = imap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-imap=$(prefix) +CONFIGURE_ARGS += --with-kerberos=$(prefix) +CONFIGURE_ARGS += --with-imap-ssl=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_json/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = json + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_json/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ldap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWoldaprt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mcrypt + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmcrypt CSWlibtoolrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mcrypt=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mhash + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibmhash + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mhash=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mssql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWfreetds + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mssql=$(prefix) +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = mysql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWmysql5rt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-mysql=$(prefix) +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = ncurses + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWncurses + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-ncurses=/opt/csw + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +1db5740b2ca44f43bbfd907992f47393 download/odbc.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = openssl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWosslrt + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pcntl + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdoodbc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_odbc + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWunixodbc + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-odbc=unixODBC,$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdopgsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_pgsql + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pdo-pgsql=$(prefix)/postgresql + +PATCHFILES = config.diff + +pre-configure-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +67859a939c6c6f8e94ecc99db7fcf70d download/config.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pdosqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/pdo_sqlite + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pgsql + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWlibpq + +PATCHFILES = pgconfig.diff + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = pspell + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWaspell + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-pspell=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_readline/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +73c1044ad8545e40e47741d50a253e7c download/forcereadline.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_recode/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = recode + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWrecode + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-recode=$(prefix) + +PATCHFILES = recode.diff + +post-patch-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_recode/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +001f4ec594fd8dcac26373ea1cbc0ab0 download/recode.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = shmop + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = simplexml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) +PATCHFILES = simplexml.diff + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,2 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 +2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff Added: csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = snmp + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWnetsnmp CSWosslrt CSWtcpwrap + + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_soap/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = soap + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_soap/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sockets + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sqlite + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = sysvsem + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = tokenizer + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,51 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = wddx + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xml/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,52 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xml + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWexpat + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) +CONFIGURE_ARGS += --with-libexpat-dir=$(prefix) + + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xml/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlreader + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlrpc + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = xmlwriter + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWiconv CSWlibxml2 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config +CONFIGURE_ARGS += --with-libxml-dir=$(prefix) + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/checksums 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1 @@ +7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Added: csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zip/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,49 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zip + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk Added: csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile (rev 0) +++ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/Makefile 2009-02-27 03:51:50 UTC (rev 3510) @@ -0,0 +1,50 @@ +GARNAME = php +GARVERSION = 5.2.6 +CATEGORIES = lang +PHP5EXT_NAME = zlib + +DESCRIPTION = $(PHP5EXT_NAME) Extention for PHP +define BLURB + $(PHP5EXT_NAME) Extention for PHP +endef + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/ext/$(PHP5EXT_NAME) + +INSTALL_ENV += INSTALL_ROOT=$(DESTDIR) +PHP_PREFIX = $(prefix)/php5 +PHP_BIN = $(PHP_PREFIX)/bin + +PHP5ROOT = $(DESTDIR)/$(PHP_PREFIX) +STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/ +STRIP_DIRS += $(PHP5ROOT)/bin + + +PACKAGES = CSWphp5$(PHP5EXT_NAME) + +MASTER_SITES = http://www.php.net/releases/ +SPKG_SOURCEURL = http://www.php.net/get/ +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +DISTFILES = $(DISTNAME).tar.bz2 + +CATALOGNAME_CSWphp5$(PHP5EXT_NAME) = php5_$(PHP5EXT_NAME) +SPKG_DESC_CSWphp5$(PHP5EXT_NAME) = $(PHP5EXT_NAME) Extention for PHP5 +REQUIRED_PKGS_CSWphp5$(PHP5EXT_NAME) = CSWphp5 CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config + +post-extract-modulated: + @( cd $(WORKSRC) ; /bin/mv config0.m4 config.m4 ) + @( cd $(WORKSRC) ; $(PHP_BIN)/phpize ) + $(DONADA) + + +TEST_SCRIPTS = manual + +test-manual: + @( TEST_PHP_EXECUTABLE=$(PHP_BIN)/php ; export TEST_PHP_EXECUTABLE ; \ + cd $(WORKSRC); $(PHP_BIN)/php ./run-tests.php -q ) + $(DONADA) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:02:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:02:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3511] csw/mgar/pkg Message-ID: Revision: 3511 http://gar.svn.sourceforge.net/gar/?rev=3511&view=rev Author: valholla Date: 2009-02-27 04:02:33 +0000 (Fri, 27 Feb 2009) Log Message: ----------- Moving Bundled extentions under php5 trunk Removed Paths: ------------- csw/mgar/pkg/php5_dba/trunk/ csw/mgar/pkg/php5_mcrypt/trunk/ csw/mgar/pkg/php5_mhash/trunk/ csw/mgar/pkg/php5_mssql/trunk/ csw/mgar/pkg/php5_mysql/trunk/ csw/mgar/pkg/php5_mysqli/trunk/ csw/mgar/pkg/php5_odbc/trunk/ csw/mgar/pkg/php5_openssl/trunk/ csw/mgar/pkg/php5_pdomysql/trunk/ csw/mgar/pkg/php5_pdoodbc/trunk/ csw/mgar/pkg/php5_pdopgsql/trunk/ csw/mgar/pkg/php5_pdosqlite/trunk/ csw/mgar/pkg/php5_pspell/trunk/ csw/mgar/pkg/php5_readline/trunk/ csw/mgar/pkg/php5_session/trunk/ csw/mgar/pkg/php5_snmp/trunk/ csw/mgar/pkg/php5_wddx/trunk/ csw/mgar/pkg/php5_xsl/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:11:25 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:11:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3512] csw/mgar/pkg/php5_curl/trunk/ Message-ID: Revision: 3512 http://gar.svn.sourceforge.net/gar/?rev=3512&view=rev Author: valholla Date: 2009-02-27 04:11:25 +0000 (Fri, 27 Feb 2009) Log Message: ----------- update php5_curl to gar v2 Property Changed: ---------------- csw/mgar/pkg/php5_curl/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:27:34 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:27:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3513] csw/mgar/pkg/gd/trunk Message-ID: Revision: 3513 http://gar.svn.sourceforge.net/gar/?rev=3513&view=rev Author: valholla Date: 2009-02-27 04:27:34 +0000 (Fri, 27 Feb 2009) Log Message: ----------- merge gd and gd_devel Modified Paths: -------------- csw/mgar/pkg/gd/trunk/Makefile csw/mgar/pkg/gd/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gd/trunk/files/fixme.sh Modified: csw/mgar/pkg/gd/trunk/Makefile =================================================================== --- csw/mgar/pkg/gd/trunk/Makefile 2009-02-27 04:11:25 UTC (rev 3512) +++ csw/mgar/pkg/gd/trunk/Makefile 2009-02-27 04:27:34 UTC (rev 3513) @@ -2,30 +2,29 @@ GARVERSION = 2.0.35 CATEGORIES = lib -DESCRIPTION = A library used to create PNG images +DESCRIPTION = A library used for dynamic image creation define BLURB - gd is a library used to create PNG, JPEG, or WBMP images. It has many nice - features and can be used in scripts (e.g. PHP) for dynamic image generation. + GD is an open source code library for the dynamic creation of + images by programmers. GD creates PNG, JPEG and GIF images, + among other formats. GD is commonly used to generate charts, + graphics, thumbnails, and most anything else, on the fly. + While not restricted to use on the web, the most common + applications of GD involve web site development. endef MASTER_SITES = http://www.libgd.org/releases/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 DISTFILES += fixme.sh -PACKAGES = CSWgd CSWgd-devel +PACKAGES = CSWgd CATALOGNAME_CSWgd = gd -CATALOGNAME_CSWgd-devel = gd_devel SPKG_DESC_CSWgd = $(DESCRIPTION) -SPKG_DESC_CSWgd-devel = Development headers and libraries for gd PATCHFILES = Makefile.diff REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib -REQUIRED_PKGS_CSWgd-devel = CSWgd -PKGFILES_CSWgd-devel = $(PKGFILES_DEVEL) - # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 Modified: csw/mgar/pkg/gd/trunk/checksums =================================================================== --- csw/mgar/pkg/gd/trunk/checksums 2009-02-27 04:11:25 UTC (rev 3512) +++ csw/mgar/pkg/gd/trunk/checksums 2009-02-27 04:27:34 UTC (rev 3513) @@ -1,3 +1,3 @@ 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c download/gd-2.0.35.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh +41ec540885de7c34625768aa1fb9682b download/fixme.sh 88e69d03742a55f979e2822d97c525c1 download/Makefile.diff Added: csw/mgar/pkg/gd/trunk/files/fixme.sh =================================================================== --- csw/mgar/pkg/gd/trunk/files/fixme.sh (rev 0) +++ csw/mgar/pkg/gd/trunk/files/fixme.sh 2009-02-27 04:27:34 UTC (rev 3513) @@ -0,0 +1,49 @@ +#!/bin/bash +#################################################### +# +# fixme.sh +# Intended to remove the use of libtool's +# pseudo-libraries for opencsw builds. +# +# Author: Mike Watters mwatters_at_opencsw.org +# Initial Version: 0.1 +# +#################################################### + +umask 0022 +PATH=/opt/csw/bin + +if [ $# -ne 1 ]; then + gecho "USAGE: $(basename $0) WORKSRC" + exit 1 +fi +BASEPATH=$1 + +## Fix Makefiles +for mk in $(gfind ${BASEPATH} -name Makefile -print); do + LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \ + gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/") + + for file in ${LT_FILES}; do + LIB_NAME=$(ggrep 'dlname=' ${file} | \ + gsed -e "s/.*'\(.*\)'/\1/" \ + -e "s/^lib//" \ + -e "s/\.so.*$//") + fixpath=$(gecho $file |gsed 's/\//\\\//g') + gsed "s/${fixpath}/-l${LIB_NAME}/g" ${mk} >Makefile.new + gmv Makefile.new ${mk} + done +done + +## Fix libtool Script +for lt in $(gfind ${BASEPATH} -name libtool -print); do + gsed "/for search_ext in .*\.la/s/\.la//" ${lt} >${lt}.new + gmv ${lt}.new ${lt} +done + +LTMAIN=$(gfind ${BASEPATH} -name ltmain.sh -print) +if [ -f ${LTMAIN} ]; then + gsed "/for search_ext in .*\.la/s/\.la//" ${LTMAIN} >${LTMAIN}.new + gmv ${LTMAIN}.new ${LTMAIN} +fi + Property changes on: csw/mgar/pkg/gd/trunk/files/fixme.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:42:00 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:42:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[3514] csw/mgar/pkg/php5_pgsql/trunk/ Message-ID: Revision: 3514 http://gar.svn.sourceforge.net/gar/?rev=3514&view=rev Author: valholla Date: 2009-02-27 04:41:59 +0000 (Fri, 27 Feb 2009) Log Message: ----------- move extentions under php5 trunk Removed Paths: ------------- csw/mgar/pkg/php5_pgsql/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:43:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:43:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3515] csw/mgar/pkg Message-ID: Revision: 3515 http://gar.svn.sourceforge.net/gar/?rev=3515&view=rev Author: valholla Date: 2009-02-27 04:43:50 +0000 (Fri, 27 Feb 2009) Log Message: ----------- move extentions under php5 trunk Removed Paths: ------------- csw/mgar/pkg/php5_bcmath/ csw/mgar/pkg/php5_bz2/ csw/mgar/pkg/php5_calendar/ csw/mgar/pkg/php5_ctype/ csw/mgar/pkg/php5_curl/ csw/mgar/pkg/php5_dba/ csw/mgar/pkg/php5_dbase/trunk/ csw/mgar/pkg/php5_dom/trunk/ csw/mgar/pkg/php5_exif/trunk/ csw/mgar/pkg/php5_filter/trunk/ csw/mgar/pkg/php5_ftp/trunk/ csw/mgar/pkg/php5_gd/trunk/ csw/mgar/pkg/php5_gettext/trunk/ csw/mgar/pkg/php5_gmp/trunk/ csw/mgar/pkg/php5_hash/trunk/ csw/mgar/pkg/php5_iconv/trunk/ csw/mgar/pkg/php5_imap/trunk/ csw/mgar/pkg/php5_json/trunk/ csw/mgar/pkg/php5_ldap/trunk/ csw/mgar/pkg/php5_mbstring/trunk/ csw/mgar/pkg/php5_mime_magic/trunk/ csw/mgar/pkg/php5_ncurses/trunk/ csw/mgar/pkg/php5_pcntl/trunk/ csw/mgar/pkg/php5_posix/trunk/ csw/mgar/pkg/php5_recode/trunk/ csw/mgar/pkg/php5_shmop/trunk/ csw/mgar/pkg/php5_simplexml/trunk/ csw/mgar/pkg/php5_soap/trunk/ csw/mgar/pkg/php5_sockets/trunk/ csw/mgar/pkg/php5_sqlite/trunk/ csw/mgar/pkg/php5_sysvmsg/trunk/ csw/mgar/pkg/php5_sysvsem/trunk/ csw/mgar/pkg/php5_sysvshm/trunk/ csw/mgar/pkg/php5_tidy/trunk/ csw/mgar/pkg/php5_tokenizer/trunk/ csw/mgar/pkg/php5_xml/trunk/ csw/mgar/pkg/php5_xmlreader/trunk/ csw/mgar/pkg/php5_xmlrpc/trunk/ csw/mgar/pkg/php5_xmlwriter/trunk/ csw/mgar/pkg/php5_zip/trunk/ csw/mgar/pkg/php5_zlib/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 05:59:33 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 04:59:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[3516] csw/mgar/pkg/python/trunk/Makefile Message-ID: Revision: 3516 http://gar.svn.sourceforge.net/gar/?rev=3516&view=rev Author: valholla Date: 2009-02-27 04:59:33 +0000 (Fri, 27 Feb 2009) Log Message: ----------- regex fix for package files Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-27 04:43:50 UTC (rev 3515) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-27 04:59:33 UTC (rev 3516) @@ -54,7 +54,7 @@ PKGFILES_CSWidle = $(libdir)/python(\d+(?:\.\d+)*)/idlelib/.* PKGFILES_CSWidle += $(bindir)/idle PKGFILES_CSWpython-tk = $(libdir)/python(\d+(?:\.\d+)*)/lib-tk/.* -PKGFILES_CSWpython-tk += $(libdir)/python(\d+(?:\.\d+)*)/lib-dynload/*tkinter* +PKGFILES_CSWpython-tk += $(libdir)/python(\d+(?:\.\d+)*)/lib-dynload/_tkinter.so.* REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at opencsw.org Fri Feb 27 09:52:53 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Fri, 27 Feb 2009 09:52:53 +0100 Subject: [csw-devel] SF.net SVN: gar:[3508] csw/mgar/pkg/php5/trunk/extentions/ In-Reply-To: References: Message-ID: <625385e30902270052t30e5b559n8cd9bf69f6ffccb@mail.gmail.com> On Fri, Feb 27, 2009 at 4:41 AM, wrote: > Revision: 3508 > ? ? ? ? ?http://gar.svn.sourceforge.net/gar/?rev=3508&view=rev > Author: ? valholla > Date: ? ? 2009-02-27 03:41:04 +0000 (Fri, 27 Feb 2009) > > Log Message: > ----------- > create extention dir > > Added Paths: > ----------- > ? ?csw/mgar/pkg/php5/trunk/extentions/ Isn't it spelled wrong? Shouldn't it be extenSions? -- /peter From bonivart at users.sourceforge.net Fri Feb 27 10:06:08 2009 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 27 Feb 2009 09:06:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3517] csw/mgar/pkg/phpMyAdmin/trunk/Makefile Message-ID: Revision: 3517 http://gar.svn.sourceforge.net/gar/?rev=3517&view=rev Author: bonivart Date: 2009-02-27 09:06:07 +0000 (Fri, 27 Feb 2009) Log Message: ----------- phpmyadmin: move to /opt/csw/share/www Modified Paths: -------------- csw/mgar/pkg/phpMyAdmin/trunk/Makefile Modified: csw/mgar/pkg/phpMyAdmin/trunk/Makefile =================================================================== --- csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-27 04:59:33 UTC (rev 3516) +++ csw/mgar/pkg/phpMyAdmin/trunk/Makefile 2009-02-27 09:06:07 UTC (rev 3517) @@ -32,9 +32,9 @@ install-custom: @echo " ==> Installing $(GARNAME) (custom)" - @rm -rf $(DESTDIR)$(prefix)/apache2/share/htdocs/phpmyadmin - @ginstall -d $(DESTDIR)$(prefix)/apache2/share/htdocs - @cp -R $(WORKSRC)-all-languages $(DESTDIR)$(prefix)/apache2/share/htdocs/phpmyadmin + @rm -rf $(DESTDIR)$(prefix)/share/www/phpmyadmin + @ginstall -d $(DESTDIR)$(prefix)/share/www + @cp -R $(WORKSRC)-all-languages $(DESTDIR)$(prefix)/share/www/phpmyadmin @ginstall -d $(DESTDIR)$(docdir)/phpmyadmin @cp $(WORKSRC)-all-languages/LICENSE $(DESTDIR)$(docdir)/phpmyadmin @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 13:36:04 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 12:36:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[3518] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3518 http://gar.svn.sourceforge.net/gar/?rev=3518&view=rev Author: hson Date: 2009-02-27 12:36:04 +0000 (Fri, 27 Feb 2009) Log Message: ----------- imagemagick: Added generic link to docs as per bug id 2815 Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 09:06:07 UTC (rev 3517) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 12:36:04 UTC (rev 3518) @@ -53,17 +53,19 @@ include gar/category.mk post-install-isa-sparcv8: - @cp $(FILEDIR)/libMagick.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - @cp $(FILEDIR)/libWand.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - @cp $(FILEDIR)/libMagick++.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 - #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @cp $(FILEDIR)/libMagick.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10.0.4 + @cp $(FILEDIR)/libWand.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libWand.so.10.0.4 + @cp $(FILEDIR)/libMagick++.so.10.0.4.s $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10.0.4 + @ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @ln -s ImageMagick-$(GARVERSION) $(INSTALLISADIR)/opt/csw/share/doc/ImageMagick post-install-isa-i386: - @cp $(FILEDIR)/libMagick.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - @cp $(FILEDIR)/libWand.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - @cp $(FILEDIR)/libMagick++.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 - #@ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 - #@ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 - #@ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @cp $(FILEDIR)/libMagick.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10.0.4 + @cp $(FILEDIR)/libWand.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libWand.so.10.0.4 + @cp $(FILEDIR)/libMagick++.so.10.0.4.i $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10.0.4 + @ln -s libMagick.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick.so.10 + @ln -s libWand.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libWand.so.10 + @ln -s libMagick++.so.10.0.4 $(INSTALLISADIR)/opt/csw/lib/libMagick++.so.10 + @ln -s ImageMagick-$(GARVERSION) $(INSTALLISADIR)/opt/csw/share/doc/ImageMagick This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 13:43:36 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 12:43:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[3519] csw/mgar/pkg/wmf/trunk/Makefile Message-ID: Revision: 3519 http://gar.svn.sourceforge.net/gar/?rev=3519&view=rev Author: hson Date: 2009-02-27 12:43:36 +0000 (Fri, 27 Feb 2009) Log Message: ----------- wmf: Description change Modified Paths: -------------- csw/mgar/pkg/wmf/trunk/Makefile Modified: csw/mgar/pkg/wmf/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 12:36:04 UTC (rev 3518) +++ csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 12:43:36 UTC (rev 3519) @@ -2,7 +2,7 @@ GARVERSION = 0.2.8.4 CATEGORIES = lib -DESCRIPTION = library for converting WMF files +DESCRIPTION = Library and tools for manipulating Windows metafiles define BLURB libwmf is a library for reading vector images in Microsoft's native Windows Metafile Format (WMF) and for either (a) displaying them in, e.g., an X This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 13:43:56 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 12:43:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[3520] csw/mgar/pkg/lcms/trunk/Makefile Message-ID: Revision: 3520 http://gar.svn.sourceforge.net/gar/?rev=3520&view=rev Author: hson Date: 2009-02-27 12:43:56 +0000 (Fri, 27 Feb 2009) Log Message: ----------- lcms: Description change Modified Paths: -------------- csw/mgar/pkg/lcms/trunk/Makefile Modified: csw/mgar/pkg/lcms/trunk/Makefile =================================================================== --- csw/mgar/pkg/lcms/trunk/Makefile 2009-02-27 12:43:36 UTC (rev 3519) +++ csw/mgar/pkg/lcms/trunk/Makefile 2009-02-27 12:43:56 UTC (rev 3520) @@ -4,7 +4,13 @@ DESCRIPTION = The little color management system and tools define BLURB - Long description + LittleCMS is a CMM, a color management engine; it implements fast transforms + between ICC profiles. "Little" stands for its small overhead. With a typical + footprint of about 100K including C runtime, you can color-enable your + application without the pain of ActiveX, OCX, redistributables or binaries + of any kind. We are using little cms in several commercial projects, however, + we are offering lcms library free for anybody under an extremely liberal + open source license. endef MASTER_SITES = $(SF_MIRRORS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From mwatters at opencsw.org Fri Feb 27 16:52:37 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 27 Feb 2009 09:52:37 -0600 Subject: [csw-devel] SF.net SVN: gar:[3508] csw/mgar/pkg/php5/trunk/extentions/ In-Reply-To: <625385e30902270052t30e5b559n8cd9bf69f6ffccb@mail.gmail.com> References: <625385e30902270052t30e5b559n8cd9bf69f6ffccb@mail.gmail.com> Message-ID: <49A80C45.2060704@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter Bonivart wrote: > On Fri, Feb 27, 2009 at 4:41 AM, wrote: >> Revision: 3508 >> http://gar.svn.sourceforge.net/gar/?rev=3508&view=rev >> Author: valholla >> Date: 2009-02-27 03:41:04 +0000 (Fri, 27 Feb 2009) >> >> Log Message: >> ----------- >> create extention dir >> >> Added Paths: >> ----------- >> csw/mgar/pkg/php5/trunk/extentions/ > > Isn't it spelled wrong? Shouldn't it be extenSions? > I do believe you are correct, I will remedy - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmoDEUACgkQLrhmsXMSLxf0RACg5O54CARQTYlDrGVRmLz1yTDK ZEUAn2D+EF+qm8UWHtIl+XwmctEcdEt+ =ypvb -----END PGP SIGNATURE----- From valholla at users.sourceforge.net Fri Feb 27 16:57:51 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 15:57:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3521] csw/mgar/pkg/php5/trunk Message-ID: Revision: 3521 http://gar.svn.sourceforge.net/gar/?rev=3521&view=rev Author: valholla Date: 2009-02-27 15:57:51 +0000 (Fri, 27 Feb 2009) Log Message: ----------- rename extentions to extensions Added Paths: ----------- csw/mgar/pkg/php5/trunk/extensions/ csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/ csw/mgar/pkg/php5/trunk/extensions/php5_curl/ csw/mgar/pkg/php5/trunk/extensions/php5_dba/ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/ csw/mgar/pkg/php5/trunk/extensions/php5_dom/ csw/mgar/pkg/php5/trunk/extensions/php5_exif/ csw/mgar/pkg/php5/trunk/extensions/php5_filter/ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/ csw/mgar/pkg/php5/trunk/extensions/php5_gd/ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/ csw/mgar/pkg/php5/trunk/extensions/php5_hash/ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/ csw/mgar/pkg/php5/trunk/extensions/php5_imap/ csw/mgar/pkg/php5/trunk/extensions/php5_json/ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_posix/ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/ csw/mgar/pkg/php5/trunk/extensions/php5_readline/ csw/mgar/pkg/php5/trunk/extensions/php5_recode/ csw/mgar/pkg/php5/trunk/extensions/php5_session/ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/ csw/mgar/pkg/php5/trunk/extensions/php5_soap/ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/ csw/mgar/pkg/php5/trunk/extensions/php5_xml/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/ csw/mgar/pkg/php5/trunk/extensions/php5_zip/ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/ Removed Paths: ------------- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/ csw/mgar/pkg/php5/trunk/extensions/php5_curl/ csw/mgar/pkg/php5/trunk/extensions/php5_dba/ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/ csw/mgar/pkg/php5/trunk/extensions/php5_dom/ csw/mgar/pkg/php5/trunk/extensions/php5_exif/ csw/mgar/pkg/php5/trunk/extensions/php5_filter/ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/ csw/mgar/pkg/php5/trunk/extensions/php5_gd/ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/ csw/mgar/pkg/php5/trunk/extensions/php5_hash/ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/ csw/mgar/pkg/php5/trunk/extensions/php5_imap/ csw/mgar/pkg/php5/trunk/extensions/php5_json/ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extensions/php5_posix/ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/ csw/mgar/pkg/php5/trunk/extensions/php5_readline/ csw/mgar/pkg/php5/trunk/extensions/php5_recode/ csw/mgar/pkg/php5/trunk/extensions/php5_session/ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/ csw/mgar/pkg/php5/trunk/extensions/php5_soap/ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/ csw/mgar/pkg/php5/trunk/extensions/php5_xml/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/ csw/mgar/pkg/php5/trunk/extensions/php5_zip/ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/ csw/mgar/pkg/php5/trunk/extentions/php5_bcmath/ csw/mgar/pkg/php5/trunk/extentions/php5_bz2/ csw/mgar/pkg/php5/trunk/extentions/php5_calendar/ csw/mgar/pkg/php5/trunk/extentions/php5_ctype/ csw/mgar/pkg/php5/trunk/extentions/php5_curl/ csw/mgar/pkg/php5/trunk/extentions/php5_dba/ csw/mgar/pkg/php5/trunk/extentions/php5_dbase/ csw/mgar/pkg/php5/trunk/extentions/php5_dom/ csw/mgar/pkg/php5/trunk/extentions/php5_exif/ csw/mgar/pkg/php5/trunk/extentions/php5_filter/ csw/mgar/pkg/php5/trunk/extentions/php5_ftp/ csw/mgar/pkg/php5/trunk/extentions/php5_gd/ csw/mgar/pkg/php5/trunk/extentions/php5_gettext/ csw/mgar/pkg/php5/trunk/extentions/php5_gmp/ csw/mgar/pkg/php5/trunk/extentions/php5_hash/ csw/mgar/pkg/php5/trunk/extentions/php5_iconv/ csw/mgar/pkg/php5/trunk/extentions/php5_imap/ csw/mgar/pkg/php5/trunk/extentions/php5_json/ csw/mgar/pkg/php5/trunk/extentions/php5_ldap/ csw/mgar/pkg/php5/trunk/extentions/php5_mbstring/ csw/mgar/pkg/php5/trunk/extentions/php5_mcrypt/ csw/mgar/pkg/php5/trunk/extentions/php5_mhash/ csw/mgar/pkg/php5/trunk/extentions/php5_mime_magic/ csw/mgar/pkg/php5/trunk/extentions/php5_mssql/ csw/mgar/pkg/php5/trunk/extentions/php5_mysql/ csw/mgar/pkg/php5/trunk/extentions/php5_mysqli/ csw/mgar/pkg/php5/trunk/extentions/php5_ncurses/ csw/mgar/pkg/php5/trunk/extentions/php5_odbc/ csw/mgar/pkg/php5/trunk/extentions/php5_openssl/ csw/mgar/pkg/php5/trunk/extentions/php5_pcntl/ csw/mgar/pkg/php5/trunk/extentions/php5_pdomysql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdoodbc/ csw/mgar/pkg/php5/trunk/extentions/php5_pdopgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_pdosqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_pgsql/ csw/mgar/pkg/php5/trunk/extentions/php5_posix/ csw/mgar/pkg/php5/trunk/extentions/php5_pspell/ csw/mgar/pkg/php5/trunk/extentions/php5_readline/ csw/mgar/pkg/php5/trunk/extentions/php5_recode/ csw/mgar/pkg/php5/trunk/extentions/php5_session/ csw/mgar/pkg/php5/trunk/extentions/php5_shmop/ csw/mgar/pkg/php5/trunk/extentions/php5_simplexml/ csw/mgar/pkg/php5/trunk/extentions/php5_snmp/ csw/mgar/pkg/php5/trunk/extentions/php5_soap/ csw/mgar/pkg/php5/trunk/extentions/php5_sockets/ csw/mgar/pkg/php5/trunk/extentions/php5_sqlite/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvmsg/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvsem/ csw/mgar/pkg/php5/trunk/extentions/php5_sysvshm/ csw/mgar/pkg/php5/trunk/extentions/php5_tidy/ csw/mgar/pkg/php5/trunk/extentions/php5_tokenizer/ csw/mgar/pkg/php5/trunk/extentions/php5_wddx/ csw/mgar/pkg/php5/trunk/extentions/php5_xml/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlreader/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlrpc/ csw/mgar/pkg/php5/trunk/extentions/php5_xmlwriter/ csw/mgar/pkg/php5/trunk/extentions/php5_xsl/ csw/mgar/pkg/php5/trunk/extentions/php5_zip/ csw/mgar/pkg/php5/trunk/extentions/php5_zlib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 17:02:39 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 16:02:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[3522] csw/mgar/pkg/php5/trunk/extentions/ Message-ID: Revision: 3522 http://gar.svn.sourceforge.net/gar/?rev=3522&view=rev Author: valholla Date: 2009-02-27 16:02:39 +0000 (Fri, 27 Feb 2009) Log Message: ----------- remove extentions dir Removed Paths: ------------- csw/mgar/pkg/php5/trunk/extentions/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 17:10:08 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 16:10:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[3523] csw/mgar/pkg Message-ID: Revision: 3523 http://gar.svn.sourceforge.net/gar/?rev=3523&view=rev Author: valholla Date: 2009-02-27 16:10:08 +0000 (Fri, 27 Feb 2009) Log Message: ----------- cleanup after extension move Removed Paths: ------------- csw/mgar/pkg/php5_dbase/ csw/mgar/pkg/php5_dom/ csw/mgar/pkg/php5_exif/ csw/mgar/pkg/php5_fbsql/ csw/mgar/pkg/php5_filter/ csw/mgar/pkg/php5_ftp/ csw/mgar/pkg/php5_gd/ csw/mgar/pkg/php5_gettext/ csw/mgar/pkg/php5_gmp/ csw/mgar/pkg/php5_hash/ csw/mgar/pkg/php5_iconv/ csw/mgar/pkg/php5_imap/ csw/mgar/pkg/php5_json/ csw/mgar/pkg/php5_ldap/ csw/mgar/pkg/php5_mbstring/ csw/mgar/pkg/php5_mcrypt/ csw/mgar/pkg/php5_mhash/ csw/mgar/pkg/php5_mime_magic/ csw/mgar/pkg/php5_mssql/ csw/mgar/pkg/php5_mysql/ csw/mgar/pkg/php5_mysqli/ csw/mgar/pkg/php5_ncurses/ csw/mgar/pkg/php5_odbc/ csw/mgar/pkg/php5_openssl/ csw/mgar/pkg/php5_pcntl/ csw/mgar/pkg/php5_pdomysql/ csw/mgar/pkg/php5_pdoodbc/ csw/mgar/pkg/php5_pdopgsql/ csw/mgar/pkg/php5_pdosqlite/ csw/mgar/pkg/php5_pgsql/ csw/mgar/pkg/php5_posix/ csw/mgar/pkg/php5_pspell/ csw/mgar/pkg/php5_readline/ csw/mgar/pkg/php5_recode/ csw/mgar/pkg/php5_session/ csw/mgar/pkg/php5_shmop/ csw/mgar/pkg/php5_simplexml/ csw/mgar/pkg/php5_snmp/ csw/mgar/pkg/php5_soap/ csw/mgar/pkg/php5_sockets/ csw/mgar/pkg/php5_sqlite/ csw/mgar/pkg/php5_sysvmsg/ csw/mgar/pkg/php5_sysvsem/ csw/mgar/pkg/php5_sysvshm/ csw/mgar/pkg/php5_tidy/ csw/mgar/pkg/php5_tokenizer/ csw/mgar/pkg/php5_wddx/ csw/mgar/pkg/php5_xml/ csw/mgar/pkg/php5_xmlreader/ csw/mgar/pkg/php5_xmlrpc/ csw/mgar/pkg/php5_xmlwriter/ csw/mgar/pkg/php5_xsl/ csw/mgar/pkg/php5_zip/ csw/mgar/pkg/php5_zlib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 18:12:44 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 17:12:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[3524] csw/mgar/pkg/gcc4/trunk/Makefile Message-ID: Revision: 3524 http://gar.svn.sourceforge.net/gar/?rev=3524&view=rev Author: valholla Date: 2009-02-27 17:12:44 +0000 (Fri, 27 Feb 2009) Log Message: ----------- fix post-extract to not run for 'global' modulation Modified Paths: -------------- csw/mgar/pkg/gcc4/trunk/Makefile Modified: csw/mgar/pkg/gcc4/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc4/trunk/Makefile 2009-02-27 16:10:08 UTC (rev 3523) +++ csw/mgar/pkg/gcc4/trunk/Makefile 2009-02-27 17:12:44 UTC (rev 3524) @@ -27,7 +27,7 @@ ## After sucessful source extraction ## Create $(OBJECT_DIR) to build in -post-extract-modulated: +post-extract-$(addprefix post-extract-,$(MODULATIONS)): echo "==> Creating Object Dir for Building" @( mkdir $(OBJECT_DIR) ) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 20:34:22 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 19:34:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[3525] csw/mgar/pkg/ImageMagick/trunk/Makefile Message-ID: Revision: 3525 http://gar.svn.sourceforge.net/gar/?rev=3525&view=rev Author: hson Date: 2009-02-27 19:34:20 +0000 (Fri, 27 Feb 2009) Log Message: ----------- imagemagick: Add URL to main site Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 17:12:44 UTC (rev 3524) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-27 19:34:20 UTC (rev 3525) @@ -22,6 +22,8 @@ DISTNAME = ImageMagick-$(GARVERSION)-$(GARSUBREV) +SPKG_SOURCEURL = http://www.imagemagick.org + LICENSE = LICENSE REQUIRED_PKGS += CSWbzip2 CSWdjvulibre CSWfconfig CSWftype2 CSWgcc2g++rt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Fri Feb 27 20:34:59 2009 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Fri, 27 Feb 2009 19:34:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3526] csw/mgar/pkg/wmf/trunk/Makefile Message-ID: Revision: 3526 http://gar.svn.sourceforge.net/gar/?rev=3526&view=rev Author: hson Date: 2009-02-27 19:34:56 +0000 (Fri, 27 Feb 2009) Log Message: ----------- wmf: Add URL to main site Modified Paths: -------------- csw/mgar/pkg/wmf/trunk/Makefile Modified: csw/mgar/pkg/wmf/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 19:34:20 UTC (rev 3525) +++ csw/mgar/pkg/wmf/trunk/Makefile 2009-02-27 19:34:56 UTC (rev 3526) @@ -16,6 +16,8 @@ DISTNAME = libwmf-$(GARVERSION) +SPKG_SOURCEURL = http://wvware.sourceforge.net + LICENSE = COPYING REQUIRED_PKGS += CSWexpat CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 CSWjpeg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Fri Feb 27 20:40:07 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Fri, 27 Feb 2009 19:40:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[3527] csw/mgar/pkg/gcc4/trunk/files/configure_def.mk Message-ID: Revision: 3527 http://gar.svn.sourceforge.net/gar/?rev=3527&view=rev Author: valholla Date: 2009-02-27 19:40:07 +0000 (Fri, 27 Feb 2009) Log Message: ----------- change BUILD_PREFIX to /opt/csw/gcc4 Modified Paths: -------------- csw/mgar/pkg/gcc4/trunk/files/configure_def.mk Modified: csw/mgar/pkg/gcc4/trunk/files/configure_def.mk =================================================================== --- csw/mgar/pkg/gcc4/trunk/files/configure_def.mk 2009-02-27 19:34:56 UTC (rev 3526) +++ csw/mgar/pkg/gcc4/trunk/files/configure_def.mk 2009-02-27 19:40:07 UTC (rev 3527) @@ -6,12 +6,13 @@ LDFLAGS = -L/opt/csw/lib -R/opt/csw/lib/\\\\\\\$\$ISALIST -R/opt/csw/lib OPTFLAGS = +## Install everythong /opt/csw/gcc4 instead of /opt/csw +BUILD_PREFIX = /opt/csw/gcc4 + OBJECT_DIR = $(WORKDIR)/$(DISTNAME)/objdir WORKSRC = $(OBJECT_DIR) CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --prefix=$(prefix)/gcc4 -CONFIGURE_ARGS += --exec-prefix=$(prefix)/gcc4 CONFIGURE_ARGS += --enable-libada CONFIGURE_ARGS += --enable-libssp CONFIGURE_ARGS += --enable-objc-gc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Fri Feb 27 23:31:57 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Fri, 27 Feb 2009 22:31:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3528] csw/mgar/pkg Message-ID: Revision: 3528 http://gar.svn.sourceforge.net/gar/?rev=3528&view=rev Author: skayser Date: 2009-02-27 22:31:57 +0000 (Fri, 27 Feb 2009) Log Message: ----------- axel: Initial commit Added Paths: ----------- csw/mgar/pkg/axel/ csw/mgar/pkg/axel/branches/ csw/mgar/pkg/axel/tags/ csw/mgar/pkg/axel/trunk/ csw/mgar/pkg/axel/trunk/Makefile csw/mgar/pkg/axel/trunk/checksums csw/mgar/pkg/axel/trunk/files/ Property changes on: csw/mgar/pkg/axel/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 22:31:57 UTC (rev 3528) @@ -0,0 +1,34 @@ +GARNAME = axel +GARVERSION = 2.3 +CATEGORIES = utils + +DESCRIPTION = Download accelerator +define BLURB + Axel tries to accelerate downloads by using multiple connections (possibly + to multiple servers) for one download. Because of its size, it might be + very useful on bootdisks or other small systems as a wget replacement +endef + +MASTER_SITES = http://alioth.debian.org/frs/download.php/2717/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +# We define upstream file regex so we can be notifed of new upstream software release +UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070 +UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_SCRIPTS = + +PROTOTYPE_FILTER = awk '\ + $$$$3 ~ /axelrc.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ + { print }' + +include gar/category.mk + +pre-build-modulated: + @perl -pi -e 's/-Wall//g' $(WORKSRC)/Makefile + +post-install-modulated: + @mv $(DESTDIR)$(sysconfdir)/axelrc \ + $(DESTDIR)$(sysconfdir)/axelrc.CSW Added: csw/mgar/pkg/axel/trunk/checksums =================================================================== --- csw/mgar/pkg/axel/trunk/checksums (rev 0) +++ csw/mgar/pkg/axel/trunk/checksums 2009-02-27 22:31:57 UTC (rev 3528) @@ -0,0 +1 @@ +6f49813ffc1dd10829d74b73712cb5ed download/axel-2.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 00:46:25 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Fri, 27 Feb 2009 23:46:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[3529] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3529 http://gar.svn.sourceforge.net/gar/?rev=3529&view=rev Author: skayser Date: 2009-02-27 23:46:25 +0000 (Fri, 27 Feb 2009) Log Message: ----------- axel: cosmetic adjustments Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 22:31:57 UTC (rev 3528) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 23:46:25 UTC (rev 3529) @@ -12,10 +12,13 @@ MASTER_SITES = http://alioth.debian.org/frs/download.php/2717/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -# We define upstream file regex so we can be notifed of new upstream software release -UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070 -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +SPKG_SOURCEURL = http://axel.alioth.debian.org/ +SPKG_CLASSES = none cswcpsampleconf +# Doesn't work yet, upstream watch needs to be improved first +#UPSTREAM_MASTER_SITES = http://alioth.debian.org/frs/?group_id=100070 +#UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + CONFIGURE_ARGS = $(DIRPATHS) TEST_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 00:54:02 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Fri, 27 Feb 2009 23:54:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[3530] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3530 http://gar.svn.sourceforge.net/gar/?rev=3530&view=rev Author: skayser Date: 2009-02-27 23:54:02 +0000 (Fri, 27 Feb 2009) Log Message: ----------- axel: description changed Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 23:46:25 UTC (rev 3529) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-27 23:54:02 UTC (rev 3530) @@ -2,7 +2,7 @@ GARVERSION = 2.3 CATEGORIES = utils -DESCRIPTION = Download accelerator +DESCRIPTION = Lightweight command-line download accelerator define BLURB Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 02:43:14 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 01:43:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[3531] csw/mgar/pkg/pygobject Message-ID: Revision: 3531 http://gar.svn.sourceforge.net/gar/?rev=3531&view=rev Author: valholla Date: 2009-02-28 01:43:14 +0000 (Sat, 28 Feb 2009) Log Message: ----------- duplicate files Modified Paths: -------------- csw/mgar/pkg/pygobject/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/pygobject/Makefile csw/mgar/pkg/pygobject/checksums csw/mgar/pkg/pygobject/files/ Deleted: csw/mgar/pkg/pygobject/Makefile =================================================================== --- csw/mgar/pkg/pygobject/Makefile 2009-02-27 23:54:02 UTC (rev 3530) +++ csw/mgar/pkg/pygobject/Makefile 2009-02-28 01:43:14 UTC (rev 3531) @@ -1,36 +0,0 @@ -GARNAME = pygobject -GARVERSION = 2.15.4 -CATEGORIES = lang - -DESCRIPTION = pygobject support for Python -define BLURB - This is a Python language binding for gobject. -endef - -MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += fixme.sh - -PACKAGES = CSWpygobject -REQUIRED_PKGS_CSWpygobject = CSWpython CSWggettextrt CSWglib2 - - -CATALOGNAME_CSWpygobject = py_gobject -SPKG_DESC_CSWpygobject = pygobject support for Python - -## patch to change zero sized struct to zero-sized sub-object -PATCHFILES = pygobject.diff - -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) - -## Tests require gtk, but gtk requries gobject -#TEST_TARGET = check -TEST_SCRIPTS = - -include gar/category.mk - -post-configure-$(MODULATION): - @(echo "~~~ Fixing Libtool ~~~") - @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) - $(DONADA) Deleted: csw/mgar/pkg/pygobject/checksums =================================================================== --- csw/mgar/pkg/pygobject/checksums 2009-02-27 23:54:02 UTC (rev 3530) +++ csw/mgar/pkg/pygobject/checksums 2009-02-28 01:43:14 UTC (rev 3531) @@ -1,3 +0,0 @@ -df59affe5b8fd7148506c3473d479868 download/pygobject-2.15.4.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh -58a4ba1e53516251eb4c69fae6372208 download/pygobject.diff Modified: csw/mgar/pkg/pygobject/trunk/Makefile =================================================================== --- csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-27 23:54:02 UTC (rev 3530) +++ csw/mgar/pkg/pygobject/trunk/Makefile 2009-02-28 01:43:14 UTC (rev 3531) @@ -30,7 +30,7 @@ include gar/category.mk -post-configure-modulated: +post-configure-$(MODULATION): @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 02:47:45 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 01:47:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[3532] csw/mgar/pkg/pyorbit/trunk Message-ID: Revision: 3532 http://gar.svn.sourceforge.net/gar/?rev=3532&view=rev Author: valholla Date: 2009-02-28 01:47:44 +0000 (Sat, 28 Feb 2009) Log Message: ----------- move to trunk Added Paths: ----------- csw/mgar/pkg/pyorbit/trunk/trunk/ csw/mgar/pkg/pyorbit/trunk/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/trunk/checksums csw/mgar/pkg/pyorbit/trunk/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/pyorbit/trunk/Makefile csw/mgar/pkg/pyorbit/trunk/checksums csw/mgar/pkg/pyorbit/trunk/files/ Property Changed: ---------------- csw/mgar/pkg/pyorbit/trunk/ Property changes on: csw/mgar/pkg/pyorbit/trunk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Deleted: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-28 01:43:14 UTC (rev 3531) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-28 01:47:44 UTC (rev 3532) @@ -1,32 +0,0 @@ -GARNAME = pyorbit -GARVERSION = 2.24.0 -CATEGORIES = lang - -DESCRIPTION = ORBit2 CORBA support for Python -define BLURB - This is a Python language binding for the ORBit2 CORBA implementation. -endef - -MASTER_SITES = http://freshmeat.net/projects/pyorbit/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += fixme.sh - -PACKAGES = CSWpyorbit -REQUIRED_PKGS_CSWpyorbit = CSWpython CSWggettextrt CSWglib2 -REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2 - -CATALOGNAME_CSWpyorbit = py_orbit -SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python - -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) - -## No tests -TEST_SCRIPTS = - -include gar/category.mk - -post-configure-modulated: - @(echo "~~~ Fixing Libtool ~~~") - @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) - $(DONADA) Deleted: csw/mgar/pkg/pyorbit/trunk/checksums =================================================================== --- csw/mgar/pkg/pyorbit/trunk/checksums 2009-02-28 01:43:14 UTC (rev 3531) +++ csw/mgar/pkg/pyorbit/trunk/checksums 2009-02-28 01:47:44 UTC (rev 3532) @@ -1,2 +0,0 @@ -574593815e75ee6e98062c75d6d1581f download/pyorbit-2.24.0.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh Property changes on: csw/mgar/pkg/pyorbit/trunk/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Copied: csw/mgar/pkg/pyorbit/trunk/trunk/Makefile (from rev 3524, csw/mgar/pkg/pyorbit/trunk/Makefile) =================================================================== --- csw/mgar/pkg/pyorbit/trunk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/trunk/Makefile 2009-02-28 01:47:44 UTC (rev 3532) @@ -0,0 +1,32 @@ +GARNAME = pyorbit +GARVERSION = 2.24.0 +CATEGORIES = lang + +DESCRIPTION = ORBit2 CORBA support for Python +define BLURB + This is a Python language binding for the ORBit2 CORBA implementation. +endef + +MASTER_SITES = http://freshmeat.net/projects/pyorbit/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 +DISTFILES += fixme.sh + +PACKAGES = CSWpyorbit +REQUIRED_PKGS_CSWpyorbit = CSWpython CSWggettextrt CSWglib2 +REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2 + +CATALOGNAME_CSWpyorbit = py_orbit +SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*) + +## No tests +TEST_SCRIPTS = + +include gar/category.mk + +post-configure-modulated: + @(echo "~~~ Fixing Libtool ~~~") + @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) + $(DONADA) Copied: csw/mgar/pkg/pyorbit/trunk/trunk/checksums (from rev 3524, csw/mgar/pkg/pyorbit/trunk/checksums) =================================================================== --- csw/mgar/pkg/pyorbit/trunk/trunk/checksums (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/trunk/checksums 2009-02-28 01:47:44 UTC (rev 3532) @@ -0,0 +1,2 @@ +574593815e75ee6e98062c75d6d1581f download/pyorbit-2.24.0.tar.bz2 +70771682427d524354d50482371edca5 download/fixme.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 02:52:59 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 01:52:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3533] csw/mgar/pkg/pyorbit/trunk/Makefile Message-ID: Revision: 3533 http://gar.svn.sourceforge.net/gar/?rev=3533&view=rev Author: valholla Date: 2009-02-28 01:52:58 +0000 (Sat, 28 Feb 2009) Log Message: ----------- cleanup Added Paths: ----------- csw/mgar/pkg/pyorbit/trunk/Makefile Added: csw/mgar/pkg/pyorbit/trunk/Makefile =================================================================== --- csw/mgar/pkg/pyorbit/trunk/Makefile (rev 0) +++ csw/mgar/pkg/pyorbit/trunk/Makefile 2009-02-28 01:52:58 UTC (rev 3533) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 03:18:19 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 02:18:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[3534] csw/mgar/pkg/pygtk Message-ID: Revision: 3534 http://gar.svn.sourceforge.net/gar/?rev=3534&view=rev Author: valholla Date: 2009-02-28 02:18:19 +0000 (Sat, 28 Feb 2009) Log Message: ----------- cleanup Modified Paths: -------------- csw/mgar/pkg/pygtk/Makefile Removed Paths: ------------- csw/mgar/pkg/pygtk/checksums csw/mgar/pkg/pygtk/files/ Property Changed: ---------------- csw/mgar/pkg/pygtk/ Property changes on: csw/mgar/pkg/pygtk ___________________________________________________________________ Deleted: svn:externals - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/pygtk/Makefile =================================================================== --- csw/mgar/pkg/pygtk/Makefile 2009-02-28 01:52:58 UTC (rev 3533) +++ csw/mgar/pkg/pygtk/Makefile 2009-02-28 02:18:19 UTC (rev 3534) @@ -1,34 +1,15 @@ -GARNAME = pygtk -GARVERSION = 2.12.1 -CATEGORIES = lang +# vim: ft=make ts=4 sw=4 noet -DESCRIPTION = pygtk support for Python -define BLURB - This is a Python language binding for gobject. -endef +default: + @echo "You are in the pkg/ directory." -MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += fixme.sh +%: + $(MAKE) -C trunk $* -PACKAGES = CSWpygtk -REQUIRED_PKGS_CSWpygtk = CSWpython +paranoid-%: + $(MAKE) -C trunk $* || exit 2 -EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0 -EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib +export BUILDLOG ?= $(shell pwd)/buildlog.txt -CATALOGNAME_CSWpygtk = py_gtk -SPKG_DESC_CSWpygtk = pygtk support for Python - -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = (\d+(?:\.\d+)*) - -#TEST_TARGET = check -TEST_SCRIPTS = - -include gar/category.mk - -post-configure-modulated: - @(echo "~~~ Fixing Libtool ~~~") - @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) - $(DONADA) +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Deleted: csw/mgar/pkg/pygtk/checksums =================================================================== --- csw/mgar/pkg/pygtk/checksums 2009-02-28 01:52:58 UTC (rev 3533) +++ csw/mgar/pkg/pygtk/checksums 2009-02-28 02:18:19 UTC (rev 3534) @@ -1,2 +0,0 @@ -a816346d750d61e3fa67a200e4292694 download/pygtk-2.12.1.tar.bz2 -70771682427d524354d50482371edca5 download/fixme.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 12:12:42 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 11:12:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[3535] csw/mgar/gar/v1 Message-ID: Revision: 3535 http://gar.svn.sourceforge.net/gar/?rev=3535&view=rev Author: skayser Date: 2009-02-28 11:12:42 +0000 (Sat, 28 Feb 2009) Log Message: ----------- gar: small fixes to upstream check Modified Paths: -------------- csw/mgar/gar/v1/bin/upstream_watch csw/mgar/gar/v1/gar.lib.mk Modified: csw/mgar/gar/v1/bin/upstream_watch =================================================================== --- csw/mgar/gar/v1/bin/upstream_watch 2009-02-28 02:18:19 UTC (rev 3534) +++ csw/mgar/gar/v1/bin/upstream_watch 2009-02-28 11:12:42 UTC (rev 3535) @@ -90,9 +90,9 @@ $http_proxy_cmd = "set http:proxy $ENV{HTTP_PROXY};" if exists $ENV{HTTP_PROXY}; $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; - open (my $FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); + open (FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/\s+/, $line); my $filename = $cols[$#cols]; chomp ($filename); @@ -103,7 +103,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } @@ -123,24 +123,24 @@ $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; $wget_command = "$http_proxy_cmd ; wget --proxy=on" if exists $ENV{http_proxy_cmd}; - open (my $FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); - if (my $line = <$FH>) { + if (my $line = ) { my @cols = split (/"/, $line); $filename = $cols[3]; chomp ($filename); } else { - close ($FH); + close (FH); return \@file_list; } - close ($FH); + close (FH); $url = "http://downloads.sourceforge.net" . $filename; - open ($FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/>/, $line); my $filename = $cols[2]; chomp ($filename); @@ -150,7 +150,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } Modified: csw/mgar/gar/v1/gar.lib.mk =================================================================== --- csw/mgar/gar/v1/gar.lib.mk 2009-02-28 02:18:19 UTC (rev 3534) +++ csw/mgar/gar/v1/gar.lib.mk 2009-02-28 11:12:42 UTC (rev 3535) @@ -115,9 +115,9 @@ UW_ARGS = $(addprefix -u ,$(UPSTREAM_MASTER_SITES)) SF_ARGS = $(addprefix -s ,$(UPSTREAM_USE_SF)) ifneq ($(UFILES_REGEX), "") - FILES2CHECK = $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) + FILES2CHECK := $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) else - FILES2CHECK = "" + FILES2CHECK := "" endif check-upstream-and-mail: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 12:18:47 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 11:18:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3536] csw/mgar/gar/v2 Message-ID: Revision: 3536 http://gar.svn.sourceforge.net/gar/?rev=3536&view=rev Author: skayser Date: 2009-02-28 11:18:47 +0000 (Sat, 28 Feb 2009) Log Message: ----------- gar: small fixes to upstream check Modified Paths: -------------- csw/mgar/gar/v2/bin/upstream_watch csw/mgar/gar/v2/gar.lib.mk Modified: csw/mgar/gar/v2/bin/upstream_watch =================================================================== --- csw/mgar/gar/v2/bin/upstream_watch 2009-02-28 11:12:42 UTC (rev 3535) +++ csw/mgar/gar/v2/bin/upstream_watch 2009-02-28 11:18:47 UTC (rev 3536) @@ -90,9 +90,9 @@ $http_proxy_cmd = "set http:proxy $ENV{HTTP_PROXY};" if exists $ENV{HTTP_PROXY}; $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; - open (my $FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); + open (FH, "lftp -q -c \"set net:timeout 30; set net:max-retries 16; $ftp_proxy_cmd $http_proxy_cmd open $url/ && ls\" 2>/dev/null |"); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/\s+/, $line); my $filename = $cols[$#cols]; chomp ($filename); @@ -103,7 +103,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } @@ -123,24 +123,24 @@ $http_proxy_cmd = "set http:proxy $ENV{http_proxy};" if exists $ENV{http_proxy}; $wget_command = "$http_proxy_cmd ; wget --proxy=on" if exists $ENV{http_proxy_cmd}; - open (my $FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep class | grep selected | grep li | grep Download | "); - if (my $line = <$FH>) { + if (my $line = ) { my @cols = split (/"/, $line); $filename = $cols[3]; chomp ($filename); } else { - close ($FH); + close (FH); return \@file_list; } - close ($FH); + close (FH); $url = "http://downloads.sourceforge.net" . $filename; - open ($FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); + open (FH, "$wget_command -qO- $url 2>/dev/null | grep $filename | grep package_id= | grep release_id | "); - while (my $line = <$FH>) { + while (my $line = ) { my @cols = split (/>/, $line); my $filename = $cols[2]; chomp ($filename); @@ -150,7 +150,7 @@ push (@file_list, $filename); } - close ($FH); + close (FH); return \@file_list; } Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2009-02-28 11:12:42 UTC (rev 3535) +++ csw/mgar/gar/v2/gar.lib.mk 2009-02-28 11:18:47 UTC (rev 3536) @@ -126,9 +126,9 @@ UW_ARGS = $(addprefix -u ,$(UPSTREAM_MASTER_SITES)) SF_ARGS = $(addprefix -s ,$(UPSTREAM_USE_SF)) ifneq ($(UFILES_REGEX), "") - FILES2CHECK = $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) + FILES2CHECK := $(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/upstream_watch $(UW_ARGS) $(SF_ARGS) $(addsuffix ',$(addprefix ',$(UFILES_REGEX)))) else - FILES2CHECK = "" + FILES2CHECK := "" endif check-upstream-and-mail: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 18:18:59 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 17:18:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[3537] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3537 http://gar.svn.sourceforge.net/gar/?rev=3537&view=rev Author: skayser Date: 2009-02-28 17:18:59 +0000 (Sat, 28 Feb 2009) Log Message: ----------- axel: adjust axelrc path in man page Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 11:18:47 UTC (rev 3536) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 17:18:59 UTC (rev 3537) @@ -33,5 +33,8 @@ @perl -pi -e 's/-Wall//g' $(WORKSRC)/Makefile post-install-modulated: + @perl -pi -e "s#/etc/axelrc#$(sysconfdir)/axelrc#" \ + $(DESTDIR)$(mandir)/man1/axel.1 + $(DESTDIR)$(mandir)/zh_CN/man1/axel.1 @mv $(DESTDIR)$(sysconfdir)/axelrc \ $(DESTDIR)$(sysconfdir)/axelrc.CSW This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 18:20:34 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 17:20:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[3538] csw/mgar/pkg/axel/trunk/Makefile Message-ID: Revision: 3538 http://gar.svn.sourceforge.net/gar/?rev=3538&view=rev Author: skayser Date: 2009-02-28 17:20:34 +0000 (Sat, 28 Feb 2009) Log Message: ----------- axel: adjust axelrc path in man page Modified Paths: -------------- csw/mgar/pkg/axel/trunk/Makefile Modified: csw/mgar/pkg/axel/trunk/Makefile =================================================================== --- csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 17:18:59 UTC (rev 3537) +++ csw/mgar/pkg/axel/trunk/Makefile 2009-02-28 17:20:34 UTC (rev 3538) @@ -34,7 +34,7 @@ post-install-modulated: @perl -pi -e "s#/etc/axelrc#$(sysconfdir)/axelrc#" \ - $(DESTDIR)$(mandir)/man1/axel.1 + $(DESTDIR)$(mandir)/man1/axel.1 \ $(DESTDIR)$(mandir)/zh_CN/man1/axel.1 @mv $(DESTDIR)$(sysconfdir)/axelrc \ $(DESTDIR)$(sysconfdir)/axelrc.CSW This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From valholla at users.sourceforge.net Sat Feb 28 21:59:47 2009 From: valholla at users.sourceforge.net (valholla at users.sourceforge.net) Date: Sat, 28 Feb 2009 20:59:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[3539] csw/mgar/pkg/php5/trunk/extensions Message-ID: Revision: 3539 http://gar.svn.sourceforge.net/gar/?rev=3539&view=rev Author: valholla Date: 2009-02-28 20:59:46 +0000 (Sat, 28 Feb 2009) Log Message: ----------- remove checksum files fro extensions Removed Paths: ------------- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_curl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_dba/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_dom/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_exif/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -7a13dffa630de58490b8841a6b7d84b9 download/exif.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_filter/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_gd/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_hash/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_imap/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_json/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -1db5740b2ca44f43bbfd907992f47393 download/odbc.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -67859a939c6c6f8e94ecc99db7fcf70d download/config.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -5b0554bef9eca4bdcb7d28d1666ce200 download/pgconfig.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_posix/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_readline/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -73c1044ad8545e40e47741d50a253e7c download/forcereadline.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_recode/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -001f4ec594fd8dcac26373ea1cbc0ab0 download/recode.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_session/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1,2 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 -2222ef83e2a09912e107b8b34ec1b340 download/simplexml.diff Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_soap/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xml/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_zip/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 Deleted: csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums 2009-02-28 17:20:34 UTC (rev 3538) +++ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/checksums 2009-02-28 20:59:46 UTC (rev 3539) @@ -1 +0,0 @@ -7380ffecebd95c6edb317ef861229ebd download/php-5.2.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 22:37:57 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 21:37:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[3540] csw/mgar/pkg Message-ID: Revision: 3540 http://gar.svn.sourceforge.net/gar/?rev=3540&view=rev Author: skayser Date: 2009-02-28 21:37:57 +0000 (Sat, 28 Feb 2009) Log Message: ----------- proxytunnel: Initial commit Added Paths: ----------- csw/mgar/pkg/proxytunnel/ csw/mgar/pkg/proxytunnel/branches/ csw/mgar/pkg/proxytunnel/tags/ csw/mgar/pkg/proxytunnel/trunk/ csw/mgar/pkg/proxytunnel/trunk/Makefile csw/mgar/pkg/proxytunnel/trunk/checksums csw/mgar/pkg/proxytunnel/trunk/files/ csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff Property changes on: csw/mgar/pkg/proxytunnel/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/proxytunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:37:57 UTC (rev 3540) @@ -0,0 +1,32 @@ +GARNAME = proxytunnel +GARVERSION = 1.9.0 +CATEGORIES = utils + +DESCRIPTION = Tunnels network connections through a HTTPS proxy +define BLURB + ProxyTunnel is a program that connects stdin and stdout to a server somewhere + on the network, through a standard HTTPS proxy. We mostly use it to tunnel + SSH sessions through HTTP(S) proxies, allowing us to do many things that + wouldn't be possible without ProxyTunnel. +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-$(GARVERSION).tgz +PATCHFILES = patch-Makefile.diff + +PREREQUISITE_PKGS = CSWossldevel +REQUIRED_PKGS = CSWosslrt + +# UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz +# UPSTREAM_MASTER_SITES = + +CONFIGURE_SCRIPTS = +TEST_SCRIPTS = + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + +pre-build-modulated: + @perl -pi -e 's/-DHAVE_GETOPT_LONG//' $(WORKSRC)/Makefile + @perl -pi -e 's/-DSETPROCTITLE -DSPT_TYPE=2//' $(WORKSRC)/Makefile Added: csw/mgar/pkg/proxytunnel/trunk/checksums =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/checksums (rev 0) +++ csw/mgar/pkg/proxytunnel/trunk/checksums 2009-02-28 21:37:57 UTC (rev 3540) @@ -0,0 +1,2 @@ +d74472b89c3f3b3b0abf6bd809ae34c2 download/proxytunnel-1.9.0.tgz +b964acf679e2ea3a24fda6ea67f36581 download/patch-Makefile.diff Added: csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff (rev 0) +++ csw/mgar/pkg/proxytunnel/trunk/files/patch-Makefile.diff 2009-02-28 21:37:57 UTC (rev 3540) @@ -0,0 +1,38 @@ +--- proxytunnel-1.9.0/Makefile 2009-02-28 19:39:24.601040893 +0100 ++++ proxytunnel-1.9.0/Makefile 2009-02-28 19:40:49.405010602 +0100 +@@ -8,13 +8,13 @@ + OPTFLAGS = -DREV=$(shell ./getrev.sh) + + # Comment on non-gnu systems +-OPTFLAGS += -DHAVE_GETOPT_LONG ++#OPTFLAGS += -DHAVE_GETOPT_LONG + + # Comment if you don't have/want ssl + OPTFLAGS += -DUSE_SSL + + # Most systems +-OPTFLAGS += -DSETPROCTITLE -DSPT_TYPE=2 ++#OPTFLAGS += -DSETPROCTITLE -DSPT_TYPE=2 + + # Comment if you don't have this flag + OPTFLAGS += -DSO_REUSEPORT +@@ -46,7 +46,7 @@ + endif + LDFLAGS += $(SSL_LIBS) + +-PREFIX =/usr/local ++PREFIX =/opt/csw + BINDIR = $(PREFIX)/bin + DATADIR = $(PREFIX)/share + MANDIR = $(DATADIR)/man +@@ -76,8 +76,8 @@ + @rm -f $(PROGNAME) $(OBJ) + + install: +- install -Dp -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME) +- install -Dp -m0644 $(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1 ++ ginstall -Dp -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME) ++ ginstall -Dp -m0644 $(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1 + + .c.o: + $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $< This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 22:41:51 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 21:41:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[3541] csw/mgar/pkg/proxytunnel/trunk/Makefile Message-ID: Revision: 3541 http://gar.svn.sourceforge.net/gar/?rev=3541&view=rev Author: skayser Date: 2009-02-28 21:41:51 +0000 (Sat, 28 Feb 2009) Log Message: ----------- proxytunnel: Makefile cleanup Modified Paths: -------------- csw/mgar/pkg/proxytunnel/trunk/Makefile Modified: csw/mgar/pkg/proxytunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:37:57 UTC (rev 3540) +++ csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:41:51 UTC (rev 3541) @@ -26,7 +26,3 @@ CONFIGURE_ARGS = $(DIRPATHS) include gar/category.mk - -pre-build-modulated: - @perl -pi -e 's/-DHAVE_GETOPT_LONG//' $(WORKSRC)/Makefile - @perl -pi -e 's/-DSETPROCTITLE -DSPT_TYPE=2//' $(WORKSRC)/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Sat Feb 28 22:42:46 2009 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Sat, 28 Feb 2009 21:42:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[3542] csw/mgar/pkg/proxytunnel/trunk/Makefile Message-ID: Revision: 3542 http://gar.svn.sourceforge.net/gar/?rev=3542&view=rev Author: skayser Date: 2009-02-28 21:42:43 +0000 (Sat, 28 Feb 2009) Log Message: ----------- proxytunnel: Makefile cleanup Modified Paths: -------------- csw/mgar/pkg/proxytunnel/trunk/Makefile Modified: csw/mgar/pkg/proxytunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:41:51 UTC (rev 3541) +++ csw/mgar/pkg/proxytunnel/trunk/Makefile 2009-02-28 21:42:43 UTC (rev 3542) @@ -14,6 +14,8 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tgz PATCHFILES = patch-Makefile.diff +SPKG_SOURCEURL = http://proxytunnel.sourceforge.net/ + PREREQUISITE_PKGS = CSWossldevel REQUIRED_PKGS = CSWosslrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.