[csw-devel] SF.net SVN: gar:[8451] csw/mgar/pkg/cpan/libapreq2/trunk

bensons at users.sourceforge.net bensons at users.sourceforge.net
Wed Feb 10 13:29:11 CET 2010


Revision: 8451
          http://gar.svn.sourceforge.net/gar/?rev=8451&view=rev
Author:   bensons
Date:     2010-02-10 12:29:11 +0000 (Wed, 10 Feb 2010)

Log Message:
-----------
cpan libapreq2: adjusted to current GAR version, bumped version, take over maintainership. Still needs fixing because of STRIP_LIBTOOL breaks some Makefiles

Modified Paths:
--------------
    csw/mgar/pkg/cpan/libapreq2/trunk/Makefile
    csw/mgar/pkg/cpan/libapreq2/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.depend
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.gspec
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.postinstall
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.preremove
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.prototype
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.depend
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.gspec
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.prototype
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.depend
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.gspec
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.prototype
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.depend
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.gspec
    csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.prototype

Modified: csw/mgar/pkg/cpan/libapreq2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/Makefile	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/Makefile	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,5 +1,5 @@
 GARNAME = libapreq2
-GARVERSION = 2.08
+GARVERSION = 2.12
 CATEGORIES = cpan
 AUTHOR = JOESUF
 
@@ -11,19 +11,42 @@
   manpage for more details.
 endef
 
-DISTFILES  = $(call admfiles,CSWlibapreq2,depend prototype)
-DISTFILES += $(call admfiles,CSWlibapreq2-devel,depend prototype)
-CSWap2modapreq2_admfiles = depend prototype postinstall preremove
-DISTFILES += $(call admfiles,CSWap2modapreq2,$(CSWap2modapreq2_admfiles))
-DISTFILES += $(call admfiles,CSWpmapreq2,depend prototype)
+PACKAGES = CSWlibapreq2 CSWlibapreq2-devel CSWap2modapreq2 CSWpmapreq2
+# individual packages below
+CATALOGNAME_CSWlibapreq2 = libapreq2
+SPKG_DESC_CSWlibapreq2 = Apache Request Library
+PKGFILES_CSWlibapreq2 = /opt/csw/apache2/lib/libapreq2.so.*
+RUNTIME_DEP_PKGS_CSWlibapreq2 += CSWiconv
+RUNTIME_DEP_PKGS_CSWlibapreq2 += CSWapache2rt
+RUNTIME_DEP_PKGS_CSWlibapreq2 += CSWbdb47
 
+CATALOGNAME_CSWlibapreq2-devel = libapreq2_devel
+SPKG_DESC_CSWlibapreq2-devel = Apache Request Library development support
+PKGFILES_CSWlibapreq2-devel += /opt/csw/apache2/bin/apreq2-config
+PKGFILES_CSWlibapreq2-devel += /opt/csw/apache2/include/apreq2/.*
+PKGFILES_CSWlibapreq2-devel += /opt/csw/apache2/lib/libapreq2.a
+ARCHALL_CSWlibapreq2-devel = 1
+RUNTIME_DEP_PKGS_CSWlibapreq2-devel += CSWlibapreq2
+
+CATALOGNAME_CSWap2modapreq2 = ap2_modapreq2
+SPKG_DESC_CSWap2modapreq2 = libapreq2 filter module for Apache 2
+PKGFILES_CSWap2modapreq2 = /opt/csw/apache2/libexec/mod_apreq2.so
+RUNTIME_DEP_PKGS_CSWap2modapreq2 += CSWiconv
+RUNTIME_DEP_PKGS_CSWap2modapreq2 += CSWapache2rt
+RUNTIME_DEP_PKGS_CSWap2modapreq2 += CSWlibapreq2
+
+CATALOGNAME_CSWpmapreq2 = pm_apreq2
+SPKG_DESC_CSWpmapreq2 = libapreq2 Perl language bindings
+PKGFILES_CSWpmapreq2 += /opt/csw/lib/perl/.*
+PKGFILES_CSWpmapreq2 += /opt/csw/share/man/.*
+RUNTIME_DEP_PKGS_CSWpmapreq2 += CSWap2modperl
+RUNTIME_DEP_PKGS_CSWpmapreq2 += CSWpmapachetst
+RUNTIME_DEP_PKGS_CSWpmapreq2 += CSWpmextutxsbld
+
 # Ensure args are requestrecs
 PATCHFILES += requestrec.diff
 
-MODDIST  = $(GARNAME)-$(GARVERSION).tar.gz
-DEPENDS += cpan/Apache-Test
-DEPENDS += cpan/ExtUtils-XSBuilder
-DEPENDS += cpan/mod_perl2
+# BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWbdb47-devel
 
 AP2_ROOT = $(prefix)/apache2
 
