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 @@ + + + + + + + + + + + + +