head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.06.15.16.06.08;	author jgh;	state Exp;
branches;
next	1.12;

1.12
date	2011.11.16.07.16.43;	author wen;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.22.17.15.51;	author beech;	state Exp;
branches;
next	1.10;

1.10
date	2011.05.03.14.38.10;	author glarkin;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.14.15.06.13;	author glarkin;	state Exp;
branches;
next	1.8;

1.8
date	2010.11.29.05.26.53;	author beech;	state Exp;
branches;
next	1.7;

1.7
date	2009.09.17.13.19.50;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2009.02.11.14.16.55;	author glarkin;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.28.18.21.10;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.03.19.51.37;	author beech;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.05.15.51.11;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.05.04.16.07;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.11.04.39.49;	author beech;	state Exp;
branches;
next	;


desc
@@


1.13
log
@- update to 2.1.1
- while here migrate to optionsNG

PR:	ports/169049
Submitted by:	maintainer, appleboy.tw@@gmail.com
@
text
@%%NOAPACHE%%%%CONFDIR%%/codeigniter.conf
%%WWWDIR%%/application/cache/.htaccess
%%WWWDIR%%/application/cache/index.html
%%WWWDIR%%/application/config/index.html
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php ]; then cp -p %D/%F %B/autoload.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/config.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php ]; then cp -p %D/%F %B/config.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php ]; then cp -p %D/%F %B/constants.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/database.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php ]; then cp -p %D/%F %B/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php ]; then cp -p %D/%F %B/doctypes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php ]; then cp -p %D/%F %B/foreign_chars.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php ]; then cp -p %D/%F %B/hooks.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php ]; then cp -p %D/%F %B/migration.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php ]; then cp -p %D/%F %B/mimes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php ]; then cp -p %D/%F %B/profiler.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php ]; then cp -p %D/%F %B/routes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php ]; then cp -p %D/%F %B/smileys.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php has not been overwritten"; fi
@@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php has not been removed"; fi
%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php ]; then cp -p %D/%F %B/user_agents.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php has not been overwritten"; fi
%%WWWDIR%%/application/controllers/index.html
%%WWWDIR%%/application/controllers/welcome.php
%%WWWDIR%%/application/core/index.html
%%WWWDIR%%/application/errors/error_404.php
%%WWWDIR%%/application/errors/error_db.php
%%WWWDIR%%/application/errors/error_general.php
%%WWWDIR%%/application/errors/error_php.php
%%WWWDIR%%/application/errors/index.html
%%WWWDIR%%/application/helpers/index.html
%%WWWDIR%%/application/hooks/index.html
%%WWWDIR%%/application/index.html
%%WWWDIR%%/application/language/english/index.html
%%WWWDIR%%/application/libraries/index.html
%%WWWDIR%%/application/logs/index.html
%%WWWDIR%%/application/models/index.html
%%WWWDIR%%/application/third_party/index.html
%%WWWDIR%%/application/views/index.html
%%WWWDIR%%/application/views/welcome_message.php
%%WWWDIR%%/index.php
%%WWWDIR%%/index.php.sample
%%WWWDIR%%/system/core/Benchmark.php
%%WWWDIR%%/system/core/CodeIgniter.php
%%WWWDIR%%/system/core/Common.php
%%WWWDIR%%/system/core/Config.php
%%WWWDIR%%/system/core/Controller.php
%%WWWDIR%%/system/core/Exceptions.php
%%WWWDIR%%/system/core/Hooks.php
%%WWWDIR%%/system/core/Input.php
%%WWWDIR%%/system/core/Lang.php
%%WWWDIR%%/system/core/Loader.php
%%WWWDIR%%/system/core/Model.php
%%WWWDIR%%/system/core/Output.php
%%WWWDIR%%/system/core/Router.php
%%WWWDIR%%/system/core/Security.php
%%WWWDIR%%/system/core/URI.php
%%WWWDIR%%/system/core/Utf8.php
%%WWWDIR%%/system/core/index.html
%%WWWDIR%%/system/database/DB.php
%%WWWDIR%%/system/database/DB_active_rec.php
%%WWWDIR%%/system/database/DB_cache.php
%%WWWDIR%%/system/database/DB_driver.php
%%WWWDIR%%/system/database/DB_forge.php
%%WWWDIR%%/system/database/DB_result.php
%%WWWDIR%%/system/database/DB_utility.php
%%WWWDIR%%/system/database/drivers/cubrid/cubrid_driver.php
%%WWWDIR%%/system/database/drivers/cubrid/cubrid_forge.php
%%WWWDIR%%/system/database/drivers/cubrid/cubrid_result.php
%%WWWDIR%%/system/database/drivers/cubrid/cubrid_utility.php
%%WWWDIR%%/system/database/drivers/cubrid/index.html
%%WWWDIR%%/system/database/drivers/index.html
%%WWWDIR%%/system/database/drivers/mssql/index.html
%%WWWDIR%%/system/database/drivers/mssql/mssql_driver.php
%%WWWDIR%%/system/database/drivers/mssql/mssql_forge.php
%%WWWDIR%%/system/database/drivers/mssql/mssql_result.php
%%WWWDIR%%/system/database/drivers/mssql/mssql_utility.php
%%WWWDIR%%/system/database/drivers/mysql/index.html
%%WWWDIR%%/system/database/drivers/mysql/mysql_driver.php
%%WWWDIR%%/system/database/drivers/mysql/mysql_forge.php
%%WWWDIR%%/system/database/drivers/mysql/mysql_result.php
%%WWWDIR%%/system/database/drivers/mysql/mysql_utility.php
%%WWWDIR%%/system/database/drivers/mysqli/index.html
%%WWWDIR%%/system/database/drivers/mysqli/mysqli_driver.php
%%WWWDIR%%/system/database/drivers/mysqli/mysqli_forge.php
%%WWWDIR%%/system/database/drivers/mysqli/mysqli_result.php
%%WWWDIR%%/system/database/drivers/mysqli/mysqli_utility.php
%%WWWDIR%%/system/database/drivers/oci8/index.html
%%WWWDIR%%/system/database/drivers/oci8/oci8_driver.php
%%WWWDIR%%/system/database/drivers/oci8/oci8_forge.php
%%WWWDIR%%/system/database/drivers/oci8/oci8_result.php
%%WWWDIR%%/system/database/drivers/oci8/oci8_utility.php
%%WWWDIR%%/system/database/drivers/odbc/index.html
%%WWWDIR%%/system/database/drivers/odbc/odbc_driver.php
%%WWWDIR%%/system/database/drivers/odbc/odbc_forge.php
%%WWWDIR%%/system/database/drivers/odbc/odbc_result.php
%%WWWDIR%%/system/database/drivers/odbc/odbc_utility.php
%%WWWDIR%%/system/database/drivers/pdo/index.html
%%WWWDIR%%/system/database/drivers/pdo/pdo_driver.php
%%WWWDIR%%/system/database/drivers/pdo/pdo_forge.php
%%WWWDIR%%/system/database/drivers/pdo/pdo_result.php
%%WWWDIR%%/system/database/drivers/pdo/pdo_utility.php
%%WWWDIR%%/system/database/drivers/postgre/index.html
%%WWWDIR%%/system/database/drivers/postgre/postgre_driver.php
%%WWWDIR%%/system/database/drivers/postgre/postgre_forge.php
%%WWWDIR%%/system/database/drivers/postgre/postgre_result.php
%%WWWDIR%%/system/database/drivers/postgre/postgre_utility.php
%%WWWDIR%%/system/database/drivers/sqlite/index.html
%%WWWDIR%%/system/database/drivers/sqlite/sqlite_driver.php
%%WWWDIR%%/system/database/drivers/sqlite/sqlite_forge.php
%%WWWDIR%%/system/database/drivers/sqlite/sqlite_result.php
%%WWWDIR%%/system/database/drivers/sqlite/sqlite_utility.php
%%WWWDIR%%/system/database/drivers/sqlsrv/index.html
%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_driver.php
%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_forge.php
%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_result.php
%%WWWDIR%%/system/database/drivers/sqlsrv/sqlsrv_utility.php
%%WWWDIR%%/system/database/index.html
%%WWWDIR%%/system/fonts/index.html
%%WWWDIR%%/system/fonts/texb.ttf
%%WWWDIR%%/system/helpers/array_helper.php
%%WWWDIR%%/system/helpers/captcha_helper.php
%%WWWDIR%%/system/helpers/cookie_helper.php
%%WWWDIR%%/system/helpers/date_helper.php
%%WWWDIR%%/system/helpers/directory_helper.php
%%WWWDIR%%/system/helpers/download_helper.php
%%WWWDIR%%/system/helpers/email_helper.php
%%WWWDIR%%/system/helpers/file_helper.php
%%WWWDIR%%/system/helpers/form_helper.php
%%WWWDIR%%/system/helpers/html_helper.php
%%WWWDIR%%/system/helpers/index.html
%%WWWDIR%%/system/helpers/inflector_helper.php
%%WWWDIR%%/system/helpers/language_helper.php
%%WWWDIR%%/system/helpers/number_helper.php
%%WWWDIR%%/system/helpers/path_helper.php
%%WWWDIR%%/system/helpers/security_helper.php
%%WWWDIR%%/system/helpers/smiley_helper.php
%%WWWDIR%%/system/helpers/string_helper.php
%%WWWDIR%%/system/helpers/text_helper.php
%%WWWDIR%%/system/helpers/typography_helper.php
%%WWWDIR%%/system/helpers/url_helper.php
%%WWWDIR%%/system/helpers/xml_helper.php
%%WWWDIR%%/system/language/english/calendar_lang.php
%%WWWDIR%%/system/language/english/date_lang.php
%%WWWDIR%%/system/language/english/db_lang.php
%%WWWDIR%%/system/language/english/email_lang.php
%%WWWDIR%%/system/language/english/form_validation_lang.php
%%WWWDIR%%/system/language/english/ftp_lang.php
%%WWWDIR%%/system/language/english/imglib_lang.php
%%WWWDIR%%/system/language/english/index.html
%%WWWDIR%%/system/language/english/migration_lang.php
%%WWWDIR%%/system/language/english/number_lang.php
%%WWWDIR%%/system/language/english/profiler_lang.php
%%WWWDIR%%/system/language/english/unit_test_lang.php
%%WWWDIR%%/system/language/english/upload_lang.php
%%WWWDIR%%/system/language/index.html
%%WWWDIR%%/system/libraries/Cache/Cache.php
%%WWWDIR%%/system/libraries/Cache/drivers/Cache_apc.php
%%WWWDIR%%/system/libraries/Cache/drivers/Cache_dummy.php
%%WWWDIR%%/system/libraries/Cache/drivers/Cache_file.php
%%WWWDIR%%/system/libraries/Cache/drivers/Cache_memcached.php
%%WWWDIR%%/system/libraries/Calendar.php
%%WWWDIR%%/system/libraries/Cart.php
%%WWWDIR%%/system/libraries/Driver.php
%%WWWDIR%%/system/libraries/Email.php
%%WWWDIR%%/system/libraries/Encrypt.php
%%WWWDIR%%/system/libraries/Form_validation.php
%%WWWDIR%%/system/libraries/Ftp.php
%%WWWDIR%%/system/libraries/Image_lib.php
%%WWWDIR%%/system/libraries/Javascript.php
%%WWWDIR%%/system/libraries/Log.php
%%WWWDIR%%/system/libraries/Migration.php
%%WWWDIR%%/system/libraries/Pagination.php
%%WWWDIR%%/system/libraries/Parser.php
%%WWWDIR%%/system/libraries/Profiler.php
%%WWWDIR%%/system/libraries/Session.php
%%WWWDIR%%/system/libraries/Sha1.php
%%WWWDIR%%/system/libraries/Table.php
%%WWWDIR%%/system/libraries/Trackback.php
%%WWWDIR%%/system/libraries/Typography.php
%%WWWDIR%%/system/libraries/Unit_test.php
%%WWWDIR%%/system/libraries/Upload.php
%%WWWDIR%%/system/libraries/User_agent.php
%%WWWDIR%%/system/libraries/Xmlrpc.php
%%WWWDIR%%/system/libraries/Xmlrpcs.php
%%WWWDIR%%/system/libraries/Zip.php
%%WWWDIR%%/system/libraries/index.html
%%WWWDIR%%/system/libraries/javascript/Jquery.php
@@dirrm %%WWWDIR%%/system/libraries/javascript
@@dirrm %%WWWDIR%%/system/libraries/Cache/drivers
@@dirrm %%WWWDIR%%/system/libraries/Cache
@@dirrm %%WWWDIR%%/system/libraries
@@dirrm %%WWWDIR%%/system/language/english
@@dirrm %%WWWDIR%%/system/language
@@dirrm %%WWWDIR%%/system/helpers
@@dirrm %%WWWDIR%%/system/fonts
@@dirrm %%WWWDIR%%/system/database/drivers/sqlsrv
@@dirrm %%WWWDIR%%/system/database/drivers/sqlite
@@dirrm %%WWWDIR%%/system/database/drivers/postgre
@@dirrm %%WWWDIR%%/system/database/drivers/odbc
@@dirrm %%WWWDIR%%/system/database/drivers/pdo
@@dirrm %%WWWDIR%%/system/database/drivers/oci8
@@dirrm %%WWWDIR%%/system/database/drivers/mysqli
@@dirrm %%WWWDIR%%/system/database/drivers/mysql
@@dirrm %%WWWDIR%%/system/database/drivers/mssql
@@dirrm %%WWWDIR%%/system/database/drivers/cubrid
@@dirrm %%WWWDIR%%/system/database/drivers
@@dirrm %%WWWDIR%%/system/database
@@dirrm %%WWWDIR%%/system/core
@@dirrm %%WWWDIR%%/system
@@dirrm %%WWWDIR%%/application/views
@@dirrm %%WWWDIR%%/application/third_party
@@dirrm %%WWWDIR%%/application/models
@@dirrm %%WWWDIR%%/application/logs
@@dirrm %%WWWDIR%%/application/libraries
@@dirrm %%WWWDIR%%/application/language/english
@@dirrm %%WWWDIR%%/application/language
@@dirrm %%WWWDIR%%/application/hooks
@@dirrm %%WWWDIR%%/application/helpers
@@dirrm %%WWWDIR%%/application/errors
@@dirrm %%WWWDIR%%/application/core
@@dirrm %%WWWDIR%%/application/controllers
@@dirrmtry %%WWWDIR%%/application/config
@@dirrm %%WWWDIR%%/application/cache
@@dirrmtry %%WWWDIR%%/application
@@dirrmtry %%WWWDIR%%
@