@@ -40,10 +63,11 @@
 FIXCONFIG_DIRS += $(DESTDIR)$(prefix)/apache2/lib
 STRIP_DIRS   += $(DESTDIR)$(prefix)/apache2/libexec
 
-EXTRA_INC = $(prefix)/bdb43/include
-EXTRA_LIB = $(prefix)/bdb43/lib $(prefix)/apache2/lib
+EXTRA_INC = $(prefix)/bdb47/include
+EXTRA_LIB = $(prefix)/bdb47/lib $(prefix)/apache2/lib
 
 SKIPTEST = 1
+STRIP_LIBTOOL = 1
 
 include gar/category.mk
 

Modified: csw/mgar/pkg/cpan/libapreq2/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/checksums	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/checksums	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,16 +1,2 @@
-765d8e8009a6cc8658de2390179f8637  download/CSWlibapreq2.gspec
-12ef382f0aa9a804df62d4991df938da  download/CSWlibapreq2.depend
-df6a07c72415bdd81ca80d7cab278735  download/CSWlibapreq2.prototype
-036dfe470694cfd6a7e451056f3a3c15  download/CSWlibapreq2-devel.gspec
-40fc500077b55a2637d822e44823f09f  download/CSWlibapreq2-devel.depend
-2cc95f6d091c0fec240c6df0150a47ac  download/CSWlibapreq2-devel.prototype
-03b645121b96110cac1c121e4e5e5026  download/CSWap2modapreq2.gspec
-a63d8b9c7b235f421a84e0204f9a3f41  download/CSWap2modapreq2.depend
-47ccc18b83d43c498bf9e50db79245d8  download/CSWap2modapreq2.prototype
-1b232fb2b8b585eca307327b826455cb  download/CSWap2modapreq2.postinstall
-23cf6d9b0cd407b84bc038e4f7330fc8  download/CSWap2modapreq2.preremove
-83935adaa08c8738b1020b9c5049c5c9  download/CSWpmapreq2.gspec
-57db2339454179f36a5195eb0237ac2f  download/CSWpmapreq2.depend
-b242f7f8d0a47a8569ee9685305451aa  download/CSWpmapreq2.prototype
-9fb3deec448f74c455d4ffc13846ea9f  download/libapreq2-2.08.tar.gz
-500218b67e41bd8ed189b3cb5f031e98  download/requestrec.diff
+76e2acde0d82246dea6f2565f3746eec  libapreq2-2.12.tar.gz
+500218b67e41bd8ed189b3cb5f031e98  requestrec.diff

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.depend
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.depend	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.depend	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,8 +0,0 @@
-P CSWapache2 apache2 - Apache 2.2 web server
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - embedded database libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWiconv libiconv - GNU iconv library
-P CSWlibapreq2 libapreq2 - Apache Request Library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.gspec
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.gspec	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.gspec	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,5 +0,0 @@
-%var            bitname ap2_modapreq2
-%var            pkgname CSWap2modapreq2
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%var            desc libapreq2 filter module for Apache 2
-%copyright      url file://%{WORKSRC}/LICENSE

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.postinstall
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.postinstall	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.postinstall	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw
-AP2_PREFIX=$CSW_PREFIX/apache2
-AP2_BINDIR=$AP2_PREFIX/sbin
-AP2_LIBEXEC=$AP2_PREFIX/libexec
-AP2_CONFDIR=$AP2_PREFIX/etc
-AP2_EXTRADIR=$AP2_CONFDIR/extra
-AP2_CONFIG=$AP2_CONFDIR/httpd.conf
-
-# Enable the apreq module
-PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'}
-chroot $PKG_INSTALL_ROOT \
-    $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -a -n apreq mod_apreq2.so
-
-# Finito
-cat <<END
-
-NOTICE: mod_apreq2 is enabled in httpd.conf but the server was not restarted.
-Please examine your httpd configuration and restart apache.
-
-END
-
-exit 0

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.preremove
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.preremove	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.preremove	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw
-AP2_PREFIX=$CSW_PREFIX/apache2
-AP2_BINDIR=$AP2_PREFIX/sbin
-AP2_LIBEXEC=$AP2_PREFIX/libexec
-AP2_CONFDIR=$AP2_PREFIX/etc
-AP2_EXTRADIR=$AP2_CONFDIR/extra
-AP2_CONFIG=$AP2_CONFDIR/httpd.conf
-
-# Disable the apreq module
-PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'}
-chroot $PKG_INSTALL_ROOT \
-    $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -A -n apreq mod_apreq2.so
-
-cat <<END
-
-NOTICE: mod_apreq2 is disabled in httpd.conf but the server was not restarted.
-Please check your httpd configuration and restart apache.
-
-END
-
-exit 0

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.prototype
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.prototype	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWap2modapreq2.prototype	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,3 +0,0 @@
-d none /opt/csw/apache2 0755 root bin
-d none /opt/csw/apache2/libexec 0755 root bin
-f none /opt/csw/apache2/libexec/mod_apreq2.so 0755 root bin

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.depend
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.depend	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.depend	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,2 +0,0 @@
-P CSWlibapreq2 libapreq2 - Apache Request Library
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.gspec
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.gspec	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.gspec	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,5 +0,0 @@
-%var            bitname libapreq2_devel
-%var            pkgname CSWlibapreq2-devel
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%var            desc Apache Request Library development support
-%copyright      url file://%{WORKSRC}/LICENSE

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.prototype
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.prototype	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2-devel.prototype	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,17 +0,0 @@
-d none /opt/csw/apache2 0755 root bin
-d none /opt/csw/apache2/bin 0755 root bin
-f none /opt/csw/apache2/bin/apreq2-config 0755 root bin
-d none /opt/csw/apache2/include 0755 root bin
-d none /opt/csw/apache2/include/apreq2 0755 root bin
-f none /opt/csw/apache2/include/apreq2/apreq.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_cookie.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_error.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_module.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_module_apache2.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_param.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_parser.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_util.h 0644 root bin
-f none /opt/csw/apache2/include/apreq2/apreq_version.h 0644 root bin
-d none /opt/csw/apache2/lib 0755 root bin
-f none /opt/csw/apache2/lib/libapreq2.a 0644 root bin
-f none /opt/csw/apache2/lib/libapreq2.la 0755 root bin

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.depend
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.depend	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.depend	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,6 +0,0 @@
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - embedded database libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWiconv libiconv - GNU iconv library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.gspec
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.gspec	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.gspec	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,5 +0,0 @@
-%var            bitname libapreq2
-%var            pkgname CSWlibapreq2
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%var            desc Apache Request Library
-%copyright      url file://%{WORKSRC}/LICENSE

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.prototype
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.prototype	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWlibapreq2.prototype	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,5 +0,0 @@
-d none /opt/csw/apache2 0755 root bin
-d none /opt/csw/apache2/lib 0755 root bin
-f none /opt/csw/apache2/lib/libapreq2.so.3.6.0 0755 root bin
-s none /opt/csw/apache2/lib/libapreq2.so.3=libapreq2.so.3.6.0 root bin
-s none /opt/csw/apache2/lib/libapreq2.so=libapreq2.so.3.6.0 root bin

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.depend
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.depend	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.depend	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,8 +0,0 @@
-P CSWap2modperl ap2_modperl - Persistent Perl interpreter for Apache 2.x
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - embedded database libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWiconv libiconv - GNU iconv library
-P CSWlibapreq2 libapreq2 - Apache Request Library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.gspec
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.gspec	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.gspec	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,5 +0,0 @@
-%var            bitname pm_apreq2
-%var            pkgname CSWpmapreq2
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%var            desc libapreq2 Perl language bindings
-%copyright      url file://%{WORKSRC}/LICENSE

