[Midnightbsd-cvs] mports [18349] trunk/www/cherokee/pkg-plist: cherokee update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 26 22:09:55 EDT 2015


Revision: 18349
          http://svnweb.midnightbsd.org/mports/?rev=18349
Author:   laffer1
Date:     2015-03-26 22:09:54 -0400 (Thu, 26 Mar 2015)
Log Message:
-----------
cherokee update

Modified Paths:
--------------
    trunk/www/cherokee/Makefile
    trunk/www/cherokee/distinfo
    trunk/www/cherokee/pkg-descr
    trunk/www/cherokee/pkg-plist

Added Paths:
-----------
    trunk/www/cherokee/files/patch-Makefile.am

Property Changed:
----------------
    trunk/www/cherokee/pkg-descr

Modified: trunk/www/cherokee/Makefile
===================================================================
--- trunk/www/cherokee/Makefile	2015-03-27 02:07:03 UTC (rev 18348)
+++ trunk/www/cherokee/Makefile	2015-03-27 02:09:54 UTC (rev 18349)
@@ -1,11 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=	cherokee
-PORTVERSION=	1.2.101
-PORTREVISION=	2
+PORTVERSION=	1.2.104
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_SAMBA}
-MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVERSION}
+MASTER_SITES=	GH
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Fast and flexible web server
@@ -12,199 +10,100 @@
 
 LICENSE=	gpl2
 
-USES=		gettext gmake pkgconfig
-USE_GNOME=	gnomehack
-USE_PKGCONFIG=	build
+USE_GITHUB=	yes
+GH_ACCOUNT=	${PORTNAME}
+GH_PROJECT=	webserver
+GH_TAGNAME=	${PORTVERSION:S/^/v/}
+GH_COMMIT=	e5583c6
+
+USES=		gettext gmake libtool pathfix pkgconfig python:2,build \
+		shebangfix
+SHEBANG_FILES=	admin/CTK/CTK-run.pre admin/server.py \
+		admin/upgrade_config.py cherokee/cherokee-admin-launcher \
+		cherokee/cherokee-tweak contrib/tracelor.py \
+		doc/build/asciidoc.py doc/cookbook_dbslayer.txt \
+		doc/test_images.py doc/test_links.py \
+		po/admin/generate_POTFILESin.py po/po_stats.py \
+		qa/fcgi.py qa/run-tests.py
+python_CMD=	${PYTHON_CMD}
+USE_RC_SUBR=	cherokee
 USE_OPENSSL=	yes
+USE_AUTOTOOLS=	libtoolize aclocal automake autoheader autoconf
+AUTOMAKE_ARGS=	--add-missing --copy --foreign
+CONFIGURE_ARGS=	--disable-silent-rules \
+		--disable-static \
+		--localstatedir=${CHEROKEE_VARDIR} \
+		--without-php \
+		--with-python=${PYTHON_CMD} \
+		--with-wwwroot=${WWWDIR} \
+		--with-wwwuser=${CHEROKEE_USER} \
+		--with-wwwgroup=${CHEROKEE_GROUP}
+MAKE_ARGS=	pkgconfigdir=${PREFIX}/libdata/pkgconfig
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USE_RC_SUBR=	cherokee
+
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -pthread
+
 SUB_FILES=	pkg-install pkg-message
-GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 CHEROKEE_VARDIR?=	/var
-CHEROKEE_LOGDIR?=	${CHEROKEE_VARDIR}/log
-CHEROKEE_ACCESSLOG?=	${CHEROKEE_LOGDIR}/cherokee.access
-CHEROKEE_ERRORLOG?=	${CHEROKEE_LOGDIR}/cherokee.error
 
 # Adjust this if you need to run Cherokee as a distinct user:group
-CHEROKEE_USER=	www
-CHEROKEE_GROUP=	www
+CHEROKEE_USER=		www
+CHEROKEE_GROUP=		www
 
-# This should be ok since 1.0.9, cherokee drops privileges
-# after opening logfiles as a security measure
-CHEROKEE_LOGFILE_FILEMODE=	0600
-CHEROKEE_LOGFILE_USER=	root
-CHEROKEE_LOGFILE_GROUP=	wheel
+OPTIONS_DEFINE=		ADMIN DOCS FFMPEG GEOIP INTPCRE IPV6 LDAP MYSQL \
+			RRDTOOL UWSGI
+OPTIONS_DEFAULT=	ADMIN GEOIP
+OPTIONS_SUB=		yes
 
-# Directory where to put RRD files, by default
-CHEROKEE_RRDDIR=/var/lib/cherokee/graphs
+ADMIN_DESC=		Build the Admin Interface
+ADMIN_USES=		python:2,run
+ADMIN_CONFIGURE_OFF=	--disable-admin
+FFMPEG_LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
+FFMPEG_CONFIGURE_ON=	--with-ffmpeg=yes
+FFMPEG_CONFIGURE_OFF=	--with-ffmpeg=no
+GEOIP_LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
+GEOIP_CONFIGURE_ON=	--with-geoip=yes
+GEOIP_CONFIGURE_OFF=	--with-geoip=no
+INTPCRE_DESC=		Use internal PCRE library
+INTPCRE_LIB_DEPENDS_OFF=libpcre.so:${PORTSDIR}/devel/pcre
+INTPCRE_CONFIGURE_ON=	--enable-internal-pcre
+IPV6_CONFIGURE_OFF=	--disable-ipv6
+LDAP_USE=		openldap=yes
+LDAP_CONFIGURE_ON=	--with-ldap=yes
+LDAP_CONFIGURE_OFF=	--with-ldap=no
+MYSQL_USE=		mysql=yes
+MYSQL_CONFIGURE_ON=	--with-mysql=yes
+MYSQL_CONFIGURE_OFF=	--with-mysql=no
+RRDTOOL_DESC=		Usage graphs support
+RRDTOOL_RUN_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool
+UWSGI_DESC=		uWSGI support
+UWSGI_RUN_DEPENDS=	uwsgi:${PORTSDIR}/www/uwsgi
 
-CONFIGURE_ARGS=	--with-wwwroot=${PREFIX}/www/cherokee \
-		--localstatedir=${CHEROKEE_VARDIR} \
-		--disable-static
-DEFCONFS=	cherokee.conf
-CONFSUBDIRS=	ssl mods-available mods-enabled sites-available sites-enabled
-MAN1=		cget.1 cherokee-config.1 cherokee.1 cherokee-admin.1 cherokee-admin-launcher.1 \
-		cherokee-tweak.1 cherokee-worker.1
-PORTDOCS=	*
-
-OPTIONS=	IPV6	  "IPv6 support"	on	\
-		MYSQL	  "MySQL Database"	off	\
-		LDAP	  "LDAP Support"	off	\
-		GEOIP	  "GeoIP Support (recommended)"	on	\
-		FFMPEG	  "FFMpeg Support"	off	\
-		NLS	  "NLS Support"	on	\
-		INTPCRE	  "Use Internal PCRE Library"	off	\
-		ADMIN	  "Build the Admin Interface"	on	\
-		RRDTOOL   "Usage Graphs Support"  off	\
-		UWSGI     "uWSGI Support" off
-
 .include <bsd.mport.options.mk>
 
