[csw-devel] SF.net SVN: gar:[2877] csw/mgar/pkg/neon/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jan 22 18:51:34 CET 2009


Revision: 2877
          http://gar.svn.sourceforge.net/gar/?rev=2877&view=rev
Author:   dmichelsen
Date:     2009-01-22 17:51:34 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
neon: Updating to 0.28.4 and mGAR v2, waiting for expat and krb5 to be fully 64 bit

Modified Paths:
--------------
    csw/mgar/pkg/neon/trunk/Makefile
    csw/mgar/pkg/neon/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/neon/trunk/files/CSWneon-devel.depend
    csw/mgar/pkg/neon/trunk/files/CSWneon-devel.prototype
    csw/mgar/pkg/neon/trunk/files/CSWneon.depend
    csw/mgar/pkg/neon/trunk/files/CSWneon.prototype

Property Changed:
----------------
    csw/mgar/pkg/neon/trunk/


Property changes on: csw/mgar/pkg/neon/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/neon/trunk/Makefile
===================================================================
--- csw/mgar/pkg/neon/trunk/Makefile	2009-01-22 17:23:38 UTC (rev 2876)
+++ csw/mgar/pkg/neon/trunk/Makefile	2009-01-22 17:51:34 UTC (rev 2877)
@@ -1,7 +1,10 @@
 GARNAME = neon
-GARVERSION = 0.26.3
+GARVERSION = 0.28.3
 CATEGORIES = lib
 
+EXTRA_MODULATORS = GARVERSION
+MODULATIONS_GARVERSION = 0.26.4 0.28.3
+
 DESCRIPTION = Neon HTTP and WebDAV client library
 define BLURB
   neon is an HTTP and WebDAV client library for Unix systems, with a C language
@@ -10,18 +13,18 @@
   be easily implemented.
 endef
 
-# Compatibility libraries
-LIBNAME = libneon.so
-COMPATVERS = 24.0.7 25.0.5
-COMPATLIBS = $(foreach A,i386 sparc, \
-                 $(foreach V,$(COMPATVERS),$(LIBNAME).$(V).$(A).bz2))
-
 MASTER_SITES = http://www.webdav.org/$(GARNAME)/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWneon,$(ADMSTANDARD))
-DISTFILES += $(call admfiles,CSWneon-devel,$(ADMSTANDARD))
-#DISTFILES += $(COMPATLIBS)
+SOURCEFILES  = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(GARNAME)-$(VERSION).tar.gz)
+DISTFILES  = $(SOURCEFILES)
+DISTFILES += $(call admfiles,CSWneon,)
+DISTFILES += $(call admfiles,CSWneon-devel,)
 
+REQUIRED_PKGS_CSWneon = CSWexpat CSWkrb5lib CSWosslrt CSWzlib
+REQUIRED_PKGS_CSWneon-devel = CSWneon
+
+SPKG_DESC_CSWneon       = Neon HTTP and WebDAV client library
+SPKG_DESC_CSWneon-devel = Neon HTTP and WebDAV development support
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
@@ -30,14 +33,27 @@
 CONFIGURE_ARGS += --with-ssl=openssl
 CONFIGURE_ARGS += --with-expat
 
-include gar/category.mk
+BUILD64 = 1
+NO_ISAEXEC = 1
 
-#post-install: install-compat-libs
+MERGE_SCRIPTS_isa-i386-garversion-0.26.4 = copy-only
+MERGE_DIRS_isa-i386-garversion-0.26.4 = $(libdir)
+MERGE_SCRIPTS_isa-amd64-garversion-0.26.4 = copy-relocated-only
+MERGE_DIRS_isa-amd64-garversion-0.26.4 = $(libdir)
 
-install-compat-libs:
-	@echo $(DISTFILES)
-	@for version in $(COMPATVERS) ; do \
-		ginstall -m 755 $(WORKDIR)/$(LIBNAME).$$version.$(GARCH) \
-			$(DESTDIR)$(libdir)/$(LIBNAME).$$version ; \
-	done
-	@$(MAKECOOKIE)
+MERGE_SCRIPTS_isa-i386-garversion-0.28.3 = copy-all
+MERGE_SCRIPTS_isa-amd64-garversion-0.28.3 = copy-relocated-only
+MERGE_DIRS_isa-amd64-garversion-0.28.3 = $(bindir) $(sbindir) $(libexecdir) $(libdir)
+
+MERGE_SCRIPTS_isa-sparcv8-garversion-0.26.4 = copy-only
+MERGE_DIRS_isa-sparcv8-garversion-0.26.4 = $(libdir)
+MERGE_SCRIPTS_isa-sparcv9-garversion-0.26.4 = copy-relocated-only
+MERGE_DIRS_isa-sparcv9-garversion-0.26.4 = $(libdir)
+
+MERGE_SCRIPTS_isa-sparcv8-garversion-0.28.3 = copy-all
+MERGE_SCRIPTS_isa-sparcv9-garversion-0.28.3 = copy-relocated-only
+MERGE_DIRS_isa-sparcv9-garversion-0.28.3 = $(bindir) $(sbindir) $(libexecdir) $(libdir)
+
+PKGFILES_CSWneon-devel = $(PKGFILES_DEVEL)
+
+include gar/category.mk