Deleted: csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.prototype
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.prototype	2010-02-10 11:02:16 UTC (rev 8450)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/files/CSWpmapreq2.prototype	2010-02-10 12:29:11 UTC (rev 8451)
@@ -1,67 +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/APR 0755 root bin
-f none /opt/csw/lib/perl/csw/APR/Request.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request.pod 0444 root bin
-d none /opt/csw/lib/perl/csw/APR/Request 0755 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Apache2.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Apache2.pod 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/CGI.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/CGI.pod 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Cookie.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Cookie.pod 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Error.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Error.pod 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Hook.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Hook.pod 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Param.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Param.pod 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Parser.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/APR/Request/Parser.pod 0444 root bin
-d none /opt/csw/lib/perl/csw/Apache2 0755 root bin
-f none /opt/csw/lib/perl/csw/Apache2/Cookie.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/Apache2/Request.pm 0444 root bin
-f none /opt/csw/lib/perl/csw/Apache2/Upload.pm 0444 root bin
-d none /opt/csw/lib/perl/csw/auto 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/APR 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/Apache2 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Apache2/Apache2.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Apache2/Apache2.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/CGI 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/CGI/CGI.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/CGI/CGI.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/Cookie 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Cookie/Cookie.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Cookie/Cookie.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/Error 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Error/Error.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Error/Error.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/Hook 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Hook/Hook.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Hook/Hook.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/Param 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Param/Param.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Param/Param.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/APR/Request/Parser 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Parser/Parser.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Parser/Parser.so 0555 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Request.bs 0444 root bin
-f none /opt/csw/lib/perl/csw/auto/APR/Request/Request.so 0555 root bin
-d none /opt/csw/lib/perl/csw/auto/libapreq2 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/libapreq2/.packlist 0444 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/APR::Request.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::Apache2.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::CGI.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::Cookie.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::Error.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::Hook.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::Param.3perl 0444 root bin
-f none /opt/csw/share/man/man3/APR::Request::Parser.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Apache2::Cookie.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Apache2::Request.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Apache2::Upload.3perl 0444 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