-.ifdef WITH_ADMIN
-USE_PYTHON=	2.5+
-PLIST_SUB+=	ADMIN=""
-.else
-CONFIGURE_ARGS+=--disable-admin
-PLIST_SUB+=	ADMIN="@comment "
-.endif
+pre-configure:
+	@(cd ${WRKSRC}/po/admin && ${PYTHON_CMD} generate_POTFILESin.py \
+		> POTFILES.in)
 
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS+=	--with-wwwuser=${CHEROKEE_USER} --with-wwwgroup=${CHEROKEE_GROUP}
-
-.ifdef WITHOUT_IPV6
-CONFIGURE_ARGS+=	--disable-ipv6
-.endif
-
-.ifdef WITH_MYSQL
-USE_MYSQL=	yes
-CONFIGURE_ARGS+=	--with-mysql=yes
-PLIST_SUB+=	MYSQL=""
-.else
-CONFIGURE_ARGS+=	--with-mysql=no
-PLIST_SUB+=	MYSQL="@comment "
-.endif
-
-.ifdef WITH_LDAP
-USE_OPENLDAP=	yes
-CONFIGURE_ARGS+=	--with-ldap=yes
-PLIST_SUB+=	LDAP=""
-.else
-CONFIGURE_ARGS+=	--with-ldap=no
-PLIST_SUB+=	LDAP="@comment "
-.endif
-
-.ifdef WITH_GEOIP
-LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
-CONFIGURE_ARGS+=	--with-geoip=yes
-PLIST_SUB+=	GEOIP=""
-.else
-CONFIGURE_ARGS+=	--with-geoip=no
-PLIST_SUB+=	GEOIP="@comment "
-.endif
-
-.ifdef WITH_FFMPEG
-LIB_DEPENDS+=	avformat:${PORTSDIR}/multimedia/ffmpeg \
-		avcodec:${PORTSDIR}/multimedia/ffmpeg \
-		avutil:${PORTSDIR}/multimedia/ffmpeg
-CONFIGURE_ARGS+=	--with-ffmpeg=yes
-.else
-CONFIGURE_ARGS+=	--with-ffmpeg=no
-.endif
-
-.ifdef WITH_NLS
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
-
-.ifdef WITH_INTPCRE
-CONFIGURE_ARGS+=	--enable-internal-pcre
-.else
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
-.endif
-
-.ifdef WITH_RRDTOOL
-RUN_DEPENDS+=	rrdtool:${PORTSDIR}/databases/rrdtool
-.endif
-
-.ifdef WITH_UWSGI
-RUN_DEPENDS+=	uwsgi:${PORTSDIR}/www/uwsgi
-.endif
-
-post-patch:
-	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
-		${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g'
-	@${REINPLACE_CMD} -e '/cherokee_replace.*%sysconfdir%/d;/^SUBDIRS/s|doc ||;\
-		/^install-data-am/s|install-data-local|install-data-local-config|;\
-		/^SUBDIRS/s|windows||'\
-		${WRKSRC}/Makefile.in
-	@for i in ${BUILD_WRKSRC}/*.sample.pre;do ${SED} -e \
-		's:%wwwroot%:${PREFIX}/www/cherokee:g; \
-		s:%prefix%:${PREFIX}:g; \
-		s:%localstatedir%:/var:g' \
-		$$i > $${i%.pre};done
-
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/admin/CTK/CTK-run.pre
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/cherokee/cherokee-admin-launcher
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/admin/server.py
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/admin/upgrade_config.py
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/cherokee/cherokee-tweak
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/doc/cookbook_dbslayer.html
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/doc/test_images.py
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/contrib/tracelor.py
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/po/po_stats.py
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/qa/fcgi.py
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|/usr/local/bin/python|' \
-		${WRKSRC}/qa/run-tests.py
-
 post-install:
-	@${INSTALL} -d ${CONFSUBDIRS:S|^|${PREFIX}/etc/cherokee/|}
-	@for i in ${DEFCONFS};do\
-		${INSTALL_DATA} ${WRKSRC}/$$i.sample ${PREFIX}/etc/cherokee/$$i.default;done
-	@${INSTALL_DATA} ${WRKSRC}/performance.conf.sample ${PREFIX}/etc/cherokee/cherokee.conf.perf_sample
-	@:>${PREFIX}/etc/cherokee/mods-enabled/.empty
-	@:>${PREFIX}/etc/cherokee/sites-available/.empty
-	@:>${PREFIX}/etc/cherokee/sites-enabled/.empty
-	@:>${PREFIX}/etc/cherokee/ssl/.empty
-	@for i in `${FIND} ${PREFIX}/etc/cherokee/ -name \*.default`;do\
-		if [ ! -f $${i%.default} ];then ${CP} $$i $${i%.default};fi;done
-	@for i in `${FIND} ${PREFIX}/etc/cherokee/ -name \*.sample`;do\
-		if [ ! -f $${i%.sample} ];then ${CP} $$i $${i%.sample};fi;done
-
-.if !defined(NOPORTDOCS)
-	@cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
+.for i in mods-available mods-enabled sites-available sites-enabled ssl
+	@${MKDIR} ${STAGEDIR}${ETCDIR}/${i}
+	@${ECHO_CMD} -n > ${STAGEDIR}${ETCDIR}/${i}/.empty
+.endfor
+	(cd ${WRKSRC} && ${INSTALL_DATA} cherokee.conf.sample \
+		${STAGEDIR}${ETCDIR}/cherokee.conf.sample)
+	(cd ${WRKSRC} && ${INSTALL_DATA} performance.conf.sample \
+		${STAGEDIR}${ETCDIR}/cherokee.conf.perf_sample)
+.if ${PORT_OPTIONS:MADMIN}
+	(cd ${WRKSRC} && ${INSTALL_DATA} cherokee.conf.sample \
+		${STAGEDIR}${DATADIR}/admin)
+	(cd ${WRKSRC} && ${INSTALL_DATA} performance.conf.sample \
+		${STAGEDIR}${DATADIR}/admin)
+	@(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \
+		-d ${DATADIR}/admin -f ${DATADIR_REL}/admin)
 .endif
 
-.ifdef WITH_ADMIN
-	@cd ${DATADIR}/admin && ${FIND} . -name "*.py" |\
-	${XARGS} ${PYTHON_CMD} ${PYTHON_LIBDIR}/py_compile.py
-.endif
-
-	@${SETENV} \
-	     CHEROKEE_LOGFILE_FILEMODE=${CHEROKEE_LOGFILE_FILEMODE} \
-	     CHEROKEE_LOGFILE_USER=${CHEROKEE_LOGFILE_USER} \
-	     CHEROKEE_LOGFILE_GROUP=${CHEROKEE_LOGFILE_GROUP} \
-	     CHEROKEE_ERRORLOG=${CHEROKEE_ERRORLOG} \
-	     CHEROKEE_ACCESSLOG=${CHEROKEE_ACCESSLOG} \
-	     CHEROKEE_WITH_RRDTOOL=${WITH_RRDTOOL} \
-	     CHEROKEE_RRDDIR=${CHEROKEE_RRDDIR} \
-	     CHEROKEE_RRDDIR_USER=${CHEROKEE_USER} \
-	     CHEROKEE_RRDDIR_GROUP=${CHEROKEE_GROUP} \
-	     ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/www/cherokee/distinfo
===================================================================
--- trunk/www/cherokee/distinfo	2015-03-27 02:07:03 UTC (rev 18348)
+++ trunk/www/cherokee/distinfo	2015-03-27 02:09:54 UTC (rev 18349)
@@ -1,2 +1,2 @@
-SHA256 (cherokee-1.2.101.tar.gz) = ca465ab3772479fc843b38ffc45113bf24d8bfae9185cdd5176b099d5a17feb8
-SIZE (cherokee-1.2.101.tar.gz) = 6320209
+SHA256 (cherokee-1.2.104.tar.gz) = f43c2db12dc1b7db1ce4aaa29855657d7f6fad6008d498f3728168e5c130e439
+SIZE (cherokee-1.2.104.tar.gz) = 5313696

Added: trunk/www/cherokee/files/patch-Makefile.am
===================================================================
--- trunk/www/cherokee/files/patch-Makefile.am	                        (rev 0)
+++ trunk/www/cherokee/files/patch-Makefile.am	2015-03-27 02:09:54 UTC (rev 18349)
@@ -0,0 +1,57 @@
+--- Makefile.am.orig
++++ Makefile.am
+@@ -105,52 +105,16 @@
+ 		); \
+ 	fi
+ 
+-install-data-local-config:
++install-data-local: $(CONFS)
+ 	@$(mkinstalldirs) $(DESTDIR)$(pkgincludedir);
+ 	$(INSTALL_DATA) $(top_builddir)/config.h $(DESTDIR)$(pkgincludedir)/cherokee-config.h
+ 
+-uninstall-local-config:
++uninstall-local:
+ 	@if test -f $(DESTDIR)$(pkgincludedir)/cherokee-config.h; then \
+ 		echo "rm -f $(DESTDIR)$(pkgincludedir)/cherokee-config.h"; \
+ 		$(RM) -f $(DESTDIR)$(pkgincludedir)/cherokee-config.h; \
+ 	fi
+ 
+-install-data-local: $(CONFS) install-data-local-config
+-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)
+-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
+-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
+-	@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/cherokee/graphs/images
+-	@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)
+-	@$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir)
+-	@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
+-		echo "$@ will not overwrite existing $(DESTDIR)$(cherokeeconfdir)/cherokee.conf"; \
+-	else \
+-		$(INSTALL_DATA) $(top_builddir)/cherokee.conf.sample $(DESTDIR)$(cherokeeconfdir)/cherokee.conf; \
+-	fi
+-	$(INSTALL_DATA) $(top_builddir)/cherokee.conf.sample $(DESTDIR)$(cherokeeadmindir)/cherokee.conf.sample
+-	$(INSTALL_DATA) $(top_builddir)/performance.conf.sample $(DESTDIR)$(cherokeeadmindir)/performance.conf.sample
+-	@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf.perf_sample ; then \
+-		echo "$@ will not overwrite existing $(DESTDIR)$(cherokeeconfdir)/cherokee.conf.perf_sample"; \
+-	else \
+-		$(INSTALL_DATA) $(top_builddir)/performance.conf.sample $(DESTDIR)$(cherokeeconfdir)/cherokee.conf.perf_sample; \
+-	fi
+-	@if test -d $(DESTDIR)$(sysconfdir)/pam.d && test ! -d $(DESTDIR)$(sysconfdir)/pam.d/cherokee ; then \
+-		$(INSTALL_DATA) $(top_srcdir)/pam.d_cherokee $(DESTDIR)$(sysconfdir)/pam.d/cherokee; \
+-	fi
+-	$(mkinstalldirs) $(DESTDIR)$(localstatedir)
+-
+-uninstall-local: uninstall-local-config
+-#	@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
+-#		echo "rm -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf"; \
+-#		$(RM) -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf; \
+-#	fi
+-	@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf.perf_sample ; then \
+-		echo "rm -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf.perf_sample"; \
+-		$(RM) -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf.perf_sample; \
+-	fi
+-	$(RM) -f $(DESTDIR)$(cherokeeadmindir)/cherokee.conf.sample
+-	$(RM) -f $(DESTDIR)$(cherokeeadmindir)/performance.conf.sample
+-
+ test:
+ 	$(MAKE) -C doc test
+ 	$(MAKE) -C admin test


Property changes on: trunk/www/cherokee/files/patch-Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/www/cherokee/pkg-descr
===================================================================
--- trunk/www/cherokee/pkg-descr	2015-03-27 02:07:03 UTC (rev 18348)
+++ trunk/www/cherokee/pkg-descr	2015-03-27 02:09:54 UTC (rev 18349)
@@ -1,7 +1,8 @@
-Cherokee is a very fast, flexible and easy to configure Web Server. It supports
-the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL
-encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load
-balancing, Apache compatible log files, and much more. A user friendly interface
-called cherokee-admin is provided for a no-hassle configuration of the server.
+Cherokee is a very fast, flexible and easy to configure Web Server. It
+supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
+TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
+fly encoding, Load balancing, Apache compatible log files, and much
+more. A user friendly interface called cherokee-admin is provided for a
+no-hassle configuration of the server.
 
 WWW: http://www.cherokee-project.com/


Property changes on: trunk/www/cherokee/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Modified: trunk/www/cherokee/pkg-plist
===================================================================
--- trunk/www/cherokee/pkg-plist	2015-03-27 02:07:03 UTC (rev 18348)
+++ trunk/www/cherokee/pkg-plist	2015-03-27 02:09:54 UTC (rev 18349)
@@ -1,18 +1,17 @@
 bin/CTK-run
 bin/cget
+bin/cherokee-admin-launcher
 bin/cherokee-config
+bin/cherokee-macos-askpass
 bin/cherokee-panic
 bin/cherokee-tweak
-bin/cherokee-macos-askpass
-bin/cherokee-admin-launcher
- at unexec for i in `find %D/etc/cherokee -name \*.default`;do if cmp -s $i ${i%%.default};then rm -f ${i%%.default};fi;done
- at unexec for i in `find %D/etc/cherokee -name \*.sample`;do if cmp -s $i ${i%%.sample};then rm -f ${i%%.sample};fi;done
-etc/cherokee/cherokee.conf.default
-etc/cherokee/cherokee.conf.perf_sample
-etc/cherokee/mods-enabled/.empty
-etc/cherokee/sites-available/.empty
-etc/cherokee/sites-enabled/.empty
-etc/cherokee/ssl/.empty
+ at sample %%ETCDIR%%/cherokee.conf.sample
+%%ETCDIR%%/cherokee.conf.perf_sample
+%%ETCDIR%%/mods-available/.empty
+%%ETCDIR%%/mods-enabled/.empty
+%%ETCDIR%%/sites-available/.empty
+%%ETCDIR%%/sites-enabled/.empty
+%%ETCDIR%%/ssl/.empty
 include/cherokee/avl.h
 include/cherokee/avl_r.h
 include/cherokee/buffer.h
@@ -53,151 +52,89 @@
 include/cherokee/util.h
 include/cherokee/validator.h
 include/cherokee/version.h
-lib/cherokee/libplugin_admin.la
 lib/cherokee/libplugin_admin.so
-lib/cherokee/libplugin_and.la
 lib/cherokee/libplugin_and.so
-lib/cherokee/libplugin_authlist.la
 lib/cherokee/libplugin_authlist.so
-lib/cherokee/libplugin_bind.la
 lib/cherokee/libplugin_bind.so
-lib/cherokee/libplugin_cgi.la
 lib/cherokee/libplugin_cgi.so
-lib/cherokee/libplugin_combined.la
 lib/cherokee/libplugin_combined.so
-lib/cherokee/libplugin_common.la
 lib/cherokee/libplugin_common.so
-lib/cherokee/libplugin_custom.la
 lib/cherokee/libplugin_custom.so
-lib/cherokee/libplugin_custom_error.la
 lib/cherokee/libplugin_custom_error.so
-%%MYSQL%%lib/cherokee/libplugin_dbslayer.la
 %%MYSQL%%lib/cherokee/libplugin_dbslayer.so
-lib/cherokee/libplugin_deflate.la
 lib/cherokee/libplugin_deflate.so
-lib/cherokee/libplugin_directory.la
 lib/cherokee/libplugin_directory.so
-lib/cherokee/libplugin_dirlist.la
 lib/cherokee/libplugin_dirlist.so
-lib/cherokee/libplugin_drop.la
 lib/cherokee/libplugin_drop.so
-lib/cherokee/libplugin_empty_gif.la
 lib/cherokee/libplugin_empty_gif.so
-lib/cherokee/libplugin_error_nn.la
 lib/cherokee/libplugin_error_nn.so
-lib/cherokee/libplugin_error_redir.la
 lib/cherokee/libplugin_error_redir.so
-lib/cherokee/libplugin_evhost.la
 lib/cherokee/libplugin_evhost.so
-lib/cherokee/libplugin_exists.la
 lib/cherokee/libplugin_exists.so
-lib/cherokee/libplugin_extensions.la
 lib/cherokee/libplugin_extensions.so
-lib/cherokee/libplugin_failover.la
 lib/cherokee/libplugin_failover.so
-lib/cherokee/libplugin_fcgi.la
 lib/cherokee/libplugin_fcgi.so
-lib/cherokee/libplugin_file.la
 lib/cherokee/libplugin_file.so
-lib/cherokee/libplugin_from.la
 lib/cherokee/libplugin_from.so
-lib/cherokee/libplugin_fullpath.la
 lib/cherokee/libplugin_fullpath.so
-%%GEOIP%%lib/cherokee/libplugin_geoip.la
 %%GEOIP%%lib/cherokee/libplugin_geoip.so
-lib/cherokee/libplugin_gzip.la
 lib/cherokee/libplugin_gzip.so
-lib/cherokee/libplugin_header.la
 lib/cherokee/libplugin_header.so
-lib/cherokee/libplugin_htdigest.la
 lib/cherokee/libplugin_htdigest.so
-lib/cherokee/libplugin_htpasswd.la
 lib/cherokee/libplugin_htpasswd.so
-%%LDAP%%lib/cherokee/libplugin_ldap.la
 %%LDAP%%lib/cherokee/libplugin_ldap.so
-lib/cherokee/libplugin_ip_hash.la
 lib/cherokee/libplugin_ip_hash.so
-lib/cherokee/libplugin_libssl.la
 lib/cherokee/libplugin_libssl.so
-lib/cherokee/libplugin_method.la
 lib/cherokee/libplugin_method.so
-%%MYSQL%%lib/cherokee/libplugin_mysql.la
 %%MYSQL%%lib/cherokee/libplugin_mysql.so
-lib/cherokee/libplugin_ncsa.la
 lib/cherokee/libplugin_ncsa.so
-lib/cherokee/libplugin_not.la
 lib/cherokee/libplugin_not.so
-lib/cherokee/libplugin_or.la
 lib/cherokee/libplugin_or.so
-lib/cherokee/libplugin_pam.la
 lib/cherokee/libplugin_pam.so
-lib/cherokee/libplugin_plain.la
 lib/cherokee/libplugin_plain.so
-lib/cherokee/libplugin_post_report.la
 lib/cherokee/libplugin_post_report.so
-lib/cherokee/libplugin_post_track.la
 lib/cherokee/libplugin_post_track.so
-lib/cherokee/libplugin_proxy.la
 lib/cherokee/libplugin_proxy.so
-lib/cherokee/libplugin_redir.la
 lib/cherokee/libplugin_redir.so
-lib/cherokee/libplugin_rehost.la
 lib/cherokee/libplugin_rehost.so
-lib/cherokee/libplugin_render_rrd.la
 lib/cherokee/libplugin_render_rrd.so
-lib/cherokee/libplugin_request.la
 lib/cherokee/libplugin_request.so
-lib/cherokee/libplugin_round_robin.la
 lib/cherokee/libplugin_round_robin.so
-lib/cherokee/libplugin_rrd.la
 lib/cherokee/libplugin_rrd.so
-lib/cherokee/libplugin_scgi.la
 lib/cherokee/libplugin_scgi.so
-lib/cherokee/libplugin_secdownload.la
 lib/cherokee/libplugin_secdownload.so
-lib/cherokee/libplugin_server_info.la
 lib/cherokee/libplugin_server_info.so
-lib/cherokee/libplugin_ssi.la
 lib/cherokee/libplugin_ssi.so
-lib/cherokee/libplugin_target_ip.la
+%%FFMPEG%%lib/cherokee/libplugin_streaming.so
 lib/cherokee/libplugin_target_ip.so
-lib/cherokee/libplugin_tls.la
 lib/cherokee/libplugin_tls.so
-lib/cherokee/libplugin_url_arg.la
 lib/cherokee/libplugin_url_arg.so
-lib/cherokee/libplugin_uwsgi.la
 lib/cherokee/libplugin_uwsgi.so
-lib/cherokee/libplugin_v_or.la
 lib/cherokee/libplugin_v_or.so
-lib/cherokee/libplugin_wildcard.la
 lib/cherokee/libplugin_wildcard.so
-lib/libcherokee-base.la
 lib/libcherokee-base.so
 lib/libcherokee-base.so.0
-lib/libcherokee-client.la
+lib/libcherokee-base.so.0.0.1
 lib/libcherokee-client.so
 lib/libcherokee-client.so.0
-lib/libcherokee-server.la
+lib/libcherokee-client.so.0.0.1
 lib/libcherokee-server.so
 lib/libcherokee-server.so.0
+lib/libcherokee-server.so.0.0.1
 libdata/pkgconfig/cherokee.pc
+man/man1/cget.1.gz
+man/man1/cherokee.1.gz
+man/man1/cherokee-admin.1.gz
+man/man1/cherokee-admin-launcher.1.gz
+man/man1/cherokee-config.1.gz
+man/man1/cherokee-tweak.1.gz
+man/man1/cherokee-worker.1.gz
 sbin/cherokee
 sbin/cherokee-admin
 sbin/cherokee-worker
 share/aclocal/cherokee.m4
-%%NLS%%share/locale/ca/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/de/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/en/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/es/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/it/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/sv_SE/LC_MESSAGES/cherokee.mo
-%%NLS%%share/locale/jp/LC_MESSAGES/cherokee.mo
+%%ADMIN%%%%DATADIR%%/admin/About.py
+%%ADMIN%%%%DATADIR%%/admin/About.pyc
 %%ADMIN%%%%DATADIR%%/admin/Auth.py
 %%ADMIN%%%%DATADIR%%/admin/Auth.pyc
 %%ADMIN%%%%DATADIR%%/admin/Balancer.py
@@ -208,8 +145,12 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Box.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Button.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Button.pyc
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Carousel.py
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Carousel.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Checkbox.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Checkbox.pyc
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Collapsible.py
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Collapsible.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Combobox.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Combobox.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Config.py
@@ -234,6 +175,8 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Image.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Indenter.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Indenter.pyc
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Init.py
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Init.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/JS.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/JS.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Link.py
@@ -248,6 +191,8 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Page.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/PageCleaner.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/PageCleaner.pyc
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Paginator.py
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Paginator.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Plugin.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Plugin.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Post.py
@@ -268,6 +213,8 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Server.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/SortableList.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/SortableList.pyc
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/StarRating.py
+%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/StarRating.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Submitter.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Submitter.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Tab.py
@@ -302,70 +249,6 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/pyscgi.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/util.py
 %%ADMIN%%%%DATADIR%%/admin/CTK/CTK/util.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/__init__.py
-%%ADMIN%%%%DATADIR%%/admin/market/Install.py
-%%ADMIN%%%%DATADIR%%/admin/market/InstallUtil.py
-%%ADMIN%%%%DATADIR%%/admin/market/Install_Log.py
-%%ADMIN%%%%DATADIR%%/admin/market/Menu.py
-%%ADMIN%%%%DATADIR%%/admin/market/PageApp.py
-%%ADMIN%%%%DATADIR%%/admin/market/PageCategory.py
-%%ADMIN%%%%DATADIR%%/admin/market/PageIndex.py
-%%ADMIN%%%%DATADIR%%/admin/market/PageSearch.py
-%%ADMIN%%%%DATADIR%%/admin/market/Report.py
-%%ADMIN%%%%DATADIR%%/admin/market/Review.py
-%%ADMIN%%%%DATADIR%%/admin/market/Library.py
-%%ADMIN%%%%DATADIR%%/admin/market/Util.py
-%%ADMIN%%%%DATADIR%%/admin/market/Maintenance.py
-%%ADMIN%%%%DATADIR%%/admin/market/ows_consts.py
-%%ADMIN%%%%DATADIR%%/admin/market/CommandProgress.py
-%%ADMIN%%%%DATADIR%%/admin/market/__init__.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Install.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/InstallUtil.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Install_Log.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Menu.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/PageApp.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/PageCategory.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/PageIndex.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/PageSearch.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Review.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Report.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Library.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Util.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Maintenance.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/ows_consts.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/CommandProgress.pyc
-%%ADMIN%%%%DATADIR%%/admin/market/Distro.py
-%%ADMIN%%%%DATADIR%%/admin/market/Distro.pyc
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Init.py
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Paginator.py
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/StarRating.py
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Carousel.py
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Collapsible.py
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Init.pyc
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Paginator.pyc
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/StarRating.pyc
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Carousel.pyc
-%%ADMIN%%%%DATADIR%%/admin/CTK/CTK/Collapsible.pyc
-%%ADMIN%%%%DATADIR%%/admin/About.py
-%%ADMIN%%%%DATADIR%%/admin/OWS_Backup.py
-%%ADMIN%%%%DATADIR%%/admin/OWS_Cherokee_Info.py
-%%ADMIN%%%%DATADIR%%/admin/OWS_Login.py
-%%ADMIN%%%%DATADIR%%/admin/OWS_Market_Info.py
-%%ADMIN%%%%DATADIR%%/admin/SaveButton.py
-%%ADMIN%%%%DATADIR%%/admin/SystemInfo.py
-%%ADMIN%%%%DATADIR%%/admin/SystemStats.py
-%%ADMIN%%%%DATADIR%%/admin/SystemStatsWidgets.py
-%%ADMIN%%%%DATADIR%%/admin/popen.py
-%%ADMIN%%%%DATADIR%%/admin/About.pyc
-%%ADMIN%%%%DATADIR%%/admin/OWS_Backup.pyc
-%%ADMIN%%%%DATADIR%%/admin/OWS_Cherokee_Info.pyc
-%%ADMIN%%%%DATADIR%%/admin/OWS_Login.pyc
-%%ADMIN%%%%DATADIR%%/admin/OWS_Market_Info.pyc
-%%ADMIN%%%%DATADIR%%/admin/SaveButton.pyc
-%%ADMIN%%%%DATADIR%%/admin/SystemInfo.pyc
-%%ADMIN%%%%DATADIR%%/admin/SystemStats.pyc
-%%ADMIN%%%%DATADIR%%/admin/SystemStatsWidgets.pyc
-%%ADMIN%%%%DATADIR%%/admin/popen.pyc
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/css/CTK.css
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/css/datepicker.css
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/css/jquery-ui-1.7.2.custom.css
@@ -378,6 +261,8 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/bg-filter.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/bg-sel-actions-sel.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/bg-sel-actions.png
+%%ADMIN%%%%DATADIR%%/admin/CTK/static/images/carousel-left-arrow.png
+%%ADMIN%%%%DATADIR%%/admin/CTK/static/images/carousel-right-arrow.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/del-hover.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/del.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/dialog-error.png
@@ -386,6 +271,7 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/forbid.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/ibutton-slider-default.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/input-bg.png
+%%ADMIN%%%%DATADIR%%/admin/CTK/static/images/jquery.ui.stars.gif
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/loader.gif
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/loading.gif
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/off.png
@@ -402,26 +288,27 @@
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/ui-icons_888888_256x240.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/ui-icons_cd0a0a_256x240.png
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/images/uploadify.cancel.png
-%%ADMIN%%%%DATADIR%%/admin/CTK/static/js/ajaxupload.3.6.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/Carousel.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/Help.js
+%%ADMIN%%%%DATADIR%%/admin/CTK/static/js/StarRating.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/Submitter.js
+%%ADMIN%%%%DATADIR%%/admin/CTK/static/js/ajaxupload.3.6.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/common.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery-1.3.2.js
-%%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery-ui-1.7.2.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery-1.3.2.min.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery-ui-1.7.2.custom.min.js
+%%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery-ui-1.7.2.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery.cookie.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery.form-defaults.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery.ibutton.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery.tablednd_0_5.js
 %%ADMIN%%%%DATADIR%%/admin/CTK/static/js/jquery.uploadProgress.js
+%%ADMIN%%%%DATADIR%%/admin/Certs.py
+%%ADMIN%%%%DATADIR%%/admin/Certs.pyc
 %%ADMIN%%%%DATADIR%%/admin/CgiBase.py
 %%ADMIN%%%%DATADIR%%/admin/CgiBase.pyc
 %%ADMIN%%%%DATADIR%%/admin/Cherokee.py
 %%ADMIN%%%%DATADIR%%/admin/Cherokee.pyc
-%%ADMIN%%%%DATADIR%%/admin/Certs.py
-%%ADMIN%%%%DATADIR%%/admin/Certs.pyc
 %%ADMIN%%%%DATADIR%%/admin/Flags.py
 %%ADMIN%%%%DATADIR%%/admin/Flags.pyc
 %%ADMIN%%%%DATADIR%%/admin/Graph.py
@@ -466,14 +353,23 @@
 %%ADMIN%%%%DATADIR%%/admin/Rule.pyc
 %%ADMIN%%%%DATADIR%%/admin/RuleSimple.py
 %%ADMIN%%%%DATADIR%%/admin/RuleSimple.pyc
+%%ADMIN%%%%DATADIR%%/admin/SaveButton.py
+%%ADMIN%%%%DATADIR%%/admin/SaveButton.pyc
 %%ADMIN%%%%DATADIR%%/admin/SavingChecks.py
 %%ADMIN%%%%DATADIR%%/admin/SavingChecks.pyc
 %%ADMIN%%%%DATADIR%%/admin/SelectionPanel.py
 %%ADMIN%%%%DATADIR%%/admin/SelectionPanel.pyc
+%%ADMIN%%%%DATADIR%%/admin/SystemInfo.py
+%%ADMIN%%%%DATADIR%%/admin/SystemInfo.pyc
+%%ADMIN%%%%DATADIR%%/admin/SystemStats.py
+%%ADMIN%%%%DATADIR%%/admin/SystemStats.pyc
+%%ADMIN%%%%DATADIR%%/admin/SystemStatsWidgets.py
+%%ADMIN%%%%DATADIR%%/admin/SystemStatsWidgets.pyc
 %%ADMIN%%%%DATADIR%%/admin/Wizard.py
 %%ADMIN%%%%DATADIR%%/admin/Wizard.pyc
 %%ADMIN%%%%DATADIR%%/admin/XMLServerDigest.py
 %%ADMIN%%%%DATADIR%%/admin/XMLServerDigest.pyc
+%%ADMIN%%%%DATADIR%%/admin/cherokee.conf.sample
 %%ADMIN%%%%DATADIR%%/admin/config_version.py
 %%ADMIN%%%%DATADIR%%/admin/config_version.pyc
 %%ADMIN%%%%DATADIR%%/admin/configured.py
@@ -482,14 +378,15 @@
 %%ADMIN%%%%DATADIR%%/admin/consts.pyc
 %%ADMIN%%%%DATADIR%%/admin/exception.html
 %%ADMIN%%%%DATADIR%%/admin/help.html
+%%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-128.png
 %%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-16.png
+%%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-256.png
 %%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-32.png
 %%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-48.png
+%%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-512.png
 %%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-96.png
-%%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-128.png
-%%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-256.png
-%%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher-512.png
 %%ADMIN%%%%DATADIR%%/admin/icons/cherokee-admin-launcher.svg
+%%ADMIN%%%%DATADIR%%/admin/performance.conf.sample
 %%ADMIN%%%%DATADIR%%/admin/plugins/admin.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/admin.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/authlist.py
@@ -504,6 +401,8 @@
 %%ADMIN%%%%DATADIR%%/admin/plugins/custom_error.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/dbslayer.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/dbslayer.pyc
+%%ADMIN%%%%DATADIR%%/admin/plugins/deflate.py
+%%ADMIN%%%%DATADIR%%/admin/plugins/deflate.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/directory.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/directory.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/dirlist.py
@@ -522,6 +421,8 @@
 %%ADMIN%%%%DATADIR%%/admin/plugins/exists.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/extensions.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/extensions.pyc
+%%ADMIN%%%%DATADIR%%/admin/plugins/failover.py
+%%ADMIN%%%%DATADIR%%/admin/plugins/failover.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/fcgi.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/fcgi.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/file.py
@@ -532,6 +433,8 @@
 %%ADMIN%%%%DATADIR%%/admin/plugins/fullpath.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/geoip.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/geoip.pyc
+%%ADMIN%%%%DATADIR%%/admin/plugins/gzip.py
+%%ADMIN%%%%DATADIR%%/admin/plugins/gzip.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/header.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/header.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/htdigest.py
@@ -586,50 +489,26 @@
 %%ADMIN%%%%DATADIR%%/admin/plugins/uwsgi.pyc
 %%ADMIN%%%%DATADIR%%/admin/plugins/wildcard.py
 %%ADMIN%%%%DATADIR%%/admin/plugins/wildcard.pyc
-%%ADMIN%%%%DATADIR%%/admin/plugins/failover.py
-%%ADMIN%%%%DATADIR%%/admin/plugins/gzip.py
-%%ADMIN%%%%DATADIR%%/admin/plugins/deflate.py
-%%ADMIN%%%%DATADIR%%/admin/plugins/failover.pyc
-%%ADMIN%%%%DATADIR%%/admin/plugins/gzip.pyc
-%%ADMIN%%%%DATADIR%%/admin/plugins/deflate.pyc
+%%ADMIN%%%%DATADIR%%/admin/popen.py
+%%ADMIN%%%%DATADIR%%/admin/popen.pyc
 %%ADMIN%%%%DATADIR%%/admin/server.py
 %%ADMIN%%%%DATADIR%%/admin/server.pyc
 %%ADMIN%%%%DATADIR%%/admin/static/css/cherokee-admin.css
+%%ADMIN%%%%DATADIR%%/admin/static/help_404.html
 %%ADMIN%%%%DATADIR%%/admin/static/images/advanced.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/backup.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/bg-bar.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/cherokee-logo-bar.png
-%%ADMIN%%%%DATADIR%%/admin/CTK/static/images/jquery.ui.stars.gif
-%%ADMIN%%%%DATADIR%%/admin/CTK/static/images/carousel-left-arrow.png
-%%ADMIN%%%%DATADIR%%/admin/CTK/static/images/carousel-right-arrow.png
-%%ADMIN%%%%DATADIR%%/admin/CTK/static/js/StarRating.js
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/latest.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/linkedin.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/irc.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/left.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/right.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/web.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/backup.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/bg-body.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/bg-help-a.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/bg-help-span.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/bg-td-even.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/bg-th.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/bg-td-even.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/cherokee-logo-bar.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/cpu.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/disk.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/favicon.ico
 %%ADMIN%%%%DATADIR%%/admin/static/images/featured-list-bg.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/featured-list-selected.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/host.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/information.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/market.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/network.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/panel-clone.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/panel-new.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/ram.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/remote.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/sidebar-bg.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/sidebar-market.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/uptime.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/favicon.ico
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/ad.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/ae.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/af.png
@@ -738,9 +617,9 @@
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/ir.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/is.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/it.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/flags/ja.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/jm.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/jo.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/flags/jp.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/ke.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/kg.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/kh.png
@@ -878,18 +757,34 @@
 %%ADMIN%%%%DATADIR%%/admin/static/images/flags/zw.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/general.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/home.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/host.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/icons.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/information.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/mime.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/nav-selected.gif
 %%ADMIN%%%%DATADIR%%/admin/static/images/nav-sep.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/network.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/other/contact-bug.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/other/contact-list.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/other/facebook.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/other/octality-logo.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/github.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/googleplus.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/irc.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/latest.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/left.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/linkedin.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/other/proud.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/right.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/other/twitter.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/other/web.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/panel-clone.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/panel-new.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/ram.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/remote.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/sidebar-bg.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/sources.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/status.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/uptime.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/vservers.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/alfresco.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/aspnet.png
@@ -898,6 +793,7 @@
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/dbslayer.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/django.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/drupal.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/wizards/flcache.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/gallery.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/glassfish.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/hotlinking.png
@@ -916,6 +812,7 @@
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/rails.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/redirect.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/rtorrent.png
+%%ADMIN%%%%DATADIR%%/admin/static/images/wizards/ssl_test.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/static.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/streaming.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/sugar.png
@@ -924,10 +821,7 @@
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/uwsgi.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/wordpress.png
 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/zend.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/wizards/flcache.png
-%%ADMIN%%%%DATADIR%%/admin/static/images/wizards/ssl_test.png
 %%ADMIN%%%%DATADIR%%/admin/static/js/SelectionPanel.js
-%%ADMIN%%%%DATADIR%%/admin/static/help_404.html
 %%ADMIN%%%%DATADIR%%/admin/theme.html
 %%ADMIN%%%%DATADIR%%/admin/upgrade_config.py
 %%ADMIN%%%%DATADIR%%/admin/upgrade_config.pyc
@@ -945,6 +839,8 @@
 %%ADMIN%%%%DATADIR%%/admin/wizards/concrete5.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/django.py
 %%ADMIN%%%%DATADIR%%/admin/wizards/django.pyc
+%%ADMIN%%%%DATADIR%%/admin/wizards/flcache.py
+%%ADMIN%%%%DATADIR%%/admin/wizards/flcache.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/glassfish.py
 %%ADMIN%%%%DATADIR%%/admin/wizards/glassfish.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/hotlinking.py
@@ -963,6 +859,8 @@
 %%ADMIN%%%%DATADIR%%/admin/wizards/redirect.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/rtorrent.py
 %%ADMIN%%%%DATADIR%%/admin/wizards/rtorrent.pyc
+%%ADMIN%%%%DATADIR%%/admin/wizards/ssl_test.py
+%%ADMIN%%%%DATADIR%%/admin/wizards/ssl_test.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/static.py
 %%ADMIN%%%%DATADIR%%/admin/wizards/static.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/streaming.py
@@ -973,17 +871,13 @@
 %%ADMIN%%%%DATADIR%%/admin/wizards/uwsgi.pyc
 %%ADMIN%%%%DATADIR%%/admin/wizards/zend.py
 %%ADMIN%%%%DATADIR%%/admin/wizards/zend.pyc
-%%ADMIN%%%%DATADIR%%/admin/wizards/flcache.py
-%%ADMIN%%%%DATADIR%%/admin/wizards/ssl_test.py
-%%ADMIN%%%%DATADIR%%/admin/wizards/flcache.pyc
-%%ADMIN%%%%DATADIR%%/admin/wizards/ssl_test.pyc
 %%DATADIR%%/deps/cgi.deps
 %%DATADIR%%/deps/combined.deps
 %%DATADIR%%/deps/common.deps
 %%DATADIR%%/deps/error_redir.deps
 %%DATADIR%%/deps/fcgi.deps
+%%DATADIR%%/deps/post_report.deps
 %%DATADIR%%/deps/render_rrd.deps
-%%DATADIR%%/deps/post_report.deps
 %%DATADIR%%/deps/scgi.deps
 %%DATADIR%%/deps/secdownload.deps
 %%DATADIR%%/deps/streaming.deps
@@ -1029,21 +923,315 @@
 %%DATADIR%%/themes/plain/footer.html
 %%DATADIR%%/themes/plain/header.html
 %%DATADIR%%/themes/plain/theme.css
+%%DATADIR%%/themes/white/entry.html
+%%DATADIR%%/themes/white/footer.html
 %%DATADIR%%/themes/white/header.html
-%%DATADIR%%/themes/white/footer.html
-%%DATADIR%%/themes/white/entry.html
 %%DATADIR%%/themes/white/theme.css
-www/cherokee/images/cherokee-logo.png
-www/cherokee/images/default-bg.png
-www/cherokee/images/favicon.ico
-www/cherokee/images/powered_by_cherokee.png
-www/cherokee/index.html
- at dirrm www/cherokee/images
- at dirrm www/cherokee
-%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sv_SE
-%%NLS%%@dirrmtry share/locale/jp/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/jp
+%%PORTDOCS%%%%DOCSDIR%%/basics.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_download.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation_easy-install.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation_freebsd.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation_git.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation_osx.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation_unix.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_installation_windows.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_requirements.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_running_cherokee.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_upgrade.html
+%%PORTDOCS%%%%DOCSDIR%%/basics_why_cherokee.html
+%%PORTDOCS%%%%DOCSDIR%%/config.html
+%%PORTDOCS%%%%DOCSDIR%%/config_advanced.html
+%%PORTDOCS%%%%DOCSDIR%%/config_general.html
+%%PORTDOCS%%%%DOCSDIR%%/config_index.html
+%%PORTDOCS%%%%DOCSDIR%%/config_info_sources.html
+%%PORTDOCS%%%%DOCSDIR%%/config_market.html
+%%PORTDOCS%%%%DOCSDIR%%/config_status.html
+%%PORTDOCS%%%%DOCSDIR%%/config_virtual_servers.html
+%%PORTDOCS%%%%DOCSDIR%%/config_virtual_servers_evhost.html
+%%PORTDOCS%%%%DOCSDIR%%/config_virtual_servers_rule.html
+%%PORTDOCS%%%%DOCSDIR%%/config_virtual_servers_rule_types.html
+%%PORTDOCS%%%%DOCSDIR%%/config_walkthrough.html
+%%PORTDOCS%%%%DOCSDIR%%/config_wizards.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_alfresco.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_authentication.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_coldfusion.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_concrete5.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_cross_compilation.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_dbslayer.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_django.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_domain_matching.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_drupal.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_embedding_cherokee.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_glassfish.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_http_to_https.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_https_accelerator.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_joomla.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_kumbia.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_liferay.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_mailman.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_maintenance.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_managing_logs.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_mono.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_moodle.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_nagios.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_optimizations.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_php.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_phpbb.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_phpmyadmin.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_redirs.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_ror.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_ssl.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_streaming.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_sugarcrm.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_symfony.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_trac.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_traffic_restriction.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_uwsgi.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_wordpress.html
+%%PORTDOCS%%%%DOCSDIR%%/cookbook_zend.html
+%%PORTDOCS%%%%DOCSDIR%%/dev.html
+%%PORTDOCS%%%%DOCSDIR%%/dev_cherokee.conf.html
+%%PORTDOCS%%%%DOCSDIR%%/dev_ctk.html
+%%PORTDOCS%%%%DOCSDIR%%/dev_debug.html
+%%PORTDOCS%%%%DOCSDIR%%/dev_qa.html
+%%PORTDOCS%%%%DOCSDIR%%/dev_quickstart.html
+%%PORTDOCS%%%%DOCSDIR%%/distro.html
+%%PORTDOCS%%%%DOCSDIR%%/distro_dev_intro.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/media/css/cherokee_doc.css
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_advanced0.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_advanced1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_advanced2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_advanced3.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_advanced4.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_advanced5.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_behavior.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_general.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_general_icons.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_general_mime.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_general_networking.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_general_permissions.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_general_ports.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_admin.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_cgi.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_custom_error.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_dbslayer.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_dirlist.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_dirlist_ex.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_fastcgi1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_fastcgi2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_file.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_onlylisting.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_onlylisting_ex.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_proxy.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_handler_secdownload.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_index.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_index_backup.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_index_restore.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_info_sources.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_launch.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_noconfig.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_notrunning.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_rule_regex.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_validators_authlist.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_validators_ldap.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_validators_pam.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_validators_plain.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver_errors.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver_evhost.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver_loggers.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver_security.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver_security_ssl.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vserver_wizard.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/admin_vservers_wizard.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_alfresco_alfresco.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_alfresco_assistant.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_alfresco_install.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_alfresco_path.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_alfresco_share.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_alfresco_soffice.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_dbslayer1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_dbslayer2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_dbslayer3.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_dbslayer4.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_django.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_django_common.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_django_infosources.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules_1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules_2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules_3.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules_4.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules_6.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_dir_rules_7.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_drupal_vserver_rules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_glassfish.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_https_accelerator_handler.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_https_accelerator_sources.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_joomla.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_liferay.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_mailman.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_advanced_domains.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_advanced_redir.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_advanced_rules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_copy.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_domain.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_error.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_result.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_maintenance_rule.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_managing_logs_handler.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_managing_logs_rules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_managing_logs_security.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_mono_demo.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_mono_handler.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_moodle.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_moodle_db.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_moodle_document_root.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_moodle_modules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_moodle_paths.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_mysql_rule.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_mysql_validator.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_nagios1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_nagios2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_nagios3.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_nagios4.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_1_intro.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_2_req.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_3_db.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_4_admin.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_5_config.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_6_advanced.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_7_create.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_8_final.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_adm.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_adm_warning.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_rules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpbb_running.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpmyadmin.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_phpmyadmin_denied.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_redir_behavior.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_redir_domains.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_redir_handler.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_redir_https.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_ror.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_ror_common.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_ror_fcgi.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_ror_wizard.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_sugarcrm_install0.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_sugarcrm_install1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_sugarcrm_running0.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_sugarcrm_running1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_symfony.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_trac.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_trac_info.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_trac_rules.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_trac_scgi.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_trac_static.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp3.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp4.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp5.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp_example1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp_example2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_wp_example3.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/cookbook_zend1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/market_index.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/other_graphs_conns.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/other_graphs_logging.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/other_graphs_timeouts.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/other_graphs_traffic.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/proxy_phase1.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/proxy_phase2.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/screencast.png
+%%PORTDOCS%%%%DOCSDIR%%/media/images/tracelor.png
+%%PORTDOCS%%%%DOCSDIR%%/modules.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_balancers.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_balancers_failover.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_balancers_ip_hash.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_balancers_round_robin.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_encoders.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_encoders_deflate.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_encoders_gzip.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_admin.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_cgi.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_common.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_custom_error.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_dbslayer.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_dirlist.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_empty_gif.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_fcgi.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_file.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_postreport.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_proxy.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_redir.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_scgi.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_secdownload.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_server_info.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_ssi.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_streaming.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_handlers_uwsgi.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_loggers.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_loggers_combined.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_loggers_custom.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_loggers_ncsa.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_authlist.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_htdigest.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_htpasswd.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_ldap.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_mysql.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_pam.html
+%%PORTDOCS%%%%DOCSDIR%%/modules_validators_plain.html
+%%PORTDOCS%%%%DOCSDIR%%/other.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cget.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cherokee-admin-launcher.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cherokee-admin.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cherokee-config.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cherokee-tweak.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cherokee-worker.html
+%%PORTDOCS%%%%DOCSDIR%%/other_bundle_cherokee.html
+%%PORTDOCS%%%%DOCSDIR%%/other_community.html
+%%PORTDOCS%%%%DOCSDIR%%/other_errors.html
+%%PORTDOCS%%%%DOCSDIR%%/other_faq.html
+%%PORTDOCS%%%%DOCSDIR%%/other_front_line_cache.html
+%%PORTDOCS%%%%DOCSDIR%%/other_goodies.html
+%%PORTDOCS%%%%DOCSDIR%%/other_graphs.html
+%%PORTDOCS%%%%DOCSDIR%%/other_os_tuning.html
+%%PORTDOCS%%%%DOCSDIR%%/other_signals.html
+share/locale/ca/LC_MESSAGES/cherokee.mo
+share/locale/de/LC_MESSAGES/cherokee.mo
+share/locale/en/LC_MESSAGES/cherokee.mo
+share/locale/es/LC_MESSAGES/cherokee.mo
+share/locale/fr/LC_MESSAGES/cherokee.mo
+share/locale/gl/LC_MESSAGES/cherokee.mo
+share/locale/it/LC_MESSAGES/cherokee.mo
+share/locale/ja/LC_MESSAGES/cherokee.mo
+share/locale/nl/LC_MESSAGES/cherokee.mo
+share/locale/pl/LC_MESSAGES/cherokee.mo
+share/locale/pt_BR/LC_MESSAGES/cherokee.mo
+share/locale/sv_SE/LC_MESSAGES/cherokee.mo
+share/locale/zh_CN/LC_MESSAGES/cherokee.mo
+%%WWWDIR%%/images/cherokee-logo.png
+%%WWWDIR%%/images/default-bg.png
+%%WWWDIR%%/images/favicon.ico
+%%WWWDIR%%/images/powered_by_cherokee.png
+%%WWWDIR%%/index.html
+ at dirrm %%WWWDIR%%/images
+ at dirrm %%WWWDIR%%
+ at dirrmtry share/locale/sv_SE/LC_MESSAGES
+ at dirrmtry share/locale/sv_SE
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/media/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/media/css
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/media
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/themes/white
 @dirrm %%DATADIR%%/themes/plain
 @dirrm %%DATADIR%%/themes/firefox3
@@ -1060,7 +1248,6 @@
 %%ADMIN%%@dirrm %%DATADIR%%/admin/static/css
 %%ADMIN%%@dirrm %%DATADIR%%/admin/static
 %%ADMIN%%@dirrm %%DATADIR%%/admin/plugins
-%%ADMIN%%@dirrm %%DATADIR%%/admin/market
 %%ADMIN%%@dirrm %%DATADIR%%/admin/icons
 %%ADMIN%%@dirrm %%DATADIR%%/admin/CTK/static/js
 %%ADMIN%%@dirrm %%DATADIR%%/admin/CTK/static/images
@@ -1068,13 +1255,13 @@
 %%ADMIN%%@dirrm %%DATADIR%%/admin/CTK/static
 %%ADMIN%%@dirrm %%DATADIR%%/admin/CTK/CTK
 %%ADMIN%%@dirrm %%DATADIR%%/admin/CTK
- at dirrm %%DATADIR%%/admin
+%%ADMIN%%@dirrm %%DATADIR%%/admin
 @dirrm %%DATADIR%%
 @dirrm lib/cherokee
 @dirrm include/cherokee
- at dirrmtry etc/cherokee/ssl
- at dirrmtry etc/cherokee/sites-enabled
- at dirrmtry etc/cherokee/sites-available
- at dirrmtry etc/cherokee/mods-enabled
- at dirrmtry etc/cherokee/mods-available
- at dirrmtry etc/cherokee
+ at dirrmtry %%ETCDIR%%/ssl
+ at dirrmtry %%ETCDIR%%/sites-enabled
+ at dirrmtry %%ETCDIR%%/sites-available
+ at dirrmtry %%ETCDIR%%/mods-enabled
+ at dirrmtry %%ETCDIR%%/mods-available
+ at dirrmtry %%ETCDIR%%



More information about the Midnightbsd-cvs mailing list