1.12
log
@- Update to 2.1.0

PR:		ports/162606
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
Feature safe:	yes
@
text
@d119 1
d121 3
d221 1
a222 1
@@dirrm %%WWWDIR%%/system/database/drivers/odbc
@


1.11
log
@- Update to 2.0.3 Release
- Change Source Control form hg to git

PR:		ports/159953
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d26 3
d88 5
d119 1
d168 1
d189 1
d217 1
d223 1
@


1.10
log
@- Renamed www/codeigniter-devel to www/codeigniter by updating to version
  2.0.3 here
- Added CONFLICTS for www/codeigniter17

Approved by:	appleboy.tw@@gmail.com (maintainer)
@
text
@d121 5
d203 1
d214 1
a214 1
@@dirrmtry %%WWWDIR%%/system
@


1.9
log
@- Updated to 1.7.3
- Removed Upload class patch file - now included in 1.7.3

Version 1.7.3 is a security maintenance release, including a
previously patched file Upload class, and a new security fix
to prevent possible directory traversal in certain circumstances.
There are no other significant changes.

PR:		ports/152878
Submitted by:	Bo-Yi Wu <appleboy dot tw at gmail dot com>
@
text
@d2 3
a4 155
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
%%PORTDOCS%%%%DOCSDIR%%/database/active_record.html
%%PORTDOCS%%%%DOCSDIR%%/database/caching.html
%%PORTDOCS%%%%DOCSDIR%%/database/call_function.html
%%PORTDOCS%%%%DOCSDIR%%/database/configuration.html
%%PORTDOCS%%%%DOCSDIR%%/database/connecting.html
%%PORTDOCS%%%%DOCSDIR%%/database/examples.html
%%PORTDOCS%%%%DOCSDIR%%/database/fields.html
%%PORTDOCS%%%%DOCSDIR%%/database/forge.html
%%PORTDOCS%%%%DOCSDIR%%/database/helpers.html
%%PORTDOCS%%%%DOCSDIR%%/database/index.html
%%PORTDOCS%%%%DOCSDIR%%/database/queries.html
%%PORTDOCS%%%%DOCSDIR%%/database/results.html
%%PORTDOCS%%%%DOCSDIR%%/database/table_data.html
%%PORTDOCS%%%%DOCSDIR%%/database/transactions.html
%%PORTDOCS%%%%DOCSDIR%%/database/utilities.html
%%PORTDOCS%%%%DOCSDIR%%/doc_style/index.html
%%PORTDOCS%%%%DOCSDIR%%/doc_style/template.html
%%PORTDOCS%%%%DOCSDIR%%/general/alternative_php.html
%%PORTDOCS%%%%DOCSDIR%%/general/ancillary_classes.html
%%PORTDOCS%%%%DOCSDIR%%/general/autoloader.html
%%PORTDOCS%%%%DOCSDIR%%/general/caching.html
%%PORTDOCS%%%%DOCSDIR%%/general/common_functions.html
%%PORTDOCS%%%%DOCSDIR%%/general/controllers.html
%%PORTDOCS%%%%DOCSDIR%%/general/core_classes.html
%%PORTDOCS%%%%DOCSDIR%%/general/creating_libraries.html
%%PORTDOCS%%%%DOCSDIR%%/general/credits.html
%%PORTDOCS%%%%DOCSDIR%%/general/errors.html
%%PORTDOCS%%%%DOCSDIR%%/general/helpers.html
%%PORTDOCS%%%%DOCSDIR%%/general/hooks.html
%%PORTDOCS%%%%DOCSDIR%%/general/libraries.html
%%PORTDOCS%%%%DOCSDIR%%/general/managing_apps.html
%%PORTDOCS%%%%DOCSDIR%%/general/models.html
%%PORTDOCS%%%%DOCSDIR%%/general/plugins.html
%%PORTDOCS%%%%DOCSDIR%%/general/profiling.html
%%PORTDOCS%%%%DOCSDIR%%/general/quick_reference.html
%%PORTDOCS%%%%DOCSDIR%%/general/requirements.html
%%PORTDOCS%%%%DOCSDIR%%/general/reserved_names.html
%%PORTDOCS%%%%DOCSDIR%%/general/routing.html
%%PORTDOCS%%%%DOCSDIR%%/general/scaffolding.html
%%PORTDOCS%%%%DOCSDIR%%/general/security.html
%%PORTDOCS%%%%DOCSDIR%%/general/styleguide.html
%%PORTDOCS%%%%DOCSDIR%%/general/urls.html
%%PORTDOCS%%%%DOCSDIR%%/general/views.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/array_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/compatibility_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/cookie_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/date_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/directory_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/download_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/email_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/file_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/form_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/html_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/inflector_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/language_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/number_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/path_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/security_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/smiley_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/string_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/text_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/typography_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/url_helper.html
%%PORTDOCS%%%%DOCSDIR%%/helpers/xml_helper.html
%%PORTDOCS%%%%DOCSDIR%%/images/appflowchart.gif
%%PORTDOCS%%%%DOCSDIR%%/images/arrow.gif
%%PORTDOCS%%%%DOCSDIR%%/images/ci_logo.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/ci_logo_flame.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/ci_quick_ref.png
%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_helper_reference.pdf
%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_helper_reference.png
%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_library_reference.pdf
%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_library_reference.png
%%PORTDOCS%%%%DOCSDIR%%/images/file.gif
%%PORTDOCS%%%%DOCSDIR%%/images/folder.gif
%%PORTDOCS%%%%DOCSDIR%%/images/nav_bg.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_bg_darker.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_separator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_separator_darker.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_toggle.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_toggle_darker.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/smile.gif
%%PORTDOCS%%%%DOCSDIR%%/images/transparent.gif
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/installation/downloads.html
%%PORTDOCS%%%%DOCSDIR%%/installation/index.html
%%PORTDOCS%%%%DOCSDIR%%/installation/troubleshooting.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_120.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_130.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_131.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_132.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_133.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_140.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_141.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_150.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_152.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_153.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_154.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_160.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_161.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_162.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_163.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_170.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_171.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_172.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_173.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_b11.html
%%PORTDOCS%%%%DOCSDIR%%/installation/upgrading.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/benchmark.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/calendar.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/cart.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/config.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/email.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/encryption.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/file_uploading.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/form_validation.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/ftp.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/image_lib.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/input.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/language.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/loader.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/output.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/pagination.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/parser.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/sessions.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/table.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/trackback.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/typography.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/unit_testing.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/uri.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/user_agent.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/validation.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/xmlrpc.html
%%PORTDOCS%%%%DOCSDIR%%/libraries/zip.html
%%PORTDOCS%%%%DOCSDIR%%/license.html
%%PORTDOCS%%%%DOCSDIR%%/nav/hacks.txt
%%PORTDOCS%%%%DOCSDIR%%/nav/moo.fx.js
%%PORTDOCS%%%%DOCSDIR%%/nav/moo.fx.pack.js
%%PORTDOCS%%%%DOCSDIR%%/nav/nav.js
%%PORTDOCS%%%%DOCSDIR%%/nav/prototype.lite.js
%%PORTDOCS%%%%DOCSDIR%%/nav/user_guide_menu.js
%%PORTDOCS%%%%DOCSDIR%%/overview/appflow.html
%%PORTDOCS%%%%DOCSDIR%%/overview/at_a_glance.html
%%PORTDOCS%%%%DOCSDIR%%/overview/cheatsheets.html
%%PORTDOCS%%%%DOCSDIR%%/overview/features.html
%%PORTDOCS%%%%DOCSDIR%%/overview/getting_started.html
%%PORTDOCS%%%%DOCSDIR%%/overview/goals.html
%%PORTDOCS%%%%DOCSDIR%%/overview/index.html
%%PORTDOCS%%%%DOCSDIR%%/overview/mvc.html
%%PORTDOCS%%%%DOCSDIR%%/toc.html
%%PORTDOCS%%%%DOCSDIR%%/userguide.css
@@unexec if cmp -s %D/%%WWWDIR%%/index.php.sample %D/%%WWWDIR%%/index.php; then rm -f %D/%%WWWDIR%%/index.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/index.php has not been removed"; fi
%%WWWDIR%%/index.php.sample
@@exec if [ ! -f %D/%%WWWDIR%%/index.php ]; then cp -p %D/%F %B/index.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/index.php has not been overwritten"; fi
d17 6
a25 1
%%WWWDIR%%/%%CI_CONF_DIR%%/index.html
d29 3
d41 37
a77 22
%%WWWDIR%%/system/application/controllers/index.html
%%WWWDIR%%/system/application/controllers/welcome.php
%%WWWDIR%%/system/application/errors/error_404.php
%%WWWDIR%%/system/application/errors/error_db.php
%%WWWDIR%%/system/application/errors/error_general.php
%%WWWDIR%%/system/application/errors/error_php.php
%%WWWDIR%%/system/application/errors/index.html
%%WWWDIR%%/system/application/helpers/index.html
%%WWWDIR%%/system/application/hooks/index.html
%%WWWDIR%%/system/application/index.html
%%WWWDIR%%/system/application/language/english/index.html
%%WWWDIR%%/system/application/libraries/index.html
%%WWWDIR%%/system/application/models/index.html
%%WWWDIR%%/system/application/views/index.html
%%WWWDIR%%/system/application/views/welcome_message.php
%%WWWDIR%%/system/cache/index.html
%%WWWDIR%%/system/codeigniter/Base4.php
%%WWWDIR%%/system/codeigniter/Base5.php
%%WWWDIR%%/system/codeigniter/CodeIgniter.php
%%WWWDIR%%/system/codeigniter/Common.php
%%WWWDIR%%/system/codeigniter/Compat.php
%%WWWDIR%%/system/codeigniter/index.html
d125 1
a125 1
%%WWWDIR%%/system/helpers/compatibility_helper.php
a155 1
%%WWWDIR%%/system/language/english/scaffolding_lang.php
a157 1
%%WWWDIR%%/system/language/english/validation_lang.php
d159 5
a163 1
%%WWWDIR%%/system/libraries/Benchmark.php
d166 1
a166 2
%%WWWDIR%%/system/libraries/Config.php
%%WWWDIR%%/system/libraries/Controller.php
a168 1
%%WWWDIR%%/system/libraries/Exceptions.php
a170 1
%%WWWDIR%%/system/libraries/Hooks.php
d172 1
a172 3
%%WWWDIR%%/system/libraries/Input.php
%%WWWDIR%%/system/libraries/Language.php
%%WWWDIR%%/system/libraries/Loader.php
a173 2
%%WWWDIR%%/system/libraries/Model.php
%%WWWDIR%%/system/libraries/Output.php
a176 1
%%WWWDIR%%/system/libraries/Router.php
a181 1
%%WWWDIR%%/system/libraries/URI.php
a184 1
%%WWWDIR%%/system/libraries/Validation.php
d189 4
a192 23
%%WWWDIR%%/system/logs/index.html
%%WWWDIR%%/system/plugins/captcha_pi.php
%%WWWDIR%%/system/plugins/index.html
%%WWWDIR%%/system/plugins/js_calendar_pi.php
%%WWWDIR%%/system/scaffolding/Scaffolding.php
%%WWWDIR%%/system/scaffolding/images/background.jpg
%%WWWDIR%%/system/scaffolding/images/index.html
%%WWWDIR%%/system/scaffolding/images/logo.jpg
%%WWWDIR%%/system/scaffolding/index.html
%%WWWDIR%%/system/scaffolding/views/add.php
%%WWWDIR%%/system/scaffolding/views/delete.php
%%WWWDIR%%/system/scaffolding/views/edit.php
%%WWWDIR%%/system/scaffolding/views/footer.php
%%WWWDIR%%/system/scaffolding/views/header.php
%%WWWDIR%%/system/scaffolding/views/index.html
%%WWWDIR%%/system/scaffolding/views/no_data.php
%%WWWDIR%%/system/scaffolding/views/stylesheet.css
%%WWWDIR%%/system/scaffolding/views/view.php
@@dirrm %%WWWDIR%%/system/scaffolding/views
@@dirrm %%WWWDIR%%/system/scaffolding/images
@@dirrm %%WWWDIR%%/system/scaffolding
@@dirrm %%WWWDIR%%/system/plugins
@@dirrm %%WWWDIR%%/system/logs
d207 1
a207 13
@@dirrm %%WWWDIR%%/system/codeigniter
@@dirrm %%WWWDIR%%/system/cache
@@dirrm %%WWWDIR%%/system/application/views
@@dirrm %%WWWDIR%%/system/application/models
@@dirrm %%WWWDIR%%/system/application/libraries
@@dirrm %%WWWDIR%%/system/application/language/english
@@dirrm %%WWWDIR%%/system/application/language
@@dirrm %%WWWDIR%%/system/application/hooks
@@dirrm %%WWWDIR%%/system/application/helpers
@@dirrm %%WWWDIR%%/system/application/errors
@@dirrm %%WWWDIR%%/system/application/controllers
@@dirrmtry %%WWWDIR%%/system/application/config
@@dirrmtry %%WWWDIR%%/system/application
d209 15
a224 10
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/overview
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/nav
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/libraries
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/installation
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/images
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/helpers
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/general
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/doc_style
%%PORTDOCS%%@@dirrm %%DOCSDIR%%/database
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@


