[csw-devel] SF.net SVN: gar:[2835] csw/mgar/pkg/mercurial/trunk

Trygve Laugstøl trygvis at opencsw.org
Sun Jan 18 21:59:29 CET 2009


Dago,

I'm having some issues on getting the prototype generation to work on
Solaris 8.

All files end up in both .pkg files on solaris 8, but work as expected
at home. Could you take a look please?

--
Trygve

trygvis at users.sourceforge.net wrote:
> Revision: 2835
>           http://gar.svn.sourceforge.net/gar/?rev=2835&view=rev
> Author:   trygvis
> Date:     2009-01-15 01:12:03 +0000 (Thu, 15 Jan 2009)
> 
> Log Message:
> -----------
> o Upgrading to mercurial-1.0.2.
> 
> Modified Paths:
> --------------
>     csw/mgar/pkg/mercurial/trunk/Makefile
>     csw/mgar/pkg/mercurial/trunk/checksums
>     csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.gspec
> 
> Added Paths:
> -----------
>     csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec
> 
> Removed Paths:
> -------------
>     csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.depend
>     csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.prototype
> 
> Modified: csw/mgar/pkg/mercurial/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/mercurial/trunk/Makefile	2009-01-14 22:39:27 UTC (rev 2834)
> +++ csw/mgar/pkg/mercurial/trunk/Makefile	2009-01-15 01:12:03 UTC (rev 2835)
> @@ -1,33 +1,42 @@
>  GARNAME = mercurial
> -GARVERSION = 1.0
> +GARVERSION = 1.1.2
>  CATEGORIES = devel
>  
>  DESCRIPTION = Fast, lightweight Source Control Management system
>  #define BLURB
>  #endef
>  
> -MASTER_SITES = http://www.selenic.com/mercurial/release
> +MASTER_SITES = http://www.selenic.com/mercurial/release/
>  DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
> -DISTFILES += $(call admfiles,CSWmercurial,prototype changelog.CSW)
> +DISTFILES += $(call admfiles,CSWmercurial,changelog.CSW)
> +DISTFILES += $(call admfiles,CSWmercurial-common,)
>  
> +SPKG_DESC_CSWmercurial = Mercurial
> +SPKG_DESC_CSWmercurial_common = Mercurial, common files
> +
> +REQUIRED_PKGS_CSWmercurial = CSWpython
> +
>  # We define upstream file regex so we can be notifed of new upstream software release
>  UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
>  
> +PKGFILES_CSWmercurial-common  = $(PKGFILES_DOC)
> +PKGFILES_CSWmercurial-common += /opt/csw/share/man/.*
> +PKGFILES_CSWmercurial-common += /opt/csw/lib/python/site-packages/mercurial/templates/.*
> +
> +#PKGFILES_CSWmercurial = /opt/csw/bin
> +# $(prefix)/.*
> +
>  CONFIGURE_SCRIPTS =
>  BUILD_SCRIPTS = $(WORKSRC)/setup.py
> -TEST_TARGET =
> -# Can't get the tests to pass properly
> -#TEST_TARGET = tests
> -# TESTFLAGS is used by ./run-tests.py
> -TESTFLAGS = -p 6666
> -export TESTFLAGS
> +# Some tests fail, but manual inspection of the failures show no significant failures.
> +TEST_TARGET = #tests
> +
>  INSTALL_SCRIPTS = $(WORKSRC)/setup.py
> -
>  INSTALL_ARGS += --root=$(DESTDIR) --prefix=/opt/csw
>  
>  include gar/category.mk
>  
> -pre-install:
> +pre-install-modulated:
>  	mkdir -p $(DESTDIR)/opt/csw/share/man/man1
>  	mkdir -p $(DESTDIR)/opt/csw/share/man/man5
>  	mkdir -p $(DESTDIR)/opt/csw/share/doc/mercurial
> @@ -41,7 +50,7 @@
>  		$(DESTDIR)/opt/csw/share/doc/mercurial/contrib/*spec* \
>  		$(DESTDIR)/opt/csw/share/doc/mercurial/contrib/win32
>  
> -post-install:
> +post-install-modulated:
>  	cp $(WORKDIR)/CSWmercurial.changelog.CSW $(DESTDIR)/opt/csw/share/doc/mercurial/changelog.CSW
>  	( cd $(DESTDIR) && find . -type f | xargs grep '#!.*python$$' ) | cut -f 1 -d: | while read file; do\
>  		sed '1c\
> @@ -49,4 +58,4 @@
>  		mv $(WORKDIR)/tmp $(DESTDIR)/$$file; \
>  	 done
>  
> -PATH := /opt/csw/bin:$(PATH)
> +#PATH := /opt/csw/bin:$(PATH)
> 
> Modified: csw/mgar/pkg/mercurial/trunk/checksums
> ===================================================================
> --- csw/mgar/pkg/mercurial/trunk/checksums	2009-01-14 22:39:27 UTC (rev 2834)
> +++ csw/mgar/pkg/mercurial/trunk/checksums	2009-01-15 01:12:03 UTC (rev 2835)
> @@ -1,4 +1,4 @@
> -9f8dd7fa6f8886f77be9b923f008504c  download/mercurial-1.0.tar.gz
> -f2e148286af727c4ef418b11e9061fde  download/CSWmercurial.gspec
> -feec49140812779d35d3413cc3a2d811  download/CSWmercurial.prototype
> +4fd3b9a2e5dcd025840c3849b136bec8  download/mercurial-1.1.2.tar.gz
> +d280026d7687f061371e87ff306c97c2  download/CSWmercurial.gspec
>  db884ecb306bcbf49b671f880d29c431  download/CSWmercurial.changelog.CSW
> +f123d5474de9aeaea428989744b12401  download/CSWmercurial-common.gspec
> 
> Added: csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec
> ===================================================================
> --- csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec	                        (rev 0)
> +++ csw/mgar/pkg/mercurial/trunk/files/CSWmercurial-common.gspec	2009-01-15 01:12:03 UTC (rev 2835)
> @@ -0,0 +1,7 @@
> +%var            bitname mercurial_common
> +%var            pkgname CSWmercurial-common
> +%include        url file://%{PKGLIB}/csw_dyndepend.gspec
> +%copyright
> +
> +Please see /opt/csw/share/doc/mercurial-common/LICENSE for license information
> +
> 
> Deleted: csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.depend
> ===================================================================
> --- csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.depend	2009-01-14 22:39:27 UTC (rev 2834)
> +++ csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.depend	2009-01-15 01:12:03 UTC (rev 2835)
> @@ -1,2 +0,0 @@
> -P CSWcommon common - common files and dirs for CSW packages
> -P CSWpython python - A high-level scripting language.
> 
> Modified: csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.gspec
> ===================================================================
> --- csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.gspec	2009-01-14 22:39:27 UTC (rev 2834)
> +++ csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.gspec	2009-01-15 01:12:03 UTC (rev 2835)
> @@ -1,4 +1,7 @@
>  %var            bitname mercurial
>  %var            pkgname CSWmercurial
>  %include        url file://%{PKGLIB}/csw_dyndepend.gspec
> -%copyright      url file://%{WORKSRC}/COPYING
> +%copyright
> +
> +Please see /opt/csw/share/doc/mercurial/LICENSE for license information
> +
> 
> Deleted: csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.prototype
> ===================================================================
> --- csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.prototype	2009-01-14 22:39:27 UTC (rev 2834)
> +++ csw/mgar/pkg/mercurial/trunk/files/CSWmercurial.prototype	2009-01-15 01:12:03 UTC (rev 2835)
> @@ -1,343 +0,0 @@
> -d none /opt/csw/bin 0755 root bin
> -f none /opt/csw/bin/hg 0755 root bin
> -d none /opt/csw/lib 0755 root bin
> -d none /opt/csw/lib/python 0755 root bin
> -d none /opt/csw/lib/python/site-packages 0755 root bin
> -d none /opt/csw/lib/python/site-packages/hgext 0755 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/__init__.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/__init__.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/acl.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/acl.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/alias.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/alias.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/bugzilla.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/bugzilla.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/children.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/children.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/churn.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/churn.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/color.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/color.pyc 0644 root bin
> -d none /opt/csw/lib/python/site-packages/hgext/convert 0755 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/__init__.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/__init__.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/common.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/common.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/convcmd.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/convcmd.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/cvs.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/cvs.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/darcs.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/darcs.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/filemap.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/filemap.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/git.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/git.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/gnuarch.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/gnuarch.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/hg.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/hg.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/monotone.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/monotone.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/subversion.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/subversion.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/transport.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/convert/transport.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/extdiff.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/extdiff.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/fetch.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/fetch.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/gpg.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/gpg.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/graphlog.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/graphlog.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/hgk.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/hgk.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/highlight.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/highlight.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/imerge.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/imerge.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/interhg.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/interhg.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/keyword.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/keyword.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/mq.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/mq.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/notify.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/notify.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/pager.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/pager.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/parentrevspec.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/parentrevspec.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/patchbomb.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/patchbomb.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/purge.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/purge.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/record.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/record.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/transplant.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/transplant.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/win32mbcs.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/win32mbcs.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/win32text.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/hgext/win32text.pyc 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial-1.0-py2.5.egg-info 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/__init__.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/__init__.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/__version__.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/__version__.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/ancestor.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/ancestor.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/archival.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/archival.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/base85.so 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/bdiff.so 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/bundlerepo.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/bundlerepo.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/byterange.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/byterange.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/changegroup.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/changegroup.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/changelog.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/changelog.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/cmdutil.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/cmdutil.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/commands.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/commands.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/context.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/context.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/copies.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/copies.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/demandimport.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/demandimport.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/diffhelpers.so 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/dirstate.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/dirstate.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/dispatch.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/dispatch.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/extensions.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/extensions.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/fancyopts.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/fancyopts.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/filelog.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/filelog.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/filemerge.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/filemerge.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hbisect.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hbisect.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/help.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/help.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hg.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hg.pyc 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/hgweb 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/__init__.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/__init__.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/common.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/common.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/hgweb_mod.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/hgweb_mod.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/hgwebdir_mod.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/hgwebdir_mod.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/protocol.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/protocol.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/request.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/request.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/server.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/server.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/webcommands.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/webcommands.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/wsgicgi.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hgweb/wsgicgi.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hook.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/hook.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/httprangereader.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/httprangereader.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/httprepo.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/httprepo.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/i18n.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/i18n.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/ignore.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/ignore.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/keepalive.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/keepalive.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/localrepo.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/localrepo.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/lock.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/lock.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/lsprof.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/lsprof.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/mail.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/mail.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/manifest.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/manifest.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/mdiff.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/mdiff.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/merge.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/merge.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/mpatch.so 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/node.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/node.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/osutil.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/osutil.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/osutil.so 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/patch.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/patch.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/repair.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/repair.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/repo.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/repo.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/revlog.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/revlog.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/simplemerge.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/simplemerge.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/sshrepo.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/sshrepo.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/sshserver.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/sshserver.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/statichttprepo.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/statichttprepo.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/streamclone.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/streamclone.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/strutil.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/strutil.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templatefilters.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templatefilters.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templater.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templater.pyc 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/templates 0755 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/templates/atom 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/changelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/changelogentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/filelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/header.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/map 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/tagentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/atom/tags.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/changelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/changelogentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/changeset.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/error.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/fileannotate.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/filediff.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/filelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/filelogentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/filerevision.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/footer.tmpl 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/changelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/changelogentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/changeset.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/error.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/fileannotate.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/filediff.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/filelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/filerevision.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/footer.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/header.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/index.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/manifest.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/map 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/notfound.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/search.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/shortlog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/summary.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/gitweb/tags.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/header.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/index.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/manifest.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/map 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/map-cmdline.changelog 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/map-cmdline.compact 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/map-cmdline.default 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/notfound.tmpl 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/templates/raw 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/changeset.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/error.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/fileannotate.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/filediff.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/index.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/manifest.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/map 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/raw/notfound.tmpl 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/templates/rss 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/changelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/changelogentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/filelog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/filelogentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/header.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/map 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/tagentry.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/rss/tags.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/search.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/shortlog.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/shortlogentry.tmpl 0644 root bin
> -d none /opt/csw/lib/python/site-packages/mercurial/templates/static 0755 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/static/hgicon.png 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/static/hglogo.png 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/static/highlight.css 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/static/style-gitweb.css 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/static/style.css 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/tags.tmpl 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/templates/template-vars.txt 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/transaction.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/transaction.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/ui.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/ui.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/util.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/util.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/util_win32.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/util_win32.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/verify.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/verify.pyc 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/version.py 0644 root bin
> -f none /opt/csw/lib/python/site-packages/mercurial/version.pyc 0644 root bin
> -d none /opt/csw/share 0755 root bin
> -d none /opt/csw/share/doc 0755 root bin
> -d none /opt/csw/share/doc/mercurial 0755 root bin
> -d none /opt/csw/share/doc/mercurial/contrib 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/bash_completion 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/convert-repo 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/darcs2hg.py 0755 root bin
> -d none /opt/csw/share/doc/mercurial/contrib/git-viz 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/git-viz/git-cat-file 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/git-viz/git-diff-tree 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/git-viz/git-rev-list 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/git-viz/git-rev-tree 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/git-viz/hg-viz 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hg-relink 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hg-ssh 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hgdiff 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hgk 0755 root bin
> -d none /opt/csw/share/doc/mercurial/contrib/hgsh 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hgsh/Makefile 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hgsh/hgsh.c 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/hgwebdir.fcgi 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/logo-droplets.svg 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/mercurial.el 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/mergetools.hgrc 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/mq.el 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/rewrite-log 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/sample.hgrc 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/simplemerge 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/tcsh_completion 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/tcsh_completion_build.sh 0644 root bin
> -d none /opt/csw/share/doc/mercurial/contrib/vim 0755 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/vim/HGAnnotate.vim 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/vim/hg-menu.vim 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/vim/hgcommand.vim 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/vim/patchreview.txt 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/vim/patchreview.vim 0644 root bin
> -f none /opt/csw/share/doc/mercurial/contrib/zsh_completion 0644 root bin
> -f none /opt/csw/share/doc/mercurial/hgweb.cgi 0644 root bin
> -f none /opt/csw/share/doc/mercurial/hgwebdir.cgi 0644 root bin
> -f none /opt/csw/share/doc/mercurial/changelog.CSW 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/hg.1 0644 root bin
> -d none /opt/csw/share/man/man5 0755 root bin
> -f none /opt/csw/share/man/man5/hgignore.5 0644 root bin
> -f none /opt/csw/share/man/man5/hgrc.5 0644 root bin
> -i copyright=CSWmercurial.copyright
> -i depend=CSWmercurial.depend
> -i pkginfo=CSWmercurial.pkginfo
> 
> 
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel




More information about the devel mailing list