Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 11:06:21 +0800 (CST)
From:      Bo-Yi Wu <appleboy.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@FreeBSD.org
Subject:   ports/154429: [PATCH] www/codeigniter: update to 2.0.0
Message-ID:  <201102010306.p1136Lsb085614@freebsd.ee.ccu.edu.tw>
Resent-Message-ID: <201102010330.p113U9Kq044880@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154429
>Category:       ports
>Synopsis:       [PATCH] www/codeigniter: update to 2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 03:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.1-RELEASE-p13 i386
>Organization:
TW
>Environment:
System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p13 FreeBSD 7.1-RELEASE-p13 #0: Mon Jul 12 17:44:51 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- Update to 2.0.0
	Ref: http://codeigniter.com/news/codeigniter_2.0.0_released/
	
>How-To-Repeat:
	
>Fix:

	

--- codeigniter.patch begins here ---
diff -ruN /usr/ports/www/codeigniter/Makefile ./codeigniter/Makefile
--- /usr/ports/www/codeigniter/Makefile	2010-12-15 05:26:03.000000000 +0800
+++ ./codeigniter/Makefile	2011-02-01 11:00:06.000000000 +0800
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	codeigniter
-PORTVERSION=	1.7.3
+PORTVERSION=	2.0.0
 CATEGORIES=	www
-MASTER_SITES=	http://codeigniter.com/download_files/ \
+MASTER_SITES=	http://codeigniter.com/download_files/reactor/ \
+				http://www.codeigniter.org.tw/download_files/ \
 		LOCAL/glarkin
 DISTNAME=	CodeIgniter_${PORTVERSION}
 
@@ -22,38 +23,41 @@
 WANT_PHP_WEB=	yes
 
 CI_SYS_DIR=	system
-CI_CONF_DIR=	${CI_SYS_DIR}/application/config
+CI_CONF_DIR=	application/config
 
 # These are all user-configurable files that we'll install
 # a .sample copy for each.
 CI_CONF_FILES=	index.php ${CI_CONF_DIR}/autoload.php \
 		${CI_CONF_DIR}/config.php ${CI_CONF_DIR}/constants.php \
 		${CI_CONF_DIR}/database.php \
+		${CI_CONF_DIR}/profiler.php \
+		${CI_CONF_DIR}/foreign_chars.php \
+		${CI_CONF_DIR}/doctypes.php \
 		${CI_CONF_DIR}/hooks.php ${CI_CONF_DIR}/mimes.php \
 		${CI_CONF_DIR}/routes.php ${CI_CONF_DIR}/smileys.php \
 		${CI_CONF_DIR}/user_agents.php
 
 # This is the rest of the CodeIgniter installation that doesn't change
 STD_BITS=	${CI_CONF_DIR}/index.html \
-		${CI_SYS_DIR}/application/controllers \
-		${CI_SYS_DIR}/application/errors \
-		${CI_SYS_DIR}/application/helpers \
-		${CI_SYS_DIR}/application/hooks \
-		${CI_SYS_DIR}/application/index.html \
-		${CI_SYS_DIR}/application/language \
-		${CI_SYS_DIR}/application/libraries \
-		${CI_SYS_DIR}/application/models \
-		${CI_SYS_DIR}/application/views \
-		${CI_SYS_DIR}/cache \
-		${CI_SYS_DIR}/codeigniter \
+		application/controllers \
+		application/errors \
+		application/helpers \
+		application/hooks \
+		application/index.html \
+		application/language \
+		application/libraries \
+		application/models \
+		application/views \
+		application/cache \
+		application/logs \
+		application/core \
+		application/third_party \
+		${CI_SYS_DIR}/core \
 		${CI_SYS_DIR}/database \
 		${CI_SYS_DIR}/fonts \
 		${CI_SYS_DIR}/helpers \
 		${CI_SYS_DIR}/language \
-		${CI_SYS_DIR}/libraries \
-		${CI_SYS_DIR}/logs \
-		${CI_SYS_DIR}/plugins \
-		${CI_SYS_DIR}/scaffolding
+		${CI_SYS_DIR}/libraries
 
 OPTIONS=	APACHE "Configure for Apache-2.x" off \
 		PROD "Install for production server (see: make confighelp)" Off \
diff -ruN /usr/ports/www/codeigniter/distinfo ./codeigniter/distinfo
--- /usr/ports/www/codeigniter/distinfo	2010-12-15 05:26:03.000000000 +0800
+++ ./codeigniter/distinfo	2011-02-01 10:09:57.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (CodeIgniter_1.7.3.zip) = df207c4bf4b1a34de54f21e269cd4bffe894f1b429d12b9b040e9067dac545fe
-SIZE (CodeIgniter_1.7.3.zip) = 2234099
+SHA256 (CodeIgniter_2.0.0.zip) = 0ebdb9f7512817fe6ed85c88e0919404b80c588ee1db63ddfe94196d18518333
+SIZE (CodeIgniter_2.0.0.zip) = 2244527
diff -ruN /usr/ports/www/codeigniter/pkg-plist ./codeigniter/pkg-plist
--- /usr/ports/www/codeigniter/pkg-plist	2010-12-15 05:26:03.000000000 +0800
+++ ./codeigniter/pkg-plist	2011-02-01 10:58:57.000000000 +0800
@@ -24,27 +24,27 @@
 %%PORTDOCS%%%%DOCSDIR%%/general/common_functions.html
 %%PORTDOCS%%%%DOCSDIR%%/general/controllers.html
 %%PORTDOCS%%%%DOCSDIR%%/general/core_classes.html
