ports/114138: [PATCH] www/cakephp: update to 1.1.15.5144

Greg Larkin glarkin at sourcehosting.net
Thu Jul 5 21:10:10 UTC 2007


The following reply was made to PR ports/114138; it has been noted by GNATS.

From: "Greg Larkin" <glarkin at sourcehosting.net>
To: "'Martin Wilke'" <miwi at FreeBSD.org>
Cc: <bug-followup at FreeBSD.org>
Subject: RE: ports/114138: [PATCH] www/cakephp: update to 1.1.15.5144
Date: Thu, 5 Jul 2007 17:06:31 -0400

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_006D_01C7BF26.D6065470
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 > -----Original Message-----
 > From: Martin Wilke [mailto:miwi at FreeBSD.org] 
 > Sent: Thursday, July 05, 2007 5:40 PM
 > To: glarkin at sourcehosting.net
 > Subject: Re: ports/114138: [PATCH] www/cakephp: update to 1.1.15.5144
 > 
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 > 
 > On Thu, 5 Jul 2007 14:23:42 -0400
 > "Greg Larkin" <glarkin at sourcehosting.net> wrote:
 > 
 > |Hi Martin,
 > |
 > |Please accept my apologies - I must have generated the patch 
 > against an 
 > |intermediate version of the port that I was working on several weeks 
 > |ago. I'll update to the committed version of the port directory and 
 > |recreate the patch.
 > 
 > Hi Greg,
 > 
 > Thanks, please resend a followup to this pr i'll then handle 
 > this pr :).
 > 
 > - - Martin
 > 
 > - -- 
 > Martin Wilke		| irc.unixfreunde.de #bsd 
 > miwi at FreeBSD.org	| miwi at unixfreunde.de
 > FreeBSD Committer	| Power to Serve
 > -----BEGIN PGP SIGNATURE-----
 > Version: GnuPG v2.0.4 (FreeBSD)
 > 
 > iD8DBQFGjWU/FwpycAVoI1MRAjtmAKCjVZCVUf+lykGptkeUxVwxJwyNKACgpKWM
 > IbEBa7FsVSHpGM9cHt3xch4=
 > =WVWw
 > -----END PGP SIGNATURE-----
 > 
 
 Hi Martin,
 
 I have attached a new patch that was generated against the correct base.
 Let me know if you see any problems with this one.  Thank you!
 
 Regards,
 Greg
 
 
 ------=_NextPart_000_006D_01C7BF26.D6065470
 Content-Type: application/octet-stream;
 	name="cakephp-1.1.15.5144-1.patch"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="cakephp-1.1.15.5144-1.patch"
 
 diff -ruN --exclude=3DCVS /usr/ports/www/cakephp.orig/Makefile =
 /usr/ports/www/cakephp/Makefile=0A=
 --- /usr/ports/www/cakephp.orig/Makefile	Fri Apr  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/Makefile	Fri Jun 29 15:59:10 2007=0A=
 @@ -6,10 +6,9 @@=0A=
  #=0A=
  =0A=
  PORTNAME=3D	cakephp=0A=
 -PORTVERSION=3D	1.1.13.4450=0A=
 -PORTREVISION=3D	1=0A=
 +PORTVERSION=3D	1.1.15.5144=0A=
  CATEGORIES=3D	www=0A=
 -MASTER_SITES=3D	http://cakeforge.org/frs/download.php/326/=0A=
 +MASTER_SITES=3D	http://cakeforge.org/frs/download.php/410/=0A=
  DISTNAME=3D	cake_${PORTVERSION}=0A=
  =0A=
  MAINTAINER=3D	glarkin at sourcehosting.net=0A=
 @@ -63,7 +62,7 @@=0A=
  EXTRA_PATCHES=3D	${FILESDIR}/development-app-config-core.php.patch=0A=
  .endif=0A=
  =0A=
 -CONF=3D		cakephp-${PROD}${CGI_EXT}.conf =0A=
 +CONF=3D		cakephp-${PROD}${CGI_EXT}.conf=0A=
  SUB_FILES+=3D	${CONF}=0A=
  =0A=
  DB_DEFINED=3D	no=0A=
 @@ -109,15 +108,15 @@=0A=
  	@${ECHO_MSG} ""=0A=
  =0A=
  do-install:=0A=
 -	@${MKDIR} ${DATADIR}=0A=
 +	@${MKDIR} ${WWWDIR}=0A=
  	${CP} -R ${WRKSRC}/.htaccess \=0A=
  			${WRKSRC}/app \=0A=
  			${WRKSRC}/cake \=0A=
  			${WRKSRC}/index.php \=0A=
 -			${WRKSRC}/vendors ${DATADIR}=0A=
 -	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DATADIR}=0A=
 -	${FIND} ${DATADIR} -type f -print | ${XARGS} -n1 ${CHMOD} 644=0A=
 -	${FIND} ${DATADIR} -type d -print | ${XARGS} -n1 ${CHMOD} 755=0A=
 +			${WRKSRC}/vendors ${WWWDIR}=0A=
 +	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}=0A=
 +	${FIND} ${WWWDIR} -type f -print | ${XARGS} -n1 ${CHMOD} 644=0A=
 +	${FIND} ${WWWDIR} -type d -print | ${XARGS} -n1 ${CHMOD} 755=0A=
  =0A=
  post-install:=0A=
  	@if [ -d "${CONFDIR}" ]; then \=0A=
 diff -ruN --exclude=3DCVS /usr/ports/www/cakephp.orig/distinfo =
 /usr/ports/www/cakephp/distinfo=0A=
 --- /usr/ports/www/cakephp.orig/distinfo	Fri Apr  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/distinfo	Fri Jun 29 15:59:28 2007=0A=
 @@ -1,3 +1,3 @@=0A=
 -MD5 (cake_1.1.13.4450.tar.bz2) =3D 9b39849608a8d9881adb8d65f75a14d8=0A=
 -SHA256 (cake_1.1.13.4450.tar.bz2) =3D =
 614a63e501490d4735b955ccca1194fc330c8b65cb64441ad3de2ea8ebd301c1=0A=
 -SIZE (cake_1.1.13.4450.tar.bz2) =3D 148538=0A=
 +MD5 (cake_1.1.15.5144.tar.bz2) =3D f163a298eaaa4361c62175a19bf3f763=0A=
 +SHA256 (cake_1.1.15.5144.tar.bz2) =3D =
 44eb104fd33dc95ea28ed2cdfbeea6649412a401efc77b9b57c2345dc322ad7e=0A=
 +SIZE (cake_1.1.15.5144.tar.bz2) =3D 158658=0A=
 diff -ruN --exclude=3DCVS =
 /usr/ports/www/cakephp.orig/files/cakephp-development-cgi.conf.in =
 /usr/ports/www/cakephp/files/cakephp-development-cgi.conf.in=0A=
 --- /usr/ports/www/cakephp.orig/files/cakephp-development-cgi.conf.in	=
 Fri Apr  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/files/cakephp-development-cgi.conf.in	Fri Apr =
  6 14:33:40 2007=0A=
 @@ -4,7 +4,7 @@=0A=
  Action php-script %%PHPCGI%%=0A=
  AddHandler php-script .php=0A=
  =0A=
 -Alias /cakephp %%DATADIR%%=0A=
 +Alias /cakephp %%WWWDIR%%=0A=
  =0A=
  <Location /cakephp>=0A=
      DirectoryIndex index.php=0A=
 diff -ruN --exclude=3DCVS =
 /usr/ports/www/cakephp.orig/files/cakephp-development.conf.in =
 /usr/ports/www/cakephp/files/cakephp-development.conf.in=0A=
 --- /usr/ports/www/cakephp.orig/files/cakephp-development.conf.in	Fri =
 Apr  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/files/cakephp-development.conf.in	Fri Apr  6 =
 14:33:40 2007=0A=
 @@ -1,7 +1,7 @@=0A=
  AddType application/x-httpd-php .php=0A=
  AddType application/x-httpd-php-source .phps=0A=
  =0A=
 -Alias /cakephp %%DATADIR%%=0A=
 +Alias /cakephp %%WWWDIR%%=0A=
  =0A=
  <Location /cakephp>=0A=
      DirectoryIndex index.php=0A=
 diff -ruN --exclude=3DCVS =
 /usr/ports/www/cakephp.orig/files/cakephp-production-cgi.conf.in =
 /usr/ports/www/cakephp/files/cakephp-production-cgi.conf.in=0A=
 --- /usr/ports/www/cakephp.orig/files/cakephp-production-cgi.conf.in	Fri =
 Apr  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/files/cakephp-production-cgi.conf.in	Fri Apr  =
 6 14:33:40 2007=0A=
 @@ -4,7 +4,7 @@=0A=
  Action php-script %%PHPCGI%%         =0A=
  AddHandler php-script .php=0A=
   =0A=
 -DocumentRoot %%DATADIR%%/app/webroot=0A=
 +DocumentRoot %%WWWDIR%%/app/webroot=0A=
  =0A=
  <Location />=0A=
      DirectoryIndex index.php=0A=
 diff -ruN --exclude=3DCVS =
 /usr/ports/www/cakephp.orig/files/cakephp-production.conf.in =
 /usr/ports/www/cakephp/files/cakephp-production.conf.in=0A=
 --- /usr/ports/www/cakephp.orig/files/cakephp-production.conf.in	Fri Apr =
  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/files/cakephp-production.conf.in	Fri Apr  6 =
 14:33:40 2007=0A=
 @@ -1,7 +1,7 @@=0A=
  AddType application/x-httpd-php .php=0A=
  AddType application/x-httpd-php-source .phps=0A=
  =0A=
 -DocumentRoot %%DATADIR%%/app/webroot=0A=
 +DocumentRoot %%WWWDIR%%/app/webroot=0A=
  =0A=
  <Location />=0A=
      DirectoryIndex index.php=0A=
 diff -ruN --exclude=3DCVS =
 /usr/ports/www/cakephp.orig/files/pkg-message.in =
 /usr/ports/www/cakephp/files/pkg-message.in=0A=
 --- /usr/ports/www/cakephp.orig/files/pkg-message.in	Fri Apr  6 12:41:54 =
 2007=0A=
 +++ /usr/ports/www/cakephp/files/pkg-message.in	Fri Apr  6 14:33:40 2007=0A=
 @@ -7,5 +7,5 @@=0A=
  Note that you should restart your Apache web server to ensure that=0A=
  the CakePHP configuration file is loaded.=0A=
  =0A=
 -Be sure to check %%DATADIR%%/app/config/core.php for=0A=
 +Be sure to check %%WWWDIR%%/app/config/core.php for=0A=
  additional framework configuration options.=0A=
 diff -ruN --exclude=3DCVS /usr/ports/www/cakephp.orig/pkg-plist =
 /usr/ports/www/cakephp/pkg-plist=0A=
 --- /usr/ports/www/cakephp.orig/pkg-plist	Fri Apr  6 12:41:54 2007=0A=
 +++ /usr/ports/www/cakephp/pkg-plist	Fri Jun 29 16:30:12 2007=0A=
 @@ -1,258 +1,296 @@=0A=
 -%%DATADIR%%/app/.htaccess=0A=
 -%%DATADIR%%/app/config/acl.ini.php=0A=
 -%%DATADIR%%/app/config/bootstrap.php=0A=
 -%%DATADIR%%/app/config/core.php=0A=
 - at unexec rm -f %D/%%DATADIR%%/app/config/core.php.orig=0A=
 -%%DATADIR%%/app/config/database.php.default=0A=
 -%%DATADIR%%/app/config/inflections.php=0A=
 -%%DATADIR%%/app/config/routes.php=0A=
 -%%DATADIR%%/app/config/sql/db_acl.sql=0A=
 -%%DATADIR%%/app/config/sql/sessions.sql=0A=
 -%%DATADIR%%/app/index.php=0A=
 -%%DATADIR%%/app/webroot/.htaccess=0A=
 -%%DATADIR%%/app/webroot/css.php=0A=
 -%%DATADIR%%/app/webroot/css/cake.generic.css=0A=
 -%%DATADIR%%/app/webroot/favicon.ico=0A=
 -%%DATADIR%%/app/webroot/img/cake.power.png=0A=
 -%%DATADIR%%/app/webroot/img/w3c_css.png=0A=
 -%%DATADIR%%/app/webroot/img/w3c_xhtml10.png=0A=
 -%%DATADIR%%/app/webroot/index.php=0A=
 -%%DATADIR%%/app/webroot/js/vendors.php=0A=
 -%%DATADIR%%/cake/LICENSE.txt=0A=
 -%%DATADIR%%/cake/VERSION.txt=0A=
 -%%DATADIR%%/cake/app_controller.php=0A=
 -%%DATADIR%%/cake/app_model.php=0A=
 -%%DATADIR%%/cake/basics.php=0A=
 -%%DATADIR%%/cake/bootstrap.php=0A=
 -%%DATADIR%%/cake/config/config.php=0A=
 -%%DATADIR%%/cake/config/paths.php=0A=
 -%%DATADIR%%/cake/dispatcher.php=0A=
 -%%DATADIR%%/cake/libs/cache.php=0A=
 -%%DATADIR%%/cake/libs/cake_log.php=0A=
 -%%DATADIR%%/cake/libs/class_registry.php=0A=
 -%%DATADIR%%/cake/libs/configure.php=0A=
 -%%DATADIR%%/cake/libs/controller/component.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/acl.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/acl_base.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/dbacl/db_acl.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/dbacl/models/aclnode.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/dbacl/models/aco.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/dbacl/models/acoaction.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/dbacl/models/aro.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/dbacl/models/aros_aco.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/iniacl/ini_acl.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/request_handler.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/security.php=0A=
 -%%DATADIR%%/cake/libs/controller/components/session.php=0A=
 -%%DATADIR%%/cake/libs/controller/controller.php=0A=
 -%%DATADIR%%/cake/libs/controller/pages_controller.php=0A=
 -%%DATADIR%%/cake/libs/controller/scaffold.php=0A=
 -%%DATADIR%%/cake/libs/error.php=0A=
 -%%DATADIR%%/cake/libs/file.php=0A=
 -%%DATADIR%%/cake/libs/flay.php=0A=
 -%%DATADIR%%/cake/libs/folder.php=0A=
 -%%DATADIR%%/cake/libs/inflector.php=0A=
 -%%DATADIR%%/cake/libs/legacy.php=0A=
 -%%DATADIR%%/cake/libs/model/connection_manager.php=0A=
 -%%DATADIR%%/cake/libs/model/datasources/datasource.php=0A=
 -%%DATADIR%%/cake/libs/model/datasources/dbo_source.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_adodb.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_mssql.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_mysql.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_mysqli.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_odbc.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_pear.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_postgres.php=0A=
 -%%DATADIR%%/cake/libs/model/dbo/dbo_sqlite.php=0A=
 -%%DATADIR%%/cake/libs/model/model.php=0A=
 -%%DATADIR%%/cake/libs/model/model_php4.php=0A=
 -%%DATADIR%%/cake/libs/model/model_php5.php=0A=
 -%%DATADIR%%/cake/libs/neat_array.php=0A=
 -%%DATADIR%%/cake/libs/neat_string.php=0A=
 -%%DATADIR%%/cake/libs/object.php=0A=
 -%%DATADIR%%/cake/libs/router.php=0A=
 -%%DATADIR%%/cake/libs/sanitize.php=0A=
 -%%DATADIR%%/cake/libs/security.php=0A=
 -%%DATADIR%%/cake/libs/session.php=0A=
 -%%DATADIR%%/cake/libs/validators.php=0A=
 -%%DATADIR%%/cake/libs/view/helper.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/ajax.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/cache.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/form.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/html.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/javascript.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/number.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/session.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/text.php=0A=
 -%%DATADIR%%/cake/libs/view/helpers/time.php=0A=
 -%%DATADIR%%/cake/libs/view/templates/elements/dump.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/error404.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_action.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_component_class.thtm=
 l=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_component_file.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_connection.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_controller.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_helper_class.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_helper_file.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_layout.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_model.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_scaffolddb.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_table.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/missing_view.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/private_action.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/errors/scaffold_error.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/layouts/ajax.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/layouts/default.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/layouts/flash.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/pages/home.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/scaffolds/add.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/scaffolds/edit.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/scaffolds/index.thtml=0A=
 -%%DATADIR%%/cake/libs/view/templates/scaffolds/view.thtml=0A=
 -%%DATADIR%%/cake/libs/view/view.php=0A=
 -%%DATADIR%%/cake/scripts/acl.php=0A=
 -%%DATADIR%%/cake/scripts/bake.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/.htaccess=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/app_controller.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/app_model.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/acl.ini.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/bootstrap.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/core.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/database.php.default=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/inflections.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/routes.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/sql/db_acl.sql=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/config/sql/sessions.sql=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/controllers/pages_controller.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/index.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/views/layouts/ajax.thtml=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/views/layouts/default.thtml=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/views/layouts/flash.thtml=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/.htaccess=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/css.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/css/cake.generic.css=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/favicon.ico=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/img/cake.power.png=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/index.php=0A=
 -%%DATADIR%%/cake/scripts/templates/skel/webroot/js/vendors.php=0A=
 -%%DATADIR%%/cake/scripts/templates/views/home.thtml=0A=
 +%%WWWDIR%%/app/.htaccess=0A=
 +%%WWWDIR%%/app/config/acl.ini.php=0A=
 +%%WWWDIR%%/app/config/bootstrap.php=0A=
 +%%WWWDIR%%/app/config/core.php=0A=
 + at unexec rm -f %D/%%WWWDIR%%/app/config/core.php.orig=0A=
 +%%WWWDIR%%/app/config/database.php.default=0A=
 +%%WWWDIR%%/app/config/inflections.php=0A=
 +%%WWWDIR%%/app/config/routes.php=0A=
 +%%WWWDIR%%/app/config/sql/db_acl.sql=0A=
 +%%WWWDIR%%/app/config/sql/sessions.sql=0A=
 +%%WWWDIR%%/app/controllers/components/empty=0A=
 +%%WWWDIR%%/app/index.php=0A=
 +%%WWWDIR%%/app/models/empty=0A=
 +%%WWWDIR%%/app/plugins/empty=0A=
 +%%WWWDIR%%/app/tmp/cache/empty=0A=
 +%%WWWDIR%%/app/tmp/cache/models/empty=0A=
 +%%WWWDIR%%/app/tmp/cache/persistent/empty=0A=
 +%%WWWDIR%%/app/tmp/cache/views/empty=0A=
 +%%WWWDIR%%/app/tmp/empty=0A=
 +%%WWWDIR%%/app/tmp/logs/empty=0A=
 +%%WWWDIR%%/app/tmp/sessions/empty=0A=
 +%%WWWDIR%%/app/tmp/tests/empty=0A=
 +%%WWWDIR%%/app/vendors/empty=0A=
 +%%WWWDIR%%/app/views/elements/empty=0A=
 +%%WWWDIR%%/app/views/errors/empty=0A=
 +%%WWWDIR%%/app/views/helpers/empty=0A=
 +%%WWWDIR%%/app/views/layouts/empty=0A=
 +%%WWWDIR%%/app/views/pages/empty=0A=
 +%%WWWDIR%%/app/webroot/.htaccess=0A=
 +%%WWWDIR%%/app/webroot/css.php=0A=
 +%%WWWDIR%%/app/webroot/css/cake.generic.css=0A=
 +%%WWWDIR%%/app/webroot/favicon.ico=0A=
 +%%WWWDIR%%/app/webroot/img/cake.power.png=0A=
 +%%WWWDIR%%/app/webroot/img/w3c_css.png=0A=
 +%%WWWDIR%%/app/webroot/img/w3c_xhtml10.png=0A=
 +%%WWWDIR%%/app/webroot/index.php=0A=
 +%%WWWDIR%%/app/webroot/js/vendors.php=0A=
 +%%WWWDIR%%/cake/LICENSE.txt=0A=
 +%%WWWDIR%%/cake/VERSION.txt=0A=
 +%%WWWDIR%%/cake/app_controller.php=0A=
 +%%WWWDIR%%/cake/app_model.php=0A=
 +%%WWWDIR%%/cake/basics.php=0A=
 +%%WWWDIR%%/cake/bootstrap.php=0A=
 +%%WWWDIR%%/cake/config/config.php=0A=
 +%%WWWDIR%%/cake/config/paths.php=0A=
 +%%WWWDIR%%/cake/dispatcher.php=0A=
 +%%WWWDIR%%/cake/libs/cache.php=0A=
 +%%WWWDIR%%/cake/libs/cake_log.php=0A=
 +%%WWWDIR%%/cake/libs/class_registry.php=0A=
 +%%WWWDIR%%/cake/libs/configure.php=0A=
 +%%WWWDIR%%/cake/libs/controller/component.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/acl.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/acl_base.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/dbacl/db_acl.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aclnode.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aco.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/dbacl/models/acoaction.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aro.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aros_aco.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/iniacl/ini_acl.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/request_handler.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/security.php=0A=
 +%%WWWDIR%%/cake/libs/controller/components/session.php=0A=
 +%%WWWDIR%%/cake/libs/controller/controller.php=0A=
 +%%WWWDIR%%/cake/libs/controller/pages_controller.php=0A=
 +%%WWWDIR%%/cake/libs/controller/scaffold.php=0A=
 +%%WWWDIR%%/cake/libs/error.php=0A=
 +%%WWWDIR%%/cake/libs/file.php=0A=
 +%%WWWDIR%%/cake/libs/flay.php=0A=
 +%%WWWDIR%%/cake/libs/folder.php=0A=
 +%%WWWDIR%%/cake/libs/inflector.php=0A=
 +%%WWWDIR%%/cake/libs/legacy.php=0A=
 +%%WWWDIR%%/cake/libs/model/connection_manager.php=0A=
 +%%WWWDIR%%/cake/libs/model/datasources/datasource.php=0A=
 +%%WWWDIR%%/cake/libs/model/datasources/dbo_source.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_adodb.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_mssql.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_mysql.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_mysqli.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_odbc.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_pear.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_postgres.php=0A=
 +%%WWWDIR%%/cake/libs/model/dbo/dbo_sqlite.php=0A=
 +%%WWWDIR%%/cake/libs/model/model.php=0A=
 +%%WWWDIR%%/cake/libs/model/model_php4.php=0A=
 +%%WWWDIR%%/cake/libs/model/model_php5.php=0A=
 +%%WWWDIR%%/cake/libs/neat_array.php=0A=
 +%%WWWDIR%%/cake/libs/neat_string.php=0A=
 +%%WWWDIR%%/cake/libs/object.php=0A=
 +%%WWWDIR%%/cake/libs/router.php=0A=
 +%%WWWDIR%%/cake/libs/sanitize.php=0A=
 +%%WWWDIR%%/cake/libs/security.php=0A=
 +%%WWWDIR%%/cake/libs/session.php=0A=
 +%%WWWDIR%%/cake/libs/set.php=0A=
 +%%WWWDIR%%/cake/libs/validators.php=0A=
 +%%WWWDIR%%/cake/libs/view/helper.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/ajax.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/cache.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/form.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/html.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/javascript.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/number.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/session.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/text.php=0A=
 +%%WWWDIR%%/cake/libs/view/helpers/time.php=0A=
 +%%WWWDIR%%/cake/libs/view/templates/elements/dump.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/error404.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_action.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_component_class.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_component_file.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_connection.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_controller.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_helper_class.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_helper_file.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_layout.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_model.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_scaffolddb.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_table.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/missing_view.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/private_action.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/errors/scaffold_error.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/layouts/ajax.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/layouts/default.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/layouts/flash.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/pages/home.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/scaffolds/add.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/scaffolds/edit.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/scaffolds/index.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/templates/scaffolds/view.thtml=0A=
 +%%WWWDIR%%/cake/libs/view/view.php=0A=
 +%%WWWDIR%%/cake/scripts/acl.php=0A=
 +%%WWWDIR%%/cake/scripts/bake.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/.htaccess=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/app_controller.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/app_model.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/acl.ini.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/bootstrap.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/core.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/database.php.default=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/inflections.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/routes.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/sql/db_acl.sql=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/config/sql/sessions.sql=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/controllers/pages_controller.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/index.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/views/layouts/ajax.thtml=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/views/layouts/default.thtml=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/views/layouts/flash.thtml=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/.htaccess=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/css.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/css/cake.generic.css=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/favicon.ico=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/img/cake.power.png=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/index.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/skel/webroot/js/vendors.php=0A=
 +%%WWWDIR%%/cake/scripts/templates/views/home.thtml=0A=
  %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt=0A=
  %%PORTDOCS%%%%DOCSDIR%%/COPYING.txt=0A=
  %%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt=0A=
  %%PORTDOCS%%%%DOCSDIR%%/README.txt=0A=
  %%PORTDOCS%%@dirrm %%DOCSDIR%%=0A=
 -%%DATADIR%%/index.php=0A=
 -%%DATADIR%%/.htaccess=0A=
 +%%WWWDIR%%/index.php=0A=
 +%%WWWDIR%%/.htaccess=0A=
  %%CONFDIR%%/cakephp.conf=0A=
 - at exec mkdir -p %D/%%DATADIR%%/vendors=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/webroot/files=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/views/pages=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/views/helpers=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/views/errors=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/views/elements=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/vendors=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/tmp/tests=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/tmp/sessions=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/tmp/logs=0A=
 - at exec mkdir -p =
 %D/%%DATADIR%%/cake/scripts/templates/skel/tmp/cache/views=0A=
 - at exec mkdir -p =
 %D/%%DATADIR%%/cake/scripts/templates/skel/tmp/cache/persistent=0A=
 - at exec mkdir -p =
 %D/%%DATADIR%%/cake/scripts/templates/skel/tmp/cache/models=0A=
 - at exec mkdir -p %D/%%DATADIR%%/cake/scripts/templates/skel/plugins=0A=
 - at exec mkdir -p =
 %D/%%DATADIR%%/cake/scripts/templates/skel/models/behaviors=0A=
 - at exec mkdir -p =
 %D/%%DATADIR%%/cake/scripts/templates/skel/controllers/components=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/webroot/files=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/views/pages=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/views/layouts=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/views/helpers=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/views/errors=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/views/elements=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/vendors=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/tmp/tests=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/tmp/sessions=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/tmp/logs=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/tmp/cache/views=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/tmp/cache/persistent=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/tmp/cache/models=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/plugins=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/models/behaviors=0A=
 - at exec mkdir -p %D/%%DATADIR%%/app/controllers/components=0A=
 - at dirrm %%DATADIR%%/vendors=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/views=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/webroot/js=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/webroot/img=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/webroot/files=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/webroot/css=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/webroot=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/views/pages=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/views/layouts=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/views/helpers=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/views/errors=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/views/elements=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/views=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/vendors=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/tests=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/sessions=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/logs=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/cache/views=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/cache/persistent=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/cache/models=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp/cache=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/tmp=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/plugins=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/models/behaviors=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/models=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/controllers/components=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/controllers=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/config/sql=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel/config=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates/skel=0A=
 - at dirrm %%DATADIR%%/cake/scripts/templates=0A=
 - at dirrm %%DATADIR%%/cake/scripts=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/templates/scaffolds=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/templates/pages=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/templates/layouts=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/templates/errors=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/templates/elements=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/templates=0A=
 - at dirrm %%DATADIR%%/cake/libs/view/helpers=0A=
 - at dirrm %%DATADIR%%/cake/libs/view=0A=
 - at dirrm %%DATADIR%%/cake/libs/model/dbo=0A=
 - at dirrm %%DATADIR%%/cake/libs/model/datasources=0A=
 - at dirrm %%DATADIR%%/cake/libs/model=0A=
 - at dirrm %%DATADIR%%/cake/libs/controller/components/iniacl=0A=
 - at dirrm %%DATADIR%%/cake/libs/controller/components/dbacl/models=0A=
 - at dirrm %%DATADIR%%/cake/libs/controller/components/dbacl=0A=
 - at dirrm %%DATADIR%%/cake/libs/controller/components=0A=
 - at dirrm %%DATADIR%%/cake/libs/controller=0A=
 - at dirrm %%DATADIR%%/cake/libs=0A=
 - at dirrm %%DATADIR%%/cake/config=0A=
 - at dirrm %%DATADIR%%/cake=0A=
 - at dirrm %%DATADIR%%/app/webroot/js=0A=
 - at dirrm %%DATADIR%%/app/webroot/img=0A=
 - at dirrm %%DATADIR%%/app/webroot/files=0A=
 - at dirrm %%DATADIR%%/app/webroot/css=0A=
 - at dirrm %%DATADIR%%/app/webroot=0A=
 - at dirrm %%DATADIR%%/app/views/pages=0A=
 - at dirrm %%DATADIR%%/app/views/layouts=0A=
 - at dirrm %%DATADIR%%/app/views/helpers=0A=
 - at dirrm %%DATADIR%%/app/views/errors=0A=
 - at dirrm %%DATADIR%%/app/views/elements=0A=
 - at dirrm %%DATADIR%%/app/views=0A=
 - at dirrm %%DATADIR%%/app/vendors=0A=
 - at dirrm %%DATADIR%%/app/tmp/tests=0A=
 - at dirrm %%DATADIR%%/app/tmp/sessions=0A=
 - at dirrm %%DATADIR%%/app/tmp/logs=0A=
 - at dirrm %%DATADIR%%/app/tmp/cache/views=0A=
 - at dirrm %%DATADIR%%/app/tmp/cache/persistent=0A=
 - at dirrm %%DATADIR%%/app/tmp/cache/models=0A=
 - at dirrm %%DATADIR%%/app/tmp/cache=0A=
 - at dirrm %%DATADIR%%/app/tmp=0A=
 - at dirrm %%DATADIR%%/app/plugins=0A=
 - at dirrm %%DATADIR%%/app/models/behaviors=0A=
 - at dirrm %%DATADIR%%/app/models=0A=
 - at dirrm %%DATADIR%%/app/controllers/components=0A=
 - at dirrm %%DATADIR%%/app/controllers=0A=
 - at dirrm %%DATADIR%%/app/config/sql=0A=
 - at dirrm %%DATADIR%%/app/config=0A=
 - at dirrm %%DATADIR%%/app=0A=
 - at dirrm %%DATADIR%%=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/vendors=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/views=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/webroot/js=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/webroot/img=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/webroot/files=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/webroot/css=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/pages=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/layouts=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/helpers=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/errors=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/elements=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/vendors=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/tests=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/sessions=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/logs=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/views=0A=
 + at exec mkdir -p =
 %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/persistent=0A=
 + at exec mkdir -p =
 %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/models=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/plugins=0A=
 + at exec mkdir -p =
 %D/%%WWWDIR%%/cake/scripts/templates/skel/models/behaviors=0A=
 + at exec mkdir -p =
 %D/%%WWWDIR%%/cake/scripts/templates/skel/controllers/components=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/config/sql=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/view/templates/scaffolds=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/view/templates/pages=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/view/templates/layouts=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/view/templates/errors=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/view/templates/elements=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/view/helpers=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/model/dbo=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/model/datasources=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/libs/controller/components/iniacl=0A=
 + at exec mkdir -p =
 %D/%%WWWDIR%%/cake/libs/controller/components/dbacl/models=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/cake/config=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/webroot/js=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/webroot/img=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/webroot/files=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/webroot/css=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/views/pages=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/views/layouts=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/views/helpers=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/views/errors=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/views/elements=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/vendors=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/tmp/tests=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/tmp/sessions=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/tmp/logs=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/tmp/cache/views=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/tmp/cache/persistent=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/tmp/cache/models=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/plugins=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/models=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/controllers/components=0A=
 + at exec mkdir -p %D/%%WWWDIR%%/app/config/sql=0A=
 + at dirrm %%WWWDIR%%/vendors=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/views=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/js=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/img=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/files=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/css=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/pages=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/layouts=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/helpers=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/errors=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/elements=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/views=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/vendors=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/tests=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/sessions=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/logs=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/views=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/persistent=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/models=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/plugins=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/models/behaviors=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/models=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/controllers/components=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/controllers=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/config/sql=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel/config=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates/skel=0A=
 + at dirrm %%WWWDIR%%/cake/scripts/templates=0A=
 + at dirrm %%WWWDIR%%/cake/scripts=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/templates/scaffolds=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/templates/pages=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/templates/layouts=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/templates/errors=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/templates/elements=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/templates=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view/helpers=0A=
 + at dirrm %%WWWDIR%%/cake/libs/view=0A=
 + at dirrm %%WWWDIR%%/cake/libs/model/dbo=0A=
 + at dirrm %%WWWDIR%%/cake/libs/model/datasources=0A=
 + at dirrm %%WWWDIR%%/cake/libs/model=0A=
 + at dirrm %%WWWDIR%%/cake/libs/controller/components/iniacl=0A=
 + at dirrm %%WWWDIR%%/cake/libs/controller/components/dbacl/models=0A=
 + at dirrm %%WWWDIR%%/cake/libs/controller/components/dbacl=0A=
 + at dirrm %%WWWDIR%%/cake/libs/controller/components=0A=
 + at dirrm %%WWWDIR%%/cake/libs/controller=0A=
 + at dirrm %%WWWDIR%%/cake/libs=0A=
 + at dirrm %%WWWDIR%%/cake/config=0A=
 + at dirrm %%WWWDIR%%/cake=0A=
 + at dirrm %%WWWDIR%%/app/webroot/js=0A=
 + at dirrm %%WWWDIR%%/app/webroot/img=0A=
 + at dirrm %%WWWDIR%%/app/webroot/files=0A=
 + at dirrm %%WWWDIR%%/app/webroot/css=0A=
 + at dirrm %%WWWDIR%%/app/webroot=0A=
 + at dirrm %%WWWDIR%%/app/views/pages=0A=
 + at dirrm %%WWWDIR%%/app/views/layouts=0A=
 + at dirrm %%WWWDIR%%/app/views/helpers=0A=
 + at dirrm %%WWWDIR%%/app/views/errors=0A=
 + at dirrm %%WWWDIR%%/app/views/elements=0A=
 + at dirrm %%WWWDIR%%/app/views=0A=
 + at dirrm %%WWWDIR%%/app/vendors=0A=
 + at dirrm %%WWWDIR%%/app/tmp/tests=0A=
 + at dirrm %%WWWDIR%%/app/tmp/sessions=0A=
 + at dirrm %%WWWDIR%%/app/tmp/logs=0A=
 + at dirrm %%WWWDIR%%/app/tmp/cache/views=0A=
 + at dirrm %%WWWDIR%%/app/tmp/cache/persistent=0A=
 + at dirrm %%WWWDIR%%/app/tmp/cache/models=0A=
 + at dirrm %%WWWDIR%%/app/tmp/cache=0A=
 + at dirrm %%WWWDIR%%/app/tmp=0A=
 + at dirrm %%WWWDIR%%/app/plugins=0A=
 + at dirrm %%WWWDIR%%/app/models=0A=
 + at dirrm %%WWWDIR%%/app/controllers/components=0A=
 + at dirrm %%WWWDIR%%/app/controllers=0A=
 + at dirrm %%WWWDIR%%/app/config/sql=0A=
 + at dirrm %%WWWDIR%%/app/config=0A=
 + at dirrm %%WWWDIR%%/app=0A=
 + at dirrm %%WWWDIR%%=0A=
 
 ------=_NextPart_000_006D_01C7BF26.D6065470--
 
 



More information about the freebsd-ports-bugs mailing list