freebsd-ports/www/cherokee/pkg-plist
Andrew Pantyukhin b5ee456244 - Remove checkconfig function from rc.d script
- Move www root into www/cherokee
- Configure thread-enabled readdir
- Simplify options
- Fix require in rc.d script
- Protect user-tunable files
- Default user and group to www
- Minor tweaks
- Bump portrevision

PR:		ports/112103 [1], ports/111611 [2] (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer) [1],
		mnag [2]
2007-04-26 15:02:48 +00:00

198 lines
7.1 KiB
Text

bin/cget
bin/cherokee-config
bin/cherokee-panic
bin/cherokee_logrotate
@unexec for i in `find %D/etc/cherokee -name \*.default`;do if cmp -s $i ${i%%.default};then rm -f ${i%%.default};fi;done
@unexec for i in `find %D/etc/cherokee -name \*.sample`;do if cmp -s $i ${i%%.sample};then rm -f ${i%%.sample};fi;done
@unexec cd %D/etc/cherokee/sites-enabled/&&if [ -L default -a -z "`ls|grep -vx default`" ];then rm -f default;fi
etc/cherokee/advanced.conf.default
etc/cherokee/cherokee.conf.default
etc/cherokee/icons.conf.default
etc/cherokee/mime.compression.types.default
etc/cherokee/mime.types.default
etc/cherokee/mods-available/admin.sample
etc/cherokee/mods-available/ssl.sample
etc/cherokee/mods-enabled/.empty
etc/cherokee/sites-available/default.sample
etc/cherokee/sites-available/example.sample
etc/cherokee/ssl/.empty
@exec for i in `find %D/etc/cherokee -name \*.default`;do if [ ! -f ${i%%.default} ];then cp $i ${i%%.default};fi;done
@exec for i in `find %D/etc/cherokee -name \*.sample`;do if [ ! -f ${i%%.sample} ];then cp $i ${i%%.sample};fi;done
@exec if [ ! -d %D/etc/cherokee/sites-enabled ];then mkdir %D/etc/cherokee/sites-enabled;fi
@exec cd %D/etc/cherokee/sites-enabled/&&if [ -z "`ls`" ];then ln -sf ../sites-available/default;fi
include/cherokee/admin_client.h
include/cherokee/buffer.h
include/cherokee/cherokee-config.h
include/cherokee/cherokee.h
include/cherokee/common.h
include/cherokee/connection.h
include/cherokee/connection_info.h
include/cherokee/downloader.h
include/cherokee/encoder.h
include/cherokee/fdpoll.h
include/cherokee/handler.h
include/cherokee/header.h
include/cherokee/http.h
include/cherokee/list.h
include/cherokee/list_merge_sort.h
include/cherokee/logger.h
include/cherokee/macros.h
include/cherokee/mime.h
include/cherokee/mime_entry.h
include/cherokee/module.h
include/cherokee/module_loader.h
include/cherokee/nonce.h
include/cherokee/resolv_cache.h
include/cherokee/server.h
include/cherokee/table.h
include/cherokee/typed_table.h
include/cherokee/url.h
include/cherokee/util.h
lib/cherokee/libplugin_admin.la
lib/cherokee/libplugin_admin.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_dirlist.la
lib/cherokee/libplugin_dirlist.so
lib/cherokee/libplugin_error_redir.la
lib/cherokee/libplugin_error_redir.so
lib/cherokee/libplugin_fastcgi.la
lib/cherokee/libplugin_fastcgi.so
lib/cherokee/libplugin_fcgi.la
lib/cherokee/libplugin_fcgi.so
lib/cherokee/libplugin_file.la
lib/cherokee/libplugin_file.so
lib/cherokee/libplugin_gzip.la
lib/cherokee/libplugin_gzip.so
lib/cherokee/libplugin_htdigest.la
lib/cherokee/libplugin_htdigest.so
lib/cherokee/libplugin_ncsa.la
lib/cherokee/libplugin_ncsa.so
lib/cherokee/libplugin_nn.la
lib/cherokee/libplugin_nn.so
lib/cherokee/libplugin_phpcgi.la
lib/cherokee/libplugin_phpcgi.so
lib/cherokee/libplugin_plain.la
lib/cherokee/libplugin_plain.so
lib/cherokee/libplugin_read_config.la
lib/cherokee/libplugin_read_config.so
lib/cherokee/libplugin_redir.la
lib/cherokee/libplugin_redir.so
lib/cherokee/libplugin_scgi.la
lib/cherokee/libplugin_scgi.so
lib/cherokee/libplugin_server_info.la
lib/cherokee/libplugin_server_info.so
lib/cherokee/libplugin_w3c.la
lib/cherokee/libplugin_w3c.so
lib/libcherokee-base.la
lib/libcherokee-base.so
lib/libcherokee-base.so.0
lib/libcherokee-client.la
lib/libcherokee-client.so
lib/libcherokee-client.so.0
lib/libcherokee-config.la
lib/libcherokee-config.so
lib/libcherokee-config.so.0
lib/libcherokee-server.la
lib/libcherokee-server.so
lib/libcherokee-server.so.0
libdata/pkgconfig/cherokee.pc
sbin/cherokee
share/aclocal/cherokee.m4
%%DATADIR%%/deps/combined.deps
%%DATADIR%%/deps/common.deps
%%DATADIR%%/deps/error_redir.deps
%%DATADIR%%/deps/nn.deps
%%DATADIR%%/deps/phpcgi.deps
%%DATADIR%%/icons/back.png
%%DATADIR%%/icons/binary.png
%%DATADIR%%/icons/blank.png
%%DATADIR%%/icons/bomb.png
%%DATADIR%%/icons/compressed.png
%%DATADIR%%/icons/folder.png
%%DATADIR%%/icons/image.png
%%DATADIR%%/icons/iso.png
%%DATADIR%%/icons/java.png
%%DATADIR%%/icons/movie.png
%%DATADIR%%/icons/pdf.png
%%DATADIR%%/icons/ps.png
%%DATADIR%%/icons/readme.png
%%DATADIR%%/icons/script.png
%%DATADIR%%/icons/sound.png
%%DATADIR%%/icons/tex.png
%%DATADIR%%/icons/text.png
%%DATADIR%%/icons/unknown.png
%%DATADIR%%/mime_types.txt
%%PORTDOCS%%%%DOCSDIR%%/Authentication.html
%%PORTDOCS%%%%DOCSDIR%%/Authors.html
%%PORTDOCS%%%%DOCSDIR%%/Behavior_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/CGI_executing.html
%%PORTDOCS%%%%DOCSDIR%%/Cget.html
%%PORTDOCS%%%%DOCSDIR%%/Combined_logger.html
%%PORTDOCS%%%%DOCSDIR%%/Combined_logs.html
%%PORTDOCS%%%%DOCSDIR%%/Common_behavior.html
%%PORTDOCS%%%%DOCSDIR%%/Comparison_servers.html
%%PORTDOCS%%%%DOCSDIR%%/Compiling_and_Installing.html
%%PORTDOCS%%%%DOCSDIR%%/Configuration.html
%%PORTDOCS%%%%DOCSDIR%%/Copying_and_license.html
%%PORTDOCS%%%%DOCSDIR%%/Current_events.html
%%PORTDOCS%%%%DOCSDIR%%/Directory_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/Directory_listing.html
%%PORTDOCS%%%%DOCSDIR%%/Encoders.html
%%PORTDOCS%%%%DOCSDIR%%/Extension_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/FastCGI.html
%%PORTDOCS%%%%DOCSDIR%%/File_sending.html
%%PORTDOCS%%%%DOCSDIR%%/Frequently_asked_questions.html
%%PORTDOCS%%%%DOCSDIR%%/Gzip_encoder.html
%%PORTDOCS%%%%DOCSDIR%%/How_to_generate_SSL_keys.html
%%PORTDOCS%%%%DOCSDIR%%/How_to_manage_Virtual_Host.html
%%PORTDOCS%%%%DOCSDIR%%/Htdigest_validator.html
%%PORTDOCS%%%%DOCSDIR%%/Htpasswd_validator.html
%%PORTDOCS%%%%DOCSDIR%%/Icons_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/Intro.txt
%%PORTDOCS%%%%DOCSDIR%%/Jaws_and_Cherokee_with_FastCGI.html
%%PORTDOCS%%%%DOCSDIR%%/Logging_system.html
%%PORTDOCS%%%%DOCSDIR%%/Mime_types_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/NCSA_logger.html
%%PORTDOCS%%%%DOCSDIR%%/NCSA_logs.html
%%PORTDOCS%%%%DOCSDIR%%/PAM_validator.html
%%PORTDOCS%%%%DOCSDIR%%/PHP_execution.html
%%PORTDOCS%%%%DOCSDIR%%/Plain_validator.html
%%PORTDOCS%%%%DOCSDIR%%/Redirections.html
%%PORTDOCS%%%%DOCSDIR%%/Request_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/Ruby_on_Rails_with_SCGI.html
%%PORTDOCS%%%%DOCSDIR%%/SCGI.html
%%PORTDOCS%%%%DOCSDIR%%/Server_configuration.html
%%PORTDOCS%%%%DOCSDIR%%/U-Cherokee.html
%%PORTDOCS%%%%DOCSDIR%%/Validators.html
%%PORTDOCS%%%%DOCSDIR%%/W3C_logger.html
%%PORTDOCS%%%%DOCSDIR%%/W3C_logs.html
%%PORTDOCS%%%%DOCSDIR%%/WebApplications.html
%%PORTDOCS%%%%DOCSDIR%%/cherokee.png
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/images/Cherokee-icono.png
%%PORTDOCS%%%%DOCSDIR%%/images/Exquisite-khelpcenter.png
%%PORTDOCS%%%%DOCSDIR%%/images/Server-conf-small.png
www/cherokee/images/cherokee-logo.png
www/cherokee/images/default-bg.png
www/cherokee/images/powered_by_cherokee.png
www/cherokee/index.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/deps
@dirrm %%DATADIR%%
@dirrm lib/cherokee
@dirrm include/cherokee
@dirrmtry etc/cherokee/ssl
@dirrmtry etc/cherokee/sites-enabled
@dirrmtry etc/cherokee/sites-available
@dirrmtry etc/cherokee/mods-enabled
@dirrmtry etc/cherokee/mods-available
@dirrmtry etc/cherokee
@dirrmtry www/cherokee/images
@dirrmtry www/cherokee