From rthurner at users.sourceforge.net Tue Jun 1 01:12:50 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Mon, 31 May 2010 23:12:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10056] csw/mgar/pkg/bdb50/trunk/Makefile Message-ID: Revision: 10056 http://gar.svn.sourceforge.net/gar/?rev=10056&view=rev Author: rthurner Date: 2010-05-31 23:12:50 +0000 (Mon, 31 May 2010) Log Message: ----------- bdb50 - suppress bad rpath entries warning Modified Paths: -------------- csw/mgar/pkg/bdb50/trunk/Makefile Modified: csw/mgar/pkg/bdb50/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb50/trunk/Makefile 2010-05-31 20:47:25 UTC (rev 10055) +++ csw/mgar/pkg/bdb50/trunk/Makefile 2010-05-31 23:12:50 UTC (rev 10056) @@ -63,8 +63,6 @@ SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html -RUNTIME_DEP_PKGS_CSWbdb50devel = CSWbdb50 - LICENSE = LICENSE EXTRA_PAX_ARGS += -s ',^\.$(prefix)/docs,.$(BUILD_PREFIX)/share/doc/$(CATALOGNAME_CSWbdb50),' @@ -78,6 +76,17 @@ PKGFILES_CSWbdb50doc = $(PKGFILES_DOC) PKGFILES_CSWbdb50devel = $(PKGFILES_DEVEL) +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/lib|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/v8|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/lib/sparcv9|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib/sparc/64|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7/v9|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/sparc/64|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so + include gar/category.mk LIBS += -lnsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Tue Jun 1 02:08:48 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Tue, 01 Jun 2010 00:08:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[10057] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: Revision: 10057 http://gar.svn.sourceforge.net/gar/?rev=10057&view=rev Author: rthurner Date: 2010-06-01 00:08:48 +0000 (Tue, 01 Jun 2010) Log Message: ----------- subversion: fix checkpkg errors Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2010-05-31 23:12:50 UTC (rev 10056) +++ csw/mgar/pkg/subversion/trunk/Makefile 2010-06-01 00:08:48 UTC (rev 10057) @@ -47,8 +47,7 @@ CATALOGNAME_CSWsvn = subversion CATALOGNAME_CSWsvn-contrib = subversion_contrib CATALOGNAME_CSWsvn-tools = subversion_tools -RUNTIME_DEP_PKGS_CSWsvn = CSWapache2rt -RUNTIME_DEP_PKGS_CSWsvn += CSWbdb48 +RUNTIME_DEP_PKGS_CSWsvn = CSWbdb48 RUNTIME_DEP_PKGS_CSWsvn += CSWexpat RUNTIME_DEP_PKGS_CSWsvn += CSWggettextrt RUNTIME_DEP_PKGS_CSWsvn += CSWiconv @@ -64,42 +63,29 @@ ARCHALL_CSWsvn-devel = 1 PKGFILES_CSWsvn-devel = $(PKGFILES_DEVEL) PKGFILES_CSWsvn-devel += $(docdir)/$(CATALOGNAME_CSWsvn-devel)/changelog.CSW +CHECKPKG_OVERRIDES_CSWsvn-devel += archall-devel-package + PKGFILES_CSWsvn-contrib = $(docdir)/subversion/contrib.* ARCHALL_CSWsvn-contrib = 1 -RUNTIME_DEP_PKGS_CSWsvn-contrib += CSWperl CSWpython -CHECKPKG_OVERRIDES_CSWsvn-contrib += missing-dependency|CSWemacscommon PKGFILES_CSWsvn-tools = $(docdir)/subversion/tools.* ARCHALL_CSWsvn-tools = 1 -RUNTIME_DEP_PKGS_CSWsvn-tools += CSWperl CSWruby CSWpython -CHECKPKG_OVERRIDES_CSWsvn-tools += missing-dependency|CSWemacscommon SPKG_DESC_CSWap2svn = Subversion Modules for Apache 2.2 CATALOGNAME_CSWap2svn = ap2_subversion RUNTIME_DEP_PKGS_CSWap2svn = CSWsvn +RUNTIME_DEP_PKGS_CSWsvn += CSWapache2rt RUNTIME_DEP_PKGS_CSWap2svn += CSWggettextrt RUNTIME_DEP_PKGS_CSWap2svn += CSWiconv PKGFILES_CSWap2svn = $(prefix)/apache2.* PKGFILES_CSWap2svn += $(docdir)/$(CATALOGNAME_CSWap2svn)/changelog.CSW +CHECKPKG_OVERRIDES_CSWsvn-tools += missing-dependency|CSWemacscommon SPKG_DESC_CSWjavasvn = Subversion Java Language Binding CATALOGNAME_CSWjavasvn = javasvn PKGFILES_CSWjavasvn = $(SVNLIB)/.*java.* PKGFILES_CSWjavasvn += $(docdir)/$(CATALOGNAME_CSWjavasvn)/changelog.CSW -RUNTIME_DEP_PKGS_CSWjavasvn += CSWexpat CSWsvn CSWiconv CSWapache2rt -RUNTIME_DEP_PKGS_CSWjavasvn += CSWggettextrt CSWneon CSWoldaprt -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/v8|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/v8|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 SPKG_DESC_CSWpmsvn = Subversion Perl Language Binding CATALOGNAME_CSWpmsvn = pm_subversion @@ -107,31 +93,18 @@ PKGFILES_CSWpmsvn += $(SVNLIB)/.*perl.* PKGFILES_CSWpmsvn += $(mandir)/.*swig_perl.* PKGFILES_CSWpmsvn += $(docdir)/$(CATALOGNAME_CSWpmsvn)/changelog.CSW -RUNTIME_DEP_PKGS_CSWpmsvn += CSWperl CSWexpat CSWsvn CSWiconv CSWapache2rt -RUNTIME_DEP_PKGS_CSWpmsvn += CSWggettextrt CSWoldaprt SPKG_DESC_CSWrbsvn = Subversion Ruby Language Binding CATALOGNAME_CSWrbsvn = rbsvn -RUNTIME_DEP_PKGS_CSWrbsvn = CSWsvn -RUNTIME_DEP_PKGS_CSWrbsvn += CSWruby -RUNTIME_DEP_PKGS_CSWrbsvn += CSWapache2rt -RUNTIME_DEP_PKGS_CSWrbsvn += CSWexpat -RUNTIME_DEP_PKGS_CSWrbsvn += CSWggettextrt -RUNTIME_DEP_PKGS_CSWrbsvn += CSWiconv -RUNTIME_DEP_PKGS_CSWrbsvn += CSWoldaprt PKGFILES_CSWrbsvn = $(libdir)/ruby.* PKGFILES_CSWrbsvn += $(SVNLIB)/.*swig_ruby.* PKGFILES_CSWrbsvn += $(docdir)/$(CATALOGNAME_CSWrbsvn)/changelog.CSW SPKG_DESC_CSWpythonsvn = Subversion Python Language Binding CATALOGNAME_CSWpythonsvn = pythonsvn -RUNTIME_DEP_PKGS_CSWpythonsvn = CSWexpat CSWpython CSWsvn CSWiconv -RUNTIME_DEP_PKGS_CSWpythonsvn += CSWapache2rt CSWggettextrt CSWoldaprt PKGFILES_CSWpythonsvn = $(libdir)/python.* PKGFILES_CSWpythonsvn += $(SVNLIB)/.*swig_py.* PKGFILES_CSWpythonsvn += $(docdir)/$(CATALOGNAME_CSWpythonsvn)/changelog.CSW -CHECKPKG_OVERRIDES_CSWpythonsvn += pkgname-does-not-start-with-CSWpy- -CHECKPKG_OVERRIDES_CSWpythonsvn += catalogname-does-not-start-with-py_ DISTFILES += CSWsvn.checkinstall 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 Jun 1 02:28:11 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 01 Jun 2010 00:28:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[10059] csw/mgar/pkg/cswutils/trunk/checksums Message-ID: Revision: 10059 http://gar.svn.sourceforge.net/gar/?rev=10059&view=rev Author: bdwalton Date: 2010-06-01 00:28:11 +0000 (Tue, 01 Jun 2010) Log Message: ----------- cswutils: update checksums Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-01 00:26:25 UTC (rev 10058) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-01 00:28:11 UTC (rev 10059) @@ -5,7 +5,7 @@ 9a637f6546cc50974159a987302d91c0 cpan2pkg 93b6a811d303ce3be0050c5a7b3c8e69 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 -ab6da685ca1ba45003e1a90a831a5883 opencsw.py +db1023c820a48161832687c20fcd0d70 opencsw.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg 8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8 d83f47f61a12b29ba50a5e83944fe4ff submitpkg 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 Jun 1 02:26:25 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 01 Jun 2010 00:26:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10058] csw/mgar/pkg/cswutils/trunk/Makefile Message-ID: Revision: 10058 http://gar.svn.sourceforge.net/gar/?rev=10058&view=rev Author: bdwalton Date: 2010-06-01 00:26:25 +0000 (Tue, 01 Jun 2010) Log Message: ----------- cswutils: tweak install mode on submitpkg Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-01 00:08:48 UTC (rev 10057) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-01 00:26:25 UTC (rev 10058) @@ -75,7 +75,7 @@ @ginstall -d $(DESTDIR)$(libdir)/python/csw @ginstall -m 644 $(WORKSRC)/opencsw.py \ $(DESTDIR)$(libdir)/python/csw/opencsw.py - @ginstall -m 644 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg + @ginstall -m 755 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg @for f in $(SVN_FILES); do \ ginstall -m 755 $(WORKSRC)/$${f}-r$(SVN_REV) \ $(DESTDIR)$(libdir)/python/csw/$${f}; \ 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 Jun 1 02:34:37 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 01 Jun 2010 00:34:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10060] csw/mgar/pkg/cswutils/trunk/Makefile Message-ID: Revision: 10060 http://gar.svn.sourceforge.net/gar/?rev=10060&view=rev Author: bdwalton Date: 2010-06-01 00:34:37 +0000 (Tue, 01 Jun 2010) Log Message: ----------- cswutils: add new checkpkg overrides Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-01 00:28:11 UTC (rev 10059) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-01 00:34:37 UTC (rev 10060) @@ -44,6 +44,8 @@ CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWfakeroot CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmyaml CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmlibwww +CHECKPKG_OVERRIDES_CSWcswutils += pkgname-does-not-start-with-CSWpy- +CHECKPKG_OVERRIDES_CSWcswutils += catalogname-does-not-start-with-py_ include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 1 13:54:53 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 01 Jun 2010 11:54:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[10061] csw/mgar/gar/v2/lib/python Message-ID: Revision: 10061 http://gar.svn.sourceforge.net/gar/?rev=10061&view=rev Author: wahwah Date: 2010-06-01 11:54:53 +0000 (Tue, 01 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, removing the check for init script location, there's a suspicion of the current policy leading to broken packages. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/package_checks.py csw/mgar/gar/v2/lib/python/package_checks_test.py Modified: csw/mgar/gar/v2/lib/python/package_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-01 00:34:37 UTC (rev 10060) +++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-01 11:54:53 UTC (rev 10061) @@ -168,14 +168,18 @@ error_mgr.ReportError( "init-file-missing-cswinitsmf-class", "%s class=%s" % (entry["path"], entry["class"])) - if "/etc/opt/csw/init.d" in entry["path"]: - messenger.Message("Init files should go into /opt/csw/etc/init.d, " - "not /etc/opt/csw/init.d.") - error_mgr.ReportError( - "init-file-wrong-location", - entry["path"]) + # This is not an error, in fact, putting files into + # /opt/csw/etc/init.d breaks packages. + # + # if "/etc/opt/csw/init.d" in entry["path"]: + # messenger.Message("Init files should go into /opt/csw/etc/init.d, " + # "not /etc/opt/csw/init.d.") + # error_mgr.ReportError( + # "init-file-wrong-location", + # entry["path"]) + def SetCheckLibraries(pkgs_data, error_mgr, logger, messenger): """Second version of the library checking code. Modified: csw/mgar/gar/v2/lib/python/package_checks_test.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-01 00:34:37 UTC (rev 10060) +++ csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-01 11:54:53 UTC (rev 10061) @@ -142,7 +142,8 @@ "type": "f", "user": "root" }) - self.error_mgr_mock.ReportError('init-file-wrong-location', '/etc/opt/csw/init.d/foo') + # This is not an error. + # self.error_mgr_mock.ReportError('init-file-wrong-location', '/etc/opt/csw/init.d/foo') class TestCatalognameLowercase_1(CheckpkgUnitTestHelper, unittest.TestCase): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 1 14:06:23 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 01 Jun 2010 12:06:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[10062] csw/mgar/pkg/cups/trunk/Makefile Message-ID: Revision: 10062 http://gar.svn.sourceforge.net/gar/?rev=10062&view=rev Author: wahwah Date: 2010-06-01 12:06:23 +0000 (Tue, 01 Jun 2010) Log Message: ----------- cups: Fixing the problem with cupsd not started in non-global zones. Modified Paths: -------------- csw/mgar/pkg/cups/trunk/Makefile Modified: csw/mgar/pkg/cups/trunk/Makefile =================================================================== --- csw/mgar/pkg/cups/trunk/Makefile 2010-06-01 11:54:53 UTC (rev 10061) +++ csw/mgar/pkg/cups/trunk/Makefile 2010-06-01 12:06:23 UTC (rev 10062) @@ -79,7 +79,6 @@ ARCHALL_CSWcups = 1 ARCHALL_CSWcupslinks = 1 ARCHALL_CSWcupsdoc = 1 -ARCHALL_CSWcupsdev = 1 RUNTIME_DEP_PKGS_CSWcups = CSWcupsd CSWcupsclient RUNTIME_DEP_PKGS_CSWcupsclient += CSWgnutls @@ -108,7 +107,7 @@ PKGFILES_CSWcupsdev += $(bindir)/cups-config PKGFILES_CSWcupsdev += $(datadir)/cups/ppdc.* PKGFILES_CSWcupsdev += $(datadir)/cups/drv.* -PKGFILES_CSWcupsd += $(prefix)/etc/init\.d/.* +PKGFILES_CSWcupsd += $(sysconfdir)/init\.d/.* PKGFILES_CSWcupsd += $(sysconfdir)/rc.* PKGFILES_CSWcupsd += $(sysconfdir)/cups/cupsd.* PKGFILES_CSWcupsd += $(sysconfdir)/cups/interfaces.* @@ -164,7 +163,7 @@ # http://lists.opencsw.org/pipermail/maintainers/2009-September/004249.html SAMPLECONF_CSWcupsd = $(sysconfdir)/cups/cupsd\.conf\.CSW SAMPLECONF_CSWcupsclient += $(sysconfdir)/cups/client\.conf\.CSW -INITSMF = $(prefix)/etc/init\.d/cswcups +INITSMF = $(sysconfdir)/init\.d/cswcups LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib @@ -173,8 +172,12 @@ CONFIGURE_ARGS += --localedir=$(datadir)/locale CONFIGURE_ARGS += --with-rcdir=$(sysconfdir) CONFIGURE_ARGS += --with-icondir=$(datadir)/icons -CONFIGURE_ARGS += --with-rcdir=/opt/csw/etc +# This breaks non-global sparse zone support. The class action script is +# executed in the global zone, but not in the non-global zones, if /opt is +# shared. +# CONFIGURE_ARGS += --with-rcdir=/opt/csw/etc + CONFIGURE_ARGS_DBG = --enable-debug CONFIGURE_ARGS_DBG += --enable-debug-guards CONFIGURE_ARGS_DBG += --enable-debug-printfs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 1 19:00:37 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 01 Jun 2010 17:00:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10063] csw/mgar/pkg/puppet/branches/puppet-0.25.x Message-ID: Revision: 10063 http://gar.svn.sourceforge.net/gar/?rev=10063&view=rev Author: wahwah Date: 2010-06-01 17:00:36 +0000 (Tue, 01 Jun 2010) Log Message: ----------- puppet: Updated the cron job to point at /opt/csw/sbin Modified Paths: -------------- csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root Modified: csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums =================================================================== --- csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums 2010-06-01 12:06:23 UTC (rev 10062) +++ csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums 2010-06-01 17:00:36 UTC (rev 10063) @@ -1,6 +1,6 @@ abaa404420106f9f28e9e1218b4e365b 0001-pkgutil-support.patch 9c27c0cdca051eae986b56b91ef889ca 0002-Using-the-single-option-of-pkgutil.patch -a2e6cf46cc564d1b70ddaf90eec1349d CSWpuppet.cron.root +b1f8124703bf7b2ecd81d25ee5224e0d CSWpuppet.cron.root 0af8b2be6a2c9ecc6bb4a1878fcbefec cswpuppetd aba2c79e589b9bd1c881a22aa663a213 cswpuppetmasterd 3ab0d4f9801075bc78b68b766b496fc7 cswusergroup Modified: csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root =================================================================== --- csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root 2010-06-01 12:06:23 UTC (rev 10062) +++ csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root 2010-06-01 17:00:36 UTC (rev 10063) @@ -1 +1 @@ -30 * * * * /opt/csw/bin/puppetd --no-daemon +0,30 * * * * /opt/csw/sbin/puppetd --no-daemon This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Tue Jun 1 21:11:01 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Tue, 01 Jun 2010 19:11:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[10064] csw/mgar/pkg/mercurial/trunk Message-ID: Revision: 10064 http://gar.svn.sourceforge.net/gar/?rev=10064&view=rev Author: rthurner Date: 2010-06-01 19:11:01 +0000 (Tue, 01 Jun 2010) Log Message: ----------- mercurial - upgrade to hg-1.5.4 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile csw/mgar/pkg/mercurial/trunk/checksums Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2010-06-01 17:00:36 UTC (rev 10063) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2010-06-01 19:11:01 UTC (rev 10064) @@ -1,5 +1,5 @@ GARNAME = mercurial -GARVERSION = 1.5.3 +GARVERSION = 1.5.4 CATEGORIES = python DESCRIPTION = Fast, lightweight Source Control Management system Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2010-06-01 17:00:36 UTC (rev 10063) +++ csw/mgar/pkg/mercurial/trunk/checksums 2010-06-01 19:11:01 UTC (rev 10064) @@ -1 +1 @@ -0969b8109f1b5a9c4debf985cca938f9 mercurial-1.5.3.tar.gz +db0d673000463fae1ca5cb8a202315ae mercurial-1.5.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Wed Jun 2 02:40:44 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 02 Jun 2010 00:40:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[10065] csw/mgar/pkg/cswutils/trunk Message-ID: Revision: 10065 http://gar.svn.sourceforge.net/gar/?rev=10065&view=rev Author: bdwalton Date: 2010-06-02 00:40:43 +0000 (Wed, 02 Jun 2010) Log Message: ----------- cswutils: add required library checkpkg.py Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-01 19:11:01 UTC (rev 10064) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 00:40:43 UTC (rev 10065) @@ -20,8 +20,9 @@ DISTFILES += stagepkg stagepkg.8 DISTFILES += stagepkg stagepkg.8 DISTFILES += $(foreach F,$(SVN_FILES),$(F)-r$(SVN_REV)) -DISTFILES += opencsw.py submitpkg +DISTFILES += opencsw.py checkpkg.py submitpkg + RUNTIME_DEP_PKGS = CSWcoreutils CSWfakeroot CSWperl RUNTIME_DEP_PKGS += CSWpmyaml CSWpmlibwww CSWpmhtmltree RUNTIME_DEP_PKGS += CSWpython @@ -59,6 +60,10 @@ ln -s $(abspath gar/lib/python/opencsw.py) $(DOWNLOADDIR)/ @$(MAKECOOKIE) +$(DOWNLOADDIR)/checkpkg.py: + ln -s $(abspath gar/lib/python/checkpkg.py) $(DOWNLOADDIR)/ + @$(MAKECOOKIE) + $(DOWNLOADDIR)/submitpkg: ln -s $(abspath gar/bin/submitpkg) $(DOWNLOADDIR)/ @$(MAKECOOKIE) @@ -75,8 +80,8 @@ @ginstall $(WORKSRC)/createpkg.8 $(DESTDIR)$(mandir)/man8/ @ginstall $(WORKSRC)/stagepkg.8 $(DESTDIR)$(mandir)/man8/ @ginstall -d $(DESTDIR)$(libdir)/python/csw - @ginstall -m 644 $(WORKSRC)/opencsw.py \ - $(DESTDIR)$(libdir)/python/csw/opencsw.py + @ginstall -m 644 $(WORKSRC)/opencsw.py $(WORKSRC)/checkpkg.py \ + $(DESTDIR)$(libdir)/python/csw/ @ginstall -m 755 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg @for f in $(SVN_FILES); do \ ginstall -m 755 $(WORKSRC)/$${f}-r$(SVN_REV) \ Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-01 19:11:01 UTC (rev 10064) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-02 00:40:43 UTC (rev 10065) @@ -1,6 +1,7 @@ 091b12575ebc0e45cf8c3d8b43d8b638 COPYING 59c261b5337c61ddda9146a2a97efc3d checkpkg 6ec3b6597e04714430987ccc199db3c4 checkpkg.8 +c7dfd7d9204b4e4f066eb33255c6e218 checkpkg.py 2b5e6e6219b9ad9e48bcd119bd8a5f39 compare_pkgs.py-r133 9a637f6546cc50974159a987302d91c0 cpan2pkg 93b6a811d303ce3be0050c5a7b3c8e69 createpkg 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 Jun 2 02:45:15 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 02 Jun 2010 00:45:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10066] csw/mgar/pkg/cswutils/trunk/Makefile Message-ID: Revision: 10066 http://gar.svn.sourceforge.net/gar/?rev=10066&view=rev Author: bdwalton Date: 2010-06-02 00:45:15 +0000 (Wed, 02 Jun 2010) Log Message: ----------- cswutils: more checkpkg overrides Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 00:40:43 UTC (rev 10065) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 00:45:15 UTC (rev 10066) @@ -47,6 +47,8 @@ CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmlibwww CHECKPKG_OVERRIDES_CSWcswutils += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWcswutils += catalogname-does-not-start-with-py_ +CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/lib/python/csw/checkpkg.py +CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/opt/build|root/opt/csw/lib/python/csw/checkpkg.py include gar/category.mk 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 Jun 2 02:51:35 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 02 Jun 2010 00:51:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10067] csw/mgar/pkg/cswutils/trunk/Makefile Message-ID: Revision: 10067 http://gar.svn.sourceforge.net/gar/?rev=10067&view=rev Author: bdwalton Date: 2010-06-02 00:51:34 +0000 (Wed, 02 Jun 2010) Log Message: ----------- cswutils: recursive overrides! Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 00:45:15 UTC (rev 10066) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 00:51:34 UTC (rev 10067) @@ -49,6 +49,8 @@ CHECKPKG_OVERRIDES_CSWcswutils += catalogname-does-not-start-with-py_ CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/lib/python/csw/checkpkg.py CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/opt/build|root/opt/csw/lib/python/csw/checkpkg.py +CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/share/checkpkg/overrides/cswutils +CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/opt/build|root/opt/csw/share/checkpkg/overrides/cswutils include gar/category.mk 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 Jun 2 03:59:26 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 02 Jun 2010 01:59:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[10068] csw/mgar/pkg/cswutils/trunk Message-ID: Revision: 10068 http://gar.svn.sourceforge.net/gar/?rev=10068&view=rev Author: bdwalton Date: 2010-06-02 01:59:26 +0000 (Wed, 02 Jun 2010) Log Message: ----------- cswutils: import more of the gar .py libraries Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 00:51:34 UTC (rev 10067) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 01:59:26 UTC (rev 10068) @@ -20,7 +20,7 @@ DISTFILES += stagepkg stagepkg.8 DISTFILES += stagepkg stagepkg.8 DISTFILES += $(foreach F,$(SVN_FILES),$(F)-r$(SVN_REV)) -DISTFILES += opencsw.py checkpkg.py submitpkg +DISTFILES += opencsw.py checkpkg.py submit_to_newpkgs.py RUNTIME_DEP_PKGS = CSWcoreutils CSWfakeroot CSWperl @@ -68,10 +68,11 @@ ln -s $(abspath gar/lib/python/checkpkg.py) $(DOWNLOADDIR)/ @$(MAKECOOKIE) -$(DOWNLOADDIR)/submitpkg: - ln -s $(abspath gar/bin/submitpkg) $(DOWNLOADDIR)/ +$(DOWNLOADDIR)/submit_to_newpkgs.py: + ln -s $(abspath gar/lib/python/submit_to_newpkgs.py) $(DOWNLOADDIR)/ @$(MAKECOOKIE) + install-custom: @ginstall -d $(DESTDIR)$(bindir) @ginstall $(WORKSRC)/checkpkg $(DESTDIR)$(bindir) @@ -84,12 +85,13 @@ @ginstall $(WORKSRC)/createpkg.8 $(DESTDIR)$(mandir)/man8/ @ginstall $(WORKSRC)/stagepkg.8 $(DESTDIR)$(mandir)/man8/ @ginstall -d $(DESTDIR)$(libdir)/python/csw - @ginstall -m 644 $(WORKSRC)/opencsw.py $(WORKSRC)/checkpkg.py \ + @ginstall -m 755 $(WORKSRC)/opencsw.py $(WORKSRC)/checkpkg.py \ + $(WORKSRC)/submit_to_newpkgs.py \ $(DESTDIR)$(libdir)/python/csw/ - @ginstall -m 755 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg @for f in $(SVN_FILES); do \ ginstall -m 755 $(WORKSRC)/$${f}-r$(SVN_REV) \ $(DESTDIR)$(libdir)/python/csw/$${f}; \ done @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/comparepkg + @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/submitpkg @$(MAKECOOKIE) Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-02 00:51:34 UTC (rev 10067) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-02 01:59:26 UTC (rev 10068) @@ -9,4 +9,4 @@ db1023c820a48161832687c20fcd0d70 opencsw.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg 8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8 -d83f47f61a12b29ba50a5e83944fe4ff submitpkg +d83f47f61a12b29ba50a5e83944fe4ff submit_to_newpkgs.py 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 Jun 2 11:08:55 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 02 Jun 2010 09:08:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[10069] csw/mgar/pkg/di/trunk Message-ID: Revision: 10069 http://gar.svn.sourceforge.net/gar/?rev=10069&view=rev Author: dmichelsen Date: 2010-06-02 09:08:55 +0000 (Wed, 02 Jun 2010) Log Message: ----------- di: Bump to 4.24 and add some build fixes Modified Paths: -------------- csw/mgar/pkg/di/trunk/Makefile csw/mgar/pkg/di/trunk/checksums Modified: csw/mgar/pkg/di/trunk/Makefile =================================================================== --- csw/mgar/pkg/di/trunk/Makefile 2010-06-02 01:59:26 UTC (rev 10068) +++ csw/mgar/pkg/di/trunk/Makefile 2010-06-02 09:08:55 UTC (rev 10069) @@ -1,5 +1,5 @@ GARNAME = di -GARVERSION = 4.16 +GARVERSION = 4.24 CATEGORIES = utils DESCRIPTION = Disk information utility @@ -16,7 +16,18 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +DEP_PKGS = CSWggettextrt + +LICENSE = LICENSE + CONFIGURE_SCRIPTS = +TEST_SCRIPTS = + +INSTALL_OVERRIDE_DIRS = prefix + include gar/category.mk +pre-install-modulated: + ginstall -d $(DESTDIR)$(bindir) + @$(MAKECOOKIE) Modified: csw/mgar/pkg/di/trunk/checksums =================================================================== --- csw/mgar/pkg/di/trunk/checksums 2010-06-02 01:59:26 UTC (rev 10068) +++ csw/mgar/pkg/di/trunk/checksums 2010-06-02 09:08:55 UTC (rev 10069) @@ -1 +1 @@ -a035972d3f90bc8390b19461156ee4ea di-4.16.tar.gz +f16a3829a4666696d4e139cecfa9e225 di-4.24.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 2 12:37:25 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 02 Jun 2010 10:37:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10070] csw/mgar/gar/v2/lib/python Message-ID: Revision: 10070 http://gar.svn.sourceforge.net/gar/?rev=10070&view=rev Author: wahwah Date: 2010-06-02 10:37:25 +0000 (Wed, 02 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, throwing an error for init files under /opt, and pointing to the thread on maintainers mailing list. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/package_checks.py csw/mgar/gar/v2/lib/python/package_checks_test.py Modified: csw/mgar/gar/v2/lib/python/package_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-02 09:08:55 UTC (rev 10069) +++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-02 10:37:25 UTC (rev 10070) @@ -171,15 +171,16 @@ # This is not an error, in fact, putting files into # /opt/csw/etc/init.d breaks packages. - # - # if "/etc/opt/csw/init.d" in entry["path"]: - # messenger.Message("Init files should go into /opt/csw/etc/init.d, " - # "not /etc/opt/csw/init.d.") - # error_mgr.ReportError( - # "init-file-wrong-location", - # entry["path"]) + if "/opt/csw/etc/init.d" in entry["path"]: + messenger.Message("Init files under /opt result in broken packages, " + "see http://lists.opencsw.org/pipermail/maintainers/" + "2010-June/012145.html") + error_mgr.ReportError( + "init-file-wrong-location", + entry["path"]) + def SetCheckLibraries(pkgs_data, error_mgr, logger, messenger): """Second version of the library checking code. Modified: csw/mgar/gar/v2/lib/python/package_checks_test.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-02 09:08:55 UTC (rev 10069) +++ csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-02 10:37:25 UTC (rev 10070) @@ -109,12 +109,12 @@ "group": "bin", "line": "1 f none /opt/csw/etc/init.d/foo 0644 root bin 36372 24688 1266395027", "mode": '0755', - "path": "/opt/csw/etc/init.d/foo", + "path": "/etc/opt/csw/init.d/foo", "type": "f", "user": "root" }) self.error_mgr_mock.ReportError('init-file-missing-cswinitsmf-class', - '/opt/csw/etc/init.d/foo class=none') + '/etc/opt/csw/init.d/foo class=none') class TestCheckCheckSmfIntegrationGood(CheckpkgUnitTestHelper, unittest.TestCase): FUNCTION_NAME = 'CheckSmfIntegration' @@ -124,7 +124,7 @@ "group": "bin", "line": "1 f none /opt/csw/etc/init.d/foo 0644 root bin 36372 24688 1266395027", "mode": '0755', - "path": "/opt/csw/etc/init.d/foo", + "path": "/etc/opt/csw/init.d/foo", "type": "f", "user": "root" }) @@ -138,12 +138,11 @@ "group": "bin", "line": "1 f none /etc/opt/csw/init.d/foo 0644 root bin 36372 24688 1266395027", "mode": '0755', - "path": "/etc/opt/csw/init.d/foo", + "path": "/opt/csw/etc/init.d/foo", "type": "f", "user": "root" }) - # This is not an error. - # self.error_mgr_mock.ReportError('init-file-wrong-location', '/etc/opt/csw/init.d/foo') + self.error_mgr_mock.ReportError('init-file-wrong-location', '/opt/csw/etc/init.d/foo') class TestCatalognameLowercase_1(CheckpkgUnitTestHelper, unittest.TestCase): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Wed Jun 2 13:58:44 2010 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Wed, 02 Jun 2010 11:58:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[10071] csw/mgar/pkg Message-ID: Revision: 10071 http://gar.svn.sourceforge.net/gar/?rev=10071&view=rev Author: skayser Date: 2010-06-02 11:58:43 +0000 (Wed, 02 Jun 2010) Log Message: ----------- snmptt: initial commit Added Paths: ----------- csw/mgar/pkg/snmptt/ csw/mgar/pkg/snmptt/branches/ csw/mgar/pkg/snmptt/tags/ csw/mgar/pkg/snmptt/trunk/ csw/mgar/pkg/snmptt/trunk/Makefile csw/mgar/pkg/snmptt/trunk/checksums csw/mgar/pkg/snmptt/trunk/files/ Property changes on: csw/mgar/pkg/snmptt/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/snmptt/trunk/Makefile =================================================================== --- csw/mgar/pkg/snmptt/trunk/Makefile (rev 0) +++ csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 11:58:43 UTC (rev 10071) @@ -0,0 +1,53 @@ +# TODO +# * Add init script +GARNAME = snmptt +GARVERSION = 1.3 +CATEGORIES = apps + +DESCRIPTION = SNMP trap handler for use with the snmptrad program +define BLURB +endef + +VENDOR_URL = http://snmptt.sourceforge.net/ +MASTER_SITES = $(SF_MIRRORS) +DISTNAME = $(GARNAME)_$(GARVERSION) +DISTFILES = $(GARNAME)_$(GARVERSION).tgz +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +RUNTIME_DEP_PKGS = CSWperl CSWpmcfginifls + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +SAMPLECONF = /etc/opt/csw/snmptt.ini + +include gar/category.mk + +install-custom: BIN=snmpttconvertmib +install-custom: SBIN=snmptt snmptthandler +install-custom: DOCS=ChangeLog +install-custom: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME) +install-custom: + ginstall -d $(DESTDIR)$(bindir) + ginstall -d $(DESTDIR)$(sbindir) + ginstall -d $(DESTDIR)/etc/opt/csw/ + ginstall -d $(DESTDIR)/var/opt/csw/log/snmptt + ginstall -d $(DESTDIR)/var/opt/csw/spool/snmptt/ + ginstall -d $(DOCDEST) $(DOCDEST)/examples + + ginstall -m 755 $(addprefix $(WORKSRC)/, $(BIN)) $(DESTDIR)$(bindir) + ginstall -m 755 $(addprefix $(WORKSRC)/,$(SBIN)) $(DESTDIR)$(sbindir) + gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(bindir)/* + gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(sbindir)/* + + cp $(WORKSRC)/snmptt.ini > $(DESTDIR)/etc/opt/csw/snmptt.ini + gsed \ + -e 's,/var/,/var/opt/csw/,' \ + -e 's,/var/opt/csw/run/snmptt.pid,/var/run/cswsnmptt.pid,' \ + $(DESTDIR)/etc/opt/csw/snmptt.ini + + cp $(WORKSRC)/examples/* $(WORKSRC)/sample-* $(DOCDEST)/examples + cp $(WORKSRC)/docs/* $(DOCDEST) + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/snmptt/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/snmptt/trunk/checksums =================================================================== --- csw/mgar/pkg/snmptt/trunk/checksums (rev 0) +++ csw/mgar/pkg/snmptt/trunk/checksums 2010-06-02 11:58:43 UTC (rev 10071) @@ -0,0 +1 @@ +ee8d8206d3e0d860fee126e09d8eb207 snmptt_1.3.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Wed Jun 2 17:41:10 2010 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Wed, 02 Jun 2010 15:41:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10072] csw/mgar/pkg/snmptt/trunk/Makefile Message-ID: Revision: 10072 http://gar.svn.sourceforge.net/gar/?rev=10072&view=rev Author: skayser Date: 2010-06-02 15:41:10 +0000 (Wed, 02 Jun 2010) Log Message: ----------- snmptt: fixes, archall, and checkpkg overrides Modified Paths: -------------- csw/mgar/pkg/snmptt/trunk/Makefile Modified: csw/mgar/pkg/snmptt/trunk/Makefile =================================================================== --- csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 11:58:43 UTC (rev 10071) +++ csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 15:41:10 UTC (rev 10072) @@ -14,6 +14,7 @@ DISTFILES = $(GARNAME)_$(GARVERSION).tgz UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +ARCHALL = 1 RUNTIME_DEP_PKGS = CSWperl CSWpmcfginifls CONFIGURE_SCRIPTS = @@ -23,6 +24,9 @@ SAMPLECONF = /etc/opt/csw/snmptt.ini +CHECKPKG_OVERRIDES_CSWsnmptt += surplus-dependency|CSWperl +CHECKPKG_OVERRIDES_CSWsnmptt += surplus-dependency|CSWpmcfginifls + include gar/category.mk install-custom: BIN=snmpttconvertmib @@ -42,7 +46,7 @@ gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(bindir)/* gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(sbindir)/* - cp $(WORKSRC)/snmptt.ini > $(DESTDIR)/etc/opt/csw/snmptt.ini + cp $(WORKSRC)/snmptt.ini $(DESTDIR)/etc/opt/csw/snmptt.ini gsed \ -e 's,/var/,/var/opt/csw/,' \ -e 's,/var/opt/csw/run/snmptt.pid,/var/run/cswsnmptt.pid,' \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Wed Jun 2 18:07:47 2010 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Wed, 02 Jun 2010 16:07:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10073] csw/mgar/pkg/snmptt/trunk/Makefile Message-ID: Revision: 10073 http://gar.svn.sourceforge.net/gar/?rev=10073&view=rev Author: skayser Date: 2010-06-02 16:07:46 +0000 (Wed, 02 Jun 2010) Log Message: ----------- snmptt: path and config file fixes Modified Paths: -------------- csw/mgar/pkg/snmptt/trunk/Makefile Modified: csw/mgar/pkg/snmptt/trunk/Makefile =================================================================== --- csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 15:41:10 UTC (rev 10072) +++ csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 16:07:46 UTC (rev 10073) @@ -22,11 +22,14 @@ TEST_SCRIPTS = INSTALL_SCRIPTS = custom -SAMPLECONF = /etc/opt/csw/snmptt.ini +SAMPLECONF = /etc/opt/csw/snmptt.ini /etc/opt/csw/snmptt.conf CHECKPKG_OVERRIDES_CSWsnmptt += surplus-dependency|CSWperl CHECKPKG_OVERRIDES_CSWsnmptt += surplus-dependency|CSWpmcfginifls +sysconfdir=/etc/opt/csw +localstatedir=/var/opt/csw + include gar/category.mk install-custom: BIN=snmpttconvertmib @@ -36,9 +39,9 @@ install-custom: ginstall -d $(DESTDIR)$(bindir) ginstall -d $(DESTDIR)$(sbindir) - ginstall -d $(DESTDIR)/etc/opt/csw/ - ginstall -d $(DESTDIR)/var/opt/csw/log/snmptt - ginstall -d $(DESTDIR)/var/opt/csw/spool/snmptt/ + ginstall -d $(DESTDIR)$(sysconfdir)/snmp + ginstall -d $(DESTDIR)$(localstatedir)/log/snmptt + ginstall -d $(DESTDIR)$(localstatedir)/spool/snmptt/ ginstall -d $(DOCDEST) $(DOCDEST)/examples ginstall -m 755 $(addprefix $(WORKSRC)/, $(BIN)) $(DESTDIR)$(bindir) @@ -46,11 +49,14 @@ gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(bindir)/* gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(sbindir)/* - cp $(WORKSRC)/snmptt.ini $(DESTDIR)/etc/opt/csw/snmptt.ini - gsed \ + cp $(WORKSRC)/snmptt.ini $(DESTDIR)$(sysconfdir)/snmp/snmptt.ini + gsed -i \ + -e 's,/etc/snmp/,/etc/opt/csw/snmp/,' \ -e 's,/var/,/var/opt/csw/,' \ -e 's,/var/opt/csw/run/snmptt.pid,/var/run/cswsnmptt.pid,' \ - $(DESTDIR)/etc/opt/csw/snmptt.ini + $(DESTDIR)$(sysconfdir)/snmp/snmptt.ini + cp $(WORKSRC)/examples/snmptt.conf.generic \ + $(DESTDIR)$(sysconfdir)/snmp/snmptt.conf cp $(WORKSRC)/examples/* $(WORKSRC)/sample-* $(DOCDEST)/examples cp $(WORKSRC)/docs/* $(DOCDEST) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Wed Jun 2 18:20:32 2010 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Wed, 02 Jun 2010 16:20:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10074] csw/mgar/pkg/snmptt/trunk/Makefile Message-ID: Revision: 10074 http://gar.svn.sourceforge.net/gar/?rev=10074&view=rev Author: skayser Date: 2010-06-02 16:20:31 +0000 (Wed, 02 Jun 2010) Log Message: ----------- snmptt: even more path fixes Modified Paths: -------------- csw/mgar/pkg/snmptt/trunk/Makefile Modified: csw/mgar/pkg/snmptt/trunk/Makefile =================================================================== --- csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 16:07:46 UTC (rev 10073) +++ csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 16:20:31 UTC (rev 10074) @@ -42,12 +42,13 @@ ginstall -d $(DESTDIR)$(sysconfdir)/snmp ginstall -d $(DESTDIR)$(localstatedir)/log/snmptt ginstall -d $(DESTDIR)$(localstatedir)/spool/snmptt/ - ginstall -d $(DOCDEST) $(DOCDEST)/examples ginstall -m 755 $(addprefix $(WORKSRC)/, $(BIN)) $(DESTDIR)$(bindir) ginstall -m 755 $(addprefix $(WORKSRC)/,$(SBIN)) $(DESTDIR)$(sbindir) - gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(bindir)/* - gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(sbindir)/* + gsed -i \ + -e 's,/usr/bin/perl,/opt/csw/bin/perl,' \ + -e 's,/etc/snmp/,$(sysconfdir)/snmp/,' \ + $(DESTDIR)$(bindir)/* $(DESTDIR)$(sbindir)/* cp $(WORKSRC)/snmptt.ini $(DESTDIR)$(sysconfdir)/snmp/snmptt.ini gsed -i \ @@ -58,6 +59,5 @@ cp $(WORKSRC)/examples/snmptt.conf.generic \ $(DESTDIR)$(sysconfdir)/snmp/snmptt.conf - cp $(WORKSRC)/examples/* $(WORKSRC)/sample-* $(DOCDEST)/examples cp $(WORKSRC)/docs/* $(DOCDEST) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From hson at users.sourceforge.net Wed Jun 2 23:00:19 2010 From: hson at users.sourceforge.net (hson at users.sourceforge.net) Date: Wed, 02 Jun 2010 21:00:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10075] csw/mgar/pkg/zlib/trunk Message-ID: Revision: 10075 http://gar.svn.sourceforge.net/gar/?rev=10075&view=rev Author: hson Date: 2010-06-02 21:00:19 +0000 (Wed, 02 Jun 2010) Log Message: ----------- zlib: Update to 1.2.5 Modified Paths: -------------- csw/mgar/pkg/zlib/trunk/Makefile csw/mgar/pkg/zlib/trunk/checksums csw/mgar/pkg/zlib/trunk/files/Makefile.in.diff Modified: csw/mgar/pkg/zlib/trunk/Makefile =================================================================== --- csw/mgar/pkg/zlib/trunk/Makefile 2010-06-02 16:20:31 UTC (rev 10074) +++ csw/mgar/pkg/zlib/trunk/Makefile 2010-06-02 21:00:19 UTC (rev 10075) @@ -1,5 +1,5 @@ GARNAME = zlib -GARVERSION = 1.2.4 +GARVERSION = 1.2.5 CATEGORIES = lib DESCRIPTION = Zlib Data Compression Library Modified: csw/mgar/pkg/zlib/trunk/checksums =================================================================== --- csw/mgar/pkg/zlib/trunk/checksums 2010-06-02 16:20:31 UTC (rev 10074) +++ csw/mgar/pkg/zlib/trunk/checksums 2010-06-02 21:00:19 UTC (rev 10075) @@ -1,4 +1,4 @@ -f42963676d4ac5dbf75bb9187aadd2a0 Makefile.in.diff +769d66250c5aee840205a5d92cab05e7 Makefile.in.diff eb5fb03fc91399bb0ad892223d339c09 configure.diff 4f83c4bd64190ba690413ab698861b3f license -763c6a0b4ad1cdf5549e3ab3f140f4cb zlib-1.2.4.tar.bz2 +be1e89810e66150f5b0327984d8625a0 zlib-1.2.5.tar.bz2 Modified: csw/mgar/pkg/zlib/trunk/files/Makefile.in.diff =================================================================== --- csw/mgar/pkg/zlib/trunk/files/Makefile.in.diff 2010-06-02 16:20:31 UTC (rev 10074) +++ csw/mgar/pkg/zlib/trunk/files/Makefile.in.diff 2010-06-02 21:00:19 UTC (rev 10075) @@ -1,20 +1,11 @@ ---- ../build-global/zlib-1.2.3/Makefile.in 2005-07-18 04:25:21.000000000 +0200 -+++ zlib-1.2.3/Makefile.in 2009-04-05 11:24:56.336506142 +0200 -@@ -43,7 +43,7 @@ - exec_prefix = ${prefix} - libdir = ${exec_prefix}/lib - includedir = ${prefix}/include --mandir = ${prefix}/share/man -+mandir = ${mandir} - man3dir = ${mandir}/man3 - - OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ -@@ -134,7 +134,7 @@ +--- zlib-1.2.5/Makefile.in.orig 2010-05-26 12:54:35.283218000 +0200 ++++ zlib-1.2.5/Makefile.in 2010-05-26 13:13:37.622441685 +0200 +@@ -137,7 +137,7 @@ - at mv objs/$*.o $@ $(SHAREDLIBV): $(PIC_OBJS) -- $(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) -lc -+ $(LDSHARED) $(SFLAGS) -h $(SHAREDLIBM) -o $@ $(PIC_OBJS) -lc +- $(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS) ++ $(LDSHARED) $(SFLAGS) -h $(SHAREDLIBM) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS) rm -f $(SHAREDLIB) $(SHAREDLIBM) ln -s $@ $(SHAREDLIB) ln -s $@ $(SHAREDLIBM) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 3 02:36:25 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 03 Jun 2010 00:36:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10076] csw/mgar/pkg/cswutils/trunk Message-ID: Revision: 10076 http://gar.svn.sourceforge.net/gar/?rev=10076&view=rev Author: bdwalton Date: 2010-06-03 00:36:25 +0000 (Thu, 03 Jun 2010) Log Message: ----------- cswutils: rework the handling of the .py files from gar Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 21:00:19 UTC (rev 10075) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-03 00:36:25 UTC (rev 10076) @@ -13,6 +13,10 @@ MASTER_SITES = SVN_FILES = compare_pkgs.py + +# these are pulled from gar/lib/python +PYFILES = opencsw.py checkpkg.py submit_to_newpkgs.py package_checks.py + DISTFILES = COPYING DISTFILES += checkpkg checkpkg.8 DISTFILES += cpan2pkg @@ -20,9 +24,8 @@ DISTFILES += stagepkg stagepkg.8 DISTFILES += stagepkg stagepkg.8 DISTFILES += $(foreach F,$(SVN_FILES),$(F)-r$(SVN_REV)) -DISTFILES += opencsw.py checkpkg.py submit_to_newpkgs.py +DISTFILES += $(PYFILES) - RUNTIME_DEP_PKGS = CSWcoreutils CSWfakeroot CSWperl RUNTIME_DEP_PKGS += CSWpmyaml CSWpmlibwww CSWpmhtmltree RUNTIME_DEP_PKGS += CSWpython @@ -60,19 +63,11 @@ mv $(subst -r$(SVN_REV),,$(notdir $@)) $@ @$(MAKECOOKIE) -$(DOWNLOADDIR)/opencsw.py: - ln -s $(abspath gar/lib/python/opencsw.py) $(DOWNLOADDIR)/ +$(foreach PY,$(PYFILES),$(DOWNLOADDIR)/$(PY)): + @echo "Grabbing $@" + @ln -s $(abspath gar/lib/python/$(notdir $@)) $(DOWNLOADDIR)/ @$(MAKECOOKIE) -$(DOWNLOADDIR)/checkpkg.py: - ln -s $(abspath gar/lib/python/checkpkg.py) $(DOWNLOADDIR)/ - @$(MAKECOOKIE) - -$(DOWNLOADDIR)/submit_to_newpkgs.py: - ln -s $(abspath gar/lib/python/submit_to_newpkgs.py) $(DOWNLOADDIR)/ - @$(MAKECOOKIE) - - install-custom: @ginstall -d $(DESTDIR)$(bindir) @ginstall $(WORKSRC)/checkpkg $(DESTDIR)$(bindir) @@ -85,9 +80,10 @@ @ginstall $(WORKSRC)/createpkg.8 $(DESTDIR)$(mandir)/man8/ @ginstall $(WORKSRC)/stagepkg.8 $(DESTDIR)$(mandir)/man8/ @ginstall -d $(DESTDIR)$(libdir)/python/csw - @ginstall -m 755 $(WORKSRC)/opencsw.py $(WORKSRC)/checkpkg.py \ - $(WORKSRC)/submit_to_newpkgs.py \ - $(DESTDIR)$(libdir)/python/csw/ + @for f in $(PYFILES); do \ + ginstall -m 755 $(WORKSRC)/$${f} \ + $(DESTDIR)/$(libdir)/python/csw/; \ + done @for f in $(SVN_FILES); do \ ginstall -m 755 $(WORKSRC)/$${f}-r$(SVN_REV) \ $(DESTDIR)$(libdir)/python/csw/$${f}; \ Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-02 21:00:19 UTC (rev 10075) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-03 00:36:25 UTC (rev 10076) @@ -7,6 +7,7 @@ 93b6a811d303ce3be0050c5a7b3c8e69 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 db1023c820a48161832687c20fcd0d70 opencsw.py +359dbdbd4643470df1bf9dc7c115c23d package_checks.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg 8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8 d83f47f61a12b29ba50a5e83944fe4ff submit_to_newpkgs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 3 03:05:52 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 03 Jun 2010 01:05:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[10077] csw/mgar/pkg/cswutils/trunk Message-ID: Revision: 10077 http://gar.svn.sourceforge.net/gar/?rev=10077&view=rev Author: bdwalton Date: 2010-06-03 01:05:52 +0000 (Thu, 03 Jun 2010) Log Message: ----------- cswutils: add another python library Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-03 00:36:25 UTC (rev 10076) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-03 01:05:52 UTC (rev 10077) @@ -16,6 +16,7 @@ # these are pulled from gar/lib/python PYFILES = opencsw.py checkpkg.py submit_to_newpkgs.py package_checks.py +PYFILES += dependency_checks.py DISTFILES = COPYING DISTFILES += checkpkg checkpkg.8 Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-03 00:36:25 UTC (rev 10076) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-03 01:05:52 UTC (rev 10077) @@ -6,6 +6,7 @@ 9a637f6546cc50974159a987302d91c0 cpan2pkg 93b6a811d303ce3be0050c5a7b3c8e69 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 +111fa25630c9b8deaeddbad6295b933b dependency_checks.py db1023c820a48161832687c20fcd0d70 opencsw.py 359dbdbd4643470df1bf9dc7c115c23d package_checks.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 3 06:07:35 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 03 Jun 2010 04:07:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10078] csw/mgar/pkg/libcairo/branches/ libcairo-x11-reloaded/Makefile Message-ID: Revision: 10078 http://gar.svn.sourceforge.net/gar/?rev=10078&view=rev Author: theferret Date: 2010-06-03 04:07:35 +0000 (Thu, 03 Jun 2010) Log Message: ----------- libcairo: Makefile tweak to enable xlib-xrender for both targets Modified Paths: -------------- csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile Modified: csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile 2010-06-03 01:05:52 UTC (rev 10077) +++ csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile 2010-06-03 04:07:35 UTC (rev 10078) @@ -69,7 +69,7 @@ CONFIGURE_ARGS_sunwx11 += --x-includes=/usr/openwin/include CONFIGURE_ARGS_sunwx11 += --x-libraries=$(abspath /usr/openwin/lib/$(MM_LIBDIR)) -CONFIGURE_ARGS_sunwx11 += --enable-xlib-xrender=no --enable-xcb=no +CONFIGURE_ARGS_sunwx11 += --enable-xcb=no CONFIGURE_ARGS_cswx11 += --x-includes=$(prefix)/include CONFIGURE_ARGS_cswx11 += --x-libraries=$(abspath $(prefix)/lib/$(MM_LIBDIR)) CONFIGURE_ARGS_cswx11 += --enable-xlib-xrender=yes --enable-xcb=yes 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 Jun 3 14:25:35 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 03 Jun 2010 12:25:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10079] csw/mgar/pkg Message-ID: Revision: 10079 http://gar.svn.sourceforge.net/gar/?rev=10079&view=rev Author: dmichelsen Date: 2010-06-03 12:25:35 +0000 (Thu, 03 Jun 2010) Log Message: ----------- mod_auth_radius: Initial commit Added Paths: ----------- csw/mgar/pkg/mod_auth_radius/ csw/mgar/pkg/mod_auth_radius/branches/ csw/mgar/pkg/mod_auth_radius/tags/ csw/mgar/pkg/mod_auth_radius/trunk/ csw/mgar/pkg/mod_auth_radius/trunk/Makefile csw/mgar/pkg/mod_auth_radius/trunk/checksums csw/mgar/pkg/mod_auth_radius/trunk/files/ csw/mgar/pkg/mod_auth_radius/trunk/files/COPYING csw/mgar/pkg/mod_auth_radius/trunk/files/CSWap2modauthradius.postinstall csw/mgar/pkg/mod_auth_radius/trunk/files/CSWap2modauthradius.preremove Property changes on: csw/mgar/pkg/mod_auth_radius/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/mod_auth_radius/trunk/Makefile =================================================================== --- csw/mgar/pkg/mod_auth_radius/trunk/Makefile (rev 0) +++ csw/mgar/pkg/mod_auth_radius/trunk/Makefile 2010-06-03 12:25:35 UTC (rev 10079) @@ -0,0 +1,61 @@ +GARNAME = mod_auth_radius +GARVERSION = 1.5.8 +CATEGORIES = server + +DESCRIPTION = Apache RADIUS authentication module +define BLURB + This is the Apache RADIUS authentication module. It allows any Apache web-server + to become a RADIUS client for authentication and accounting requests. You will, + however, need to supply your own RADIUS server to perform the actual authentication. +endef + +MASTER_SITES = ftp://ftp.freeradius.org/pub/radius/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar +DISTFILES += CSWap2modauthradius.postinstall CSWap2modauthradius.preremove +DISTFILES += COPYING + +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar + +VENDOR_URL = http://freeradius.org/mod_auth_radius/ + +PACKAGES = CSWap2modauthradius +CATALOGNAME = ap2_mod_auth_radius + +DEP_PKGS = CSWapache2 +CHECKPKG_OVERRIDES_CSWap2modauthradius += surplus-dependency|CSWapache2 + +# Apache paths +AP2_ROOT = $(prefix)/apache2 +AP2_LIBEXEC = $(DESTDIR)$(AP2_ROOT)/libexec +AP2_EXTRACONF = $(DESTDIR)$(AP2_ROOT)/etc/extra +AP2_SBIN = $(AP2_ROOT)/sbin +APXS = $(AP2_SBIN)/apxs + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = custom +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +STRIP_DIRS = $(DESTDIR)$(prefix)/apache2/libexec + +PRESERVECONF = $(prefix)/apache2/etc/extra/httpd-auth-radius.conf + +include gar/category.mk + +build-custom: + cd $(WORKSRC) && $(APXS) -c mod_auth_radius-2.0.c + $(MAKECOOKIE) + +install-custom: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME) +install-custom: + mkdir -p $(AP2_LIBEXEC) + cd $(WORKSRC) && $(APXS) -S LIBEXECDIR=$(AP2_LIBEXEC) -i mod_auth_radius-2.0.la + ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra + ginstall -m 0644 $(WORKSRC)/httpd.conf $(DESTDIR)$(prefix)/apache2/etc/extra/httpd-auth-radius.conf + ginstall -d $(DOCDEST) + ginstall $(WORKSRC)/README $(DOCDEST) + @$(MAKECOOKIE) + + + + Property changes on: csw/mgar/pkg/mod_auth_radius/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/mod_auth_radius/trunk/checksums =================================================================== --- csw/mgar/pkg/mod_auth_radius/trunk/checksums (rev 0) +++ csw/mgar/pkg/mod_auth_radius/trunk/checksums 2010-06-03 12:25:35 UTC (rev 10079) @@ -0,0 +1,4 @@ +6c2b9be793fdffe75bdf8dc816a85466 COPYING +5ec728767a9a7545de480ceb71d93e20 CSWap2modauthradius.postinstall +1c5e63dbb9b18aca27943e9b0011d1f3 CSWap2modauthradius.preremove +81de397fcbb18e3c5696d6cc9c73493b mod_auth_radius-1.5.8.tar Added: csw/mgar/pkg/mod_auth_radius/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/mod_auth_radius/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/mod_auth_radius/trunk/files/COPYING 2010-06-03 12:25:35 UTC (rev 10079) @@ -0,0 +1,54 @@ +/* ==================================================================== + * Copyright (c) 1997-2002 The Apache Group. 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. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the Apache Group + * for use in the Apache HTTP server project (http://www.apache.org/)." + * + * 4. The names "Apache Server" and "Apache Group" must not be used to + * endorse or promote products derived from this software without + * prior written permission. + * + * 5. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the Apache Group + * for use in the Apache HTTP server project (http://www.apache.org/)." + * + * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY + * EXPRESSED 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 APACHE GROUP OR + * ITS 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Group and was originally based + * on public domain software written at the National Center for + * Supercomputing Applications, University of Illinois, Urbana-Champaign. + * For more information on the Apache Group and the Apache HTTP server + * project, please see . + * + * + * CVS $Id$ + */ + Copied: csw/mgar/pkg/mod_auth_radius/trunk/files/CSWap2modauthradius.postinstall (from rev 10078, csw/mgar/pkg/mod_auth_pam/trunk/files/CSWap2modauthpam.postinstall) =================================================================== --- csw/mgar/pkg/mod_auth_radius/trunk/files/CSWap2modauthradius.postinstall (rev 0) +++ csw/mgar/pkg/mod_auth_radius/trunk/files/CSWap2modauthradius.postinstall 2010-06-03 12:25:35 UTC (rev 10079) @@ -0,0 +1,25 @@ +#!/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 auth_radius modules +PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'} +chroot $PKG_INSTALL_ROOT \ + $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -a -n \ + auth_radius mod_auth_radius-2.0.so + +# Finito +cat < Revision: 10080 http://gar.svn.sourceforge.net/gar/?rev=10080&view=rev Author: dmichelsen Date: 2010-06-03 12:49:50 +0000 (Thu, 03 Jun 2010) Log Message: ----------- libcairo-x11-reloaded: Disable CSWcx* for now until /opt/csw/X11 has been reworked completely Modified Paths: -------------- csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile Modified: csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile 2010-06-03 12:25:35 UTC (rev 10079) +++ csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile 2010-06-03 12:49:50 UTC (rev 10080) @@ -18,7 +18,7 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz PACKAGES = CSWlibcairo CSWlibcairodevel CSWlibcairodoc -PACKAGES += CSWcxlibcairo CSWcxlibcairodevel +# PACKAGES += CSWcxlibcairo CSWcxlibcairodevel CATALOGNAME_CSWlibcairo = libcairo CATALOGNAME_CSWlibcairodevel = libcairo_devel CATALOGNAME_CSWlibcairodoc = libcairo_doc @@ -31,16 +31,18 @@ SPKG_DESC_CSWcxlibcairo = $(DESCRIPTION) (bound against OpenCSW X11) SPKG_DESC_CSWcxlibcairodevel = $(DESCRIPTION) development package (bound against OpenCSW X11) -BUILD_DEP_PKGS = CSWlibxrenderdevel CSWkbproto CSWrenderproto CSWlibspectre +#BUILD_DEP_PKGS = CSWlibxrenderdevel CSWkbproto CSWrenderproto CSWlibspectre +BUILD_DEP_PKGS = CSWlibxrenderdevel CSWlibspectre -RUNTIME_DEP_PKGS_CSWlibcairo = CSWfconfig CSWftype2 CSWpixman CSWpng CSWzlib +RUNTIME_DEP_PKGS_CSWlibcairo = CSWfconfig CSWftype2 CSWpixman CSWpng CSWzlib CSWlibxrender RUNTIME_DEP_PKGS_CSWlibcairodevel = CSWlibcairo RUNTIME_DEP_PKGS_CSWlibcairodoc = RUNTIME_DEP_PKGS_CSWcxlibcairo = CSWftype2 CSWpixman CSWlibxrender CSWlibxcb CSWxcbutil CSWzlib CSWpng CSWfconfig CSWlibx11 RUNTIME_DEP_PKGS_CSWcxlibcairodevel = CSWcxlibcairo CSWlibxrenderdevel CSWlibxcbdevel CSWlibx11devel EXTRA_MODULATORS = X11 -MODULATIONS_X11 = sunwx11 cswx11 +#MODULATIONS_X11 = sunwx11 cswx11 +MODULATIONS_X11 = sunwx11 BUILD64 = 1 @@ -93,15 +95,11 @@ ARCHALL_CSWlibcairodoc = 1 -CHECKPKG_OVERRIDES_CSWlibcairo += linked-against-discouraged-library|libcairo.so.2.10800.10|libX11.so.4 -CHECKPKG_OVERRIDES_CSWlibcairo += linked-against-discouraged-library|libcairo.so.2.10800.10|libX11.so.4 CHECKPKG_OVERRIDES_CSWlibcairodevel += surplus-dependency|CSWlibcairo CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWlibx11devel CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWcxlibcairo CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWlibxcbdevel CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWlibxrenderdevel -CHECKPKG_OVERRIDES_CSWlibcairo += soname-not-found|libm.so.2 -CHECKPKG_OVERRIDES_CSWcxlibcairo += soname-not-found|libm.so.2 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 3 15:12:05 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 03 Jun 2010 13:12:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[10081] csw/mgar/pkg Message-ID: Revision: 10081 http://gar.svn.sourceforge.net/gar/?rev=10081&view=rev Author: wahwah Date: 2010-06-03 13:12:05 +0000 (Thu, 03 Jun 2010) Log Message: ----------- formencode: Initial commit Modified Paths: -------------- csw/mgar/pkg/formencode/trunk/Makefile csw/mgar/pkg/formencode/trunk/checksums Added Paths: ----------- csw/mgar/pkg/formencode/ Modified: csw/mgar/pkg/formencode/trunk/Makefile =================================================================== --- csw/mgar/pkg/template/trunk/Makefile 2010-05-31 13:52:35 UTC (rev 10051) +++ csw/mgar/pkg/formencode/trunk/Makefile 2010-06-03 13:12:05 UTC (rev 10081) @@ -2,184 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -## This file contains comments to guide you through various GAR settings. -## Please remove unnecessary comments before committing your code to the code -## repository. The comments to remove are marked with double hashes. -## If you want to remove them all in-place, use: -## gsed -i -e '/^##/d' Makefile -## -## For more information about GAR variables, please see: -## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference -## -GARNAME = mypkg -GARVERSION = 1.0 -## -## The category that your software fits in. This is not a descriptive field, but -## influences the build process. Depending on the CATEGORIES setting, different -## Makefiles are included from gar/categories/ in your trunk directory, which -## adjust the build settings for the respective category. -## -## Possible settings are: -## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server, -## utils, x11, xfce, xorg, xtra -CATEGORIES = lib -## -## A one-line description of the package, which will appear in the pkginfo. -DESCRIPTION = -## -## A longer description of the package. This is only for descriptive purposes -## inside the Makefile and is not used elsewhere. +GARNAME = FormEncode +GARVERSION = 1.2.2 +CATEGORIES = python +DESCRIPTION = A validation and form generation package define BLURB - endef -## -## Upstream URL that should show up in the VENDOR field as well as on -## http://opencsw.org/packages/. -SPKG_SOURCEURL = -## -## Whitespace-separated list of URLs to download the source package from. -## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR). -MASTER_SITES = -## -## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the -## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge -## project name of the software you wish to download. -## SF_PROJ = -## -## A list of space separated patch filenames from files/ that are to be applied -## to the extracted software before the ./configure stage. Patches need to be -## included in the DISTFILES variable as well. -## PATCHFILES = -## -## Whitespace-separated list of files which comprise this build. mGAR will look -## for the files in the $(FILEDIR) (trunk/files) directory and on the -## $(MASTER_SITES). +DL_NAME = FormEncode +DISTNAME = $(DL_NAME)-$(GARVERSION) +SPKG_SOURCEURL = http://formencode.org/ +MASTER_SITES = http://pypi.python.org/packages/source/F/FormEncode/ +PACKAGES = CSWpy-formencode +CATALOGNAME_CSWpy-formencode = py_formencode DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -## -## We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -## -## Catalog name is the name to be used with pkg{-get,util} -i . -## It is different from the system package name, which by convention is CSWpkgname. -## CATALOGNAME = -## -## Set to 1 to mark the package as architecture-independent. -## ARCHALL = 0 -## -## A list of files / patterns that should be excluded from the package. Amends -## the default list of excluded filenames $(MERGE_EXCLUDE_DEFAULT), which -## contains things like libtool .la files and files with a leading ~. -## EXTRA_MERGE_EXCLUDE_FILES = -## -## A list of space separated package names that should be marked as -## incompatible with the current package. This will go into the depend file. -## When a user has one of the incompatible packages installed and installs -## your package, he will be prompted that the incompatible package must be -## removed. He will however not be prevented to install your package without -## removing the conflicting package first. -## INCOMPATIBLE_PKGS = -## -## The name of the license file that should be included in your package. Defaults -## to COPYING. See http://sourceforge.net/apps/trac/gar/wiki/CopyRightfor details -## on including and displaying licenses. -## LICENSE = -## -## A list of space separated package names that should be produced from your -## Makefile. This is used when a software has different components that can be -## packaged and used individually (think runtime libraries, client tools, server -## files, development headers). You don't need to set this when you just want to -## produce one package. -## -## When you set this variable to include more than one package, you also need to -## set PKGFILES_CSWpkgname for each package (except for the first one in your -## $(PACKAGES) list) to define which files go into each package. The first -## package from $(PACKAGES) one will hold all files that are not matched by -## PKGFILES_ for other packages. -## PACKAGES = -## -## If specified, GAR feeds the almost-final package prototype file to -## $(PROTOTYPE_FILTER) and reads the final package prototype file from it. -## $(PROTOTYPE_FILTER) is usually a sed/awk/perl one-liner, which was mostly used -## to prepare the prototype file for use with cswclassutils (see -## $(SPKG_CLASSES)). Now that there are convenience variables for cswclassutils, -## you will rarely have to use this. A still valid use case would be to change -## the file permissions of a file to be set-UID. -## See http://wiki.opencsw.org/cswclassutils-package for common usage information -## PROTOTYPE_FILTER = -## -## cswclassutils settings -## -## A list of action classes. Possible values are: -## none cswpreserveconf cswcpsampleconf cswpycompile cswusergroup cswinitsmf -## cswinetd cswetcservices -## The class 'cswinitsmf' must be the last class listed. When you use cswclassutils, -## you need to add CSWcswclassutils to RUNTIME_DEP_PKGS. -## SPKG_CLASSES = none -## Simplified settings for classes: -## PRESERVECONF = -## SAMPLECONF = -## INITSMF = -## USERGROUP = -## ETCSERVICES = -## INETDCONF = -## A list of runtime package dependencies in the form of CSWfoo. -## RUNTIME_DEP_PKGS = -## -## A list of packages necessary to build this package -## BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) -## -## When using non-empty $(PACKAGES): -## RUNTIME_DEP_PKGS_CSWpkgname = -## SPKG_DESC_CSWpkgname = -## PKGFILES_CSWpkgname = -## CATALOGNAME_CSWpkgname = -## -## A list of space separated directories where objects should be stripped in -## addition to the bin/ and sbin/ directories. -## STRIP_DIRS = -## -## Define a custom target for the configure phase. When you set this, the target -## that will be used instead of configure: target, is named -## configure-$(CONFIGURE_SCRIPTS) and you will need to define it in your Makefile -## after including gar/gar.include.mk. If you want to skip the configure phase -## completely (for example when your software doesn't need to be compiled) assign -## this variable an empty value. The procedure works for configure, build, -## install and test steps. -## CONFIGURE_SCRIPTS = -## BUILD_SCRIPTS = -## INSTALL_SCRIPTS = -## TEST_SCRIPTS = -## -## Compilation settings -## -## The build directory. -## WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION) -## -## BUILD_ARGS is passed as an argument to gmake during the build phase. Use this -## for example, if you need to override Makefile variables. -## BUILD_ARGS = -## -## Arguments passed to the ./configure script. -CONFIGURE_ARGS = $(DIRPATHS) -## -## BUILD64 = -## CONFIGURE_ENV = -## EXTRA_CFLAGS = -## EXTRA_LDFLAGS = -## EXTRA_INC = -## EXTRA_LIB = -## GARFLAVOR = -## INSTALL_ARGS = -## OPT_FLAGS_SOS = -xO3 -## OPT_FLAGS_GCC = -O2 -pipe -## -## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4. -## GARCOMPILER = SOS11 -## -# Remove the following rules and uncomment the -# include before building. -all: .DEFAULT -.DEFAULT: - @true - -#include gar/category.mk +LICENSE = PKG-INFO +ARCHALL_CSWpy-formencode = 1 +include gar/category.mk Modified: csw/mgar/pkg/formencode/trunk/checksums =================================================================== --- csw/mgar/pkg/template/trunk/checksums 2010-05-31 13:52:35 UTC (rev 10051) +++ csw/mgar/pkg/formencode/trunk/checksums 2010-06-03 13:12:05 UTC (rev 10081) @@ -0,0 +1 @@ +da23d54af521d1feab12b4caf30e3111 FormEncode-1.2.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 3 16:38:51 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 03 Jun 2010 14:38:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[10082] csw/mgar/pkg Message-ID: Revision: 10082 http://gar.svn.sourceforge.net/gar/?rev=10082&view=rev Author: wahwah Date: 2010-06-03 14:38:51 +0000 (Thu, 03 Jun 2010) Log Message: ----------- sqlobject: Initial commit Modified Paths: -------------- csw/mgar/pkg/sqlobject/trunk/Makefile csw/mgar/pkg/sqlobject/trunk/checksums Added Paths: ----------- csw/mgar/pkg/sqlobject/ Modified: csw/mgar/pkg/sqlobject/trunk/Makefile =================================================================== --- csw/mgar/pkg/template/trunk/Makefile 2010-05-31 13:52:35 UTC (rev 10051) +++ csw/mgar/pkg/sqlobject/trunk/Makefile 2010-06-03 14:38:51 UTC (rev 10082) @@ -2,184 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -## This file contains comments to guide you through various GAR settings. -## Please remove unnecessary comments before committing your code to the code -## repository. The comments to remove are marked with double hashes. -## If you want to remove them all in-place, use: -## gsed -i -e '/^##/d' Makefile -## -## For more information about GAR variables, please see: -## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference -## -GARNAME = mypkg -GARVERSION = 1.0 -## -## The category that your software fits in. This is not a descriptive field, but -## influences the build process. Depending on the CATEGORIES setting, different -## Makefiles are included from gar/categories/ in your trunk directory, which -## adjust the build settings for the respective category. -## -## Possible settings are: -## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server, -## utils, x11, xfce, xorg, xtra -CATEGORIES = lib -## -## A one-line description of the package, which will appear in the pkginfo. -DESCRIPTION = -## -## A longer description of the package. This is only for descriptive purposes -## inside the Makefile and is not used elsewhere. +GARNAME = SQLObject +GARVERSION = 0.12.4 +CATEGORIES = python +DESCRIPTION = Object Relational Manager for Python define BLURB - endef -## -## Upstream URL that should show up in the VENDOR field as well as on -## http://opencsw.org/packages/. -SPKG_SOURCEURL = -## -## Whitespace-separated list of URLs to download the source package from. -## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR). -MASTER_SITES = -## -## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the -## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge -## project name of the software you wish to download. -## SF_PROJ = -## -## A list of space separated patch filenames from files/ that are to be applied -## to the extracted software before the ./configure stage. Patches need to be -## included in the DISTFILES variable as well. -## PATCHFILES = -## -## Whitespace-separated list of files which comprise this build. mGAR will look -## for the files in the $(FILEDIR) (trunk/files) directory and on the -## $(MASTER_SITES). +SPKG_SOURCEURL = http://www.sqlobject.org/ +MASTER_SITES = http://pypi.python.org/packages/source/S/$(GARNAME)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -## -## We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -## -## Catalog name is the name to be used with pkg{-get,util} -i . -## It is different from the system package name, which by convention is CSWpkgname. -## CATALOGNAME = -## -## Set to 1 to mark the package as architecture-independent. -## ARCHALL = 0 -## -## A list of files / patterns that should be excluded from the package. Amends -## the default list of excluded filenames $(MERGE_EXCLUDE_DEFAULT), which -## contains things like libtool .la files and files with a leading ~. -## EXTRA_MERGE_EXCLUDE_FILES = -## -## A list of space separated package names that should be marked as -## incompatible with the current package. This will go into the depend file. -## When a user has one of the incompatible packages installed and installs -## your package, he will be prompted that the incompatible package must be -## removed. He will however not be prevented to install your package without -## removing the conflicting package first. -## INCOMPATIBLE_PKGS = -## -## The name of the license file that should be included in your package. Defaults -## to COPYING. See http://sourceforge.net/apps/trac/gar/wiki/CopyRightfor details -## on including and displaying licenses. -## LICENSE = -## -## A list of space separated package names that should be produced from your -## Makefile. This is used when a software has different components that can be -## packaged and used individually (think runtime libraries, client tools, server -## files, development headers). You don't need to set this when you just want to -## produce one package. -## -## When you set this variable to include more than one package, you also need to -## set PKGFILES_CSWpkgname for each package (except for the first one in your -## $(PACKAGES) list) to define which files go into each package. The first -## package from $(PACKAGES) one will hold all files that are not matched by -## PKGFILES_ for other packages. -## PACKAGES = -## -## If specified, GAR feeds the almost-final package prototype file to -## $(PROTOTYPE_FILTER) and reads the final package prototype file from it. -## $(PROTOTYPE_FILTER) is usually a sed/awk/perl one-liner, which was mostly used -## to prepare the prototype file for use with cswclassutils (see -## $(SPKG_CLASSES)). Now that there are convenience variables for cswclassutils, -## you will rarely have to use this. A still valid use case would be to change -## the file permissions of a file to be set-UID. -## See http://wiki.opencsw.org/cswclassutils-package for common usage information -## PROTOTYPE_FILTER = -## -## cswclassutils settings -## -## A list of action classes. Possible values are: -## none cswpreserveconf cswcpsampleconf cswpycompile cswusergroup cswinitsmf -## cswinetd cswetcservices -## The class 'cswinitsmf' must be the last class listed. When you use cswclassutils, -## you need to add CSWcswclassutils to RUNTIME_DEP_PKGS. -## SPKG_CLASSES = none -## Simplified settings for classes: -## PRESERVECONF = -## SAMPLECONF = -## INITSMF = -## USERGROUP = -## ETCSERVICES = -## INETDCONF = -## A list of runtime package dependencies in the form of CSWfoo. -## RUNTIME_DEP_PKGS = -## -## A list of packages necessary to build this package -## BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) -## -## When using non-empty $(PACKAGES): -## RUNTIME_DEP_PKGS_CSWpkgname = -## SPKG_DESC_CSWpkgname = -## PKGFILES_CSWpkgname = -## CATALOGNAME_CSWpkgname = -## -## A list of space separated directories where objects should be stripped in -## addition to the bin/ and sbin/ directories. -## STRIP_DIRS = -## -## Define a custom target for the configure phase. When you set this, the target -## that will be used instead of configure: target, is named -## configure-$(CONFIGURE_SCRIPTS) and you will need to define it in your Makefile -## after including gar/gar.include.mk. If you want to skip the configure phase -## completely (for example when your software doesn't need to be compiled) assign -## this variable an empty value. The procedure works for configure, build, -## install and test steps. -## CONFIGURE_SCRIPTS = -## BUILD_SCRIPTS = -## INSTALL_SCRIPTS = -## TEST_SCRIPTS = -## -## Compilation settings -## -## The build directory. -## WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION) -## -## BUILD_ARGS is passed as an argument to gmake during the build phase. Use this -## for example, if you need to override Makefile variables. -## BUILD_ARGS = -## -## Arguments passed to the ./configure script. -CONFIGURE_ARGS = $(DIRPATHS) -## -## BUILD64 = -## CONFIGURE_ENV = -## EXTRA_CFLAGS = -## EXTRA_LDFLAGS = -## EXTRA_INC = -## EXTRA_LIB = -## GARFLAVOR = -## INSTALL_ARGS = -## OPT_FLAGS_SOS = -xO3 -## OPT_FLAGS_GCC = -O2 -pipe -## -## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4. -## GARCOMPILER = SOS11 -## -# Remove the following rules and uncomment the -# include before building. -all: .DEFAULT -.DEFAULT: - @true - -#include gar/category.mk +LICENSE = docs/SQLObject.txt +PACKAGES = CSWpy-sqlobject +ARCHALL_CSWpy-sqlobject = 1 +CATALOGNAME_CSWpy-sqlobject = py_sqlobject +include gar/category.mk Modified: csw/mgar/pkg/sqlobject/trunk/checksums =================================================================== --- csw/mgar/pkg/template/trunk/checksums 2010-05-31 13:52:35 UTC (rev 10051) +++ csw/mgar/pkg/sqlobject/trunk/checksums 2010-06-03 14:38:51 UTC (rev 10082) @@ -0,0 +1 @@ +c7808ed1d86886eaed46797b92437df7 SQLObject-0.12.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 3 16:56:38 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 03 Jun 2010 14:56:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10083] csw/mgar/pkg/sqlobject/trunk/Makefile Message-ID: Revision: 10083 http://gar.svn.sourceforge.net/gar/?rev=10083&view=rev Author: wahwah Date: 2010-06-03 14:56:38 +0000 (Thu, 03 Jun 2010) Log Message: ----------- sqlobject: Adding the dependency on CSWpy-formencode Modified Paths: -------------- csw/mgar/pkg/sqlobject/trunk/Makefile Modified: csw/mgar/pkg/sqlobject/trunk/Makefile =================================================================== --- csw/mgar/pkg/sqlobject/trunk/Makefile 2010-06-03 14:38:51 UTC (rev 10082) +++ csw/mgar/pkg/sqlobject/trunk/Makefile 2010-06-03 14:56:38 UTC (rev 10083) @@ -14,6 +14,11 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz LICENSE = docs/SQLObject.txt PACKAGES = CSWpy-sqlobject +RUNTIME_DEP_PKGS_CSWpy-sqlobject = CSWpy-formencode ARCHALL_CSWpy-sqlobject = 1 CATALOGNAME_CSWpy-sqlobject = py_sqlobject +# To build the dependent package before the dependency is installed on the +# buildfarm. +CHECKPKG_OVERRIDES_CSWpy-sqlobject += unidentified-dependency|CSWpy-formencode +CHECKPKG_OVERRIDES_CSWpy-sqlobject += surplus-dependency|CSWpy-formencode include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From skayser at users.sourceforge.net Thu Jun 3 17:25:31 2010 From: skayser at users.sourceforge.net (skayser at users.sourceforge.net) Date: Thu, 03 Jun 2010 15:25:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[10084] csw/mgar/pkg Message-ID: Revision: 10084 http://gar.svn.sourceforge.net/gar/?rev=10084&view=rev Author: skayser Date: 2010-06-03 15:25:31 +0000 (Thu, 03 Jun 2010) Log Message: ----------- bittwist: initial commit Added Paths: ----------- csw/mgar/pkg/bittwist/ csw/mgar/pkg/bittwist/branches/ csw/mgar/pkg/bittwist/tags/ csw/mgar/pkg/bittwist/trunk/ csw/mgar/pkg/bittwist/trunk/Makefile csw/mgar/pkg/bittwist/trunk/checksums csw/mgar/pkg/bittwist/trunk/files/ csw/mgar/pkg/bittwist/trunk/files/0001-Makefile-introduce-CPPFLAGS-LDFLAGS-DESTDIR-make-var.patch Property changes on: csw/mgar/pkg/bittwist/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/bittwist/trunk/Makefile =================================================================== --- csw/mgar/pkg/bittwist/trunk/Makefile (rev 0) +++ csw/mgar/pkg/bittwist/trunk/Makefile 2010-06-03 15:25:31 UTC (rev 10084) @@ -0,0 +1,28 @@ +# TODO +# ! Doesn't compile as it requires ifaddrs.h which isn't available on Sol 10 +# http://www.gnu.org/software/gnulib/manual/html_node/ifaddrs_002eh.html +GARNAME = bittwist +GARVERSION = 1.1 +CATEGORIES = apps + +DESCRIPTION = Libpcap-based ethernet packet generator +define BLURB + With Bit-Twist, you can now regenerate your captured traffic onto a live + network! Packets are generated from tcpdump trace file (.pcap file). + Bit-Twist also comes with a comprehensive trace file editor to allow you + to change the contents of a trace file. +endef + +VENDOR_URL = http://bittwist.sf.net +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(GARNAME)-linux-$(GARVERSION).tar.gz +UFILES_REGEX = $(GARNAME)-linux-(\d+(?:\.\d+)*).tar.gz + +PATCHFILES += 0001-Makefile-introduce-CPPFLAGS-LDFLAGS-DESTDIR-make-var.patch + +CONFIGURE_SCRIPTS = +TEST_SCRIPTS = + +BUILD_ARGS = INSTALL=ginstall + +include gar/category.mk Property changes on: csw/mgar/pkg/bittwist/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/bittwist/trunk/checksums =================================================================== --- csw/mgar/pkg/bittwist/trunk/checksums (rev 0) +++ csw/mgar/pkg/bittwist/trunk/checksums 2010-06-03 15:25:31 UTC (rev 10084) @@ -0,0 +1,2 @@ +1a636d0aca0649a6c37f03260eadb7de 0001-Makefile-introduce-CPPFLAGS-LDFLAGS-DESTDIR-make-var.patch +d79f0181c5b1f14707542674fb747fb7 bittwist-linux-1.1.tar.gz Added: csw/mgar/pkg/bittwist/trunk/files/0001-Makefile-introduce-CPPFLAGS-LDFLAGS-DESTDIR-make-var.patch =================================================================== --- csw/mgar/pkg/bittwist/trunk/files/0001-Makefile-introduce-CPPFLAGS-LDFLAGS-DESTDIR-make-var.patch (rev 0) +++ csw/mgar/pkg/bittwist/trunk/files/0001-Makefile-introduce-CPPFLAGS-LDFLAGS-DESTDIR-make-var.patch 2010-06-03 15:25:31 UTC (rev 10084) @@ -0,0 +1,73 @@ +From a6dfb7252a1f9bac034817c517643ab689831261 Mon Sep 17 00:00:00 2001 +From: Sebastian Kayser +Date: Thu, 3 Jun 2010 17:14:48 +0200 +Subject: [PATCH] Makefile: introduce CPPFLAGS/LDFLAGS/DESTDIR, make variables overridable + +This patch makes the Makefile more flexible when it comes to a different +environment where compiler or linker flags like CPPFLAGS/LDFLAGS might be +preset and where the installation shouldn't be located under /usr. +--- + Makefile | 26 ++++++++++++++------------ + 1 files changed, 14 insertions(+), 12 deletions(-) + +diff --git a/Makefile b/Makefile +index 6cbdf49..7b093d1 100755 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + SHELL = /bin/sh + +-prefix = /usr ++prefix ?= /usr + exec_prefix = ${prefix} + bindir = ${exec_prefix}/bin + mandir = ${prefix}/share/man/man1 +@@ -9,6 +9,8 @@ CC ?= gcc + DEBUG = -g + CFLAGS ?= -O2 + CFLAGS += $(DEBUG) ++CPPFLAGS ?= -I/usr/local/include ++LDFLAGS ?= -L/usr/local/lib -lpcap + SRC = src + DOC = doc + +@@ -19,25 +21,25 @@ INSTALL_DATA = ${INSTALL} -m 644 + all: bittwist bittwistb bittwiste + + bittwist: +- $(CC) $(CFLAGS) $(SRC)/bittwist.c -o $(SRC)/bittwist -I/usr/local/include -L/usr/local/lib -lpcap ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(SRC)/bittwist.c -o $(SRC)/bittwist $(LDFLAGS) + + bittwistb: +- $(CC) $(CFLAGS) $(SRC)/bittwistb.c -o $(SRC)/bittwistb -I/usr/local/include -L/usr/local/lib -lpcap ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(SRC)/bittwistb.c -o $(SRC)/bittwistb $(LDFLAGS) + + bittwiste: +- $(CC) $(CFLAGS) $(SRC)/bittwiste.c -o $(SRC)/bittwiste -I/usr/local/include -L/usr/local/lib -lpcap ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(SRC)/bittwiste.c -o $(SRC)/bittwiste $(LDFLAGS) + + clean: + rm -f $(SRC)/bittwist $(SRC)/bittwistb $(SRC)/bittwiste + + install: +- mkdir -p $(bindir) +- chmod 755 $(bindir) +- $(INSTALL_PROGRAM) $(SRC)/bittwist $(SRC)/bittwistb $(SRC)/bittwiste $(bindir) +- mkdir -p $(mandir) +- chmod 755 $(mandir) +- $(INSTALL_DATA) $(DOC)/bittwist.1 $(DOC)/bittwistb.1 $(DOC)/bittwiste.1 $(mandir) ++ mkdir -p $(DESTDIR)$(bindir) ++ chmod 755 $(DESTDIR)$(bindir) ++ $(INSTALL_PROGRAM) $(SRC)/bittwist $(SRC)/bittwistb $(SRC)/bittwiste $(DESTDIR)$(bindir) ++ mkdir -p $(DESTDIR)$(mandir) ++ chmod 755 $(DESTDIR)$(mandir) ++ $(INSTALL_DATA) $(DOC)/bittwist.1 $(DOC)/bittwistb.1 $(DOC)/bittwiste.1 $(DESTDIR)$(mandir) + + uninstall: +- rm -f $(bindir)/bittwist $(bindir)/bittwistb $(bindir)/bittwiste +- rm -f $(mandir)/bittwist.1 $(mandir)/bittwistb.1 $(mandir)/bittwiste.1 ++ rm -f $(addprefix $(DESTDIR)$(bindir)/,bittwist bittwistb bittwiste) ++ rm -f $(addprefix $(DESTDIR)$(mandir)/,bittwist.1 bittwistb.1 bittwiste.1) +-- +1.7.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 3 17:45:19 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 03 Jun 2010 15:45:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10085] csw/mgar/gar/v2/gar.lib.mk Message-ID: Revision: 10085 http://gar.svn.sourceforge.net/gar/?rev=10085&view=rev Author: bdwalton Date: 2010-06-03 15:45:19 +0000 (Thu, 03 Jun 2010) Log Message: ----------- gar/v2: git/patch: make git am more forgiving of whitespace/line ending issues (think DOS formatted files from upstream) Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2010-06-03 15:25:31 UTC (rev 10084) +++ csw/mgar/gar/v2/gar.lib.mk 2010-06-03 15:45:19 UTC (rev 10085) @@ -475,7 +475,7 @@ normal-patch-%: @echo " ==> Applying patch $(DOWNLOADDIR)/$*" @( if ggrep -q 'Subject:' $(abspath $(DOWNLOADDIR)/$*); then \ - cd $(WORKSRC); git am $(abspath $(DOWNLOADDIR)/$*); \ + cd $(WORKSRC); git am --ignore-space --ignore-whitespace $(abspath $(DOWNLOADDIR)/$*); \ else \ echo Adding old-style patch...; \ $(GARPATCH) < $(DOWNLOADDIR)/$*; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 3 17:45:56 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 03 Jun 2010 15:45:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[10086] csw/mgar/gar/v2/gar.lib.mk Message-ID: Revision: 10086 http://gar.svn.sourceforge.net/gar/?rev=10086&view=rev Author: bdwalton Date: 2010-06-03 15:45:56 +0000 (Thu, 03 Jun 2010) Log Message: ----------- gar/v2: git/patch: use correct option to git am Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2010-06-03 15:45:19 UTC (rev 10085) +++ csw/mgar/gar/v2/gar.lib.mk 2010-06-03 15:45:56 UTC (rev 10086) @@ -475,7 +475,7 @@ normal-patch-%: @echo " ==> Applying patch $(DOWNLOADDIR)/$*" @( if ggrep -q 'Subject:' $(abspath $(DOWNLOADDIR)/$*); then \ - cd $(WORKSRC); git am --ignore-space --ignore-whitespace $(abspath $(DOWNLOADDIR)/$*); \ + cd $(WORKSRC); git am --ignore-space-change --ignore-whitespace $(abspath $(DOWNLOADDIR)/$*); \ else \ echo Adding old-style patch...; \ $(GARPATCH) < $(DOWNLOADDIR)/$*; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 3 19:57:54 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 03 Jun 2010 17:57:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[10087] csw/mgar/pkg/firefox/trunk/Makefile Message-ID: Revision: 10087 http://gar.svn.sourceforge.net/gar/?rev=10087&view=rev Author: bdwalton Date: 2010-06-03 17:57:53 +0000 (Thu, 03 Jun 2010) Log Message: ----------- firefox: use standard WORKSRC but update DISTNAME; drop two build deps Modified Paths: -------------- csw/mgar/pkg/firefox/trunk/Makefile Modified: csw/mgar/pkg/firefox/trunk/Makefile =================================================================== --- csw/mgar/pkg/firefox/trunk/Makefile 2010-06-03 15:45:56 UTC (rev 10086) +++ csw/mgar/pkg/firefox/trunk/Makefile 2010-06-03 17:57:53 UTC (rev 10087) @@ -1,7 +1,7 @@ GARNAME = firefox GARVERSION = 3.0.18 CATEGORIES = apps -DISTNAME = $(GARNAME) +DISTNAME = mozilla DESCRIPTION = Firefox Community Edition web browser define BLURB @@ -20,7 +20,7 @@ CATALOGNAME_CSWfirefox = $(GARNAME) SPKG_DESC_CSWfirefox = $(DESCRIPTION) -BUILD_DEP_PKGS = CSWgtk2devel CSWlibdbusdev CSWdbusglibdev CSWsqlite3devel CSWkbproto CSWrenderproto +BUILD_DEP_PKGS = CSWlibdbusdev CSWdbusglibdev CSWsqlite3devel CSWkbproto BUILD_DEP_PKGS += CSWxproto CSWlibpthreadstubs CSWlibxcb CSWlibxcbdevel CSWlibxft2 CSWlibxft2devel RUNTIME_DEP_PKGS_CSWfirefox = CSWdbusglib @@ -83,11 +83,10 @@ LICENSE = LICENSE # Variable for direct access to working dir -WORK_BUILD = $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(GARNAME) +WORK_BUILD = $(WORKSRC) WORK_INSTALL = $(WORKROOTDIR)/install-$(firstword $(MODULATIONS)) post-extract: - mv $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/mozilla $(WORK_BUILD) cp $(FILEDIR)/stdbool.h $(WORK_BUILD)/memory/jemalloc $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 3 23:19:22 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 03 Jun 2010 21:19:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[10088] csw/mgar/pkg/slack/trunk Message-ID: Revision: 10088 http://gar.svn.sourceforge.net/gar/?rev=10088&view=rev Author: wahwah Date: 2010-06-03 21:19:21 +0000 (Thu, 03 Jun 2010) Log Message: ----------- slack: Adding a patch that make it use /etc/opt/csw for configuration. Modified Paths: -------------- csw/mgar/pkg/slack/trunk/Makefile csw/mgar/pkg/slack/trunk/checksums Added Paths: ----------- csw/mgar/pkg/slack/trunk/files/0004-use-etc-opt-csw-slack.conf.patch Modified: csw/mgar/pkg/slack/trunk/Makefile =================================================================== --- csw/mgar/pkg/slack/trunk/Makefile 2010-06-03 17:57:53 UTC (rev 10087) +++ csw/mgar/pkg/slack/trunk/Makefile 2010-06-03 21:19:21 UTC (rev 10088) @@ -5,7 +5,7 @@ GARNAME = slack GARVERSION = 0.15.2 CATEGORIES = lib -DESCRIPTION = a glorified wrapper around rsync +DESCRIPTION = A glorified wrapper around rsync define BLURB endef SPKG_SOURCEURL = http://code.google.com/p/slack/ @@ -13,6 +13,7 @@ PATCHFILES = 0001-OpenCSW-layout.patch PATCHFILES += 0002-use-OpenCSW-perl.patch PATCHFILES += 0003-gen_config_file-with-OpenCSW-perl.patch +PATCHFILES += 0004-use-etc-opt-csw-slack.conf.patch DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz RUNTIME_DEP_PKGS_CSWslack += CSWperl Modified: csw/mgar/pkg/slack/trunk/checksums =================================================================== --- csw/mgar/pkg/slack/trunk/checksums 2010-06-03 17:57:53 UTC (rev 10087) +++ csw/mgar/pkg/slack/trunk/checksums 2010-06-03 21:19:21 UTC (rev 10088) @@ -1,4 +1,5 @@ 322b69da09e4676bed40231652b5c4e7 0001-OpenCSW-layout.patch f11a6f0d4d7a40c73171ea10aede34e0 0002-use-OpenCSW-perl.patch 9788deb3ea2ecaa7b722e8b3afeacda1 0003-gen_config_file-with-OpenCSW-perl.patch +15df632e5feec495fa0a3ed27316e960 0004-use-etc-opt-csw-slack.conf.patch 4056df8e7e152a6e4e6730708a86bd25 slack-0.15.2.tar.gz Added: csw/mgar/pkg/slack/trunk/files/0004-use-etc-opt-csw-slack.conf.patch =================================================================== --- csw/mgar/pkg/slack/trunk/files/0004-use-etc-opt-csw-slack.conf.patch (rev 0) +++ csw/mgar/pkg/slack/trunk/files/0004-use-etc-opt-csw-slack.conf.patch 2010-06-03 21:19:21 UTC (rev 10088) @@ -0,0 +1,101 @@ +From 761384e70978e3a1b54dcfb6df9f1ffe6f1d493b Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Thu, 3 Jun 2010 19:49:45 +0200 +Subject: [PATCH] Use /etc/opt/csw/slack.conf + +--- + doc/slack-intro | 4 ++-- + doc/slack.8 | 4 ++-- + doc/slack.conf.5 | 4 ++-- + slack.spec | 2 +- + src/Slack.pm | 2 +- + 5 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/doc/slack-intro b/doc/slack-intro +index eb5d244..1c433ba 100644 +--- a/doc/slack-intro ++++ b/doc/slack-intro +@@ -24,8 +24,8 @@ could write another backend and get your roles from DNS or LDAP or + something (I've never felt the need). + + slack has a fair number of options to change its behavior, which can be +-specified in an optional configuration file, /etc/slack.conf, on the +-host running slack, or on the command line (which takes precedence over ++specified in an optional configuration file, /etc/opt/csw/slack.conf, on ++the host running slack, or on the command line (which takes precedence over + the config file). The location of the config file can also be specified + on the command line. + +diff --git a/doc/slack.8 b/doc/slack.8 +index 5f8ec8a..eb9858a 100644 +--- a/doc/slack.8 ++++ b/doc/slack.8 +@@ -48,7 +48,7 @@ Don't be verbose (Overrides previous uses of --verbose). + .TP + \fB\-C\fR, \fB\-\-config FILE\fR + Use the specfied FILE for configuration instead of the default, +-.IR /etc/slack.conf . ++.IR /etc/opt/csw/slack.conf . + .TP + \fB\-s\fR, \fB\-\-source DIR\fR + Source directory for slack files +@@ -172,7 +172,7 @@ slack --sleep 3600 + + + .SH FILES +-.I /etc/slack.conf ++.I /etc/opt/csw/slack.conf + .SH SEE ALSO + .BR slack.conf (5), + .BR rsync (1) +diff --git a/doc/slack.conf.5 b/doc/slack.conf.5 +index 25b40da..0f5ce14 100644 +--- a/doc/slack.conf.5 ++++ b/doc/slack.conf.5 +@@ -10,7 +10,7 @@ slack.conf \- configuration file for slack + + .SH DESCRIPTION + The file +-.I /etc/slack.conf ++.I /etc/opt/csw/slack.conf + contains configuration information for + .BR slack (8) + and its backends. It should contain one keyword-value pair per line, +@@ -95,7 +95,7 @@ A typical file might look like this: + BACKUP_DIR=/var/lib/slack/backups + + .SH FILES +-.I /etc/slack.conf ++.I /etc/opt/csw/slack.conf + .SH SEE ALSO + .BR slack (8), + .BR rsync (1) +diff --git a/slack.spec b/slack.spec +index 727083b..7176883 100644 +--- a/slack.spec ++++ b/slack.spec +@@ -56,7 +56,7 @@ rm -rf %{buildroot} + + %preun + if [ $1 = 0 ] ; then +- . /etc/slack.conf ++ . /etc/opt/csw/slack.conf + rm -rf "$CACHE"/* + rm -rf "$STAGE" + fi +diff --git a/src/Slack.pm b/src/Slack.pm +index 9f0a57d..1f9d682 100644 +--- a/src/Slack.pm ++++ b/src/Slack.pm +@@ -19,7 +19,7 @@ $VERSION = '0.15.2'; + @EXPORT = qw(); + @EXPORT_OK = qw(); + +-$DEFAULT_CONFIG_FILE = '/etc/slack.conf'; ++$DEFAULT_CONFIG_FILE = '/etc/opt/csw/slack.conf'; + + my $term; + +-- +1.7.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 3 23:41:19 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 03 Jun 2010 21:41:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10089] csw/mgar/pkg/firefox/trunk/Makefile Message-ID: Revision: 10089 http://gar.svn.sourceforge.net/gar/?rev=10089&view=rev Author: theferret Date: 2010-06-03 21:41:19 +0000 (Thu, 03 Jun 2010) Log Message: ----------- firefox Makefile: removed /opt/csw/X11 pkgconfig, added hidden depend on CSWlibgnomeui Modified Paths: -------------- csw/mgar/pkg/firefox/trunk/Makefile Modified: csw/mgar/pkg/firefox/trunk/Makefile =================================================================== --- csw/mgar/pkg/firefox/trunk/Makefile 2010-06-03 21:19:21 UTC (rev 10088) +++ csw/mgar/pkg/firefox/trunk/Makefile 2010-06-03 21:41:19 UTC (rev 10089) @@ -34,7 +34,7 @@ RUNTIME_DEP_PKGS_CSWfirefox += CSWlibcairo RUNTIME_DEP_PKGS_CSWfirefox += CSWlibdbus RUNTIME_DEP_PKGS_CSWfirefox += CSWlibgnome -RUNTIME_DEP_PKGS_CSWfirefox += CSWlibx11 +RUNTIME_DEP_PKGS_CSWfirefox += CSWlibgnomeui RUNTIME_DEP_PKGS_CSWfirefox += CSWlibxrender RUNTIME_DEP_PKGS_CSWfirefox += CSWpango RUNTIME_DEP_PKGS_CSWfirefox += CSWzlib @@ -60,7 +60,7 @@ PATCHFILES += legacydb.config.mk.diff # pkg-config options -EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig +#EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig PERL=/opt/csw/bin/perl CXXFLAGS +=-xlibmil -xlibmopt -features=tmplife -norunpath 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 Jun 4 02:15:58 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 04 Jun 2010 00:15:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10090] csw/mgar/pkg/gnulinks/trunk/Makefile Message-ID: Revision: 10090 http://gar.svn.sourceforge.net/gar/?rev=10090&view=rev Author: bdwalton Date: 2010-06-04 00:15:58 +0000 (Fri, 04 Jun 2010) Log Message: ----------- gnulinks: drop CSWgawk as it provides a link now Modified Paths: -------------- csw/mgar/pkg/gnulinks/trunk/Makefile Modified: csw/mgar/pkg/gnulinks/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnulinks/trunk/Makefile 2010-06-03 21:41:19 UTC (rev 10089) +++ csw/mgar/pkg/gnulinks/trunk/Makefile 2010-06-04 00:15:58 UTC (rev 10090) @@ -5,7 +5,7 @@ VENDOR_URL = http://opencsw.org GLINKPKGS = CSWggettext CSWggettextrt CSWbison CSWbinutils -GLINKPKGS += CSWgawk CSWgsed CSWggetopt CSWfindutils +GLINKPKGS += CSWgsed CSWggetopt CSWfindutils GLINKPKGS += CSWgmake CSWgpatch CSWgm4 CSWgwhois CSWgtar BUILD_DEP_PKGS = $(GLINKPKGS) CSWpkgutil CSWbash This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 4 08:04:15 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 04 Jun 2010 06:04:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10091] csw/mgar/pkg/gtk2/branches/README Message-ID: Revision: 10091 http://gar.svn.sourceforge.net/gar/?rev=10091&view=rev Author: theferret Date: 2010-06-04 06:04:15 +0000 (Fri, 04 Jun 2010) Log Message: ----------- gtk2/branches/readme file Modified Paths: -------------- csw/mgar/pkg/gtk2/branches/README Modified: csw/mgar/pkg/gtk2/branches/README =================================================================== --- csw/mgar/pkg/gtk2/branches/README 2010-06-04 00:15:58 UTC (rev 10090) +++ csw/mgar/pkg/gtk2/branches/README 2010-06-04 06:04:15 UTC (rev 10091) @@ -1,7 +1,19 @@ Quickie rebuild of our gtk packge(s), to make the CSW-X11 clean. -notes for hand-tweaking prototype file: +SOLARIS 9 PATCHING NOTE:: + Apparently, suns' patching is BROKEN!! + x86 latest patch set gets PROPER version of file for + /usr/openwin/share/include/X11/Xlibint.h + **sparc does not** !!! + So.. have to manually copy x86 version of file over to sparc, then it works! + +Oddity: the sun fingerprint database is corrupted !! + + -------------------------------------------------- + +notes for hand-tweaking gtk prototype file: + remove .la files from /opt/csw/lib, but NOT modules dir or elsewhere @@ -11,8 +23,8 @@ but actualy also triggered through libFAM failage. erm...? -some websites believe, -"makes me believe that it is - caused by the gtk_file_chooser* code in gtkoptions.c. Probably a - missing directory that the gtk code expects to be there." +some websites believe :-- + "makes me believe that it is caused by the gtk_file_chooser* code in + gtkoptions.c. Probably a missing directory that the gtk code expects to be + there." 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 Jun 4 09:09:32 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 04 Jun 2010 07:09:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10092] csw/mgar/pkg/libcairo/branches/ libcairo-x11-reloaded/Makefile Message-ID: Revision: 10092 http://gar.svn.sourceforge.net/gar/?rev=10092&view=rev Author: dmichelsen Date: 2010-06-04 07:09:32 +0000 (Fri, 04 Jun 2010) Log Message: ----------- libcairo-x11-reloaded: Add checkpkg override Modified Paths: -------------- csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile Modified: csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile 2010-06-04 06:04:15 UTC (rev 10091) +++ csw/mgar/pkg/libcairo/branches/libcairo-x11-reloaded/Makefile 2010-06-04 07:09:32 UTC (rev 10092) @@ -100,6 +100,7 @@ CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWcxlibcairo CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWlibxcbdevel CHECKPKG_OVERRIDES_CSWcxlibcairodevel += surplus-dependency|CSWlibxrenderdevel +CHECKPKG_OVERRIDES_CSWlibcairo += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libcairo.so.2.10800.10 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 4 14:42:54 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 04 Jun 2010 12:42:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[10093] csw/mgar/pkg Message-ID: Revision: 10093 http://gar.svn.sourceforge.net/gar/?rev=10093&view=rev Author: dmichelsen Date: 2010-06-04 12:42:54 +0000 (Fri, 04 Jun 2010) Log Message: ----------- xbattle: Initial commit Added Paths: ----------- csw/mgar/pkg/xbattle/ csw/mgar/pkg/xbattle/branches/ csw/mgar/pkg/xbattle/tags/ csw/mgar/pkg/xbattle/trunk/ csw/mgar/pkg/xbattle/trunk/Makefile csw/mgar/pkg/xbattle/trunk/checksums csw/mgar/pkg/xbattle/trunk/files/ Property changes on: csw/mgar/pkg/xbattle/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/xbattle/trunk/Makefile =================================================================== --- csw/mgar/pkg/xbattle/trunk/Makefile (rev 0) +++ csw/mgar/pkg/xbattle/trunk/Makefile 2010-06-04 12:42:54 UTC (rev 10093) @@ -0,0 +1,37 @@ +# $Id$ +GARNAME = xbattle +GARVERSION = 5.4.1 +CATEGORIES = apps + +DESCRIPTION = A multi-player real time strategy game +define BLURB +endef + +MASTER_SITES = ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +LICENSE = COPYRIGHT + +CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile +TEST_SCRIPTS = +INSTALL_ARGS = install install.man + +INSTALL_OVERRIDE_VARS = BINDIR MANPATH +INSTALL_OVERRIDE_VAR_BINDIR = $(bindir) +INSTALL_OVERRIDE_VAR_MANPATH = $(mandir) + +include gar/category.mk + +post-extract-modulated: + -perl -npe 's,/export/home/lesher/xbos,/opt/csw/share/xbattle/xbos,; \ + s,/export/home/lesher/xbts,/opt/csw/share/xbattle/xbts,; \ + s,/export/home/lesher/xbas,/opt/csw/share/xbattle/xbas,' \ + -i $(WORKSRC)/Imakefile + @$(MAKECOOKIE) + +post-install-modulated: + ginstall -d $(DESTDIR)$(sharedstatedir)/xbattle + cd $(WORKSRC) && cp -r xbos xbts xbas $(DESTDIR)$(sharedstatedir)/xbattle/ + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/xbattle/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/xbattle/trunk/checksums =================================================================== --- csw/mgar/pkg/xbattle/trunk/checksums (rev 0) +++ csw/mgar/pkg/xbattle/trunk/checksums 2010-06-04 12:42:54 UTC (rev 10093) @@ -0,0 +1 @@ +9eb96c644807156a060f753b4d06df92 xbattle-5.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 4 14:46:46 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 04 Jun 2010 12:46:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[10094] csw/mgar/pkg/xbattle/trunk/Makefile Message-ID: Revision: 10094 http://gar.svn.sourceforge.net/gar/?rev=10094&view=rev Author: dmichelsen Date: 2010-06-04 12:46:46 +0000 (Fri, 04 Jun 2010) Log Message: ----------- xbattle: Add docs Modified Paths: -------------- csw/mgar/pkg/xbattle/trunk/Makefile Modified: csw/mgar/pkg/xbattle/trunk/Makefile =================================================================== --- csw/mgar/pkg/xbattle/trunk/Makefile 2010-06-04 12:42:54 UTC (rev 10093) +++ csw/mgar/pkg/xbattle/trunk/Makefile 2010-06-04 12:46:46 UTC (rev 10094) @@ -34,4 +34,6 @@ post-install-modulated: ginstall -d $(DESTDIR)$(sharedstatedir)/xbattle cd $(WORKSRC) && cp -r xbos xbts xbas $(DESTDIR)$(sharedstatedir)/xbattle/ + ginstall -d $(DESTDIR)$(docdir)/xbattle + cd $(WORKSRC) && cp -rp tutorial1 tutorial2 README $(DESTDIR)$(docdir)/xbattle @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 4 15:54:39 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 04 Jun 2010 13:54:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[10095] csw/mgar/pkg/gtk2/trunk Message-ID: Revision: 10095 http://gar.svn.sourceforge.net/gar/?rev=10095&view=rev Author: theferret Date: 2010-06-04 13:54:39 +0000 (Fri, 04 Jun 2010) Log Message: ----------- gtk2: adjust trunk to be targetted to stable release 2.18 Modified Paths: -------------- csw/mgar/pkg/gtk2/trunk/Makefile csw/mgar/pkg/gtk2/trunk/checksums Modified: csw/mgar/pkg/gtk2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtk2/trunk/Makefile 2010-06-04 12:46:46 UTC (rev 10094) +++ csw/mgar/pkg/gtk2/trunk/Makefile 2010-06-04 13:54:39 UTC (rev 10095) @@ -1,5 +1,5 @@ GARNAME = gtk2 -GARVERSION = 2.19.7 +GARVERSION = 2.18.9 CATEGORIES = lib DESCRIPTION = GTK+, the multiplatform X11 toolkit for GUI development @@ -42,17 +42,11 @@ SPKG_SOURCEURL = http://www.gtk.org/ -EXTRA_INC = $(prefix)/X11/include -EXTRA_LIB = $(prefix)/X11/lib -EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib - NOISAEXEC = 1 NOISALIST = 1 BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --x-include=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) CONFIGURE_ARGS += --disable-cups STRIP_LIBTOOL = 1 Modified: csw/mgar/pkg/gtk2/trunk/checksums =================================================================== --- csw/mgar/pkg/gtk2/trunk/checksums 2010-06-04 12:46:46 UTC (rev 10094) +++ csw/mgar/pkg/gtk2/trunk/checksums 2010-06-04 13:54:39 UTC (rev 10095) @@ -1,2 +1,2 @@ 7ff4fdcaa073afc764af7106c0ba441c CSWgtk2.postinstall -d28d3857bc9a668e928714d8413f8b70 gtk+-2.19.7.tar.bz2 +f680d38c973635365acababacb1730ec gtk+-2.18.9.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 4 17:24:16 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 04 Jun 2010 15:24:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10096] csw/mgar/pkg/gtk2/trunk/Makefile Message-ID: Revision: 10096 http://gar.svn.sourceforge.net/gar/?rev=10096&view=rev Author: theferret Date: 2010-06-04 15:24:16 +0000 (Fri, 04 Jun 2010) Log Message: ----------- gtk2 trunk: added patch Modified Paths: -------------- csw/mgar/pkg/gtk2/trunk/Makefile Modified: csw/mgar/pkg/gtk2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtk2/trunk/Makefile 2010-06-04 13:54:39 UTC (rev 10095) +++ csw/mgar/pkg/gtk2/trunk/Makefile 2010-06-04 15:24:16 UTC (rev 10096) @@ -64,4 +64,6 @@ ARCHALL_CSWgtk2doc = 1 +PATCHFILES = gdkdnd-x11.c.diff + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 4 17:26:39 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 04 Jun 2010 15:26:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[10097] csw/mgar/pkg/gtk2/trunk Message-ID: Revision: 10097 http://gar.svn.sourceforge.net/gar/?rev=10097&view=rev Author: theferret Date: 2010-06-04 15:26:38 +0000 (Fri, 04 Jun 2010) Log Message: ----------- gtk2: added patch Modified Paths: -------------- csw/mgar/pkg/gtk2/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gtk2/trunk/files/gdkdnd-x11.c.diff Modified: csw/mgar/pkg/gtk2/trunk/checksums =================================================================== --- csw/mgar/pkg/gtk2/trunk/checksums 2010-06-04 15:24:16 UTC (rev 10096) +++ csw/mgar/pkg/gtk2/trunk/checksums 2010-06-04 15:26:38 UTC (rev 10097) @@ -1,2 +1,3 @@ 7ff4fdcaa073afc764af7106c0ba441c CSWgtk2.postinstall +7d8564607a919fb1f25567a424384236 gdkdnd-x11.c.diff f680d38c973635365acababacb1730ec gtk+-2.18.9.tar.bz2 Added: csw/mgar/pkg/gtk2/trunk/files/gdkdnd-x11.c.diff =================================================================== --- csw/mgar/pkg/gtk2/trunk/files/gdkdnd-x11.c.diff (rev 0) +++ csw/mgar/pkg/gtk2/trunk/files/gdkdnd-x11.c.diff 2010-06-04 15:26:38 UTC (rev 10097) @@ -0,0 +1,10 @@ +--- ./gdk/x11/gdkdnd-x11.c.orig Mon May 31 18:30:19 2010 ++++ ./gdk/x11/gdkdnd-x11.c Mon May 31 18:31:44 2010 +@@ -26,6 +26,7 @@ + + #include "config.h" + #include ++#include + #include + #include + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 4 22:53:50 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 04 Jun 2010 20:53:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10098] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 Message-ID: Revision: 10098 http://gar.svn.sourceforge.net/gar/?rev=10098&view=rev Author: theferret Date: 2010-06-04 20:53:50 +0000 (Fri, 04 Jun 2010) Log Message: ----------- creatpekg: added comment for Makefile.sparcv9 Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 2010-06-04 15:26:38 UTC (rev 10097) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 2010-06-04 20:53:50 UTC (rev 10098) @@ -58,6 +58,11 @@ # I tried depending this on $(BUILDDIR)/config.log but that didnt stick configure: build/.config.done + +# Note: If you decide to do a full re ./configure, you may have to do +# PKG_CONFIG_PATH=/opt/csw/lib/sparcv9, particularly if you +# use glib. because that changes the #include paths as well !! +# sparcv9: (cd $(BUILDDIR)/src ; \ gmake clean; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 4 23:02:35 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 04 Jun 2010 21:02:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10099] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 Message-ID: Revision: 10099 http://gar.svn.sourceforge.net/gar/?rev=10099&view=rev Author: theferret Date: 2010-06-04 21:02:35 +0000 (Fri, 04 Jun 2010) Log Message: ----------- createpkg: Fixed typo Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 2010-06-04 20:53:50 UTC (rev 10098) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 2010-06-04 21:02:35 UTC (rev 10099) @@ -60,7 +60,7 @@ # Note: If you decide to do a full re ./configure, you may have to do -# PKG_CONFIG_PATH=/opt/csw/lib/sparcv9, particularly if you +# PKG_CONFIG_PATH=/opt/csw/lib/sparcv9/pkgconfig , particularly if you # use glib. because that changes the #include paths as well !! # sparcv9: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 5 06:26:28 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 05 Jun 2010 04:26:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10100] csw/mgar/pkg/libxft2/trunk/Makefile Message-ID: Revision: 10100 http://gar.svn.sourceforge.net/gar/?rev=10100&view=rev Author: theferret Date: 2010-06-05 04:26:28 +0000 (Sat, 05 Jun 2010) Log Message: ----------- libxft2: fix for sparcv9 target Modified Paths: -------------- csw/mgar/pkg/libxft2/trunk/Makefile Modified: csw/mgar/pkg/libxft2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-04 21:02:35 UTC (rev 10099) +++ csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-05 04:26:28 UTC (rev 10100) @@ -65,7 +65,7 @@ LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' ; \ strip .libs/$(RAWLIB); \ cp .libs/$(RAWLIB) ../cswstage ; cd .. ;\ - sed 's:libdir=.*:/opt/csw/lib/sparcv9:' xft.pc>cswstage/xft.pc.sparcv9 ; \ + sed 's:libdir=.*:libdir=/opt/csw/lib/sparcv9:' xft.pc>cswstage/xft.pc.sparcv9 ; \ echo sparcv9 build done ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 5 07:18:38 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 05 Jun 2010 05:18:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10101] csw/mgar/pkg/TEMPLATES/createpkg Message-ID: Revision: 10101 http://gar.svn.sourceforge.net/gar/?rev=10101&view=rev Author: theferret Date: 2010-06-05 05:18:38 +0000 (Sat, 05 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: added extra middleware Makefile Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/copy_template Added Paths: ----------- csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile Modified: csw/mgar/pkg/TEMPLATES/createpkg/copy_template =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/copy_template 2010-06-05 04:26:28 UTC (rev 10100) +++ csw/mgar/pkg/TEMPLATES/createpkg/copy_template 2010-06-05 05:18:38 UTC (rev 10101) @@ -47,6 +47,7 @@ cp $template_dir/Makefile* $DESTDIR +cp -i $template_dir/top.Makefile $DESTDIR/../Makefile cp $template_dir/README* $DESTDIR cp $template_dir/prototype* $DESTDIR $template_dir/generate_pkginfo $1 >$DESTDIR/pkginfo Added: csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile (rev 0) +++ csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile 2010-06-05 05:18:38 UTC (rev 10101) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +garchive extract configure build package: + $(MAKE) -C $(DEFAULT_DIR) $* + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 5 18:06:07 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 05 Jun 2010 16:06:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10102] csw/mgar/pkg/TEMPLATES/createpkg Message-ID: Revision: 10102 http://gar.svn.sourceforge.net/gar/?rev=10102&view=rev Author: theferret Date: 2010-06-05 16:06:07 +0000 (Sat, 05 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: added makefile, and tweaked existing Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile Added Paths: ----------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Added: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib (rev 0) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-05 16:06:07 UTC (rev 10102) @@ -0,0 +1,76 @@ +# Eventually, move "Makefile.sparc" to here, and make it +# generic 64bit capable.? +# you MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion + +# Organization: variable defintions up top, +# targets in second half. + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_32:= +LDFLAGS_64= + + +# DO NOT specify the arch-blah stuff such as -m64 here. +# the individual targets will do that. +# This is to allow these bits to normally be identical. + +CFLAGS_32 := +CFLAGS_64 := $(CFLAGS_32) +CXXFLAGS_32 := +CXXFLAGS_64 := $(CXXFLAGS_64) + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw + +CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 + +all: $(ARCH)-32 $(ARCH)-64 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + + +package: ### potentially want to handle "merge" type stuff here + + +# initial announce here. more down below for individual targets +sparc-32 sparc-64 i386-32 i386-64:: + @echo building $@ target + + +configure-$(ARCH)-32: build/.configure-$(ARCH)-32.done +build-$(ARCH)-32: build/.build-$(ARCH)-32.done +stage-$(ARCH)-32: build/.stage-$(ARCH)-32.done +configure-$(ARCH)-64: build/.configure-$(ARCH)-64.done +build-$(ARCH)-64: build/.build-$(ARCH)-64.done +stage-$(ARCH)-64: build/.stage-$(ARCH)-64.done + + +# split out generic $(ARCH) sections to specific platform if needed. +# but it usually should not be. + +build/.$(ARCH)-32.done: $(ARCH)-32 + + +build/.build-$(ARCH)-32.done build/.stage-$(ARCH)-32.done \ +build/.configure-$(ARCH)-32.done \ +build/.configure-$(ARCH)-64.done build/.build-$(ARCH)-64.done \ +build/.stage-$(ARCH)-64.done: + @echo debug: handling $@ target + touch $@ + + + +$(ARCH)-32 :: build/.configure-$(ARCH)-32.done \ + build/.build-$(ARCH)-32.done \ + build/.stage-$(ARCH)-32.done + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +$(ARCH)-64 :: build/.$(ARCH)-32.done build/.configure-$(ARCH)-64.done build/.build-$(ARCH)-64.done build/.stage-$(ARCH)-64.done + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done Modified: csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile 2010-06-05 05:18:38 UTC (rev 10101) +++ csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile 2010-06-05 16:06:07 UTC (rev 10102) @@ -11,5 +11,5 @@ # The -C means you must use gmake, unfortunately. garchive extract configure build package: - $(MAKE) -C $(DEFAULT_DIR) $* + $(MAKE) -C $(DEFAULT_DIR) $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 5 18:34:55 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 05 Jun 2010 16:34:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[10103] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Message-ID: Revision: 10103 http://gar.svn.sourceforge.net/gar/?rev=10103&view=rev Author: theferret Date: 2010-06-05 16:34:55 +0000 (Sat, 05 Jun 2010) Log Message: ----------- TEMPLATES: tweak of Makefile.lib Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-05 16:06:07 UTC (rev 10102) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-05 16:34:55 UTC (rev 10103) @@ -38,15 +38,21 @@ # initial announce here. more down below for individual targets sparc-32 sparc-64 i386-32 i386-64:: - @echo building $@ target + @echo Building $@ target -configure-$(ARCH)-32: build/.configure-$(ARCH)-32.done -build-$(ARCH)-32: build/.build-$(ARCH)-32.done -stage-$(ARCH)-32: build/.stage-$(ARCH)-32.done -configure-$(ARCH)-64: build/.configure-$(ARCH)-64.done -build-$(ARCH)-64: build/.build-$(ARCH)-64.done -stage-$(ARCH)-64: build/.stage-$(ARCH)-64.done +configure-$(ARCH)-32: build/.configure-$(ARCH)-32.done + @echo $@ done +build-$(ARCH)-32: build/.build-$(ARCH)-32.done + @echo $@ done +stage-$(ARCH)-32: build/.stage-$(ARCH)-32.done + @echo $@ done +configure-$(ARCH)-64: build/.configure-$(ARCH)-64.done + @echo $@ done +build-$(ARCH)-64: build/.build-$(ARCH)-64.done + @echo $@ done +stage-$(ARCH)-64: build/.stage-$(ARCH)-64.done + @echo $@ done # split out generic $(ARCH) sections to specific platform if needed. @@ -64,13 +70,11 @@ -$(ARCH)-32 :: build/.configure-$(ARCH)-32.done \ - build/.build-$(ARCH)-32.done \ - build/.stage-$(ARCH)-32.done +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 @echo Completed $(ARCH)-32 configure, build and stage touch build/.$(ARCH)-32.done -$(ARCH)-64 :: build/.$(ARCH)-32.done build/.configure-$(ARCH)-64.done build/.build-$(ARCH)-64.done build/.stage-$(ARCH)-64.done +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 @echo Completed $@ configure, build and stage touch build/.$(ARCH)-64.done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Jun 5 21:46:15 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 05 Jun 2010 19:46:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10104] csw/mgar/pkg/libtool/tags/libtool-2.2.6b_2010.01.05 / Message-ID: Revision: 10104 http://gar.svn.sourceforge.net/gar/?rev=10104&view=rev Author: dmichelsen Date: 2010-06-05 19:46:14 +0000 (Sat, 05 Jun 2010) Log Message: ----------- libtool: Tag libtool-2.2.6b_2010.01.05 Added Paths: ----------- csw/mgar/pkg/libtool/tags/libtool-2.2.6b_2010.01.05/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sun Jun 6 06:25:38 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sun, 06 Jun 2010 04:25:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10105] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Message-ID: Revision: 10105 http://gar.svn.sourceforge.net/gar/?rev=10105&view=rev Author: theferret Date: 2010-06-06 04:25:38 +0000 (Sun, 06 Jun 2010) Log Message: ----------- TEMPLATES/createpkg/Makefile.lib: checkpoint Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-05 19:46:14 UTC (rev 10104) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-06 04:25:38 UTC (rev 10105) @@ -1,5 +1,4 @@ -# Eventually, move "Makefile.sparc" to here, and make it -# generic 64bit capable.? +# This file is from TEMPLATES/createpkg/Makefile.lib # you MUST build this with gnu make, unfortunately. # Mainly just because of the ARCH expansion @@ -8,34 +7,38 @@ ARCH := $(shell /bin/uname -p) -LDFLAGS_32:= -LDFLAGS_64= +LDFLAGS_COMMON := +SRCDIR= build/* # DO NOT specify the arch-blah stuff such as -m64 here. # the individual targets will do that. -# This is to allow these bits to normally be identical. -CFLAGS_32 := -CFLAGS_64 := $(CFLAGS_32) -CXXFLAGS_32 := -CXXFLAGS_64 := $(CXXFLAGS_64) +CFLAGS_COMMON := -mt -xnorunpath +CXXFLAGS_COMMON := -mt -norunpath # Keep this arch-neutral if possible. add arch-specific tweaks # to arch-specific target -CONFIGURE=./configure --prefix=/opt/csw +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no -CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 +CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 --libexecdir=/opt/csw/libexec/sparcv9 -all: $(ARCH)-32 $(ARCH)-64 package +all: $(ARCH)-32 clean $(ARCH)-64 package # ARCH-XX handles configure, build, and stage for its own combo # +clean distclean: + $(MAKE) -C $(SRCDIR) $@ -package: ### potentially want to handle "merge" type stuff here +package patch garchive: + @echo make $@ not implemented yet + ### potentially want to handle "merge" type stuff in 'package' + # we also want to handle multi-package thingies. + + # initial announce here. more down below for individual targets sparc-32 sparc-64 i386-32 i386-64:: @echo Building $@ target @@ -61,15 +64,47 @@ build/.$(ARCH)-32.done: $(ARCH)-32 -build/.build-$(ARCH)-32.done build/.stage-$(ARCH)-32.done \ -build/.configure-$(ARCH)-32.done \ -build/.configure-$(ARCH)-64.done build/.build-$(ARCH)-64.done \ -build/.stage-$(ARCH)-64.done: +build/.stage-$(ARCH)-32.done \ +build/.stage-$(ARCH)-64.done :: @echo debug: handling $@ target touch $@ + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10106 http://gar.svn.sourceforge.net/gar/?rev=10106&view=rev Author: theferret Date: 2010-06-06 05:44:07 +0000 (Sun, 06 Jun 2010) Log Message: ----------- TEMPLATES/createpkg/Makefile.lib - Tweaked a little, plus added "extract" target Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-06 04:25:38 UTC (rev 10105) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-06 05:44:07 UTC (rev 10106) @@ -1,9 +1,10 @@ # This file is from TEMPLATES/createpkg/Makefile.lib -# you MUST build this with gnu make, unfortunately. -# Mainly just because of the ARCH expansion +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" # Organization: variable defintions up top, # targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. ARCH := $(shell /bin/uname -p) @@ -14,20 +15,49 @@ # DO NOT specify the arch-blah stuff such as -m64 here. # the individual targets will do that. -CFLAGS_COMMON := -mt -xnorunpath -CXXFLAGS_COMMON := -mt -norunpath +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 # Keep this arch-neutral if possible. add arch-specific tweaks # to arch-specific target CONFIGURE=./configure --prefix=/opt/csw --enable-static=no -CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 --libexecdir=/opt/csw/libexec/sparcv9 +CONFIGURE_64_sparc= --libexecdir=/opt/csw/libexec/sparcv9 +CONFIGURE_64_i386= --libexecdir=/opt/csw/libexec/amd64 +CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 $(CONFIGURE_64_$(ARCH)) + +test: + @echo extras = $(CONFIGURE_64_EXTRAS) + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME=FillThisInHere.tar.foo + + all: $(ARCH)-32 clean $(ARCH)-64 package # ARCH-XX handles configure, build, and stage for its own combo # +EXTRACTPROG=/bin/echo ERROR: UNKNOWN archive type ; exit 1 ; + +ifeq ($(suffix $(ARCHIVENAME)), ".gz") + EXTRACTPROG=gtar zf +endif +ifeq ($(suffix $(ARCHIVENAME)), ".bz2") + EXTRACTPROG=gtar jf +endif + +extract: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + + clean distclean: $(MAKE) -C $(SRCDIR) $@ @@ -93,7 +123,7 @@ (cd $(SRCDIR) ; \ CFLAGS="$(CFLAGS_COMMON) -m64" \ CXXFLAGS="$(CXXFLAGS_COMMON) -m64" \ - PKG_CONFIG_PATH=/opt/csw/lib/sparcv9 \ + PKG_CONFIG_PATH=/opt/csw/lib/64 \ $(CONFIGURE) $(CONFIGURE_64_EXTRAS) ) if test -f patchfile.postconf ; then \ gpatch -d $(SRCDIR) -p0 Revision: 10107 http://gar.svn.sourceforge.net/gar/?rev=10107&view=rev Author: bdwalton Date: 2010-06-06 16:55:14 +0000 (Sun, 06 Jun 2010) Log Message: ----------- libxslt: drop patch file that is rolled in upstream Modified Paths: -------------- csw/mgar/pkg/libxslt/trunk/Makefile csw/mgar/pkg/libxslt/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch Modified: csw/mgar/pkg/libxslt/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxslt/trunk/Makefile 2010-06-06 05:44:07 UTC (rev 10106) +++ csw/mgar/pkg/libxslt/trunk/Makefile 2010-06-06 16:55:14 UTC (rev 10107) @@ -16,8 +16,6 @@ CATALOGNAME_CSWlibxsltdevel = libxslt_devel CATALOGNAME_CSWpylibxslt = py_libxslt -PATCHFILES = fix-segfault-in-debug.patch - BUILD_DEP_PKGS = CSWlibxml2 CSWlibxml2devel SPKG_DESC_CSWlibxslt = XSLT engine runtime package Modified: csw/mgar/pkg/libxslt/trunk/checksums =================================================================== --- csw/mgar/pkg/libxslt/trunk/checksums 2010-06-06 05:44:07 UTC (rev 10106) +++ csw/mgar/pkg/libxslt/trunk/checksums 2010-06-06 16:55:14 UTC (rev 10107) @@ -1,2 +1 @@ -967047de707d0f20d7fa3b0d0916fdd9 fix-segfault-in-debug.patch e61d0364a30146aaa3001296f853b2b9 libxslt-1.1.26.tar.gz Deleted: csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch =================================================================== --- csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch 2010-06-06 05:44:07 UTC (rev 10106) +++ csw/mgar/pkg/libxslt/trunk/files/fix-segfault-in-debug.patch 2010-06-06 16:55:14 UTC (rev 10107) @@ -1,28 +0,0 @@ -diff --speed-large-files --minimal -Nru libxslt-1.1.24.orig/libxslt/extensions.c libxslt-1.1.24/libxslt/extensions.c ---- libxslt-1.1.24.orig/libxslt/extensions.c 2008-05-13 17:36:26.000000000 +0200 -+++ libxslt-1.1.24/libxslt/extensions.c 2009-08-16 05:00:34.108691758 +0200 -@@ -366,16 +366,17 @@ - /* determine module directory */ - ext_directory = (xmlChar *) getenv("LIBXSLT_PLUGINS_PATH"); - -+ if (NULL == ext_directory) { -+ ext_directory = BAD_CAST LIBXSLT_DEFAULT_PLUGINS_PATH(); -+ if (NULL == ext_directory) -+ return (-1); -+ } - #ifdef WITH_XSLT_DEBUG_EXTENSIONS -- xsltGenericDebug(xsltGenericDebugContext, -- "LIBXSLT_PLUGINS_PATH is %s\n", ext_directory); -+ else -+ xsltGenericDebug(xsltGenericDebugContext, -+ "LIBXSLT_PLUGINS_PATH is %s\n", ext_directory); - #endif - -- if (NULL == ext_directory) -- ext_directory = BAD_CAST LIBXSLT_DEFAULT_PLUGINS_PATH(); -- if (NULL == ext_directory) -- return (-1); -- - /* build the module filename, and confirm the module exists */ - xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename), - BAD_CAST "%s/%s%s", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sun Jun 6 20:07:28 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sun, 06 Jun 2010 18:07:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10108] csw/mgar/pkg/TEMPLATES/createpkg/README Message-ID: Revision: 10108 http://gar.svn.sourceforge.net/gar/?rev=10108&view=rev Author: theferret Date: 2010-06-06 18:07:28 +0000 (Sun, 06 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: updated README with fuller directions Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/README Modified: csw/mgar/pkg/TEMPLATES/createpkg/README =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/README 2010-06-06 16:55:14 UTC (rev 10107) +++ csw/mgar/pkg/TEMPLATES/createpkg/README 2010-06-06 18:07:28 UTC (rev 10108) @@ -2,15 +2,24 @@ OpenCSW subversion tree. It gets copied to a brand new directory, when it is created with "make createpkg-softwarenamehere" -Instructions: +CONTENTS: + Initial Setup + Make Targets + Make Timestamps -the first thing you should do, is +Initial Setup +-------------------- +The first thing you should do, after creating your new directory with + "make createpkg-softwarenamehere" +is to cd into the directory and do + svn status -with this, you will notice that no files in the directory are actually checked +With this, you will notice that no files in the directory are actually checked into subversion yet. You should edit (or remove) the files as you deem -apropriate, and then +apropriate. In particular, copy the speciifc Makefile.xxx to Makefile, and +remove the others if you wish. Then, svn add filename(s) @@ -22,14 +31,15 @@ 1. Set up your environment variables as appropriate, and/or set the appropriate variables in Makefile -2. mkdir build +2. (if 'gmake extract' does not work), + mkdir build, then extract the source tree of whatever you are building, + under the build dir. -3. extract the source tree of whatever you are building, in the build dir. +4. gmake -4. make - You also have a choice of some optional subtargets, such as - make {configure,build,package,clean,reallyclean} + make {configure,build,package,clean,reallyclean}. See "Make Targets" + lower down for more details. If you wish a patch set to be applied to the source before configure, create a file called "patchfile.preconf" and put them there. @@ -45,3 +55,42 @@ the prototype file, an initial build will most likely bomb out, after creating one for you in build/*/cswstage/prototype. + + + +Make Targets +-------------------- +The makefiles are current a work in progress. The most developed +initially is "Makefile.lib". + +Currently aimed-for supported makefile targets are: + + * extract + * sparc-32 sparc64 i386-32 i386-64 + * configure-(ARCH)-(32/64) + * build-(ARCH)-(32/64) + * stage-(ARCH)-(32/64) + * clean + * distclean. + +Note that there is a single shared upstream source tree, that should be +extracted under a "build" directory. +The "clean" and "distclean" targets, are only pass-through targets, that +will call the upstream source tree makefile with that argument. + + +There are also assorted internal makefile targets which probably wont interest +you. What MAY interest you, are the timestamp markers, described below. + +Make Timestamps +-------------------- + +Each major makefile target, has a "done" file marker. They are kept in +dotfiles under the "build" directory. +For example, the target "configure-sparc-32", will create a file, + build/.configure-sparc-32.done +when successfully completed. + +If you wish to force a rebuild of a target, remove the corresponding +".done" file, and do the make again. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sun Jun 6 20:55:28 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sun, 06 Jun 2010 18:55:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10109] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Message-ID: Revision: 10109 http://gar.svn.sourceforge.net/gar/?rev=10109&view=rev Author: theferret Date: 2010-06-06 18:55:28 +0000 (Sun, 06 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: Added "fetch/garchive" capability Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-06 18:07:28 UTC (rev 10108) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-06 18:55:28 UTC (rev 10109) @@ -32,8 +32,10 @@ # Where do we keep local downloads of software src files ARCHIVEDIR ?= /home/src -ARCHIVENAME=FillThisInHere.tar.foo +ARCHIVENAME ?= FillThisInHere.tar.foo +# Only use ONE here. The name is used for compate with 'gar'. +MASTER_SITES ?= http://www.url.here/download all: $(ARCH)-32 clean $(ARCH)-64 package @@ -62,8 +64,24 @@ $(MAKE) -C $(SRCDIR) $@ +garchive: + @echo Call the fetch target instead: it does the same thing. -package patch garchive: + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + + + + +package: @echo make $@ not implemented yet ### potentially want to handle "merge" type stuff in 'package' # we also want to handle multi-package thingies. 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 Jun 6 22:09:42 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 06 Jun 2010 20:09:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10110] csw/mgar/pkg/libtool/trunk Message-ID: Revision: 10110 http://gar.svn.sourceforge.net/gar/?rev=10110&view=rev Author: dmichelsen Date: 2010-06-06 20:09:42 +0000 (Sun, 06 Jun 2010) Log Message: ----------- libtool: Update to 2.2.8 Modified Paths: -------------- csw/mgar/pkg/libtool/trunk/Makefile csw/mgar/pkg/libtool/trunk/checksums Modified: csw/mgar/pkg/libtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/libtool/trunk/Makefile 2010-06-06 18:55:28 UTC (rev 10109) +++ csw/mgar/pkg/libtool/trunk/Makefile 2010-06-06 20:09:42 UTC (rev 10110) @@ -1,15 +1,15 @@ GARNAME = libtool -GARVERSION = 2.2.6b +GARVERSION = 2.2.8 CATEGORIES = devel EXTRA_MODULATORS = GARVERSION GARCOMPILER -MODULATIONS_GARVERSION = 1.5.26 2.2.6b -MODULATIONS_GARCOMPILER = GCC3 GCC4 SOS11 +MODULATIONS_GARVERSION = 1.5.26 2.2.8 +MODULATIONS_GARCOMPILER = GCC3 GCC4 SOS11 SOS12 # Modulate over compiler only for 2.2.6 SKIP_MODULATIONS = $(foreach I,sparcv8 sparcv9 i386 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-1.5.26-garcompiler-$C)) # Compile 64 bit libraries only with SOS11 -SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.6b-garcompiler-$C)) +SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.8-garcompiler-$C)) DESCRIPTION = A generic library support tool define BLURB @@ -23,15 +23,16 @@ DISTFILES = $(SOURCEFILES) PATCH_LIBTOOL = patch-libtool.diff -PATCHFILES_POSTINSTALL_isa-i386-garversion-2.2.6b-garcompiler-SOS11 = $(PATCH_LIBTOOL) -PATCHFILES_POSTINSTALL_isa-sparcv8-garversion-2.2.6b-garcompiler-SOS11 = $(PATCH_LIBTOOL) +PATCHFILES_POSTINSTALL_isa-i386-garversion-2.2.8-garcompiler-SOS11 = $(PATCH_LIBTOOL) +PATCHFILES_POSTINSTALL_isa-sparcv8-garversion-2.2.8-garcompiler-SOS11 = $(PATCH_LIBTOOL) DISTFILES += $(PATCH_LIBTOOL) NOEXTRACT = $(filter-out $(GARNAME)-$(GARVERSION).tar.gz,$(SOURCEFILES)) -EXTRA_TAGS = gcc3 gcc4 +EXTRA_TAGS = gcc3 gcc4 sos12 COMPILER_TAGNAME_GCC3 = gcc3 COMPILER_TAGNAME_GCC4 = gcc4 +COMPILER_TAGNAME_SOS12 = sos12 PACKAGES = CSWlibtool CSWlibtoolrt CATALOGNAME_CSWlibtoolrt = libtool_rt @@ -59,15 +60,17 @@ MERGE_SCRIPTS_isa-default64-garversion-1.5.26-garcompiler-SOS11 = copy-relocated-only MERGE_DIRS_isa-default64-garversion-1.5.26-garcompiler-SOS11 = $(libdir) - MERGE_SCRIPTS_isa-default-garversion-2.2.6b-garcompiler-SOS11 = copy-all - MERGE_SCRIPTS_isa-default64-garversion-2.2.6b-garcompiler-SOS11 = copy-relocated-only - MERGE_DIRS_isa-default64-garversion-2.2.6b-garcompiler-SOS11 = $(libdir) + MERGE_SCRIPTS_isa-default-garversion-2.2.8-garcompiler-SOS11 = copy-all + MERGE_SCRIPTS_isa-default64-garversion-2.2.8-garcompiler-SOS11 = copy-relocated-only + MERGE_DIRS_isa-default64-garversion-2.2.8-garcompiler-SOS11 = $(libdir) - MERGE_SCRIPTS_isa-default-garversion-2.2.6b-garcompiler-GCC3 = copy-tags - MERGE_SCRIPTS_isa-default-garversion-2.2.6b-garcompiler-GCC4 = copy-tags + MERGE_SCRIPTS_isa-default-garversion-2.2.8-garcompiler-GCC3 = copy-tags + MERGE_SCRIPTS_isa-default-garversion-2.2.8-garcompiler-GCC4 = copy-tags PKGFILES_CSWlibtoolrt = $(PKGFILES_RT) +CHECKPKG_OVERRIDES_CSWlibtool += surplus-dependency|CSWlibtoolrt + include gar/category.mk post-install-modulated: $(if $(PATCHFILES_POSTINSTALL_$(MODULATION)),patch-libtool) @@ -77,6 +80,7 @@ cat $(WORKDIR)/$(PATCHFILES_POSTINSTALL_$(MODULATION)) | (cd $(DESTDIR)$(bindir) && gpatch -p1) # Remove arch-specific flags from the libtool-compilation so they don't spoil the target build perl -pi -e 's/^LTCFLAGS=.*/LTCFLAGS="-O"/' $(DESTDIR)$(bindir)/libtool + @$(MAKECOOKIE) install-libtool-%: perl -ane 'print if( /^available_tags/ ); $$p = 1 if( /^# ### BEGIN LIBTOOL CONFIG/ ); print if( $$p ); $$p = 0 if( /^# ### END LIBTOOL CONFIG/ )' \ Modified: csw/mgar/pkg/libtool/trunk/checksums =================================================================== --- csw/mgar/pkg/libtool/trunk/checksums 2010-06-06 18:55:28 UTC (rev 10109) +++ csw/mgar/pkg/libtool/trunk/checksums 2010-06-06 20:09:42 UTC (rev 10110) @@ -1,3 +1,3 @@ aa9c5107f3ec9ef4200eb6556f3b3c29 libtool-1.5.26.tar.gz -07da460450490148c6d2df0f21481a25 libtool-2.2.6b.tar.gz +cad2a7188242bc8dbab0645532ae3d6f libtool-2.2.8.tar.gz 92bb3c7712498b6a5993ab5d5fc8f077 patch-libtool.diff 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 Jun 7 10:50:28 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 07 Jun 2010 08:50:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10111] csw/mgar/pkg/glibmm/trunk Message-ID: Revision: 10111 http://gar.svn.sourceforge.net/gar/?rev=10111&view=rev Author: dmichelsen Date: 2010-06-07 08:50:28 +0000 (Mon, 07 Jun 2010) Log Message: ----------- glibmm: Update to 2.22.2 Modified Paths: -------------- csw/mgar/pkg/glibmm/trunk/Makefile csw/mgar/pkg/glibmm/trunk/checksums Modified: csw/mgar/pkg/glibmm/trunk/Makefile =================================================================== --- csw/mgar/pkg/glibmm/trunk/Makefile 2010-06-06 20:09:42 UTC (rev 10110) +++ csw/mgar/pkg/glibmm/trunk/Makefile 2010-06-07 08:50:28 UTC (rev 10111) @@ -1,5 +1,5 @@ GARNAME = glibmm -GARVERSION = 2.20.0 +GARVERSION = 2.22.2 CATEGORIES = lib DESCRIPTION = C++ interface to glib2 @@ -12,7 +12,6 @@ #RUNTIME_DEP_PKGS = CSWggettextrt CSWiconv MASTER_SITES = $(GNOME_MIRROR) - DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz BUILD64 = 1 Modified: csw/mgar/pkg/glibmm/trunk/checksums =================================================================== --- csw/mgar/pkg/glibmm/trunk/checksums 2010-06-06 20:09:42 UTC (rev 10110) +++ csw/mgar/pkg/glibmm/trunk/checksums 2010-06-07 08:50:28 UTC (rev 10111) @@ -1 +1 @@ -3ef10f8ecf265965cb28fa9b5a1b8212 download/glibmm-2.20.0.tar.gz +90ff0a5bd5987431cf36f0aa0160a753 glibmm-2.22.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Jun 7 11:41:58 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 07 Jun 2010 09:41:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10112] csw/mgar/pkg/pca/trunk Message-ID: Revision: 10112 http://gar.svn.sourceforge.net/gar/?rev=10112&view=rev Author: dmichelsen Date: 2010-06-07 09:41:58 +0000 (Mon, 07 Jun 2010) Log Message: ----------- pca: Update to 20100607-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 2010-06-07 08:50:28 UTC (rev 10111) +++ csw/mgar/pkg/pca/trunk/Makefile 2010-06-07 09:41:58 UTC (rev 10112) @@ -1,5 +1,5 @@ GARNAME = pca -GARVERSION = 20100514-01 +GARVERSION = 20100607-01 CATEGORIES = utils DESCRIPTION = Patch Check Advanced Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2010-06-07 08:50:28 UTC (rev 10111) +++ csw/mgar/pkg/pca/trunk/checksums 2010-06-07 09:41:58 UTC (rev 10112) @@ -1,5 +1,5 @@ 4376789925fa9002d0567d739f717748 0001-prefer-opencsw-perl.diff fc014aaacd778fd17c212d4f0f60c8fb 0002-Add-etc-opt-csw-as-config-location.patch 6f2f2376eba0a788795dd43d68ad32d1 COPYING -5af9e18e8f664360a22e7be6607e10d6 pca-20100514-01 +f79380d3298af941e5a88d1bcb56137b pca-20100607-01 12de68ff8f67b4bb8b095e5646402208 pca.conf 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 Jun 7 16:10:18 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 07 Jun 2010 14:10:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10113] csw/mgar/pkg/namebench/trunk Message-ID: Revision: 10113 http://gar.svn.sourceforge.net/gar/?rev=10113&view=rev Author: bonivart Date: 2010-06-07 14:10:17 +0000 (Mon, 07 Jun 2010) Log Message: ----------- namebench: update to 1.3 Modified Paths: -------------- csw/mgar/pkg/namebench/trunk/Makefile csw/mgar/pkg/namebench/trunk/checksums Modified: csw/mgar/pkg/namebench/trunk/Makefile =================================================================== --- csw/mgar/pkg/namebench/trunk/Makefile 2010-06-07 09:41:58 UTC (rev 10112) +++ csw/mgar/pkg/namebench/trunk/Makefile 2010-06-07 14:10:17 UTC (rev 10113) @@ -1,5 +1,5 @@ GARNAME = namebench -GARVERSION = 1.2 +GARVERSION = 1.3 CATEGORIES = python DESCRIPTION = DNS benchmark utility @@ -21,4 +21,8 @@ TEST_SCRIPTS = +CHECKPKG_OVERRIDES_CSWnamebench += pkgname-does-not-start-with-CSWpy- +CHECKPKG_OVERRIDES_CSWnamebench += catalogname-does-not-start-with-py_ +CHECKPKG_OVERRIDES_CSWnamebench += surplus-dependency|CSWpython-tk + include gar/category.mk Modified: csw/mgar/pkg/namebench/trunk/checksums =================================================================== --- csw/mgar/pkg/namebench/trunk/checksums 2010-06-07 09:41:58 UTC (rev 10112) +++ csw/mgar/pkg/namebench/trunk/checksums 2010-06-07 14:10:17 UTC (rev 10113) @@ -1 +1 @@ -2e04a66154cc21d3fe448305c3f60558 namebench-1.2-source.tgz +24bfbae12ed0f737562931439dd89ff5 namebench-1.3-source.tgz 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 Jun 7 23:10:59 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 07 Jun 2010 21:10:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[10114] csw/mgar/pkg/pkgutil/trunk Message-ID: Revision: 10114 http://gar.svn.sourceforge.net/gar/?rev=10114&view=rev Author: bonivart Date: 2010-06-07 21:10:59 +0000 (Mon, 07 Jun 2010) Log Message: ----------- pkgutil: updates to makefile Modified Paths: -------------- csw/mgar/pkg/pkgutil/trunk/Makefile csw/mgar/pkg/pkgutil/trunk/checksums Modified: csw/mgar/pkg/pkgutil/trunk/Makefile =================================================================== --- csw/mgar/pkg/pkgutil/trunk/Makefile 2010-06-07 14:10:17 UTC (rev 10113) +++ csw/mgar/pkg/pkgutil/trunk/Makefile 2010-06-07 21:10:59 UTC (rev 10114) @@ -1,5 +1,5 @@ GARNAME = pkgutil -GARVERSION = 2.0b2 +GARVERSION = 2.0 CATEGORIES = utils DESCRIPTION = Installs Solaris packages easily @@ -20,6 +20,37 @@ DISTFILES += opencsw.py DISTFILES += cswcatalog +PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386 + +CHECKPKG_OVERRIDES_CSWpkgutilplus += surplus-dependency|CSWperl +CHECKPKG_OVERRIDES_CSWpkgutilplus += surplus-dependency|CSWcswpkgloghooks +CHECKPKG_OVERRIDES_CSWpkgutilplus += surplus-dependency|CSWgnupg +CHECKPKG_OVERRIDES_CSWpkgutilplus += surplus-dependency|CSWpkgutil +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|etc/opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/bin +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/etc +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share/doc +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share/man +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|var/opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|etc/opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/bin +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/etc +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share/doc +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share/man +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|var/opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|etc/opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/bin +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/etc +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share/doc +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|opt/csw/share/man +CHECKPKG_OVERRIDES_CSWpkgutil += disallowed-path|var/opt/csw + PACKAGES = CSWpkgutil CSWpkgutilplus SPKG_DESC_CSWpkgutil = $(DESCRIPTION) Modified: csw/mgar/pkg/pkgutil/trunk/checksums =================================================================== --- csw/mgar/pkg/pkgutil/trunk/checksums 2010-06-07 14:10:17 UTC (rev 10113) +++ csw/mgar/pkg/pkgutil/trunk/checksums 2010-06-07 21:10:59 UTC (rev 10114) @@ -5,4 +5,4 @@ b5fffa0be100ddbb7262ce3a0a4e3bb7 build_sun_catalog.py 7ad27336f90e73da3254a61d91025ee5 cswcatalog 3a6b789b3d5e05f41d2363dd26a92acf opencsw.py -cbb36675728b15bd6f0b24712e7a3039 pkgutil-2.0b2.zip +c25279813a918e7ffb59e8e808747879 pkgutil-2.0.zip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Mon Jun 7 23:17:21 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Mon, 07 Jun 2010 21:17:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[10115] csw/mgar/pkg/file/trunk Message-ID: Revision: 10115 http://gar.svn.sourceforge.net/gar/?rev=10115&view=rev Author: wahwah Date: 2010-06-07 21:17:21 +0000 (Mon, 07 Jun 2010) Log Message: ----------- file: Adding a patch to build the Python extension. Modified Paths: -------------- csw/mgar/pkg/file/trunk/Makefile csw/mgar/pkg/file/trunk/checksums Added Paths: ----------- csw/mgar/pkg/file/trunk/files/0002-CSW-runpath.patch Modified: csw/mgar/pkg/file/trunk/Makefile =================================================================== --- csw/mgar/pkg/file/trunk/Makefile 2010-06-07 21:10:59 UTC (rev 10114) +++ csw/mgar/pkg/file/trunk/Makefile 2010-06-07 21:17:21 UTC (rev 10115) @@ -1,3 +1,5 @@ +# $Id$ + GARNAME = file GARVERSION = 5.04 CATEGORIES = utils @@ -18,7 +20,8 @@ # These flags are not understood by Sun Studio CONFIGURE_ARGS += --disable-warnings TEST_TARGET = check -PATCHFILES = 0001-libtool-dir-used-for-linking.patch +PATCHFILES += 0001-libtool-dir-used-for-linking.patch +PATCHFILES += 0002-CSW-runpath.patch PACKAGES = CSWfile CSWlibmagic CSWpy-libmagic PKGFILES_CSWlibmagic = $(PKGFILES_RT) PKGFILES_CSWpy-libmagic = /opt/csw/lib/python.* Modified: csw/mgar/pkg/file/trunk/checksums =================================================================== --- csw/mgar/pkg/file/trunk/checksums 2010-06-07 21:10:59 UTC (rev 10114) +++ csw/mgar/pkg/file/trunk/checksums 2010-06-07 21:17:21 UTC (rev 10115) @@ -1,2 +1,3 @@ 80e221ff50866a635483cc4f03773d94 0001-libtool-dir-used-for-linking.patch +58e076108156a426d88c53b05d422673 0002-CSW-runpath.patch accade81ff1cc774904b47c72c8aeea0 file-5.04.tar.gz Added: csw/mgar/pkg/file/trunk/files/0002-CSW-runpath.patch =================================================================== --- csw/mgar/pkg/file/trunk/files/0002-CSW-runpath.patch (rev 0) +++ csw/mgar/pkg/file/trunk/files/0002-CSW-runpath.patch 2010-06-07 21:17:21 UTC (rev 10115) @@ -0,0 +1,28 @@ +From 19ff890df2c01f4c0fa2f606017ff2ab421240c9 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Mon, 7 Jun 2010 21:25:39 +0200 +Subject: [PATCH] CSW runpath + +--- + python/setup.py | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/python/setup.py b/python/setup.py +index 71074c3..086211e 100644 +--- a/python/setup.py ++++ b/python/setup.py +@@ -3,8 +3,9 @@ from distutils.core import setup, Extension + + magic_module = Extension('magic', + libraries = ['magic'], +- library_dirs = ['./','../','../src','../src/.libs','/usr/lib/'], +- include_dirs = ['./','../','../src','/usr/include/'], ++ library_dirs = ['./','../','../src','../src/.libs','/usr/lib/','/opt/csw/lib'], ++ include_dirs = ['./','../','../src','/usr/include/','/opt/csw/include'], ++ runtime_library_dirs = ['/opt/csw/lib'], + sources = ['py_magic.c']) + + setup (name = 'Magic file extensions', +-- +1.7.1 + 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 Jun 8 02:08:34 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 08 Jun 2010 00:08:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[10116] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 10116 http://gar.svn.sourceforge.net/gar/?rev=10116&view=rev Author: bdwalton Date: 2010-06-08 00:08:34 +0000 (Tue, 08 Jun 2010) Log Message: ----------- gar/v2: change how git is used to collect changes for patch generation Use git add -u instead of git add -A to add changes to the index prior to the commit used to generate the patch in the makepatch target. This means that only files existing after the original extract/patch steps are looked at. It is now safe to run configure, make changes and then capture the patch...without grabbing things like config.log, etc. Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2010-06-07 21:17:21 UTC (rev 10115) +++ csw/mgar/gar/v2/gar.mk 2010-06-08 00:08:34 UTC (rev 10116) @@ -477,7 +477,7 @@ @( if [ -d "$(WORKSRC)/.git" ]; then \ echo " ==> Makepatch: Looking for changes in modulation $(MODULATION)"; \ cd $(WORKSRC); \ - git add -A; \ + git add -u; \ git diff --cached --quiet; \ if test $$? -eq 0; then \ echo "No changes."; \ 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 Jun 8 03:27:30 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 08 Jun 2010 01:27:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[10117] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 10117 http://gar.svn.sourceforge.net/gar/?rev=10117&view=rev Author: bdwalton Date: 2010-06-08 01:27:29 +0000 (Tue, 08 Jun 2010) Log Message: ----------- gar/v2: git/makepatch: start patch series numbering based on number of patches since pristine source Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2010-06-08 00:08:34 UTC (rev 10116) +++ csw/mgar/gar/v2/gar.mk 2010-06-08 01:27:29 UTC (rev 10117) @@ -484,12 +484,13 @@ else \ echo "Capturing changes..."; \ git commit $(GIT_COMMIT_OPTS) && \ - ( git format-patch csw-$(GARVERSION); \ + ( NEXTPATCH=`git log --pretty=oneline master..HEAD | wc -l | tr -d '[[:space:]]'`; \ + git format-patch --start-number=$$NEXTPATCH csw-$(GARVERSION); \ echo Add the following to your recipe and then; \ echo rerun: gmake makesums; \ - echo PATCHFILES += 0001*; \ + echo PATCHFILES += 000$${NEXTPATCH}*; \ echo "(or maybe PATCHFILES_$(MODULATION) ??)"; \ - mv 0001* $(abspath $(FILEDIR)); ) \ + mv 000$${NEXTPATCH}*patch $(abspath $(FILEDIR)); ) \ fi; \ else \ echo "No extracted sources so we can't create patches..."; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 03:29:07 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 01:29:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10118] csw/mgar/pkg/TEMPLATES/createpkg Message-ID: Revision: 10118 http://gar.svn.sourceforge.net/gar/?rev=10118&view=rev Author: theferret Date: 2010-06-08 01:29:07 +0000 (Tue, 08 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: fairly functional now Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib csw/mgar/pkg/TEMPLATES/createpkg/README csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 01:27:29 UTC (rev 10117) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 01:29:07 UTC (rev 10118) @@ -2,21 +2,40 @@ # You MUST build this with gnu make, unfortunately. # Mainly just because of the ARCH expansion, but also for "?=" + +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. + +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! + # Organization: variable defintions up top, # targets in second half. # Note that assignments with "?=" mean "assign if not already assigned. +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= FooSoft.1.2.3.tar.gz +EXTRACTPROG ?= /usr/sfw/bin/gtar zfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://xorg.freedesktop.org/releases/X11R7.5/src/lib + ARCH := $(shell /bin/uname -p) LDFLAGS_COMMON := SRCDIR= build/* -# DO NOT specify the arch-blah stuff such as -m64 here. +# DO NOT specify the arch-64 stuff such as -m64 here. # the individual targets will do that. CFLAGS_COMMON ?= -mt -xnorunpath -xO2 CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=i386 # Keep this arch-neutral if possible. add arch-specific tweaks # to arch-specific target @@ -27,33 +46,24 @@ CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 $(CONFIGURE_64_$(ARCH)) -test: - @echo extras = $(CONFIGURE_64_EXTRAS) -# Where do we keep local downloads of software src files -ARCHIVEDIR ?= /home/src -ARCHIVENAME ?= FillThisInHere.tar.foo -# Only use ONE here. The name is used for compate with 'gar'. -MASTER_SITES ?= http://www.url.here/download +CREATEPKG=createpkg -r `pwd`/build/*/cswstage -all: $(ARCH)-32 clean $(ARCH)-64 package +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package + # ARCH-XX handles configure, build, and stage for its own combo # -EXTRACTPROG=/bin/echo ERROR: UNKNOWN archive type ; exit 1 ; +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; -ifeq ($(suffix $(ARCHIVENAME)), ".gz") - EXTRACTPROG=gtar zf -endif -ifeq ($(suffix $(ARCHIVENAME)), ".bz2") - EXTRACTPROG=gtar jf -endif + extract: test -d build || mkdir build @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ exit 1; \ @@ -61,9 +71,24 @@ clean distclean: + @echo Calling $@ in $(SRCDIR) $(MAKE) -C $(SRCDIR) $@ +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + garchive: @echo Call the fetch target instead: it does the same thing. @@ -78,46 +103,28 @@ patch: @echo patch: patching is handled automatically as part of the configure phase. - - - package: - @echo make $@ not implemented yet - ### potentially want to handle "merge" type stuff in 'package' - # we also want to handle multi-package thingies. + $(CREATEPKG) -# initial announce here. more down below for individual targets -sparc-32 sparc-64 i386-32 i386-64:: - @echo Building $@ target +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary -configure-$(ARCH)-32: build/.configure-$(ARCH)-32.done - @echo $@ done -build-$(ARCH)-32: build/.build-$(ARCH)-32.done - @echo $@ done -stage-$(ARCH)-32: build/.stage-$(ARCH)-32.done - @echo $@ done -configure-$(ARCH)-64: build/.configure-$(ARCH)-64.done - @echo $@ done -build-$(ARCH)-64: build/.build-$(ARCH)-64.done - @echo $@ done -stage-$(ARCH)-64: build/.stage-$(ARCH)-64.done - @echo $@ done +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done -# split out generic $(ARCH) sections to specific platform if needed. -# but it usually should not be. +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done build/.$(ARCH)-32.done: $(ARCH)-32 +build/.$(ARCH)-64.done: $(ARCH)-64 -build/.stage-$(ARCH)-32.done \ -build/.stage-$(ARCH)-64.done :: - @echo debug: handling $@ target - touch $@ - # Since we share the same src tree, we should only need to # pre-configure patching one time for all. build/.patch-preconf.done: @@ -126,38 +133,81 @@ touch $@ +#Note: I WANT to use LDFLAGS=-R$$ORIGIN, but stupid libtool +# wont allow it! so force it at build time build/.configure-$(ARCH)-32.done: build/.patch-preconf.done @echo handling $@ target (cd $(SRCDIR) ; \ - CFLAGS="$(CFLAGS_COMMON)" \ + CFLAGS="$(CFLAGS_COMMON) $(CFLAGS_$(ARCH))" \ CXXFLAGS="$(CXXFLAGS_COMMON)" \ + LDFLAGS='-R/opt/csw/lib -L/opt/csw/lib' \ $(CONFIGURE) ) if test -f patchfile.postconf ; then \ gpatch -d $(SRCDIR) -p0 Revision: 10119 http://gar.svn.sourceforge.net/gar/?rev=10119&view=rev Author: theferret Date: 2010-06-08 01:33:16 +0000 (Tue, 08 Jun 2010) Log Message: ----------- libxft2: This version should hopefully work for amd64 as well Modified Paths: -------------- csw/mgar/pkg/libxft2/trunk/Makefile csw/mgar/pkg/libxft2/trunk/pkginfo csw/mgar/pkg/libxft2/trunk/prototype.i386 csw/mgar/pkg/libxft2/trunk/prototype.sparc Added Paths: ----------- csw/mgar/pkg/libxft2/Makefile Added: csw/mgar/pkg/libxft2/Makefile =================================================================== --- csw/mgar/pkg/libxft2/Makefile (rev 0) +++ csw/mgar/pkg/libxft2/Makefile 2010-06-08 01:33:16 UTC (rev 10119) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Modified: csw/mgar/pkg/libxft2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 01:29:07 UTC (rev 10118) +++ csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 01:33:16 UTC (rev 10119) @@ -1,85 +1,213 @@ -#This Makefile originally generated from a template under -# pkg/TEMPLATES/createpkg -# You will most likely have to use GNU make to use it. -# This is one specifically hacked to make building sparcv9 packages -# easier. -# -# Steps to use: -# -# 1. put your normal prototype as prototype.i386 -# 2. copy to prototype.sparc and edit as appropriate -# 3. search for "XXX" and replace with appropriate string -# -# 4. build your package with: -# "make", "make sparcv9", "make package" +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" -#Uncomment one of these definitions. The -b invokation, -# is suitable for use with small packages, where you want to have a few files -# in your top level src directory. It is also suitable for -# "relocateable" packages. see the createpkg docs for more details. -#CREATEPKG=createpkg -b `pwd` +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. + +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= libXft-2.1.14.tar.gz +EXTRACTPROG ?= /usr/sfw/bin/gtar zfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://xorg.freedesktop.org/releases/X11R7.5/src/lib + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=i386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + +CONFIGURE_64_sparc= --libexecdir=/opt/csw/libexec/sparcv9 +CONFIGURE_64_i386= --libexecdir=/opt/csw/libexec/amd64 + +CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 $(CONFIGURE_64_$(ARCH)) + + + CREATEPKG=createpkg -r `pwd`/build/*/cswstage -## hax for sparcv9 -RAWLIB=libXft.so.2.1.13 +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package -BUILDDIR=build/* +# ARCH-XX handles configure, build, and stage for its own combo +# +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; -STDFILES=pkginfo copyright prototype -FILES= -all: build +extract: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ -build: build/.config.done - (cd $(BUILDDIR) ; \ - $(MAKE) ; \ - stagepkg ) +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' -# dummy target for configure -build/.config.done: - @echo Configuring with: - @echo CC=$(CC) $(CFLAGS) - @echo CXX=$(CXX) $(CXXFLAGS) - (cd $(BUILDDIR) ; \ - test -f ../../patchfile.preconf && \ - gpatch -p0 <../../patchfile.preconf ; \ - ./configure --prefix=/opt/csw --disable-static ; \ - if test -f ../../patchfile.postconf ; then \ - gpatch -p0 <../../patchfile.postconf ; fi) - touch build/.config.done +garchive: + @echo Call the fetch target instead: it does the same thing. -# I tried depending this on $(BUILDDIR)/config.log but that didnt stick -configure: build/.config.done +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done -sparcv9: - (cd $(BUILDDIR)/src ; \ - gmake clean; \ - LD_OPTIONS="" gmake CFLAGS='-xstrconst -fast -xarch=v9' \ - LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' ; \ - strip .libs/$(RAWLIB); \ - cp .libs/$(RAWLIB) ../cswstage ; cd .. ;\ - sed 's:libdir=.*:libdir=/opt/csw/lib/sparcv9:' xft.pc>cswstage/xft.pc.sparcv9 ; \ - echo sparcv9 build done ) +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) +patch: + @echo patch: patching is handled automatically as part of the configure phase. -package: $(STDFILE) $(FILES) +package: $(CREATEPKG) +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary -pkgclean: - rm -f *.pkg.gz package -clean: pkgclean - cd $(BUILDDIR) && make clean +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done -reallyclean: clean - rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status - rm -f build/.config.done + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done + +build/.$(ARCH)-32.done: $(ARCH)-32 + +build/.$(ARCH)-64.done: $(ARCH)-64 + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10120 http://gar.svn.sourceforge.net/gar/?rev=10120&view=rev Author: theferret Date: 2010-06-08 01:37:41 +0000 (Tue, 08 Jun 2010) Log Message: ----------- libxft2: fix typo Modified Paths: -------------- csw/mgar/pkg/libxft2/trunk/Makefile Modified: csw/mgar/pkg/libxft2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 01:33:16 UTC (rev 10119) +++ csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 01:37:41 UTC (rev 10120) @@ -35,7 +35,7 @@ CFLAGS_COMMON ?= -mt -xnorunpath -xO2 CXXFLAGS_COMMON ?= -mt -norunpath -xO2 CFLAGS_sparc ?= -xarch=v8 -CFLAGS_i386 ?= -xarch=i386 +CFLAGS_i386 ?= -xarch=386 # Keep this arch-neutral if possible. add arch-specific tweaks # to arch-specific target This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 03:38:34 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 01:38:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[10121] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Message-ID: Revision: 10121 http://gar.svn.sourceforge.net/gar/?rev=10121&view=rev Author: theferret Date: 2010-06-08 01:38:34 +0000 (Tue, 08 Jun 2010) Log Message: ----------- createpkg: fix typo Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 01:37:41 UTC (rev 10120) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 01:38:34 UTC (rev 10121) @@ -35,7 +35,7 @@ CFLAGS_COMMON ?= -mt -xnorunpath -xO2 CXXFLAGS_COMMON ?= -mt -norunpath -xO2 CFLAGS_sparc ?= -xarch=v8 -CFLAGS_i386 ?= -xarch=i386 +CFLAGS_i386 ?= -xarch=386 # Keep this arch-neutral if possible. add arch-specific tweaks # to arch-specific target This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 03:49:26 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 01:49:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[10122] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Message-ID: Revision: 10122 http://gar.svn.sourceforge.net/gar/?rev=10122&view=rev Author: theferret Date: 2010-06-08 01:49:25 +0000 (Tue, 08 Jun 2010) Log Message: ----------- createpkg: fixed syntax err Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 01:38:34 UTC (rev 10121) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 01:49:25 UTC (rev 10122) @@ -43,9 +43,10 @@ CONFIGURE_64_sparc= --libexecdir=/opt/csw/libexec/sparcv9 CONFIGURE_64_i386= --libexecdir=/opt/csw/libexec/amd64 - CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 $(CONFIGURE_64_$(ARCH)) +LDFLAGS_64_sparc := -R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9 +LDFLAGS_64_i386 := -R/opt/csw/lib/amd64 -L/opt/csw/lib/amd64 CREATEPKG=createpkg -r `pwd`/build/*/cswstage @@ -153,7 +154,7 @@ (cd $(SRCDIR) ; \ CFLAGS="$(CFLAGS_COMMON) -m64" \ CXXFLAGS="$(CXXFLAGS_COMMON) -m64" \ - LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' \ + LDFLAGS="$(LDFLAGS_64_$(ARCH))" \ PKG_CONFIG_PATH=/opt/csw/lib/64 \ $(CONFIGURE) $(CONFIGURE_64_EXTRAS) ) if test -f patchfile.postconf ; then \ @@ -161,7 +162,7 @@ touch $@ -# See note about LDFLAGS higher up +# See note about LDFLAGS and ORIGIN, higher up build/.build-$(ARCH)-32.done build/.build-$(ARCH)-64.done: @echo handling $@ target LD_OPTIONS='-R$$ORIGIN' $(MAKE) -C $(SRCDIR) $(MFLAGS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 03:49:50 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 01:49:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10123] csw/mgar/pkg/libxft2/trunk/Makefile Message-ID: Revision: 10123 http://gar.svn.sourceforge.net/gar/?rev=10123&view=rev Author: theferret Date: 2010-06-08 01:49:50 +0000 (Tue, 08 Jun 2010) Log Message: ----------- libxft2: fixed syntax err Modified Paths: -------------- csw/mgar/pkg/libxft2/trunk/Makefile Modified: csw/mgar/pkg/libxft2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 01:49:25 UTC (rev 10122) +++ csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 01:49:50 UTC (rev 10123) @@ -43,9 +43,10 @@ CONFIGURE_64_sparc= --libexecdir=/opt/csw/libexec/sparcv9 CONFIGURE_64_i386= --libexecdir=/opt/csw/libexec/amd64 - CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 $(CONFIGURE_64_$(ARCH)) +LDFLAGS_64_sparc := -R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9 +LDFLAGS_64_i386 := -R/opt/csw/lib/amd64 -L/opt/csw/lib/amd64 CREATEPKG=createpkg -r `pwd`/build/*/cswstage @@ -153,7 +154,7 @@ (cd $(SRCDIR) ; \ CFLAGS="$(CFLAGS_COMMON) -m64" \ CXXFLAGS="$(CXXFLAGS_COMMON) -m64" \ - LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' \ + LDFLAGS="$(LDFLAGS_64_$(ARCH))" \ PKG_CONFIG_PATH=/opt/csw/lib/64 \ $(CONFIGURE) $(CONFIGURE_64_EXTRAS) ) if test -f patchfile.postconf ; then \ @@ -161,7 +162,7 @@ touch $@ -# See note about LDFLAGS higher up +# See note about LDFLAGS and ORIGIN, higher up build/.build-$(ARCH)-32.done build/.build-$(ARCH)-64.done: @echo handling $@ target LD_OPTIONS='-R$$ORIGIN' $(MAKE) -C $(SRCDIR) $(MFLAGS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Tue Jun 8 06:06:07 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Tue, 08 Jun 2010 04:06:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10124] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: Revision: 10124 http://gar.svn.sourceforge.net/gar/?rev=10124&view=rev Author: rthurner Date: 2010-06-08 04:06:07 +0000 (Tue, 08 Jun 2010) Log Message: ----------- subversion - checkpkg after repackage suggested this one? Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2010-06-08 01:49:50 UTC (rev 10123) +++ csw/mgar/pkg/subversion/trunk/Makefile 2010-06-08 04:06:07 UTC (rev 10124) @@ -81,7 +81,6 @@ PKGFILES_CSWap2svn = $(prefix)/apache2.* PKGFILES_CSWap2svn += $(docdir)/$(CATALOGNAME_CSWap2svn)/changelog.CSW -CHECKPKG_OVERRIDES_CSWsvn-tools += missing-dependency|CSWemacscommon SPKG_DESC_CSWjavasvn = Subversion Java Language Binding CATALOGNAME_CSWjavasvn = javasvn PKGFILES_CSWjavasvn = $(SVNLIB)/.*java.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 8 12:58:32 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 08 Jun 2010 10:58:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10125] csw/mgar/pkg/file/trunk/Makefile Message-ID: Revision: 10125 http://gar.svn.sourceforge.net/gar/?rev=10125&view=rev Author: wahwah Date: 2010-06-08 10:58:32 +0000 (Tue, 08 Jun 2010) Log Message: ----------- file: Moved the data file to the CSWlibmagic package. Modified Paths: -------------- csw/mgar/pkg/file/trunk/Makefile Modified: csw/mgar/pkg/file/trunk/Makefile =================================================================== --- csw/mgar/pkg/file/trunk/Makefile 2010-06-08 04:06:07 UTC (rev 10124) +++ csw/mgar/pkg/file/trunk/Makefile 2010-06-08 10:58:32 UTC (rev 10125) @@ -23,8 +23,9 @@ PATCHFILES += 0001-libtool-dir-used-for-linking.patch PATCHFILES += 0002-CSW-runpath.patch PACKAGES = CSWfile CSWlibmagic CSWpy-libmagic -PKGFILES_CSWlibmagic = $(PKGFILES_RT) -PKGFILES_CSWpy-libmagic = /opt/csw/lib/python.* +PKGFILES_CSWfile += $(bindir)/file +PKGFILES_CSWfile += $(mandir)/man1/file\.1 +PKGFILES_CSWpy-libmagic += /opt/csw/lib/python.* SPKG_DESC_CSWfile = A file type guesser SPKG_DESC_CSWlibmagic = The library behind file(1) SPKG_DESC_CSWpy-libmagic = Python extension for libmagic 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 Jun 8 17:05:45 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 15:05:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[10126] csw/mgar/pkg/pkgutil/trunk Message-ID: Revision: 10126 http://gar.svn.sourceforge.net/gar/?rev=10126&view=rev Author: bonivart Date: 2010-06-08 15:05:44 +0000 (Tue, 08 Jun 2010) Log Message: ----------- pkgutil: 2.0 Modified Paths: -------------- csw/mgar/pkg/pkgutil/trunk/checksums csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype Modified: csw/mgar/pkg/pkgutil/trunk/checksums =================================================================== --- csw/mgar/pkg/pkgutil/trunk/checksums 2010-06-08 10:58:32 UTC (rev 10125) +++ csw/mgar/pkg/pkgutil/trunk/checksums 2010-06-08 15:05:44 UTC (rev 10126) @@ -1,8 +1,8 @@ a16c6f81bc537d6172fd65d8da1aeecc CSWpkgutil.gspec f5a00bd5eedf3b967fafbf29dc389e4c CSWpkgutil.postinstall 832c616f6ca7a3030d21bb61d9c62e42 CSWpkgutil.preremove -a0e549282bf18241e4490ed6b051b92a CSWpkgutil.prototype +26988316ad4be5685fae47efa9dcc39c CSWpkgutil.prototype b5fffa0be100ddbb7262ce3a0a4e3bb7 build_sun_catalog.py 7ad27336f90e73da3254a61d91025ee5 cswcatalog 3a6b789b3d5e05f41d2363dd26a92acf opencsw.py -c25279813a918e7ffb59e8e808747879 pkgutil-2.0.zip +a889e3ceed745c05de5e64c8244d1092 pkgutil-2.0.zip Modified: csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype =================================================================== --- csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype 2010-06-08 10:58:32 UTC (rev 10125) +++ csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype 2010-06-08 15:05:44 UTC (rev 10126) @@ -11,6 +11,9 @@ d none /opt/csw/libexec/pkgutil 0755 root bin f none /opt/csw/libexec/pkgutil/wget 755 root bin d none /opt/csw/share 0755 root bin +d none /opt/csw/share/checkpkg 0755 root bin +d none /opt/csw/share/checkpkg/overrides 0755 root bin +f none /opt/csw/share/checkpkg/overrides/pkgutil 0644 root bin d none /opt/csw/share/doc 0755 root bin d none /opt/csw/share/doc/pkgutil 0755 root bin f none /opt/csw/share/doc/pkgutil/license 444 root bin 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 Jun 8 17:21:15 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 15:21:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10127] csw/mgar/pkg/cpan/CGI-Session/trunk Message-ID: Revision: 10127 http://gar.svn.sourceforge.net/gar/?rev=10127&view=rev Author: bonivart Date: 2010-06-08 15:21:15 +0000 (Tue, 08 Jun 2010) Log Message: ----------- CGI-Session: update to 4.42 Modified Paths: -------------- csw/mgar/pkg/cpan/CGI-Session/trunk/Makefile csw/mgar/pkg/cpan/CGI-Session/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/CGI-Session/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.depend csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.gspec csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.prototype Property Changed: ---------------- csw/mgar/pkg/cpan/CGI-Session/trunk/ Property changes on: csw/mgar/pkg/cpan/CGI-Session/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/cpan/CGI-Session/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/CGI-Session/trunk/Makefile 2010-06-08 15:05:44 UTC (rev 10126) +++ csw/mgar/pkg/cpan/CGI-Session/trunk/Makefile 2010-06-08 15:21:15 UTC (rev 10127) @@ -1,9 +1,9 @@ GARNAME = CGI-Session -GARVERSION = 4.10 +GARVERSION = 4.42 CATEGORIES = cpan -AUTHOR = SHERZODR +AUTHOR = MARKSTOS -DESCRIPTION = persistent session data in CGI applications +DESCRIPTION = Persistent session data in CGI applications define BLURB CGI-Session is a Perl5 library that provides an easy, reliable and modular session management system across HTTP requests. Persistency is a key feature @@ -12,6 +12,10 @@ that and many more endef -DISTFILES += $(call admfiles,CSWpmcgisession,depend prototype) +DISTFILES += COPYING +PACKAGES = CSWpmcgisession +CATALOGNAME = pm_cgisession +ARCHALL = 1 + include gar/category.mk Modified: csw/mgar/pkg/cpan/CGI-Session/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/CGI-Session/trunk/checksums 2010-06-08 15:05:44 UTC (rev 10126) +++ csw/mgar/pkg/cpan/CGI-Session/trunk/checksums 2010-06-08 15:21:15 UTC (rev 10127) @@ -1,4 +1,2 @@ -798b1f15887a7f126859f32018569b72 download/CSWpmcgisession.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmcgisession.depend -e1fcd4bbe15fb2704f4ae0caf4705ce6 download/CSWpmcgisession.prototype -fe44b829ece63acb261327ea50a974ba download/CGI-Session-4.10.tar.gz +6544261a6aae66410188520b27e10699 CGI-Session-4.42.tar.gz +78dfea90d54bddf8ee7fac98f7ab4f29 COPYING Added: csw/mgar/pkg/cpan/CGI-Session/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/CGI-Session/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/CGI-Session/trunk/files/COPYING 2010-06-08 15:21:15 UTC (rev 10127) @@ -0,0 +1,3 @@ +Copyright (C) 2001-2005 Sherzod Ruzmetov . All rights reserved. +This library is free software. You can modify and or distribute it under the same +terms as Perl itself. Deleted: csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.depend =================================================================== Deleted: csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.gspec =================================================================== --- csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.gspec 2010-06-08 15:05:44 UTC (rev 10126) +++ csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.gspec 2010-06-08 15:21:15 UTC (rev 10127) @@ -1,10 +0,0 @@ -%var bitname pm_cgisession -%var pkgname CSWpmcgisession -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (C) 2001-2002 Sherzod Ruzmetov . All rights -reserved. - -This library is free software. You can modify and or distribute it under -the same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.prototype =================================================================== --- csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.prototype 2010-06-08 15:05:44 UTC (rev 10126) +++ csw/mgar/pkg/cpan/CGI-Session/trunk/files/CSWpmcgisession.prototype 2010-06-08 15:21:15 UTC (rev 10127) @@ -1,52 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/CGI 0755 root bin -d none /opt/csw/lib/perl/csw/auto/CGI/Session 0755 root bin -f none /opt/csw/lib/perl/csw/auto/CGI/Session/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/CGI::Session.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver::DBI.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver::db_file.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver::file.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver::mysql.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver::postgresql.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Driver::sqlite.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::ErrorHandler.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::ID::incr.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::ID::md5.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::ID::static.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Serialize::default.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Serialize::freezethaw.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Serialize::storable.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Test::Default.3perl 0444 root bin -f none /opt/csw/share/man/man3/CGI::Session::Tutorial.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/CGI 0755 root bin -d none /opt/csw/share/perl/csw/CGI/Session 0755 root bin -f none /opt/csw/share/perl/csw/CGI/Session.pm 0444 root bin -d none /opt/csw/share/perl/csw/CGI/Session/Driver 0755 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver/DBI.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver/db_file.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver/file.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver/mysql.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver/postgresql.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Driver/sqlite.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/ErrorHandler.pm 0444 root bin -d none /opt/csw/share/perl/csw/CGI/Session/ID 0755 root bin -f none /opt/csw/share/perl/csw/CGI/Session/ID/incr.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/ID/md5.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/ID/static.pm 0444 root bin -d none /opt/csw/share/perl/csw/CGI/Session/Serialize 0755 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Serialize/default.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Serialize/freezethaw.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Serialize/storable.pm 0444 root bin -d none /opt/csw/share/perl/csw/CGI/Session/Test 0755 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Test/Default.pm 0444 root bin -f none /opt/csw/share/perl/csw/CGI/Session/Tutorial.pm 0444 root bin 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 Jun 8 17:45:05 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 15:45:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[10128] csw/mgar/pkg/cpan Message-ID: Revision: 10128 http://gar.svn.sourceforge.net/gar/?rev=10128&view=rev Author: bonivart Date: 2010-06-08 15:45:05 +0000 (Tue, 08 Jun 2010) Log Message: ----------- Algorithm-CheckDigits: initial checkin Added Paths: ----------- csw/mgar/pkg/cpan/Algorithm-CheckDigits/ csw/mgar/pkg/cpan/Algorithm-CheckDigits/branches/ csw/mgar/pkg/cpan/Algorithm-CheckDigits/tags/ csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/ csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/Makefile csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/checksums csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/files/ csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/Makefile 2010-06-08 15:45:05 UTC (rev 10128) @@ -0,0 +1,17 @@ +GARNAME = Algorithm-CheckDigits +GARVERSION = 0.53 +CATEGORIES = cpan +AUTHOR = MAMAWE + +DESCRIPTION = Perl extension to generate and test check digits +define BLURB + Perl extension to generate and test check digits +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmalgorithmchkdig +CATALOGNAME = pm_algorithmchkdig +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/checksums 2010-06-08 15:45:05 UTC (rev 10128) @@ -0,0 +1,2 @@ +f5b22e4b25688495e53d133bc88393dd Algorithm-CheckDigits-0.53.tar.gz +981311c031af8910652bdff1312ac2ef COPYING Added: csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Algorithm-CheckDigits/trunk/files/COPYING 2010-06-08 15:45:05 UTC (rev 10128) @@ -0,0 +1,3 @@ +Copyright (C) 2003 Mathias Weidner + +This module may be distributed under the same license as perl itself. 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 Jun 8 17:57:20 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 15:57:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[10129] csw/mgar/pkg/cpan Message-ID: Revision: 10129 http://gar.svn.sourceforge.net/gar/?rev=10129&view=rev Author: bonivart Date: 2010-06-08 15:57:20 +0000 (Tue, 08 Jun 2010) Log Message: ----------- Biblio-EndnoteStyle: initial checkin Added Paths: ----------- csw/mgar/pkg/cpan/Biblio-EndnoteStyle/ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/branches/ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/tags/ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/Makefile csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/checksums csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/files/ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/Makefile 2010-06-08 15:57:20 UTC (rev 10129) @@ -0,0 +1,17 @@ +GARNAME = Biblio-EndnoteStyle +GARVERSION = 0.05 +CATEGORIES = cpan +AUTHOR = MIRK + +DESCRIPTION = Reference formatting using Endnote-like templates +define BLURB + Reference formatting using Endnote-like templates +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmbiblioendnotest +CATALOGNAME = pm_biblioendnotest +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/checksums 2010-06-08 15:57:20 UTC (rev 10129) @@ -0,0 +1,2 @@ +282a4d0e0e70ac5c9775216b55164861 Biblio-EndnoteStyle-0.05.tar.gz +845d4136f4903f0a08d1f3423222070e COPYING Added: csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Biblio-EndnoteStyle/trunk/files/COPYING 2010-06-08 15:57:20 UTC (rev 10129) @@ -0,0 +1,5 @@ +Copyright (C) 2007 by Mike Taylor + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.7 or, +at your option, any later version of Perl 5 you may have available. 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 Jun 8 18:16:50 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 16:16:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10130] csw/mgar/pkg/cpan Message-ID: Revision: 10130 http://gar.svn.sourceforge.net/gar/?rev=10130&view=rev Author: bonivart Date: 2010-06-08 16:16:50 +0000 (Tue, 08 Jun 2010) Log Message: ----------- Class-Factory-Util: initial checkin Added Paths: ----------- csw/mgar/pkg/cpan/Class-Factory-Util/ csw/mgar/pkg/cpan/Class-Factory-Util/branches/ csw/mgar/pkg/cpan/Class-Factory-Util/tags/ csw/mgar/pkg/cpan/Class-Factory-Util/trunk/ csw/mgar/pkg/cpan/Class-Factory-Util/trunk/Makefile csw/mgar/pkg/cpan/Class-Factory-Util/trunk/checksums csw/mgar/pkg/cpan/Class-Factory-Util/trunk/files/ csw/mgar/pkg/cpan/Class-Factory-Util/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Class-Factory-Util/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Class-Factory-Util/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Factory-Util/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Class-Factory-Util/trunk/Makefile 2010-06-08 16:16:50 UTC (rev 10130) @@ -0,0 +1,17 @@ +GARNAME = Class-Factory-Util +GARVERSION = 1.7 +CATEGORIES = cpan +AUTHOR = DROLSKY + +DESCRIPTION = Provide utility methods for factory classes +define BLURB + Provide utility methods for factory classes +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmclassfactutil +CATALOGNAME = pm_classfactutil +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Class-Factory-Util/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Class-Factory-Util/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Class-Factory-Util/trunk/checksums 2010-06-08 16:16:50 UTC (rev 10130) @@ -0,0 +1,2 @@ +536156ddcd5931131970feca4b6c292a COPYING +aebd79da361b676a7ecd3245fc3d1b3f Class-Factory-Util-1.7.tar.gz Added: csw/mgar/pkg/cpan/Class-Factory-Util/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Class-Factory-Util/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Class-Factory-Util/trunk/files/COPYING 2010-06-08 16:16:50 UTC (rev 10130) @@ -0,0 +1,6 @@ +Copyright (c) 2003-2007 David Rolsky. All rights reserved. This program +is free software; you can redistribute it and/or modify it under the +same terms as Perl itself. + +The full text of the license can be found in the LICENSE file included +with this module. 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 Jun 8 18:49:15 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 16:49:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10131] csw/mgar/pkg/cpan/GD-Barcode/trunk Message-ID: Revision: 10131 http://gar.svn.sourceforge.net/gar/?rev=10131&view=rev Author: bonivart Date: 2010-06-08 16:49:15 +0000 (Tue, 08 Jun 2010) Log Message: ----------- GD-Barcode: update to 1.15 Modified Paths: -------------- csw/mgar/pkg/cpan/GD-Barcode/trunk/Makefile csw/mgar/pkg/cpan/GD-Barcode/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/GD-Barcode/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.depend csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.gspec Property Changed: ---------------- csw/mgar/pkg/cpan/GD-Barcode/trunk/ Property changes on: csw/mgar/pkg/cpan/GD-Barcode/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/cpan/GD-Barcode/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/GD-Barcode/trunk/Makefile 2010-06-08 16:16:50 UTC (rev 10130) +++ csw/mgar/pkg/cpan/GD-Barcode/trunk/Makefile 2010-06-08 16:49:15 UTC (rev 10131) @@ -3,15 +3,19 @@ CATEGORIES = cpan AUTHOR = KWITKNR -DESCRIPTION = create barcode images with GD +DESCRIPTION = Create barcode images with GD define BLURB GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". endef -DISTFILES += CSWpmgdbarcode.gspec CSWpmgdbarcode.depend +DISTFILES += COPYING -DEPENDS += cpan/GD +PACKAGES = CSWpmgdbarcode +CATALOGNAME = pm_gdbarcode +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpmgd + include gar/category.mk Modified: csw/mgar/pkg/cpan/GD-Barcode/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/GD-Barcode/trunk/checksums 2010-06-08 16:16:50 UTC (rev 10130) +++ csw/mgar/pkg/cpan/GD-Barcode/trunk/checksums 2010-06-08 16:49:15 UTC (rev 10131) @@ -1,3 +1,2 @@ -bed7c9b4aee54a0b2cbfb3bfd7b98994 download/CSWpmgdbarcode.gspec -f76e63f2366b8648783c87e98dda7e19 download/CSWpmgdbarcode.depend -53788170efb00b671ffb6ced5b5b897b download/GD-Barcode-1.15.tar.gz +8f707846587b43439d13796336829554 COPYING +53788170efb00b671ffb6ced5b5b897b GD-Barcode-1.15.tar.gz Added: csw/mgar/pkg/cpan/GD-Barcode/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/GD-Barcode/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/GD-Barcode/trunk/files/COPYING 2010-06-08 16:49:15 UTC (rev 10131) @@ -0,0 +1,3 @@ +The GD::Barcode module is Copyright (c) 2000 Kawai Takanori. Japan. All rights reserved. + +You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. Deleted: csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.depend =================================================================== --- csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.depend 2010-06-08 16:16:50 UTC (rev 10130) +++ csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.depend 2010-06-08 16:49:15 UTC (rev 10131) @@ -1 +0,0 @@ -P CSWpmgd pm_gd - interface to Gd Graphics Library Deleted: csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.gspec =================================================================== --- csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.gspec 2010-06-08 16:16:50 UTC (rev 10130) +++ csw/mgar/pkg/cpan/GD-Barcode/trunk/files/CSWpmgdbarcode.gspec 2010-06-08 16:49:15 UTC (rev 10131) @@ -1,10 +0,0 @@ -%var bitname pm_gdbarcode -%var pkgname CSWpmgdbarcode -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -The GD::Barocde module is Copyright (c) 2000 Kawai Takanori. Japan. -All rights reserved. - -You may distribute under the terms of either the GNU General Public -License or the Artistic License, as specified in the Perl README file. 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 Jun 8 19:22:48 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 08 Jun 2010 17:22:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[10132] csw/mgar/pkg/cpan/XML-LibXSLT/trunk Message-ID: Revision: 10132 http://gar.svn.sourceforge.net/gar/?rev=10132&view=rev Author: bonivart Date: 2010-06-08 17:22:48 +0000 (Tue, 08 Jun 2010) Log Message: ----------- XML-LibXSLT: update to 1.70 Modified Paths: -------------- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/Makefile csw/mgar/pkg/cpan/XML-LibXSLT/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.depend csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.gspec Property Changed: ---------------- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/ Property changes on: csw/mgar/pkg/cpan/XML-LibXSLT/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/cpan/XML-LibXSLT/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/Makefile 2010-06-08 16:49:15 UTC (rev 10131) +++ csw/mgar/pkg/cpan/XML-LibXSLT/trunk/Makefile 2010-06-08 17:22:48 UTC (rev 10132) @@ -1,7 +1,7 @@ GARNAME = XML-LibXSLT -GARVERSION = 1.58 +GARVERSION = 1.70 CATEGORIES = cpan -AUTHOR = MSERGEANT +AUTHOR = PAJAS DESCRIPTION = interface to the gnome libxslt library define BLURB @@ -10,8 +10,20 @@ tests showing this to be more than twice as fast as Sablotron. endef -DISTFILES += CSWpmxmllibxslt.gspec CSWpmxmllibxslt.depend +DISTFILES += COPYING -DEPENDS += lib/libxslt cpan/XML-LibXML +PACKAGES = CSWpmxmllibxslt +CATALOGNAME = pm_xmllibxslt +RUNTIME_DEP_PKGS += CSWpmxmllibxml +RUNTIME_DEP_PKGS += CSWgcrypt +RUNTIME_DEP_PKGS += CSWgdbm +RUNTIME_DEP_PKGS += CSWlibxslt +RUNTIME_DEP_PKGS += CSWgpgerr +RUNTIME_DEP_PKGS += CSWiconv +RUNTIME_DEP_PKGS += CSWlibxml2 +RUNTIME_DEP_PKGS += CSWzlib + +SKIPTEST = 1 + include gar/category.mk Modified: csw/mgar/pkg/cpan/XML-LibXSLT/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/checksums 2010-06-08 16:49:15 UTC (rev 10131) +++ csw/mgar/pkg/cpan/XML-LibXSLT/trunk/checksums 2010-06-08 17:22:48 UTC (rev 10132) @@ -1,3 +1,2 @@ -94c2bccf0476fecb6a66baeac4b52b54 download/CSWpmxmllibxslt.gspec -9381d5412ea0d0a6c3f00ec8faac674c download/CSWpmxmllibxslt.depend -c7b707002fed5c3572d81f92c453a5ce download/XML-LibXSLT-1.58.tar.gz +56581bab90498634a2d0748eb0951d04 COPYING +c63a7913999de076e5c911810f69b392 XML-LibXSLT-1.70.tar.gz Added: csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/COPYING 2010-06-08 17:22:48 UTC (rev 10132) @@ -0,0 +1,2 @@ +This is free software, you may use it and distribute it under the same +terms as Perl itself. Copyright 2001 AxKit.com Ltd. Deleted: csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.depend =================================================================== --- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.depend 2010-06-08 16:49:15 UTC (rev 10131) +++ csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.depend 2010-06-08 17:22:48 UTC (rev 10132) @@ -1 +0,0 @@ -P CSWpmxmllibxml pm_xmllibxml - binding for libxml2 Deleted: csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.gspec =================================================================== --- csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.gspec 2010-06-08 16:49:15 UTC (rev 10131) +++ csw/mgar/pkg/cpan/XML-LibXSLT/trunk/files/CSWpmxmllibxslt.gspec 2010-06-08 17:22:48 UTC (rev 10132) @@ -1,6 +0,0 @@ -%var bitname pm_xmllibxslt -%var pkgname CSWpmxmllibxslt -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -This is free software, you may use it and distribute it under the same -terms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 19:26:00 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 17:26:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[10133] csw/mgar/pkg/libpango Message-ID: Revision: 10133 http://gar.svn.sourceforge.net/gar/?rev=10133&view=rev Author: theferret Date: 2010-06-08 17:26:00 +0000 (Tue, 08 Jun 2010) Log Message: ----------- libpango: works for 64bit compiles now Modified Paths: -------------- csw/mgar/pkg/libpango/trunk/Makefile csw/mgar/pkg/libpango/trunk/README csw/mgar/pkg/libpango/trunk/devel/pkginfo csw/mgar/pkg/libpango/trunk/doc/pkginfo csw/mgar/pkg/libpango/trunk/doc/prototype csw/mgar/pkg/libpango/trunk/pkginfo csw/mgar/pkg/libpango/trunk/prototype.i386 csw/mgar/pkg/libpango/trunk/prototype.sparc Added Paths: ----------- csw/mgar/pkg/libpango/Makefile csw/mgar/pkg/libpango/trunk/devel/prototype.i386 csw/mgar/pkg/libpango/trunk/devel/prototype.sparc Removed Paths: ------------- csw/mgar/pkg/libpango/trunk/devel/prototype Added: csw/mgar/pkg/libpango/Makefile =================================================================== --- csw/mgar/pkg/libpango/Makefile (rev 0) +++ csw/mgar/pkg/libpango/Makefile 2010-06-08 17:26:00 UTC (rev 10133) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Modified: csw/mgar/pkg/libpango/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 17:22:48 UTC (rev 10132) +++ csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 17:26:00 UTC (rev 10133) @@ -1,91 +1,226 @@ -#This Makefile originally generated from a template under -# pkg/TEMPLATES/createpkg -# -- THis is actually from the "build sparcv9" Makefile, -# but I cant get v9 build working... +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" -# So rest of this file is a bit of a hack on a hack. -# You will most likely have to use GNU make to use it. -# This is one specifically hacked to make building sparcv9 packages -# easier. -# -# Steps to use: -# -# 1. put your normal prototype as prototype.i386 -# 2. copy to prototype.sparc and edit as appropriate -# 3. search for "XXX" and replace with appropriate string -# -# 4. build your package with: -# "make", "make sparcv9", "make package" +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. -## hax for sparcv9 -#### THis is more complicated than my regular sparcv9 hack, -# so had to make a custom hack. +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= pango-1.28.0.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/GNOME/sources/pango/1.28 -BUILDDIR=build/* +ARCH := $(shell /bin/uname -p) +LDFLAGS_COMMON := +SRCDIR= build/* +DESTDIR=$(SRCDIR)/cswstage -STDFILES=pkginfo copyright prototype -FILES= +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. -all: build package +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no -build: build/.config.done - (cd $(BUILDDIR) ; \ - $(MAKE) ; \ - MAKE=$(MAKE) stagepkg ; cp COPYING cswstage/.) +CONFIGURE_64_sparc= --libdir=/opt/csw/lib/sparcv9 +CONFIGURE_64_i386= --libdir=/opt/csw/lib/amd64 +CONFIGURE_64_EXTRAS:= $(CONFIGURE_64_$(ARCH)) --enable-introspection=no +PC64DIR_sparc=/opt/csw/lib/sparcv9/pkgconfig +PC64DIR_i386=/opt/csw/lib/amd64/pkgconfig -# dummy target for configure -build/.config.done: - @echo Configuring with: - @echo CC=$(CC) $(CFLAGS) - @echo CXX=$(CXX) $(CXXFLAGS) - (cd $(BUILDDIR) ; \ - test -f ../../patchfile.preconf && \ - gpatch -p0 <../../patchfile.preconf ; \ - ./configure --prefix=/opt/csw --disable-static ; \ - if test -f ../../patchfile.postconf ; then \ - gpatch -p0 <../../patchfile.postconf ; fi) - touch build/.config.done +LDFLAGS_64_sparc := -R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9 +LDFLAGS_64_i386 := -R/opt/csw/lib/amd64 -L/opt/csw/lib/amd64 -# I tried depending this on $(BUILDDIR)/config.log but that didnt stick -configure: build/.config.done +CREATEPKG=createpkg -r `pwd`/build/*/cswstage -sparcv9: - (cd $(BUILDDIR) ; \ - gmake clean; \ - LD_OPTIONS="" gmake CFLAGS='-xstrconst -fast -xarch=v9 -mt' \ - CXXFLAGS='-fast -xarch=v9 -mt' \ - LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' ;\ - cd pango ;\ - cp `find .libs -type f -name 'lib*.so*'` ../cswstage ;\ - cd .. ;\ - for f in *.pc ; do sed 's:libdir=.*:/opt/csw/lib/sparcv9:' $$f>cswstage/$$f.sparcv9 ; \ - done ;\ - echo sparcv9 build done ) +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package -package: $(STDFILE) $(FILES) - createpkg -r `pwd`/build/*/cswstage - cd devel; createpkg -r `pwd`/../build/*/cswstage; cd .. - cd doc; createpkg -r `pwd`/../build/*/cswstage; cd .. - mv */*.pkg.gz . +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ -pkgclean: - rm -f *.pkg.gz package +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + -clean: pkgclean - cd $(BUILDDIR) && make clean +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' -reallyclean: clean - rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status - rm -f build/.config.done +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + for subdir in devel doc ; do \ + set +e ;\ + cd $$subdir ;\ + createpkg -r ../build/*/cswstage ;\ + mv *.pkg* .. ; cd .. ;\ + done +#yes I know createpkg will error out because it calls checkpkg + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done + +build/.$(ARCH)-32.done: $(ARCH)-32 + +build/.$(ARCH)-64.done: $(ARCH)-64 + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10134 http://gar.svn.sourceforge.net/gar/?rev=10134&view=rev Author: wahwah Date: 2010-06-08 17:42:04 +0000 (Tue, 08 Jun 2010) Log Message: ----------- puppetd-0.25.x: Using --onetime with the cron job. Modified Paths: -------------- csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root Modified: csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums =================================================================== --- csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums 2010-06-08 17:26:00 UTC (rev 10133) +++ csw/mgar/pkg/puppet/branches/puppet-0.25.x/checksums 2010-06-08 17:42:04 UTC (rev 10134) @@ -1,6 +1,6 @@ abaa404420106f9f28e9e1218b4e365b 0001-pkgutil-support.patch 9c27c0cdca051eae986b56b91ef889ca 0002-Using-the-single-option-of-pkgutil.patch -b1f8124703bf7b2ecd81d25ee5224e0d CSWpuppet.cron.root +e3557aa5762e540cfe98b077c671dc54 CSWpuppet.cron.root 0af8b2be6a2c9ecc6bb4a1878fcbefec cswpuppetd aba2c79e589b9bd1c881a22aa663a213 cswpuppetmasterd 3ab0d4f9801075bc78b68b766b496fc7 cswusergroup Modified: csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root =================================================================== --- csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root 2010-06-08 17:26:00 UTC (rev 10133) +++ csw/mgar/pkg/puppet/branches/puppet-0.25.x/files/CSWpuppet.cron.root 2010-06-08 17:42:04 UTC (rev 10134) @@ -1 +1 @@ -0,30 * * * * /opt/csw/sbin/puppetd --no-daemon +0,30 * * * * /opt/csw/sbin/puppetd --no-daemon --onetime This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 20:29:35 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 18:29:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10135] csw/mgar/pkg/libpango/trunk Message-ID: Revision: 10135 http://gar.svn.sourceforge.net/gar/?rev=10135&view=rev Author: theferret Date: 2010-06-08 18:29:34 +0000 (Tue, 08 Jun 2010) Log Message: ----------- libpango: added workaround for oddity on sparc(possibly related to our build machines) Modified Paths: -------------- csw/mgar/pkg/libpango/trunk/Makefile csw/mgar/pkg/libpango/trunk/README Modified: csw/mgar/pkg/libpango/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 17:42:04 UTC (rev 10134) +++ csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 18:29:34 UTC (rev 10135) @@ -185,7 +185,7 @@ ## So, we remove all 64bit milestones build/.stage-$(ARCH)-32.done: @echo Handling stage of $(ARCH)-32 - (cd $(SRCDIR) ; MAKE=gmake stagepkg) + (cd $(SRCDIR) ; MAKE=gmake stagepkg -m) @rm -f build/.*64.done touch $@ Modified: csw/mgar/pkg/libpango/trunk/README =================================================================== --- csw/mgar/pkg/libpango/trunk/README 2010-06-08 17:42:04 UTC (rev 10134) +++ csw/mgar/pkg/libpango/trunk/README 2010-06-08 18:29:34 UTC (rev 10135) @@ -11,6 +11,12 @@ PROBLEM SHOOTING: + 'strip' (at least in cwstage) is BROKEN? + somehow eliminates the pango_fc_font_map_cache_ symbols from + libpangoft2-1.0.so, at least in sparc build + Somethin about bad fakeroot interaction. + So we call stagepkg with -m here. + If amd64 blows up about g-ir-scanner, then just remove it from config.status (Set INTROSPECTION_SCANNER to "") Actually, set all INTROSPECTION stuff to "", and then set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 8 20:38:29 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 08 Jun 2010 18:38:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[10136] csw/mgar/pkg Message-ID: Revision: 10136 http://gar.svn.sourceforge.net/gar/?rev=10136&view=rev Author: theferret Date: 2010-06-08 18:38:28 +0000 (Tue, 08 Jun 2010) Log Message: ----------- misc: fixed stupid typo in some Makefiles Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib csw/mgar/pkg/libpango/trunk/Makefile csw/mgar/pkg/libxft2/trunk/Makefile Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 18:29:34 UTC (rev 10135) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-08 18:38:28 UTC (rev 10136) @@ -149,7 +149,7 @@ build/.configure-$(ARCH)-64.done: build/.patch-preconf.done if test "$(ARCH)" = "i386" -a "`uname -r`" != "5.10" ; then \ - echo Error: do 64bit for i386 on sol19 only ; exit 1 ; fi + echo Error: do 64bit for i386 on sol10 only ; exit 1 ; fi @echo handling $@ target (cd $(SRCDIR) ; \ CFLAGS="$(CFLAGS_COMMON) -m64" \ Modified: csw/mgar/pkg/libpango/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 18:29:34 UTC (rev 10135) +++ csw/mgar/pkg/libpango/trunk/Makefile 2010-06-08 18:38:28 UTC (rev 10136) @@ -159,7 +159,7 @@ build/.configure-$(ARCH)-64.done: build/.patch-preconf.done if test "$(ARCH)" = "i386" -a "`uname -r`" != "5.10" ; then \ - echo Error: do 64bit for i386 on sol19 only ; exit 1 ; fi + echo Error: do 64bit for i386 on sol10 only ; exit 1 ; fi @echo handling $@ target (cd $(SRCDIR) ; \ CFLAGS="$(CFLAGS_COMMON) -m64" \ Modified: csw/mgar/pkg/libxft2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 18:29:34 UTC (rev 10135) +++ csw/mgar/pkg/libxft2/trunk/Makefile 2010-06-08 18:38:28 UTC (rev 10136) @@ -149,7 +149,7 @@ build/.configure-$(ARCH)-64.done: build/.patch-preconf.done if test "$(ARCH)" = "i386" -a "`uname -r`" != "5.10" ; then \ - echo Error: do 64bit for i386 on sol19 only ; exit 1 ; fi + echo Error: do 64bit for i386 on sol10 only ; exit 1 ; fi @echo handling $@ target (cd $(SRCDIR) ; \ CFLAGS="$(CFLAGS_COMMON) -m64" \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Jun 8 21:36:53 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 08 Jun 2010 19:36:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[10137] csw/mgar/pkg/screen/trunk Message-ID: Revision: 10137 http://gar.svn.sourceforge.net/gar/?rev=10137&view=rev Author: chninkel Date: 2010-06-08 19:36:52 +0000 (Tue, 08 Jun 2010) Log Message: ----------- screen: removed ncurses dependancy, added terminfo dependancy Modified Paths: -------------- csw/mgar/pkg/screen/trunk/Makefile csw/mgar/pkg/screen/trunk/checksums Modified: csw/mgar/pkg/screen/trunk/Makefile =================================================================== --- csw/mgar/pkg/screen/trunk/Makefile 2010-06-08 18:38:28 UTC (rev 10136) +++ csw/mgar/pkg/screen/trunk/Makefile 2010-06-08 19:36:52 UTC (rev 10137) @@ -24,14 +24,14 @@ PACKAGES = CSWscrn CATALOGNAME = screen -RUNTIME_DEP_PKGS = CSWncurses +RUNTIME_DEP_PKGS = CSWterminfo PRESERVECONF = /etc/opt/csw/screenrc MIGRATE_FILES = screenrc # we want to use opencsw libncurses and not solaris libcurses # so we modify configure.in so ncurses is tried before curses -PATCHFILES += enable_ncurses.patch +# PATCHFILES += enable_ncurses.patch # this patch increases the maximum number of simultaneously allowed # windows per screen session. Modified: csw/mgar/pkg/screen/trunk/checksums =================================================================== --- csw/mgar/pkg/screen/trunk/checksums 2010-06-08 18:38:28 UTC (rev 10136) +++ csw/mgar/pkg/screen/trunk/checksums 2010-06-08 19:36:52 UTC (rev 10137) @@ -1,5 +1,4 @@ 18269762c8dbe1443730d1e23fddfd0c changelog.CSW -bc3ac54668be521328c598408cab2d60 enable_ncurses.patch 8506fd205028a96c741e4037de6e3c42 screen-4.0.3.tar.gz ed83d7a9001fa159a367d699580c1dd2 screen-maxwin.patch 3f25f108225cea31321046da5b033f6a screen-utmp.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Jun 8 22:05:18 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 08 Jun 2010 20:05:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10138] csw/mgar/pkg/screen/trunk/Makefile Message-ID: Revision: 10138 http://gar.svn.sourceforge.net/gar/?rev=10138&view=rev Author: chninkel Date: 2010-06-08 20:05:18 +0000 (Tue, 08 Jun 2010) Log Message: ----------- screen: added check override Modified Paths: -------------- csw/mgar/pkg/screen/trunk/Makefile Modified: csw/mgar/pkg/screen/trunk/Makefile =================================================================== --- csw/mgar/pkg/screen/trunk/Makefile 2010-06-08 19:36:52 UTC (rev 10137) +++ csw/mgar/pkg/screen/trunk/Makefile 2010-06-08 20:05:18 UTC (rev 10138) @@ -26,6 +26,8 @@ RUNTIME_DEP_PKGS = CSWterminfo +CHECKPKG_OVERRIDES_CSWscrn += surplus-dependency|CSWterminfo + PRESERVECONF = /etc/opt/csw/screenrc MIGRATE_FILES = screenrc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Jun 8 22:20:16 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 08 Jun 2010 20:20:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10139] csw/mgar/pkg/screen/tags/screen-4.0.3, REV=2010.06. 08/ Message-ID: Revision: 10139 http://gar.svn.sourceforge.net/gar/?rev=10139&view=rev Author: chninkel Date: 2010-06-08 20:20:16 +0000 (Tue, 08 Jun 2010) Log Message: ----------- screen: Tag as release 4.0.3,REV=2010.06.08 Added Paths: ----------- csw/mgar/pkg/screen/tags/screen-4.0.3,REV=2010.06.08/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Jun 8 22:24:24 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 08 Jun 2010 20:24:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[10140] csw/mgar/pkg/screen/tags/screen-4.0.3, REV=2010.06. 08/trunk/ Message-ID: Revision: 10140 http://gar.svn.sourceforge.net/gar/?rev=10140&view=rev Author: chninkel Date: 2010-06-08 20:24:24 +0000 (Tue, 08 Jun 2010) Log Message: ----------- screen: Tag as release 4.0.3,REV=2010.06.08 Added Paths: ----------- csw/mgar/pkg/screen/tags/screen-4.0.3,REV=2010.06.08/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Tue Jun 8 23:50:14 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Tue, 08 Jun 2010 21:50:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10141] csw/mgar/pkg/openldap/trunk/Makefile Message-ID: Revision: 10141 http://gar.svn.sourceforge.net/gar/?rev=10141&view=rev Author: rthurner Date: 2010-06-08 21:50:14 +0000 (Tue, 08 Jun 2010) Log Message: ----------- openldap - ignore checkpkg warnings for the moment Modified Paths: -------------- csw/mgar/pkg/openldap/trunk/Makefile Modified: csw/mgar/pkg/openldap/trunk/Makefile =================================================================== --- csw/mgar/pkg/openldap/trunk/Makefile 2010-06-08 20:24:24 UTC (rev 10140) +++ csw/mgar/pkg/openldap/trunk/Makefile 2010-06-08 21:50:14 UTC (rev 10141) @@ -114,8 +114,10 @@ PKGFILES_CSWoldaprt += $(mandir)/man5/ldap.conf.5 INITSMF = /opt/csw/etc/init.d/cswopenldap +CHECKPKG_OVERRIDES_CSWoldap += init-file-wrong-location|/opt/csw/etc/init.d/cswopenldap ARCHALL_CSWoldapdevel = 1 +CHECKPKG_OVERRIDES_CSWoldapdevel += archall-devel-package include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Tue Jun 8 23:56:19 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Tue, 08 Jun 2010 21:56:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10142] csw/mgar/pkg/bdb50/trunk/Makefile Message-ID: Revision: 10142 http://gar.svn.sourceforge.net/gar/?rev=10142&view=rev Author: rthurner Date: 2010-06-08 21:56:19 +0000 (Tue, 08 Jun 2010) Log Message: ----------- bdb - aaargh ... gmake clean package requires this, gmake platforms-reinstall platforms-remerge platforms-repackage does not ??? Modified Paths: -------------- csw/mgar/pkg/bdb50/trunk/Makefile Modified: csw/mgar/pkg/bdb50/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb50/trunk/Makefile 2010-06-08 21:50:14 UTC (rev 10141) +++ csw/mgar/pkg/bdb50/trunk/Makefile 2010-06-08 21:56:19 UTC (rev 10142) @@ -78,10 +78,10 @@ CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/lib|opt/csw/bdb50/lib/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/bdb50/lib/libdb_cxx-5.0.so -CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/bdb50/lib/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib|opt/csw/bdb50/lib/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7|opt/csw/bdb50/lib/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/v8|opt/csw/bdb50/lib/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/bdb50/lib/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/lib/sparcv9|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib/sparc/64|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7/v9|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Tue Jun 8 23:58:10 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Tue, 08 Jun 2010 21:58:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10143] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: Revision: 10143 http://gar.svn.sourceforge.net/gar/?rev=10143&view=rev Author: rthurner Date: 2010-06-08 21:58:09 +0000 (Tue, 08 Jun 2010) Log Message: ----------- subversion - add bdb48 explicit to have -R/opt/csw/bdb48/lib in the execution lib path Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2010-06-08 21:56:19 UTC (rev 10142) +++ csw/mgar/pkg/subversion/trunk/Makefile 2010-06-08 21:58:09 UTC (rev 10143) @@ -123,6 +123,7 @@ EXTRA_INC += $(prefix)/apache2/include EXTRA_LIB += /opt/csw/apache2/lib +EXTRA_LIB += /opt/csw/bdb48/lib EXTRA_LIB += $(SVNLIB) EXTRA_LINKER_FLAGS = -lintl -liconv This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 9 00:09:33 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 08 Jun 2010 22:09:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10144] csw/mgar/pkg/file/trunk/Makefile Message-ID: Revision: 10144 http://gar.svn.sourceforge.net/gar/?rev=10144&view=rev Author: wahwah Date: 2010-06-08 22:09:33 +0000 (Tue, 08 Jun 2010) Log Message: ----------- file: Renaming CSWfile to CSWgfile. Modified Paths: -------------- csw/mgar/pkg/file/trunk/Makefile Property Changed: ---------------- csw/mgar/pkg/file/trunk/Makefile Modified: csw/mgar/pkg/file/trunk/Makefile =================================================================== --- csw/mgar/pkg/file/trunk/Makefile 2010-06-08 21:58:09 UTC (rev 10143) +++ csw/mgar/pkg/file/trunk/Makefile 2010-06-08 22:09:33 UTC (rev 10144) @@ -22,16 +22,18 @@ TEST_TARGET = check PATCHFILES += 0001-libtool-dir-used-for-linking.patch PATCHFILES += 0002-CSW-runpath.patch -PACKAGES = CSWfile CSWlibmagic CSWpy-libmagic -PKGFILES_CSWfile += $(bindir)/file -PKGFILES_CSWfile += $(mandir)/man1/file\.1 +PACKAGES += CSWgfile +PACKAGES += CSWlibmagic +PACKAGES += CSWpy-libmagic +PKGFILES_CSWgfile += $(bindir)/gfile +PKGFILES_CSWgfile += $(mandir)/man1/gfile\.1 PKGFILES_CSWpy-libmagic += /opt/csw/lib/python.* -SPKG_DESC_CSWfile = A file type guesser +SPKG_DESC_CSWgfile = A file type guesser SPKG_DESC_CSWlibmagic = The library behind file(1) SPKG_DESC_CSWpy-libmagic = Python extension for libmagic CATALOGNAME_CSWpy-libmagic = py_libmagic -RUNTIME_DEP_PKGS_CSWfile += CSWlibmagic -RUNTIME_DEP_PKGS_CSWfile += CSWzlib +RUNTIME_DEP_PKGS_CSWgfile += CSWlibmagic +RUNTIME_DEP_PKGS_CSWgfile += CSWzlib RUNTIME_DEP_PKGS_CSWlibmagic += CSWzlib RUNTIME_DEP_PKGS_CSWpy-libmagic += CSWlibmagic RUNTIME_DEP_PKGS_CSWpy-libmagic += CSWpython @@ -56,4 +58,7 @@ post-install-modulated: (cd $(WORKSRC)/python && \ python setup.py install --root=$(DESTDIR) --prefix=$(prefix)) + (cd $(DESTDIR) && \ + mv $(DESTDIR)$(bindir)/file $(DESTDIR)$(bindir)/gfile && \ + mv $(DESTDIR)$(mandir)/man1/file\.1 $(DESTDIR)$(mandir)/man1/gfile\.1) @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/file/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Wed Jun 9 02:28:03 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Wed, 09 Jun 2010 00:28:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[10145] csw/mgar/pkg/openldap/trunk/Makefile Message-ID: Revision: 10145 http://gar.svn.sourceforge.net/gar/?rev=10145&view=rev Author: rthurner Date: 2010-06-09 00:28:03 +0000 (Wed, 09 Jun 2010) Log Message: ----------- openldap - override because checking an amd binary on i386 is pointless Modified Paths: -------------- csw/mgar/pkg/openldap/trunk/Makefile Modified: csw/mgar/pkg/openldap/trunk/Makefile =================================================================== --- csw/mgar/pkg/openldap/trunk/Makefile 2010-06-08 22:09:33 UTC (rev 10144) +++ csw/mgar/pkg/openldap/trunk/Makefile 2010-06-09 00:28:03 UTC (rev 10145) @@ -119,6 +119,9 @@ ARCHALL_CSWoldapdevel = 1 CHECKPKG_OVERRIDES_CSWoldapdevel += archall-devel-package +# override because checking an amd binary on i386 is pointless +CHECKPKG_OVERRIDES_CSWoldap += soname-not-found|libm.so.2|is|needed|by|opt/csw/libexec/amd64/openldap/back_perl-2.4.so.2.5.5 + include gar/category.mk CFLAGS := $(filter-out -I%,$(CFLAGS)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Wed Jun 9 02:35:48 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Wed, 09 Jun 2010 00:35:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[10146] csw/mgar/pkg/bdb50/trunk/Makefile Message-ID: Revision: 10146 http://gar.svn.sourceforge.net/gar/?rev=10146&view=rev Author: rthurner Date: 2010-06-09 00:35:48 +0000 (Wed, 09 Jun 2010) Log Message: ----------- bdb50 - add overrides for amd64 Modified Paths: -------------- csw/mgar/pkg/bdb50/trunk/Makefile Modified: csw/mgar/pkg/bdb50/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb50/trunk/Makefile 2010-06-09 00:28:03 UTC (rev 10145) +++ csw/mgar/pkg/bdb50/trunk/Makefile 2010-06-09 00:35:48 UTC (rev 10146) @@ -86,7 +86,13 @@ CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/SUNWspro/lib/sparc/64|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7/v9|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/sparc/64|opt/csw/bdb50/lib/sparcv9/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/lib/64|opt/csw/bdb50/lib/amd64/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/amd64|opt/csw/bdb50/lib/amd64/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/opt/studio/SOS12/SUNWspro/lib/rw7/amd64|opt/csw/bdb50/lib/amd64/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/usr/ccs/lib/amd64|opt/csw/bdb50/lib/amd64/libdb_cxx-5.0.so +CHECKPKG_OVERRIDES_CSWbdb50 += bad-rpath-entry|/usr/lib/64|opt/csw/bdb50/lib/amd64/libdb_cxx-5.0.so + include gar/category.mk LIBS += -lnsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 9 07:37:18 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 09 Jun 2010 05:37:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10147] csw/mgar/pkg/file/trunk/Makefile Message-ID: Revision: 10147 http://gar.svn.sourceforge.net/gar/?rev=10147&view=rev Author: wahwah Date: 2010-06-09 05:37:18 +0000 (Wed, 09 Jun 2010) Log Message: ----------- file: Adding the GNU link, /opt/csw/gnu/file Modified Paths: -------------- csw/mgar/pkg/file/trunk/Makefile Modified: csw/mgar/pkg/file/trunk/Makefile =================================================================== --- csw/mgar/pkg/file/trunk/Makefile 2010-06-09 00:35:48 UTC (rev 10146) +++ csw/mgar/pkg/file/trunk/Makefile 2010-06-09 05:37:18 UTC (rev 10147) @@ -27,6 +27,7 @@ PACKAGES += CSWpy-libmagic PKGFILES_CSWgfile += $(bindir)/gfile PKGFILES_CSWgfile += $(mandir)/man1/gfile\.1 +PKGFILES_CSWgfile += $(prefix)/gnu/file PKGFILES_CSWpy-libmagic += /opt/csw/lib/python.* SPKG_DESC_CSWgfile = A file type guesser SPKG_DESC_CSWlibmagic = The library behind file(1) @@ -61,4 +62,7 @@ (cd $(DESTDIR) && \ mv $(DESTDIR)$(bindir)/file $(DESTDIR)$(bindir)/gfile && \ mv $(DESTDIR)$(mandir)/man1/file\.1 $(DESTDIR)$(mandir)/man1/gfile\.1) + ginstall -d -m 755 $(DESTDIR)$(prefix)/gnu + (cd $(DESTDIR) && \ + gln -s ../bin/gfile $(DESTDIR)$(prefix)/gnu/file) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jun 9 09:13:36 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Jun 2010 07:13:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[10148] csw/mgar/pkg/cpan Message-ID: Revision: 10148 http://gar.svn.sourceforge.net/gar/?rev=10148&view=rev Author: dmichelsen Date: 2010-06-09 07:13:36 +0000 (Wed, 09 Jun 2010) Log Message: ----------- cpan/Date-Leapyear: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Date-Leapyear/ csw/mgar/pkg/cpan/Date-Leapyear/branches/ csw/mgar/pkg/cpan/Date-Leapyear/tags/ csw/mgar/pkg/cpan/Date-Leapyear/trunk/ csw/mgar/pkg/cpan/Date-Leapyear/trunk/Makefile csw/mgar/pkg/cpan/Date-Leapyear/trunk/checksums csw/mgar/pkg/cpan/Date-Leapyear/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Date-Leapyear/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Date-Leapyear/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Date-Leapyear/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Date-Leapyear/trunk/Makefile 2010-06-09 07:13:36 UTC (rev 10148) @@ -0,0 +1,17 @@ +GARNAME = Date-Leapyear +GARVERSION = 1.72 +CATEGORIES = cpan +AUTHOR = RBOW + +DESCRIPTION = Perl module to determine leap years +define BLURB +endef + +PACKAGES = CSWpmdateleapyear +CATALOGNAME = pm_dateleapyear + +LICENSE = LICENSE + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Date-Leapyear/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Date-Leapyear/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Date-Leapyear/trunk/checksums 2010-06-09 07:13:36 UTC (rev 10148) @@ -0,0 +1 @@ +bdfe5e8d435d6afcf7103269450e514b Date-Leapyear-1.72.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 9 10:27:42 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 09 Jun 2010 08:27:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10149] csw/mgar/pkg/cpan Message-ID: Revision: 10149 http://gar.svn.sourceforge.net/gar/?rev=10149&view=rev Author: bonivart Date: 2010-06-09 08:27:41 +0000 (Wed, 09 Jun 2010) Log Message: ----------- PDF-Reuse: initial checkin Added Paths: ----------- csw/mgar/pkg/cpan/PDF-Reuse/ csw/mgar/pkg/cpan/PDF-Reuse/branches/ csw/mgar/pkg/cpan/PDF-Reuse/tags/ csw/mgar/pkg/cpan/PDF-Reuse/trunk/ csw/mgar/pkg/cpan/PDF-Reuse/trunk/Makefile csw/mgar/pkg/cpan/PDF-Reuse/trunk/checksums csw/mgar/pkg/cpan/PDF-Reuse/trunk/files/ csw/mgar/pkg/cpan/PDF-Reuse/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/PDF-Reuse/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/PDF-Reuse/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/PDF-Reuse/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/PDF-Reuse/trunk/Makefile 2010-06-09 08:27:41 UTC (rev 10149) @@ -0,0 +1,17 @@ +GARNAME = PDF-Reuse +GARVERSION = 0.35 +CATEGORIES = cpan +AUTHOR = LARSLUND + +DESCRIPTION = Reuse and mass produce PDF documents +define BLURB + Reuse and mass produce PDF documents +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmpdfreuse +CATALOGNAME = pm_pdfreuse +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/PDF-Reuse/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/PDF-Reuse/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/PDF-Reuse/trunk/checksums 2010-06-09 08:27:41 UTC (rev 10149) @@ -0,0 +1,2 @@ +6ea858184c20f86d6434481ebe2f6d22 COPYING +1e2541eacaf8df4f4012312f6c353688 PDF-Reuse-0.35.tar.gz Added: csw/mgar/pkg/cpan/PDF-Reuse/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/PDF-Reuse/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/PDF-Reuse/trunk/files/COPYING 2010-06-09 08:27:41 UTC (rev 10149) @@ -0,0 +1,5 @@ +Copyright (C) 2003 - 2004 Lars Lundberg, Solidez HB. +Copyright (C) 2005 - 2007 Karin Lundberg. All rights reserved. +Copyright (C) 2008 - Lars Lundberg, Solidez HB. +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 9 11:11:25 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 09 Jun 2010 09:11:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10150] csw/mgar/pkg/cpan Message-ID: Revision: 10150 http://gar.svn.sourceforge.net/gar/?rev=10150&view=rev Author: bonivart Date: 2010-06-09 09:11:25 +0000 (Wed, 09 Jun 2010) Log Message: ----------- Barcode-Code128: initial checkin Added Paths: ----------- csw/mgar/pkg/cpan/Barcode-Code128/ csw/mgar/pkg/cpan/Barcode-Code128/branches/ csw/mgar/pkg/cpan/Barcode-Code128/tags/ csw/mgar/pkg/cpan/Barcode-Code128/trunk/ csw/mgar/pkg/cpan/Barcode-Code128/trunk/Makefile csw/mgar/pkg/cpan/Barcode-Code128/trunk/checksums csw/mgar/pkg/cpan/Barcode-Code128/trunk/files/ csw/mgar/pkg/cpan/Barcode-Code128/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Barcode-Code128/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Barcode-Code128/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Barcode-Code128/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Barcode-Code128/trunk/Makefile 2010-06-09 09:11:25 UTC (rev 10150) @@ -0,0 +1,21 @@ +GARNAME = Barcode-Code128 +GARVERSION = 2.01 +CATEGORIES = cpan +AUTHOR = WRW + +DESCRIPTION = Generate CODE 128 bar codes +define BLURB + Generate CODE 128 bar codes +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmbarcodecode128 +CATALOGNAME = pm_barcodecode128 +ARCHALL = 1 + +BUILD_DEP_PKGS = CSWpmgd + +SKIPTEST = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Barcode-Code128/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Barcode-Code128/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Barcode-Code128/trunk/checksums 2010-06-09 09:11:25 UTC (rev 10150) @@ -0,0 +1,2 @@ +a0aa077b26926c30659471d14515d907 Barcode-Code128-2.01.tar.gz +51f5acb6e1d151937bc2c463fff5d810 COPYING Added: csw/mgar/pkg/cpan/Barcode-Code128/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Barcode-Code128/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Barcode-Code128/trunk/files/COPYING 2010-06-09 09:11:25 UTC (rev 10150) @@ -0,0 +1,7 @@ + This module is placed into the public domain. You are free to + use, modify, or redistribute this module in any way for commercial + or other uses. My only request is that if you change it, please + submit copies of your changed code (or diffs) so that I can + incorporate them into the version on CPAN. Also, in order to + reduce the likelihood of confusion please do not distribute a + modified version of this module unless you change the name first. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 9 11:21:47 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 09 Jun 2010 09:21:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10151] csw/mgar/pkg/cpan Message-ID: Revision: 10151 http://gar.svn.sourceforge.net/gar/?rev=10151&view=rev Author: bonivart Date: 2010-06-09 09:21:47 +0000 (Wed, 09 Jun 2010) Log Message: ----------- PDF-Reuse-Barcode: initial checkin Added Paths: ----------- csw/mgar/pkg/cpan/PDF-Reuse-Barcode/ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/branches/ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/tags/ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/Makefile csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/checksums csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/files/ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/Makefile 2010-06-09 09:21:47 UTC (rev 10151) @@ -0,0 +1,19 @@ +GARNAME = PDF-Reuse-Barcode +GARVERSION = 0.06 +CATEGORIES = cpan +AUTHOR = LARSLUND + +DESCRIPTION = Reuse and mass produce PDF documents +define BLURB + Reuse and mass produce PDF documents +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmpdfreusebarcode +CATALOGNAME = pm_pdfreusebarcode +ARCHALL = 1 + +BUILD_DEP_PKGS = CSWpmgdbarcode CSWpmpdfreuse CSWpmbarcodecode128 + +include gar/category.mk Added: csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/checksums 2010-06-09 09:21:47 UTC (rev 10151) @@ -0,0 +1,2 @@ +0be4d17f02af0c12b756b66485b7bcaa COPYING +6b5aab1c138c54665d6c1f41700ac297 PDF-Reuse-Barcode-0.06.tar.gz Added: csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/PDF-Reuse-Barcode/trunk/files/COPYING 2010-06-09 09:21:47 UTC (rev 10151) @@ -0,0 +1,4 @@ +Copyright (C) 2003 - 2008 Lars Lundberg, Solidez HB + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 9 13:58:30 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 09 Jun 2010 11:58:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[10152] csw/mgar/gar/v2-git/ Message-ID: Revision: 10152 http://gar.svn.sourceforge.net/gar/?rev=10152&view=rev Author: wahwah Date: 2010-06-09 11:58:30 +0000 (Wed, 09 Jun 2010) Log Message: ----------- gar/v2-git: Removing an old branch, bwalton's changes are now merged in. Removed Paths: ------------- csw/mgar/gar/v2-git/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 9 15:17:04 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 09 Jun 2010 13:17:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[10153] csw/mgar/pkg Message-ID: Revision: 10153 http://gar.svn.sourceforge.net/gar/?rev=10153&view=rev Author: bonivart Date: 2010-06-09 13:17:04 +0000 (Wed, 09 Jun 2010) Log Message: ----------- yaz: initial commit Added Paths: ----------- csw/mgar/pkg/yaz/ csw/mgar/pkg/yaz/branches/ csw/mgar/pkg/yaz/tags/ csw/mgar/pkg/yaz/trunk/ csw/mgar/pkg/yaz/trunk/Makefile csw/mgar/pkg/yaz/trunk/checksums csw/mgar/pkg/yaz/trunk/files/ Property changes on: csw/mgar/pkg/yaz/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/yaz/trunk/Makefile =================================================================== --- csw/mgar/pkg/yaz/trunk/Makefile (rev 0) +++ csw/mgar/pkg/yaz/trunk/Makefile 2010-06-09 13:17:04 UTC (rev 10153) @@ -0,0 +1,30 @@ +GARNAME = yaz +GARVERSION = 4.0.9 +CATEGORIES = utils + +DESCRIPTION = Toolkit for Z39.50/SRW/SRU clients and servers +define BLURB + Programmers toolkit supporting the development of Z39.50/SRW/SRU clients and servers +endef + +MASTER_SITES = http://ftp.indexdata.dk/pub/yaz/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +LICENSE = LICENSE + +RUNTIME_DEP_PKGS_CSWyaz += CSWgcrypt +RUNTIME_DEP_PKGS_CSWyaz += CSWgnutls +RUNTIME_DEP_PKGS_CSWyaz += CSWreadline +RUNTIME_DEP_PKGS_CSWyaz += CSWncurses +RUNTIME_DEP_PKGS_CSWyaz += CSWlibxslt +RUNTIME_DEP_PKGS_CSWyaz += CSWgpgerr +RUNTIME_DEP_PKGS_CSWyaz += CSWiconv +RUNTIME_DEP_PKGS_CSWyaz += CSWlibxml2 +RUNTIME_DEP_PKGS_CSWyaz += CSWzlib + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Added: csw/mgar/pkg/yaz/trunk/checksums =================================================================== --- csw/mgar/pkg/yaz/trunk/checksums (rev 0) +++ csw/mgar/pkg/yaz/trunk/checksums 2010-06-09 13:17:04 UTC (rev 10153) @@ -0,0 +1 @@ +de6a8285e5691d5089971975994210a3 yaz-4.0.9.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jun 9 15:44:17 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Jun 2010 13:44:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[10154] csw/mgar/pkg/cpan Message-ID: Revision: 10154 http://gar.svn.sourceforge.net/gar/?rev=10154&view=rev Author: dmichelsen Date: 2010-06-09 13:44:17 +0000 (Wed, 09 Jun 2010) Log Message: ----------- cpan/Date-ICal: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Date-ICal/ csw/mgar/pkg/cpan/Date-ICal/branches/ csw/mgar/pkg/cpan/Date-ICal/tags/ csw/mgar/pkg/cpan/Date-ICal/trunk/ csw/mgar/pkg/cpan/Date-ICal/trunk/Makefile csw/mgar/pkg/cpan/Date-ICal/trunk/checksums csw/mgar/pkg/cpan/Date-ICal/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Date-ICal/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Date-ICal/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Date-ICal/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Date-ICal/trunk/Makefile 2010-06-09 13:44:17 UTC (rev 10154) @@ -0,0 +1,19 @@ +GARNAME = Date-ICal +GARVERSION = 1.72 +CATEGORIES = cpan +AUTHOR = RBOW + +DESCRIPTION = Perl extension for ICalendar date objects +define BLURB +endef + +PACKAGES = CSWpmdateical +CATALOGNAME = pm_dateical + +DEP_PKGS = CSWpmdateleapyear + +LICENSE = LICENSE + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Date-ICal/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Date-ICal/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Date-ICal/trunk/checksums 2010-06-09 13:44:17 UTC (rev 10154) @@ -0,0 +1 @@ +69e10541f5da09fc0f53474073da6744 Date-ICal-1.72.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jun 9 15:59:46 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Jun 2010 13:59:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[10155] csw/mgar/pkg/cpan Message-ID: Revision: 10155 http://gar.svn.sourceforge.net/gar/?rev=10155&view=rev Author: dmichelsen Date: 2010-06-09 13:59:46 +0000 (Wed, 09 Jun 2010) Log Message: ----------- cpan/MARC-Record: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/MARC-Record/ csw/mgar/pkg/cpan/MARC-Record/branches/ csw/mgar/pkg/cpan/MARC-Record/tags/ csw/mgar/pkg/cpan/MARC-Record/trunk/ csw/mgar/pkg/cpan/MARC-Record/trunk/Makefile csw/mgar/pkg/cpan/MARC-Record/trunk/checksums csw/mgar/pkg/cpan/MARC-Record/trunk/files/ csw/mgar/pkg/cpan/MARC-Record/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/MARC-Record/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/MARC-Record/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/MARC-Record/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/MARC-Record/trunk/Makefile 2010-06-09 13:59:46 UTC (rev 10155) @@ -0,0 +1,17 @@ +GARNAME = MARC-Record +GARVERSION = 2.0.2 +CATEGORIES = cpan +AUTHOR = GMCHARLT + +DESCRIPTION = Perl module for handling files of MARC::Record objects +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmmarcrecord +CATALOGNAME = pm_marcrecord + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/MARC-Record/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/MARC-Record/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/MARC-Record/trunk/checksums 2010-06-09 13:59:46 UTC (rev 10155) @@ -0,0 +1,2 @@ +10877a5dda6c4966c068f2cd52d8dbc6 COPYING +4fdd863c6aa3ea2fc2c9c7329aaba734 MARC-Record-2.0.2.tar.gz Added: csw/mgar/pkg/cpan/MARC-Record/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/MARC-Record/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/MARC-Record/trunk/files/COPYING 2010-06-09 13:59:46 UTC (rev 10155) @@ -0,0 +1,18 @@ +Copyright (C) 2001-2010 by contributors: + +2001-2007 Andy Lester +2002-2007 Ed Summers +2003-2005 Eric Lease Morgan +2003 Morbus Iff +2004-2005 Bryan Baldus +2004 Mark Jordan +2007 Mike Rylander +2007 Dan Scott +2009 Bill Dueber +2010 Galen Charlton +2010 Fr?d?ric Demians +2010 Dan Wells + +This software is free software and may be distributed under the same +terms as Perl itself . + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jun 9 16:09:35 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Jun 2010 14:09:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10156] csw/mgar/pkg/cpan Message-ID: Revision: 10156 http://gar.svn.sourceforge.net/gar/?rev=10156&view=rev Author: dmichelsen Date: 2010-06-09 14:09:34 +0000 (Wed, 09 Jun 2010) Log Message: ----------- cpan/Net-Z3950-ZOOM: Initial commit, a TON of tests is failing Added Paths: ----------- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/branches/ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/tags/ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile 2010-06-09 14:09:34 UTC (rev 10156) @@ -0,0 +1,15 @@ +GARNAME = Net-Z3950-ZOOM +GARVERSION = 1.26 +CATEGORIES = cpan +AUTHOR = MIRK + +DESCRIPTION = Perl extension for invoking the ZOOM-C API +define BLURB +endef + +PACKAGES = CSWpmnetz3950zoom +CATALOGNAME = pm_netz3950zoom + +DEP_PKGS = CSWpmmarcrecord + +include gar/category.mk Added: csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums 2010-06-09 14:09:34 UTC (rev 10156) @@ -0,0 +1 @@ +8a1d7ac4abf7a8ed72dca4bb8bf0bc44 Net-Z3950-ZOOM-1.26.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 9 17:17:33 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 09 Jun 2010 15:17:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10157] csw/mgar/gar/v2 Message-ID: Revision: 10157 http://gar.svn.sourceforge.net/gar/?rev=10157&view=rev Author: wahwah Date: 2010-06-09 15:17:33 +0000 (Wed, 09 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, progressbar! :-) Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/lib/python/checkpkg.py Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2010-06-09 14:09:34 UTC (rev 10156) +++ csw/mgar/gar/v2/gar.conf.mk 2010-06-09 15:17:33 UTC (rev 10157) @@ -184,6 +184,7 @@ DEF_BASE_PKGS += CSWgsed DEF_BASE_PKGS += CSWgtar DEF_BASE_PKGS += CSWpy-cheetah +DEF_BASE_PKGS += CSWpy-progressbar DEF_BASE_PKGS += CSWpy-yaml DEF_BASE_PKGS += CSWpython DEF_BASE_PKGS += CSWtextutils Modified: csw/mgar/gar/v2/lib/python/checkpkg.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-09 14:09:34 UTC (rev 10156) +++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-09 15:17:33 UTC (rev 10157) @@ -14,6 +14,7 @@ import os.path import re import pprint +import progressbar import socket import sqlite3 import subprocess @@ -292,6 +293,10 @@ self.conn.commit() def _ProcessSystemPkgmap(self, pkgmap_path): + # The progressbar library doesn't like to handle large numbers, and it + # displays up to 99% if we feed it a maxval in the range of hundreds of + # thousands. + progressbar_divisor = 100L contents_length = os.stat(pkgmap_path).st_size estimated_lines = contents_length / INSTALL_CONTENTS_AVG_LINE_LENGTH system_pkgmap_fd = open(pkgmap_path, "r") @@ -304,10 +309,13 @@ c = self.conn.cursor() count = itertools.count() sql = "INSERT INTO systempkgmap (basename, path, line) VALUES (?, ?, ?);" + bar = progressbar.ProgressBar() + bar.maxval = estimated_lines / progressbar_divisor + bar.start() for line in system_pkgmap_fd: i = count.next() - if not i % 1000: - print "\r~%3.1f%%" % (100.0 * i / estimated_lines,), + if not i % 100: + bar.update(i / progressbar_divisor) if stop_re.search(line): continue if line.startswith("#"): @@ -316,7 +324,9 @@ pkgmap_entry_path = fields[0].split("=")[0] pkgmap_entry_dir, pkgmap_entry_base_name = os.path.split(pkgmap_entry_path) c.execute(sql, (pkgmap_entry_base_name, pkgmap_entry_dir, line.strip())) - print "\rAll lines of %s were processed." % SYSTEM_PKGMAP + # We rock at 101%! + bar.finish() + print "All lines of %s were processed." % SYSTEM_PKGMAP def _CreateDbIndex(self): print "Creating the main database index." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 9 17:49:09 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 09 Jun 2010 15:49:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[10158] csw/mgar/pkg/memconf/trunk Message-ID: Revision: 10158 http://gar.svn.sourceforge.net/gar/?rev=10158&view=rev Author: bonivart Date: 2010-06-09 15:49:08 +0000 (Wed, 09 Jun 2010) Log Message: ----------- memconf: update to 2.15 Modified Paths: -------------- csw/mgar/pkg/memconf/trunk/Makefile csw/mgar/pkg/memconf/trunk/checksums Modified: csw/mgar/pkg/memconf/trunk/Makefile =================================================================== --- csw/mgar/pkg/memconf/trunk/Makefile 2010-06-09 15:17:33 UTC (rev 10157) +++ csw/mgar/pkg/memconf/trunk/Makefile 2010-06-09 15:49:08 UTC (rev 10158) @@ -1,5 +1,5 @@ GARNAME = memconf -GARVERSION = 2.14 +GARVERSION = 2.15 CATEGORIES = utils DESCRIPTION = Perl script that displays memory modules installed Modified: csw/mgar/pkg/memconf/trunk/checksums =================================================================== --- csw/mgar/pkg/memconf/trunk/checksums 2010-06-09 15:17:33 UTC (rev 10157) +++ csw/mgar/pkg/memconf/trunk/checksums 2010-06-09 15:49:08 UTC (rev 10158) @@ -1,3 +1,3 @@ 818efbe29da417ad462e3f6345690c3d COPYING -4775f1b4a94f6ec3a7090f77087bff86 memconf.gz -89a4eb8e7e3e7b41f8a91b3a719948be memconf.man +d723f5c6a0a8971d2e8f21d73f162784 memconf.gz +8f0a2f7685b8dfeeb506ed28bdd7e364 memconf.man This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Wed Jun 9 18:44:58 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Wed, 09 Jun 2010 16:44:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10159] csw/mgar/pkg/gtk2/branches Message-ID: Revision: 10159 http://gar.svn.sourceforge.net/gar/?rev=10159&view=rev Author: theferret Date: 2010-06-09 16:44:58 +0000 (Wed, 09 Jun 2010) Log Message: ----------- libgtk2: odd, thought I had added these already... Added Paths: ----------- csw/mgar/pkg/gtk2/branches/devel/ csw/mgar/pkg/gtk2/branches/devel/copyright csw/mgar/pkg/gtk2/branches/devel/depend csw/mgar/pkg/gtk2/branches/devel/pkginfo csw/mgar/pkg/gtk2/branches/devel/prototype.i386 csw/mgar/pkg/gtk2/branches/devel/prototype.sparc csw/mgar/pkg/gtk2/branches/doc/ csw/mgar/pkg/gtk2/branches/doc/copyright csw/mgar/pkg/gtk2/branches/doc/pkginfo csw/mgar/pkg/gtk2/branches/doc/prototype Added: csw/mgar/pkg/gtk2/branches/devel/copyright =================================================================== --- csw/mgar/pkg/gtk2/branches/devel/copyright (rev 0) +++ csw/mgar/pkg/gtk2/branches/devel/copyright 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,4 @@ +This package should never be shipped separatedly, but always as an adjunct +to CSWgtk2, which contains the license file in +/opt/csw/share/gtk-doc/COPYING.gtk2 + Added: csw/mgar/pkg/gtk2/branches/devel/depend =================================================================== --- csw/mgar/pkg/gtk2/branches/devel/depend (rev 0) +++ csw/mgar/pkg/gtk2/branches/devel/depend 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1 @@ +P CSWgtk2 Added: csw/mgar/pkg/gtk2/branches/devel/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branches/devel/pkginfo (rev 0) +++ csw/mgar/pkg/gtk2/branches/devel/pkginfo 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,8 @@ +PKG=CSWgtk2devel +NAME=gtk2_devel - Developer files for GTK toolkit +VERSION=2.18.9,REV=2010.06.07 +CATEGORY=application +VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branches/ Added: csw/mgar/pkg/gtk2/branches/devel/prototype.i386 =================================================================== --- csw/mgar/pkg/gtk2/branches/devel/prototype.i386 (rev 0) +++ csw/mgar/pkg/gtk2/branches/devel/prototype.i386 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,352 @@ +i pkginfo +i copyright +i depend +f none /opt/csw/lib/gtk-2.0/include/gdkconfig.h 0644 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gtk+-unix-print-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gtk+-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-x11-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gtk+-x11-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gail.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-pixbuf-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc 0644 root bin +f none /opt/csw/bin/gtk-demo 0755 root bin +d none /opt/csw/include/gail-1.0 0755 root bin +d none /opt/csw/include/gail-1.0/libgail-util 0755 root bin +f none /opt/csw/include/gail-1.0/libgail-util/gailmisc.h 0644 root bin +f none /opt/csw/include/gail-1.0/libgail-util/gail-util.h 0644 root bin +f none /opt/csw/include/gail-1.0/libgail-util/gailtextutil.h 0644 root bin +d none /opt/csw/include/gail-1.0/gail 0755 root bin +f none /opt/csw/include/gail-1.0/gail/gailwidget.h 0644 root bin +d none /opt/csw/include/gtk-unix-print-2.0 0755 root bin +d none /opt/csw/include/gtk-unix-print-2.0/gtk 0755 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkprintjob.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkunixprint.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkprinter.h 0644 root bin +d none /opt/csw/include/gtk-2.0 0755 root bin +d none /opt/csw/include/gtk-2.0/gdk 0755 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkpixbuf.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkimage.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkwindow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdisplay.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkproperty.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdktestutils.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkgc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkspawn.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkpixmap.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkpango.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdk.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkvisual.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdktypes.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkcursor.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdnd.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkcolor.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkenumtypes.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkevents.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdki18n.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkcairo.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkregion.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkkeysyms.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkx.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkfont.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkinput.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkselection.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkkeys.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdisplaymanager.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdrawable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkprivate.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkrgb.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkscreen.h 0644 root bin +d none /opt/csw/include/gtk-2.0/gtk 0755 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkruler.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprogress.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendereraccel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvruler.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprivate.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoggletoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdnd.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktree.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkseparatormenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeselection.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkseparatortoolitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkactivatable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtk.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkctree.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktooltips.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchooserwidget.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktooltip.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbin.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscrollbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextmark.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolshell.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoggleaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkspinbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcurve.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkactiongroup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpixmap.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhscrollbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcontainer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktexttag.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksocket.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvolumebutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentfilter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaboutdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkversion.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkuimanager.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksettings.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkitemfactory.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtknotebook.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenutoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccelmap.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvseparator.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderertoggle.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintoperation.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkadjustment.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkwindow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmarshal.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbuilder.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcelleditable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcolorsel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkorientable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchooser.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkinputdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkiconfactory.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilesel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextchild.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextdisplay.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilefilter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextbuffer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimcontextsimple.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdebug.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccelgroup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreestore.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkgamma.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfontsel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkexpander.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcheckbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkselection.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccessible.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderertext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentmanager.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhruler.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprogressbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkentry.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderercombo.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradiotoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfixed.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstock.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradioaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendererspin.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcombo.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpagesetup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimagemenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooserwidget.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkoldeditable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhbbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkinvisible.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkviewport.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkobject.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscalebutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfontbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklist.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcomboboxentry.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradiobutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkshow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreemodelfilter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkseparator.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksignal.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkplug.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmisc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhscale.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscrolledwindow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktexttagtable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextiter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklistitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkassistant.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeviewcolumn.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpapersize.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreesortable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkicontheme.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkclipboard.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenubar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintoperationpreview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkclist.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstatusicon.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenu.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvbbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreemodel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmodules.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextlayout.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkgc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooserdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkwidget.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccellabel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimmodule.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaspectframe.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooser.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklabel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvscrollbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpreview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcolorseldialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrange.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhpaned.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcombobox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkentrybuffer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktestutils.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktypebuiltins.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcolorbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimage.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkliststore.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbindings.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkalignment.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkiconview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhseparator.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkinfobar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchooserdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbuildable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcalendar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimmulticontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksizegroup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstyle.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkframe.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenushell.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktypeutils.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvscale.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooserbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextbufferrichtext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscale.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchoosermenu.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkenums.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkeditable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendererprogress.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcheckmenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhsv.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklinkbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkentrycompletion.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkeventbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreemodelsort.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhandlebox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvpaned.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmain.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreednd.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintsettings.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpaned.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmessagedialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimcontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstatusbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdrawingarea.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradiomenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkoptionmenu.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintcontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcelllayout.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktearoffmenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktipsquery.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktogglebutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklayout.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkarrow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmountoperation.h 0644 root bin +d none /opt/csw/include/gtk-2.0/gdk-pixbuf 0755 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h 0644 root bin +d none /opt/csw/include/gtk-2.0/gdk-pixbuf-xlib 0755 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h 0644 root bin +d none /opt/csw/share/gtk-2.0/demo 0755 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-calendar.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-fs-regular.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/alphatest.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/iconview_edit.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/demo.ui 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-fs-directory.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/appwindow.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/assistant.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/drawingarea.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/clipboard.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnu-keys.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/images.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/ui_manager.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/printing.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/tree_store.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/changedisplay.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/colorsel.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/hypertext.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/entry_buffer.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/offscreen_window2.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/expander.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/builder.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/panes.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/offscreen_window.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/sizegroup.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/pixbufs.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/links.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-gimp.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/menus.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-applets.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/button_box.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gtk-logo-rgb.gif 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/textscroll.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/list_store.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/apple-red.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/iconview.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-foot.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/rotated_text.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/combobox.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-gmush.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/textview.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-gsame.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/pickers.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/editable_cells.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/infobar.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/entry_completion.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/background.jpg 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/dialog.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/search_entry.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/stock_browser.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/floppybuddy.gif 0644 root bin +d none /opt/csw/share/aclocal 0755 root bin +f none /opt/csw/share/aclocal/gtk-2.0.m4 0644 root bin +f none /opt/csw/lib/amd64/gtk-2.0/include/gdkconfig.h 0644 root bin +d none /opt/csw/lib/amd64/pkgconfig 0755 root bin +f none /opt/csw/lib/amd64/pkgconfig/gail.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gdk-pixbuf-xlib-2.0.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gtk+-x11-2.0.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gdk-pixbuf-2.0.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gdk-2.0.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gtk+-2.0.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gtk+-unix-print-2.0.pc 0644 root bin +f none /opt/csw/lib/amd64/pkgconfig/gdk-x11-2.0.pc 0644 root bin Added: csw/mgar/pkg/gtk2/branches/devel/prototype.sparc =================================================================== --- csw/mgar/pkg/gtk2/branches/devel/prototype.sparc (rev 0) +++ csw/mgar/pkg/gtk2/branches/devel/prototype.sparc 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,352 @@ +i pkginfo +i copyright +i depend +f none /opt/csw/lib/gtk-2.0/include/gdkconfig.h 0644 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gtk+-unix-print-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gtk+-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-x11-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gtk+-x11-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gail.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-pixbuf-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc 0644 root bin +f none /opt/csw/bin/gtk-demo 0755 root bin +d none /opt/csw/include/gail-1.0 0755 root bin +d none /opt/csw/include/gail-1.0/libgail-util 0755 root bin +f none /opt/csw/include/gail-1.0/libgail-util/gailmisc.h 0644 root bin +f none /opt/csw/include/gail-1.0/libgail-util/gail-util.h 0644 root bin +f none /opt/csw/include/gail-1.0/libgail-util/gailtextutil.h 0644 root bin +d none /opt/csw/include/gail-1.0/gail 0755 root bin +f none /opt/csw/include/gail-1.0/gail/gailwidget.h 0644 root bin +d none /opt/csw/include/gtk-unix-print-2.0 0755 root bin +d none /opt/csw/include/gtk-unix-print-2.0/gtk 0755 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkprintjob.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkunixprint.h 0644 root bin +f none /opt/csw/include/gtk-unix-print-2.0/gtk/gtkprinter.h 0644 root bin +d none /opt/csw/include/gtk-2.0 0755 root bin +d none /opt/csw/include/gtk-2.0/gdk 0755 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkpixbuf.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkimage.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkwindow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdisplay.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkproperty.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdktestutils.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkgc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkspawn.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkpixmap.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkpango.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdk.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkvisual.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdktypes.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkcursor.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdnd.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkcolor.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkenumtypes.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkevents.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdki18n.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkcairo.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkregion.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkkeysyms.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkx.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkfont.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkinput.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkselection.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkkeys.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdisplaymanager.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkdrawable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkprivate.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkrgb.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk/gdkscreen.h 0644 root bin +d none /opt/csw/include/gtk-2.0/gtk 0755 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkruler.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprogress.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendereraccel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvruler.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprivate.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoggletoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdnd.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktree.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkseparatormenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeselection.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkseparatortoolitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkactivatable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtk.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkctree.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktooltips.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchooserwidget.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktooltip.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbin.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscrollbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextmark.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolshell.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoggleaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkspinbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcurve.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkactiongroup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpixmap.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhscrollbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcontainer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktexttag.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksocket.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvolumebutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentfilter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaboutdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkversion.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkuimanager.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksettings.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkitemfactory.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtknotebook.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenutoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccelmap.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvseparator.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderertoggle.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintoperation.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkadjustment.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkwindow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmarshal.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbuilder.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcelleditable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcolorsel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkorientable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchooser.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkinputdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkiconfactory.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilesel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextchild.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextdisplay.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilefilter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextbuffer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimcontextsimple.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdebug.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccelgroup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreestore.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkgamma.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfontsel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkexpander.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcheckbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkselection.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccessible.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderertext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentmanager.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhruler.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprogressbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkentry.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrenderercombo.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradiotoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfixed.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstock.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradioaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendererspin.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcombo.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpagesetup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimagemenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooserwidget.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkoldeditable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhbbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktoolbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkinvisible.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkviewport.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkobject.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscalebutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfontbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklist.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcomboboxentry.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradiobutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkshow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreemodelfilter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkseparator.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksignal.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkplug.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmisc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhscale.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscrolledwindow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktexttagtable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextiter.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklistitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkassistant.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreeviewcolumn.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpapersize.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreesortable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkicontheme.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkclipboard.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenubar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintoperationpreview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkclist.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstatusicon.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenu.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvbbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreemodel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmodules.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextlayout.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkgc.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooserdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkwidget.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaccellabel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimmodule.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaspectframe.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooser.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklabel.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvscrollbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpreview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcolorseldialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrange.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhpaned.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcombobox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkentrybuffer.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktestutils.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktypebuiltins.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcolorbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimage.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkliststore.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbindings.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkalignment.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkiconview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhseparator.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkinfobar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchooserdialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkbuildable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcalendar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimmulticontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextview.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtksizegroup.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstyle.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkframe.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmenushell.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktypeutils.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvscale.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkfilechooserbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktextbufferrichtext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkscale.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentchoosermenu.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkenums.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkeditable.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcellrendererprogress.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcheckmenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhsv.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklinkbutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkentrycompletion.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkeventbox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreemodelsort.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkhandlebox.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkvpaned.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmain.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktreednd.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintsettings.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkpaned.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmessagedialog.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkimcontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkstatusbar.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkdrawingarea.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkradiomenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkoptionmenu.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkprintcontext.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkcelllayout.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktearoffmenuitem.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktipsquery.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtktogglebutton.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtklayout.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkrecentaction.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkarrow.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gtk/gtkmountoperation.h 0644 root bin +d none /opt/csw/include/gtk-2.0/gdk-pixbuf 0755 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h 0644 root bin +d none /opt/csw/include/gtk-2.0/gdk-pixbuf-xlib 0755 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h 0644 root bin +f none /opt/csw/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h 0644 root bin +d none /opt/csw/share/gtk-2.0/demo 0755 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-calendar.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-fs-regular.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/alphatest.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/iconview_edit.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/demo.ui 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-fs-directory.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/appwindow.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/assistant.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/drawingarea.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/clipboard.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnu-keys.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/images.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/ui_manager.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/printing.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/tree_store.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/changedisplay.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/colorsel.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/hypertext.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/entry_buffer.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/offscreen_window2.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/expander.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/builder.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/panes.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/offscreen_window.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/sizegroup.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/pixbufs.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/links.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-gimp.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/menus.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-applets.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/button_box.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gtk-logo-rgb.gif 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/textscroll.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/list_store.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/apple-red.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/iconview.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-foot.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/rotated_text.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/combobox.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-gmush.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/textview.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/gnome-gsame.png 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/pickers.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/editable_cells.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/infobar.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/entry_completion.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/background.jpg 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/dialog.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/search_entry.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/stock_browser.c 0644 root bin +f none /opt/csw/share/gtk-2.0/demo/floppybuddy.gif 0644 root bin +d none /opt/csw/share/aclocal 0755 root bin +f none /opt/csw/share/aclocal/gtk-2.0.m4 0644 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/include/gdkconfig.h 0644 root bin +d none /opt/csw/lib/sparcv9/pkgconfig 0755 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gail.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gdk-pixbuf-xlib-2.0.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gtk+-x11-2.0.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gdk-pixbuf-2.0.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gdk-2.0.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gtk+-2.0.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gtk+-unix-print-2.0.pc 0644 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gdk-x11-2.0.pc 0644 root bin Added: csw/mgar/pkg/gtk2/branches/doc/copyright =================================================================== --- csw/mgar/pkg/gtk2/branches/doc/copyright (rev 0) +++ csw/mgar/pkg/gtk2/branches/doc/copyright 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,4 @@ +This package should never be shipped separatedly, but always as an adjunct +to CSWgtk2, which contains the license file in +/opt/csw/share/gtk-doc/COPYING.gtk2 + Added: csw/mgar/pkg/gtk2/branches/doc/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branches/doc/pkginfo (rev 0) +++ csw/mgar/pkg/gtk2/branches/doc/pkginfo 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,8 @@ +PKG=CSWgtk2doc +NAME=gtk2_doc - Documentation for GTK toolkit +VERSION=2.18.9,REV=2010.06.07 +CATEGORY=application +VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branches/ Added: csw/mgar/pkg/gtk2/branches/doc/prototype =================================================================== --- csw/mgar/pkg/gtk2/branches/doc/prototype (rev 0) +++ csw/mgar/pkg/gtk2/branches/doc/prototype 2010-06-09 16:44:58 UTC (rev 10159) @@ -0,0 +1,661 @@ +i pkginfo +i copyright +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gtk-doc/html/gail-libgail-util 0755 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gail-libgail-util/left.png 0644 root bin +d none /opt/csw/share/gtk-doc/html/gdk-pixbuf 0755 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/apas03.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/apa.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/rn01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/composite.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-full.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/apas02.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/license.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/rn02.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html 0644 root bin +d none /opt/csw/share/gtk-doc/html/gtk 0755 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAccelLabel.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-close.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeModelFilter.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHScale.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-4.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-color-picker.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/Printing.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/filechooser.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-previous-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dialog-error.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-indent-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-copy.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-yes.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPrintJob.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dialog-info.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-GtkPaperSize.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRange.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-cut.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVScrollbar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/migrating.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTipsQuery.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-properties.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-play-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererAccel.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/AbstractObjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-cdrom.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkExpander.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererText.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkIMContext.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-select-all.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-stop.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-goto-last-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTextBuffer.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTooltips.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/chap-drawing-model.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererCombo.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-delete.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/assistant.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkWindowGroup.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-justify-left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkOptionMenu.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-about.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-floppy.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-harddisk.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/recentchooserdialog.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/glossary.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/volumebutton.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-building.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dialog-warning.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkInputDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-unindent-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/window.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-quit.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentChooser.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-lrbt.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/DeprecatedObjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-spell-check.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-tbrl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-goto-first-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-undelete-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-tblr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-file.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-12.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToggleToolButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMenuItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-redo-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-save.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/ch01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkColorSelection.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-italic.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-deprecated.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFontSelection.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Signals.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/font-button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkListStore.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVPaned.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/menubar.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRadioToolButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkScaleButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAssistant.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-jump-to-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-zoom-fit.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-zoom-in.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/combo-box-entry.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-undo-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/fontsel.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-full.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVButtonBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVRuler.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-16.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkOldEditable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/file-button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-8.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkInvisible.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeViewColumn.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCTree.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-go-down.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-find-and-replace.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHButtonBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSeparator.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkBin.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellLayout.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/TextWidgetObjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-undo-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/new-features-GtkComboBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/checklist-named-icons.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-network.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkLayout.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFileChooser.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-jump-to-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/panes.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-General.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/figure-windowed-label.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMisc.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-unindent-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkContainer.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-justify-center.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/Ornaments.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-lrtb.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkItemFactory.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/pagesetupdialog.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAlignment.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPreview.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-undelete-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/link-button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/figure-hierarchical-drawing.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToolItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/entry.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/radio-group.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-goto-first-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSettings.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/setting-the-page-flow.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeModel.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkScale.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-pause.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkEditable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkComboBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-print-warning.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToggleButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-redo-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/colorsel.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFixed.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/list-and-tree.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Orientable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-goto-last-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/SelectorWidgets.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-missing-image.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTooltip.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererToggle.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/DisplayWidgets.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-no.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSpinButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkArrow.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPrintSettings.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-fullscreen.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-record.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-checklist.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/aboutdialog.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-orientation-portrait.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkEntryBuffer.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-disconnect.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/frame.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTextTagTable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkProgressBar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-strikethrough.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dnd-multiple.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellView.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/RecentDocuments.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRadioMenuItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-leave-fullscreen.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-print-preview.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTree.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHScrollbar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPlug.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/PlugSocket.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/printdialog.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkComboBoxEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-indent-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFileChooserDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentAction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-caps-lock-warning.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkListItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-previous-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPrinter.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCombo.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRadioAction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/accel-label.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/statusbar.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCalendar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-print-paused.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentManager.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererProgress.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-stop.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-edit.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-play-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-builder-convert.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRuler.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-connect.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-convert.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-update-icon-cache.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCheckMenuItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererSpin.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkBuilder.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/ScrollingWidgets.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-x11.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellEditable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-next-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-forward-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeModelSort.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-paste.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-GtkTextIter.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPaned.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-gtkbuildable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkEventBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkScrolledWindow.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkLinkButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/ch02.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-apply.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-new.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/check-button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/scales.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRenderer.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Clipboards.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-revert-to-saved-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-rewind-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkDrawingArea.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dnd.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-go-forward-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkrecent-chooser.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCheckButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-print-report.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/MiscObjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkWindow.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-resources.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-go-back-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/Builder.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/combo-box.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-osx.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/toggle-button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-running.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkIconView.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkGammaCurve.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkImageMenuItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/scrolledwindow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkStatusbar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPageSetup.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/TreeWidgetObjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-underline.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeSortable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToolButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAdjustment.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeStore.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/NumericEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-open.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkViewport.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkImage.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/image.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/MenusAndCombos.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVSeparator.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-rlbt.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-go-up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-refresh.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-sort-descending.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMenu.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkobjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-save-as.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/separator.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/label.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-label-links.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Selections.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-select-color.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-find.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-btrl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-orientation-landscape.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-goto-top.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/TextWidget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-btlr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Testing.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/spinbutton.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkActionGroup.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAspectFrame.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-zoom-100.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-justify-fill.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/icon-view.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/TreeWidget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/messagedialog.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkIMContextSimple.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-18.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-6.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-help.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCurve.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/ui-manager.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFileChooserWidget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Types.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkWidget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRecentFilter.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-changes-1-2.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVolumeButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkProgress.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-index.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFrame.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-preferences.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFileSelection.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToggleAction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-windows.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-print.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToolShell.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTextView.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-question-index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkActivatable.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-justify-right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMenuShell.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkStyle.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-add.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/progressbar.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkList.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkColorButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkNotebook.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-2.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkInfoBar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHSeparator.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dialog-authentication.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAboutDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Stock-Items.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHPaned.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPixmap.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkButtonBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/checklist-modifiers.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/color-button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkLabel.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-font.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-directfb.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/multiline-text.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHSV.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/button.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMessageDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-orientation-reverse-landscape.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-dialog-question.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/migrating-GtkCombo.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-compiling.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-directory.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-sort-ascending.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/layout-rltb.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHRuler.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-rewind-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkIconTheme.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-revert-to-saved-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-execute.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkScrollbar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkVScale.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-go-forward-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-goto-bottom.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkCList.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFontButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-cancel.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-go-back-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-ok.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTextTag.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkToolbar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/SpecialObjects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-print-error.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMenuToolButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSocket.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeView.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/pt05.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Bindings.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkrecent-advanced.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/LayoutContainers.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkText.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/toolbar.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-10.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkObject.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-remove.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkRadioButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-info.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTextMark.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/Actions.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/WindowWidgets.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkSizeGroup.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-zoom-out.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkTreeSelection.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkAccessible.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkUIManager.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-forward-ltr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-media-next-rtl.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkFileChooserButton.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkEntryCompletion.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkStatusIcon.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-bold.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-clear.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkHandleBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/ButtonWidgets.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkIMMulticontext.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-changes-2-0.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtkbase.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-Resource-Files.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/api-index-2-14.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/notebook.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkPrintContext.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/GtkMenuBar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gtk/tree-view-coordinates.png 0644 root bin +d none /opt/csw/share/gtk-doc/html/gdk 0755 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/right_tee.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/lr_angle.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/man.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/bogosity.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sb_up_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/spraycan.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-18.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/dot.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/circle.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/top_side.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/cross.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/based_arrow_down.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/right_ptr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/GdkScreen.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-10.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-6.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/box_spiral.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-14.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/star.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/bottom_right_corner.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Fonts.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-2.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gumby.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/left_tee.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/reference.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/draft_large.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/draft_small.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/GdkDisplay.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Visuals.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/left_ptr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/center_ptr.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/target.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/GdkDisplayManager.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/dotbox.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/ul_angle.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/boat.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sizing.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/fleur.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/exchange.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/top_tee.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/hand2.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/right_side.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Input-Devices.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-General.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/watch.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/X_cursor.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Cursors.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sb_down_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Testing.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/coffee_mug.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/heart.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/rightbutton.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/pirate.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/draped_box.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Input.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/hand1.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/tcross.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Event-Structures.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-GdkRGB.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/double_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sb_left_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/rtl_logo.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/based_arrow_up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/top_left_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Windows.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Selections.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/bottom_left_corner.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/icon.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/diamond_cross.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/pencil.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/iron_cross.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/ur_angle.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/leftbutton.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/umbrella.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/middlebutton.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/multihead.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Threads.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Events.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/plus.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/mouse.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Pixbufs.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/bottom_side.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Images.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/question_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-8.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/xterm.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/top_right_corner.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sb_right_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-12.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/shuttle.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sb_v_double_arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/clock.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/top_left_corner.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/arrow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/ll_angle.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-deprecated.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/spider.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-4.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gobbler.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk-Application-launching.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/rotated-text.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/crosshair.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sailboat.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-2-16.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/left_side.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/api-index-full.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/trek.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/cross_reverse.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/gdk.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/bottom_tee.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gdk/sb_h_double_arrow.png 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Wed Jun 9 18:46:00 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Wed, 09 Jun 2010 16:46:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[10160] csw/mgar/pkg/gtk2/branches Message-ID: Revision: 10160 http://gar.svn.sourceforge.net/gar/?rev=10160&view=rev Author: theferret Date: 2010-06-09 16:46:00 +0000 (Wed, 09 Jun 2010) Log Message: ----------- libgtk2/branches: more adds Added Paths: ----------- csw/mgar/pkg/gtk2/branches/copyright csw/mgar/pkg/gtk2/branches/prototype.i386 csw/mgar/pkg/gtk2/branches/prototype.sparc Added: csw/mgar/pkg/gtk2/branches/copyright =================================================================== --- csw/mgar/pkg/gtk2/branches/copyright (rev 0) +++ csw/mgar/pkg/gtk2/branches/copyright 2010-06-09 16:46:00 UTC (rev 10160) @@ -0,0 +1,2 @@ +See /opt/csw/share/gtk-doc/COPYING.gtk2 for full copyright text. +(GPL) Added: csw/mgar/pkg/gtk2/branches/prototype.i386 =================================================================== --- csw/mgar/pkg/gtk2/branches/prototype.i386 (rev 0) +++ csw/mgar/pkg/gtk2/branches/prototype.i386 2010-06-09 16:46:00 UTC (rev 10160) @@ -0,0 +1,624 @@ +i pkginfo +i copyright +i depend +i postinstall +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libgdk_pixbuf-2.0.so=libgdk_pixbuf-2.0.so.0.1800.9 +s none /opt/csw/lib/libgdk_pixbuf-2.0.so.0=libgdk_pixbuf-2.0.so.0.1800.9 +f none /opt/csw/lib/libgdk_pixbuf-2.0.so.0.1800.9 0755 root bin +f none /opt/csw/lib/libgdk-x11-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/libgtk-x11-2.0.so=libgtk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/libgdk_pixbuf_xlib-2.0.so.0=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +f none /opt/csw/lib/libgdk_pixbuf_xlib-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/libgdk-x11-2.0.so.0=libgdk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/libgtk-x11-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/libgdk_pixbuf_xlib-2.0.so=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +s none /opt/csw/lib/libgtk-x11-2.0.so.0=libgtk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/libgailutil.so.18=libgailutil.so.18.0.1 +s none /opt/csw/lib/libgailutil.so=libgailutil.so.18.0.1 +s none /opt/csw/lib/libgdk-x11-2.0.so=libgdk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/libgailutil.so.18.0.1 0755 root bin +d none /opt/csw/lib/gtk-2.0 0755 root bin +d none /opt/csw/lib/gtk-2.0/modules 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libferret.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libgail.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libgail.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libferret.so 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/printbackends 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-papi.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-papi.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/engines 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libpixmap.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libpixmap.so 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/loaders 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.la 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/immodules 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-viqr.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-thai.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-am-et.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-multipress.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-xim.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ipa.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-xim.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ipa.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-am-et.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-multipress.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-viqr.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-thai.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so 0755 root bin +d none /opt/csw/lib/gtk-2.0/include 0755 root bin +d none /opt/csw/etc 0755 root bin +d none /opt/csw/etc/gtk-2.0 0755 root bin +f none /opt/csw/etc/gtk-2.0/im-multipress.conf 0644 root bin +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/gdk-pixbuf-csource 0755 root bin +f none /opt/csw/bin/gtk-builder-convert 0755 root bin +f none /opt/csw/bin/gtk-query-immodules-2.0 0755 root bin +f none /opt/csw/bin/gtk-update-icon-cache 0755 root bin +f none /opt/csw/bin/gdk-pixbuf-query-loaders 0755 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/themes 0755 root bin +d none /opt/csw/share/themes/Emacs 0755 root bin +d none /opt/csw/share/themes/Emacs/gtk-2.0-key 0755 root bin +f none /opt/csw/share/themes/Emacs/gtk-2.0-key/gtkrc 0644 root bin +d none /opt/csw/share/themes/Default 0755 root bin +d none /opt/csw/share/themes/Default/gtk-2.0-key 0755 root bin +f none /opt/csw/share/themes/Default/gtk-2.0-key/gtkrc 0644 root bin +d none /opt/csw/share/themes/Raleigh 0755 root bin +d none /opt/csw/share/themes/Raleigh/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Raleigh/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/locale 0755 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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/he/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/fa 0755 root bin +d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/af 0755 root bin +d none /opt/csw/share/locale/af/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bn 0755 root bin +d none /opt/csw/share/locale/bn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/nso 0755 root bin +d none /opt/csw/share/locale/nso/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nso/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nso/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/be at latin 0755 root bin +d none /opt/csw/share/locale/be at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/rw 0755 root bin +d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/uz 0755 root bin +d none /opt/csw/share/locale/uz/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/uz/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/uz/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ast 0755 root bin +d none /opt/csw/share/locale/ast/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/mi 0755 root bin +d none /opt/csw/share/locale/mi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/mi/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/cy/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/xh 0755 root bin +d none /opt/csw/share/locale/xh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/mn 0755 root bin +d none /opt/csw/share/locale/mn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ia 0755 root bin +d none /opt/csw/share/locale/ia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ia/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ia/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/tt 0755 root bin +d none /opt/csw/share/locale/tt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tt/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/tt/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/hr 0755 root bin +d none /opt/csw/share/locale/hr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bs 0755 root bin +d none /opt/csw/share/locale/bs/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/mai 0755 root bin +d none /opt/csw/share/locale/mai/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/li 0755 root bin +d none /opt/csw/share/locale/li/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/li/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/li/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/io 0755 root bin +d none /opt/csw/share/locale/io/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/io/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/io/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/my 0755 root bin +d none /opt/csw/share/locale/my/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/my/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/my/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ms 0755 root bin +d none /opt/csw/share/locale/ms/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ne 0755 root bin +d none /opt/csw/share/locale/ne/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/wa 0755 root bin +d none /opt/csw/share/locale/wa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sr at ije 0755 root bin +d none /opt/csw/share/locale/sr at ije/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at ije/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sr at ije/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ku 0755 root bin +d none /opt/csw/share/locale/ku/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/eo 0755 root bin +d none /opt/csw/share/locale/eo/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ka/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/tk 0755 root bin +d none /opt/csw/share/locale/tk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tk/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/tk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ang 0755 root bin +d none /opt/csw/share/locale/ang/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ang/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ang/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/is 0755 root bin +d none /opt/csw/share/locale/is/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/tr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gtk20.mo 0644 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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/am/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sk 0755 root bin +d none /opt/csw/share/locale/sk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/as 0755 root bin +d none /opt/csw/share/locale/as/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/be 0755 root bin +d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/en_CA 0755 root bin +d none /opt/csw/share/locale/en_CA/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ps 0755 root bin +d none /opt/csw/share/locale/ps/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bn_IN 0755 root bin +d none /opt/csw/share/locale/bn_IN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sq/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/crh 0755 root bin +d none /opt/csw/share/locale/crh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/crh/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/crh/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/th/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/nds 0755 root bin +d none /opt/csw/share/locale/nds/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nds/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/nds/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ur 0755 root bin +d none /opt/csw/share/locale/ur/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ur/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ur/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/az_IR 0755 root bin +d none /opt/csw/share/locale/az_IR/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/az_IR/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/id 0755 root bin +d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/uz at cyrillic 0755 root bin +d none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/hy 0755 root bin +d none /opt/csw/share/locale/hy/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hy/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/hy/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/te 0755 root bin +d none /opt/csw/share/locale/te/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/az 0755 root bin +d none /opt/csw/share/locale/az/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/yi 0755 root bin +d none /opt/csw/share/locale/yi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/br 0755 root bin +d none /opt/csw/share/locale/br/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/lv/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/man 0755 root bin +d none /opt/csw/share/man/man1 0755 root bin +d none /opt/csw/share/gtk-2.0 0755 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +f none /opt/csw/share/gtk-doc/COPYING.gtk2=COPYING 0644 root bin +d none /opt/csw/lib/amd64 0755 root bin +f none /opt/csw/lib/amd64/libgdk_pixbuf-2.0.la 0755 root bin +f none /opt/csw/lib/amd64/libgailutil.la 0755 root bin +f none /opt/csw/lib/amd64/libgdk_pixbuf_xlib-2.0.so.0.1800.9 0755 root bin +f none /opt/csw/lib/amd64/libgdk-x11-2.0.so.0.1800.9 0755 root bin +f none /opt/csw/lib/amd64/libgdk_pixbuf_xlib-2.0.la 0755 root bin +f none /opt/csw/lib/amd64/libgtk-x11-2.0.la 0644 root bin +f none /opt/csw/lib/amd64/libgailutil.so.18.0.1 0755 root bin +f none /opt/csw/lib/amd64/libgtk-x11-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/amd64/libgtk-x11-2.0.so=libgtk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/amd64/libgdk_pixbuf-2.0.so.0.1800.9 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/include 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/modules 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/modules/libgail.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/modules/libferret.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/modules/libferret.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/modules/libgail.so 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/2.10.0 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/2.10.0/printbackends 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/2.10.0/engines 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/engines/libpixmap.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/engines/libpixmap.la 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.la 0755 root bin +d none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-am-et.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-cedilla.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-ipa.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-xim.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-thai.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-viqr.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-thai.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-viqr.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-ipa.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-xim.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-cedilla.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-am-et.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-ti-er.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-inuktitut.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-multipress.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-ti-et.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-inuktitut.la 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-multipress.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-ti-et.so 0755 root bin +f none /opt/csw/lib/amd64/gtk-2.0/2.10.0/immodules/im-ti-er.la 0755 root bin +s none /opt/csw/lib/amd64/libgailutil.so=libgailutil.so.18.0.1 +s none /opt/csw/lib/amd64/libgdk_pixbuf_xlib-2.0.so=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +s none /opt/csw/lib/amd64/libgtk-x11-2.0.so.0=libgtk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/amd64/libgdk_pixbuf-2.0.so=libgdk_pixbuf-2.0.so.0.1800.9 +s none /opt/csw/lib/amd64/libgdk-x11-2.0.so=libgdk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/amd64/libgdk_pixbuf-2.0.so.0=libgdk_pixbuf-2.0.so.0.1800.9 +s none /opt/csw/lib/amd64/libgdk_pixbuf_xlib-2.0.so.0=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +s none /opt/csw/lib/amd64/libgailutil.so.18=libgailutil.so.18.0.1 +s none /opt/csw/lib/amd64/libgdk-x11-2.0.so.0=libgdk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/amd64/libgdk-x11-2.0.la 0644 root bin Added: csw/mgar/pkg/gtk2/branches/prototype.sparc =================================================================== --- csw/mgar/pkg/gtk2/branches/prototype.sparc (rev 0) +++ csw/mgar/pkg/gtk2/branches/prototype.sparc 2010-06-09 16:46:00 UTC (rev 10160) @@ -0,0 +1,624 @@ +i pkginfo +i copyright +i depend +i postinstall +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libgdk_pixbuf-2.0.so=libgdk_pixbuf-2.0.so.0.1800.9 +s none /opt/csw/lib/libgdk_pixbuf-2.0.so.0=libgdk_pixbuf-2.0.so.0.1800.9 +f none /opt/csw/lib/libgdk_pixbuf-2.0.so.0.1800.9 0755 root bin +f none /opt/csw/lib/libgdk-x11-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/libgtk-x11-2.0.so=libgtk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/libgdk_pixbuf_xlib-2.0.so.0=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +f none /opt/csw/lib/libgdk_pixbuf_xlib-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/libgdk-x11-2.0.so.0=libgdk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/libgtk-x11-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/libgdk_pixbuf_xlib-2.0.so=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +s none /opt/csw/lib/libgtk-x11-2.0.so.0=libgtk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/libgailutil.so.18=libgailutil.so.18.0.1 +s none /opt/csw/lib/libgailutil.so=libgailutil.so.18.0.1 +s none /opt/csw/lib/libgdk-x11-2.0.so=libgdk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/libgailutil.so.18.0.1 0755 root bin +d none /opt/csw/lib/gtk-2.0 0755 root bin +d none /opt/csw/lib/gtk-2.0/modules 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libferret.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libgail.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libgail.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/modules/libferret.so 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/printbackends 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-papi.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-papi.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/engines 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libpixmap.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libpixmap.so 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/loaders 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.la 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/immodules 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-viqr.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-thai.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-am-et.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-multipress.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-xim.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ipa.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-xim.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ipa.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-am-et.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-multipress.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-viqr.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-thai.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so 0755 root bin +d none /opt/csw/lib/gtk-2.0/include 0755 root bin +d none /opt/csw/etc 0755 root bin +d none /opt/csw/etc/gtk-2.0 0755 root bin +f none /opt/csw/etc/gtk-2.0/im-multipress.conf 0644 root bin +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/gdk-pixbuf-csource 0755 root bin +f none /opt/csw/bin/gtk-builder-convert 0755 root bin +f none /opt/csw/bin/gtk-query-immodules-2.0 0755 root bin +f none /opt/csw/bin/gtk-update-icon-cache 0755 root bin +f none /opt/csw/bin/gdk-pixbuf-query-loaders 0755 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/themes 0755 root bin +d none /opt/csw/share/themes/Emacs 0755 root bin +d none /opt/csw/share/themes/Emacs/gtk-2.0-key 0755 root bin +f none /opt/csw/share/themes/Emacs/gtk-2.0-key/gtkrc 0644 root bin +d none /opt/csw/share/themes/Default 0755 root bin +d none /opt/csw/share/themes/Default/gtk-2.0-key 0755 root bin +f none /opt/csw/share/themes/Default/gtk-2.0-key/gtkrc 0644 root bin +d none /opt/csw/share/themes/Raleigh 0755 root bin +d none /opt/csw/share/themes/Raleigh/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Raleigh/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/locale 0755 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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/he/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/fa 0755 root bin +d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/af 0755 root bin +d none /opt/csw/share/locale/af/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bn 0755 root bin +d none /opt/csw/share/locale/bn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/nso 0755 root bin +d none /opt/csw/share/locale/nso/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nso/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nso/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/be at latin 0755 root bin +d none /opt/csw/share/locale/be at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/rw 0755 root bin +d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/uz 0755 root bin +d none /opt/csw/share/locale/uz/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/uz/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/uz/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ast 0755 root bin +d none /opt/csw/share/locale/ast/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/mi 0755 root bin +d none /opt/csw/share/locale/mi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/mi/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/cy/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/xh 0755 root bin +d none /opt/csw/share/locale/xh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/mn 0755 root bin +d none /opt/csw/share/locale/mn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ia 0755 root bin +d none /opt/csw/share/locale/ia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ia/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ia/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/tt 0755 root bin +d none /opt/csw/share/locale/tt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tt/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/tt/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/hr 0755 root bin +d none /opt/csw/share/locale/hr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bs 0755 root bin +d none /opt/csw/share/locale/bs/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/mai 0755 root bin +d none /opt/csw/share/locale/mai/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/li 0755 root bin +d none /opt/csw/share/locale/li/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/li/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/li/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/io 0755 root bin +d none /opt/csw/share/locale/io/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/io/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/io/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/my 0755 root bin +d none /opt/csw/share/locale/my/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/my/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/my/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ms 0755 root bin +d none /opt/csw/share/locale/ms/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ne 0755 root bin +d none /opt/csw/share/locale/ne/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/wa 0755 root bin +d none /opt/csw/share/locale/wa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sr at ije 0755 root bin +d none /opt/csw/share/locale/sr at ije/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at ije/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sr at ije/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ku 0755 root bin +d none /opt/csw/share/locale/ku/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/eo 0755 root bin +d none /opt/csw/share/locale/eo/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ka/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/tk 0755 root bin +d none /opt/csw/share/locale/tk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tk/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/tk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ang 0755 root bin +d none /opt/csw/share/locale/ang/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ang/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ang/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/is 0755 root bin +d none /opt/csw/share/locale/is/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/tr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gtk20.mo 0644 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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/am/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/sk 0755 root bin +d none /opt/csw/share/locale/sk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/as 0755 root bin +d none /opt/csw/share/locale/as/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/be 0755 root bin +d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/en_CA 0755 root bin +d none /opt/csw/share/locale/en_CA/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/ps 0755 root bin +d none /opt/csw/share/locale/ps/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/bn_IN 0755 root bin +d none /opt/csw/share/locale/bn_IN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/sq/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/crh 0755 root bin +d none /opt/csw/share/locale/crh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/crh/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/crh/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/th/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gtk20-properties.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/nds 0755 root bin +d none /opt/csw/share/locale/nds/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nds/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/nds/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ur 0755 root bin +d none /opt/csw/share/locale/ur/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ur/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ur/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/az_IR 0755 root bin +d none /opt/csw/share/locale/az_IR/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/az_IR/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/id 0755 root bin +d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/uz at cyrillic 0755 root bin +d none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/hy 0755 root bin +d none /opt/csw/share/locale/hy/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hy/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/hy/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/te 0755 root bin +d none /opt/csw/share/locale/te/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/az 0755 root bin +d none /opt/csw/share/locale/az/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gtk20.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/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/yi 0755 root bin +d none /opt/csw/share/locale/yi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gtk20-properties.mo 0644 root bin +d none /opt/csw/share/locale/br 0755 root bin +d none /opt/csw/share/locale/br/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gtk20.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/lv/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gtk20.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gtk20-properties.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/gtk20-properties.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gtk20.mo 0644 root bin +d none /opt/csw/share/man 0755 root bin +d none /opt/csw/share/man/man1 0755 root bin +d none /opt/csw/share/gtk-2.0 0755 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +f none /opt/csw/share/gtk-doc/COPYING.gtk2=COPYING 0644 root bin +d none /opt/csw/lib/sparcv9 0755 root bin +f none /opt/csw/lib/sparcv9/libgdk_pixbuf-2.0.la 0755 root bin +f none /opt/csw/lib/sparcv9/libgailutil.la 0755 root bin +f none /opt/csw/lib/sparcv9/libgdk_pixbuf_xlib-2.0.so.0.1800.9 0755 root bin +f none /opt/csw/lib/sparcv9/libgdk-x11-2.0.so.0.1800.9 0755 root bin +f none /opt/csw/lib/sparcv9/libgdk_pixbuf_xlib-2.0.la 0755 root bin +f none /opt/csw/lib/sparcv9/libgtk-x11-2.0.la 0644 root bin +f none /opt/csw/lib/sparcv9/libgailutil.so.18.0.1 0755 root bin +f none /opt/csw/lib/sparcv9/libgtk-x11-2.0.so.0.1800.9 0755 root bin +s none /opt/csw/lib/sparcv9/libgtk-x11-2.0.so=libgtk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/sparcv9/libgdk_pixbuf-2.0.so.0.1800.9 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/include 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/modules 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/modules/libgail.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/modules/libferret.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/modules/libferret.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/modules/libgail.so 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/printbackends 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/engines 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/engines/libpixmap.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/engines/libpixmap.la 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.la 0755 root bin +d none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-am-et.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-cedilla.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-ipa.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-xim.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-thai.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-viqr.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-thai.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-viqr.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-ipa.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-xim.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-cedilla.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-am-et.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-ti-er.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-inuktitut.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-multipress.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-ti-et.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-inuktitut.la 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-multipress.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-ti-et.so 0755 root bin +f none /opt/csw/lib/sparcv9/gtk-2.0/2.10.0/immodules/im-ti-er.la 0755 root bin +s none /opt/csw/lib/sparcv9/libgailutil.so=libgailutil.so.18.0.1 +s none /opt/csw/lib/sparcv9/libgdk_pixbuf_xlib-2.0.so=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +s none /opt/csw/lib/sparcv9/libgtk-x11-2.0.so.0=libgtk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/sparcv9/libgdk_pixbuf-2.0.so=libgdk_pixbuf-2.0.so.0.1800.9 +s none /opt/csw/lib/sparcv9/libgdk-x11-2.0.so=libgdk-x11-2.0.so.0.1800.9 +s none /opt/csw/lib/sparcv9/libgdk_pixbuf-2.0.so.0=libgdk_pixbuf-2.0.so.0.1800.9 +s none /opt/csw/lib/sparcv9/libgdk_pixbuf_xlib-2.0.so.0=libgdk_pixbuf_xlib-2.0.so.0.1800.9 +s none /opt/csw/lib/sparcv9/libgailutil.so.18=libgailutil.so.18.0.1 +s none /opt/csw/lib/sparcv9/libgdk-x11-2.0.so.0=libgdk-x11-2.0.so.0.1800.9 +f none /opt/csw/lib/sparcv9/libgdk-x11-2.0.la 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Wed Jun 9 18:49:27 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Wed, 09 Jun 2010 16:49:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[10161] csw/mgar/pkg/gtk2/branches Message-ID: Revision: 10161 http://gar.svn.sourceforge.net/gar/?rev=10161&view=rev Author: theferret Date: 2010-06-09 16:49:27 +0000 (Wed, 09 Jun 2010) Log Message: ----------- gtk2/branches: creates packages now Modified Paths: -------------- csw/mgar/pkg/gtk2/branches/Makefile csw/mgar/pkg/gtk2/branches/README csw/mgar/pkg/gtk2/branches/pkginfo Removed Paths: ------------- csw/mgar/pkg/gtk2/branches/prototype Modified: csw/mgar/pkg/gtk2/branches/Makefile =================================================================== --- csw/mgar/pkg/gtk2/branches/Makefile 2010-06-09 16:46:00 UTC (rev 10160) +++ csw/mgar/pkg/gtk2/branches/Makefile 2010-06-09 16:49:27 UTC (rev 10161) @@ -1,85 +1,224 @@ -#This Makefile originally generated from a template under -# pkg/TEMPLATES/createpkg -# You will most likely have to use GNU make to use it. -# This is one specifically hacked to make building sparcv9 packages -# easier. -# -# Steps to use: -# -# 1. put your normal prototype as prototype.i386 -# 2. copy to prototype.sparc and edit as appropriate -# 3. search for "XXX" and replace with appropriate string -# -# 4. build your package with: -# "make", "make sparcv9", "make package" +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" -#Uncomment one of these definitions. The -b invokation, -# is suitable for use with small packages, where you want to have a few files -# in your top level src directory. It is also suitable for -# "relocateable" packages. see the createpkg docs for more details. -#CREATEPKG=createpkg -b `pwd` +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. + +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gtk+-2.18.9.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/gnome/sources/gtk+/2.18 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + +LIBDIR64_sparc:=/opt/csw/lib/sparcv9 +LIBDIR64_i386 :=/opt/csw/lib/amd64 + +CONFIGURE_64_$(ARCH) := --libdir=$(LIBDIR64_$(ARCH)) +CONFIGURE_64_EXTRAS := $(CONFIGURE_64_$(ARCH)) --disable-cups +#we dont have 64bit cups libs at the moment + + +LDFLAGS_64_$(ARCH) := -R$(LIBDIR64_$(ARCH)) -L$(LIBDIR64_$(ARCH)) + + CREATEPKG=createpkg -r `pwd`/build/*/cswstage -## hax for sparcv9 -RAWLIB=libXXX.so.#.#.# +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package -BUILDDIR=build/* +# ARCH-XX handles configure, build, and stage for its own combo +# +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; -STDFILES=pkginfo copyright prototype -FILES= -all: build +extract: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ -build: build/.config.done - (cd $(BUILDDIR) ; \ - $(MAKE) ; \ - MAKE=$(MAKE) stagepkg ) +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' -# dummy target for configure -build/.config.done: - @echo Configuring with: - @echo CC=$(CC) $(CFLAGS) - @echo CXX=$(CXX) $(CXXFLAGS) - (cd $(BUILDDIR) ; \ - test -f ../../patchfile.preconf && \ - gpatch -p0 <../../patchfile.preconf ; \ - CPPFLAGS=-I/opt/csw/include ./configure --prefix=/opt/csw --disable-static ; \ - if test -f ../../patchfile.postconf ; then \ - gpatch -p0 <../../patchfile.postconf ; fi) - test -f $(BUILDDIR)/config.status && touch build/.config.done +garchive: + @echo Call the fetch target instead: it does the same thing. -# I tried depending this on $(BUILDDIR)/config.log but that didnt stick -configure: build/.config.done +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done -sparcv9: - (cd $(BUILDDIR)/src ; \ - gmake clean; \ - LD_OPTIONS="" gmake CFLAGS='-xstrconst -fast -xarch=v9' \ - LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' ; \ - strip .libs/$(RAWLIB); \ - cp .libs/$(RAWLIB) ../cswstage ; cd .. ;\ - sed 's:libdir=.*:/opt/csw/lib/sparcv9:' XXX.pc>cswstage/XXX.pc.sparcv9 ; \ - echo sparcv9 build done ) +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) +patch: + @echo patch: patching is handled automatically as part of the configure phase. -package: $(STDFILE) $(FILES) +package: $(CREATEPKG) + for subdir in devel doc ; do \ + set +e ;\ + cd $$subdir ;\ + createpkg -r ../build/*/cswstage ;\ + mv *.pkg* .. ; cd .. ;\ + done +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary -pkgclean: - rm -f *.pkg.gz package -clean: pkgclean - cd $(BUILDDIR) && make clean +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done -reallyclean: clean - rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status - rm -f build/.config.done + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done + +build/.$(ARCH)-32.done: $(ARCH)-32 + +build/.$(ARCH)-64.done: $(ARCH)-64 + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10162 http://gar.svn.sourceforge.net/gar/?rev=10162&view=rev Author: wahwah Date: 2010-06-09 19:37:31 +0000 (Wed, 09 Jun 2010) Log Message: ----------- gnupg2: Removing the dependency on gpg_agent (which pulls in gtk) Modified Paths: -------------- csw/mgar/pkg/gnupg2/trunk/Makefile Modified: csw/mgar/pkg/gnupg2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg2/trunk/Makefile 2010-06-09 16:49:27 UTC (rev 10161) +++ csw/mgar/pkg/gnupg2/trunk/Makefile 2010-06-09 19:37:31 UTC (rev 10162) @@ -74,10 +74,6 @@ RUNTIME_DEP_PKGS_common_sparc += CSWpth RUNTIME_DEP_PKGS_common += $(RUNTIME_DEP_PKGS_common_$(GARCH)) -# Not because of shared libraries. -RUNTIME_DEP_PKGS_CSWgnupg2 += CSWgnupg-agent -CHECKPKG_OVERRIDES_CSWgnupg2 += surplus-dependency|CSWgnupg-agent - RUNTIME_DEP_PKGS_CSWgnupg2 += $(RUNTIME_DEP_PKGS_common) RUNTIME_DEP_PKGS_CSWgnupg2 += CSWlibassuan @@ -98,7 +94,7 @@ BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_common) -BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS_CSWgnupg-agent) +BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS_CSWgnupg2) TEST_TARGET = check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 10 07:13:00 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 10 Jun 2010 05:13:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[10163] csw/mgar/pkg/gtk2/branches/Makefile Message-ID: Revision: 10163 http://gar.svn.sourceforge.net/gar/?rev=10163&view=rev Author: theferret Date: 2010-06-10 05:12:59 +0000 (Thu, 10 Jun 2010) Log Message: ----------- gtk2/branches: final touches on Makefile Modified Paths: -------------- csw/mgar/pkg/gtk2/branches/Makefile Modified: csw/mgar/pkg/gtk2/branches/Makefile =================================================================== --- csw/mgar/pkg/gtk2/branches/Makefile 2010-06-09 19:37:31 UTC (rev 10162) +++ csw/mgar/pkg/gtk2/branches/Makefile 2010-06-10 05:12:59 UTC (rev 10163) @@ -201,7 +201,8 @@ build/.stage-$(ARCH)-64.done: $(SRCDIR)/cswstage @echo "" @(cd $(SRCDIR); gmake DESTDIR=`pwd`/tmpdest install ) - @(cd $(SRCDIR)/tmpdest; tar cf - ./$(LIBDIR64_$(ARCH)) ) | (cd $(SRCDIR/cswstage; tar cf -)) + @echo copying $(SRCDIR)/tmpdest/$(LIBDIR64_$(ARCH)) + @(cd $(SRCDIR)/tmpdest; tar cf - ./$(LIBDIR64_$(ARCH)) ) | (cd $(SRCDIR)/cswstage; tar xf -) cp $(SRCDIR)/COPYING $(SRCDIR)/cswstage/COPYING @echo "" touch $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 10 07:16:57 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 10 Jun 2010 05:16:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[10164] csw/mgar/pkg/gtk2 Message-ID: Revision: 10164 http://gar.svn.sourceforge.net/gar/?rev=10164&view=rev Author: theferret Date: 2010-06-10 05:16:57 +0000 (Thu, 10 Jun 2010) Log Message: ----------- gtk2/branch*: per request by Dagobert, shuffle around branches dir(s) a bit Added Paths: ----------- csw/mgar/pkg/gtk2/branch-c/ csw/mgar/pkg/gtk2/branches/ Removed Paths: ------------- csw/mgar/pkg/gtk2/branches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 10 07:18:58 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 10 Jun 2010 05:18:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10165] csw/mgar/pkg/gtk2/branch-c Message-ID: Revision: 10165 http://gar.svn.sourceforge.net/gar/?rev=10165&view=rev Author: theferret Date: 2010-06-10 05:18:57 +0000 (Thu, 10 Jun 2010) Log Message: ----------- gtk2/branch-c/*pkginfo: update OPENCSW_REPOSITORY line Modified Paths: -------------- csw/mgar/pkg/gtk2/branch-c/devel/pkginfo csw/mgar/pkg/gtk2/branch-c/doc/pkginfo csw/mgar/pkg/gtk2/branch-c/pkginfo Modified: csw/mgar/pkg/gtk2/branch-c/devel/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branch-c/devel/pkginfo 2010-06-10 05:16:57 UTC (rev 10164) +++ csw/mgar/pkg/gtk2/branch-c/devel/pkginfo 2010-06-10 05:18:57 UTC (rev 10165) @@ -5,4 +5,4 @@ VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil at opencsw.org -OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branches/ +OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branch-c Modified: csw/mgar/pkg/gtk2/branch-c/doc/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branch-c/doc/pkginfo 2010-06-10 05:16:57 UTC (rev 10164) +++ csw/mgar/pkg/gtk2/branch-c/doc/pkginfo 2010-06-10 05:18:57 UTC (rev 10165) @@ -5,4 +5,4 @@ VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil at opencsw.org -OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branches/ +OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branch-c Modified: csw/mgar/pkg/gtk2/branch-c/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branch-c/pkginfo 2010-06-10 05:16:57 UTC (rev 10164) +++ csw/mgar/pkg/gtk2/branch-c/pkginfo 2010-06-10 05:18:57 UTC (rev 10165) @@ -5,4 +5,4 @@ VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil at opencsw.org -OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branches/ +OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gtk2/branch-c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 10 10:15:56 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 10 Jun 2010 08:15:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[10166] csw/mgar/pkg/cpan Message-ID: Revision: 10166 http://gar.svn.sourceforge.net/gar/?rev=10166&view=rev Author: bonivart Date: 2010-06-10 08:15:56 +0000 (Thu, 10 Jun 2010) Log Message: ----------- Schedule-At: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Schedule-At/ csw/mgar/pkg/cpan/Schedule-At/branches/ csw/mgar/pkg/cpan/Schedule-At/tags/ csw/mgar/pkg/cpan/Schedule-At/trunk/ csw/mgar/pkg/cpan/Schedule-At/trunk/Makefile csw/mgar/pkg/cpan/Schedule-At/trunk/checksums csw/mgar/pkg/cpan/Schedule-At/trunk/files/ csw/mgar/pkg/cpan/Schedule-At/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Schedule-At/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Schedule-At/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Schedule-At/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Schedule-At/trunk/Makefile 2010-06-10 08:15:56 UTC (rev 10166) @@ -0,0 +1,17 @@ +GARNAME = Schedule-At +GARVERSION = 1.10 +CATEGORIES = cpan +AUTHOR = JOSERODR + +DESCRIPTION = OS independent interface to the Unix 'at' command +define BLURB + OS independent interface to the Unix 'at' command +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmscheduleat +CATALOGNAME = pm_scheduleat +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Schedule-At/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Schedule-At/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Schedule-At/trunk/checksums 2010-06-10 08:15:56 UTC (rev 10166) @@ -0,0 +1,2 @@ +2e3bc448a96d75abc21205d93740c46f COPYING +0de060a71f602d3420caad7eebf17f9c Schedule-At-1.10.tar.gz Added: csw/mgar/pkg/cpan/Schedule-At/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Schedule-At/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Schedule-At/trunk/files/COPYING 2010-06-10 08:15:56 UTC (rev 10166) @@ -0,0 +1,3 @@ +# Copyright (c) 1997-2010 Jose A. Rodriguez. All rights reserved. +# This program is free software; you can redistribute it and/or modify it +# under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 10 10:24:55 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 10 Jun 2010 08:24:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[10167] csw/mgar/pkg/cpan Message-ID: Revision: 10167 http://gar.svn.sourceforge.net/gar/?rev=10167&view=rev Author: bonivart Date: 2010-06-10 08:24:55 +0000 (Thu, 10 Jun 2010) Log Message: ----------- Text-Iconv: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Text-Iconv/ csw/mgar/pkg/cpan/Text-Iconv/branches/ csw/mgar/pkg/cpan/Text-Iconv/tags/ csw/mgar/pkg/cpan/Text-Iconv/trunk/ csw/mgar/pkg/cpan/Text-Iconv/trunk/Makefile csw/mgar/pkg/cpan/Text-Iconv/trunk/checksums csw/mgar/pkg/cpan/Text-Iconv/trunk/files/ csw/mgar/pkg/cpan/Text-Iconv/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Text-Iconv/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Text-Iconv/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-Iconv/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Text-Iconv/trunk/Makefile 2010-06-10 08:24:55 UTC (rev 10167) @@ -0,0 +1,18 @@ +GARNAME = Text-Iconv +GARVERSION = 1.7 +CATEGORIES = cpan +AUTHOR = MPIOTR + +DESCRIPTION = Perl interface to iconv() codeset conversion function +define BLURB + Perl interface to iconv() codeset conversion function +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmtexticonv +CATALOGNAME = pm_texticonv + +RUNTIME_DEP_PKGS_CSWpmtexticonv += CSWiconv + +include gar/category.mk Added: csw/mgar/pkg/cpan/Text-Iconv/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Text-Iconv/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Text-Iconv/trunk/checksums 2010-06-10 08:24:55 UTC (rev 10167) @@ -0,0 +1,2 @@ +6b031ac32185249f1dda837848a42314 COPYING +81b26e069eaebb084e91ea3c009b67ae Text-Iconv-1.7.tar.gz Added: csw/mgar/pkg/cpan/Text-Iconv/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Text-Iconv/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Text-Iconv/trunk/files/COPYING 2010-06-10 08:24:55 UTC (rev 10167) @@ -0,0 +1,4 @@ +Copyright (C) 2007 Michael Piotrowski. All Rights Reserved. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 10 11:01:59 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 10 Jun 2010 09:01:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[10168] csw/mgar/pkg/cpan Message-ID: Revision: 10168 http://gar.svn.sourceforge.net/gar/?rev=10168&view=rev Author: bonivart Date: 2010-06-10 09:01:58 +0000 (Thu, 10 Jun 2010) Log Message: ----------- Class-Adapter: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Class-Adapter/ csw/mgar/pkg/cpan/Class-Adapter/branches/ csw/mgar/pkg/cpan/Class-Adapter/tags/ csw/mgar/pkg/cpan/Class-Adapter/trunk/ csw/mgar/pkg/cpan/Class-Adapter/trunk/Makefile csw/mgar/pkg/cpan/Class-Adapter/trunk/checksums csw/mgar/pkg/cpan/Class-Adapter/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Class-Adapter/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Class-Adapter/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Adapter/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Class-Adapter/trunk/Makefile 2010-06-10 09:01:58 UTC (rev 10168) @@ -0,0 +1,17 @@ +GARNAME = Class-Adapter +GARVERSION = 1.07 +CATEGORIES = cpan +AUTHOR = ADAMK + +DESCRIPTION = Perl implementation of the "Adapter" Design Pattern +define BLURB + Perl implementation of the "Adapter" Design Pattern +endef + +PACKAGES = CSWpmclassadapter +CATALOGNAME = pm_classadapter +ARCHALL = 1 + +LICENSE = LICENSE + +include gar/category.mk Added: csw/mgar/pkg/cpan/Class-Adapter/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Class-Adapter/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Class-Adapter/trunk/checksums 2010-06-10 09:01:58 UTC (rev 10168) @@ -0,0 +1 @@ +299c95b0eadcd3b5b11c646f642c1c8c Class-Adapter-1.07.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 10 11:17:15 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 10 Jun 2010 09:17:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10169] csw/mgar/pkg/cpan Message-ID: Revision: 10169 http://gar.svn.sourceforge.net/gar/?rev=10169&view=rev Author: bonivart Date: 2010-06-10 09:17:15 +0000 (Thu, 10 Jun 2010) Log Message: ----------- SMS-Send: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/SMS-Send/ csw/mgar/pkg/cpan/SMS-Send/branches/ csw/mgar/pkg/cpan/SMS-Send/tags/ csw/mgar/pkg/cpan/SMS-Send/trunk/ csw/mgar/pkg/cpan/SMS-Send/trunk/Makefile csw/mgar/pkg/cpan/SMS-Send/trunk/checksums csw/mgar/pkg/cpan/SMS-Send/trunk/files/ Property changes on: csw/mgar/pkg/cpan/SMS-Send/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/SMS-Send/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/SMS-Send/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/SMS-Send/trunk/Makefile 2010-06-10 09:17:15 UTC (rev 10169) @@ -0,0 +1,19 @@ +GARNAME = SMS-Send +GARVERSION = 0.05 +CATEGORIES = cpan +AUTHOR = ADAMK + +DESCRIPTION = Driver-based API for sending SMS messages +define BLURB + Driver-based API for sending SMS messages +endef + +PACKAGES = CSWpmsmssend +CATALOGNAME = pm_smssend +ARCHALL = 1 + +LICENSE = LICENSE + +RUNTIME_DEP_PKGS = CSWpmclassadapter CSWpmparamsutil + +include gar/category.mk Added: csw/mgar/pkg/cpan/SMS-Send/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/SMS-Send/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/SMS-Send/trunk/checksums 2010-06-10 09:17:15 UTC (rev 10169) @@ -0,0 +1 @@ +d87fd901e56277689103769f0acd0245 SMS-Send-0.05.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 10 13:21:08 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 10 Jun 2010 11:21:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[10170] csw/mgar/gar/v2/lib/python/checkpkg.py Message-ID: Revision: 10170 http://gar.svn.sourceforge.net/gar/?rev=10170&view=rev Author: wahwah Date: 2010-06-10 11:21:08 +0000 (Thu, 10 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, prevent the progress bar from attempting to go over 100% (the number of lines is estimated). Modified Paths: -------------- csw/mgar/gar/v2/lib/python/checkpkg.py Modified: csw/mgar/gar/v2/lib/python/checkpkg.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-10 09:17:15 UTC (rev 10169) +++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-10 11:21:08 UTC (rev 10170) @@ -314,7 +314,7 @@ bar.start() for line in system_pkgmap_fd: i = count.next() - if not i % 100: + if not i % 100 and (i / progressbar_divisor) <= bar.maxval: bar.update(i / progressbar_divisor) if stop_re.search(line): continue 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 Jun 10 15:11:14 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 13:11:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10171] csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk Message-ID: Revision: 10171 http://gar.svn.sourceforge.net/gar/?rev=10171&view=rev Author: dmichelsen Date: 2010-06-10 13:11:14 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Net-Z3950-ZOOM: Adjust Makefile Modified Paths: -------------- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile 2010-06-10 11:21:08 UTC (rev 10170) +++ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/Makefile 2010-06-10 13:11:14 UTC (rev 10171) @@ -7,9 +7,16 @@ define BLURB endef +DISTFILES = COPYING + PACKAGES = CSWpmnetz3950zoom CATALOGNAME = pm_netz3950zoom -DEP_PKGS = CSWpmmarcrecord +DEP_PKGS = CSWyaz CSWpmmarcrecord +DEP_PKGS += CSWgcrypt CSWlibxslt CSWgpgerr CSWiconv CSWlibxml2 CSWzlib +# The testsuite must be run on a machine with direct internet access or +# *a lot* of tests fail. The testsuite has passed fully on "login". +SKIPTEST ?= 1 + include gar/category.mk Modified: csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums 2010-06-10 11:21:08 UTC (rev 10170) +++ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/checksums 2010-06-10 13:11:14 UTC (rev 10171) @@ -1 +1,2 @@ +c0467ddca41aa25c386a53871c5132a4 COPYING 8a1d7ac4abf7a8ed72dca4bb8bf0bc44 Net-Z3950-ZOOM-1.26.tar.gz Added: csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Net-Z3950-ZOOM/trunk/files/COPYING 2010-06-10 13:11:14 UTC (rev 10171) @@ -0,0 +1,6 @@ +Copyright (C) 2005-2007 by Index Data. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 10 15:27:21 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 10 Jun 2010 13:27:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[10172] csw/mgar/gar/v2/bin/update_contents_cache.py Message-ID: Revision: 10172 http://gar.svn.sourceforge.net/gar/?rev=10172&view=rev Author: wahwah Date: 2010-06-10 13:27:21 +0000 (Thu, 10 Jun 2010) Log Message: ----------- mGAR v2: Small whitespace correction. Modified Paths: -------------- csw/mgar/gar/v2/bin/update_contents_cache.py Modified: csw/mgar/gar/v2/bin/update_contents_cache.py =================================================================== --- csw/mgar/gar/v2/bin/update_contents_cache.py 2010-06-10 13:11:14 UTC (rev 10171) +++ csw/mgar/gar/v2/bin/update_contents_cache.py 2010-06-10 13:27:21 UTC (rev 10172) @@ -24,4 +24,4 @@ if __name__ == '__main__': - main() + main() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Thu Jun 10 15:28:43 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Thu, 10 Jun 2010 13:28:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[10173] csw/mgar/gar/v2 Message-ID: Revision: 10173 http://gar.svn.sourceforge.net/gar/?rev=10173&view=rev Author: wahwah Date: 2010-06-10 13:28:43 +0000 (Thu, 10 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, adding libmagic support, no more forking / execing to get the file type\! Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/lib/python/opencsw.py Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2010-06-10 13:27:21 UTC (rev 10172) +++ csw/mgar/gar/v2/gar.conf.mk 2010-06-10 13:28:43 UTC (rev 10173) @@ -184,6 +184,9 @@ DEF_BASE_PKGS += CSWgsed DEF_BASE_PKGS += CSWgtar DEF_BASE_PKGS += CSWpy-cheetah +DEF_BASE_PKGS += CSWpy-hachoir-core +DEF_BASE_PKGS += CSWpy-hachoir-parser +DEF_BASE_PKGS += CSWpy-libmagic DEF_BASE_PKGS += CSWpy-progressbar DEF_BASE_PKGS += CSWpy-yaml DEF_BASE_PKGS += CSWpython Modified: csw/mgar/gar/v2/lib/python/opencsw.py =================================================================== --- csw/mgar/gar/v2/lib/python/opencsw.py 2010-06-10 13:27:21 UTC (rev 10172) +++ csw/mgar/gar/v2/lib/python/opencsw.py 2010-06-10 13:28:43 UTC (rev 10173) @@ -12,10 +12,16 @@ # the terms of the GNU General Public License version 2 as published by the # Free Software Foundation. +ENABLE_HACHOIR = False + import copy import datetime import difflib +if ENABLE_HACHOIR: + import hachoir_parser as hp + import hachoir_core as hc import hashlib +import magic import logging import os import os.path @@ -654,6 +660,7 @@ self.pkginfo_dict = None self.binaries = None self.file_paths = None + self.files_metadata = None def GetCatalogname(self): """Returns the catalog name of the package. @@ -781,8 +788,59 @@ raise PackageError("%s does not exist or is not a directory" % self.directory) + def GetFilesMetadata(self): + """Returns a data structure with all the files plus their metadata. + + [ + { + "path": ..., + "mime_type": ..., + }, + ] + """ + if not self.files_metadata: + self.CheckPkgpathExists() + self.files_metadata = [] + files_root = os.path.join(self.directory, "root") + if not os.path.exists(files_root): + return self.files_metadata + all_files = self.GetAllFilePaths() + def StripRe(x, strip_re): + return re.sub(strip_re, "", x) + root_re = re.compile(r"^root/") + magic_cookie = magic.open(0) + magic_cookie.load() + magic_cookie.setflags(magic.MAGIC_MIME) + for file_path in all_files: + file_info = { + "path": StripRe(file_path, root_re), + "mime_type": None, + } + full_path = unicode(self.MakeAbsolutePath(file_path)) + if ENABLE_HACHOIR: + parser = hp.createParser(full_path) + if not parser: + print "Can't parse file %s" % (file_path) + else: + print "found file: %s, it's a %s" % (file_path, parser.mime_type) + file_info["mime_type"] = parser.mime_type + f = parser["/header/machine"] + print "/header/machine: ", (f, f.display, f.value) + i = 0 + while True: + try: + f = parser["/header"].getField(i) + print "Field", i, ": ", (f, f.display, f.value) + except hc.field.field.MissingField: + print "No field number", i + break + i += 1 + file_info["mime_type"] = magic_cookie.file(full_path) + self.files_metadata.append(file_info) + return self.files_metadata + def ListBinaries(self): - """Shells out to list all the binaries from a given package. + """Lists all the binaries from a given package. Original checkpkg code: @@ -798,31 +856,28 @@ } Returns a list of absolute paths. + + Now that there are files_metadata, this function can safely go away, once + all its callers are modified to use files_metadata instead. """ - if not self.binaries: + bin_mimetypes = ( + 'application/x-executable', + 'application/x-sharedlib', + ) + if self.binaries is None: self.CheckPkgpathExists() - files_root = os.path.join(self.directory, "root") - if not os.path.exists(files_root): - return [] - # FIXME: It thinks that ELFunctionMapper.html is a binary - find_tmpl = "find '%s' -print | xargs file | grep ELF | nawk -F: '{print $1}'" - find_proc = subprocess.Popen(find_tmpl % ".", - shell=True, - stdout=subprocess.PIPE, - cwd=files_root) - stdout, stderr = find_proc.communicate() - ret = find_proc.wait() - if ret: - logging.error("The %s command returned an error.", repr(find_tmpl)) - dotslash_re = re.compile(r"^./") - def StripRe(x, strip_re): - return re.sub(strip_re, "", x) - self.binaries = [StripRe(x, dotslash_re) for x in stdout.splitlines()] - self.binaries = sorted(self.binaries) + files_metadata = self.GetFilesMetadata() + self.binaries = [] + # The nested for-loop looks inefficient. + for file_info in files_metadata: + for mimetype in bin_mimetypes: + if mimetype in file_info["mime_type"]: + self.binaries.append(file_info["path"]) + self.binaries.sort() return self.binaries def GetAllFilePaths(self): - """Similar to GetAllFilenames, but returns full paths.""" + """Returns a list of all paths from the package.""" if not self.file_paths: self.CheckPkgpathExists() remove_prefix = "%s/" % self.pkgpath @@ -879,7 +934,7 @@ full_paths = self.GetAllFilePaths() files_by_pattern = {} for full_path in full_paths: - content = open(os.path.join(self.pkgpath, full_path), "rb").read() + content = open(self.MakeAbsolutePath(full_path), "rb").read() for regex in regex_list: if re.search(regex, content): if regex not in files_by_pattern: @@ -887,7 +942,10 @@ files_by_pattern[regex].append(full_path) return files_by_pattern + def MakeAbsolutePath(self, p): + return os.path.join(self.pkgpath, p) + class Pkgmap(object): """Represents the pkgmap of the package. 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 Jun 10 15:29:58 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 13:29:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10174] csw/mgar/pkg/di/trunk Message-ID: Revision: 10174 http://gar.svn.sourceforge.net/gar/?rev=10174&view=rev Author: dmichelsen Date: 2010-06-10 13:29:58 +0000 (Thu, 10 Jun 2010) Log Message: ----------- di: Fix Solaris detection Modified Paths: -------------- csw/mgar/pkg/di/trunk/Makefile csw/mgar/pkg/di/trunk/checksums Added Paths: ----------- csw/mgar/pkg/di/trunk/files/0001-Fix-Solaris-detection.patch Modified: csw/mgar/pkg/di/trunk/Makefile =================================================================== --- csw/mgar/pkg/di/trunk/Makefile 2010-06-10 13:28:43 UTC (rev 10173) +++ csw/mgar/pkg/di/trunk/Makefile 2010-06-10 13:29:58 UTC (rev 10174) @@ -12,6 +12,7 @@ MASTER_SITES = http://www.gentoo.com/di/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +PATCHFILES = 0001-Fix-Solaris-detection.patch # 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/di/trunk/checksums =================================================================== --- csw/mgar/pkg/di/trunk/checksums 2010-06-10 13:28:43 UTC (rev 10173) +++ csw/mgar/pkg/di/trunk/checksums 2010-06-10 13:29:58 UTC (rev 10174) @@ -1 +1,2 @@ +5573dc1446ef5972a4149d5d10bb0f93 0001-Fix-Solaris-detection.patch f16a3829a4666696d4e139cecfa9e225 di-4.24.tar.gz Added: csw/mgar/pkg/di/trunk/files/0001-Fix-Solaris-detection.patch =================================================================== --- csw/mgar/pkg/di/trunk/files/0001-Fix-Solaris-detection.patch (rev 0) +++ csw/mgar/pkg/di/trunk/files/0001-Fix-Solaris-detection.patch 2010-06-10 13:29:58 UTC (rev 10174) @@ -0,0 +1,25 @@ +From 08eae7402b5bbc3dd9e3c3d1227f22c140014c00 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 10 Jun 2010 15:23:45 +0200 +Subject: [PATCH] Fix Solaris detection + +--- + di.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/di.c b/di.c +index d5adef2..32c3502 100644 +--- a/di.c ++++ b/di.c +@@ -431,7 +431,7 @@ main (argc, argv) + /* change default display format here */ + diopts->dispBlockSize = DI_VAL_1024 * DI_VAL_1024; + diopts->flags = 0; +-#if ! SunOS /* Solaris loopback devices should be excluded */ ++#if ! __SunOS /* Solaris loopback devices should be excluded */ + diopts->flags |= DI_F_INCLUDE_LOOPBACK; + #endif + strcpy (diopts->sortType, "m"); /* default - sort by mount point */ +-- +1.7.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 Thu Jun 10 15:54:15 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 13:54:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10175] csw/mgar/pkg/cpan Message-ID: Revision: 10175 http://gar.svn.sourceforge.net/gar/?rev=10175&view=rev Author: dmichelsen Date: 2010-06-10 13:54:14 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Data-ICal: Initial commit, uses strange installer Added Paths: ----------- csw/mgar/pkg/cpan/Data-ICal/ csw/mgar/pkg/cpan/Data-ICal/branches/ csw/mgar/pkg/cpan/Data-ICal/tags/ csw/mgar/pkg/cpan/Data-ICal/trunk/ csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile csw/mgar/pkg/cpan/Data-ICal/trunk/checksums csw/mgar/pkg/cpan/Data-ICal/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Data-ICal/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile 2010-06-10 13:54:14 UTC (rev 10175) @@ -0,0 +1,15 @@ +GARNAME = Data-ICal +GARVERSION = 0.16 +CATEGORIES = cpan +AUTHOR = ALEXMV + +DESCRIPTION = Generates iCalendar (RFC 2445) calendar files +define BLURB +endef + +PACKAGES = CSWpmdataical +CATALOGNAME = pm_dataical + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Data-ICal/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Data-ICal/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Data-ICal/trunk/checksums 2010-06-10 13:54:14 UTC (rev 10175) @@ -0,0 +1 @@ +12430864424a7bfe77e5d62a083f792c Data-ICal-0.16.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 10 16:00:37 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 14:00:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10176] csw/mgar/pkg/cpan Message-ID: Revision: 10176 http://gar.svn.sourceforge.net/gar/?rev=10176&view=rev Author: dmichelsen Date: 2010-06-10 14:00:37 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Lingua-Stem: Initial commit, missing prerequisites Added Paths: ----------- csw/mgar/pkg/cpan/Lingua-Stem/ csw/mgar/pkg/cpan/Lingua-Stem/branches/ csw/mgar/pkg/cpan/Lingua-Stem/tags/ csw/mgar/pkg/cpan/Lingua-Stem/trunk/ csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile csw/mgar/pkg/cpan/Lingua-Stem/trunk/checksums csw/mgar/pkg/cpan/Lingua-Stem/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Lingua-Stem/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile 2010-06-10 14:00:37 UTC (rev 10176) @@ -0,0 +1,15 @@ +GARNAME = Lingua-Stem +GARVERSION = 0.84 +CATEGORIES = cpan +AUTHOR = SNOWHARE + +DESCRIPTION = Stemming of words +define BLURB +endef + +PACKAGES = CSWpmlinguastem +CATALOGNAME = pm_linguastem + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Lingua-Stem/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem/trunk/checksums 2010-06-10 14:00:37 UTC (rev 10176) @@ -0,0 +1 @@ +a236b5d85ac49f84aad447c1383ad2de Lingua-Stem-0.84.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 10 16:08:11 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 14:08:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[10177] csw/mgar/pkg/cpan Message-ID: Revision: 10177 http://gar.svn.sourceforge.net/gar/?rev=10177&view=rev Author: dmichelsen Date: 2010-06-10 14:08:10 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Lingua-PT-Stemmer: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Lingua-PT-Stemmer/ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/branches/ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/tags/ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/Makefile csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/checksums csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/files/ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/Makefile 2010-06-10 14:08:10 UTC (rev 10177) @@ -0,0 +1,17 @@ +GARNAME = Lingua-PT-Stemmer +GARVERSION = 0.01 +CATEGORIES = cpan +AUTHOR = XERN + +DESCRIPTION = Galician and Portuguese Stemmer +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmlinguaptstemmer +CATALOGNAME = pm_linguaptstemmer + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/checksums 2010-06-10 14:08:10 UTC (rev 10177) @@ -0,0 +1,2 @@ +2432da962037f46cc7bd92122395ce7e COPYING +74523d7da59dabbf561fa5cf60f98d02 Lingua-PT-Stemmer-0.01.tar.gz Added: csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Lingua-PT-Stemmer/trunk/files/COPYING 2010-06-10 14:08:10 UTC (rev 10177) @@ -0,0 +1,2 @@ +Copyright (C) 2003 xern , released under the same terms as Perl itself + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 10 16:14:18 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 14:14:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10178] csw/mgar/pkg/cpan Message-ID: Revision: 10178 http://gar.svn.sourceforge.net/gar/?rev=10178&view=rev Author: dmichelsen Date: 2010-06-10 14:14:17 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Lingua-Stem-Fr: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Lingua-Stem-Fr/ csw/mgar/pkg/cpan/Lingua-Stem-Fr/branches/ csw/mgar/pkg/cpan/Lingua-Stem-Fr/tags/ csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/ csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/Makefile csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/checksums csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/files/ csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/Makefile 2010-06-10 14:14:17 UTC (rev 10178) @@ -0,0 +1,17 @@ +GARNAME = Lingua-Stem-Fr +GARVERSION = 0.02 +CATEGORIES = cpan +AUTHOR = SDP + +DESCRIPTION = Perl French Stemming +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmlinguastemfr +CATALOGNAME = pm_linguastemfr + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/checksums 2010-06-10 14:14:17 UTC (rev 10178) @@ -0,0 +1,2 @@ +05687c9f6f6d686428af16a7b1ceb6ae COPYING +b4ea5dd1d942b190160e9cbc73115b20 Lingua-Stem-Fr-0.02.tar.gz Added: csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Fr/trunk/files/COPYING 2010-06-10 14:14:17 UTC (rev 10178) @@ -0,0 +1,7 @@ +Copyright (C) 2003 by Aldo Calpini +Copyright (C) 2004 by S?bastien Darribere-Pleyt + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.3 or, +at your option, any later version of Perl 5 you may have available. + 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 Jun 10 16:19:16 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 14:19:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10179] csw/mgar/pkg/cpan Message-ID: Revision: 10179 http://gar.svn.sourceforge.net/gar/?rev=10179&view=rev Author: dmichelsen Date: 2010-06-10 14:19:16 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Lingua-Stem-It: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Lingua-Stem-It/ csw/mgar/pkg/cpan/Lingua-Stem-It/branches/ csw/mgar/pkg/cpan/Lingua-Stem-It/tags/ csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/ csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/Makefile csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/checksums csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/files/ csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Lingua-Stem-It/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/Makefile 2010-06-10 14:19:16 UTC (rev 10179) @@ -0,0 +1,17 @@ +GARNAME = Lingua-Stem-It +GARVERSION = 0.02 +CATEGORIES = cpan +AUTHOR = ACALPINI + +DESCRIPTION = Porter's stemming algorithm for Italian +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmlinguastemit +CATALOGNAME = pm_linguastemit + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/checksums 2010-06-10 14:19:16 UTC (rev 10179) @@ -0,0 +1,2 @@ +738aeaaaf313d596f00616d56b2f60e7 COPYING +611ec6d600f1280aa6c510c83b7bc4a2 Lingua-Stem-It-0.02.tar.gz Added: csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-It/trunk/files/COPYING 2010-06-10 14:19:16 UTC (rev 10179) @@ -0,0 +1,5 @@ + Copyright (c) Aldo Calpini, dada at perl.it. All rights reserved. + + This library is free software; you can redistribute it and/or + modify it under the same terms as Perl itself. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 10 16:25:22 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 10 Jun 2010 14:25:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[10180] csw/mgar/pkg/cpan Message-ID: Revision: 10180 http://gar.svn.sourceforge.net/gar/?rev=10180&view=rev Author: bonivart Date: 2010-06-10 14:25:22 +0000 (Thu, 10 Jun 2010) Log Message: ----------- XML-Dumper: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/XML-Dumper/ csw/mgar/pkg/cpan/XML-Dumper/branches/ csw/mgar/pkg/cpan/XML-Dumper/tags/ csw/mgar/pkg/cpan/XML-Dumper/trunk/ csw/mgar/pkg/cpan/XML-Dumper/trunk/Makefile csw/mgar/pkg/cpan/XML-Dumper/trunk/checksums csw/mgar/pkg/cpan/XML-Dumper/trunk/files/ csw/mgar/pkg/cpan/XML-Dumper/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/XML-Dumper/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/XML-Dumper/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-Dumper/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/XML-Dumper/trunk/Makefile 2010-06-10 14:25:22 UTC (rev 10180) @@ -0,0 +1,19 @@ +GARNAME = XML-Dumper +GARVERSION = 0.81 +CATEGORIES = cpan +AUTHOR = MIKEWONG + +DESCRIPTION = Perl module for dumping Perl objects from/to XML +define BLURB + Perl module for dumping Perl objects from/to XML +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmxmldumper +CATALOGNAME = pm_xmldumper +ARCHALL = 1 + +RUNTIME_DEP_PKGS = CSWpmxmlparser + +include gar/category.mk Added: csw/mgar/pkg/cpan/XML-Dumper/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/XML-Dumper/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/XML-Dumper/trunk/checksums 2010-06-10 14:25:22 UTC (rev 10180) @@ -0,0 +1,2 @@ +471de716864273130d2586bc70bef4df COPYING +10726bbe78bef5e4264d5f57533da7c1 XML-Dumper-0.81.tar.gz Added: csw/mgar/pkg/cpan/XML-Dumper/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/XML-Dumper/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/XML-Dumper/trunk/files/COPYING 2010-06-10 14:25:22 UTC (rev 10180) @@ -0,0 +1,4 @@ +Copyright (C) 2002 Mike Wong. All rights reserved. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 10 17:12:05 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 15:12:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[10181] csw/mgar/pkg/cpan Message-ID: Revision: 10181 http://gar.svn.sourceforge.net/gar/?rev=10181&view=rev Author: dmichelsen Date: 2010-06-10 15:12:05 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Lingua-Stem-Ru: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Lingua-Stem-Ru/ csw/mgar/pkg/cpan/Lingua-Stem-Ru/branches/ csw/mgar/pkg/cpan/Lingua-Stem-Ru/tags/ csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/ csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/Makefile csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/checksums csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/files/ csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/Makefile 2010-06-10 15:12:05 UTC (rev 10181) @@ -0,0 +1,17 @@ +GARNAME = Lingua-Stem-Ru +GARVERSION = 0.01 +CATEGORIES = cpan +AUTHOR = ALGDR + +DESCRIPTION = Porter's stemming algorithm for Russian (KOI8-R only) +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmlinguastemru +CATALOGNAME = pm_linguastemru + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/checksums 2010-06-10 15:12:05 UTC (rev 10181) @@ -0,0 +1,2 @@ +8d8849a658148a8cad874e37990db5b8 COPYING +b7b82495cc9f0b466b1b3cba0fd779a6 Lingua-Stem-Ru-0.01.tar.gz Added: csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Ru/trunk/files/COPYING 2010-06-10 15:12:05 UTC (rev 10181) @@ -0,0 +1,8 @@ + Copyright (C) 2003 by Aldo Calpini + + Copyright (C) 2004 by Aleksandr Guidrevitch + + This software may be freely copied and distributed under the same terms + and conditions as Perl itself, either Perl version 5.8.3 or, at your + option, any later version of Perl 5 you may have available.. + 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 Jun 10 17:18:54 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 10 Jun 2010 15:18:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[10182] csw/mgar/pkg/cpan Message-ID: Revision: 10182 http://gar.svn.sourceforge.net/gar/?rev=10182&view=rev Author: dmichelsen Date: 2010-06-10 15:18:54 +0000 (Thu, 10 Jun 2010) Log Message: ----------- cpan/Lingua-Stem-Snowball-Da: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/branches/ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/tags/ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/Makefile csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/checksums csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/files/ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/Makefile 2010-06-10 15:18:54 UTC (rev 10182) @@ -0,0 +1,17 @@ +GARNAME = Lingua-Stem-Snowball-Da +GARVERSION = 1.01 +CATEGORIES = cpan +AUTHOR = CINE + +DESCRIPTION = Porters stemming algorithm for Denmark +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmlinguastemsnoda +CATALOGNAME = pm_linguastemsnoda + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/checksums 2010-06-10 15:18:54 UTC (rev 10182) @@ -0,0 +1,2 @@ +cb4f90fbac3d1e9d3a989e0c936f76fa COPYING +e8d9a8285bce0c9e4bedc138cd6a1501 Lingua-Stem-Snowball-Da-1.01.tar.gz Added: csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Lingua-Stem-Snowball-Da/trunk/files/COPYING 2010-06-10 15:18:54 UTC (rev 10182) @@ -0,0 +1,5 @@ +COPYRIGHT AND LICENCE + +Copyright (C) 2003 Dennis Haney +Copyright (C) 2001-2002 Ask Solem Hoel (Swedish version) + 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 Jun 11 11:04:17 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 09:04:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[10183] csw/mgar/pkg/cpan Message-ID: Revision: 10183 http://gar.svn.sourceforge.net/gar/?rev=10183&view=rev Author: dmichelsen Date: 2010-06-11 09:04:17 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/Snowball-Norwegian: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Snowball-Norwegian/ csw/mgar/pkg/cpan/Snowball-Norwegian/branches/ csw/mgar/pkg/cpan/Snowball-Norwegian/tags/ csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/ csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/Makefile csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/checksums csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Snowball-Norwegian/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/Makefile 2010-06-11 09:04:17 UTC (rev 10183) @@ -0,0 +1,17 @@ +GARNAME = Snowball-Norwegian +GARVERSION = 1.2 +CATEGORIES = cpan +AUTHOR = ASKSH + +DESCRIPTION = Porters stemming algorithm for Norwegian +define BLURB +endef + +PACKAGES = CSWpmsnonorwegian +CATALOGNAME = pm_snowballnorwegian + +LICENSE = LICENSE + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Snowball-Norwegian/trunk/checksums 2010-06-11 09:04:17 UTC (rev 10183) @@ -0,0 +1 @@ +24197e600ea4d9b5bb5ca9c175f14676 Snowball-Norwegian-1.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 11 13:30:36 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 11:30:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[10184] csw/mgar/pkg/cpan Message-ID: Revision: 10184 http://gar.svn.sourceforge.net/gar/?rev=10184&view=rev Author: dmichelsen Date: 2010-06-11 11:30:36 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/Snowball-Swedish: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Snowball-Swedish/ csw/mgar/pkg/cpan/Snowball-Swedish/branches/ csw/mgar/pkg/cpan/Snowball-Swedish/tags/ csw/mgar/pkg/cpan/Snowball-Swedish/trunk/ csw/mgar/pkg/cpan/Snowball-Swedish/trunk/Makefile csw/mgar/pkg/cpan/Snowball-Swedish/trunk/checksums csw/mgar/pkg/cpan/Snowball-Swedish/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Snowball-Swedish/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Snowball-Swedish/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Snowball-Swedish/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Snowball-Swedish/trunk/Makefile 2010-06-11 11:30:36 UTC (rev 10184) @@ -0,0 +1,17 @@ +GARNAME = Snowball-Swedish +GARVERSION = 1.2 +CATEGORIES = cpan +AUTHOR = ASKSH + +DESCRIPTION = Porters stemming algorithm for Swedish +define BLURB +endef + +PACKAGES = CSWpmsnowballswedish +CATALOGNAME = pm_snowballswedish + +LICENSE = LICENSE + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Snowball-Swedish/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Snowball-Swedish/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Snowball-Swedish/trunk/checksums 2010-06-11 11:30:36 UTC (rev 10184) @@ -0,0 +1 @@ +e2ed0f5c2a9fc7e500c61553c4c1e9c9 Snowball-Swedish-1.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 11 13:50:54 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 11:50:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[10185] csw/mgar/pkg/cpan Message-ID: Revision: 10185 http://gar.svn.sourceforge.net/gar/?rev=10185&view=rev Author: dmichelsen Date: 2010-06-11 11:50:53 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/Text-German: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Text-German/ csw/mgar/pkg/cpan/Text-German/branches/ csw/mgar/pkg/cpan/Text-German/tags/ csw/mgar/pkg/cpan/Text-German/trunk/ csw/mgar/pkg/cpan/Text-German/trunk/Makefile csw/mgar/pkg/cpan/Text-German/trunk/checksums csw/mgar/pkg/cpan/Text-German/trunk/files/ csw/mgar/pkg/cpan/Text-German/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Text-German/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Text-German/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-German/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Text-German/trunk/Makefile 2010-06-11 11:50:53 UTC (rev 10185) @@ -0,0 +1,17 @@ +GARNAME = Text-German +GARVERSION = 0.06 +CATEGORIES = cpan +AUTHOR = ULPFR + +DESCRIPTION = German grundform reduction +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmtextgerman +CATALOGNAME = pm_textgerman + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Text-German/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Text-German/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Text-German/trunk/checksums 2010-06-11 11:50:53 UTC (rev 10185) @@ -0,0 +1,2 @@ +c7c90ea68a05afff5d1af1b4f473857b COPYING +9e968525f7385c80d636a4ba68d27bf4 Text-German-0.06.tar.gz Added: csw/mgar/pkg/cpan/Text-German/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Text-German/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Text-German/trunk/files/COPYING 2010-06-11 11:50:53 UTC (rev 10185) @@ -0,0 +1,4 @@ + Copyright (c) 1996 Ulrich Pfeifer. All rights reserved. This program is + free software; you can redistribute it and/or modify it under the same + terms as Perl itself. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Jun 11 13:54:35 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 11 Jun 2010 11:54:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10186] csw/mgar/pkg/coreutils/trunk/Makefile Message-ID: Revision: 10186 http://gar.svn.sourceforge.net/gar/?rev=10186&view=rev Author: bdwalton Date: 2010-06-11 11:54:34 +0000 (Fri, 11 Jun 2010) Log Message: ----------- coreutils: drop i-dep on CSWgfile Modified Paths: -------------- csw/mgar/pkg/coreutils/trunk/Makefile Modified: csw/mgar/pkg/coreutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/coreutils/trunk/Makefile 2010-06-11 11:50:53 UTC (rev 10185) +++ csw/mgar/pkg/coreutils/trunk/Makefile 2010-06-11 11:54:34 UTC (rev 10186) @@ -17,7 +17,7 @@ RUNTIME_DEP_PKGS = CSWiconv CSWggettextrt CSWlibgmp -INCOMPATIBLE_PKGS = CSWgfile CSWshutils CSWtextutils +INCOMPATIBLE_PKGS = CSWshutils CSWtextutils DESCRIPTION = GNU core utilities define BLURB 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 Jun 11 14:25:33 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 12:25:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10187] csw/mgar/pkg/libtool/trunk Message-ID: Revision: 10187 http://gar.svn.sourceforge.net/gar/?rev=10187&view=rev Author: dmichelsen Date: 2010-06-11 12:25:32 +0000 (Fri, 11 Jun 2010) Log Message: ----------- libtool: Update to 2.2.10 Modified Paths: -------------- csw/mgar/pkg/libtool/trunk/Makefile csw/mgar/pkg/libtool/trunk/checksums Modified: csw/mgar/pkg/libtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/libtool/trunk/Makefile 2010-06-11 11:54:34 UTC (rev 10186) +++ csw/mgar/pkg/libtool/trunk/Makefile 2010-06-11 12:25:32 UTC (rev 10187) @@ -1,15 +1,15 @@ GARNAME = libtool -GARVERSION = 2.2.8 +GARVERSION = 2.2.10 CATEGORIES = devel EXTRA_MODULATORS = GARVERSION GARCOMPILER -MODULATIONS_GARVERSION = 1.5.26 2.2.8 +MODULATIONS_GARVERSION = 1.5.26 2.2.10 MODULATIONS_GARCOMPILER = GCC3 GCC4 SOS11 SOS12 # Modulate over compiler only for 2.2.6 SKIP_MODULATIONS = $(foreach I,sparcv8 sparcv9 i386 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-1.5.26-garcompiler-$C)) # Compile 64 bit libraries only with SOS11 -SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.8-garcompiler-$C)) +SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.10-garcompiler-$C)) DESCRIPTION = A generic library support tool define BLURB @@ -23,8 +23,8 @@ DISTFILES = $(SOURCEFILES) PATCH_LIBTOOL = patch-libtool.diff -PATCHFILES_POSTINSTALL_isa-i386-garversion-2.2.8-garcompiler-SOS11 = $(PATCH_LIBTOOL) -PATCHFILES_POSTINSTALL_isa-sparcv8-garversion-2.2.8-garcompiler-SOS11 = $(PATCH_LIBTOOL) +PATCHFILES_POSTINSTALL_isa-i386-garversion-2.2.10-garcompiler-SOS11 = $(PATCH_LIBTOOL) +PATCHFILES_POSTINSTALL_isa-sparcv8-garversion-2.2.10-garcompiler-SOS11 = $(PATCH_LIBTOOL) DISTFILES += $(PATCH_LIBTOOL) NOEXTRACT = $(filter-out $(GARNAME)-$(GARVERSION).tar.gz,$(SOURCEFILES)) @@ -60,12 +60,12 @@ MERGE_SCRIPTS_isa-default64-garversion-1.5.26-garcompiler-SOS11 = copy-relocated-only MERGE_DIRS_isa-default64-garversion-1.5.26-garcompiler-SOS11 = $(libdir) - MERGE_SCRIPTS_isa-default-garversion-2.2.8-garcompiler-SOS11 = copy-all - MERGE_SCRIPTS_isa-default64-garversion-2.2.8-garcompiler-SOS11 = copy-relocated-only - MERGE_DIRS_isa-default64-garversion-2.2.8-garcompiler-SOS11 = $(libdir) + MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-SOS11 = copy-all + MERGE_SCRIPTS_isa-default64-garversion-2.2.10-garcompiler-SOS11 = copy-relocated-only + MERGE_DIRS_isa-default64-garversion-2.2.10-garcompiler-SOS11 = $(libdir) - MERGE_SCRIPTS_isa-default-garversion-2.2.8-garcompiler-GCC3 = copy-tags - MERGE_SCRIPTS_isa-default-garversion-2.2.8-garcompiler-GCC4 = copy-tags + MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-GCC3 = copy-tags + MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-GCC4 = copy-tags PKGFILES_CSWlibtoolrt = $(PKGFILES_RT) Modified: csw/mgar/pkg/libtool/trunk/checksums =================================================================== --- csw/mgar/pkg/libtool/trunk/checksums 2010-06-11 11:54:34 UTC (rev 10186) +++ csw/mgar/pkg/libtool/trunk/checksums 2010-06-11 12:25:32 UTC (rev 10187) @@ -1,3 +1,3 @@ aa9c5107f3ec9ef4200eb6556f3b3c29 libtool-1.5.26.tar.gz -cad2a7188242bc8dbab0645532ae3d6f libtool-2.2.8.tar.gz +b745d220e88163fcd9eea0a90ccf21b0 libtool-2.2.10.tar.gz 92bb3c7712498b6a5993ab5d5fc8f077 patch-libtool.diff 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 Jun 11 16:04:31 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 14:04:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[10188] csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile Message-ID: Revision: 10188 http://gar.svn.sourceforge.net/gar/?rev=10188&view=rev Author: dmichelsen Date: 2010-06-11 14:04:31 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/Lingua-Stem: Add dependencies and license Modified Paths: -------------- csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile Modified: csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile 2010-06-11 12:25:32 UTC (rev 10187) +++ csw/mgar/pkg/cpan/Lingua-Stem/trunk/Makefile 2010-06-11 14:04:31 UTC (rev 10188) @@ -10,6 +10,17 @@ PACKAGES = CSWpmlinguastem CATALOGNAME = pm_linguastem +LICENSE = LICENSE + +DEP_PKGS = CSWpmlinguaptstemmer +DEP_PKGS += CSWpmlinguastemfr +DEP_PKGS += CSWpmlinguastemit +DEP_PKGS += CSWpmlinguastemru +DEP_PKGS += CSWpmlinguastemsnoda +DEP_PKGS += CSWpmsnonorwegian +DEP_PKGS += CSWpmsnowballswedish +DEP_PKGS += CSWpmtextgerman + ARCHALL = 1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 11 16:30:16 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 14:30:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10190] csw/mgar/pkg/cpan Message-ID: Revision: 10190 http://gar.svn.sourceforge.net/gar/?rev=10190&view=rev Author: dmichelsen Date: 2010-06-11 14:30:16 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/MARC-Crosswalk-DublinCore: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/branches/ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/tags/ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/Makefile csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/checksums csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/files/ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/Makefile 2010-06-11 14:30:16 UTC (rev 10190) @@ -0,0 +1,19 @@ +GARNAME = MARC-Crosswalk-DublinCore +GARVERSION = 0.02 +CATEGORIES = cpan +AUTHOR = BRICAS + +DESCRIPTION = Convert data between MARC and Dublin Core +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmmarccrswlkdblc +CATALOGNAME = pm_marccrosswalkdblc + +DEP_PKGS = CSWpmdublincorerecrd + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/checksums 2010-06-11 14:30:16 UTC (rev 10190) @@ -0,0 +1,2 @@ +a06311faf67818cf86df54359e0fc2b6 COPYING +9927560489c7e87aafe57c3a5e7a69ba MARC-Crosswalk-DublinCore-0.02.tar.gz Added: csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/MARC-Crosswalk-DublinCore/trunk/files/COPYING 2010-06-11 14:30:16 UTC (rev 10190) @@ -0,0 +1,4 @@ +Copyright 2005 by Brian Cassidy + +This library is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 11 16:20:15 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 14:20:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10189] csw/mgar/pkg/cpan Message-ID: Revision: 10189 http://gar.svn.sourceforge.net/gar/?rev=10189&view=rev Author: dmichelsen Date: 2010-06-11 14:20:15 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/DublinCore-Record: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/DublinCore-Record/ csw/mgar/pkg/cpan/DublinCore-Record/branches/ csw/mgar/pkg/cpan/DublinCore-Record/tags/ csw/mgar/pkg/cpan/DublinCore-Record/trunk/ csw/mgar/pkg/cpan/DublinCore-Record/trunk/Makefile csw/mgar/pkg/cpan/DublinCore-Record/trunk/checksums csw/mgar/pkg/cpan/DublinCore-Record/trunk/files/ csw/mgar/pkg/cpan/DublinCore-Record/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/DublinCore-Record/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/DublinCore-Record/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/DublinCore-Record/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/DublinCore-Record/trunk/Makefile 2010-06-11 14:20:15 UTC (rev 10189) @@ -0,0 +1,17 @@ +GARNAME = DublinCore-Record +GARVERSION = 0.03 +CATEGORIES = cpan +AUTHOR = BRICAS + +DESCRIPTION = Container for Dublin Core metadata elements +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmdublincorerecrd +CATALOGNAME = pm_dublincorerecord + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/DublinCore-Record/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/DublinCore-Record/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/DublinCore-Record/trunk/checksums 2010-06-11 14:20:15 UTC (rev 10189) @@ -0,0 +1,2 @@ +7035bcf13e0dc2553501ddd14cc455bf COPYING +51354acc8ed6655f7ab901d358b0e15b DublinCore-Record-0.03.tar.gz Added: csw/mgar/pkg/cpan/DublinCore-Record/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/DublinCore-Record/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/DublinCore-Record/trunk/files/COPYING 2010-06-11 14:20:15 UTC (rev 10189) @@ -0,0 +1,4 @@ +Copyright 2007 by Ed Summers, Brian Cassidy + +This library is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 11 16:50:58 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 14:50:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10191] csw/mgar/pkg/cpan Message-ID: Revision: 10191 http://gar.svn.sourceforge.net/gar/?rev=10191&view=rev Author: dmichelsen Date: 2010-06-11 14:50:58 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/MARC-Charset: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/MARC-Charset/ csw/mgar/pkg/cpan/MARC-Charset/branches/ csw/mgar/pkg/cpan/MARC-Charset/tags/ csw/mgar/pkg/cpan/MARC-Charset/trunk/ csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums csw/mgar/pkg/cpan/MARC-Charset/trunk/files/ csw/mgar/pkg/cpan/MARC-Charset/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/MARC-Charset/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile 2010-06-11 14:50:58 UTC (rev 10191) @@ -0,0 +1,17 @@ +GARNAME = MARC-Charset +GARVERSION = 1.2 +CATEGORIES = cpan +AUTHOR = ESUMMERS + +DESCRIPTION = convert MARC-8 encoded strings to UTF-8 +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmmarccharset +CATALOGNAME = pm_marccharset + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums 2010-06-11 14:50:58 UTC (rev 10191) @@ -0,0 +1,2 @@ +47510514f90667c118c81b8cc5fe108c COPYING +503fcffef61f8469ad1ffcfbdb5a3681 MARC-Charset-1.2.tar.gz Added: csw/mgar/pkg/cpan/MARC-Charset/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/MARC-Charset/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/MARC-Charset/trunk/files/COPYING 2010-06-11 14:50:58 UTC (rev 10191) @@ -0,0 +1,7 @@ +COPYRIGHT AND LICENCE + +This software is free software and may be distributed under the same +terms as Perl itself. + +Copyright (C) 2002 Ed Summers + 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 Jun 11 16:54:39 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 11 Jun 2010 14:54:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[10192] csw/mgar/gar/v2/gar.conf.mk Message-ID: Revision: 10192 http://gar.svn.sourceforge.net/gar/?rev=10192&view=rev Author: bdwalton Date: 2010-06-11 14:54:39 +0000 (Fri, 11 Jun 2010) Log Message: ----------- gar/v2: depend on coreutils instead of textutils now. Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2010-06-11 14:50:58 UTC (rev 10191) +++ csw/mgar/gar/v2/gar.conf.mk 2010-06-11 14:54:39 UTC (rev 10192) @@ -190,7 +190,7 @@ DEF_BASE_PKGS += CSWpy-progressbar DEF_BASE_PKGS += CSWpy-yaml DEF_BASE_PKGS += CSWpython -DEF_BASE_PKGS += CSWtextutils +DEF_BASE_PKGS += CSWcoreutils DEF_BASE_PKGS += CSWwget DEF_BASE_PKGS += CSWgit 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 Jun 11 17:13:16 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 11 Jun 2010 15:13:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10193] csw/mgar/pkg/cpan Message-ID: Revision: 10193 http://gar.svn.sourceforge.net/gar/?rev=10193&view=rev Author: dmichelsen Date: 2010-06-11 15:13:16 +0000 (Fri, 11 Jun 2010) Log Message: ----------- cpan/MARC-XML: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/MARC-XML/ csw/mgar/pkg/cpan/MARC-XML/branches/ csw/mgar/pkg/cpan/MARC-XML/tags/ csw/mgar/pkg/cpan/MARC-XML/trunk/ csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile csw/mgar/pkg/cpan/MARC-XML/trunk/checksums csw/mgar/pkg/cpan/MARC-XML/trunk/files/ csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/MARC-XML/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile 2010-06-11 15:13:16 UTC (rev 10193) @@ -0,0 +1,19 @@ +GARNAME = MARC-XML +GARVERSION = 0.92 +CATEGORIES = cpan +AUTHOR = GMCHARLT + +DESCRIPTION = Work with MARC data encoded as XML +define BLURB +endef + +DISTFILES = COPYING + +PACKAGES = CSWpmmarcxml +CATALOGNAME = pm_marcxml + +DEP_PKGS = CSWpmmarccharset CSWpmmarcrecord CSWpmxmlsax + +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/MARC-XML/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/MARC-XML/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/MARC-XML/trunk/checksums 2010-06-11 15:13:16 UTC (rev 10193) @@ -0,0 +1,2 @@ +f647061f5afdce09982ce176bc376743 COPYING +cc5cb78d22c79deb54242ea13693880a MARC-XML-0.92.tar.gz Added: csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING 2010-06-11 15:13:16 UTC (rev 10193) @@ -0,0 +1,4 @@ +Copyright (C) 2003-2009 Ed Summers and contributors + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Jun 11 17:29:32 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 11 Jun 2010 15:29:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10194] csw/mgar/pkg/cpan Message-ID: Revision: 10194 http://gar.svn.sourceforge.net/gar/?rev=10194&view=rev Author: bonivart Date: 2010-06-11 15:29:32 +0000 (Fri, 11 Jun 2010) Log Message: ----------- JSON: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/JSON/ csw/mgar/pkg/cpan/JSON/branches/ csw/mgar/pkg/cpan/JSON/tags/ csw/mgar/pkg/cpan/JSON/trunk/ csw/mgar/pkg/cpan/JSON/trunk/Makefile csw/mgar/pkg/cpan/JSON/trunk/checksums csw/mgar/pkg/cpan/JSON/trunk/files/ csw/mgar/pkg/cpan/JSON/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/JSON/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/JSON/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/JSON/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/JSON/trunk/Makefile 2010-06-11 15:29:32 UTC (rev 10194) @@ -0,0 +1,17 @@ +GARNAME = JSON +GARVERSION = 2.21 +CATEGORIES = cpan +AUTHOR = MAKAMAKA + +DESCRIPTION = JSON (JavaScript Object Notation) encoder/decoder +define BLURB + JSON (JavaScript Object Notation) encoder/decoder +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmjson +CATALOGNAME = pm_json +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/JSON/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/JSON/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/JSON/trunk/checksums 2010-06-11 15:29:32 UTC (rev 10194) @@ -0,0 +1,2 @@ +e3953c4142b9c523685957ee86575db1 COPYING +52cdec34f1d669b64ee15dce1c9a11d5 JSON-2.21.tar.gz Added: csw/mgar/pkg/cpan/JSON/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/JSON/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/JSON/trunk/files/COPYING 2010-06-11 15:29:32 UTC (rev 10194) @@ -0,0 +1,4 @@ + Copyright 2005-2010 by Makamaka Hannyaharamitu + + This library is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Jun 11 17:33:27 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 11 Jun 2010 15:33:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[10195] csw/mgar/pkg/cpan Message-ID: Revision: 10195 http://gar.svn.sourceforge.net/gar/?rev=10195&view=rev Author: bonivart Date: 2010-06-11 15:33:27 +0000 (Fri, 11 Jun 2010) Log Message: ----------- HTML-Template-Pro: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/HTML-Template-Pro/ csw/mgar/pkg/cpan/HTML-Template-Pro/branches/ csw/mgar/pkg/cpan/HTML-Template-Pro/tags/ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/files/ Property changes on: csw/mgar/pkg/cpan/HTML-Template-Pro/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile 2010-06-11 15:33:27 UTC (rev 10195) @@ -0,0 +1,17 @@ +GARNAME = HTML-Template-Pro +GARVERSION = 0.95 +CATEGORIES = cpan +AUTHOR = VIY + +DESCRIPTION = Perl/XS module to use HTML Templates from CGI scripts +define BLURB + Perl/XS module to use HTML Templates from CGI scripts +endef + +#DISTFILES += COPYING + +PACKAGES = CSWpmhtmltemplatepro +CATALOGNAME = pm_htmltemplatepro +#ARCHALL = 1 + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Jun 11 17:48:40 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 11 Jun 2010 15:48:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[10196] csw/mgar/pkg/cpan/HTML-Template-Pro/trunk Message-ID: Revision: 10196 http://gar.svn.sourceforge.net/gar/?rev=10196&view=rev Author: bonivart Date: 2010-06-11 15:48:40 +0000 (Fri, 11 Jun 2010) Log Message: ----------- HTML-Template-Pro: add dep, license Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile 2010-06-11 15:33:27 UTC (rev 10195) +++ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile 2010-06-11 15:48:40 UTC (rev 10196) @@ -8,10 +8,11 @@ Perl/XS module to use HTML Templates from CGI scripts endef -#DISTFILES += COPYING +DISTFILES += COPYING PACKAGES = CSWpmhtmltemplatepro CATALOGNAME = pm_htmltemplatepro -#ARCHALL = 1 +RUNTIME_DEP_PKGS_CSWpmhtmltemplatepro += CSWpcrert + include gar/category.mk Added: csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/files/COPYING 2010-06-11 15:48:40 UTC (rev 10196) @@ -0,0 +1,15 @@ +Copyright (C) 2005-2009 by I. Yu. Vlasenko. +Pieces of code in Pro.pm and documentation of HTML::Template are +copyright (C) 2000-2009 Sam Tregar (sam at tregar.com) +Other contributors to the code base are listed in Changes. + +The template syntax, interface conventions and a large piece of documentation +of HTML::Template::Pro are based on CPAN module HTML::Template +by Sam Tregar, sam at tregar.com. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available, +or, at your option, under the terms of the GNU Lesser General Public License +as published by the Free Software Foundation; either version 2 of the +License, or (at your option) any later version. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Jun 11 17:49:54 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 11 Jun 2010 15:49:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[10197] csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/checksums Message-ID: Revision: 10197 http://gar.svn.sourceforge.net/gar/?rev=10197&view=rev Author: bonivart Date: 2010-06-11 15:49:54 +0000 (Fri, 11 Jun 2010) Log Message: ----------- HTML-Template-Pro: add checksums Added Paths: ----------- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/checksums Added: csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/checksums 2010-06-11 15:49:54 UTC (rev 10197) @@ -0,0 +1,2 @@ +27d5934dd5564c6c2cbf6f3fb4b26ad9 COPYING +b2b76284417473c36ec2c3f6446b82f5 HTML-Template-Pro-0.95.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Jun 11 18:10:33 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 11 Jun 2010 16:10:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10198] csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile Message-ID: Revision: 10198 http://gar.svn.sourceforge.net/gar/?rev=10198&view=rev Author: bonivart Date: 2010-06-11 16:10:33 +0000 (Fri, 11 Jun 2010) Log Message: ----------- HTML-Template-Pro: add dep to pm_json Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile Modified: csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile 2010-06-11 15:49:54 UTC (rev 10197) +++ csw/mgar/pkg/cpan/HTML-Template-Pro/trunk/Makefile 2010-06-11 16:10:33 UTC (rev 10198) @@ -13,6 +13,6 @@ PACKAGES = CSWpmhtmltemplatepro CATALOGNAME = pm_htmltemplatepro -RUNTIME_DEP_PKGS_CSWpmhtmltemplatepro += CSWpcrert +RUNTIME_DEP_PKGS_CSWpmhtmltemplatepro += CSWpcrert CSWpmjson include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Jun 11 18:25:19 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 11 Jun 2010 16:25:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10199] csw/mgar/pkg Message-ID: Revision: 10199 http://gar.svn.sourceforge.net/gar/?rev=10199&view=rev Author: bonivart Date: 2010-06-11 16:25:18 +0000 (Fri, 11 Jun 2010) Log Message: ----------- koha: initial commit Added Paths: ----------- csw/mgar/pkg/koha/ csw/mgar/pkg/koha/branches/ csw/mgar/pkg/koha/tags/ csw/mgar/pkg/koha/trunk/ csw/mgar/pkg/koha/trunk/Makefile csw/mgar/pkg/koha/trunk/checksums csw/mgar/pkg/koha/trunk/files/ Property changes on: csw/mgar/pkg/koha/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/koha/trunk/Makefile =================================================================== --- csw/mgar/pkg/koha/trunk/Makefile (rev 0) +++ csw/mgar/pkg/koha/trunk/Makefile 2010-06-11 16:25:18 UTC (rev 10199) @@ -0,0 +1,18 @@ +GARNAME = koha +GARVERSION = 3.00.06 +CATEGORIES = apps + +DESCRIPTION = Integrated Library System +define BLURB + Integrated Library System +endef + +MASTER_SITES = http://downloads.ptfsinc.com/harley/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +# 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) + +include gar/category.mk Added: csw/mgar/pkg/koha/trunk/checksums =================================================================== --- csw/mgar/pkg/koha/trunk/checksums (rev 0) +++ csw/mgar/pkg/koha/trunk/checksums 2010-06-11 16:25:18 UTC (rev 10199) @@ -0,0 +1 @@ +1b7533fc92d1473ad98799e8dec8da63 koha-3.00.06.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Jun 12 02:29:16 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 12 Jun 2010 00:29:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10200] csw/mgar/pkg/cswclassutils/trunk Message-ID: Revision: 10200 http://gar.svn.sourceforge.net/gar/?rev=10200&view=rev Author: bdwalton Date: 2010-06-12 00:29:16 +0000 (Sat, 12 Jun 2010) Log Message: ----------- cswclassutils: bug fix for i.cswinetd; was triggering on multiple lines Modified Paths: -------------- csw/mgar/pkg/cswclassutils/trunk/checksums csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswinetd Modified: csw/mgar/pkg/cswclassutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/checksums 2010-06-11 16:25:18 UTC (rev 10199) +++ csw/mgar/pkg/cswclassutils/trunk/checksums 2010-06-12 00:29:16 UTC (rev 10200) @@ -1,8 +1,8 @@ 48a97af56d55bc90ce90303228ed8cc3 COPYING 9846081f8109dc9149dc026b89fbf137 CSWcswclassutils.i.cswcpsampleconf -25f1f5a680a6dc118d2c54333703974f CSWcswclassutils.i.cswcrontab +efd19a09c355319c7d649885e4f9f76e CSWcswclassutils.i.cswcrontab 5e2ae2c6bd828061f86d84f09087b06a CSWcswclassutils.i.cswetcservices -5617480b81dd62c8c99c817e252164cb CSWcswclassutils.i.cswinetd +e19dc831fd25be25706febc428607993 CSWcswclassutils.i.cswinetd 6abb13158fee906870d1d68dc0fae6f3 CSWcswclassutils.i.cswinitsmf a667515489aafc81d41159765faf698f CSWcswclassutils.i.cswmigrateconf 8ab721535d43dcef702538d394e7a2ce CSWcswclassutils.i.cswpostmsg @@ -11,7 +11,7 @@ 4f816acb06e8f95add6faf8607859da2 CSWcswclassutils.i.cswtexinfo e906a50bc2d82e341f78d582f32ecb88 CSWcswclassutils.i.cswusergroup d278a28a6f901c4ff5f07c583b4cff3d CSWcswclassutils.r.cswcpsampleconf -b452d4e6b95df03b6b00c6e980bb1004 CSWcswclassutils.r.cswcrontab +f988248725a4607110a13820a005b72f CSWcswclassutils.r.cswcrontab d60261ddc46e2cc83ecbbfc586a7e686 CSWcswclassutils.r.cswetcservices 9039ea60ad4c3f8994205fb242a49a72 CSWcswclassutils.r.cswinetd 791db9c2f6685aca67043820d260fc60 CSWcswclassutils.r.cswinitsmf Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswinetd =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswinetd 2010-06-11 16:25:18 UTC (rev 10199) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswinetd 2010-06-12 00:29:16 UTC (rev 10200) @@ -58,7 +58,7 @@ # we won't register with inetd if the service name isn't registered # in the global services file. - exists=`awk "\\\$1 == \"$svcname\" {print \"found\" }" /etc/services` + exists=`awk "\\\$1 == \"$svcname\" && \\\$2 ~ /$proto/ {print \"found\"; exit }" /etc/services` if [ "$exists" = "found" ]; then if [ -n "$DEBUG" ]; then echo "Installing inetd service:" @@ -115,7 +115,7 @@ echo "Inetd service '$svcname' should be disabled by default." fi else - echo "Service '$svcname' not found in /etc/inet/services. Won't setup inetd for it." + echo "Service '$svcname' not found in /etc/services. Won't setup inetd for it." exit 2 fi done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Jun 12 02:33:07 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 12 Jun 2010 00:33:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10201] csw/mgar/pkg/cswclassutils/trunk/Makefile Message-ID: Revision: 10201 http://gar.svn.sourceforge.net/gar/?rev=10201&view=rev Author: bdwalton Date: 2010-06-12 00:33:07 +0000 (Sat, 12 Jun 2010) Log Message: ----------- cswclassutils: override checkpkg for sample file Modified Paths: -------------- csw/mgar/pkg/cswclassutils/trunk/Makefile Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/Makefile 2010-06-12 00:29:16 UTC (rev 10200) +++ csw/mgar/pkg/cswclassutils/trunk/Makefile 2010-06-12 00:33:07 UTC (rev 10201) @@ -28,6 +28,7 @@ PROTOTYPE_GROUP_cas = sys CHECKPKG_OVERRIDES_CSWcswclassutils += init-file-missing-cswinitsmf-class|/opt/csw/etc/init.d/csw.smf.sample|class=none +CHECKPKG_OVERRIDES_CSWcswclassutils += init-file-wrong-location|/opt/csw/etc/init.d/csw.smf.sample include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Jun 12 02:47:22 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 12 Jun 2010 00:47:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[10202] csw/mgar/pkg/gitosis/trunk/Makefile Message-ID: Revision: 10202 http://gar.svn.sourceforge.net/gar/?rev=10202&view=rev Author: bdwalton Date: 2010-06-12 00:47:22 +0000 (Sat, 12 Jun 2010) Log Message: ----------- gitosis: add checkpkg overrides Modified Paths: -------------- csw/mgar/pkg/gitosis/trunk/Makefile Modified: csw/mgar/pkg/gitosis/trunk/Makefile =================================================================== --- csw/mgar/pkg/gitosis/trunk/Makefile 2010-06-12 00:33:07 UTC (rev 10201) +++ csw/mgar/pkg/gitosis/trunk/Makefile 2010-06-12 00:47:22 UTC (rev 10202) @@ -66,6 +66,12 @@ PROTOTYPE_FILTER = awk '$$$$3 ~ /\/var\/opt\/csw\/gitosis/ { $$$$2 = "ugfiles"; $$$$5 = "gitosis"; $$$$6 = "gitosis" }; { print }' +CHECKPKG_OVERRIDES_CSWgitosis += pkgname-does-not-start-with-CSWpy- +CHECKPKG_OVERRIDES_CSWgitosis += catalogname-does-not-start-with-py_ +CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWbash +CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWpysetuptools +CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWgit + include gar/category.mk # this has to be after cswusergroup is added automatically... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Jun 12 02:53:20 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 12 Jun 2010 00:53:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[10203] csw/mgar/pkg/gitosis/trunk/Makefile Message-ID: Revision: 10203 http://gar.svn.sourceforge.net/gar/?rev=10203&view=rev Author: bdwalton Date: 2010-06-12 00:53:20 +0000 (Sat, 12 Jun 2010) Log Message: ----------- gitosis: drop explicit ugfiles since handling was rolled in to gar Modified Paths: -------------- csw/mgar/pkg/gitosis/trunk/Makefile Modified: csw/mgar/pkg/gitosis/trunk/Makefile =================================================================== --- csw/mgar/pkg/gitosis/trunk/Makefile 2010-06-12 00:47:22 UTC (rev 10202) +++ csw/mgar/pkg/gitosis/trunk/Makefile 2010-06-12 00:53:20 UTC (rev 10203) @@ -74,9 +74,6 @@ include gar/category.mk -# this has to be after cswusergroup is added automatically... -SPKG_CLASSES += ugfiles - # override the category exclusion _MERGE_EXCLUDE_CATEGORY = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 12 04:29:07 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 12 Jun 2010 02:29:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10204] csw/mgar/pkg Message-ID: Revision: 10204 http://gar.svn.sourceforge.net/gar/?rev=10204&view=rev Author: theferret Date: 2010-06-12 02:29:06 +0000 (Sat, 12 Jun 2010) Log Message: ----------- libbabl: quickie add of a small library Added Paths: ----------- csw/mgar/pkg/libbabl/ csw/mgar/pkg/libbabl/Makefile csw/mgar/pkg/libbabl/trunk/ csw/mgar/pkg/libbabl/trunk/Makefile csw/mgar/pkg/libbabl/trunk/README csw/mgar/pkg/libbabl/trunk/copyright csw/mgar/pkg/libbabl/trunk/patchfile.preconf csw/mgar/pkg/libbabl/trunk/pkginfo csw/mgar/pkg/libbabl/trunk/prototype Added: csw/mgar/pkg/libbabl/Makefile =================================================================== --- csw/mgar/pkg/libbabl/Makefile (rev 0) +++ csw/mgar/pkg/libbabl/Makefile 2010-06-12 02:29:06 UTC (rev 10204) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/libbabl/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/libbabl/trunk/Makefile =================================================================== --- csw/mgar/pkg/libbabl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libbabl/trunk/Makefile 2010-06-12 02:29:06 UTC (rev 10204) @@ -0,0 +1,218 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + + +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. + +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= babl-0.1.2.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= ftp://ftp.gtk.org/pub/babl/0.1 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + +LIBDIR64_sparc:=/opt/csw/lib/sparcv9 +LIBDIR64_i386 :=/opt/csw/lib/amd64 + +CONFIGURE_64_$(ARCH) := --libdir=$(LIBDIR64_$(ARCH)) +CONFIGURE_64_EXTRAS := $(CONFIGURE_64_$(ARCH)) + +LDFLAGS_64_$(ARCH) := -R$(LIBDIR64_$(ARCH)) -L$(LIBDIR64_$(ARCH)) + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +#all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package +all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done + +build/.$(ARCH)-32.done: $(ARCH)-32 + +build/.$(ARCH)-64.done: $(ARCH)-64 + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 ++#ifdef HAVE_STDINT_H + #include ++#endif ++#ifdef HAVE_INTTYPES_H ++#include ++#endif + #include + #include + +--- build/babl-0.1.2/babl/base/type-u32.c.orig Sat Jun 12 03:51:43 2010 ++++ build/babl-0.1.2/babl/base/type-u32.c Sat Jun 12 03:52:11 2010 +@@ -18,7 +18,12 @@ + + #include "config.h" + #include ++#ifdef HAVE_STDINT_H + #include ++#endif ++#ifdef HAVE_INTTYPES_H ++#include ++#endif + #include + #include + +--- build/babl-0.1.2/babl/base/type-u8foo.c.orig Sat Jun 12 03:47:35 2010 ++++ build/babl-0.1.2/babl/base/type-u8foo.c Sat Jun 12 03:48:29 2010 +@@ -19,7 +19,12 @@ + #include "config.h" + #include + #include ++#ifdef HAVE_STDINT_H + #include ++#endif ++#ifdef HAVE_INTTYPES_H ++#include ++#endif + + #include "babl-internal.h" + #include "babl-base.h" +--- build/babl-0.1.2/tests/Makefile.in.orig Sat Jun 12 04:01:58 2010 ++++ build/babl-0.1.2/tests/Makefile.in Sat Jun 12 04:02:38 2010 +@@ -338,7 +338,7 @@ + top_srcdir = @top_srcdir@ + TESTS_ENVIRONMENT = BABL_PATH=$(top_builddir)/extensions/.libs + AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl +-AM_LDFLAGS = -pthread ++#AM_LDFLAGS = -pthread + LDADD = $(top_builddir)/babl/libbabl- at BABL_API_VERSION@.la \ + $(MATH_LIB) + +--- build/babl-0.1.2/docs/Makefile.in.orig Sat Jun 12 04:15:10 2010 ++++ build/babl-0.1.2/docs/Makefile.in Sat Jun 12 04:15:33 2010 +@@ -639,14 +639,14 @@ + cp $< $@ + (which mktemp > /dev/null 2>&1 && TMPFILE=`mktemp` || TMPFILE="/tmp/babl_build_tempfile" ;\ + export BABL_PATH="$(top_builddir)/extensions:$(top_builddir)/extensions/.libs"; $(babl_html_dump) > $$TMPFILE;\ +- $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ BablBase $$TMPFILE;\ ++ AWK=$(AWK) $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ BablBase $$TMPFILE;\ + rm -f $$TMPFILE ) + echo -n "." + +- $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt +- $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS +- $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ TODO $(top_srcdir)/TODO +- $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS ++ AWK=$(AWK) $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt ++ AWK=$(AWK) $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS ++ AWK=$(AWK) $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ TODO $(top_srcdir)/TODO ++ AWK=$(AWK) $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS + echo " [OK]" + + distclean-local: +--- build/babl-0.1.2/babl/babl-memory.c.orig Tue Nov 24 04:07:18 2009 ++++ build/babl-0.1.2/babl/babl-memory.c Sat Jun 12 03:55:55 2010 +@@ -17,7 +17,12 @@ + */ + + #include "config.h" ++#ifdef HAVE_STDINT_H + #include ++#endif ++#ifdef HAVE_INTTYPES_H ++#include ++#endif + #include + #include + #include +--- build/babl-0.1.2/babl/babl-mutex.c.orig Sat Jun 12 03:56:53 2010 ++++ build/babl-0.1.2/babl/babl-mutex.c Sat Jun 12 03:57:21 2010 +@@ -17,7 +17,12 @@ + */ + + #include "config.h" ++#ifdef HAVE_STDINT_H + #include ++#endif ++#ifdef HAVE_INTTYPES_H ++#include ++#endif + #include + #include + #include Added: csw/mgar/pkg/libbabl/trunk/pkginfo =================================================================== --- csw/mgar/pkg/libbabl/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/libbabl/trunk/pkginfo 2010-06-12 02:29:06 UTC (rev 10204) @@ -0,0 +1,8 @@ +PKG=CSWlibbabl +NAME=libbabl - binary image conversion library required by gimp +VERSION=01.2,REV=2010.06.12 +CATEGORY=application +VENDOR=ftp://ftp.gtk.org/pub/babl packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libbabl/trunk Added: csw/mgar/pkg/libbabl/trunk/prototype =================================================================== --- csw/mgar/pkg/libbabl/trunk/prototype (rev 0) +++ csw/mgar/pkg/libbabl/trunk/prototype 2010-06-12 02:29:06 UTC (rev 10204) @@ -0,0 +1,33 @@ +i pkginfo +i copyright +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libbabl-0.1.so.0=libbabl-0.1.so.0.101.1 +f none /opt/csw/lib/libbabl-0.1.so.0.101.1 0755 root bin +f none /opt/csw/lib/libbabl-0.1.la 0755 root bin +d none /opt/csw/lib/babl-0.1 0755 root bin +f none /opt/csw/lib/babl-0.1/naive-CMYK.so 0755 root bin +f none /opt/csw/lib/babl-0.1/sse-fixups.la 0755 root bin +f none /opt/csw/lib/babl-0.1/CIE.la 0755 root bin +f none /opt/csw/lib/babl-0.1/CIE.so 0755 root bin +f none /opt/csw/lib/babl-0.1/naive-CMYK.la 0755 root bin +f none /opt/csw/lib/babl-0.1/sse-fixups.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gimp-8bit.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gegl-fixups.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl-lies.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl-lies.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gimp-8bit.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gegl-fixups.so 0755 root bin +s none /opt/csw/lib/libbabl-0.1.so=libbabl-0.1.so.0.101.1 +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/babl.pc 0644 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/babl-0.1 0755 root bin +d none /opt/csw/include/babl-0.1/babl 0755 root bin +f none /opt/csw/include/babl-0.1/babl/babl.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-macros.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-version.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-types.h 0644 root bin +d none /opt/csw/share/doc/babl 0755 root bin +f none /opt/csw/share/doc/babl/COPYING=COPYING 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sat Jun 12 12:49:12 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sat, 12 Jun 2010 10:49:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[10205] csw/mgar/pkg/vixiecron/trunk Message-ID: Revision: 10205 http://gar.svn.sourceforge.net/gar/?rev=10205&view=rev Author: wahwah Date: 2010-06-12 10:49:12 +0000 (Sat, 12 Jun 2010) Log Message: ----------- vixiecron: Compiles on Solaris 9 Modified Paths: -------------- csw/mgar/pkg/vixiecron/trunk/Makefile csw/mgar/pkg/vixiecron/trunk/checksums Added Paths: ----------- csw/mgar/pkg/vixiecron/trunk/files/0001-Use-bash-for-putman.sh.patch csw/mgar/pkg/vixiecron/trunk/files/0002-Makefile-adjustments.patch csw/mgar/pkg/vixiecron/trunk/files/0003-mkdtemp-support.patch csw/mgar/pkg/vixiecron/trunk/files/0004-Sun-Studio-detection.patch csw/mgar/pkg/vixiecron/trunk/files/0005-bitstring.h-a-local-header-file.patch csw/mgar/pkg/vixiecron/trunk/files/0006-signal-handlers-and-setenv.patch csw/mgar/pkg/vixiecron/trunk/files/0007-Solaris-9-doesn-t-have-O_NOFOLLOW.patch csw/mgar/pkg/vixiecron/trunk/files/0008-consts-needed-in-externs.h.patch csw/mgar/pkg/vixiecron/trunk/files/0009-lockf-instead-of-flock.patch csw/mgar/pkg/vixiecron/trunk/files/0010-A-workaround-for-O_NOFOLLOW.patch Removed Paths: ------------- csw/mgar/pkg/vixiecron/trunk/files/gar-vixiecron_3.0pl1.patch Property Changed: ---------------- csw/mgar/pkg/vixiecron/trunk/Makefile Modified: csw/mgar/pkg/vixiecron/trunk/Makefile =================================================================== --- csw/mgar/pkg/vixiecron/trunk/Makefile 2010-06-12 02:29:06 UTC (rev 10204) +++ csw/mgar/pkg/vixiecron/trunk/Makefile 2010-06-12 10:49:12 UTC (rev 10205) @@ -1,6 +1,6 @@ # Copyright 2009 Google Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ GARNAME = vixiecron GARVERSION = 3.0pl1 @@ -12,7 +12,7 @@ This build includes patches from Debian. It supports /etc/cron.d directory, which can be used to conveniently set up cron jobs by placing files. It also - supports a slash notation: */5 denotes "Every five minutes". + supports slash notation: */5 denotes "Every five minutes". endef # TODO: @@ -21,7 +21,7 @@ MASTER_SITES = http://ftp.de.debian.org/debian/pool/main/c/cron/ DISTFILES = cron_$(GARVERSION).orig.tar.gz -DISTFILES += cron_$(GARVERSION)-105.diff.gz +DISTFILES += cron_$(GARVERSION)-111.diff.gz DISTFILES += CSWvixiecron.preinstall DISTFILES += CSWvixiecron.postinstall DISTFILES += CSWvixiecron.postremove @@ -29,24 +29,38 @@ DISTFILES += crontab.CSW DISTFILES += run-crons-0.3.2 -WORKSRC = $(WORKDIR)/cron-$(GARVERSION).orig +DISTNAME = cron-$(GARVERSION).orig +# WORKSRC = $(WORKDIR)/cron-$(GARVERSION).orig -SPKG_CLASSES = none cswcpsampleconf cswinitsmf -RUNTIME_DEP_PKGS = CSWcswclassutils +LICENSE = README +# $$$$3 ~ /\/init.d\/cswvixiecron$$$$/ { $$$$2 = "cswinitsmf" } +# $$$$3 ~ /\/crontab\.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } PROTOTYPE_FILTER = awk ' \ - $$$$3 ~ /\/init.d\/cswvixiecron$$$$/ { $$$$2 = "cswinitsmf" } \ - $$$$3 ~ /\/crontab\.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \ $$$$3 ~ /\/opt\/csw\/bin\/crontab$$$$/ { $$$$4 = "1755" } \ { print }' -PATCHFILES = cron_$(GARVERSION)-105.diff.gz \ - gar-$(GARNAME)_$(GARVERSION).patch +INITSMF = /etc/opt/csw/init.d/cswvixiecron +PRESERVECONF = /etc/crontab +PATCHFILES += cron_$(GARVERSION)-111.diff.gz +PATCHFILES += 0001-Use-bash-for-putman.sh.patch +PATCHFILES += 0002-Makefile-adjustments.patch +PATCHFILES += 0003-mkdtemp-support.patch +PATCHFILES += 0004-Sun-Studio-detection.patch +PATCHFILES += 0005-bitstring.h-a-local-header-file.patch +PATCHFILES += 0006-signal-handlers-and-setenv.patch +PATCHFILES += 0007-Solaris-9-doesn-t-have-O_NOFOLLOW.patch +PATCHFILES += 0008-consts-needed-in-externs.h.patch +PATCHFILES += 0009-lockf-instead-of-flock.patch +PATCHFILES += 0010-A-workaround-for-O_NOFOLLOW.patch + TEST_SCRIPTS = CONFIGURE_SCRIPTS = EXTRA_CFLAGS = -DDEBUGGING=0 -DPOSIX -DDEBIAN +include gar/category.mk + pre-install-modulated: ginstall -d $(DESTDIR)/opt/csw ginstall -d $(DESTDIR)/opt/csw/bin @@ -68,5 +82,3 @@ ginstall -d $(DESTDIR)/etc/cron.$$base; \ done @$(MAKECOOKIE) - -include gar/category.mk Property changes on: csw/mgar/pkg/vixiecron/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Modified: csw/mgar/pkg/vixiecron/trunk/checksums =================================================================== --- csw/mgar/pkg/vixiecron/trunk/checksums 2010-06-12 02:29:06 UTC (rev 10204) +++ csw/mgar/pkg/vixiecron/trunk/checksums 2010-06-12 10:49:12 UTC (rev 10205) @@ -1,9 +1,18 @@ -aedcd26b85ba600a67414a489f78c1cf download/CSWvixiecron.postinstall -98917c3e13cefc8d910937056ab3b27f download/CSWvixiecron.postremove -852d67b49b724c633ff32115dab57b77 download/CSWvixiecron.preinstall -6235d305843da483b69671cde7d1d8ea download/cron_3.0pl1-105.diff.gz -4c64aece846f8483daf440f8e3dd210f download/cron_3.0pl1.orig.tar.gz -d1c17a3cf4f1ff253c36897d94b0b834 download/crontab.CSW -b5cdad15f8d66a84b807cd9cf5a04171 download/cswvixiecron -cf0aa68ad98415650daad595fbc415cf download/gar-vixiecron_3.0pl1.patch -d0dd7b19670e9a40060977b0b8779cad download/run-crons-0.3.2 +33a94c5a97fbdf7b0a4be491050953c0 0001-Use-bash-for-putman.sh.patch +ea18cbf226406edbb1ff6e8bc44658c1 0002-Makefile-adjustments.patch +dbfdeb2e9a578984c24f2de2e9a45477 0003-mkdtemp-support.patch +18022c47f5dca6650aeb2a49288e707a 0004-Sun-Studio-detection.patch +a3706fe3ef80641e4c989e1173f9a273 0005-bitstring.h-a-local-header-file.patch +0a0f863cf020638b8e752f9c462fdeeb 0006-signal-handlers-and-setenv.patch +c3839bbc5ee06fad9784b1cb9a688409 0007-Solaris-9-doesn-t-have-O_NOFOLLOW.patch +8fd2ecef73a84fa9cd5affe408020e55 0008-consts-needed-in-externs.h.patch +0f7b35b4bf2d8bcbb5e527918371bdb6 0009-lockf-instead-of-flock.patch +f1e1e92190fb401e6cd07f3521aa0827 0010-A-workaround-for-O_NOFOLLOW.patch +aedcd26b85ba600a67414a489f78c1cf CSWvixiecron.postinstall +98917c3e13cefc8d910937056ab3b27f CSWvixiecron.postremove +852d67b49b724c633ff32115dab57b77 CSWvixiecron.preinstall +aad89fc8c63f76fe60d39a9f62f33fb1 cron_3.0pl1-111.diff.gz +4c64aece846f8483daf440f8e3dd210f cron_3.0pl1.orig.tar.gz +d1c17a3cf4f1ff253c36897d94b0b834 crontab.CSW +b5cdad15f8d66a84b807cd9cf5a04171 cswvixiecron +d0dd7b19670e9a40060977b0b8779cad run-crons-0.3.2 Added: csw/mgar/pkg/vixiecron/trunk/files/0001-Use-bash-for-putman.sh.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0001-Use-bash-for-putman.sh.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0001-Use-bash-for-putman.sh.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,22 @@ +From 90552d070008320ed0527da02c0b430469fa6865 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 10:59:17 +0200 +Subject: [PATCH 01/10] Use bash for putman.sh + +--- + putman.sh | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/putman.sh b/putman.sh +index 4aef625..f3fd249 100644 +--- a/putman.sh ++++ b/putman.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + # putman.sh - install a man page according to local custom + # vixie 27dec93 [original] +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0002-Makefile-adjustments.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0002-Makefile-adjustments.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0002-Makefile-adjustments.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,69 @@ +From 559fab561ce5b7367982b4bde57e919af5c2a0bb Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 10:59:47 +0200 +Subject: [PATCH 02/10] Makefile adjustments + +--- + Makefile | 14 +++++++------- + 1 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/Makefile b/Makefile +index 024b458..578b546 100644 +--- a/Makefile ++++ b/Makefile +@@ -47,7 +47,7 @@ + + #################################### begin configurable stuff + #<> +-DESTROOT = $(DESTDIR)/usr ++DESTROOT = $(DESTDIR)/opt/csw + DESTSBIN = $(DESTROOT)/sbin + DESTBIN = $(DESTROOT)/bin + DESTMAN = $(DESTROOT)/share/man +@@ -57,7 +57,7 @@ INCLUDE = -I. + #<> + LIBS = $(PAM_LIBS) $(SELINUX_LIBS) $(AUDIT_LIBS) + #<> +-OPTIM = -O2 ++#OPTIM = -O2 + #OPTIM = -g + #<> + # (ATT untested) +@@ -74,12 +74,12 @@ LINTFLAGS = -hbxa $(INCLUDE) $(COMPAT) $(DEBUGGING) + # Allow override from command line + DEBUG_DEFS = -DDEBUGGING=0 + # The -DUSE_SIGCHLD is needed for the Alpha port +-DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) ++#DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) + #(SGI IRIX systems need this) + #DEFS = -D_BSD_SIGNALS -Dconst= + #<> + #INSTALL = installbsd +-INSTALL = install -s ++INSTALL = ginstall -s + #<> + # LDFLAGS = -s + # Let install do the strip +@@ -87,7 +87,7 @@ INSTALL = install -s + #################################### end configurable stuff + + SHELL = /bin/sh +-CFLAGS = $(OPTIM) $(INCLUDE) $(COMPAT) $(DEFS) ++# CFLAGS = $(OPTIM) $(INCLUDE) $(COMPAT) $(DEFS) + + INFOS = README CHANGES FEATURES INSTALL CONVERSION THANKS MAIL + MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh +@@ -118,8 +118,8 @@ crontab : $(CRONTAB_OBJ) + $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS) + + install : all +- $(INSTALL) -c -m 755 -o root cron $(DESTSBIN)/ +- $(INSTALL) -c -m 4755 -o root crontab $(DESTBIN)/ ++ $(INSTALL) -c -m 755 cron $(DESTSBIN)/ ++ $(INSTALL) -c -m 4755 crontab $(DESTBIN)/ + sh putman.sh crontab.1 $(DESTMAN) + sh putman.sh cron.8 $(DESTMAN) + sh putman.sh crontab.5 $(DESTMAN) +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0003-mkdtemp-support.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0003-mkdtemp-support.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0003-mkdtemp-support.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,51 @@ +From d15a39dac7ea2c43ca664555f207eff82e7b4181 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:00:43 +0200 +Subject: [PATCH 03/10] mkdtemp support + +--- + compat.c | 14 ++++++++++++-- + 1 files changed, 12 insertions(+), 2 deletions(-) + +diff --git a/compat.c b/compat.c +index 4fd78f6..aa1aa81 100644 +--- a/compat.c ++++ b/compat.c +@@ -33,6 +33,8 @@ static char rcsid[] = "$Id: compat.c,v 1.6 1994/01/15 20:43:43 vixie Exp $"; + #endif + #include + ++#include ++#include + + /* the code does not depend on any of vfork's + * side-effects; it just uses it as a quick +@@ -85,8 +87,8 @@ strerror(error) + #ifdef NEED_STRCASECMP + int + strcasecmp(left, right) +- char *left; +- char *right; ++ const char *left; ++ const char *right; + { + while (*left && (MkLower(*left) == MkLower(*right))) { + left++; +@@ -214,6 +216,14 @@ flock(fd, operation) + #endif /*NEED_FLOCK*/ + + ++/* Solaris 10 is missing mkdtemp */ ++char *mkdtemp(char *template) ++{ ++ if (!mktemp(template) || mkdir(template, 0700)) ++ return NULL; ++ return template; ++} ++ + #ifdef NEED_SETENV + int + setenv(name, value, overwrite) +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0004-Sun-Studio-detection.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0004-Sun-Studio-detection.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0004-Sun-Studio-detection.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,43 @@ +From e37182638e43cdab37021cd1ef6b41ea290c799d Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:01:33 +0200 +Subject: [PATCH 04/10] Sun Studio detection + +--- + compat.h | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/compat.h b/compat.h +index 7990cce..14852f6 100644 +--- a/compat.h ++++ b/compat.h +@@ -63,7 +63,7 @@ + + #ifndef POSIX + # if (BSD >= 199103) || defined(__linux__) || defined(__GNU__) || defined(ultrix) ||\ +- defined(AIX) ||\ defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__) ++ defined(AIX) || defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__) + # define POSIX + # endif + #endif +@@ -81,7 +81,7 @@ + #endif + + #if (!defined(BSD) || (BSD < 198902)) && !defined(__linux__) && \ +- !defined(IRIX) && !defined(NeXT) && !defined(HPUX) && !defined(__GNU__) && !defined(__GLIBC__) ++ !defined(IRIX) && !defined(UNICOS) && !defined(HPUX) && !defined(__GNU__) && !defined(__GLIBC__) && !defined(__SUNPRO_C) + # define NEED_STRCASECMP + #endif + +@@ -110,7 +110,7 @@ + # define HAVE_SAVED_UIDS + #endif + +-#if !defined(ATT) && !defined(__linux__) && !defined(__GNU__) && !defined(IRIX) && !defined(UNICOS) && !defined(__GLIBC__) ++#if !defined(ATT) && !defined(__linux__) && !defined(__GNU__) && !defined(IRIX) && !defined(UNICOS) && !defined(__GLIBC__) && !defined(__SUNPRO_C) + # define USE_SIGCHLD + #endif + +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0005-bitstring.h-a-local-header-file.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0005-bitstring.h-a-local-header-file.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0005-bitstring.h-a-local-header-file.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,25 @@ +From 62aec186248945918bfedbff9549689badbc66fc Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:02:15 +0200 +Subject: [PATCH 05/10] bitstring.h a local header file + +--- + cron.h | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/cron.h b/cron.h +index 2ed89cc..dbd569a 100644 +--- a/cron.h ++++ b/cron.h +@@ -32,7 +32,7 @@ + + #include + #include +-#include ++#include "bitstring.h" + #include + #include + +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0006-signal-handlers-and-setenv.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0006-signal-handlers-and-setenv.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0006-signal-handlers-and-setenv.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,63 @@ +From 26ff2aff82bb10f93561fd6b6db601e566d5e560 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:03:03 +0200 +Subject: [PATCH 06/10] signal handlers and setenv + +--- + cron.c | 26 ++++++++++++++++++++++++-- + 1 files changed, 24 insertions(+), 2 deletions(-) + +diff --git a/cron.c b/cron.c +index 5567dae..9d6f1af 100644 +--- a/cron.c ++++ b/cron.c +@@ -29,6 +29,28 @@ static char rcsid[] = "$Id: cron.c,v 2.11 1994/01/15 20:43:43 vixie Exp $"; + #include + #include + ++/* Solaris 9 doens't have setenv. ++ * http://wiki.opencsw.org/porting-faq ++ */ ++ ++#ifdef __sun ++void setenv(char *n, char *v, int x) { ++ char buf[256]; ++ snprintf(buf,sizeof(buf),"%s=%s",n,v); ++ putenv(buf); ++} ++ ++void unsetenv(char *env_name) { ++ extern char **environ; ++ char **cc; ++ int l; ++ l=strlen(env_name); ++ for (cc=environ;*cc!=NULL;cc++) { ++ if (strncmp(env_name,*cc,l)==0 && ((*cc)[l]=='='||(*cc)[l]=='\0')) break; ++ } for (; *cc != NULL; cc++) *cc=cc[1]; ++} ++#endif ++ + static void usage __P((void)), + run_reboot_jobs __P((cron_db *)), + find_jobs __P((time_min, cron_db *, int, int)), +@@ -414,7 +436,7 @@ cron_sleep(target) + + #ifdef USE_SIGCHLD + static void +-sigchld_handler(x) { ++sigchld_handler(int x) { + int save_errno = errno; + WAIT_T waiter; + PID_T pid; +@@ -448,7 +470,7 @@ sigchld_handler(x) { + + + static void +-sighup_handler(x) { ++sighup_handler(int x) { + log_close(); + + /* we should use sigaction for proper signal blocking as this +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0007-Solaris-9-doesn-t-have-O_NOFOLLOW.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0007-Solaris-9-doesn-t-have-O_NOFOLLOW.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0007-Solaris-9-doesn-t-have-O_NOFOLLOW.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,25 @@ +From f60f021c2e1cb1c0acf63298e4c6c8be1732a10f Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:03:28 +0200 +Subject: [PATCH 07/10] Solaris 9 doesn't have O_NOFOLLOW + +--- + database.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/database.c b/database.c +index 11bcc72..5aef938 100644 +--- a/database.c ++++ b/database.c +@@ -344,7 +344,7 @@ process_crontab(uname, fname, tabname, statbuf, new_db, old_db) + + if (pw) { + /* Path for user crontabs (including root's!) */ +- if ((crontab_fd = open(tabname, O_RDONLY|O_NOFOLLOW, 0)) < OK) { ++ if ((crontab_fd = open(tabname, O_RDONLY, 0)) < OK) { + /* crontab not accessible? + */ + log_it(fname, getpid(), "CAN'T OPEN", tabname); +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0008-consts-needed-in-externs.h.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0008-consts-needed-in-externs.h.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0008-consts-needed-in-externs.h.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,30 @@ +From 0e050a2a22f934b9c2382de7c8dbb7a68f23e771 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:04:00 +0200 +Subject: [PATCH 08/10] consts needed in externs.h + +--- + externs.h | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/externs.h b/externs.h +index b658235..89a868e 100644 +--- a/externs.h ++++ b/externs.h +@@ -116,11 +116,11 @@ extern int optind, opterr, optopt; + #endif + + #ifdef NEED_STRCASECMP +-extern int strcasecmp __P((char *, char *)); ++extern int strcasecmp __P((const char *, const char *)); + #endif + + #ifdef NEED_STRDUP +-extern char *strdup __P((char *)); ++extern char *strdup __P((const char *)); + #endif + + #ifdef NEED_STRERROR +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0009-lockf-instead-of-flock.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0009-lockf-instead-of-flock.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0009-lockf-instead-of-flock.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,35 @@ +From 6b17727747523731d64399166f1182bf24988b41 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 11:04:27 +0200 +Subject: [PATCH 09/10] lockf instead of flock + +--- + misc.c | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/misc.c b/misc.c +index 933552f..13def32 100644 +--- a/misc.c ++++ b/misc.c +@@ -42,7 +42,7 @@ static char rcsid[] = "$Id: misc.c,v 2.9 1994/01/15 20:43:43 vixie Exp $"; + #if defined(SYSLOG) + # include + #endif +- ++#include + + #if defined(LOG_DAEMON) && !defined(LOG_CRON) + #define LOG_CRON LOG_DAEMON +@@ -308,7 +308,8 @@ acquire_daemonlock(closeflag) + exit(ERROR_EXIT); + } + +- if (flock(fd, LOCK_EX|LOCK_NB) < OK) { ++ /* This bit originally used flock(), switched to lockf() */ ++ if (lockf(fd, F_TLOCK, 0) < OK) { + int save_errno = errno; + + fscanf(fp, "%d", &otherpid); +-- +1.7.1 + Added: csw/mgar/pkg/vixiecron/trunk/files/0010-A-workaround-for-O_NOFOLLOW.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/0010-A-workaround-for-O_NOFOLLOW.patch (rev 0) +++ csw/mgar/pkg/vixiecron/trunk/files/0010-A-workaround-for-O_NOFOLLOW.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -0,0 +1,63 @@ +From 3c362e317acc2fa1227bb9d80a893f7b56dcce78 Mon Sep 17 00:00:00 2001 +From: Maciej Blizinski +Date: Sat, 12 Jun 2010 12:29:09 +0200 +Subject: [PATCH 10/10] A workaround for O_NOFOLLOW + +--- + database.c | 26 ++++++++++++++++++++++++++ + 1 files changed, 26 insertions(+), 0 deletions(-) + +diff --git a/database.c b/database.c +index 5aef938..6b7cfcf 100644 +--- a/database.c ++++ b/database.c +@@ -322,6 +322,7 @@ process_crontab(uname, fname, tabname, statbuf, new_db, old_db) + cron_db *new_db; + cron_db *old_db; + { ++ struct stat orig_st; + struct passwd *pw = NULL; + int crontab_fd = OK - 1; + user *u; +@@ -344,6 +345,21 @@ process_crontab(uname, fname, tabname, statbuf, new_db, old_db) + + if (pw) { + /* Path for user crontabs (including root's!) */ ++ ++ /* Solaris 9 doesn't have O_NOFOLLOW. ++ * ++ * https://www.securecoding.cert.org/confluence/display/seccode/POS01-C.+Check+for+the+existence+of+links+when+dealing+with+files ++ */ ++ if (lstat( tabname, &orig_st) != 0) { ++ log_it(fname, getpid(), "CAN'T LSTAT", tabname); ++ goto next_crontab; ++ } ++ if (!S_ISREG( orig_st.st_mode)) { ++ /* file is irregular or symlink */ ++ log_it(fname, getpid(), "SYMLINK OR IRREGULAR FILE", tabname); ++ goto next_crontab; ++ } ++ + if ((crontab_fd = open(tabname, O_RDONLY, 0)) < OK) { + /* crontab not accessible? + */ +@@ -355,6 +371,16 @@ process_crontab(uname, fname, tabname, statbuf, new_db, old_db) + log_it(fname, getpid(), "FSTAT FAILED", tabname); + goto next_crontab; + } ++ ++ /* Check that the device and inode numbers didn't change since the ++ * previous lstat() */ ++ if (orig_st.st_dev != statbuf->st_dev || ++ orig_st.st_ino != statbuf->st_ino) { ++ /* file was tampered with during race window */ ++ log_it(fname, getpid(), "FILE TAMPERED", tabname); ++ goto next_crontab; ++ } ++ + /* Check to make sure that the crontab is owned by the correct user + (or root) */ + +-- +1.7.1 + Deleted: csw/mgar/pkg/vixiecron/trunk/files/gar-vixiecron_3.0pl1.patch =================================================================== --- csw/mgar/pkg/vixiecron/trunk/files/gar-vixiecron_3.0pl1.patch 2010-06-12 02:29:06 UTC (rev 10204) +++ csw/mgar/pkg/vixiecron/trunk/files/gar-vixiecron_3.0pl1.patch 2010-06-12 10:49:12 UTC (rev 10205) @@ -1,268 +0,0 @@ -diff -ur cron-3.0pl1.orig-solaris/compat.c cron-3.0pl1.orig/compat.c ---- cron-3.0pl1.orig-solaris/compat.c 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/compat.c 2009-03-12 15:10:44.820233050 +0000 -@@ -33,6 +33,8 @@ - #endif - #include - -+#include -+#include - - /* the code does not depend on any of vfork's - * side-effects; it just uses it as a quick -@@ -85,8 +87,8 @@ - #ifdef NEED_STRCASECMP - int - strcasecmp(left, right) -- char *left; -- char *right; -+ const char *left; -+ const char *right; - { - while (*left && (MkLower(*left) == MkLower(*right))) { - left++; -@@ -236,3 +238,13 @@ - return putenv(tmp); /* intentionally orphan 'tmp' storage */ - } - #endif -+ -+/* Solaris 10 is missing mkdtemp */ -+char *mkdtemp(char *template) -+{ -+ if (!mktemp(template) || mkdir(template, 0700)) -+ return NULL; -+ return template; -+} -+ -+ -diff -ur cron-3.0pl1.orig-solaris/compat.h cron-3.0pl1.orig/compat.h ---- cron-3.0pl1.orig-solaris/compat.h 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/compat.h 2009-03-12 15:20:37.912499900 +0000 -@@ -63,7 +63,8 @@ - - #ifndef POSIX - # if (BSD >= 199103) || defined(__linux__) || defined(__GNU__) || defined(ultrix) ||\ -- defined(AIX) ||\ defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__) -+ defined(AIX) ||\ -+defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__) - # define POSIX - # endif - #endif -@@ -86,7 +87,7 @@ - #endif - - #if (!defined(BSD) || (BSD < 198911)) && !defined(__linux__) &&\ -- !defined(IRIX) && !defined(UNICOS) && !defined(HPUX) && !defined(__GNU__) && !defined(__GLIBC__) -+ !defined(IRIX) && !defined(UNICOS) && !defined(HPUX) && !defined(__GNU__) && !defined(__GLIBC__) && !defined(__SUNPRO_C) - # define NEED_STRDUP - #endif - -@@ -110,7 +111,7 @@ - # define HAVE_SAVED_UIDS - #endif - --#if !defined(ATT) && !defined(__linux__) && !defined(__GNU__) && !defined(IRIX) && !defined(UNICOS) && !defined(__GLIBC__) -+ #if !defined(ATT) && !defined(__linux__) && !defined(__GNU__) && !defined(IRIX) && !defined(UNICOS) && !defined(__GLIBC__) && !defined(__SUNPRO_C) - # define USE_SIGCHLD - #endif - -Only in cron-3.0pl1.orig: compat.o -Only in cron-3.0pl1.orig: cron -diff -ur cron-3.0pl1.orig-solaris/cron.c cron-3.0pl1.orig/cron.c ---- cron-3.0pl1.orig-solaris/cron.c 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/cron.c 2009-03-12 15:09:25.251653050 +0000 -@@ -401,7 +401,7 @@ - - #ifdef USE_SIGCHLD - static void --sigchld_handler(x) { -+sigchld_handler(int x) { - int save_errno = errno; - WAIT_T waiter; - PID_T pid; -@@ -435,7 +435,7 @@ - - - static void --sighup_handler(x) { -+sighup_handler(int x) { - log_close(); - - /* we should use sigaction for proper signal blocking as this -diff -ur cron-3.0pl1.orig-solaris/cron.h cron-3.0pl1.orig/cron.h ---- cron-3.0pl1.orig-solaris/cron.h 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/cron.h 2009-03-12 15:19:14.122628700 +0000 -@@ -32,7 +32,7 @@ - - #include - #include --#include -+#include "bitstring.h" - #include - #include - -Only in cron-3.0pl1.orig: cron.o -Only in cron-3.0pl1.orig: crontab -Only in cron-3.0pl1.orig: crontab.o -Only in cron-3.0pl1.orig: database.o -Only in cron-3.0pl1.orig: do_command.o -Only in cron-3.0pl1.orig: entry.o -Only in cron-3.0pl1.orig: env.o -diff -ur cron-3.0pl1.orig-solaris/externs.h cron-3.0pl1.orig/externs.h ---- cron-3.0pl1.orig-solaris/externs.h 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/externs.h 2009-03-12 13:35:46.000000000 +0000 -@@ -116,11 +116,11 @@ - #endif - - #ifdef NEED_STRCASECMP --extern int strcasecmp __P((char *, char *)); -+extern int strcasecmp __P((const char *, const char *)); - #endif - - #ifdef NEED_STRDUP --extern char *strdup __P((char *)); -+extern char *strdup __P((const char *)); - #endif - - #ifdef NEED_STRERROR -Only in cron-3.0pl1.orig: job.o -diff -ur cron-3.0pl1.orig-solaris/Makefile cron-3.0pl1.orig/Makefile ---- cron-3.0pl1.orig-solaris/Makefile 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/Makefile 2009-03-12 17:39:22.971233150 +0000 -@@ -47,7 +47,7 @@ - - #################################### begin configurable stuff - #<> --DESTROOT = $(DESTDIR)/usr -+DESTROOT = $(DESTDIR)/opt/csw - DESTSBIN = $(DESTROOT)/sbin - DESTBIN = $(DESTROOT)/bin - DESTMAN = $(DESTROOT)/share/man -@@ -57,7 +57,7 @@ - #<> - LIBS = $(PAM_LIBS) $(SELINUX_LIBS) $(AUDIT_LIBS) - #<> --OPTIM = -O2 -+#OPTIM = -O2 - #OPTIM = -g - #<> - # (ATT untested) -@@ -74,12 +74,12 @@ - # Allow override from command line - DEBUG_DEFS = -DDEBUGGING=0 - # The -DUSE_SIGCHLD is needed for the Alpha port --DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) -+#DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) - #(SGI IRIX systems need this) - #DEFS = -D_BSD_SIGNALS -Dconst= - #<> - #INSTALL = installbsd --INSTALL = install -s -+INSTALL = ginstall -s - #<> - # LDFLAGS = -s - # Let install do the strip -@@ -87,7 +87,7 @@ - #################################### end configurable stuff - - SHELL = /bin/sh --CFLAGS = $(OPTIM) $(INCLUDE) $(COMPAT) $(DEFS) -+# CFLAGS = $(OPTIM) $(INCLUDE) $(COMPAT) $(DEFS) - - INFOS = README CHANGES FEATURES INSTALL CONVERSION THANKS MAIL - MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh -@@ -118,8 +118,8 @@ - $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS) - - install : all -- $(INSTALL) -c -m 755 -o root cron $(DESTSBIN)/ -- $(INSTALL) -c -m 4755 -o root crontab $(DESTBIN)/ -+ $(INSTALL) -c -m 755 cron $(DESTSBIN)/ -+ $(INSTALL) -c -m 2755 crontab $(DESTBIN)/ - sh putman.sh crontab.1 $(DESTMAN) - sh putman.sh cron.8 $(DESTMAN) - sh putman.sh crontab.5 $(DESTMAN) -diff -ur cron-3.0pl1.orig-solaris/misc.c cron-3.0pl1.orig/misc.c ---- cron-3.0pl1.orig-solaris/misc.c 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/misc.c 2009-03-12 13:38:43.000000000 +0000 -@@ -42,6 +42,7 @@ - # include - #endif - -+#include - - #if defined(LOG_DAEMON) && !defined(LOG_CRON) - #define LOG_CRON LOG_DAEMON -@@ -277,7 +278,8 @@ - exit(ERROR_EXIT); - } - -- if (flock(fd, LOCK_EX|LOCK_NB) < OK) { -+ /* This bit originally used flock(), switched to lockf() */ -+ if (lockf(fd, F_TLOCK, 0) < OK) { - int save_errno = errno; - - fscanf(fp, "%d", &otherpid); -Only in cron-3.0pl1.orig: misc.o -diff -ur cron-3.0pl1.orig-solaris/popen.c cron-3.0pl1.orig/popen.c ---- cron-3.0pl1.orig-solaris/popen.c 2009-03-12 13:30:53.000000000 +0000 -+++ cron-3.0pl1.orig/popen.c 2009-03-12 16:04:25.829649200 +0000 -@@ -35,6 +35,10 @@ - # include - #endif - -+#include -+#include -+#include -+#include - - #define MAX_ARGS 100 - #define WANT_GLOBBING 0 -@@ -167,9 +171,12 @@ - FILE *iop; - { - register int fdes; -- int omask; - WAIT_T stat_loc; - PID_T pid; -+ /* -+ * http://www.phys.ufl.edu/docs/porting-faq.html -+ */ -+ sigset_t block, oblock; - - /* - * pclose returns -1 if stream is not associated with a -@@ -178,10 +185,20 @@ - if (pids == 0 || pids[fdes = fileno(iop)] == 0) - return(-1); - (void)fclose(iop); -- omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP)); -+ /* -+ * omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP)); -+ */ -+ (void)sigemptyset(&block); -+ (void)sigaddset(&block, SIGINT | SIGQUIT | SIGHUP); -+ if (sigprocmask(SIG_BLOCK, &block, &oblock) < 0) -+ log_it("CRON", getpid(), "error", "sigprocmask") -+ ; - while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1) - ; -- (void)sigsetmask(omask); -+ /* -+ * (void)sigsetmask(omask); -+ */ -+ (void)sigprocmask(SIG_SETMASK, &oblock, (sigset_t *)NULL); - pids[fdes] = 0; - return (pid == -1 ? -1 : WEXITSTATUS(stat_loc)); - } -Only in cron-3.0pl1.orig: popen.o -diff -ur cron-3.0pl1.orig-solaris/putman.sh cron-3.0pl1.orig/putman.sh ---- cron-3.0pl1.orig-solaris/putman.sh 1994-09-01 20:17:17.000000000 +0000 -+++ cron-3.0pl1.orig/putman.sh 2009-03-12 20:04:07.194853350 +0000 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/bin/bash - - # putman.sh - install a man page according to local custom - # vixie 27dec93 [original] -Only in cron-3.0pl1.orig: user.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 12 20:13:00 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 12 Jun 2010 18:13:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[10206] csw/mgar/pkg/libbabl/trunk Message-ID: Revision: 10206 http://gar.svn.sourceforge.net/gar/?rev=10206&view=rev Author: theferret Date: 2010-06-12 18:13:00 +0000 (Sat, 12 Jun 2010) Log Message: ----------- libbabl: works now Modified Paths: -------------- csw/mgar/pkg/libbabl/trunk/Makefile csw/mgar/pkg/libbabl/trunk/copyright csw/mgar/pkg/libbabl/trunk/patchfile.preconf Added Paths: ----------- csw/mgar/pkg/libbabl/trunk/prototype.i386 csw/mgar/pkg/libbabl/trunk/prototype.sparc Removed Paths: ------------- csw/mgar/pkg/libbabl/trunk/prototype Modified: csw/mgar/pkg/libbabl/trunk/Makefile =================================================================== --- csw/mgar/pkg/libbabl/trunk/Makefile 2010-06-12 10:49:12 UTC (rev 10205) +++ csw/mgar/pkg/libbabl/trunk/Makefile 2010-06-12 18:13:00 UTC (rev 10206) @@ -54,8 +54,8 @@ CREATEPKG=createpkg -r `pwd`/build/*/cswstage -#all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package -all: $(ARCH)-32 package +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package +#all: $(ARCH)-32 package # ARCH-XX handles configure, build, and stage for its own combo # @@ -64,7 +64,9 @@ -extract: +extract: build/.extract.done + +build/.extract.done: test -d build || mkdir build @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ echo Extracting $(ARCHIVENAME) under build dir... ;\ @@ -72,6 +74,7 @@ else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ exit 1; \ fi + touch build/.extract.done clean distclean: @@ -128,10 +131,11 @@ build/.$(ARCH)-64.done: $(ARCH)-64 +build: extract # Since we share the same src tree, we should only need to # pre-configure patching one time for all. -build/.patch-preconf.done: +build/.patch-preconf.done: build if test -f patchfile.preconf ; then \ gpatch -d $(SRCDIR) -p0 #include ---- build/babl-0.1.2/babl/base/type-u32.c.orig Sat Jun 12 03:51:43 2010 -+++ build/babl-0.1.2/babl/base/type-u32.c Sat Jun 12 03:52:11 2010 +--- babl/base/type-u32.c.orig Sat Jun 12 03:51:43 2010 ++++ babl/base/type-u32.c Sat Jun 12 03:52:11 2010 @@ -18,7 +18,12 @@ #include "config.h" @@ -28,8 +28,8 @@ #include #include ---- build/babl-0.1.2/babl/base/type-u8foo.c.orig Sat Jun 12 03:47:35 2010 -+++ build/babl-0.1.2/babl/base/type-u8foo.c Sat Jun 12 03:48:29 2010 +--- babl/base/type-u8.c.orig Sat Jun 12 03:47:35 2010 ++++ babl/base/type-u8.c Sat Jun 12 03:48:29 2010 @@ -19,7 +19,12 @@ #include "config.h" #include @@ -43,8 +43,8 @@ #include "babl-internal.h" #include "babl-base.h" ---- build/babl-0.1.2/tests/Makefile.in.orig Sat Jun 12 04:01:58 2010 -+++ build/babl-0.1.2/tests/Makefile.in Sat Jun 12 04:02:38 2010 +--- tests/Makefile.in.orig Sat Jun 12 04:01:58 2010 ++++ tests/Makefile.in Sat Jun 12 04:02:38 2010 @@ -338,7 +338,7 @@ top_srcdir = @top_srcdir@ TESTS_ENVIRONMENT = BABL_PATH=$(top_builddir)/extensions/.libs @@ -54,8 +54,8 @@ LDADD = $(top_builddir)/babl/libbabl- at BABL_API_VERSION@.la \ $(MATH_LIB) ---- build/babl-0.1.2/docs/Makefile.in.orig Sat Jun 12 04:15:10 2010 -+++ build/babl-0.1.2/docs/Makefile.in Sat Jun 12 04:15:33 2010 +--- docs/Makefile.in.orig Sat Jun 12 04:15:10 2010 ++++ docs/Makefile.in Sat Jun 12 04:15:33 2010 @@ -639,14 +639,14 @@ cp $< $@ (which mktemp > /dev/null 2>&1 && TMPFILE=`mktemp` || TMPFILE="/tmp/babl_build_tempfile" ;\ @@ -76,8 +76,8 @@ echo " [OK]" distclean-local: ---- build/babl-0.1.2/babl/babl-memory.c.orig Tue Nov 24 04:07:18 2009 -+++ build/babl-0.1.2/babl/babl-memory.c Sat Jun 12 03:55:55 2010 +--- babl/babl-memory.c.orig Tue Nov 24 04:07:18 2009 ++++ babl/babl-memory.c Sat Jun 12 03:55:55 2010 @@ -17,7 +17,12 @@ */ @@ -91,8 +91,8 @@ #include #include #include ---- build/babl-0.1.2/babl/babl-mutex.c.orig Sat Jun 12 03:56:53 2010 -+++ build/babl-0.1.2/babl/babl-mutex.c Sat Jun 12 03:57:21 2010 +--- babl/babl-mutex.c.orig Sat Jun 12 03:56:53 2010 ++++ babl/babl-mutex.c Sat Jun 12 03:57:21 2010 @@ -17,7 +17,12 @@ */ Deleted: csw/mgar/pkg/libbabl/trunk/prototype =================================================================== --- csw/mgar/pkg/libbabl/trunk/prototype 2010-06-12 10:49:12 UTC (rev 10205) +++ csw/mgar/pkg/libbabl/trunk/prototype 2010-06-12 18:13:00 UTC (rev 10206) @@ -1,33 +0,0 @@ -i pkginfo -i copyright -d none /opt/csw/lib 0755 root bin -s none /opt/csw/lib/libbabl-0.1.so.0=libbabl-0.1.so.0.101.1 -f none /opt/csw/lib/libbabl-0.1.so.0.101.1 0755 root bin -f none /opt/csw/lib/libbabl-0.1.la 0755 root bin -d none /opt/csw/lib/babl-0.1 0755 root bin -f none /opt/csw/lib/babl-0.1/naive-CMYK.so 0755 root bin -f none /opt/csw/lib/babl-0.1/sse-fixups.la 0755 root bin -f none /opt/csw/lib/babl-0.1/CIE.la 0755 root bin -f none /opt/csw/lib/babl-0.1/CIE.so 0755 root bin -f none /opt/csw/lib/babl-0.1/naive-CMYK.la 0755 root bin -f none /opt/csw/lib/babl-0.1/sse-fixups.so 0755 root bin -f none /opt/csw/lib/babl-0.1/gimp-8bit.so 0755 root bin -f none /opt/csw/lib/babl-0.1/gegl-fixups.la 0755 root bin -f none /opt/csw/lib/babl-0.1/gggl-lies.la 0755 root bin -f none /opt/csw/lib/babl-0.1/gggl.so 0755 root bin -f none /opt/csw/lib/babl-0.1/gggl.la 0755 root bin -f none /opt/csw/lib/babl-0.1/gggl-lies.so 0755 root bin -f none /opt/csw/lib/babl-0.1/gimp-8bit.la 0755 root bin -f none /opt/csw/lib/babl-0.1/gegl-fixups.so 0755 root bin -s none /opt/csw/lib/libbabl-0.1.so=libbabl-0.1.so.0.101.1 -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/babl.pc 0644 root bin -d none /opt/csw/include 0755 root bin -d none /opt/csw/include/babl-0.1 0755 root bin -d none /opt/csw/include/babl-0.1/babl 0755 root bin -f none /opt/csw/include/babl-0.1/babl/babl.h 0644 root bin -f none /opt/csw/include/babl-0.1/babl/babl-macros.h 0644 root bin -f none /opt/csw/include/babl-0.1/babl/babl-version.h 0644 root bin -f none /opt/csw/include/babl-0.1/babl/babl-types.h 0644 root bin -d none /opt/csw/share/doc/babl 0755 root bin -f none /opt/csw/share/doc/babl/COPYING=COPYING 0644 root bin Added: csw/mgar/pkg/libbabl/trunk/prototype.i386 =================================================================== --- csw/mgar/pkg/libbabl/trunk/prototype.i386 (rev 0) +++ csw/mgar/pkg/libbabl/trunk/prototype.i386 2010-06-12 18:13:00 UTC (rev 10206) @@ -0,0 +1,55 @@ +i pkginfo +i copyright +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libbabl-0.1.so.0=libbabl-0.1.so.0.101.1 +f none /opt/csw/lib/libbabl-0.1.so.0.101.1 0755 root bin +f none /opt/csw/lib/libbabl-0.1.la 0755 root bin +d none /opt/csw/lib/babl-0.1 0755 root bin +f none /opt/csw/lib/babl-0.1/naive-CMYK.so 0755 root bin +f none /opt/csw/lib/babl-0.1/sse-fixups.la 0755 root bin +f none /opt/csw/lib/babl-0.1/CIE.la 0755 root bin +f none /opt/csw/lib/babl-0.1/CIE.so 0755 root bin +f none /opt/csw/lib/babl-0.1/naive-CMYK.la 0755 root bin +f none /opt/csw/lib/babl-0.1/sse-fixups.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gimp-8bit.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gegl-fixups.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl-lies.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl-lies.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gimp-8bit.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gegl-fixups.so 0755 root bin +s none /opt/csw/lib/libbabl-0.1.so=libbabl-0.1.so.0.101.1 +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/babl.pc 0644 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/babl-0.1 0755 root bin +d none /opt/csw/include/babl-0.1/babl 0755 root bin +f none /opt/csw/include/babl-0.1/babl/babl.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-macros.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-version.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-types.h 0644 root bin +d none /opt/csw/share/doc/libbabl 0755 root bin +f none /opt/csw/share/doc/libbabl/COPYING=COPYING 0644 root bin +d none /opt/csw/lib/amd64 0755 root bin +s none /opt/csw/lib/amd64/libbabl-0.1.so.0=libbabl-0.1.so.0.101.1 +f none /opt/csw/lib/amd64/libbabl-0.1.so.0.101.1 0755 root bin +f none /opt/csw/lib/amd64/libbabl-0.1.la 0755 root bin +d none /opt/csw/lib/amd64/babl-0.1 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/naive-CMYK.so 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/sse-fixups.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/CIE.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/CIE.so 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/naive-CMYK.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/sse-fixups.so 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gimp-8bit.so 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gegl-fixups.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gggl-lies.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gggl.so 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gggl.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gggl-lies.so 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gimp-8bit.la 0755 root bin +f none /opt/csw/lib/amd64/babl-0.1/gegl-fixups.so 0755 root bin +s none /opt/csw/lib/amd64/libbabl-0.1.so=libbabl-0.1.so.0.101.1 +d none /opt/csw/lib/amd64/pkgconfig 0755 root bin +f none /opt/csw/lib/amd64/pkgconfig/babl.pc 0644 root bin Added: csw/mgar/pkg/libbabl/trunk/prototype.sparc =================================================================== --- csw/mgar/pkg/libbabl/trunk/prototype.sparc (rev 0) +++ csw/mgar/pkg/libbabl/trunk/prototype.sparc 2010-06-12 18:13:00 UTC (rev 10206) @@ -0,0 +1,55 @@ +i pkginfo +i copyright +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libbabl-0.1.so.0=libbabl-0.1.so.0.101.1 +f none /opt/csw/lib/libbabl-0.1.so.0.101.1 0755 root bin +f none /opt/csw/lib/libbabl-0.1.la 0755 root bin +d none /opt/csw/lib/babl-0.1 0755 root bin +f none /opt/csw/lib/babl-0.1/naive-CMYK.so 0755 root bin +f none /opt/csw/lib/babl-0.1/sse-fixups.la 0755 root bin +f none /opt/csw/lib/babl-0.1/CIE.la 0755 root bin +f none /opt/csw/lib/babl-0.1/CIE.so 0755 root bin +f none /opt/csw/lib/babl-0.1/naive-CMYK.la 0755 root bin +f none /opt/csw/lib/babl-0.1/sse-fixups.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gimp-8bit.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gegl-fixups.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl-lies.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gggl-lies.so 0755 root bin +f none /opt/csw/lib/babl-0.1/gimp-8bit.la 0755 root bin +f none /opt/csw/lib/babl-0.1/gegl-fixups.so 0755 root bin +s none /opt/csw/lib/libbabl-0.1.so=libbabl-0.1.so.0.101.1 +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/babl.pc 0644 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/babl-0.1 0755 root bin +d none /opt/csw/include/babl-0.1/babl 0755 root bin +f none /opt/csw/include/babl-0.1/babl/babl.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-macros.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-version.h 0644 root bin +f none /opt/csw/include/babl-0.1/babl/babl-types.h 0644 root bin +d none /opt/csw/share/doc/libbabl 0755 root bin +f none /opt/csw/share/doc/libbabl/COPYING=COPYING 0644 root bin +d none /opt/csw/lib/sparcv9 0755 root bin +s none /opt/csw/lib/sparcv9/libbabl-0.1.so.0=libbabl-0.1.so.0.101.1 +f none /opt/csw/lib/sparcv9/libbabl-0.1.so.0.101.1 0755 root bin +f none /opt/csw/lib/sparcv9/libbabl-0.1.la 0755 root bin +d none /opt/csw/lib/sparcv9/babl-0.1 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/naive-CMYK.so 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/sse-fixups.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/CIE.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/CIE.so 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/naive-CMYK.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/sse-fixups.so 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gimp-8bit.so 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gegl-fixups.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gggl-lies.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gggl.so 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gggl.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gggl-lies.so 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gimp-8bit.la 0755 root bin +f none /opt/csw/lib/sparcv9/babl-0.1/gegl-fixups.so 0755 root bin +s none /opt/csw/lib/sparcv9/libbabl-0.1.so=libbabl-0.1.so.0.101.1 +d none /opt/csw/lib/sparcv9/pkgconfig 0755 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/babl.pc 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 12 20:14:43 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 12 Jun 2010 18:14:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[10207] csw/mgar/pkg Message-ID: Revision: 10207 http://gar.svn.sourceforge.net/gar/?rev=10207&view=rev Author: theferret Date: 2010-06-12 18:14:43 +0000 (Sat, 12 Jun 2010) Log Message: ----------- libgegl: another gimp requirement Added Paths: ----------- csw/mgar/pkg/libgegl/ csw/mgar/pkg/libgegl/Makefile csw/mgar/pkg/libgegl/trunk/ csw/mgar/pkg/libgegl/trunk/Makefile csw/mgar/pkg/libgegl/trunk/README csw/mgar/pkg/libgegl/trunk/copyright csw/mgar/pkg/libgegl/trunk/depend csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf csw/mgar/pkg/libgegl/trunk/pkginfo csw/mgar/pkg/libgegl/trunk/prototype.i386 csw/mgar/pkg/libgegl/trunk/prototype.sparc Added: csw/mgar/pkg/libgegl/Makefile =================================================================== --- csw/mgar/pkg/libgegl/Makefile (rev 0) +++ csw/mgar/pkg/libgegl/Makefile 2010-06-12 18:14:43 UTC (rev 10207) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/libgegl/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/libgegl/trunk/Makefile =================================================================== --- csw/mgar/pkg/libgegl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libgegl/trunk/Makefile 2010-06-12 18:14:43 UTC (rev 10207) @@ -0,0 +1,227 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + + +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. + +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gegl-0.1.2.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= ftp://ftp.gimp.org/pub/gegl/0.1 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 -DNO_GLIB_BACKTRACE +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no \ + CPPFLAGS=-I/opt/csw/include --without-openexr --without-sdl + +# openexr uses exr-load.cpp, which is the only c++ file, and it breaks +# due to gegl-lookup.h use of gfloat[] +# Have to skip sdl, only until it is recompiled to not use CSW X11 libs + + +LIBDIR64_sparc:=/opt/csw/lib/sparcv9 +LIBDIR64_i386 :=/opt/csw/lib/amd64 + +CONFIGURE_64_$(ARCH) := --libdir=$(LIBDIR64_$(ARCH)) +CONFIGURE_64_EXTRAS := $(CONFIGURE_64_$(ARCH)) --without-librsvg + +LDFLAGS_64_$(ARCH) := -R$(LIBDIR64_$(ARCH)) -L$(LIBDIR64_$(ARCH)) + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done + +build/.$(ARCH)-32.done: $(ARCH)-32 + +build/.$(ARCH)-64.done: $(ARCH)-64 + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 + #define getpid() _getpid() + #endif +@@ -80,7 +81,7 @@ + /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack + * traces for leaked GeglBuffers using GNU C libs backtrace_symbols() + */ +-#ifndef G_OS_WIN32 ++#ifndef NO_GLIB_BACKTRACE 1 + #include + #endif + +@@ -876,8 +877,8 @@ + gegl_buffer_get_alloc_stack (void) + { + char *result = NULL; +-#ifdef G_OS_WIN32 +- result = g_strdup ("backtrack not available on win32\n"); ++#ifdef NO_GLIB_BACKTRACE ++ result = g_strdup ("backtrack not available in this executable\n"); + #else + void *functions[MAX_N_FUNCTIONS]; + int n_functions = 0; Added: csw/mgar/pkg/libgegl/trunk/pkginfo =================================================================== --- csw/mgar/pkg/libgegl/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/libgegl/trunk/pkginfo 2010-06-12 18:14:43 UTC (rev 10207) @@ -0,0 +1,8 @@ +PKG=CSWlibgegl +NAME=libgegl - generic graphics library required by GIMP +VERSION=0.1.2,REV=2010.06.12 +CATEGORY=system +VENDOR=http://www.gegl.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libgegl/trunk Added: csw/mgar/pkg/libgegl/trunk/prototype.i386 =================================================================== --- csw/mgar/pkg/libgegl/trunk/prototype.i386 (rev 0) +++ csw/mgar/pkg/libgegl/trunk/prototype.i386 2010-06-12 18:14:43 UTC (rev 10207) @@ -0,0 +1,412 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/gegl-0.1 0755 root bin +d none /opt/csw/include/gegl-0.1/operation 0755 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-temporal.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-sink.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-filter.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-source.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-composer3.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-area-filter.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-meta.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-composer3.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-render.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-composer.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-filter.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-composer.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-lookup.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-types.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-color.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-simd.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-version.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-buffer.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-paramspecs.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-utils.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-matrix.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-chant.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-curve.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-plugin.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-path.h 0644 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gtk-doc/html/gegl 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-meta.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-composer.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-filter.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/operations.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-point-render.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-sink.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-temporal.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-plugin.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-point-composer.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/api.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/brightness-contrast.c.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl.css 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-point-filter.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl.devhelp 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-source.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation.h.html 0755 root bin +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/gegl 0755 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/gegl-0.1 0755 root bin +f none /opt/csw/lib/gegl-0.1/pixbuf.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/snn-mean.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/opacity.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/over.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/stress.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/whitebalance.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-multiply.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/gamma.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/path.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/raw-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/layer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-save.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-over.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/save-pixbuf.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/divide.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-dodge.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-atop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/open-buffer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/stretch-contrast.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/multiply.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/screen.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/xor.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/affine.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/invert.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/rectangle.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/mblur.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/remap.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-temperature.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/overlay.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/grey.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/darken.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/value-invert.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-over.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/fractal-explorer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-sink.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-atop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-burn.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/checkerboard.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/clone.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/fractal-explorer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-sink.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-over.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-atop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-burn.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/checkerboard.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/clone.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/affine.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/invert.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/rectangle.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/mblur.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/screen.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/xor.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/overlay.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/grey.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/darken.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/value-invert.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/remap.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-temperature.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/save-pixbuf.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/layer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-save.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-over.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/stretch-contrast.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/open-buffer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/multiply.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/divide.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-dodge.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-atop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/whitebalance.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-multiply.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/pixbuf.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/snn-mean.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/opacity.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/stress.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/over.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/raw-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/gamma.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/path.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/text.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/exclusion.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/threshold.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-matrix.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-huerotate.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/gaussian-blur.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/lighten.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/add.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/plus.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/brightness-contrast.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/bilateral-filter.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference-of-gaussians.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/unsharp-mask.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/weighted-blend.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/clear.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/c2g.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/nop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-in.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/introspect.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/jpg-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dropshadow.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-luminancetoalpha.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/levels.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-save.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-saturate.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/soft-light.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-out.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-out.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/hard-light.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-in.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/subtract.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-source.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/mono-mixer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/noise.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/convert-format.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/contrast-curve.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/magick-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/write-buffer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/crop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/box-blur.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/magick-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/noise.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/convert-format.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/contrast-curve.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/box-blur.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/crop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/write-buffer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/levels.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-luminancetoalpha.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-in.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/introspect.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/jpg-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dropshadow.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-in.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/hard-light.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/subtract.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-source.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/mono-mixer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-save.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/soft-light.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-saturate.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-out.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-out.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/bilateral-filter.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference-of-gaussians.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/unsharp-mask.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/brightness-contrast.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/clear.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/c2g.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/nop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/weighted-blend.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-matrix.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/gaussian-blur.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-huerotate.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/lighten.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/text.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/exclusion.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/threshold.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/plus.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/add.so 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gegl.pc 0644 root bin +f none /opt/csw/lib/libgegl-0.1.so.0.101.1 0755 root bin +s none /opt/csw/lib/libgegl-0.1.so.0=libgegl-0.1.so.0.101.1 +s none /opt/csw/lib/libgegl-0.1.so=libgegl-0.1.so.0.101.1 +f none /opt/csw/lib/libgegl-0.1.la 0755 root bin + + + +d none /opt/csw/lib/amd64 0755 root bin +d none /opt/csw/lib/amd64/gegl-0.1 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/pixbuf.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/snn-mean.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/opacity.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/over.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/stress.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/whitebalance.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/gamma.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/path.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/raw-load.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/layer.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/png-load.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/ppm-save.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-over.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/save-pixbuf.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/divide.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color-dodge.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-atop.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/open-buffer.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/stretch-contrast.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/multiply.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/screen.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/xor.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/affine.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/invert.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/rectangle.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/mblur.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/remap.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color-temperature.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/overlay.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/grey.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/darken.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/value-invert.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-over.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/fractal-explorer.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/buffer-sink.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/difference.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-atop.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color-burn.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/checkerboard.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/clone.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/fractal-explorer.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/buffer-sink.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/difference.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-over.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-atop.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color-burn.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/checkerboard.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/clone.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/affine.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/invert.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/rectangle.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/mblur.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/screen.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/xor.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/overlay.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/grey.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/darken.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/value-invert.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/remap.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color-temperature.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/save-pixbuf.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/png-load.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/layer.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/ppm-save.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-over.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/stretch-contrast.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/open-buffer.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/multiply.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/divide.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color-dodge.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-atop.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/whitebalance.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/pixbuf.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/snn-mean.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/opacity.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/stress.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/over.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/raw-load.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/gamma.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/path.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/text.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/exclusion.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/threshold.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/gaussian-blur.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/lighten.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/add.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/plus.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/brightness-contrast.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/bilateral-filter.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/difference-of-gaussians.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/unsharp-mask.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/weighted-blend.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/clear.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/load.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/c2g.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/nop.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-in.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/introspect.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/jpg-load.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dropshadow.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/levels.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/ppm-load.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/png-save.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/soft-light.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-out.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-out.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/hard-light.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-in.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/subtract.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/buffer-source.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/mono-mixer.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/noise.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/convert-format.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/contrast-curve.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/magick-load.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/write-buffer.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/crop.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/box-blur.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/magick-load.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/noise.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/convert-format.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/contrast-curve.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/box-blur.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/color.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/crop.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/write-buffer.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/levels.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-in.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/introspect.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/jpg-load.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dropshadow.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-in.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/hard-light.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/subtract.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/buffer-source.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/mono-mixer.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/ppm-load.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/png-save.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/soft-light.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/src-out.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/dst-out.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/bilateral-filter.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/difference-of-gaussians.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/unsharp-mask.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/brightness-contrast.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/load.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/clear.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/c2g.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/nop.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/weighted-blend.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/gaussian-blur.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/lighten.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/text.la 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/exclusion.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/threshold.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/plus.so 0755 root bin +f none /opt/csw/lib/amd64/gegl-0.1/add.so 0755 root bin +d none /opt/csw/lib/amd64/pkgconfig 0755 root bin +f none /opt/csw/lib/amd64/pkgconfig/gegl.pc 0644 root bin +f none /opt/csw/lib/amd64/libgegl-0.1.so.0.101.1 0755 root bin +s none /opt/csw/lib/amd64/libgegl-0.1.so.0=libgegl-0.1.so.0.101.1 +s none /opt/csw/lib/amd64/libgegl-0.1.so=libgegl-0.1.so.0.101.1 +f none /opt/csw/lib/amd64/libgegl-0.1.la 0755 root bin Added: csw/mgar/pkg/libgegl/trunk/prototype.sparc =================================================================== --- csw/mgar/pkg/libgegl/trunk/prototype.sparc (rev 0) +++ csw/mgar/pkg/libgegl/trunk/prototype.sparc 2010-06-12 18:14:43 UTC (rev 10207) @@ -0,0 +1,412 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/gegl-0.1 0755 root bin +d none /opt/csw/include/gegl-0.1/operation 0755 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-temporal.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-sink.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-filter.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-source.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-composer3.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-area-filter.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-meta.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-composer3.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-render.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-composer.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-filter.h 0644 root bin +f none /opt/csw/include/gegl-0.1/operation/gegl-operation-point-composer.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-lookup.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-types.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-color.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-simd.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-version.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-buffer.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-paramspecs.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-utils.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-matrix.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-chant.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-curve.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-plugin.h 0644 root bin +f none /opt/csw/include/gegl-0.1/gegl-path.h 0644 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gtk-doc/html/gegl 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-meta.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-composer.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-filter.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/operations.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-point-render.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-sink.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-temporal.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-plugin.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-point-composer.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/api.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/brightness-contrast.c.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl.css 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-point-filter.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl.devhelp 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation-source.h.html 0755 root bin +f none /opt/csw/share/gtk-doc/html/gegl/gegl-operation.h.html 0755 root bin +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/gegl 0755 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/gegl-0.1 0755 root bin +f none /opt/csw/lib/gegl-0.1/pixbuf.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/snn-mean.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/opacity.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/over.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/stress.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/whitebalance.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-multiply.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/gamma.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/path.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/raw-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/layer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-save.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-over.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/save-pixbuf.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/divide.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-dodge.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-atop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/open-buffer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/stretch-contrast.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/multiply.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/screen.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/xor.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/affine.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/invert.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/rectangle.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/mblur.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/remap.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-temperature.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/overlay.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/grey.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/darken.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/value-invert.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-over.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/fractal-explorer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-sink.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-atop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-burn.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/checkerboard.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/clone.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/fractal-explorer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-sink.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-over.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-atop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-burn.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/checkerboard.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/clone.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/affine.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/invert.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/rectangle.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/mblur.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/screen.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/xor.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/overlay.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/grey.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/darken.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/value-invert.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/remap.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-temperature.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/save-pixbuf.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/layer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-save.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-over.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/stretch-contrast.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/open-buffer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/multiply.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/divide.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color-dodge.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-atop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/whitebalance.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-multiply.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/pixbuf.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/snn-mean.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/opacity.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/stress.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/over.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/raw-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/gamma.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/path.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/text.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/exclusion.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/threshold.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-matrix.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-huerotate.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/gaussian-blur.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/lighten.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/add.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/plus.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/brightness-contrast.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/bilateral-filter.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference-of-gaussians.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/unsharp-mask.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/weighted-blend.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/clear.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/c2g.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/nop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-in.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/introspect.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/jpg-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dropshadow.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-luminancetoalpha.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/levels.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-save.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-saturate.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/soft-light.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-out.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-out.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/hard-light.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-in.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/subtract.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-source.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/mono-mixer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/noise.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/convert-format.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/contrast-curve.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/magick-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/write-buffer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/crop.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/box-blur.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/color.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/magick-load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/noise.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/convert-format.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/contrast-curve.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/box-blur.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/color.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/crop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/write-buffer.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/levels.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-luminancetoalpha.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-in.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/introspect.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/jpg-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/dropshadow.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-in.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/hard-light.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/subtract.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/buffer-source.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/mono-mixer.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/ppm-load.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/png-save.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/soft-light.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-saturate.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/src-out.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/dst-out.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/bilateral-filter.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/difference-of-gaussians.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/unsharp-mask.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/brightness-contrast.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/load.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/clear.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/c2g.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/nop.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/weighted-blend.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-matrix.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/gaussian-blur.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/svg-huerotate.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/lighten.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/text.la 0755 root bin +f none /opt/csw/lib/gegl-0.1/exclusion.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/threshold.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/plus.so 0755 root bin +f none /opt/csw/lib/gegl-0.1/add.so 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gegl.pc 0644 root bin +f none /opt/csw/lib/libgegl-0.1.so.0.101.1 0755 root bin +s none /opt/csw/lib/libgegl-0.1.so.0=libgegl-0.1.so.0.101.1 +s none /opt/csw/lib/libgegl-0.1.so=libgegl-0.1.so.0.101.1 +f none /opt/csw/lib/libgegl-0.1.la 0755 root bin + + + +d none /opt/csw/lib/sparcv9 0755 root bin +d none /opt/csw/lib/sparcv9/gegl-0.1 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/pixbuf.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/snn-mean.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/opacity.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/over.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/stress.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/whitebalance.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/gamma.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/path.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/raw-load.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/layer.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/png-load.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/ppm-save.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-over.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/save-pixbuf.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/divide.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color-dodge.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-atop.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/open-buffer.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/stretch-contrast.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/multiply.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/screen.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/xor.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/affine.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/invert.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/rectangle.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/mblur.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/remap.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color-temperature.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/overlay.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/grey.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/darken.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/value-invert.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-over.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/fractal-explorer.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/buffer-sink.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/difference.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-atop.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color-burn.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/checkerboard.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/clone.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/fractal-explorer.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/buffer-sink.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/difference.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-over.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-atop.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color-burn.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/checkerboard.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/clone.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/affine.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/invert.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/rectangle.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/mblur.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/screen.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/xor.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/overlay.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/grey.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/darken.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/value-invert.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/remap.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color-temperature.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/save-pixbuf.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/png-load.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/layer.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/ppm-save.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-over.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/stretch-contrast.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/open-buffer.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/multiply.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/divide.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color-dodge.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-atop.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/whitebalance.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/pixbuf.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/snn-mean.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/opacity.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/stress.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/over.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/raw-load.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/gamma.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/path.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/text.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/exclusion.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/threshold.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/gaussian-blur.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/lighten.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/add.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/plus.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/brightness-contrast.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/bilateral-filter.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/difference-of-gaussians.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/unsharp-mask.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/weighted-blend.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/clear.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/load.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/c2g.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/nop.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-in.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/introspect.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/jpg-load.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dropshadow.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/levels.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/ppm-load.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/png-save.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/soft-light.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-out.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-out.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/hard-light.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-in.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/subtract.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/buffer-source.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/mono-mixer.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/noise.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/convert-format.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/contrast-curve.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/magick-load.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/write-buffer.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/crop.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/box-blur.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/magick-load.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/noise.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/convert-format.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/contrast-curve.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/box-blur.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/color.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/crop.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/write-buffer.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/levels.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-in.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/introspect.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/jpg-load.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dropshadow.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-in.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/hard-light.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/subtract.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/buffer-source.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/mono-mixer.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/ppm-load.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/png-save.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/soft-light.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/src-out.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/dst-out.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/bilateral-filter.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/difference-of-gaussians.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/unsharp-mask.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/brightness-contrast.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/load.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/clear.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/c2g.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/nop.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/weighted-blend.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/gaussian-blur.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/lighten.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/text.la 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/exclusion.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/threshold.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/plus.so 0755 root bin +f none /opt/csw/lib/sparcv9/gegl-0.1/add.so 0755 root bin +d none /opt/csw/lib/sparcv9/pkgconfig 0755 root bin +f none /opt/csw/lib/sparcv9/pkgconfig/gegl.pc 0644 root bin +f none /opt/csw/lib/sparcv9/libgegl-0.1.so.0.101.1 0755 root bin +s none /opt/csw/lib/sparcv9/libgegl-0.1.so.0=libgegl-0.1.so.0.101.1 +s none /opt/csw/lib/sparcv9/libgegl-0.1.so=libgegl-0.1.so.0.101.1 +f none /opt/csw/lib/sparcv9/libgegl-0.1.la 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Jun 12 20:36:09 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 12 Jun 2010 18:36:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[10208] csw/mgar/gar/v2/gar.lib.mk Message-ID: Revision: 10208 http://gar.svn.sourceforge.net/gar/?rev=10208&view=rev Author: bdwalton Date: 2010-06-12 18:36:09 +0000 (Sat, 12 Jun 2010) Log Message: ----------- gar/v2: support git commits for old {gz,bz,xz} compressed patch files too; noticed by Maciej Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2010-06-12 18:14:43 UTC (rev 10207) +++ csw/mgar/gar/v2/gar.lib.mk 2010-06-12 18:36:09 UTC (rev 10208) @@ -457,18 +457,24 @@ xz-patch-%: @echo " ==> Applying patch $(DOWNLOADDIR)/$*" @xz -dc $(DOWNLOADDIR)/$* | $(GARPATCH) + @( cd $(WORKSRC); git add -A; \ + git commit -am "old xz-style patch: $*"; ) @$(MAKECOOKIE) # apply bzipped patches bz-patch-%: @echo " ==> Applying patch $(DOWNLOADDIR)/$*" @bzip2 -dc $(DOWNLOADDIR)/$* | $(GARPATCH) + @( cd $(WORKSRC); git add -A; \ + git commit -am "old bz-style patch: $*"; ) @$(MAKECOOKIE) # apply gzipped patches gz-patch-%: @echo " ==> Applying patch $(DOWNLOADDIR)/$*" @gzip -dc $(DOWNLOADDIR)/$* | $(GARPATCH) + @( cd $(WORKSRC); git add -A; \ + git commit -am "old gz-style patch: $*"; ) @$(MAKECOOKIE) # apply normal patches (git format-patch output or old-style diff -r) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Jun 13 22:32:21 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 13 Jun 2010 20:32:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[10209] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10209 http://gar.svn.sourceforge.net/gar/?rev=10209&view=rev Author: rthurner Date: 2010-06-13 20:32:20 +0000 (Sun, 13 Jun 2010) Log Message: ----------- apr-util: check in first version Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-12 18:36:09 UTC (rev 10208) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-13 20:32:20 UTC (rev 10209) @@ -9,90 +9,19 @@ interface to underlying platform-specific implementations. endef -SPKG_DESC_CSWaprutil-devel = Apache Portable Runtime Utility development support - MASTER_SITES = http://apache.crihan.fr/dist/apr/ -MASTER_SITES += http://apache.webthing.com/database/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -#DISTFILES += apr_dbd_mysql.c -DISTFILES += $(call admfiles,CSWaprutil,depend prototype) -DISTFILES += $(call admfiles,CSWaprutil-devel,depend prototype) -DISTFILES += config.layout +LICENSE = LICENSE +RUNTIME_DEP_PKGS = CSWiconv + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# Force use of GNU iconv -PATCHFILES += iconv.diff +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config -# Trying to fix mysql support -#PATCHFILES += dbd-mysql.diff +BUILD64 = 1 +STRIP_LIBTOOL = 1 -# What version of bdb should we use? -BDB_VERSION = 43 - -# Allow use with bdb44 -ifeq ($(BDB_VERSION),44) -PATCHFILES += bdb44.diff -endif -DEPENDS += lib/bdb$(BDB_VERSION) - -DEPENDS += lib/apr -#DEPENDS += lib/expat -#DEPENDS += lib/iconv -#DEPENDS += server/mysql -#DEPENDS += server/pgsql -#DEPENDS += lib/openldap - -CONFIGURE_ARGS = --prefix=$(prefix) -CONFIGURE_ARGS += --enable-layout=csw -CONFIGURE_ARGS += --with-apr=$(bindir)/apr-config -CONFIGURE_ARGS += --with-ldap -CONFIGURE_ARGS += --with-dbm=db$(BDB_VERSION) -CONFIGURE_ARGS += --with-berkeley-db=$(prefix)/bdb$(BDB_VERSION) -CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql -#CONFIGURE_ARGS += --with-mysql=$(prefix)/mysql4 -CONFIGURE_ARGS += --with-sqlite2=no -CONFIGURE_ARGS += --with-expat=$(prefix) -CONFIGURE_ARGS += --with-iconv=$(prefix) - -# Extra libpath -EXTRA_LIB += $(prefix)/bdb$(BDB_VERSION)/lib -EXTRA_INC += $(prefix)/bdb$(BDB_VERSION)/include - -# Extra libpath for mysql -#EXTRA_LIB += $(prefix)/mysql$(MYSQL_VERSION)/lib/mysql -#EXTRA_INC += $(prefix)/mysql$(MYSQL_VERSION)/include/mysql - -# Tests verified: 1.2.2 -TEST_SCRIPTS = - include gar/category.mk - -# bdb requires -lnsl -LIBS += -lnsl -export LIBS - -#PRECONFIG_TARGETS = copy-layout copy-mysql-dbm autogen -PRECONFIG_TARGETS = copy-layout - -pre-configure: $(PRECONFIG_TARGETS) - $(DONADA) - @$(MAKECOOKIE) - -copy-layout: - @sed -e s,INSTALL_PREFIX,$(prefix),g \ - $(WORKDIR)/config.layout > $(WORKSRC)/config.layout - @$(MAKECOOKIE) - -copy-mysql-dbm: - @( cd $(WORKSRC) ; cp ../apr_dbd_mysql.c dbd ) - -autogen: - @( cd $(WORKSRC) ; autoconf ) - @$(MAKECOOKIE) - -post-install: - @( cd $(DESTDIR)$(bindir) ; ln -s apu-1-config apu-config ) - @$(MAKECOOKIE) - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Mon Jun 14 00:02:32 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sun, 13 Jun 2010 22:02:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10210] csw/mgar/pkg/sharutils/trunk Message-ID: Revision: 10210 http://gar.svn.sourceforge.net/gar/?rev=10210&view=rev Author: wahwah Date: 2010-06-13 22:02:32 +0000 (Sun, 13 Jun 2010) Log Message: ----------- sharutils: Fixes for 4.9, removing a patch that was applied upstream. Modified Paths: -------------- csw/mgar/pkg/sharutils/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/sharutils/trunk/files/sun-sed.patch Modified: csw/mgar/pkg/sharutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/sharutils/trunk/Makefile 2010-06-13 20:32:20 UTC (rev 10209) +++ csw/mgar/pkg/sharutils/trunk/Makefile 2010-06-13 22:02:32 UTC (rev 10210) @@ -5,7 +5,7 @@ GARNAME = sharutils GARVERSION = 4.9 CATEGORIES = utils -DESCRIPTION = makes so-called shell archives out of many files +DESCRIPTION = Makes so-called shell archives out of many files define BLURB endef SPKG_SOURCEURL = http://www.gnu.org/software/sharutils/ @@ -14,11 +14,14 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz TEST_TARGET = check CONFIGURE_ARGS = $(DIRPATHS) -PATCHFILES = sun-sed.patch BUILD64 = 1 # To make the test use gmd5sum MD5SUM = gmd5sum RUNTIME_DEP_PKGS_CSWsharutils += CSWggettextrt -BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWsharutils) CSWtextutils +BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWsharutils) CSWcoreutils export MD5SUM include gar/category.mk + +post-merge: + rm $(PKGROOT)$(libdir)/charset.alias + @$(MAKECOOKIE) Deleted: csw/mgar/pkg/sharutils/trunk/files/sun-sed.patch =================================================================== --- csw/mgar/pkg/sharutils/trunk/files/sun-sed.patch 2010-06-13 20:32:20 UTC (rev 10209) +++ csw/mgar/pkg/sharutils/trunk/files/sun-sed.patch 2010-06-13 22:02:32 UTC (rev 10210) @@ -1,11 +0,0 @@ ---- sharutils-4.6.3/tests/shar-3.orig 2010-02-25 14:08:59.744913513 +0100 -+++ sharutils-4.6.3/tests/shar-3 2010-02-25 14:09:36.584244695 +0100 -@@ -16,7 +16,7 @@ - - cd ${top_builddir} - find . -type f | \ -- sed s,^./,, | \ -+ sed 's,^./,,' | \ - ${shar} -q ${opts} - - cd ${testdir} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wbonnet at users.sourceforge.net Mon Jun 14 00:56:04 2010 From: wbonnet at users.sourceforge.net (wbonnet at users.sourceforge.net) Date: Sun, 13 Jun 2010 22:56:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[10211] csw/mgar/gar/v2/bin/mail2maintainer Message-ID: Revision: 10211 http://gar.svn.sourceforge.net/gar/?rev=10211&view=rev Author: wbonnet Date: 2010-06-13 22:56:03 +0000 (Sun, 13 Jun 2010) Log Message: ----------- Fix mail2maintainer in order to work with new website Modified Paths: -------------- csw/mgar/gar/v2/bin/mail2maintainer Modified: csw/mgar/gar/v2/bin/mail2maintainer =================================================================== --- csw/mgar/gar/v2/bin/mail2maintainer 2010-06-13 22:02:32 UTC (rev 10210) +++ csw/mgar/gar/v2/bin/mail2maintainer 2010-06-13 22:56:03 UTC (rev 10211) @@ -25,13 +25,13 @@ _PACKAGE="$1" # This has to be improved. Maintainer is retrieved from the web page. It will be replaced by a sql query - _MAINTAINER="`wget -q http://www.opencsw.org/packages.php/$_PACKAGE -O- | grep Maintainer | sed -e "s,.*/maintainers/\([^\'\\\"]*\).*,\1,g"`" + _MAINTAINER="`wget -q http://www.opencsw.org/packages/$_PACKAGE -O- | grep Maintainer | sed -e "s,.*/maintainers/\([^\'\\\"]*\).*,\1,g"`" # In case Maintainer string is empty, try to find the maintainer from a gspec file # It's a bit crappy, but it works in msot cases (but has to be replaced also) if [ "$_MAINTAINER" -eq "" ] ; then _PACKAGE="`grep bitname files/*.gspec | awk '{ print $3 }' | head -n 1`" - _MAINTAINER="`wget -q http://www.opencsw.org/packages.php/$_PACKAGE -O- | grep Maintainer | sed -e "s,.*/maintainers/\([^\'\\\"]*\).*,\1,g"`" + _MAINTAINER="`wget -q http://www.opencsw.org/packages/$_PACKAGE -O- | grep Maintainer | sed -e "s,.*/maintainers/\([^\'\\\"]*\).*,\1,g"`" fi echo "$_MAINTAINER" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Mon Jun 14 12:27:19 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Mon, 14 Jun 2010 10:27:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10212] csw/mgar/pkg/sharutils/trunk/Makefile Message-ID: Revision: 10212 http://gar.svn.sourceforge.net/gar/?rev=10212&view=rev Author: wahwah Date: 2010-06-14 10:27:18 +0000 (Mon, 14 Jun 2010) Log Message: ----------- sharutils: Added a comment about the unit test problem. Modified Paths: -------------- csw/mgar/pkg/sharutils/trunk/Makefile Modified: csw/mgar/pkg/sharutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/sharutils/trunk/Makefile 2010-06-13 22:56:03 UTC (rev 10211) +++ csw/mgar/pkg/sharutils/trunk/Makefile 2010-06-14 10:27:18 UTC (rev 10212) @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# There is a problem with the test suite, which is affected by the presence of +# .git directories in $(WORKSRC). A temporary workaround might be to use gar +# at r10011. + GARNAME = sharutils GARVERSION = 4.9 CATEGORIES = utils This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Mon Jun 14 15:37:37 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Mon, 14 Jun 2010 13:37:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10213] csw/mgar/pkg/gxmessage/trunk/Makefile Message-ID: Revision: 10213 http://gar.svn.sourceforge.net/gar/?rev=10213&view=rev Author: wahwah Date: 2010-06-14 13:37:37 +0000 (Mon, 14 Jun 2010) Log Message: ----------- gxmessage: Adding symlinks, for xmessage and gmessage support. Adding a dependency on CSWlibxext. Modified Paths: -------------- csw/mgar/pkg/gxmessage/trunk/Makefile Modified: csw/mgar/pkg/gxmessage/trunk/Makefile =================================================================== --- csw/mgar/pkg/gxmessage/trunk/Makefile 2010-06-14 10:27:18 UTC (rev 10212) +++ csw/mgar/pkg/gxmessage/trunk/Makefile 2010-06-14 13:37:37 UTC (rev 10213) @@ -22,8 +22,15 @@ RUNTIME_DEP_PKGS_CSWgxmessage += CSWgtk2 RUNTIME_DEP_PKGS_CSWgxmessage += CSWlibatk RUNTIME_DEP_PKGS_CSWgxmessage += CSWlibcairo +RUNTIME_DEP_PKGS_CSWgxmessage += CSWlibxext RUNTIME_DEP_PKGS_CSWgxmessage += CSWpango +EXTRA_LINKER_FLAGS = /usr/openwin/lib/libXext.so include gar/category.mk +post-install-modulated: + ln -s gxmessage $(DESTDIR)$(bindir)/gmessage + ln -s gxmessage $(DESTDIR)$(bindir)/xmessage + @$(MAKECOOKIE) + # Otherwise it keeps finding /usr/bin/xgettext and failing. PATH := /opt/csw/gnu:$(PATH) 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 Jun 14 17:15:07 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 14 Jun 2010 15:15:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10214] csw/mgar/pkg/fam/trunk Message-ID: Revision: 10214 http://gar.svn.sourceforge.net/gar/?rev=10214&view=rev Author: dmichelsen Date: 2010-06-14 15:15:06 +0000 (Mon, 14 Jun 2010) Log Message: ----------- fam: Add existing patches Modified Paths: -------------- csw/mgar/pkg/fam/trunk/Makefile csw/mgar/pkg/fam/trunk/checksums Added Paths: ----------- csw/mgar/pkg/fam/trunk/files/fam-oss-01.patch csw/mgar/pkg/fam/trunk/files/fam-oss-02.patch Modified: csw/mgar/pkg/fam/trunk/Makefile =================================================================== --- csw/mgar/pkg/fam/trunk/Makefile 2010-06-14 13:37:37 UTC (rev 10213) +++ csw/mgar/pkg/fam/trunk/Makefile 2010-06-14 15:15:06 UTC (rev 10214) @@ -14,6 +14,10 @@ MASTER_SITES = ftp://oss.sgi.com/projects/fam/download/stable/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +# Taken from http://pkgbuild.svn.sourceforge.net/viewvc/pkgbuild/spec-files-extra/trunk/patches/ +PATCHFILES = fam-oss-01.patch +PATCHFILES += fam-oss-02.patch + # 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/fam/trunk/checksums =================================================================== --- csw/mgar/pkg/fam/trunk/checksums 2010-06-14 13:37:37 UTC (rev 10213) +++ csw/mgar/pkg/fam/trunk/checksums 2010-06-14 15:15:06 UTC (rev 10214) @@ -1 +1,3 @@ 1bf3ae6c0c58d3201afc97c6a4834e39 fam-2.7.0.tar.gz +2126d989c423c9bd469ef36e1f84cbb8 fam-oss-01.patch +c96f6c5f57e0baaa3d1c44fd4c8628b9 fam-oss-02.patch Added: csw/mgar/pkg/fam/trunk/files/fam-oss-01.patch =================================================================== --- csw/mgar/pkg/fam/trunk/files/fam-oss-01.patch (rev 0) +++ csw/mgar/pkg/fam/trunk/files/fam-oss-01.patch 2010-06-14 15:15:06 UTC (rev 10214) @@ -0,0 +1,800 @@ +--- fam-2.6.10/include/BTree.h.orig 2006-03-13 09:32:01.000000000 +0530 ++++ fam-2.6.10/include/BTree.h 2006-03-13 09:32:40.000000000 +0530 +@@ -236,7 +236,7 @@ + // to the right and returns them. + + template +-BTree::Closure ++struct BTree::Closure + BTree::Node::remove(unsigned j) + { + Key k = key[j]; +@@ -348,7 +348,7 @@ + } + + template +-BTree::Closure ++struct BTree::Closure + BTree::Node::next(const Key& pred) const + { + if (!this) +@@ -404,7 +404,7 @@ + // nodes as necessary on the way back. + + template +-BTree::Closure ++struct BTree::Closure + BTree::insert(Node *p, const Key& key, const Value& value) + { + if (!p) return Closure(key, value, NULL); +@@ -499,7 +499,7 @@ + // Returns UNDER if node p is too small afterward, OK otherwise. + + template +-BTree::Status ++struct BTree::Status + BTree::underflow(Node *p, unsigned i) + { + assert(p); +@@ -557,7 +557,7 @@ + + + template +-BTree::Closure ++struct BTree::Closure + BTree::remove_rightmost(Node *p) + { + int i = p->n; +@@ -587,7 +587,7 @@ + // back up. + + template +-BTree::Status ++struct BTree::Status + BTree::remove(Node *p, const Key& key) + { + if (!p) +--- fam-2.6.10/include/fam.h.orig 2006-03-13 09:36:21.000000000 +0530 ++++ fam-2.6.10/include/fam.h 2006-03-13 11:30:53.000000000 +0530 +@@ -308,6 +308,11 @@ + + int FAMDebugLevel(FAMConnection *fc, int debugLevel); + ++#if defined(__sun) || defined(__sun__) ++#include ++typedef uint32_t u_int32_t; ++#endif ++ + #ifdef __cplusplus + } + #endif +--- fam-2.6.10/fam/ClientConnection.c++.orig 2006-03-13 11:13:44.000000000 +0530 ++++ fam-2.6.10/fam/ClientConnection.c++ 2006-03-13 11:14:04.000000000 +0530 +@@ -57,7 +57,7 @@ + } + + void +-ClientConnection::send_sockaddr_un(const sockaddr_un &sun) ++ClientConnection::send_sockaddr_un(const sockaddr_un &sun1) + { +- mprintf("%s", sun.sun_path); ++ mprintf("%s", sun1.sun_path); + } +--- fam-2.6.10/fam/ServerHost.h.orig 2006-03-13 13:59:35.000000000 +0530 ++++ fam-2.6.10/fam/ServerHost.h 2006-03-13 14:00:57.000000000 +0530 +@@ -23,6 +23,11 @@ + #ifndef ServerHost_included + #define ServerHost_included + ++#include "config.h" ++#if defined(__sun) || defined(__sun__) ++#include ++#endif ++ + #include + #include "Boolean.h" + #include "ClientInterest.h" +@@ -101,7 +106,11 @@ + private: + + Request myrequest; ++#if defined(__sun) || defined(__sun__) ++ char mypath[FILENAME_MAX]; ++#else + char mypath[NAME_MAX]; ++#endif + + }; + +--- fam-2.6.10/fam/NetConnection.h.orig 2006-03-13 11:15:25.000000000 +0530 ++++ fam-2.6.10/fam/NetConnection.h 2006-03-13 11:16:09.000000000 +0530 +@@ -27,6 +27,10 @@ + #include "Boolean.h" + #include + ++#if defined(__sun) || defined(__sun__) ++typedef uint32_t u_int32_t; ++#endif ++ + // NetConnection is an abstract base class that implements an event + // driven, flow controlled reliable datagram connection over an + // already open stream socket. +--- fam-2.6.10/fam/LocalClient.h.orig 2006-03-13 13:49:51.000000000 +0530 ++++ fam-2.6.10/fam/LocalClient.h 2006-03-13 13:50:08.000000000 +0530 +@@ -38,7 +38,7 @@ + + private: + +- struct sockaddr_un sun; ++ struct sockaddr_un sun1; + + }; + +--- fam-2.6.10/fam/DirectoryScanner.h.orig 2006-03-13 11:23:13.000000000 +0530 ++++ fam-2.6.10/fam/DirectoryScanner.h 2006-03-13 11:28:59.000000000 +0530 +@@ -27,7 +27,12 @@ + + #include + #include ++#if defined(__sun) || defined(__sun__) ++#include ++#define direct dirent ++#else + #include ++#endif + + #include "Event.h" + +--- fam-2.6.10/fam/TCP_Client.h.orig 2006-03-13 14:01:27.000000000 +0530 ++++ fam-2.6.10/fam/TCP_Client.h 2006-03-13 14:01:53.000000000 +0530 +@@ -53,7 +53,7 @@ + virtual void enqueue_scanner(Scanner *); + virtual void suggest_insecure_compat(const char *path); + +- void send_sockaddr_un(sockaddr_un &sun) { conn.send_sockaddr_un(sun); } ++ void send_sockaddr_un(sockaddr_un &sun1) { conn.send_sockaddr_un(sun1); } + + protected: + Cred cred; // if !is_valid, we believe the uid/gid in each client request. +--- fam-2.6.10/fam/SmallTable.h.orig 2006-03-13 11:18:02.000000000 +0530 ++++ fam-2.6.10/fam/SmallTable.h 2006-03-13 11:17:43.000000000 +0530 +@@ -98,7 +98,7 @@ + } + + template +-SmallTable::Closure ++struct SmallTable::Closure + SmallTable::position(const Tkey& key) const + { + unsigned l = 0, r = n; +--- fam-2.6.10/fam/Directory.c++.orig 2006-03-13 11:22:11.000000000 +0530 ++++ fam-2.6.10/fam/Directory.c++ 2006-03-13 11:28:29.000000000 +0530 +@@ -21,12 +21,16 @@ + // Temple Place - Suite 330, Boston MA 02111-1307, USA. + + #include "Directory.h" +- + #include + #include + #include + #include ++#if defined(__sun) || defined(__sun__) ++#include ++#define direct dirent ++#else + #include ++#endif + #include + #include + #include +--- fam-2.6.10/fam/FileSystem.h.orig 2006-03-13 12:15:17.000000000 +0530 ++++ fam-2.6.10/fam/FileSystem.h 2006-03-13 13:14:31.000000000 +0530 +@@ -27,7 +27,14 @@ + #include "Request.h" + #include "Set.h" + ++#if defined(__sun) || defined(__sun__) ++struct mnttab; ++#define mntent mnttab ++ ++#else + struct mntent; ++#endif ++ + struct stat; + + // FileSystem is the abstract base class for a per-filesystem object. +--- fam-2.6.10/fam/FileSystem.c++.orig 2006-03-13 09:13:19.000000000 +0530 ++++ fam-2.6.10/fam/FileSystem.c++ 2006-03-13 13:13:31.000000000 +0530 +@@ -22,7 +22,18 @@ + + #include "FileSystem.h" + +-#include ++#if defined(__sun) || defined(__sun__) ++#include ++#include ++#include ++#define mnt_dir mnt_mountp ++#define mnt_fsname mnt_special ++#include ++ ++#else ++#include ++#endif ++ + #include + + #include "Event.h" +--- fam-2.6.10/fam/NetConnection.c++.orig 2006-03-13 13:54:29.000000000 +0530 ++++ fam-2.6.10/fam/NetConnection.c++ 2006-03-13 13:55:05.000000000 +0530 +@@ -33,6 +33,10 @@ + #include + #include + ++#if defined(__sun) || defined(__sun__) ++#include ++#endif ++ + #include "Log.h" + #include "Scheduler.h" + +--- fam-2.6.10/fam/ClientConnection.h.orig 2006-03-13 11:13:27.000000000 +0530 ++++ fam-2.6.10/fam/ClientConnection.h 2006-03-13 11:13:32.000000000 +0530 +@@ -49,7 +49,7 @@ + ClientConnection(int fd, InputHandler, UnblockHandler, void *closure); + + void send_event(const Event&, Request, const char *name); +- void send_sockaddr_un(const sockaddr_un &sun); ++ void send_sockaddr_un(const sockaddr_un &sun1); + + protected: + +--- fam-2.6.10/fam/Scheduler.h.orig 2006-03-13 13:58:16.000000000 +0530 ++++ fam-2.6.10/fam/Scheduler.h 2006-03-13 13:59:25.000000000 +0530 +@@ -23,6 +23,11 @@ + #ifndef Scheduler_included + #define Scheduler_included + ++#include "config.h" ++#if defined(__sun) || defined(__sun__) ++#include ++#endif ++ + #include + #include + +--- fam-2.6.10/fam/Log.c++.orig 2006-03-13 13:50:24.000000000 +0530 ++++ fam-2.6.10/fam/Log.c++ 2006-03-13 13:52:08.000000000 +0530 +@@ -264,6 +264,8 @@ + // New back end for assert() will log to syslog, put core file + // in known directory. + ++// I'm taking this out on Solaris ... -- cK ++#if !defined(__sun) && !defined(__sun__) + void __assert(const char *msg, const char *file, int line) + { + char *dirname = new char[strlen(Log::getName()) + 20]; +@@ -283,6 +285,7 @@ + delete[] dirname; + abort(); + } ++#endif + + #endif /* !NDEBUG */ + +--- fam-2.6.10/fam/RPC_TCP_Connector.c++.orig 2006-03-13 13:55:29.000000000 +0530 ++++ fam-2.6.10/fam/RPC_TCP_Connector.c++ 2006-03-13 15:45:21.000000000 +0530 +@@ -22,6 +22,10 @@ + + #include "RPC_TCP_Connector.h" + ++#ifdef __cplusplus ++extern "C" { ++#endif ++ + #include + #include + #include +@@ -31,6 +35,15 @@ + #include + #include // for rresvport + ++#if defined(__sun) || defined(__sun__) ++#include ++#include ++#endif ++ ++#ifdef __cplusplus ++} ++#endif ++ + #include "Log.h" + #include "Scheduler.h" + #include "Cred.h" // for Cred::SuperUser +@@ -101,7 +114,11 @@ + deactivate(); + return; + } ++#if defined(__sun) || defined(__sun__) ++ rc = connect(fd, (sockaddr *)&address, sizeof address); ++#else + rc = connect(fd, (const sockaddr *)&address, sizeof address); ++#endif + if (rc == 0) + { sockfd = fd; + write_handler(fd, this); +@@ -123,7 +140,11 @@ + (void) Scheduler::remove_write_handler(fd); + RPC_TCP_Connector *conn = (RPC_TCP_Connector *) closure; + assert(fd == conn->sockfd); ++#if defined(__sun) || defined(__sun__) ++ int rc = connect(fd, (sockaddr *)(&conn->address), sizeof conn->address); ++#else + int rc = connect(fd, (const sockaddr *)(&conn->address), sizeof conn->address); ++#endif + if (rc < 0 && errno != EISCONN) + { + Log::perror("connect"); +--- fam-2.6.10/fam/FileSystemTable.h.orig 2006-03-13 13:43:07.000000000 +0530 ++++ fam-2.6.10/fam/FileSystemTable.h 2006-03-13 13:44:19.000000000 +0530 +@@ -27,6 +27,10 @@ + #include "SmallTable.h" + #include "StringTable.h" + ++#if defined(__sun) || defined(__sun__) ++#define MOUNTED MNTTAB ++#endif ++ + class Cred; + class Event; + class FileSystem; +--- fam-2.6.10/fam/Listener.c++.orig 2006-03-13 13:44:57.000000000 +0530 ++++ fam-2.6.10/fam/Listener.c++ 2006-03-13 13:48:23.000000000 +0530 +@@ -37,6 +37,10 @@ + #include + #include + ++#if defined(__sun) || defined(__sun__) ++#include ++#endif ++ + #include + + #include "Log.h" +@@ -54,7 +58,7 @@ + NegotiatingClient(int fd, uid_t u, struct sockaddr_un *s); + int sock; + uid_t uid; +- struct sockaddr_un sun; ++ struct sockaddr_un sun1; + }; + + BTree negotiating_clients; +@@ -207,18 +211,18 @@ + + char *tmpfile = tempnam("/tmp", ".fam"); + #if defined(__FreeBSD__) +- sockaddr_un sun = { sizeof(sockaddr_un), AF_UNIX, "" }; ++ sockaddr_un sun1 = { sizeof(sockaddr_un), AF_UNIX, "" }; + #else +- sockaddr_un sun = { AF_UNIX, "" }; ++ sockaddr_un sun1 = { AF_UNIX, "" }; + #endif +- if(strlen(tmpfile) >= (sizeof(sun.sun_path) - 1)) ++ if(strlen(tmpfile) >= (sizeof(sun1.sun_path) - 1)) + { + Log::error("tmpnam() too long for sun_path (%d >= %d)!", +- strlen(tmpfile), sizeof(sun.sun_path) - 1); ++ strlen(tmpfile), sizeof(sun1.sun_path) - 1); + free(tmpfile); + return; + } +- strcpy(sun.sun_path, tmpfile); ++ strcpy(sun1.sun_path, tmpfile); + free(tmpfile); + + Cred::SuperUser.become_user(); +@@ -229,22 +233,22 @@ + } + + Log::debug("client %s said uid %d; creating %s", +- inet_client.name(), uid, sun.sun_path); ++ inet_client.name(), uid, sun1.sun_path); + +- unlink(sun.sun_path); +- if (bind(client_sock, (sockaddr *) &sun, sizeof sun) != 0) ++ unlink(sun1.sun_path); ++ if (bind(client_sock, (sockaddr *) &sun1, sizeof sun1) != 0) + { Log::perror("localclient bind"); + close(client_sock); + return; + } + +- if (chmod(sun.sun_path, 0600) != 0) ++ if (chmod(sun1.sun_path, 0600) != 0) + { Log::perror("localclient chmod"); + close(client_sock); + return; + } + +- if (chown(sun.sun_path, uid, (gid_t)-1) != 0) ++ if (chown(sun1.sun_path, uid, (gid_t)-1) != 0) + { Log::perror("localclient chown"); + close(client_sock); + return; +@@ -252,7 +256,7 @@ + + // Since we're going to start listening on this socket, set a task + // to clean it up if we don't receive a connection within 60 seconds. +- NegotiatingClient *nc = new NegotiatingClient(client_sock, uid, &sun); ++ NegotiatingClient *nc = new NegotiatingClient(client_sock, uid, &sun1); + negotiating_clients.insert(client_sock, nc); + timeval nto; + gettimeofday(&nto, NULL); +@@ -267,9 +271,9 @@ + + Scheduler::install_read_handler(client_sock, accept_localclient, NULL); + Log::debug("listening for requests for uid %d on descriptor %d (%s)", +- uid, client_sock, sun.sun_path); ++ uid, client_sock, sun1.sun_path); + +- inet_client.send_sockaddr_un(sun); ++ inet_client.send_sockaddr_un(sun1); + } + + void +@@ -281,12 +285,12 @@ + // Get the new socket. + + #if defined(__FreeBSD__) +- struct sockaddr_un sun = { sizeof(sockaddr_un), AF_UNIX, "" }; ++ struct sockaddr_un sun1 = { sizeof(sockaddr_un), AF_UNIX, "" }; + #else +- struct sockaddr_un sun = { AF_UNIX, "" }; ++ struct sockaddr_un sun1 = { AF_UNIX, "" }; + #endif +- CONFIG_SOCKLEN_T sunlen = sizeof(sun); +- int client_fd = accept(ofd, (struct sockaddr *) &sun, &sunlen); ++ CONFIG_SOCKLEN_T sunlen = sizeof(sun1); ++ int client_fd = accept(ofd, (struct sockaddr *) &sun1, &sunlen); + if (client_fd < 0) + { + Log::perror("failed to accept new client"); +@@ -297,9 +301,9 @@ + Scheduler::remove_onetime_task(cleanup_negotiation, nc); + + Log::debug("client fd %d is local/trusted (socket %s, uid %d).", +- client_fd, nc->sun.sun_path, nc->uid); ++ client_fd, nc->sun1.sun_path, nc->uid); + Cred cred(nc->uid, client_fd); +- new LocalClient(client_fd, &(nc->sun), cred); ++ new LocalClient(client_fd, &(nc->sun1), cred); + // We don't need a reference to this object. The constructor + // takes care of registering it with the Scheduler. + +@@ -349,7 +353,7 @@ + #if defined(__FreeBSD__) + static sockaddr_un sun = { sizeof (sockaddr_un), AF_UNIX, "/tmp/.fam_socket" }; + #else +- static sockaddr_un sun = { AF_UNIX, "/tmp/.fam_socket" }; ++ static sockaddr_un sun1 = { AF_UNIX, "/tmp/.fam_socket" }; + #endif + + int sock = socket(PF_UNIX, SOCK_STREAM, 0); +@@ -359,10 +363,10 @@ + } + + struct stat sb; +- if (lstat(sun.sun_path, &sb) == 0 && ++ if (lstat(sun1.sun_path, &sb) == 0 && + sb.st_uid == 0 && S_ISSOCK(sb.st_mode)) + { +- if (connect(sock, (sockaddr *) &sun, sizeof sun) == 0) ++ if (connect(sock, (sockaddr *) &sun1, sizeof sun1) == 0) + { + // Another fam is listening to /tmp/.fam_socket. + // Pass our rendezvous fd to the other fam and +@@ -387,13 +391,13 @@ + // We were unable to connect to another fam. + // We'll create our own dirty ugly hack socket and accept connections. + +- (void) unlink(sun.sun_path); +- if (bind(sock, (sockaddr *) &sun, sizeof sun) != 0) ++ (void) unlink(sun1.sun_path); ++ if (bind(sock, (sockaddr *) &sun1, sizeof sun1) != 0) + { Log::perror("bind"); + exit(1); + } + +- if (chmod(sun.sun_path, 0700) != 0) ++ if (chmod(sun1.sun_path, 0700) != 0) + { Log::perror("chmod"); + exit(1); + } +@@ -416,9 +420,9 @@ + + // Accept a new ugly connection. + +- struct sockaddr_un sun; +- CONFIG_SOCKLEN_T sunlen = sizeof sun; +- int sock = accept(ugly, (struct sockaddr *)(&sun), &sunlen); ++ struct sockaddr_un sun1; ++ CONFIG_SOCKLEN_T sunlen = sizeof sun1; ++ int sock = accept(ugly, (struct sockaddr *)(&sun1), &sunlen); + if (sock < 0) + { Log::perror("accept"); + return; +@@ -462,8 +466,8 @@ + NegotiatingClient::NegotiatingClient(int fd, uid_t u, struct sockaddr_un *sunp) + : sock(fd), uid(u) + { +- sun.sun_family = AF_UNIX; +- strcpy(sun.sun_path, sunp->sun_path); ++ sun1.sun_family = AF_UNIX; ++ strcpy(sun1.sun_path, sunp->sun_path); + } + + static void +@@ -485,7 +489,7 @@ + uid_t preveuid = geteuid(); + if (preveuid) seteuid(0); + seteuid(nc->uid); +- unlink(nc->sun.sun_path); ++ unlink(nc->sun1.sun_path); + if (nc->uid) seteuid(0); + seteuid(preveuid); + +--- fam-2.6.10/fam/LocalClient.c++.orig 2006-03-13 13:49:04.000000000 +0530 ++++ fam-2.6.10/fam/LocalClient.c++ 2006-03-13 13:49:37.000000000 +0530 +@@ -33,13 +33,13 @@ + : TCP_Client(LOCALHOST(), fd, cred) + { + assert(cred.is_valid()); +- sun.sun_family = AF_UNIX; +- strncpy(sun.sun_path, addr->sun_path, sizeof(sun.sun_path)); +- sun.sun_path[sizeof(sun.sun_path) - 1] = '\0'; ++ sun1.sun_family = AF_UNIX; ++ strncpy(sun1.sun_path, addr->sun_path, sizeof(sun1.sun_path)); ++ sun1.sun_path[sizeof(sun1.sun_path) - 1] = '\0'; + } + + LocalClient::~LocalClient() + { + if (geteuid() != cred.uid()) cred.become_user(); +- unlink(sun.sun_path); ++ unlink(sun1.sun_path); + } +--- fam-2.6.10/fam/FileSystemTable.c++.orig 2006-03-13 09:13:26.000000000 +0530 ++++ fam-2.6.10/fam/FileSystemTable.c++ 2006-03-13 18:05:59.000000000 +0530 +@@ -23,7 +23,17 @@ + #include + #include "FileSystemTable.h" + +-#include ++#if defined(__sun) || defined(__sun__) ++#include ++#include ++#include ++#define mnt_dir mnt_mountp ++#define mnt_fsname mnt_special ++#define mnt_type mnt_fstype ++#else ++#include ++#endif ++ + #include + #include + +@@ -106,7 +116,11 @@ + + // Read /etc/mtab. + Cred::SuperUser.become_user(); ++#if defined(__sun) || defined(__sun__) ++ FILE *mtab = fopen(mtab_name, "r"); ++#else + FILE *mtab = setmntent(mtab_name, "r"); ++#endif + if(mtab == NULL) + { + Log::error("couldn't open %s for reading", mtab_name); +@@ -114,8 +128,16 @@ + return; + } + root = NULL; ++ ++#if defined(__sun) || defined(__sun__) ++ struct mnttab mmp; ++ struct mnttab *mp = &mmp; ++ for ( ; (getmntent(mtab, mp) == 0); ) ++ { ++#else + for (mntent *mp; ((mp = getmntent(mtab)) != NULL); ) + { ++#endif + FileSystem *fs = fs_by_name ? fs_by_name->find(mp->mnt_dir) : NULL; + if (fs && fs->matches(*mp)) + { +@@ -172,7 +194,11 @@ + if (!strcmp(mp->mnt_dir, "/")) + root = fs; + } ++#if defined(__sun) || defined(__sun__) ++ fclose(mtab); ++#else + endmntent(mtab); ++#endif + + if(root == NULL) + { +--- fam-2.6.10/fam/NFSFileSystem.c++.orig 2006-03-13 09:13:34.000000000 +0530 ++++ fam-2.6.10/fam/NFSFileSystem.c++ 2006-03-13 14:16:45.000000000 +0530 +@@ -24,7 +24,16 @@ + #include "NFSFileSystem.h" + + #include ++#if defined(__sun) || defined(__sun__) ++#include ++#include ++#include ++#define mnt_fsname mnt_special ++#define mnt_opts mnt_mntopts ++#else + #include ++#endif ++ + #include + #include + #include +@@ -45,6 +54,9 @@ + : FileSystem(mnt) + { + // Extract the host name from the fs name. ++#if defined(__sun) || defined(__sun__) ++ long __name_max_ = sysconf(_SC_HOST_NAME_MAX); ++#endif + + const char *fsname = mnt.mnt_fsname; + const char *colon = strchr(fsname, ':'); +@@ -55,13 +67,27 @@ + assert(colon); + colon = fsname; + } ++ ++#if defined(__sun) || defined(__sun__) ++ char hostname[__name_max_ + 1]; ++#else + char hostname[NAME_MAX + 1]; ++#endif + int hostnamelen = colon - fsname; ++ ++#if defined(__sun) || defined(__sun__) ++ if(hostnamelen > __name_max_) ++ { ++ assert(hostnamelen <= __name_max_); ++ hostnamelen = __name_max_; ++ } ++#else + if(hostnamelen > NAME_MAX) + { + assert(hostnamelen <= NAME_MAX); + hostnamelen = NAME_MAX; + } ++#endif + strncpy(hostname, fsname, hostnamelen); + hostname[hostnamelen] = '\0'; + +--- fam-2.6.10/libfam/Client.c++.orig 2006-03-13 11:11:23.000000000 +0530 ++++ fam-2.6.10/libfam/Client.c++ 2006-03-13 11:12:23.000000000 +0530 +@@ -129,13 +129,13 @@ + return; + } + +- struct sockaddr_un sun; +- memset(&sun, 0, sizeof sun); +- sun.sun_family = AF_UNIX; ++ struct sockaddr_un sun1; ++ memset(&sun1, 0, sizeof sun1); ++ sun1.sun_family = AF_UNIX; + + // We will block here, waiting for response from fam. + unsigned int nread = 0; +- char inbuf[sizeof(sun.sun_path)]; ++ char inbuf[sizeof(sun1.sun_path)]; + while(nread < sizeof(u_int32_t)) + { + int rv = read(insock, inbuf + nread, sizeof(u_int32_t) - nread); +@@ -150,7 +150,7 @@ + u_int32_t mlen; + memcpy(&mlen, inbuf, sizeof(mlen)); + mlen = ntohl(mlen); +- if (mlen >= sizeof(sun.sun_path)) ++ if (mlen >= sizeof(sun1.sun_path)) + { + close(insock); + sock = -8; +@@ -169,8 +169,8 @@ + } + nread += rv; + } +- strncpy(sun.sun_path, inbuf, mlen); +- sun.sun_path[mlen] = '\0'; ++ strncpy(sun1.sun_path, inbuf, mlen); ++ sun1.sun_path[mlen] = '\0'; + + // When we connected to the inet socket and told fam our UID, fam + // created a new UNIX domain socket and sent its name to us. Now +@@ -182,7 +182,7 @@ + sock = -10; + return; + } +- if (connect(sock, (const struct sockaddr *)&sun, sizeof(sun)) < 0) ++ if (connect(sock, (const struct sockaddr *)&sun1, sizeof(sun1)) < 0) + { + close(sock); + close(insock); +--- fam-2.6.10/libfam/fam.c++.orig 2006-03-13 09:33:42.000000000 +0530 ++++ fam-2.6.10/libfam/fam.c++ 2006-03-13 09:37:19.000000000 +0530 +@@ -22,6 +22,9 @@ + + #include + #include ++#if defined(__sun) || defined(__sun__) ++#include ++#endif + #include + #include + #include +--- fam-2.6.10/test/test.c++.orig 2006-03-13 14:04:55.000000000 +0530 ++++ fam-2.6.10/test/test.c++ 2006-03-13 14:05:36.000000000 +0530 +@@ -10,6 +10,12 @@ + //#include + #include "fam.h" + //#include "Boolean.h" ++ ++#include "config.h" ++#if defined(__sun) || defined(__sun__) ++#include ++#endif ++ + /* + + FILE test.c - simple fam test program +--- fam-2.6.10/configure.orig 2006-03-13 09:10:44.000000000 +0530 ++++ fam-2.6.10/configure 2006-03-13 09:11:42.000000000 +0530 +@@ -9800,7 +9800,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + int + main () + { +@@ -9849,7 +9849,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + int + main () + { +@@ -9899,7 +9899,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + int + main () + { +@@ -9949,7 +9949,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + int + main () + { Added: csw/mgar/pkg/fam/trunk/files/fam-oss-02.patch =================================================================== --- csw/mgar/pkg/fam/trunk/files/fam-oss-02.patch (rev 0) +++ csw/mgar/pkg/fam/trunk/files/fam-oss-02.patch 2010-06-14 15:15:06 UTC (rev 10214) @@ -0,0 +1,20 @@ +--- fam-2.6.10/Makefile.orig 2006-03-13 15:47:02.000000000 +0530 ++++ fam-2.6.10/Makefile 2006-03-13 15:47:04.000000000 +0530 +@@ -480,7 +480,7 @@ + "# fam, the File Alteration Monitor, http://oss.sgi.com/projects/fam/" \ + "sgi_fam/1-2 stream rpc/tcp wait root $(DESTDIR)$(bindir)/fam fam" + @echo "Restarting inetd..." +- - at killall -HUP inetd ++ - at kill -HUP inetd + + # We don't remove $(libdir) from ld.so.conf here because we don't have + # a way to tell whether we're the ones who added it, and other things +@@ -489,7 +489,7 @@ + -@$(EDITCONF) rpc remove 391002 + -@$(EDITCONF) inetd.conf remove '\b(fam|FAM)\b' + @echo "Restarting inetd..." +- - at killall -HUP inetd ++ - at kill -HUP inetd + # 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 dmichelsen at users.sourceforge.net Mon Jun 14 18:36:09 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 14 Jun 2010 16:36:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[10215] csw/mgar/pkg/yaz/trunk/Makefile Message-ID: Revision: 10215 http://gar.svn.sourceforge.net/gar/?rev=10215&view=rev Author: dmichelsen Date: 2010-06-14 16:36:09 +0000 (Mon, 14 Jun 2010) Log Message: ----------- yaz: Add 64 bit Modified Paths: -------------- csw/mgar/pkg/yaz/trunk/Makefile Modified: csw/mgar/pkg/yaz/trunk/Makefile =================================================================== --- csw/mgar/pkg/yaz/trunk/Makefile 2010-06-14 15:15:06 UTC (rev 10214) +++ csw/mgar/pkg/yaz/trunk/Makefile 2010-06-14 16:36:09 UTC (rev 10215) @@ -25,6 +25,11 @@ RUNTIME_DEP_PKGS_CSWyaz += CSWlibxml2 RUNTIME_DEP_PKGS_CSWyaz += CSWzlib +BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) +NOISAEXEC = 1 +MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only +MERGE_DIRS_isa-extra = $(libdir) + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 15 05:19:23 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 15 Jun 2010 03:19:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[10216] csw/mgar/pkg/fam Message-ID: Revision: 10216 http://gar.svn.sourceforge.net/gar/?rev=10216&view=rev Author: theferret Date: 2010-06-15 03:19:23 +0000 (Tue, 15 Jun 2010) Log Message: ----------- fam: made a stub branch to pull in gamin instead Added Paths: ----------- csw/mgar/pkg/fam/stub/ csw/mgar/pkg/fam/stub/Makefile csw/mgar/pkg/fam/stub/copyright csw/mgar/pkg/fam/stub/depend csw/mgar/pkg/fam/stub/pkginfo csw/mgar/pkg/fam/stub/prototype Added: csw/mgar/pkg/fam/stub/Makefile =================================================================== --- csw/mgar/pkg/fam/stub/Makefile (rev 0) +++ csw/mgar/pkg/fam/stub/Makefile 2010-06-15 03:19:23 UTC (rev 10216) @@ -0,0 +1,21 @@ +#This Makefile originally generated from a template under +# pkg/TEMPLATES/createpkg + +#Uncomment one of these definitions. The -b invokation, +# is suitable for use with small packages, where you want to have a few files +# in your top level src directory. It is also suitable for +# "relocateable" packages. see the createpkg docs for more details. +CREATEPKG=createpkg -b `pwd` +#CREATEPKG=createpkg -r . +#CREATEPKG=createpkg -r `pwd`/cswstage + +package: $(STDFILE) $(FILES) + $(CREATEPKG) + touch package + +clean: + rm -f *.pkg.gz package + +STDFILES=pkginfo prototype + + Added: csw/mgar/pkg/fam/stub/copyright =================================================================== --- csw/mgar/pkg/fam/stub/copyright (rev 0) +++ csw/mgar/pkg/fam/stub/copyright 2010-06-15 03:19:23 UTC (rev 10216) @@ -0,0 +1 @@ +This package is freely redistributable and modifyable Added: csw/mgar/pkg/fam/stub/depend =================================================================== --- csw/mgar/pkg/fam/stub/depend (rev 0) +++ csw/mgar/pkg/fam/stub/depend 2010-06-15 03:19:23 UTC (rev 10216) @@ -0,0 +1 @@ +P CSWgamin Added: csw/mgar/pkg/fam/stub/pkginfo =================================================================== --- csw/mgar/pkg/fam/stub/pkginfo (rev 0) +++ csw/mgar/pkg/fam/stub/pkginfo 2010-06-15 03:19:23 UTC (rev 10216) @@ -0,0 +1,9 @@ +PKG=CSWfam +NAME=fam - stub to pull in newer gamin package instead +ARCH=all +VERSION=2.70,REV=2010.06.15 +CATEGORY=application +VENDOR=http://www.opencsw.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW__REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/fam/stub Added: csw/mgar/pkg/fam/stub/prototype =================================================================== --- csw/mgar/pkg/fam/stub/prototype (rev 0) +++ csw/mgar/pkg/fam/stub/prototype 2010-06-15 03:19:23 UTC (rev 10216) @@ -0,0 +1,3 @@ +i pkginfo +i copyright +i depend This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 15 05:21:18 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 15 Jun 2010 03:21:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10217] csw/mgar/pkg Message-ID: Revision: 10217 http://gar.svn.sourceforge.net/gar/?rev=10217&view=rev Author: theferret Date: 2010-06-15 03:21:18 +0000 (Tue, 15 Jun 2010) Log Message: ----------- gamin: replacement for fam package. its what opensolaris uses Added Paths: ----------- csw/mgar/pkg/gamin/ csw/mgar/pkg/gamin/Makefile csw/mgar/pkg/gamin/trunk/ csw/mgar/pkg/gamin/trunk/Makefile csw/mgar/pkg/gamin/trunk/README csw/mgar/pkg/gamin/trunk/copyright csw/mgar/pkg/gamin/trunk/depend csw/mgar/pkg/gamin/trunk/patchfile.preconf csw/mgar/pkg/gamin/trunk/pkginfo csw/mgar/pkg/gamin/trunk/prototype.i386 csw/mgar/pkg/gamin/trunk/prototype.sparc Added: csw/mgar/pkg/gamin/Makefile =================================================================== --- csw/mgar/pkg/gamin/Makefile (rev 0) +++ csw/mgar/pkg/gamin/Makefile 2010-06-15 03:21:18 UTC (rev 10217) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/gamin/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/gamin/trunk/Makefile =================================================================== --- csw/mgar/pkg/gamin/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gamin/trunk/Makefile 2010-06-15 03:21:18 UTC (rev 10217) @@ -0,0 +1,228 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + + +# If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from +# the "all:" target. + +# If you DO want to, then leave it in, and also customize your +# the build/.stage-$(ARCH)-64.done target(s), +# PLUS, customize your prototype file(s) as needed +# Dont forget to handle any 64bit pkg-config .pc files properly!! + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gamin-0.1.9.tar.gz +EXTRACTPROG ?= /usr/sfw/bin/gtar zfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://people.gnome.org/~veillard/gamin/sources + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + +LIBDIR64_sparc:=/opt/csw/lib/sparcv9 +LIBDIR64_i386 :=/opt/csw/lib/amd64 + +CONFIGURE_64_$(ARCH) := --libdir=$(LIBDIR64_$(ARCH)) +CONFIGURE_64_EXTRAS := $(CONFIGURE_64_$(ARCH)) + +LDFLAGS_64_$(ARCH) := -R$(LIBDIR64_$(ARCH)) -L$(LIBDIR64_$(ARCH)) + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + +# This is a bit of a hack.. it does a "make clean", +# only when we're between 32bit and 64bit builds, when doing "make all". +# Once we're IN the 64bit builds, it should not be automatically called. +build/.stage1: + @echo Doing inter 32-64 bit cleanup + $(MAKE) -C $(SRCDIR) distclean + touch $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done + +build/.$(ARCH)-32.done: $(ARCH)-32 + +build/.$(ARCH)-64.done: $(ARCH)-64 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + gpatch -d $(SRCDIR) -p0 + #include + #include ++#if defined(sun) ++#include ++#endif ++#if defined(HAVE_UCRED_H) ++#include ++#endif defined(HAVE_UCRED_H) + #include "fam.h" + #include "gam_protocol.h" + #include "gam_data.h" +@@ -660,6 +666,10 @@ + } cmsg; + #endif + ++#if defined(HAVE_GETPEERUCRED) ++ ucred_t *creds; ++#endif ++ + s_uid = getuid(); + + #if defined(LOCAL_CREDS) && defined(HAVE_CMSGCRED) +@@ -726,11 +736,25 @@ + fd, cr_len, (int) sizeof(cr)); + goto failed; + } ++#elif defined(HAVE_GETPEERUCRED) ++ if ((creds = (ucred_t *)malloc(ucred_size()))==(ucred_t *)NULL){ ++ GAM_DEBUG(DEBUG_INFO,"Malloc failed for ucreds"); ++ goto failed; ++ } ++ ++ if (getpeerucred(fd, &creds)!=0){ ++ GAM_DEBUG(DEBUG_INFO,"getpeerucred call failed"); ++ goto failed; ++ } ++ c_uid = ucred_getruid(creds); ++ c_gid = ucred_getrgid(creds); ++ c_pid = ucred_getpid(creds); ++ ucred_free(creds); + #elif defined(HAVE_CMSGCRED) + c_pid = cmsg.cred.cmcred_pid; + c_uid = cmsg.cred.cmcred_euid; + c_gid = cmsg.cred.cmcred_groups[0]; +-#else /* !SO_PEERCRED && !HAVE_CMSGCRED */ ++#else /* !SO_PEERCRED && !HAVE_CMSGCRED && !HAVE_GETPEERUCRED */ + GAM_DEBUG(DEBUG_INFO, + "Socket credentials not supported on this OS\n"); + goto failed; +@@ -1340,6 +1364,7 @@ + gamin_data_lock(conn); + if (gamin_data_event_ready(conn)) { + gamin_data_unlock(conn); ++ GAM_DEBUG(DEBUG_INFO, "FAMPending()gamin_data_event_ready\n"); + return (1); + } + +@@ -1347,15 +1372,18 @@ + * make sure we won't block if reading + */ + ret = gamin_data_available(fc->fd); ++ GAM_DEBUG(DEBUG_INFO, "FAMPending() gamin_data_available ret = %d \n", ret); + if (ret < 0) + return (-1); + if (ret > 0) { ++ GAM_DEBUG(DEBUG_INFO, "FAMPending() ret >0 \n"); + if (gamin_read_data(conn, fc->fd, 0) < 0) { + gamin_try_reconnect(conn, fc->fd); + } + } + + ret = (gamin_data_event_ready(conn)); ++ GAM_DEBUG(DEBUG_INFO, "FAMPending() gamin_data_event_ready ret = %d \n", ret); + gamin_data_unlock(conn); + + return ret; +@@ -1545,4 +1573,20 @@ + { + return(1); + } ++ ++/** ++ * FAMDebugLevel: ++ * @fc: pointer to a connection structure. ++ * @level: level of debug ++ * ++ * Entry point installed only for ABI compatibility with SGI FAM, ++ * doesn't do anything. ++ * ++ * Returns 1 ++ */ ++int ++FAMDebugLevel(FAMConnection *fc, int level) ++{ ++ return(1); ++} + #endif +Index: configure.in +=================================================================== +--- configure.in (revision 337) ++++ configure.in (working copy) +@@ -42,6 +42,12 @@ + CFLAGS="" + fi + ++dnl If the user set no CFLAGS, then don't assume the autotools defaults of ++dnl "-g -O2". We set default CFLAGS later based on the --disable-debug flag. ++if test -z "$ENV_CFLAGS"; then ++ CFLAGS="" ++fi ++ + dnl for the spec file + RELDATE=`date +'%a %b %e %Y'` + AC_SUBST(RELDATE) +@@ -279,6 +285,43 @@ + backends="${backends}, kqueue" + fi + ++case "$os" in ++ solaris*) ++ AM_CONDITIONAL(ON_SOLARIS, true) ++ AC_COMPILE_IFELSE([ ++ #include ++ #ifndef PORT_SOURCE_FILE ++ #error "Please upgrade to Nevada 72 or above to suppoert FEN" ++ #endif ++ int main() { return 0; } ++ ],[have_fen=1],) ++ if test x$have_fen = x1 ; then ++ AC_ARG_ENABLE(fen, ++ AC_HELP_STRING([--disable-fen], [Disable the FEN backend]), ++ [fen="${enableval}"], [fen=true]) ++ ++ if test x$fen = xyes; then ++ fen=true ++ elif test x$fen = xno; then ++ fen=false ++ elif test x$fen != xtrue; then ++ AC_MSG_ERROR(bad value ${enableval} for --disable-fen) ++ fi ++ fi ++ break; ++ ;; ++ *) ++ fen=false ++ break; ++ ;; ++esac ++ ++AM_CONDITIONAL(ENABLE_FEN, test x$fen = xtrue) ++if test x$fen = xtrue; then ++ AC_DEFINE(ENABLE_FEN,1,[Use Solaris FEN as backend]) ++ backends="${backends}, FEN" ++fi ++ + dnl pthread support for reentrance of the client library. + AC_ARG_WITH(threads, + [ --with-threads add multithread support(on)]) +@@ -385,6 +428,14 @@ + AC_DEFINE(HAVE_CMSGCRED,1,[Have cmsgcred structure]) + fi + ++dnl Check for getpeerucred support - Solaris ++ ++AC_CHECK_HEADER(ucred.h, ++ AC_CHECK_LIB(c, getpeerucred,[ ++ AC_DEFINE([HAVE_GETPEERUCRED],[],[Define if has getpeerucred]) ++ AC_DEFINE([HAVE_UCRED_H],[],[Define if exists])])) ++ ++ + #### Abstract sockets + + AC_MSG_CHECKING(abstract socket namespace) +@@ -529,6 +580,16 @@ + AC_SUBST(PYTHON_INCLUDES) + AC_SUBST(PYTHON_SITE_PACKAGES) + ++dnl Check for -lsocket -lnsl ++ ++AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent)) ++AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) ++ ++dnl Check for ++ ++AC_CHECK_HEADER(sys/mnttab.h, ++ AC_DEFINE([HAVE_SYS_MNTTAB_H], [], [Define if is there])) ++ + dnl After all config-related tweaking of CFLAGS, set it to its "build" value + + AC_MSG_CHECKING(for more compiler warnings) +Index: tests/testing.c +=================================================================== +--- tests/testing.c (revision 337) ++++ tests/testing.c (working copy) +@@ -1,3 +1,4 @@ ++#include "config.h" + #include + #include + #include +@@ -31,6 +32,11 @@ + + #define IS_BLANK(p) ((*(p) == ' ') || (*(p) == '\t') || \ + (*(p) == '\n') || (*(p) == '\r')) ++#ifdef ENABLE_FEN ++#define KILLCMD "pkill" ++#else ++#define KILLCMD "killall" ++#endif + + static int + scanCommand(char *line, char **command, char **arg, char **arg2) +@@ -268,7 +274,7 @@ + * okay, it's heavy but that's the simplest way since we do not have + * the pid(s) of the servers running. + */ +- ret = system("killall gam_server"); ++ ret = system(KILLCMD" gam_server"); + if (ret < 0) { + fprintf(stderr, "kill line %d: failed to killall gam_server\n", + no); +Index: server/gam_server.h +=================================================================== +--- server/gam_server.h (revision 337) ++++ server/gam_server.h (working copy) +@@ -16,7 +16,8 @@ + GAMIN_K_INOTIFY = 2, + GAMIN_K_KQUEUE = 3, + GAMIN_K_MACH = 4, +- GAMIN_K_INOTIFY2 = 5 ++ GAMIN_K_INOTIFY2 = 5, ++ GAMIN_K_FEN = 6 + } GamKernelHandler; + + typedef enum { +Index: server/gam_fen.h +=================================================================== +--- server/gam_fen.h (revision 0) ++++ server/gam_fen.h (revision 0) +@@ -0,0 +1,40 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#ifndef __GAM_FEN_H__ ++#define __GAM_FEN_H__ ++ ++#include ++#include "gam_subscription.h" ++ ++G_BEGIN_DECLS ++ ++gboolean gam_fen_init (void); ++gboolean gam_fen_add_subscription (GamSubscription *sub); ++gboolean gam_fen_remove_subscription (GamSubscription *sub); ++gboolean gam_fen_remove_all_for (GamListener *listener); ++ ++G_END_DECLS ++ ++#endif /* __GAM_FEN_H__ */ +Index: server/fen-dump.c +=================================================================== +--- server/fen-dump.c (revision 0) ++++ server/fen-dump.c (revision 0) +@@ -0,0 +1,100 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include ++#include ++#include "fen-node.h" ++#include "fen-data.h" ++#include "fen-kernel.h" ++#include "fen-missing.h" ++#include "fen-dump.h" ++ ++G_LOCK_EXTERN (fen_lock); ++ ++/*-------------------- node ------------------*/ ++static void ++dump_node (node_t* node, gpointer data) ++{ ++ if (data && node->user_data) { ++ return; ++ } ++ g_printf ("[%s] < 0x%p : 0x%p > %s\n", __func__, node, node->user_data, NODE_NAME(node)); ++} ++ ++static gboolean ++dump_node_tree (node_t* node, gpointer user_data) ++{ ++ node_op_t op = {dump_node, NULL, NULL, user_data}; ++ GList* children; ++ GList* i; ++ if (G_TRYLOCK (fen_lock)) { ++ if (node) { ++ travel_nodes (node, &op); ++ } ++ G_UNLOCK (fen_lock); ++ } ++ return TRUE; ++} ++ ++/* ------------------ fdata port hash --------------------*/ ++void ++dump_hash_cb (gpointer key, ++ gpointer value, ++ gpointer user_data) ++{ ++ g_printf ("[%s] < 0x%p : 0x%p >\n", __func__, key, value); ++} ++ ++gboolean ++dump_hash (GHashTable* hash, gpointer user_data) ++{ ++ if (G_TRYLOCK (fen_lock)) { ++ if (g_hash_table_size (hash) > 0) { ++ g_hash_table_foreach (hash, dump_hash_cb, user_data); ++ } ++ G_UNLOCK (fen_lock); ++ } ++ return TRUE; ++} ++ ++/* ------------------ event --------------------*/ ++void ++dump_event (fnode_event_t* ev, gpointer user_data) ++{ ++ fdata* data = ev->user_data; ++ g_printf ("[%s] < 0x%p : 0x%p > [ %10s ] %s\n", __func__, ev, ev->user_data, _event_string (ev->e), FN_NAME(data)); ++} ++ ++void ++dump_event_queue (fdata* data, gpointer user_data) ++{ ++ if (G_TRYLOCK (fen_lock)) { ++ if (data->eventq) { ++ g_queue_foreach (data->eventq, (GFunc)dump_event, user_data); ++ } ++ G_UNLOCK (fen_lock); ++ } ++} ++ +Index: server/fen-dump.h +=================================================================== +--- server/fen-dump.h (revision 0) ++++ server/fen-dump.h (revision 0) +@@ -0,0 +1,29 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#ifndef _FEN_DUMP_H_ ++#define _FEN_DUMP_H_ ++ ++ ++#endif /* _FEN_DUMP_H_ */ +Index: server/fen-helper.c +=================================================================== +--- server/fen-helper.c (revision 0) ++++ server/fen-helper.c (revision 0) +@@ -0,0 +1,336 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include ++#include "fen-data.h" ++#include "fen-helper.h" ++#include "fen-kernel.h" ++#ifdef GIO_COMPILATION ++#include "gfilemonitor.h" ++#else ++#include "gam_event.h" ++#include "gam_server.h" ++#include "gam_protocol.h" ++#endif ++ ++#ifdef GIO_COMPILATION ++#define FH_W if (fh_debug_enabled) g_warning ++static gboolean fh_debug_enabled = FALSE; ++#else ++#include "gam_error.h" ++#define FH_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__) ++#endif ++ ++G_LOCK_EXTERN (fen_lock); ++ ++static void default_emit_event_cb (fdata *f, int events); ++static void default_emit_once_event_cb (fdata *f, int events, gpointer sub); ++static int default_event_converter (int event); ++ ++static void ++scan_children_init (node_t *f, gpointer sub) ++{ ++ GDir *dir; ++ GError *err = NULL; ++ node_op_t op = {NULL, NULL, pre_del_cb, NULL}; ++ fdata* pdata; ++ ++ FH_W ("%s %s [0x%p]\n", __func__, NODE_NAME(f), f); ++ pdata = node_get_data (f); ++ ++ dir = g_dir_open (NODE_NAME(f), 0, &err); ++ if (dir) { ++ const char *basename; ++ ++ while ((basename = g_dir_read_name (dir))) ++ { ++ node_t *childf = NULL; ++ fdata* data; ++ GList *idx; ++ ++ childf = children_find (f, basename); ++ if (childf == NULL) { ++ gchar *filename; ++ ++ filename = g_build_filename (NODE_NAME(f), basename, NULL); ++ childf = add_node (f, filename); ++ g_assert (childf); ++ g_free (filename); ++ } ++ if ((data = node_get_data (childf)) == NULL) { ++ data = fdata_new (childf, FALSE); ++ } ++ ++ if (is_monitoring (data)) { ++ /* Ignored */ ++ } else if (/* !is_ported (data) && */ ++ port_add (&data->fobj, &data->len, data)) { ++ /* Emit created to all other subs */ ++ fdata_emit_events (data, FN_EVENT_CREATED); ++ } ++ /* Emit created to the new sub */ ++#ifdef GIO_COMPILATION ++ /* fdata_emit_events_once (data, FN_EVENT_CREATED, sub); */ ++#else ++ gam_server_emit_one_event (NODE_NAME(childf), ++ gam_subscription_is_dir (sub), GAMIN_EVENT_EXISTS, sub, 1); ++#endif ++ } ++ g_dir_close (dir); ++ } else { ++ FH_W (err->message); ++ g_error_free (err); ++ } ++} ++ ++/** ++ * fen_add ++ * ++ * Won't hold a ref, we have a timout callback to clean unused fdata. ++ * If there is no value for a key, add it and return it; else return the old ++ * one. ++ */ ++void ++fen_add (const gchar *filename, gpointer sub, gboolean is_mondir) ++{ ++ node_op_t op = {NULL, add_missing_cb, pre_del_cb, (gpointer)filename}; ++ node_t* f; ++ fdata* data; ++ ++ g_assert (filename); ++ g_assert (sub); ++ ++ G_LOCK (fen_lock); ++ f = find_node_full (filename, &op); ++ FH_W ("[ %s ] f[0x%p] sub[0x%p] %s\n", __func__, f, sub, filename); ++ g_assert (f); ++ data = node_get_data (f); ++ if (data == NULL) { ++ data = fdata_new (f, is_mondir); ++ } ++ ++ if (is_mondir) { ++ data->mon_dir_num ++; ++ } ++ ++ /* Change to active */ ++#ifdef GIO_COMPILATION ++ if (port_add (&data->fobj, &data->len, data) || ++ g_file_test (FN_NAME(data), G_FILE_TEST_EXISTS)) { ++ if (is_mondir) { ++ scan_children_init (f, sub); ++ } ++ fdata_sub_add (data, sub); ++ } else { ++ fdata_sub_add (data, sub); ++ fdata_adjust_deleted (data); ++ } ++#else ++ if (port_add (&data->fobj, &data->len, data) || ++ g_file_test (FN_NAME(data), G_FILE_TEST_EXISTS)) { ++ gam_server_emit_one_event (FN_NAME(data), ++ gam_subscription_is_dir (sub), GAMIN_EVENT_EXISTS, sub, 1); ++ if (is_mondir) { ++ scan_children_init (f, sub); ++ } ++ gam_server_emit_one_event (FN_NAME(data), ++ gam_subscription_is_dir (sub), GAMIN_EVENT_ENDEXISTS, sub, 1); ++ fdata_sub_add (data, sub); ++ } else { ++ fdata_sub_add (data, sub); ++ gam_server_emit_one_event (FN_NAME(data), ++ gam_subscription_is_dir (sub), GAMIN_EVENT_DELETED, sub, 1); ++ fdata_adjust_deleted (data); ++ gam_server_emit_one_event (FN_NAME(data), ++ gam_subscription_is_dir (sub), GAMIN_EVENT_ENDEXISTS, sub, 1); ++ } ++#endif ++ G_UNLOCK (fen_lock); ++} ++ ++void ++fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir) ++{ ++ node_op_t op = {NULL, add_missing_cb, pre_del_cb, (gpointer)filename}; ++ node_t* f; ++ fdata* data; ++ ++ g_assert (filename); ++ g_assert (sub); ++ ++ G_LOCK (fen_lock); ++ f = find_node (filename); ++ FH_W ("[ %s ] f[0x%p] sub[0x%p] %s\n", __func__, f, sub, filename); ++ ++ g_assert (f); ++ data = node_get_data (f); ++ g_assert (data); ++ ++ if (is_mondir) { ++ data->mon_dir_num --; ++ } ++ fdata_sub_remove (data, sub); ++ if (FN_IS_PASSIVE(data)) { ++#ifdef GIO_COMPILATION ++ pending_remove_node (f, &op); ++#else ++ remove_node (f, &op); ++#endif ++ } ++ G_UNLOCK (fen_lock); ++} ++ ++static gboolean ++fen_init_once_func (gpointer data) ++{ ++ FH_W ("%s\n", __func__); ++ if (!node_class_init ()) { ++ FH_W ("node_class_init failed."); ++ return FALSE; ++ } ++ if (!fdata_class_init (default_emit_event_cb, ++ default_emit_once_event_cb, ++ default_event_converter)) { ++ FH_W ("fdata_class_init failed."); ++ return FALSE; ++ } ++ return TRUE; ++} ++ ++gboolean ++fen_init () ++{ ++#ifdef GIO_COMPILATION ++ static GOnce fen_init_once = G_ONCE_INIT; ++ g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL); ++ return (gboolean)fen_init_once.retval; ++#else ++ return fen_init_once_func (NULL); ++#endif ++} ++ ++static void ++default_emit_once_event_cb (fdata *f, int events, gpointer sub) ++{ ++#ifdef GIO_COMPILATION ++ GFile* child; ++ fen_sub* _sub = (fen_sub*)sub; ++ child = g_file_new_for_path (FN_NAME(f)); ++ g_file_monitor_emit_event (G_FILE_MONITOR (_sub->user_data), ++ child, NULL, events); ++ g_object_unref (child); ++#else ++ gam_server_emit_one_event (FN_NAME(f), ++ gam_subscription_is_dir (sub), events, sub, 1); ++#endif ++} ++ ++static void ++default_emit_event_cb (fdata *f, int events) ++{ ++ GList* i; ++ fdata* pdata; ++ ++#ifdef GIO_COMPILATION ++ GFile* child; ++ child = g_file_new_for_path (FN_NAME(f)); ++ for (i = f->subs; i; i = i->next) { ++ fen_sub* sub = (fen_sub*)i->data; ++ gboolean file_is_dir = sub->is_mondir; ++ if ((events != G_FILE_MONITOR_EVENT_CHANGED && ++ events != G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED) || ++ !file_is_dir) { ++ g_file_monitor_emit_event (G_FILE_MONITOR (sub->user_data), ++ child, NULL, events); ++ } ++ } ++ if ((pdata = get_parent_data (f)) != NULL) { ++ for (i = pdata->subs; i; i = i->next) { ++ fen_sub* sub = (fen_sub*)i->data; ++ gboolean file_is_dir = sub->is_mondir; ++ g_file_monitor_emit_event (G_FILE_MONITOR (sub->user_data), ++ child, NULL, events); ++ } ++ } ++ g_object_unref (child); ++#else ++ for (i = f->subs; i; i = i->next) { ++ gboolean file_is_dir = gam_subscription_is_dir (i->data); ++ if (events != GAMIN_EVENT_CHANGED || !file_is_dir) { ++ gam_server_emit_one_event (FN_NAME(f), file_is_dir, events, i->data, 1); ++ } ++ } ++ if ((pdata = get_parent_data (f)) != NULL) { ++ for (i = pdata->subs; i; i = i->next) { ++ gboolean file_is_dir = gam_subscription_is_dir (i->data); ++ gam_server_emit_one_event (FN_NAME(f), file_is_dir, events, i->data, 1); ++ } ++ } ++#endif ++} ++ ++static int ++default_event_converter (int event) ++{ ++#ifdef GIO_COMPILATION ++ switch (event) { ++ case FN_EVENT_CREATED: ++ return G_FILE_MONITOR_EVENT_CREATED; ++ case FILE_DELETE: ++ case FILE_RENAME_FROM: ++ return G_FILE_MONITOR_EVENT_DELETED; ++ case UNMOUNTED: ++ return G_FILE_MONITOR_EVENT_UNMOUNTED; ++ case FILE_ATTRIB: ++ return G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED; ++ case MOUNTEDOVER: ++ case FILE_MODIFIED: ++ case FILE_RENAME_TO: ++ return G_FILE_MONITOR_EVENT_CHANGED; ++ default: ++ /* case FILE_ACCESS: */ ++ g_assert_not_reached (); ++ return -1; ++ } ++#else ++ switch (event) { ++ case FN_EVENT_CREATED: ++ return GAMIN_EVENT_CREATED; ++ case FILE_DELETE: ++ case FILE_RENAME_FROM: ++ return GAMIN_EVENT_DELETED; ++ case FILE_ATTRIB: ++ case MOUNTEDOVER: ++ case UNMOUNTED: ++ case FILE_MODIFIED: ++ case FILE_RENAME_TO: ++ return GAMIN_EVENT_CHANGED; ++ default: ++ /* case FILE_ACCESS: */ ++ g_assert_not_reached (); ++ return -1; ++ } ++#endif ++} +Index: server/fen-helper.h +=================================================================== +--- server/fen-helper.h (revision 0) ++++ server/fen-helper.h (revision 0) +@@ -0,0 +1,36 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "fen-sub.h" ++ ++#ifndef _FEN_HELPER_H_ ++#define _FEN_HELPER_H_ ++ ++void fen_add (const gchar *filename, gpointer sub, gboolean is_mondir); ++void fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir); ++ ++/* FEN subsystem initializing */ ++gboolean fen_init (); ++ ++#endif /* _FEN_HELPER_H_ */ +Index: server/fen-node.c +=================================================================== +--- server/fen-node.c (revision 0) ++++ server/fen-node.c (revision 0) +@@ -0,0 +1,466 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include ++#include ++#include ++#include "fen-node.h" ++#include "fen-dump.h" ++ ++#define NODE_STAT(n) (((node_t*)(n))->stat) ++ ++struct _dnode { ++ gchar* filename; ++ node_op_t* op; ++ GTimeVal tv; ++}; ++ ++#ifdef GIO_COMPILATION ++#define FN_W if (fn_debug_enabled) g_warning ++static gboolean fn_debug_enabled = FALSE; ++#else ++#include "gam_error.h" ++#define FN_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__) ++#endif ++ ++G_LOCK_EXTERN (fen_lock); ++#define PROCESS_DELETING_INTERVAL 900 /* in second */ ++ ++static node_t* _head = NULL; ++static GList *deleting_nodes = NULL; ++static guint deleting_nodes_id = 0; ++ ++static node_t* node_new (node_t* parent, const gchar* basename); ++static void node_delete (node_t* parent); ++static gboolean remove_node_internal (node_t* node, node_op_t* op); ++static void children_add (node_t *p, node_t *f); ++static void children_remove (node_t *p, node_t *f); ++static guint children_foreach_remove (node_t *f, GHRFunc func, gpointer user_data); ++static void children_foreach (node_t *f, GHFunc func, gpointer user_data); ++static gboolean children_remove_cb (gpointer key, ++ gpointer value, ++ gpointer user_data); ++ ++static struct _dnode* ++_dnode_new (const gchar* filename, node_op_t* op) ++{ ++ struct _dnode* d; ++ ++ g_assert (op); ++ if ((d = g_new (struct _dnode, 1)) != NULL) { ++ d->filename = g_strdup (filename); ++ d->op = g_memdup (op, sizeof (node_op_t)); ++ g_assert (d->op); ++ g_get_current_time (&d->tv); ++ g_time_val_add (&d->tv, PROCESS_DELETING_INTERVAL); ++ } ++ return d; ++} ++ ++static void ++_dnode_free (struct _dnode* d) ++{ ++ g_assert (d); ++ g_free (d->filename); ++ g_free (d->op); ++ g_free (d); ++} ++ ++static gboolean ++g_timeval_lt (GTimeVal *val1, GTimeVal *val2) ++{ ++ if (val1->tv_sec < val2->tv_sec) ++ return TRUE; ++ ++ if (val1->tv_sec > val2->tv_sec) ++ return FALSE; ++ ++ /* val1->tv_sec == val2->tv_sec */ ++ if (val1->tv_usec < val2->tv_usec) ++ return TRUE; ++ ++ return FALSE; ++} ++ ++static gboolean ++scan_deleting_nodes (gpointer data) ++{ ++ struct _dnode* d; ++ GTimeVal tv_now; ++ GList* i; ++ GList* deleted_list = NULL; ++ gboolean ret = TRUE; ++ node_t* node; ++ ++ g_get_current_time (&tv_now); ++ ++ if (G_TRYLOCK (fen_lock)) { ++ for (i = deleting_nodes; i; i = i->next) { ++ d = (struct _dnode*)i->data; ++ /* Time to free, try only once */ ++ if (g_timeval_lt (&d->tv, &tv_now)) { ++ if ((node = find_node (d->filename)) != NULL) { ++ remove_node_internal (node, d->op); ++ } ++ _dnode_free (d); ++ deleted_list = g_list_prepend (deleted_list, i); ++ } ++ } ++ ++ for (i = deleted_list; i; i = i->next) { ++ deleting_nodes = g_list_remove_link (deleting_nodes, ++ (GList *)i->data); ++ g_list_free_1 ((GList *)i->data); ++ } ++ g_list_free (deleted_list); ++ ++ if (deleting_nodes == NULL) { ++ deleting_nodes_id = 0; ++ ret = FALSE; ++ } ++ G_UNLOCK (fen_lock); ++ } ++ return ret; ++} ++ ++gpointer ++node_get_data (node_t* node) ++{ ++ g_assert (node); ++ return node->user_data; ++} ++ ++gpointer ++node_set_data (node_t* node, gpointer user_data) ++{ ++ gpointer data = node->user_data; ++ g_assert (node); ++ node->user_data = user_data; ++ return data; ++} ++ ++void ++travel_nodes (node_t* node, node_op_t* op) ++{ ++ GList* children; ++ GList* i; ++ ++ if (node) { ++ if (op && op->hit) { ++ op->hit (node, op->user_data); ++ } ++ } ++ children = g_hash_table_get_values (node->children); ++ if (children) { ++ for (i = children; i; i = i->next) { ++ travel_nodes (i->data, op); ++ } ++ g_list_free (children); ++ } ++} ++ ++static node_t* ++find_node_internal (node_t* node, const gchar* filename, node_op_t* op) ++{ ++ gchar* str; ++ gchar* token; ++ gchar* lasts; ++ node_t* parent; ++ node_t* child; ++ ++ g_assert (filename && filename[0] == '/'); ++ g_assert (node); ++ ++ parent = node; ++ str = g_strdup (filename + strlen (NODE_NAME(parent))); ++ ++ if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) { ++ do { ++ FN_W ("%s %s + %s\n", __func__, NODE_NAME(parent), token); ++ child = children_find (parent, token); ++ if (child) { ++ parent = child; ++ } else { ++ if (op && op->add_missing) { ++ child = op->add_missing (parent, op->user_data); ++ goto L_hit; ++ } ++ break; ++ } ++ } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL); ++ } else { ++ /* It's the head */ ++ g_assert (parent == _head); ++ child = _head; ++ } ++ ++ if (token == NULL && child) { ++ L_hit: ++ if (op && op->hit) { ++ op->hit (child, op->user_data); ++ } ++ } ++ g_free (str); ++ return child; ++} ++ ++node_t* ++find_node (const gchar *filename) ++{ ++ return find_node_internal (_head, filename, NULL); ++} ++ ++node_t* ++find_node_full (const gchar* filename, node_op_t* op) ++{ ++ return find_node_internal (_head, filename, op); ++} ++ ++node_t* ++add_node (node_t* parent, const gchar* filename) ++{ ++ gchar* str; ++ gchar* token; ++ gchar* lasts; ++ node_t* child = NULL; ++ ++ g_assert (_head); ++ g_assert (filename && filename[0] == '/'); ++ ++ if (parent == NULL) { ++ parent = _head; ++ } ++ ++ str = g_strdup (filename + strlen (NODE_NAME(parent))); ++ ++ if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) { ++ do { ++ FN_W ("%s %s + %s\n", __func__, NODE_NAME(parent), token); ++ child = node_new (parent, token); ++ if (child) { ++ children_add (parent, child); ++ parent = child; ++ } else { ++ break; ++ } ++ } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL); ++ } ++ g_free (str); ++ if (token == NULL) { ++ return child; ++ } else { ++ return NULL; ++ } ++} ++ ++/** ++ * delete recursively ++ */ ++static gboolean ++remove_children (node_t* node, node_op_t* op) ++{ ++ FN_W ("%s 0x%p %s\n", __func__, node, NODE_NAME(node)); ++ if (children_num (node) > 0) { ++ children_foreach_remove (node, children_remove_cb, ++ (gpointer)op); ++ } ++ if (children_num (node) == 0) { ++ return TRUE; ++ } ++ return FALSE; ++} ++ ++static gboolean ++remove_node_internal (node_t* node, node_op_t* op) ++{ ++ node_t* parent = NULL; ++ /* ++ * If the parent is passive and doesn't have children, delete it. ++ * NOTE node_delete_deep is a depth first delete recursively. ++ * Top node is deleted in node_cancel_sub ++ */ ++ g_assert (node); ++ g_assert (op && op->pre_del); ++ if (node != _head) { ++ if (remove_children (node, op)) { ++ if (node->user_data) { ++ if (!op->pre_del (node, op->user_data)) { ++ return FALSE; ++ } ++ } ++ parent = node->parent; ++ children_remove (parent, node); ++ node_delete (node); ++ if (children_num (parent) == 0) { ++ remove_node_internal (parent, op); ++ } ++ return TRUE; ++ } ++ return FALSE; ++ } ++ return TRUE; ++} ++ ++void ++pending_remove_node (node_t* node, node_op_t* op) ++{ ++ struct _dnode* d; ++ GList* l; ++ ++ for (l = deleting_nodes; l; l=l->next) { ++ d = (struct _dnode*) l->data; ++ if (g_ascii_strcasecmp (d->filename, NODE_NAME(node)) == 0) { ++ return; ++ } ++ } ++ ++ d = _dnode_new (NODE_NAME(node), op); ++ g_assert (d); ++ deleting_nodes = g_list_prepend (deleting_nodes, d); ++ if (deleting_nodes_id == 0) { ++ deleting_nodes_id = g_timeout_add_seconds (PROCESS_DELETING_INTERVAL, ++ scan_deleting_nodes, ++ NULL); ++ g_assert (deleting_nodes_id > 0); ++ } ++} ++ ++void ++remove_node (node_t* node, node_op_t* op) ++{ ++ remove_node_internal (node, op); ++} ++ ++static node_t* ++node_new (node_t* parent, const gchar* basename) ++{ ++ node_t *f = NULL; ++ ++ g_assert (basename && basename[0]); ++ if ((f = g_new0 (node_t, 1)) != NULL) { ++ if (parent) { ++ f->basename = g_strdup (basename); ++ f->filename = g_build_filename (G_DIR_SEPARATOR_S, ++ NODE_NAME(parent), basename, NULL); ++ } else { ++ f->basename = g_strdup (basename); ++ f->filename = g_strdup (basename); ++ } ++ f->children = g_hash_table_new_full (g_str_hash, g_str_equal, ++ NULL, (GDestroyNotify)node_delete); ++ FN_W ("[ %s ] 0x%p %s\n", __func__, f, NODE_NAME(f)); ++ } ++ return f; ++} ++ ++static void ++node_delete (node_t *f) ++{ ++ FN_W ("[ %s ] 0x%p %s\n", __func__, f, NODE_NAME(f)); ++ g_assert (g_hash_table_size (f->children) == 0); ++ g_assert (f->user_data == NULL); ++ ++ g_hash_table_unref (f->children); ++ g_free (f->basename); ++ g_free (f->filename); ++ g_free (f); ++} ++ ++static void ++children_add (node_t *p, node_t *f) ++{ ++ FN_W ("%s [p] %8s [c] %8s\n", __func__, p->basename, f->basename); ++ g_hash_table_insert (p->children, f->basename, f); ++ f->parent = p; ++} ++ ++static void ++children_remove (node_t *p, node_t *f) ++{ ++ FN_W ("%s [p] %8s [c] %8s\n", __func__, p->basename, f->basename); ++ g_hash_table_steal (p->children, f->basename); ++ f->parent = NULL; ++} ++ ++guint ++children_num (node_t *f) ++{ ++ return g_hash_table_size (f->children); ++} ++ ++node_t * ++children_find (node_t *f, const gchar *basename) ++{ ++ return (node_t *) g_hash_table_lookup (f->children, (gpointer)basename); ++} ++ ++/** ++ * depth first delete recursively ++ */ ++static gboolean ++children_remove_cb (gpointer key, ++ gpointer value, ++ gpointer user_data) ++{ ++ node_t* f = (node_t*)value; ++ node_op_t* op = (node_op_t*) user_data; ++ ++ g_assert (f->parent); ++ ++ FN_W ("%s [p] %8s [c] %8s\n", __func__, f->parent->basename, f->basename); ++ if (remove_children (f, op)) { ++ if (f->user_data != NULL) { ++ return op->pre_del (f, op->user_data); ++ } ++ return TRUE; ++ } ++ return FALSE; ++} ++ ++static guint ++children_foreach_remove (node_t *f, GHRFunc func, gpointer user_data) ++{ ++ g_assert (f); ++ ++ return g_hash_table_foreach_remove (f->children, func, user_data); ++} ++ ++static void ++children_foreach (node_t *f, GHFunc func, gpointer user_data) ++{ ++ g_assert (f); ++ ++ g_hash_table_foreach (f->children, func, user_data); ++} ++ ++gboolean ++node_class_init () ++{ ++ FN_W ("%s\n", __func__); ++ if (_head == NULL) { ++ _head = node_new (NULL, G_DIR_SEPARATOR_S); ++ } ++ return _head != NULL; ++} +Index: server/gam_channel.c +=================================================================== +--- server/gam_channel.c (revision 337) ++++ server/gam_channel.c (working copy) +@@ -7,6 +7,12 @@ + #include + #include + #include ++#if defined(sun) ++#include ++#endif ++#if defined(HAVE_UCRED_H) ++#include ++#endif defined(HAVE_UCRED_H) + #include "gam_error.h" + #include "gam_connection.h" + #include "gam_channel.h" +@@ -101,6 +107,10 @@ + } cmsg; + #endif + ++#if defined(HAVE_GETPEERUCRED) ++ ucred_t *creds; ++#endif ++ + s_uid = getuid(); + + #if defined(LOCAL_CREDS) && defined(HAVE_CMSGCRED) +@@ -167,11 +177,25 @@ + fd, cr_len, (int) sizeof(cr)); + goto failed; + } ++#elif defined(HAVE_GETPEERUCRED) ++ if ((creds = (ucred_t *)malloc(ucred_size()))==(ucred_t *)NULL){ ++ GAM_DEBUG(DEBUG_INFO,"Malloc failed for ucreds"); ++ goto failed; ++ } ++ ++ if (getpeerucred(fd, &creds)!=0){ ++ GAM_DEBUG(DEBUG_INFO,"getpeerucred call failed"); ++ goto failed; ++ } ++ c_uid = ucred_getruid(creds); ++ c_gid = ucred_getrgid(creds); ++ c_pid = ucred_getpid(creds); ++ ucred_free(creds); + #elif defined(HAVE_CMSGCRED) + c_pid = cmsg.cred.cmcred_pid; + c_uid = cmsg.cred.cmcred_euid; + c_gid = cmsg.cred.cmcred_groups[0]; +-#else /* !SO_PEERCRED && !HAVE_CMSGCRED */ ++#else /* !SO_PEERCRED && !HAVE_CMSGCRED && !HAVE_GETPEERUCRED */ + GAM_DEBUG(DEBUG_INFO, + "Socket credentials not supported on this OS\n"); + goto failed; +Index: server/fen-node.h +=================================================================== +--- server/fen-node.h (revision 0) ++++ server/fen-node.h (revision 0) +@@ -0,0 +1,73 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#ifndef _FEN_NODE_H_ ++#define _FEN_NODE_H_ ++ ++typedef struct node node_t; ++ ++struct node ++{ ++ gchar *filename; ++ gchar *basename; ++ gint stat; ++ ++ /* the parent and children of node */ ++ node_t *parent; ++ GHashTable *children; /* children in basename */ ++ ++ gpointer user_data; ++}; ++ ++#define IS_TOPNODE(fp) (((node_t *)(fp))->parent == NULL) ++#define NODE_NAME(fp) (((node_t *)(fp))->filename) ++ ++typedef struct node_op ++{ ++ /* find */ ++ void (*hit) (node_t* node, gpointer user_data); ++ node_t* (*add_missing) (node_t* parent, gpointer user_data); ++ /* delete */ ++ gboolean (*pre_del) (node_t* node, gpointer user_data); ++ /* data */ ++ gpointer user_data; ++} node_op_t; ++ ++node_t* add_node (node_t* parent, const gchar* filename); ++void remove_node (node_t* node, node_op_t* op); ++void pending_remove_node (node_t* node, node_op_t* op); ++ ++void travel_nodes (node_t* node, node_op_t* op); ++node_t* find_node_full (const gchar* filename, node_op_t* op); ++node_t* find_node (const gchar *filename); ++ ++node_t* children_find (node_t *f, const gchar *basename); ++guint children_num (node_t *f); ++ ++gpointer node_get_data (node_t* node); ++gpointer node_set_data (node_t* node, gpointer user_data); ++ ++gboolean node_class_init (); ++ ++#endif /* _FEN_NODE_H_ */ +Index: server/fen-missing.c +=================================================================== +--- server/fen-missing.c (revision 0) ++++ server/fen-missing.c (revision 0) +@@ -0,0 +1,121 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include ++#include "fen-data.h" ++#include "fen-missing.h" ++ ++G_LOCK_EXTERN (fen_lock); ++#define SCAN_MISSING_INTERVAL 4000 /* in milliseconds */ ++ ++#ifdef GIO_COMPILATION ++#define FM_W if (fm_debug_enabled) g_warning ++gboolean fm_debug_enabled = FALSE; ++#else ++#include "gam_error.h" ++#define FM_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__) ++#endif ++ ++/* global data structure for scan missing files */ ++static GList *missing_list = NULL; ++static guint scan_missing_source_id = 0; ++ ++static gboolean scan_missing_list (gpointer data); ++ ++static gboolean ++scan_missing_list (gpointer data) ++{ ++ GList *existing_list = NULL; ++ GList *idx = NULL; ++ fdata *f; ++ gboolean ret = TRUE; ++ ++ G_LOCK (fen_lock); ++ ++ for (idx = missing_list; idx; idx = idx->next) { ++ f = (fdata*)idx->data; ++ ++ if (port_add (&f->fobj, &f->len, f)) { ++ /* TODO - emit CREATE event */ ++ fdata_emit_events (f, FN_EVENT_CREATED); ++ existing_list = g_list_prepend (existing_list, idx); ++ } ++ } ++ ++ for (idx = existing_list; idx; idx = idx->next) { ++ missing_list = g_list_remove_link (missing_list, (GList *)idx->data); ++ g_list_free_1 ((GList *)idx->data); ++ } ++ g_list_free (existing_list); ++ ++ if (missing_list == NULL) { ++ scan_missing_source_id = 0; ++ ret = FALSE; ++ } ++ ++ G_UNLOCK (fen_lock); ++ return ret; ++} ++ ++/** ++ * missing_add ++ * ++ * Unsafe, need lock fen_lock. ++ */ ++void ++missing_add (fdata *f) ++{ ++ GList *idx; ++ ++ g_assert (!is_ported (f)); ++ ++ if (g_list_find (missing_list, f) != NULL) { ++ FM_W ("%s is ALREADY added %s\n", __func__, FN_NAME(f)); ++ return; ++ } ++ FM_W ("%s is added %s\n", __func__, FN_NAME(f)); ++ ++ missing_list = g_list_prepend (missing_list, f); ++ ++ /* if doesn't scan, then start */ ++ if (scan_missing_source_id == 0) { ++ scan_missing_source_id = g_timeout_add (SCAN_MISSING_INTERVAL, ++ scan_missing_list, ++ NULL); ++ g_assert (scan_missing_source_id > 0); ++ } ++} ++ ++/** ++ * missing_remove ++ * ++ * Unsafe, need lock fen_lock. ++ */ ++void ++missing_remove (fdata *f) ++{ ++ FM_W ("%s %s\n", __func__, FN_NAME(f)); ++ missing_list = g_list_remove (missing_list, f); ++} +Index: server/fen-missing.h +=================================================================== +--- server/fen-missing.h (revision 0) ++++ server/fen-missing.h (revision 0) +@@ -0,0 +1,38 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#ifndef __GAM_FEN_H__ ++#define __GAM_FEN_H__ ++ ++#include "fen-data.h" ++ ++G_BEGIN_DECLS ++ ++extern void missing_add (fdata *f); ++extern void missing_remove (fdata *f); ++ ++G_END_DECLS ++ ++#endif /* __GAM_FEN_H__ */ ++ +Index: server/gam_fs.c +=================================================================== +--- server/gam_fs.c (revision 337) ++++ server/gam_fs.c (working copy) +@@ -7,9 +7,20 @@ + #include + #include + #include ++#ifdef HAVE_SYS_MNTTAB_H ++#include ++#endif + #include "gam_error.h" + #include "gam_fs.h" + ++#ifdef HAVE_SYS_MNTTAB_H ++#define MTAB MNTTAB ++#define MTABDEL "\t" ++#else ++#define MTAB "/etc/mtab" ++#define MTABDEL "\t" ++#endif ++ + #define DEFAULT_POLL_TIMEOUT 0 + + typedef struct _gam_fs_properties { +@@ -119,7 +130,7 @@ + gam_fs *fs = NULL; + int i; + +- g_file_get_contents ("/etc/mtab", &contents, &len, NULL); ++ g_file_get_contents (MTAB, &contents, &len, NULL); + if (contents == NULL) + return; + +@@ -133,7 +144,7 @@ + if (line[0] == '\0') + continue; + +- words = g_strsplit (line, " ", 0); ++ words = g_strsplit (line, MTABDEL, 0); + + if (words == NULL) + continue; +@@ -176,19 +187,23 @@ + gam_fs_set ("ext2", GFS_MT_DEFAULT, 0); + gam_fs_set ("reiser4", GFS_MT_DEFAULT, 0); + gam_fs_set ("reiserfs", GFS_MT_DEFAULT, 0); ++ gam_fs_set ("nfs", GFS_MT_DEFAULT, 0); ++ gam_fs_set ("zfs", GFS_MT_DEFAULT, 0); ++ gam_fs_set ("ufs", GFS_MT_DEFAULT, 0); ++ gam_fs_set ("vxfs", GFS_MT_DEFAULT, 0); + gam_fs_set ("novfs", GFS_MT_POLL, 30); +- gam_fs_set ("nfs", GFS_MT_POLL, 5); +- if (stat("/etc/mtab", &mtab_sbuf) != 0) ++ ++ if (stat(MTAB, &mtab_sbuf) != 0) + { +- GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n"); ++ GAM_DEBUG(DEBUG_INFO, "Could not stat %s\n",MTAB); + } + gam_fs_scan_mtab (); + } else { + struct stat sbuf; + +- if (stat("/etc/mtab", &sbuf) != 0) ++ if (stat(MTAB, &sbuf) != 0) + { +- GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n"); ++ GAM_DEBUG(DEBUG_INFO, "Could not stat %s\n",MTAB); + } + + /* /etc/mtab has changed */ +Index: server/gam_fs.h +=================================================================== +--- server/gam_fs.h (revision 337) ++++ server/gam_fs.h (working copy) +@@ -8,6 +8,7 @@ + #if !defined(ENABLE_DNOTIFY) && \ + !defined(ENABLE_INOTIFY) && \ + !defined(ENABLE_KQUEUE) && \ ++ !defined(ENABLE_FEN) && \ + !defined(ENABLE_HURD_MACH_NOTIFY) + GFS_MT_DEFAULT = GFS_MT_POLL, + #else +Index: server/fen-data.c +=================================================================== +--- server/fen-data.c (revision 0) ++++ server/fen-data.c (revision 0) +@@ -0,0 +1,722 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include ++#include ++#include ++#include ++#include ++#include ++#include "fen-data.h" ++#include "fen-kernel.h" ++#include "fen-missing.h" ++#include "fen-dump.h" ++ ++#define PROCESS_EVENTQ_TIME 10 /* in milliseconds */ ++#define PAIR_EVENTS_TIMEVAL 00000 /* in microseconds */ ++#define PAIR_EVENTS_INC_TIMEVAL 0000 /* in microseconds */ ++#define SCAN_CHANGINGS_TIME 50 /* in milliseconds */ ++#define SCAN_CHANGINGS_MAX_TIME (4*100) /* in milliseconds */ ++#define SCAN_CHANGINGS_MIN_TIME (4*100) /* in milliseconds */ ++#define INIT_CHANGES_NUM 2 ++#define BASE_NUM 2 ++ ++#ifdef GIO_COMPILATION ++#define FD_W if (fd_debug_enabled) g_warning ++static gboolean fd_debug_enabled = FALSE; ++#else ++#include "gam_error.h" ++#define FD_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__) ++#endif ++ ++G_LOCK_EXTERN (fen_lock); ++static GList *deleting_data = NULL; ++static guint deleting_data_id = 0; ++ ++static void (*emit_once_cb) (fdata *f, int events, gpointer sub); ++static void (*emit_cb) (fdata *f, int events); ++static int (*_event_converter) (int event); ++ ++static gboolean fdata_delete (fdata* f); ++static gint fdata_sub_find (gpointer a, gpointer b); ++static void scan_children (node_t *f); ++static void scan_known_children (node_t* f); ++ ++node_t* ++add_missing_cb (node_t* parent, gpointer user_data) ++{ ++ g_assert (parent); ++ FD_W ("%s p:0x%p %s\n", __func__, parent, (gchar*)user_data); ++ return add_node (parent, (gchar*)user_data); ++} ++ ++gboolean ++pre_del_cb (node_t* node, gpointer user_data) ++{ ++ fdata* data; ++ ++ g_assert (node); ++ data = node_get_data (node); ++ FD_W ("%s node:0x%p %s\n", __func__, node, NODE_NAME(node)); ++ if (data != NULL) { ++ if (!FN_IS_PASSIVE(data)) { ++ return FALSE; ++ } ++ fdata_delete (data); ++ } ++ return TRUE; ++} ++ ++static guint ++_pow (guint x, guint y) ++{ ++ guint z = 1; ++ g_assert (x >= 0 && y >= 0); ++ for (; y > 0; y--) { ++ z *= x; ++ } ++ return z; ++} ++ ++static guint ++get_scalable_scan_time (fdata* data) ++{ ++ guint sleep_time; ++ /* Caculate from num = 0 */ ++ sleep_time = _pow (BASE_NUM, data->changed_event_num) * SCAN_CHANGINGS_TIME; ++ if (sleep_time < SCAN_CHANGINGS_MIN_TIME) { ++ sleep_time = SCAN_CHANGINGS_MIN_TIME; ++ } else if (sleep_time > SCAN_CHANGINGS_MAX_TIME) { ++ sleep_time = SCAN_CHANGINGS_MAX_TIME; ++ data->change_update_id = INIT_CHANGES_NUM; ++ } ++ FD_W ("SCALABE SCAN num:time [ %4u : %4u ] %s\n", data->changed_event_num, sleep_time, FN_NAME(data)); ++ return sleep_time; ++} ++ ++static gboolean ++g_timeval_lt (GTimeVal *val1, GTimeVal *val2) ++{ ++ if (val1->tv_sec < val2->tv_sec) ++ return TRUE; ++ ++ if (val1->tv_sec > val2->tv_sec) ++ return FALSE; ++ ++ /* val1->tv_sec == val2->tv_sec */ ++ if (val1->tv_usec < val2->tv_usec) ++ return TRUE; ++ ++ return FALSE; ++} ++ ++/** ++ * If all active children nodes are ported, then cancel monitor the parent node ++ * ++ * Unsafe, need lock. ++ */ ++static void ++scan_known_children (node_t* f) ++{ ++ GDir *dir; ++ GError *err = NULL; ++ fdata* pdata; ++ ++ FD_W ("%s %s [0x%p]\n", __func__, NODE_NAME(f), f); ++ pdata = node_get_data (f); ++ /* ++ * Currect fdata must is directly monitored. Be sure it is 1 level monitor. ++ */ ++ dir = g_dir_open (NODE_NAME(f), 0, &err); ++ if (dir) { ++ const char *basename; ++ ++ while ((basename = g_dir_read_name (dir))) ++ { ++ node_t* childf = NULL; ++ fdata* data; ++ GList *idx; ++ /* ++ * If the node is existed, and isn't ported, then emit created ++ * event. Ignore others. ++ */ ++ childf = children_find (f, basename); ++ if (childf && ++ (data = node_get_data (childf)) != NULL && ++ !FN_IS_PASSIVE (data)) { ++ if (!is_monitoring (data) && ++ port_add (&data->fobj, &data->len, data)) { ++ fdata_emit_events (data, FN_EVENT_CREATED); ++ } ++ } ++ } ++ g_dir_close (dir); ++ } else { ++ FD_W (err->message); ++ g_error_free (err); ++ } ++} ++ ++static void ++scan_children (node_t *f) ++{ ++ GDir *dir; ++ GError *err = NULL; ++ fdata* pdata; ++ ++ FD_W ("%s %s [0x%p]\n", __func__, NODE_NAME(f), f); ++ pdata = node_get_data (f); ++ /* ++ * Currect fdata must is directly monitored. Be sure it is 1 level monitor. ++ */ ++ dir = g_dir_open (NODE_NAME(f), 0, &err); ++ if (dir) { ++ const char *basename; ++ ++ while ((basename = g_dir_read_name (dir))) ++ { ++ node_t* childf = NULL; ++ fdata* data; ++ GList *idx; ++ ++ childf = children_find (f, basename); ++ if (childf == NULL) { ++ gchar *filename; ++ ++ filename = g_build_filename (NODE_NAME(f), basename, NULL); ++ childf = add_node (f, filename); ++ g_assert (childf); ++ data = fdata_new (childf, FALSE); ++ g_free (filename); ++ } ++ if ((data = node_get_data (childf)) == NULL) { ++ data = fdata_new (childf, FALSE); ++ } ++ /* Be sure data isn't ported and add to port successfully */ ++ /* Don't need delete it, it will be deleted by the parent */ ++ if (is_monitoring (data)) { ++ /* Ignored */ ++ } else if (/* !is_ported (data) && */ ++ port_add (&data->fobj, &data->len, data)) { ++ fdata_emit_events (data, FN_EVENT_CREATED); ++ } ++ } ++ g_dir_close (dir); ++ } else { ++ FD_W (err->message); ++ g_error_free (err); ++ } ++} ++ ++static gboolean ++scan_deleting_data (gpointer data) ++{ ++ fdata *f; ++ GList* i; ++ GList* deleted_list = NULL; ++ gboolean ret = TRUE; ++ ++ if (G_TRYLOCK (fen_lock)) { ++ for (i = deleting_data; i; i = i->next) { ++ f = (fdata*)i->data; ++ if (fdata_delete (f)) { ++ deleted_list = g_list_prepend (deleted_list, i); ++ } ++ } ++ ++ for (i = deleted_list; i; i = i->next) { ++ deleting_data = g_list_remove_link (deleting_data, ++ (GList *)i->data); ++ g_list_free_1 ((GList *)i->data); ++ } ++ g_list_free (deleted_list); ++ ++ if (deleting_data == NULL) { ++ deleting_data_id = 0; ++ ret = FALSE; ++ } ++ G_UNLOCK (fen_lock); ++ } ++ return ret; ++} ++ ++gboolean ++is_monitoring (fdata* data) ++{ ++ return is_ported (data) || data->change_update_id > 0; ++} ++ ++fdata* ++get_parent_data (fdata* data) ++{ ++ if (FN_NODE(data) && !IS_TOPNODE(FN_NODE(data))) { ++ return node_get_data (FN_NODE(data)->parent); ++ } ++ return NULL; ++} ++ ++node_t* ++get_parent_node (fdata* data) ++{ ++ if (FN_NODE(data)) { ++ return (FN_NODE(data)->parent); ++ } ++ return NULL; ++} ++ ++fdata * ++fdata_new (node_t* node, gboolean is_mondir) ++{ ++ fdata *f = NULL; ++ ++ g_assert (node); ++ if ((f = g_new0 (fdata, 1)) != NULL) { ++ FN_NODE(f) = node; ++ FN_NAME(f) = g_strdup (NODE_NAME(node)); ++ f->is_dir = is_mondir; ++ f->eventq = g_queue_new (); ++ FD_W ("[ %s ] 0x%p %s\n", __func__, f, FN_NAME(f)); ++ node_set_data (node, f); ++ } ++ return f; ++} ++ ++static gboolean ++fdata_delete (fdata *f) ++{ ++ fnode_event_t *ev; ++ ++ FD_W ("[ TRY %s ] 0x%p id[%4d:%4d] %s\n", __func__, f, f->eventq_id, f->change_update_id, FN_NAME(f)); ++ g_assert (FN_IS_PASSIVE(f)); ++ ++ port_remove (f); ++ /* missing_remove (f); */ ++ ++ if (f->node != NULL) { ++ node_set_data (f->node, NULL); ++ f->node = NULL; ++ } ++ ++ if (f->change_update_id > 0 || f->eventq_id > 0) { ++ if (FN_IS_LIVING(f)) { ++ f->is_cancelled = TRUE; ++ deleting_data = g_list_prepend (deleting_data, f); ++ if (deleting_data_id == 0) { ++ deleting_data_id = g_idle_add (scan_deleting_data, NULL); ++ g_assert (deleting_data_id > 0); ++ } ++ } ++ return FALSE; ++ } ++ FD_W ("[ %s ] 0x%p %s\n", __func__, f, FN_NAME(f)); ++ ++ while ((ev = g_queue_pop_head (f->eventq)) != NULL) { ++ fnode_event_delete (ev); ++ } ++ ++ g_queue_free (f->eventq); ++ g_free (FN_NAME(f)); ++ g_free (f); ++ return TRUE; ++} ++ ++void ++fdata_reset (fdata* data) ++{ ++ fnode_event_t *ev; ++ ++ g_assert (data); ++ ++ while ((ev = g_queue_pop_head (data->eventq)) != NULL) { ++ fnode_event_delete (ev); ++ } ++} ++ ++static gint ++fdata_sub_find (gpointer a, gpointer b) ++{ ++ if (a != b) { ++ return 1; ++ } else { ++ return 0; ++ } ++} ++ ++void ++fdata_sub_add (fdata *f, gpointer sub) ++{ ++ FD_W ("[%s] [data: 0x%p ] [s: 0x%p ] %s\n", __func__, f, sub, FN_NAME(f)); ++ g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) == NULL); ++ f->subs = g_list_prepend (f->subs, sub); ++} ++ ++void ++fdata_sub_remove (fdata *f, gpointer sub) ++{ ++ GList *l; ++ FD_W ("[%s] [data: 0x%p ] [s: 0x%p ] %s\n", __func__, f, sub, FN_NAME(f)); ++ g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) != NULL); ++ l = g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find); ++ g_assert (l); ++ g_assert (sub == l->data); ++ f->subs = g_list_delete_link (f->subs, l); ++} ++ ++/** ++ * Adjust self on failing to Port ++ */ ++void ++fdata_adjust_deleted (fdata* f) ++{ ++ node_t* parent; ++ fdata* pdata; ++ node_op_t op = {NULL, NULL, pre_del_cb, NULL}; ++ ++ /* ++ * It's a top node. We move it to missing list. ++ */ ++ parent = get_parent_node (f); ++ pdata = get_parent_data (f); ++ if (!FN_IS_PASSIVE(f) || ++ children_num (FN_NODE(f)) > 0 || ++ (pdata && !FN_IS_PASSIVE(pdata))) { ++ if (parent) { ++ if (pdata == NULL) { ++ pdata = fdata_new (parent, FALSE); ++ } ++ g_assert (pdata); ++ if (!port_add (&pdata->fobj, &pdata->len, pdata)) { ++ fdata_adjust_deleted (pdata); ++ } ++ } else { ++ /* f is root */ ++ g_assert (IS_TOPNODE(FN_NODE(f))); ++ missing_add (f); ++ } ++ } else { ++#ifdef GIO_COMPILATION ++ pending_remove_node (FN_NODE(f), &op); ++#else ++ remove_node (FN_NODE(f), &op); ++#endif ++ } ++} ++ ++static gboolean ++fdata_adjust_changed (fdata *f) ++{ ++ fnode_event_t *ev; ++ struct stat buf; ++ node_t* parent; ++ fdata* pdata; ++ ++ G_LOCK (fen_lock); ++ parent = get_parent_node (f); ++ pdata = get_parent_data (f); ++ ++ if (!FN_IS_LIVING(f) || ++ (children_num (FN_NODE(f)) == 0 && ++ FN_IS_PASSIVE(f) && ++ pdata && FN_IS_PASSIVE(pdata))) { ++ f->change_update_id = 0; ++ G_UNLOCK (fen_lock); ++ return FALSE; ++ } ++ ++ FD_W ("[ %s ] %s\n", __func__, FN_NAME(f)); ++ if (FN_STAT (FN_NAME(f), &buf) != 0) { ++ FD_W ("LSTAT [%-20s] %s\n", FN_NAME(f), g_strerror (errno)); ++ goto L_delete; ++ } ++ f->is_dir = S_ISDIR (buf.st_mode) ? TRUE : FALSE; ++ if (f->len != buf.st_size) { ++ /* FD_W ("LEN [%lld:%lld] %s\n", f->len, buf.st_size, FN_NAME(f)); */ ++ f->len = buf.st_size; ++ ev = fnode_event_new (FILE_MODIFIED, TRUE, f); ++ if (ev != NULL) { ++ ev->is_pending = TRUE; ++ fdata_add_event (f, ev); ++ } ++ /* Fdata is still changing, so scalable scan */ ++ f->change_update_id = g_timeout_add (get_scalable_scan_time (f), ++ (GSourceFunc)fdata_adjust_changed, ++ (gpointer)f); ++ G_UNLOCK (fen_lock); ++ return FALSE; ++ } else { ++ f->changed_event_num = 0; ++ f->fobj.fo_atime = buf.st_atim; ++ f->fobj.fo_mtime = buf.st_mtim; ++ f->fobj.fo_ctime = buf.st_ctim; ++ if (FN_IS_DIR(f)) { ++ if (FN_IS_MONDIR(f)) { ++ scan_children (FN_NODE(f)); ++ } else { ++ scan_known_children (FN_NODE(f)); ++ if ((children_num (FN_NODE(f)) == 0 && ++ FN_IS_PASSIVE(f) && ++ pdata && FN_IS_PASSIVE(pdata))) { ++ port_remove (f); ++ goto L_exit; ++ } ++ } ++ } ++ if (!port_add_simple (&f->fobj, f)) { ++ L_delete: ++ ev = fnode_event_new (FILE_DELETE, FALSE, f); ++ if (ev != NULL) { ++ fdata_add_event (f, ev); ++ } ++ } ++ } ++L_exit: ++ f->change_update_id = 0; ++ G_UNLOCK (fen_lock); ++ return FALSE; ++} ++ ++void ++fdata_emit_events_once (fdata *f, int event, gpointer sub) ++{ ++ emit_once_cb (f, _event_converter (event), sub); ++} ++ ++void ++fdata_emit_events (fdata *f, int event) ++{ ++ emit_cb (f, _event_converter (event)); ++} ++ ++static gboolean ++process_events (gpointer udata) ++{ ++ node_op_t op = {NULL, NULL, pre_del_cb, NULL}; ++ fdata* f; ++ fnode_event_t* ev; ++ int e; ++ ++ /* FD_W ("IN <======== %s\n", __func__); */ ++ ++ f = (fdata*)udata; ++ FD_W ("%s 0x%p id:%-4d %s\n", __func__, f, f->eventq_id, FN_NAME(f)); ++ ++ G_LOCK (fen_lock); ++ ++ if (!FN_IS_LIVING(f)) { ++ f->eventq_id = 0; ++ G_UNLOCK (fen_lock); ++ return FALSE; ++ } ++ ++ if ((ev = (fnode_event_t*)g_queue_pop_head (f->eventq)) != NULL) { ++ /* Send events to clients. */ ++ e = ev->e; ++ if (!ev->is_pending) { ++#ifdef GIO_COMPILATION ++ if (ev->has_twin) { ++ fdata_emit_events (f, FILE_ATTRIB); ++ } ++#endif ++ fdata_emit_events (f, ev->e); ++ } ++ ++ fnode_event_delete (ev); ++ ev = NULL; ++ ++ /* Adjust node state. */ ++ /* ++ * Node the node has been created, so we can delete create event in ++ * optimizing. To reduce the statings, we add it to Port on discoving ++ * it then emit CREATED event. So we don't need to do anything here. ++ */ ++ switch (e) { ++ case FILE_MODIFIED: ++ case MOUNTEDOVER: ++ case UNMOUNTED: ++ /* If the event is a changed event, then pending process it */ ++ if (f->change_update_id == 0) { ++ f->change_update_id = g_timeout_add (get_scalable_scan_time(f), ++ (GSourceFunc)fdata_adjust_changed, ++ (gpointer)f); ++ g_assert (f->change_update_id > 0); ++ } ++ break; ++ case FILE_ATTRIB: ++ g_assert (f->change_update_id == 0); ++ if (!port_add (&f->fobj, &f->len, f)) { ++ ev = fnode_event_new (FILE_DELETE, FALSE, f); ++ if (ev != NULL) { ++ fdata_add_event (f, ev); ++ } ++ } ++ break; ++ case FILE_DELETE: /* Ignored */ ++ break; ++ default: ++ g_assert_not_reached (); ++ break; ++ } ++ /* Process one event a time */ ++ G_UNLOCK (fen_lock); ++ return TRUE; ++ } ++ f->eventq_id = 0; ++ G_UNLOCK (fen_lock); ++ /* FD_W ("OUT ========> %s\n", __func__); */ ++ return FALSE; ++} ++ ++/** ++ * fdata_add_event: ++ * ++ */ ++void ++fdata_add_event (fdata *f, fnode_event_t *ev) ++{ ++ node_op_t op = {NULL, NULL, pre_del_cb, NULL}; ++ fnode_event_t *tail; ++ ++ if (!FN_IS_LIVING(f)) { ++ fnode_event_delete (ev); ++ return; ++ } ++ ++ FD_W ("%s %d\n", __func__, ev->e); ++ g_get_current_time (&ev->t); ++ /* ++ * If created/deleted events of child node happened, then we use parent ++ * event queue to handle. ++ * If child node emits deleted event, it seems no changes for the parent ++ * node, but the attr is changed. So we may try to cancel processing the ++ * coming changed events of the parent node. ++ */ ++ tail = (fnode_event_t*)g_queue_peek_tail (f->eventq); ++ switch (ev->e) { ++ case FILE_RENAME_FROM: ++ case FILE_RENAME_TO: ++ case FILE_ACCESS: ++ fnode_event_delete (ev); ++ g_assert_not_reached (); ++ return; ++ case FILE_DELETE: ++ /* clear changed event number */ ++ f->changed_event_num = 0; ++ /* ++ * We will cancel all previous events. ++ */ ++ if (tail) { ++ g_queue_pop_tail (f->eventq); ++ do { ++ fnode_event_delete (tail); ++ } while ((tail = (fnode_event_t*)g_queue_pop_tail (f->eventq)) != NULL); ++ } ++ /* ++ * Given a node "f" is deleted, process it ASAP. ++ */ ++ fdata_emit_events (f, ev->e); ++ fnode_event_delete (ev); ++ fdata_adjust_deleted (f); ++ return; ++ case FILE_MODIFIED: ++ case UNMOUNTED: ++ case MOUNTEDOVER: ++ /* clear changed event number */ ++ f->changed_event_num ++; ++ case FILE_ATTRIB: ++ default: ++ /* ++ * If in the time range, we will try optimizing ++ * (changed+) to (changed) ++ * (attrchanged changed) to ([changed, attrchanged]) ++ * (event attrchanged) to ([event, attrchanged]) ++ */ ++ if (tail) { ++ do { ++ if (tail->e == ev->e) { ++ if (g_timeval_lt (&ev->t, &tail->t)) { ++ g_queue_peek_tail (f->eventq); ++ /* Add the increment */ ++ g_time_val_add (&ev->t, PAIR_EVENTS_INC_TIMEVAL); ++ /* skip the previous event */ ++ FD_W ("SKIPPED -- %s\n", _event_string (tail->e)); ++ fnode_event_delete (tail); ++ } else { ++ break; ++ } ++ } else if (ev->e == FILE_MODIFIED && tail->e == FILE_ATTRIB) { ++ ev->has_twin = TRUE; ++ fnode_event_delete (tail); ++ } else if (ev->e == FILE_ATTRIB && f->change_update_id > 0) { ++ tail->has_twin = TRUE; ++ /* skip the current event */ ++ fnode_event_delete (ev); ++ return; ++ } else { ++ break; ++ } ++ } while ((tail = (fnode_event_t*)g_queue_peek_tail (f->eventq)) != NULL); ++ } ++ } ++ ++ /* must add the threshold time */ ++ g_time_val_add (&ev->t, PAIR_EVENTS_TIMEVAL); ++ ++ g_queue_push_tail (f->eventq, ev); ++ ++ /* starting process_events */ ++ if (f->eventq_id == 0) { ++ f->eventq_id = g_timeout_add (PROCESS_EVENTQ_TIME, ++ process_events, ++ (gpointer)f); ++ g_assert (f->eventq_id > 0); ++ } ++ FD_W ("%s 0x%p id:%-4d %s\n", __func__, f, f->eventq_id, FN_NAME(f)); ++} ++ ++gboolean ++fdata_class_init (void (*user_emit_cb) (fdata*, int), ++ void (*user_emit_once_cb) (fdata*, int, gpointer), ++ int (*user_event_converter) (int event)) ++{ ++ FD_W ("%s\n", __func__); ++ if (user_emit_cb == NULL) { ++ return FALSE; ++ } ++ if (user_emit_once_cb == NULL) { ++ return FALSE; ++ } ++ if (user_event_converter == NULL) { ++ return FALSE; ++ } ++ emit_cb = user_emit_cb; ++ emit_once_cb = user_emit_once_cb; ++ _event_converter = user_event_converter; ++ ++ if (!port_class_init (fdata_add_event)) { ++ FD_W ("port_class_init failed."); ++ return FALSE; ++ } ++ return TRUE; ++} +Index: server/fen-data.h +=================================================================== +--- server/fen-data.h (revision 0) ++++ server/fen-data.h (revision 0) +@@ -0,0 +1,89 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include ++#include ++#include ++#include "fen-node.h" ++#include "fen-kernel.h" ++ ++#ifndef _FEN_DATA_H_ ++#define _FEN_DATA_H_ ++ ++#define FN_EVENT_CREATED 0 ++#define FN_NAME(fp) (((fdata*)(fp))->fobj.fo_name) ++#define FN_NODE(fp) (((fdata*)(fp))->node) ++#define FN_IS_DIR(fp) (((fdata*)(fp))->is_dir) ++#define FN_IS_PASSIVE(fp) (((fdata*)(fp))->subs == NULL) ++#define FN_IS_MONDIR(fp) (((fdata*)(fp))->mon_dir_num > 0) ++#define FN_IS_LIVING(fp) (!((fdata*)(fp))->is_cancelled) ++ ++typedef struct ++{ ++ file_obj_t fobj; ++ off_t len; ++ gboolean is_cancelled; ++ ++ node_t* node; ++ /* to identify if the path is dir */ ++ gboolean is_dir; ++ guint mon_dir_num; ++ ++ /* List of subscriptions monitoring this fdata/path */ ++ GList *subs; ++ ++ /* prcessed changed events num */ ++ guint changed_event_num; ++ ++ /* process events source id */ ++ GQueue* eventq; ++ guint eventq_id; ++ guint change_update_id; ++} fdata; ++ ++/* fdata functions */ ++fdata* fdata_new (node_t* node, gboolean is_mondir); ++void fdata_reset (fdata* data); ++void fdata_emit_events_once (fdata *f, int event, gpointer sub); ++void fdata_emit_events (fdata *f, int event); ++void fdata_add_event (fdata *f, fnode_event_t *ev); ++void fdata_adjust_deleted (fdata *f); ++fdata* get_parent_data (fdata* data); ++node_t* get_parent_node (fdata* data); ++gboolean is_monitoring (fdata* data); ++ ++/* sub */ ++void fdata_sub_add (fdata *f, gpointer sub); ++void fdata_sub_remove (fdata *f, gpointer sub); ++ ++/* misc */ ++node_t* add_missing_cb (node_t* parent, gpointer user_data); ++gboolean pre_del_cb (node_t* node, gpointer user_data); ++ ++/* init */ ++gboolean fdata_class_init (void (*user_emit_cb) (fdata*, int), ++ void (*user_emit_once_cb) (fdata*, int, gpointer), ++ int (*user_event_converter) (int event)); ++ ++#endif /* _FEN_DATA_H_ */ +Index: server/fen-sub.c +=================================================================== +--- server/fen-sub.c (revision 0) ++++ server/fen-sub.c (revision 0) +@@ -0,0 +1,42 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include "fen-sub.h" ++ ++fen_sub* ++fen_sub_new (gpointer udata, gboolean is_mondir) ++{ ++ fen_sub *sub; ++ sub = g_new (fen_sub, 1); ++ sub->user_data = udata; ++ sub->is_mondir = is_mondir; ++ return sub; ++} ++ ++void ++fen_sub_delete (fen_sub *sub) ++{ ++ g_free (sub); ++} +Index: server/fen-sub.h +=================================================================== +--- server/fen-sub.h (revision 0) ++++ server/fen-sub.h (revision 0) +@@ -0,0 +1,39 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include ++ ++#ifndef _FEN_SUB_H_ ++#define _FEN_SUB_H_ ++ ++typedef struct _fen_sub ++{ ++ gpointer user_data; ++ gboolean is_mondir; ++} fen_sub; ++ ++fen_sub* fen_sub_new (gpointer udata, gboolean is_mondir); ++void fen_sub_delete (fen_sub *sub); ++ ++#endif _FEN_SUB_H_ +Index: server/fen-kernel.c +=================================================================== +--- server/fen-kernel.c (revision 0) ++++ server/fen-kernel.c (revision 0) +@@ -0,0 +1,535 @@ ++/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ ++/* vim:set expandtab ts=4 shiftwidth=4: */ ++/* ++ * Copyright (C) 2008 Sun Microsystems, Inc. All rights reserved. ++ * Use is subject to license terms. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library 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 ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General ++ * Public License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, ++ * Boston, MA 02111-1307, USA. ++ * ++ * Authors: Lin Ma ++ */ ++ ++#include "config.h" ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include "fen-kernel.h" ++#include "fen-dump.h" ++ ++#ifdef GIO_COMPILATION ++#define FK_W if (fk_debug_enabled) g_warning ++static gboolean fk_debug_enabled = FALSE; ++#else ++#include "gam_error.h" ++#define FK_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__) ++#endif ++ ++G_GNUC_INTERNAL G_LOCK_DEFINE (fen_lock); ++#define PE_ALLOC 64 ++#define F_PORT(pfo) (((_f *)(pfo))->port->port) ++#define F_NAME(pfo) (((_f *)(pfo))->fobj->fo_name) ++#define FEN_ALL_EVENTS (FILE_MODIFIED | FILE_ATTRIB | FILE_NOFOLLOW) ++#define FEN_IGNORE_EVENTS (FILE_ACCESS) ++#define PROCESS_PORT_EVENTS_TIME 400 /* in milliseconds */ ++ ++static GHashTable *_obj_fen_hash = NULL; /* */ ++static ulong max_port_events = 512; ++static GList *pn_vq; /* the queue of ports which don't have the max objs */ ++static GList *pn_fq; /* the queue of ports which have the max objs */ ++static GQueue *g_eventq = NULL; ++static void (*add_event_cb) (gpointer, fnode_event_t*); ++ ++typedef struct pnode ++{ ++ long ref; /* how many fds are associated to this port */ ++ int port; ++ guint port_source_id; ++} pnode_t; ++ ++typedef struct { ++ pnode_t* port; ++ file_obj_t* fobj; ++ ++ gboolean is_active; ++ gpointer user_data; ++} _f; ++ ++static gboolean port_fetch_event_cb (void *arg); ++static pnode_t *pnode_new (); ++static void pnode_delete (pnode_t *pn); ++ ++gboolean ++is_ported (gpointer f) ++{ ++ _f* fo = g_hash_table_lookup (_obj_fen_hash, f); ++ ++ if (fo) { ++ return fo->is_active; ++ } ++ return FALSE; ++} ++ ++static gchar* ++printevent (const char *pname, int event, const char *tag) ++{ ++ static gchar *event_string = NULL; ++ GString *str; ++ ++ if (event_string) { ++ g_free(event_string); ++ } ++ ++ str = g_string_new (""); ++ g_string_printf (str, "[%s] [%-20s]", tag, pname); ++ if (event & FILE_ACCESS) { ++ str = g_string_append (str, " ACCESS"); ++ } ++ if (event & FILE_MODIFIED) { ++ str = g_string_append (str, " MODIFIED"); ++ } ++ if (event & FILE_ATTRIB) { ++ str = g_string_append (str, " ATTRIB"); ++ } ++ if (event & FILE_DELETE) { ++ str = g_string_append (str, " DELETE"); ++ } ++ if (event & FILE_RENAME_TO) { ++ str = g_string_append (str, " RENAME_TO"); ++ } ++ if (event & FILE_RENAME_FROM) { ++ str = g_string_append (str, " RENAME_FROM"); ++ } ++ if (event & UNMOUNTED) { ++ str = g_string_append (str, " UNMOUNTED"); ++ } ++ if (event & MOUNTEDOVER) { ++ str = g_string_append (str, " MOUNTEDOVER"); ++ } ++ event_string = str->str; ++ g_string_free (str, FALSE); ++ return event_string; ++} ++ ++static void ++port_add_kevent (int e, gpointer f) ++{ ++ fnode_event_t *ev, *tail; ++ GTimeVal t; ++ gboolean has_twin = FALSE; ++ ++ FK_W("%s\n", printevent(F_NAME(f), e, "org")); ++ /* ++ * Child FILE_DELETE | FILE_RENAME_FROM will trigger parent FILE_MODIFIED. ++ * FILE_MODIFIED will trigger FILE_ATTRIB. ++ */ ++ ++ if ((e & FILE_ATTRIB) && e != FILE_ATTRIB) { ++ e ^= FILE_ATTRIB; ++ has_twin = TRUE; ++ } ++ if (e == FILE_RENAME_FROM) { ++ e = FILE_DELETE; ++ } ++ if (e == FILE_RENAME_TO) { ++ e = FILE_MODIFIED; ++ } ++ ++ switch (e) { ++ case FILE_DELETE: ++ case FILE_RENAME_FROM: ++ case FILE_MODIFIED: ++ case FILE_ATTRIB: ++ case UNMOUNTED: ++ case MOUNTEDOVER: ++ break; ++ case FILE_RENAME_TO: ++ case FILE_ACCESS: ++ default: ++ g_assert_not_reached (); ++ return; ++ } ++ ++ tail = (fnode_event_t*) g_queue_peek_tail (g_eventq); ++ if (tail) { ++ if (tail->user_data == f) { ++ if (tail->e == e) { ++ tail->has_twin = (has_twin | (tail->has_twin ^ has_twin)); ++ /* skip the current */ ++ return; ++ } else if (e == FILE_MODIFIED && !has_twin ++ && tail->e == FILE_ATTRIB) { ++ tail->e = FILE_MODIFIED; ++ tail->has_twin = TRUE; ++ return; ++ } else if (e == FILE_ATTRIB ++ && tail->e == FILE_MODIFIED && !tail->has_twin) { ++ tail->has_twin = TRUE; ++ return; ++ } ++ } ++ } ++ ++ if ((ev = fnode_event_new (e, has_twin, f)) != NULL) { ++ g_queue_push_tail (g_eventq, ev); ++ } ++} ++ ++static void ++port_process_kevents () ++{ ++ fnode_event_t *ev; ++ ++ while ((ev = (fnode_event_t*)g_queue_pop_head (g_eventq)) != NULL) { ++ FK_W ("[%s] 0x%p %s\n", __func__, ev, _event_string (ev->e)); ++ add_event_cb (ev->user_data, ev); ++ } ++} ++ ++static gboolean ++port_fetch_event_cb (void *arg) ++{ ++ pnode_t *pn = (pnode_t *)arg; ++ _f* fo; ++ uint_t nget = 0; ++ port_event_t pe[PE_ALLOC]; ++ timespec_t timeout; ++ gpointer f; ++ gboolean ret = TRUE; ++ ++ /* FK_W ("IN <======== %s\n", __func__); */ ++ G_LOCK (fen_lock); ++ ++ memset (&timeout, 0, sizeof (timespec_t)); ++ do { ++ nget = 1; ++ if (port_getn (pn->port, pe, PE_ALLOC, &nget, &timeout) == 0) { ++ int i; ++ for (i = 0; i < nget; i++) { ++ fo = (_f*)pe[i].portev_user; ++ /* handle event */ ++ switch (pe[i].portev_source) { ++ case PORT_SOURCE_FILE: ++ /* If got FILE_EXCEPTION or add to port failed, ++ delete the pnode */ ++ fo->is_active = FALSE; ++ if (fo->user_data) { ++ FK_W("%s\n", ++ printevent(F_NAME(fo), pe[i].portev_events, "RAW")); ++ port_add_kevent (pe[i].portev_events, fo->user_data); ++ } else { ++ /* fnode is deleted */ ++ goto L_delete; ++ } ++ if (pe[i].portev_events & FILE_EXCEPTION) { ++ g_hash_table_remove (_obj_fen_hash, fo->user_data); ++ L_delete: ++ FK_W ("[ FREE_FO ] [0x%p]\n", fo); ++ pnode_delete (fo->port); ++ g_free (fo); ++ } ++ break; ++ default: ++ /* case PORT_SOURCE_TIMER: */ ++ FK_W ("[kernel] unknown portev_source %d\n", pe[i].portev_source); ++ } ++ } ++ } else { ++ FK_W ("[kernel] port_getn %s\n", g_strerror (errno)); ++ nget = 0; ++ } ++ } while (nget == PE_ALLOC); ++ ++ /* Processing g_eventq */ ++ port_process_kevents (); ++ ++ if (pn->ref == 0) { ++ pn->port_source_id = 0; ++ ret = FALSE; ++ } ++ G_UNLOCK (fen_lock); ++ /* FK_W ("OUT ========> %s\n", __func__); */ ++ return ret; ++} ++ ++/* ++ * ref - 1 if remove a watching file succeeded. ++ */ ++static void ++pnode_delete (pnode_t *pn) ++{ ++ g_assert (pn->ref <= max_port_events); ++ ++ if (pn->ref == max_port_events) { ++ FK_W ("PORT : move to visible queue - [pn] 0x%p [ref] %d\n", pn, pn->ref); ++ pn_fq = g_list_remove (pn_fq, pn); ++ pn_vq = g_list_prepend (pn_vq, pn); ++ } ++ if ((-- pn->ref) == 0) { ++ /* Should dispatch the source */ ++ } ++ FK_W ("%s [pn] 0x%p [ref] %d\n", __func__, pn, pn->ref); ++} ++ ++/* ++ * malloc pnode_t and port_create, start thread at pnode_ref. ++ * if pnode_new succeeded, the pnode_t will never ++ * be freed. So pnode_t can be freed only in pnode_new. ++ * Note pnode_monitor_remove_all can also free pnode_t, but currently no one ++ * invork it. ++ */ ++static pnode_t * ++pnode_new () ++{ ++ pnode_t *pn = NULL; ++ ++ if (pn_vq) { ++ pn = (pnode_t*)pn_vq->data; ++ g_assert (pn->ref < max_port_events); ++ } else { ++ pn = g_new0 (pnode_t, 1); ++ if (pn != NULL) { ++ if ((pn->port = port_create ()) >= 0) { ++ g_assert (g_list_find (pn_vq, pn) == NULL); ++ pn_vq = g_list_prepend (pn_vq, pn); ++ } else { ++ FK_W ("PORT_CREATE %s\n", g_strerror (errno)); ++ g_free (pn); ++ pn = NULL; ++ } ++ } ++ } ++ if (pn) { ++ FK_W ("%s [pn] 0x%p [ref] %d\n", __func__, pn, pn->ref); ++ pn->ref++; ++ if (pn->ref == max_port_events) { ++ FK_W ("PORT : move to full queue - [pn] 0x%p [ref] %d\n", pn, pn->ref); ++ pn_vq = g_list_remove (pn_vq, pn); ++ pn_fq = g_list_prepend (pn_fq, pn); ++ g_assert (g_list_find (pn_vq, pn) == NULL); ++ } ++ /* attach the source */ ++ if (pn->port_source_id == 0) { ++ pn->port_source_id = g_timeout_add (PROCESS_PORT_EVENTS_TIME, ++ port_fetch_event_cb, ++ (void *)pn); ++ g_assert (pn->port_source_id > 0); ++ } ++ } ++ ++ return pn; ++} ++ ++/** ++ * port_add_internal ++ * ++ * < private > ++ * Unsafe, need lock fen_lock. ++ */ ++static gboolean ++port_add_internal (file_obj_t* fobj, off_t* len, ++ gpointer f, gboolean need_stat) ++{ ++ int ret; ++ struct stat buf; ++ _f* fo = NULL; ++ ++ g_assert (f && fobj); ++ FK_W ("%s [0x%p] %s\n", __func__, f, fobj->fo_name); ++ ++ if ((fo = g_hash_table_lookup (_obj_fen_hash, f)) == NULL) { ++ fo = g_new0 (_f, 1); ++ fo->fobj = fobj; ++ fo->user_data = f; ++ g_assert (fo); ++ FK_W ("[ NEW_FO ] [0x%p] %s\n", fo, F_NAME(fo)); ++ g_hash_table_insert (_obj_fen_hash, f, fo); ++ } ++ ++ if (fo->is_active) { ++ return TRUE; ++ } ++ ++ if (fo->port == NULL) { ++ fo->port = pnode_new (); ++ } ++ ++ if (need_stat) { ++ if (FN_STAT (F_NAME(fo), &buf) != 0) { ++ FK_W ("LSTAT [%-20s] %s\n", F_NAME(fo), g_strerror (errno)); ++ goto L_exit; ++ } ++ g_assert (len); ++ fo->fobj->fo_atime = buf.st_atim; ++ fo->fobj->fo_mtime = buf.st_mtim; ++ fo->fobj->fo_ctime = buf.st_ctim; ++ *len = buf.st_size; ++ } ++ ++ if (port_associate (F_PORT(fo), ++ PORT_SOURCE_FILE, ++ (uintptr_t)fo->fobj, ++ FEN_ALL_EVENTS, ++ (void *)fo) == 0) { ++ fo->is_active = TRUE; ++ FK_W ("%s %s\n", "PORT_ASSOCIATE", F_NAME(fo)); ++ return TRUE; ++ } else { ++ FK_W ("PORT_ASSOCIATE [%-20s] %s\n", F_NAME(fo), g_strerror (errno)); ++ L_exit: ++ FK_W ("[ FREE_FO ] [0x%p]\n", fo); ++ g_hash_table_remove (_obj_fen_hash, f); ++ pnode_delete (fo->port); ++ g_free (fo); ++ } ++ return FALSE; ++} ++ ++gboolean ++port_add (file_obj_t* fobj, off_t* len, gpointer f) ++{ ++ return port_add_internal (fobj, len, f, TRUE); ++} ++ ++gboolean ++port_add_simple (file_obj_t* fobj, gpointer f) ++{ ++ return port_add_internal (fobj, NULL, f, FALSE); ++} ++ ++/** ++ * port_remove ++ * ++ * < private > ++ * Unsafe, need lock fen_lock. ++ */ ++void ++port_remove (gpointer f) ++{ ++ _f* fo = NULL; ++ ++ FK_W ("%s\n", __func__); ++ if ((fo = g_hash_table_lookup (_obj_fen_hash, f)) != NULL) { ++ /* Marked */ ++ fo->user_data = NULL; ++ g_hash_table_remove (_obj_fen_hash, f); ++ ++ if (port_dissociate (F_PORT(fo), ++ PORT_SOURCE_FILE, ++ (uintptr_t)fo->fobj) == 0) { ++ /* ++ * Note, we can run foode_delete if dissociating is failed, ++ * because there may be some pending events (mostly like ++ * FILE_DELETE) in the port_get. If we delete the foode ++ * the fnode may be deleted, then port_get will run on an invalid ++ * address. ++ */ ++ FK_W ("[ FREE_FO ] [0x%p]\n", fo); ++ pnode_delete (fo->port); ++ g_free (fo); ++ } else { ++ FK_W ("PORT_DISSOCIATE [%-20s] %s\n", F_NAME(fo), g_strerror (errno)); ++ } ++ } ++} ++ ++const gchar * ++_event_string (int event) ++{ ++ switch (event) { ++ case FILE_DELETE: ++ return "FILE_DELETE"; ++ case FILE_RENAME_FROM: ++ return "FILE_RENAME_FROM"; @@ 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 dmichelsen at users.sourceforge.net Tue Jun 15 11:45:42 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 09:45:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10218] csw/mgar/pkg/libsdl/branches/libsdl-1.2.14, REV_2009 .11.10/ Message-ID: Revision: 10218 http://gar.svn.sourceforge.net/gar/?rev=10218&view=rev Author: dmichelsen Date: 2010-06-15 09:45:42 +0000 (Tue, 15 Jun 2010) Log Message: ----------- libsdl: Tag 1.2.14,REV=2009.11.10 Added Paths: ----------- csw/mgar/pkg/libsdl/branches/libsdl-1.2.14,REV_2009.11.10/ 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 Jun 15 11:50:17 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 09:50:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[10219] csw/mgar/pkg/libsdl/branches Message-ID: Revision: 10219 http://gar.svn.sourceforge.net/gar/?rev=10219&view=rev Author: dmichelsen Date: 2010-06-15 09:50:17 +0000 (Tue, 15 Jun 2010) Log Message: ----------- libsdl: Add x11-reloaded branch Modified Paths: -------------- csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile Added Paths: ----------- csw/mgar/pkg/libsdl/branches/x11-reloaded/ Modified: csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/libsdl/trunk/Makefile 2010-06-15 03:21:18 UTC (rev 10217) +++ csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile 2010-06-15 09:50:17 UTC (rev 10219) @@ -17,7 +17,7 @@ PACKAGES = CSWlibsdl CSWlibsdldevel -RUNTIME_DEP_PKGS_CSWlibsdl = CSWiconv CSWlibx11 CSWlibxext +RUNTIME_DEP_PKGS_CSWlibsdl = CSWiconv RUNTIME_DEP_PKGS_CSWlibsdldevel = CSWlibsdl CATALOGNAME_CSWlibsdl = libsdl @@ -29,14 +29,11 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -# needs esound in 64 bit -# make sure it binds completely against new X11 - BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) --disable-static -CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) PKGFILES_CSWlibsdldevel = $(PKGFILES_DEVEL) +CHECKPKG_OVERRIDES_CSWlibsdldevel += surplus-dependency|CSWlibsdl + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jun 15 14:06:33 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 12:06:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10220] csw/mgar/pkg/tin/trunk Message-ID: Revision: 10220 http://gar.svn.sourceforge.net/gar/?rev=10220&view=rev Author: dmichelsen Date: 2010-06-15 12:06:33 +0000 (Tue, 15 Jun 2010) Log Message: ----------- tin: General update to mGAR v2 Modified Paths: -------------- csw/mgar/pkg/tin/trunk/Makefile csw/mgar/pkg/tin/trunk/checksums Added Paths: ----------- csw/mgar/pkg/tin/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/tin/trunk/files/CSWtin.depend csw/mgar/pkg/tin/trunk/files/CSWtin.gspec csw/mgar/pkg/tin/trunk/files/CSWtin.prototype csw/mgar/pkg/tin/trunk/files/LICENSE Property Changed: ---------------- csw/mgar/pkg/tin/trunk/ Property changes on: csw/mgar/pkg/tin/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/tin/trunk/Makefile =================================================================== --- csw/mgar/pkg/tin/trunk/Makefile 2010-06-15 09:50:17 UTC (rev 10219) +++ csw/mgar/pkg/tin/trunk/Makefile 2010-06-15 12:06:33 UTC (rev 10220) @@ -1,22 +1,22 @@ GARNAME = tin -GARVERSION = 1.8.3 +GARVERSION = 1.9.5 CATEGORIES = net -DESCRIPTION = terminal-based news reader +DESCRIPTION = Terminal-based news reader define BLURB tin is an easy-to-use USENET news reader for the console using NNTP. It supports threading, scoring, different charsets, and many other useful things. It has also support for different languages. endef -MASTER_SITES = ftp://ftp.tin.org/pub/news/clients/tin/stable/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWtin,prototype depend) +MASTER_SITES = ftp://ftp.tin.org/pub/news/clients/tin/unstable/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += COPYING +PATCHFILES = configure.patch -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -PATCHFILES = configure.patch +DEP_PKGS = CSWpcrert CSWggettextrt CSWperl CSWlibidn CSWlibicu CSWiconv CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-coffee @@ -33,6 +33,7 @@ include gar/category.mk -post-install: +post-install-modulated: /usr/ccs/bin/strip $(DESTDIR)$(prefix)/bin/tin /usr/ccs/bin/mcs -d $(DESTDIR)$(prefix)/bin/tin + Modified: csw/mgar/pkg/tin/trunk/checksums =================================================================== --- csw/mgar/pkg/tin/trunk/checksums 2010-06-15 09:50:17 UTC (rev 10219) +++ csw/mgar/pkg/tin/trunk/checksums 2010-06-15 12:06:33 UTC (rev 10220) @@ -1,6 +1,3 @@ -b6726c7f3e01b821b3b20d446ac2da9b download/tin-1.8.2.tar.bz2 -e6ed45205020665c097556822b0d575b download/tin-1.8.3.tar.bz2 -ee7d9a401326a5c24ed93d94fd84c2d1 download/CSWtin.gspec -430e5bc5d690d588138ffb2dff383882 download/CSWtin.prototype -6dd5ac4c4f3c9b1e182808c958e91957 download/CSWtin.depend -bb7e3b3753343b3beae9192cc87f83e3 download/configure.patch +608826974d5644ee7967a713fa72cf36 COPYING +bb7e3b3753343b3beae9192cc87f83e3 configure.patch +51661ec8ae10aa7ccf97cbf309cbbf11 tin-1.9.5.tar.gz Copied: csw/mgar/pkg/tin/trunk/files/COPYING (from rev 10217, csw/mgar/pkg/tin/trunk/files/LICENSE) =================================================================== --- csw/mgar/pkg/tin/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/tin/trunk/files/COPYING 2010-06-15 12:06:33 UTC (rev 10220) @@ -0,0 +1,26 @@ +Copyright (c) The Regents of the University of California. +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. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. Deleted: csw/mgar/pkg/tin/trunk/files/CSWtin.depend =================================================================== --- csw/mgar/pkg/tin/trunk/files/CSWtin.depend 2010-06-15 09:50:17 UTC (rev 10219) +++ csw/mgar/pkg/tin/trunk/files/CSWtin.depend 2010-06-15 12:06:33 UTC (rev 10220) @@ -1,4 +0,0 @@ -P CSWpcre pcre - Perl-compatible regular expression library -P CSWggettext ggettext - GNU gettext -P CSWiconv libiconv - GNU iconv library -P CSWlibicu libicu - International Components for Unicode Deleted: csw/mgar/pkg/tin/trunk/files/CSWtin.gspec =================================================================== --- csw/mgar/pkg/tin/trunk/files/CSWtin.gspec 2010-06-15 09:50:17 UTC (rev 10219) +++ csw/mgar/pkg/tin/trunk/files/CSWtin.gspec 2010-06-15 12:06:33 UTC (rev 10220) @@ -1,4 +0,0 @@ -%var bitname tin -%var pkgname CSWtin -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{GARDIR}/net/tin/files/LICENSE Deleted: csw/mgar/pkg/tin/trunk/files/CSWtin.prototype =================================================================== --- csw/mgar/pkg/tin/trunk/files/CSWtin.prototype 2010-06-15 09:50:17 UTC (rev 10219) +++ csw/mgar/pkg/tin/trunk/files/CSWtin.prototype 2010-06-15 12:06:33 UTC (rev 10220) @@ -1,47 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/metamutt 0755 root bin -f none /opt/csw/bin/opt-case.pl 0755 root bin -s none /opt/csw/bin/rtin=tin -f none /opt/csw/bin/tin 0755 root bin -f none /opt/csw/bin/tinews.pl 0755 root bin -f none /opt/csw/bin/url_handler.sh 0755 root bin -f none /opt/csw/bin/w2r.pl 0755 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/locale 0755 root bin -d none /opt/csw/share/locale/de 0755 root bin -d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/de/LC_MESSAGES/tin.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/tin.mo 0644 root bin -d none /opt/csw/share/locale/et 0755 root bin -d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/et/LC_MESSAGES/tin.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/tin.mo 0644 root bin -d none /opt/csw/share/locale/ru 0755 root bin -d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/ru/LC_MESSAGES/tin.mo 0644 root bin -d none /opt/csw/share/locale/rw 0755 root bin -d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/rw/LC_MESSAGES/tin.mo 0644 root bin -d none /opt/csw/share/locale/sv 0755 root bin -d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin -f none /opt/csw/share/locale/sv/LC_MESSAGES/tin.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/tin.mo 0644 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/opt-case.pl.1 0444 root bin -s none /opt/csw/share/man/man1/rtin.1=tin.1 -f none /opt/csw/share/man/man1/tin.1 0444 root bin -f none /opt/csw/share/man/man1/tinews.pl.1 0444 root bin -f none /opt/csw/share/man/man1/w2r.pl.1 0444 root bin -d none /opt/csw/share/man/man5 0755 root bin -f none /opt/csw/share/man/man5/mmdf.5 0444 root bin -f none /opt/csw/share/man/man5/tin.5 0444 root bin -i copyright=CSWtin.copyright -i depend=CSWtin.depend -i pkginfo=CSWtin.pkginfo Deleted: csw/mgar/pkg/tin/trunk/files/LICENSE =================================================================== --- csw/mgar/pkg/tin/trunk/files/LICENSE 2010-06-15 09:50:17 UTC (rev 10219) +++ csw/mgar/pkg/tin/trunk/files/LICENSE 2010-06-15 12:06:33 UTC (rev 10220) @@ -1,26 +0,0 @@ -Copyright (c) The Regents of the University of California. -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. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. 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 Jun 15 14:08:39 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 12:08:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[10221] csw/mgar/pkg/tin/trunk/checksums Message-ID: Revision: 10221 http://gar.svn.sourceforge.net/gar/?rev=10221&view=rev Author: dmichelsen Date: 2010-06-15 12:08:39 +0000 (Tue, 15 Jun 2010) Log Message: ----------- tin: Adjust checksum Modified Paths: -------------- csw/mgar/pkg/tin/trunk/checksums Modified: csw/mgar/pkg/tin/trunk/checksums =================================================================== --- csw/mgar/pkg/tin/trunk/checksums 2010-06-15 12:06:33 UTC (rev 10220) +++ csw/mgar/pkg/tin/trunk/checksums 2010-06-15 12:08:39 UTC (rev 10221) @@ -1,3 +1,3 @@ -608826974d5644ee7967a713fa72cf36 COPYING +3775480a712fc46a69647678acb234cb COPYING bb7e3b3753343b3beae9192cc87f83e3 configure.patch 51661ec8ae10aa7ccf97cbf309cbbf11 tin-1.9.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jun 15 15:30:45 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 13:30:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[10222] csw/mgar/pkg Message-ID: Revision: 10222 http://gar.svn.sourceforge.net/gar/?rev=10222&view=rev Author: dmichelsen Date: 2010-06-15 13:30:45 +0000 (Tue, 15 Jun 2010) Log Message: ----------- x3270: Initial commit, still a lot missing Added Paths: ----------- csw/mgar/pkg/x3270/ csw/mgar/pkg/x3270/branches/ csw/mgar/pkg/x3270/tags/ csw/mgar/pkg/x3270/trunk/ csw/mgar/pkg/x3270/trunk/Makefile csw/mgar/pkg/x3270/trunk/checksums csw/mgar/pkg/x3270/trunk/files/ Property changes on: csw/mgar/pkg/x3270/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/x3270/trunk/Makefile =================================================================== --- csw/mgar/pkg/x3270/trunk/Makefile (rev 0) +++ csw/mgar/pkg/x3270/trunk/Makefile 2010-06-15 13:30:45 UTC (rev 10222) @@ -0,0 +1,35 @@ +# $Id$ +GARNAME = x3270 +GARVERSION = 3.3.10ga5 +CATEGORIES = apps + +DESCRIPTION = An IBM 3270 terminal emulator +define BLURB +endef + +MASTER_SITES = $(SF_MIRROR) +DISTFILES = suite3270-$(GARVERSION)-src.tgz + +# File name regex to get notifications about upstream software releases +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-src.tar.gz + +VENDOR_URL = http://x3270.sourceforge.net/ + +BASEREL = 3.3 +# wc3270 = windows console, we don't need that. +# wpr3270 = MinGW +# ws3270 = MinGW +# SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 wc3270 wpr3287 ws3270 x3270 +SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 x3270 + +WORKSRC = $(WORKDIR) +CONFIGURE_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/configure) +CONFIGURE_ARGS = $(DIRPATHS) + +BUILD_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/Makefile) +TEST_SCRIPTS = +INSTALL_SCRIPTS = $(BUILD_SCRIPTS) + + + +include gar/category.mk Property changes on: csw/mgar/pkg/x3270/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/x3270/trunk/checksums =================================================================== --- csw/mgar/pkg/x3270/trunk/checksums (rev 0) +++ csw/mgar/pkg/x3270/trunk/checksums 2010-06-15 13:30:45 UTC (rev 10222) @@ -0,0 +1 @@ +d373e5657d688d3e5ce35eb226ab19e8 suite3270-3.3.10ga5-src.tgz 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 Jun 15 15:47:52 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 13:47:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[10223] csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile Message-ID: Revision: 10223 http://gar.svn.sourceforge.net/gar/?rev=10223&view=rev Author: dmichelsen Date: 2010-06-15 13:47:52 +0000 (Tue, 15 Jun 2010) Log Message: ----------- libsdl: Add amd64 override Modified Paths: -------------- csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile Modified: csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile 2010-06-15 13:30:45 UTC (rev 10222) +++ csw/mgar/pkg/libsdl/branches/x11-reloaded/Makefile 2010-06-15 13:47:52 UTC (rev 10223) @@ -34,6 +34,7 @@ PKGFILES_CSWlibsdldevel = $(PKGFILES_DEVEL) +CHECKPKG_OVERRIDES_CSWlibsdl += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libSDL-1.2.so.0.11.3 CHECKPKG_OVERRIDES_CSWlibsdldevel += surplus-dependency|CSWlibsdl 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 Tue Jun 15 16:38:10 2010 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Tue, 15 Jun 2010 14:38:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10224] csw/mgar/pkg/nginx/trunk Message-ID: Revision: 10224 http://gar.svn.sourceforge.net/gar/?rev=10224&view=rev Author: aigoshin Date: 2010-06-15 14:38:10 +0000 (Tue, 15 Jun 2010) Log Message: ----------- nginx: package release 20100615 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 2010-06-15 13:47:52 UTC (rev 10223) +++ csw/mgar/pkg/nginx/trunk/Makefile 2010-06-15 14:38:10 UTC (rev 10224) @@ -1,5 +1,5 @@ GARNAME = nginx -GARVERSION = 0.7.65 +GARVERSION = 0.7.67 CATEGORIES = server DESCRIPTION = HTTP server and mail proxy server Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2010-06-15 13:47:52 UTC (rev 10223) +++ csw/mgar/pkg/nginx/trunk/checksums 2010-06-15 14:38:10 UTC (rev 10224) @@ -1,2 +1,2 @@ f2229b341ced83f872b78ade9c97fc8e cswnginx -abc4f76af450eedeb063158bd963feaa nginx-0.7.65.tar.gz +b6e175f969d03a4d3c5643aaabc6a5ff nginx-0.7.67.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jun 15 17:05:12 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 15:05:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[10225] csw/mgar/pkg Message-ID: Revision: 10225 http://gar.svn.sourceforge.net/gar/?rev=10225&view=rev Author: dmichelsen Date: 2010-06-15 15:05:12 +0000 (Tue, 15 Jun 2010) Log Message: ----------- libicu: Initial commit Added Paths: ----------- csw/mgar/pkg/libicu/ csw/mgar/pkg/libicu/branches/ csw/mgar/pkg/libicu/tags/ csw/mgar/pkg/libicu/trunk/ csw/mgar/pkg/libicu/trunk/Makefile csw/mgar/pkg/libicu/trunk/checksums csw/mgar/pkg/libicu/trunk/files/ Property changes on: csw/mgar/pkg/libicu/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/libicu/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-15 15:05:12 UTC (rev 10225) @@ -0,0 +1,65 @@ +# $Id$ +GARNAME = libicu +GARVERSION = 4.4.1 +CATEGORIES = lib + +DESCRIPTION = International Components for Unicode +define BLURB +endef + +EXTRA_MODULATORS = GARVERSION +MODULATIONS_GARVERSION = 4.4.1 4.2.1 + +SKIP_MODULATIONS = isa-sparcv9-garversion-4.2.1 +SKIP_MODULATIONS += isa-amd64-garversion-4.2.1 + +# filename = icu4c-$(shell echo $(1) | tr '.' '_')-src.tgz +_V-4.2.1 = 4_2_1 +_V-4.4.1 = 4_4_1 +filename = icu4c-$(_V-$(1))-src.tgz + +MASTER_SITES = $(addsuffix /,$(addprefix http://download.icu-project.org/files/icu4c/,$(MODULATIONS_GARVERSION))) +SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(call filename,$(VERSION))) +DISTFILES = $(SOURCEFILES) + +NOEXTRACT = $(filter-out $(call filename,$(GARVERSION)),$(SOURCEFILES)) + +# File name regex to get notifications about upstream software releases +UFILES_REGEX = $(GARNAME)-(\d+(?:_\d+)*)-src.tgz + +PACKAGES = CSWlibicu CSWlibicudevel + +CATALOGNAME_CSWlibicu = libicu +CATALOGNAME_CSWlibicudevel = libicu_devel + +SPKG_DESC_CSWlibicu = International Components for Unicode +SPKG_DESC_CSWlibicudevel = Development Files for libicu + +RUNTIME_DEP_PKGS_CSWlibicudevel += CSWlibicu + +LICENSE = license.html + +VENDOR_URL = http://icu-project.org/ + +DISTNAME = icu +WORKSRC = $(WORKDIR)/$(DISTNAME)/source + +# Using -I/opt/csw/include here puts it before the include of the newly built +# software which breaks definitions +CPPFLAGS = +LINKER_FLAGS = + +BUILD64 = 1 +NOISAEXEC = 1 +CONFIGURE_ARGS = $(DIRPATHS) + +MERGE_SCRIPTS_isa-default-garversion-4.2.1 = copy-only +MERGE_DIRS_isa-default-garversion-4.2.1 = $(libdir) + +MERGE_SCRIPTS_isa-default-garversion-4.4.1 = copy-all +MERGE_SCRIPTS_isa-default64-garversion-4.4.1 = copy-relocated-only copy-config-only +MERGE_DIRS_isa-default64-garversion-4.4.1 = $(libdir) + +PKGFILES_CSWlibicu = $(PKGFILES_RT) + +include gar/category.mk Property changes on: csw/mgar/pkg/libicu/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/libicu/trunk/checksums =================================================================== --- csw/mgar/pkg/libicu/trunk/checksums (rev 0) +++ csw/mgar/pkg/libicu/trunk/checksums 2010-06-15 15:05:12 UTC (rev 10225) @@ -0,0 +1,2 @@ +e3738abd0d3ce1870dc1fd1f22bba5b1 icu4c-4_2_1-src.tgz +b6bc0a1153540b2088f8b03e0ba625d3 icu4c-4_4_1-src.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From aigoshin at users.sourceforge.net Tue Jun 15 17:18:13 2010 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Tue, 15 Jun 2010 15:18:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[10226] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 10226 http://gar.svn.sourceforge.net/gar/?rev=10226&view=rev Author: aigoshin Date: 2010-06-15 15:18:13 +0000 (Tue, 15 Jun 2010) Log Message: ----------- nginx: package release 20100615 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2010-06-15 15:05:12 UTC (rev 10225) +++ csw/mgar/pkg/nginx/trunk/Makefile 2010-06-15 15:18:13 UTC (rev 10226) @@ -19,7 +19,7 @@ RUNTIME_DEP_PKGS = CSWosslrt CSWpcrert CSWzlib -PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386 +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 EXTRA_BUILD_ISAS_i386 = pentium_pro amd64 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 Jun 15 17:33:23 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 15:33:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[10227] csw/mgar/pkg Message-ID: Revision: 10227 http://gar.svn.sourceforge.net/gar/?rev=10227&view=rev Author: dmichelsen Date: 2010-06-15 15:33:23 +0000 (Tue, 15 Jun 2010) Log Message: ----------- idzebra: Initial commit Added Paths: ----------- csw/mgar/pkg/idzebra/ csw/mgar/pkg/idzebra/branches/ csw/mgar/pkg/idzebra/tags/ csw/mgar/pkg/idzebra/trunk/ csw/mgar/pkg/idzebra/trunk/Makefile csw/mgar/pkg/idzebra/trunk/checksums csw/mgar/pkg/idzebra/trunk/files/ Property changes on: csw/mgar/pkg/idzebra/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/idzebra/trunk/Makefile =================================================================== --- csw/mgar/pkg/idzebra/trunk/Makefile (rev 0) +++ csw/mgar/pkg/idzebra/trunk/Makefile 2010-06-15 15:33:23 UTC (rev 10227) @@ -0,0 +1,25 @@ +# $Id$ +GARNAME = idzebra +GARVERSION = 2.0.43 +CATEGORIES = lib + +DESCRIPTION = A high-performance, general-purpose structured text indexing and retrieval engine +define BLURB +endef + +MASTER_SITES = http://ftp.indexdata.dk/pub/zebra/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +LICENSE = LICENSE.zebra + +DEP_PKGS = CSWyaz CSWgcrypt CSWexpat CSWlibxml2 CSWlibxslt CSWbzip2 CSWgpgerr CSWiconv CSWtcl CSWzlib + +VENDOR_URL = http://www.indexdata.com/zebra + +# Just wait a _little_ longer until yaz is ready in 64 bit, which itself needs libicu in 64 bit +# BUILD64 = 1 +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Property changes on: csw/mgar/pkg/idzebra/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/idzebra/trunk/checksums =================================================================== --- csw/mgar/pkg/idzebra/trunk/checksums (rev 0) +++ csw/mgar/pkg/idzebra/trunk/checksums 2010-06-15 15:33:23 UTC (rev 10227) @@ -0,0 +1 @@ +00e623d8f1eada14b9750fc997c847bb idzebra-2.0.43.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jun 15 17:42:08 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 15 Jun 2010 15:42:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[10228] csw/mgar/pkg/libicu/trunk/Makefile Message-ID: Revision: 10228 http://gar.svn.sourceforge.net/gar/?rev=10228&view=rev Author: dmichelsen Date: 2010-06-15 15:42:07 +0000 (Tue, 15 Jun 2010) Log Message: ----------- libicu: Add amd64 overrides Modified Paths: -------------- csw/mgar/pkg/libicu/trunk/Makefile Modified: csw/mgar/pkg/libicu/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu/trunk/Makefile 2010-06-15 15:33:23 UTC (rev 10227) +++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-15 15:42:07 UTC (rev 10228) @@ -62,4 +62,12 @@ PKGFILES_CSWlibicu = $(PKGFILES_RT) +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libicui18n.so.44.1 +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libicule.so.44.1 +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libiculx.so.44.1 +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libicuuc.so.44.1 +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libicutu.so.44.1 +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libicuio.so.44.1 +CHECKPKG_OVERRIDES_CSWlibicu += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libicutest.so.44.1 + 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 Tue Jun 15 18:52:18 2010 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Tue, 15 Jun 2010 16:52:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10229] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 10229 http://gar.svn.sourceforge.net/gar/?rev=10229&view=rev Author: aigoshin Date: 2010-06-15 16:52:18 +0000 (Tue, 15 Jun 2010) Log Message: ----------- nginx: package release 20100615 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2010-06-15 15:42:07 UTC (rev 10228) +++ csw/mgar/pkg/nginx/trunk/Makefile 2010-06-15 16:52:18 UTC (rev 10229) @@ -17,7 +17,7 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz -RUNTIME_DEP_PKGS = CSWosslrt CSWpcrert CSWzlib +RUNTIME_DEP_PKGS = CSWosslrt CSWpcrert CSWzlib CSWperl PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 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 Jun 15 23:00:24 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 15 Jun 2010 21:00:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[10230] csw/mgar/pkg/cswclassutils/trunk Message-ID: Revision: 10230 http://gar.svn.sourceforge.net/gar/?rev=10230&view=rev Author: bonivart Date: 2010-06-15 21:00:23 +0000 (Tue, 15 Jun 2010) Log Message: ----------- cswclassutils: include Bens fix for i.cswinetd Modified Paths: -------------- csw/mgar/pkg/cswclassutils/trunk/Makefile csw/mgar/pkg/cswclassutils/trunk/checksums Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/Makefile 2010-06-15 16:52:18 UTC (rev 10229) +++ csw/mgar/pkg/cswclassutils/trunk/Makefile 2010-06-15 21:00:23 UTC (rev 10230) @@ -1,7 +1,7 @@ # $Id$ GARNAME = cswclassutils -GARVERSION = 1.37 +GARVERSION = 1.38 CATEGORIES = utils DESCRIPTION = CSW class action utilities Modified: csw/mgar/pkg/cswclassutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/checksums 2010-06-15 16:52:18 UTC (rev 10229) +++ csw/mgar/pkg/cswclassutils/trunk/checksums 2010-06-15 21:00:23 UTC (rev 10230) @@ -1,6 +1,6 @@ 48a97af56d55bc90ce90303228ed8cc3 COPYING 9846081f8109dc9149dc026b89fbf137 CSWcswclassutils.i.cswcpsampleconf -efd19a09c355319c7d649885e4f9f76e CSWcswclassutils.i.cswcrontab +25f1f5a680a6dc118d2c54333703974f CSWcswclassutils.i.cswcrontab 5e2ae2c6bd828061f86d84f09087b06a CSWcswclassutils.i.cswetcservices e19dc831fd25be25706febc428607993 CSWcswclassutils.i.cswinetd 6abb13158fee906870d1d68dc0fae6f3 CSWcswclassutils.i.cswinitsmf @@ -11,7 +11,7 @@ 4f816acb06e8f95add6faf8607859da2 CSWcswclassutils.i.cswtexinfo e906a50bc2d82e341f78d582f32ecb88 CSWcswclassutils.i.cswusergroup d278a28a6f901c4ff5f07c583b4cff3d CSWcswclassutils.r.cswcpsampleconf -f988248725a4607110a13820a005b72f CSWcswclassutils.r.cswcrontab +b452d4e6b95df03b6b00c6e980bb1004 CSWcswclassutils.r.cswcrontab d60261ddc46e2cc83ecbbfc586a7e686 CSWcswclassutils.r.cswetcservices 9039ea60ad4c3f8994205fb242a49a72 CSWcswclassutils.r.cswinetd 791db9c2f6685aca67043820d260fc60 CSWcswclassutils.r.cswinitsmf 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 Jun 16 11:04:16 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Jun 2010 09:04:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10231] csw/mgar/pkg/libicu/trunk/Makefile Message-ID: Revision: 10231 http://gar.svn.sourceforge.net/gar/?rev=10231&view=rev Author: dmichelsen Date: 2010-06-16 09:04:16 +0000 (Wed, 16 Jun 2010) Log Message: ----------- libicu: Fix linker flags Modified Paths: -------------- csw/mgar/pkg/libicu/trunk/Makefile Modified: csw/mgar/pkg/libicu/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu/trunk/Makefile 2010-06-15 21:00:23 UTC (rev 10230) +++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-16 09:04:16 UTC (rev 10231) @@ -47,10 +47,11 @@ # Using -I/opt/csw/include here puts it before the include of the newly built # software which breaks definitions CPPFLAGS = -LINKER_FLAGS = +LINKER_FLAGS = -lCrun BUILD64 = 1 NOISAEXEC = 1 +NOISALIST = 1 CONFIGURE_ARGS = $(DIRPATHS) MERGE_SCRIPTS_isa-default-garversion-4.2.1 = copy-only This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 16 13:26:19 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 16 Jun 2010 11:26:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10232] csw/mgar/pkg/cpan/Tree-DAG_Node/trunk Message-ID: Revision: 10232 http://gar.svn.sourceforge.net/gar/?rev=10232&view=rev Author: bonivart Date: 2010-06-16 11:26:18 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Tree::DAG_Node: update to 1.06 Modified Paths: -------------- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/Makefile csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/CSWpmtreedagnode.gspec Property Changed: ---------------- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/ Property changes on: csw/mgar/pkg/cpan/Tree-DAG_Node/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/Makefile 2010-06-16 09:04:16 UTC (rev 10231) +++ csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/Makefile 2010-06-16 11:26:18 UTC (rev 10232) @@ -1,9 +1,9 @@ GARNAME = Tree-DAG_Node -GARVERSION = 1.05 +GARVERSION = 1.06 CATEGORIES = cpan -AUTHOR = SBURKE +AUTHOR = COGENT -DESCRIPTION = (super)class for representing nodes in a tree +DESCRIPTION = Class for representing nodes in a tree define BLURB This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent @@ -14,6 +14,10 @@ two mothers). endef -DISTFILES += CSWpmtreedagnode.gspec +DISTFILES += COPYING +PACKAGES = CSWpmtreedagnode +CATALOGNAME = pm_treedagnode +ARCHALL = 1 + include gar/category.mk Modified: csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/checksums 2010-06-16 09:04:16 UTC (rev 10231) +++ csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/checksums 2010-06-16 11:26:18 UTC (rev 10232) @@ -1,2 +1,2 @@ -919553931762ddeeae003e4fb4d44ca2 download/CSWpmtreedagnode.gspec -6956aa477dae75fbb5e7caab83c43d0a download/Tree-DAG_Node-1.05.tar.gz +c415a925d089134a166b72864a1ca43b COPYING +3b006f128bd1d8961fc57c466ffa05f2 Tree-DAG_Node-1.06.tar.gz Added: csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/COPYING 2010-06-16 11:26:18 UTC (rev 10232) @@ -0,0 +1,4 @@ +Copyright 1998-2001, 2004, 2007 by Sean M. Burke and David Hand. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/CSWpmtreedagnode.gspec =================================================================== --- csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/CSWpmtreedagnode.gspec 2010-06-16 09:04:16 UTC (rev 10231) +++ csw/mgar/pkg/cpan/Tree-DAG_Node/trunk/files/CSWpmtreedagnode.gspec 2010-06-16 11:26:18 UTC (rev 10232) @@ -1,12 +0,0 @@ -%var bitname pm_treedagnode -%var pkgname CSWpmtreedagnode -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright 1998,1999,2000,2001 by Sean M. Burke C, all -rights reserved. This program is free software; you can redistribute -it and/or modify it under the same terms as Perl itself. - -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. 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 Jun 16 13:26:49 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Jun 2010 11:26:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[10233] csw/mgar/pkg/libicu/trunk/Makefile Message-ID: Revision: 10233 http://gar.svn.sourceforge.net/gar/?rev=10233&view=rev Author: dmichelsen Date: 2010-06-16 11:26:48 +0000 (Wed, 16 Jun 2010) Log Message: ----------- libicu: Fix merge order Modified Paths: -------------- csw/mgar/pkg/libicu/trunk/Makefile Modified: csw/mgar/pkg/libicu/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu/trunk/Makefile 2010-06-16 11:26:18 UTC (rev 10232) +++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-16 11:26:48 UTC (rev 10233) @@ -8,7 +8,7 @@ endef EXTRA_MODULATORS = GARVERSION -MODULATIONS_GARVERSION = 4.4.1 4.2.1 +MODULATIONS_GARVERSION = 4.2.1 4.4.1 SKIP_MODULATIONS = isa-sparcv9-garversion-4.2.1 SKIP_MODULATIONS += isa-amd64-garversion-4.2.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 Jun 16 13:44:52 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Jun 2010 11:44:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[10234] csw/mgar/pkg/tin/trunk/Makefile Message-ID: Revision: 10234 http://gar.svn.sourceforge.net/gar/?rev=10234&view=rev Author: dmichelsen Date: 2010-06-16 11:44:52 +0000 (Wed, 16 Jun 2010) Log Message: ----------- tin: Force CSW pcre Modified Paths: -------------- csw/mgar/pkg/tin/trunk/Makefile Modified: csw/mgar/pkg/tin/trunk/Makefile =================================================================== --- csw/mgar/pkg/tin/trunk/Makefile 2010-06-16 11:26:48 UTC (rev 10233) +++ csw/mgar/pkg/tin/trunk/Makefile 2010-06-16 11:44:52 UTC (rev 10234) @@ -21,6 +21,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-coffee CONFIGURE_ARGS += --enable-ipv6 --enable-curses +CONFIGURE_ARGS += --with-pcre=$(prefix) CONFIGURE_ARGS += --x-includes=/usr/openwin/include CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib CONFIGURE_ARGS += --with-x --with-Xaw3d This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 16 13:48:28 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 16 Jun 2010 11:48:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10235] csw/mgar/pkg/libev/trunk/Makefile Message-ID: Revision: 10235 http://gar.svn.sourceforge.net/gar/?rev=10235&view=rev Author: wahwah Date: 2010-06-16 11:48:28 +0000 (Wed, 16 Jun 2010) Log Message: ----------- libev: Header files moved to /opt/csw/include/libev Modified Paths: -------------- csw/mgar/pkg/libev/trunk/Makefile Modified: csw/mgar/pkg/libev/trunk/Makefile =================================================================== --- csw/mgar/pkg/libev/trunk/Makefile 2010-06-16 11:44:52 UTC (rev 10234) +++ csw/mgar/pkg/libev/trunk/Makefile 2010-06-16 11:48:28 UTC (rev 10235) @@ -16,7 +16,8 @@ MASTER_SITES = http://dist.schmorp.de/libev/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --includedir=/opt/csw/include/libev BUILD64 = 1 NOISAEXEC = 1 TEST_TARGET = check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 16 13:53:39 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 16 Jun 2010 11:53:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[10236] csw/mgar/pkg/cpan/Test-Warn/trunk Message-ID: Revision: 10236 http://gar.svn.sourceforge.net/gar/?rev=10236&view=rev Author: bonivart Date: 2010-06-16 11:53:39 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Test-Warn: update to 0.21 Modified Paths: -------------- csw/mgar/pkg/cpan/Test-Warn/trunk/Makefile csw/mgar/pkg/cpan/Test-Warn/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Test-Warn/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.depend csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.gspec Property Changed: ---------------- csw/mgar/pkg/cpan/Test-Warn/trunk/ Property changes on: csw/mgar/pkg/cpan/Test-Warn/trunk ___________________________________________________________________ Modified: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1 + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/cpan/Test-Warn/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Warn/trunk/Makefile 2010-06-16 11:48:28 UTC (rev 10235) +++ csw/mgar/pkg/cpan/Test-Warn/trunk/Makefile 2010-06-16 11:53:39 UTC (rev 10236) @@ -1,17 +1,21 @@ GARNAME = Test-Warn -GARVERSION = 0.08 +GARVERSION = 0.21 CATEGORIES = cpan -AUTHOR = BIGJ +AUTHOR = CHORNY -DESCRIPTION = extension to test methods for warnings +DESCRIPTION = Extension to test methods for warnings define BLURB - This module provides a few convenience methods for testing warning based - code. + Extension to test methods for warnings endef -DISTFILES += CSWpmtestwarn.gspec CSWpmtestwarn.depend +MODDIST = $(GARNAME)-$(GARVERSION).zip -DEPENDS += cpan/Test-Exception cpan/Test-Builder-Tester cpan/Sub-Uplevel -DEPENDS += cpan/Array-Compare cpan/Tree-DAG_Node +DISTFILES += COPYING +PACKAGES = CSWpmtestwarn +CATALOGNAME = pm_testwarn +ARCHALL = 1 + +RUNTIME_DEP_PKGS += CSWpmtreedagnode CSWpmsubuplevel + include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-Warn/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-Warn/trunk/checksums 2010-06-16 11:48:28 UTC (rev 10235) +++ csw/mgar/pkg/cpan/Test-Warn/trunk/checksums 2010-06-16 11:53:39 UTC (rev 10236) @@ -1,3 +1,2 @@ -87700acbb77dd931845dd8c00f78a4e9 download/CSWpmtestwarn.gspec -29422dfacc3379d7130cd27b7eb92559 download/CSWpmtestwarn.depend -95fa7fa694f00ec414a877ae4ef65d7b download/Test-Warn-0.08.tar.gz +fd21cc7104092c3f45bb062aad59026a COPYING +d33c38d18d2bedac52bfdbaf94c8744d Test-Warn-0.21.zip Added: csw/mgar/pkg/cpan/Test-Warn/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Test-Warn/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Test-Warn/trunk/files/COPYING 2010-06-16 11:53:39 UTC (rev 10236) @@ -0,0 +1,5 @@ + Copyright 2002 by Janek Schleicher + Copyright 2007-2009 by Alexandr Ciornii + + This library is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.depend =================================================================== --- csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.depend 2010-06-16 11:48:28 UTC (rev 10235) +++ csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.depend 2010-06-16 11:53:39 UTC (rev 10236) @@ -1,5 +0,0 @@ -P CSWpmarraycompare pm_arraycompare - extension for comparing arrays. -P CSWpmsubuplevel pm_subuplevel - apparently run a function in a higher stack frame -P CSWpmtestexceptions pm_testexceptions - test functions for exception based code -P CSWpmtreedagnode pm_treedagnode - (super)class for representing nodes in a tree -P CSWpmtstbldrtester pm_tstbldrtester - test testsuites built with Test::Builder Deleted: csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.gspec =================================================================== --- csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.gspec 2010-06-16 11:48:28 UTC (rev 10235) +++ csw/mgar/pkg/cpan/Test-Warn/trunk/files/CSWpmtestwarn.gspec 2010-06-16 11:53:39 UTC (rev 10236) @@ -1,9 +0,0 @@ -%var bitname pm_testwarn -%var pkgname CSWpmtestwarn -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright 2002 by Janek Schleicher - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 16 14:08:47 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 16 Jun 2010 12:08:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10237] csw/mgar/pkg/libev/trunk/Makefile Message-ID: Revision: 10237 http://gar.svn.sourceforge.net/gar/?rev=10237&view=rev Author: wahwah Date: 2010-06-16 12:08:47 +0000 (Wed, 16 Jun 2010) Log Message: ----------- libev: Renaming event.h to ev-event.h, following the Debian package. Modified Paths: -------------- csw/mgar/pkg/libev/trunk/Makefile Modified: csw/mgar/pkg/libev/trunk/Makefile =================================================================== --- csw/mgar/pkg/libev/trunk/Makefile 2010-06-16 11:53:39 UTC (rev 10236) +++ csw/mgar/pkg/libev/trunk/Makefile 2010-06-16 12:08:47 UTC (rev 10237) @@ -17,9 +17,13 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --includedir=/opt/csw/include/libev BUILD64 = 1 NOISAEXEC = 1 TEST_TARGET = check LICENSE = LICENSE +CHECKPKG_OVERRIDES_CSWlibev += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libev.so.3.0.0 include gar/category.mk + +post-install-modulated: + mv $(DESTDIR)$(includedir)/event.h $(DESTDIR)$(includedir)/ev-event.h + @$(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 Wed Jun 16 14:14:49 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 16 Jun 2010 12:14:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[10238] csw/mgar/pkg/cpan Message-ID: Revision: 10238 http://gar.svn.sourceforge.net/gar/?rev=10238&view=rev Author: bonivart Date: 2010-06-16 12:14:48 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Text-vFile-asData: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Text-vFile-asData/ csw/mgar/pkg/cpan/Text-vFile-asData/branches/ csw/mgar/pkg/cpan/Text-vFile-asData/tags/ csw/mgar/pkg/cpan/Text-vFile-asData/trunk/ csw/mgar/pkg/cpan/Text-vFile-asData/trunk/Makefile csw/mgar/pkg/cpan/Text-vFile-asData/trunk/checksums csw/mgar/pkg/cpan/Text-vFile-asData/trunk/files/ csw/mgar/pkg/cpan/Text-vFile-asData/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Text-vFile-asData/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Text-vFile-asData/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-vFile-asData/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Text-vFile-asData/trunk/Makefile 2010-06-16 12:14:48 UTC (rev 10238) @@ -0,0 +1,19 @@ +GARNAME = Text-vFile-asData +GARVERSION = 0.05 +CATEGORIES = cpan +AUTHOR = RCLAMP + +DESCRIPTION = Parse vFile formatted files into data structures +define BLURB + Parse vFile formatted files into data structures +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmtextvfileasdata +CATALOGNAME = pm_textvfileasdata +ARCHALL = 1 + +RUNTIME_DEP_PKGS += CSWpmclsaccessorchnd + +include gar/category.mk Added: csw/mgar/pkg/cpan/Text-vFile-asData/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Text-vFile-asData/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Text-vFile-asData/trunk/checksums 2010-06-16 12:14:48 UTC (rev 10238) @@ -0,0 +1,2 @@ +3ce05362dd1733c952d19530cd7c0e09 COPYING +3e2ec1f22562dc3d92ababac4f882bed Text-vFile-asData-0.05.tar.gz Added: csw/mgar/pkg/cpan/Text-vFile-asData/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Text-vFile-asData/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Text-vFile-asData/trunk/files/COPYING 2010-06-16 12:14:48 UTC (rev 10238) @@ -0,0 +1,7 @@ +Perl5 is Copyright (C) 1993-2005, by Larry Wall and others. + +It is free software; you can redistribute it and/or modify it under the terms of either: + +a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or + +b) the "Artistic License". This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 16 14:42:14 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 16 Jun 2010 12:42:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10239] csw/mgar/pkg/cpan/Data-ICal/trunk Message-ID: Revision: 10239 http://gar.svn.sourceforge.net/gar/?rev=10239&view=rev Author: bonivart Date: 2010-06-16 12:42:14 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Data-ICal: replace crap installer to make it build Modified Paths: -------------- csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile csw/mgar/pkg/cpan/Data-ICal/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile 2010-06-16 12:14:48 UTC (rev 10238) +++ csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile 2010-06-16 12:42:14 UTC (rev 10239) @@ -5,11 +5,17 @@ DESCRIPTION = Generates iCalendar (RFC 2445) calendar files define BLURB + Generates iCalendar (RFC 2445) calendar files endef +DISTFILES += COPYING + PACKAGES = CSWpmdataical CATALOGNAME = pm_dataical - ARCHALL = 1 +PATCHFILES += 0001-Replace-crap-installer-with-something-more-standard.patch + +RUNTIME_DEP_PKGS += CSWpmclsaccessor CSWpmclassretval CSWpmtextvfileasdata + include gar/category.mk Modified: csw/mgar/pkg/cpan/Data-ICal/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Data-ICal/trunk/checksums 2010-06-16 12:14:48 UTC (rev 10238) +++ csw/mgar/pkg/cpan/Data-ICal/trunk/checksums 2010-06-16 12:42:14 UTC (rev 10239) @@ -1 +1,3 @@ +313a3dfd22c5a34832ed31f5a3934fa8 0001-Replace-crap-installer-with-something-more-standard.patch +98996bde28a864ffdd755bd147f569f0 COPYING 12430864424a7bfe77e5d62a083f792c Data-ICal-0.16.tar.gz Added: csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch =================================================================== --- csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch (rev 0) +++ csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch 2010-06-16 12:42:14 UTC (rev 10239) @@ -0,0 +1,51 @@ +From 6fcc6bf1cc16c99496708fa3798dd3ccb91b7a36 Mon Sep 17 00:00:00 2001 +From: Peter Bonivart +Date: Wed, 16 Jun 2010 14:35:28 +0200 +Subject: [PATCH] Replace crap installer with something more standard. + +--- + Makefile.PL | 34 ++++++++++++++++------------------ + 1 files changed, 16 insertions(+), 18 deletions(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 238bdf0..29ac063 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,18 +1,16 @@ +-use inc::Module::Install; +- +-name ('Data-ICal'); +-author ('Jesse Vincent '); +-version_from ('lib/Data/ICal.pm'); +-abstract_from('lib/Data/ICal.pm'); +-license('perl'); +-build_requires('Test::More'); +-build_requires('Test::Warn'); +-build_requires('Test::NoWarnings'); +-build_requires('Test::LongString'); +-requires('Class::Accessor'); +-requires('Text::vFile::asData'); +-requires('MIME::QuotedPrint'); +-requires('Class::ReturnValue'); +-auto_install(); +-sign(); +-WriteAll; ++use ExtUtils::MakeMaker; ++WriteMakefile ++( ++ 'PL_FILES' => {}, ++ 'INSTALLDIRS' => 'site', ++ 'NAME' => 'Data::ICal', ++ 'EXE_FILES' => [], ++ 'VERSION_FROM' => 'lib/Data/ICal.pm', ++ 'PREREQ_PM' => { ++ 'Test::More' => 0, ++ 'Test::Warn' => 0, ++ 'Test::NoWarnings' => 0, ++ 'Test::LongString' => 0 ++ } ++ ) ++; +-- +1.7.1 + Added: csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING 2010-06-16 12:42:14 UTC (rev 10239) @@ -0,0 +1,5 @@ + Copyright (c) 2005 - 2009, Best Practical Solutions, LLC. All rights + reserved. + + This module is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. See perlartistic. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 16 15:08:56 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 16 Jun 2010 13:08:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[10240] csw/mgar/pkg/koha/trunk/Makefile Message-ID: Revision: 10240 http://gar.svn.sourceforge.net/gar/?rev=10240&view=rev Author: bonivart Date: 2010-06-16 13:08:56 +0000 (Wed, 16 Jun 2010) Log Message: ----------- koha: initial commit, does now work Modified Paths: -------------- csw/mgar/pkg/koha/trunk/Makefile Modified: csw/mgar/pkg/koha/trunk/Makefile =================================================================== --- csw/mgar/pkg/koha/trunk/Makefile 2010-06-16 12:42:14 UTC (rev 10239) +++ csw/mgar/pkg/koha/trunk/Makefile 2010-06-16 13:08:56 UTC (rev 10240) @@ -10,9 +10,74 @@ MASTER_SITES = http://downloads.ptfsinc.com/harley/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +#ARCHALL = 1 + +LICENSE = LICENSE + +SPKG_SOURCEURL = http://www.koha.org + # 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) +#CONFIGURE_ARGS = $(DIRPATHS) +RUNTIME_DEP_PKGS += CSWperl CSWmysql5 CSWapache2 CSWidzebra +RUNTIME_DEP_PKGS += CSWimagemagickCSWpmclassadapter CSWpmclassfactutil +RUNTIME_DEP_PKGS += CSWpmalgorithmchkdig CSWpmbiblioendnotest CSWpmcgisession CSWpmclsaccessor +RUNTIME_DEP_PKGS += CSWpmdbdmysql CSWpmdbi CSWpmdatecalc CSWpmdateical +RUNTIME_DEP_PKGS += CSWpmdateleapyear CSWpmdatemanip CSWpmdublincorerecord CSWpmgdbarcode +RUNTIME_DEP_PKGS += CSWpmhtmltemplatepro CSWpmlibwww CSWpmjson CSWpmlinguastem +RUNTIME_DEP_PKGS += CSWpmmarccrosswalkdblc CSWpmmarcxml CSWpmmarcrecord CSWpmmimebase64 +RUNTIME_DEP_PKGS += CSWpmmailsendmail CSWpmldap CSWpmnetz3950zoom CSWpmpdfapi2 +RUNTIME_DEP_PKGS += CSWpmpdfreusebarcode CSWpmpoe CSWpmscheduleat CSWpmsmssend +RUNTIME_DEP_PKGS += CSWpmtextwrap CSWpmxmldumper CSWpmxmllibxml CSWpmxmllibxslt +RUNTIME_DEP_PKGS += CSWpmxmlsax CSWpmxmlsimple CSWpmyamlsyck CSWpmhtmlscrubber +RUNTIME_DEP_PKGS += CSWpmdatecalc CSWpmmimelite CSWpmpdfreuse CSWpmxmlrss +RUNTIME_DEP_PKGS += CSWpmlistmoreutils CSWpmmarccharse CSWpmtextcsv CSWpmtextcsvxst + +CONFIGURE_SCRIPTS = custom +BUILD_SCRIPTS = custom +TEST_SCRIPTS = custom +INSTALL_SCRIPTS = custom + include gar/category.mk + +configure-custom: + @echo " ==> Configuring $(GARNAME) (custom)" + @( cd $(WORKSRC) ; \ + INSTALL_MODE=single perl Makefile.PL INSTALLDIRS=vendor DESTDIR=$(DESTDIR) CONFDIR=/etc/opt/csw/koha LOCALSTATEDIR=/var/opt/csw/koha INSTALL_MODE='single' INSTALL_BASE='/opt/csw/koha' DB_TYPE='mysql' DB_HOST='localhost' DB_NAME='koha' DB_USER='kohaadmin' DB_PASS='katikoan' INSTALL_ZEBRA='yes' INSTALL_SRU='yes' INSTALL_PAZPAR2='no' AUTH_INDEX_MODE='grs1' ZEBRA_MARC_FORMAT='marc21' ZEBRA_LANGUAGE='en' ZEBRA_USER='kohauser' ZEBRA_PASS='zebrastripes' ZEBRA_SRU_HOST='localhost' ZEBRA_SRU_BIBLIOS_PORT='9998' ZEBRA_SRU_AUTHORITIES_PORT='9999' KOHA_USER='koha' KOHA_GROUP='koha' MERGE_SERVER_HOST='localhost' MERGE_SERVER_PORT='11001' PAZPAR2_HOST= 'localhost' PAZPAR2_PORT='11002' RUN_DATABASE_TESTS='no' PATH_TO_ZEBRA='' ) + @$(MAKECOOKIE) + +build-custom: + @echo " ==> Building $(GARNAME) (custom)" + @( cd $(WORKSRC) ; \ + gmake ) + @$(MAKECOOKIE) + +test-custom: + @echo " ==> Testing $(GARNAME) (custom)" + @( cd $(WORKSRC) ; \ + gmake test ) + @$(MAKECOOKIE) + +#DOCLIST = README.CSW db.127.0.0 db.localhost named.conf named.root rndc.key + +install-custom: + @echo " ==> Installing $(GARNAME) (custom)" +# @ginstall -m 755 -d $(DESTDIR)/opt/csw/etc/init.d +# @ginstall -m 755 $(FILEDIR)/CSWbind.cswnamed $(DESTDIR)/opt/csw/etc/init.d/cswnamed +# @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw +# @ginstall -m 644 $(FILEDIR)/CSWbind.named.conf.CSW $(DESTDIR)/etc/opt/csw/named.conf +# @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWbind +# @ginstall -m 444 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSWbind/ +# @ginstall -m 644 $(FILEDIR)/bind.CSW $(DESTDIR)/etc/opt/csw/pkg/CSWbind/bind +# @ginstall -m 755 -d $(DESTDIR)$(docdir)/$(GARNAME) +# @$(foreach DOC,$(DOCLIST),cp $(FILEDIR)/$(DOC) $(DESTDIR)$(docdir)/$(GARNAME);) +# ( cd $(WORKSRC) ; \ +# gmake DESTDIR=$(DESTDIR) install ) +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named +# @touch $(DESTDIR)/var/opt/csw/named/named.pid +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/dev +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/etc/opt/csw +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/var/named + @$(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 Wed Jun 16 15:27:25 2010 From: aigoshin at users.sourceforge.net (aigoshin at users.sourceforge.net) Date: Wed, 16 Jun 2010 13:27:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10241] csw/mgar/pkg/nginx/trunk/Makefile Message-ID: Revision: 10241 http://gar.svn.sourceforge.net/gar/?rev=10241&view=rev Author: aigoshin Date: 2010-06-16 13:27:25 +0000 (Wed, 16 Jun 2010) Log Message: ----------- nginx: package release 20100615 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2010-06-16 13:08:56 UTC (rev 10240) +++ csw/mgar/pkg/nginx/trunk/Makefile 2010-06-16 13:27:25 UTC (rev 10241) @@ -2,6 +2,8 @@ GARVERSION = 0.7.67 CATEGORIES = server +GARCOMPILER = SOS11 + DESCRIPTION = HTTP server and mail proxy server define BLURB Nginx (pronounced "engine x") is a free, open-source, high-performance 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 Jun 16 22:08:38 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Jun 2010 20:08:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10242] csw/mgar/pkg/giflib/trunk/Makefile Message-ID: Revision: 10242 http://gar.svn.sourceforge.net/gar/?rev=10242&view=rev Author: dmichelsen Date: 2010-06-16 20:08:37 +0000 (Wed, 16 Jun 2010) Log Message: ----------- giflib: Put libungif only in CSWlibungif package Modified Paths: -------------- csw/mgar/pkg/giflib/trunk/Makefile Modified: csw/mgar/pkg/giflib/trunk/Makefile =================================================================== --- csw/mgar/pkg/giflib/trunk/Makefile 2010-06-16 13:27:25 UTC (rev 10241) +++ csw/mgar/pkg/giflib/trunk/Makefile 2010-06-16 20:08:37 UTC (rev 10242) @@ -83,14 +83,14 @@ ARCHALL_CSWgiflibdoc = 1 ARCHALL_CSWungif = 1 -PKGFILES_CSWgiflibrt = $(PKGFILES_RT) +PKGFILES_CSWgiflibrt = $(call baseisadirs,$(libdir),libgif\.so.*) PKGFILES_CSWx11giflibrt = $(call baseisadirs,$(prefix)/X11/lib,[^/]*\.so(\.\d+)*) PKGFILES_CSWx11giflib = $(prefix)/X11/bin/.* PKGFILES_CSWgiflibdoc = $(PKGFILES_DOC) PKGFILES_CSWungif = .*/libungif\..* CHECKPKG_OVERRIDES_CSWungif += surplus-dependency|CSWgiflib -CHECKPKG_OVERRIDES_CSWgiflibrt += bad-rpath-entry|/usr/openwin/lib/64 +CHECKPKG_OVERRIDES_CSWgiflibrt += bad-rpath-entry|/usr/openwin/lib/64|opt/csw/lib/sparcv9/libgif.so.4.1.6 CHECKPKG_OVERRIDES_CSWgiflibrt += linked-against-discouraged-library|libgif.so.4.1.6|libX11.so.4 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jun 16 22:14:58 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 16 Jun 2010 20:14:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10243] csw/mgar/pkg/giflib/trunk/Makefile Message-ID: Revision: 10243 http://gar.svn.sourceforge.net/gar/?rev=10243&view=rev Author: dmichelsen Date: 2010-06-16 20:14:58 +0000 (Wed, 16 Jun 2010) Log Message: ----------- giflib: Put libungif only in CSWlibungif package Modified Paths: -------------- csw/mgar/pkg/giflib/trunk/Makefile Modified: csw/mgar/pkg/giflib/trunk/Makefile =================================================================== --- csw/mgar/pkg/giflib/trunk/Makefile 2010-06-16 20:08:37 UTC (rev 10242) +++ csw/mgar/pkg/giflib/trunk/Makefile 2010-06-16 20:14:58 UTC (rev 10243) @@ -91,6 +91,7 @@ CHECKPKG_OVERRIDES_CSWungif += surplus-dependency|CSWgiflib CHECKPKG_OVERRIDES_CSWgiflibrt += bad-rpath-entry|/usr/openwin/lib/64|opt/csw/lib/sparcv9/libgif.so.4.1.6 +CHECKPKG_OVERRIDES_CSWgiflibrt += bad-rpath-entry|/usr/openwin/lib/64|opt/csw/lib/amd64/libgif.so.4.1.6 CHECKPKG_OVERRIDES_CSWgiflibrt += linked-against-discouraged-library|libgif.so.4.1.6|libX11.so.4 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 17 12:29:58 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 17 Jun 2010 10:29:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10244] csw/mgar/pkg/libicu/trunk Message-ID: Revision: 10244 http://gar.svn.sourceforge.net/gar/?rev=10244&view=rev Author: dmichelsen Date: 2010-06-17 10:29:58 +0000 (Thu, 17 Jun 2010) Log Message: ----------- libicu: Add workaround for icu-config bug Modified Paths: -------------- csw/mgar/pkg/libicu/trunk/Makefile csw/mgar/pkg/libicu/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch Modified: csw/mgar/pkg/libicu/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu/trunk/Makefile 2010-06-16 20:14:58 UTC (rev 10243) +++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-17 10:29:58 UTC (rev 10244) @@ -22,6 +22,10 @@ SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(call filename,$(VERSION))) DISTFILES = $(SOURCEFILES) +# icu-config is broken with ECHO_N/ECHO_C detection: +# http://bugs.icu-project.org/trac/ticket/7768 +PATCHFILES = 0001-Add-workaround-for-echo-n.patch + NOEXTRACT = $(filter-out $(call filename,$(GARVERSION)),$(SOURCEFILES)) # File name regex to get notifications about upstream software releases Modified: csw/mgar/pkg/libicu/trunk/checksums =================================================================== --- csw/mgar/pkg/libicu/trunk/checksums 2010-06-16 20:14:58 UTC (rev 10243) +++ csw/mgar/pkg/libicu/trunk/checksums 2010-06-17 10:29:58 UTC (rev 10244) @@ -1,2 +1,3 @@ +0c9e587cf8dced7405c361c9cd81d98e 0001-Add-workaround-for-echo-n.patch e3738abd0d3ce1870dc1fd1f22bba5b1 icu4c-4_2_1-src.tgz b6bc0a1153540b2088f8b03e0ba625d3 icu4c-4_4_1-src.tgz Added: csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch =================================================================== --- csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch (rev 0) +++ csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch 2010-06-17 10:29:58 UTC (rev 10244) @@ -0,0 +1,26 @@ +From b437f073e7437c657eb5525c6df7dc08e624e0c6 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 17 Jun 2010 11:53:59 +0200 +Subject: [PATCH] Add workaround for echo -n + +--- + config/icu-config-top | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +diff --git a/config/icu-config-top b/config/icu-config-top +index 874a3ab..f3dce7b 100644 +--- a/config/icu-config-top ++++ b/config/icu-config-top +@@ -9,6 +9,9 @@ + # This script is designed to aid configuration of ICU. + # rpath links a library search path right into the binaries. + ++# Make sure we understand "echo -n" until this is fixed: ++# http://bugs.icu-project.org/trac/ticket/7768 ++PATH=/usr/ucb:$PATH + + ### END of icu-config-top + +-- +1.7.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 Thu Jun 17 14:32:16 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 17 Jun 2010 12:32:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10245] csw/mgar/pkg/libicu/trunk/Makefile Message-ID: Revision: 10245 http://gar.svn.sourceforge.net/gar/?rev=10245&view=rev Author: dmichelsen Date: 2010-06-17 12:32:16 +0000 (Thu, 17 Jun 2010) Log Message: ----------- libicu: Add libCstd Modified Paths: -------------- csw/mgar/pkg/libicu/trunk/Makefile Modified: csw/mgar/pkg/libicu/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu/trunk/Makefile 2010-06-17 10:29:58 UTC (rev 10244) +++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-17 12:32:16 UTC (rev 10245) @@ -49,10 +49,14 @@ WORKSRC = $(WORKDIR)/$(DISTNAME)/source # Using -I/opt/csw/include here puts it before the include of the newly built -# software which breaks definitions +# software which breaks definitions, so make sure it is empty. CPPFLAGS = -LINKER_FLAGS = -lCrun +# libCrun is needed for all libs, libCstd for libicui18n.so only +# Not having these does not cause errors during build of libicu, but the +# packages using the libs will bail out as they assume the libs are self-contained. +LINKER_FLAGS = -lCrun -lCstd + BUILD64 = 1 NOISAEXEC = 1 NOISALIST = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 17 18:58:00 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 17 Jun 2010 16:58:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[10246] csw/mgar/pkg/gtk2/branch-c/Makefile Message-ID: Revision: 10246 http://gar.svn.sourceforge.net/gar/?rev=10246&view=rev Author: theferret Date: 2010-06-17 16:57:59 +0000 (Thu, 17 Jun 2010) Log Message: ----------- gtk2/branch-c/Makefile tweak Modified Paths: -------------- csw/mgar/pkg/gtk2/branch-c/Makefile Modified: csw/mgar/pkg/gtk2/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gtk2/branch-c/Makefile 2010-06-17 12:32:16 UTC (rev 10245) +++ csw/mgar/pkg/gtk2/branch-c/Makefile 2010-06-17 16:57:59 UTC (rev 10246) @@ -203,7 +203,7 @@ @(cd $(SRCDIR); gmake DESTDIR=`pwd`/tmpdest install ) @echo copying $(SRCDIR)/tmpdest/$(LIBDIR64_$(ARCH)) @(cd $(SRCDIR)/tmpdest; tar cf - ./$(LIBDIR64_$(ARCH)) ) | (cd $(SRCDIR)/cswstage; tar xf -) - cp $(SRCDIR)/COPYING $(SRCDIR)/cswstage/COPYING + (cd $(SRCDIR) ; cp COPYING cswstage/.) @echo "" touch $@ 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 Jun 17 19:57:50 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 17 Jun 2010 17:57:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10247] csw/mgar/pkg/yaz/trunk/Makefile Message-ID: Revision: 10247 http://gar.svn.sourceforge.net/gar/?rev=10247&view=rev Author: dmichelsen Date: 2010-06-17 17:57:50 +0000 (Thu, 17 Jun 2010) Log Message: ----------- yaz: Add dependencies and overrides Modified Paths: -------------- csw/mgar/pkg/yaz/trunk/Makefile Modified: csw/mgar/pkg/yaz/trunk/Makefile =================================================================== --- csw/mgar/pkg/yaz/trunk/Makefile 2010-06-17 16:57:59 UTC (rev 10246) +++ csw/mgar/pkg/yaz/trunk/Makefile 2010-06-17 17:57:50 UTC (rev 10247) @@ -15,15 +15,7 @@ LICENSE = LICENSE -RUNTIME_DEP_PKGS_CSWyaz += CSWgcrypt -RUNTIME_DEP_PKGS_CSWyaz += CSWgnutls -RUNTIME_DEP_PKGS_CSWyaz += CSWreadline -RUNTIME_DEP_PKGS_CSWyaz += CSWncurses -RUNTIME_DEP_PKGS_CSWyaz += CSWlibxslt -RUNTIME_DEP_PKGS_CSWyaz += CSWgpgerr -RUNTIME_DEP_PKGS_CSWyaz += CSWiconv -RUNTIME_DEP_PKGS_CSWyaz += CSWlibxml2 -RUNTIME_DEP_PKGS_CSWyaz += CSWzlib +DEP_PKGS = CSWgcrypt CSWgnutls CSWreadline CSWncurses CSWlibxslt CSWgpgerr CSWiconv CSWlibxml2 CSWzlib CSWlibicu BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) @@ -32,4 +24,8 @@ MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only MERGE_DIRS_isa-extra = $(libdir) +CHECKPKG_OVERRIDES_CSWyaz += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libyaz_icu.so.4.0.0 +CHECKPKG_OVERRIDES_CSWyaz += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libyaz_server.so.4.0.0 +CHECKPKG_OVERRIDES_CSWyaz += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libyaz.so.4.0.0 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 17 20:15:18 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 17 Jun 2010 18:15:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10248] csw/mgar/pkg/cswutils/trunk/Makefile Message-ID: Revision: 10248 http://gar.svn.sourceforge.net/gar/?rev=10248&view=rev Author: bdwalton Date: 2010-06-17 18:15:18 +0000 (Thu, 17 Jun 2010) Log Message: ----------- cswutils: correct bad symlink in submitpkg; mantis 4467 Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-17 17:57:50 UTC (rev 10247) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-17 18:15:18 UTC (rev 10248) @@ -90,5 +90,5 @@ $(DESTDIR)$(libdir)/python/csw/$${f}; \ done @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/comparepkg - @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/submitpkg + @ln -s ../lib/python/csw/submit_to_newpkgs.py $(DESTDIR)$(bindir)/submitpkg @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Jun 17 20:16:16 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 17 Jun 2010 18:16:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10249] csw/mgar/pkg/cswutils/trunk/checksums Message-ID: Revision: 10249 http://gar.svn.sourceforge.net/gar/?rev=10249&view=rev Author: bdwalton Date: 2010-06-17 18:16:16 +0000 (Thu, 17 Jun 2010) Log Message: ----------- cswutils: update checksums Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-17 18:15:18 UTC (rev 10248) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-17 18:16:16 UTC (rev 10249) @@ -1,14 +1,14 @@ 091b12575ebc0e45cf8c3d8b43d8b638 COPYING 59c261b5337c61ddda9146a2a97efc3d checkpkg 6ec3b6597e04714430987ccc199db3c4 checkpkg.8 -c7dfd7d9204b4e4f066eb33255c6e218 checkpkg.py +7368cadb6ab7514de267ea9d9e63f0ed checkpkg.py 2b5e6e6219b9ad9e48bcd119bd8a5f39 compare_pkgs.py-r133 9a637f6546cc50974159a987302d91c0 cpan2pkg 93b6a811d303ce3be0050c5a7b3c8e69 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 111fa25630c9b8deaeddbad6295b933b dependency_checks.py -db1023c820a48161832687c20fcd0d70 opencsw.py -359dbdbd4643470df1bf9dc7c115c23d package_checks.py +ce9ab3678b7767068b5a4a12d21d54e5 opencsw.py +7e9d410cef8ce8828b1a90dfe5953657 package_checks.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg 8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8 d83f47f61a12b29ba50a5e83944fe4ff submit_to_newpkgs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Thu Jun 17 20:21:08 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Thu, 17 Jun 2010 18:21:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[10250] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Message-ID: Revision: 10250 http://gar.svn.sourceforge.net/gar/?rev=10250&view=rev Author: theferret Date: 2010-06-17 18:21:08 +0000 (Thu, 17 Jun 2010) Log Message: ----------- TEMPLATES: minor tweak Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-17 18:16:16 UTC (rev 10249) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-17 18:21:08 UTC (rev 10250) @@ -41,18 +41,21 @@ # to arch-specific target CONFIGURE=./configure --prefix=/opt/csw --enable-static=no -CONFIGURE_64_sparc= --libexecdir=/opt/csw/libexec/sparcv9 -CONFIGURE_64_i386= --libexecdir=/opt/csw/libexec/amd64 -CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 $(CONFIGURE_64_$(ARCH)) +LIBDIR64_sparc:=/opt/csw/lib/sparcv9 +LIBDIR64_i386 :=/opt/csw/lib/amd64 -LDFLAGS_64_sparc := -R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9 -LDFLAGS_64_i386 := -R/opt/csw/lib/amd64 -L/opt/csw/lib/amd64 +CONFIGURE_64_$(ARCH) := --libdir=$(LIBDIR64_$(ARCH)) +CONFIGURE_64_EXTRAS := $(CONFIGURE_64_$(ARCH)) +LDFLAGS_64_$(ARCH) := -R$(LIBDIR64_$(ARCH)) -L$(LIBDIR64_$(ARCH)) + + CREATEPKG=createpkg -r `pwd`/build/*/cswstage all: $(ARCH)-32 build/.stage1 $(ARCH)-64 package +#all: $(ARCH)-32 package # ARCH-XX handles configure, build, and stage for its own combo # @@ -61,7 +64,9 @@ -extract: +extract: build/.extract.done + +build/.extract.done: test -d build || mkdir build @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ echo Extracting $(ARCHIVENAME) under build dir... ;\ @@ -69,6 +74,7 @@ else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ exit 1; \ fi + touch build/.extract.done clean distclean: @@ -125,10 +131,9 @@ build/.$(ARCH)-64.done: $(ARCH)-64 - # Since we share the same src tree, we should only need to # pre-configure patching one time for all. -build/.patch-preconf.done: +build/.patch-preconf.done: build/.extract.done if test -f patchfile.preconf ; then \ gpatch -d $(SRCDIR) -p0 Revision: 10251 http://gar.svn.sourceforge.net/gar/?rev=10251&view=rev Author: theferret Date: 2010-06-17 20:27:44 +0000 (Thu, 17 Jun 2010) Log Message: ----------- gtk2/branch-c/doc: minor tweak Modified Paths: -------------- csw/mgar/pkg/gtk2/branch-c/doc/pkginfo Modified: csw/mgar/pkg/gtk2/branch-c/doc/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branch-c/doc/pkginfo 2010-06-17 18:21:08 UTC (rev 10250) +++ csw/mgar/pkg/gtk2/branch-c/doc/pkginfo 2010-06-17 20:27:44 UTC (rev 10251) @@ -1,5 +1,6 @@ PKG=CSWgtk2doc NAME=gtk2_doc - Documentation for GTK toolkit +ARCH=all VERSION=2.18.9,REV=2010.06.07 CATEGORY=application VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Fri Jun 18 02:18:52 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Fri, 18 Jun 2010 00:18:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[10252] csw/mgar/pkg/sharutils/trunk/Makefile Message-ID: Revision: 10252 http://gar.svn.sourceforge.net/gar/?rev=10252&view=rev Author: wahwah Date: 2010-06-18 00:18:52 +0000 (Fri, 18 Jun 2010) Log Message: ----------- sharutils: Don't build 64-bit binaries. Modified Paths: -------------- csw/mgar/pkg/sharutils/trunk/Makefile Modified: csw/mgar/pkg/sharutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/sharutils/trunk/Makefile 2010-06-17 20:27:44 UTC (rev 10251) +++ csw/mgar/pkg/sharutils/trunk/Makefile 2010-06-18 00:18:52 UTC (rev 10252) @@ -18,7 +18,10 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz TEST_TARGET = check CONFIGURE_ARGS = $(DIRPATHS) -BUILD64 = 1 +# Apparently, 64 bit builds are frown upon: +# http://lists.opencsw.org/pipermail/pkgsubmissions/2010-June/000907.html +# BUILD64 = 1 + # To make the test use gmd5sum MD5SUM = gmd5sum RUNTIME_DEP_PKGS_CSWsharutils += CSWggettextrt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Fri Jun 18 16:52:57 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Fri, 18 Jun 2010 14:52:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[10253] csw/mgar/gar/v2/lib/python Message-ID: Revision: 10253 http://gar.svn.sourceforge.net/gar/?rev=10253&view=rev Author: wahwah Date: 2010-06-18 14:52:57 +0000 (Fri, 18 Jun 2010) Log Message: ----------- mGAR v2: submitpkg, clean old files before uploading new ones. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/opencsw.py csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py Modified: csw/mgar/gar/v2/lib/python/opencsw.py =================================================================== --- csw/mgar/gar/v2/lib/python/opencsw.py 2010-06-18 00:18:52 UTC (rev 10252) +++ csw/mgar/gar/v2/lib/python/opencsw.py 2010-06-18 14:52:57 UTC (rev 10253) @@ -281,6 +281,7 @@ def __repr__(self): return u"StagingDir(%s)" % repr(self.dir_path) + def GetLatest(self, software, architectures=ARCHITECTURES): files = os.listdir(self.dir_path) package_files = [] Modified: csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py =================================================================== --- csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py 2010-06-18 00:18:52 UTC (rev 10252) +++ csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py 2010-06-18 14:52:57 UTC (rev 10253) @@ -76,6 +76,16 @@ pass +def RemoveOldFiles(basename_list, host, directory): + basename_str = " ".join(["%s/%s*" % (directory, x) for x in basename_list]) + args = ["ssh", host, "rm -f %s" % basename_str] + logging.debug("Running: %s" % args) + ret = subprocess.call(args) + if ret: + msg = ("Removing % failed." % basename_str) + raise PackageSubmissionError(msg) + + def main(): try: config = ConfigParser.SafeConfigParser() @@ -100,6 +110,10 @@ dest="debug", default=False, action="store_true", help="Print debugging messages") + parser.add_option("--no-clean", + dest="clean", default=True, + action="store_false", + help="Prevent submitpkg from deleting old files from newpkgs") (options, args) = parser.parse_args() file_names = args level = logging.INFO @@ -156,14 +170,16 @@ remote_package_files = [] remote_package_references = [] files_to_rsync = [] + target_host = config.get(CONFIG_RELEASE_SECTION, "target host") + target_dir = config.get(CONFIG_RELEASE_SECTION, "target dir") + dst_arg = ("%s:%s" % (target_host, target_dir)) for p in package_files: - dst_arg = ("%s:%s" % (config.get(CONFIG_RELEASE_SECTION, "target host"), - config.get(CONFIG_RELEASE_SECTION, "target dir"))) files_to_rsync.append(p) remote_package_files.append(dst_arg) package_base_file_name = os.path.split(p)[1] remote_package_references.append(dst_arg + "/" + package_base_file_name) - # TODO(maciej): rsync only once + if options.clean: + RemoveOldFiles(catalognames, target_host, target_dir) args = ["rsync", "-v"] + files_to_rsync + [dst_arg] logging.debug(args) try: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 12:07:53 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 10:07:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[10254] csw/mgar/pkg/apache2/trunk/Makefile Message-ID: Revision: 10254 http://gar.svn.sourceforge.net/gar/?rev=10254&view=rev Author: rthurner Date: 2010-06-19 10:07:53 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apache2 - both apr and apr-util need to be externally used or none Modified Paths: -------------- csw/mgar/pkg/apache2/trunk/Makefile Modified: csw/mgar/pkg/apache2/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2/trunk/Makefile 2010-06-18 14:52:57 UTC (rev 10253) +++ csw/mgar/pkg/apache2/trunk/Makefile 2010-06-19 10:07:53 UTC (rev 10254) @@ -43,8 +43,11 @@ (cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); ./buildconf) # Build Configuration +#CONFIGURE_ARGS += --with-apr=$(prefix) CONFIGURE_ARGS += --with-mpm=prefork +CONFIGURE_ARGS += --disable-static + # Fixup target variables APACHE_ROOT = $(DESTDIR)$(prefix)/apache2 LIBTOOL_LADIR = $(APACHE_ROOT)/lib @@ -59,8 +62,8 @@ FIXCONFIG_RMPATHS = $(DESTDIR) FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr-util FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr-util/include -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr -FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr/include +#FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr +#FIXCONFIG_RMPATHS += $(CURDIR)/$(WORKSRC)/$(GARNAME)-$(GARVERSION)/srclib/apr/include post-install-modulated: rename-httpd copy-local-files create-templates This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 18:46:05 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 16:46:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[10255] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10255 http://gar.svn.sourceforge.net/gar/?rev=10255&view=rev Author: rthurner Date: 2010-06-19 16:46:05 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util: curently we do not have a use case for connecting to mssql or sybase, so exclude it until the new freetds is ready. Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 10:07:53 UTC (rev 10254) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 16:46:05 UTC (rev 10255) @@ -20,6 +20,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config +CONFIGURE_ARGS += --without-freetds BUILD64 = 1 STRIP_LIBTOOL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 18:59:46 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 16:59:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[10256] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10256 http://gar.svn.sourceforge.net/gar/?rev=10256&view=rev Author: rthurner Date: 2010-06-19 16:59:46 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util: we do not have sqlite2 Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 16:46:05 UTC (rev 10255) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 16:59:46 UTC (rev 10256) @@ -20,7 +20,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config -CONFIGURE_ARGS += --without-freetds +CONFIGURE_ARGS += --without-freetds --without-sqlite2 BUILD64 = 1 STRIP_LIBTOOL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 19:03:53 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 17:03:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[10257] csw/mgar/pkg/maven2 Message-ID: Revision: 10257 http://gar.svn.sourceforge.net/gar/?rev=10257&view=rev Author: rthurner Date: 2010-06-19 17:03:52 +0000 (Sat, 19 Jun 2010) Log Message: ----------- maven2: upgrade version, change to gar-v2, does not build yet Modified Paths: -------------- csw/mgar/pkg/maven2/trunk/Makefile csw/mgar/pkg/maven2/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec Property Changed: ---------------- csw/mgar/pkg/maven2/ Property changes on: csw/mgar/pkg/maven2 ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/maven2/trunk/Makefile =================================================================== --- csw/mgar/pkg/maven2/trunk/Makefile 2010-06-19 16:59:46 UTC (rev 10256) +++ csw/mgar/pkg/maven2/trunk/Makefile 2010-06-19 17:03:52 UTC (rev 10257) @@ -1,5 +1,5 @@ GARNAME = maven2 -GARVERSION = 2.0.10 +GARVERSION = 2.2.1 CATEGORIES = devel GARCH = all @@ -24,8 +24,6 @@ MASTER_SITES = http://www.powertech.no/apache/dist/maven/binaries/ DISTFILES = apache-maven-$(GARVERSION)-bin.tar.gz -DISTFILES += $(call admfiles,CSWmaven2,) -DISTFILES += bin-mvn # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = apache-maven-(\d+(?:\.\d+)*)-bin.tar.gz Modified: csw/mgar/pkg/maven2/trunk/checksums =================================================================== --- csw/mgar/pkg/maven2/trunk/checksums 2010-06-19 16:59:46 UTC (rev 10256) +++ csw/mgar/pkg/maven2/trunk/checksums 2010-06-19 17:03:52 UTC (rev 10257) @@ -1,3 +1,3 @@ -1673c4b206633155774ecbcab1c2fb2e download/apache-maven-2.0.10-bin.tar.gz -8c87a565ba53d763dbf82a2f27f1cff0 download/CSWmaven2.gspec -f935bf12216ef6533ca53879a456ebeb download/bin-mvn +8c87a565ba53d763dbf82a2f27f1cff0 CSWmaven2.gspec +3f829ed854cbacdaca8f809e4954c916 apache-maven-2.2.1-bin.tar.gz +f935bf12216ef6533ca53879a456ebeb bin-mvn Deleted: csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec =================================================================== --- csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec 2010-06-19 16:59:46 UTC (rev 10256) +++ csw/mgar/pkg/maven2/trunk/files/CSWmaven2.gspec 2010-06-19 17:03:52 UTC (rev 10257) @@ -1,6 +0,0 @@ -%var bitname maven2 -%var pkgname CSWmaven2 -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright - -See /opt/csw/share/maven2/home/LICENSE.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 19:14:27 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 17:14:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[10258] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10258 http://gar.svn.sourceforge.net/gar/?rev=10258&view=rev Author: rthurner Date: 2010-06-19 17:14:27 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util: add missing runtime package dependencies Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 17:03:52 UTC (rev 10257) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 17:14:27 UTC (rev 10258) @@ -13,7 +13,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = LICENSE -RUNTIME_DEP_PKGS = CSWiconv +RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 19:29:34 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 17:29:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[10259] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10259 http://gar.svn.sourceforge.net/gar/?rev=10259&view=rev Author: rthurner Date: 2010-06-19 17:29:34 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util: ignore chkpkg errors Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 17:14:27 UTC (rev 10258) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 17:29:34 UTC (rev 10259) @@ -25,4 +25,9 @@ BUILD64 = 1 STRIP_LIBTOOL = 1 +CHECKPKG_OVERRIDES_CSWapr-util += pkginfo-bad-catalogname|apr-util +CHECKPKG_OVERRIDES_CSWapr-util += rev-tag-missing-in-filename +CHECKPKG_OVERRIDES_CSWapr-util += osrel-tag-not-specified +CHECKPKG_OVERRIDES_CSWapr-util += filename-version-does-not-match-pkginfo-version|filename=util|pkginfo=1.3.9,REV=2010.06.19 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bwalton at opencsw.org Sat Jun 19 19:51:38 2010 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 19 Jun 2010 13:51:38 -0400 Subject: [csw-devel] SF.net SVN: gar:[10259] csw/mgar/pkg/apr-util/trunk/Makefile In-Reply-To: References: Message-ID: <1276969829-sup-7637@pinkfloyd.chass.utoronto.ca> Excerpts from rthurner's message of Sat Jun 19 13:29:34 -0400 2010: Hi Rupert, > +CHECKPKG_OVERRIDES_CSWapr-util += pkginfo-bad-catalogname|apr-util This one can't be overridden and will be the reason the following three overrides are required. Set the catalog name to apr_util and you'll be all set. > +CHECKPKG_OVERRIDES_CSWapr-util += rev-tag-missing-in-filename > +CHECKPKG_OVERRIDES_CSWapr-util += osrel-tag-not-specified > +CHECKPKG_OVERRIDES_CSWapr-util += filename-version-does-not-match-pkginfo-version|filename=util|pkginfo=1.3.9,REV=2010.06.19 Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From rthurner at users.sourceforge.net Sat Jun 19 19:54:02 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 17:54:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[10260] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10260 http://gar.svn.sourceforge.net/gar/?rev=10260&view=rev Author: rthurner Date: 2010-06-19 17:54:02 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util: include, but comment bdb48 ... Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 17:29:34 UTC (rev 10259) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 17:54:02 UTC (rev 10260) @@ -14,12 +14,15 @@ LICENSE = LICENSE RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat +#RUNTIME_DEP_PKGS += CSWbdb48 # 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) CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config +#not yet +#CONFIGURE_ARGS += --with-berkeley-db=$(prefix)/bdb48 CONFIGURE_ARGS += --without-freetds --without-sqlite2 BUILD64 = 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 Sat Jun 19 20:31:18 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 19 Jun 2010 18:31:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10261] csw/mgar/pkg/libtool/trunk/Makefile Message-ID: Revision: 10261 http://gar.svn.sourceforge.net/gar/?rev=10261&view=rev Author: dmichelsen Date: 2010-06-19 18:31:18 +0000 (Sat, 19 Jun 2010) Log Message: ----------- libtool: Raise minimum compiler to SOS12 Modified Paths: -------------- csw/mgar/pkg/libtool/trunk/Makefile Modified: csw/mgar/pkg/libtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/libtool/trunk/Makefile 2010-06-19 17:54:02 UTC (rev 10260) +++ csw/mgar/pkg/libtool/trunk/Makefile 2010-06-19 18:31:18 UTC (rev 10261) @@ -4,11 +4,11 @@ EXTRA_MODULATORS = GARVERSION GARCOMPILER MODULATIONS_GARVERSION = 1.5.26 2.2.10 -MODULATIONS_GARCOMPILER = GCC3 GCC4 SOS11 SOS12 +MODULATIONS_GARCOMPILER = GCC3 GCC4 SOS12 # Modulate over compiler only for 2.2.6 SKIP_MODULATIONS = $(foreach I,sparcv8 sparcv9 i386 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-1.5.26-garcompiler-$C)) -# Compile 64 bit libraries only with SOS11 +# Compile 64 bit libraries only with SOS12 SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.10-garcompiler-$C)) DESCRIPTION = A generic library support tool @@ -23,8 +23,8 @@ DISTFILES = $(SOURCEFILES) PATCH_LIBTOOL = patch-libtool.diff -PATCHFILES_POSTINSTALL_isa-i386-garversion-2.2.10-garcompiler-SOS11 = $(PATCH_LIBTOOL) -PATCHFILES_POSTINSTALL_isa-sparcv8-garversion-2.2.10-garcompiler-SOS11 = $(PATCH_LIBTOOL) +PATCHFILES_POSTINSTALL_isa-i386-garversion-2.2.10-garcompiler-SOS12 = $(PATCH_LIBTOOL) +PATCHFILES_POSTINSTALL_isa-sparcv8-garversion-2.2.10-garcompiler-SOS12 = $(PATCH_LIBTOOL) DISTFILES += $(PATCH_LIBTOOL) NOEXTRACT = $(filter-out $(GARNAME)-$(GARVERSION).tar.gz,$(SOURCEFILES)) @@ -55,14 +55,14 @@ SKIPTEST = 1 TEST_TARGET = check - MERGE_SCRIPTS_isa-default-garversion-1.5.26-garcompiler-SOS11 = copy-only - MERGE_DIRS_isa-default-garversion-1.5.26-garcompiler-SOS11 = $(libdir) - MERGE_SCRIPTS_isa-default64-garversion-1.5.26-garcompiler-SOS11 = copy-relocated-only - MERGE_DIRS_isa-default64-garversion-1.5.26-garcompiler-SOS11 = $(libdir) + MERGE_SCRIPTS_isa-default-garversion-1.5.26-garcompiler-SOS12 = copy-only + MERGE_DIRS_isa-default-garversion-1.5.26-garcompiler-SOS12 = $(libdir) + MERGE_SCRIPTS_isa-default64-garversion-1.5.26-garcompiler-SOS12 = copy-relocated-only + MERGE_DIRS_isa-default64-garversion-1.5.26-garcompiler-SOS12 = $(libdir) - MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-SOS11 = copy-all - MERGE_SCRIPTS_isa-default64-garversion-2.2.10-garcompiler-SOS11 = copy-relocated-only - MERGE_DIRS_isa-default64-garversion-2.2.10-garcompiler-SOS11 = $(libdir) + MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-SOS12 = copy-all + MERGE_SCRIPTS_isa-default64-garversion-2.2.10-garcompiler-SOS12 = copy-relocated-only + MERGE_DIRS_isa-default64-garversion-2.2.10-garcompiler-SOS12 = $(libdir) MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-GCC3 = copy-tags MERGE_SCRIPTS_isa-default-garversion-2.2.10-garcompiler-GCC4 = copy-tags This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 20:38:30 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 18:38:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[10262] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10262 http://gar.svn.sourceforge.net/gar/?rev=10262&view=rev Author: rthurner Date: 2010-06-19 18:38:30 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util: make catalogname compliant Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 18:31:18 UTC (rev 10261) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 18:38:30 UTC (rev 10262) @@ -12,6 +12,7 @@ MASTER_SITES = http://apache.crihan.fr/dist/apr/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = LICENSE +CATALOGNAME_CSWapr-utl = apr_util RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat #RUNTIME_DEP_PKGS += CSWbdb48 @@ -28,9 +29,4 @@ BUILD64 = 1 STRIP_LIBTOOL = 1 -CHECKPKG_OVERRIDES_CSWapr-util += pkginfo-bad-catalogname|apr-util -CHECKPKG_OVERRIDES_CSWapr-util += rev-tag-missing-in-filename -CHECKPKG_OVERRIDES_CSWapr-util += osrel-tag-not-specified -CHECKPKG_OVERRIDES_CSWapr-util += filename-version-does-not-match-pkginfo-version|filename=util|pkginfo=1.3.9,REV=2010.06.19 - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jun 19 20:42:08 2010 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 19 Jun 2010 18:42:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[10263] csw/mgar/pkg/apr-util/trunk/Makefile Message-ID: Revision: 10263 http://gar.svn.sourceforge.net/gar/?rev=10263&view=rev Author: rthurner Date: 2010-06-19 18:42:08 +0000 (Sat, 19 Jun 2010) Log Message: ----------- apr-util - typo :( Modified Paths: -------------- csw/mgar/pkg/apr-util/trunk/Makefile Modified: csw/mgar/pkg/apr-util/trunk/Makefile =================================================================== --- csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 18:38:30 UTC (rev 10262) +++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-06-19 18:42:08 UTC (rev 10263) @@ -12,7 +12,7 @@ MASTER_SITES = http://apache.crihan.fr/dist/apr/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = LICENSE -CATALOGNAME_CSWapr-utl = apr_util +CATALOGNAME = apr_util RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat #RUNTIME_DEP_PKGS += CSWbdb48 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Jun 19 22:40:14 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 19 Jun 2010 20:40:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10264] csw/mgar/pkg/fltk/trunk Message-ID: Revision: 10264 http://gar.svn.sourceforge.net/gar/?rev=10264&view=rev Author: dmichelsen Date: 2010-06-19 20:40:14 +0000 (Sat, 19 Jun 2010) Log Message: ----------- fltk: Update to 1.1.10 and mGAR v2 Modified Paths: -------------- csw/mgar/pkg/fltk/trunk/Makefile csw/mgar/pkg/fltk/trunk/checksums csw/mgar/pkg/fltk/trunk/files/makeinclude.in.diff Removed Paths: ------------- csw/mgar/pkg/fltk/trunk/files/CSWfltk.depend csw/mgar/pkg/fltk/trunk/files/CSWfltk.gspec Modified: csw/mgar/pkg/fltk/trunk/Makefile =================================================================== --- csw/mgar/pkg/fltk/trunk/Makefile 2010-06-19 18:42:08 UTC (rev 10263) +++ csw/mgar/pkg/fltk/trunk/Makefile 2010-06-19 20:40:14 UTC (rev 10264) @@ -1,5 +1,5 @@ GARNAME = fltk -GARVERSION = 1.1.9 +GARVERSION = 1.1.10 CATEGORIES = lib DESCRIPTION = Fast light Tool Kit @@ -10,12 +10,16 @@ MASTER_SITES = http://ftp.easysw.com/pub/fltk/$(GARVERSION)/ DISTFILES = $(GARNAME)-$(GARVERSION)-source.tar.gz -DISTFILES += $(call admfiles,CSWfltk, depend) +PATCHFILES = makeinclude.in.diff Makefile.diff UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -PATCHFILES = makeinclude.in.diff Makefile.diff +VENDOR_URL = http://www.fltk.org/ +DEP_PKGS = CSWzlib CSWjpeg CSWpng + +BUILD64 = 1 +NOISAEXEC = 1 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --mandir=/opt/csw/share/man CONFIGURE_ARGS += --disable-localpng @@ -26,4 +30,9 @@ CONFIGURE_ARGS += --disable-static CONFIGURE_ARGS += --enable-shared +EXTRA_BUILD_EXPORTS = libdir + +MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only +MERGE_DIRS_isa-extra = $(libdir) + include gar/category.mk Modified: csw/mgar/pkg/fltk/trunk/checksums =================================================================== --- csw/mgar/pkg/fltk/trunk/checksums 2010-06-19 18:42:08 UTC (rev 10263) +++ csw/mgar/pkg/fltk/trunk/checksums 2010-06-19 20:40:14 UTC (rev 10264) @@ -1,5 +1,3 @@ -d3c76db1b6cebce7a009429bbd125470 download/fltk-1.1.9-source.tar.gz -5b35d77bcd4cb9dbb8a68eab89b358c8 download/CSWfltk.gspec -043fee4145d49b611961c22859edc4ec download/CSWfltk.depend -1c51238fcb309cc77681874450d1bb28 download/makeinclude.in.diff -3c8162474dca50e2a8def66fc76f890d download/Makefile.diff +3c8162474dca50e2a8def66fc76f890d Makefile.diff +e6378a76ca1ef073bcb092df1ef3ba55 fltk-1.1.10-source.tar.gz +ececb135c37c3b8cd92010634a4456eb makeinclude.in.diff Deleted: csw/mgar/pkg/fltk/trunk/files/CSWfltk.depend =================================================================== --- csw/mgar/pkg/fltk/trunk/files/CSWfltk.depend 2010-06-19 18:42:08 UTC (rev 10263) +++ csw/mgar/pkg/fltk/trunk/files/CSWfltk.depend 2010-06-19 20:40:14 UTC (rev 10264) @@ -1,4 +0,0 @@ -P CSWcommon -P CSWjpeg -P CSWpng -P CSWzlib Deleted: csw/mgar/pkg/fltk/trunk/files/CSWfltk.gspec =================================================================== --- csw/mgar/pkg/fltk/trunk/files/CSWfltk.gspec 2010-06-19 18:42:08 UTC (rev 10263) +++ csw/mgar/pkg/fltk/trunk/files/CSWfltk.gspec 2010-06-19 20:40:14 UTC (rev 10264) @@ -1,4 +0,0 @@ -%var bitname fltk -%var pkgname CSWfltk -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING Modified: csw/mgar/pkg/fltk/trunk/files/makeinclude.in.diff =================================================================== --- csw/mgar/pkg/fltk/trunk/files/makeinclude.in.diff 2010-06-19 18:42:08 UTC (rev 10263) +++ csw/mgar/pkg/fltk/trunk/files/makeinclude.in.diff 2010-06-19 20:40:14 UTC (rev 10264) @@ -1,12 +1,34 @@ -diff --speed-large-files --minimal -Nru fltk-1.1.9.orig/makeinclude.in fltk-1.1.9/makeinclude.in ---- fltk-1.1.9.orig/makeinclude.in 2008-02-26 16:26:08.000000000 +0100 -+++ fltk-1.1.9/makeinclude.in 2009-03-29 18:19:13.217084442 +0200 -@@ -83,7 +83,7 @@ +From 6b84ed88addcef4139cbfd9540ffd56ba12011f1 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Sat, 19 Jun 2010 22:18:12 +0200 +Subject: [PATCH] Adjust linker flags + +--- + makeinclude.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/makeinclude.in b/makeinclude.in +index 058ba7d..80c566b 100644 +--- a/makeinclude.in ++++ b/makeinclude.in +@@ -79,7 +79,7 @@ IMGLIBBASENAME = @IMGLIBBASENAME@ + + # libraries to link with: + AUDIOLIBS = @AUDIOLIBS@ +-DSOFLAGS = -L. @DSOFLAGS@ ++DSOFLAGS = -L. $(LDFLAGS) @DSOFLAGS@ + LDFLAGS = $(OPTIM) @LDFLAGS@ + LDLIBS = @LIBS@ + GLDLIBS = @GLLIB@ @LIBS@ +@@ -88,7 +88,7 @@ LINKFLTKGL = @LINKFLTKGL@ LINKFLTKFORMS = @LINKFLTKFORMS@ @LINKFLTK@ LINKFLTKIMG = @LINKFLTKIMG@ @LINKFLTK@ $(IMAGELIBS) LINKSHARED = @DSOLINK@ @LINKSHARED@ $(IMAGELIBS) -IMAGELIBS = -L../lib @IMAGELIBS@ -+IMAGELIBS = -L../lib -L/opt/csw/lib @IMAGELIBS@ ++IMAGELIBS = -L../lib -L$(libdir) @IMAGELIBS@ # image libraries to build... IMAGEDIRS = @JPEG@ @ZLIB@ @PNG@ +-- +1.7.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 Sat Jun 19 23:14:19 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 19 Jun 2010 21:14:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[10265] csw/mgar/pkg/fltk/trunk/Makefile Message-ID: Revision: 10265 http://gar.svn.sourceforge.net/gar/?rev=10265&view=rev Author: dmichelsen Date: 2010-06-19 21:14:18 +0000 (Sat, 19 Jun 2010) Log Message: ----------- fltk: Add overrides Modified Paths: -------------- csw/mgar/pkg/fltk/trunk/Makefile Modified: csw/mgar/pkg/fltk/trunk/Makefile =================================================================== --- csw/mgar/pkg/fltk/trunk/Makefile 2010-06-19 20:40:14 UTC (rev 10264) +++ csw/mgar/pkg/fltk/trunk/Makefile 2010-06-19 21:14:18 UTC (rev 10265) @@ -35,4 +35,8 @@ MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only MERGE_DIRS_isa-extra = $(libdir) +CHECKPKG_OVERRIDES_CSWfltk += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libfltk.so.1.1 +CHECKPKG_OVERRIDES_CSWfltk += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libfltk_forms.so.1.1 +CHECKPKG_OVERRIDES_CSWfltk += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libfltk_images.so.1.1 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Jun 19 23:18:03 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 19 Jun 2010 21:18:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[10266] csw/mgar/pkg/doxygen/tags/doxygen-1.6.3, REV_2010.02 .24/ Message-ID: Revision: 10266 http://gar.svn.sourceforge.net/gar/?rev=10266&view=rev Author: dmichelsen Date: 2010-06-19 21:18:03 +0000 (Sat, 19 Jun 2010) Log Message: ----------- Tag 1.6.3,REV=2010.02.24 Added Paths: ----------- csw/mgar/pkg/doxygen/tags/doxygen-1.6.3,REV_2010.02.24/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Jun 19 23:18:48 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 19 Jun 2010 21:18:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[10267] csw/mgar/pkg/doxygen/trunk Message-ID: Revision: 10267 http://gar.svn.sourceforge.net/gar/?rev=10267&view=rev Author: dmichelsen Date: 2010-06-19 21:18:48 +0000 (Sat, 19 Jun 2010) Log Message: ----------- doxygen: Update to 1.7.0 Modified Paths: -------------- csw/mgar/pkg/doxygen/trunk/Makefile csw/mgar/pkg/doxygen/trunk/checksums Added Paths: ----------- csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch Modified: csw/mgar/pkg/doxygen/trunk/Makefile =================================================================== --- csw/mgar/pkg/doxygen/trunk/Makefile 2010-06-19 21:18:03 UTC (rev 10266) +++ csw/mgar/pkg/doxygen/trunk/Makefile 2010-06-19 21:18:48 UTC (rev 10267) @@ -1,5 +1,5 @@ GARNAME = doxygen -GARVERSION = 1.6.3 +GARVERSION = 1.7.0 CATEGORIES = utils DESCRIPTION = A documentation system for programming languages @@ -11,13 +11,17 @@ MASTER_SITES = http://ftp.stack.nl/pub/users/dimitri/ DISTFILES = $(GARNAME)-$(GARVERSION).src.tar.gz +# This is needed until this is fixed: +# http://bugzilla.gnome.org/show_bug.cgi?id=621653 +PATCHFILES = 0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch + PACKAGES = CSWdoxygen CSWdoxygendoc CATALOGNAME_CSWdoxygen = doxygen CATALOGNAME_CSWdoxygendoc = doxygen_doc SPKG_DESC_CSWdoxygen = A documentation system for programming languages -SPKG_DESC_CSWdoxygendoc = doxygen documentation +SPKG_DESC_CSWdoxygendoc = Documentation for doxygen LICENSE = LICENSE @@ -54,5 +58,5 @@ PATH := $(PATH):/opt/csw/graphviz2/bin post-extract-modulated: - perl -pi -e ' s,(TMAKE_CFLAGS_RELEASE\s*=\s*)(.*),\1$(filter-out -I/opt/csw/include,$(CFLAGS)),; s,(TMAKE_CXXFLAGS_RELEASE\s*=\s*)(.*),\1$(filter-out -I/opt/csw/include,$(CXXFLAGS)) -norunpath,; ' $(WORKSRC)/tmake/lib/solaris-cc/tmake.conf + perl -pi -e ' s,(TMAKE_CFLAGS_RELEASE\s*=\s*)(.*),\1$(CFLAGS),; s,(TMAKE_CXXFLAGS_RELEASE\s*=\s*)(.*),\1$(CXXFLAGS),; s,(TMAKE_LFLAGS_RELEASE\s*=)(.*),\1$(LDFLAGS),; ' $(WORKSRC)/tmake/lib/solaris-cc/tmake.conf @$(MAKECOOKIE) Modified: csw/mgar/pkg/doxygen/trunk/checksums =================================================================== --- csw/mgar/pkg/doxygen/trunk/checksums 2010-06-19 21:18:03 UTC (rev 10266) +++ csw/mgar/pkg/doxygen/trunk/checksums 2010-06-19 21:18:48 UTC (rev 10267) @@ -1 +1,2 @@ -2d6ea20a9d850d94321cee78bab7bb87 doxygen-1.6.3.src.tar.gz +bc5cec86a7b209a5157a4a1bd8cc6d80 0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch +5b678b08e96b51eb9b63307a9fac6e96 doxygen-1.7.0.src.tar.gz Added: csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch =================================================================== --- csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch (rev 0) +++ csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch 2010-06-19 21:18:48 UTC (rev 10267) @@ -0,0 +1,40 @@ +From 8c163f7a4234e4d2b961f7ea0b553a23016e9bbd Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Sat, 19 Jun 2010 22:29:53 +0200 +Subject: [PATCH] Work around duplicate definition of time as in bug #621653 + +--- + src/portable.cpp | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/portable.cpp b/src/portable.cpp +index ff9b803..3060449 100644 +--- a/src/portable.cpp ++++ b/src/portable.cpp +@@ -27,7 +27,7 @@ extern char **environ; + //#include "doxygen.h" + + static double sysElapsedTime; +-static QTime time; ++static QTime qtime; + + int portable_system(const char *command,const char *args,bool commandHasConsole) + { +@@ -378,12 +378,12 @@ int portable_pclose(FILE *stream) + + void portable_sysTimerStart() + { +- time.start(); ++ qtime.start(); + } + + void portable_sysTimerStop() + { +- sysElapsedTime+=((double)time.elapsed())/1000.0; ++ sysElapsedTime+=((double)qtime.elapsed())/1000.0; + } + + double portable_getSysElapsedTime() +-- +1.7.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sun Jun 20 11:47:17 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sun, 20 Jun 2010 09:47:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[10268] csw/mgar/gar/v2/lib/python/checkpkg.py Message-ID: Revision: 10268 http://gar.svn.sourceforge.net/gar/?rev=10268&view=rev Author: wahwah Date: 2010-06-20 09:47:17 +0000 (Sun, 20 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, use rounded up seconds for db age detection. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/checkpkg.py Modified: csw/mgar/gar/v2/lib/python/checkpkg.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-19 21:18:48 UTC (rev 10267) +++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-20 09:47:17 UTC (rev 10268) @@ -464,9 +464,17 @@ def IsDatabaseUpToDate(self): f_mtime = self.GetFileMtime() d_mtime = self.GetDatabaseMtime() - logging.debug("f_mtime %s, d_time: %s", f_mtime, d_mtime) - fresh = self.GetFileMtime() <= self.GetDatabaseMtime() + logging.debug("IsDatabaseUpToDate: f_mtime %s, d_time: %s", f_mtime, d_mtime) + # Rounding up to integer seconds. There is a race condition: + # pkgadd finishes at 100.1 + # checkpkg reads /var/sadm/install/contents at 100.2 + # new pkgadd runs and finishes at 100.3 + # subsequent checkpkg runs won't pick up the last change. + # I don't expect pkgadd to run under 1s. + fresh = int(f_mtime) <= int(d_mtime) good_version = self.GetDatabaseSchemaVersion() >= DB_SCHEMA_VERSION + logging.debug("IsDatabaseUpToDate: fresh=%s, good_version=%s", + repr(fresh), repr(good_version)) return fresh and good_version def SoftDropTable(self, tablename): 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 Jun 20 21:56:39 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 20 Jun 2010 19:56:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[10269] csw/mgar/pkg Message-ID: Revision: 10269 http://gar.svn.sourceforge.net/gar/?rev=10269&view=rev Author: dmichelsen Date: 2010-06-20 19:56:38 +0000 (Sun, 20 Jun 2010) Log Message: ----------- freetds: Initial commit Added Paths: ----------- csw/mgar/pkg/freetds/ csw/mgar/pkg/freetds/branches/ csw/mgar/pkg/freetds/tags/ csw/mgar/pkg/freetds/trunk/ csw/mgar/pkg/freetds/trunk/Makefile csw/mgar/pkg/freetds/trunk/checksums csw/mgar/pkg/freetds/trunk/files/ Property changes on: csw/mgar/pkg/freetds/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/freetds/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetds/trunk/Makefile (rev 0) +++ csw/mgar/pkg/freetds/trunk/Makefile 2010-06-20 19:56:38 UTC (rev 10269) @@ -0,0 +1,37 @@ +# $Id$ +GARNAME = freetds +GARVERSION = 0.82 +CATEGORIES = lib + +DESCRIPTION = Implementation of the TDS protocol used by MS SQL Server and Sybase +define BLURB + FreeTDS is a set of libraries for Unix and Linux that allows your programs + to natively talk to Microsoft SQL Server and Sybase databases. +endef + +MASTER_SITES = http://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +DEP_PKGS = CSWunixodbc CSWiconv CSWreadline CSWncurses + +sysconfdir = /etc/opt/csw + +BUILD64 = 1 +NOISAEXEC = 1 +CONFIGURE_ARGS = $(DIRPATHS) + +MERGE_DIRS_isa-extra = $(libdir) + +EXTRA_PAX_ARGS = '-s,/doc/$(GARNAME)-$(GARVERSION),/doc/$(GARNAME),p' + +PRESERVECONF = $(addprefix $(sysconfdir)/,freetds.conf locales.conf pool.conf) +MIGRATE_FILES = freetds.conf locales.conf pool.conf + +include gar/category.mk + +post-configure-modulated: + @# Use latest libtool, the one shipped is too old + cp $(bindir_install)/libtool $(WORKSRC)/libtool + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/freetds/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/freetds/trunk/checksums =================================================================== --- csw/mgar/pkg/freetds/trunk/checksums (rev 0) +++ csw/mgar/pkg/freetds/trunk/checksums 2010-06-20 19:56:38 UTC (rev 10269) @@ -0,0 +1 @@ +3df6b2e83fd420e90f1becbd1162990a freetds-0.82.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Jun 21 10:43:10 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 21 Jun 2010 08:43:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10270] csw/mgar/pkg/bind/trunk Message-ID: Revision: 10270 http://gar.svn.sourceforge.net/gar/?rev=10270&view=rev Author: bonivart Date: 2010-06-21 08:43:10 +0000 (Mon, 21 Jun 2010) Log Message: ----------- bind: update to 9.7.1 Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/checksums Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2010-06-20 19:56:38 UTC (rev 10269) +++ csw/mgar/pkg/bind/trunk/Makefile 2010-06-21 08:43:10 UTC (rev 10270) @@ -2,12 +2,12 @@ # owner/group for device files? (root:sys) GARNAME = bind -GARVERSION = 9.7.0 -RELEASE = P2 -DISTVERSION = $(GARVERSION)-$(RELEASE) -SPKG_VERSION = $(GARVERSION)$(RELEASE) -DISTNAME = $(GARNAME)-$(GARVERSION)-$(RELEASE) -WORKSRC = $(WORKDIR)/$(DISTNAME) +GARVERSION = 9.7.1 +#RELEASE = P2 +#DISTVERSION = $(GARVERSION)-$(RELEASE) +#SPKG_VERSION = $(GARVERSION)$(RELEASE) +#DISTNAME = $(GARNAME)-$(GARVERSION)-$(RELEASE) +#WORKSRC = $(WORKDIR)/$(DISTNAME) CATEGORIES = net DESCRIPTION = ISC BIND DNS reference implementation @@ -18,10 +18,10 @@ high-volume and high-reliability applications. endef -MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)-$(RELEASE)/ -DISTFILES = $(DISTNAME).tar.gz -#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)/ -#DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)-$(RELEASE)/ +#DISTFILES = $(DISTNAME).tar.gz +MASTER_SITES = http://ftp.isc.org/isc/bind9/$(GARVERSION)/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += CSWbindchroot.postinstall PACKAGES = CSWbind CSWbinddevel CSWlibbind CSWbindutils CSWbindchroot @@ -58,8 +58,6 @@ CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw CONFIGURE_ARGS += --localstatedir=/var/opt/csw/named -#CHECKPKG_OVERRIDES = symbol-not-found - EXTRA_MERGE_EXCLUDE_FILES = .*~ $(libdir)/.*\.a $(libdir)/.*\.la PKGFILES_CSWbinddevel = $(PKGFILES_DEVEL) @@ -75,7 +73,7 @@ PROTOTYPE_USER_1 = named PROTOTYPE_GROUP_1 = named -INITSMF = /opt/csw/etc/init.d/cswnamed +INITSMF = /etc/opt/csw/init.d/cswnamed SAMPLECONF = /etc/opt/csw/named.conf SAMPLECONF += /etc/opt/csw/bind.keys SAMPLECONF += /etc/opt/csw/pkg/CSWbind/bind @@ -83,9 +81,11 @@ SPKG_SOURCEURL = http://www.isc.org/software/bind +#CHECKPKG_OVERRIDES = symbol-not-found CHECKPKG_OVERRIDES_CSWbinddevel += surplus-dependency|CSWbind CHECKPKG_OVERRIDES_CSWbind += surplus-dependency|CSWbindutils CHECKPKG_OVERRIDES_CSWbindchroot += surplus-dependency|CSWbind +CHECKPKG_OVERRIDES_CSWbinddevel += archall-devel-package include gar/category.mk @@ -93,9 +93,9 @@ install-custom: @echo " ==> Installing $(GARNAME) (custom)" - @ginstall -m 755 -d $(DESTDIR)/opt/csw/etc/init.d - @ginstall -m 755 $(FILEDIR)/CSWbind.cswnamed $(DESTDIR)/opt/csw/etc/init.d/cswnamed - @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw + @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/init.d + @ginstall -m 755 $(FILEDIR)/CSWbind.cswnamed $(DESTDIR)/etc/opt/csw/init.d/cswnamed +# @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw @ginstall -m 644 $(FILEDIR)/CSWbind.named.conf.CSW $(DESTDIR)/etc/opt/csw/named.conf @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWbind @ginstall -m 444 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSWbind/ Modified: csw/mgar/pkg/bind/trunk/checksums =================================================================== --- csw/mgar/pkg/bind/trunk/checksums 2010-06-20 19:56:38 UTC (rev 10269) +++ csw/mgar/pkg/bind/trunk/checksums 2010-06-21 08:43:10 UTC (rev 10270) @@ -1,2 +1,2 @@ dbbc839888d11d22aad3ccb65942d2e5 CSWbindchroot.postinstall -47fc341901f00c1d815bef12ab4533de bind-9.7.0-P2.tar.gz +712c425e59cb4aa9309bc4716283742f bind-9.7.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Jun 21 14:03:22 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 21 Jun 2010 12:03:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[10271] csw/mgar/pkg/dhcp/trunk Message-ID: Revision: 10271 http://gar.svn.sourceforge.net/gar/?rev=10271&view=rev Author: bonivart Date: 2010-06-21 12:03:21 +0000 (Mon, 21 Jun 2010) Log Message: ----------- dhcp: update to 4.1.1-P1 Modified Paths: -------------- csw/mgar/pkg/dhcp/trunk/Makefile csw/mgar/pkg/dhcp/trunk/checksums Modified: csw/mgar/pkg/dhcp/trunk/Makefile =================================================================== --- csw/mgar/pkg/dhcp/trunk/Makefile 2010-06-21 08:43:10 UTC (rev 10270) +++ csw/mgar/pkg/dhcp/trunk/Makefile 2010-06-21 12:03:21 UTC (rev 10271) @@ -1,5 +1,10 @@ GARNAME = dhcp GARVERSION = 4.1.1 +RELEASE = P1 +DISTVERSION = $(GARVERSION)-$(RELEASE) +SPKG_VERSION = $(GARVERSION)$(RELEASE) +DISTNAME = $(GARNAME)-$(GARVERSION)-$(RELEASE) +WORKSRC = $(WORKDIR)/$(DISTNAME) CATEGORIES = net DESCRIPTION = ISC DHCP reference implementation @@ -11,7 +16,8 @@ endef MASTER_SITES = http://ftp.isc.org/isc/dhcp/ -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +#DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES = $(DISTNAME).tar.gz LICENSE = LICENSE @@ -26,6 +32,9 @@ UFILES_REGEX = ($(GARNAME)-\d+(?:\.\d+)*).tar.gz +CHECKPKG_OVERRIDES_CSWdhcpdevel += archall-devel-package +CHECKPKG_OVERRIDES_CSWdhcpdevel += surplus-dependency|CSWdhcp + GARCOMPILER = GNU TEST_TARGET = check Modified: csw/mgar/pkg/dhcp/trunk/checksums =================================================================== --- csw/mgar/pkg/dhcp/trunk/checksums 2010-06-21 08:43:10 UTC (rev 10270) +++ csw/mgar/pkg/dhcp/trunk/checksums 2010-06-21 12:03:21 UTC (rev 10271) @@ -1 +1 @@ -38a74c89d8913b9b5f33737047623c18 dhcp-4.1.1.tar.gz +ee390a35687dd75dbfc32c856c0938d1 dhcp-4.1.1-P1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 21 23:30:46 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 21 Jun 2010 21:30:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[10272] csw/mgar/pkg/gamin/trunk Message-ID: Revision: 10272 http://gar.svn.sourceforge.net/gar/?rev=10272&view=rev Author: theferret Date: 2010-06-21 21:30:46 +0000 (Mon, 21 Jun 2010) Log Message: ----------- gamin: bumps to version 0.1.10 Modified Paths: -------------- csw/mgar/pkg/gamin/trunk/Makefile csw/mgar/pkg/gamin/trunk/pkginfo csw/mgar/pkg/gamin/trunk/prototype.i386 csw/mgar/pkg/gamin/trunk/prototype.sparc Modified: csw/mgar/pkg/gamin/trunk/Makefile =================================================================== --- csw/mgar/pkg/gamin/trunk/Makefile 2010-06-21 12:03:21 UTC (rev 10271) +++ csw/mgar/pkg/gamin/trunk/Makefile 2010-06-21 21:30:46 UTC (rev 10272) @@ -17,7 +17,7 @@ # Where do we keep local downloads of software src files ARCHIVEDIR ?= /home/src -ARCHIVENAME ?= gamin-0.1.9.tar.gz +ARCHIVENAME ?= gamin-0.1.10.tar.gz EXTRACTPROG ?= /usr/sfw/bin/gtar zfx # Only use ONE here. The name is used for compat with 'gar'. @@ -135,16 +135,19 @@ # pre-configure patching one time for all. build/.patch-preconf.done: build/.extract.done gpatch -d $(SRCDIR) -p0 Revision: 10273 http://gar.svn.sourceforge.net/gar/?rev=10273&view=rev Author: theferret Date: 2010-06-21 22:50:31 +0000 (Mon, 21 Jun 2010) Log Message: ----------- openbox: new package Added Paths: ----------- csw/mgar/pkg/openbox/ csw/mgar/pkg/openbox/Makefile csw/mgar/pkg/openbox/trunk/ csw/mgar/pkg/openbox/trunk/Makefile csw/mgar/pkg/openbox/trunk/README csw/mgar/pkg/openbox/trunk/copyright csw/mgar/pkg/openbox/trunk/depend csw/mgar/pkg/openbox/trunk/patches.pre-conf csw/mgar/pkg/openbox/trunk/pkginfo csw/mgar/pkg/openbox/trunk/prototype Added: csw/mgar/pkg/openbox/Makefile =================================================================== --- csw/mgar/pkg/openbox/Makefile (rev 0) +++ csw/mgar/pkg/openbox/Makefile 2010-06-21 22:50:31 UTC (rev 10273) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/openbox/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/openbox/trunk/Makefile =================================================================== --- csw/mgar/pkg/openbox/trunk/Makefile (rev 0) +++ csw/mgar/pkg/openbox/trunk/Makefile 2010-06-21 22:50:31 UTC (rev 10273) @@ -0,0 +1,154 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= openbox-3.4.11.2.tar.gz +EXTRACTPROG ?= /usr/sfw/bin/gtar zfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://openbox.org/dist/openbox + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure X_CFLAGS=-I/opt/csw/include --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 shaped = ((XShapeEvent*)e)->shaped; + kind = ShapeBounding; + break; ++#ifdef ShapeInput + case ShapeInput: + client->shaped_input = ((XShapeEvent*)e)->shaped; + kind = ShapeInput; + break; ++#endif + } + frame_adjust_shape_kind(client->frame, kind); + } +--- ./openbox/openbox.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/openbox.c Tue Jun 22 00:34:00 2010 +@@ -202,7 +202,7 @@ + + /* set the DISPLAY environment variable for any lauched children, to the + display we're using, so they open in the right place. */ +- setenv("DISPLAY", DisplayString(ob_display), TRUE); ++ g_setenv("DISPLAY", DisplayString(ob_display), TRUE); + + /* create available cursors */ + cursors[OB_CURSOR_NONE] = None; +@@ -585,12 +585,12 @@ + const gchar *id; + + /* unset this so we don't pass it on unknowingly */ +- unsetenv("DESKTOP_STARTUP_ID"); ++ g_unsetenv("DESKTOP_STARTUP_ID"); + + /* this is how gnome-session passes in a session client id */ + id = g_getenv("DESKTOP_AUTOSTART_ID"); + if (id) { +- unsetenv("DESKTOP_AUTOSTART_ID"); ++ g_unsetenv("DESKTOP_AUTOSTART_ID"); + if (ob_sm_id) g_free(ob_sm_id); + ob_sm_id = g_strdup(id); + ob_debug_type(OB_DEBUG_SM, +--- ./openbox/frame.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/frame.c Tue Jun 22 00:13:55 2010 +@@ -274,8 +274,11 @@ + gint num; + XRectangle xrect[2]; + +- if (!((kind == ShapeBounding && self->client->shaped) || +- (kind == ShapeInput && self->client->shaped_input))) { ++ if (!( (kind == ShapeBounding && self->client->shaped) ++#ifdef ShapeInput ++ || (kind == ShapeInput && self->client->shaped_input) ++#endif ++ )) { + /* clear the shape on the frame window */ + XShapeCombineMask(ob_display, self->window, kind, + self->size.left, +@@ -320,8 +323,10 @@ + { + #ifdef SHAPE + frame_adjust_shape_kind(self, ShapeBounding); ++#ifdef ShapeInput + frame_adjust_shape_kind(self, ShapeInput); + #endif ++#endif + } + + void frame_adjust_area(ObFrame *self, gboolean moved, +--- ./openbox/startupnotify.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/startupnotify.c Tue Jun 22 00:34:13 2010 +@@ -266,7 +266,7 @@ + g_direct_equal, + (GDestroyNotify)sn_launcher_context_unref); + +- setenv("DESKTOP_STARTUP_ID", id, TRUE); ++ g_setenv("DESKTOP_STARTUP_ID", id, TRUE); + + g_free(desc); + } +--- ./openbox/actions/execute.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/actions/execute.c Tue Jun 22 00:34:37 2010 +@@ -196,7 +196,7 @@ + sn_spawn_cancel(); + } + if (o->sn) +- unsetenv("DESKTOP_STARTUP_ID"); ++ g_unsetenv("DESKTOP_STARTUP_ID"); + + g_free(program); + g_strfreev(argv); Added: csw/mgar/pkg/openbox/trunk/pkginfo =================================================================== --- csw/mgar/pkg/openbox/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/openbox/trunk/pkginfo 2010-06-21 22:50:31 UTC (rev 10273) @@ -0,0 +1,8 @@ +PKG=CSWopenbox +NAME=openbox - gtk based window manager +VERSION=3.4.11.2,REV=2010.06.21 +CATEGORY=application +VENDOR=http://openbox.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/openbox/trunk Added: csw/mgar/pkg/openbox/trunk/prototype =================================================================== --- csw/mgar/pkg/openbox/trunk/prototype (rev 0) +++ csw/mgar/pkg/openbox/trunk/prototype 2010-06-21 22:50:31 UTC (rev 10273) @@ -0,0 +1,148 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/lib 0755 root bin +f none /opt/csw/lib/libobparser.so.21.0.9 0755 root bin +f none /opt/csw/lib/libobparser.la 0755 root bin +s none /opt/csw/lib/libobparser.so=libobparser.so.21.0.9 +f none /opt/csw/lib/libobrender.so.21.0.9 0755 root bin +s none /opt/csw/lib/libobrender.so=libobrender.so.21.0.9 +s none /opt/csw/lib/libobrender.so.21=libobrender.so.21.0.9 +s none /opt/csw/lib/libobparser.so.21=libobparser.so.21.0.9 +d none /opt/csw/lib/openbox 0755 root bin +f none /opt/csw/lib/openbox/xdg-autostart 0755 root bin +f none /opt/csw/lib/libobrender.la 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/obrender-3.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/obparser-3.0.pc 0644 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/themes 0755 root bin +d none /opt/csw/share/themes/Artwiz-boxed 0755 root bin +d none /opt/csw/share/themes/Artwiz-boxed/openbox-3 0755 root bin +f none /opt/csw/share/themes/Artwiz-boxed/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Onyx 0755 root bin +d none /opt/csw/share/themes/Onyx/openbox-3 0755 root bin +f none /opt/csw/share/themes/Onyx/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Onyx-Citrus 0755 root bin +d none /opt/csw/share/themes/Onyx-Citrus/openbox-3 0755 root bin +f none /opt/csw/share/themes/Onyx-Citrus/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Syscrash 0755 root bin +d none /opt/csw/share/themes/Syscrash/openbox-3 0755 root bin +f none /opt/csw/share/themes/Syscrash/openbox-3/max_toggled.xbm 0644 root bin +f none /opt/csw/share/themes/Syscrash/openbox-3/max_pressed.xbm 0644 root bin +f none /opt/csw/share/themes/Syscrash/openbox-3/max.xbm 0644 root bin +f none /opt/csw/share/themes/Syscrash/openbox-3/max_disabled.xbm 0644 root bin +f none /opt/csw/share/themes/Syscrash/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Mikachu 0755 root bin +d none /opt/csw/share/themes/Mikachu/openbox-3 0755 root bin +f none /opt/csw/share/themes/Mikachu/openbox-3/iconify.xbm 0644 root bin +f none /opt/csw/share/themes/Mikachu/openbox-3/themerc 0644 root bin +f none /opt/csw/share/themes/Mikachu/openbox-3/bullet.xbm 0644 root bin +f none /opt/csw/share/themes/Mikachu/openbox-3/max.xbm 0644 root bin +f none /opt/csw/share/themes/Mikachu/openbox-3/desk.xbm 0644 root bin +f none /opt/csw/share/themes/Mikachu/openbox-3/close.xbm 0644 root bin +d none /opt/csw/share/themes/Orang 0755 root bin +d none /opt/csw/share/themes/Orang/openbox-3 0755 root bin +f none /opt/csw/share/themes/Orang/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Clearlooks 0755 root bin +d none /opt/csw/share/themes/Clearlooks/openbox-3 0755 root bin +f none /opt/csw/share/themes/Clearlooks/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Clearlooks-Olive 0755 root bin +d none /opt/csw/share/themes/Clearlooks-Olive/openbox-3 0755 root bin +f none /opt/csw/share/themes/Clearlooks-Olive/openbox-3/themerc 0644 root bin +d none /opt/csw/share/themes/Natura 0755 root bin +d none /opt/csw/share/themes/Natura/openbox-3 0755 root bin +f none /opt/csw/share/themes/Natura/openbox-3/max.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/iconify.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/shade.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/close_hover.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/max_toggled.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/iconify_hover.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/themerc 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/shade_hover.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/close.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/desk_toggled.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/max_hover.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/desk_hover.xbm 0644 root bin +f none /opt/csw/share/themes/Natura/openbox-3/desk.xbm 0644 root bin +d none /opt/csw/share/themes/Bear2 0755 root bin +d none /opt/csw/share/themes/Bear2/openbox-3 0755 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/desk.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/desk_toggled.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/iconify.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/shade_pressed.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/shade.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/max.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/close.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/close_pressed.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/max_pressed.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/max_toggled.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/iconify_pressed.xbm 0644 root bin +f none /opt/csw/share/themes/Bear2/openbox-3/themerc 0644 root bin +d none /opt/csw/share/doc 0755 root bin +d none /opt/csw/share/doc/openbox 0755 root bin +f none /opt/csw/share/doc/openbox/rc-mouse-focus.xml 0644 root bin +f none /opt/csw/share/doc/openbox/README 0644 root bin +f none /opt/csw/share/doc/openbox/COMPLIANCE 0644 root bin +d none /opt/csw/share/doc/openbox/xbm 0755 root bin +f none /opt/csw/share/doc/openbox/xbm/close.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/shade_toggled.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/desk.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/bullet.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/max.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/desk_toggled.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/iconify.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/shade.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/xbm/max_toggled.xbm 0644 root bin +f none /opt/csw/share/doc/openbox/menu.xsd 0644 root bin +f none /opt/csw/share/doc/openbox/rc.xsd 0644 root bin +f none /opt/csw/share/doc/openbox/AUTHORS 0644 root bin +f none /opt/csw/share/doc/openbox/COPYING 0644 root bin +f none /opt/csw/share/doc/openbox/CHANGELOG 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/openbox-kde-session.1 0644 root bin +f none /opt/csw/share/man/man1/openbox-session.1 0644 root bin +f none /opt/csw/share/man/man1/openbox-gnome-session.1 0644 root bin +f none /opt/csw/share/man/man1/openbox.1 0644 root bin +f none /opt/csw/share/man/man1/obxprop.1 0644 root bin +d none /opt/csw/share/xsessions 0755 root bin +f none /opt/csw/share/xsessions/openbox.desktop 0644 root bin +f none /opt/csw/share/xsessions/openbox-kde.desktop 0644 root bin +f none /opt/csw/share/xsessions/openbox-gnome.desktop 0644 root bin +d none /opt/csw/share/pixmaps 0755 root bin +f none /opt/csw/share/pixmaps/openbox.png 0644 root bin +d none /opt/csw/share/gnome 0755 root bin +d none /opt/csw/share/gnome/wm-properties 0755 root bin +f none /opt/csw/share/gnome/wm-properties/openbox.desktop 0644 root bin +d none /opt/csw/share/applications 0755 root bin +f none /opt/csw/share/applications/openbox.desktop 0644 root bin +d none /opt/csw/etc 0755 root bin +d none /opt/csw/etc/xdg 0755 root bin +d none /opt/csw/etc/xdg/openbox 0755 root bin +f none /opt/csw/etc/xdg/openbox/rc.xml 0644 root bin +f none /opt/csw/etc/xdg/openbox/autostart.sh 0644 root bin +f none /opt/csw/etc/xdg/openbox/menu.xml 0644 root bin +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/openbox-kde-session 0755 root bin +f none /opt/csw/bin/openbox-gnome-session 0755 root bin +f none /opt/csw/bin/gdm-control 0755 root bin +f none /opt/csw/bin/gnome-panel-control 0755 root bin +f none /opt/csw/bin/openbox-session 0755 root bin +f none /opt/csw/bin/openbox 0755 root bin +f none /opt/csw/bin/obxprop 0755 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/openbox 0755 root bin +d none /opt/csw/include/openbox/3.4.11.2 0755 root bin +d none /opt/csw/include/openbox/3.4.11.2/openbox 0755 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/render.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/font.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/geom.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/parse.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/version.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/color.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/instance.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/mask.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/image.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/theme.h 0644 root bin +f none /opt/csw/include/openbox/3.4.11.2/openbox/gradient.h 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Tue Jun 22 01:38:44 2010 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 21 Jun 2010 23:38:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[10274] csw/mgar/pkg/libsdl/trunk/Makefile Message-ID: Revision: 10274 http://gar.svn.sourceforge.net/gar/?rev=10274&view=rev Author: jake_goerzen Date: 2010-06-21 23:38:44 +0000 (Mon, 21 Jun 2010) Log Message: ----------- build against SUN X11 instead of /opt/csw/X11 libs Modified Paths: -------------- csw/mgar/pkg/libsdl/trunk/Makefile Modified: csw/mgar/pkg/libsdl/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl/trunk/Makefile 2010-06-21 22:50:31 UTC (rev 10273) +++ csw/mgar/pkg/libsdl/trunk/Makefile 2010-06-21 23:38:44 UTC (rev 10274) @@ -17,8 +17,7 @@ PACKAGES = CSWlibsdl CSWlibsdldevel -RUNTIME_DEP_PKGS_CSWlibsdl = CSWiconv CSWlibx11 CSWlibxext -RUNTIME_DEP_PKGS_CSWlibsdldevel = CSWlibsdl +RUNTIME_DEP_PKGS_CSWlibsdl = CSWiconv CATALOGNAME_CSWlibsdl = libsdl CATALOGNAME_CSWlibsdldevel = libsdl_devel @@ -30,12 +29,9 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz # needs esound in 64 bit -# make sure it binds completely against new X11 BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) --disable-static -CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) PKGFILES_CSWlibsdldevel = $(PKGFILES_DEVEL) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 22 01:48:41 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 21 Jun 2010 23:48:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[10275] csw/mgar/pkg/openbox/trunk Message-ID: Revision: 10275 http://gar.svn.sourceforge.net/gar/?rev=10275&view=rev Author: theferret Date: 2010-06-21 23:48:41 +0000 (Mon, 21 Jun 2010) Log Message: ----------- openbox: removed .la files. added -lsocket Modified Paths: -------------- csw/mgar/pkg/openbox/trunk/Makefile csw/mgar/pkg/openbox/trunk/prototype Modified: csw/mgar/pkg/openbox/trunk/Makefile =================================================================== --- csw/mgar/pkg/openbox/trunk/Makefile 2010-06-21 23:38:44 UTC (rev 10274) +++ csw/mgar/pkg/openbox/trunk/Makefile 2010-06-21 23:48:41 UTC (rev 10275) @@ -32,7 +32,7 @@ # Keep this arch-neutral if possible. add arch-specific tweaks # to arch-specific target -CONFIGURE=./configure X_CFLAGS=-I/opt/csw/include --prefix=/opt/csw --enable-static=no +CONFIGURE=./configure LIBS=-lsocket X_CFLAGS=-I/opt/csw/include --prefix=/opt/csw --enable-static=no Modified: csw/mgar/pkg/openbox/trunk/prototype =================================================================== --- csw/mgar/pkg/openbox/trunk/prototype 2010-06-21 23:38:44 UTC (rev 10274) +++ csw/mgar/pkg/openbox/trunk/prototype 2010-06-21 23:48:41 UTC (rev 10275) @@ -3,7 +3,6 @@ i depend d none /opt/csw/lib 0755 root bin f none /opt/csw/lib/libobparser.so.21.0.9 0755 root bin -f none /opt/csw/lib/libobparser.la 0755 root bin s none /opt/csw/lib/libobparser.so=libobparser.so.21.0.9 f none /opt/csw/lib/libobrender.so.21.0.9 0755 root bin s none /opt/csw/lib/libobrender.so=libobrender.so.21.0.9 @@ -11,7 +10,6 @@ s none /opt/csw/lib/libobparser.so.21=libobparser.so.21.0.9 d none /opt/csw/lib/openbox 0755 root bin f none /opt/csw/lib/openbox/xdg-autostart 0755 root bin -f none /opt/csw/lib/libobrender.la 0755 root bin d none /opt/csw/lib/pkgconfig 0755 root bin f none /opt/csw/lib/pkgconfig/obrender-3.0.pc 0644 root bin f none /opt/csw/lib/pkgconfig/obparser-3.0.pc 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Tue Jun 22 03:16:49 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 22 Jun 2010 01:16:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[10276] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 10276 http://gar.svn.sourceforge.net/gar/?rev=10276&view=rev Author: bdwalton Date: 2010-06-22 01:16:49 +0000 (Tue, 22 Jun 2010) Log Message: ----------- gar/v2: add URLS to fetch-list debug/helper output Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2010-06-21 23:48:41 UTC (rev 10275) +++ csw/mgar/gar/v2/gar.mk 2010-06-22 01:16:49 UTC (rev 10276) @@ -318,6 +318,8 @@ @$(foreach D,$(DYNSCRIPTS),echo " $D";) @echo "Git Repos tracked: " @$(foreach R,$(GIT_REPOS),echo " $R";) + @echo "All potential URLS: " + @$(foreach U,$(URLS),echo " $U";) # fetch - Retrieves $(DISTFILES) (and $(PATCHFILES) if defined) # into $(DOWNLOADDIR) as necessary. 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 Jun 22 04:48:04 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Tue, 22 Jun 2010 02:48:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[10277] csw/mgar/gar/v2/gar.lib.mk Message-ID: Revision: 10277 http://gar.svn.sourceforge.net/gar/?rev=10277&view=rev Author: bdwalton Date: 2010-06-22 02:48:04 +0000 (Tue, 22 Jun 2010) Log Message: ----------- gar/v2: Add ssh and file git transport support for GIT_REPOS Andrew Robert Nicols sent in support for allowing ssh:// and file:// tranport types to be used in GIT_REPOS. This allows local and non-public (ssh protected) repositories to be used. This is a slight modification of the two patches that were submitted. Modified Paths: -------------- csw/mgar/gar/v2/gar.lib.mk Modified: csw/mgar/gar/v2/gar.lib.mk =================================================================== --- csw/mgar/gar/v2/gar.lib.mk 2010-06-22 01:16:49 UTC (rev 10276) +++ csw/mgar/gar/v2/gar.lib.mk 2010-06-22 02:48:04 UTC (rev 10277) @@ -33,8 +33,12 @@ # these 'dynamic script' targets to our fetch list URLS += $(foreach DYN,$(DYNSCRIPTS),dynscr://$(DYN)) +define gitsubst +$(subst git-git,git,$(if $(findstring $(1)://,$(2)),$(patsubst $(1)%,git-$(1)%,$(call URLSTRIP,$(2))))) +endef + ifdef GIT_REPOS -URLS += $(foreach R,$(GIT_REPOS),gitrepo://$(call GITPROJ,$(R)) $(subst http,git-http,$(call URLSTRIP,$(R)))) +URLS += $(foreach R,$(GIT_REPOS),gitrepo://$(call GITPROJ,$(R)) $(foreach gitproto,git http file ssh,$(call gitsubst,$(gitproto),$(R)))) endif # Download the file if and only if it doesn't have a preexisting @@ -83,6 +87,19 @@ git remote add origin git://$*; \ git config remote.origin.fetch $(if $(GIT_REFS_$(call GITPROJ,$*)),$(GIT_REFS_$(call GITPROJ,$*)),$(GIT_DEFAULT_TRACK)); ) +git-file//%: + @git clone --bare file:///$* $(PARTIALDIR)/$(call GITPROJ,$*) + @( cd $(PARTIALDIR)/$(call GITPROJ,$*); \ + git remote add origin file://$*; \ + git config remote.origin.fetch $(if $(GIT_REFS_$(call GITPROJ,$*)),$(GIT_REFS_$(call GITPROJ,$*)),$(GIT_DEFAULT_TRACK)); ) + +git-ssh//%: + @git clone --bare ssh://$* $(PARTIALDIR)/$(call GITPROJ,$*) + @( cd $(PARTIALDIR)/$(call GITPROJ,$*); \ + git remote add origin ssh://$*; \ + git config remote.origin.fetch $(if $(GIT_REFS_$(call GITPROJ,$*)),$(GIT_REFS_$(call GITPROJ,$*)),$(GIT_DEFAULT_TRACK)); ) + + # 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Tue Jun 22 13:00:47 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Tue, 22 Jun 2010 11:00:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10278] csw/mgar/pkg/cpan Message-ID: Revision: 10278 http://gar.svn.sourceforge.net/gar/?rev=10278&view=rev Author: andrewrn Date: 2010-06-22 11:00:47 +0000 (Tue, 22 Jun 2010) Log Message: ----------- Class-Std: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Class-Std/ csw/mgar/pkg/cpan/Class-Std/branches/ csw/mgar/pkg/cpan/Class-Std/tags/ csw/mgar/pkg/cpan/Class-Std/trunk/ csw/mgar/pkg/cpan/Class-Std/trunk/Makefile csw/mgar/pkg/cpan/Class-Std/trunk/checksums csw/mgar/pkg/cpan/Class-Std/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Class-Std/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Class-Std/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Std/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Class-Std/trunk/Makefile 2010-06-22 11:00:47 UTC (rev 10278) @@ -0,0 +1,17 @@ +GARNAME = Class-Std +GARVERSION = 0.011 +CATEGORIES = cpan +AUTHOR = DCONWAY + +DESCRIPTION = Class::Std - Support for creating standard "inside-out" classes +define BLURB + Class::Std - Support for creating standard "inside-out" classes +endef + +PACKAGES = CSWpmclassstd +CATALOGNAME = pm_classstd +ARCHALL = 1 + +LICENSE = README + +include gar/category.mk Added: csw/mgar/pkg/cpan/Class-Std/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Class-Std/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Class-Std/trunk/checksums 2010-06-22 11:00:47 UTC (rev 10278) @@ -0,0 +1 @@ +de8ad4f39cc9984595bc219df01ee23b Class-Std-0.011.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 22 13:58:07 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 22 Jun 2010 11:58:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10279] csw/mgar/gar/v2 Message-ID: Revision: 10279 http://gar.svn.sourceforge.net/gar/?rev=10279&view=rev Author: wahwah Date: 2010-06-22 11:58:06 +0000 (Tue, 22 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, an update to use SQLObject, in preparation for more schema changes. Modified Paths: -------------- csw/mgar/gar/v2/bin/checkpkg csw/mgar/gar/v2/bin/update_contents_cache.py csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/lib/python/checkpkg.py Added Paths: ----------- csw/mgar/gar/v2/lib/python/models.py Modified: csw/mgar/gar/v2/bin/checkpkg =================================================================== --- csw/mgar/gar/v2/bin/checkpkg 2010-06-22 11:00:47 UTC (rev 10278) +++ csw/mgar/gar/v2/bin/checkpkg 2010-06-22 11:58:06 UTC (rev 10279) @@ -244,7 +244,10 @@ fi # /var/sadm/install/contents cache update -${command_basedir}/update_contents_cache.py +${command_basedir}/update_contents_cache.py ${extra_options} +if [[ $? -ne 0 ]]; then + errmsg "Updating the contents cache has failed." +fi if [[ "${SKIP_STATS_COLLECTION}" -eq 0 ]]; then # Collects package stats to be analyzed later ${command_basedir}/checkpkg_collect_stats.py \ Modified: csw/mgar/gar/v2/bin/update_contents_cache.py =================================================================== --- csw/mgar/gar/v2/bin/update_contents_cache.py 2010-06-22 11:00:47 UTC (rev 10278) +++ csw/mgar/gar/v2/bin/update_contents_cache.py 2010-06-22 11:58:06 UTC (rev 10279) @@ -5,6 +5,7 @@ # This file only creates an instance of SystemPkgmap in order to update the # package cache (if necessary), and display the information about the update. +import optparse import os import os.path import sys @@ -18,8 +19,17 @@ import checkpkg def main(): - logging.basicConfig(level=logging.INFO) - test_pkgmap = checkpkg.SystemPkgmap() + parser = optparse.OptionParser() + parser.add_option("-d", "--debug", + dest="debug", + default=False, + action="store_true") + (options, args) = parser.parse_args() + if options.debug: + logging.basicConfig(level=logging.DEBUG) + else: + logging.basicConfig(level=logging.INFO) + test_pkgmap = checkpkg.SystemPkgmap(debug=options.debug) test_pkgmap.InitializeDatabase() Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2010-06-22 11:00:47 UTC (rev 10278) +++ csw/mgar/gar/v2/gar.conf.mk 2010-06-22 11:58:06 UTC (rev 10279) @@ -188,6 +188,7 @@ DEF_BASE_PKGS += CSWpy-hachoir-parser DEF_BASE_PKGS += CSWpy-libmagic DEF_BASE_PKGS += CSWpy-progressbar +DEF_BASE_PKGS += CSWpy-sqlobject DEF_BASE_PKGS += CSWpy-yaml DEF_BASE_PKGS += CSWpython DEF_BASE_PKGS += CSWcoreutils Modified: csw/mgar/gar/v2/lib/python/checkpkg.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-22 11:00:47 UTC (rev 10278) +++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-22 11:58:06 UTC (rev 10279) @@ -17,14 +17,18 @@ import progressbar import socket import sqlite3 +import sqlobject +from sqlobject import sqlbuilder import subprocess import textwrap import yaml from Cheetah import Template import opencsw import package_checks +import models as m -DB_SCHEMA_VERSION = 2L +DEBUG_BREAK_PKGMAP_AFTER = False +DB_SCHEMA_VERSION = 3L PACKAGE_STATS_VERSION = 5L SYSTEM_PKGMAP = "/var/sadm/install/contents" WS_RE = re.compile(r"\s+") @@ -32,6 +36,7 @@ RUNPATH = "runpath" SONAME = "soname" CONFIG_MTIME = "mtime" +CONFIG_DB_SCHEMA = "db_schema_version" WRITE_YAML = False DO_NOT_REPORT_SURPLUS = set([u"CSWcommon", u"CSWcswclassutils", u"CSWisaexec"]) DO_NOT_REPORT_MISSING = set([]) @@ -207,7 +212,7 @@ CHECKPKG_DIR = ".checkpkg" SQLITE3_DBNAME_TMPL = "var-sadm-install-contents-cache-%s" - def __init__(self, system_pkgmap_files=None): + def __init__(self, system_pkgmap_files=None, debug=False): """There is no need to re-parse it each time. Read it slowly the first time and cache it for later.""" @@ -223,59 +228,60 @@ self.system_pkgmap_files = [SYSTEM_PKGMAP] else: self.system_pkgmap_files = system_pkgmap_files + self.debug = debug def _LazyInitializeDatabase(self): if not self.initialized: self.InitializeDatabase() - def InitializeDatabase(self): - if os.path.exists(self.db_path): + def InitializeSqlobject(self): + if True: logging.debug("Connecting to the %s database.", self.db_path) - self.conn = sqlite3.connect(self.db_path) - if not self.IsDatabaseGoodSchema(): - logging.warning("Old database schema detected. Dropping tables.") - self.PurgeDatabase(drop_tables=True) - self.CreateTables() - if not self.IsDatabaseUpToDate(): - logging.warning("Rebuilding the package cache, can take a few minutes.") - self.PurgeDatabase() - self.PopulateDatabase() + self.sqo_conn = sqlobject.connectionForURI( + 'sqlite:%s' % self.db_path, debug=(self.debug and False)) else: + # TODO: Use a configuration file to store the credentials + logging.debug("Connecting MySQL.") + self.sqo_conn = sqlobject.connectionForURI( + 'mysql://checkpkg:Nid3owlOn at mysql/checkpkg', + debug=(self.debug and False)) + sqlobject.sqlhub.processConnection = self.sqo_conn + + def InitializeRawDb(self): + """It's necessary for low level operations.""" + if True: + logging.debug("Connecting to sqlite") + self.sqlite_conn = sqlite3.connect(self.db_path) + + def InitializeDatabase(self): + """Refactor this class to first create CswFile with no primary key and no indexes. + """ + need_to_create_tables = False + if not os.path.exists(self.db_path): print "Building a cache of %s." % self.system_pkgmap_files print "The cache will be kept in %s." % self.db_path if not os.path.exists(self.checkpkg_dir): logging.debug("Creating %s", self.checkpkg_dir) os.mkdir(self.checkpkg_dir) - self.conn = sqlite3.connect(self.db_path) + need_to_create_tables = True + self.InitializeRawDb() + self.InitializeSqlobject() + if not self.IsDatabaseGoodSchema(): + logging.info("Old database schema detected.") + self.PurgeDatabase(drop_tables=True) + need_to_create_tables = True + if need_to_create_tables: self.CreateTables() + if not self.IsDatabaseUpToDate(): + logging.info("Rebuilding the package cache, can take a few minutes.") + self.PurgeDatabase() self.PopulateDatabase() self.initialized = True def CreateTables(self): - c = self.conn.cursor() - c.execute(""" - CREATE TABLE systempkgmap ( - id INTEGER PRIMARY KEY, - basename TEXT, - path TEXT, - line TEXT - ); - """) - logging.debug("Creating the config table.") - c.execute(""" - CREATE TABLE config ( - key VARCHAR(255) PRIMARY KEY, - float_value FLOAT, - int_value INTEGER, - str_value VARCHAR(255) - ); - """) - c.execute(""" - CREATE TABLE packages ( - pkgname VARCHAR(255) PRIMARY KEY, - pkg_desc VARCHAR(255) - ); - """) + m.CswConfig.createTable(ifNotExists=True) + m.CswPackage.createTable(ifNotExists=True) + m.CswFile.createTable(ifNotExists=True) def PopulateDatabase(self): """Imports data into the database. @@ -286,35 +292,58 @@ """ for pkgmap_path in self.system_pkgmap_files: self._ProcessSystemPkgmap(pkgmap_path) - self._CreateDbIndex() + self.SetDatabaseSchemaVersion() self.PopulatePackagesTable() self.SetDatabaseMtime() - self.SetDatabaseSchemaVersion() - self.conn.commit() def _ProcessSystemPkgmap(self, pkgmap_path): + """Update the database using data from pkgmap. + + The strategy to only update the necessary bits: + - for each new row + - look it up in the db + - if doesn't exist, create it + - if exists, check the + TODO: continue this description + """ + INSERT_SQL = """ + INSERT INTO csw_file (basename, path, line) + VALUES (?, ?, ?); + """ + sqlite_cursor = self.sqlite_conn.cursor() + break_after = DEBUG_BREAK_PKGMAP_AFTER + contents_length = os.stat(pkgmap_path).st_size + if break_after: + estimated_lines = break_after + else: + estimated_lines = contents_length / INSTALL_CONTENTS_AVG_LINE_LENGTH # The progressbar library doesn't like to handle large numbers, and it # displays up to 99% if we feed it a maxval in the range of hundreds of # thousands. - progressbar_divisor = 100L - contents_length = os.stat(pkgmap_path).st_size - estimated_lines = contents_length / INSTALL_CONTENTS_AVG_LINE_LENGTH + progressbar_divisor = int(estimated_lines / 1000) + if progressbar_divisor < 1: + progressbar_divisor = 1 + update_period = 1L + # To help delete old records system_pkgmap_fd = open(pkgmap_path, "r") stop_re = re.compile("(%s)" % "|".join(self.STOP_PKGS)) # Creating a data structure: # soname - {: , : , ...} - logging.debug("Building sqlite3 cache db of the %s file", + logging.debug("Building database cache db of the %s file", pkgmap_path) print "Processing %s" % pkgmap_path - c = self.conn.cursor() count = itertools.count() - sql = "INSERT INTO systempkgmap (basename, path, line) VALUES (?, ?, ?);" bar = progressbar.ProgressBar() bar.maxval = estimated_lines / progressbar_divisor bar.start() + # I tried dropping the csw_file_basename_idx index to speed up operation, + # but after I measured the times, it turned out that it doesn't make any + # difference to the total runnng time. + # logging.info("Dropping csw_file_basename_idx") + # sqlite_cursor.execute("DROP INDEX csw_file_basename_idx;") for line in system_pkgmap_fd: i = count.next() - if not i % 100 and (i / progressbar_divisor) <= bar.maxval: + if not i % update_period and (i / progressbar_divisor) <= bar.maxval: bar.update(i / progressbar_divisor) if stop_re.search(line): continue @@ -323,17 +352,28 @@ fields = re.split(WS_RE, line) pkgmap_entry_path = fields[0].split("=")[0] pkgmap_entry_dir, pkgmap_entry_base_name = os.path.split(pkgmap_entry_path) - c.execute(sql, (pkgmap_entry_base_name, pkgmap_entry_dir, line.strip())) - # We rock at 101%! + # The following SQLObject-driven inserts are 60 times slower than the raw + # sqlite API. + # pkgmap_entry = m.CswFile(basename=pkgmap_entry_base_name, path=pkgmap_entry_dir, line=line.strip()) + # This page has some hints: + # http://www.mail-archive.com/sqlobject-discuss at lists.sourceforge.net/msg04641.html + # "These are simple straightforward INSERTs without any additional + # high-level burden - no SELECT, no caching, nothing. Fire and forget." + # sql = self.sqo_conn.sqlrepr( + # sqlobject.sqlbuilder.Insert(m.CswFile.sqlmeta.table, values=record)) + # self.sqo_conn.query(sql) + # ...unfortunately, it isn't any faster in practice. + # The fastest way is: + sqlite_cursor.execute(INSERT_SQL, [pkgmap_entry_base_name, + pkgmap_entry_dir, + line.strip()]) + if break_after and i > break_after: + logging.warning("Breaking after %s for debugging purposes.", break_after) + break bar.finish() - print "All lines of %s were processed." % SYSTEM_PKGMAP + self.sqlite_conn.commit() + logging.info("All lines of %s were processed.", pkgmap_path) - def _CreateDbIndex(self): - print "Creating the main database index." - sql = "CREATE INDEX basename_idx ON systempkgmap(basename);" - c = self.conn.cursor() - c.execute(sql) - def _ParsePkginfoLine(self, line): fields = re.split(WS_RE, line) pkgname = fields[1] @@ -341,57 +381,73 @@ return pkgname, pkg_desc def PopulatePackagesTable(self): + logging.info("Updating the packages table") args = ["pkginfo"] pkginfo_proc = subprocess.Popen(args, stdout=subprocess.PIPE) stdout, stderr = pkginfo_proc.communicate() ret = pkginfo_proc.wait() - c = self.conn.cursor() - sql = """ - INSERT INTO packages (pkgname, pkg_desc) + lines = stdout.splitlines() + bar = progressbar.ProgressBar() + bar.maxval = len(lines) + bar.start() + count = itertools.count() + INSERT_SQL = """ + INSERT INTO csw_package (pkgname, pkg_desc) VALUES (?, ?); """ for line in stdout.splitlines(): pkgname, pkg_desc = self._ParsePkginfoLine(line) - try: - c.execute(sql, [pkgname, pkg_desc]) - except sqlite3.IntegrityError, e: - logging.warn("pkgname %s throws an sqlite3.IntegrityError: %s", - repr(pkgname), e) + # This is slow: + # pkg = m.CswPackage(pkgname=pkgname, pkg_desc=pkg_desc) + # This is much faster: + self.sqlite_conn.execute(INSERT_SQL, [pkgname, pkg_desc]) + i = count.next() + bar.update(i) + # Need to commit, otherwise subsequent SQLObject calls will fail. + self.sqlite_conn.commit() + bar.finish() def SetDatabaseMtime(self): - c = self.conn.cursor() - sql = "DELETE FROM config WHERE key = ?;" - c.execute(sql, [CONFIG_MTIME]) mtime = self.GetFileMtime() - logging.debug("Inserting the mtime (%s) into the database.", mtime) - sql = """ - INSERT INTO config (key, float_value) - VALUES (?, ?); - """ - c.execute(sql, [CONFIG_MTIME, mtime]) + res = m.CswConfig.select(m.CswConfig.q.option_key==CONFIG_MTIME) + if res.count() == 0: + logging.debug("Inserting the mtime (%s) into the database.", mtime) + config_record = m.CswConfig(option_key=CONFIG_MTIME, float_value=mtime) + else: + logging.debug("Updating the mtime (%s) in the database.", mtime) + res.getOne().float_value = mtime def SetDatabaseSchemaVersion(self): - sql = """ - INSERT INTO config (key, int_value) - VALUES (?, ?); - """ - c = self.conn.cursor() - c.execute(sql, ["db_schema_version", DB_SCHEMA_VERSION]) - logging.debug("Setting db_schema_version to %s", DB_SCHEMA_VERSION) + res = m.CswConfig.select(m.CswConfig.q.option_key==CONFIG_DB_SCHEMA) + if res.count() == 0: + version = m.CswConfig(option_key=CONFIG_DB_SCHEMA, + int_value=DB_SCHEMA_VERSION) + else: + config_option = res.getOne() + config_option.int_value = DB_SCHEMA_VERSION def GetPkgmapLineByBasename(self, filename): + """Returns pkgmap lines by basename: + { + path1: line1, + path2: line2, + } + """ self._LazyInitializeDatabase() if filename in self.cache: return self.cache[filename] - sql = "SELECT path, line FROM systempkgmap WHERE basename = ?;" - c = self.conn.cursor() - c.execute(sql, [filename]) + # sql = "SELECT path, line FROM systempkgmap WHERE basename = ?;" + # c = self.conn.cursor() + # c.execute(sql, [filename]) + res = m.CswFile.select(m.CswFile.q.basename==filename) lines = {} - for row in c: - lines[row[0]] = row[1] + for obj in res: + lines[obj.path] = obj.line if len(lines) == 0: logging.debug("Cache doesn't contain filename %s", filename) self.cache[filename] = lines + logging.debug("GetPkgmapLineByBasename(%s) --> %s", + filename, lines) return lines def _InferPackagesFromPkgmapLine(self, line): @@ -415,18 +471,12 @@ def GetDatabaseMtime(self): if not self.cache_mtime: - sql = """ - SELECT float_value FROM config - WHERE key = ?; - """ - c = self.conn.cursor() - c.execute(sql, [CONFIG_MTIME]) - row = c.fetchone() - if not row: - # raise ConfigurationError("Could not find the mtime setting") + res = m.CswConfig.select(m.CswConfig.q.option_key==CONFIG_MTIME) + if res.count() == 1: + self.cache_mtime = res.getOne().float_value + elif res.count() < 1: self.cache_mtime = 1 - else: - self.cache_mtime = row[0] + logging.debug("GetDatabaseMtime() --> %s", self.cache_mtime) return self.cache_mtime def GetFileMtime(self): @@ -436,25 +486,15 @@ return self.file_mtime def GetDatabaseSchemaVersion(self): - sql = """ - SELECT int_value FROM config - WHERE key = ?; - """ - c = self.conn.cursor() schema_on_disk = 1L - try: - c.execute(sql, ["db_schema_version"]) - for row in c: - schema_on_disk = row[0] - except sqlite3.OperationalError, e: - # : no such column: int_value - # The first versions of the database did not - # have the int_value field. - if re.search(r"int_value", str(e)): - # We assume it's the first schema version. - logging.debug("sqlite3.OperationalError, %s: guessing it's 1.", e) - else: - raise + if not m.CswConfig.tableExists(): + return schema_on_disk; + res = m.CswConfig.select(m.CswConfig.q.option_key == CONFIG_DB_SCHEMA) + if res.count() < 1: + logging.info("No db schema value found, assuming %s.", + schema_on_disk) + elif res.count() == 1: + schema_on_disk = res.getOne().int_value return schema_on_disk def IsDatabaseGoodSchema(self): @@ -473,8 +513,8 @@ # I don't expect pkgadd to run under 1s. fresh = int(f_mtime) <= int(d_mtime) good_version = self.GetDatabaseSchemaVersion() >= DB_SCHEMA_VERSION - logging.debug("IsDatabaseUpToDate: fresh=%s, good_version=%s", - repr(fresh), repr(good_version)) + logging.debug("IsDatabaseUpToDate: good_version=%s, fresh=%s", + repr(good_version), repr(fresh)) return fresh and good_version def SoftDropTable(self, tablename): @@ -486,31 +526,26 @@ logging.warn("sqlite3.OperationalError: %s", e) def PurgeDatabase(self, drop_tables=False): - c = self.conn.cursor() if drop_tables: - for table_name in ("config", "systempkgmap", "packages"): - self.SoftDropTable(table_name) + # for table_name in ("config", "systempkgmap", "packages"): + # self.SoftDropTable(table_name) + for table in (m.CswConfig, m.CswFile, m.CswPackage): + if table.tableExists(): + table.dropTable() else: - logging.info("Dropping the index.") - sql = "DROP INDEX basename_idx;" - try: - c.execute(sql) - except sqlite3.OperationalError, e: - logging.warn(e) logging.info("Deleting all rows from the cache database") - for table in ("config", "systempkgmap", "packages"): - try: - c.execute("DELETE FROM %s;" % table) - except sqlite3.OperationalError, e: - logging.warn("sqlite3.OperationalError: %s", e) + for table in (m.CswConfig, m.CswFile, m.CswPackage): + table.clearTable() def GetInstalledPackages(self): - """Returns a dictioary of all installed packages.""" + """Returns a dictionary of all installed packages.""" self._LazyInitializeDatabase() - c = self.conn.cursor() - sql = "SELECT pkgname, pkg_desc FROM packages;" - c.execute(sql) - return dict(x[0:2] for x in c) + # c = self.conn.cursor() + # sql = "SELECT pkgname, pkg_desc FROM packages;" + # c.execute(sql) + # return dict(x[0:2] for x in c) + res = m.CswPackage.select() + return dict([[str(x.pkgname), str(x.pkg_desc)] for x in res]) def ExpandRunpath(runpath, isalist): @@ -1368,7 +1403,7 @@ elif d["sizediffused_file"]: response["state"] = 'sizes-diff-one-used' response["soname"] = None - response["path"] = "%s %s" % (d["sizediff_file1"], d["sizediff_file2"]) + response["path"] = "%s" % (d["sizediffused_file"]) response["symbol"] = None else: raise StdoutSyntaxError("Could not parse %s with %s" Added: csw/mgar/gar/v2/lib/python/models.py =================================================================== --- csw/mgar/gar/v2/lib/python/models.py (rev 0) +++ csw/mgar/gar/v2/lib/python/models.py 2010-06-22 11:58:06 UTC (rev 10279) @@ -0,0 +1,42 @@ +# $Id$ +# +# Defines models for package database. + +import sqlobject + +class DataSource(sqlobject.SQLObject): + "Represents: a /var/sadm/install/contents file, or CSW catalog." + name = sqlobject.UnicodeCol(length=255, unique=True, notNone=True) + +class OsVersion(sqlobject.SQLObject): + "Short name: 5.9, long name: Solaris 9" + short_name = sqlobject.UnicodeCol(length=40, unique=True, notNone=True) + full_name = sqlobject.UnicodeCol(length=255, unique=True, notNone=True) + +class Architecture(sqlobject.SQLObject): + "One of: 'sparc', 'x86'." + name = sqlobject.UnicodeCol(length=40, unique=True, notNone=True) + +class Host(sqlobject.SQLObject): + "Hostname, as returned by socket.getfqdn()" + fqdn = sqlobject.UnicodeCol(length=255, unique=True, notNone=True) + arch = sqlobject.ForeignKey('Architecture') + +class CswConfig(sqlobject.SQLObject): + option_key = sqlobject.UnicodeCol(length=255, unique=True) + # float_value = sqlobject.DecimalCol(size=12, precision=3, default=None) + float_value = sqlobject.FloatCol(default=None) + int_value = sqlobject.IntCol(default=None) + str_value = sqlobject.UnicodeCol(default=None) + + +class CswPackage(sqlobject.SQLObject): + pkgname = sqlobject.UnicodeCol(length=255, unique=True, notNone=True) + catalogname = sqlobject.UnicodeCol(default=None) + pkg_desc = sqlobject.UnicodeCol(default=None) + +class CswFile(sqlobject.SQLObject): + basename = sqlobject.UnicodeCol(length=255, notNone=True) + path = sqlobject.UnicodeCol(notNone=True) + line = sqlobject.UnicodeCol(notNone=True) + basename_idx = sqlobject.DatabaseIndex('basename') Property changes on: csw/mgar/gar/v2/lib/python/models.py ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Tue Jun 22 16:33:11 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Tue, 22 Jun 2010 14:33:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[10280] csw/mgar/pkg/cpan/Class-Std/tags/Class-Std-0.011, REV=2010.06.22/ Message-ID: Revision: 10280 http://gar.svn.sourceforge.net/gar/?rev=10280&view=rev Author: andrewrn Date: 2010-06-22 14:33:11 +0000 (Tue, 22 Jun 2010) Log Message: ----------- Class-Std: Tag as release 0.011,REV=2010.06.22 Added Paths: ----------- csw/mgar/pkg/cpan/Class-Std/tags/Class-Std-0.011,REV=2010.06.22/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 22 19:03:30 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 22 Jun 2010 17:03:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[10281] csw/mgar/pkg/startup-notification/trunk Message-ID: Revision: 10281 http://gar.svn.sourceforge.net/gar/?rev=10281&view=rev Author: wahwah Date: 2010-06-22 17:03:29 +0000 (Tue, 22 Jun 2010) Log Message: ----------- startup-notification: Downgrade to 0.9, dropping dependencies, linking against Sun X11. Modified Paths: -------------- csw/mgar/pkg/startup-notification/trunk/Makefile csw/mgar/pkg/startup-notification/trunk/checksums Modified: csw/mgar/pkg/startup-notification/trunk/Makefile =================================================================== --- csw/mgar/pkg/startup-notification/trunk/Makefile 2010-06-22 14:33:11 UTC (rev 10280) +++ csw/mgar/pkg/startup-notification/trunk/Makefile 2010-06-22 17:03:29 UTC (rev 10281) @@ -3,8 +3,8 @@ # $Id$ GARNAME = startup-notification -GARVERSION = 0.10 -CATEGORIES = x11 +GARVERSION = 0.9 +CATEGORIES = lib DESCRIPTION = Reference implementation of the startup notification protocol define BLURB endef @@ -16,15 +16,11 @@ PACKAGES = CSWstartupnotif CONFIGURE_ARGS = $(DIRPATHS) BUILD64 = 1 -RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibice -RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibsm -RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibx11 -RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibxcb -RUNTIME_DEP_PKGS_CSWstartupnotif += CSWxcbutil +EXTRA_PKG_CONFIG_DIRS = /opt/csw/lib include gar/category.mk -post-merge: - ginstall -m 755 -d $(PKGROOT)/opt/csw/lib - ln -s ../X11/lib/libstartup-notification-1.so.0 \ - $(PKGROOT)/opt/csw/lib/libstartup-notification-1.so.0 - @$(MAKECOOKIE) +# post-merge: +# ginstall -m 755 -d $(PKGROOT)/opt/csw/lib +# ln -s ../X11/lib/libstartup-notification-1.so.0 \ +# $(PKGROOT)/opt/csw/lib/libstartup-notification-1.so.0 +# @$(MAKECOOKIE) Modified: csw/mgar/pkg/startup-notification/trunk/checksums =================================================================== --- csw/mgar/pkg/startup-notification/trunk/checksums 2010-06-22 14:33:11 UTC (rev 10280) +++ csw/mgar/pkg/startup-notification/trunk/checksums 2010-06-22 17:03:29 UTC (rev 10281) @@ -1 +1 @@ -bca0ed1c74bc4e483ea2ed12a5717354 startup-notification-0.10.tar.gz +5480d3af709523ec70e0e04692744f2d startup-notification-0.9.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 22 19:32:55 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 22 Jun 2010 17:32:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[10282] csw/mgar/pkg/openbox/trunk Message-ID: Revision: 10282 http://gar.svn.sourceforge.net/gar/?rev=10282&view=rev Author: theferret Date: 2010-06-22 17:32:55 +0000 (Tue, 22 Jun 2010) Log Message: ----------- openbox: file rename Added Paths: ----------- csw/mgar/pkg/openbox/trunk/patchfile.preconf Removed Paths: ------------- csw/mgar/pkg/openbox/trunk/patches.pre-conf Deleted: csw/mgar/pkg/openbox/trunk/patches.pre-conf =================================================================== --- csw/mgar/pkg/openbox/trunk/patches.pre-conf 2010-06-22 17:03:29 UTC (rev 10281) +++ csw/mgar/pkg/openbox/trunk/patches.pre-conf 2010-06-22 17:32:55 UTC (rev 10282) @@ -1,90 +0,0 @@ ---- ./openbox/event.c.orig Tue Jun 22 00:02:57 2010 -+++ ./openbox/event.c Tue Jun 22 00:12:38 2010 -@@ -1593,10 +1593,12 @@ - client->shaped = ((XShapeEvent*)e)->shaped; - kind = ShapeBounding; - break; -+#ifdef ShapeInput - case ShapeInput: - client->shaped_input = ((XShapeEvent*)e)->shaped; - kind = ShapeInput; - break; -+#endif - } - frame_adjust_shape_kind(client->frame, kind); - } ---- ./openbox/openbox.c.orig Fri May 14 15:59:05 2010 -+++ ./openbox/openbox.c Tue Jun 22 00:34:00 2010 -@@ -202,7 +202,7 @@ - - /* set the DISPLAY environment variable for any lauched children, to the - display we're using, so they open in the right place. */ -- setenv("DISPLAY", DisplayString(ob_display), TRUE); -+ g_setenv("DISPLAY", DisplayString(ob_display), TRUE); - - /* create available cursors */ - cursors[OB_CURSOR_NONE] = None; -@@ -585,12 +585,12 @@ - const gchar *id; - - /* unset this so we don't pass it on unknowingly */ -- unsetenv("DESKTOP_STARTUP_ID"); -+ g_unsetenv("DESKTOP_STARTUP_ID"); - - /* this is how gnome-session passes in a session client id */ - id = g_getenv("DESKTOP_AUTOSTART_ID"); - if (id) { -- unsetenv("DESKTOP_AUTOSTART_ID"); -+ g_unsetenv("DESKTOP_AUTOSTART_ID"); - if (ob_sm_id) g_free(ob_sm_id); - ob_sm_id = g_strdup(id); - ob_debug_type(OB_DEBUG_SM, ---- ./openbox/frame.c.orig Fri May 14 15:59:05 2010 -+++ ./openbox/frame.c Tue Jun 22 00:13:55 2010 -@@ -274,8 +274,11 @@ - gint num; - XRectangle xrect[2]; - -- if (!((kind == ShapeBounding && self->client->shaped) || -- (kind == ShapeInput && self->client->shaped_input))) { -+ if (!( (kind == ShapeBounding && self->client->shaped) -+#ifdef ShapeInput -+ || (kind == ShapeInput && self->client->shaped_input) -+#endif -+ )) { - /* clear the shape on the frame window */ - XShapeCombineMask(ob_display, self->window, kind, - self->size.left, -@@ -320,8 +323,10 @@ - { - #ifdef SHAPE - frame_adjust_shape_kind(self, ShapeBounding); -+#ifdef ShapeInput - frame_adjust_shape_kind(self, ShapeInput); - #endif -+#endif - } - - void frame_adjust_area(ObFrame *self, gboolean moved, ---- ./openbox/startupnotify.c.orig Fri May 14 15:59:05 2010 -+++ ./openbox/startupnotify.c Tue Jun 22 00:34:13 2010 -@@ -266,7 +266,7 @@ - g_direct_equal, - (GDestroyNotify)sn_launcher_context_unref); - -- setenv("DESKTOP_STARTUP_ID", id, TRUE); -+ g_setenv("DESKTOP_STARTUP_ID", id, TRUE); - - g_free(desc); - } ---- ./openbox/actions/execute.c.orig Fri May 14 15:59:05 2010 -+++ ./openbox/actions/execute.c Tue Jun 22 00:34:37 2010 -@@ -196,7 +196,7 @@ - sn_spawn_cancel(); - } - if (o->sn) -- unsetenv("DESKTOP_STARTUP_ID"); -+ g_unsetenv("DESKTOP_STARTUP_ID"); - - g_free(program); - g_strfreev(argv); Copied: csw/mgar/pkg/openbox/trunk/patchfile.preconf (from rev 10281, csw/mgar/pkg/openbox/trunk/patches.pre-conf) =================================================================== --- csw/mgar/pkg/openbox/trunk/patchfile.preconf (rev 0) +++ csw/mgar/pkg/openbox/trunk/patchfile.preconf 2010-06-22 17:32:55 UTC (rev 10282) @@ -0,0 +1,90 @@ +--- ./openbox/event.c.orig Tue Jun 22 00:02:57 2010 ++++ ./openbox/event.c Tue Jun 22 00:12:38 2010 +@@ -1593,10 +1593,12 @@ + client->shaped = ((XShapeEvent*)e)->shaped; + kind = ShapeBounding; + break; ++#ifdef ShapeInput + case ShapeInput: + client->shaped_input = ((XShapeEvent*)e)->shaped; + kind = ShapeInput; + break; ++#endif + } + frame_adjust_shape_kind(client->frame, kind); + } +--- ./openbox/openbox.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/openbox.c Tue Jun 22 00:34:00 2010 +@@ -202,7 +202,7 @@ + + /* set the DISPLAY environment variable for any lauched children, to the + display we're using, so they open in the right place. */ +- setenv("DISPLAY", DisplayString(ob_display), TRUE); ++ g_setenv("DISPLAY", DisplayString(ob_display), TRUE); + + /* create available cursors */ + cursors[OB_CURSOR_NONE] = None; +@@ -585,12 +585,12 @@ + const gchar *id; + + /* unset this so we don't pass it on unknowingly */ +- unsetenv("DESKTOP_STARTUP_ID"); ++ g_unsetenv("DESKTOP_STARTUP_ID"); + + /* this is how gnome-session passes in a session client id */ + id = g_getenv("DESKTOP_AUTOSTART_ID"); + if (id) { +- unsetenv("DESKTOP_AUTOSTART_ID"); ++ g_unsetenv("DESKTOP_AUTOSTART_ID"); + if (ob_sm_id) g_free(ob_sm_id); + ob_sm_id = g_strdup(id); + ob_debug_type(OB_DEBUG_SM, +--- ./openbox/frame.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/frame.c Tue Jun 22 00:13:55 2010 +@@ -274,8 +274,11 @@ + gint num; + XRectangle xrect[2]; + +- if (!((kind == ShapeBounding && self->client->shaped) || +- (kind == ShapeInput && self->client->shaped_input))) { ++ if (!( (kind == ShapeBounding && self->client->shaped) ++#ifdef ShapeInput ++ || (kind == ShapeInput && self->client->shaped_input) ++#endif ++ )) { + /* clear the shape on the frame window */ + XShapeCombineMask(ob_display, self->window, kind, + self->size.left, +@@ -320,8 +323,10 @@ + { + #ifdef SHAPE + frame_adjust_shape_kind(self, ShapeBounding); ++#ifdef ShapeInput + frame_adjust_shape_kind(self, ShapeInput); + #endif ++#endif + } + + void frame_adjust_area(ObFrame *self, gboolean moved, +--- ./openbox/startupnotify.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/startupnotify.c Tue Jun 22 00:34:13 2010 +@@ -266,7 +266,7 @@ + g_direct_equal, + (GDestroyNotify)sn_launcher_context_unref); + +- setenv("DESKTOP_STARTUP_ID", id, TRUE); ++ g_setenv("DESKTOP_STARTUP_ID", id, TRUE); + + g_free(desc); + } +--- ./openbox/actions/execute.c.orig Fri May 14 15:59:05 2010 ++++ ./openbox/actions/execute.c Tue Jun 22 00:34:37 2010 +@@ -196,7 +196,7 @@ + sn_spawn_cancel(); + } + if (o->sn) +- unsetenv("DESKTOP_STARTUP_ID"); ++ g_unsetenv("DESKTOP_STARTUP_ID"); + + g_free(program); + g_strfreev(argv); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 22 19:50:30 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 22 Jun 2010 17:50:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[10283] csw/mgar/pkg Message-ID: Revision: 10283 http://gar.svn.sourceforge.net/gar/?rev=10283&view=rev Author: theferret Date: 2010-06-22 17:50:30 +0000 (Tue, 22 Jun 2010) Log Message: ----------- obconf: new package Added Paths: ----------- csw/mgar/pkg/obconf/ csw/mgar/pkg/obconf/Makefile csw/mgar/pkg/obconf/trunk/ csw/mgar/pkg/obconf/trunk/Makefile csw/mgar/pkg/obconf/trunk/copyright csw/mgar/pkg/obconf/trunk/depend csw/mgar/pkg/obconf/trunk/pkginfo csw/mgar/pkg/obconf/trunk/prototype Added: csw/mgar/pkg/obconf/Makefile =================================================================== --- csw/mgar/pkg/obconf/Makefile (rev 0) +++ csw/mgar/pkg/obconf/Makefile 2010-06-22 17:50:30 UTC (rev 10283) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/obconf/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/obconf/trunk/Makefile =================================================================== --- csw/mgar/pkg/obconf/trunk/Makefile (rev 0) +++ csw/mgar/pkg/obconf/trunk/Makefile 2010-06-22 17:50:30 UTC (rev 10283) @@ -0,0 +1,154 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= obconf-2.0.3.tar.gz +EXTRACTPROG ?= /usr/sfw/bin/gtar zfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://openbox.org/dist/obconf + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10284 http://gar.svn.sourceforge.net/gar/?rev=10284&view=rev Author: theferret Date: 2010-06-22 20:19:15 +0000 (Tue, 22 Jun 2010) Log Message: ----------- TEMPLATES: Another optional Makefile Added Paths: ----------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 Added: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 (rev 0) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-22 20:19:15 UTC (rev 10284) @@ -0,0 +1,154 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= firefox-3.6.3.source.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/source/ + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10285 http://gar.svn.sourceforge.net/gar/?rev=10285&view=rev Author: theferret Date: 2010-06-22 21:40:36 +0000 (Tue, 22 Jun 2010) Log Message: ----------- gtksourceview: added branch Added Paths: ----------- csw/mgar/pkg/gtksourceview/branch-c/ csw/mgar/pkg/gtksourceview/branch-c/Makefile csw/mgar/pkg/gtksourceview/branch-c/copyright csw/mgar/pkg/gtksourceview/branch-c/depend csw/mgar/pkg/gtksourceview/branch-c/pkginfo csw/mgar/pkg/gtksourceview/branch-c/prototype Added: csw/mgar/pkg/gtksourceview/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gtksourceview/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/gtksourceview/branch-c/Makefile 2010-06-22 21:40:36 UTC (rev 10285) @@ -0,0 +1,154 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gtksourceview-2.11.2.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/2.11 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10286 http://gar.svn.sourceforge.net/gar/?rev=10286&view=rev Author: theferret Date: 2010-06-22 21:46:39 +0000 (Tue, 22 Jun 2010) Log Message: ----------- gtksourceview: prototype tweak Modified Paths: -------------- csw/mgar/pkg/gtksourceview/branch-c/prototype Modified: csw/mgar/pkg/gtksourceview/branch-c/prototype =================================================================== --- csw/mgar/pkg/gtksourceview/branch-c/prototype 2010-06-22 21:40:36 UTC (rev 10285) +++ csw/mgar/pkg/gtksourceview/branch-c/prototype 2010-06-22 21:46:39 UTC (rev 10286) @@ -2,7 +2,6 @@ i copyright i depend d none /opt/csw/lib 0755 root bin -f none /opt/csw/lib/libgtksourceview-2.0.la 0755 root bin d none /opt/csw/lib/pkgconfig 0755 root bin f none /opt/csw/lib/pkgconfig/gtksourceview-2.0.pc 0644 root bin s none /opt/csw/lib/libgtksourceview-2.0.so=libgtksourceview-2.0.so.0.0.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 Wed Jun 23 11:55:46 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 23 Jun 2010 09:55:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[10287] csw/mgar/pkg/cpan/List-MoreUtils/trunk/Makefile Message-ID: Revision: 10287 http://gar.svn.sourceforge.net/gar/?rev=10287&view=rev Author: dmichelsen Date: 2010-06-23 09:55:46 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/List-MoreUtils: Add incompatibility to old package with broken naming Modified Paths: -------------- csw/mgar/pkg/cpan/List-MoreUtils/trunk/Makefile Modified: csw/mgar/pkg/cpan/List-MoreUtils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/List-MoreUtils/trunk/Makefile 2010-06-22 21:46:39 UTC (rev 10286) +++ csw/mgar/pkg/cpan/List-MoreUtils/trunk/Makefile 2010-06-23 09:55:46 UTC (rev 10287) @@ -12,6 +12,9 @@ PACKAGES = CSWpmlistmoreutils CATALOGNAME = pm_listmoreutils +# This is the old package with the broken name +INCOMPATIBLE_PKGS = CSWpmlistmoreut + include gar/category.mk pre-merge-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jun 23 12:18:15 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 23 Jun 2010 10:18:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10288] csw/mgar/pkg/cpan/Class-Container/trunk Message-ID: Revision: 10288 http://gar.svn.sourceforge.net/gar/?rev=10288&view=rev Author: dmichelsen Date: 2010-06-23 10:18:15 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Class-Container: Update dependency and add license Modified Paths: -------------- csw/mgar/pkg/cpan/Class-Container/trunk/Makefile csw/mgar/pkg/cpan/Class-Container/trunk/checksums Added Paths: ----------- csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Class-Container/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Container/trunk/Makefile 2010-06-23 09:55:46 UTC (rev 10287) +++ csw/mgar/pkg/cpan/Class-Container/trunk/Makefile 2010-06-23 10:18:15 UTC (rev 10288) @@ -13,8 +13,10 @@ any of these objects. endef -RUNTIME_DEP_PKGS = CSWpmprmsvldt +DISTFILES = COPYING +DEP_PKGS = CSWpmparamsvalidate + PACKAGES = CSWpmclscontainer CATALOGNAME = pm_clscontainer Modified: csw/mgar/pkg/cpan/Class-Container/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Class-Container/trunk/checksums 2010-06-23 09:55:46 UTC (rev 10287) +++ csw/mgar/pkg/cpan/Class-Container/trunk/checksums 2010-06-23 10:18:15 UTC (rev 10288) @@ -1 +1,2 @@ -6896bdb4464b96ad638e22b0400acbc9 download/Class-Container-0.12.tar.gz +887efd6c24205452c5327aaba29886c4 COPYING +6896bdb4464b96ad638e22b0400acbc9 Class-Container-0.12.tar.gz Added: csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING 2010-06-23 10:18:15 UTC (rev 10288) @@ -0,0 +1,11 @@ +AUTHOR + Originally by Ken Williams and Dave Rolsky + for the HTML::Mason project. Important feedback + contributed by Jonathan Swartz . Extended by Ken + Williams for the AI::Categorizer project. + + Currently maintained by Ken Williams. + +COPYRIGHT + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 13:28:13 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 11:28:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[10289] csw/mgar/pkg Message-ID: Revision: 10289 http://gar.svn.sourceforge.net/gar/?rev=10289&view=rev Author: andrewrn Date: 2010-06-23 11:28:12 +0000 (Wed, 23 Jun 2010) Log Message: ----------- liblockfile: Initial Commit Added Paths: ----------- csw/mgar/pkg/liblockfile/ csw/mgar/pkg/liblockfile/branches/ csw/mgar/pkg/liblockfile/tags/ csw/mgar/pkg/liblockfile/trunk/ csw/mgar/pkg/liblockfile/trunk/Makefile csw/mgar/pkg/liblockfile/trunk/checksums csw/mgar/pkg/liblockfile/trunk/files/ csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch Property changes on: csw/mgar/pkg/liblockfile/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/liblockfile/trunk/Makefile =================================================================== --- csw/mgar/pkg/liblockfile/trunk/Makefile (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/Makefile 2010-06-23 11:28:12 UTC (rev 10289) @@ -0,0 +1,33 @@ +GARNAME = liblockfile +GARVERSION = 1.08 +CATEGORIES = apps + +DESCRIPTION = Liblockfile is a shared library with NFS-safe locking functions. +define BLURB + Liblockfile is a shared library with NFS-safe locking functions. It + includes the command line utility ``dotlockfile''. +endef + +MASTER_SITES = ftp://ftp.debian.org/debian/pool/main/libl/$(GARNAME)/ +DISTFILES = $(GARNAME)_$(GARVERSION).orig.tar.gz + +# File name regex to get notifications about upstream software releases +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +# The copyright information is stored in the COPYRIGHT file +LICENSE = COPYRIGHT + +# Patches for Makefile.in +PATCHFILES = 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 0002-Modify-Makefile.in-to-create-directories-first.patch 0003-Stop-ginstall-setting-ownership.patch + +# Need to specify the installation prefix as the configuration script +# doesn't handle different operating systems very well +CONFIGURE_ARGS = $(DIRPATHS) --prefix=opt/csw + +# liblockfile doesn't provide any tests so skip these +SKIPTEST=1 + +# We need to specify the ROOT path for this install +INSTALL_ARGS = ROOT=$(DESTDIR) + +include gar/category.mk Property changes on: csw/mgar/pkg/liblockfile/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/liblockfile/trunk/checksums =================================================================== --- csw/mgar/pkg/liblockfile/trunk/checksums (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/checksums 2010-06-23 11:28:12 UTC (rev 10289) @@ -0,0 +1,4 @@ +3b5017e3e326a65ae05c41cedca79fac 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch +cf6672a7c23066ea1a591dfd6b023ad3 0002-Modify-Makefile.in-to-create-directories-first.patch +4838df3eadab17ef0a547384a47b9a4b 0003-Stop-ginstall-setting-ownership.patch +c24e2dfb4a2aab0263fe5ac1564d305e liblockfile_1.08.orig.tar.gz Added: csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 2010-06-23 11:28:12 UTC (rev 10289) @@ -0,0 +1,51 @@ +From ba46675875a1d81f9fa4755fd012f81e0d4f9068 Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Wed, 23 Jun 2010 10:38:14 +0200 +Subject: [PATCH 1/3] Modify Makefile to use ginstall instead of install + +--- + Makefile.in | 16 ++++++++-------- + 1 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 7ae5406..2424969 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -50,26 +50,26 @@ xlockfile.o: lockfile.c + $(CC) $(CFLAGS) -c lockfile.c -o xlockfile.o + + install_static: static install_common +- install -m 644 liblockfile.a $(ROOT)$(libdir) ++ ginstall -m 644 liblockfile.a $(ROOT)$(libdir) + + install_shared: shared install_common +- install -m 755 liblockfile.so \ ++ ginstall -m 755 liblockfile.so \ + $(ROOT)$(libdir)/liblockfile.so.$(VER) + ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so + if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + install_common: +- install -m 644 lockfile.h maillock.h $(ROOT)$(includedir) ++ ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) + if [ "$(MAILGROUP)" != "" ]; then\ +- install -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ ++ ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ + else \ +- install -g root -m 755 dotlockfile $(ROOT)$(bindir); \ ++ ginstall -g root -m 755 dotlockfile $(ROOT)$(bindir); \ + fi +- install -m 644 *.1 $(ROOT)$(mandir)/man1 +- install -m 644 *.3 $(ROOT)$(mandir)/man3 ++ ginstall -m 644 *.1 $(ROOT)$(mandir)/man1 ++ ginstall -m 644 *.3 $(ROOT)$(mandir)/man3 + + install_nfslib: nfslib +- install -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) ++ ginstall -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) + if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + clean: +-- +1.7.1 + Added: csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch 2010-06-23 11:28:12 UTC (rev 10289) @@ -0,0 +1,24 @@ +From 17724440df75bb232a274e852d5731cbffd5ed04 Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Wed, 23 Jun 2010 11:01:36 +0200 +Subject: [PATCH 2/3] Modify Makefile.in to create directories first + +--- + Makefile.in | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 2424969..af0028c 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -59,6 +59,7 @@ install_shared: shared install_common + if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + install_common: ++ ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) + ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) + if [ "$(MAILGROUP)" != "" ]; then\ + ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ +-- +1.7.1 + Added: csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch 2010-06-23 11:28:12 UTC (rev 10289) @@ -0,0 +1,31 @@ +From f853374c16cbdcff6be49361de782a5af6854dfc Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Wed, 23 Jun 2010 11:06:33 +0200 +Subject: [PATCH 3/3] Stop ginstall setting ownership. + +Solaris package creation takes care of changing ownership to root anyway. +Without this, this fails on sparc only (bad fakeroot?) +--- + Makefile.in | 6 +----- + 1 files changed, 1 insertions(+), 5 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index af0028c..040a426 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -61,11 +61,7 @@ install_shared: shared install_common + install_common: + ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) + ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) +- if [ "$(MAILGROUP)" != "" ]; then\ +- ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ +- else \ +- ginstall -g root -m 755 dotlockfile $(ROOT)$(bindir); \ +- fi ++ ginstall -m 755 dotlockfile $(ROOT)$(bindir); \ + ginstall -m 644 *.1 $(ROOT)$(mandir)/man1 + ginstall -m 644 *.3 $(ROOT)$(mandir)/man3 + +-- +1.7.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 13:34:26 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 11:34:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[10290] csw/mgar/pkg/liblockfile/trunk/Makefile Message-ID: Revision: 10290 http://gar.svn.sourceforge.net/gar/?rev=10290&view=rev Author: andrewrn Date: 2010-06-23 11:34:26 +0000 (Wed, 23 Jun 2010) Log Message: ----------- liblockfile: Correct VENDOR_URL Modified Paths: -------------- csw/mgar/pkg/liblockfile/trunk/Makefile Modified: csw/mgar/pkg/liblockfile/trunk/Makefile =================================================================== --- csw/mgar/pkg/liblockfile/trunk/Makefile 2010-06-23 11:28:12 UTC (rev 10289) +++ csw/mgar/pkg/liblockfile/trunk/Makefile 2010-06-23 11:34:26 UTC (rev 10290) @@ -11,6 +11,8 @@ MASTER_SITES = ftp://ftp.debian.org/debian/pool/main/libl/$(GARNAME)/ DISTFILES = $(GARNAME)_$(GARVERSION).orig.tar.gz +VENDOR_URL = http://www.t2-project.org/packages/liblockfile.html + # File name regex to get notifications about upstream software releases UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 13:38:28 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 11:38:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10291] csw/mgar/pkg/liblockfile/tags/liblockfile-1.08, REV= 2010.06.23/ Message-ID: Revision: 10291 http://gar.svn.sourceforge.net/gar/?rev=10291&view=rev Author: andrewrn Date: 2010-06-23 11:38:28 +0000 (Wed, 23 Jun 2010) Log Message: ----------- liblockfile: Tag as release 1.08,REV=2010.06.23 Added Paths: ----------- csw/mgar/pkg/liblockfile/tags/liblockfile-1.08,REV=2010.06.23/ 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 Jun 23 14:00:49 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 23 Jun 2010 12:00:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[10292] csw/mgar/pkg/cpan/Log-Dispatch/trunk/Makefile Message-ID: Revision: 10292 http://gar.svn.sourceforge.net/gar/?rev=10292&view=rev Author: dmichelsen Date: 2010-06-23 12:00:49 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Log-Dispatch: Change dependency to CSWpmparamsvalidate Modified Paths: -------------- csw/mgar/pkg/cpan/Log-Dispatch/trunk/Makefile Modified: csw/mgar/pkg/cpan/Log-Dispatch/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Log-Dispatch/trunk/Makefile 2010-06-23 11:38:28 UTC (rev 10291) +++ csw/mgar/pkg/cpan/Log-Dispatch/trunk/Makefile 2010-06-23 12:00:49 UTC (rev 10292) @@ -9,7 +9,7 @@ and remove output objects as desired. endef -RUNTIME_DEP_PKGS = CSWpmprmsvldt CSWpmunivrequire +RUNTIME_DEP_PKGS = CSWpmparamsvalidate CSWpmunivrequire PACKAGES = CSWpmlogdispatch CATALOGNAME = pm_logdispatch 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 Jun 23 14:02:27 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 23 Jun 2010 12:02:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[10293] csw/mgar/pkg/cpan/Params-Validate/trunk Message-ID: Revision: 10293 http://gar.svn.sourceforge.net/gar/?rev=10293&view=rev Author: dmichelsen Date: 2010-06-23 12:02:27 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Params-Validate: Add stub for CSWpmprmsvldt Modified Paths: -------------- csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile csw/mgar/pkg/cpan/Params-Validate/trunk/checksums Modified: csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile 2010-06-23 12:00:49 UTC (rev 10292) +++ csw/mgar/pkg/cpan/Params-Validate/trunk/Makefile 2010-06-23 12:02:27 UTC (rev 10293) @@ -1,5 +1,5 @@ GARNAME = Params-Validate -GARVERSION = 0.94 +GARVERSION = 0.95 CATEGORIES = cpan AUTHOR = DROLSKY @@ -11,14 +11,25 @@ unspecified additional parameters were passed in. endef -PACKAGES = CSWpmparamsvalidate -CATALOGNAME = pm_paramsvalidate +# CSWpmprmsvldt is the old package. It is empty and depends on the new one. +PACKAGES = CSWpmparamsvalidate CSWpmprmsvldt +CATALOGNAME_CSWpmparamsvalidate = pm_paramsvalidate +CATALOGNAME_CSWpmprmsvldt = pm_prmsvldt + +SPKG_DESC_CSWpmparamsvalidate = $(DESCRIPTION) +SPKG_DESC_CSWpmprmsvldt = Empty stub depending on new package CSWpmparamsvalidate + +RUNTIME_DEP_PKGS_CSWpmprmsvldt = CSWpmparamsvalidate + +LICENSE = LICENSE + CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL BUILD_SCRIPTS = $(WORKSRC)/Build TEST_SCRIPTS = $(WORKSRC)/Build INSTALL_SCRIPTS = $(WORKSRC)/Build +PKGFILES_CSWpmprmsvldt = NOFILES +ARCHALL_CSWpmprmsvldt = 1 + include gar/category.mk - -LICENSE = LICENSE Modified: csw/mgar/pkg/cpan/Params-Validate/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Params-Validate/trunk/checksums 2010-06-23 12:00:49 UTC (rev 10292) +++ csw/mgar/pkg/cpan/Params-Validate/trunk/checksums 2010-06-23 12:02:27 UTC (rev 10293) @@ -1 +1 @@ -86da1b8ad762063913f454f81b42a816 Params-Validate-0.94.tar.gz +f544f12357ae4ba44044cd8cb2b83a9f Params-Validate-0.95.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 15:50:32 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 13:50:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10294] csw/mgar/pkg/cpan Message-ID: Revision: 10294 http://gar.svn.sourceforge.net/gar/?rev=10294&view=rev Author: andrewrn Date: 2010-06-23 13:50:32 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Perl6::Export: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Perl6-Export/ csw/mgar/pkg/cpan/Perl6-Export/branches/ csw/mgar/pkg/cpan/Perl6-Export/tags/ csw/mgar/pkg/cpan/Perl6-Export/trunk/ csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums csw/mgar/pkg/cpan/Perl6-Export/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Perl6-Export/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile 2010-06-23 13:50:32 UTC (rev 10294) @@ -0,0 +1,27 @@ +GARNAME = Perl6-Export +GARVERSION = 0.07 +CATEGORIES = cpan +AUTHOR = DCONWAY + +DESCRIPTION = Perl6::Export - Implements the Perl 6 'is export(...)' trait +define BLURB + Implements what I hope the Perl 6 symbol export mechanism might look like. + + It's very straightforward: + + * If you want a subroutine to be capable of being exported (when explicitly requested in the use arguments), you mark it with the is export trait. + * If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the is export(:DEFAULT) trait. + * If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the is export(:MANDATORY) trait. + * If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the trait's argument list. + + That's it. +endef + +PACKAGES = CSWpmperl6export +CATALOGNAME = pm_perl6export +ARCHALL = 1 +LICENSE = README + +CHECKPKG_OVERRIDES = + +include gar/category.mk Added: csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums 2010-06-23 13:50:32 UTC (rev 10294) @@ -0,0 +1 @@ +cd44b18fd589cee60aca6cfbe58f9c2e Perl6-Export-0.07.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 16:02:11 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 14:02:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[10295] csw/mgar/pkg/cpan Message-ID: Revision: 10295 http://gar.svn.sourceforge.net/gar/?rev=10295&view=rev Author: andrewrn Date: 2010-06-23 14:02:10 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Perl6-Export-Attrs: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Perl6-Export-Attrs/ csw/mgar/pkg/cpan/Perl6-Export-Attrs/branches/ csw/mgar/pkg/cpan/Perl6-Export-Attrs/tags/ csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/ csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/Makefile csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/checksums csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/Makefile 2010-06-23 14:02:10 UTC (rev 10295) @@ -0,0 +1,26 @@ +GARNAME = Perl6-Export-Attrs +GARVERSION = 0.0.3 +CATEGORIES = cpan +AUTHOR = DCONWAY + +DESCRIPTION = Perl6::Export::Attrs - The Perl 6 'is export(...)' trait as a Perl 5 attribute +define BLURB + Implements a Perl 5 native version of what the Perl 6 symbol export mechanism will look like. + + It's very straightforward: + + * If you want a subroutine to be capable of being exported (when explicitly requested in the use arguments), you mark it with the :Export attribute. + * If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the :Export(:DEFAULT) attribute. + * If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the :Export(:MANDATORY) attribute. + * If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the attribute's argument list. + + That's it. +endef + +PACKAGES = CSWpmperl6exportattr +CATALOGNAME = pm_perl6exportattr + +ARCHALL = 1 +LICENSE = README + +include gar/category.mk Added: csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Perl6-Export-Attrs/trunk/checksums 2010-06-23 14:02:10 UTC (rev 10295) @@ -0,0 +1 @@ +c8af78c4fec3351178d1de59cc9c8869 Perl6-Export-Attrs-0.0.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 16:51:35 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 14:51:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10296] csw/mgar/pkg/cpan Message-ID: Revision: 10296 http://gar.svn.sourceforge.net/gar/?rev=10296&view=rev Author: andrewrn Date: 2010-06-23 14:51:34 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Perl6-Slurp: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Perl6-Slurp/ csw/mgar/pkg/cpan/Perl6-Slurp/branches/ csw/mgar/pkg/cpan/Perl6-Slurp/tags/ csw/mgar/pkg/cpan/Perl6-Slurp/trunk/ csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile csw/mgar/pkg/cpan/Perl6-Slurp/trunk/checksums csw/mgar/pkg/cpan/Perl6-Slurp/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Perl6-Slurp/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile 2010-06-23 14:51:34 UTC (rev 10296) @@ -0,0 +1,28 @@ +GARNAME = Perl6-Slurp +GARVERSION = 0.03 +CATEGORIES = cpan +AUTHOR = DCONWAY + +DESCRIPTION = Perl6::Slurp - Implements the Perl 6 'slurp' built-in +define BLURB + slurp takes: + + * a filename, + * a filehandle, + * a typeglob reference, + * an IO::File object, or + * a scalar reference, + + converts it to an input stream if necessary, and reads in the entire stream. + If slurp fails to set up or read the stream, it throws an exception. +endef + +PACKAGES = CSWpmperl6slurp +CATALOGNAME = pm_perl6slurp + +ARCHALL = 1 +LICENSE = README + +RUNTIME_DEP_PKGS = CSWpmperl6export + +include gar/category.mk Added: csw/mgar/pkg/cpan/Perl6-Slurp/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Perl6-Slurp/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Perl6-Slurp/trunk/checksums 2010-06-23 14:51:34 UTC (rev 10296) @@ -0,0 +1 @@ +c66a49eae5ed4410e897aee2266769fa Perl6-Slurp-0.03.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 16:56:58 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 14:56:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10297] csw/mgar/pkg/cpan Message-ID: Revision: 10297 http://gar.svn.sourceforge.net/gar/?rev=10297&view=rev Author: andrewrn Date: 2010-06-23 14:56:57 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Readonly: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Readonly/ csw/mgar/pkg/cpan/Readonly/branches/ csw/mgar/pkg/cpan/Readonly/tags/ csw/mgar/pkg/cpan/Readonly/trunk/ csw/mgar/pkg/cpan/Readonly/trunk/Makefile csw/mgar/pkg/cpan/Readonly/trunk/checksums csw/mgar/pkg/cpan/Readonly/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Readonly/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Readonly/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Readonly/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Readonly/trunk/Makefile 2010-06-23 14:56:57 UTC (rev 10297) @@ -0,0 +1,28 @@ +GARNAME = Readonly +GARVERSION = 1.03 +CATEGORIES = cpan +AUTHOR = ROODE + +DESCRIPTION = Readonly - Facility for creating read-only scalars, arrays, hashes. +define BLURB + This is a facility for creating non-modifiable variables. This is useful for + configuration files, headers, etc. It can also be useful as a development and + debugging tool, for catching updates to variables that should not be changed. + + If any of the values you pass to Scalar, Array, or Hash are references, then + those functions recurse over the data structures, marking everything as + Readonly. Usually, this is what you want: the entire structure nonmodifiable. + If you want only the top level to be Readonly, use the alternate Scalar1, + Array1 and Hash1 functions. + + Please note that most users of Readonly will also want to install a companion + module Readonly::XS. See the "CONS" section below for more details. +endef + +PACKAGES = CSWpmreadonly +CATALOGNAME = pm_readonly + +ARCHALL = 1 +LICENSE = README + +include gar/category.mk Added: csw/mgar/pkg/cpan/Readonly/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Readonly/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Readonly/trunk/checksums 2010-06-23 14:56:57 UTC (rev 10297) @@ -0,0 +1 @@ +0acef3a995ac9ecf575f66a726d638f4 Readonly-1.03.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 17:03:07 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 15:03:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10298] csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile Message-ID: Revision: 10298 http://gar.svn.sourceforge.net/gar/?rev=10298&view=rev Author: andrewrn Date: 2010-06-23 15:03:07 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Perl6-Slurp: Add BUILD_DEP_PKGS for the test scripts Modified Paths: -------------- csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile Modified: csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile 2010-06-23 14:56:57 UTC (rev 10297) +++ csw/mgar/pkg/cpan/Perl6-Slurp/trunk/Makefile 2010-06-23 15:03:07 UTC (rev 10298) @@ -24,5 +24,6 @@ LICENSE = README RUNTIME_DEP_PKGS = CSWpmperl6export +BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 17:12:56 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 15:12:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[10299] csw/mgar/pkg/cpan Message-ID: Revision: 10299 http://gar.svn.sourceforge.net/gar/?rev=10299&view=rev Author: andrewrn Date: 2010-06-23 15:12:56 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Smart-Comments: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Smart-Comments/ csw/mgar/pkg/cpan/Smart-Comments/branches/ csw/mgar/pkg/cpan/Smart-Comments/tags/ csw/mgar/pkg/cpan/Smart-Comments/trunk/ csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums csw/mgar/pkg/cpan/Smart-Comments/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Smart-Comments/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile 2010-06-23 15:12:56 UTC (rev 10299) @@ -0,0 +1,27 @@ +GARNAME = Smart-Comments +GARVERSION = 1.0.4 +CATEGORIES = cpan +AUTHOR = CHORNY + +DESCRIPTION = Smart::Comments - Comments that do more than just sit there +define BLURB + Smart comments provide an easy way to insert debugging and tracking code into a + program. They can report the value of a variable, track the progress of a loop, + and verify that particular assertions are true. + + Best of all, when you're finished debugging, you don't have to remove them. + Simply commenting out the use Smart::Comments line turns them back into regular + comments. Leaving smart comments in your code is smart because if you needed + them once, you'll almost certainly need them again later. +endef + +PACKAGES = CSWpmsmartcomments +CATALOGNAME = pm_smartcomments + +ARCHALL = 1 +LICENSE = README + +RUNTIME_DEP_PKGS = CSWpmversion +BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS) + +include gar/category.mk Added: csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums 2010-06-23 15:12:56 UTC (rev 10299) @@ -0,0 +1 @@ +4f7a229e54ee067f3aaffb3338bfa4eb Smart-Comments-1.0.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 17:37:21 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 15:37:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[10300] csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile Message-ID: Revision: 10300 http://gar.svn.sourceforge.net/gar/?rev=10300&view=rev Author: andrewrn Date: 2010-06-23 15:37:21 +0000 (Wed, 23 Jun 2010) Log Message: ----------- cpan/Smart-Comments: Depend on Test::Pod::Coverage for build tests Modified Paths: -------------- csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile Modified: csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile 2010-06-23 15:12:56 UTC (rev 10299) +++ csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile 2010-06-23 15:37:21 UTC (rev 10300) @@ -22,6 +22,7 @@ LICENSE = README RUNTIME_DEP_PKGS = CSWpmversion +BUILD_DEP_PKGS += CSWpmtestpodcoverage BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 17:58:48 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 15:58:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[10301] csw/mgar/pkg/cpan/Perl6-Export-Attrs/tags/ Perl6-Export-Attrs-0.0.3, REV=2010.06.23/ Message-ID: Revision: 10301 http://gar.svn.sourceforge.net/gar/?rev=10301&view=rev Author: andrewrn Date: 2010-06-23 15:58:48 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Perl6-Export-Attrs: Tag as release 0.0.3,REV=2010.06.23 Added Paths: ----------- csw/mgar/pkg/cpan/Perl6-Export-Attrs/tags/Perl6-Export-Attrs-0.0.3,REV=2010.06.23/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 17:59:53 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 15:59:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[10302] csw/mgar/pkg/cpan/Readonly/tags/Readonly-1.03, REV= 2010.06.23/ Message-ID: Revision: 10302 http://gar.svn.sourceforge.net/gar/?rev=10302&view=rev Author: andrewrn Date: 2010-06-23 15:59:53 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Readonly: Tag as release 1.03,REV=2010.06.23 Added Paths: ----------- csw/mgar/pkg/cpan/Readonly/tags/Readonly-1.03,REV=2010.06.23/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 18:01:22 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 16:01:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[10303] csw/mgar/pkg/cpan/Perl6-Export/tags/Perl6-Export-0. 07, REV=2010.06.23/ Message-ID: Revision: 10303 http://gar.svn.sourceforge.net/gar/?rev=10303&view=rev Author: andrewrn Date: 2010-06-23 16:01:22 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Perl6-Export: Tag as release 0.07,REV=2010.06.23 Added Paths: ----------- csw/mgar/pkg/cpan/Perl6-Export/tags/Perl6-Export-0.07,REV=2010.06.23/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Wed Jun 23 18:02:10 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Wed, 23 Jun 2010 16:02:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10304] csw/mgar/pkg/cpan/Smart-Comments/tags/ Smart-Comments-1.0.4, REV=2010.06.23/ Message-ID: Revision: 10304 http://gar.svn.sourceforge.net/gar/?rev=10304&view=rev Author: andrewrn Date: 2010-06-23 16:02:10 +0000 (Wed, 23 Jun 2010) Log Message: ----------- Smart-Comments: Tag as release 1.0.4,REV=2010.06.23 Added Paths: ----------- csw/mgar/pkg/cpan/Smart-Comments/tags/Smart-Comments-1.0.4,REV=2010.06.23/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 24 11:09:33 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 24 Jun 2010 09:09:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10305] csw/mgar/pkg/cpan Message-ID: Revision: 10305 http://gar.svn.sourceforge.net/gar/?rev=10305&view=rev Author: bonivart Date: 2010-06-24 09:09:33 +0000 (Thu, 24 Jun 2010) Log Message: ----------- Log-Any: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Log-Any/ csw/mgar/pkg/cpan/Log-Any/branches/ csw/mgar/pkg/cpan/Log-Any/tags/ csw/mgar/pkg/cpan/Log-Any/trunk/ csw/mgar/pkg/cpan/Log-Any/trunk/Makefile csw/mgar/pkg/cpan/Log-Any/trunk/checksums csw/mgar/pkg/cpan/Log-Any/trunk/files/ csw/mgar/pkg/cpan/Log-Any/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Log-Any/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Log-Any/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Log-Any/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Log-Any/trunk/Makefile 2010-06-24 09:09:33 UTC (rev 10305) @@ -0,0 +1,17 @@ +GARNAME = Log-Any +GARVERSION = 0.11 +CATEGORIES = cpan +AUTHOR = JSWARTZ + +DESCRIPTION = Bringing loggers and listeners together +define BLURB + Bringing loggers and listeners together +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmlogany +CATALOGNAME = pm_logany +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Log-Any/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Log-Any/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Log-Any/trunk/checksums 2010-06-24 09:09:33 UTC (rev 10305) @@ -0,0 +1,2 @@ +28e155cc77ffb9bb6071df1054f39acc COPYING +9186d94ee2ae7cada408fc5faf86d975 Log-Any-0.11.tar.gz Added: csw/mgar/pkg/cpan/Log-Any/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Log-Any/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Log-Any/trunk/files/COPYING 2010-06-24 09:09:33 UTC (rev 10305) @@ -0,0 +1,8 @@ + Copyright (C) 2009 Jonathan Swartz. + + Log::Any is provided "as is" and without any express or implied + warranties, including, without limitation, the implied warranties of + merchantibility and fitness for a particular purpose. + + This program is free software; you canredistribute it and/or modify it + under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 24 11:26:04 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 24 Jun 2010 09:26:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[10306] csw/mgar/pkg/cpan Message-ID: Revision: 10306 http://gar.svn.sourceforge.net/gar/?rev=10306&view=rev Author: bonivart Date: 2010-06-24 09:26:03 +0000 (Thu, 24 Jun 2010) Log Message: ----------- Test-Deep: initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Test-Deep/ csw/mgar/pkg/cpan/Test-Deep/branches/ csw/mgar/pkg/cpan/Test-Deep/tags/ csw/mgar/pkg/cpan/Test-Deep/trunk/ csw/mgar/pkg/cpan/Test-Deep/trunk/Makefile csw/mgar/pkg/cpan/Test-Deep/trunk/checksums csw/mgar/pkg/cpan/Test-Deep/trunk/files/ csw/mgar/pkg/cpan/Test-Deep/trunk/files/COPYING Property changes on: csw/mgar/pkg/cpan/Test-Deep/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/cpan/Test-Deep/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Deep/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Test-Deep/trunk/Makefile 2010-06-24 09:26:03 UTC (rev 10306) @@ -0,0 +1,17 @@ +GARNAME = Test-Deep +GARVERSION = 0.106 +CATEGORIES = cpan +AUTHOR = FDALY + +DESCRIPTION = Extremely flexible deep comparison +define BLURB + Extremely flexible deep comparison +endef + +DISTFILES += COPYING + +PACKAGES = CSWpmtestdeep +CATALOGNAME = pm_testdeep +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Test-Deep/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-Deep/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Test-Deep/trunk/checksums 2010-06-24 09:26:03 UTC (rev 10306) @@ -0,0 +1,2 @@ +0b61be0f858484ea7c7c876ffa9f85b2 COPYING +8cf0066dca9c3c102e4ae8f57173d12f Test-Deep-0.106.tar.gz Added: csw/mgar/pkg/cpan/Test-Deep/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Test-Deep/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/cpan/Test-Deep/trunk/files/COPYING 2010-06-24 09:26:03 UTC (rev 10306) @@ -0,0 +1,4 @@ +Copyright 2003, 2004 by Fergal Daly . + +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Jun 24 13:57:28 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 24 Jun 2010 11:57:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10307] csw/mgar/pkg/cpan/HTML-Mason/trunk Message-ID: Revision: 10307 http://gar.svn.sourceforge.net/gar/?rev=10307&view=rev Author: bonivart Date: 2010-06-24 11:57:28 +0000 (Thu, 24 Jun 2010) Log Message: ----------- HTML-Mason: update to 1.45, add build deps, change dep to new pm_paramsvalidate Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums Modified: csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile 2010-06-24 09:26:03 UTC (rev 10306) +++ csw/mgar/pkg/cpan/HTML-Mason/trunk/Makefile 2010-06-24 11:57:28 UTC (rev 10307) @@ -1,9 +1,9 @@ GARNAME = HTML-Mason -GARVERSION = 1.42 +GARVERSION = 1.45 CATEGORIES = cpan AUTHOR = DROLSKY -DESCRIPTION = high-performance, dynamic web site authoring system +DESCRIPTION = High-performance, dynamic web site authoring system define BLURB Mason is a tool for building, serving and managing large web sites. Its features make it an ideal backend for high load sites serving dynamic @@ -15,7 +15,8 @@ PACKAGES = CSWpmhtmlmason CATALOGNAME = pm_htmlmason -RUNTIME_DEP_PKGS = CSWpmexceptcls CSWpmclscontainer CSWpmprmsvldt CSWpmcachecache +BUILD_DEP_PKGS = CSWpmlogany CSWpmtestdeep +RUNTIME_DEP_PKGS = CSWpmexceptcls CSWpmclscontainer CSWpmparamsvalidate CSWpmcachecache ARCHALL = 1 Modified: csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums 2010-06-24 09:26:03 UTC (rev 10306) +++ csw/mgar/pkg/cpan/HTML-Mason/trunk/checksums 2010-06-24 11:57:28 UTC (rev 10307) @@ -1 +1 @@ -5fe5555ebb4bd6929eb6438e0f709355 download/HTML-Mason-1.42.tar.gz +5ad416ae8425d81dde3daf5fab913a23 HTML-Mason-1.45.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Jun 24 13:58:25 2010 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 24 Jun 2010 11:58:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10308] csw/mgar/pkg/ldns/trunk Message-ID: Revision: 10308 http://gar.svn.sourceforge.net/gar/?rev=10308&view=rev Author: idogan23 Date: 2010-06-24 11:58:25 +0000 (Thu, 24 Jun 2010) Log Message: ----------- ldns: bump version to 1.6.5 Modified Paths: -------------- csw/mgar/pkg/ldns/trunk/Makefile csw/mgar/pkg/ldns/trunk/checksums Modified: csw/mgar/pkg/ldns/trunk/Makefile =================================================================== --- csw/mgar/pkg/ldns/trunk/Makefile 2010-06-24 11:57:28 UTC (rev 10307) +++ csw/mgar/pkg/ldns/trunk/Makefile 2010-06-24 11:58:25 UTC (rev 10308) @@ -1,5 +1,5 @@ GARNAME = ldns -GARVERSION = 1.6.4 +GARVERSION = 1.6.5 CATEGORIES = lib DESCRIPTION = A library for programs conforming to DNS RFCs and drafts @@ -15,7 +15,7 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += CSWldns.doxyparse.diff -PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386 +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 PACKAGES = CSWldns CSWldnsdevel CATALOGNAME_CSWldns = ldns @@ -40,7 +40,7 @@ EXTRA_BUILD_ISAS_sparc = sparcv8plus RUNTIME_DEP_PKGS_CSWldns += CSWosslrt -RUNTIME_DEP_PKGS_CSWldnsdevel += CSWldns +#RUNTIME_DEP_PKGS_CSWldnsdevel += CSWldns PATCHFILES = CSWldns.doxyparse.diff Modified: csw/mgar/pkg/ldns/trunk/checksums =================================================================== --- csw/mgar/pkg/ldns/trunk/checksums 2010-06-24 11:57:28 UTC (rev 10307) +++ csw/mgar/pkg/ldns/trunk/checksums 2010-06-24 11:58:25 UTC (rev 10308) @@ -1,2 +1,2 @@ b5516aacfa819947cbfb6d0c34f0c546 CSWldns.doxyparse.diff -6747d7bd96552ee5d8943f3abb24815f ldns-1.6.4.tar.gz +ab41a641a0416908e03e63631f527c4a ldns-1.6.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 24 14:10:18 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 24 Jun 2010 12:10:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10309] csw/mgar/pkg/x3270/trunk Message-ID: Revision: 10309 http://gar.svn.sourceforge.net/gar/?rev=10309&view=rev Author: dmichelsen Date: 2010-06-24 12:10:18 +0000 (Thu, 24 Jun 2010) Log Message: ----------- x3270: Add patches and stuff Modified Paths: -------------- csw/mgar/pkg/x3270/trunk/Makefile csw/mgar/pkg/x3270/trunk/checksums Added Paths: ----------- csw/mgar/pkg/x3270/trunk/files/0001-Add-Error-function.patch csw/mgar/pkg/x3270/trunk/files/COPYING Modified: csw/mgar/pkg/x3270/trunk/Makefile =================================================================== --- csw/mgar/pkg/x3270/trunk/Makefile 2010-06-24 11:58:25 UTC (rev 10308) +++ csw/mgar/pkg/x3270/trunk/Makefile 2010-06-24 12:10:18 UTC (rev 10309) @@ -9,7 +9,10 @@ MASTER_SITES = $(SF_MIRROR) DISTFILES = suite3270-$(GARVERSION)-src.tgz +DISTFILES += COPYING +PATCHFILES = 0001-Add-Error-function.patch + # File name regex to get notifications about upstream software releases UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-src.tar.gz @@ -22,6 +25,10 @@ # SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 wc3270 wpr3287 ws3270 x3270 SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 x3270 +DEP_PKGS = CSWiconv CSWtcl CSWreadline CSWosslrt CSWncurses + +EXTRA_LINKER_FLAGS = -liconv + WORKSRC = $(WORKDIR) CONFIGURE_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/configure) CONFIGURE_ARGS = $(DIRPATHS) Modified: csw/mgar/pkg/x3270/trunk/checksums =================================================================== --- csw/mgar/pkg/x3270/trunk/checksums 2010-06-24 11:58:25 UTC (rev 10308) +++ csw/mgar/pkg/x3270/trunk/checksums 2010-06-24 12:10:18 UTC (rev 10309) @@ -1 +1,3 @@ +c44cd68f5450aec260ee3866ad0a7177 0001-Add-Error-function.patch +63a33fe276b48131d50ee84e665f3a3e COPYING d373e5657d688d3e5ce35eb226ab19e8 suite3270-3.3.10ga5-src.tgz Added: csw/mgar/pkg/x3270/trunk/files/0001-Add-Error-function.patch =================================================================== --- csw/mgar/pkg/x3270/trunk/files/0001-Add-Error-function.patch (rev 0) +++ csw/mgar/pkg/x3270/trunk/files/0001-Add-Error-function.patch 2010-06-24 12:10:18 UTC (rev 10309) @@ -0,0 +1,29 @@ +From f17056fb38d8ad44449269999c7c272557f24960 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 24 Jun 2010 11:06:55 +0200 +Subject: [PATCH] Add Error function + +--- + pr3287-3.3/pr3287.c | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +diff --git a/pr3287-3.3/pr3287.c b/pr3287-3.3/pr3287.c +index 9f759c6..e749845 100644 +--- a/pr3287-3.3/pr3287.c ++++ b/pr3287-3.3/pr3287.c +@@ -309,6 +309,12 @@ NewString(const char *s) + } + + void ++Warning(const char *msg) ++{ ++ errmsg(msg); ++} ++ ++void + Error(const char *msg) + { + errmsg(msg); +-- +1.7.1 + Added: csw/mgar/pkg/x3270/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/x3270/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/x3270/trunk/files/COPYING 2010-06-24 12:10:18 UTC (rev 10309) @@ -0,0 +1,83 @@ +Licensing Information ++++++++++++++++++++++ + +Here is the official copyright notice for +x3270 , c3270 , wc3270 , s3270 , tcl3270 and pr3287 + +It is a standard 3-element BSD license. +Copyright \xA9 1993-2009, Paul Mattes. Copyright \xA9 2004-2005, Don Russell. +Copyright \xA9 2004, Dick Altenbern. Copyright \xA9 1990, Jeff Sparkes. +Copyright \xA9 1989, Georgia Tech Research Corporation (GTRC), Atlanta, GA +30332. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * 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. + * Neither the names of Paul Mattes, Don Russell, Dick Altenbern, + Jeff Sparkes, GTRC nor the names of their contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY PAUL MATTES, DON RUSSELL, DICK ALTENBERN, +JEFF SPARKES AND GTRC "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 +PAUL MATTES, DON RUSSELL, DICK ALTENBERN, JEFF SPARKES OR GTRC 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. + +The 3270-20 font is derived from an NCD font, so it carries an +additional notice (an MIT license): +Copyright \xA9 1989-1991 Network Computing Devices, Inc. NCD is a +registered trademark of Network Computing Devices, Inc. + +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, and that the name of NCD may not be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. NCD makes no representations +about the suitability of this software for any purpose. It is provided +``as is'' without express or implied warranty. + +NCD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD +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. + +The ComplexMenu sources are derived from the MIT X11R5 Athena SimpleMenu +widget, and carry an additional notice (another MIT license): +Copyright \xA9 1989 Massachusetts Institute of Technology + +Permission to use, copy, modify, distribute, and sell this software and +its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of M.I.T. not be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. M.I.T. makes no +representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +M.I.T. 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. + 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 Jun 24 15:52:17 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 24 Jun 2010 13:52:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[10310] csw/mgar/pkg/rrdtool/branches Message-ID: Revision: 10310 http://gar.svn.sourceforge.net/gar/?rev=10310&view=rev Author: dmichelsen Date: 2010-06-24 13:52:17 +0000 (Thu, 24 Jun 2010) Log Message: ----------- rrdtool/x11-reloaded: Make progress Modified Paths: -------------- csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile csw/mgar/pkg/rrdtool/branches/x11-reloaded/checksums Added Paths: ----------- csw/mgar/pkg/rrdtool/branches/x11-reloaded/ Modified: csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/branches/benny/Makefile 2010-06-20 19:56:38 UTC (rev 10269) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-24 13:52:17 UTC (rev 10310) @@ -1,8 +1,8 @@ GARNAME = rrdtool -GARVERSION = 1.4.2 +GARVERSION = 1.4.3 CATEGORIES = utils -DESCRIPTION = Time-series data logging and graphing. +DESCRIPTION = Time-series data logging and graphing define BLURB RRDtool is basically the time-series graphing and data storage/management component of MRTG, broken out and `done right'. `done right' means that @@ -12,99 +12,87 @@ MASTER_SITES = http://oss.oetiker.ch/$(GARNAME)/pub/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +PATCHFILES += patch-src-Makefile.in +PATCHFILES += patch-src-rrd_open.c +PATCHFILES += patch-bindings-Makefile.in +PATCHFILES += patch-bindings-ruby-extconf.rb +PATCHFILES += patch-bindings-perl-piped-Makefile.PL +PATCHFILES += patch-bindings-perl-shared-Makefile.PL + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -PACKAGES = CSWrrd -CATALOGNAME = rrdtool +PACKAGES = CSWrrd CSWrrdrt CSWpmrrd CSWpy-rrdtool CSWrbrrd -RUNTIME_DEP_PKGS += CSWggettextrt -RUNTIME_DEP_PKGS += CSWglib2 -RUNTIME_DEP_PKGS += CSWiconv -RUNTIME_DEP_PKGS += CSWlibcairo -RUNTIME_DEP_PKGS += CSWpango -RUNTIME_DEP_PKGS += CSWpng -RUNTIME_DEP_PKGS += CSWsunmath -RUNTIME_DEP_PKGS += CSWzlib -RUNTIME_DEP_PKGS += CSWperl -RUNTIME_DEP_PKGS += CSWruby -RUNTIME_DEP_PKGS += CSWpython -RUNTIME_DEP_PKGS += CSWlibxml2 +CATALOGNAME_CSWrrd = rrdtool +CATALOGNAME_CSWrrdrt = rrdtool_rt +CATALOGNAME_CSWpmrrd = pm_rrd +CATALOGNAME_CSWpy-rrdtool = py_rrdtool +CATALOGNAME_CSWrbrrd = rb_rrd -BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS) -BUILD_DEP_PKGS += CSWlibpthreadstubs -BUILD_DEP_PKGS += CSWlibxaudevel -BUILD_DEP_PKGS += CSWlibxcbdevel -BUILD_DEP_PKGS += CSWpangodevel -BUILD_DEP_PKGS += CSWlibcairodevel -BUILD_DEP_PKGS += CSWglib2devel -BUILD_DEP_PKGS += CSWxproto -BUILD_DEP_PKGS += CSWlibxrenderdevel -BUILD_DEP_PKGS += CSWrenderproto -BUILD_DEP_PKGS += CSWkbproto +SPKG_DESC_CSWrrd = $(DESCRIPTION) +SPKG_DESC_CSWrrdrt = Runtime libraries for RRDtool +SPKG_DESC_CSWpmrrd = RRDs: Access RRDtool as a shared module (part of RRDtool) +SPKG_DESC_CSWpy-rrdtool = Python egg for RRD access (part of RRDtool) +SPKG_DESC_CSWrbrrd = Ruby binding for RRD access (part of RRDtool) + +RUNTIME_DEP_PKGS_CSWrrd = CSWrrdrt CSWglib2 CSWpango CSWggettextrt CSWlibxml2 CSWlibcairo +RUNTIME_DEP_PKGS_CSWrrdrt += CSWggettextrt CSWglib2 CSWlibcairo CSWpango CSWlibxml2 +RUNTIME_DEP_PKGS_CSWpmrrd = CSWperl CSWrrdrt +RUNTIME_DEP_PKGS_CSWpy-rrdtool = CSWpython CSWrrdrt +RUNTIME_DEP_PKGS_CSWrbrrd = CSWruby CSWrrdrt + +BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS_CSWrrdrt) +BUILD_DEP_PKGS += CSWpangodevel CSWlibcairodevel CSWglib2devel +BUILD_DEP_PKGS += CSWperl BUILD_DEP_PKGS += CSWpython-devel BUILD_DEP_PKGS += CSWrubydev EXTRA_INC = $(prefix)/include/cairo EXTRA_INC += $(prefix)/include/libxml2 -EXTRA_INC += $(prefix)/X11/include -EXTRA_LIB = $(prefix)/X11/lib +BUILD64 = 1 +NOISAEXEC = 1 +STRIP_LIBTOOL = 1 -EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib +CONFIGURE_ARGS_32 = --enable-python --enable-ruby --with-ruby-options=CFLAGS= --enable-perl --with-perl-options=INSTALLDIRS=vendor +CONFIGURE_ARGS_64 = --disable-python --disable-ruby --disable-perl -EXTRA_SOS_LD_FLAGS = -L$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) -EXTRA_SOS_LD_OPTIONS = -R$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --docdir=$(sharedstatedir)/doc/$(GARNAME) -CONFIGURE_ARGS += --disable-lua -CONFIGURE_ARGS += --enable-python -CONFIGURE_ARGS += --enable-ruby -CONFIGURE_ARGS += --with-ruby-options=CFLAGS= -CONFIGURE_ARGS += --enable-perl -CONFIGURE_ARGS += --with-perl-options=INSTALLDIRS=vendor -CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) +CONFIGURE_ARGS += --disable-lua --disable-tcl CONFIGURE_ARGS += --with-libintl-prefix=$(libdir) +CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MEMORYMODEL)) -EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod - TEST_TARGET = check -PATCHFILES += patch-src-Makefile.in -PATCHFILES += patch-src-rrd_open.c -PATCHFILES += patch-bindings-Makefile.in -PATCHFILES += patch-bindings-ruby-extconf.rb -PATCHFILES += patch-bindings-perl-piped-Makefile.PL -PATCHFILES += patch-bindings-perl-shared-Makefile.PL +MERGE_DIRS_isa-extra = $(bindir) +MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only +EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod .*/\.packlist +EXTRA_PAX_ARGS += -s ',^\.$(docdir)/$(GARNAME)-$(GARVERSION),.$(BUILD_PREFIX)/share/doc/$(CATALOGNAME),' -BUILD64 = 1 +PKGFILES_CSWrrdrt = $(PKGFILES_RT) +PKGFILES_CSWpmrrd = $(libdir)/perl/.* $(sharedstatedir)/perl/.* .*\.3perl +PKGFILES_CSWpy-rrdtool = $(libdir)/python/.* +PKGFILES_CSWrbrrd = $(libdir)/ruby/.* -STRIP_LIBTOOL = 1 +CHECKPKG_OVERRIDES_CSWrrd += missing-dependency|CSWperl +CHECKPKG_OVERRIDES_CSWrrd += surplus-dependency|CSWrrdrt +CHECKPKG_OVERRIDES_CSWpy-rrdtool += missing-dependency|CSWrrd +CHECKPKG_OVERRIDES_CSWpy-rrdtool += surplus-dependency|CSWrrdrt + +CHECKPKG_OVERRIDES_CSWpmrrd += missing-dependency|CSWrrd +CHECKPKG_OVERRIDES_CSWpmrrd += surplus-dependency|CSWrrdrt + +CHECKPKG_OVERRIDES_CSWrbrrd += missing-dependency|CSWrrd +CHECKPKG_OVERRIDES_CSWrbrrd += surplus-dependency|CSWrrdrt +CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry|/home/dam/mgar/pkg/rrdtool/branches/x11-reloaded/work/solaris9-sparc/install-isa-sparcv8/opt/csw/lib|opt/csw/lib/ruby/site_ruby/1.8/sparc-solaris2.8/RRD.so + include gar/category.mk -# ugly fix to fix doc path -#post-install-modulated: - #echo " ==> Fixing doc path" - #mv $(DESTDIR)$(prefix)/share/doc/rrdtool-$(GARVERSION) $(DESTDIR)$(prefix)/share/doc/rrdtool pre-build-modulated: echo " ==> Adding math function round()" cp $(FILEDIR)/s_round.c $(WORKSRC)/src cp $(FILEDIR)/s_round.h $(WORKSRC)/src @$(MAKECOOKIE) - -post-patch-isa-amd64: - @# since our perl/python is 32bit, we need to patch away the build - echo " ==> Removing perl/python module" - gpatch -d$(WORKSRC) -p1 -F2 < $(FILEDIR)/patch-64-Makefile.in - gpatch -d$(WORKSRC) -p1 -F2 < $(FILEDIR)/patch-64-bindings-Makefile.in - @$(MAKECOOKIE) - -post-patch-isa-sparcv9: - @# since our perl/python is 32bit, we need to patch away the build - echo " ==> Removing perl/python module" - gpatch -d$(WORKSRC) -p1 -F2 < $(FILEDIR)/patch-64-Makefile.in - gpatch -d$(WORKSRC) -p1 -F2 < $(FILEDIR)/patch-64-bindings-Makefile.in - @$(MAKECOOKIE) Modified: csw/mgar/pkg/rrdtool/branches/x11-reloaded/checksums =================================================================== --- csw/mgar/pkg/rrdtool/branches/benny/checksums 2010-06-20 19:56:38 UTC (rev 10269) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/checksums 2010-06-24 13:52:17 UTC (rev 10310) @@ -4,4 +4,4 @@ 072482090287b462c8c092b2ead132da patch-bindings-ruby-extconf.rb 20e58c7facf2687037288c157c32df1a patch-src-Makefile.in 47709778545eec2e8c5c3b38f9c94fcd patch-src-rrd_open.c -9318d3b4016dd9dd9897f1eac7548032 rrdtool-1.4.2.tar.gz +492cf946c72f85987238faa2c311b7bb rrdtool-1.4.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 24 16:12:37 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 24 Jun 2010 14:12:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10311] csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile Message-ID: Revision: 10311 http://gar.svn.sourceforge.net/gar/?rev=10311&view=rev Author: dmichelsen Date: 2010-06-24 14:12:36 +0000 (Thu, 24 Jun 2010) Log Message: ----------- rrdtool/x11-reloaded: add overrides Modified Paths: -------------- csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile Modified: csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-24 13:52:17 UTC (rev 10310) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-24 14:12:36 UTC (rev 10311) @@ -76,6 +76,11 @@ PKGFILES_CSWpy-rrdtool = $(libdir)/python/.* PKGFILES_CSWrbrrd = $(libdir)/ruby/.* +CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdcached +CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdcgi +CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdtool +CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdupdate + CHECKPKG_OVERRIDES_CSWrrd += missing-dependency|CSWperl CHECKPKG_OVERRIDES_CSWrrd += surplus-dependency|CSWrrdrt @@ -88,6 +93,7 @@ CHECKPKG_OVERRIDES_CSWrbrrd += missing-dependency|CSWrrd CHECKPKG_OVERRIDES_CSWrbrrd += surplus-dependency|CSWrrdrt CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry|/home/dam/mgar/pkg/rrdtool/branches/x11-reloaded/work/solaris9-sparc/install-isa-sparcv8/opt/csw/lib|opt/csw/lib/ruby/site_ruby/1.8/sparc-solaris2.8/RRD.so +CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry|/home/dam/mgar/pkg/rrdtool/branches/x11-reloaded/work/solaris9-i386/install-isa-i386/opt/csw/lib|opt/csw/lib/ruby/site_ruby/1.8/i386-solaris2.8/RRD.so include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jun 24 18:06:47 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 24 Jun 2010 16:06:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10312] csw/mgar/pkg/x3270/trunk Message-ID: Revision: 10312 http://gar.svn.sourceforge.net/gar/?rev=10312&view=rev Author: dmichelsen Date: 2010-06-24 16:06:47 +0000 (Thu, 24 Jun 2010) Log Message: ----------- x3270: Several fixes and default files added Modified Paths: -------------- csw/mgar/pkg/x3270/trunk/Makefile csw/mgar/pkg/x3270/trunk/checksums Added Paths: ----------- csw/mgar/pkg/x3270/trunk/files/ibm-1027_P100-1995.cnv csw/mgar/pkg/x3270/trunk/files/ibm-1385_P100-1997.cnv csw/mgar/pkg/x3270/trunk/files/ibm-1388_P103-2001.cnv csw/mgar/pkg/x3270/trunk/files/ibm-300_P110-1997.cnv csw/mgar/pkg/x3270/trunk/files/ibm-837_P100-2000.cnv Modified: csw/mgar/pkg/x3270/trunk/Makefile =================================================================== --- csw/mgar/pkg/x3270/trunk/Makefile 2010-06-24 14:12:36 UTC (rev 10311) +++ csw/mgar/pkg/x3270/trunk/Makefile 2010-06-24 16:06:47 UTC (rev 10312) @@ -1,6 +1,6 @@ # $Id$ GARNAME = x3270 -GARVERSION = 3.3.10ga5 +GARVERSION = $(BASEREL).10ga5 CATEGORIES = apps DESCRIPTION = An IBM 3270 terminal emulator @@ -11,6 +11,13 @@ DISTFILES = suite3270-$(GARVERSION)-src.tgz DISTFILES += COPYING +CONVERSIONS = ibm-1027_P100-1995.cnv +CONVERSIONS += ibm-1385_P100-1997.cnv +CONVERSIONS += ibm-1388_P103-2001.cnv +CONVERSIONS += ibm-300_P110-1997.cnv +CONVERSIONS += ibm-837_P100-2000.cnv +DISTFILES += $(CONVERSIONS) + PATCHFILES = 0001-Add-Error-function.patch # File name regex to get notifications about upstream software releases @@ -30,13 +37,51 @@ EXTRA_LINKER_FLAGS = -liconv WORKSRC = $(WORKDIR) -CONFIGURE_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/configure) +# CONFIGURE_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/configure) +CONFIGURE_SCRIPTS = $(addprefix x3270-,$(SUBSYSTEMS)) + +sysconfdir = /etc/opt/csw +CONFIGURE_ARGS-tcl3270 = --with-tcl=8.4 +CONFIGURE_ARGS-x3270 = --without-pr3287 --with-fontdir=$(sharedstatedir)/x3270 CONFIGURE_ARGS = $(DIRPATHS) BUILD_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/Makefile) TEST_SCRIPTS = INSTALL_SCRIPTS = $(BUILD_SCRIPTS) +INSTALL_ARGS = install.man +# Otherwise one manpage ends up in /usr/openwin/... +INSTALL_OVERRIDE_VARS = MANPATH BINDIR +INSTALL_OVERRIDE_VAR_MANPATH = $(mandir) +INSTALL_OVERRIDE_VAR_BINDIR = $(bindir) +# EXTRA_PAX_ARGS = -s ",\./usr/openwin/bin/,.$(bindir)/,p" +MIGRATE_FILES = $(addprefix x3270/,ibm_hosts $(CONVERSIONS)) +PRESERVECONF = $(addprefix $(sysconfdir)/,$(MIGRATE_FILES)) + +#MANPAGES = s3270-$(BASEREL)/s3270 +#MANPAGES += c3270-$(BASEREL)/c3270 +#MANPAGES += tcl3270-$(BASEREL)/tcl3270 +#MANPAGES += pr3287-$(BASEREL)/pr3287 +#MANPAGES += x3270-$(BASEREL)/x3270 +#MANPAGES += x3270-$(BASEREL)/x3270if +#MANPAGES += x3270-$(BASEREL)/x3270-script + include gar/category.mk + +configure-x3270-%: + @echo " ==> Running configure for $*" + cd $(WORKDIR)/$*-$(BASEREL) && $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS) $(CONFIGURE_ARGS-$*) + @$(MAKECOOKIE) + +post-install-modulated: + ginstall -d $(DESTDIR)$(libdir)/x3270 + ginstall $(WORKSRC)/x3270-$(BASEREL)/x3270_glue.expect $(DESTDIR)$(libdir)/x3270/x3270_glue.expect + #ginstall -d $(DESTDIR)$(mandir)/man1 + #$(foreach M,$(MANPAGES),ginstall $(WORKSRC)/$(M).man $(DESTDIR)$(mandir)/man1/$(notdir $M).1;) + ginstall -d $(DESTDIR)$(mandir)/man5 + ginstall $(WORKSRC)/x3270-$(BASEREL)/ibm_hosts.man $(DESTDIR)$(mandir)/man5/ibm_hosts.5 + $(foreach S,$(SUBSYSTEMS),ginstall -d $(DESTDIR)$(docdir)/x3270/$S; cp -rp $(WORKSRC)/$S-$(BASEREL)/README $(WORKSRC)/$S-$(BASEREL)/html $(DESTDIR)$(docdir)/x3270/$S;) + $(foreach C,$(CONVERSIONS),ginstall $(WORKDIR)/$C $(DESTDIR)$(sysconfdir)/x3270/$C;) + @$(MAKECOOKIE) Modified: csw/mgar/pkg/x3270/trunk/checksums =================================================================== --- csw/mgar/pkg/x3270/trunk/checksums 2010-06-24 14:12:36 UTC (rev 10311) +++ csw/mgar/pkg/x3270/trunk/checksums 2010-06-24 16:06:47 UTC (rev 10312) @@ -1,3 +1,8 @@ c44cd68f5450aec260ee3866ad0a7177 0001-Add-Error-function.patch 63a33fe276b48131d50ee84e665f3a3e COPYING +dd7f1ab9a53ab6ff17be8a7f328713cc ibm-1027_P100-1995.cnv +6a04cfbfdda619ec2b1424a1168996f8 ibm-1385_P100-1997.cnv +079111e619157e0f8d5156e6bafda225 ibm-1388_P103-2001.cnv +2d8643cc3f22c60846e5bf980328c9b6 ibm-300_P110-1997.cnv +3c2397ee0befcf53743faca9f351c902 ibm-837_P100-2000.cnv d373e5657d688d3e5ce35eb226ab19e8 suite3270-3.3.10ga5-src.tgz Added: csw/mgar/pkg/x3270/trunk/files/ibm-1027_P100-1995.cnv =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/x3270/trunk/files/ibm-1027_P100-1995.cnv ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/x3270/trunk/files/ibm-1385_P100-1997.cnv =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/x3270/trunk/files/ibm-1385_P100-1997.cnv ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/x3270/trunk/files/ibm-1388_P103-2001.cnv =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/x3270/trunk/files/ibm-1388_P103-2001.cnv ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/x3270/trunk/files/ibm-300_P110-1997.cnv =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/x3270/trunk/files/ibm-300_P110-1997.cnv ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream Added: csw/mgar/pkg/x3270/trunk/files/ibm-837_P100-2000.cnv =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/x3270/trunk/files/ibm-837_P100-2000.cnv ___________________________________________________________________ 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 andrewrn at users.sourceforge.net Thu Jun 24 18:11:15 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Thu, 24 Jun 2010 16:11:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10313] csw/mgar/pkg/cpan/Perl6-Slurp/tags/Perl6-Slurp-0.03 , REV=2010.06.24/ Message-ID: Revision: 10313 http://gar.svn.sourceforge.net/gar/?rev=10313&view=rev Author: andrewrn Date: 2010-06-24 16:11:15 +0000 (Thu, 24 Jun 2010) Log Message: ----------- Perl6-Slurp: Tag as release 0.03,REV=2010.06.24 Added Paths: ----------- csw/mgar/pkg/cpan/Perl6-Slurp/tags/Perl6-Slurp-0.03,REV=2010.06.24/ 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 Jun 25 01:34:47 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Thu, 24 Jun 2010 23:34:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10314] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 10314 http://gar.svn.sourceforge.net/gar/?rev=10314&view=rev Author: bdwalton Date: 2010-06-24 23:34:47 +0000 (Thu, 24 Jun 2010) Log Message: ----------- gar/v2: change pre-extract-git-commit to set default values for name/email instead of griping and bailing out Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2010-06-24 16:11:15 UTC (rev 10313) +++ csw/mgar/gar/v2/gar.mk 2010-06-24 23:34:47 UTC (rev 10314) @@ -395,35 +395,24 @@ pre-extract-modulated pre-extract-$(MODULATION) $(EXTRACT_TARGETS) $(if $(filter global,$(MODULATION)),,post-extract-gitsnap) post-extract-$(MODULATION) post-extract-modulated @$(DONADA) +# This target ensures that the values used by git when making a commit +# are more sane than they _could_ otherwise be by taking the hostname +# to build the email address used. If you want to submit patches with +# an alternate email address, use git config yourself to override the +# values. pre-extract-git-check: - @( if [ ! -f $(HOME)/.gitconfig ]; then \ - name=`getent passwd $$USER | awk -F: '{print $$5}'`; \ - echo "===================================================="; \ - echo "You need to create a basic ~/.gitconfig."; \ - echo "Try: "; \ - echo " git config --global user.email $$USER at opencsw.org"; \ - echo " git config --global user.name \"$$name\""; \ - echo "===================================================="; \ - exit 1; \ - else \ - g_email=`git config --global user.email`; \ - g_name=`git config --global user.name`; \ - email=$$USER at opencsw.org; \ - name=`getent passwd $$USER | awk -F: '{print $$5}'`; \ - if [ -z "$$g_email" ]; then \ - echo "==================================================="; \ - echo "Your ~/.gitconfig doesn't define user.email. Try:"; \ - echo " git config --global user.email $$email"; \ - echo "==================================================="; \ - exit 1; \ - elif [ -z "$$g_name" ]; then \ - echo "==================================================="; \ - echo "Your ~/.gitconfig doesn't define user.name. Try:"; \ - echo " git config --global user.name '$$name'"; \ - echo "==================================================="; \ - exit 1; \ - fi; \ - fi ) + @( g_email=`git config --global user.email`; \ + g_name=`git config --global user.name`; \ + email=$$USER at opencsw.org; \ + name=`getent passwd $$USER | awk -F: '{print $$5}'`; \ + if [ -z "$$g_email" ]; then \ + echo "Setting User Email value to: $$email"; \ + git config --global user.email "$$email"; \ + fi; \ + if [ -z "$$g_name" ]; then \ + echo "Setting User Name value to: $$name"; \ + git config --global user.name "$$name"; \ + fi ) @$(MAKECOOKIE) post-extract-gitsnap: $(EXTRACT_TARGETS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 25 05:37:10 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 25 Jun 2010 03:37:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10315] csw/mgar/pkg/gawk/trunk Message-ID: Revision: 10315 http://gar.svn.sourceforge.net/gar/?rev=10315&view=rev Author: theferret Date: 2010-06-25 03:37:10 +0000 (Fri, 25 Jun 2010) Log Message: ----------- gawk: tweaks Modified Paths: -------------- csw/mgar/pkg/gawk/trunk/Makefile csw/mgar/pkg/gawk/trunk/pkginfo csw/mgar/pkg/gawk/trunk/prototype Modified: csw/mgar/pkg/gawk/trunk/Makefile =================================================================== --- csw/mgar/pkg/gawk/trunk/Makefile 2010-06-24 23:34:47 UTC (rev 10314) +++ csw/mgar/pkg/gawk/trunk/Makefile 2010-06-25 03:37:10 UTC (rev 10315) @@ -1,60 +1,154 @@ -#This Makefile originally generated from a template under -# pkg/TEMPLATES/createpkg -# You will most likely have to use GNU make to use it. +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" +# Customize your prototype file(s) as needed -#Uncomment one of these definitions. The -b invokation, -# is suitable for use with small packages, where you want to have a few files -# in your top level src directory. It is also suitable for -# "relocateable" packages. see the createpkg docs for more details. -#CREATEPKG=createpkg -b `pwd` +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gawk-3.1.8.tar.gz +EXTRACTPROG ?= /usr/sfw/bin/gtar zfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnu.org/pub/gnu/gawk + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -fast +CXXFLAGS_COMMON ?= -mt -norunpath -fast +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw + + + CREATEPKG=createpkg -r `pwd`/build/*/cswstage -BUILDDIR=build/* +all: $(ARCH)-32 +#all: $(ARCH)-32 package +# ARCH-XX handles configure, build, and stage for its own combo +# +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; -STDFILES=pkginfo copyright prototype -FILES= -all: build package +extract: build/.extract.done -build: build/.config.done - (cd $(BUILDDIR) ; \ - $(MAKE) ; \ - stagepkg ) +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ -# dummy target for configure -build/.config.done: - @echo Configuring with: - @echo CC=$(CC) $(CFLAGS) - @echo CXX=$(CXX) $(CXXFLAGS) - (cd $(BUILDDIR) ; \ - test -f ../../patchfile.preconf && \ - gpatch -p0 <../../patchfile.preconf ; \ - ./configure --prefix=/opt/csw ; \ - if test -f ../../patchfile.postconf ; then \ - gpatch -p0 <../../patchfile.postconf ; fi) - touch build/.config.done +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' -# I tried depending this on $(BUILDDIR)/config.log but that didnt stick -configure: build/.config.done +garchive: + @echo Call the fetch target instead: it does the same thing. -package: $(STDFILE) $(FILES) build - cp build/gawk*/COPYING `echo build/gawk*/cswstage/opt/csw/share/awk`/COPYING.gawk + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: $(CREATEPKG) -pkgclean: - rm -f *.pkg.gz package +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary -clean: pkgclean - cd $(BUILDDIR) && make clean -reallyclean: clean - rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status - rm -f build/.config.done +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10316 http://gar.svn.sourceforge.net/gar/?rev=10316&view=rev Author: dmichelsen Date: 2010-06-25 07:47:10 +0000 (Fri, 25 Jun 2010) Log Message: ----------- freetds: Split off doc package Modified Paths: -------------- csw/mgar/pkg/freetds/trunk/Makefile Modified: csw/mgar/pkg/freetds/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetds/trunk/Makefile 2010-06-25 03:37:10 UTC (rev 10315) +++ csw/mgar/pkg/freetds/trunk/Makefile 2010-06-25 07:47:10 UTC (rev 10316) @@ -14,8 +14,17 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -DEP_PKGS = CSWunixodbc CSWiconv CSWreadline CSWncurses +PACKAGES = CSWfreetds CSWfreetdsdoc +CATALOGNAME_CSWfreetds = freetds +CATALOGNAME_CSWfreetdsdoc = freetds_doc + +SPKG_DESC_CSWfreetds = $(DESCRIPTION) +SPKG_DESC_CSWfreetdsdoc = Documentation for freetds + +RUNTIME_DEP_PKGS_CSWfreetds = CSWunixodbc CSWiconv CSWreadline CSWncurses +BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWfreetds) + sysconfdir = /etc/opt/csw BUILD64 = 1 @@ -24,11 +33,14 @@ MERGE_DIRS_isa-extra = $(libdir) -EXTRA_PAX_ARGS = '-s,/doc/$(GARNAME)-$(GARVERSION),/doc/$(GARNAME),p' +EXTRA_PAX_ARGS = '-s,.*{}$$,,p' '-s,/doc/$(GARNAME)-$(GARVERSION),/doc/$(GARNAME),p' PRESERVECONF = $(addprefix $(sysconfdir)/,freetds.conf locales.conf pool.conf) MIGRATE_FILES = freetds.conf locales.conf pool.conf +ARCHALL_CSWfreetdsdoc = 1 +PKGFILES_CSWfreetdsdoc = $(PKGFILES_DOC) + include gar/category.mk post-configure-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jun 25 09:51:42 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 25 Jun 2010 07:51:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10317] csw/mgar/pkg/freetds/trunk/Makefile Message-ID: Revision: 10317 http://gar.svn.sourceforge.net/gar/?rev=10317&view=rev Author: dmichelsen Date: 2010-06-25 07:51:42 +0000 (Fri, 25 Jun 2010) Log Message: ----------- freetds: Migrate files only in main package, not in docs Modified Paths: -------------- csw/mgar/pkg/freetds/trunk/Makefile Modified: csw/mgar/pkg/freetds/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetds/trunk/Makefile 2010-06-25 07:47:10 UTC (rev 10316) +++ csw/mgar/pkg/freetds/trunk/Makefile 2010-06-25 07:51:42 UTC (rev 10317) @@ -36,7 +36,7 @@ EXTRA_PAX_ARGS = '-s,.*{}$$,,p' '-s,/doc/$(GARNAME)-$(GARVERSION),/doc/$(GARNAME),p' PRESERVECONF = $(addprefix $(sysconfdir)/,freetds.conf locales.conf pool.conf) -MIGRATE_FILES = freetds.conf locales.conf pool.conf +MIGRATE_FILES_CSWfreetds = freetds.conf locales.conf pool.conf ARCHALL_CSWfreetdsdoc = 1 PKGFILES_CSWfreetdsdoc = $(PKGFILES_DOC) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Jun 25 10:40:55 2010 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 25 Jun 2010 08:40:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[10318] csw/mgar/pkg/drill/trunk Message-ID: Revision: 10318 http://gar.svn.sourceforge.net/gar/?rev=10318&view=rev Author: idogan23 Date: 2010-06-25 08:40:54 +0000 (Fri, 25 Jun 2010) Log Message: ----------- drill: bump version to 1.6.5 Modified Paths: -------------- csw/mgar/pkg/drill/trunk/Makefile csw/mgar/pkg/drill/trunk/checksums Modified: csw/mgar/pkg/drill/trunk/Makefile =================================================================== --- csw/mgar/pkg/drill/trunk/Makefile 2010-06-25 07:51:42 UTC (rev 10317) +++ csw/mgar/pkg/drill/trunk/Makefile 2010-06-25 08:40:54 UTC (rev 10318) @@ -1,5 +1,5 @@ GARNAME = drill -GARVERSION = 1.6.1 +GARVERSION = 1.6.5 CATEGORIES = utils DESCRIPTION = A dig style dnssec aware dns debugging tool @@ -11,6 +11,8 @@ MASTER_SITES = http://www.nlnetlabs.nl/projects/ldns/ DISTFILES = ldns-$(GARVERSION).tar.gz +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -21,6 +23,8 @@ DISTNAME = ldns-$(GARVERSION) WORKSRC = $(WORKDIR)/$(DISTNAME)/drill +LICENSE = LICENSE + RUNTIME_DEP_PKGS = CSWldns RUNTIME_DEP_PKGS += CSWosslrt Modified: csw/mgar/pkg/drill/trunk/checksums =================================================================== --- csw/mgar/pkg/drill/trunk/checksums 2010-06-25 07:51:42 UTC (rev 10317) +++ csw/mgar/pkg/drill/trunk/checksums 2010-06-25 08:40:54 UTC (rev 10318) @@ -1 +1 @@ -a44dafecdcc49aaea5d20ae15bc738c0 download/ldns-1.6.1.tar.gz +ab41a641a0416908e03e63631f527c4a ldns-1.6.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Fri Jun 25 11:57:27 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Fri, 25 Jun 2010 09:57:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[10319] csw/mgar/pkg/liblockfile/trunk Message-ID: Revision: 10319 http://gar.svn.sourceforge.net/gar/?rev=10319&view=rev Author: andrewrn Date: 2010-06-25 09:57:26 +0000 (Fri, 25 Jun 2010) Log Message: ----------- liblockfile: Modifications to get the shared libraries to build correctly Modified Paths: -------------- csw/mgar/pkg/liblockfile/trunk/Makefile csw/mgar/pkg/liblockfile/trunk/checksums Added Paths: ----------- csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch csw/mgar/pkg/liblockfile/trunk/files/0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch csw/mgar/pkg/liblockfile/trunk/files/0005-Don-t-try-and-use-ldconfig.patch Removed Paths: ------------- csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch Modified: csw/mgar/pkg/liblockfile/trunk/Makefile =================================================================== --- csw/mgar/pkg/liblockfile/trunk/Makefile 2010-06-25 08:40:54 UTC (rev 10318) +++ csw/mgar/pkg/liblockfile/trunk/Makefile 2010-06-25 09:57:26 UTC (rev 10319) @@ -20,11 +20,11 @@ LICENSE = COPYRIGHT # Patches for Makefile.in -PATCHFILES = 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 0002-Modify-Makefile.in-to-create-directories-first.patch 0003-Stop-ginstall-setting-ownership.patch +PATCHFILES = 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 0002-Modify-Makefile.in-to-create-directories-first.patch 0003-Stop-ginstall-setting-ownership.patch 0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch 0005-Don-t-try-and-use-ldconfig.patch # Need to specify the installation prefix as the configuration script # doesn't handle different operating systems very well -CONFIGURE_ARGS = $(DIRPATHS) --prefix=opt/csw +CONFIGURE_ARGS = $(DIRPATHS) --prefix=opt/csw --enable-shared # liblockfile doesn't provide any tests so skip these SKIPTEST=1 Modified: csw/mgar/pkg/liblockfile/trunk/checksums =================================================================== --- csw/mgar/pkg/liblockfile/trunk/checksums 2010-06-25 08:40:54 UTC (rev 10318) +++ csw/mgar/pkg/liblockfile/trunk/checksums 2010-06-25 09:57:26 UTC (rev 10319) @@ -1,4 +1,6 @@ -3b5017e3e326a65ae05c41cedca79fac 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch -cf6672a7c23066ea1a591dfd6b023ad3 0002-Modify-Makefile.in-to-create-directories-first.patch -4838df3eadab17ef0a547384a47b9a4b 0003-Stop-ginstall-setting-ownership.patch +e6d78df74c5e9a65e9df18628e610647 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch +fa86673a2755afed0c1f46b5ba2523f7 0002-Modify-Makefile.in-to-create-directories-first.patch +957831a9f8f32bdab40fcbf396d2f2b3 0003-Stop-ginstall-setting-ownership.patch +3c439108a65d7f83ace5b431e29087ab 0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch +6f1540d5a19ae2c65396cdba9b6c292e 0005-Don-t-try-and-use-ldconfig.patch c24e2dfb4a2aab0263fe5ac1564d305e liblockfile_1.08.orig.tar.gz Deleted: csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 2010-06-25 08:40:54 UTC (rev 10318) +++ csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -1,51 +0,0 @@ -From ba46675875a1d81f9fa4755fd012f81e0d4f9068 Mon Sep 17 00:00:00 2001 -From: Andrew Robert Nicols -Date: Wed, 23 Jun 2010 10:38:14 +0200 -Subject: [PATCH 1/3] Modify Makefile to use ginstall instead of install - ---- - Makefile.in | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index 7ae5406..2424969 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -50,26 +50,26 @@ xlockfile.o: lockfile.c - $(CC) $(CFLAGS) -c lockfile.c -o xlockfile.o - - install_static: static install_common -- install -m 644 liblockfile.a $(ROOT)$(libdir) -+ ginstall -m 644 liblockfile.a $(ROOT)$(libdir) - - install_shared: shared install_common -- install -m 755 liblockfile.so \ -+ ginstall -m 755 liblockfile.so \ - $(ROOT)$(libdir)/liblockfile.so.$(VER) - ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so - if test "$(ROOT)" = ""; then @LDCONFIG@; fi - - install_common: -- install -m 644 lockfile.h maillock.h $(ROOT)$(includedir) -+ ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) - if [ "$(MAILGROUP)" != "" ]; then\ -- install -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ -+ ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ - else \ -- install -g root -m 755 dotlockfile $(ROOT)$(bindir); \ -+ ginstall -g root -m 755 dotlockfile $(ROOT)$(bindir); \ - fi -- install -m 644 *.1 $(ROOT)$(mandir)/man1 -- install -m 644 *.3 $(ROOT)$(mandir)/man3 -+ ginstall -m 644 *.1 $(ROOT)$(mandir)/man1 -+ ginstall -m 644 *.3 $(ROOT)$(mandir)/man3 - - install_nfslib: nfslib -- install -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) -+ ginstall -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) - if test "$(ROOT)" = ""; then @LDCONFIG@; fi - - clean: --- -1.7.1 - Added: csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -0,0 +1,51 @@ +From e5126dad4292649c33fc0cb0405cc9add2af8f73 Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Wed, 23 Jun 2010 10:38:14 +0200 +Subject: [PATCH 1/4] Modify Makefile to use ginstall instead of install + +--- + Makefile.in | 16 ++++++++-------- + 1 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 7ae5406..2424969 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -50,26 +50,26 @@ xlockfile.o: lockfile.c + $(CC) $(CFLAGS) -c lockfile.c -o xlockfile.o + + install_static: static install_common +- install -m 644 liblockfile.a $(ROOT)$(libdir) ++ ginstall -m 644 liblockfile.a $(ROOT)$(libdir) + + install_shared: shared install_common +- install -m 755 liblockfile.so \ ++ ginstall -m 755 liblockfile.so \ + $(ROOT)$(libdir)/liblockfile.so.$(VER) + ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so + if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + install_common: +- install -m 644 lockfile.h maillock.h $(ROOT)$(includedir) ++ ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) + if [ "$(MAILGROUP)" != "" ]; then\ +- install -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ ++ ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ + else \ +- install -g root -m 755 dotlockfile $(ROOT)$(bindir); \ ++ ginstall -g root -m 755 dotlockfile $(ROOT)$(bindir); \ + fi +- install -m 644 *.1 $(ROOT)$(mandir)/man1 +- install -m 644 *.3 $(ROOT)$(mandir)/man3 ++ ginstall -m 644 *.1 $(ROOT)$(mandir)/man1 ++ ginstall -m 644 *.3 $(ROOT)$(mandir)/man3 + + install_nfslib: nfslib +- install -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) ++ ginstall -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) + if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + clean: +-- +1.7.1 + Deleted: csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch 2010-06-25 08:40:54 UTC (rev 10318) +++ csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -1,24 +0,0 @@ -From 17724440df75bb232a274e852d5731cbffd5ed04 Mon Sep 17 00:00:00 2001 -From: Andrew Robert Nicols -Date: Wed, 23 Jun 2010 11:01:36 +0200 -Subject: [PATCH 2/3] Modify Makefile.in to create directories first - ---- - Makefile.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index 2424969..af0028c 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -59,6 +59,7 @@ install_shared: shared install_common - if test "$(ROOT)" = ""; then @LDCONFIG@; fi - - install_common: -+ ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) - ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) - if [ "$(MAILGROUP)" != "" ]; then\ - ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ --- -1.7.1 - Added: csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0002-Modify-Makefile.in-to-create-directories-first.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -0,0 +1,24 @@ +From bba82f9e0d0bb3ace56570b9574a0b1e88431a14 Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Wed, 23 Jun 2010 11:01:36 +0200 +Subject: [PATCH 2/4] Modify Makefile.in to create directories first + +--- + Makefile.in | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 2424969..af0028c 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -59,6 +59,7 @@ install_shared: shared install_common + if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + install_common: ++ ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) + ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) + if [ "$(MAILGROUP)" != "" ]; then\ + ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ +-- +1.7.1 + Deleted: csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch 2010-06-25 08:40:54 UTC (rev 10318) +++ csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -1,31 +0,0 @@ -From f853374c16cbdcff6be49361de782a5af6854dfc Mon Sep 17 00:00:00 2001 -From: Andrew Robert Nicols -Date: Wed, 23 Jun 2010 11:06:33 +0200 -Subject: [PATCH 3/3] Stop ginstall setting ownership. - -Solaris package creation takes care of changing ownership to root anyway. -Without this, this fails on sparc only (bad fakeroot?) ---- - Makefile.in | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index af0028c..040a426 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -61,11 +61,7 @@ install_shared: shared install_common - install_common: - ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) - ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) -- if [ "$(MAILGROUP)" != "" ]; then\ -- ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ -- else \ -- ginstall -g root -m 755 dotlockfile $(ROOT)$(bindir); \ -- fi -+ ginstall -m 755 dotlockfile $(ROOT)$(bindir); \ - ginstall -m 644 *.1 $(ROOT)$(mandir)/man1 - ginstall -m 644 *.3 $(ROOT)$(mandir)/man3 - --- -1.7.1 - Added: csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0003-Stop-ginstall-setting-ownership.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -0,0 +1,31 @@ +From ae84ed479df518fe78d5023267b31ef4148d5f72 Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Wed, 23 Jun 2010 11:06:33 +0200 +Subject: [PATCH 3/4] Stop ginstall setting ownership. + +Solaris package creation takes care of changing ownership to root anyway. +Without this, this fails on sparc only (bad fakeroot?) +--- + Makefile.in | 6 +----- + 1 files changed, 1 insertions(+), 5 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index af0028c..040a426 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -61,11 +61,7 @@ install_shared: shared install_common + install_common: + ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) + ginstall -m 644 lockfile.h maillock.h $(ROOT)$(includedir) +- if [ "$(MAILGROUP)" != "" ]; then\ +- ginstall -g $(MAILGROUP) -m 2755 dotlockfile $(ROOT)$(bindir);\ +- else \ +- ginstall -g root -m 755 dotlockfile $(ROOT)$(bindir); \ +- fi ++ ginstall -m 755 dotlockfile $(ROOT)$(bindir); \ + ginstall -m 644 *.1 $(ROOT)$(mandir)/man1 + ginstall -m 644 *.3 $(ROOT)$(mandir)/man3 + +-- +1.7.1 + Added: csw/mgar/pkg/liblockfile/trunk/files/0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -0,0 +1,35 @@ +From cbaca0b660e9c7dfa2dbff7c0e41f2e6e862db80 Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Fri, 25 Jun 2010 11:07:31 +0200 +Subject: [PATCH 4/4] Use -h option instead of -soname to the linker for preparing the shared libs + +The gcc version of ld aliases -soname to -h and the upstream authors are +using -soname. The Sun version of ld however, only supports -h. + +This patch changes the option passed to the linker such that it can be +built with SunStudio. +--- + Makefile.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 040a426..c4368be 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -32,11 +32,11 @@ liblockfile.a: lockfile.o + ar rv liblockfile.a lockfile.o + + liblockfile.so: liblockfile.a +- $(CC) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ ++ $(CC) -fPIC -shared -Wl,-h,liblockfile.so.1 \ + -o liblockfile.so lockfile.o -lc + + nfslock.so.$(VER): nfslock.o +- $(CC) -fPIC -shared -Wl,-soname,nfslock.so.0 \ ++ $(CC) -fPIC -shared -Wl,-h,nfslock.so.0 \ + -o nfslock.so.$(NVER) nfslock.o + + dotlockfile: dotlockfile.o xlockfile.o +-- +1.7.1 + Added: csw/mgar/pkg/liblockfile/trunk/files/0005-Don-t-try-and-use-ldconfig.patch =================================================================== --- csw/mgar/pkg/liblockfile/trunk/files/0005-Don-t-try-and-use-ldconfig.patch (rev 0) +++ csw/mgar/pkg/liblockfile/trunk/files/0005-Don-t-try-and-use-ldconfig.patch 2010-06-25 09:57:26 UTC (rev 10319) @@ -0,0 +1,32 @@ +From 59f0e5beecc45d131b2b4f0da83d97dc9eea2b8c Mon Sep 17 00:00:00 2001 +From: Andrew Robert Nicols +Date: Fri, 25 Jun 2010 11:48:16 +0200 +Subject: [PATCH] Don't try and use ldconfig + +--- + Makefile.in | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index c4368be..4cb13ac 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -56,7 +56,6 @@ install_shared: shared install_common + ginstall -m 755 liblockfile.so \ + $(ROOT)$(libdir)/liblockfile.so.$(VER) + ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so +- if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + install_common: + ginstall -d $(ROOT)/$(bindir) $(ROOT)/$(libdir) $(ROOT)/$(mandir)/man1 $(ROOT)/$(mandir)/man3 $(ROOT)/$(nfslockdir) $(ROOT)/$(includedir) +@@ -67,7 +66,6 @@ install_common: + + install_nfslib: nfslib + ginstall -m 755 nfslock.so.$(VER) $(ROOT)$(nfslockdir) +- if test "$(ROOT)" = ""; then @LDCONFIG@; fi + + clean: + rm -f *.a *.o *.so *.so.* dotlockfile +-- +1.7.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 Fri Jun 25 16:05:07 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 25 Jun 2010 14:05:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10320] csw/mgar/pkg/rrdtool/branches/x11-reloaded Message-ID: Revision: 10320 http://gar.svn.sourceforge.net/gar/?rev=10320&view=rev Author: dmichelsen Date: 2010-06-25 14:05:07 +0000 (Fri, 25 Jun 2010) Log Message: ----------- rrdtool/x11-reloaded: Add critical isinf-fix for bug #4380 Modified Paths: -------------- csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile csw/mgar/pkg/rrdtool/branches/x11-reloaded/checksums Added Paths: ----------- csw/mgar/pkg/rrdtool/branches/x11-reloaded/files/0001-Fix-isinf.patch Modified: csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-25 09:57:26 UTC (rev 10319) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-25 14:05:07 UTC (rev 10320) @@ -19,6 +19,8 @@ PATCHFILES += patch-bindings-perl-piped-Makefile.PL PATCHFILES += patch-bindings-perl-shared-Makefile.PL +PATCHFILES += 0001-Fix-isinf.patch + # 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/rrdtool/branches/x11-reloaded/checksums =================================================================== --- csw/mgar/pkg/rrdtool/branches/x11-reloaded/checksums 2010-06-25 09:57:26 UTC (rev 10319) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/checksums 2010-06-25 14:05:07 UTC (rev 10320) @@ -1,3 +1,4 @@ +04c50cb4ab2c34aebf0413130776bfdd 0001-Fix-isinf.patch c6bc2f9c3d88e0488f0332a9d288dc39 patch-bindings-Makefile.in 0d068a4648f3a52c79c00374fa0ef486 patch-bindings-perl-piped-Makefile.PL 4fd31144a5e2799db7440d97430d3ab6 patch-bindings-perl-shared-Makefile.PL Added: csw/mgar/pkg/rrdtool/branches/x11-reloaded/files/0001-Fix-isinf.patch =================================================================== --- csw/mgar/pkg/rrdtool/branches/x11-reloaded/files/0001-Fix-isinf.patch (rev 0) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/files/0001-Fix-isinf.patch 2010-06-25 14:05:07 UTC (rev 10320) @@ -0,0 +1,26 @@ +From b8063983295ef5629a106b61c735a90edd842412 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Fri, 25 Jun 2010 16:00:27 +0200 +Subject: [PATCH] Fix isinf + +--- + src/rrd_config_bottom.h | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +diff --git a/src/rrd_config_bottom.h b/src/rrd_config_bottom.h +index a569197..0a05a40 100644 +--- a/src/rrd_config_bottom.h ++++ b/src/rrd_config_bottom.h +@@ -175,7 +175,8 @@ char *strchr (), *strrchr (); + # ifdef isinf + # undef isinf + # endif +-# define isinf(a) (!!(fpclass(a) & (FP_SNAN|FP_QNAN))) ++/* define isinf(a) (!!(fpclass(a) & (FP_SNAN|FP_QNAN))) */ ++#define isinf(a) (fpclass(a) == FP_NINF || fpclass(a) == FP_PINF) + + #endif + +-- +1.7.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 Fri Jun 25 16:59:31 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 25 Jun 2010 14:59:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[10321] csw/mgar/pkg/sar2rrd/trunk Message-ID: Revision: 10321 http://gar.svn.sourceforge.net/gar/?rev=10321&view=rev Author: dmichelsen Date: 2010-06-25 14:59:31 +0000 (Fri, 25 Jun 2010) Log Message: ----------- sar2rrd: Update to 2.5 and add checkpkg overrides Modified Paths: -------------- csw/mgar/pkg/sar2rrd/trunk/Makefile csw/mgar/pkg/sar2rrd/trunk/checksums Modified: csw/mgar/pkg/sar2rrd/trunk/Makefile =================================================================== --- csw/mgar/pkg/sar2rrd/trunk/Makefile 2010-06-25 14:05:07 UTC (rev 10320) +++ csw/mgar/pkg/sar2rrd/trunk/Makefile 2010-06-25 14:59:31 UTC (rev 10321) @@ -1,5 +1,5 @@ GARNAME = sar2rrd -GARVERSION = 2.4 +GARVERSION = 2.5 CATEGORIES = utils DESCRIPTION = Generate RRDTool graphs from sar output @@ -18,7 +18,7 @@ SPKG_SOURCEURL = http://www.trickytools.com/php/sar2rrd.php -RUNTIME_DEP_PKGS = CSWrrd CSWperl CSWpmdatecalc +RUNTIME_DEP_PKGS = CSWrrd CSWperl CSWpmdatecalc CSWpmxmlsimple CONFIGURE_SCRIPTS = BUILD_SCRIPTS = @@ -27,6 +27,12 @@ ARCHALL = 1 +CHECKPKG_OVERRIDES_CSWsar2rrd += license-missing|/opt/csw/share/doc/sar2rrd/license +CHECKPKG_OVERRIDES_CSWsar2rrd += surplus-dependency|CSWperl +CHECKPKG_OVERRIDES_CSWsar2rrd += surplus-dependency|CSWpmdatecalc +CHECKPKG_OVERRIDES_CSWsar2rrd += surplus-dependency|CSWpmxmlsimple +CHECKPKG_OVERRIDES_CSWsar2rrd += surplus-dependency|CSWrrd + include gar/category.mk post-extract-modulated: Modified: csw/mgar/pkg/sar2rrd/trunk/checksums =================================================================== --- csw/mgar/pkg/sar2rrd/trunk/checksums 2010-06-25 14:05:07 UTC (rev 10320) +++ csw/mgar/pkg/sar2rrd/trunk/checksums 2010-06-25 14:59:31 UTC (rev 10321) @@ -1,2 +1,2 @@ -d51bd231562376e034db26a471329842 sar2rrd-2.4.pl -c8d282e71afba0ddfd579debf0ef91a9 sar2rrd-graph-2.4.pl +edbc29f61620afa8ca9c298cca23eba2 sar2rrd-2.5.pl +1374f9a1cb7786ea64815781345ee911 sar2rrd-graph-2.5.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From andrewrn at users.sourceforge.net Fri Jun 25 17:51:10 2010 From: andrewrn at users.sourceforge.net (andrewrn at users.sourceforge.net) Date: Fri, 25 Jun 2010 15:51:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10322] csw/mgar/pkg/liblockfile/tags/liblockfile-1.08, REV= 2010.06.25/ Message-ID: Revision: 10322 http://gar.svn.sourceforge.net/gar/?rev=10322&view=rev Author: andrewrn Date: 2010-06-25 15:51:10 +0000 (Fri, 25 Jun 2010) Log Message: ----------- liblockfile: Tag as release 1.08,REV=2010.06.25 Added Paths: ----------- csw/mgar/pkg/liblockfile/tags/liblockfile-1.08,REV=2010.06.25/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Jun 25 19:02:48 2010 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 25 Jun 2010 17:02:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[10323] csw/mgar/pkg/ldns/trunk/Makefile Message-ID: Revision: 10323 http://gar.svn.sourceforge.net/gar/?rev=10323&view=rev Author: idogan23 Date: 2010-06-25 17:02:48 +0000 (Fri, 25 Jun 2010) Log Message: ----------- ldns: small dependency fix Modified Paths: -------------- csw/mgar/pkg/ldns/trunk/Makefile Modified: csw/mgar/pkg/ldns/trunk/Makefile =================================================================== --- csw/mgar/pkg/ldns/trunk/Makefile 2010-06-25 15:51:10 UTC (rev 10322) +++ csw/mgar/pkg/ldns/trunk/Makefile 2010-06-25 17:02:48 UTC (rev 10323) @@ -23,6 +23,7 @@ SPKG_DESC_CSWldns = $(DESCRIPTION) SPKG_DESC_CSWldnsdevel = $(DESCRIPTION) development package +CHECKPKG_OVERRIDES_CSWldnsdevel += surplus-dependency|CSWldns SPKG_SOURCEURL = http://www.nlnetlabs.nl/projects/ldns/ @@ -40,7 +41,7 @@ EXTRA_BUILD_ISAS_sparc = sparcv8plus RUNTIME_DEP_PKGS_CSWldns += CSWosslrt -#RUNTIME_DEP_PKGS_CSWldnsdevel += CSWldns +RUNTIME_DEP_PKGS_CSWldnsdevel += CSWldns PATCHFILES = CSWldns.doxyparse.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 25 19:30:57 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 25 Jun 2010 17:30:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[10324] csw/mgar/pkg Message-ID: Revision: 10324 http://gar.svn.sourceforge.net/gar/?rev=10324&view=rev Author: theferret Date: 2010-06-25 17:30:57 +0000 (Fri, 25 Jun 2010) Log Message: ----------- fbpanel: work in progress Added Paths: ----------- csw/mgar/pkg/fbpanel/ csw/mgar/pkg/fbpanel/Makefile csw/mgar/pkg/fbpanel/trunk/ csw/mgar/pkg/fbpanel/trunk/Makefile csw/mgar/pkg/fbpanel/trunk/README csw/mgar/pkg/fbpanel/trunk/copyright csw/mgar/pkg/fbpanel/trunk/depend csw/mgar/pkg/fbpanel/trunk/patchfile.post-conf csw/mgar/pkg/fbpanel/trunk/pkginfo csw/mgar/pkg/fbpanel/trunk/prototype Added: csw/mgar/pkg/fbpanel/Makefile =================================================================== --- csw/mgar/pkg/fbpanel/Makefile (rev 0) +++ csw/mgar/pkg/fbpanel/Makefile 2010-06-25 17:30:57 UTC (rev 10324) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/fbpanel/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/fbpanel/trunk/Makefile =================================================================== --- csw/mgar/pkg/fbpanel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/fbpanel/trunk/Makefile 2010-06-25 17:30:57 UTC (rev 10324) @@ -0,0 +1,154 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= fbpanel-6.0.tbz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://sourceforge.net/projects/fbpanel/files/fbpanel/6.0/ + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10325 http://gar.svn.sourceforge.net/gar/?rev=10325&view=rev Author: theferret Date: 2010-06-25 17:39:55 +0000 (Fri, 25 Jun 2010) Log Message: ----------- TEMPLATES/createpkg tweaks to makefiles Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-25 17:30:57 UTC (rev 10324) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-25 17:39:55 UTC (rev 10325) @@ -110,7 +110,15 @@ patch: @echo patch: patching is handled automatically as part of the configure phase. -package: +stage-preserved: + if test -f preserve-$(ARCH).tar ; then \ + cat preserve-$(ARCH).tar |(cd $SRCDIR/cswstage && tar xvf -);\ + fi + if test -f preserve.tar ; then \ + cat preserve.tar |(cd $SRCDIR/cswstage && tar xvf -);\ + fi + +package: stage-preserved $(CREATEPKG) Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-25 17:30:57 UTC (rev 10324) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-25 17:39:55 UTC (rev 10325) @@ -87,7 +87,15 @@ patch: @echo patch: patching is handled automatically as part of the configure phase. -package: +stage-preserved: + if test -f preserve-$(ARCH).tar ; then \ + cat preserve-$(ARCH).tar |(cd $SRCDIR/cswstage && tar xvf -);\ + fi + if test -f preserve.tar ; then \ + cat preserve.tar |(cd $SRCDIR/cswstage && tar xvf -);\ + fi + +package: stage-preserved $(CREATEPKG) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 25 19:49:28 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 25 Jun 2010 17:49:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10326] csw/mgar/pkg/gtksourceview/branch-c Message-ID: Revision: 10326 http://gar.svn.sourceforge.net/gar/?rev=10326&view=rev Author: theferret Date: 2010-06-25 17:49:27 +0000 (Fri, 25 Jun 2010) Log Message: ----------- libgtksourceview: Added preserved old libs to branch Modified Paths: -------------- csw/mgar/pkg/gtksourceview/branch-c/Makefile csw/mgar/pkg/gtksourceview/branch-c/prototype Added Paths: ----------- csw/mgar/pkg/gtksourceview/branch-c/preserve-i386.tar Modified: csw/mgar/pkg/gtksourceview/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gtksourceview/branch-c/Makefile 2010-06-25 17:39:55 UTC (rev 10325) +++ csw/mgar/pkg/gtksourceview/branch-c/Makefile 2010-06-25 17:49:27 UTC (rev 10326) @@ -87,7 +87,17 @@ patch: @echo patch: patching is handled automatically as part of the configure phase. -package: +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved $(CREATEPKG) Added: csw/mgar/pkg/gtksourceview/branch-c/preserve-i386.tar =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gtksourceview/branch-c/preserve-i386.tar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: csw/mgar/pkg/gtksourceview/branch-c/prototype =================================================================== --- csw/mgar/pkg/gtksourceview/branch-c/prototype 2010-06-25 17:39:55 UTC (rev 10325) +++ csw/mgar/pkg/gtksourceview/branch-c/prototype 2010-06-25 17:49:27 UTC (rev 10326) @@ -7,6 +7,7 @@ s none /opt/csw/lib/libgtksourceview-2.0.so=libgtksourceview-2.0.so.0.0.0 s none /opt/csw/lib/libgtksourceview-2.0.so.0=libgtksourceview-2.0.so.0.0.0 f none /opt/csw/lib/libgtksourceview-2.0.so.0.0.0 0755 root bin +f none /opt/csw/lib/libgtksourceview-1.0.so.0 0755 root bin d none /opt/csw/include 0755 root bin d none /opt/csw/include/gtksourceview-2.0 0755 root bin d none /opt/csw/include/gtksourceview-2.0/gtksourceview 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Fri Jun 25 19:53:24 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 25 Jun 2010 17:53:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[10327] csw/mgar/pkg/gtksourceview/branch-c/preserve-sparc. tar Message-ID: Revision: 10327 http://gar.svn.sourceforge.net/gar/?rev=10327&view=rev Author: theferret Date: 2010-06-25 17:53:23 +0000 (Fri, 25 Jun 2010) Log Message: ----------- gtksourceview branch: added sparc libs to preserve Added Paths: ----------- csw/mgar/pkg/gtksourceview/branch-c/preserve-sparc.tar Added: csw/mgar/pkg/gtksourceview/branch-c/preserve-sparc.tar =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/gtksourceview/branch-c/preserve-sparc.tar ___________________________________________________________________ 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 chninkel at users.sourceforge.net Fri Jun 25 21:53:23 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 25 Jun 2010 19:53:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[10328] csw/mgar/pkg/openssl/trunk Message-ID: Revision: 10328 http://gar.svn.sourceforge.net/gar/?rev=10328&view=rev Author: chninkel Date: 2010-06-25 19:53:23 +0000 (Fri, 25 Jun 2010) Log Message: ----------- openssl: reverted back to 0.9.8 and updated to 0.9.8o Modified Paths: -------------- csw/mgar/pkg/openssl/trunk/Makefile csw/mgar/pkg/openssl/trunk/checksums Modified: csw/mgar/pkg/openssl/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssl/trunk/Makefile 2010-06-25 17:53:23 UTC (rev 10327) +++ csw/mgar/pkg/openssl/trunk/Makefile 2010-06-25 19:53:23 UTC (rev 10328) @@ -13,7 +13,7 @@ ###### Package information ####### GARNAME = openssl -GARVERSION = 1.0.0 +GARVERSION = 0.9.8o CATEGORIES = lib DESCRIPTION = The Open Source toolkit for SSL and TLS Modified: csw/mgar/pkg/openssl/trunk/checksums =================================================================== --- csw/mgar/pkg/openssl/trunk/checksums 2010-06-25 17:53:23 UTC (rev 10327) +++ csw/mgar/pkg/openssl/trunk/checksums 2010-06-25 19:53:23 UTC (rev 10328) @@ -10,4 +10,4 @@ b78faa440d6f6a2a07663de331678648 README.CSW f0d5119652618d956eb24490b7577eb9 changelog.CSW 84830e15846f1b20d8371c1fa375a0b1 more_configure_targets.patch -89eaa86e25b2845f920ec00ae4c864ed openssl-1.0.0.tar.gz +63ddc5116488985e820075e65fbe6aa4 openssl-0.9.8o.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Jun 25 22:31:56 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 25 Jun 2010 20:31:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[10329] csw/mgar/pkg/bash/trunk Message-ID: Revision: 10329 http://gar.svn.sourceforge.net/gar/?rev=10329&view=rev Author: chninkel Date: 2010-06-25 20:31:56 +0000 (Fri, 25 Jun 2010) Log Message: ----------- bash: updated to patch level 7 Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/changelog.CSW Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2010-06-25 19:53:23 UTC (rev 10328) +++ csw/mgar/pkg/bash/trunk/Makefile 2010-06-25 20:31:56 UTC (rev 10329) @@ -13,7 +13,7 @@ ###### Package information ####### GARNAME = bash -GARVERSION = 4.1.5 +GARVERSION = 4.1.7 CATEGORIES = devel DESCRIPTION = A sh-compatible command language interpreter Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2010-06-25 19:53:23 UTC (rev 10328) +++ csw/mgar/pkg/bash/trunk/checksums 2010-06-25 20:31:56 UTC (rev 10329) @@ -4,6 +4,8 @@ 120f7cf039a40d35fe375e59d6f17adc bash41-003 336ee037fc2cc1e2350b05097fbdc87c bash41-004 9471e666797f0b03eb2175ed752a9550 bash41-005 -f5809f583f627d95c5803560805316ca changelog.CSW +fb80ccd58cb1e34940f3adf4ce6e4a1e bash41-006 +192a8b161d419a1d0d211169f1d1046e bash41-007 +3773cd83b6ae2f546832681b384b6138 changelog.CSW 60956e6be20f69dafbb06fcc83bab88e shells 29607316cff22f7427322d8f190cbadf use_system_bashrc_and_logout.patch Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2010-06-25 19:53:23 UTC (rev 10328) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2010-06-25 20:31:56 UTC (rev 10329) @@ -1,6 +1,12 @@ +bash (4.1.07,REV=2010.06.25) unstable + + * Added bash patches bash41-006 and bash41-007. + + -- Yann Rouillard Fri, 25 Jun 2010 22:30:45 +0200 + bash (4.1.04,REV=2010.03.27) unstable - * Added bash patches bash41-003 and bash41-005. + * Added bash patches bash41-003 to bash41-005. -- Yann Rouillard Sat, 27 Mar 2010 13:57:16 +0100 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Jun 25 22:33:42 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 25 Jun 2010 20:33:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10330] csw/mgar/pkg/rlwrap/trunk Message-ID: Revision: 10330 http://gar.svn.sourceforge.net/gar/?rev=10330&view=rev Author: chninkel Date: 2010-06-25 20:33:42 +0000 (Fri, 25 Jun 2010) Log Message: ----------- rlwrap: updated to 0.37 Modified Paths: -------------- csw/mgar/pkg/rlwrap/trunk/Makefile csw/mgar/pkg/rlwrap/trunk/checksums csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW Modified: csw/mgar/pkg/rlwrap/trunk/Makefile =================================================================== --- csw/mgar/pkg/rlwrap/trunk/Makefile 2010-06-25 20:31:56 UTC (rev 10329) +++ csw/mgar/pkg/rlwrap/trunk/Makefile 2010-06-25 20:33:42 UTC (rev 10330) @@ -13,7 +13,7 @@ ###### Package information ####### GARNAME = rlwrap -GARVERSION = 0.36 +GARVERSION = 0.37 CATEGORIES = utils DESCRIPTION = A readline wrapper Modified: csw/mgar/pkg/rlwrap/trunk/checksums =================================================================== --- csw/mgar/pkg/rlwrap/trunk/checksums 2010-06-25 20:31:56 UTC (rev 10329) +++ csw/mgar/pkg/rlwrap/trunk/checksums 2010-06-25 20:33:42 UTC (rev 10330) @@ -1,2 +1,2 @@ -538d73ab962d40b5fe42d94dedde1a17 changelog.CSW -f3d687658336789d5155322abcc84a7f rlwrap-0.36.tar.gz +bc563e56246a8fdd9e1d6821fb327134 changelog.CSW +04cd6e2c257eb5a86b297f2ebf91dbbf rlwrap-0.37.tar.gz Modified: csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW 2010-06-25 20:31:56 UTC (rev 10329) +++ csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW 2010-06-25 20:33:42 UTC (rev 10330) @@ -1,3 +1,9 @@ +rlwrap (0.37,REV=2010.06.25) unstable + + * New upstream release. + + -- Yann Rouillard Fri, 25 Jun 2010 22:16:02 +0200 + rlwrap (0.36,REV=2010.02.28) unstable * New upstream release. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Jun 25 22:57:14 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 25 Jun 2010 20:57:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10331] csw/mgar/pkg/lftp/trunk Message-ID: Revision: 10331 http://gar.svn.sourceforge.net/gar/?rev=10331&view=rev Author: chninkel Date: 2010-06-25 20:57:14 +0000 (Fri, 25 Jun 2010) Log Message: ----------- lftp: updated to 4.0.9 Modified Paths: -------------- csw/mgar/pkg/lftp/trunk/Makefile csw/mgar/pkg/lftp/trunk/checksums csw/mgar/pkg/lftp/trunk/files/changelog.CSW Modified: csw/mgar/pkg/lftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/lftp/trunk/Makefile 2010-06-25 20:33:42 UTC (rev 10330) +++ csw/mgar/pkg/lftp/trunk/Makefile 2010-06-25 20:57:14 UTC (rev 10331) @@ -13,7 +13,7 @@ ###### Package information ####### GARNAME = lftp -GARVERSION = 4.0.6 +GARVERSION = 4.0.9 CATEGORIES = net DESCRIPTION = A sophisticated command-line ftp/http client Modified: csw/mgar/pkg/lftp/trunk/checksums =================================================================== --- csw/mgar/pkg/lftp/trunk/checksums 2010-06-25 20:33:42 UTC (rev 10330) +++ csw/mgar/pkg/lftp/trunk/checksums 2010-06-25 20:57:14 UTC (rev 10331) @@ -1,4 +1,4 @@ -8d5bb5bcf431f9e256836bbfa95ea374 changelog.CSW +75861629a62ad12236b82baa00b9126a changelog.CSW a8baca88197dfe533c639c1fe866fa5c dont_use_csw_getopt_h.patch -42f31ca6b10d7bc4e9cd7408b476ee9b lftp-4.0.6.tar.gz +0cd4072676264c6ed6f0b9b43dc89968 lftp-4.0.9.tar.gz 1a9dd9857cef5453fc14102dbc2e7713 sun_cc_no_restrict.patch Modified: csw/mgar/pkg/lftp/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/lftp/trunk/files/changelog.CSW 2010-06-25 20:33:42 UTC (rev 10330) +++ csw/mgar/pkg/lftp/trunk/files/changelog.CSW 2010-06-25 20:57:14 UTC (rev 10331) @@ -1,3 +1,9 @@ +lftp (4.0.9,REV=2010.06.25) unstable + + * New upstream release. + + -- Yann Rouillard Fri, 25 Jun 2010 22:19:08 +0200 + lftp (4.0.6,REV=2010.03.26) unstable * New upstream release. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 00:31:14 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Fri, 25 Jun 2010 22:31:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10332] csw/mgar/pkg/libbonobo2 Message-ID: Revision: 10332 http://gar.svn.sourceforge.net/gar/?rev=10332&view=rev Author: theferret Date: 2010-06-25 22:31:14 +0000 (Fri, 25 Jun 2010) Log Message: ----------- libbonobo/branch-c: new branch Added Paths: ----------- csw/mgar/pkg/libbonobo2/branch-c/ csw/mgar/pkg/libbonobo2/branch-c/Makefile csw/mgar/pkg/libbonobo2/branch-c/copyright csw/mgar/pkg/libbonobo2/branch-c/depend csw/mgar/pkg/libbonobo2/branch-c/pkginfo csw/mgar/pkg/libbonobo2/branch-c/prototype Added: csw/mgar/pkg/libbonobo2/branch-c/Makefile =================================================================== --- csw/mgar/pkg/libbonobo2/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/libbonobo2/branch-c/Makefile 2010-06-25 22:31:14 UTC (rev 10332) @@ -0,0 +1,167 @@ +# Please note: this requires /opt/csw/gnu first in path, +# because of stupid intltool stuffs + +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= libbonobo-2.24.3.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/gnome/sources/libbonobo/2.24 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10333 http://gar.svn.sourceforge.net/gar/?rev=10333&view=rev Author: theferret Date: 2010-06-26 00:14:53 +0000 (Sat, 26 Jun 2010) Log Message: ----------- removed completely unused X11 flags. and bumped to 2.28.1 Modified Paths: -------------- csw/mgar/pkg/gconf2/trunk/Makefile Modified: csw/mgar/pkg/gconf2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-25 22:31:14 UTC (rev 10332) +++ csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 00:14:53 UTC (rev 10333) @@ -1,6 +1,6 @@ GARNAME = gconf2 GNOME_PROJ = GConf -GARVERSION = 2.28.0 +GARVERSION = 2.28.1 CATEGORIES = gnome DESCRIPTION = GNOME configuration database system @@ -23,18 +23,11 @@ TEST_TARGET = check -EXTRA_INC = $(prefix)/X11/include -EXTRA_LIB = $(prefix)/X11/lib -EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib -EXTRA_SOS_LD_FLAGS = -L$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) - STRIP_LIBTOOL = 1 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-static=no CONFIGURE_ARGS += --enable-gtk-doc -CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Jun 26 02:39:32 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 26 Jun 2010 00:39:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10334] csw/mgar/gar/v2/categories/gnome/category.mk Message-ID: Revision: 10334 http://gar.svn.sourceforge.net/gar/?rev=10334&view=rev Author: bdwalton Date: 2010-06-26 00:39:31 +0000 (Sat, 26 Jun 2010) Log Message: ----------- gar/v2: drop CSW X11 values from the gnome category Modified Paths: -------------- csw/mgar/gar/v2/categories/gnome/category.mk Modified: csw/mgar/gar/v2/categories/gnome/category.mk =================================================================== --- csw/mgar/gar/v2/categories/gnome/category.mk 2010-06-26 00:14:53 UTC (rev 10333) +++ csw/mgar/gar/v2/categories/gnome/category.mk 2010-06-26 00:39:31 UTC (rev 10334) @@ -1,6 +1,3 @@ -# pkg-config options -EXTRA_PKG_CONFIG_DIRS += /opt/csw/X11/lib - MSGFMT= /opt/csw/bin/gmsgfmt MSGMERGE= /opt/csw/bin/gmsgmerge XGETTEXT = /opt/csw/bin/gxgettext @@ -11,9 +8,7 @@ export GETTEXT # Perhaps there is a category-level variable set? -EXTRA_INC += /opt/csw/X11/include EXTRA_INC += /usr/X11/include EXTRA_INC += /usr/openwin/share/include -EXTRA_LIB += /opt/csw/X11/lib include gar/gar.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 03:28:26 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 01:28:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[10335] csw/mgar/pkg/gconf2/trunk Message-ID: Revision: 10335 http://gar.svn.sourceforge.net/gar/?rev=10335&view=rev Author: theferret Date: 2010-06-26 01:28:26 +0000 (Sat, 26 Jun 2010) Log Message: ----------- gconf2: Updated for newer version. Modified Paths: -------------- csw/mgar/pkg/gconf2/trunk/Makefile csw/mgar/pkg/gconf2/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gconf2/trunk/files/ Modified: csw/mgar/pkg/gconf2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 00:39:31 UTC (rev 10334) +++ csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 01:28:26 UTC (rev 10335) @@ -1,7 +1,7 @@ GARNAME = gconf2 GNOME_PROJ = GConf GARVERSION = 2.28.1 -CATEGORIES = gnome +CATEGORIES = apps DESCRIPTION = GNOME configuration database system define BLURB @@ -28,8 +28,10 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-static=no CONFIGURE_ARGS += --enable-gtk-doc +CONFIGURE_ARGS += --disable-defaults-service +#The "defaults service" requires polkit. and dbus. +#We're better off without em. - include gar/category.mk PATH := /opt/csw/gnu:$(PATH) Modified: csw/mgar/pkg/gconf2/trunk/checksums =================================================================== --- csw/mgar/pkg/gconf2/trunk/checksums 2010-06-26 00:39:31 UTC (rev 10334) +++ csw/mgar/pkg/gconf2/trunk/checksums 2010-06-26 01:28:26 UTC (rev 10335) @@ -1 +1 @@ -ad2aeb9c7d906b274954c51a615caeac GConf-2.28.0.tar.bz2 +27663faf0af4f6a6d534de9270f6d24a GConf-2.28.1.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 03:30:31 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 01:30:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[10336] csw/mgar/pkg/gconf2/trunk/Makefile Message-ID: Revision: 10336 http://gar.svn.sourceforge.net/gar/?rev=10336&view=rev Author: theferret Date: 2010-06-26 01:30:31 +0000 (Sat, 26 Jun 2010) Log Message: ----------- gconf2: we dont need 64bit. Modified Paths: -------------- csw/mgar/pkg/gconf2/trunk/Makefile Modified: csw/mgar/pkg/gconf2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 01:28:26 UTC (rev 10335) +++ csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 01:30:31 UTC (rev 10336) @@ -18,9 +18,10 @@ SPKG_SOURCEURL = http://projects.gnome.org/gconf/ -BUILD64 = 1 -NOISAEXEC = 1 +#BUILD64 = 1 +#NOISAEXEC = 1 + TEST_TARGET = check STRIP_LIBTOOL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 04:05:49 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 02:05:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[10337] csw/mgar/pkg/gconf2/trunk/Makefile Message-ID: Revision: 10337 http://gar.svn.sourceforge.net/gar/?rev=10337&view=rev Author: theferret Date: 2010-06-26 02:05:49 +0000 (Sat, 26 Jun 2010) Log Message: ----------- gconf2: updated Makefile Modified Paths: -------------- csw/mgar/pkg/gconf2/trunk/Makefile Modified: csw/mgar/pkg/gconf2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 01:30:31 UTC (rev 10336) +++ csw/mgar/pkg/gconf2/trunk/Makefile 2010-06-26 02:05:49 UTC (rev 10337) @@ -19,6 +19,20 @@ SPKG_SOURCEURL = http://projects.gnome.org/gconf/ +#Normally, woudl split out doc. but the doc part is tiny compared +# to the rest of it, so makes no sense. +# +##PACKAGES=CSWgconf2 CSWgconf2doc +##SPKG_DESC_CSWgconf2doc = Documentation for gconf2 +##PKGFILES_CSWgconf2doc = $(sharedstatedir)/gtk-doc/.* + +RUNTIME_DEP_PKGS_CSWgconf2 += CSWfconfig CSWftype2 CSWggettextrt CSWglib2 +RUNTIME_DEP_PKGS_CSWgconf2 += CSWgtk2 CSWlibcairo CSWlibxml2 +RUNTIME_DEP_PKGS_CSWgconf2 += CSWorbit2 CSWpango +# Arg it's absurd gconf is this complex... +RUNTIME_DEP_PKGS_CSWgconf2 += CSWlibdbus CSWdbusglib CSWlibatk + + #BUILD64 = 1 #NOISAEXEC = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sat Jun 26 15:54:37 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sat, 26 Jun 2010 13:54:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10338] csw/mgar Message-ID: Revision: 10338 http://gar.svn.sourceforge.net/gar/?rev=10338&view=rev Author: wahwah Date: 2010-06-26 13:54:37 +0000 (Sat, 26 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, emulating deinstallation of packages prior to installation, fixes a problem with CSWrrd that Dago recently saw. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/dependency_checks.py csw/mgar/gar/v2/lib/python/package_checks.py csw/mgar/gar/v2/lib/python/package_checks_test.py csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/dependency_checks.py 2010-06-26 02:05:49 UTC (rev 10337) +++ csw/mgar/gar/v2/lib/python/dependency_checks.py 2010-06-26 13:54:37 UTC (rev 10338) @@ -17,7 +17,7 @@ def Libraries(pkg_data, error_mgr, logger, path_and_pkg_by_soname): pkgname = pkg_data["basic_stats"]["pkgname"] - logger.debug("Package %s", pkgname) + logger.debug("Libraries(): pkgname = %s", repr(pkgname)) orphan_sonames = [] required_deps = [] isalist = pkg_data["isalist"] @@ -26,26 +26,33 @@ resolved = False path_list = path_and_pkg_by_soname[soname].keys() logger.debug("%s @ %s: looking for %s in %s", - soname, binary_info["path"], binary_info["runpath"], path_list) + soname, + binary_info["path"], + binary_info["runpath"], + path_list) runpath_list = binary_info["runpath"] + checkpkg.SYS_DEFAULT_RUNPATH for runpath in runpath_list: - resolved_path = checkpkg.ResolveSoname(runpath, soname, isalist, path_list) + resolved_path = checkpkg.ResolveSoname(runpath, + soname, + isalist, + path_list) if resolved_path: logger.debug("%s needed by %s:", soname, binary_info["path"]) - # print "%s => %s" % (binary_info["runpath"], resolved_path) logger.debug("=> %s provided by %s", resolved_path, path_and_pkg_by_soname[soname][resolved_path]) resolved = True req_pkg = path_and_pkg_by_soname[soname][resolved_path][-1] - reason = "provides %s/%s needed by %s" % (resolved_path, soname, binary_info["path"]) + reason = ("provides %s/%s needed by %s" + % (resolved_path, soname, binary_info["path"])) for bad_path, bad_soname, msg in DEPRECATED_LIBRARY_LOCATIONS: if resolved_path == bad_path and soname == bad_soname: logger.debug("Bad lib found: %s/%s", bad_path, bad_soname) error_mgr.ReportError( pkgname, "deprecated-library", - "%s %s %s/%s" % (binary_info["path"], msg, resolved_path, soname)) + ("%s %s %s/%s" + % (binary_info["path"], msg, resolved_path, soname))) required_deps.append((req_pkg, reason)) break if not resolved: Modified: csw/mgar/gar/v2/lib/python/package_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-26 02:05:49 UTC (rev 10337) +++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-26 13:54:37 UTC (rev 10338) @@ -181,6 +181,28 @@ entry["path"]) +def RemovePackagesUnderInstallation(paths_and_pkgs_by_soname, + pkgs_to_be_installed): + """Emulates uninstallation of packages prior to installation + of the new ones. + {'libfoo.so.1': {u'/opt/csw/lib': [u'CSWlibfoo']}} + """ + # for brevity + ptbi = set(pkgs_to_be_installed) + ppbs = paths_and_pkgs_by_soname + new_ppbs = {} + for soname in ppbs: + if soname not in new_ppbs: + new_ppbs[soname] = {} + for binary_path in ppbs[soname]: + for pkgname in ppbs[soname][binary_path]: + if pkgname not in ptbi: + if binary_path not in new_ppbs[soname]: + new_ppbs[soname][binary_path] = [] + new_ppbs[soname][binary_path].append(pkgname) + return new_ppbs + + def SetCheckLibraries(pkgs_data, error_mgr, logger, messenger): """Second version of the library checking code. @@ -193,6 +215,7 @@ 3.1. Resolve all NEEDED sonames """ needed_sonames = [] + pkgs_to_be_installed = [x["basic_stats"]["pkgname"] for x in pkgs_data] for pkg_data in pkgs_data: for binary_info in pkg_data["binaries_dump_info"]: needed_sonames.extend(binary_info["needed sonames"]) @@ -202,8 +225,11 @@ for needed_soname in needed_sonames: path_and_pkg_by_soname[needed_soname] = error_mgr.GetPathsAndPkgnamesByBasename( needed_soname) + # Removing files from packages that are to be installed. + path_and_pkg_by_soname = RemovePackagesUnderInstallation( + path_and_pkg_by_soname, pkgs_to_be_installed) # Adding overlay based on the given package set - # TODO: Emulate package removal + # Considering files from the set under examination. for pkg_data in pkgs_data: pkgname = pkg_data["basic_stats"]["pkgname"] for binary_info in pkg_data["binaries_dump_info"]: Modified: csw/mgar/gar/v2/lib/python/package_checks_test.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-26 02:05:49 UTC (rev 10337) +++ csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-26 13:54:37 UTC (rev 10338) @@ -23,6 +23,7 @@ DEFAULT_PKG_STATS = checkpkg.PackageStats(None, CHECKPKG_STATS_DIR, DEFAULT_DATA_MD5) DEFAULT_PKG_DATA = DEFAULT_PKG_STATS.GetAllStats() + class CheckpkgUnitTestHelper(object): """Wraps common components of checkpkg tests.""" @@ -281,7 +282,8 @@ # self.error_mgr_mock.ReportError('linked-against-discouraged-library', # 'libImlib2.so.1.4.2 libX11.so.4') -class TestSetCheckSharedLibraryConsistency2_1(CheckpkgUnitTestHelper, unittest.TestCase): +class TestSetCheckSharedLibraryConsistency2_1(CheckpkgUnitTestHelper, + unittest.TestCase): FUNCTION_NAME = 'SetCheckLibraries' def CheckpkgTest(self): self.pkg_data = [td_1.pkg_data] @@ -451,6 +453,76 @@ self.pkg_data = [self.pkg_data] +class TestRemovePackagesUnderInstallation(unittest.TestCase): + + def testRemoveNone(self): + paths_and_pkgs_by_soname = { + 'libfoo.so.1': {u'/opt/csw/lib': [u'CSWlibfoo']}} + packages_to_be_installed = [u'CSWbar'] + self.assertEqual( + paths_and_pkgs_by_soname, + pc.RemovePackagesUnderInstallation(paths_and_pkgs_by_soname, + packages_to_be_installed)) + + def testRemoveOne(self): + paths_and_pkgs_by_soname = { + 'libfoo.so.1': {u'/opt/csw/lib': [u'CSWlibfoo']}} + packages_to_be_installed = [u'CSWlibfoo'] + self.assertEqual( + {'libfoo.so.1': {}}, + pc.RemovePackagesUnderInstallation(paths_and_pkgs_by_soname, + packages_to_be_installed)) + + +class TestSharedLibsInAnInstalledPackageToo(CheckpkgUnitTestHelper, + unittest.TestCase): + """If a shared library is provided by one of the packages that are in the set + under test, take into account that the installed library will be removed at + install time. + + The idea for the test: + - Test two packages: CSWbar and CSWlibfoo + - CSWbar depends on a library from libfoo + - CSWlibfoo is installed + - The new CSWlibfoo is broken and is missing the library + """ + FUNCTION_NAME = 'SetCheckLibraries' + # Contains only necessary bits. The data listed in full. + CSWbar_DATA = { + 'basic_stats': {'catalogname': 'bar', + 'pkgname': 'CSWbar', + 'stats_version': 1}, + 'binaries_dump_info': [{'base_name': 'bar', + 'needed sonames': ['libfoo.so.1'], + 'path': 'opt/csw/bin/bar', + 'runpath': ['/opt/csw/lib'], + 'soname': 'rsync', + 'soname_guessed': True}], + 'depends': (('CSWlibfoo', None),), + 'isalist': [], + 'pkgmap': [], + } + CSWlibfoo_DATA = { + 'basic_stats': {'catalogname': 'libfoo', + 'pkgname': 'CSWlibfoo', + 'stats_version': 1}, + 'binaries_dump_info': [], + 'depends': [], + 'isalist': [], + 'pkgmap': [], + } + def CheckpkgTest(self): + self.error_mgr_mock.GetPathsAndPkgnamesByBasename('libfoo.so.1').AndReturn({ + u'/opt/csw/lib': [u'CSWlibfoo'], + }) + self.error_mgr_mock.ReportError( + 'CSWbar', + 'soname-not-found', + 'libfoo.so.1 is needed by opt/csw/bin/bar') + self.error_mgr_mock.ReportError('CSWbar', 'surplus-dependency', 'CSWlibfoo') + self.pkg_data = [self.CSWbar_DATA, self.CSWlibfoo_DATA] + + class TestCheckLibrariesDlopenLibs_1(CheckpkgUnitTestHelper, unittest.TestCase): """For dlopen-style shared libraries, libraries from /opt/csw/lib should be counted as dependencies. It's only a heuristic though.""" Modified: csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-26 02:05:49 UTC (rev 10337) +++ csw/mgar/pkg/rrdtool/branches/x11-reloaded/Makefile 2010-06-26 13:54:37 UTC (rev 10338) @@ -78,25 +78,13 @@ PKGFILES_CSWpy-rrdtool = $(libdir)/python/.* PKGFILES_CSWrbrrd = $(libdir)/ruby/.* -CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdcached -CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdcgi -CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdtool -CHECKPKG_OVERRIDES_CSWrrd += soname-not-found|libm.so.2|is|needed|by|opt/csw/bin/amd64/rrdupdate +CHECKPKG_OVERRIDES_CSWrrd += soname-not-found CHECKPKG_OVERRIDES_CSWrrd += missing-dependency|CSWperl -CHECKPKG_OVERRIDES_CSWrrd += surplus-dependency|CSWrrdrt -CHECKPKG_OVERRIDES_CSWpy-rrdtool += missing-dependency|CSWrrd -CHECKPKG_OVERRIDES_CSWpy-rrdtool += surplus-dependency|CSWrrdrt +CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWpmrrd += missing-dependency|CSWrrd -CHECKPKG_OVERRIDES_CSWpmrrd += surplus-dependency|CSWrrdrt - -CHECKPKG_OVERRIDES_CSWrbrrd += missing-dependency|CSWrrd -CHECKPKG_OVERRIDES_CSWrbrrd += surplus-dependency|CSWrrdrt -CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry|/home/dam/mgar/pkg/rrdtool/branches/x11-reloaded/work/solaris9-sparc/install-isa-sparcv8/opt/csw/lib|opt/csw/lib/ruby/site_ruby/1.8/sparc-solaris2.8/RRD.so -CHECKPKG_OVERRIDES_CSWrbrrd += bad-rpath-entry|/home/dam/mgar/pkg/rrdtool/branches/x11-reloaded/work/solaris9-i386/install-isa-i386/opt/csw/lib|opt/csw/lib/ruby/site_ruby/1.8/i386-solaris2.8/RRD.so - include gar/category.mk pre-build-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 19:42:09 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 17:42:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[10339] csw/mgar/pkg/TEMPLATES/createpkg Message-ID: Revision: 10339 http://gar.svn.sourceforge.net/gar/?rev=10339&view=rev Author: theferret Date: 2010-06-26 17:42:09 +0000 (Sat, 26 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: minor makefile tweaks Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-26 13:54:37 UTC (rev 10338) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-26 17:42:09 UTC (rev 10339) @@ -111,11 +111,13 @@ @echo patch: patching is handled automatically as part of the configure phase. stage-preserved: - if test -f preserve-$(ARCH).tar ; then \ - cat preserve-$(ARCH).tar |(cd $SRCDIR/cswstage && tar xvf -);\ + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ fi - if test -f preserve.tar ; then \ - cat preserve.tar |(cd $SRCDIR/cswstage && tar xvf -);\ + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ fi package: stage-preserved @@ -226,3 +228,7 @@ stage-$(ARCH)-64: build/.stage-$(ARCH)-64.done @echo $@ done +# manual targets +pkgproto: + cat $(SRCDIR)/cswstage/prototype | sed 's/root root$$/root bin/'>prototype + @echo Dont forget to add a COPYING line !! Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-26 13:54:37 UTC (rev 10338) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-26 17:42:09 UTC (rev 10339) @@ -88,11 +88,13 @@ @echo patch: patching is handled automatically as part of the configure phase. stage-preserved: - if test -f preserve-$(ARCH).tar ; then \ - cat preserve-$(ARCH).tar |(cd $SRCDIR/cswstage && tar xvf -);\ + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ fi - if test -f preserve.tar ; then \ - cat preserve.tar |(cd $SRCDIR/cswstage && tar xvf -);\ + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ fi package: stage-preserved @@ -160,3 +162,8 @@ @echo $@ done stage-$(ARCH)-32: build/.stage-$(ARCH)-32.done @echo $@ done + +# manual targets +pkgproto: + cat $(SRCDIR)/cswstage/prototype | sed 's/root root$$/root bin/'>prototype + @echo Dont forget to add a COPYING line !! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 19:46:14 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 17:46:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[10340] csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 Message-ID: Revision: 10340 http://gar.svn.sourceforge.net/gar/?rev=10340&view=rev Author: theferret Date: 2010-06-26 17:46:14 +0000 (Sat, 26 Jun 2010) Log Message: ----------- TEMPLATES: tiny tweak Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-26 17:42:09 UTC (rev 10339) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-26 17:46:14 UTC (rev 10340) @@ -1,4 +1,4 @@ -# This file is from TEMPLATES/createpkg/Makefile.lib +# This file is from TEMPLATES/createpkg/Makefile.lib32 # You MUST build this with gnu make, unfortunately. # Mainly just because of the ARCH expansion, but also for "?=" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 20:07:43 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 18:07:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[10341] csw/mgar/pkg/enchant/trunk Message-ID: Revision: 10341 http://gar.svn.sourceforge.net/gar/?rev=10341&view=rev Author: theferret Date: 2010-06-26 18:07:43 +0000 (Sat, 26 Jun 2010) Log Message: ----------- gedit: updated to newer version Modified Paths: -------------- csw/mgar/pkg/enchant/trunk/Makefile csw/mgar/pkg/enchant/trunk/checksums Modified: csw/mgar/pkg/enchant/trunk/Makefile =================================================================== --- csw/mgar/pkg/enchant/trunk/Makefile 2010-06-26 17:46:14 UTC (rev 10340) +++ csw/mgar/pkg/enchant/trunk/Makefile 2010-06-26 18:07:43 UTC (rev 10341) @@ -1,8 +1,8 @@ GARNAME = enchant -GARVERSION = 1.5.0 +GARVERSION = 1.6.0 CATEGORIES = apps -DESCRIPTION = A generic spell checking library +DESCRIPTION = A wrapper library for various spell checking engines define BLURB endef @@ -53,10 +53,6 @@ CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_aspell.so CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_myspell.so -EXTRA_INC = $(prefix)/X11/include -EXTRA_LIB = $(prefix)/X11/lib -EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib -EXTRA_SOS_LD_FLAGS = -L$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) NOISAEXEC = 1 #NOISALIST = 1 @@ -67,8 +63,6 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-static=no -CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) TEST_TARGET = check Modified: csw/mgar/pkg/enchant/trunk/checksums =================================================================== --- csw/mgar/pkg/enchant/trunk/checksums 2010-06-26 17:46:14 UTC (rev 10340) +++ csw/mgar/pkg/enchant/trunk/checksums 2010-06-26 18:07:43 UTC (rev 10341) @@ -1 +1 @@ -7dfaed14e142b4a0004b770c9568ed02 enchant-1.5.0.tar.gz +de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 20:43:20 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 18:43:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[10342] csw/mgar/pkg/enchant/trunk/Makefile Message-ID: Revision: 10342 http://gar.svn.sourceforge.net/gar/?rev=10342&view=rev Author: theferret Date: 2010-06-26 18:43:20 +0000 (Sat, 26 Jun 2010) Log Message: ----------- enchant: simplified Makefile to one package Modified Paths: -------------- csw/mgar/pkg/enchant/trunk/Makefile Modified: csw/mgar/pkg/enchant/trunk/Makefile =================================================================== --- csw/mgar/pkg/enchant/trunk/Makefile 2010-06-26 18:07:43 UTC (rev 10341) +++ csw/mgar/pkg/enchant/trunk/Makefile 2010-06-26 18:43:20 UTC (rev 10342) @@ -9,8 +9,13 @@ MASTER_SITES = http://www.abisource.com/downloads/$(GARNAME)/$(GARVERSION)/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTNAME = $(GARNAME)-$(GARVERSION) +SPKG_SOURCEURL = http://www.abisource.com/projects/enchant/ -PACKAGES = CSWenchant CSWenchantrt CSWenchantdevel CSWenchantdoc + +# THe subpackages just arent worth it, sizewise +# Leaving the other stuff in for +#PACKAGES = CSWenchant CSWenchantrt CSWenchantdevel CSWenchantdoc +# CATALOGNAME_CSWenchant = enchant CATALOGNAME_CSWenchantrt = enchant_rt CATALOGNAME_CSWenchantdevel = enchant_devel @@ -28,7 +33,7 @@ ARCHALL_CSWenchantdoc = 1 -RUNTIME_DEP_PKGS_CSWenchant += CSWenchantrt +#RUNTIME_DEP_PKGS_CSWenchant += CSWenchantrt RUNTIME_DEP_PKGS_CSWenchant += CSWggettextrt RUNTIME_DEP_PKGS_CSWenchant += CSWglib2 RUNTIME_DEP_PKGS_CSWenchantrt += CSWaspell @@ -36,8 +41,8 @@ RUNTIME_DEP_PKGS_CSWenchantrt += CSWggettextrt RUNTIME_DEP_PKGS_CSWenchantrt += CSWglib2 RUNTIME_DEP_PKGS_CSWenchantrt += CSWlibdbus -RUNTIME_DEP_PKGS_CSWenchantdevel += CSWenchantrt -RUNTIME_DEP_PKGS_CSWenchantdoc += +#RUNTIME_DEP_PKGS_CSWenchantdevel += CSWenchantrt +#RUNTIME_DEP_PKGS_CSWenchantdoc += BUILD_DEP_PKGS += CSWdbusglibdev @@ -45,15 +50,18 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 -SPKG_SOURCEURL = http://www.abisource.com/projects/enchant/ -CHECKPKG_OVERRIDES_CSWenchant += symbol-not-found|enchant-lsmod -CHECKPKG_OVERRIDES_CSWenchant += symbol-not-found|enchant -CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_ispell.so -CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_aspell.so -CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_myspell.so +#CHECKPKG_OVERRIDES_CSWenchant += symbol-not-found|enchant-lsmod +#CHECKPKG_OVERRIDES_CSWenchant += symbol-not-found|enchant +CHECKPKG_OVERRIDES_CSWenchant += soname-not-found|libenchant.so.1|is|needed|by|opt/csw/bin/enchant +CHECKPKG_OVERRIDES_CSWenchant += soname-not-found|libenchant.so.1|is|needed|by|opt/csw/bin/enchant-lsmod +#CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_ispell.so +#CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_aspell.so +#CHECKPKG_OVERRIDES_CSWenchantrt += symbol-not-found|libenchant_myspell.so + + NOISAEXEC = 1 #NOISALIST = 1 # libdbus not 64-bit yet This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 21:20:32 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 19:20:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10343] csw/mgar/pkg/enchant/trunk/Makefile Message-ID: Revision: 10343 http://gar.svn.sourceforge.net/gar/?rev=10343&view=rev Author: theferret Date: 2010-06-26 19:20:32 +0000 (Sat, 26 Jun 2010) Log Message: ----------- enchant: tweaked deps Modified Paths: -------------- csw/mgar/pkg/enchant/trunk/Makefile Modified: csw/mgar/pkg/enchant/trunk/Makefile =================================================================== --- csw/mgar/pkg/enchant/trunk/Makefile 2010-06-26 18:43:20 UTC (rev 10342) +++ csw/mgar/pkg/enchant/trunk/Makefile 2010-06-26 19:20:32 UTC (rev 10343) @@ -36,11 +36,15 @@ #RUNTIME_DEP_PKGS_CSWenchant += CSWenchantrt RUNTIME_DEP_PKGS_CSWenchant += CSWggettextrt RUNTIME_DEP_PKGS_CSWenchant += CSWglib2 -RUNTIME_DEP_PKGS_CSWenchantrt += CSWaspell +RUNTIME_DEP_PKGS_CSWenchant += CSWaspell + +### I dont know why someting thinks it needs dbus. +### neither /opt/csw/bin/enchant, nor its libs, needs it. RUNTIME_DEP_PKGS_CSWenchantrt += CSWdbusglib +RUNTIME_DEP_PKGS_CSWenchantrt += CSWlibdbus + RUNTIME_DEP_PKGS_CSWenchantrt += CSWggettextrt RUNTIME_DEP_PKGS_CSWenchantrt += CSWglib2 -RUNTIME_DEP_PKGS_CSWenchantrt += CSWlibdbus #RUNTIME_DEP_PKGS_CSWenchantdevel += CSWenchantrt #RUNTIME_DEP_PKGS_CSWenchantdoc += This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 21:43:38 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 19:43:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10344] csw/mgar/pkg/gtk2/branch-c Message-ID: Revision: 10344 http://gar.svn.sourceforge.net/gar/?rev=10344&view=rev Author: theferret Date: 2010-06-26 19:43:38 +0000 (Sat, 26 Jun 2010) Log Message: ----------- gtk2/branch-c: tweaked optimization, added deps for devel package Modified Paths: -------------- csw/mgar/pkg/gtk2/branch-c/Makefile csw/mgar/pkg/gtk2/branch-c/devel/depend csw/mgar/pkg/gtk2/branch-c/pkginfo Modified: csw/mgar/pkg/gtk2/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gtk2/branch-c/Makefile 2010-06-26 19:20:32 UTC (rev 10343) +++ csw/mgar/pkg/gtk2/branch-c/Makefile 2010-06-26 19:43:38 UTC (rev 10344) @@ -32,8 +32,8 @@ # DO NOT specify the arch-64 stuff such as -m64 here. # the individual targets will do that. -CFLAGS_COMMON ?= -mt -xnorunpath -xO2 -CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_COMMON ?= -mt -xnorunpath -xO3 +CXXFLAGS_COMMON ?= -mt -norunpath -xO3 CFLAGS_sparc ?= -xarch=v8 CFLAGS_i386 ?= -xarch=386 Modified: csw/mgar/pkg/gtk2/branch-c/devel/depend =================================================================== --- csw/mgar/pkg/gtk2/branch-c/devel/depend 2010-06-26 19:20:32 UTC (rev 10343) +++ csw/mgar/pkg/gtk2/branch-c/devel/depend 2010-06-26 19:43:38 UTC (rev 10344) @@ -1 +1,10 @@ P CSWgtk2 +P CSWfconfig +P CSWftype2 +P CSWggettextrt +P CSWglib2 +P CSWlibatk +P CSWlibcairo +P CSWlibxrender +P CSWpango +P CSWlibatkdevel Modified: csw/mgar/pkg/gtk2/branch-c/pkginfo =================================================================== --- csw/mgar/pkg/gtk2/branch-c/pkginfo 2010-06-26 19:20:32 UTC (rev 10343) +++ csw/mgar/pkg/gtk2/branch-c/pkginfo 2010-06-26 19:43:38 UTC (rev 10344) @@ -1,6 +1,6 @@ PKG=CSWgtk2 NAME=gtk2 - GTK toolkit for creating graphical user interfaces -VERSION=2.18.9,REV=2010.06.07 +VERSION=2.18.9,REV=2010.06.17 CATEGORY=application VENDOR=http://www.gtk.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 21:58:55 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 19:58:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[10345] csw/mgar/pkg/iso-codes/trunk Message-ID: Revision: 10345 http://gar.svn.sourceforge.net/gar/?rev=10345&view=rev Author: theferret Date: 2010-06-26 19:58:55 +0000 (Sat, 26 Jun 2010) Log Message: ----------- iso-codes: updated for newer version Modified Paths: -------------- csw/mgar/pkg/iso-codes/trunk/Makefile csw/mgar/pkg/iso-codes/trunk/checksums Modified: csw/mgar/pkg/iso-codes/trunk/Makefile =================================================================== --- csw/mgar/pkg/iso-codes/trunk/Makefile 2010-06-26 19:43:38 UTC (rev 10344) +++ csw/mgar/pkg/iso-codes/trunk/Makefile 2010-06-26 19:58:55 UTC (rev 10345) @@ -1,5 +1,5 @@ GARNAME = iso-codes -GARVERSION = 3.9 +GARVERSION = 3.17 CATEGORIES = apps DESCRIPTION = Translations for names of various ISO standards Modified: csw/mgar/pkg/iso-codes/trunk/checksums =================================================================== --- csw/mgar/pkg/iso-codes/trunk/checksums 2010-06-26 19:43:38 UTC (rev 10344) +++ csw/mgar/pkg/iso-codes/trunk/checksums 2010-06-26 19:58:55 UTC (rev 10345) @@ -1 +1 @@ -78bd12403eddf4439f5def44b1154337 iso-codes-3.9.tar.bz2 +063b6698aed520f5a97745602032709e iso-codes-3.17.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sat Jun 26 22:51:06 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sat, 26 Jun 2010 20:51:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[10346] csw/mgar/pkg/TEMPLATES/createpkg Message-ID: Revision: 10346 http://gar.svn.sourceforge.net/gar/?rev=10346&view=rev Author: theferret Date: 2010-06-26 20:51:05 +0000 (Sat, 26 Jun 2010) Log Message: ----------- TEMPLATES/createpkg: minor tweaks Modified Paths: -------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 Removed Paths: ------------- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-26 19:58:55 UTC (rev 10345) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib 2010-06-26 20:51:05 UTC (rev 10346) @@ -4,7 +4,7 @@ # If you do NOT want to build 64bit libs, remove the $(ARCH)-64 from -# the "all:" target. +# the "all:" target. Or just use Makefile.lib32 # If you DO want to, then leave it in, and also customize your # the build/.stage-$(ARCH)-64.done target(s), Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-26 19:58:55 UTC (rev 10345) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.lib32 2010-06-26 20:51:05 UTC (rev 10346) @@ -10,11 +10,11 @@ # Where do we keep local downloads of software src files ARCHIVEDIR ?= /home/src -ARCHIVENAME ?= firefox-3.6.3.source.tar.bz2 +ARCHIVENAME ?= FooSoft.1.2.3.tar.gz EXTRACTPROG ?= /usr/sfw/bin/gtar jfx # Only use ONE here. The name is used for compat with 'gar'. -MASTER_SITES ?= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/source/ +MASTER_SITES ?= http://xorg.freedesktop.org/releases/X11R7.5/src/lib ARCH := $(shell /bin/uname -p) Deleted: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 =================================================================== --- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 2010-06-26 19:58:55 UTC (rev 10345) +++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.sparcv9 2010-06-26 20:51:05 UTC (rev 10346) @@ -1,90 +0,0 @@ -#This Makefile originally generated from a template under -# pkg/TEMPLATES/createpkg -# You will most likely have to use GNU make to use it. -# This is one specifically hacked to make building sparcv9 packages -# easier. -# -# Steps to use: -# -# 1. put your normal prototype as prototype.i386 -# 2. copy to prototype.sparc and edit as appropriate -# 3. search for "XXX" and replace with appropriate string -# -# 4. build your package with: -# "make", "make sparcv9", "make package" - - -#Uncomment one of these definitions. The -b invokation, -# is suitable for use with small packages, where you want to have a few files -# in your top level src directory. It is also suitable for -# "relocateable" packages. see the createpkg docs for more details. -#CREATEPKG=createpkg -b `pwd` -CREATEPKG=createpkg -r `pwd`/build/*/cswstage - -## hax for sparcv9 -RAWLIB=libXXX.so.#.#.# - - -BUILDDIR=build/* - - - -STDFILES=pkginfo copyright prototype -FILES= - -all: build - - -build: build/.config.done - (cd $(BUILDDIR) ; \ - $(MAKE) ; \ - stagepkg ) - - -# dummy target for configure -build/.config.done: - @echo Configuring with: - @echo CC=$(CC) $(CFLAGS) - @echo CXX=$(CXX) $(CXXFLAGS) - (cd $(BUILDDIR) ; \ - test -f ../../patchfile.preconf && \ - gpatch -p0 <../../patchfile.preconf ; \ - ./configure --prefix=/opt/csw --disable-static ; \ - if test -f ../../patchfile.postconf ; then \ - gpatch -p0 <../../patchfile.postconf ; fi) - touch build/.config.done - - -# I tried depending this on $(BUILDDIR)/config.log but that didnt stick -configure: build/.config.done - - -# Note: If you decide to do a full re ./configure, you may have to do -# PKG_CONFIG_PATH=/opt/csw/lib/sparcv9/pkgconfig , particularly if you -# use glib. because that changes the #include paths as well !! -# -sparcv9: - (cd $(BUILDDIR)/src ; \ - gmake clean; \ - LD_OPTIONS="" gmake CFLAGS='-xstrconst -fast -xarch=v9' \ - LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9' ; \ - strip .libs/$(RAWLIB); \ - cp .libs/$(RAWLIB) ../cswstage ; cd .. ;\ - sed 's:libdir=.*:/opt/csw/lib/sparcv9:' XXX.pc>cswstage/XXX.pc.sparcv9 ; \ - echo sparcv9 build done ) - - -package: $(STDFILE) $(FILES) - $(CREATEPKG) - - - -pkgclean: - rm -f *.pkg.gz package - -clean: pkgclean - cd $(BUILDDIR) && make clean - -reallyclean: clean - rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status - rm -f build/.config.done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sun Jun 27 01:45:15 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sat, 26 Jun 2010 23:45:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[10347] csw/mgar/pkg Message-ID: Revision: 10347 http://gar.svn.sourceforge.net/gar/?rev=10347&view=rev Author: wahwah Date: 2010-06-26 23:45:14 +0000 (Sat, 26 Jun 2010) Log Message: ----------- sqlalchemy: Initial commit, unit tests are failing. Modified Paths: -------------- csw/mgar/pkg/sqlalchemy/trunk/Makefile csw/mgar/pkg/sqlalchemy/trunk/checksums Added Paths: ----------- csw/mgar/pkg/sqlalchemy/ Modified: csw/mgar/pkg/sqlalchemy/trunk/Makefile =================================================================== --- csw/mgar/pkg/template/trunk/Makefile 2010-06-18 14:52:57 UTC (rev 10253) +++ csw/mgar/pkg/sqlalchemy/trunk/Makefile 2010-06-26 23:45:14 UTC (rev 10347) @@ -2,184 +2,19 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -## This file contains comments to guide you through various GAR settings. -## Please remove unnecessary comments before committing your code to the code -## repository. The comments to remove are marked with double hashes. -## If you want to remove them all in-place, use: -## gsed -i -e '/^##/d' Makefile -## -## For more information about GAR variables, please see: -## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference -## -GARNAME = mypkg -GARVERSION = 1.0 -## -## The category that your software fits in. This is not a descriptive field, but -## influences the build process. Depending on the CATEGORIES setting, different -## Makefiles are included from gar/categories/ in your trunk directory, which -## adjust the build settings for the respective category. -## -## Possible settings are: -## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server, -## utils, x11, xfce, xorg, xtra -CATEGORIES = lib -## -## A one-line description of the package, which will appear in the pkginfo. -DESCRIPTION = -## -## A longer description of the package. This is only for descriptive purposes -## inside the Makefile and is not used elsewhere. +GARNAME = sqlalchemy +GARVERSION = 0.6.1 +CATEGORIES = python +PACKAGES = CSWpy-sqlalchemy +CATALOGNAME_CSWpy-sqlalchemy = py_sqlalchemy +DESCRIPTION = Python SQL toolkit and Object Relational Mapper define BLURB - endef -## -## Upstream URL that should show up in the VENDOR field as well as on -## http://opencsw.org/packages/. -SPKG_SOURCEURL = -## -## Whitespace-separated list of URLs to download the source package from. -## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR). -MASTER_SITES = -## -## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the -## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge -## project name of the software you wish to download. -## SF_PROJ = -## -## A list of space separated patch filenames from files/ that are to be applied -## to the extracted software before the ./configure stage. Patches need to be -## included in the DISTFILES variable as well. -## PATCHFILES = -## -## Whitespace-separated list of files which comprise this build. mGAR will look -## for the files in the $(FILEDIR) (trunk/files) directory and on the -## $(MASTER_SITES). -DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -## -## We define upstream file regex so we can be notifed of new upstream software release +SPKG_SOURCEURL = http://www.sqlalchemy.org/ +MASTER_SITES = $(SF_MIRRORS) +DISTNAME = SQLAlchemy-$(GARVERSION) +DISTFILES = $(DISTNAME).tar.gz UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz -## -## Catalog name is the name to be used with pkg{-get,util} -i . -## It is different from the system package name, which by convention is CSWpkgname. -## CATALOGNAME = -## -## Set to 1 to mark the package as architecture-independent. -## ARCHALL = 0 -## -## A list of files / patterns that should be excluded from the package. Amends -## the default list of excluded filenames $(MERGE_EXCLUDE_DEFAULT), which -## contains things like libtool .la files and files with a leading ~. -## EXTRA_MERGE_EXCLUDE_FILES = -## -## A list of space separated package names that should be marked as -## incompatible with the current package. This will go into the depend file. -## When a user has one of the incompatible packages installed and installs -## your package, he will be prompted that the incompatible package must be -## removed. He will however not be prevented to install your package without -## removing the conflicting package first. -## INCOMPATIBLE_PKGS = -## -## The name of the license file that should be included in your package. Defaults -## to COPYING. See http://sourceforge.net/apps/trac/gar/wiki/CopyRightfor details -## on including and displaying licenses. -## LICENSE = -## -## A list of space separated package names that should be produced from your -## Makefile. This is used when a software has different components that can be -## packaged and used individually (think runtime libraries, client tools, server -## files, development headers). You don't need to set this when you just want to -## produce one package. -## -## When you set this variable to include more than one package, you also need to -## set PKGFILES_CSWpkgname for each package (except for the first one in your -## $(PACKAGES) list) to define which files go into each package. The first -## package from $(PACKAGES) one will hold all files that are not matched by -## PKGFILES_ for other packages. -## PACKAGES = -## -## If specified, GAR feeds the almost-final package prototype file to -## $(PROTOTYPE_FILTER) and reads the final package prototype file from it. -## $(PROTOTYPE_FILTER) is usually a sed/awk/perl one-liner, which was mostly used -## to prepare the prototype file for use with cswclassutils (see -## $(SPKG_CLASSES)). Now that there are convenience variables for cswclassutils, -## you will rarely have to use this. A still valid use case would be to change -## the file permissions of a file to be set-UID. -## See http://wiki.opencsw.org/cswclassutils-package for common usage information -## PROTOTYPE_FILTER = -## -## cswclassutils settings -## -## A list of action classes. Possible values are: -## none cswpreserveconf cswcpsampleconf cswpycompile cswusergroup cswinitsmf -## cswinetd cswetcservices -## The class 'cswinitsmf' must be the last class listed. When you use cswclassutils, -## you need to add CSWcswclassutils to RUNTIME_DEP_PKGS. -## SPKG_CLASSES = none -## Simplified settings for classes: -## PRESERVECONF = -## SAMPLECONF = -## INITSMF = -## USERGROUP = -## ETCSERVICES = -## INETDCONF = -## A list of runtime package dependencies in the form of CSWfoo. -## RUNTIME_DEP_PKGS = -## -## A list of packages necessary to build this package -## BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) -## -## When using non-empty $(PACKAGES): -## RUNTIME_DEP_PKGS_CSWpkgname = -## SPKG_DESC_CSWpkgname = -## PKGFILES_CSWpkgname = -## CATALOGNAME_CSWpkgname = -## -## A list of space separated directories where objects should be stripped in -## addition to the bin/ and sbin/ directories. -## STRIP_DIRS = -## -## Define a custom target for the configure phase. When you set this, the target -## that will be used instead of configure: target, is named -## configure-$(CONFIGURE_SCRIPTS) and you will need to define it in your Makefile -## after including gar/gar.include.mk. If you want to skip the configure phase -## completely (for example when your software doesn't need to be compiled) assign -## this variable an empty value. The procedure works for configure, build, -## install and test steps. -## CONFIGURE_SCRIPTS = -## BUILD_SCRIPTS = -## INSTALL_SCRIPTS = -## TEST_SCRIPTS = -## -## Compilation settings -## -## The build directory. -## WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION) -## -## BUILD_ARGS is passed as an argument to gmake during the build phase. Use this -## for example, if you need to override Makefile variables. -## BUILD_ARGS = -## -## Arguments passed to the ./configure script. -CONFIGURE_ARGS = $(DIRPATHS) -## -## BUILD64 = -## CONFIGURE_ENV = -## EXTRA_CFLAGS = -## EXTRA_LDFLAGS = -## EXTRA_INC = -## EXTRA_LIB = -## GARFLAVOR = -## INSTALL_ARGS = -## OPT_FLAGS_SOS = -xO3 -## OPT_FLAGS_GCC = -O2 -pipe -## -## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4. -## GARCOMPILER = SOS11 -## -# Remove the following rules and uncomment the -# include before building. -all: .DEFAULT -.DEFAULT: - @true - -#include gar/category.mk +ARCHALL_CSWpy-sqlalchemy = 1 +LICENSE = LICENSE +include gar/category.mk Modified: csw/mgar/pkg/sqlalchemy/trunk/checksums =================================================================== --- csw/mgar/pkg/template/trunk/checksums 2010-06-18 14:52:57 UTC (rev 10253) +++ csw/mgar/pkg/sqlalchemy/trunk/checksums 2010-06-26 23:45:14 UTC (rev 10347) @@ -0,0 +1 @@ +8b25a820a81469b54b05426705108061 SQLAlchemy-0.6.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sun Jun 27 01:51:47 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sat, 26 Jun 2010 23:51:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[10348] csw/mgar/pkg/sqlalchemy/trunk/Makefile Message-ID: Revision: 10348 http://gar.svn.sourceforge.net/gar/?rev=10348&view=rev Author: wahwah Date: 2010-06-26 23:51:47 +0000 (Sat, 26 Jun 2010) Log Message: ----------- sqlalchemy: Link to the bug filed upstream. Modified Paths: -------------- csw/mgar/pkg/sqlalchemy/trunk/Makefile Modified: csw/mgar/pkg/sqlalchemy/trunk/Makefile =================================================================== --- csw/mgar/pkg/sqlalchemy/trunk/Makefile 2010-06-26 23:45:14 UTC (rev 10347) +++ csw/mgar/pkg/sqlalchemy/trunk/Makefile 2010-06-26 23:51:47 UTC (rev 10348) @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# There are failing unit tests; the issue is submitted upstream: +# http://www.sqlalchemy.org/trac/ticket/1837 + GARNAME = sqlalchemy GARVERSION = 0.6.1 CATEGORIES = python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Sun Jun 27 06:36:04 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Sun, 27 Jun 2010 04:36:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[10349] csw/mgar/pkg/sunx11_devel/trunk Message-ID: Revision: 10349 http://gar.svn.sourceforge.net/gar/?rev=10349&view=rev Author: theferret Date: 2010-06-27 04:36:04 +0000 (Sun, 27 Jun 2010) Log Message: ----------- sunx11_devel: added additional pc file Modified Paths: -------------- csw/mgar/pkg/sunx11_devel/trunk/Makefile csw/mgar/pkg/sunx11_devel/trunk/pkginfo csw/mgar/pkg/sunx11_devel/trunk/prototype Added Paths: ----------- csw/mgar/pkg/sunx11_devel/trunk/sm.pc Modified: csw/mgar/pkg/sunx11_devel/trunk/Makefile =================================================================== --- csw/mgar/pkg/sunx11_devel/trunk/Makefile 2010-06-26 23:51:47 UTC (rev 10348) +++ csw/mgar/pkg/sunx11_devel/trunk/Makefile 2010-06-27 04:36:04 UTC (rev 10349) @@ -1,6 +1,5 @@ package: $(STDFILE) $(FILES) createpkg -b `pwd` - touch package clean: rm -f *.pkg.gz package Modified: csw/mgar/pkg/sunx11_devel/trunk/pkginfo =================================================================== --- csw/mgar/pkg/sunx11_devel/trunk/pkginfo 2010-06-26 23:51:47 UTC (rev 10348) +++ csw/mgar/pkg/sunx11_devel/trunk/pkginfo 2010-06-27 04:36:04 UTC (rev 10349) @@ -1,8 +1,9 @@ PKG=CSWsunx11devel ARCH=all NAME=sunx11_devel - CSW utility layer for compiling software with Sun X11 libs -VERSION=1.0,REV=2010.05.21 +VERSION=1.1,REV=2010.06.26 CATEGORY=application VENDOR=http://www.opencsw.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/sunx11_devel/trunk Modified: csw/mgar/pkg/sunx11_devel/trunk/prototype =================================================================== --- csw/mgar/pkg/sunx11_devel/trunk/prototype 2010-06-26 23:51:47 UTC (rev 10348) +++ csw/mgar/pkg/sunx11_devel/trunk/prototype 2010-06-27 04:36:04 UTC (rev 10349) @@ -9,8 +9,8 @@ f none /opt/csw/include/X11/extensions/renderproto.h=renderproto.h 0644 root bin f none /opt/csw/lib/pkgconfig/x11.pc=x11.pc 0644 root bin f none /opt/csw/lib/pkgconfig/renderproto.pc=renderproto.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/sm.pc=sm.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/xext.pc=xext.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/xextproto.pc=xextproto.pc 0644 root bin f none /opt/csw/lib/pkgconfig/xproto.pc=xproto.pc 0644 root bin f none /opt/csw/lib/pkgconfig/xt.pc=xt.pc 0644 root bin -f none /opt/csw/lib/pkgconfig/xext.pc=xext.pc 0644 root bin -f none /opt/csw/lib/pkgconfig/xextproto.pc=xextproto.pc 0644 root bin - Added: csw/mgar/pkg/sunx11_devel/trunk/sm.pc =================================================================== --- csw/mgar/pkg/sunx11_devel/trunk/sm.pc (rev 0) +++ csw/mgar/pkg/sunx11_devel/trunk/sm.pc 2010-06-27 04:36:04 UTC (rev 10349) @@ -0,0 +1,9 @@ +# Note: SUN libSM ! + +Name: SM +Description: X Session Management Library, Sun Version +Version: 1.0.0 +#Requires: ice +#Requires.private: ice +#Cflags: -I${includedir} +Libs: -lSM -lICE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 02:00:49 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 00:00:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[10350] csw/mgar/pkg/gimp Message-ID: Revision: 10350 http://gar.svn.sourceforge.net/gar/?rev=10350&view=rev Author: theferret Date: 2010-06-28 00:00:48 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp/branch-c: bring gimp up to date nicely, I hope Added Paths: ----------- csw/mgar/pkg/gimp/branch-c/ csw/mgar/pkg/gimp/branch-c/Makefile csw/mgar/pkg/gimp/branch-c/README csw/mgar/pkg/gimp/branch-c/copyright csw/mgar/pkg/gimp/branch-c/depend csw/mgar/pkg/gimp/branch-c/gimp_gnomeplugins/ csw/mgar/pkg/gimp/branch-c/gimp_gnomeplugins/pkginfo csw/mgar/pkg/gimp/branch-c/gimp_i18n/ csw/mgar/pkg/gimp/branch-c/gimp_i18n/copyright csw/mgar/pkg/gimp/branch-c/gimp_i18n/depend csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo csw/mgar/pkg/gimp/branch-c/gimp_i18n/prototype csw/mgar/pkg/gimp/branch-c/gimp_minimal/ csw/mgar/pkg/gimp/branch-c/gimp_minimal/copyright csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype.add csw/mgar/pkg/gimp/branch-c/gimp_python/ csw/mgar/pkg/gimp/branch-c/gimplibs/ csw/mgar/pkg/gimp/branch-c/gimplibs/copyright csw/mgar/pkg/gimp/branch-c/gimplibs/depend csw/mgar/pkg/gimp/branch-c/gimplibs/pkginfo csw/mgar/pkg/gimp/branch-c/gimplibs/prototype csw/mgar/pkg/gimp/branch-c/gimplibs/prototype.add csw/mgar/pkg/gimp/branch-c/gimplibs_doc/ csw/mgar/pkg/gimp/branch-c/gimplibs_doc/copyright csw/mgar/pkg/gimp/branch-c/gimplibs_doc/depend csw/mgar/pkg/gimp/branch-c/gimplibs_doc/pkginfo csw/mgar/pkg/gimp/branch-c/gimplibs_doc/prototype csw/mgar/pkg/gimp/branch-c/pkginfo csw/mgar/pkg/gimp/branch-c/prototype Property changes on: csw/mgar/pkg/gimp/branch-c ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/gimp/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gimp/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/gimp/branch-c/Makefile 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,205 @@ +# This file based from TEMPLATES/createpkg/Makefile.lib +# but only handles 32bit build. +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# because of intltool nonsense +PATH := /opt/csw/gnu:$(PATH) + +#COMPILED_SUBDIRS:=gimp_minimal gimplibs gimp_gnomeplugins gimp_python +COMPILED_SUBDIRS:=gimp_minimal gimplibs gimplibs_doc +SUBDIRS = $(COMPILED_SUBDIRS) gimp_i18n + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gimp-2.6.8.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= ftp://ftp.gimp.org/pub/gimp/v2.6 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +CFLAGS_COMMON ?= -mt -xnorunpath -xO3 +CXXFLAGS_COMMON ?= -mt -norunpath -xO3 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no \ + CPPFLAGS=-I/opt/csw/include --without-alsa --disable-python + +#I want to actualy compile python stuff but our dev support is broken +# somehow + +## --without-gnomevfs --without-gvfs --without-webkit --disable-python \ +## --without-dbus --without-libcurl \ + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +package: + for dir in $(SUBDIRS) ; do \ + (cd $$dir; createpkg -r `pwd`/../build/*/cswstage ) ;\ + done + $(CREATEPKG) + mv -i */*.pkg.gz . + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +build/.$(ARCH)-32.done: $(ARCH)-32 + + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 $$d/prototype ;\ + done + egrep $(GIMPLIBS_EXPR) prototype.tmp >>gimplibs/prototype + egrep $(LIBDOC_EXPR) prototype.tmp >>gimplibs_doc/prototype + egrep -v $(GIMPLIBS_EXPR) prototype.tmp | \ + egrep -v $(LIBDOC_EXPR) | \ + egrep -v locale >gimp_minimal/prototype + egrep locale/en prototype.tmp >>gimp_minimal/prototype + egrep locale prototype.tmp |egrep -v locale/en >>gimp_i18n/prototype + for dir in gimplibs gimp_minimal ; do \ + (cd $$dir; cat prototype.add >>prototype) ;\ + done + ##rm prototype.tmp + ## egrep $(GIMP_GNOME_EXPR) prototype.tmp >>gimp_gnomeplugins/prototype + ## egrep $(GIMP_PYTHON_EXPR) prototype.tmp >>gimp_python/prototype + + Added: csw/mgar/pkg/gimp/branch-c/README =================================================================== --- csw/mgar/pkg/gimp/branch-c/README (rev 0) +++ csw/mgar/pkg/gimp/branch-c/README 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,41 @@ +Quickie notes for gimpq compilation. + +basically, this should be "gimp_minimal" + +note also: the configuration has that annoying + configure: error: GNU gettext tools not found; required for intltool + +problem. so have to force /opt/csw/gnu first in PATH. which we do. + + +WARNING: Before releasing a "real" package of this, + we have to split some stuffout of this beastie. + like, "gimplibs"., which xsane uses. + gimplibs is basically + /opt/csw/include/.* + /opt/csw/lib/lib.* + /opt/csw/lib/pkgconfig/.* + + + + +DAAAAANG... the only gnomeish stuffs, is in the plugins? !?!?! + Original had: + ./lib/gimp/2.0/plug-ins/helpbrowser + ./lib/gimp/2.0/plug-ins/uri + ./lib/gimp/2.0/plug-ins/svg + + (Debian separates out gnome-vfs plugin (which is "uri") + + oddly, new one seemed to have built helpbrowser WITHOUT gnome..?? + + Separate out python plugins (not IN plugin dir, funnily enough) + to gimp_python + + +SEPARATE (upstream) PACKAGES: + gimp_help + gimp_extras + gimp_template + gimpprint + Added: csw/mgar/pkg/gimp/branch-c/copyright =================================================================== --- csw/mgar/pkg/gimp/branch-c/copyright (rev 0) +++ csw/mgar/pkg/gimp/branch-c/copyright 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,3 @@ +Please see /opt/csw/share/doc/gimp_gtk/COPYING for full text of +copyright license + Added: csw/mgar/pkg/gimp/branch-c/depend =================================================================== --- csw/mgar/pkg/gimp/branch-c/depend (rev 0) +++ csw/mgar/pkg/gimp/branch-c/depend 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,6 @@ +P CSWgimpminimal +P CSWgimpi18n +P CSWgimplibs +P CSWgimpextras +P CSWgimpprint +P CSWgimphelp Added: csw/mgar/pkg/gimp/branch-c/gimp_gnomeplugins/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_gnomeplugins/pkginfo (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_gnomeplugins/pkginfo 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,8 @@ +PKG=CSWgimpgnomeplugins +NAME=gimp_gnomeplugins - gnome-dependant plugins for the gimp +VERSION=2.6.8,REV=2010.06.12 +CATEGORY=application +VENDOR=http://www.gimp.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gimp/branch-c Added: csw/mgar/pkg/gimp/branch-c/gimp_i18n/copyright =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_i18n/copyright (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_i18n/copyright 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,2 @@ +This file should not be distributed separatedly from CSWgimp. Please see that +package for full copyright notice. Added: csw/mgar/pkg/gimp/branch-c/gimp_i18n/depend =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_i18n/depend (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_i18n/depend 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1 @@ +P CSWcommon Added: csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,8 @@ +PKG=CSWgimpi18n +NAME=gimp_i18n - internationalization files for gimp +VERSION=2.6.8,REV=2010.06.12 +CATEGORY=application +VENDOR=http://www.gimp.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gimp/branch-c Added: csw/mgar/pkg/gimp/branch-c/gimp_i18n/prototype =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_i18n/prototype (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_i18n/prototype 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,495 @@ +i pkginfo +i depend +i copyright +d none /opt/csw/share/locale 0755 root bin +d none /opt/csw/share/locale/xh 0755 root bin +d none /opt/csw/share/locale/xh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gimp20.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/cs/LC_MESSAGES/gimp20-python.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/rw 0755 root bin +d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/km 0755 root bin +d none /opt/csw/share/locale/km/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/km/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/km/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/km/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/km/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/km/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.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/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +d none /opt/csw/share/locale/fa 0755 root bin +d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/he/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/he/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/he/LC_MESSAGES/gimp20-libgimp.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ar/LC_MESSAGES/gimp20.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/tt 0755 root bin +d none /opt/csw/share/locale/tt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tt/LC_MESSAGES/gimp20.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/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/nl/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gimp20-python.mo 0644 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/hr 0755 root bin +d none /opt/csw/share/locale/hr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gimp20-python.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gimp20-libgimp.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/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/ne 0755 root bin +d none /opt/csw/share/locale/ne/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gimp20-script-fu.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/gl/LC_MESSAGES/gimp20-python.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/ms 0755 root bin +d none /opt/csw/share/locale/ms/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/it/LC_MESSAGES/gimp20.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ro/LC_MESSAGES/gimp20-tips.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/eo 0755 root bin +d none /opt/csw/share/locale/eo/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gimp20-libgimp.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/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/be 0755 root bin +d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gimp20.mo 0644 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/gimp20.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/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/tr/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/tr/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/sk 0755 root bin +d none /opt/csw/share/locale/sk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gimp20-python.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/is 0755 root bin +d none /opt/csw/share/locale/is/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gimp20-python.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/uk/LC_MESSAGES/gimp20-libgimp.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ja/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gimp20.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gimp20-python.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/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gimp20-script-fu.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/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/lv/LC_MESSAGES/gimp20.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/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/eu/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/yi 0755 root bin +d none /opt/csw/share/locale/yi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/gimp20-libgimp.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/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ko/LC_MESSAGES/gimp20-tips.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gimp20-python.mo 0644 root bin +d none /opt/csw/share/locale/az 0755 root bin +d none /opt/csw/share/locale/az/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.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/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/fi/LC_MESSAGES/gimp20-python.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/gimp20.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +d none /opt/csw/share/locale/id 0755 root bin +d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gimp20.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gimp20-tips.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gimp20-python.mo 0644 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gimp20.mo 0644 root bin Added: csw/mgar/pkg/gimp/branch-c/gimp_minimal/copyright =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/copyright (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/copyright 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,2 @@ +Please see /opt/csw/share/gtk-doc/html/COPYING.gimp +full copyright notice. (GPL) Added: csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,27 @@ +P CSWgimplibs +P CSWaalib +P CSWdbusglib +P CSWfconfig +P CSWftype2 +P CSWggettextrt +P CSWgimplibs +P CSWglib2 +P CSWgtk2 +P CSWiconv +P CSWjpeg +P CSWlcmsrt +P CSWlibatk +P CSWlibbabl +P CSWlibcairo +P CSWlibdbus +P CSWlibexif +P CSWlibgegl +P CSWlibrsvg +P CSWlibwmf +P CSWlibxml2 +P CSWncurses +P CSWpango +P CSWpng +P CSWtiff +P CSWxpm +P CSWzlib Added: csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,8 @@ +PKG=CSWgimpminimal +NAME=gimp_minimal - bare essentials for running gimp +VERSION=2.6.8,REV=2010.06.12 +CATEGORY=application +VENDOR=http://www.gimp.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gimp/branch-c Added: csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype (rev 0) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype 2010-06-28 00:00:48 UTC (rev 10350) @@ -0,0 +1,906 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/etc 0755 root bin +d none /opt/csw/etc/gimp 0755 root bin +d none /opt/csw/etc/gimp/2.0 0755 root bin +f none /opt/csw/etc/gimp/2.0/gimprc 0644 root bin +f none /opt/csw/etc/gimp/2.0/unitrc 0644 root bin +f none /opt/csw/etc/gimp/2.0/sessionrc 0644 root bin +f none /opt/csw/etc/gimp/2.0/templaterc 0644 root bin +f none /opt/csw/etc/gimp/2.0/ps-menurc 0644 root bin +f none /opt/csw/etc/gimp/2.0/menurc 0644 root bin +f none /opt/csw/etc/gimp/2.0/controllerrc 0644 root bin +f none /opt/csw/etc/gimp/2.0/gtkrc 0644 root bin +d none /opt/csw/bin 0755 root bin +s none /opt/csw/bin/gimp=gimp-2.6 +s none /opt/csw/bin/gimp-console=gimp-console-2.6 +f none /opt/csw/bin/gimptool-2.0 0755 root bin +f none /opt/csw/bin/gimp-console-2.6 0755 root bin +f none /opt/csw/bin/gimp-2.6 0755 root bin +d none /opt/csw/lib 0755 root bin +s none /opt/csw/lib/libgimpcolor-2.0.so=libgimpcolor-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpui-2.0.so.0=libgimpui-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpwidgets-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpconfig-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpmodule-2.0.so=libgimpmodule-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpmath-2.0.so=libgimpmath-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpbase-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpcolor-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpmodule-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpmath-2.0.la 0755 root bin +d none /opt/csw/lib/gimp 0755 root bin +d none /opt/csw/lib/gimp/2.0 0755 root bin +d none /opt/csw/lib/gimp/2.0/modules 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcontroller-midi.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-proof.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-proof.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcontroller-midi.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-high-contrast.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcolor-selector-cmyk.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-color-blind.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-lcms.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-gamma.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcolor-selector-water.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcolor-selector-wheel.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcolor-selector-water.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcolor-selector-wheel.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libcolor-selector-cmyk.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-color-blind.so 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-gamma.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-lcms.la 0755 root bin +f none /opt/csw/lib/gimp/2.0/modules/libdisplay-filter-high-contrast.so 0755 root bin +d none /opt/csw/lib/gimp/2.0/plug-ins 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/filter-pack 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/imagemap 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/crop-auto 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/color-rotate 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-compressor 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/tile-seamless 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/gradient-map 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-pat 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/guillotine 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/convolution-matrix 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/mail 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/tile-small 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-bmp 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-header 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/ripple 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-fits 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/tile 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-desktop-link 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/noise-randomize 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/gimpressionist 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-gbr 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-dicom 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/shift 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/lens-flare 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/cml-explorer 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/whirl-pinch 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/edge 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/oilify 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-pnm 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/lcms 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-png 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/alien-map 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/jigsaw 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/animation-play 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-tga 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-html-table 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/cubism 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-pcx 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/video 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-xpm 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/wind 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-raw 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/unit-editor 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/plugin-browser 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/edge-sobel 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/flame 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/edge-dog 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/gee-zoom 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/fractal-explorer 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/unsharp-mask 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-psd-save 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/ifs-compose 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/despeckle 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/nl-filter 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/metadata 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/apply-canvas 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/plasma 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/mosaic 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/color-to-alpha 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/checkerboard 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-tiff-save 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/iwarp 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/pagecurl 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-uri 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/edge-laplace 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/sinus 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/contrast-normalize 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-xwd 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/lighting 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/border-average 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-jpeg 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-csource 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-sgi 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/hot 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/colorify 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-svg 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-aa 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-gif-load 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/noise-spread 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/destripe 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/print 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/polar-coords 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/noise-solid 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/selection-to-path 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-gih 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/blinds 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/emboss 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/lens-apply 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/crop-zealous 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/script-fu 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/compose 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/film 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/blur-motion 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-ps 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/color-exchange 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/engrave 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-xjt 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/maze 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/curve-bend 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-pix 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/lens-distortion 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-fli 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/deinterlace 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/blur-gauss 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/noise-rgb 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/threshold-alpha 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/sparkle 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/bump-map 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-xbm 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/sphere-designer 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/red-eye-removal 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/warp 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/smooth-palette 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/van-gogh-lic 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/web-browser 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/color-enhance 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/sample-colorize 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/pixelize 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/animation-optimize 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/procedure-browser 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/edge-neon 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/noise-hsv 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/cartoon 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/grid 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/gradient-flare 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/displace 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/value-propagate 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/waves 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-gif-save 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/screenshot 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-faxg3 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/contrast-stretch-hsv 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/gee 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/qbist 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/gfig 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/sharpen 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-glob 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/photocopy 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-cel 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/channel-mixer 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/decompose 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/depth-merge 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/value-invert 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/diffraction 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/tile-paper 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/tile-glass 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/contrast-retinex 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/align-layers 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/max-rgb 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-sunras 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/antialias 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/contrast-stretch 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-tiff-load 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/fractal-trace 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/map-object 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/blur 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/illusion 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/semi-flatten 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/softglow 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-ico 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-wmf 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/blur-gauss-selective 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/nova 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-psd-load 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/color-cube-analyze 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/file-psp 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/colormap-remap 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/help 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/rotate 0755 root bin +f none /opt/csw/lib/gimp/2.0/plug-ins/newsprint 0755 root bin +d none /opt/csw/lib/gimp/2.0/interpreters 0755 root bin +f none /opt/csw/lib/gimp/2.0/interpreters/default.interp 0644 root bin +d none /opt/csw/lib/gimp/2.0/environ 0755 root bin +f none /opt/csw/lib/gimp/2.0/environ/default.env 0644 root bin +s none /opt/csw/lib/libgimpconfig-2.0.so=libgimpconfig-2.0.so.0.600.8 +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gimpthumb-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gimpui-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gimp-2.0.pc 0644 root bin +s none /opt/csw/lib/libgimpthumb-2.0.so.0=libgimpthumb-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpcolor-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpconfig-2.0.so.0=libgimpconfig-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpbase-2.0.so.0=libgimpbase-2.0.so.0.600.8 +f none /opt/csw/lib/libgimp-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpconfig-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpbase-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpwidgets-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpthumb-2.0.so=libgimpthumb-2.0.so.0.600.8 +s none /opt/csw/lib/libgimp-2.0.so.0=libgimp-2.0.so.0.600.8 +f none /opt/csw/lib/libgimp-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpui-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpui-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpthumb-2.0.so.0.600.8 0755 root bin +s none /opt/csw/lib/libgimpui-2.0.so=libgimpui-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpwidgets-2.0.so.0=libgimpwidgets-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpmath-2.0.so.0.600.8 0755 root bin +s none /opt/csw/lib/libgimpwidgets-2.0.so=libgimpwidgets-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpthumb-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpcolor-2.0.so.0=libgimpcolor-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpmath-2.0.so.0=libgimpmath-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpbase-2.0.so=libgimpbase-2.0.so.0.600.8 +s none /opt/csw/lib/libgimp-2.0.so=libgimp-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpmodule-2.0.so.0=libgimpmodule-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpmodule-2.0.so.0.600.8 0755 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gimp 0755 root bin +d none /opt/csw/share/gimp/2.0 0755 root bin +d none /opt/csw/share/gimp/2.0/tips 0755 root bin +f none /opt/csw/share/gimp/2.0/tips/gimp-tips.xml 0644 root bin +d none /opt/csw/share/gimp/2.0/scripts 0755 root bin +f none /opt/csw/share/gimp/2.0/scripts/beveled-pattern-button.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/chalk.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/alien-glow-button.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/drop-shadow.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/paste-as-pattern.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/beveled-pattern-hrule.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/carved-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/ripply-anim.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/select-to-pattern.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/textured-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/line-nova.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/plug-in-compat.init 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/title-header.scm 0644 root bin +d none /opt/csw/share/gimp/2.0/scripts/images 0755 root bin +f none /opt/csw/share/gimp/2.0/scripts/images/texture1.jpg 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/images/texture.jpg 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/images/texture3.jpg 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/images/beavis.jpg 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/images/texture2.jpg 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/lava.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/starscape-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/fuzzyborder.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/perspective-shadow.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/beveled-pattern-arrow.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/chip-away.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/carve-it.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/glowing-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/guides-new.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/speed-text.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/alien-glow-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/frosty-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/alien-neon-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/clothify.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/paste-as-brush.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/addborder.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/burn-in-anim.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/select-to-brush.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/grid-system.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/coffee.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/predator.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/gradient-example.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/gradient-bevel-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/gimp-headers.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/unsharp-mask.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/reverse-layers.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/basic1-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/3dTruchet.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/rendermap.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/pupi-button.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/alien-glow-bar.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/t-o-p-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/waves-anim.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/tileblur.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/add-bevel.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/alien-glow-bullet.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/beveled-pattern-bullet.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/basic2-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/guides-new-percent.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/beveled-pattern-heading.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/bovinated-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/text-circle.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/i26-gunya2.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/sota-chrome-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/chrome-it.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/guides-from-selection.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/guides-remove-all.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/gimp-labels.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/weave.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/erase-rows.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/selection-round.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/distress-selection.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/3d-outline.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/blended-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/old-photo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/flatland.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/crystal-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/chrome-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/select-to-image.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/difference-clouds.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/xach-effect.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/copy-visible.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/alien-glow-arrow.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/web-browser.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/swirly-pattern.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/font-map.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/beveled-button.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/camo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/script-fu-compat.init 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/blend-anim.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/coolmetal-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/swirltile.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/neon-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/news-text.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/comic-logo.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/spinning-globe.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/slide.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/land.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/script-fu.init 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/circuit.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/round-corners.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/mkbrush.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/glossy.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/script-fu-util.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/script-fu-set-cmap.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/spyrogimp.scm 0644 root bin +f none /opt/csw/share/gimp/2.0/scripts/truchet.scm 0644 root bin +d none /opt/csw/share/gimp/2.0/themes 0755 root bin +d none /opt/csw/share/gimp/2.0/themes/Default 0755 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/gtkrc 0644 root bin +d none /opt/csw/share/gimp/2.0/themes/Default/images 0755 root bin +d none /opt/csw/share/gimp/2.0/themes/Default/images/preferences 0755 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-interp.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/toolbox.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/window-management-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-environ.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/session.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/toolbox-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/controllers.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/window-management.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/image-windows-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-fonts-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/theme-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/interface.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-palettes-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/input-devices.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-patterns-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/controllers-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-environ-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/display.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/new-image-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-themes-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/color-management.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/help-system-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/color-management-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/image-windows.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-scripts-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/environment.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/default-grid.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/tool-options-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/default-grid-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-tools-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/default-comment.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-interp-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/session-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-brushes-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/image-title-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/help-system.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-modules.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-themes.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/new-image.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/environment-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/theme.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-modules-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/tool-options.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/image-title.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/display-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/input-devices-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/folders-gradients-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/preferences/interface-22.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/stock-info-64.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/stock-question-64.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/stock-warning-64.png 0644 root bin +f none /opt/csw/share/gimp/2.0/themes/Default/images/stock-error-64.png 0644 root bin +d none /opt/csw/share/gimp/2.0/themes/Small 0755 root bin +f none /opt/csw/share/gimp/2.0/themes/Small/gtkrc 0644 root bin +d none /opt/csw/share/gimp/2.0/gimpressionist 0755 root bin +d none /opt/csw/share/gimp/2.0/gimpressionist/Brushes 0755 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paper01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/torus.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/splat1.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/fabric01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon05.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/defaultbrush.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/leaf01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/cone.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/flower02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/grad01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/pentagram.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paintbrush02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/sphere.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/shape01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/ball.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/spunge01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon04.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paintbrush03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paintbrush04.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paintbrush.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/flower03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/flower04.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/grad03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/shape02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/fabric.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/snow1.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/weave.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/dribble.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/spunge05.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/spunge02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/fabric03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon07.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/box.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paper03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paper04.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/splat3.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/flower01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/blob.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/wavy.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/strange01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/scribble.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/grad02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paintbrush01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/worm.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/thegimp.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon08.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/splat2.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/paper02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/chalk01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/arrow01.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/fabric02.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/crayon06.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/spunge03.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/spunge04.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/heart.ppm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/shape04.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Brushes/shape03.pgm 0644 root bin +d none /opt/csw/share/gimp/2.0/gimpressionist/Paper 0755 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/marble2.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/stone.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/struc.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/defaultpaper.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/canvas2.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/bricks2.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/marble.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/burlap.pgm 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Paper/bricks.pgm 0644 root bin +d none /opt/csw/share/gimp/2.0/gimpressionist/Presets 0755 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Canvas 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Feathers 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Dotify 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/ApplyCanvas 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Flowerbed 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Crosshatch 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Smash 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Patchwork 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Cubism 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Sample 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Maggot-invasion 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Line-art-2 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Ringworks 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Ballpark 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Mossy 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Felt-marker 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Straws 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Embroidery 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Parquette 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Line-art 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/MarbleMadness 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Wormcan 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Painted_Rock 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Weave 0644 root bin +f none /opt/csw/share/gimp/2.0/gimpressionist/Presets/Furry 0644 root bin +d none /opt/csw/share/gimp/2.0/palettes 0755 root bin +f none /opt/csw/share/gimp/2.0/palettes/China.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Borders.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Op2.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Default.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Lights.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Named_Colors.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Gold.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Blues.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Cranes.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Royal.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Paintjet.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Volcano.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Firecode.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Grayblue.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Tango.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Caramel.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Reds.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Grays.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Visibone_2.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Hilite.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Cascade.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Ega.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Web.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Cool_Colors.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Warm_Colors.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Bears.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Browns_And_Yellows.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Khaki.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/News3.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Coldfire.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Reds_And_Purples.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Pastels.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Visibone.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/GrayViolet.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Plasma.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Dark_pastels.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Greens.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Topographic.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Muted.gpl 0644 root bin +f none /opt/csw/share/gimp/2.0/palettes/Bgold.gpl 0644 root bin +d none /opt/csw/share/gimp/2.0/gflare 0755 root bin +f none /opt/csw/share/gimp/2.0/gflare/GFlare_102 0644 root bin +f none /opt/csw/share/gimp/2.0/gflare/Default 0644 root bin +f none /opt/csw/share/gimp/2.0/gflare/GFlare_101 0644 root bin +f none /opt/csw/share/gimp/2.0/gflare/Bright_Star 0644 root bin +f none /opt/csw/share/gimp/2.0/gflare/Classic 0644 root bin +f none /opt/csw/share/gimp/2.0/gflare/Hidden_Planet 0644 root bin +f none /opt/csw/share/gimp/2.0/gflare/Distant_Sun 0644 root bin +d none /opt/csw/share/gimp/2.0/patterns 0755 root bin +f none /opt/csw/share/gimp/2.0/patterns/nops.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/marble3.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/slate.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/bluegrid.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/choc_swirl.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/ground1.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/wood4.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/wood3.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/leaves.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/parque1.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/terra.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/qube1.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/blue.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/starfield.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/amethyst.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/wood2.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/blueweb.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/wood5.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/leopard.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/burlwood.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/redcube.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/brick.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/marble2.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/Craters.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/pink_marble.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/bluesquares.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/leather.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/pool.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/rain.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/fibers.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/rock.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/lightning.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/stone33.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/warning.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/recessed.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/pastel.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/sky.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/paper.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/parque3.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/3dgreen.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/granite1.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/bark.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/wood1.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/Moonfoot.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/burlap.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/marble1.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/Stripes2px.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/crinklepaper.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/java.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/pine.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/parque2.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/walnut.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/Stripes1px.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/cracked.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/ice.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/electric.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/sm_squares.pat 0644 root bin +f none /opt/csw/share/gimp/2.0/patterns/corkboard.pat 0644 root bin +d none /opt/csw/share/gimp/2.0/gradients 0755 root bin +f none /opt/csw/share/gimp/2.0/gradients/Land_and_Sea.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Sizefac_101.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Shadows_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/German_flag.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Radial_Eyeball_Brown.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Purples.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Skyline.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Caribbean_Blues.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Abstract_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Deep_Sea.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Wood_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Glow_Radial_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Square_Wood_Frame.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Radial_101.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Blinds.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/German_flag_smooth.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/French_flag_smooth.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Radial_Eyeball_Green.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Neon_Green.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Four_bars.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Pastels.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Radial_Rainbow_Hoop.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Romanian_flag_smooth.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Glow_Angular_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Browns.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Rays_Radial_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Yellow_Orange.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Cold_Steel_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Neon_Yellow.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Blue_Green.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Full_saturation_spectrum_CCW.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Golden.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Yellow_Contrast.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Aneurism.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Horizon_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Burning_Paper.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Incandescent.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Crown_molding.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Radial_Eyeball_Blue.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Rounded_edge.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Mexican_flag_smooth.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Dark_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Radial_Glow_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Metallic_Something.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Tube_Red.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Glow_Radial_3.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Three_bars_sin.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Radial_103.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Glow_Radial_4.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Horizon_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Abstract_3.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Greens.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Land_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Tropical_Colors.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Rays_Radial_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/French_flag.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Skyline_polluted.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Shadows_3.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Mexican_flag.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Brushed_Aluminium.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Cold_Steel.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Abstract_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Full_saturation_spectrum_CW.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Radial_102.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Wood_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Glow_Radial_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Flare_Rays_Size_1.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Neon_Cyan.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/CD.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/CD_Half.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Shadows_2.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Sunrise.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Nauseating_Headache.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Default.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Burning_Transparency.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Pastel_Rainbow.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Coffee.ggr 0644 root bin +f none /opt/csw/share/gimp/2.0/gradients/Romanian_flag.ggr 0644 root bin +d none /opt/csw/share/gimp/2.0/fonts 0755 root bin +d none /opt/csw/share/gimp/2.0/fractalexplorer 0755 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Leaves 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Lightning 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Asteroid_Field 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Saturn 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Fragments 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Mandelbrot 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Car_Track 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Plant 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/High_Voltage 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Ice_Crystal 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Snow_Crystal 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Spark 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Suns 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Hoops 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Explosive 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Nebula 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Marble 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Hemp 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Medusa 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Tentacles 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Zooming_Circle 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Nautilus 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Wood 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Flower 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Bar_Code_Label 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Marble2 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Beauty_of_Nature 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Soma 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Blue_Curtain 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Rose 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Energetic_Diamond 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/The_Green_Place 0644 root bin +f none /opt/csw/share/gimp/2.0/fractalexplorer/Wave 0644 root bin +d none /opt/csw/share/gimp/2.0/brushes 0755 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 bdwalton at users.sourceforge.net Mon Jun 28 03:26:42 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 28 Jun 2010 01:26:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10351] csw/mgar/pkg/coreutils/trunk/Makefile Message-ID: Revision: 10351 http://gar.svn.sourceforge.net/gar/?rev=10351&view=rev Author: bdwalton Date: 2010-06-28 01:26:42 +0000 (Mon, 28 Jun 2010) Log Message: ----------- coreutils: tweak configure args to re-include a few progs that are not built by default Modified Paths: -------------- csw/mgar/pkg/coreutils/trunk/Makefile Modified: csw/mgar/pkg/coreutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/coreutils/trunk/Makefile 2010-06-28 00:00:48 UTC (rev 10350) +++ csw/mgar/pkg/coreutils/trunk/Makefile 2010-06-28 01:26:42 UTC (rev 10351) @@ -40,7 +40,10 @@ CONFIGURE_ARGS += --program-prefix=g CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw -CONFIGURE_ARGS += --enable-no-install-program=chcon +# handle su manually to avoid needing fakeroot or some such. this is now +# explicitly required as we modify both --enable-*install-program lists +CONFIGURE_ARGS += --enable-no-install-program=chcon,su +CONFIGURE_ARGS += --enable-install-program=hostname,arch # required for eaccess and not picked up automatically. EXTRA_LDFLAGS = -lgen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 04:39:20 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 02:39:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[10352] csw/mgar/pkg/gimp/branch-c Message-ID: Revision: 10352 http://gar.svn.sourceforge.net/gar/?rev=10352&view=rev Author: theferret Date: 2010-06-28 02:39:20 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp: tweaked ARCH=all Modified Paths: -------------- csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend csw/mgar/pkg/gimp/branch-c/gimplibs_doc/pkginfo csw/mgar/pkg/gimp/branch-c/pkginfo Modified: csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend 2010-06-28 01:26:42 UTC (rev 10351) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend 2010-06-28 02:39:20 UTC (rev 10352) @@ -1,4 +1,3 @@ -P CSWgimplibs P CSWaalib P CSWdbusglib P CSWfconfig Modified: csw/mgar/pkg/gimp/branch-c/gimplibs_doc/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimplibs_doc/pkginfo 2010-06-28 01:26:42 UTC (rev 10351) +++ csw/mgar/pkg/gimp/branch-c/gimplibs_doc/pkginfo 2010-06-28 02:39:20 UTC (rev 10352) @@ -1,4 +1,5 @@ PKG=CSWgimplibsdoc +ARCH=all NAME=gimplibs_doc - Documentation for using gimplibs VERSION=2.6.8,REV=2010.06.12 CATEGORY=application Modified: csw/mgar/pkg/gimp/branch-c/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/pkginfo 2010-06-28 01:26:42 UTC (rev 10351) +++ csw/mgar/pkg/gimp/branch-c/pkginfo 2010-06-28 02:39:20 UTC (rev 10352) @@ -1,4 +1,5 @@ PKG=CSWgimp +ARCH=all NAME=gimp - Graphics Image Manipulation Program fully installed VERSION=2.6.8,REV=2010.06.12 CATEGORY=application This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:12:03 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:12:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[10353] csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo Message-ID: Revision: 10353 http://gar.svn.sourceforge.net/gar/?rev=10353&view=rev Author: theferret Date: 2010-06-28 03:12:03 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp: ARCH=all again Modified Paths: -------------- csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo Modified: csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo 2010-06-28 02:39:20 UTC (rev 10352) +++ csw/mgar/pkg/gimp/branch-c/gimp_i18n/pkginfo 2010-06-28 03:12:03 UTC (rev 10353) @@ -1,4 +1,5 @@ PKG=CSWgimpi18n +ARCH=all NAME=gimp_i18n - internationalization files for gimp VERSION=2.6.8,REV=2010.06.12 CATEGORY=application This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:33:35 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:33:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[10354] csw/mgar/pkg/xpm/trunk/Makefile Message-ID: Revision: 10354 http://gar.svn.sourceforge.net/gar/?rev=10354&view=rev Author: theferret Date: 2010-06-28 03:33:35 +0000 (Mon, 28 Jun 2010) Log Message: ----------- xpm: makefile tweak Modified Paths: -------------- csw/mgar/pkg/xpm/trunk/Makefile Modified: csw/mgar/pkg/xpm/trunk/Makefile =================================================================== --- csw/mgar/pkg/xpm/trunk/Makefile 2010-06-28 03:12:03 UTC (rev 10353) +++ csw/mgar/pkg/xpm/trunk/Makefile 2010-06-28 03:33:35 UTC (rev 10354) @@ -1,36 +1,40 @@ -#This Makefile originally generated from a template under -# pkg/TEMPLATES/createpkg -# You will most likely have to use GNU make to use it. +# Eventually, move "Makefile.sparc" to here, and make it +# generic 64bit capable.? +# you MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion +# Organization: variable defintions up top, +# targets in second half. -#Uncomment one of these definitions. The -b invokation, -# is suitable for use with small packages, where you want to have a few files -# in your top level src directory. It is also suitable for -# "relocateable" packages. see the createpkg docs for more details. -#CREATEPKG=createpkg -b `pwd` -CREATEPKG=createpkg -r `pwd`/build/*/cswstage +ARCH := $(shell /bin/uname -p) +LDFLAGS_COMMON := -BUILDDIR=build/libXpm* +SRCDIR= build/* +# DO NOT specify the arch-blah stuff such as -m64 here. +# the individual targets will do that. -## hax for sparcv9 -RAWLIB=libXpm.so.4.11.0 -XPM_PC=build/libXpm-3.5.8/cswstage/opt/csw/lib/pkgconfig/xpm.pc +CFLAGS_COMMON := -mt -xnorunpath +CXXFLAGS_COMMON := -mt -norunpath +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --disable-static -STDFILES=pkginfo copyright prototype -FILES= +CONFIGURE_64_EXTRAS:= --libdir=/opt/csw/lib/64 --libexecdir=/opt/csw/libexec/sparcv9 -all: build +all: $(ARCH)-32 $(ARCH)-64 package +# ARCH-XX handles configure, build, and stage for its own combo +# -build: build/.config.done - (cd $(BUILDDIR) ; \ - $(MAKE) ; \ - stagepkg ) +clean distclean: + $(MAKE) -C $(SRCDIR) $@ +<<<<<<< .mine +======= sparcv9: (cd $(BUILDDIR)/src ; \ gmake clean; \ @@ -40,38 +44,70 @@ cp .libs/$(RAWLIB) ../cswstage ; cd .. ;\ sed 's:libdir=.*:/opt/csw/lib/sparcv9:' xpm.pc>cswstage/xpm.pc.sparcv9 ; \ echo sparcv9 build done ) +>>>>>>> .r10271 -hack: - ( cd $(BUILDDIR) ; \ - sed 's:libdir=.*:/opt/csw/lib/sparcv9:' xpm.pc>cswstage/xpm.pc.sparcv9 ) +package patch garchive: + @echo make $@ not implemented yet + ### potentially want to handle "merge" type stuff in 'package' + # we also want to handle multi-package thingies. - -# dummy target for configure -build/.config.done: - (cd $(BUILDDIR) ; \ - test -f ../../patchfile.preconf && \ - gpatch -p0 <../../patchfile.preconf ; \ - ./configure --prefix=/opt/csw --enable-static=no ; \ - test -f ../../patchfile.postconf && \ - gpatch -p0 <../../patchfile.postconf ) - touch build/.config.done +# initial announce here. more down below for individual targets +sparc-32 sparc-64 i386-32 i386-64:: + @echo Building $@ target -# I tried depending this on $(BUILDDIR)/config.log but that didnt stick -configure: build/.config.done -package: $(STDFILE) $(FILES) - @echo Building package for `uname -p` - $(CREATEPKG) +configure-$(ARCH)-32: build/.configure-$(ARCH)-32.done + @echo $@ done +build-$(ARCH)-32: build/.build-$(ARCH)-32.done + @echo $@ done +stage-$(ARCH)-32: build/.stage-$(ARCH)-32.done + @echo $@ done +configure-$(ARCH)-64: build/.configure-$(ARCH)-64.done + @echo $@ done +build-$(ARCH)-64: build/.build-$(ARCH)-64.done + @echo $@ done +stage-$(ARCH)-64: build/.stage-$(ARCH)-64.done + @echo $@ done +# split out generic $(ARCH) sections to specific platform if needed. +# but it usually should not be. -pkgclean: - rm -f *.pkg.gz package +build/.$(ARCH)-32.done: $(ARCH)-32 -clean: pkgclean - cd $(BUILDDIR) && make clean -reallyclean: clean - rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status - rm -f build/.config.done +build/.stage-$(ARCH)-32.done \ +build/.stage-$(ARCH)-64.done :: + @echo debug: handling $@ target + touch $@ + +build/.configure-$(ARCH)-32.done:: + (cd $(SRCDIR) ; \ + CFLAGS="$(CFLAGS_COMMON)" \ + CXXFLAGS="$(CXXFLAGS_COMMON)" \ + $(CONFIGURE) ) + touch $@ + +build/.configure-$(ARCH)-64.done:: + (cd $(SRCDIR) ; \ + CFLAGS="$(CFLAGS_COMMON) -m64" \ + CXXFLAGS="$(CXXFLAGS_COMMON) -m64" \ + PKG_CONFIG_PATH=/opt/csw/lib/sparcv9 \ + $(CONFIGURE) $(CONFIGURE_64_EXTRAS) ) + touch $@ + + +build/.build-$(ARCH)-32.done build/.build-$(ARCH)-64.done:: + (cd $(SRCDIR) ; \ + $(MAKE) $(MFLAGS) ) + touch $@ + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + +$(ARCH)-64 :: stage-$(ARCH)-32 configure-$(ARCH)-64 build-$(ARCH)-64 stage-$(ARCH)-64 + @echo Completed $@ configure, build and stage + touch build/.$(ARCH)-64.done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:38:10 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:38:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[10355] csw/mgar/pkg Message-ID: Revision: 10355 http://gar.svn.sourceforge.net/gar/?rev=10355&view=rev Author: theferret Date: 2010-06-28 03:38:10 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gedit: new Added Paths: ----------- csw/mgar/pkg/gedit/ csw/mgar/pkg/gedit/Makefile csw/mgar/pkg/gedit/trunk/ csw/mgar/pkg/gedit/trunk/Makefile csw/mgar/pkg/gedit/trunk/copyright csw/mgar/pkg/gedit/trunk/depend csw/mgar/pkg/gedit/trunk/patchfile.preconf csw/mgar/pkg/gedit/trunk/pkginfo csw/mgar/pkg/gedit/trunk/prototype Added: csw/mgar/pkg/gedit/Makefile =================================================================== --- csw/mgar/pkg/gedit/Makefile (rev 0) +++ csw/mgar/pkg/gedit/Makefile 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/gedit/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/gedit/trunk/Makefile =================================================================== --- csw/mgar/pkg/gedit/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gedit/trunk/Makefile 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,172 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# for stupid intltool... +PATH := /opt/csw/gnu:$(PATH) + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gedit-2.30.3.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/GNOME/sources/gedit/2.30 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO3 +CXXFLAGS_COMMON ?= -mt -norunpath -xO3 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 prototype + @echo Dont forget to add a COPYING line !! Added: csw/mgar/pkg/gedit/trunk/copyright =================================================================== --- csw/mgar/pkg/gedit/trunk/copyright (rev 0) +++ csw/mgar/pkg/gedit/trunk/copyright 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,2 @@ +Please see /opt/csw/share/gtk-doc/html/gedit/COPYING for full license text +(GPL v2) Added: csw/mgar/pkg/gedit/trunk/depend =================================================================== --- csw/mgar/pkg/gedit/trunk/depend (rev 0) +++ csw/mgar/pkg/gedit/trunk/depend 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,13 @@ +P CSWenchant +P CSWfconfig +P CSWftype2 +P CSWgconf2 +P CSWggettextrt +P CSWglib2 +P CSWgtk2 +P CSWgtksourceview +P CSWlibatk +P CSWlibcairo +P CSWlibxml2 +P CSWpango +P CSWiso-codes Added: csw/mgar/pkg/gedit/trunk/patchfile.preconf =================================================================== --- csw/mgar/pkg/gedit/trunk/patchfile.preconf (rev 0) +++ csw/mgar/pkg/gedit/trunk/patchfile.preconf 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,14 @@ +--- tests/document-saver.c.orig 2010-06-26 23:08:00.628354438 +0200 ++++ tests/document-saver.c 2010-06-26 23:10:15.048708870 +0200 +@@ -27,6 +27,11 @@ + #include + #include + ++/* linux/bsd has it. others such as Solaris, do not */ ++#ifndef ACCESSPERMS ++#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ++#endif ++ + #define DEFAULT_LOCAL_URI "/tmp/gedit-document-saver-test.txt" + #define DEFAULT_REMOTE_URI "sftp://localhost/tmp/gedit-document-saver-test.txt" + #define DEFAULT_CONTENT "hello world!" Added: csw/mgar/pkg/gedit/trunk/pkginfo =================================================================== --- csw/mgar/pkg/gedit/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/gedit/trunk/pkginfo 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,8 @@ +PKG=CSWgedit +NAME=gedit - The official GNOME text editor +VERSION=2.30.3,REV=2010.06.26 +CATEGORY=application +VENDOR=http://www.gnome.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gedit/trunk Added: csw/mgar/pkg/gedit/trunk/prototype =================================================================== --- csw/mgar/pkg/gedit/trunk/prototype (rev 0) +++ csw/mgar/pkg/gedit/trunk/prototype 2010-06-28 03:38:10 UTC (rev 10355) @@ -0,0 +1,698 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/gedit-2.20 0755 root bin +d none /opt/csw/include/gedit-2.20/gedit 0755 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-status-combo-box.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-progress-message-area.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-message-type.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-file-chooser-dialog.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-encodings.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-encodings-combo-box.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-window.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-app.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-debug.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-prefs-manager-app.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-view.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-commands.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-message-bus.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-plugin.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-document.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-panel.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-tab.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-notebook.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-utils.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-message.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-help.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-prefs-manager.h 0644 root bin +f none /opt/csw/include/gedit-2.20/gedit/gedit-statusbar.h 0644 root bin +d none /opt/csw/etc 0755 root bin +d none /opt/csw/etc/gconf 0755 root bin +d none /opt/csw/etc/gconf/schemas 0755 root bin +f none /opt/csw/etc/gconf/schemas/gedit.schemas 0644 root bin +f none /opt/csw/etc/gconf/schemas/gedit-file-browser.schemas 0644 root bin +d none /opt/csw/bin 0755 root bin +s none /opt/csw/bin/gnome-text-editor=gedit +f none /opt/csw/bin/gedit 0755 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gtk-doc/html/gedit 0755 root bin +f none /opt/csw/share/gtk-doc/html/gedit/COPYING=COPYING 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-encodings-option-menu.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-statusbar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-document.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/ch01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-tab.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-GeditPrintJob.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-app.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-GeditMessageType.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-progress-message-area.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-file-chooser-dialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/GeditPlugin.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-prefs-manager-app.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-print-job-preview.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-panel.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-encodings.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-notebook.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-convert.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-help.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-view.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-utils.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-debug.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/GeditMessage.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/GeditMessageBus.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-window.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-metadata-manager.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/gedit/gedit-gedit-prefs-manager.html 0644 root bin +d none /opt/csw/share/applications 0755 root bin +f none /opt/csw/share/applications/gedit.desktop 0644 root bin +d none /opt/csw/share/omf 0755 root bin +d none /opt/csw/share/omf/gedit 0755 root bin +f none /opt/csw/share/omf/gedit/gedit-uk.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-ru.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-ja.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-de.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-ko.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-fi.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-el.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-fr.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-bg.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-pt_BR.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-ca.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-cs.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-th.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-zh_CN.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-it.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-sv.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-zh_HK.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-hu.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-es.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-zh_TW.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-da.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-ar.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-oc.omf 0644 root bin +f none /opt/csw/share/omf/gedit/gedit-C.omf 0644 root bin +d none /opt/csw/share/gnome 0755 root bin +d none /opt/csw/share/gnome/help 0755 root bin +d none /opt/csw/share/gnome/help/gedit 0755 root bin +d none /opt/csw/share/gnome/help/gedit/it 0755 root bin +f none /opt/csw/share/gnome/help/gedit/it/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/it/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/it/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/it/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/it/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/it/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/it/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +f none /opt/csw/share/gnome/help/gedit/it/figures/gedit_window.png 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ca 0755 root bin +f none /opt/csw/share/gnome/help/gedit/ca/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/ca/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ca/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/ca/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/ca/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +f none /opt/csw/share/gnome/help/gedit/ca/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/ca/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/ca/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/ca/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +d none /opt/csw/share/gnome/help/gedit/da 0755 root bin +d none /opt/csw/share/gnome/help/gedit/da/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/da/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/da/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/da/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/da/figures/gedit_window.png=../../C/figures/gedit_window.png +s none /opt/csw/share/gnome/help/gedit/da/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/da/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/da/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/da/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/pt_BR 0755 root bin +d none /opt/csw/share/gnome/help/gedit/pt_BR/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/pt_BR/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/pt_BR/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/pt_BR/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/pt_BR/figures/gedit_window.png=../../C/figures/gedit_window.png +s none /opt/csw/share/gnome/help/gedit/pt_BR/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/pt_BR/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +f none /opt/csw/share/gnome/help/gedit/pt_BR/gedit.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/pt_BR/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/oc 0755 root bin +d none /opt/csw/share/gnome/help/gedit/oc/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/oc/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/oc/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/oc/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/oc/figures/gedit_window.png=../../C/figures/gedit_window.png +f none /opt/csw/share/gnome/help/gedit/oc/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/oc/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/th 0755 root bin +f none /opt/csw/share/gnome/help/gedit/th/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/th/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/th/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/th/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/th/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/th/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/th/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/th/figures/gedit_window.png=../../C/figures/gedit_window.png +s none /opt/csw/share/gnome/help/gedit/th/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +d none /opt/csw/share/gnome/help/gedit/el 0755 root bin +f none /opt/csw/share/gnome/help/gedit/el/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/el/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/el/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/el/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/el/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/el/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/el/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/el/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/el/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +d none /opt/csw/share/gnome/help/gedit/uk 0755 root bin +f none /opt/csw/share/gnome/help/gedit/uk/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/uk/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/uk/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/uk/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/uk/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/uk/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/uk/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/uk/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/uk/figures/gedit_window.png 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ja 0755 root bin +f none /opt/csw/share/gnome/help/gedit/ja/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ja/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +f none /opt/csw/share/gnome/help/gedit/ja/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/ja/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/ja/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/ja/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/ja/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +f none /opt/csw/share/gnome/help/gedit/ja/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/de 0755 root bin +f none /opt/csw/share/gnome/help/gedit/de/gedit.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/de/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/de/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/de/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/de/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/de/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/de/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +f none /opt/csw/share/gnome/help/gedit/de/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/de/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +d none /opt/csw/share/gnome/help/gedit/ru 0755 root bin +f none /opt/csw/share/gnome/help/gedit/ru/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/ru/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ru/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/ru/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/ru/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/ru/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/ru/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/ru/figures/gedit_window.png=../../C/figures/gedit_window.png +s none /opt/csw/share/gnome/help/gedit/ru/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +d none /opt/csw/share/gnome/help/gedit/ko 0755 root bin +d none /opt/csw/share/gnome/help/gedit/ko/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/ko/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +f none /opt/csw/share/gnome/help/gedit/ko/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/ko/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/ko/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +f none /opt/csw/share/gnome/help/gedit/ko/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/ko/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/sv 0755 root bin +f none /opt/csw/share/gnome/help/gedit/sv/gedit.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/sv/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/sv/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/sv/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/sv/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/sv/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +f none /opt/csw/share/gnome/help/gedit/sv/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/sv/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/sv/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +d none /opt/csw/share/gnome/help/gedit/fi 0755 root bin +d none /opt/csw/share/gnome/help/gedit/fi/figures 0755 root bin +f none /opt/csw/share/gnome/help/gedit/fi/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/fi/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/fi/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/fi/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/fi/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/fi/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +f none /opt/csw/share/gnome/help/gedit/fi/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/fi/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/zh_TW 0755 root bin +d none /opt/csw/share/gnome/help/gedit/zh_TW/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/zh_TW/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/zh_TW/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +f none /opt/csw/share/gnome/help/gedit/zh_TW/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/zh_TW/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/zh_TW/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/zh_TW/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/zh_TW/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/zh_HK 0755 root bin +d none /opt/csw/share/gnome/help/gedit/zh_HK/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/zh_HK/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/zh_HK/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/zh_HK/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/zh_HK/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/zh_HK/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/zh_HK/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +f none /opt/csw/share/gnome/help/gedit/zh_HK/gedit.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/zh_HK/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ar 0755 root bin +f none /opt/csw/share/gnome/help/gedit/ar/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/ar/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/ar/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/ar/figures/gedit_window.png=../../C/figures/gedit_window.png +s none /opt/csw/share/gnome/help/gedit/ar/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/ar/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/ar/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/ar/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/ar/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +d none /opt/csw/share/gnome/help/gedit/cs 0755 root bin +d none /opt/csw/share/gnome/help/gedit/cs/figures 0755 root bin +f none /opt/csw/share/gnome/help/gedit/cs/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/cs/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/cs/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/cs/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/cs/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/cs/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/cs/gedit.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/cs/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/zh_CN 0755 root bin +f none /opt/csw/share/gnome/help/gedit/zh_CN/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/zh_CN/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/zh_CN/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/zh_CN/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/zh_CN/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/zh_CN/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/zh_CN/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +f none /opt/csw/share/gnome/help/gedit/zh_CN/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/zh_CN/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +d none /opt/csw/share/gnome/help/gedit/fr 0755 root bin +f none /opt/csw/share/gnome/help/gedit/fr/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/fr/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/fr/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/fr/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +f none /opt/csw/share/gnome/help/gedit/fr/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/fr/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +f none /opt/csw/share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/fr/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/fr/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/bg 0755 root bin +d none /opt/csw/share/gnome/help/gedit/bg/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/bg/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +f none /opt/csw/share/gnome/help/gedit/bg/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/bg/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/bg/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/bg/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/bg/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +f none /opt/csw/share/gnome/help/gedit/bg/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/bg/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/hu 0755 root bin +f none /opt/csw/share/gnome/help/gedit/hu/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/hu/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/hu/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +s none /opt/csw/share/gnome/help/gedit/hu/figures/gedit_window.png=../../C/figures/gedit_window.png +s none /opt/csw/share/gnome/help/gedit/hu/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/hu/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +s none /opt/csw/share/gnome/help/gedit/hu/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +d none /opt/csw/share/gnome/help/gedit/C 0755 root bin +f none /opt/csw/share/gnome/help/gedit/C/legal.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/C/gedit.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/C/figures 0755 root bin +f none /opt/csw/share/gnome/help/gedit/C/figures/gedit_window.png 0644 root bin +f none /opt/csw/share/gnome/help/gedit/C/figures/gedit_format_italic.png 0644 root bin +f none /opt/csw/share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png 0644 root bin +f none /opt/csw/share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png 0644 root bin +f none /opt/csw/share/gnome/help/gedit/C/figures/gedit_format_underline.png 0644 root bin +f none /opt/csw/share/gnome/help/gedit/C/figures/gedit_format_bold.png 0644 root bin +d none /opt/csw/share/gnome/help/gedit/es 0755 root bin +f none /opt/csw/share/gnome/help/gedit/es/gedit.xml 0644 root bin +f none /opt/csw/share/gnome/help/gedit/es/legal.xml 0644 root bin +d none /opt/csw/share/gnome/help/gedit/es/figures 0755 root bin +s none /opt/csw/share/gnome/help/gedit/es/figures/gedit_format_strikethrough.png=../../C/figures/gedit_format_strikethrough.png +s none /opt/csw/share/gnome/help/gedit/es/figures/gedit_format_italic.png=../../C/figures/gedit_format_italic.png +s none /opt/csw/share/gnome/help/gedit/es/figures/gedit_format_underline.png=../../C/figures/gedit_format_underline.png +s none /opt/csw/share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png=../../C/figures/gedit_recent_files_menu_icon.png +f none /opt/csw/share/gnome/help/gedit/es/figures/gedit_window.png 0644 root bin +s none /opt/csw/share/gnome/help/gedit/es/figures/gedit_format_bold.png=../../C/figures/gedit_format_bold.png +d none /opt/csw/share/gedit-2 0755 root bin +d none /opt/csw/share/gedit-2/ui 0755 root bin +f none /opt/csw/share/gedit-2/ui/gedit-preferences-dialog.ui 0644 root bin +f none /opt/csw/share/gedit-2/ui/gedit-ui.xml 0644 root bin +f none /opt/csw/share/gedit-2/ui/gedit-search-dialog.ui 0644 root bin +f none /opt/csw/share/gedit-2/ui/gedit-print-preferences.ui 0644 root bin +f none /opt/csw/share/gedit-2/ui/gedit-encodings-dialog.ui 0644 root bin +d none /opt/csw/share/gedit-2/plugins 0755 root bin +d none /opt/csw/share/gedit-2/plugins/time 0755 root bin +f none /opt/csw/share/gedit-2/plugins/time/gedit-time-dialog.ui 0644 root bin +f none /opt/csw/share/gedit-2/plugins/time/gedit-time-setup-dialog.ui 0644 root bin +d none /opt/csw/share/gedit-2/plugins/sort 0755 root bin +f none /opt/csw/share/gedit-2/plugins/sort/sort.ui 0644 root bin +d none /opt/csw/share/gedit-2/plugins/docinfo 0755 root bin +f none /opt/csw/share/gedit-2/plugins/docinfo/docinfo.ui 0644 root bin +d none /opt/csw/share/gedit-2/plugins/taglist 0755 root bin +f none /opt/csw/share/gedit-2/plugins/taglist/HTML.tags.gz 0644 root bin +f none /opt/csw/share/gedit-2/plugins/taglist/Latex.tags.gz 0644 root bin +f none /opt/csw/share/gedit-2/plugins/taglist/XUL.tags.gz 0644 root bin +f none /opt/csw/share/gedit-2/plugins/taglist/XSLT.tags.gz 0644 root bin +d none /opt/csw/share/gedit-2/plugins/spell 0755 root bin +f none /opt/csw/share/gedit-2/plugins/spell/spell-checker.ui 0644 root bin +f none /opt/csw/share/gedit-2/plugins/spell/languages-dialog.ui 0644 root bin +d none /opt/csw/share/gedit-2/plugins/filebrowser 0755 root bin +f none /opt/csw/share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml 0644 root bin +d none /opt/csw/share/gedit-2/plugins/changecase 0755 root bin +d none /opt/csw/share/gedit-2/plugins/modelines 0755 root bin +f none /opt/csw/share/gedit-2/plugins/modelines/language-mappings 0644 root bin +d none /opt/csw/share/gedit-2/icons 0755 root bin +f none /opt/csw/share/gedit-2/icons/gedit-plugin.png 0644 root bin +d none /opt/csw/share/gedit-2/logo 0755 root bin +f none /opt/csw/share/gedit-2/logo/gedit-logo.png 0644 root bin +d none /opt/csw/share/locale 0755 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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/br 0755 root bin +d none /opt/csw/share/locale/br/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/az 0755 root bin +d none /opt/csw/share/locale/az/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/hy 0755 root bin +d none /opt/csw/share/locale/hy/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hy/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/te 0755 root bin +d none /opt/csw/share/locale/te/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gedit.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/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/id 0755 root bin +d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gedit.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/gedit.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/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gedit.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/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ps 0755 root bin +d none /opt/csw/share/locale/ps/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/la 0755 root bin +d none /opt/csw/share/locale/la/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/la/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/be 0755 root bin +d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/gedit.mo 0644 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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/as 0755 root bin +d none /opt/csw/share/locale/as/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/sk 0755 root bin +d none /opt/csw/share/locale/sk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/be at latin 0755 root bin +d none /opt/csw/share/locale/be at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/nds 0755 root bin +d none /opt/csw/share/locale/nds/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nds/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/is 0755 root bin +d none /opt/csw/share/locale/is/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/gedit.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/gedit.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/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/tk 0755 root bin +d none /opt/csw/share/locale/tk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tk/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ku 0755 root bin +d none /opt/csw/share/locale/ku/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/crh 0755 root bin +d none /opt/csw/share/locale/crh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/crh/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/eo 0755 root bin +d none /opt/csw/share/locale/eo/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/wa 0755 root bin +d none /opt/csw/share/locale/wa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gedit.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/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ne 0755 root bin +d none /opt/csw/share/locale/ne/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/en_CA 0755 root bin +d none /opt/csw/share/locale/en_CA/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/en at shaw 0755 root bin +d none /opt/csw/share/locale/en at shaw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en at shaw/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/mg 0755 root bin +d none /opt/csw/share/locale/mg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mg/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ms 0755 root bin +d none /opt/csw/share/locale/ms/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ast 0755 root bin +d none /opt/csw/share/locale/ast/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/bs 0755 root bin +d none /opt/csw/share/locale/bs/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/hr 0755 root bin +d none /opt/csw/share/locale/hr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/mn 0755 root bin +d none /opt/csw/share/locale/mn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/mi 0755 root bin +d none /opt/csw/share/locale/mi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mi/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/xh 0755 root bin +d none /opt/csw/share/locale/xh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/bn_IN 0755 root bin +d none /opt/csw/share/locale/bn_IN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/rw 0755 root bin +d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/bn 0755 root bin +d none /opt/csw/share/locale/bn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/fa 0755 root bin +d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/gedit.mo 0644 root bin +d none /opt/csw/share/locale/af 0755 root bin +d none /opt/csw/share/locale/af/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/locale/mai 0755 root bin +d none /opt/csw/share/locale/mai/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/gedit.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/gedit.mo 0644 root bin +d none /opt/csw/share/man 0755 root bin +d none /opt/csw/share/man/man1 0755 root bin +f none /opt/csw/share/man/man1/gedit.1 0644 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gedit-2.20.pc 0644 root bin +d none /opt/csw/lib/gedit-2 0755 root bin +d none /opt/csw/lib/gedit-2/plugin-loaders 0755 root bin +f none /opt/csw/lib/gedit-2/plugin-loaders/libcloader.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugin-loaders/libcloader.la 0755 root bin +d none /opt/csw/lib/gedit-2/plugins 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libtaglist.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/modelines.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/libchangecase.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libspell.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libdocinfo.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libsort.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/docinfo.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/libsort.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libdocinfo.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/changecase.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/libspell.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libtaglist.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libchangecase.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libmodelines.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libfilebrowser.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/time.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/libtime.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/filebrowser.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/sort.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/taglist.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/libtime.so 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/libfilebrowser.la 0755 root bin +f none /opt/csw/lib/gedit-2/plugins/spell.gedit-plugin 0644 root bin +f none /opt/csw/lib/gedit-2/plugins/libmodelines.la 0755 root bin +d none /opt/csw/libexec 0755 root bin +d none /opt/csw/libexec/gedit-2 0755 root bin +f none /opt/csw/libexec/gedit-2/gedit-bugreport.sh 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:40:58 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:40:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10356] csw/mgar/pkg/libgnomeui Message-ID: Revision: 10356 http://gar.svn.sourceforge.net/gar/?rev=10356&view=rev Author: theferret Date: 2010-06-28 03:40:57 +0000 (Mon, 28 Jun 2010) Log Message: ----------- libgnomeui: new Added Paths: ----------- csw/mgar/pkg/libgnomeui/branch-c/ csw/mgar/pkg/libgnomeui/branch-c/Makefile csw/mgar/pkg/libgnomeui/branch-c/copyright csw/mgar/pkg/libgnomeui/branch-c/depend csw/mgar/pkg/libgnomeui/branch-c/pkginfo csw/mgar/pkg/libgnomeui/branch-c/prototype Property changes on: csw/mgar/pkg/libgnomeui/branch-c ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/libgnomeui/branch-c/Makefile =================================================================== --- csw/mgar/pkg/libgnomeui/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/libgnomeui/branch-c/Makefile 2010-06-28 03:40:57 UTC (rev 10356) @@ -0,0 +1,169 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= libgnomeui-2.24.3.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.24 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure LIBS=-lm --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 prototype + @echo Dont forget to add a COPYING line !! Added: csw/mgar/pkg/libgnomeui/branch-c/copyright =================================================================== --- csw/mgar/pkg/libgnomeui/branch-c/copyright (rev 0) +++ csw/mgar/pkg/libgnomeui/branch-c/copyright 2010-06-28 03:40:57 UTC (rev 10356) @@ -0,0 +1,2 @@ +Please see /opt/csw/share/gtk-doc/html/libgnomeui/COPYING for full +text of license (LGPL v2) Added: csw/mgar/pkg/libgnomeui/branch-c/depend =================================================================== --- csw/mgar/pkg/libgnomeui/branch-c/depend (rev 0) +++ csw/mgar/pkg/libgnomeui/branch-c/depend 2010-06-28 03:40:57 UTC (rev 10356) @@ -0,0 +1,23 @@ +P CSWbonobo2 +P CSWdbusglib +P CSWfconfig +P CSWftype2 +P CSWgconf2 +P CSWggettextrt +P CSWglib2 +P CSWgnomekeyring +P CSWgnomevfs2 +P CSWgtk2 +P CSWlibart +P CSWlibatk +P CSWlibbonoboui +P CSWlibcairo +P CSWlibdbus +P CSWlibglade2 +P CSWlibgnome +P CSWlibgnomecanvas +P CSWlibpopt +P CSWlibxml2 +P CSWorbit2 +P CSWosslrt +P CSWpango Added: csw/mgar/pkg/libgnomeui/branch-c/pkginfo =================================================================== --- csw/mgar/pkg/libgnomeui/branch-c/pkginfo (rev 0) +++ csw/mgar/pkg/libgnomeui/branch-c/pkginfo 2010-06-28 03:40:57 UTC (rev 10356) @@ -0,0 +1,8 @@ +PKG=CSWlibgnomeui +NAME=libgnomeui - The main GNOME 2 UI library +VERSION=2.24.3,REV=2010.06.26 +CATEGORY=application +VENDOR=http://www.gnome.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libgnomeui/branch-c Added: csw/mgar/pkg/libgnomeui/branch-c/prototype =================================================================== --- csw/mgar/pkg/libgnomeui/branch-c/prototype (rev 0) +++ csw/mgar/pkg/libgnomeui/branch-c/prototype 2010-06-28 03:40:57 UTC (rev 10356) @@ -0,0 +1,485 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/lib 0755 root bin +f none /opt/csw/lib/libgnomeui-2.so.0.2400.3 0755 root bin +s none /opt/csw/lib/libgnomeui-2.so.0=libgnomeui-2.so.0.2400.3 +d none /opt/csw/lib/libglade 0755 root bin +d none /opt/csw/lib/libglade/2.0 0755 root bin +f none /opt/csw/lib/libglade/2.0/libgnome.so 0755 root bin +f none /opt/csw/lib/libglade/2.0/libgnome.la 0755 root bin +s none /opt/csw/lib/libgnomeui-2.so=libgnomeui-2.so.0.2400.3 +f none /opt/csw/lib/libgnomeui-2.la 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/libgnomeui-2.0.pc 0644 root bin +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/libgnomeui-2.0 0755 root bin +f none /opt/csw/include/libgnomeui-2.0/gnome.h 0644 root bin +d none /opt/csw/include/libgnomeui-2.0/libgnomeui 0755 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-druid-page.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-font-picker.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-druid-page-standard.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-icon-item.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-ui-init.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-popup-menu.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-authentication-manager.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-entry.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-mdi-child.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-uidefs.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-mdi-generic-child.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-dateedit.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-pixmap-entry.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-icon-lookup.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-color-picker.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-client.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-help.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-href.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-mdi-session.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-file-entry.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-about.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-icon-sel.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-password-dialog.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-theme-parser.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-pixmap.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-propertybox.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/libgnomeui.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-dialog-util.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-scores.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-stock-icons.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-messagebox.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-types.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-window.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-icon-list.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-vfs-util.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-thumbnail.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-druid.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-url.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-icon-theme.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-appbar.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-ice.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-icon-entry.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-dialog.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-druid-page-edge.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-app.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-mdi.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnome-app-util.h 0644 root bin +f none /opt/csw/include/libgnomeui-2.0/libgnomeui/gnometypebuiltins.h 0644 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/pixmaps 0755 root bin +f none /opt/csw/share/pixmaps/gnome-about-logo.png 0644 root bin +d none /opt/csw/share/locale 0755 root bin +d none /opt/csw/share/locale/rw 0755 root bin +d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mi 0755 root bin +d none /opt/csw/share/locale/mi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mi/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/xh 0755 root bin +d none /opt/csw/share/locale/xh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/af 0755 root bin +d none /opt/csw/share/locale/af/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/fa 0755 root bin +d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bn 0755 root bin +d none /opt/csw/share/locale/bn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/tt 0755 root bin +d none /opt/csw/share/locale/tt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tt/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sr at ije 0755 root bin +d none /opt/csw/share/locale/sr at ije/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at ije/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mn 0755 root bin +d none /opt/csw/share/locale/mn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/en_CA 0755 root bin +d none /opt/csw/share/locale/en_CA/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bn_IN 0755 root bin +d none /opt/csw/share/locale/bn_IN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nds 0755 root bin +d none /opt/csw/share/locale/nds/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nds/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/uz at cyrillic 0755 root bin +d none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/uz at cyrillic/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hr 0755 root bin +d none /opt/csw/share/locale/hr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bs 0755 root bin +d none /opt/csw/share/locale/bs/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/li 0755 root bin +d none /opt/csw/share/locale/li/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/li/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/wa 0755 root bin +d none /opt/csw/share/locale/wa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mg 0755 root bin +d none /opt/csw/share/locale/mg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mg/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ms 0755 root bin +d none /opt/csw/share/locale/ms/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ne 0755 root bin +d none /opt/csw/share/locale/ne/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/crh 0755 root bin +d none /opt/csw/share/locale/crh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/crh/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ku 0755 root bin +d none /opt/csw/share/locale/ku/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/eo 0755 root bin +d none /opt/csw/share/locale/eo/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/tk 0755 root bin +d none /opt/csw/share/locale/tk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sk 0755 root bin +d none /opt/csw/share/locale/sk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/as 0755 root bin +d none /opt/csw/share/locale/as/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ast 0755 root bin +d none /opt/csw/share/locale/ast/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/be 0755 root bin +d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/la 0755 root bin +d none /opt/csw/share/locale/la/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/la/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/is 0755 root bin +d none /opt/csw/share/locale/is/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nso 0755 root bin +d none /opt/csw/share/locale/nso/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nso/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/be at latin 0755 root bin +d none /opt/csw/share/locale/be at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ps 0755 root bin +d none /opt/csw/share/locale/ps/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/te 0755 root bin +d none /opt/csw/share/locale/te/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hy 0755 root bin +d none /opt/csw/share/locale/hy/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hy/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/az 0755 root bin +d none /opt/csw/share/locale/az/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zu 0755 root bin +d none /opt/csw/share/locale/zu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zu/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/br 0755 root bin +d none /opt/csw/share/locale/br/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/yi 0755 root bin +d none /opt/csw/share/locale/yi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/en at shaw 0755 root bin +d none /opt/csw/share/locale/en at shaw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en at shaw/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/id 0755 root bin +d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mai 0755 root bin +d none /opt/csw/share/locale/mai/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/libgnomeui-2.0.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/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/fur 0755 root bin +d none /opt/csw/share/locale/fur/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fur/LC_MESSAGES/libgnomeui-2.0.mo 0644 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gtk-doc/html/libgnomeui 0755 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/COPYING=COPYING 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeDruidPageStandard.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeIce.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeThumbnail.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeFontPicker.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomePixmapEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix08.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeMDI.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/miscellaneous.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_attach.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_menu_about.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeDialog.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix10.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeIconTheme.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_menu_blank.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeAuthentication.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-app-util.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_midi.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeScores.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeAppBar.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_book_red.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-stock-icons.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_trash.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomePropertyBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_timer.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mail_receive.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix04.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mail_forward.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-ui-init.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeClient.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeDruidPageEdge.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mail.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeMultiScreen.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix05.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/druids.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_line_in.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeIconSelection.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnometypebuiltins.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/initialization.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-uidefs.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-window-icon.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeMessageBox.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-mdi-session.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_book_green.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/fixme.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_multiple_file.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix09.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeColorPicker.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeMDIGenericChild.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mail_compose.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-vfs-util.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-popup-menu.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-types.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-app-helper.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix07.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_trash_full.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix03.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-objects.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-dialog-util.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeDruid.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_book_open.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/application-mgmt.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mic.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeThemeFile.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeIconLookup.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_scores.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mail_reply.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_not.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomePixmap.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeDateEdit.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeIconEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_text_bulleted_list.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeApp.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_table_fill.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_text_indent.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_book_yellow.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeIconTextItem.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_text_unindent.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_book_blue.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/pt01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeMDIChild.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeHRef.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-GnomePassword.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/deprecated.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_text_numbered_list.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-window.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix06.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_timer_stopped.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_mail_send.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeAbout.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/ix02.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeDruidPage.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeIconList.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/GnomeFileEntry.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_table_borders.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libgnomeui/stock_volume.png 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:43:41 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:43:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[10357] csw/mgar/pkg/libgnome Message-ID: Revision: 10357 http://gar.svn.sourceforge.net/gar/?rev=10357&view=rev Author: theferret Date: 2010-06-28 03:43:41 +0000 (Mon, 28 Jun 2010) Log Message: ----------- libgnome: new Added Paths: ----------- csw/mgar/pkg/libgnome/branch-c/ csw/mgar/pkg/libgnome/branch-c/Makefile csw/mgar/pkg/libgnome/branch-c/copyright csw/mgar/pkg/libgnome/branch-c/depend csw/mgar/pkg/libgnome/branch-c/pkginfo csw/mgar/pkg/libgnome/branch-c/prototype Added: csw/mgar/pkg/libgnome/branch-c/Makefile =================================================================== --- csw/mgar/pkg/libgnome/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/libgnome/branch-c/Makefile 2010-06-28 03:43:41 UTC (rev 10357) @@ -0,0 +1,165 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= libgnome-2.30.0.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.30 + + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO3 +CXXFLAGS_COMMON ?= -mt -norunpath -xO3 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10358 http://gar.svn.sourceforge.net/gar/?rev=10358&view=rev Author: theferret Date: 2010-06-28 03:47:12 +0000 (Mon, 28 Jun 2010) Log Message: ----------- libbonobo2: updates to branch Modified Paths: -------------- csw/mgar/pkg/libbonobo2/branch-c/pkginfo csw/mgar/pkg/libbonobo2/branch-c/prototype Modified: csw/mgar/pkg/libbonobo2/branch-c/pkginfo =================================================================== --- csw/mgar/pkg/libbonobo2/branch-c/pkginfo 2010-06-28 03:43:41 UTC (rev 10357) +++ csw/mgar/pkg/libbonobo2/branch-c/pkginfo 2010-06-28 03:47:12 UTC (rev 10358) @@ -2,7 +2,7 @@ NAME=libbonobo2 - GNOME component and compound document system VERSION=2.24.3,REV=2010.06.25 CATEGORY=application -VENDOR=http://www.opencsw.org/ packaged for CSW by Philip Brown +VENDOR=http://www.gnome.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil at opencsw.org OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libbonobo2/branch-c Modified: csw/mgar/pkg/libbonobo2/branch-c/prototype =================================================================== --- csw/mgar/pkg/libbonobo2/branch-c/prototype 2010-06-28 03:43:41 UTC (rev 10357) +++ csw/mgar/pkg/libbonobo2/branch-c/prototype 2010-06-28 03:47:12 UTC (rev 10358) @@ -57,7 +57,6 @@ f none /opt/csw/include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h 0644 root bin d none /opt/csw/lib 0755 root bin s none /opt/csw/lib/libbonobo-2.so.0=libbonobo-2.so.0.0.0 -f none /opt/csw/lib/libbonobo-activation.la 0755 root bin d none /opt/csw/lib/orbit-2.0 0755 root bin f none /opt/csw/lib/orbit-2.0/Bonobo_module.so 0755 root bin f none /opt/csw/lib/orbit-2.0/Bonobo_module.la 0755 root bin @@ -73,7 +72,6 @@ d none /opt/csw/lib/bonobo/monikers 0755 root bin f none /opt/csw/lib/bonobo/monikers/libmoniker_std_2.la 0755 root bin f none /opt/csw/lib/bonobo/monikers/libmoniker_std_2.so 0755 root bin -f none /opt/csw/lib/libbonobo-2.la 0755 root bin d none /opt/csw/lib/bonobo-2.0 0755 root bin d none /opt/csw/lib/bonobo-2.0/samples 0755 root bin f none /opt/csw/lib/bonobo-2.0/samples/bonobo-echo-2 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:48:25 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:48:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10359] csw/mgar/pkg/libbonoboui Message-ID: Revision: 10359 http://gar.svn.sourceforge.net/gar/?rev=10359&view=rev Author: theferret Date: 2010-06-28 03:48:25 +0000 (Mon, 28 Jun 2010) Log Message: ----------- libbonoboui: branch update Added Paths: ----------- csw/mgar/pkg/libbonoboui/branch-c/ csw/mgar/pkg/libbonoboui/branch-c/Makefile csw/mgar/pkg/libbonoboui/branch-c/copyright csw/mgar/pkg/libbonoboui/branch-c/depend csw/mgar/pkg/libbonoboui/branch-c/pkginfo csw/mgar/pkg/libbonoboui/branch-c/prototype Property changes on: csw/mgar/pkg/libbonoboui/branch-c ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/libbonoboui/branch-c/Makefile =================================================================== --- csw/mgar/pkg/libbonoboui/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/libbonoboui/branch-c/Makefile 2010-06-28 03:48:25 UTC (rev 10359) @@ -0,0 +1,169 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= libbonoboui-2.24.3.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/gnome/sources/libbonoboui/2.24 + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 prototype + @echo Dont forget to add a COPYING line !! Added: csw/mgar/pkg/libbonoboui/branch-c/copyright =================================================================== --- csw/mgar/pkg/libbonoboui/branch-c/copyright (rev 0) +++ csw/mgar/pkg/libbonoboui/branch-c/copyright 2010-06-28 03:48:25 UTC (rev 10359) @@ -0,0 +1,2 @@ +Please see /opt/csw/share/gtk-doc/html/libbonoboui/COPYING for full +license (GPL v2) Added: csw/mgar/pkg/libbonoboui/branch-c/depend =================================================================== --- csw/mgar/pkg/libbonoboui/branch-c/depend (rev 0) +++ csw/mgar/pkg/libbonoboui/branch-c/depend 2010-06-28 03:48:25 UTC (rev 10359) @@ -0,0 +1,21 @@ +P CSWbonobo2 +P CSWdbusglib +P CSWfconfig +P CSWftype2 +P CSWgconf2 +P CSWggettextrt +P CSWglib2 +P CSWgnomevfs2 +P CSWgtk2 +P CSWlibart +P CSWlibatk +P CSWlibcairo +P CSWlibdbus +P CSWlibglade2 +P CSWlibgnome +P CSWlibgnomecanvas +P CSWlibpopt +P CSWlibxml2 +P CSWorbit2 +P CSWosslrt +P CSWpango Added: csw/mgar/pkg/libbonoboui/branch-c/pkginfo =================================================================== --- csw/mgar/pkg/libbonoboui/branch-c/pkginfo (rev 0) +++ csw/mgar/pkg/libbonoboui/branch-c/pkginfo 2010-06-28 03:48:25 UTC (rev 10359) @@ -0,0 +1,8 @@ +PKG=CSWlibbonoboui +NAME=libbonoboui - UI code for the GNOME 2 Object Activation Framework +VERSION=2.24.3,REV=2010.06.26 +CATEGORY=application +VENDOR=http://www.gnome.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libbonoboui/branch-c Added: csw/mgar/pkg/libbonoboui/branch-c/prototype =================================================================== --- csw/mgar/pkg/libbonoboui/branch-c/prototype (rev 0) +++ csw/mgar/pkg/libbonoboui/branch-c/prototype 2010-06-28 03:48:25 UTC (rev 10359) @@ -0,0 +1,380 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/include 0755 root bin +d none /opt/csw/include/libbonoboui-2.0 0755 root bin +d none /opt/csw/include/libbonoboui-2.0/bonobo 0755 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-dock.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-zoomable-frame.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-container.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-control-frame.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-control.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-property-control.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-plug.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-item.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-util.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-config-widget.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-canvas-item.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-type-builtins.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-node.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-main.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-zoomable.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-socket.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-button-item.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-window.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-dock-band.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-dock-item.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-selector-widget.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-file-selector-util.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-widget.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-component.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-selector.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-dock-layout.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-engine.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo/bonobo-ui-sync.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/bonobo.h 0644 root bin +f none /opt/csw/include/libbonoboui-2.0/libbonoboui.h 0644 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/libbonoboui-2.0.pc 0644 root bin +d none /opt/csw/lib/bonobo-2.0 0755 root bin +d none /opt/csw/lib/bonobo-2.0/samples 0755 root bin +f none /opt/csw/lib/bonobo-2.0/samples/bonobo-sample-controls-2 0755 root bin +f none /opt/csw/lib/libbonoboui-2.so.0.0.0 0755 root bin +s none /opt/csw/lib/libbonoboui-2.so.0=libbonoboui-2.so.0.0.0 +f none /opt/csw/lib/libbonoboui-2.la 0755 root bin +d none /opt/csw/lib/libglade 0755 root bin +d none /opt/csw/lib/libglade/2.0 0755 root bin +f none /opt/csw/lib/libglade/2.0/libbonobo.so 0755 root bin +f none /opt/csw/lib/libglade/2.0/libbonobo.la 0755 root bin +s none /opt/csw/lib/libbonoboui-2.so=libbonoboui-2.so.0.0.0 +d none /opt/csw/lib/bonobo 0755 root bin +d none /opt/csw/lib/bonobo/servers 0755 root bin +f none /opt/csw/lib/bonobo/servers/Bonobo_Sample_Controls.server 0644 root bin +f none /opt/csw/lib/bonobo/servers/CanvDemo.server 0644 root bin +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/locale 0755 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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ne 0755 root bin +d none /opt/csw/share/locale/ne/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ne/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sr at ije 0755 root bin +d none /opt/csw/share/locale/sr at ije/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at ije/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ms 0755 root bin +d none /opt/csw/share/locale/ms/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ms/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mg 0755 root bin +d none /opt/csw/share/locale/mg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mg/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/wa 0755 root bin +d none /opt/csw/share/locale/wa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/wa/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/li 0755 root bin +d none /opt/csw/share/locale/li/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/li/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bs 0755 root bin +d none /opt/csw/share/locale/bs/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bs/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nso 0755 root bin +d none /opt/csw/share/locale/nso/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nso/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hr 0755 root bin +d none /opt/csw/share/locale/hr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hr/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ast 0755 root bin +d none /opt/csw/share/locale/ast/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ast/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mn 0755 root bin +d none /opt/csw/share/locale/mn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mn/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mai 0755 root bin +d none /opt/csw/share/locale/mai/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bn 0755 root bin +d none /opt/csw/share/locale/bn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/af 0755 root bin +d none /opt/csw/share/locale/af/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/af/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/fa 0755 root bin +d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fa/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/xh 0755 root bin +d none /opt/csw/share/locale/xh/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/xh/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/rw 0755 root bin +d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/rw/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/en_CA 0755 root bin +d none /opt/csw/share/locale/en_CA/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en_CA/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/id 0755 root bin +d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/id/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/br 0755 root bin +d none /opt/csw/share/locale/br/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/br/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/yi 0755 root bin +d none /opt/csw/share/locale/yi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/yi/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zu 0755 root bin +d none /opt/csw/share/locale/zu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zu/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/az 0755 root bin +d none /opt/csw/share/locale/az/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/te 0755 root bin +d none /opt/csw/share/locale/te/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ps 0755 root bin +d none /opt/csw/share/locale/ps/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ps/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/en at shaw 0755 root bin +d none /opt/csw/share/locale/en at shaw/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/en at shaw/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/is 0755 root bin +d none /opt/csw/share/locale/is/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/is/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/be 0755 root bin +d none /opt/csw/share/locale/be/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/as 0755 root bin +d none /opt/csw/share/locale/as/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sk 0755 root bin +d none /opt/csw/share/locale/sk/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sk/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/libbonoboui-2.0.mo 0644 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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/ku 0755 root bin +d none /opt/csw/share/locale/ku/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ku/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/bn_IN 0755 root bin +d none /opt/csw/share/locale/bn_IN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.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/libbonoboui-2.0.mo 0644 root bin +d none /opt/csw/share/gnome-2.0 0755 root bin +d none /opt/csw/share/gnome-2.0/ui 0755 root bin +f none /opt/csw/share/gnome-2.0/ui/Bonobo_Sample_Hello.xml 0644 root bin +f none /opt/csw/share/gnome-2.0/ui/bonobo-browser.xml 0644 root bin +f none /opt/csw/share/gnome-2.0/ui/Bonobo_Sample_Container-ui.xml 0644 root bin +d none /opt/csw/share/applications 0755 root bin +f none /opt/csw/share/applications/bonobo-browser.desktop 0644 root bin +d none /opt/csw/share/gtk-doc 0755 root bin +d none /opt/csw/share/gtk-doc/html 0755 root bin +d none /opt/csw/share/gtk-doc/html/libbonoboui 0755 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/COPYING=COPYING 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/control-frame.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-component.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/ix01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-window.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-engine-config.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-container.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/index.sgml 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-file-selector-util.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/index.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-control-frame.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-control.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-widget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/style.css 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-socket.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-sync.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-selector-widget.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/ch01.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-property-control.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-selector.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/left.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/home.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-plug.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/control.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/bonobo-ui.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/bonobo-support-utilities.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/right.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui.devhelp2 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/bonobo-controls.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-faq.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-a11y.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui.devhelp 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-engine.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-util.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/up.png 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-node.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-wrapper.html 0644 root bin +f none /opt/csw/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-preferences.html 0644 root bin +d none /opt/csw/bin 0755 root bin +f none /opt/csw/bin/bonobo-browser 0755 root bin +f none /opt/csw/bin/test-moniker 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:52:51 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:52:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[10360] csw/mgar/pkg/obconf/trunk/README Message-ID: Revision: 10360 http://gar.svn.sourceforge.net/gar/?rev=10360&view=rev Author: theferret Date: 2010-06-28 03:52:51 +0000 (Mon, 28 Jun 2010) Log Message: ----------- obconf: quick little README Added Paths: ----------- csw/mgar/pkg/obconf/trunk/README Added: csw/mgar/pkg/obconf/trunk/README =================================================================== --- csw/mgar/pkg/obconf/trunk/README (rev 0) +++ csw/mgar/pkg/obconf/trunk/README 2010-06-28 03:52:51 UTC (rev 10360) @@ -0,0 +1,12 @@ +hacks: + +temporarily, we need to run with + +LIBSTARTUPNOTIFICATION_CFLAGS=" " \ + LIBSTARTUPNOTIFICATION_LIBS=-lstartup_notification-1 \ + gmake + +its a temp hack that does not belong in the official Makefile +it should be fixed by our libstartup... package + +June 2010 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:55:46 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:55:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[10361] csw/mgar/pkg/gtksourceview/branch-c/ Message-ID: Revision: 10361 http://gar.svn.sourceforge.net/gar/?rev=10361&view=rev Author: theferret Date: 2010-06-28 03:55:46 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gtksourceview: tweaking props Property Changed: ---------------- csw/mgar/pkg/gtksourceview/branch-c/ Property changes on: csw/mgar/pkg/gtksourceview/branch-c ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:56:33 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:56:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[10362] csw/mgar/pkg/gtksourceview/branch-c/README Message-ID: Revision: 10362 http://gar.svn.sourceforge.net/gar/?rev=10362&view=rev Author: theferret Date: 2010-06-28 03:56:33 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gtksourceview: added readme Added Paths: ----------- csw/mgar/pkg/gtksourceview/branch-c/README Added: csw/mgar/pkg/gtksourceview/branch-c/README =================================================================== --- csw/mgar/pkg/gtksourceview/branch-c/README (rev 0) +++ csw/mgar/pkg/gtksourceview/branch-c/README 2010-06-28 03:56:33 UTC (rev 10362) @@ -0,0 +1,5 @@ +issues: this provides libgtksourceview-2.0.so.0 +not libgtksourceview-1.0.so.0 + +Sooo.. need to "preserve" older shared lib as backwards compat. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 05:59:07 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 03:59:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10363] csw/mgar/pkg/libgnomecanvas Message-ID: Revision: 10363 http://gar.svn.sourceforge.net/gar/?rev=10363&view=rev Author: theferret Date: 2010-06-28 03:59:07 +0000 (Mon, 28 Jun 2010) Log Message: ----------- libgnomecanvas: added branch Added Paths: ----------- csw/mgar/pkg/libgnomecanvas/branch-c/ csw/mgar/pkg/libgnomecanvas/branch-c/Makefile csw/mgar/pkg/libgnomecanvas/branch-c/README csw/mgar/pkg/libgnomecanvas/branch-c/copyright csw/mgar/pkg/libgnomecanvas/branch-c/depend csw/mgar/pkg/libgnomecanvas/branch-c/pkginfo csw/mgar/pkg/libgnomecanvas/branch-c/prototype Property changes on: csw/mgar/pkg/libgnomecanvas/branch-c ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/libgnomecanvas/branch-c/Makefile =================================================================== --- csw/mgar/pkg/libgnomecanvas/branch-c/Makefile (rev 0) +++ csw/mgar/pkg/libgnomecanvas/branch-c/Makefile 2010-06-28 03:59:07 UTC (rev 10363) @@ -0,0 +1,165 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= libgnomecanvas-2.30.1.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.30 + + +ARCH := $(shell /bin/uname -p) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 Revision: 10364 http://gar.svn.sourceforge.net/gar/?rev=10364&view=rev Author: dmichelsen Date: 2010-06-28 12:01:19 +0000 (Mon, 28 Jun 2010) Log Message: ----------- imlib2: Build against SUNW X11 again and fix 64 bit Modified Paths: -------------- csw/mgar/pkg/imlib2/trunk/Makefile csw/mgar/pkg/imlib2/trunk/checksums Modified: csw/mgar/pkg/imlib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/imlib2/trunk/Makefile 2010-06-28 03:59:07 UTC (rev 10363) +++ csw/mgar/pkg/imlib2/trunk/Makefile 2010-06-28 12:01:19 UTC (rev 10364) @@ -1,5 +1,5 @@ GARNAME = imlib2 -GARVERSION = 1.4.3 +GARVERSION = 1.4.4 CATEGORIES = lib DESCRIPTION = Imlib 2 is the successor to Imlib, a powerful graphics library @@ -18,17 +18,15 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 RUNTIME_DEP_PKGS = CSWbzip2 CSWftype2 CSWgiflibrt CSWjpeg CSWlibid3tag -RUNTIME_DEP_PKGS += CSWlibxext CSWpng CSWtiff CSWzlib CSWlibx11 +RUNTIME_DEP_PKGS += CSWpng CSWtiff CSWzlib -EXTRA_INC = $(prefix)/X11/include -EXTRA_LIB = $(prefix)/X11/lib -EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib - BUILD64 = 1 +NOISAEXEC = 1 CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --x-include=$(prefix)/X11/include -CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) TEST_TARGET = check +MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only +MERGE_DIRS_isa-extra = $(libdir) + include gar/category.mk Modified: csw/mgar/pkg/imlib2/trunk/checksums =================================================================== --- csw/mgar/pkg/imlib2/trunk/checksums 2010-06-28 03:59:07 UTC (rev 10363) +++ csw/mgar/pkg/imlib2/trunk/checksums 2010-06-28 12:01:19 UTC (rev 10364) @@ -1 +1 @@ -cdac0d47eca6023e3e2a18584d3f6940 imlib2-1.4.3.tar.bz2 +b6de51879502e857d5b1f7622267a030 imlib2-1.4.4.tar.bz2 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 Jun 28 14:31:37 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 28 Jun 2010 12:31:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10365] csw/mgar/pkg/imlib2/trunk/Makefile Message-ID: Revision: 10365 http://gar.svn.sourceforge.net/gar/?rev=10365&view=rev Author: dmichelsen Date: 2010-06-28 12:31:37 +0000 (Mon, 28 Jun 2010) Log Message: ----------- imlib2: Add overrides Modified Paths: -------------- csw/mgar/pkg/imlib2/trunk/Makefile Modified: csw/mgar/pkg/imlib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/imlib2/trunk/Makefile 2010-06-28 12:01:19 UTC (rev 10364) +++ csw/mgar/pkg/imlib2/trunk/Makefile 2010-06-28 12:31:37 UTC (rev 10365) @@ -29,4 +29,22 @@ MERGE_SCRIPTS_isa-extra = copy-relocated-only copy-config-only MERGE_DIRS_isa-extra = $(libdir) +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/bmp.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/tiff.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/bz2.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/jpeg.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/pnm.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/zlib.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/lbm.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/xpm.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/gif.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libImlib2.so.1.4.4 +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/tga.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/png.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/argb.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/filters/colormod.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/filters/bumpmap.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/filters/testfilter.so +CHECKPKG_OVERRIDES_CSWimlib2 += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/imlib2/loaders/id3.so + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Jun 28 15:14:40 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 28 Jun 2010 13:14:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[10366] csw/mgar/pkg/doxygen/tags/doxygen-1.7.0, REV=2010.06 .19/ Message-ID: Revision: 10366 http://gar.svn.sourceforge.net/gar/?rev=10366&view=rev Author: dmichelsen Date: 2010-06-28 13:14:40 +0000 (Mon, 28 Jun 2010) Log Message: ----------- doxygen: Tag 1.7.0,REV=2010.06.19 Added Paths: ----------- csw/mgar/pkg/doxygen/tags/doxygen-1.7.0,REV=2010.06.19/ 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 Jun 28 15:49:11 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 28 Jun 2010 13:49:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[10367] csw/mgar/pkg/doxygen/trunk Message-ID: Revision: 10367 http://gar.svn.sourceforge.net/gar/?rev=10367&view=rev Author: dmichelsen Date: 2010-06-28 13:49:10 +0000 (Mon, 28 Jun 2010) Log Message: ----------- doxygen: Update to 1.7.1 Modified Paths: -------------- csw/mgar/pkg/doxygen/trunk/Makefile csw/mgar/pkg/doxygen/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch Modified: csw/mgar/pkg/doxygen/trunk/Makefile =================================================================== --- csw/mgar/pkg/doxygen/trunk/Makefile 2010-06-28 13:14:40 UTC (rev 10366) +++ csw/mgar/pkg/doxygen/trunk/Makefile 2010-06-28 13:49:10 UTC (rev 10367) @@ -1,5 +1,5 @@ GARNAME = doxygen -GARVERSION = 1.7.0 +GARVERSION = 1.7.1 CATEGORIES = utils DESCRIPTION = A documentation system for programming languages @@ -11,10 +11,6 @@ MASTER_SITES = http://ftp.stack.nl/pub/users/dimitri/ DISTFILES = $(GARNAME)-$(GARVERSION).src.tar.gz -# This is needed until this is fixed: -# http://bugzilla.gnome.org/show_bug.cgi?id=621653 -PATCHFILES = 0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch - PACKAGES = CSWdoxygen CSWdoxygendoc CATALOGNAME_CSWdoxygen = doxygen Modified: csw/mgar/pkg/doxygen/trunk/checksums =================================================================== --- csw/mgar/pkg/doxygen/trunk/checksums 2010-06-28 13:14:40 UTC (rev 10366) +++ csw/mgar/pkg/doxygen/trunk/checksums 2010-06-28 13:49:10 UTC (rev 10367) @@ -1,2 +1 @@ -bc5cec86a7b209a5157a4a1bd8cc6d80 0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch -5b678b08e96b51eb9b63307a9fac6e96 doxygen-1.7.0.src.tar.gz +13e76e10fb55581a16ee04de35c264f0 doxygen-1.7.1.src.tar.gz Deleted: csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch =================================================================== --- csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch 2010-06-28 13:14:40 UTC (rev 10366) +++ csw/mgar/pkg/doxygen/trunk/files/0001-Work-around-duplicate-definition-of-time-as-in-bug-6.patch 2010-06-28 13:49:10 UTC (rev 10367) @@ -1,40 +0,0 @@ -From 8c163f7a4234e4d2b961f7ea0b553a23016e9bbd Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Sat, 19 Jun 2010 22:29:53 +0200 -Subject: [PATCH] Work around duplicate definition of time as in bug #621653 - ---- - src/portable.cpp | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/portable.cpp b/src/portable.cpp -index ff9b803..3060449 100644 ---- a/src/portable.cpp -+++ b/src/portable.cpp -@@ -27,7 +27,7 @@ extern char **environ; - //#include "doxygen.h" - - static double sysElapsedTime; --static QTime time; -+static QTime qtime; - - int portable_system(const char *command,const char *args,bool commandHasConsole) - { -@@ -378,12 +378,12 @@ int portable_pclose(FILE *stream) - - void portable_sysTimerStart() - { -- time.start(); -+ qtime.start(); - } - - void portable_sysTimerStop() - { -- sysElapsedTime+=((double)time.elapsed())/1000.0; -+ sysElapsedTime+=((double)qtime.elapsed())/1000.0; - } - - double portable_getSysElapsedTime() --- -1.7.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From ggunselm at emporia.edu Mon Jun 28 16:09:03 2010 From: ggunselm at emporia.edu (Glen Gunselman) Date: Mon, 28 Jun 2010 09:09:03 -0500 Subject: [csw-devel] [csw-users] problems with orca after installing hobbit and now rrdtool 1.4.3 In-Reply-To: References: Message-ID: <4C2866AF.CC54.005D.3@emporia.edu> Dago Glen Gunselman Systems Software Specialist TCS Emporia State University, >>> These are most certainly>>> https://www.opencsw.org/mantis/view.php?id=4361>>> and>>> https://www.opencsw.org/mantis/view.php?id=4380>>> >>> I ( https://www.opencsw.org/mantis/view.php?id=4380> ) just assembled a new set of packages yesterday. Please try>>> the rrdtool and assorted packages from>>> http://mirror.opencsw.org/experimental.html#rrdtool>>> and see if the errors persists.>>>>>>>>> Best regards>>>>>> -- Dago I replaced rrdtool using: pkgutil -t http://mirror.opencsw.org/opencsw/experimental/rrdtool -i rrdtool Solving needed dependencies ... Solving dependency order ... Install NEW packages: CSWrrdrt-1.4.3,REV=2010.06.25 Install UPDATED packages: CSWrrd-1.4.3,REV=2010.06.25 CURRENT packages: CSWcommon-1.4.7,REV=2009.09.20 CSWexpat-2.0.1,REV=2009.01.22 CSWfconfig-2.6.0,REV=2009.04.24 CSWftype2-2.3.12,REV=2010.02.26 CSWggettextrt-0.17,REV=2009.02.13 CSWglib2-2.23.5,REV=2010.03.09 CSWiconv-1.13.1,REV=2009.07.31 CSWlibcairo-1.8.10,REV=2010.06.07 CSWlibxft2-2.1.14,REV=2010.06.07 CSWlibxml2-2.7.7,REV=2010.04.10 CSWlibxrender-0.9.5,REV=2010.05.20 CSWpango-1.28.0,REV=2010.06.07 CSWpixman-0.17.10,REV=2010.03.06 CSWpng-1.2.43,REV=2010.02.25 CSWzlib-1.2.4,REV=2010.03.19 Total size: 955.5 KB 2 packages to fetch. Do you want to continue? [Y,n] y ... Installation of was successful. ## clear maintenance state svcadm clear svc:/network/csworca ## check log cat /var/svc/log/network-csworca:default.log [ Jun 28 08:30:20 Leaving maintenance because clear requested. ] [ Jun 28 08:30:20 Enabled. ] [ Jun 28 08:30:20 Executing start method ("/var/opt/csw/svc/method/svc-csworca start") ] [ Jun 28 08:30:20 Method "start" exited with status 0 ] Version string '1.05 ' contains invalid data; ignoring: ' ' at /opt/csw/bin/orca line 66. Can't locate RRDs.pm in @INC (@INC contains: /opt/csw/lib/perl/csw /opt/csw/lib/perl/5.10.1 /opt/csw/share/perl/5.10.1 /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw .) at /opt/csw/bin/orca line 68. BEGIN failed--compilation aborted at /opt/csw/bin/orca line 68. [ Jun 28 08:30:20 Stopping because all processes in service exited. ] [ Jun 28 08:30:20 Executing stop method ("/var/opt/csw/svc/method/svc-csworca stop") ] /var/opt/csw/svc/method/svc-csworca: kill: no such process [ Jun 28 08:30:20 Method "stop" exited with status 0 ] [ Jun 28 08:30:20 Executing start method ("/var/opt/csw/svc/method/svc-csworca start") ] [ Jun 28 08:30:20 Method "start" exited with status 0 ] Version string '1.05 ' contains invalid data; ignoring: ' ' at /opt/csw/bin/orca line 66. Can't locate RRDs.pm in @INC (@INC contains: /opt/csw/lib/perl/csw /opt/csw/lib/perl/5.10.1 /opt/csw/share/perl/5.10.1 /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw .) at /opt/csw/bin/orca line 68. BEGIN failed--compilation aborted at /opt/csw/bin/orca line 68. [ Jun 28 08:30:20 Stopping because all processes in service exited. ] [ Jun 28 08:30:20 Executing stop method ("/var/opt/csw/svc/method/svc-csworca stop") ] /var/opt/csw/svc/method/svc-csworca: kill: no such process [ Jun 28 08:30:20 Method "stop" exited with status 0 ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at opencsw.org Mon Jun 28 16:33:13 2010 From: bonivart at opencsw.org (Peter Bonivart) Date: Mon, 28 Jun 2010 16:33:13 +0200 Subject: [csw-devel] [csw-users] problems with orca after installing hobbit and now rrdtool 1.4.3 In-Reply-To: <4C2866AF.CC54.005D.3@emporia.edu> References: <4C2866AF.CC54.005D.3@emporia.edu> Message-ID: On Mon, Jun 28, 2010 at 4:09 PM, Glen Gunselman wrote: > Can't locate RRDs.pm in @INC (@INC contains: /opt/csw/lib/perl/csw If you take a look at http://mirror.opencsw.org/experimental.html#rrdtool, it looks like Dago split the package into several parts with the Perl stuff being one. Try: # pkgutil -t http://mirror.opencsw.org/opencsw/experimental/rrdtool -i pm_rrd And then try again. -- /peter From dmichelsen at users.sourceforge.net Mon Jun 28 16:59:13 2010 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 28 Jun 2010 14:59:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[10368] csw/mgar/pkg/pcre/trunk Message-ID: Revision: 10368 http://gar.svn.sourceforge.net/gar/?rev=10368&view=rev Author: dmichelsen Date: 2010-06-28 14:59:12 +0000 (Mon, 28 Jun 2010) Log Message: ----------- pcre: Update to 8.10 and fix runtime pathes Modified Paths: -------------- csw/mgar/pkg/pcre/trunk/Makefile csw/mgar/pkg/pcre/trunk/checksums Added Paths: ----------- csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch Modified: csw/mgar/pkg/pcre/trunk/Makefile =================================================================== --- csw/mgar/pkg/pcre/trunk/Makefile 2010-06-28 13:49:10 UTC (rev 10367) +++ csw/mgar/pkg/pcre/trunk/Makefile 2010-06-28 14:59:12 UTC (rev 10368) @@ -1,5 +1,5 @@ GARNAME = pcre -GARVERSION = 8.02 +GARVERSION = 8.10 CATEGORIES = lib DESCRIPTION = Perl-compatible regular expression tools @@ -13,6 +13,8 @@ MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +PATCHFILES = 0001-Allow-norunpath-for-libtool.patch + SPKG_SOURCEURL = http://www.pcre.org BUILD_DEP_PKGS = CSWgnulinks Modified: csw/mgar/pkg/pcre/trunk/checksums =================================================================== --- csw/mgar/pkg/pcre/trunk/checksums 2010-06-28 13:49:10 UTC (rev 10367) +++ csw/mgar/pkg/pcre/trunk/checksums 2010-06-28 14:59:12 UTC (rev 10368) @@ -1 +1,2 @@ -214462e9718e3f9197cba114dc6b00b8 pcre-8.02.tar.gz +6e0b68956c29258407405f6dc4995900 0001-Allow-norunpath-for-libtool.patch +9524f0ff50b9093c02c81f911e41b066 pcre-8.10.tar.gz Added: csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch =================================================================== --- csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch (rev 0) +++ csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch 2010-06-28 14:59:12 UTC (rev 10368) @@ -0,0 +1,25 @@ +From aee3f4961e3d9be5b67fdf9589e7e1dcc22a5564 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Mon, 28 Jun 2010 16:39:45 +0200 +Subject: [PATCH] Allow -norunpath for libtool + +--- + ltmain.sh | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/ltmain.sh b/ltmain.sh +index a72f2fd..6b8bee1 100755 +--- a/ltmain.sh ++++ b/ltmain.sh +@@ -4765,7 +4765,7 @@ func_mode_link () + # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC + # @file GCC response files + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ +- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) ++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-norunpath) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" +-- +1.7.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 18:16:01 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 16:16:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[10369] csw/mgar/pkg/gimp/branch-c Message-ID: Revision: 10369 http://gar.svn.sourceforge.net/gar/?rev=10369&view=rev Author: theferret Date: 2010-06-28 16:16:01 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp/branch-c: twaekie Modified Paths: -------------- csw/mgar/pkg/gimp/branch-c/Makefile csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype csw/mgar/pkg/gimp/branch-c/gimplibs/prototype Modified: csw/mgar/pkg/gimp/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gimp/branch-c/Makefile 2010-06-28 14:59:12 UTC (rev 10368) +++ csw/mgar/pkg/gimp/branch-c/Makefile 2010-06-28 16:16:01 UTC (rev 10369) @@ -171,8 +171,8 @@ stage: stage-$(ARCH)-32 +GIMPLIBS_EXPR='(/opt/csw/lib/lib|/opt/csw/include)' -GIMPLIBS_EXPR='(/opt/csw/lib/libm|/opt/csw/include)' LIBDOC_EXPR='gtk-doc/html/lib' #GIMP_GNOME_EXPR='depend' #GIMP_PYTHON_EXPR='depend' Modified: csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype 2010-06-28 14:59:12 UTC (rev 10368) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype 2010-06-28 16:16:01 UTC (rev 10369) @@ -19,16 +19,6 @@ f none /opt/csw/bin/gimp-console-2.6 0755 root bin f none /opt/csw/bin/gimp-2.6 0755 root bin d none /opt/csw/lib 0755 root bin -s none /opt/csw/lib/libgimpcolor-2.0.so=libgimpcolor-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpui-2.0.so.0=libgimpui-2.0.so.0.600.8 -f none /opt/csw/lib/libgimpwidgets-2.0.so.0.600.8 0755 root bin -f none /opt/csw/lib/libgimpconfig-2.0.la 0755 root bin -s none /opt/csw/lib/libgimpmodule-2.0.so=libgimpmodule-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpmath-2.0.so=libgimpmath-2.0.so.0.600.8 -f none /opt/csw/lib/libgimpbase-2.0.so.0.600.8 0755 root bin -f none /opt/csw/lib/libgimpcolor-2.0.so.0.600.8 0755 root bin -f none /opt/csw/lib/libgimpmodule-2.0.la 0755 root bin -f none /opt/csw/lib/libgimpmath-2.0.la 0755 root bin d none /opt/csw/lib/gimp 0755 root bin d none /opt/csw/lib/gimp/2.0 0755 root bin d none /opt/csw/lib/gimp/2.0/modules 0755 root bin @@ -225,36 +215,10 @@ f none /opt/csw/lib/gimp/2.0/interpreters/default.interp 0644 root bin d none /opt/csw/lib/gimp/2.0/environ 0755 root bin f none /opt/csw/lib/gimp/2.0/environ/default.env 0644 root bin -s none /opt/csw/lib/libgimpconfig-2.0.so=libgimpconfig-2.0.so.0.600.8 d none /opt/csw/lib/pkgconfig 0755 root bin f none /opt/csw/lib/pkgconfig/gimpthumb-2.0.pc 0644 root bin f none /opt/csw/lib/pkgconfig/gimpui-2.0.pc 0644 root bin f none /opt/csw/lib/pkgconfig/gimp-2.0.pc 0644 root bin -s none /opt/csw/lib/libgimpthumb-2.0.so.0=libgimpthumb-2.0.so.0.600.8 -f none /opt/csw/lib/libgimpcolor-2.0.la 0755 root bin -s none /opt/csw/lib/libgimpconfig-2.0.so.0=libgimpconfig-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpbase-2.0.so.0=libgimpbase-2.0.so.0.600.8 -f none /opt/csw/lib/libgimp-2.0.la 0755 root bin -f none /opt/csw/lib/libgimpconfig-2.0.so.0.600.8 0755 root bin -f none /opt/csw/lib/libgimpbase-2.0.la 0755 root bin -f none /opt/csw/lib/libgimpwidgets-2.0.la 0755 root bin -s none /opt/csw/lib/libgimpthumb-2.0.so=libgimpthumb-2.0.so.0.600.8 -s none /opt/csw/lib/libgimp-2.0.so.0=libgimp-2.0.so.0.600.8 -f none /opt/csw/lib/libgimp-2.0.so.0.600.8 0755 root bin -f none /opt/csw/lib/libgimpui-2.0.la 0755 root bin -f none /opt/csw/lib/libgimpui-2.0.so.0.600.8 0755 root bin -f none /opt/csw/lib/libgimpthumb-2.0.so.0.600.8 0755 root bin -s none /opt/csw/lib/libgimpui-2.0.so=libgimpui-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpwidgets-2.0.so.0=libgimpwidgets-2.0.so.0.600.8 -f none /opt/csw/lib/libgimpmath-2.0.so.0.600.8 0755 root bin -s none /opt/csw/lib/libgimpwidgets-2.0.so=libgimpwidgets-2.0.so.0.600.8 -f none /opt/csw/lib/libgimpthumb-2.0.la 0755 root bin -s none /opt/csw/lib/libgimpcolor-2.0.so.0=libgimpcolor-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpmath-2.0.so.0=libgimpmath-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpbase-2.0.so=libgimpbase-2.0.so.0.600.8 -s none /opt/csw/lib/libgimp-2.0.so=libgimp-2.0.so.0.600.8 -s none /opt/csw/lib/libgimpmodule-2.0.so.0=libgimpmodule-2.0.so.0.600.8 -f none /opt/csw/lib/libgimpmodule-2.0.so.0.600.8 0755 root bin d none /opt/csw/share 0755 root bin d none /opt/csw/share/gtk-doc 0755 root bin d none /opt/csw/share/gtk-doc/html 0755 root bin Modified: csw/mgar/pkg/gimp/branch-c/gimplibs/prototype =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimplibs/prototype 2010-06-28 14:59:12 UTC (rev 10368) +++ csw/mgar/pkg/gimp/branch-c/gimplibs/prototype 2010-06-28 16:16:01 UTC (rev 10369) @@ -1,6 +1,42 @@ i pkginfo i depend i copyright +s none /opt/csw/lib/libgimpcolor-2.0.so=libgimpcolor-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpui-2.0.so.0=libgimpui-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpwidgets-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpconfig-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpmodule-2.0.so=libgimpmodule-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpmath-2.0.so=libgimpmath-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpbase-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpcolor-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpmodule-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpmath-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpconfig-2.0.so=libgimpconfig-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpthumb-2.0.so.0=libgimpthumb-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpcolor-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpconfig-2.0.so.0=libgimpconfig-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpbase-2.0.so.0=libgimpbase-2.0.so.0.600.8 +f none /opt/csw/lib/libgimp-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpconfig-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpbase-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpwidgets-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpthumb-2.0.so=libgimpthumb-2.0.so.0.600.8 +s none /opt/csw/lib/libgimp-2.0.so.0=libgimp-2.0.so.0.600.8 +f none /opt/csw/lib/libgimp-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpui-2.0.la 0755 root bin +f none /opt/csw/lib/libgimpui-2.0.so.0.600.8 0755 root bin +f none /opt/csw/lib/libgimpthumb-2.0.so.0.600.8 0755 root bin +s none /opt/csw/lib/libgimpui-2.0.so=libgimpui-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpwidgets-2.0.so.0=libgimpwidgets-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpmath-2.0.so.0.600.8 0755 root bin +s none /opt/csw/lib/libgimpwidgets-2.0.so=libgimpwidgets-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpthumb-2.0.la 0755 root bin +s none /opt/csw/lib/libgimpcolor-2.0.so.0=libgimpcolor-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpmath-2.0.so.0=libgimpmath-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpbase-2.0.so=libgimpbase-2.0.so.0.600.8 +s none /opt/csw/lib/libgimp-2.0.so=libgimp-2.0.so.0.600.8 +s none /opt/csw/lib/libgimpmodule-2.0.so.0=libgimpmodule-2.0.so.0.600.8 +f none /opt/csw/lib/libgimpmodule-2.0.so.0.600.8 0755 root bin d none /opt/csw/include 0755 root bin d none /opt/csw/include/gimp-2.0 0755 root bin d none /opt/csw/include/gimp-2.0/libgimpconfig 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Mon Jun 28 19:16:50 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 28 Jun 2010 17:16:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10370] csw/mgar/pkg/cswutils/trunk/files/checkpkg Message-ID: Revision: 10370 http://gar.svn.sourceforge.net/gar/?rev=10370&view=rev Author: bdwalton Date: 2010-06-28 17:16:50 +0000 (Mon, 28 Jun 2010) Log Message: ----------- cswutils: add /opt/csw/bin to head of PATH in checkpkg for gtr Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/files/checkpkg Modified: csw/mgar/pkg/cswutils/trunk/files/checkpkg =================================================================== --- csw/mgar/pkg/cswutils/trunk/files/checkpkg 2010-06-28 16:16:01 UTC (rev 10369) +++ csw/mgar/pkg/cswutils/trunk/files/checkpkg 2010-06-28 17:16:50 UTC (rev 10370) @@ -15,7 +15,7 @@ # -PATH=$PATH:/usr/sbin +PATH=/opt/csw/bin:$PATH:/usr/sbin # this is actually a base for tmpfiles, not the full name TMPDIR=${TMPDIR:-/tmp} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Mon Jun 28 19:20:50 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 28 Jun 2010 17:20:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[10371] csw/mgar/pkg/cswutils/trunk/checksums Message-ID: Revision: 10371 http://gar.svn.sourceforge.net/gar/?rev=10371&view=rev Author: bdwalton Date: 2010-06-28 17:20:50 +0000 (Mon, 28 Jun 2010) Log Message: ----------- cswutils: stupid makesums Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-28 17:16:50 UTC (rev 10370) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-28 17:20:50 UTC (rev 10371) @@ -1,14 +1,14 @@ 091b12575ebc0e45cf8c3d8b43d8b638 COPYING -59c261b5337c61ddda9146a2a97efc3d checkpkg +d615d703006bd9c81919ca3f6ffcf233 checkpkg 6ec3b6597e04714430987ccc199db3c4 checkpkg.8 -7368cadb6ab7514de267ea9d9e63f0ed checkpkg.py +cfa2e813bb04b2506c8d4763bb96d8b3 checkpkg.py 2b5e6e6219b9ad9e48bcd119bd8a5f39 compare_pkgs.py-r133 9a637f6546cc50974159a987302d91c0 cpan2pkg 93b6a811d303ce3be0050c5a7b3c8e69 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 -111fa25630c9b8deaeddbad6295b933b dependency_checks.py -ce9ab3678b7767068b5a4a12d21d54e5 opencsw.py -7e9d410cef8ce8828b1a90dfe5953657 package_checks.py +2cbdf8ec7baee8f43ae1773fa337c5f2 dependency_checks.py +986dc7a5b2e005087359303ca395ee2c opencsw.py +ebe48eddc4d05987d0c744ad2c43c345 package_checks.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg 8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8 -d83f47f61a12b29ba50a5e83944fe4ff submit_to_newpkgs.py +a9da7bd75daa9e8bce5dfa6c1d4e534d submit_to_newpkgs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 19:28:58 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 17:28:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10372] csw/mgar/pkg Message-ID: Revision: 10372 http://gar.svn.sourceforge.net/gar/?rev=10372&view=rev Author: theferret Date: 2010-06-28 17:28:57 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp_help: 'new' package Added Paths: ----------- csw/mgar/pkg/gimp_help/ csw/mgar/pkg/gimp_help/Makefile csw/mgar/pkg/gimp_help/trunk/ csw/mgar/pkg/gimp_help/trunk/Makefile csw/mgar/pkg/gimp_help/trunk/README csw/mgar/pkg/gimp_help/trunk/copyright csw/mgar/pkg/gimp_help/trunk/pkginfo csw/mgar/pkg/gimp_help/trunk/prototype Added: csw/mgar/pkg/gimp_help/Makefile =================================================================== --- csw/mgar/pkg/gimp_help/Makefile (rev 0) +++ csw/mgar/pkg/gimp_help/Makefile 2010-06-28 17:28:57 UTC (rev 10372) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/gimp_help/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/gimp_help/trunk/Makefile =================================================================== --- csw/mgar/pkg/gimp_help/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gimp_help/trunk/Makefile 2010-06-28 17:28:57 UTC (rev 10372) @@ -0,0 +1,75 @@ +# This file loosely based Makefiles in TEMPLATES/createpkg +# But highly customized. +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gimp-help-2.6.0-html-en.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= ftp://ftp.gimp.org/pub/gimp/help +SRCDIR= build/* + + +CREATEPKG=createpkg -b `pwd`/build/* + +all: build/.extract.done package + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + + +package: copyright + $(CREATEPKG) + + +configure build stage: + @echo no $@ needed + + +pkgproto: + (echo "i pkginfo";echo "i copyright") >prototype + (cd $(SRCDIR); pkgproto html) |sed "s/ $$USER .*/ root bin/">>prototype + echo "f none COPYING 0644 root bin" >>prototype Added: csw/mgar/pkg/gimp_help/trunk/README =================================================================== --- csw/mgar/pkg/gimp_help/trunk/README (rev 0) +++ csw/mgar/pkg/gimp_help/trunk/README 2010-06-28 17:28:57 UTC (rev 10372) @@ -0,0 +1,4 @@ +If I were nicer, I might attempt to rewrite the Makefile to fetch and +package up all the help for other non-"en" locales. +But I'm rather worn out + Added: csw/mgar/pkg/gimp_help/trunk/copyright =================================================================== --- csw/mgar/pkg/gimp_help/trunk/copyright (rev 0) +++ csw/mgar/pkg/gimp_help/trunk/copyright 2010-06-28 17:28:57 UTC (rev 10372) @@ -0,0 +1,2 @@ +Please see the included COPYRIGING filePYING file for full license text. +(GFDL) Added: csw/mgar/pkg/gimp_help/trunk/pkginfo =================================================================== --- csw/mgar/pkg/gimp_help/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/gimp_help/trunk/pkginfo 2010-06-28 17:28:57 UTC (rev 10372) @@ -0,0 +1,9 @@ +PKG=CSWgimphelp +NAME=gimp_help - HTML help files for gimp +BASEDIR=/opt/csw/share/gimp/2.0/help +VERSION=2.6.0,REV=2010.06.12 +CATEGORY=application +VENDOR=http://www.gimp.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gimp/branch-c Added: csw/mgar/pkg/gimp_help/trunk/prototype =================================================================== --- csw/mgar/pkg/gimp_help/trunk/prototype (rev 0) +++ csw/mgar/pkg/gimp_help/trunk/prototype 2010-06-28 17:28:57 UTC (rev 10372) @@ -0,0 +1,2068 @@ +i pkginfo +i copyright +d none html 0755 root bin +d none html/en 0755 root bin +f none html/en/plug-in-nlfilt.html 0644 root bin +f none html/en/gimp-concepts-gradients.html 0644 root bin +f none html/en/plug-in-fractalexplorer.html 0644 root bin +f none html/en/gimp-tool-perspective.html 0644 root bin +f none html/en/gimp-layer-text-discard.html 0644 root bin +f none html/en/script-fu-predator.html 0644 root bin +f none html/en/plug-in-cml-explorer.html 0644 root bin +f none html/en/script-fu-add-bevel.html 0644 root bin +f none html/en/plug-in-papertile.html 0644 root bin +f none html/en/filters-distort.html 0644 root bin +f none html/en/plug-in-colormap-remap.html 0644 root bin +f none html/en/filters-blur.html 0644 root bin +f none html/en/plug-in-gimpressionist.html 0644 root bin +f none html/en/gimp-concepts-setup.html 0644 root bin +f none html/en/gimp-tool-ellipse-select.html 0644 root bin +f none html/en/gimp-tutorial-straight-lines.html 0644 root bin +f none html/en/plug-in-borderaverage.html 0644 root bin +f none html/en/gimp-dialogs-structure.html 0644 root bin +f none html/en/gimp-selection-to-path.html 0644 root bin +f none html/en/gimp-select-menu.html 0644 root bin +f none html/en/gimp-layer-alpha-semi-flatten.html 0644 root bin +f none html/en/gimp-using-rectangular.html 0644 root bin +f none html/en/plug-in-pixelize.html 0644 root bin +f none html/en/gimp-tool-brightness-contrast.html 0644 root bin +f none html/en/gimp-using-fonts.html 0644 root bin +f none html/en/plug-in-convmatrix.html 0644 root bin +f none html/en/filters-combine.html 0644 root bin +f none html/en/script-fu-coffee-stain.html 0644 root bin +f none html/en/filters-edge.html 0644 root bin +f none html/en/plug-in-fractal-trace.html 0644 root bin +f none html/en/script-fu-3d-outline-logo-alpha.html 0644 root bin +f none html/en/gimp-image-combining.html 0644 root bin +f none html/en/gimp-layer-lower-to-bottom.html 0644 root bin +f none html/en/gimp-edit-paste-as.html 0644 root bin +f none html/en/gimp-using-web-reducing-file-size.html 0644 root bin +f none html/en/script-fu-gradient-bevel-logo-alpha.html 0644 root bin +f none html/en/plug-in-mblur.html 0644 root bin +f none html/en/gimp-image-convert-rgb.html 0644 root bin +f none html/en/gimp-file-save-a-copy.html 0644 root bin +f none html/en/plug-in-map-object.html 0644 root bin +f none html/en/gimp-edit-fill-fg.html 0644 root bin +f none html/en/gimp-layer-equalize.html 0644 root bin +f none html/en/gimp-scripting.html 0644 root bin +f none html/en/script-fu-cool-metal-logo-alpha.html 0644 root bin +f none html/en/gimp-introduction-history-early-days.html 0644 root bin +f none html/en/gimp-toolbox-image-area.html 0644 root bin +f none html/en/gimp-indexed-palette-dialog.html 0644 root bin +f none html/en/gimp-palette-dialog.html 0644 root bin +f none html/en/gimp-imagewindow-menus-colors-info-histogram.html 0644 root bin +f none html/en/plug-in-vpropagate.html 0644 root bin +f none html/en/gimp-tool-eraser.html 0644 root bin +f none html/en/gimp-concepts-text.html 0644 root bin +f none html/en/gimp-selection-invert.html 0644 root bin +f none html/en/plug-in-solid-noise.html 0644 root bin +f none html/en/gimp-using-paths-and-text.html 0644 root bin +f none html/en/gimp-image-scale.html 0644 root bin +f none html/en/plug-in-bump-map.html 0644 root bin +f none html/en/script-fu-chalk-logo-alpha.html 0644 root bin +f none html/en/gimp-view-show-sample-points.html 0644 root bin +f none html/en/gimp-using-script-fu-tutorial-first-script.html 0644 root bin +f none html/en/gimp-using-grid.html 0644 root bin +f none html/en/gfdl-8.html 0644 root bin +f none html/en/plug-in-dbbrowser.html 0644 root bin +f none html/en/plug-in-gradmap.html 0644 root bin +f none html/en/gimp-tutorial-quickie-jpeg.html 0644 root bin +f none html/en/gimp-selection-shrink.html 0644 root bin +f none html/en/gimp-layer-new.html 0644 root bin +f none html/en/gimp-layer-next.html 0644 root bin +f none html/en/gimp-tools-color.html 0644 root bin +f none html/en/gimp-file-close.html 0644 root bin +f none html/en/plug-in-unsharp-mask.html 0644 root bin +f none html/en/gimp-edit-paste.html 0644 root bin +f none html/en/gimp-layer-mask-delete.html 0644 root bin +f none html/en/script-fu-guides-from-selection.html 0644 root bin +f none html/en/plug-in-unit-editor.html 0644 root bin +f none html/en/gimp-images-out.html 0644 root bin +f none html/en/plug-in-glasstile.html 0644 root bin +f none html/en/plug-in-illusion.html 0644 root bin +f none html/en/gfdl-4.html 0644 root bin +f none html/en/filters-decor.html 0644 root bin +f none html/en/gimp-tools-paint.html 0644 root bin +f none html/en/plug-in-emboss.html 0644 root bin +f none html/en/gimp-painting.html 0644 root bin +f none html/en/gimp-edit-copy-visible.html 0644 root bin +f none html/en/gimp-path-stroke.html 0644 root bin +f none html/en/script-fu-chip-away-logo-alpha.html 0644 root bin +f none html/en/gimp-tips-dialog.html 0644 root bin +f none html/en/gimp-windows-open-recent-dock.html 0644 root bin +f none html/en/script-fu-erase-rows.html 0644 root bin +f none html/en/gimp-help.xml 0644 root bin +f none html/en/plug-in-lens-distortion.html 0644 root bin +f none html/en/gimp-layer-merge-down.html 0644 root bin +f none html/en/plug-in-imagemap.html 0644 root bin +f none html/en/script-fu-drop-shadow.html 0644 root bin +f none html/en/gimp-file-close-all.html 0644 root bin +f none html/en/gimp-tool-bucket-fill.html 0644 root bin +f none html/en/gimp-image-merge-layers.html 0644 root bin +f none html/en/gimp-tool-threshold.html 0644 root bin +f none html/en/gimp-tool-move.html 0644 root bin +f none html/en/gimp-imaging-color-management.html 0644 root bin +f none html/en/gimp-function-reference.html 0644 root bin +f none html/en/plug-in-laplace.html 0644 root bin +d none html/en/images 0755 root bin +d none html/en/images/misc 0755 root bin +d none html/en/images/misc/bugzilla 0755 root bin +f none html/en/images/misc/bugzilla/find-specific-bug.png 0644 root bin +f none html/en/images/misc/bugzilla/enter-bug.png 0644 root bin +f none html/en/images/misc/bugzilla/advanced-search.png 0644 root bin +d none html/en/images/dialogs 0755 root bin +f none html/en/images/dialogs/patterns-dialog.png 0644 root bin +f none html/en/images/dialogs/wilber-channels-red.png 0644 root bin +f none html/en/images/dialogs/gradient-dialog.png 0644 root bin +f none html/en/images/dialogs/dialogs-icon-raise.png 0644 root bin +f none html/en/images/dialogs/colormap-dialog.png 0644 root bin +f none html/en/images/dialogs/gradient-editor-blend.png 0644 root bin +f none html/en/images/dialogs/channels-dialog.png 0644 root bin +f none html/en/images/dialogs/tools-dialog.png 0644 root bin +f none html/en/images/dialogs/channel-list-entry.png 0644 root bin +f none html/en/images/dialogs/fonts-dialog.png 0644 root bin +f none html/en/images/dialogs/color-watercolor.png 0644 root bin +f none html/en/images/dialogs/stock-anchor-16.png 0644 root bin +f none html/en/images/dialogs/stock-vchain-24.png 0644 root bin +f none html/en/images/dialogs/color-dialog.png 0644 root bin +f none html/en/images/dialogs/dialogs-new-image-colorspace.png 0644 root bin +f none html/en/images/dialogs/images-dialog.png 0644 root bin +f none html/en/images/dialogs/stock-edit-16.png 0644 root bin +f none html/en/images/dialogs/wilber-channels-blue.png 0644 root bin +f none html/en/images/dialogs/link-visibility.png 0644 root bin +f none html/en/images/dialogs/histogram-basic-dialog.png 0644 root bin +f none html/en/images/dialogs/palette-editor-dialog.png 0644 root bin +f none html/en/images/dialogs/histogram-log.png 0644 root bin +f none html/en/images/dialogs/css-keywords.png 0644 root bin +f none html/en/images/dialogs/stock-selection-16.png 0644 root bin +d none html/en/images/dialogs/examples 0755 root bin +f none html/en/images/dialogs/examples/border-selection-01.png 0644 root bin +f none html/en/images/dialogs/examples/border-selection-lock1.png 0644 root bin +f none html/en/images/dialogs/examples/new-gradient-1.png 0644 root bin +f none html/en/images/dialogs/examples/cosmos-6.png 0644 root bin +f none html/en/images/dialogs/examples/dither1.png 0644 root bin +f none html/en/images/dialogs/examples/layer-mask-1.png 0644 root bin +f none html/en/images/dialogs/examples/palettes-repeat-gradient.png 0644 root bin +f none html/en/images/dialogs/examples/palettes-offset.png 0644 root bin +f none html/en/images/dialogs/examples/layer-lock-1.png 0644 root bin +f none html/en/images/dialogs/examples/dither4.png 0644 root bin +f none html/en/images/dialogs/examples/dither3.png 0644 root bin +f none html/en/images/dialogs/examples/layer-lock-2.png 0644 root bin +f none html/en/images/dialogs/examples/new-gradient-3.png 0644 root bin +f none html/en/images/dialogs/examples/layer-mask-2.png 0644 root bin +f none html/en/images/dialogs/examples/new-gradient-2.png 0644 root bin +f none html/en/images/dialogs/examples/miter.png 0644 root bin +f none html/en/images/dialogs/examples/dither2.png 0644 root bin +f none html/en/images/dialogs/examples/border-selection-02.png 0644 root bin +f none html/en/images/dialogs/examples/border-selection-lock2.png 0644 root bin +f none html/en/images/dialogs/palettes-grid-dialog.png 0644 root bin +f none html/en/images/dialogs/dialogs-icon-new.png 0644 root bin +f none html/en/images/dialogs/brushes-context-menu.png 0644 root bin +f none html/en/images/dialogs/image-mode-indexed.png 0644 root bin +f none html/en/images/dialogs/layer-dialog.png 0644 root bin +f none html/en/images/dialogs/wilber-channels-combined.png 0644 root bin +f none html/en/images/dialogs/color-palette.png 0644 root bin +f none html/en/images/dialogs/pointer-dialog.png 0644 root bin +f none html/en/images/dialogs/stock-selection-all-16.png 0644 root bin +f none html/en/images/dialogs/brushes-editor-dialog.png 0644 root bin +f none html/en/images/dialogs/histogram-drop-down-menu.png 0644 root bin +f none html/en/images/dialogs/color-triangle.png 0644 root bin +f none html/en/images/dialogs/brushes-list-view.png 0644 root bin +f none html/en/images/dialogs/sample-points-dialog.png 0644 root bin +f none html/en/images/dialogs/dialogs-templates-edit-advanced.png 0644 root bin +f none html/en/images/dialogs/buffers-dialog-grid.png 0644 root bin +f none html/en/images/dialogs/brushes-grid-view.png 0644 root bin +f none html/en/images/dialogs/buffers-context-menu.png 0644 root bin +f none html/en/images/dialogs/channel-masks-example.png 0644 root bin +f none html/en/images/dialogs/wilber-channels-alpha.png 0644 root bin +f none html/en/images/dialogs/palettes-dialog.png 0644 root bin +f none html/en/images/dialogs/lock-alpha.png 0644 root bin +f none html/en/images/dialogs/gradient-editor-colortype-submenu.png 0644 root bin +f none html/en/images/dialogs/paths-menu.png 0644 root bin +f none html/en/images/dialogs/colormap-contextmenu.png 0644 root bin +f none html/en/images/dialogs/path-list-entry.png 0644 root bin +f none html/en/images/dialogs/histogram-rgb.png 0644 root bin +f none html/en/images/dialogs/stock-selection-to-channel-16.png 0644 root bin +f none html/en/images/dialogs/brushes-dialog.png 0644 root bin +f none html/en/images/dialogs/color-CMYK.png 0644 root bin +f none html/en/images/dialogs/stock-navigation-16.png 0644 root bin +f none html/en/images/dialogs/sample-points-menu.png 0644 root bin +f none html/en/images/dialogs/export-file-png.png 0644 root bin +f none html/en/images/dialogs/error-console-record.png 0644 root bin +f none html/en/images/dialogs/stock-floating-selection-16.png 0644 root bin +f none html/en/images/dialogs/dialogs-new-image-fill.png 0644 root bin +f none html/en/images/dialogs/patterns-dialog-list.png 0644 root bin +f none html/en/images/dialogs/paths-dialog.png 0644 root bin +f none html/en/images/dialogs/export-file-jpeg.png 0644 root bin +f none html/en/images/dialogs/stock-menu-left-12.png 0644 root bin +f none html/en/images/dialogs/icon-navigation.png 0644 root bin +f none html/en/images/dialogs/navigation.png 0644 root bin +f none html/en/images/dialogs/gradient-editor-dialog.png 0644 root bin +f none html/en/images/dialogs/stock-selection-to-path-16.png 0644 root bin +f none html/en/images/dialogs/brushes-buttons.png 0644 root bin +f none html/en/images/dialogs/error-console.png 0644 root bin +f none html/en/images/dialogs/stock-eye-20.png 0644 root bin +f none html/en/images/dialogs/stock-selection-stroke-16.png 0644 root bin +f none html/en/images/dialogs/gradient-editor-colorfrom.png 0644 root bin +f none html/en/images/dialogs/templates-dialog.png 0644 root bin +f none html/en/images/dialogs/layer-mask-add.png 0644 root bin +f none html/en/images/dialogs/palette-editor.png 0644 root bin +f none html/en/images/dialogs/stock-invert-16.png 0644 root bin +f none html/en/images/dialogs/buffers-dialog.png 0644 root bin +f none html/en/images/dialogs/history.png 0644 root bin +f none html/en/images/dialogs/gradient-menu.png 0644 root bin +f none html/en/images/dialogs/stock-undo-history-16.png 0644 root bin +f none html/en/images/dialogs/brushes-dialog-simple.png 0644 root bin +f none html/en/images/dialogs/gradient-editor-color.png 0644 root bin +f none html/en/images/dialogs/device-status.png 0644 root bin +f none html/en/images/dialogs/gradient-editor-popup-menu.png 0644 root bin +f none html/en/images/dialogs/wilber-channels-green.png 0644 root bin +f none html/en/images/dialogs/fonts-grid-dialog.png 0644 root bin +f none html/en/images/dialogs/export-file-mng.png 0644 root bin +f none html/en/images/dialogs/dialogs-icon-delete.png 0644 root bin +f none html/en/images/dialogs/dialogs-templates-edit.png 0644 root bin +f none html/en/images/dialogs/palette-import-dialog.png 0644 root bin +f none html/en/images/dialogs/html_notation-menu.png 0644 root bin +f none html/en/images/dialogs/brushes-dialog-clipboard.png 0644 root bin +f none html/en/images/dialogs/histogram-range.png 0644 root bin +f none html/en/images/dialogs/dialogs-new-layer.png 0644 root bin +f none html/en/images/dialogs/dialogs-icon-lower.png 0644 root bin +f none html/en/images/dialogs/layers_overview.png 0644 root bin +f none html/en/images/dialogs/patterns-dialog-clipboard.png 0644 root bin +f none html/en/images/dialogs/palette-editor-context-menu.png 0644 root bin +f none html/en/images/dialogs/channel-masks-gradient.png 0644 root bin +f none html/en/images/dialogs/palettes-offset-options.png 0644 root bin +f none html/en/images/dialogs/color-scale.png 0644 root bin +f none html/en/images/dialogs/export-file-gif.png 0644 root bin +f none html/en/images/dialogs/layer-list-entry.png 0644 root bin +f none html/en/images/dialogs/stock-selection-none-16.png 0644 root bin +f none html/en/images/dialogs/channel-quickmask.png 0644 root bin +f none html/en/images/dialogs/dialogs-shortcuts.png 0644 root bin +f none html/en/images/dialogs/palettes-popmenu.png 0644 root bin +f none html/en/images/dialogs/undo-history-dialog.png 0644 root bin +f none html/en/images/dialogs/palettes-sort.png 0644 root bin +f none html/en/images/dialogs/channels-context-menu.png 0644 root bin +f none html/en/images/dialogs/layers_example.png 0644 root bin +f none html/en/images/dialogs/stock-duplicate-16.png 0644 root bin +f none html/en/images/prev.png 0644 root bin +d none html/en/images/tool-options 0755 root bin +f none html/en/images/tool-options/clone-non-align.png 0644 root bin +f none html/en/images/tool-options/rotate-affect-selection.png 0644 root bin +f none html/en/images/tool-options/ink-type-circle.png 0644 root bin +f none html/en/images/tool-options/gradient-asym-conical.png 0644 root bin +f none html/en/images/tool-options/rectsel-mode-replace.png 0644 root bin +f none html/en/images/tool-options/rotate-affect-path.png 0644 root bin +f none html/en/images/tool-options/stock-gravity-west-24.png 0644 root bin +f none html/en/images/tool-options/brush-gradient-sawtooth.png 0644 root bin +f none html/en/images/tool-options/path-stroke.png 0644 root bin +f none html/en/images/tool-options/clone-align.png 0644 root bin +f none html/en/images/tool-options/rectsel-mode-add.png 0644 root bin +f none html/en/images/tool-options/stock-vcenter-24.png 0644 root bin +f none html/en/images/tool-options/gradient-anticlock-spiral.png 0644 root bin +f none html/en/images/tool-options/brush-gradient-triangular.png 0644 root bin +f none html/en/images/tool-options/gradient-sym-conical.png 0644 root bin +f none html/en/images/tool-options/stock-gravity-east-24.png 0644 root bin +f none html/en/images/tool-options/rectsel-mode-intersect.png 0644 root bin +f none html/en/images/tool-options/rectsel-mode-subtract.png 0644 root bin +f none html/en/images/tool-options/gradient-ang-shapeburst.png 0644 root bin +f none html/en/images/tool-options/gradient-dim-shapeburst.png 0644 root bin +f none html/en/images/tool-options/clone-registered.png 0644 root bin +f none html/en/images/tool-options/gradient-bilinear.png 0644 root bin +f none html/en/images/tool-options/gradient-spher-shapeburst.png 0644 root bin +f none html/en/images/tool-options/rotate-affect-layer.png 0644 root bin +f none html/en/images/tool-options/gradient-square.png 0644 root bin +f none html/en/images/tool-options/stock-gravity-south-24.png 0644 root bin +f none html/en/images/tool-options/stock-gravity-north-24.png 0644 root bin +f none html/en/images/tool-options/stock-hcenter-24.png 0644 root bin +f none html/en/images/tool-options/brush-gradient-none.png 0644 root bin +f none html/en/images/tool-options/brush-gradient-normal.png 0644 root bin +f none html/en/images/tool-options/gradient-radial.png 0644 root bin +f none html/en/images/tool-options/gradient-clock-spiral.png 0644 root bin +f none html/en/images/tool-options/path-curve.png 0644 root bin +f none html/en/images/tool-options/gradient-linear.png 0644 root bin +f none html/en/images/gimp-splash.png 0644 root bin +f none html/en/images/example.png 0644 root bin +d none html/en/images/using 0755 root bin +f none html/en/images/using/wilber-simple-othergrid.png 0644 root bin +f none html/en/images/using/enter-unicode-char2.png 0644 root bin +f none html/en/images/using/select-outline-qmask-feather.png 0644 root bin +f none html/en/images/using/empty-image-window.png 0644 root bin +f none html/en/images/using/tab-menu-tab-style.png 0644 root bin +f none html/en/images/using/colormanagement-workflow1.png 0644 root bin +f none html/en/images/using/gih-hands-layers.png 0644 root bin +f none html/en/images/using/gih1234angl.png 0644 root bin +f none html/en/images/using/layer-mode-addition-mask2.jpg 0644 root bin +f none html/en/images/using/layer-mode-hue-mask2.jpg 0644 root bin +f none html/en/images/using/gradient-usage.png 0644 root bin +f none html/en/images/using/layer-mode-hard-light-mask2.jpg 0644 root bin +f none html/en/images/using/straightline1.png 0644 root bin +f none html/en/images/using/select-to-brush.png 0644 root bin +f none html/en/images/using/text-example.png 0644 root bin +f none html/en/images/using/export-dialog.png 0644 root bin +f none html/en/images/using/basicshape2.png 0644 root bin +f none html/en/images/using/layer-mode-grain-extract-mask1.jpg 0644 root bin +f none html/en/images/using/select-move-3.png 0644 root bin +f none html/en/images/using/script-fu-screen.png 0644 root bin +f none html/en/images/using/layer-mode-value-mask1.jpg 0644 root bin +f none html/en/images/using/path-from-text.png 0644 root bin +f none html/en/images/using/unstuck-select-all.png 0644 root bin +f none html/en/images/using/script-fu-console.png 0644 root bin +f none html/en/images/using/gih1234rand.png 0644 root bin +f none html/en/images/using/wilber-channel-rgb.png 0644 root bin +f none html/en/images/using/toolbox-description.png 0644 root bin +f none html/en/images/using/layer-mode-burn-mask2.jpg 0644 root bin +f none html/en/images/using/layer-mode-divide-mask1.jpg 0644 root bin +f none html/en/images/using/stock-navigation-16.png 0644 root bin +f none html/en/images/using/list-search-field.png 0644 root bin +f none html/en/images/using/layer-mode-dissolve-nbig.jpg 0644 root bin +f none html/en/images/using/imagewindow-description.png 0644 root bin +f none html/en/images/using/layer-mode-subtract-mask1.jpg 0644 root bin +f none html/en/images/using/gih1234incr.png 0644 root bin +f none html/en/images/using/rect+lasso-ex.png 0644 root bin +f none html/en/images/using/gimp-curves-tool-2-4-vs-2-6.png 0644 root bin +f none html/en/images/using/stretch-shrink-cursor.png 0644 root bin +f none html/en/images/using/tab-menu.png 0644 root bin +f none html/en/images/using/threshold-selection.png 0644 root bin +f none html/en/images/using/save-tiff-dialog.png 0644 root bin +f none html/en/images/using/file-gih-save.png 0644 root bin +f none html/en/images/using/duck_orig.png 0644 root bin +f none html/en/images/using/layer-mode-saturation-mask2.jpg 0644 root bin +f none html/en/images/using/preparing_for_web2.png 0644 root bin +f none html/en/images/using/layer-mode-lighten-only-mask1.jpg 0644 root bin +f none html/en/images/using/palettes.png 0644 root bin +f none html/en/images/using/pattern-script-examples.png 0644 root bin +f none html/en/images/using/dialog-highlight-imagemenu.png 0644 root bin +f none html/en/images/using/wilber-channel-gray.png 0644 root bin +f none html/en/images/using/layer-mode-screen-mask1.jpg 0644 root bin +f none html/en/images/using/layer-mode-overlay-mask1.jpg 0644 root bin +f none html/en/images/using/layer-mode-color-mask1.jpg 0644 root bin +f none html/en/images/using/select-move-2.png 0644 root bin +f none html/en/images/using/24-scalable-brushes.png 0644 root bin +f none html/en/images/using/dialog-highlight-dockbar.png 0644 root bin +f none html/en/images/using/icc-apply.png 0644 root bin +f none html/en/images/using/layer-mode-multiply-mask1.jpg 0644 root bin +f none html/en/images/using/script-fu-exts.png 0644 root bin +f none html/en/images/using/tab-menu-preview-size.png 0644 root bin +f none html/en/images/using/pattern-create.png 0644 root bin +f none html/en/images/using/enter-unicode-char4.png 0644 root bin +f none html/en/images/using/layer-mode-mask1.jpg 0644 root bin +f none html/en/images/using/gih-array1D.png 0644 root bin +f none html/en/images/using/layer-mode-dissolve-100.jpg 0644 root bin +f none html/en/images/using/brush-examples.png 0644 root bin +f none html/en/images/using/enter-unicode-char3.png 0644 root bin +f none html/en/images/using/threshold-layers.png 0644 root bin +f none html/en/images/using/layer-mode-darken-only-mask1.jpg 0644 root bin +f none html/en/images/using/fog-tree-example.png 0644 root bin +f none html/en/images/using/unstuck-layers-dialog-transparentlayer.png 0644 root bin +f none html/en/images/using/layer-mode-soft-light-mask1.jpg 0644 root bin +f none html/en/images/using/wilber-simple-defaultgrid.png 0644 root bin +f none html/en/images/using/threshold-mask.png 0644 root bin +f none html/en/images/using/dialog-button-bar.png 0644 root bin +f none html/en/images/using/text-tool.png 0644 root bin +f none html/en/images/using/select-outline.png 0644 root bin +f none html/en/images/using/gih-3Dnum.png 0644 root bin +f none html/en/images/using/experimental-gegl-tool.png 0644 root bin +f none html/en/images/using/patterns-usage.png 0644 root bin +f none html/en/images/using/wilber-simple-nogrid.png 0644 root bin +f none html/en/images/using/layer-mode-difference-mask1.jpg 0644 root bin +f none html/en/images/using/gih-hands-stroke.png 0644 root bin +f none html/en/images/using/create-brush1.png 0644 root bin +f none html/en/images/using/layer-mode-grain-merge-mask2.jpg 0644 root bin +f none html/en/images/using/layer-mode-dodge-mask2.jpg 0644 root bin +f none html/en/images/using/threshold-fit.png 0644 root bin +f none html/en/images/using/save-png-dialog.png 0644 root bin +f none html/en/images/using/tab-menu-add-tab.png 0644 root bin +f none html/en/images/using/gif-save-dialog.png 0644 root bin +f none html/en/images/using/layer-mode-soft-light-mask2.jpg 0644 root bin +f none html/en/images/using/path-stroking-examples.png 0644 root bin +f none html/en/images/using/dock-tab.png 0644 root bin +f none html/en/images/using/layer-mode-darken-only-mask2.jpg 0644 root bin +f none html/en/images/using/layer-mode-normal-100.jpg 0644 root bin +f none html/en/images/using/logo-examples.png 0644 root bin +f none html/en/images/using/threshold-decomp.png 0644 root bin +f none html/en/images/using/create-brush2.png 0644 root bin +f none html/en/images/using/layer-mode-dissolve-dbig.jpg 0644 root bin +f none html/en/images/using/layer-mode-grain-merge-mask1.jpg 0644 root bin +f none html/en/images/using/layer-mode-dodge-mask1.jpg 0644 root bin +f none html/en/images/using/24-refreshed-look.png 0644 root bin +f none html/en/images/using/layer-mode-difference-mask2.jpg 0644 root bin +f none html/en/images/using/gih-array3D.png 0644 root bin +f none html/en/images/using/new-free-select-tool.png 0644 root bin +f none html/en/images/using/path-text-stroked.png 0644 root bin +f none html/en/images/using/crop-zealous.png 0644 root bin +f none html/en/images/using/script-fu-menu.png 0644 root bin +f none html/en/images/using/path-examples.png 0644 root bin +f none html/en/images/using/layer-mode-screen-mask2.jpg 0644 root bin +f none html/en/images/using/crop-orig.png 0644 root bin +f none html/en/images/using/dialog-highlight-handle.png 0644 root bin +f none html/en/images/using/layer-mode-dissolve-50.jpg 0644 root bin +f none html/en/images/using/layer-mode-color-mask2.jpg 0644 root bin +f none html/en/images/using/select-move-1.png 0644 root bin +f none html/en/images/using/path-with-anchors.png 0644 root bin +f none html/en/images/using/24-color-management.png 0644 root bin +f none html/en/images/using/layer-mode-overlay-mask2.jpg 0644 root bin +f none html/en/images/using/file-gbr-save.png 0644 root bin +f none html/en/images/using/straightline3.png 0644 root bin +f none html/en/images/using/standard-setup.png 0644 root bin +f none html/en/images/using/threshold-orig.png 0644 root bin +f none html/en/images/using/ui-calibrate.png 0644 root bin +f none html/en/images/using/layer-mode-multiply-mask2.jpg 0644 root bin +f none html/en/images/using/text-warning.png 0644 root bin +f none html/en/images/using/straightline4.png 0644 root bin +f none html/en/images/using/gradient-examples.png 0644 root bin +f none html/en/images/using/layer-mode-mask2.jpg 0644 root bin +f none html/en/images/using/script-fu-image.png 0644 root bin +f none html/en/images/using/layer-mode-burn-mask1.jpg 0644 root bin +f none html/en/images/using/unstuck-layers-dialog-invislayer.png 0644 root bin +f none html/en/images/using/keyfob_orig.png 0644 root bin +f none html/en/images/using/gih-correlation.png 0644 root bin +f none html/en/images/using/layer-mode-divide-mask2.jpg 0644 root bin +f none html/en/images/using/tab-icon.png 0644 root bin +f none html/en/images/using/preparing_for_web-alphatransparency.png 0644 root bin +f none html/en/images/using/create-brush3.png 0644 root bin +f none html/en/images/using/dialog-highlight-closetab.png 0644 root bin +f none html/en/images/using/layer-mode-subtract-mask2.jpg 0644 root bin +f none html/en/images/using/scroll-beyond-border.png 0644 root bin +f none html/en/images/using/color-gradient-pencil.png 0644 root bin +f none html/en/images/using/threshold-result.png 0644 root bin +f none html/en/images/using/gradient-draw.png 0644 root bin +f none html/en/images/using/preparing_for_web1.png 0644 root bin +f none html/en/images/using/layer-mode-lighten-only-mask2.jpg 0644 root bin +f none html/en/images/using/select-outline-qmask.png 0644 root bin +f none html/en/images/using/layer-mode-normal-50.jpg 0644 root bin +f none html/en/images/using/layer-mode-saturation-mask1.jpg 0644 root bin +f none html/en/images/using/unstuck-floating-sel.png 0644 root bin +f none html/en/images/using/pattern-checked.png 0644 root bin +f none html/en/images/using/crop-auto.png 0644 root bin +f none html/en/images/using/layer-mode-hue-mask1.jpg 0644 root bin +f none html/en/images/using/layer-mode-addition-mask1.jpg 0644 root bin +f none html/en/images/using/enter-unicode-char1.png 0644 root bin +f none html/en/images/using/colormanagement-workflow2.png 0644 root bin +f none html/en/images/using/save-jpeg-dialog.png 0644 root bin +f none html/en/images/using/layer-mode-hard-light-mask1.jpg 0644 root bin +f none html/en/images/using/straightline2.png 0644 root bin +f none html/en/images/using/wilber.png 0644 root bin +f none html/en/images/using/rectangle-handles.png 0644 root bin +f none html/en/images/using/unstuck-show-selection-menu.png 0644 root bin +f none html/en/images/using/basicshape1.png 0644 root bin +f none html/en/images/using/24-selection-tools.png 0644 root bin +f none html/en/images/using/layer-mode-grain-extract-mask2.jpg 0644 root bin +f none html/en/images/using/gih-array2D.png 0644 root bin +f none html/en/images/using/wilber-layers.png 0644 root bin +f none html/en/images/using/layer-mode-value-mask2.jpg 0644 root bin +f none html/en/images/using/wilber-simple-guides.png 0644 root bin +f none html/en/images/using/dialog-highlight-tabmenu.png 0644 root bin +f none html/en/images/using/dock-attached.png 0644 root bin +f none html/en/images/using/brush-dynamics.jpg 0644 root bin +f none html/en/images/using/file-open-dialog.png 0644 root bin +d none html/en/images/preferences 0755 root bin +f none html/en/images/preferences/prefs-help.png 0644 root bin +f none html/en/images/preferences/normal-title-bar.png 0644 root bin +f none html/en/images/preferences/prefs-toolbox.png 0644 root bin +f none html/en/images/preferences/prefs-image-window-appearance.png 0644 root bin +f none html/en/images/preferences/utility-title-bar.png 0644 root bin +f none html/en/images/preferences/prefs-interface.png 0644 root bin +f none html/en/images/preferences/prefs-folders-brush.png 0644 root bin +f none html/en/images/preferences/prefs-image-window-title.png 0644 root bin +f none html/en/images/preferences/prefs-theme.png 0644 root bin +f none html/en/images/preferences/prefs-image-window.png 0644 root bin +f none html/en/images/preferences/input-controllers-keyboard.png 0644 root bin +f none html/en/images/preferences/prefs-list.png 0644 root bin +f none html/en/images/preferences/prefs-display.png 0644 root bin +f none html/en/images/preferences/prefs-default-grid.png 0644 root bin +f none html/en/images/preferences/prefs-new-image.png 0644 root bin +f none html/en/images/preferences/input-controllers.png 0644 root bin +f none html/en/images/preferences/prefs-environment.png 0644 root bin +f none html/en/images/preferences/input-controllers-wheel.png 0644 root bin +f none html/en/images/preferences/input-devices.png 0644 root bin +f none html/en/images/preferences/input-devices-tablet.png 0644 root bin +f none html/en/images/preferences/prefs-window-management.png 0644 root bin +f none html/en/images/preferences/prefs-folders.png 0644 root bin +f none html/en/images/preferences/prefs-color-management.png 0644 root bin +f none html/en/images/preferences/input-controllers-action.png 0644 root bin +f none html/en/images/preferences/prefs-tool-options.png 0644 root bin +f none html/en/images/mousebutton.png 0644 root bin +d none html/en/images/toolbox 0755 root bin +f none html/en/images/toolbox/stock-tool-flip-22.png 0644 root bin +f none html/en/images/toolbox/crop-grow-2.png 0644 root bin +f none html/en/images/toolbox/FG-select-toolbox.png 0644 root bin +f none html/en/images/toolbox/stock-tool-free-select-22.png 0644 root bin +f none html/en/images/toolbox/perspective-clone-ex1.png 0644 root bin +f none html/en/images/toolbox/tool-options-align.png 0644 root bin +f none html/en/images/toolbox/align-ex2.png 0644 root bin +f none html/en/images/toolbox/brush-tools-box.png 0644 root bin +f none html/en/images/toolbox/stock-tool-hue-saturation-22.png 0644 root bin +f none html/en/images/toolbox/tool-options-wand.png 0644 root bin +f none html/en/images/toolbox/tool-options-dodge.png 0644 root bin +f none html/en/images/toolbox/toolbox-bpg.png 0644 root bin +f none html/en/images/toolbox/tool-dialog-scale.png 0644 root bin +f none html/en/images/toolbox/levels-ex3a.png 0644 root bin +f none html/en/images/toolbox/curves-horiz-1.png 0644 root bin +f none html/en/images/toolbox/tool-options-scissor.png 0644 root bin +f none html/en/images/toolbox/stock-tool-blur-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-gradient.png 0644 root bin +f none html/en/images/toolbox/clone-source.png 0644 root bin +f none html/en/images/toolbox/hue-sat-overlap-2.png 0644 root bin +f none html/en/images/toolbox/clone-dest.png 0644 root bin +f none html/en/images/toolbox/tool-options-selbycolor.png 0644 root bin +f none html/en/images/toolbox/tools-hue-sat.png 0644 root bin +f none html/en/images/toolbox/stock-tool-bucket-fill-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-fuzzy-select-22.png 0644 root bin +f none html/en/images/toolbox/curves-vert-2.png 0644 root bin +f none html/en/images/toolbox/toolbox-rectsel.png 0644 root bin +f none html/en/images/toolbox/clip-crop.png 0644 root bin +f none html/en/images/toolbox/del-button.png 0644 root bin +f none html/en/images/toolbox/resto-button.png 0644 root bin +f none html/en/images/toolbox/curves-work.png 0644 root bin +f none html/en/images/toolbox/tool-dialog-shear.png 0644 root bin +f none html/en/images/toolbox/fill-by-1.png 0644 root bin +f none html/en/images/toolbox/levels-input-2.png 0644 root bin +f none html/en/images/toolbox/stock-tool-iscissors-22.png 0644 root bin +f none html/en/images/toolbox/tool-dialog-text.png 0644 root bin +f none html/en/images/toolbox/levels-ex1b.png 0644 root bin +f none html/en/images/toolbox/blend-tool-options.png 0644 root bin +f none html/en/images/toolbox/toolbox-eraser.png 0644 root bin +f none html/en/images/toolbox/toolbox-clone.png 0644 root bin +f none html/en/images/toolbox/tools-curves.png 0644 root bin +f none html/en/images/toolbox/stock-tool-shear-22.png 0644 root bin +f none html/en/images/toolbox/align-ex5a.png 0644 root bin +f none html/en/images/toolbox/tool-options-lasso.png 0644 root bin +f none html/en/images/toolbox/toolbox-path.png 0644 root bin +f none html/en/images/toolbox/side-pt.png 0644 root bin +f none html/en/images/toolbox/clone-cross.png 0644 root bin +f none html/en/images/toolbox/tool-options-levels.png 0644 root bin +f none html/en/images/toolbox/presets-menu.png 0644 root bin +f none html/en/images/toolbox/stock-tool-eraser-22.png 0644 root bin +f none html/en/images/toolbox/tool-options-zoom.png 0644 root bin +f none html/en/images/toolbox/tool-options-paintbrush.png 0644 root bin +f none html/en/images/toolbox/toolbox-image.png 0644 root bin +f none html/en/images/toolbox/FG-select-contig1.png 0644 root bin +f none html/en/images/toolbox/toolbox-flip.png 0644 root bin +f none html/en/images/toolbox/tool-options-crop.png 0644 root bin +f none html/en/images/toolbox/by-color-selection.png 0644 root bin +f none html/en/images/toolbox/FG-select-ex2.png 0644 root bin +f none html/en/images/toolbox/toolbox-airbrush.png 0644 root bin +f none html/en/images/toolbox/corner-pt.png 0644 root bin +f none html/en/images/toolbox/clone-registered.png 0644 root bin +f none html/en/images/toolbox/dissolve-mode-example.png 0644 root bin +f none html/en/images/toolbox/stock-tool-move-22.png 0644 root bin +f none html/en/images/toolbox/tool-dialog-perspective.png 0644 root bin +f none html/en/images/toolbox/fuzzy-selection.png 0644 root bin +f none html/en/images/toolbox/measure-horiz.png 0644 root bin +f none html/en/images/toolbox/display_ratio.png 0644 root bin +f none html/en/images/toolbox/stock-tool-rotate-22.png 0644 root bin +f none html/en/images/toolbox/fill-by-0.png 0644 root bin +f none html/en/images/toolbox/levels-input-3.png 0644 root bin +f none html/en/images/toolbox/tool-options-ink.png 0644 root bin +f none html/en/images/toolbox/FG-select-smoothing1.png 0644 root bin +f none html/en/images/toolbox/tool-options-shear.png 0644 root bin +f none html/en/images/toolbox/toolbox-rotate.png 0644 root bin +f none html/en/images/toolbox/tool-options-rectsel.png 0644 root bin +f none html/en/images/toolbox/mode-behind.png 0644 root bin +f none html/en/images/toolbox/stock-tool-dodge-22.png 0644 root bin +f none html/en/images/toolbox/FG-select-options.png 0644 root bin +f none html/en/images/toolbox/hue-sat-overlap-3.png 0644 root bin +f none html/en/images/toolbox/cissors-bad.png 0644 root bin +f none html/en/images/toolbox/toolbox-smudge.png 0644 root bin +f none html/en/images/toolbox/toolbox-scissor.png 0644 root bin +f none html/en/images/toolbox/eraser-ex1.png 0644 root bin +f none html/en/images/toolbox/select-area.png 0644 root bin +f none html/en/images/toolbox/posterize-ex.png 0644 root bin +f none html/en/images/toolbox/tool-options-scale.png 0644 root bin +f none html/en/images/toolbox/curves-invert.png 0644 root bin +f none html/en/images/toolbox/stock-tool-path-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-heal.png 0644 root bin +f none html/en/images/toolbox/align-ex4.png 0644 root bin +f none html/en/images/toolbox/iscissors-selection.png 0644 root bin +f none html/en/images/toolbox/levels-output-1.png 0644 root bin +f none html/en/images/toolbox/tool-options-text.png 0644 root bin +f none html/en/images/toolbox/text-along-path.png 0644 root bin +f none html/en/images/toolbox/selection-tools.png 0644 root bin +f none html/en/images/toolbox/crop-grow-3.png 0644 root bin +f none html/en/images/toolbox/toolbox-perspective-clone.png 0644 root bin +f none html/en/images/toolbox/align-ex3.png 0644 root bin +f none html/en/images/toolbox/tool-options-fill.png 0644 root bin +f none html/en/images/toolbox/clone-aligned.png 0644 root bin +f none html/en/images/toolbox/toolbox-selbycolor.png 0644 root bin +f none html/en/images/toolbox/cissors-plus.png 0644 root bin +f none html/en/images/toolbox/stock-tool-blend-22.png 0644 root bin +f none html/en/images/toolbox/shear-example.png 0644 root bin +f none html/en/images/toolbox/tool-options-ellipsel.png 0644 root bin +f none html/en/images/toolbox/levels-ex2a.png 0644 root bin +f none html/en/images/toolbox/blend-tool-offset.png 0644 root bin +f none html/en/images/toolbox/FG-select-ex3.png 0644 root bin +f none html/en/images/toolbox/stock-tool-zoom-22.png 0644 root bin +f none html/en/images/toolbox/FG-select-ex4.png 0644 root bin +f none html/en/images/toolbox/brush-dynamics.png 0644 root bin +f none html/en/images/toolbox/path-tool-options.png 0644 root bin +f none html/en/images/toolbox/tools-posterize.png 0644 root bin +f none html/en/images/toolbox/curves-lighten-1.png 0644 root bin +f none html/en/images/toolbox/tool-options-paint-gradient.png 0644 root bin +f none html/en/images/toolbox/measure-vert.png 0644 root bin +f none html/en/images/toolbox/stock-tool-foreground-select-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-pencil.png 0644 root bin +f none html/en/images/toolbox/tool-options-perspective.png 0644 root bin +f none html/en/images/toolbox/levels-eyedrop.png 0644 root bin +f none html/en/images/toolbox/stock-tool-heal-22.png 0644 root bin +f none html/en/images/toolbox/heal-cross.png 0644 root bin +f none html/en/images/toolbox/fill-feathered-2.png 0644 root bin +f none html/en/images/toolbox/stock-tool-move-16.png 0644 root bin +f none html/en/images/toolbox/auto-shrink1.png 0644 root bin +f none html/en/images/toolbox/stock-tool-by-color-select-22.png 0644 root bin +f none html/en/images/toolbox/cursor-select-rect-intersect.png 0644 root bin +f none html/en/images/toolbox/tool-options-move.png 0644 root bin +f none html/en/images/toolbox/levels-ex2b.png 0644 root bin +f none html/en/images/toolbox/mode-erase.png 0644 root bin +f none html/en/images/toolbox/stock-tool-rect-select-22.png 0644 root bin +f none html/en/images/toolbox/clip-3.png 0644 root bin +f none html/en/images/toolbox/stock-tool-ellipse-select-22.png 0644 root bin +f none html/en/images/toolbox/tool-options-brushcommon.png 0644 root bin +f none html/en/images/toolbox/clone-none.png 0644 root bin +f none html/en/images/toolbox/FG-select-contig3.png 0644 root bin +f none html/en/images/toolbox/toolbox-scale.png 0644 root bin +f none html/en/images/toolbox/stock-tool-perspective-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-shear.png 0644 root bin +f none html/en/images/toolbox/toolbox-wand.png 0644 root bin +f none html/en/images/toolbox/curves-lighten-2.png 0644 root bin +f none html/en/images/toolbox/stock-convert-grayscale-16.png 0644 root bin +f none html/en/images/toolbox/fill-feathered-1.png 0644 root bin +f none html/en/images/toolbox/brush-tools.png 0644 root bin +f none html/en/images/toolbox/auto-shrink2.png 0644 root bin +f none html/en/images/toolbox/fill-by-3.png 0644 root bin +f none html/en/images/toolbox/rectangle-selection.png 0644 root bin +f none html/en/images/toolbox/toolbox-crop.png 0644 root bin +f none html/en/images/toolbox/tool-options-flip.png 0644 root bin +f none html/en/images/toolbox/tool-options-selection.png 0644 root bin +f none html/en/images/toolbox/toolbox-measure.png 0644 root bin +f none html/en/images/toolbox/clip-adjust.png 0644 root bin +f none html/en/images/toolbox/toolbox-brush.png 0644 root bin +f none html/en/images/toolbox/tool-options-eraser.png 0644 root bin +f none html/en/images/toolbox/heal-compar.png 0644 root bin +f none html/en/images/toolbox/toolbox-ellipsel.png 0644 root bin +f none html/en/images/toolbox/toolbox-blur.png 0644 root bin +f none html/en/images/toolbox/stock-tool-posterize-22.png 0644 root bin +f none html/en/images/toolbox/FG-select-smoothing2.png 0644 root bin +f none html/en/images/toolbox/stock-tool-levels-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-curves-22.png 0644 root bin +f none html/en/images/toolbox/clip-orig.png 0644 root bin +f none html/en/images/toolbox/transform-tools.png 0644 root bin +f none html/en/images/toolbox/eraser-ex2.png 0644 root bin +f none html/en/images/toolbox/save-color-settings.png 0644 root bin +f none html/en/images/toolbox/XDS.png 0644 root bin +f none html/en/images/toolbox/measure-tool-options.png 0644 root bin +f none html/en/images/toolbox/stock-tool-ink-22.png 0644 root bin +f none html/en/images/toolbox/levels-output-2.png 0644 root bin +f none html/en/images/toolbox/stock-tool-color-balance-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-colorize-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-zoom.png 0644 root bin +f none html/en/images/toolbox/stock-tool-brightness-contrast-22.png 0644 root bin +f none html/en/images/toolbox/cursor-select-rect-minus.png 0644 root bin +f none html/en/images/toolbox/colors-desaturate-average.png 0644 root bin +f none html/en/images/toolbox/align-ex5b.png 0644 root bin +f none html/en/images/toolbox/tool-options-rotate.png 0644 root bin +f none html/en/images/toolbox/tools-threshold.png 0644 root bin +f none html/en/images/toolbox/tool-options-heal.png 0644 root bin +f none html/en/images/toolbox/colors-desaturate-brightness.png 0644 root bin +f none html/en/images/toolbox/color-picker-options.png 0644 root bin +f none html/en/images/toolbox/mode-dissolve.png 0644 root bin +f none html/en/images/toolbox/clone-bad.png 0644 root bin +f none html/en/images/toolbox/toolbox-text.png 0644 root bin +f none html/en/images/toolbox/tools-colorize.png 0644 root bin +f none html/en/images/toolbox/FG-select-contig2.png 0644 root bin +f none html/en/images/toolbox/toolbox-palette.png 0644 root bin +f none html/en/images/toolbox/tools-levels.png 0644 root bin +f none html/en/images/toolbox/FG-select-ex1.png 0644 root bin +f none html/en/images/toolbox/stock-tool-scale-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-pencil-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-text-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-color-picker-22.png 0644 root bin +f none html/en/images/toolbox/tools-color-balance.png 0644 root bin +f none html/en/images/toolbox/free-selection.png 0644 root bin +f none html/en/images/toolbox/curves-H-S.png 0644 root bin +f none html/en/images/toolbox/toolbox-align.png 0644 root bin +f none html/en/images/toolbox/stock-tool-clone-22.png 0644 root bin +f none html/en/images/toolbox/pointer.png 0644 root bin +f none html/en/images/toolbox/perspective-clone-options.png 0644 root bin +f none html/en/images/toolbox/tool-options-smudge.png 0644 root bin +f none html/en/images/toolbox/cissors-mouse.png 0644 root bin +f none html/en/images/toolbox/toolbox-dodge.png 0644 root bin +f none html/en/images/toolbox/clone-fixed.png 0644 root bin +f none html/en/images/toolbox/tool-dialog-rotate.png 0644 root bin +f none html/en/images/toolbox/desaturate.png 0644 root bin +f none html/en/images/toolbox/colors-desaturate-luminosity.png 0644 root bin +f none html/en/images/toolbox/levels-ex3b.png 0644 root bin +f none html/en/images/toolbox/curves-horiz-2.png 0644 root bin +f none html/en/images/toolbox/crop-grow-1.png 0644 root bin +f none html/en/images/toolbox/perspective-clone-ex2.png 0644 root bin +f none html/en/images/toolbox/cursor-select-rect-plus.png 0644 root bin +f none html/en/images/toolbox/reset-button.png 0644 root bin +f none html/en/images/toolbox/stock-tool-crop-22.png 0644 root bin +f none html/en/images/toolbox/align-ex1.png 0644 root bin +f none html/en/images/toolbox/ellipse-selection.png 0644 root bin +f none html/en/images/toolbox/hue-sat-overlap-1.png 0644 root bin +f none html/en/images/toolbox/stock-tool-paintbrush-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-align-22.png 0644 root bin +f none html/en/images/toolbox/presets-menu-icon.png 0644 root bin +f none html/en/images/toolbox/toolbox-perspective.png 0644 root bin +f none html/en/images/toolbox/clip-3b.png 0644 root bin +f none html/en/images/toolbox/stock-tool-airbrush-22.png 0644 root bin +f none html/en/images/toolbox/stock-tool-measure-22.png 0644 root bin +f none html/en/images/toolbox/tools-brightness.png 0644 root bin +f none html/en/images/toolbox/toolbox-move.png 0644 root bin +f none html/en/images/toolbox/clip-adjust2.png 0644 root bin +f none html/en/images/toolbox/toolbox-lasso.png 0644 root bin +f none html/en/images/toolbox/cross-pt.png 0644 root bin +f none html/en/images/toolbox/curves-vert-1.png 0644 root bin +f none html/en/images/toolbox/toolbox-fill.png 0644 root bin +f none html/en/images/toolbox/painting-examples.png 0644 root bin +f none html/en/images/toolbox/FG-select-smoothing3.png 0644 root bin +f none html/en/images/toolbox/stock-tool-smudge-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-pen.png 0644 root bin +f none html/en/images/toolbox/text-path.png 0644 root bin +f none html/en/images/toolbox/reg-button.png 0644 root bin +f none html/en/images/toolbox/stock-tool-perspective-clone-22.png 0644 root bin +f none html/en/images/toolbox/tool-options-airbrush.png 0644 root bin +f none html/en/images/toolbox/tool-options-blur-sharpen.png 0644 root bin +f none html/en/images/toolbox/tool-options-clone.png 0644 root bin +f none html/en/images/toolbox/tool-options-pencil.png 0644 root bin +f none html/en/images/toolbox/stock-tool-threshold-22.png 0644 root bin +f none html/en/images/toolbox/toolbox-eyedropper.png 0644 root bin +f none html/en/images/toolbox/transform-tools-common-options.png 0644 root bin +f none html/en/images/toolbox/fill-by-2.png 0644 root bin +f none html/en/images/toolbox/manage-saved-settings.png 0644 root bin +f none html/en/images/toolbox/levels-input-1.png 0644 root bin +f none html/en/images/tip.png 0644 root bin +f none html/en/images/link.png 0644 root bin +d none html/en/images/filters 0755 root bin +f none html/en/images/filters/options-logo-coolmetal.png 0644 root bin +f none html/en/images/filters/options-noise-slur.png 0644 root bin +f none html/en/images/filters/options-map-smalltiles.png 0644 root bin +f none html/en/images/filters/options-distort-vpropagate.png 0644 root bin +f none html/en/images/filters/options-logo-t-o-p.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer2.png 0644 root bin +f none html/en/images/filters/filters-blur-tileable.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer5.png 0644 root bin +f none html/en/images/filters/options-colormap-exchange.png 0644 root bin +f none html/en/images/filters/film-options2.png 0644 root bin +f none html/en/images/filters/filters-distort-mosaic.png 0644 root bin +f none html/en/images/filters/options-logo-basic2.png 0644 root bin +f none html/en/images/filters/options-noise-scatter-HSV.png 0644 root bin +f none html/en/images/filters/filters-dilate-zone.png 0644 root bin +f none html/en/images/filters/options-artistic-cubism.png 0644 root bin +f none html/en/images/filters/filters-color-hot.png 0644 root bin +f none html/en/images/filters/greythresh.png 0644 root bin +f none html/en/images/filters/options-light-flarefx.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist-sizemap.png 0644 root bin +f none html/en/images/filters/options-decor-carve-it.png 0644 root bin +f none html/en/images/filters/options-light-lighting4.png 0644 root bin +f none html/en/images/filters/options-logo-glossy.png 0644 root bin +f none html/en/images/filters/filters-distort-pagecurl.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist7.png 0644 root bin +f none html/en/images/filters/gflare-editor-2.png 0644 root bin +f none html/en/images/filters/options-light-lighting3.png 0644 root bin +f none html/en/images/filters/options-enhance-destripe.png 0644 root bin +f none html/en/images/filters/options-render-fractalexplorer2.png 0644 root bin +f none html/en/images/filters/filters-render-flame.png 0644 root bin +f none html/en/images/filters/filters-render-grid.png 0644 root bin +f none html/en/images/filters/filters-distort-blinds.png 0644 root bin +f none html/en/images/filters/filters-render-diffraction.png 0644 root bin +f none html/en/images/filters/options-imagemap-grid.png 0644 root bin +f none html/en/images/filters/options-distort-ripple.png 0644 root bin +f none html/en/images/filters/edge-options.png 0644 root bin +f none html/en/images/filters/filters-distort-newsprint.png 0644 root bin +f none html/en/images/filters/filters-dilate-pixel.png 0644 root bin +f none html/en/images/filters/options-artistic-vangogh.png 0644 root bin +f none html/en/images/filters/options-map-papertile.png 0644 root bin +f none html/en/images/filters/options-render-sinus1.png 0644 root bin +f none html/en/images/filters/options-distort-engrave.png 0644 root bin +f none html/en/images/filters/filters-distort-curvebend.png 0644 root bin +f none html/en/images/filters/filters-convolution-milord.png 0644 root bin +f none html/en/images/filters/cubism-1.png 0644 root bin +f none html/en/images/filters/filters-light-sparkle.png 0644 root bin +f none html/en/images/filters/options-map-tile.png 0644 root bin +f none html/en/images/filters/options-render-checkerboard.png 0644 root bin +f none html/en/images/filters/options-logo-3d-outline.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer4.png 0644 root bin +f none html/en/images/filters/filterpack-saturation-options.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer3.png 0644 root bin +f none html/en/images/filters/options-blur-gauss.png 0644 root bin +f none html/en/images/filters/options-render-jigsaw.png 0644 root bin +f none html/en/images/filters/options-render-spheredesigner.png 0644 root bin +f none html/en/images/filters/options-enhance-sharpen.png 0644 root bin +f none html/en/images/filters/options-light-drop-shadow.png 0644 root bin +f none html/en/images/filters/mapobject-options-6.png 0644 root bin +f none html/en/images/filters/options-decor-coffee.png 0644 root bin +f none html/en/images/filters/mapobject-options-1.png 0644 root bin +f none html/en/images/filters/options-colors-retinex.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist-orientmap.png 0644 root bin +f none html/en/images/filters/options-artistic-applycanvas.png 0644 root bin +f none html/en/images/filters/playback-options.png 0644 root bin +f none html/en/images/filters/solid-noise-options.png 0644 root bin +f none html/en/images/filters/options-distort-erase_rows.png 0644 root bin +f none html/en/images/filters/options-logo-alien-glow.png 0644 root bin +f none html/en/images/filters/options-render-ifscompose2.png 0644 root bin +f none html/en/images/filters/options-noise-spread.png 0644 root bin +f none html/en/images/filters/options-noise-rgb.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist8.png 0644 root bin +f none html/en/images/filters/options-render-fractalexplorer3.png 0644 root bin +f none html/en/images/filters/options-artistic-oilify.png 0644 root bin +f none html/en/images/filters/options-noise-pick.png 0644 root bin +f none html/en/images/filters/options-decor-addborder.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist6.png 0644 root bin +f none html/en/images/filters/gflare-options-1.png 0644 root bin +f none html/en/images/filters/gflare-editor-3.png 0644 root bin +f none html/en/images/filters/options-light-lighting2.png 0644 root bin +f none html/en/images/filters/options-imagemap-info.png 0644 root bin +f none html/en/images/filters/options-light-lighting5.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist1.png 0644 root bin +f none html/en/images/filters/gflare-editor-4.png 0644 root bin +f none html/en/images/filters/filters-blur-pixelize.png 0644 root bin +f none html/en/images/filters/filters-edgedetect-fig.png 0644 root bin +f none html/en/images/filters/mapobject-options-2.png 0644 root bin +f none html/en/images/filters/options-render-sinus3.png 0644 root bin +f none html/en/images/filters/options-light-perspective-shadow.png 0644 root bin +f none html/en/images/filters/mapobject-options-5.png 0644 root bin +f none html/en/images/filters/options-map-displace-cartesian.png 0644 root bin +f none html/en/images/filters/sobel-options.png 0644 root bin +f none html/en/images/filters/options-map-warp.png 0644 root bin +f none html/en/images/filters/iwarp-options-2.png 0644 root bin +f none html/en/images/filters/filters-color-borderaverage.png 0644 root bin +f none html/en/images/filters/filters-distort-whirlpinch.png 0644 root bin +f none html/en/images/filters/options-artistic-softglow.png 0644 root bin +f none html/en/images/filters/filterpack-value-options.png 0644 root bin +f none html/en/images/filters/neon-options.png 0644 root bin +f none html/en/images/filters/options-color-filterpack.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist2.png 0644 root bin +f none html/en/images/filters/filters-enhance-nlfilter.png 0644 root bin +f none html/en/images/filters/diff-gauss-options.png 0644 root bin +f none html/en/images/filters/gflare-options-2.png 0644 root bin +f none html/en/images/filters/options-light-xach-effect.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist5.png 0644 root bin +f none html/en/images/filters/filters-distort-video.png 0644 root bin +f none html/en/images/filters/preview-submenu.png 0644 root bin +f none html/en/images/filters/filters-convolution-extend.png 0644 root bin +f none html/en/images/filters/options-light-lighting1.png 0644 root bin +f none html/en/images/filters/options-enhance-despeckle.png 0644 root bin +f none html/en/images/filters/filters-convolution-wrap.png 0644 root bin +f none html/en/images/filters/filters-distort-waves.png 0644 root bin +f none html/en/images/filters/options-distort-lens-distortion.png 0644 root bin +f none html/en/images/filters/cubism-2.png 0644 root bin +f none html/en/images/filters/filters-render-qbist.png 0644 root bin +f none html/en/images/filters/options-decor-add-bevel.png 0644 root bin +f none html/en/images/filters/options-logo-neon.png 0644 root bin +f none html/en/images/filters/options-artistic-cartoon.png 0644 root bin +f none html/en/images/filters/options-imagemap-draw.png 0644 root bin +f none html/en/images/filters/options-glass-tile.png 0644 root bin +f none html/en/images/filters/options-logo-chip-away.png 0644 root bin +f none html/en/images/filters/filters-distort-shift.png 0644 root bin +d none html/en/images/filters/examples 0755 root bin +f none html/en/images/filters/examples/distort-taj-waves.jpg 0644 root bin +f none html/en/images/filters/examples/starburst-layers.png 0644 root bin +f none html/en/images/filters/examples/2zinnias.png 0644 root bin +f none html/en/images/filters/examples/3d-outline-20.jpg 0644 root bin +f none html/en/images/filters/examples/map-tile.png 0644 root bin +f none html/en/images/filters/examples/convolution-blur.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-resize.png 0644 root bin +f none html/en/images/filters/examples/vpropag3-zoom.png 0644 root bin +f none html/en/images/filters/examples/chip-away-60.jpg 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-gran1.png 0644 root bin +f none html/en/images/filters/examples/logo-basic2.jpg 0644 root bin +f none html/en/images/filters/examples/map-lic-deriv.png 0644 root bin +f none html/en/images/filters/examples/glass-taj-glass-tile.jpg 0644 root bin +f none html/en/images/filters/examples/wind1.png 0644 root bin +f none html/en/images/filters/examples/starburst-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/convolution-edge.png 0644 root bin +f none html/en/images/filters/examples/artistic-taj-photocopy.jpg 0644 root bin +f none html/en/images/filters/examples/borderaverage08.png 0644 root bin +f none html/en/images/filters/examples/decor-add-bevel21.png 0644 root bin +f none html/en/images/filters/examples/enhance-taj-unsharp-mask.jpg 0644 root bin +f none html/en/images/filters/examples/predator-step2.jpg 0644 root bin +f none html/en/images/filters/examples/t-o-p-hits25.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-curve-bend.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-emboss.jpg 0644 root bin +f none html/en/images/filters/examples/light-taj-nova.jpg 0644 root bin +f none html/en/images/filters/examples/t-o-p-hits10.jpg 0644 root bin +f none html/en/images/filters/examples/taj_guides.jpg 0644 root bin +f none html/en/images/filters/examples/polcoords2.png 0644 root bin +f none html/en/images/filters/examples/render-taj-qbist.jpg 0644 root bin +f none html/en/images/filters/examples/colors-rotation-base.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-shadow10.png 0644 root bin +f none html/en/images/filters/examples/decor-taj-round-corners.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-shift.jpg 0644 root bin +f none html/en/images/filters/examples/chip-away-0.jpg 0644 root bin +f none html/en/images/filters/examples/kvitveis-illusion.png 0644 root bin +f none html/en/images/filters/examples/3d-outline-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/colors-map-rotation-threshold.png 0644 root bin +f none html/en/images/filters/examples/map-displace-pinch.png 0644 root bin +f none html/en/images/filters/examples/logo-3d-outline.jpg 0644 root bin +f none html/en/images/filters/examples/artistic-taj-applycanvas.jpg 0644 root bin +f none html/en/images/filters/examples/map-illusionb.png 0644 root bin +f none html/en/images/filters/examples/decor-taj-fuzzyborder.jpg 0644 root bin +f none html/en/images/filters/examples/decor-taj-slide.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-smoothpalette.jpg 0644 root bin +f none html/en/images/filters/examples/noise-taj-pick.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-blur.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-mblur-zoom.jpg 0644 root bin +f none html/en/images/filters/examples/lensdistortion-main-high.png 0644 root bin +f none html/en/images/filters/examples/generic-taj-convmatrix-emboss.jpg 0644 root bin +f none html/en/images/filters/examples/3d-outline-shadow40.jpg 0644 root bin +f none html/en/images/filters/examples/newsprint.png 0644 root bin +f none html/en/images/filters/examples/light-taj-gflare.jpg 0644 root bin +f none html/en/images/filters/examples/carve-it-stencil.png 0644 root bin +f none html/en/images/filters/examples/map-lic-vp-nm4.png 0644 root bin +f none html/en/images/filters/examples/render-taj-cmlexplorer.jpg 0644 root bin +f none html/en/images/filters/examples/3d-outline-moved.jpg 0644 root bin +f none html/en/images/filters/examples/old-photo-defocus.png 0644 root bin +f none html/en/images/filters/examples/chip-away-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/depthmerge-results-offset.png 0644 root bin +f none html/en/images/filters/examples/optimize-diff.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-blur.png 0644 root bin +f none html/en/images/filters/examples/carve-it-mask.jpg 0644 root bin +f none html/en/images/filters/examples/example-map-warp5.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-ripple.jpg 0644 root bin +f none html/en/images/filters/examples/logo-alien-glow.jpg 0644 root bin +f none html/en/images/filters/examples/glowing-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/vpropag-base.png 0644 root bin +f none html/en/images/filters/examples/render-taj-plasma.jpg 0644 root bin +f none html/en/images/filters/examples/logo-glossy.jpg 0644 root bin +f none html/en/images/filters/examples/starburst-filter.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-maxrgb.jpg 0644 root bin +f none html/en/images/filters/examples/2zinnias-c.png 0644 root bin +f none html/en/images/filters/examples/generic-taj-erode.jpg 0644 root bin +f none html/en/images/filters/examples/bovination-x.png 0644 root bin +f none html/en/images/filters/examples/lensdistortion-brighten-high.png 0644 root bin +f none html/en/images/filters/examples/example-map-warp2.png 0644 root bin +f none html/en/images/filters/examples/map-taj-seamless.jpg 0644 root bin +f none html/en/images/filters/examples/carve-it-normal.png 0644 root bin +f none html/en/images/filters/examples/render-checkerboard1.jpg 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-angle15.png 0644 root bin +f none html/en/images/filters/examples/map-displace5.png 0644 root bin +f none html/en/images/filters/examples/decor-taj-addborder.jpg 0644 root bin +f none html/en/images/filters/examples/render-taj-jigsaw.jpg 0644 root bin +f none html/en/images/filters/examples/depthmerge-results-none.png 0644 root bin +f none html/en/images/filters/examples/blur-demo-pixelize.png 0644 root bin +f none html/en/images/filters/examples/enhance-taj-nl-filter.jpg 0644 root bin +f none html/en/images/filters/examples/noise-taj-scatter-hsv.jpg 0644 root bin +f none html/en/images/filters/examples/logo-taj-chalk.jpg 0644 root bin +f none html/en/images/filters/examples/logo-bovination-applied.jpg 0644 root bin +f none html/en/images/filters/examples/light-taj-xach-effect.jpg 0644 root bin +f none html/en/images/filters/examples/carve-it-invmask.jpg 0644 root bin +f none html/en/images/filters/examples/vpropag1.png 0644 root bin +f none html/en/images/filters/examples/chip-away-3d.jpg 0644 root bin +f none html/en/images/filters/examples/map-lic-text-lg.png 0644 root bin +f none html/en/images/filters/examples/edge-taj-edge-laplace.jpg 0644 root bin +f none html/en/images/filters/examples/lensdistortion-main-low.png 0644 root bin +f none html/en/images/filters/examples/render-taj-grid.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-video.jpg 0644 root bin +f none html/en/images/filters/examples/vpropag6b.png 0644 root bin +f none html/en/images/filters/examples/lensdistortion-zoom-low.png 0644 root bin +f none html/en/images/filters/examples/predator-pixelize16.png 0644 root bin +f none html/en/images/filters/examples/old-photo-mottle.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-shadow100.png 0644 root bin +f none html/en/images/filters/examples/glossy-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/round-corners-shadow1.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-wind.jpg 0644 root bin +f none html/en/images/filters/examples/map-lic-mm.png 0644 root bin +f none html/en/images/filters/examples/slice-cellspacing.png 0644 root bin +f none html/en/images/filters/examples/qbist1.png 0644 root bin +f none html/en/images/filters/examples/color-taj-sample-colorize.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-filterpack.jpg 0644 root bin +f none html/en/images/filters/examples/map-illusionc.png 0644 root bin +f none html/en/images/filters/examples/render-taj-fractalexplorer.jpg 0644 root bin +f none html/en/images/filters/examples/engrave_width_limit_original.png 0644 root bin +f none html/en/images/filters/examples/dilate-neon.png 0644 root bin +f none html/en/images/filters/examples/decor-add-bevel12.png 0644 root bin +f none html/en/images/filters/examples/example-map-bumpmap.png 0644 root bin +f none html/en/images/filters/examples/round-corners-rad15.png 0644 root bin +f none html/en/images/filters/examples/kvitveis-fractal.png 0644 root bin +f none html/en/images/filters/examples/color-taj-decompose.jpg 0644 root bin +f none html/en/images/filters/examples/predator-step3.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-borderaverage.png 0644 root bin +f none html/en/images/filters/examples/lensdistortion-edge-low.png 0644 root bin +f none html/en/images/filters/examples/3d-outline-5.jpg 0644 root bin +f none html/en/images/filters/examples/generic-taj-dilate.jpg 0644 root bin +f none html/en/images/filters/examples/wind0.png 0644 root bin +f none html/en/images/filters/examples/map-taj-map-object.jpg 0644 root bin +f none html/en/images/filters/examples/lensdistortion-xshift-low.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-newsprint.jpg 0644 root bin +f none html/en/images/filters/examples/decor-add-bevel20.png 0644 root bin +f none html/en/images/filters/examples/blur-demo-blur.png 0644 root bin +f none html/en/images/filters/examples/predator-edge16.png 0644 root bin +f none html/en/images/filters/examples/depthmerge-source-map2.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-angle105.png 0644 root bin +f none html/en/images/filters/examples/color-taj-ccanalyse.jpg 0644 root bin +f none html/en/images/filters/examples/combine-taj-film.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-alien2.jpg 0644 root bin +f none html/en/images/filters/examples/enhance-red-eye-after.jpg 0644 root bin +f none html/en/images/filters/examples/map-taj-papertile.jpg 0644 root bin +f none html/en/images/filters/examples/edge-taj-edge-prewitt.jpg 0644 root bin +f none html/en/images/filters/examples/glass-taj-apply-lens.jpg 0644 root bin +f none html/en/images/filters/examples/lensdistortion-edge-high.png 0644 root bin +f none html/en/images/filters/examples/cosmos-decomposed.png 0644 root bin +f none html/en/images/filters/examples/ifscompose-tut1.png 0644 root bin +f none html/en/images/filters/examples/t-o-p-hits40.jpg 0644 root bin +f none html/en/images/filters/examples/noise-taj-scatter-rgb.jpg 0644 root bin +f none html/en/images/filters/examples/render-taj-spheredesigner.jpg 0644 root bin +f none html/en/images/filters/examples/taj_orig.jpg 0644 root bin +f none html/en/images/filters/examples/unsharp-mask-1.png 0644 root bin +f none html/en/images/filters/examples/convolution-edge-detect1.png 0644 root bin +f none html/en/images/filters/examples/predator-pixelize4.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-applied.jpg 0644 root bin +f none html/en/images/filters/examples/borderaverage64.png 0644 root bin +f none html/en/images/filters/examples/depthmerge-source-image1.png 0644 root bin +f none html/en/images/filters/examples/map-displace7a.png 0644 root bin +f none html/en/images/filters/examples/3d-outline-alpha.png 0644 root bin +f none html/en/images/filters/examples/erode-noise.png 0644 root bin +f none html/en/images/filters/examples/noise-taj-slur.jpg 0644 root bin +f none html/en/images/filters/examples/decor-taj-carve-it.jpg 0644 root bin +f none html/en/images/filters/examples/light-taj-sparkle.jpg 0644 root bin +f none html/en/images/filters/examples/depthmerge-results-scale.png 0644 root bin +f none html/en/images/filters/examples/3d-outline-example.jpg 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-distance.png 0644 root bin +f none html/en/images/filters/examples/diffraction1.png 0644 root bin +f none html/en/images/filters/examples/neon-glow.png 0644 root bin +f none html/en/images/filters/examples/predator-edge8.png 0644 root bin +f none html/en/images/filters/examples/bovination-y.png 0644 root bin +f none html/en/images/filters/examples/colors-retinex1.png 0644 root bin +f none html/en/images/filters/examples/example-map-warp3.png 0644 root bin +f none html/en/images/filters/examples/engrave_width_limit_yes.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-iwarp.jpg 0644 root bin +f none html/en/images/filters/examples/chip-away-30.jpg 0644 root bin +f none html/en/images/filters/examples/example-map-warp4.png 0644 root bin +f none html/en/images/filters/examples/render-taj-solidnoise.jpg 0644 root bin +f none html/en/images/filters/examples/generic-taj-convmatrix-blur.jpg 0644 root bin +f none html/en/images/filters/examples/addborder-delta.png 0644 root bin +f none html/en/images/filters/examples/bovination-layers.png 0644 root bin +f none html/en/images/filters/examples/lensdistortion-original.png 0644 root bin +f none html/en/images/filters/examples/edge-taj-edge-sobel.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-pixelise.jpg 0644 root bin +f none html/en/images/filters/examples/BGcolor.png 0644 root bin +f none html/en/images/filters/examples/coolmetal-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/coolmetal.jpg 0644 root bin +f none html/en/images/filters/examples/blur-demo-gauss10.png 0644 root bin +f none html/en/images/filters/examples/chalk-script-fu.png 0644 root bin +f none html/en/images/filters/examples/basic2-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-vinvert.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-gauss.jpg 0644 root bin +f none html/en/images/filters/examples/alien-glow-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/optimize-gif.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-gran16.png 0644 root bin +f none html/en/images/filters/examples/deinterlaced-2.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-whirlpinch.jpg 0644 root bin +f none html/en/images/filters/examples/chip-away-slate.jpg 0644 root bin +f none html/en/images/filters/examples/vpropag2-bis.png 0644 root bin +f none html/en/images/filters/examples/vpropag3.png 0644 root bin +f none html/en/images/filters/examples/unsharp-mask-2.png 0644 root bin +f none html/en/images/filters/examples/lensdistortion-xshift-high.png 0644 root bin +f none html/en/images/filters/examples/flame1.png 0644 root bin +f none html/en/images/filters/examples/vpropag4.png 0644 root bin +f none html/en/images/filters/examples/render-taj-sinus.jpg 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-noshadow.png 0644 root bin +f none html/en/images/filters/examples/iwarp-anim.mng 0644 root bin +f none html/en/images/filters/examples/predator-pixelize0.png 0644 root bin +f none html/en/images/filters/examples/ifscompose-tut2.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-noblur.png 0644 root bin +f none html/en/images/filters/examples/logo-chip-away.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-mblur-linear.jpg 0644 root bin +f none html/en/images/filters/examples/map-displace7b.png 0644 root bin +f none html/en/images/filters/examples/generic-taj-convmatrix-sharpen.jpg 0644 root bin +f none html/en/images/filters/examples/noise-taj-hurl.jpg 0644 root bin +f none html/en/images/filters/examples/web-taj-slice.jpg 0644 root bin +f none html/en/images/filters/examples/glowing-effect-50.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-channelmixer.jpg 0644 root bin +f none html/en/images/filters/examples/depthmerge-source-image2.png 0644 root bin +f none html/en/images/filters/examples/invert.png 0644 root bin +f none html/en/images/filters/examples/old-photo-focus.png 0644 root bin +f none html/en/images/filters/examples/round-corners-rad35.png 0644 root bin +f none html/en/images/filters/examples/interlaced.png 0644 root bin +f none html/en/images/filters/examples/t-o-p-layers.png 0644 root bin +f none html/en/images/filters/examples/example-map-warp7.png 0644 root bin +f none html/en/images/filters/examples/artistic-taj-cartoon.jpg 0644 root bin +f none html/en/images/filters/examples/t-o-p-edge.jpg 0644 root bin +f none html/en/images/filters/examples/neon-shadow.png 0644 root bin +f none html/en/images/filters/examples/map-lic-vert-blur.png 0644 root bin +f none html/en/images/filters/examples/blur-taj-selective.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-mblur-radial.jpg 0644 root bin +f none html/en/images/filters/examples/taj_rows.jpg 0644 root bin +f none html/en/images/filters/examples/diffraction2.png 0644 root bin +f none html/en/images/filters/examples/colors-retinex2.png 0644 root bin +f none html/en/images/filters/examples/decor-taj-coffee.jpg 0644 root bin +f none html/en/images/filters/examples/t-o-p.jpg 0644 root bin +f none html/en/images/filters/examples/blur-taj-tblur.jpg 0644 root bin +f none html/en/images/filters/examples/depthmerge-results-overlap.png 0644 root bin +f none html/en/images/filters/examples/engrave_width_limit_no.png 0644 root bin +f none html/en/images/filters/examples/chip-away-90.jpg 0644 root bin +f none html/en/images/filters/examples/chip-away-invert.jpg 0644 root bin +f none html/en/images/filters/examples/light-taj-flarefx.jpg 0644 root bin +f none html/en/images/filters/examples/deinterlaced-1.png 0644 root bin +f none html/en/images/filters/examples/convolution-calculate.png 0644 root bin +f none html/en/images/filters/examples/invertx2.png 0644 root bin +f none html/en/images/filters/examples/render-taj-flame.jpg 0644 root bin +f none html/en/images/filters/examples/edge-taj-dog.jpg 0644 root bin +f none html/en/images/filters/examples/artistic-taj-cubism.jpg 0644 root bin +f none html/en/images/filters/examples/convolution-sharpen.png 0644 root bin +f none html/en/images/filters/examples/round-corners-shadow2.png 0644 root bin +f none html/en/images/filters/examples/decor-taj-old-photo.jpg 0644 root bin +f none html/en/images/filters/examples/noise-taj-spread.jpg 0644 root bin +f none html/en/images/filters/examples/chip-away-mud.jpg 0644 root bin +f none html/en/images/filters/examples/carve-it-invers.png 0644 root bin +f none html/en/images/filters/examples/bovination-noise.jpg 0644 root bin +f none html/en/images/filters/examples/xach-effect-layers.png 0644 root bin +f none html/en/images/filters/examples/artistic-taj-predator.jpg 0644 root bin +f none html/en/images/filters/examples/combine-taj-depthmerge.jpg 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-noblurx16.png 0644 root bin +f none html/en/images/filters/examples/decor-add-bevel11.png 0644 root bin +f none html/en/images/filters/examples/convolution-emboss.png 0644 root bin +f none html/en/images/filters/examples/render-taj-ifscompose.jpg 0644 root bin +f none html/en/images/filters/examples/borderaverage.png 0644 root bin +f none html/en/images/filters/examples/qbist2.png 0644 root bin +f none html/en/images/filters/examples/lensdistortion-brighten-low.png 0644 root bin +f none html/en/images/filters/examples/map-taj-smalltile.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-vpropagate.jpg 0644 root bin +f none html/en/images/filters/examples/enhance-red-eye-before.jpg 0644 root bin +f none html/en/images/filters/examples/wind3.png 0644 root bin +f none html/en/images/filters/examples/decor-add-bevel23.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-engrave.png 0644 root bin +f none html/en/images/filters/examples/predator-step0.jpg 0644 root bin +f none html/en/images/filters/examples/neon-tubes.png 0644 root bin +f none html/en/images/filters/examples/map-lic-vert-pat.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-gran4.png 0644 root bin +f none html/en/images/filters/examples/whirlpinch-pinch.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-polarcoords.jpg 0644 root bin +f none html/en/images/filters/examples/cosmos-1.png 0644 root bin +f none html/en/images/filters/examples/generic-taj-convmatrix-edge-detect.jpg 0644 root bin +f none html/en/images/filters/examples/edge-taj-sobel.jpg 0644 root bin +f none html/en/images/filters/examples/edge-taj-laplace.jpg 0644 root bin +f none html/en/images/filters/examples/depthmerge-source-map1.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-default.png 0644 root bin +f none html/en/images/filters/examples/blast1.png 0644 root bin +f none html/en/images/filters/examples/example-map-warp8.png 0644 root bin +f none html/en/images/filters/examples/light-taj-lighting.jpg 0644 root bin +f none html/en/images/filters/examples/glowing-effectsize.png 0644 root bin +f none html/en/images/filters/examples/artistic-taj-oilify.jpg 0644 root bin +f none html/en/images/filters/examples/lensdistortion-zoom-high.png 0644 root bin +f none html/en/images/filters/examples/2zinnias-i.png 0644 root bin +f none html/en/images/filters/examples/predator-edge4.png 0644 root bin +f none html/en/images/filters/examples/generic-taj-convmatrix-edge-enhance.jpg 0644 root bin +f none html/en/images/filters/examples/slice-folder.png 0644 root bin +f none html/en/images/filters/examples/enhance-taj-despeckle.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-pagecurl.jpg 0644 root bin +f none html/en/images/filters/examples/kvitveis-orig.png 0644 root bin +f none html/en/images/filters/examples/enhance-taj-sharpen.jpg 0644 root bin +f none html/en/images/filters/examples/example-map-warp1.png 0644 root bin +f none html/en/images/filters/examples/color-taj-colortoalpha.jpg 0644 root bin +f none html/en/images/filters/examples/3d-outline-shadow20.jpg 0644 root bin +f none html/en/images/filters/examples/artistic-taj-softglow.jpg 0644 root bin +f none html/en/images/filters/examples/render-taj-gfig.jpg 0644 root bin +f none html/en/images/filters/examples/example-map-warp6.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-orig.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-colorify.jpg 0644 root bin +f none html/en/images/filters/examples/whirlpinch-orig.png 0644 root bin +f none html/en/images/filters/examples/logo-starburst-applied.jpg 0644 root bin +f none html/en/images/filters/examples/blur-demo-selective.png 0644 root bin +f none html/en/images/filters/examples/logo-semi-transp.png 0644 root bin +f none html/en/images/filters/examples/predator-pixelize8.png 0644 root bin +f none html/en/images/filters/examples/3d-outline-40.jpg 0644 root bin +f none html/en/images/filters/examples/map-displace7c.png 0644 root bin +f none html/en/images/filters/examples/render-checkerboard2.jpg 0644 root bin +f none html/en/images/filters/examples/drop-shadow-color.png 0644 root bin +f none html/en/images/filters/examples/glowing-effect-350.jpg 0644 root bin +f none html/en/images/filters/examples/map-displace6.png 0644 root bin +f none html/en/images/filters/examples/bovination-contrast.png 0644 root bin +f none html/en/images/filters/examples/render-taj-maze.jpg 0644 root bin +f none html/en/images/filters/examples/vpropag5.png 0644 root bin +f none html/en/images/filters/examples/voronoi.png 0644 root bin +f none html/en/images/filters/examples/map-displace8.png 0644 root bin +f none html/en/images/filters/examples/logo-semi-flatten.png 0644 root bin +f none html/en/images/filters/examples/ifscompose-tut3.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-blurx16.png 0644 root bin +f none html/en/images/filters/examples/vpropag6a.png 0644 root bin +f none html/en/images/filters/examples/distort-taj-mosaic.jpg 0644 root bin +f none html/en/images/filters/examples/ifscompose-tut4.png 0644 root bin +f none html/en/images/filters/examples/jigsaw-example.png 0644 root bin +f none html/en/images/filters/examples/color-taj-exchange.jpg 0644 root bin +f none html/en/images/filters/examples/vpropag2.png 0644 root bin +f none html/en/images/filters/examples/logo-neon-applied.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-lens-distortion.jpg 0644 root bin +f none html/en/images/filters/examples/unsharp-mask-3.png 0644 root bin +f none html/en/images/filters/examples/artistic-taj-gimpressionist.jpg 0644 root bin +f none html/en/images/filters/examples/edge-taj-edge-roberts.jpg 0644 root bin +f none html/en/images/filters/examples/logo-glowing.jpg 0644 root bin +f none html/en/images/filters/examples/logo-basic1.jpg 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-length15.png 0644 root bin +f none html/en/images/filters/examples/map-lic-blur-lg.png 0644 root bin +f none html/en/images/filters/examples/round-corners-rad50.png 0644 root bin +f none html/en/images/filters/examples/predator-step1.jpg 0644 root bin +f none html/en/images/filters/examples/map-lic-sq-blur.png 0644 root bin +f none html/en/images/filters/examples/neon-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/taj_grayscale.jpg 0644 root bin +f none html/en/images/filters/examples/wind2.png 0644 root bin +f none html/en/images/filters/examples/gradmap-example.png 0644 root bin +f none html/en/images/filters/examples/map-lic-s.png 0644 root bin +f none html/en/images/filters/examples/edge-taj-neon.jpg 0644 root bin +f none html/en/images/filters/examples/blur-demo-mblur.png 0644 root bin +f none html/en/images/filters/examples/convolution-example1.png 0644 root bin +f none html/en/images/filters/examples/whirlpinch-whirl.png 0644 root bin +f none html/en/images/filters/examples/qbist3.png 0644 root bin +f none html/en/images/filters/examples/perspective-shadow-noresize.png 0644 root bin +f none html/en/images/filters/examples/blur-demo-orig.png 0644 root bin +f none html/en/images/filters/examples/map-illusiona.png 0644 root bin +f none html/en/images/filters/examples/map-lic-is.png 0644 root bin +f none html/en/images/filters/examples/decor-add-bevel10.png 0644 root bin +f none html/en/images/filters/examples/polcoords1.png 0644 root bin +f none html/en/images/filters/examples/light-taj-drop-shadow.jpg 0644 root bin +f none html/en/images/filters/examples/edge-taj-edge-differential.jpg 0644 root bin +f none html/en/images/filters/examples/distort-taj-blinds.jpg 0644 root bin +f none html/en/images/filters/examples/neon-4layers.png 0644 root bin +f none html/en/images/filters/examples/edge-taj-edge-gradient.jpg 0644 root bin +f none html/en/images/filters/examples/basic1-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/round-corners-rad65.png 0644 root bin +f none html/en/images/filters/examples/dilate-text.png 0644 root bin +f none html/en/images/filters/examples/optimize-orig.png 0644 root bin +f none html/en/images/filters/examples/render-fractalexpl.png 0644 root bin +f none html/en/images/filters/examples/taj_orig.png 0644 root bin +f none html/en/images/filters/examples/fuzzyborder-noblur.png 0644 root bin +f none html/en/images/filters/examples/t-o-p-script-fu.jpg 0644 root bin +f none html/en/images/filters/examples/color-taj-rotation.jpg 0644 root bin +f none html/en/images/filters/emboss-options.png 0644 root bin +f none html/en/images/filters/options-map-displace.png 0644 root bin +f none html/en/images/filters/options-map-fractal-trace.png 0644 root bin +f none html/en/images/filters/options-decor-round-corners.png 0644 root bin +f none html/en/images/filters/filters-convolution-crop.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer1a.png 0644 root bin +f none html/en/images/filters/imagemap-options.png 0644 root bin +f none html/en/images/filters/filters-render-ifsfractal.png 0644 root bin +f none html/en/images/filters/gflare-editor-1.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist4.png 0644 root bin +f none html/en/images/filters/options-enhance-unsharp-mask.png 0644 root bin +f none html/en/images/filters/options-artistic-gimpressionist3.png 0644 root bin +f none html/en/images/filters/filterpack-hue-options.png 0644 root bin +f none html/en/images/filters/options-decor-slide.png 0644 root bin +f none html/en/images/filters/options-logo-glowing.png 0644 root bin +f none html/en/images/filters/options-render-fractalexplorer1.png 0644 root bin +f none html/en/images/filters/options-artistic-photocopy.png 0644 root bin +f none html/en/images/filters/filters-distort-iwarp.png 0644 root bin +f none html/en/images/filters/options-distort-wind.png 0644 root bin +f none html/en/images/filters/options-blur-mblur.png 0644 root bin +f none html/en/images/filters/options-logo-chalk.png 0644 root bin +f none html/en/images/filters/options-enhance-red-eye-removal.png 0644 root bin +f none html/en/images/filters/depthmerge-options.png 0644 root bin +f none html/en/images/filters/mapobject-options-4.png 0644 root bin +f none html/en/images/filters/options-imagemap-area.png 0644 root bin +f none html/en/images/filters/options-web-slice.png 0644 root bin +d none html/en/images/filters/alpha-to-logo 0755 root bin +f none html/en/images/filters/alpha-to-logo/chrome.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/blended-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/chrome-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/chrome-offs25.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/chrome-offs50.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/textured.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/comic.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/frosty-400.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/frosty.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/textured-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/frosty-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/frosty-200.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/starscape.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/chrome-offs100.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/starscape-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/frosty-10.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/comic-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/alien-neon.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/alien-neon-options.png 0644 root bin +f none html/en/images/filters/alpha-to-logo/gradient-bevel.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/blended.jpg 0644 root bin +f none html/en/images/filters/alpha-to-logo/gradient-bevel-options.png 0644 root bin +f none html/en/images/filters/mapobject-options-3.png 0644 root bin +f none html/en/images/filters/options-render-sinus2.png 0644 root bin +f none html/en/images/filters/options-light-nova.png 0644 root bin +f none html/en/images/filters/filters-blur-gaussselect.png 0644 root bin +f none html/en/images/filters/filters-dilate-image.png 0644 root bin +f none html/en/images/filters/options-render-gfig.png 0644 root bin +f none html/en/images/filters/filters-render-plasma.png 0644 root bin +f none html/en/images/filters/options-noise-hurl.png 0644 root bin +f none html/en/images/filters/changeto.png 0644 root bin +f none html/en/images/filters/options-map-illusion.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer6.png 0644 root bin +f none html/en/images/filters/options-enhance-deinterlace.png 0644 root bin +f none html/en/images/filters/options-imagemap-guides-options.png 0644 root bin +f none html/en/images/filters/filters-render-flame-edit.png 0644 root bin +f none html/en/images/filters/apply_lens-options.png 0644 root bin +f none html/en/images/filters/film-options1.png 0644 root bin +f none html/en/images/filters/options-decor-old-photo.png 0644 root bin +f none html/en/images/filters/options-logo-basic1.png 0644 root bin +f none html/en/images/filters/options-render-cmlexplorer1.png 0644 root bin +f none html/en/images/filters/options-decor-fuzzyborder.png 0644 root bin +f none html/en/images/filters/cubism-3.png 0644 root bin +f none html/en/images/filters/options-logo-starburst.png 0644 root bin +f none html/en/images/filters/options-map-bumpmap.png 0644 root bin +f none html/en/images/filters/filters-distort-polarcoords.png 0644 root bin +f none html/en/images/filters/options-render-maze.png 0644 root bin +f none html/en/images/filters/options-map-displace-polar.png 0644 root bin +f none html/en/images/filters/filters-generic-convolution.png 0644 root bin +f none html/en/images/filters/options-logo-bovination.png 0644 root bin +f none html/en/images/filters/options-artistic-predator.png 0644 root bin +d none html/en/images/glossary 0755 root bin +f none html/en/images/glossary/alpha-channel-3b.png 0644 root bin +f none html/en/images/glossary/bezier-curve.png 0644 root bin +f none html/en/images/glossary/alpha-channel-1.png 0644 root bin +f none html/en/images/glossary/colorcircle.png 0644 root bin +f none html/en/images/glossary/alias-feather.png 0644 root bin +f none html/en/images/glossary/gamut-example.png 0644 root bin +f none html/en/images/glossary/modes-behind.png 0644 root bin +f none html/en/images/glossary/alpha-channel-0.png 0644 root bin +f none html/en/images/glossary/tool-opt-increment.png 0644 root bin +f none html/en/images/glossary/modes-multilayer.png 0644 root bin +f none html/en/images/glossary/antialias.png 0644 root bin +f none html/en/images/glossary/modes-normal2.png 0644 root bin +f none html/en/images/glossary/tool-opt-nonincrement.png 0644 root bin +f none html/en/images/glossary/alias.png 0644 root bin +f none html/en/images/glossary/alpha-channel-2.png 0644 root bin +f none html/en/images/glossary/color-model-additive.png 0644 root bin +f none html/en/images/glossary/modes-colorerase.png 0644 root bin +f none html/en/images/glossary/alpha-channel-3a.png 0644 root bin +f none html/en/images/glossary/feather.png 0644 root bin +f none html/en/images/glossary/color-model-subtractive.png 0644 root bin +f none html/en/images/home.png 0644 root bin +f none html/en/images/caution.png 0644 root bin +f none html/en/images/draft.png 0644 root bin +f none html/en/images/up.png 0644 root bin +f none html/en/images/warning.png 0644 root bin +f none html/en/images/next.png 0644 root bin +f none html/en/images/note.png 0644 root bin +d none html/en/images/menus 0755 root bin +f none html/en/images/menus/channel-mixer-ex3.png 0644 root bin +f none html/en/images/menus/jitter.png 0644 root bin +f none html/en/images/menus/layer-scale.png 0644 root bin +f none html/en/images/menus/autocrop-2.png 0644 root bin +f none html/en/images/menus/channel-mixer-ex4.png 0644 root bin +f none html/en/images/menus/file-open-dialog.png 0644 root bin +f none html/en/images/menus/windows-dockable_dialogs.png 0644 root bin +f none html/en/images/menus/image-canvas-size-list.png 0644 root bin +f none html/en/images/menus/alignHFLB-.png 0644 root bin +f none html/en/images/menus/folder-context-menu.png 0644 root bin +f none html/en/images/menus/procedure-browser.png 0644 root bin +f none html/en/images/menus/decompose-ex2.png 0644 root bin +f none html/en/images/menus/compose-channels-ex2.png 0644 root bin +f none html/en/images/menus/colors-components-compose.png 0644 root bin +f none html/en/images/menus/menus-layer-mask.png 0644 root bin +f none html/en/images/menus/equalize.png 0644 root bin +f none html/en/images/menus/script-fu-console-browse.png 0644 root bin +f none html/en/images/menus/windows3.png 0644 root bin +f none html/en/images/menus/colors-info.png 0644 root bin +f none html/en/images/menus/select.png 0644 root bin +f none html/en/images/menus/icon-submenu.png 0644 root bin +f none html/en/images/menus/colors-maxRGB.png 0644 root bin +f none html/en/images/menus/layer.png 0644 root bin +f none html/en/images/menus/image-canvas-size-ex4.png 0644 root bin +f none html/en/images/menus/align-demo.png 0644 root bin +f none html/en/images/menus/flip-h-1.png 0644 root bin +f none html/en/images/menus/image-canvas-size-ex3.png 0644 root bin +d none html/en/images/menus/edit 0755 root bin +f none html/en/images/menus/edit/units-add-new.png 0644 root bin +f none html/en/images/menus/edit/stroke-path.png 0644 root bin +f none html/en/images/menus/edit/modules.png 0644 root bin +f none html/en/images/menus/edit/units.png 0644 root bin +f none html/en/images/menus/edit/paste-warning.png 0644 root bin +f none html/en/images/menus/edit/paste-as.png 0644 root bin +f none html/en/images/menus/image-properties-comment.png 0644 root bin +f none html/en/images/menus/local-windows-submenu.png 0644 root bin +f none html/en/images/menus/layer-alpha-intersect.png 0644 root bin +f none html/en/images/menus/threshold-alpha-dialog.png 0644 root bin +f none html/en/images/menus/colors.png 0644 root bin +f none html/en/images/menus/colors-map-rearrange.png 0644 root bin +f none html/en/images/menus/colors-components.png 0644 root bin +f none html/en/images/menus/selection-editor-click.png 0644 root bin +f none html/en/images/menus/colors-colortoalpha.png 0644 root bin +f none html/en/images/menus/edit-paste-new-pattern.png 0644 root bin +f none html/en/images/menus/filters-light+shadow.png 0644 root bin +f none html/en/images/menus/crop-layer.png 0644 root bin +f none html/en/images/menus/alignHFLB+.png 0644 root bin +f none html/en/images/menus/colors-filterpack-advanced.png 0644 root bin +f none html/en/images/menus/script-fu-console.png 0644 root bin +f none html/en/images/menus/BBR.png 0644 root bin +f none html/en/images/menus/module-manager-ex1.png 0644 root bin +f none html/en/images/menus/colors-map-palettemap-ex2.png 0644 root bin +f none html/en/images/menus/crop-layer-1.png 0644 root bin +f none html/en/images/menus/edit-paste-new-brush.png 0644 root bin +f none html/en/images/menus/layer-alpha-add.png 0644 root bin +f none html/en/images/menus/layer-mask-intersect.png 0644 root bin +f none html/en/images/menus/colors-auto.png 0644 root bin +f none html/en/images/menus/channel-mixer-ex2.png 0644 root bin +f none html/en/images/menus/compose-channels-ex1.jpg 0644 root bin +f none html/en/images/menus/sunflower.png 0644 root bin +f none html/en/images/menus/view.png 0644 root bin +f none html/en/images/menus/layer-local.png 0644 root bin +f none html/en/images/menus/image-canvas-size-ex2.png 0644 root bin +f none html/en/images/menus/image-merge-visible-ex1.png 0644 root bin +f none html/en/images/menus/dialogs-offset-layer.png 0644 root bin +f none html/en/images/menus/selection-grow-corners.png 0644 root bin +f none html/en/images/menus/colors-components-decompose.png 0644 root bin +d none html/en/images/menus/view 0755 root bin +d none html/en/images/menus/view/display-filters 0755 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 theferret at users.sourceforge.net Mon Jun 28 19:51:23 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 17:51:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[10373] csw/mgar/pkg/cswutils/trunk/files/createpkg Message-ID: Revision: 10373 http://gar.svn.sourceforge.net/gar/?rev=10373&view=rev Author: theferret Date: 2010-06-28 17:51:23 +0000 (Mon, 28 Jun 2010) Log Message: ----------- cswutils:createpkg - Added auto-date-expantion and BASEDIR flexibility Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/files/createpkg Modified: csw/mgar/pkg/cswutils/trunk/files/createpkg =================================================================== --- csw/mgar/pkg/cswutils/trunk/files/createpkg 2010-06-28 17:28:57 UTC (rev 10372) +++ csw/mgar/pkg/cswutils/trunk/files/createpkg 2010-06-28 17:51:23 UTC (rev 10373) @@ -23,12 +23,17 @@ fi #This is only relevant for a relative-path package -INSTALLBASEDIR=/opt/csw +SRCBASEDIR=/opt/csw if [[ "$1" = "-b" ]] ; then - INSTALLBASEDIR="$2" + SRCBASEDIR="$2" mode=relative shift shift + BASEDIR=`sed -n 's/^BASEDIR=//p' pkginfo` + if [[ "$BASEDIR" = "" ]] ; then + echo Note: no BASEDIR in pkginfo. Defaulting to /opt/csw + BASEDIR=/opt/csw + fi fi if [[ $# -ne 0 ]] ; then @@ -84,9 +89,17 @@ fi PKG=`sed -n 's/^PKG=//p' pkginfo` -PKGREV=`sed -n 's/^VERSION=//p' pkginfo` +VERSIONVAR=`grep '^VERSION=' pkginfo` +case $VERSIONVAR in + *YYYY.MM.DD*) + datestring=`date '+%Y.%m.%d'` + VERSIONVAR=`echo $VERSIONVAR|sed "s/YYYY.MM.DD/$datestring/"` + ;; +esac +PKGREV=`echo $VERSIONVAR|sed -n 's/^VERSION=//p'` SOFTNAME=`sed -n 's/^NAME=//p' pkginfo|awk '{print $1}'` + isLower(){ typeset -l LOWER=$1 [ "$LOWER" = "$1" ] @@ -105,9 +118,9 @@ fi if [[ "$mode" = "absolute" ]] ; then - pkgmk -r $ROOTDIR -a $ARCH -f $PROTO "$@" + pkgmk -r $ROOTDIR -a $ARCH -f $PROTO "$VERSIONVAR" "$@" else - pkgmk -b $INSTALLBASEDIR -a $ARCH -f $PROTO BASEDIR=/opt/csw "$@" + pkgmk -b $SRCBASEDIR -a $ARCH -f $PROTO BASEDIR=$BASEDIR "$VERSIONVAR" "$@" fi if [[ $? -ne 0 ]] ; then die package creation failed ; fi @@ -129,7 +142,7 @@ if [[ "$mode" = "absolute" ]] ; then print packaging of files under $ROOTDIR complete else - print packaging of files under $INSTALLBASEDIR complete + print packaging of files under $SRCBASEDIR complete fi echo gzipping pkgfile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Mon Jun 28 20:36:37 2010 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Mon, 28 Jun 2010 18:36:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[10374] csw/mgar/pkg/cswutils/trunk/checksums Message-ID: Revision: 10374 http://gar.svn.sourceforge.net/gar/?rev=10374&view=rev Author: bdwalton Date: 2010-06-28 18:36:37 +0000 (Mon, 28 Jun 2010) Log Message: ----------- cswutils: stupid makesums again Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-28 17:51:23 UTC (rev 10373) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-28 18:36:37 UTC (rev 10374) @@ -4,7 +4,7 @@ cfa2e813bb04b2506c8d4763bb96d8b3 checkpkg.py 2b5e6e6219b9ad9e48bcd119bd8a5f39 compare_pkgs.py-r133 9a637f6546cc50974159a987302d91c0 cpan2pkg -93b6a811d303ce3be0050c5a7b3c8e69 createpkg +68c82dcd6955c4031e89bb9c9a1a9988 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 2cbdf8ec7baee8f43ae1773fa337c5f2 dependency_checks.py 986dc7a5b2e005087359303ca395ee2c opencsw.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 21:12:58 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 19:12:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10375] csw/mgar/pkg/libgegl/trunk Message-ID: Revision: 10375 http://gar.svn.sourceforge.net/gar/?rev=10375&view=rev Author: theferret Date: 2010-06-28 19:12:58 +0000 (Mon, 28 Jun 2010) Log Message: ----------- libgegl: rename file Added Paths: ----------- csw/mgar/pkg/libgegl/trunk/patchfile.preconf Removed Paths: ------------- csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf Deleted: csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf =================================================================== --- csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf 2010-06-28 18:36:37 UTC (rev 10374) +++ csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf 2010-06-28 19:12:58 UTC (rev 10375) @@ -1,30 +0,0 @@ ---- gegl/buffer/gegl-buffer.c.orig Sat Jun 12 07:40:58 2010 -+++ gegl/buffer/gegl-buffer.c Sat Jun 12 07:42:13 2010 -@@ -35,6 +35,7 @@ - #endif - - #ifdef G_OS_WIN32 -+#define NO_GLIB_BACKTRACE 1 - #include - #define getpid() _getpid() - #endif -@@ -80,7 +81,7 @@ - /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack - * traces for leaked GeglBuffers using GNU C libs backtrace_symbols() - */ --#ifndef G_OS_WIN32 -+#ifndef NO_GLIB_BACKTRACE 1 - #include - #endif - -@@ -876,8 +877,8 @@ - gegl_buffer_get_alloc_stack (void) - { - char *result = NULL; --#ifdef G_OS_WIN32 -- result = g_strdup ("backtrack not available on win32\n"); -+#ifdef NO_GLIB_BACKTRACE -+ result = g_strdup ("backtrack not available in this executable\n"); - #else - void *functions[MAX_N_FUNCTIONS]; - int n_functions = 0; Copied: csw/mgar/pkg/libgegl/trunk/patchfile.preconf (from rev 10374, csw/mgar/pkg/libgegl/trunk/patchfile.pre-conf) =================================================================== --- csw/mgar/pkg/libgegl/trunk/patchfile.preconf (rev 0) +++ csw/mgar/pkg/libgegl/trunk/patchfile.preconf 2010-06-28 19:12:58 UTC (rev 10375) @@ -0,0 +1,30 @@ +--- gegl/buffer/gegl-buffer.c.orig Sat Jun 12 07:40:58 2010 ++++ gegl/buffer/gegl-buffer.c Sat Jun 12 07:42:13 2010 +@@ -35,6 +35,7 @@ + #endif + + #ifdef G_OS_WIN32 ++#define NO_GLIB_BACKTRACE 1 + #include + #define getpid() _getpid() + #endif +@@ -80,7 +81,7 @@ + /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack + * traces for leaked GeglBuffers using GNU C libs backtrace_symbols() + */ +-#ifndef G_OS_WIN32 ++#ifndef NO_GLIB_BACKTRACE 1 + #include + #endif + +@@ -876,8 +877,8 @@ + gegl_buffer_get_alloc_stack (void) + { + char *result = NULL; +-#ifdef G_OS_WIN32 +- result = g_strdup ("backtrack not available on win32\n"); ++#ifdef NO_GLIB_BACKTRACE ++ result = g_strdup ("backtrack not available in this executable\n"); + #else + void *functions[MAX_N_FUNCTIONS]; + int n_functions = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Mon Jun 28 21:20:58 2010 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Mon, 28 Jun 2010 19:20:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[10376] csw/mgar/pkg/openssl/trunk/Makefile Message-ID: Revision: 10376 http://gar.svn.sourceforge.net/gar/?rev=10376&view=rev Author: chninkel Date: 2010-06-28 19:20:58 +0000 (Mon, 28 Jun 2010) Log Message: ----------- openssl: override checkpkg false alerts Modified Paths: -------------- csw/mgar/pkg/openssl/trunk/Makefile Modified: csw/mgar/pkg/openssl/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssl/trunk/Makefile 2010-06-28 19:12:58 UTC (rev 10375) +++ csw/mgar/pkg/openssl/trunk/Makefile 2010-06-28 19:20:58 UTC (rev 10376) @@ -44,13 +44,30 @@ RUNTIME_DEP_PKGS_CSWosslutils = CSWosslrt SPKG_CLASSES_CSWosslutils = none cswpreserveconf +# openssl is a meta-package +CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWosslutils +CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWossldevel +CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWosslrt + # we use sun perl not csw one CHECKPKG_OVERRIDES_CSWosslutils += missing-dependency|CSWperl -CHECKPKG_OVERRIDES_CSWossldevel += surplus-dependency|CSWosslrt CHECKPKG_OVERRIDES_CSWosslrt += surplus-dependency|CSWcacertificates +# we will not recompile old 0.9.7 version for now +CHECKPKG_OVERRIDES_CSWosslrt += bad-rpath-entry|/opt/csw/lib/sparcv8plus+vis|opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.7 +CHECKPKG_OVERRIDES_CSWosslrt += bad-rpath-entry|/opt/csw/lib/sparcv8plus+vis|opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.7 +# we do ship .a files in the devel package +CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/libcrypto.a +CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/libssl.a +CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv8plus+vis/libcrypto.a +CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv8plus+vis/libssl.a +CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/libcrypto.a +CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/libssl.a +CHECKPKG_OVERRIDES_CSWossldevel += surplus-dependency|CSWosslrt + + ###### Upstream and opencsw files information ####### MASTER_SITES = http://www.openssl.org/source/ http://openssl.org/news/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 22:19:28 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 20:19:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[10377] csw/mgar/pkg/gimp/branch-c Message-ID: Revision: 10377 http://gar.svn.sourceforge.net/gar/?rev=10377&view=rev Author: theferret Date: 2010-06-28 20:19:27 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp: moved pkgconfig stuff from main, to gimplibs Modified Paths: -------------- csw/mgar/pkg/gimp/branch-c/Makefile csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype csw/mgar/pkg/gimp/branch-c/gimplibs/prototype Modified: csw/mgar/pkg/gimp/branch-c/Makefile =================================================================== --- csw/mgar/pkg/gimp/branch-c/Makefile 2010-06-28 19:20:58 UTC (rev 10376) +++ csw/mgar/pkg/gimp/branch-c/Makefile 2010-06-28 20:19:27 UTC (rev 10377) @@ -171,7 +171,7 @@ stage: stage-$(ARCH)-32 -GIMPLIBS_EXPR='(/opt/csw/lib/lib|/opt/csw/include)' +GIMPLIBS_EXPR='(/opt/csw/lib/lib|/opt/csw/lib/pkgconfig|/opt/csw/include)' LIBDOC_EXPR='gtk-doc/html/lib' #GIMP_GNOME_EXPR='depend' Modified: csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype 2010-06-28 19:20:58 UTC (rev 10376) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/prototype 2010-06-28 20:19:27 UTC (rev 10377) @@ -215,10 +215,6 @@ f none /opt/csw/lib/gimp/2.0/interpreters/default.interp 0644 root bin d none /opt/csw/lib/gimp/2.0/environ 0755 root bin f none /opt/csw/lib/gimp/2.0/environ/default.env 0644 root bin -d none /opt/csw/lib/pkgconfig 0755 root bin -f none /opt/csw/lib/pkgconfig/gimpthumb-2.0.pc 0644 root bin -f none /opt/csw/lib/pkgconfig/gimpui-2.0.pc 0644 root bin -f none /opt/csw/lib/pkgconfig/gimp-2.0.pc 0644 root bin d none /opt/csw/share 0755 root bin d none /opt/csw/share/gtk-doc 0755 root bin d none /opt/csw/share/gtk-doc/html 0755 root bin Modified: csw/mgar/pkg/gimp/branch-c/gimplibs/prototype =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimplibs/prototype 2010-06-28 19:20:58 UTC (rev 10376) +++ csw/mgar/pkg/gimp/branch-c/gimplibs/prototype 2010-06-28 20:19:27 UTC (rev 10377) @@ -37,6 +37,10 @@ s none /opt/csw/lib/libgimp-2.0.so=libgimp-2.0.so.0.600.8 s none /opt/csw/lib/libgimpmodule-2.0.so.0=libgimpmodule-2.0.so.0.600.8 f none /opt/csw/lib/libgimpmodule-2.0.so.0.600.8 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gimpthumb-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gimpui-2.0.pc 0644 root bin +f none /opt/csw/lib/pkgconfig/gimp-2.0.pc 0644 root bin d none /opt/csw/include 0755 root bin d none /opt/csw/include/gimp-2.0 0755 root bin d none /opt/csw/include/gimp-2.0/libgimpconfig 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Mon Jun 28 23:59:16 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 21:59:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[10378] csw/mgar/pkg/gimp_help/trunk/copyright Message-ID: Revision: 10378 http://gar.svn.sourceforge.net/gar/?rev=10378&view=rev Author: theferret Date: 2010-06-28 21:59:15 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp_help:Syntax err in copyright file Modified Paths: -------------- csw/mgar/pkg/gimp_help/trunk/copyright Modified: csw/mgar/pkg/gimp_help/trunk/copyright =================================================================== --- csw/mgar/pkg/gimp_help/trunk/copyright 2010-06-28 20:19:27 UTC (rev 10377) +++ csw/mgar/pkg/gimp_help/trunk/copyright 2010-06-28 21:59:15 UTC (rev 10378) @@ -1,2 +1,2 @@ -Please see the included COPYRIGING filePYING file for full license text. +Please see the included COPYING file for full license text. (GFDL) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 29 00:06:42 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 22:06:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[10379] csw/mgar/pkg Message-ID: Revision: 10379 http://gar.svn.sourceforge.net/gar/?rev=10379&view=rev Author: theferret Date: 2010-06-28 22:06:42 +0000 (Mon, 28 Jun 2010) Log Message: ----------- gimp_extras: 'new' package Added Paths: ----------- csw/mgar/pkg/gimp_extras/ csw/mgar/pkg/gimp_extras/Makefile csw/mgar/pkg/gimp_extras/trunk/ csw/mgar/pkg/gimp_extras/trunk/Makefile csw/mgar/pkg/gimp_extras/trunk/README csw/mgar/pkg/gimp_extras/trunk/copyright csw/mgar/pkg/gimp_extras/trunk/pkginfo csw/mgar/pkg/gimp_extras/trunk/prototype Added: csw/mgar/pkg/gimp_extras/Makefile =================================================================== --- csw/mgar/pkg/gimp_extras/Makefile (rev 0) +++ csw/mgar/pkg/gimp_extras/Makefile 2010-06-28 22:06:42 UTC (rev 10379) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/gimp_extras/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/gimp_extras/trunk/Makefile =================================================================== --- csw/mgar/pkg/gimp_extras/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gimp_extras/trunk/Makefile 2010-06-28 22:06:42 UTC (rev 10379) @@ -0,0 +1,75 @@ +# This file loosely based Makefiles in TEMPLATES/createpkg +# But highly customized. +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gimp-data-extras-2.0.2.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= ftp://ftp.gimp.org/pub/gimp/extras +SRCDIR= build/* + + +CREATEPKG=createpkg -b `pwd`/build/* + +all: build/.extract.done package + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + + +package: + $(CREATEPKG) + + +configure build stage: + @echo no $@ needed + + +pkgproto: + (echo "i pkginfo";echo "i copyright") >prototype + (cd $(SRCDIR); pkgproto brushes patterns) |sed "s/ $$USER .*/ root bin/">>prototype + echo "f none COPYING 0644 root bin" >>prototype Added: csw/mgar/pkg/gimp_extras/trunk/README =================================================================== --- csw/mgar/pkg/gimp_extras/trunk/README (rev 0) +++ csw/mgar/pkg/gimp_extras/trunk/README 2010-06-28 22:06:42 UTC (rev 10379) @@ -0,0 +1,4 @@ +If I were nicer, I might attempt to rewrite the Makefile to fetch and +package up all the help for other non-"en" locales. +But I'm rather worn out + Added: csw/mgar/pkg/gimp_extras/trunk/copyright =================================================================== --- csw/mgar/pkg/gimp_extras/trunk/copyright (rev 0) +++ csw/mgar/pkg/gimp_extras/trunk/copyright 2010-06-28 22:06:42 UTC (rev 10379) @@ -0,0 +1,2 @@ +Please see the included COPYING file for full license text. +(GPL) Added: csw/mgar/pkg/gimp_extras/trunk/pkginfo =================================================================== --- csw/mgar/pkg/gimp_extras/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/gimp_extras/trunk/pkginfo 2010-06-28 22:06:42 UTC (rev 10379) @@ -0,0 +1,10 @@ +PKG=CSWgimpextras +NAME=gimp_extras - Extra brushes, palettes, and gradients for the gimp +ARCH=all +BASEDIR=/opt/csw/share/gimp/2.0 +VERSION=2.0.2,REV=2010.06.12 +CATEGORY=application +VENDOR=http://www.gimp.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gimp/branch-c Added: csw/mgar/pkg/gimp_extras/trunk/prototype =================================================================== --- csw/mgar/pkg/gimp_extras/trunk/prototype (rev 0) +++ csw/mgar/pkg/gimp_extras/trunk/prototype 2010-06-28 22:06:42 UTC (rev 10379) @@ -0,0 +1,156 @@ +i pkginfo +i copyright +d none brushes 0755 root bin +f none brushes/star5.gbr 0644 root bin +f none brushes/star2.gbr 0644 root bin +f none brushes/nova.gbr 0644 root bin +f none brushes/text2.gbr 0644 root bin +f none brushes/tulip.gbr 0644 root bin +f none brushes/50x50squareBlur.gbr 0644 root bin +f none brushes/guitar.gbr 0644 root bin +f none brushes/wave.gbr 0644 root bin +f none brushes/star3.gbr 0644 root bin +f none brushes/sphere47.gbr 0644 root bin +f none brushes/star4.gbr 0644 root bin +f none brushes/flower.gbr 0644 root bin +f none brushes/qbert3Blur.gbr 0644 root bin +f none brushes/gecko.gbr 0644 root bin +f none brushes/grid2.gbr 0644 root bin +f none brushes/text3.gbr 0644 root bin +f none brushes/text4.gbr 0644 root bin +f none brushes/50x50cone.gbr 0644 root bin +f none brushes/Makefile.in 0644 root bin +f none brushes/sphere55.gbr 0644 root bin +f none brushes/sphere29.gbr 0644 root bin +f none brushes/grid.gbr 0644 root bin +f none brushes/50x50square.gbr 0644 root bin +f none brushes/swirl2.gbr 0644 root bin +f none brushes/bigcircle3.gbr 0644 root bin +f none brushes/bigcircle4.gbr 0644 root bin +f none brushes/sphere36.gbr 0644 root bin +f none brushes/bigcircle.gbr 0644 root bin +f none brushes/bird.gbr 0644 root bin +f none brushes/bigcircle2.gbr 0644 root bin +f none brushes/text1.gbr 0644 root bin +f none brushes/Makefile.am 0644 root bin +f none brushes/flower_large.gbr 0644 root bin +f none brushes/swirl.gbr 0644 root bin +f none brushes/star1.gbr 0644 root bin +f none brushes/cloth.gbr 0644 root bin +f none brushes/50x50squareBlur2.gbr 0644 root bin +f none brushes/qbert2.gbr 0644 root bin +f none brushes/sphere79.gbr 0644 root bin +d none patterns 0755 root bin +f none patterns/connestoga.pat 0644 root bin +f none patterns/deepswirl.pat 0644 root bin +f none patterns/orange_eek.pat 0644 root bin +f none patterns/granite2.pat 0644 root bin +f none patterns/canyons2.pat 0644 root bin +f none patterns/crash1.pat 0644 root bin +f none patterns/crystals.pat 0644 root bin +f none patterns/orangebrown.pat 0644 root bin +f none patterns/green_curtains.pat 0644 root bin +f none patterns/icechex.pat 0644 root bin +f none patterns/purple-ribbons.pat 0644 root bin +f none patterns/pj.pat 0644 root bin +f none patterns/bluebar.pat 0644 root bin +f none patterns/ice2.pat 0644 root bin +f none patterns/sandytext.pat 0644 root bin +f none patterns/dunemaze.pat 0644 root bin +f none patterns/green_eek.pat 0644 root bin +f none patterns/bluespikes.pat 0644 root bin +f none patterns/redmess.pat 0644 root bin +f none patterns/spectbar.pat 0644 root bin +f none patterns/paint-explosion.pat 0644 root bin +f none patterns/blackoil.pat 0644 root bin +f none patterns/orangecheese.pat 0644 root bin +f none patterns/blackwhitefloor.pat 0644 root bin +f none patterns/money.pat 0644 root bin +f none patterns/worn_metal_chex.pat 0644 root bin +f none patterns/pixeled1.pat 0644 root bin +f none patterns/pastel2.pat 0644 root bin +f none patterns/contrawhirl.pat 0644 root bin +f none patterns/etbf.pat 0644 root bin +f none patterns/weird2.pat 0644 root bin +f none patterns/colorwhirl.pat 0644 root bin +f none patterns/crazytile.pat 0644 root bin +f none patterns/meltedcolors.pat 0644 root bin +f none patterns/blob2.pat 0644 root bin +f none patterns/greyweave.pat 0644 root bin +f none patterns/water3.pat 0644 root bin +f none patterns/gridwhirltile.pat 0644 root bin +f none patterns/gold.pat 0644 root bin +f none patterns/metallica.pat 0644 root bin +f none patterns/rust.pat 0644 root bin +f none patterns/cashew.pat 0644 root bin +f none patterns/circuit.pat 0644 root bin +f none patterns/leaves3.pat 0644 root bin +f none patterns/oooh3.pat 0644 root bin +f none patterns/krinkle.pat 0644 root bin +f none patterns/bluemetal.pat 0644 root bin +f none patterns/leaves4.pat 0644 root bin +f none patterns/dirt.pat 0644 root bin +f none patterns/purple.pat 0644 root bin +f none patterns/psycho1.pat 0644 root bin +f none patterns/curvedledge.pat 0644 root bin +f none patterns/redrings.pat 0644 root bin +f none patterns/eggcarton.pat 0644 root bin +f none patterns/send1.pat 0644 root bin +f none patterns/clouds.pat 0644 root bin +f none patterns/cow.pat 0644 root bin +f none patterns/bluemars.pat 0644 root bin +f none patterns/swirl2.pat 0644 root bin +f none patterns/diffpat.pat 0644 root bin +f none patterns/land2.pat 0644 root bin +f none patterns/coins.pat 0644 root bin +f none patterns/electric-blue-ribbons.pat 0644 root bin +f none patterns/novaugh.pat 0644 root bin +f none patterns/bluecanyons.pat 0644 root bin +f none patterns/redishstuff.pat 0644 root bin +f none patterns/woodblind.pat 0644 root bin +f none patterns/grid.pat 0644 root bin +f none patterns/land1.pat 0644 root bin +f none patterns/3dweave.pat 0644 root bin +f none patterns/dunes.pat 0644 root bin +f none patterns/disco.pat 0644 root bin +f none patterns/purple_glow.pat 0644 root bin +f none patterns/blob1.pat 0644 root bin +f none patterns/whirledstuff.pat 0644 root bin +f none patterns/metalpaths.pat 0644 root bin +f none patterns/colored_rock.pat 0644 root bin +f none patterns/inlay.pat 0644 root bin +f none patterns/bwcubes.pat 0644 root bin +f none patterns/colorblob.pat 0644 root bin +f none patterns/lathe.pat 0644 root bin +f none patterns/Makefile.am 0644 root bin +f none patterns/startile.pat 0644 root bin +f none patterns/unsharpswirl.pat 0644 root bin +f none patterns/clovers.pat 0644 root bin +f none patterns/greyweave2.pat 0644 root bin +f none patterns/slice1.pat 0644 root bin +f none patterns/wax.pat 0644 root bin +f none patterns/abstract_flowers.pat 0644 root bin +f none patterns/oooh.pat 0644 root bin +f none patterns/swirl.pat 0644 root bin +f none patterns/funnymess.pat 0644 root bin +f none patterns/chroma.pat 0644 root bin +f none patterns/mhuerock.pat 0644 root bin +f none patterns/brownie.pat 0644 root bin +f none patterns/drymud.pat 0644 root bin +f none patterns/leaves6.pat 0644 root bin +f none patterns/Makefile.in 0644 root bin +f none patterns/silver.pat 0644 root bin +f none patterns/funnymess2.pat 0644 root bin +f none patterns/lumps.pat 0644 root bin +f none patterns/floor_tile.pat 0644 root bin +f none patterns/fuzzy-colors.pat 0644 root bin +f none patterns/headache.pat 0644 root bin +f none patterns/tube.pat 0644 root bin +f none patterns/goldcloth.pat 0644 root bin +f none patterns/funnyblobs.pat 0644 root bin +f none patterns/pebbles.pat 0644 root bin +f none patterns/torrents.pat 0644 root bin +f none patterns/neurons.pat 0644 root bin +f none patterns/waves.pat 0644 root bin +f none patterns/chains.pat 0644 root bin +f none COPYING 0644 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 29 00:51:08 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Mon, 28 Jun 2010 22:51:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[10380] csw/mgar/gar/v2/lib/python Message-ID: Revision: 10380 http://gar.svn.sourceforge.net/gar/?rev=10380&view=rev Author: wahwah Date: 2010-06-28 22:51:08 +0000 (Mon, 28 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, file conflict detection within the set under test Modified Paths: -------------- csw/mgar/gar/v2/lib/python/package_checks.py csw/mgar/gar/v2/lib/python/package_checks_test.py Modified: csw/mgar/gar/v2/lib/python/package_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-28 22:06:42 UTC (rev 10379) +++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-06-28 22:51:08 UTC (rev 10380) @@ -718,9 +718,32 @@ % (ldd_elem["symbol"], ldd_elem["path"])) -def SetCheckFileCollissions(pkgs_data, error_mgr, logger, messenger): +def SetCheckFileConflicts(pkgs_data, error_mgr, logger, messenger): + """Throw an error if two packages contain the same file. + + Directories don't count. The strategy is to create an in-memory index of + packages by filename. + """ + pkgs_by_path = {} + # File types are described at: + # http://docs.sun.com/app/docs/doc/816-5174/pkgmap-4?l=en&n=1&a=view + file_types = set(["f", "l", "s", "p", "e"]) for pkg_data in pkgs_data: - pass + pkgname = pkg_data["basic_stats"]["pkgname"] + for pkgmap_entry in pkg_data["pkgmap"]: + if pkgmap_entry["type"] in file_types: + if pkgmap_entry["path"] not in pkgs_by_path: + pkgs_by_path[pkgmap_entry["path"]] = set() + pkgs_by_path[pkgmap_entry["path"]].add(pkgname) + # Traversing the data structure + for file_path in pkgs_by_path: + if len(pkgs_by_path[file_path]) > 1: + pkgnames = sorted(pkgs_by_path[file_path]) + for pkgname in pkgnames: + error_mgr.ReportError( + pkgname, + 'file-conflict', + '%s %s' % (file_path, " ".join(pkgnames))) def CheckPythonPackageName(pkg_data, error_mgr, logger, messenger): Modified: csw/mgar/gar/v2/lib/python/package_checks_test.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-28 22:06:42 UTC (rev 10379) +++ csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-06-28 22:51:08 UTC (rev 10380) @@ -656,5 +656,47 @@ 'or is not allowed for other reasons.') +class TestConflictingFiles(CheckpkgUnitTestHelper, + unittest.TestCase): + """Throw an error if there's a conflicting file in the package set.""" + FUNCTION_NAME = 'SetCheckFileConflicts' + # Contains only necessary bits. The data listed in full. + CSWbar_DATA = { + 'basic_stats': {'catalogname': 'bar', + 'pkgname': 'CSWbar', + 'stats_version': 1}, + 'binaries_dump_info': [], + 'depends': tuple(), + 'isalist': [], + 'pkgmap': [ + { + "type": "f", + "path": "/opt/csw/share/foo", + } + ], + } + # This one has a conflicting file, this time it's a link, for a change. + CSWfoo_DATA = { + 'basic_stats': {'catalogname': 'foo', + 'pkgname': 'CSWfoo', + 'stats_version': 1}, + 'binaries_dump_info': [], + 'depends': tuple(), + 'isalist': [], + 'pkgmap': [ + { + "type": "l", + "path": "/opt/csw/share/foo", + } + ], + } + def CheckpkgTest(self): + self.error_mgr_mock.ReportError( + 'CSWbar', 'file-conflict', '/opt/csw/share/foo CSWbar CSWfoo') + self.error_mgr_mock.ReportError( + 'CSWfoo', 'file-conflict', '/opt/csw/share/foo CSWbar CSWfoo') + self.pkg_data = [self.CSWbar_DATA, self.CSWfoo_DATA] + + if __name__ == '__main__': unittest.main() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 29 01:22:00 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 23:22:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[10381] csw/mgar/pkg/gnome_themes/ Message-ID: Revision: 10381 http://gar.svn.sourceforge.net/gar/?rev=10381&view=rev Author: theferret Date: 2010-06-28 23:22:00 +0000 (Mon, 28 Jun 2010) Log Message: ----------- moved from gnome-themes Added Paths: ----------- csw/mgar/pkg/gnome_themes/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 29 01:22:25 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Mon, 28 Jun 2010 23:22:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[10382] csw/mgar/pkg/gnome-themes/ Message-ID: Revision: 10382 http://gar.svn.sourceforge.net/gar/?rev=10382&view=rev Author: theferret Date: 2010-06-28 23:22:24 +0000 (Mon, 28 Jun 2010) Log Message: ----------- moved to gnome_themes Removed Paths: ------------- csw/mgar/pkg/gnome-themes/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 29 02:06:05 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 29 Jun 2010 00:06:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[10383] csw/mgar/pkg Message-ID: Revision: 10383 http://gar.svn.sourceforge.net/gar/?rev=10383&view=rev Author: theferret Date: 2010-06-29 00:06:05 +0000 (Tue, 29 Jun 2010) Log Message: ----------- gtk_engines: new respin. old bad version in gtk-engines, dont know how to rename Added Paths: ----------- csw/mgar/pkg/gtk_engines/ csw/mgar/pkg/gtk_engines/Makefile csw/mgar/pkg/gtk_engines/trunk/ csw/mgar/pkg/gtk_engines/trunk/Makefile csw/mgar/pkg/gtk_engines/trunk/copyright csw/mgar/pkg/gtk_engines/trunk/depend csw/mgar/pkg/gtk_engines/trunk/pkginfo csw/mgar/pkg/gtk_engines/trunk/prototype Added: csw/mgar/pkg/gtk_engines/Makefile =================================================================== --- csw/mgar/pkg/gtk_engines/Makefile (rev 0) +++ csw/mgar/pkg/gtk_engines/Makefile 2010-06-29 00:06:05 UTC (rev 10383) @@ -0,0 +1,15 @@ + +# This is somewhat of a "stub" Makefile, for +# directories managed by the "createpkg" TEMPLATES. +# +# Not all of targets listed here may actualy be supported by +# the subdir in question. But they are a goal + +DEFAULT_DIR=trunk + + +# The -C means you must use gmake, unfortunately. + +all package build garchive extract configure clean distclean reallyclean : + @echo Going to make $@ in $(DEFAULT_DIR) + $(MAKE) -C $(DEFAULT_DIR) $@ Property changes on: csw/mgar/pkg/gtk_engines/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work cswstage build Added: csw/mgar/pkg/gtk_engines/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtk_engines/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gtk_engines/trunk/Makefile 2010-06-29 00:06:05 UTC (rev 10383) @@ -0,0 +1,172 @@ +# This file is from TEMPLATES/createpkg/Makefile.lib32 +# You MUST build this with gnu make, unfortunately. +# Mainly just because of the ARCH expansion, but also for "?=" + +# Customize your prototype file(s) as needed + +# Organization: variable defintions up top, +# targets in second half. +# Note that assignments with "?=" mean "assign if not already assigned. + +# Where do we keep local downloads of software src files +ARCHIVEDIR ?= /home/src +ARCHIVENAME ?= gtk-engines-2.18.5.tar.bz2 +EXTRACTPROG ?= /usr/sfw/bin/gtar jfx + +# Only use ONE here. The name is used for compat with 'gar'. +MASTER_SITES ?= http://ftp.acc.umu.se/pub/GNOME/sources/gtk-engines/2.18 + +ARCH := $(shell /bin/uname -p) + +# for intltool only +PATH := /opt/csw/gnu:$(PATH) + +LDFLAGS_COMMON := + +SRCDIR= build/* + +# DO NOT specify the arch-64 stuff such as -m64 here. +# the individual targets will do that. + +CFLAGS_COMMON ?= -mt -xnorunpath -xO2 +CXXFLAGS_COMMON ?= -mt -norunpath -xO2 +CFLAGS_sparc ?= -xarch=v8 +CFLAGS_i386 ?= -xarch=386 + +# Keep this arch-neutral if possible. add arch-specific tweaks +# to arch-specific target +CONFIGURE=./configure LIBS=-lm --prefix=/opt/csw --enable-static=no + + + +CREATEPKG=createpkg -r `pwd`/build/*/cswstage + + +all: $(ARCH)-32 +#all: $(ARCH)-32 package + +# ARCH-XX handles configure, build, and stage for its own combo +# + +EXTRACTPROG ?= /bin/echo ERROR: need to set EXTRACTPROG ; exit 1 ; + + + +extract: build/.extract.done + +build/.extract.done: + test -d build || mkdir build + @if test -f $(ARCHIVEDIR)/$(ARCHIVENAME) ; then \ + echo Extracting $(ARCHIVENAME) under build dir... ;\ + ( cd build && $(EXTRACTPROG) $(ARCHIVEDIR)/$(ARCHIVENAME) ) ; \ + else echo Cannot extract - $(ARCHIVEDIR)/$(ARCHIVENAME) does not exist ;\ + exit 1; \ + fi + touch build/.extract.done + + +clean distclean: + @echo Calling $@ in $(SRCDIR) + $(MAKE) -C $(SRCDIR) $@ + + +reallyclean: distclean + @echo Removing any milestone files in build as well... + @rm -f build/.??* + @echo '(However, leaving src tree intact, with any patches in it)' + @echo '(If you want, you could rm -r build, then make extract once more)' + +garchive: + @echo Call the fetch target instead: it does the same thing. + + +# Downloads the source code to the common ARCHIVEDIR +fetch: $(ARCHIVEDIR)/$(ARCHIVENAME) + @echo fetch done + +$(ARCHIVEDIR)/$(ARCHIVENAME): + wget -P $(ARCHIVEDIR) $(MASTER_SITES)/$(ARCHIVENAME) + +patch: + @echo patch: patching is handled automatically as part of the configure phase. + +stage-preserved: + @if test -f preserve-$(ARCH).tar ; then \ + echo Copying preserved arch-specific files; \ + cat preserve-$(ARCH).tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + @if test -f preserve.tar ; then \ + echo Copying preserved arch-neutral files; \ + cat preserve.tar |(cd $(SRCDIR)/cswstage && tar xvf -);\ + fi + +package: stage-preserved + $(CREATEPKG) + + +# split out generic $(ARCH) sections to platform-specific sections if needed. +# but it usually should not be neccessary + + +$(ARCH)-32 :: configure-$(ARCH)-32 build-$(ARCH)-32 stage-$(ARCH)-32 + @echo Completed $(ARCH)-32 configure, build and stage + touch build/.$(ARCH)-32.done + + + +build/.$(ARCH)-32.done: $(ARCH)-32 + +# Since we share the same src tree, we should only need to +# pre-configure patching one time for all. +build/.patch-preconf.done: build/.extract.done + if test -f patchfile.preconf ; then \ + gpatch -d $(SRCDIR) -p0 prototype + @echo Dont forget to add a COPYING line !! Added: csw/mgar/pkg/gtk_engines/trunk/copyright =================================================================== Added: csw/mgar/pkg/gtk_engines/trunk/depend =================================================================== --- csw/mgar/pkg/gtk_engines/trunk/depend (rev 0) +++ csw/mgar/pkg/gtk_engines/trunk/depend 2010-06-29 00:06:05 UTC (rev 10383) @@ -0,0 +1,8 @@ +P CSWfconfig +P CSWftype2 +P CSWggettextrt +P CSWglib2 +P CSWgtk2 +P CSWlibatk +P CSWlibcairo +P CSWpango Added: csw/mgar/pkg/gtk_engines/trunk/pkginfo =================================================================== --- csw/mgar/pkg/gtk_engines/trunk/pkginfo (rev 0) +++ csw/mgar/pkg/gtk_engines/trunk/pkginfo 2010-06-29 00:06:05 UTC (rev 10383) @@ -0,0 +1,8 @@ +PKG=CSWgtkengines +NAME=gtk_engines - A collection of basic theme engines for GTK+ +VERSION=2.18.5,REV=2010.06.29 +CATEGORY=application +VENDOR=http://www.gnome.org/ packaged for CSW by Philip Brown +HOTLINE=http://www.opencsw.org/bugtrack/ +EMAIL=phil at opencsw.org +OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/gtk_engines/trunk Added: csw/mgar/pkg/gtk_engines/trunk/prototype =================================================================== --- csw/mgar/pkg/gtk_engines/trunk/prototype (rev 0) +++ csw/mgar/pkg/gtk_engines/trunk/prototype 2010-06-29 00:06:05 UTC (rev 10383) @@ -0,0 +1,238 @@ +i pkginfo +i copyright +i depend +d none /opt/csw/share 0755 root bin +d none /opt/csw/share/locale 0755 root bin +d none /opt/csw/share/locale/si 0755 root bin +d none /opt/csw/share/locale/si/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/si/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/pa 0755 root bin +d none /opt/csw/share/locale/pa/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pa/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/et 0755 root bin +d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/et/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/bg 0755 root bin +d none /opt/csw/share/locale/bg/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bg/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/kn 0755 root bin +d none /opt/csw/share/locale/kn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/kn/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/gu 0755 root bin +d none /opt/csw/share/locale/gu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/gu/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/ga 0755 root bin +d none /opt/csw/share/locale/ga/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ga/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/nb 0755 root bin +d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nb/LC_MESSAGES/gtk-engines.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/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/es 0755 root bin +d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/es/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/hu 0755 root bin +d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hu/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/or 0755 root bin +d none /opt/csw/share/locale/or/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/or/LC_MESSAGES/gtk-engines.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/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/bn 0755 root bin +d none /opt/csw/share/locale/bn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/be at latin 0755 root bin +d none /opt/csw/share/locale/be at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/be at latin/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/sr at latin 0755 root bin +d none /opt/csw/share/locale/sr at latin/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr at latin/LC_MESSAGES/gtk-engines.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/gtk-engines.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/gtk-engines.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/gtk-engines.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/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/el 0755 root bin +d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/el/LC_MESSAGES/gtk-engines.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/gtk-engines.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/gtk-engines.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/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/ml 0755 root bin +d none /opt/csw/share/locale/ml/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ml/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/vi 0755 root bin +d none /opt/csw/share/locale/vi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/vi/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/mr 0755 root bin +d none /opt/csw/share/locale/mr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mr/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/nn 0755 root bin +d none /opt/csw/share/locale/nn/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/nn/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/ru 0755 root bin +d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ru/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/te 0755 root bin +d none /opt/csw/share/locale/te/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/te/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/sv 0755 root bin +d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sv/LC_MESSAGES/gtk-engines.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/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/pt 0755 root bin +d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/pt/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/ca at valencia 0755 root bin +d none /opt/csw/share/locale/ca at valencia/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ca at valencia/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/ta 0755 root bin +d none /opt/csw/share/locale/ta/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/ta/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/sl 0755 root bin +d none /opt/csw/share/locale/sl/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sl/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/sr 0755 root bin +d none /opt/csw/share/locale/sr/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/sr/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/hi 0755 root bin +d none /opt/csw/share/locale/hi/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/hi/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/zh_TW 0755 root bin +d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/zh_HK 0755 root bin +d none /opt/csw/share/locale/zh_HK/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_HK/LC_MESSAGES/gtk-engines.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/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/fur 0755 root bin +d none /opt/csw/share/locale/fur/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/fur/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/mai 0755 root bin +d none /opt/csw/share/locale/mai/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/mai/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/da 0755 root bin +d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/da/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/zh_CN 0755 root bin +d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/oc 0755 root bin +d none /opt/csw/share/locale/oc/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/oc/LC_MESSAGES/gtk-engines.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/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/as 0755 root bin +d none /opt/csw/share/locale/as/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/as/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/locale/bn_IN 0755 root bin +d none /opt/csw/share/locale/bn_IN/LC_MESSAGES 0755 root bin +f none /opt/csw/share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo 0644 root bin +d none /opt/csw/share/gtk-engines 0755 root bin +f none /opt/csw/share/gtk-engines/glide.xml 0644 root bin +f none /opt/csw/share/gtk-engines/mist.xml 0644 root bin +f none /opt/csw/share/gtk-engines/crux-engine.xml 0644 root bin +f none /opt/csw/share/gtk-engines/clearlooks.xml 0644 root bin +f none /opt/csw/share/gtk-engines/thinice.xml 0644 root bin +f none /opt/csw/share/gtk-engines/hcengine.xml 0644 root bin +f none /opt/csw/share/gtk-engines/redmond95.xml 0644 root bin +f none /opt/csw/share/gtk-engines/industrial.xml 0644 root bin +d none /opt/csw/share/themes 0755 root bin +d none /opt/csw/share/themes/Industrial 0755 root bin +d none /opt/csw/share/themes/Industrial/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Industrial/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/themes/Redmond 0755 root bin +d none /opt/csw/share/themes/Redmond/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Redmond/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/themes/Mist 0755 root bin +d none /opt/csw/share/themes/Mist/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Mist/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/themes/Clearlooks 0755 root bin +d none /opt/csw/share/themes/Clearlooks/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Clearlooks/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/themes/Crux 0755 root bin +d none /opt/csw/share/themes/Crux/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/Crux/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/share/themes/ThinIce 0755 root bin +d none /opt/csw/share/themes/ThinIce/gtk-2.0 0755 root bin +f none /opt/csw/share/themes/ThinIce/gtk-2.0/gtkrc 0644 root bin +d none /opt/csw/lib 0755 root bin +d none /opt/csw/lib/pkgconfig 0755 root bin +f none /opt/csw/lib/pkgconfig/gtk-engines-2.pc 0644 root bin +d none /opt/csw/lib/gtk-2.0 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0 0755 root bin +d none /opt/csw/lib/gtk-2.0/2.10.0/engines 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libglide.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libhcengine.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libindustrial.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libthinice.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libclearlooks.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libclearlooks.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libthinice.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libindustrial.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libhcengine.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libglide.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libcrux-engine.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libmist.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libredmond95.la 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libmist.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libredmond95.so 0755 root bin +f none /opt/csw/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so 0755 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 29 07:33:38 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 29 Jun 2010 05:33:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10384] csw/mgar/pkg/cups/trunk/Makefile Message-ID: Revision: 10384 http://gar.svn.sourceforge.net/gar/?rev=10384&view=rev Author: wahwah Date: 2010-06-29 05:33:38 +0000 (Tue, 29 Jun 2010) Log Message: ----------- mGAR cups: a regex bugfix, don't include cupsdisable.1m in the cupsd package. Modified Paths: -------------- csw/mgar/pkg/cups/trunk/Makefile Modified: csw/mgar/pkg/cups/trunk/Makefile =================================================================== --- csw/mgar/pkg/cups/trunk/Makefile 2010-06-29 00:06:05 UTC (rev 10383) +++ csw/mgar/pkg/cups/trunk/Makefile 2010-06-29 05:33:38 UTC (rev 10384) @@ -115,7 +115,7 @@ PKGFILES_CSWcupsd += $(sysconfdir)/cups/snmp.* PKGFILES_CSWcupsd += $(sysconfdir)/cups/ssl.* PKGFILES_CSWcupsd += $(mandir)/man1m -PKGFILES_CSWcupsd += $(mandir)/man1m/cups(filter|d|-polld|-deviced|-driverd|-lpd).* +PKGFILES_CSWcupsd += $(mandir)/man1m/cups(filter|d|-polld|-deviced|-driverd|-lpd)\.1m PKGFILES_CSWcupsd += $(mandir)/man7/(backend|filter).7 PKGFILES_CSWcupsd += $(mandir)/man5/(cups-snmp.conf|subscriptions.conf).5 PKGFILES_CSWcupsd += $(mandir)/man5/(mime.convs|classes.conf|cupsd.conf).5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jun 29 07:34:44 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Tue, 29 Jun 2010 05:34:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[10385] csw/mgar/gar/v2/lib/python/checkpkg.py Message-ID: Revision: 10385 http://gar.svn.sourceforge.net/gar/?rev=10385&view=rev Author: wahwah Date: 2010-06-29 05:34:44 +0000 (Tue, 29 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, a correction for an on-screen report: it's not always missing packages, it can be various dependency issues. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/checkpkg.py Modified: csw/mgar/gar/v2/lib/python/checkpkg.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-29 05:33:38 UTC (rev 10384) +++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-29 05:34:44 UTC (rev 10385) @@ -77,7 +77,7 @@ ) REPORT_TMPL = u"""#if $missing_deps or $surplus_deps or $orphan_sonames -Missing dependencies of $pkgname: +Dependency issues of $pkgname: #end if #if $missing_deps #for $pkg, $reasons in $sorted($missing_deps) @@ -540,10 +540,6 @@ def GetInstalledPackages(self): """Returns a dictionary of all installed packages.""" self._LazyInitializeDatabase() - # c = self.conn.cursor() - # sql = "SELECT pkgname, pkg_desc FROM packages;" - # c.execute(sql) - # return dict(x[0:2] for x in c) res = m.CswPackage.select() return dict([[str(x.pkgname), str(x.pkg_desc)] for x in res]) 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 Jun 29 16:50:56 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Tue, 29 Jun 2010 14:50:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[10386] csw/mgar/pkg Message-ID: Revision: 10386 http://gar.svn.sourceforge.net/gar/?rev=10386&view=rev Author: bonivart Date: 2010-06-29 14:50:56 +0000 (Tue, 29 Jun 2010) Log Message: ----------- rbldnsd: initial commit Added Paths: ----------- csw/mgar/pkg/rbldnsd/ csw/mgar/pkg/rbldnsd/branches/ csw/mgar/pkg/rbldnsd/tags/ csw/mgar/pkg/rbldnsd/trunk/ csw/mgar/pkg/rbldnsd/trunk/Makefile csw/mgar/pkg/rbldnsd/trunk/checksums csw/mgar/pkg/rbldnsd/trunk/files/ csw/mgar/pkg/rbldnsd/trunk/files/COPYING csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd Property changes on: csw/mgar/pkg/rbldnsd/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/rbldnsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/Makefile (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/Makefile 2010-06-29 14:50:56 UTC (rev 10386) @@ -0,0 +1,50 @@ +GARNAME = rbldnsd +GARVERSION = 0.996b +CATEGORIES = net + +DESCRIPTION = Small and fast DNS daemon which is especially made to serve DNSBL zones +define BLURB + Small and fast DNS daemon which is especially made to serve DNSBL zones +endef + +MASTER_SITES = http://www.corpit.ru/mjt/rbldnsd/ +DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz +DISTFILES += COPYING +DISTFILES += rbldnsd + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +RUNTIME_DEP_PKGS_CSWrbldnsd += CSWzlib + +#CONFIGURE_ARGS = $(DIRPATHS) + +INSTALL_SCRIPTS = custom + +SKIPTEST = 1 + +INITSMF = /etc/opt/csw/init.d/cswrbldnsd +SAMPLECONF = /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd + +include gar/category.mk + +DOCLIST = CHANGES-0.81 NEWS README.user TODO + +install-custom: + @echo " ==> Installing $(GARNAME) (custom)" + @ginstall -m 755 -d $(DESTDIR)/opt/csw/sbin + @ginstall -m 755 $(WORKSRC)/$(GARNAME) $(DESTDIR)/opt/csw/sbin + @ginstall -m 755 -d $(DESTDIR)$(docdir)/$(GARNAME) + @$(foreach DOC,$(DOCLIST),cp $(WORKSRC)/$(DOC) $(DESTDIR)$(docdir)/$(GARNAME);) + @ginstall -m 755 -d $(DESTDIR)$(mandir)/man8 + @ginstall -m 755 $(WORKSRC)/$(GARNAME).8 $(DESTDIR)$(mandir)/man8 + @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/init.d + @ginstall -m 755 $(FILEDIR)/cswrbldnsd $(DESTDIR)/etc/opt/csw/init.d + @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) + @ginstall -m 444 $(FILEDIR)/rbldnsd $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named +# @touch $(DESTDIR)/var/opt/csw/named/named.pid +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/dev +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/etc/opt/csw +# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/var/named + @$(MAKECOOKIE) Added: csw/mgar/pkg/rbldnsd/trunk/checksums =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/checksums (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/checksums 2010-06-29 14:50:56 UTC (rev 10386) @@ -0,0 +1,3 @@ +8963287bf73c9611b453d264c01116cc COPYING +7b06a5d62fadd13aa2077fbf4a1f83fb rbldnsd +9a0f26f3b33764c325a96bd4c61b26fa rbldnsd_0.996b.tar.gz Added: csw/mgar/pkg/rbldnsd/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/files/COPYING 2010-06-29 14:50:56 UTC (rev 10386) @@ -0,0 +1,4 @@ +rbldnsd 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. Added: csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd 2010-06-29 14:50:56 UTC (rev 10386) @@ -0,0 +1,43 @@ +#!/sbin/sh + +#RC_KLEV 0,1,2,S +#RC_SLEV 3 + +# rc-script for CSW rbldnsd +# Peter Bonivart, 2010-06-29 + +# Source config file +[ -r /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd ] && . /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd + +SERVICE=rbldnsd +ZONE= # used for initialization, do not change + +case "$1" in + start) + if [ -f /opt/csw/sbin/$SERVICE ]; then + echo "Starting $SERVICE ..." + /opt/csw/sbin/$SERVICE $OPTIONS + fi + ;; + stop) + echo "Shutting down $SERVICE ..." + if [ -x /usr/bin/zonename ]; then + if [ "`/usr/bin/zonename`" = "global" ]; then + ZONE="-z global" + fi + fi + pkill $ZONE -x $SERVICE + ;; + reload|refresh) + echo "Reloading $SERVICE ..." + if [ -x /usr/bin/zonename ]; then + if [ "`/usr/bin/zonename`" = "global" ]; then + ZONE="-z global" + fi + fi + pkill -HUP $ZONE -x $SERVICE + ;; + *) + echo "Usage: $0 { start | stop | reload | refresh }" + ;; +esac Added: csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd 2010-06-29 14:50:56 UTC (rev 10386) @@ -0,0 +1,8 @@ +# This is where you customize some settings of your rbldnsd installation so +# you don't have to edit the scripts themselves as they will be replaced during +# upgrades. +# +# Peter Bonivart, OpenCSW + +# Options +#OPTIONS="" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From theferret at users.sourceforge.net Tue Jun 29 20:09:18 2010 From: theferret at users.sourceforge.net (theferret at users.sourceforge.net) Date: Tue, 29 Jun 2010 18:09:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10387] csw/mgar/pkg/gimp/branch-c/gimp_minimal Message-ID: Revision: 10387 http://gar.svn.sourceforge.net/gar/?rev=10387&view=rev Author: theferret Date: 2010-06-29 18:09:18 +0000 (Tue, 29 Jun 2010) Log Message: ----------- gimp: added needed 'hidden' depend on CSWdbus Modified Paths: -------------- csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo Modified: csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend 2010-06-29 14:50:56 UTC (rev 10386) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/depend 2010-06-29 18:09:18 UTC (rev 10387) @@ -1,5 +1,7 @@ P CSWaalib P CSWdbusglib +P CSWlibdbus +P CSWdbus P CSWfconfig P CSWftype2 P CSWggettextrt @@ -12,7 +14,6 @@ P CSWlibatk P CSWlibbabl P CSWlibcairo -P CSWlibdbus P CSWlibexif P CSWlibgegl P CSWlibrsvg Modified: csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo =================================================================== --- csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo 2010-06-29 14:50:56 UTC (rev 10386) +++ csw/mgar/pkg/gimp/branch-c/gimp_minimal/pkginfo 2010-06-29 18:09:18 UTC (rev 10387) @@ -1,6 +1,6 @@ PKG=CSWgimpminimal NAME=gimp_minimal - bare essentials for running gimp -VERSION=2.6.8,REV=2010.06.12 +VERSION=2.6.8,REV=YYYY.MM.DD CATEGORY=application VENDOR=http://www.gimp.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 30 07:02:12 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 30 Jun 2010 05:02:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[10388] csw/mgar/gar/v2/lib/python/checkpkg.py Message-ID: Revision: 10388 http://gar.svn.sourceforge.net/gar/?rev=10388&view=rev Author: wahwah Date: 2010-06-30 05:02:12 +0000 (Wed, 30 Jun 2010) Log Message: ----------- mGAR v2: checkpkg, slightly obfuscating the bad content regexes. Modified Paths: -------------- csw/mgar/gar/v2/lib/python/checkpkg.py Modified: csw/mgar/gar/v2/lib/python/checkpkg.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-29 18:09:18 UTC (rev 10387) +++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-06-30 05:02:12 UTC (rev 10388) @@ -45,9 +45,10 @@ PSTAMP_RE = r"(?P\w+)@(?P[\w\.-]+)-(?P\d+)" DESCRIPTION_RE = r"^([\S]+) - (.*)$" BAD_CONTENT_REGEXES = ( - # No need to encode / obfuscate these, as overrides can be used. - r'/export/medusa', - r'/opt/build', + # Slightly obfuscating these by using the default concatenation of + # strings. + r'/export' r'/medusa', + r'/opt' r'/build', ) SYSTEM_SYMLINKS = ( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Wed Jun 30 07:35:18 2010 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Wed, 30 Jun 2010 05:35:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[10389] csw/mgar/pkg/cswutils/trunk Message-ID: Revision: 10389 http://gar.svn.sourceforge.net/gar/?rev=10389&view=rev Author: wahwah Date: 2010-06-30 05:35:18 +0000 (Wed, 30 Jun 2010) Log Message: ----------- cswutils: Removing the 'bad content' overrides, as the regexes are now obfuscated. Modified Paths: -------------- csw/mgar/pkg/cswutils/trunk/Makefile csw/mgar/pkg/cswutils/trunk/checksums Modified: csw/mgar/pkg/cswutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-30 05:02:12 UTC (rev 10388) +++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-30 05:35:18 UTC (rev 10389) @@ -27,8 +27,13 @@ DISTFILES += $(foreach F,$(SVN_FILES),$(F)-r$(SVN_REV)) DISTFILES += $(PYFILES) -RUNTIME_DEP_PKGS = CSWcoreutils CSWfakeroot CSWperl -RUNTIME_DEP_PKGS += CSWpmyaml CSWpmlibwww CSWpmhtmltree +RUNTIME_DEP_PKGS += CSWcoreutils +RUNTIME_DEP_PKGS += CSWfakeroot +RUNTIME_DEP_PKGS += CSWperl +RUNTIME_DEP_PKGS += CSWpmhtmltree +RUNTIME_DEP_PKGS += CSWpmlibwww +RUNTIME_DEP_PKGS += CSWpmyaml +RUNTIME_DEP_PKGS += CSWpy-libmagic RUNTIME_DEP_PKGS += CSWpython WORKSRC = $(WORKDIR) @@ -42,19 +47,15 @@ ARCHALL = 1 -CHECKPKG_OVERRIDES_CSWcswutils += unidentified-dependency|CSWcoreutils +CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWcoreutils +CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWfakeroot CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWperl -CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWcoreutils CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmhtmltree -CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWfakeroot +CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmlibwww CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmyaml -CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpmlibwww +CHECKPKG_OVERRIDES_CSWcswutils += surplus-dependency|CSWpy-libmagic CHECKPKG_OVERRIDES_CSWcswutils += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWcswutils += catalogname-does-not-start-with-py_ -CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/lib/python/csw/checkpkg.py -CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/opt/build|root/opt/csw/lib/python/csw/checkpkg.py -CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/share/checkpkg/overrides/cswutils -CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/opt/build|root/opt/csw/share/checkpkg/overrides/cswutils include gar/category.mk Modified: csw/mgar/pkg/cswutils/trunk/checksums =================================================================== --- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-30 05:02:12 UTC (rev 10388) +++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-30 05:35:18 UTC (rev 10389) @@ -1,14 +1,14 @@ 091b12575ebc0e45cf8c3d8b43d8b638 COPYING d615d703006bd9c81919ca3f6ffcf233 checkpkg 6ec3b6597e04714430987ccc199db3c4 checkpkg.8 -cfa2e813bb04b2506c8d4763bb96d8b3 checkpkg.py +75f7b438f5f74208896c3fc2b9e77511 checkpkg.py 2b5e6e6219b9ad9e48bcd119bd8a5f39 compare_pkgs.py-r133 9a637f6546cc50974159a987302d91c0 cpan2pkg 68c82dcd6955c4031e89bb9c9a1a9988 createpkg a605598f30195f9ab1b29fc3944d3b31 createpkg.8 2cbdf8ec7baee8f43ae1773fa337c5f2 dependency_checks.py 986dc7a5b2e005087359303ca395ee2c opencsw.py -ebe48eddc4d05987d0c744ad2c43c345 package_checks.py +9ae2168a248429d0126cb934320ae50b package_checks.py cd4496ee27bf86d5c8bc656c9c5974be stagepkg 8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8 a9da7bd75daa9e8bce5dfa6c1d4e534d submit_to_newpkgs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 30 10:53:12 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 08:53:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[10390] csw/mgar/pkg/rbldnsd/trunk Message-ID: Revision: 10390 http://gar.svn.sourceforge.net/gar/?rev=10390&view=rev Author: bonivart Date: 2010-06-30 08:53:12 +0000 (Wed, 30 Jun 2010) Log Message: ----------- rbldnsd: add user, some default options Modified Paths: -------------- csw/mgar/pkg/rbldnsd/trunk/Makefile csw/mgar/pkg/rbldnsd/trunk/checksums csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd Added Paths: ----------- csw/mgar/pkg/rbldnsd/trunk/files/cswusergroup Modified: csw/mgar/pkg/rbldnsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/Makefile 2010-06-30 05:35:18 UTC (rev 10389) +++ csw/mgar/pkg/rbldnsd/trunk/Makefile 2010-06-30 08:53:12 UTC (rev 10390) @@ -17,14 +17,13 @@ RUNTIME_DEP_PKGS_CSWrbldnsd += CSWzlib -#CONFIGURE_ARGS = $(DIRPATHS) - INSTALL_SCRIPTS = custom SKIPTEST = 1 INITSMF = /etc/opt/csw/init.d/cswrbldnsd SAMPLECONF = /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd +USERGROUP = /etc/opt/csw/pkg/CSWrbldnsd/cswusergroup include gar/category.mk @@ -42,9 +41,6 @@ @ginstall -m 755 $(FILEDIR)/cswrbldnsd $(DESTDIR)/etc/opt/csw/init.d @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) @ginstall -m 444 $(FILEDIR)/rbldnsd $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) -# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named -# @touch $(DESTDIR)/var/opt/csw/named/named.pid -# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/dev -# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/etc/opt/csw -# @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/named/chroot/var/named + @ginstall -m 444 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) + @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/$(GARNAME) @$(MAKECOOKIE) Modified: csw/mgar/pkg/rbldnsd/trunk/checksums =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/checksums 2010-06-30 05:35:18 UTC (rev 10389) +++ csw/mgar/pkg/rbldnsd/trunk/checksums 2010-06-30 08:53:12 UTC (rev 10390) @@ -1,3 +1,3 @@ 8963287bf73c9611b453d264c01116cc COPYING -7b06a5d62fadd13aa2077fbf4a1f83fb rbldnsd +6467f51b7519167cabc0926f88ea6aa2 rbldnsd 9a0f26f3b33764c325a96bd4c61b26fa rbldnsd_0.996b.tar.gz Added: csw/mgar/pkg/rbldnsd/trunk/files/cswusergroup =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/cswusergroup (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/files/cswusergroup 2010-06-30 08:53:12 UTC (rev 10390) @@ -0,0 +1 @@ +rbldns:rbldns:CSW rbldnsd:/false:/bin/false:::NP Modified: csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd 2010-06-30 05:35:18 UTC (rev 10389) +++ csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd 2010-06-30 08:53:12 UTC (rev 10390) @@ -4,5 +4,5 @@ # # Peter Bonivart, OpenCSW -# Options -#OPTIONS="" +# Options (see "man rbldnsd" for all options) +OPTIONS="-w /var/opt/csw/rbldnsd -b 127.0.0.1/53 -p /var/opt/csw/rbldnsd/rbldnsd.pid" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 30 11:23:38 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 09:23:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[10391] csw/mgar/pkg/rbldnsd/trunk Message-ID: Revision: 10391 http://gar.svn.sourceforge.net/gar/?rev=10391&view=rev Author: bonivart Date: 2010-06-30 09:23:37 +0000 (Wed, 30 Jun 2010) Log Message: ----------- rbldnsd: move conf file, add better default conf Modified Paths: -------------- csw/mgar/pkg/rbldnsd/trunk/Makefile csw/mgar/pkg/rbldnsd/trunk/checksums csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd Added Paths: ----------- csw/mgar/pkg/rbldnsd/trunk/files/test Modified: csw/mgar/pkg/rbldnsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/Makefile 2010-06-30 08:53:12 UTC (rev 10390) +++ csw/mgar/pkg/rbldnsd/trunk/Makefile 2010-06-30 09:23:37 UTC (rev 10391) @@ -11,6 +11,7 @@ DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz DISTFILES += COPYING DISTFILES += rbldnsd +DISTFILES += test # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz @@ -22,7 +23,7 @@ SKIPTEST = 1 INITSMF = /etc/opt/csw/init.d/cswrbldnsd -SAMPLECONF = /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd +SAMPLECONF = /etc/opt/csw/rbldnsd USERGROUP = /etc/opt/csw/pkg/CSWrbldnsd/cswusergroup include gar/category.mk @@ -40,7 +41,8 @@ @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/init.d @ginstall -m 755 $(FILEDIR)/cswrbldnsd $(DESTDIR)/etc/opt/csw/init.d @ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) - @ginstall -m 444 $(FILEDIR)/rbldnsd $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) + @ginstall -m 644 $(FILEDIR)/rbldnsd $(DESTDIR)/etc/opt/csw @ginstall -m 444 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME) @ginstall -m 755 -d $(DESTDIR)/var/opt/csw/$(GARNAME) + @ginstall -m 644 $(FILEDIR)/test $(DESTDIR)/var/opt/csw/$(GARNAME) @$(MAKECOOKIE) Modified: csw/mgar/pkg/rbldnsd/trunk/checksums =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/checksums 2010-06-30 08:53:12 UTC (rev 10390) +++ csw/mgar/pkg/rbldnsd/trunk/checksums 2010-06-30 09:23:37 UTC (rev 10391) @@ -1,3 +1,4 @@ 8963287bf73c9611b453d264c01116cc COPYING -6467f51b7519167cabc0926f88ea6aa2 rbldnsd +93a298705ceb3b04b6328ddc6a85188b rbldnsd 9a0f26f3b33764c325a96bd4c61b26fa rbldnsd_0.996b.tar.gz +4d43059e794bdd74075f55d5727c7e27 test Modified: csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd 2010-06-30 08:53:12 UTC (rev 10390) +++ csw/mgar/pkg/rbldnsd/trunk/files/rbldnsd 2010-06-30 09:23:37 UTC (rev 10391) @@ -5,4 +5,4 @@ # Peter Bonivart, OpenCSW # Options (see "man rbldnsd" for all options) -OPTIONS="-w /var/opt/csw/rbldnsd -b 127.0.0.1/53 -p /var/opt/csw/rbldnsd/rbldnsd.pid" +OPTIONS="-w /var/opt/csw/rbldnsd -b 127.0.0.1/53 -p /var/opt/csw/rbldnsd/rbldnsd.pid test.com:ip4set:test" Added: csw/mgar/pkg/rbldnsd/trunk/files/test =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/test (rev 0) +++ csw/mgar/pkg/rbldnsd/trunk/files/test 2010-06-30 09:23:37 UTC (rev 10391) @@ -0,0 +1 @@ +127.0.0.0/24 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 30 11:43:57 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 09:43:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[10392] csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd Message-ID: Revision: 10392 http://gar.svn.sourceforge.net/gar/?rev=10392&view=rev Author: bonivart Date: 2010-06-30 09:43:56 +0000 (Wed, 30 Jun 2010) Log Message: ----------- rbldnsd: fix conf file location Modified Paths: -------------- csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd Modified: csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd =================================================================== --- csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd 2010-06-30 09:23:37 UTC (rev 10391) +++ csw/mgar/pkg/rbldnsd/trunk/files/cswrbldnsd 2010-06-30 09:43:56 UTC (rev 10392) @@ -7,7 +7,7 @@ # Peter Bonivart, 2010-06-29 # Source config file -[ -r /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd ] && . /etc/opt/csw/pkg/CSWrbldnsd/rbldnsd +[ -r /etc/opt/csw/rbldnsd ] && . /etc/opt/csw/rbldnsd SERVICE=rbldnsd ZONE= # used for initialization, do not change This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From ggunselm at emporia.edu Wed Jun 30 14:17:04 2010 From: ggunselm at emporia.edu (Glen Gunselman) Date: Wed, 30 Jun 2010 07:17:04 -0500 Subject: [csw-devel] [csw-users] problems with orca after installinghobbit and now rrdtool 1.4.3 In-Reply-To: References: <4C2866AF.CC54.005D.3@emporia.edu> Message-ID: <4C2AEF70.CC54.005D.3@emporia.edu> Peter, Installing pm_rrd has Orca working again. Thanks, Glen Gunselman Systems Software Specialist TCS Emporia State University >>> Peter Bonivart 6/28/2010 9:33 AM >>> On Mon, Jun 28, 2010 at 4:09 PM, Glen Gunselman wrote: > Can't locate RRDs.pm in @INC (@INC contains: /opt/csw/lib/perl/csw If you take a look at http://mirror.opencsw.org/experimental.html#rrdtool, it looks like Dago split the package into several parts with the Perl stuff being one. Try: # pkgutil -t http://mirror.opencsw.org/opencsw/experimental/rrdtool -i pm_rrd And then try again. -- /peter _______________________________________________ devel mailing list devel at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at users.sourceforge.net Wed Jun 30 16:20:07 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 14:20:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[10393] csw/mgar/pkg/tnef/trunk Message-ID: Revision: 10393 http://gar.svn.sourceforge.net/gar/?rev=10393&view=rev Author: bonivart Date: 2010-06-30 14:20:07 +0000 (Wed, 30 Jun 2010) Log Message: ----------- tnef: update to 1.4.7 Modified Paths: -------------- csw/mgar/pkg/tnef/trunk/Makefile csw/mgar/pkg/tnef/trunk/checksums Modified: csw/mgar/pkg/tnef/trunk/Makefile =================================================================== --- csw/mgar/pkg/tnef/trunk/Makefile 2010-06-30 09:43:56 UTC (rev 10392) +++ csw/mgar/pkg/tnef/trunk/Makefile 2010-06-30 14:20:07 UTC (rev 10393) @@ -1,5 +1,5 @@ GARNAME = tnef -GARVERSION = 1.4.6 +GARVERSION = 1.4.7 CATEGORIES = utils DESCRIPTION = Unpacks Microsoft TNEF MIME attachments @@ -17,9 +17,11 @@ # 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 -UFILES_REGEX = v(\d+(?:\.\d+)*) +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz +#GARCOMPILER=GCC4 CONFIGURE_ARGS = $(DIRPATHS) +#OPT_FLAGS_SOS = -xO2 NOISALIST = 1 Modified: csw/mgar/pkg/tnef/trunk/checksums =================================================================== --- csw/mgar/pkg/tnef/trunk/checksums 2010-06-30 09:43:56 UTC (rev 10392) +++ csw/mgar/pkg/tnef/trunk/checksums 2010-06-30 14:20:07 UTC (rev 10393) @@ -1 +1 @@ -b47184c4de61322750071cca7026b1cb download/tnef-1.4.6.tar.gz +00978a8ad8cc79a1ee605172f882ebe9 tnef-1.4.7.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 30 16:51:30 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 14:51:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[10394] csw/mgar/pkg/dcc/trunk Message-ID: Revision: 10394 http://gar.svn.sourceforge.net/gar/?rev=10394&view=rev Author: bonivart Date: 2010-06-30 14:51:30 +0000 (Wed, 30 Jun 2010) Log Message: ----------- dcc: update to 1.3.127 Modified Paths: -------------- csw/mgar/pkg/dcc/trunk/Makefile csw/mgar/pkg/dcc/trunk/checksums Modified: csw/mgar/pkg/dcc/trunk/Makefile =================================================================== --- csw/mgar/pkg/dcc/trunk/Makefile 2010-06-30 14:20:07 UTC (rev 10393) +++ csw/mgar/pkg/dcc/trunk/Makefile 2010-06-30 14:51:30 UTC (rev 10394) @@ -1,12 +1,11 @@ -# dep to perl? - GARNAME = dcc -GARVERSION = 1.3.122 +GARVERSION = 1.3.127 CATEGORIES = net DESCRIPTION = E-mail greylisting and a cooperative, distributed system to identify spam -MASTER_SITES = http://www.rhyolite.com/src/dcc/old/ +#MASTER_SITES = http://www.rhyolite.com/src/dcc/old/ +MASTER_SITES = http://www.dcc-servers.net/dcc/source/old/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.Z LICENSE = LICENSE Modified: csw/mgar/pkg/dcc/trunk/checksums =================================================================== --- csw/mgar/pkg/dcc/trunk/checksums 2010-06-30 14:20:07 UTC (rev 10393) +++ csw/mgar/pkg/dcc/trunk/checksums 2010-06-30 14:51:30 UTC (rev 10394) @@ -1 +1 @@ -79401e314eff1c78f1bc896b6ae52955 dcc-1.3.122.tar.Z +055fdee524f5a497588cfee448feb402 dcc-1.3.127.tar.Z This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 30 21:23:32 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 19:23:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[10395] csw/mgar/pkg Message-ID: Revision: 10395 http://gar.svn.sourceforge.net/gar/?rev=10395&view=rev Author: bonivart Date: 2010-06-30 19:23:31 +0000 (Wed, 30 Jun 2010) Log Message: ----------- NetAddr-IP: move to cpan dir Added Paths: ----------- csw/mgar/pkg/cpan/NetAddr-IP/ Removed Paths: ------------- csw/mgar/pkg/NetAddr-IP/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jun 30 21:48:01 2010 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 30 Jun 2010 19:48:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[10396] csw/mgar/pkg/cpan/NetAddr-IP/trunk Message-ID: Revision: 10396 http://gar.svn.sourceforge.net/gar/?rev=10396&view=rev Author: bonivart Date: 2010-06-30 19:48:00 +0000 (Wed, 30 Jun 2010) Log Message: ----------- NetAddr-IP: update to 4.028 Modified Paths: -------------- csw/mgar/pkg/cpan/NetAddr-IP/trunk/Makefile csw/mgar/pkg/cpan/NetAddr-IP/trunk/checksums Modified: csw/mgar/pkg/cpan/NetAddr-IP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/NetAddr-IP/trunk/Makefile 2010-06-30 19:23:31 UTC (rev 10395) +++ csw/mgar/pkg/cpan/NetAddr-IP/trunk/Makefile 2010-06-30 19:48:00 UTC (rev 10396) @@ -1,5 +1,5 @@ GARNAME = NetAddr-IP -GARVERSION = 4.027 +GARVERSION = 4.028 CATEGORIES = cpan AUTHOR = MIKER Modified: csw/mgar/pkg/cpan/NetAddr-IP/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/NetAddr-IP/trunk/checksums 2010-06-30 19:23:31 UTC (rev 10395) +++ csw/mgar/pkg/cpan/NetAddr-IP/trunk/checksums 2010-06-30 19:48:00 UTC (rev 10396) @@ -1,2 +1,2 @@ 12b4da4f58fd06d52dcba60b39927d8d COPYING -c4a21a76e5b1b9f4c8e9810b78559d7b NetAddr-IP-4.027.tar.gz +fc1e79db336d0acbe99dff559080c5d1 NetAddr-IP-4.028.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.