From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 7 14:00:32 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10F1E106566C for ; Sun, 7 Nov 2010 14:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0B838FC0C for ; Sun, 7 Nov 2010 14:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA7E0VYi073506 for ; Sun, 7 Nov 2010 14:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA7E0VxO073469; Sun, 7 Nov 2010 14:00:31 GMT (envelope-from gnats) Date: Sun, 7 Nov 2010 14:00:31 GMT Message-Id: <201011071400.oA7E0VxO073469@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bo-Yi Wu Cc: Subject: Re: ports/151956: [NEW PORT] www/codeigniter-devel: PHP Framework 2.0 developer version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bo-Yi Wu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 14:00:32 -0000 The following reply was made to PR ports/151956; it has been noted by GNATS. From: Bo-Yi Wu To: FreeBSD-gnats-submit@freebsd.org Cc: appleboy.tw@gmail.com Subject: Re: ports/151956: [NEW PORT] www/codeigniter-devel: PHP Framework 2.0 developer version Date: Sun, 7 Nov 2010 21:55:53 +0800 (CST) >Submitter-Id: current-users >Originator: Bo-Yi Wu >Organization: Gemtek of Taiwan >Confidential: no >Synopsis: Re: ports/151956: [NEW PORT] www/codeigniter-devel: PHP Framework 2.0 developer version >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-RELEASE-p13 i386 >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: CodeIgniter 2.0 will be released, I create new port for CI developer version. What's New for CI 2: http://bitbucket.org/ellislab/codeigniter/wiki/What's%20New I change port name from www/codeigniter2 to www/codeigniter-devel Thanks. >How-To-Repeat: >Fix: --- codeigniter-devel.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # codeigniter-devel # codeigniter-devel/pkg-descr # codeigniter-devel/Makefile # codeigniter-devel/pkg-plist # codeigniter-devel/files # codeigniter-devel/files/codeigniter-production.conf.in # codeigniter-devel/files/pkg-message-apache.in # codeigniter-devel/files/codeigniter-development-cgi.conf.in # codeigniter-devel/files/pkg-message-noapache.in # codeigniter-devel/files/codeigniter-production-cgi.conf.in # codeigniter-devel/files/codeigniter-development.conf.in # codeigniter-devel/distinfo # echo c - codeigniter-devel mkdir -p codeigniter-devel > /dev/null 2>&1 echo x - codeigniter-devel/pkg-descr sed 's/^X//' >codeigniter-devel/pkg-descr << '380e3fe68b60ac2697df3ee1b9765d35' XCodeIgniter is a powerful PHP framework with a very small footprint, Xbuilt for PHP coders who need a simple and elegant toolkit to create Xfull-featured web applications. X XWWW: http://codeigniter.com/ 380e3fe68b60ac2697df3ee1b9765d35 echo x - codeigniter-devel/Makefile sed 's/^X//' >codeigniter-devel/Makefile << '7b6463da2ae7db7b4192333df56277a5' X# New ports collection makefile for: codeigniter-devel X# Date created: 2010-11-07 X# Whom: Bo-Yi Wu X# X# $FreeBSD$ X# X XPORTNAME= codeigniter-devel XPORTVERSION= 2.0 XCATEGORIES= www XMASTER_SITES= http://bitbucket.org/ellislab/codeigniter/get/ \ X http://www.codeigniter.org.tw/download_files/ XDISTNAME= tip X XMAINTAINER= appleboy.tw@gmail.com XCOMMENT= A framework for developing PHP web applications X XUSE_ZIP= yes XNO_BUILD= yes XUSE_PHP= session pcre XNT_PHP_WEB= yes X XCI_SYS_DIR= system XCI_CONF_DIR= application/config XWRKSRC= ${WRKDIR}/codeigniter XWWWDIR= ${PREFIX}/www/codeigniter X X# These are all user-configurable files that we'll install XCI_CONF_FILES= index.php ${CI_CONF_DIR}/autoload.php \ X ${CI_CONF_DIR}/config.php ${CI_CONF_DIR}/constants.php \ X ${CI_CONF_DIR}/database.php \ X ${CI_CONF_DIR}/doctypes.php \ X ${CI_CONF_DIR}/foreign_chars.php \ X ${CI_CONF_DIR}/profiler.php \ X ${CI_CONF_DIR}/hooks.php ${CI_CONF_DIR}/mimes.php \ X ${CI_CONF_DIR}/routes.php ${CI_CONF_DIR}/smileys.php \ X ${CI_CONF_DIR}/user_agents.php X X# This is the rest of the CodeIgniter installation that doesn't change XSTD_BITS= ${CI_CONF_DIR}/index.html \ X application/controllers \ X application/core \ X application/errors \ X application/helpers \ X application/hooks \ X application/index.html \ X application/language \ X application/libraries \ X application/models \ X application/views \ X application/third_party \ X ${CI_SYS_DIR}/cache \ X ${CI_SYS_DIR}/core \ X ${CI_SYS_DIR}/database \ X ${CI_SYS_DIR}/fonts \ X ${CI_SYS_DIR}/helpers \ X ${CI_SYS_DIR}/language \ X ${CI_SYS_DIR}/libraries \ X ${CI_SYS_DIR}/logs X XOPTIONS= APACHE "Configure for Apache-2.x" off \ X PROD "Install for production server (see: make confighelp)" Off \ X MSSQL "Install MSSQL support for PHP" Off \ X MYSQL "Install MySQL support for PHP" Off \ X MYSQLI "Install MySQLi support for PHP" Off \ X ODBC "Install ODBC support for PHP" Off \ X PGSQL "Install PostgreSQL support for PHP" Off \ X SQLITE "Install SQLite support for PHP" Off X X.include X X.if defined(WITH_APACHE) XUSE_APACHE= 2.0+ X XPLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL} XCONFDIR= ${PREFIX}/${CONFDIR_REL} XCONFDIR_REL= ${APACHEETCDIR}/Includes X XPKGMESSAGE= pkg-message-apache XSUB_FILES= pkg-message-apache X.else XPLIST_SUB+= NOAPACHE="@comment " XPKGMESSAGE= pkg-message-noapache XSUB_FILES= pkg-message-noapache X.endif XPLIST_SUB+= ECHO_MSG=${ECHO_MSG} CI_CONF_DIR=${CI_CONF_DIR} X XWITH_PHP_CGI?= /cgi-bin/php X X.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == "" XCGI_EXT= -cgi X.else XCGI_EXT= X.endif X XDEFAULT_PHP_VER=5 X XSUB_LIST+= PHPCGI=${WITH_PHP_CGI} X X.if defined(WITH_PROD) XPROD= production X.else XPROD= development X.endif X X.if defined(WITH_MSSQL) XUSE_PHP+= mssql X.endif X X.if defined(WITH_MYSQL) XUSE_PHP+= mysql X.endif X X.if defined(WITH_MYSQLI) XUSE_PHP+= mysqli X.endif X X.if defined(WITH_ODBC) XUSE_PHP+= odbc X.endif X X.if defined(WITH_PGSQL) XUSE_PHP+= pgsql X.endif X X.if defined(WITH_SQLITE) XUSE_PHP+= sqlite X.endif X X.if defined(NOPORTDOCS) XSUB_LIST+= HASHMARK=\# X.else XSUB_LIST+= HASHMARK= X.endif X XCONF= codeigniter-${PROD}${CGI_EXT}.conf XSUB_FILES+= ${CONF} X Xconfighelp: X @${ECHO_MSG} "" X @${ECHO_MSG} "On a production server, the Apache DocumentRoot is" X @${ECHO_MSG} "updated to point to the CodeIgniter webroot directory." X @${ECHO_MSG} "In this configuration, the CodeIgniter application is" X @${ECHO_MSG} "accessed at http://www.myservername.com/." X @${ECHO_MSG} "" X @${ECHO_MSG} "A non-production server, CodeIgniter is installed at" X @${ECHO_MSG} "the /codeigniter URL, and the CodeIgniter application is" X @${ECHO_MSG} "accessed at http://www.myservername.com/codeigniter/." X @${ECHO_MSG} "" X @${ECHO_MSG} "For more information, please see:" X @${ECHO_MSG} "http://codeigniter.com/user_guide/installation/index.html" X @${ECHO_MSG} "" X Xdo-install: X @cd ${WRKSRC} && ${COPYTREE_SHARE} "${STD_BITS}" ${WWWDIR} X @for i in ${CI_CONF_FILES}; do \ X ${INSTALL_DATA} ${WRKSRC}/$$i ${WWWDIR}/$$i.sample; \ X done X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ X ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} X @${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 X @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type f -print0 | \ X ${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST} X @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 X @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \ X ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} X Xpost-install: X @for i in ${CI_CONF_FILES}; do \ X if [ ! -f ${WWWDIR}/$$i ]; then \ X ${CP} -p ${WWWDIR}/$$i.sample ${WWWDIR}/$$i; \ X else \ X ${ECHO_MSG} "===> Customized ${WWWDIR}/$$i has not been overwritten"; \ X if [ ! -z "$UPGRADE_TOOL" ]; then \ X ${ECHO_MSG} "===> WARNING: You may have to manually merge changes to ${WWWDIR}/$$i.sample into ${WWWDIR}/$$i"; \ X fi; \ X fi; \ X done X.if defined(WITH_APACHE) X @if [ -d "${CONFDIR}" ]; then \ X ${CP} ${WRKDIR}/${CONF} ${CONFDIR}/codeigniter.conf; \ X else \ X ${ECHO_MSG} "" ; \ X ${ECHO_MSG} "Please check your Apache 2.x installation -" ; \ X ${ECHO_MSG} "${CONFDIR} doesn't exist," ; \ X ${ECHO_MSG} "so I cannot install codeigniter.conf there!" ; \ X ${ECHO_MSG} "" ; \ X ${FALSE} ; \ X fi X.endif X.if !defined(NOPORTDOCS) X @cd ${WRKSRC}/user_guide && ${COPYTREE_SHARE} . ${DOCSDIR} X.endif X X @${CAT} ${PKGMESSAGE} X X.if ${CGI_EXT} == "-cgi" X @${ECHO_MSG} "" X @${ECHO_MSG} "Your CodeIgniter installation was configured to use the PHP CGI binary." X @${ECHO_MSG} "The PHP CGI binary is expected to be referenced by the URL:" X @${ECHO_MSG} "" X @${ECHO_MSG} " ${WITH_PHP_CGI}" X @${ECHO_MSG} "" X @${ECHO_MSG} "If this is incorrect, reinstall the port with the WITH_PHP_CGI knob" X @${ECHO_MSG} "set to the correct URL." X.endif X @${ECHO_MSG} "*********************************************************************" X X.include 7b6463da2ae7db7b4192333df56277a5 echo x - codeigniter-devel/pkg-plist sed 's/^X//' >codeigniter-devel/pkg-plist << '6d3dad40128a7326d072989b9705bb8d' X%%NOAPACHE%%%%CONFDIR%%/codeigniter.conf X%%PORTDOCS%%%%DOCSDIR%%/changelog.html X%%PORTDOCS%%%%DOCSDIR%%/database/active_record.html X%%PORTDOCS%%%%DOCSDIR%%/database/caching.html X%%PORTDOCS%%%%DOCSDIR%%/database/call_function.html X%%PORTDOCS%%%%DOCSDIR%%/database/configuration.html X%%PORTDOCS%%%%DOCSDIR%%/database/connecting.html X%%PORTDOCS%%%%DOCSDIR%%/database/examples.html X%%PORTDOCS%%%%DOCSDIR%%/database/fields.html X%%PORTDOCS%%%%DOCSDIR%%/database/forge.html X%%PORTDOCS%%%%DOCSDIR%%/database/helpers.html X%%PORTDOCS%%%%DOCSDIR%%/database/index.html X%%PORTDOCS%%%%DOCSDIR%%/database/queries.html X%%PORTDOCS%%%%DOCSDIR%%/database/results.html X%%PORTDOCS%%%%DOCSDIR%%/database/table_data.html X%%PORTDOCS%%%%DOCSDIR%%/database/transactions.html X%%PORTDOCS%%%%DOCSDIR%%/database/utilities.html X%%PORTDOCS%%%%DOCSDIR%%/doc_style/index.html X%%PORTDOCS%%%%DOCSDIR%%/doc_style/template.html X%%PORTDOCS%%%%DOCSDIR%%/general/alternative_php.html X%%PORTDOCS%%%%DOCSDIR%%/general/ancillary_classes.html X%%PORTDOCS%%%%DOCSDIR%%/general/autoloader.html X%%PORTDOCS%%%%DOCSDIR%%/general/caching.html X%%PORTDOCS%%%%DOCSDIR%%/general/common_functions.html X%%PORTDOCS%%%%DOCSDIR%%/general/controllers.html X%%PORTDOCS%%%%DOCSDIR%%/general/core_classes.html X%%PORTDOCS%%%%DOCSDIR%%/general/creating_drivers.html X%%PORTDOCS%%%%DOCSDIR%%/general/creating_libraries.html X%%PORTDOCS%%%%DOCSDIR%%/general/credits.html X%%PORTDOCS%%%%DOCSDIR%%/general/drivers.html X%%PORTDOCS%%%%DOCSDIR%%/general/errors.html X%%PORTDOCS%%%%DOCSDIR%%/general/helpers.html X%%PORTDOCS%%%%DOCSDIR%%/general/hooks.html X%%PORTDOCS%%%%DOCSDIR%%/general/libraries.html X%%PORTDOCS%%%%DOCSDIR%%/general/managing_apps.html X%%PORTDOCS%%%%DOCSDIR%%/general/models.html X%%PORTDOCS%%%%DOCSDIR%%/general/profiling.html X%%PORTDOCS%%%%DOCSDIR%%/general/quick_reference.html X%%PORTDOCS%%%%DOCSDIR%%/general/requirements.html X%%PORTDOCS%%%%DOCSDIR%%/general/reserved_names.html X%%PORTDOCS%%%%DOCSDIR%%/general/routing.html X%%PORTDOCS%%%%DOCSDIR%%/general/security.html X%%PORTDOCS%%%%DOCSDIR%%/general/styleguide.html X%%PORTDOCS%%%%DOCSDIR%%/general/urls.html X%%PORTDOCS%%%%DOCSDIR%%/general/views.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/array_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/captcha_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/compatibility_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/cookie_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/date_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/directory_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/download_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/email_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/file_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/form_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/html_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/inflector_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/language_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/number_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/path_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/security_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/smiley_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/string_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/text_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/typography_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/url_helper.html X%%PORTDOCS%%%%DOCSDIR%%/helpers/xml_helper.html X%%PORTDOCS%%%%DOCSDIR%%/images/appflowchart.gif X%%PORTDOCS%%%%DOCSDIR%%/images/arrow.gif X%%PORTDOCS%%%%DOCSDIR%%/images/ci_logo.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/ci_logo_flame.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/ci_quick_ref.png X%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_helper_reference.pdf X%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_helper_reference.png X%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_library_reference.pdf X%%PORTDOCS%%%%DOCSDIR%%/images/codeigniter_1.7.1_library_reference.png X%%PORTDOCS%%%%DOCSDIR%%/images/file.gif X%%PORTDOCS%%%%DOCSDIR%%/images/folder.gif X%%PORTDOCS%%%%DOCSDIR%%/images/nav_bg.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/nav_bg_darker.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/nav_separator.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/nav_separator_darker.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/nav_toggle.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/nav_toggle_darker.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/smile.gif X%%PORTDOCS%%%%DOCSDIR%%/images/transparent.gif X%%PORTDOCS%%%%DOCSDIR%%/index.html X%%PORTDOCS%%%%DOCSDIR%%/installation/downloads.html X%%PORTDOCS%%%%DOCSDIR%%/installation/index.html X%%PORTDOCS%%%%DOCSDIR%%/installation/troubleshooting.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_120.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_130.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_131.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_132.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_133.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_140.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_141.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_150.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_152.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_153.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_154.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_160.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_161.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_162.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_163.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_170.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_171.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_172.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_200.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_b11.html X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrading.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/benchmark.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/calendar.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/cart.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/config.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/email.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/encryption.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/file_uploading.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/form_validation.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/ftp.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/image_lib.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/input.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/javascript.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/jquery.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/language.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/loader.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/output.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/pagination.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/parser.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/security.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/sessions.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/table.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/trackback.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/typography.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/unit_testing.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/uri.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/user_agent.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/xmlrpc.html X%%PORTDOCS%%%%DOCSDIR%%/libraries/zip.html X%%PORTDOCS%%%%DOCSDIR%%/license.html X%%PORTDOCS%%%%DOCSDIR%%/nav/hacks.txt X%%PORTDOCS%%%%DOCSDIR%%/nav/moo.fx.js X%%PORTDOCS%%%%DOCSDIR%%/nav/moo.fx.pack.js X%%PORTDOCS%%%%DOCSDIR%%/nav/nav.js X%%PORTDOCS%%%%DOCSDIR%%/nav/prototype.lite.js X%%PORTDOCS%%%%DOCSDIR%%/nav/user_guide_menu.js X%%PORTDOCS%%%%DOCSDIR%%/overview/appflow.html X%%PORTDOCS%%%%DOCSDIR%%/overview/at_a_glance.html X%%PORTDOCS%%%%DOCSDIR%%/overview/cheatsheets.html X%%PORTDOCS%%%%DOCSDIR%%/overview/features.html X%%PORTDOCS%%%%DOCSDIR%%/overview/getting_started.html X%%PORTDOCS%%%%DOCSDIR%%/overview/goals.html X%%PORTDOCS%%%%DOCSDIR%%/overview/index.html X%%PORTDOCS%%%%DOCSDIR%%/overview/mvc.html X%%PORTDOCS%%%%DOCSDIR%%/toc.html X%%PORTDOCS%%%%DOCSDIR%%/userguide.css X@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 X%%WWWDIR%%/index.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/autoload.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/config.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/database.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php.sample X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/index.html X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/routes.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/smileys.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/doctypes.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/foreign_chars.php.sample X@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 X@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 X%%WWWDIR%%/%%CI_CONF_DIR%%/profiler.php.sample X%%WWWDIR%%/application/controllers/index.html X%%WWWDIR%%/application/controllers/welcome.php X%%WWWDIR%%/application/core/index.html X%%WWWDIR%%/application/errors/error_404.php X%%WWWDIR%%/application/errors/error_db.php X%%WWWDIR%%/application/errors/error_general.php X%%WWWDIR%%/application/errors/error_php.php X%%WWWDIR%%/application/errors/index.html X%%WWWDIR%%/application/helpers/index.html X%%WWWDIR%%/application/hooks/index.html X%%WWWDIR%%/application/index.html X%%WWWDIR%%/application/language/english/index.html X%%WWWDIR%%/application/libraries/index.html X%%WWWDIR%%/application/models/index.html X%%WWWDIR%%/application/third_party/index.html X%%WWWDIR%%/application/views/index.html X%%WWWDIR%%/application/views/welcome_message.php X%%WWWDIR%%/system/cache/.htaccess X%%WWWDIR%%/system/cache/index.html X%%WWWDIR%%/system/core/Base4.php X%%WWWDIR%%/system/core/Base5.php X%%WWWDIR%%/system/core/Benchmark.php X%%WWWDIR%%/system/core/CodeIgniter.php X%%WWWDIR%%/system/core/Common.php X%%WWWDIR%%/system/core/Compat.php X%%WWWDIR%%/system/core/Config.php X%%WWWDIR%%/system/core/Controller.php X%%WWWDIR%%/system/core/Exceptions.php X%%WWWDIR%%/system/core/Hooks.php X%%WWWDIR%%/system/core/Input.php X%%WWWDIR%%/system/core/Lang.php X%%WWWDIR%%/system/core/Loader.php X%%WWWDIR%%/system/core/Model.php X%%WWWDIR%%/system/core/Output.php X%%WWWDIR%%/system/core/Router.php X%%WWWDIR%%/system/core/URI.php X%%WWWDIR%%/system/core/Unicode.php X%%WWWDIR%%/system/core/index.html X%%WWWDIR%%/system/database/DB.php X%%WWWDIR%%/system/database/DB_active_rec.php X%%WWWDIR%%/system/database/DB_cache.php X%%WWWDIR%%/system/database/DB_driver.php X%%WWWDIR%%/system/database/DB_forge.php X%%WWWDIR%%/system/database/DB_result.php X%%WWWDIR%%/system/database/DB_utility.php X%%WWWDIR%%/system/database/drivers/index.html X%%WWWDIR%%/system/database/drivers/mssql/index.html X%%WWWDIR%%/system/database/drivers/mssql/mssql_driver.php X%%WWWDIR%%/system/database/drivers/mssql/mssql_forge.php X%%WWWDIR%%/system/database/drivers/mssql/mssql_result.php X%%WWWDIR%%/system/database/drivers/mssql/mssql_utility.php X%%WWWDIR%%/system/database/drivers/mysql/index.html X%%WWWDIR%%/system/database/drivers/mysql/mysql_driver.php X%%WWWDIR%%/system/database/drivers/mysql/mysql_forge.php X%%WWWDIR%%/system/database/drivers/mysql/mysql_result.php X%%WWWDIR%%/system/database/drivers/mysql/mysql_utility.php X%%WWWDIR%%/system/database/drivers/mysqli/index.html X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_driver.php X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_forge.php X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_result.php X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_utility.php X%%WWWDIR%%/system/database/drivers/oci8/index.html X%%WWWDIR%%/system/database/drivers/oci8/oci8_driver.php X%%WWWDIR%%/system/database/drivers/oci8/oci8_forge.php X%%WWWDIR%%/system/database/drivers/oci8/oci8_result.php X%%WWWDIR%%/system/database/drivers/oci8/oci8_utility.php X%%WWWDIR%%/system/database/drivers/odbc/index.html X%%WWWDIR%%/system/database/drivers/odbc/odbc_driver.php X%%WWWDIR%%/system/database/drivers/odbc/odbc_forge.php X%%WWWDIR%%/system/database/drivers/odbc/odbc_result.php X%%WWWDIR%%/system/database/drivers/odbc/odbc_utility.php X%%WWWDIR%%/system/database/drivers/postgre/index.html X%%WWWDIR%%/system/database/drivers/postgre/postgre_driver.php X%%WWWDIR%%/system/database/drivers/postgre/postgre_forge.php X%%WWWDIR%%/system/database/drivers/postgre/postgre_result.php X%%WWWDIR%%/system/database/drivers/postgre/postgre_utility.php X%%WWWDIR%%/system/database/drivers/sqlite/index.html X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_driver.php X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_forge.php X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_result.php X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_utility.php X%%WWWDIR%%/system/database/index.html X%%WWWDIR%%/system/fonts/index.html X%%WWWDIR%%/system/fonts/texb.ttf X%%WWWDIR%%/system/helpers/array_helper.php X%%WWWDIR%%/system/helpers/captcha_helper.php X%%WWWDIR%%/system/helpers/compatibility_helper.php X%%WWWDIR%%/system/helpers/cookie_helper.php X%%WWWDIR%%/system/helpers/date_helper.php X%%WWWDIR%%/system/helpers/directory_helper.php X%%WWWDIR%%/system/helpers/download_helper.php X%%WWWDIR%%/system/helpers/email_helper.php X%%WWWDIR%%/system/helpers/file_helper.php X%%WWWDIR%%/system/helpers/form_helper.php X%%WWWDIR%%/system/helpers/html_helper.php X%%WWWDIR%%/system/helpers/index.html X%%WWWDIR%%/system/helpers/inflector_helper.php X%%WWWDIR%%/system/helpers/language_helper.php X%%WWWDIR%%/system/helpers/number_helper.php X%%WWWDIR%%/system/helpers/path_helper.php X%%WWWDIR%%/system/helpers/security_helper.php X%%WWWDIR%%/system/helpers/smiley_helper.php X%%WWWDIR%%/system/helpers/string_helper.php X%%WWWDIR%%/system/helpers/text_helper.php X%%WWWDIR%%/system/helpers/typography_helper.php X%%WWWDIR%%/system/helpers/url_helper.php X%%WWWDIR%%/system/helpers/xml_helper.php X%%WWWDIR%%/system/language/english/calendar_lang.php X%%WWWDIR%%/system/language/english/date_lang.php X%%WWWDIR%%/system/language/english/db_lang.php X%%WWWDIR%%/system/language/english/email_lang.php X%%WWWDIR%%/system/language/english/form_validation_lang.php X%%WWWDIR%%/system/language/english/ftp_lang.php X%%WWWDIR%%/system/language/english/imglib_lang.php X%%WWWDIR%%/system/language/english/index.html X%%WWWDIR%%/system/language/english/number_lang.php X%%WWWDIR%%/system/language/english/profiler_lang.php X%%WWWDIR%%/system/language/english/unit_test_lang.php X%%WWWDIR%%/system/language/english/upload_lang.php X%%WWWDIR%%/system/language/index.html X%%WWWDIR%%/system/libraries/Calendar.php X%%WWWDIR%%/system/libraries/Cart.php X%%WWWDIR%%/system/libraries/Driver.php X%%WWWDIR%%/system/libraries/Email.php X%%WWWDIR%%/system/libraries/Encrypt.php X%%WWWDIR%%/system/libraries/Form_validation.php X%%WWWDIR%%/system/libraries/Ftp.php X%%WWWDIR%%/system/libraries/Image_lib.php X%%WWWDIR%%/system/libraries/Javascript.php X%%WWWDIR%%/system/libraries/Log.php X%%WWWDIR%%/system/libraries/Pagination.php X%%WWWDIR%%/system/libraries/Parser.php X%%WWWDIR%%/system/libraries/Profiler.php X%%WWWDIR%%/system/libraries/Security.php X%%WWWDIR%%/system/libraries/Session.php X%%WWWDIR%%/system/libraries/Sha1.php X%%WWWDIR%%/system/libraries/Table.php X%%WWWDIR%%/system/libraries/Trackback.php X%%WWWDIR%%/system/libraries/Typography.php X%%WWWDIR%%/system/libraries/Unit_test.php X%%WWWDIR%%/system/libraries/Upload.php X%%WWWDIR%%/system/libraries/User_agent.php X%%WWWDIR%%/system/libraries/Xmlrpc.php X%%WWWDIR%%/system/libraries/Xmlrpcs.php X%%WWWDIR%%/system/libraries/Zip.php X%%WWWDIR%%/system/libraries/index.html X%%WWWDIR%%/system/libraries/javascript/Jquery.php X%%WWWDIR%%/system/logs/index.html X@dirrm %%WWWDIR%%/system/logs X@dirrm %%WWWDIR%%/system/libraries/javascript X@dirrm %%WWWDIR%%/system/libraries X@dirrm %%WWWDIR%%/system/language/english X@dirrm %%WWWDIR%%/system/language X@dirrm %%WWWDIR%%/system/helpers X@dirrm %%WWWDIR%%/system/fonts X@dirrm %%WWWDIR%%/system/database/drivers/sqlite X@dirrm %%WWWDIR%%/system/database/drivers/postgre X@dirrm %%WWWDIR%%/system/database/drivers/odbc X@dirrm %%WWWDIR%%/system/database/drivers/oci8 X@dirrm %%WWWDIR%%/system/database/drivers/mysqli X@dirrm %%WWWDIR%%/system/database/drivers/mysql X@dirrm %%WWWDIR%%/system/database/drivers/mssql X@dirrm %%WWWDIR%%/system/database/drivers X@dirrm %%WWWDIR%%/system/database X@dirrm %%WWWDIR%%/system/core X@dirrm %%WWWDIR%%/system/cache X@dirrmtry %%WWWDIR%%/system X@dirrm %%WWWDIR%%/application/views X@dirrm %%WWWDIR%%/application/third_party X@dirrm %%WWWDIR%%/application/models X@dirrm %%WWWDIR%%/application/libraries X@dirrm %%WWWDIR%%/application/language/english X@dirrm %%WWWDIR%%/application/language X@dirrm %%WWWDIR%%/application/hooks X@dirrm %%WWWDIR%%/application/helpers X@dirrm %%WWWDIR%%/application/errors X@dirrm %%WWWDIR%%/application/core X@dirrm %%WWWDIR%%/application/controllers X@dirrmtry %%WWWDIR%%/application/config X@dirrmtry %%WWWDIR%%/application X@dirrmtry %%WWWDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%%/overview X%%PORTDOCS%%@dirrm %%DOCSDIR%%/nav X%%PORTDOCS%%@dirrm %%DOCSDIR%%/libraries X%%PORTDOCS%%@dirrm %%DOCSDIR%%/installation X%%PORTDOCS%%@dirrm %%DOCSDIR%%/images X%%PORTDOCS%%@dirrm %%DOCSDIR%%/helpers X%%PORTDOCS%%@dirrm %%DOCSDIR%%/general X%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc_style X%%PORTDOCS%%@dirrm %%DOCSDIR%%/database X%%PORTDOCS%%@dirrm %%DOCSDIR%% 6d3dad40128a7326d072989b9705bb8d echo c - codeigniter-devel/files mkdir -p codeigniter-devel/files > /dev/null 2>&1 echo x - codeigniter-devel/files/codeigniter-production.conf.in sed 's/^X//' >codeigniter-devel/files/codeigniter-production.conf.in << 'dfbc853517521a255b085a85ef86666a' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps XDirectoryIndex index.php index.html X XDocumentRoot %%WWWDIR%% X%%HASHMARK%%Alias /user_guide %%DOCSDIR%% X X%%HASHMARK%% X%%HASHMARK%% Order deny,allow X%%HASHMARK%% Allow from all X%%HASHMARK%% X X X Order deny,allow X Allow from all X dfbc853517521a255b085a85ef86666a echo x - codeigniter-devel/files/pkg-message-apache.in sed 's/^X//' >codeigniter-devel/files/pkg-message-apache.in << '5320b2ca14ab867175d83fbd4ca45adb' X X********************************************************************* XYou have just installed the CodeIgniter web application framework. X XNote that you should restart your Apache web server to ensure that Xthe CodeIgniter configuration file is loaded. X XOptional post-installation instructions include: X X- Open the %%WWWDIR%%/application/config/config.php X file with a text editor and set your base URL. X X- If you intend to use a database, open the X %%WWWDIR%%/application/config/database.php X file with a text editor and set your database settings. X X- Other user-configurable files include: X %%WWWDIR%%/index.php X Any file located in %%WWWDIR%%/application/config X X- If you are upgrading from a prior release, please visit: X http://codeigniter.com/user_guide/installation/upgrading.html X for additional post-installation instructions. 5320b2ca14ab867175d83fbd4ca45adb echo x - codeigniter-devel/files/codeigniter-development-cgi.conf.in sed 's/^X//' >codeigniter-devel/files/codeigniter-development-cgi.conf.in << 'e981256e56d2f2e4575d6ce9b8a72a28' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps XDirectoryIndex index.php index.html X XAction php-script %%PHPCGI%% XAddHandler php-script .php X X%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% XAlias /codeigniter %%WWWDIR%% X X%%HASHMARK%% X%%HASHMARK%% Order deny,allow X%%HASHMARK%% Allow from all X%%HASHMARK%% X X X Order deny,allow X Allow from all X e981256e56d2f2e4575d6ce9b8a72a28 echo x - codeigniter-devel/files/pkg-message-noapache.in sed 's/^X//' >codeigniter-devel/files/pkg-message-noapache.in << '8b9bb295c3e1e3f2db5c8da9c4acb6e8' X X********************************************************************* XYou have just installed the CodeIgniter web application framework. X XOptional post-installation instructions include: X X- Open the %%WWWDIR%%/application/config/config.php X file with a text editor and set your base URL. X X- If you intend to use a database, open the X %%WWWDIR%%/application/config/database.php X file with a text editor and set your database settings. X X- Other user-configurable files include: X %%WWWDIR%%/index.php X Any file located in %%WWWDIR%%/application/config X X- If you are upgrading from a prior release, please visit: X http://codeigniter.com/user_guide/installation/upgrading.html X for additional post-installation instructions. 8b9bb295c3e1e3f2db5c8da9c4acb6e8 echo x - codeigniter-devel/files/codeigniter-production-cgi.conf.in sed 's/^X//' >codeigniter-devel/files/codeigniter-production-cgi.conf.in << '3e759a3cf6accd280397f6880358ac6f' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps XDirectoryIndex index.php index.html X XAction php-script %%PHPCGI%% XAddHandler php-script .php X XDocumentRoot %%WWWDIR%% X%%HASHMARK%%Alias /user_guide %%DOCSDIR%% X X%%HASHMARK%% X%%HASHMARK%% Order deny,allow X%%HASHMARK%% Allow from all X%%HASHMARK%% X X X Order deny,allow X Allow from all X 3e759a3cf6accd280397f6880358ac6f echo x - codeigniter-devel/files/codeigniter-development.conf.in sed 's/^X//' >codeigniter-devel/files/codeigniter-development.conf.in << '393ed425c11173c9b66b5d960959b578' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps XDirectoryIndex index.php index.html X X%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% XAlias /codeigniter %%WWWDIR%% X X%%HASHMARK%% X%%HASHMARK%% Order deny,allow X%%HASHMARK%% Allow from all X%%HASHMARK%% X X X Order deny,allow X Allow from all X 393ed425c11173c9b66b5d960959b578 echo x - codeigniter-devel/distinfo sed 's/^X//' >codeigniter-devel/distinfo << 'afc29a535cd1b00a5e020eb216e94bbb' XSHA256 (tip.zip) = 3a69a3346aa614fd828eaf9af109253e5535d102f843dc969bb388503340414c XSIZE (tip.zip) = 2289821 afc29a535cd1b00a5e020eb216e94bbb exit --- codeigniter-devel.shar ends here ---