1.8
log
@Forced commit after repocopy.
@
text
@d78 1
d80 1
d82 1
d108 1
a301 1
%%WWWDIR%%/system/libraries/index.html
d317 1
a319 1
%%WWWDIR%%/system/libraries/URI.php
d325 1
d330 1
a334 1
%%WWWDIR%%/system/scaffolding/Scaffolding.php
@


1.7
log
@- Updated to 1.7.2

PR:		ports/138848
Submitted by:	appleboy <appleboy.tw@@gmail.com>
Feature safe:	yes
@
text
@@


1.6
log
@- Update to 1.7.1

Security:	83574d5a-f828-11dd-9fdf-0050568452ac
Security:	http://codeigniter.com/bug_tracker/bug/6068/
@
text
@d72 4
d104 1
d109 1
d142 1
d288 1
@


1.5
log
@- Updated to 1.7.0
- Added MASTER_SITES for redundancy
@
text
@d99 1
@


1.4
log
@- Update to 1.6.3
- Added informational messages about user-configurable files that
  may need merging after a port upgrade

PR:		ports/125217
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@a31 1
%%PORTDOCS%%%%DOCSDIR%%/general/index.html
d43 1
d74 3
a76 3
%%PORTDOCS%%%%DOCSDIR%%/images/nav_bg.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_separator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/nav_toggle.jpg
d98 1
d107 1
d119 1
d136 1
d267 1
d285 1
d304 1
@