Modified: csw/mgar/pkg/neon/trunk/checksums
===================================================================
--- csw/mgar/pkg/neon/trunk/checksums	2009-01-22 17:23:38 UTC (rev 2876)
+++ csw/mgar/pkg/neon/trunk/checksums	2009-01-22 17:51:34 UTC (rev 2877)
@@ -1,7 +1,4 @@
-6e52cd9c03e372026d6eccbfb80f09ef  download/neon-0.26.3.tar.gz
+2d11fff51ffa856fc6b5d4bd801d6cc4  download/neon-0.26.4.tar.gz
+47599a328862ce64ac3c52726d6daa12  download/neon-0.28.3.tar.gz
 643aa565e0d9f38f0153ab72b6dc5621  download/CSWneon.gspec
-cbce1c593467c9783a19b1a996cf5913  download/CSWneon.prototype
-8d6f9c43747b4e4dee4ed216cd18a17b  download/CSWneon.depend
 5e17c5dc62032a174e4e39fa33720aff  download/CSWneon-devel.gspec
-8bdf9849a69b130170d9065e6b067b0c  download/CSWneon-devel.prototype
-366228c1cedb93368c4f4a9ffb98412d  download/CSWneon-devel.depend

Deleted: csw/mgar/pkg/neon/trunk/files/CSWneon-devel.depend
===================================================================
--- csw/mgar/pkg/neon/trunk/files/CSWneon-devel.depend	2009-01-22 17:23:38 UTC (rev 2876)
+++ csw/mgar/pkg/neon/trunk/files/CSWneon-devel.depend	2009-01-22 17:51:34 UTC (rev 2877)
@@ -1 +0,0 @@
-P CSWneon neon - Neon HTTP and WebDAV client library