+%%PORTDOCS%%%%DOCSDIR%%/general/creating_drivers.html
 %%PORTDOCS%%%%DOCSDIR%%/general/creating_libraries.html
 %%PORTDOCS%%%%DOCSDIR%%/general/credits.html
+%%PORTDOCS%%%%DOCSDIR%%/general/drivers.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/captcha_helper.html
 %%PORTDOCS%%%%DOCSDIR%%/helpers/cookie_helper.html
 %%PORTDOCS%%%%DOCSDIR%%/helpers/date_helper.html
 %%PORTDOCS%%%%DOCSDIR%%/helpers/directory_helper.html
@@ -75,12 +75,10 @@
 %%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/reactor-bullet.png
 %%PORTDOCS%%%%DOCSDIR%%/images/smile.gif
 %%PORTDOCS%%%%DOCSDIR%%/images/transparent.gif
 %%PORTDOCS%%%%DOCSDIR%%/index.html
@@ -105,10 +103,11 @@
 %%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_200.html
 %%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_b11.html
 %%PORTDOCS%%%%DOCSDIR%%/installation/upgrading.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/benchmark.html
+%%PORTDOCS%%%%DOCSDIR%%/libraries/caching.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/calendar.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/cart.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/config.html
@@ -119,11 +118,13 @@
 %%PORTDOCS%%%%DOCSDIR%%/libraries/ftp.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/image_lib.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/input.html
+%%PORTDOCS%%%%DOCSDIR%%/libraries/javascript.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/security.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/sessions.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/table.html
 %%PORTDOCS%%%%DOCSDIR%%/libraries/trackback.html
@@ -131,13 +132,11 @@
 %%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
@@ -151,9 +150,9 @@
 %%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
+%%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
@@ -166,13 +165,21 @@
 @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
-%%WWWDIR%%/%%CI_CONF_DIR%%/index.html
 @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
@@ -182,28 +189,43 @@
 @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%%/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
+%%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
+@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
+%%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/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
@@ -251,7 +273,7 @@
 %%WWWDIR%%/system/fonts/index.html
 %%WWWDIR%%/system/fonts/texb.ttf
 %%WWWDIR%%/system/helpers/array_helper.php
-%%WWWDIR%%/system/helpers/compatibility_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
@@ -282,70 +304,44 @@
 %%WWWDIR%%/system/language/english/index.html
 %%WWWDIR%%/system/language/english/number_lang.php
 %%WWWDIR%%/system/language/english/profiler_lang.php
-%%WWWDIR%%/system/language/english/scaffolding_lang.php
 %%WWWDIR%%/system/language/english/unit_test_lang.php
 %%WWWDIR%%/system/language/english/upload_lang.php
-%%WWWDIR%%/system/language/english/validation_lang.php
 %%WWWDIR%%/system/language/index.html
-%%WWWDIR%%/system/libraries/Benchmark.php
+%%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/Config.php
-%%WWWDIR%%/system/libraries/Controller.php
+%%WWWDIR%%/system/libraries/Driver.php
 %%WWWDIR%%/system/libraries/Email.php
 %%WWWDIR%%/system/libraries/Encrypt.php
-%%WWWDIR%%/system/libraries/Exceptions.php
 %%WWWDIR%%/system/libraries/Form_validation.php
 %%WWWDIR%%/system/libraries/Ftp.php
-%%WWWDIR%%/system/libraries/Hooks.php
 %%WWWDIR%%/system/libraries/Image_lib.php
-%%WWWDIR%%/system/libraries/Input.php
-%%WWWDIR%%/system/libraries/Language.php
-%%WWWDIR%%/system/libraries/Loader.php
+%%WWWDIR%%/system/libraries/Javascript.php
 %%WWWDIR%%/system/libraries/Log.php
-%%WWWDIR%%/system/libraries/Model.php
-%%WWWDIR%%/system/libraries/Output.php
 %%WWWDIR%%/system/libraries/Pagination.php
 %%WWWDIR%%/system/libraries/Parser.php
 %%WWWDIR%%/system/libraries/Profiler.php
-%%WWWDIR%%/system/libraries/Router.php
+%%WWWDIR%%/system/libraries/Security.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/URI.php
 %%WWWDIR%%/system/libraries/Unit_test.php
 %%WWWDIR%%/system/libraries/Upload.php
 %%WWWDIR%%/system/libraries/User_agent.php
-%%WWWDIR%%/system/libraries/Validation.php
 %%WWWDIR%%/system/libraries/Xmlrpc.php
 %%WWWDIR%%/system/libraries/Xmlrpcs.php
 %%WWWDIR%%/system/libraries/Zip.php
 %%WWWDIR%%/system/libraries/index.html
-%%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
+%%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
@@ -360,20 +356,23 @@
 @dirrm %%WWWDIR%%/system/database/drivers/mssql
 @dirrm %%WWWDIR%%/system/database/drivers
 @dirrm %%WWWDIR%%/system/database
-@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
-@dirrmtry %%WWWDIR%%/system
+@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%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/overview
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/nav
--- codeigniter.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102010306.p1136Lsb085614>