1.3
log
@- Update to 1.6.2

PR:		123856
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d57 2
d97 1
d140 1
a140 1
@@exec if [ ! -f %D/%%WWWDIR%%/index.php ]; then cp -p %D/%F %B/index.php; fi
d143 1
a143 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php ]; then cp -p %D/%F %B/autoload.php; fi
d146 1
a146 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php ]; then cp -p %D/%F %B/config.php; fi
d149 1
a149 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php ]; then cp -p %D/%F %B/constants.php; fi
d152 1
a152 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php ]; then cp -p %D/%F %B/database.php; fi
d155 1
a155 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php ]; then cp -p %D/%F %B/hooks.php; fi
d159 1
a159 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php ]; then cp -p %D/%F %B/mimes.php; fi
d162 1
a162 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php ]; then cp -p %D/%F %B/routes.php; fi
d165 1
a165 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php ]; then cp -p %D/%F %B/smileys.php; fi
d168 1
a168 1
@@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php ]; then cp -p %D/%F %B/user_agents.php; fi
d249 2
d266 1
@


1.2
log
@- Update to 1.6.1
- Found all of the CI files that could be modified by the user and
  install .sample versions of each
- Add an informational message when a user-editable config file is
  modified and the port is deinstalled (e.g. the file is preserved)