Deleted: csw/mgar/pkg/neon/trunk/files/CSWneon-devel.prototype
===================================================================
--- csw/mgar/pkg/neon/trunk/files/CSWneon-devel.prototype	2009-01-22 17:23:38 UTC (rev 2876)
+++ csw/mgar/pkg/neon/trunk/files/CSWneon-devel.prototype	2009-01-22 17:51:34 UTC (rev 2877)
@@ -1,171 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/neon-config 0755 root bin
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/neon 0755 root bin
-f none /opt/csw/include/neon/ne_207.h 0644 root bin
-f none /opt/csw/include/neon/ne_acl.h 0644 root bin
-f none /opt/csw/include/neon/ne_alloc.h 0644 root bin
-f none /opt/csw/include/neon/ne_auth.h 0644 root bin
-f none /opt/csw/include/neon/ne_basic.h 0644 root bin
-f none /opt/csw/include/neon/ne_compress.h 0644 root bin
-f none /opt/csw/include/neon/ne_dates.h 0644 root bin
-f none /opt/csw/include/neon/ne_defs.h 0644 root bin
-f none /opt/csw/include/neon/ne_i18n.h 0644 root bin
-f none /opt/csw/include/neon/ne_locks.h 0644 root bin
-f none /opt/csw/include/neon/ne_md5.h 0644 root bin
-f none /opt/csw/include/neon/ne_props.h 0644 root bin
-f none /opt/csw/include/neon/ne_redirect.h 0644 root bin
-f none /opt/csw/include/neon/ne_request.h 0644 root bin
-f none /opt/csw/include/neon/ne_session.h 0644 root bin
-f none /opt/csw/include/neon/ne_socket.h 0644 root bin
-f none /opt/csw/include/neon/ne_ssl.h 0644 root bin
-f none /opt/csw/include/neon/ne_string.h 0644 root bin
-f none /opt/csw/include/neon/ne_uri.h 0644 root bin
-f none /opt/csw/include/neon/ne_utils.h 0644 root bin
-f none /opt/csw/include/neon/ne_xml.h 0644 root bin
-f none /opt/csw/include/neon/ne_xmlreq.h 0644 root bin
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libneon.a 0644 root bin
-f none /opt/csw/lib/libneon.la 0755 root bin
-d none /opt/csw/lib/pkgconfig 0755 root bin
-f none /opt/csw/lib/pkgconfig/neon.pc 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/neon-0.26.3 0755 root bin
-d none /opt/csw/share/doc/neon-0.26.3/html 0755 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/api.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/biblio.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/compliance.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/features.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/index.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/intro.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/ref.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refalloc.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refauth.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refbuf.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refbufapp.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refbufcr.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refbufdest.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refbufutil.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refcert.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refclicert.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refconfig.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/referr.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/reffeat.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refgetst.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refi18n.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refiaddr.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refneon.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refopts.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refreq.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refreqbody.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refreqhdr.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refreqopts.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refresolve.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refresphdr.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refsess.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refshave.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refsockinit.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refsslca.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refsslcert2.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refsslcertio.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refssldname.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refsslvfy.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refstatus.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/reftok.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refvers.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/refxml.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/using.html 0644 root bin
-f none /opt/csw/share/doc/neon-0.26.3/html/xml.html 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/neon-config.1 0644 root bin
-d none /opt/csw/share/man/man3 0755 root bin
-f none /opt/csw/share/man/man3/ne_add_request_header.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_addr_destroy.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_addr_error.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_addr_first.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_addr_next.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_addr_resolve.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_addr_result.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_altered.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_append.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_clear.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_concat.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_create.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_destroy.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_finish.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_grow.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_ncreate.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_buffer_zappend.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_calloc.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_close_connection.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_forget_auth.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_get_error.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_get_response_header.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_get_scheme.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_get_server_hostport.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_has_support.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_get_status.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_i18n_init.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_iaddr_cmp.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_iaddr_free.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_iaddr_make.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_iaddr_print.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_iaddr_typeof.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_malloc.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_oom_callback.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_print_request_header.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_qtoken.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_realloc.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_request_create.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_request_destroy.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_request_dispatch.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_response_header_iterate.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_session_create.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_session_destroy.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_session_proxy.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_error.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_persist.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_proxy_auth.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_read_timeout.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_request_body_buffer.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_request_body_fd.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_request_body_fd64.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_request_expect100.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_server_auth.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_set_useragent.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_shave.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_sock_exit.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_sock_init.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_cmp.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_export.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_free.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_identity.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_import.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_issuer.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_read.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_signedby.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_subject.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_cert_write.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_clicert_decrypt.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_clicert_encrypted.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_clicert_free.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_clicert_name.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_clicert_owner.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_clicert_read.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_dname_cmp.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_readable_dname.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_set_verify.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_trust_cert.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_ssl_trust_default_ca.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_status.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_strdup.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_strndup.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_token.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_version_match.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_version_string.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_xml_create.3 0644 root bin
-f none /opt/csw/share/man/man3/ne_xml_destroy.3 0644 root bin
-f none /opt/csw/share/man/man3/neon.3 0644 root bin

Deleted: csw/mgar/pkg/neon/trunk/files/CSWneon.depend
===================================================================
--- csw/mgar/pkg/neon/trunk/files/CSWneon.depend	2009-01-22 17:23:38 UTC (rev 2876)
+++ csw/mgar/pkg/neon/trunk/files/CSWneon.depend	2009-01-22 17:51:34 UTC (rev 2877)
@@ -1,4 +0,0 @@
-P CSWexpat expat -  XML Parser Toolkit
-P CSWkrb5lib krb5_lib - MIT Kerberos 5 core libraries
-P CSWosslrt openssl_rt - Openssl runtime libraries
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/neon/trunk/files/CSWneon.prototype
===================================================================
--- csw/mgar/pkg/neon/trunk/files/CSWneon.prototype	2009-01-22 17:23:38 UTC (rev 2876)
+++ csw/mgar/pkg/neon/trunk/files/CSWneon.prototype	2009-01-22 17:51:34 UTC (rev 2877)
@@ -1,30 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libneon.so.26.0.3 0755 root bin
-s none /opt/csw/lib/libneon.so.26=libneon.so.26.0.3 root bin
-s none /opt/csw/lib/libneon.so=libneon.so.26.0.3 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/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/neon.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/neon.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/neon.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/neon.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/neon.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/neon.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/neon.mo 0644 root bin
-d none /opt/csw/share/locale/zh 0755 root bin
-d none /opt/csw/share/locale/zh/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/zh/LC_MESSAGES/neon.mo 0644 root bin


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list