Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2010 13:54:20 +0800 (CST)
From:      Bo-Yi Wu <appleboy.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        appleboy.tw@gmail.com
Subject:   ports/151956: [NEW PORT] www/codeigniter2 
Message-ID:  <201011050554.oA55sK7A075460@freebsd.ee.ccu.edu.tw>
Resent-Message-ID: <201011050600.oA560Lom081323@freefall.freebsd.org>

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

>Number:         151956
>Category:       ports
>Synopsis:       [NEW PORT] www/codeigniter2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 05 06:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.1-RELEASE-p13 i386
>Organization:
>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 will be released, I create new port for CodeIgniter 2, because Codeigniter 2 structure is different from 1.7.2.
	
>How-To-Repeat:
	
>Fix:

	

--- codeigniter2.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:
#
#	codeigniter2
#	codeigniter2/pkg-descr
#	codeigniter2/Makefile
#	codeigniter2/pkg-plist
#	codeigniter2/files
#	codeigniter2/files/codeigniter-production.conf.in
#	codeigniter2/files/pkg-message-apache.in
#	codeigniter2/files/codeigniter-development-cgi.conf.in
#	codeigniter2/files/pkg-message-noapache.in
#	codeigniter2/files/codeigniter-production-cgi.conf.in
#	codeigniter2/files/codeigniter-development.conf.in
#	codeigniter2/distinfo
#
echo c - codeigniter2
mkdir -p codeigniter2 > /dev/null 2>&1
echo x - codeigniter2/pkg-descr
sed 's/^X//' >codeigniter2/pkg-descr << '17574fbb78cfadae7fc56031f1c7b623'
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/
17574fbb78cfadae7fc56031f1c7b623
echo x - codeigniter2/Makefile
sed 's/^X//' >codeigniter2/Makefile << 'd37b45f75b8514906cef0c821c16395c'
X# New ports collection makefile for:	codeigniter2
X# Date created:		2010-11-04
X# Whom:			Bo-Yi Wu <appleboy.tw@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	codeigniter2
XPORTVERSION=	2.0
XCATEGORIES=	www
XMASTER_SITES=	http://bitbucket.org/ellislab/codeigniter/get/ \
X	http://ci.wuboy.twbbs.org/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
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
d37b45f75b8514906cef0c821c16395c
echo x - codeigniter2/pkg-plist
sed 's/^X//' >codeigniter2/pkg-plist << '3bfb807e827812b9dbd78059e2169fd1'
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%%
3bfb807e827812b9dbd78059e2169fd1
echo c - codeigniter2/files
mkdir -p codeigniter2/files > /dev/null 2>&1
echo x - codeigniter2/files/codeigniter-production.conf.in
sed 's/^X//' >codeigniter2/files/codeigniter-production.conf.in << '53f2932705e9bda4b172df1e29d4cfc5'
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%%<Location /user_guide>
X%%HASHMARK%%    Order deny,allow
X%%HASHMARK%%    Allow from all
X%%HASHMARK%%</Location>
X
X<Location />
X    Order deny,allow
X    Allow from all
X</Location>
53f2932705e9bda4b172df1e29d4cfc5
echo x - codeigniter2/files/pkg-message-apache.in
sed 's/^X//' >codeigniter2/files/pkg-message-apache.in << '211adcc34a94526a38fd5954beee4991'
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.
211adcc34a94526a38fd5954beee4991
echo x - codeigniter2/files/codeigniter-development-cgi.conf.in
sed 's/^X//' >codeigniter2/files/codeigniter-development-cgi.conf.in << 'e1b8291a700e86eafd347497e94918e3'
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%%<Directory %%DOCSDIR%%>
X%%HASHMARK%%    Order deny,allow
X%%HASHMARK%%    Allow from all
X%%HASHMARK%%</Directory>
X
X<Location /codeigniter>
X    Order deny,allow
X    Allow from all
X</Location>
e1b8291a700e86eafd347497e94918e3
echo x - codeigniter2/files/pkg-message-noapache.in
sed 's/^X//' >codeigniter2/files/pkg-message-noapache.in << '30dd96f066a4cbe5b242f8aaff116f8f'
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.
30dd96f066a4cbe5b242f8aaff116f8f
echo x - codeigniter2/files/codeigniter-production-cgi.conf.in
sed 's/^X//' >codeigniter2/files/codeigniter-production-cgi.conf.in << '007aea02975f97629fc0da3579bc9402'
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%%<Location /user_guide>
X%%HASHMARK%%    Order deny,allow
X%%HASHMARK%%    Allow from all
X%%HASHMARK%%</Location>
X
X<Location />
X    Order deny,allow
X    Allow from all
X</Location>
007aea02975f97629fc0da3579bc9402
echo x - codeigniter2/files/codeigniter-development.conf.in
sed 's/^X//' >codeigniter2/files/codeigniter-development.conf.in << 'b8f9574d6b9325aa7d3bca6d858aa309'
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%%<Directory %%DOCSDIR%%>
X%%HASHMARK%%    Order deny,allow
X%%HASHMARK%%    Allow from all
X%%HASHMARK%%</Directory>
X
X<Location /codeigniter>
X    Order deny,allow
X    Allow from all
X</Location>
b8f9574d6b9325aa7d3bca6d858aa309
echo x - codeigniter2/distinfo
sed 's/^X//' >codeigniter2/distinfo << '96eefa77ca181236433d2f1823f7ebd9'
XSHA256 (tip.zip) = 3a69a3346aa614fd828eaf9af109253e5535d102f843dc969bb388503340414c
XSIZE (tip.zip) = 2289821
96eefa77ca181236433d2f1823f7ebd9
exit
--- codeigniter2.shar ends here ---


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



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