- Display different pkg-message depending on WITH_APACHE knob

PR:		ports/121358
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d24 1
d40 1
d47 1
a55 1
%%PORTDOCS%%%%DOCSDIR%%/helpers/index.html
d94 1
d144 3
d235 1
@


1.1
log
@- New port codeigniter-1.5.4

- CodeIgniter is a powerful PHP framework with a very small
footprint, built for PHP coders who need a simple and elegant toolkit
to create full-featured web applications.

PR:		ports/119347
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
@
text
@d1 1
a1 1
%%CONFDIR%%/codeigniter.conf
d10 1
d18 2
d49 1
d55 1
d90 2
d123 1
d132 28
a159 10
%%WWWDIR%%/index.php
%%WWWDIR%%/system/application/config/autoload.php
%%WWWDIR%%/system/application/config/config.php
%%WWWDIR%%/system/application/config/database.php
%%WWWDIR%%/system/application/config/hooks.php
%%WWWDIR%%/system/application/config/index.html
%%WWWDIR%%/system/application/config/mimes.php
%%WWWDIR%%/system/application/config/routes.php
%%WWWDIR%%/system/application/config/smileys.php
%%WWWDIR%%/system/application/config/user_agents.php
d167 1
d170 1
d180 1
d186 1
d192 1
d197 1
d202 1
d207 1
d212 1
d217 1
d222 1
d233 1
d239 1
d270 1
a284 1
%%WWWDIR%%/system/libraries/URI.php
d287 1
a292 1
%%WWWDIR%%/system/libraries/index.html
a296 1
%%WWWDIR%%/system/scaffolding/Scaffolding.php
d301 1
d335 2
d338 1
d341 4
a344 4
@@dirrm %%WWWDIR%%/system/application/config
@@dirrm %%WWWDIR%%/system/application
@@dirrm %%WWWDIR%%/system
@@dirrm %%WWWDIR%%
d352 1
@

