diff options
Diffstat (limited to 'www/cherokee-devel')
-rw-r--r-- | www/cherokee-devel/Makefile | 58 | ||||
-rw-r--r-- | www/cherokee-devel/distinfo | 1 | ||||
-rw-r--r-- | www/cherokee-devel/files/patch-aa | 35 | ||||
-rw-r--r-- | www/cherokee-devel/files/patch-ab | 11 | ||||
-rw-r--r-- | www/cherokee-devel/pkg-descr | 6 | ||||
-rw-r--r-- | www/cherokee-devel/pkg-plist | 48 |
6 files changed, 0 insertions, 159 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile deleted file mode 100644 index 7809599432c3..000000000000 --- a/www/cherokee-devel/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: cherokee -# Date created: 01 Jun 2002 -# Whom: silence <oksala@videotron.ca> -# -# $FreeBSD$ -# - -PORTNAME= cherokee -PORTVERSION= 0.4.2 -CATEGORIES= www -MASTER_SITES= ftp://www.alobbs.com/cherokee/ - -MAINTAINER= oksala@videotron.ca -COMMENT= Cherokee is an extremely fast and tiny web server - -#USE_AUTOCONF= yes -#USE_AUTOMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -INSTALLS_SHLIB= yes - -#This is experimental -#do not expect it to work properly -.if defined(WITH_PHP) -CONFIGURE_ARGS+=--with-php=${PREFIX}/include/php -BUILD_DEPENDS=mod_php4:${PORTSDIR}/www/mod_php4: -.endif - -MAN1= cherokee.1 - -#pre-everything: -# @${ECHO_MSG} "----------------------------" -# @${ECHO_MSG} " " -# @${ECHO_MSG} "You can add php support" -# @${ECHO_MSG} "This is experimental" -# @${ECHO_MSG} "builds cherokee with WITH_PHP=yes" -# @${ECHO_MSG} "For example," -# @${ECHO_MSG} "make WITH_PHP=yes" -# @${ECHO_MSG} " " -# @${ECHO_MSG} "----------------------------" - -pre-install: - @if [ ! -f ${PREFIX}/www ]; then \ - ${MKDIR} ${PREFIX}/www;\ - fi - @if [ ! -f ${PREFIX}/www/data ] ; then \ - ${MKDIR} ${PREFIX}/www/data;\ - fi - @${ECHO_MSG} " `pwd` " - -post-install: - @${INSTALL} -m 644 ${WRKSRC}/doc/Intro.txt ${PREFIX}/share/cherokee - @${ECHO_MSG} " " - @${ECHO_MSG} " Dont forget to read the doc " - @${ECHO_MSG} " ${PREFIX}/share/cherokee/Intro.txt" - @${ECHO_MSG} " " - -.include <bsd.port.mk> diff --git a/www/cherokee-devel/distinfo b/www/cherokee-devel/distinfo deleted file mode 100644 index e2aa4f1f1e9e..000000000000 --- a/www/cherokee-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cherokee-0.4.2.tar.gz) = cfebf2348fb7c195db262ea6f2abde62 diff --git a/www/cherokee-devel/files/patch-aa b/www/cherokee-devel/files/patch-aa deleted file mode 100644 index 4a99dbeb6dec..000000000000 --- a/www/cherokee-devel/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ -diff -ruN cherokee-0.4.2.orig/cherokee.conf cherokee-0.4.2/cherokee.conf ---- cherokee.conf.orig Mon Mar 17 12:25:35 2003 -+++ cherokee.conf Mon Apr 7 12:58:12 2003 -@@ -37,7 +37,7 @@ - ## documents. By default, all requests are taken from this directory, but - ## symbolic links and aliases may be used to point to other locations. - ## --DocumentRoot /var/www -+DocumentRoot /usr/local/www/data - - ## - ## Log: Turn On/Off the logging in to syslog -diff -ruN cherokee-0.4.2.orig/src/common.c cherokee-0.4.2/src/common.c ---- src.orig/common.c Sun Mar 23 14:55:03 2003 -+++ src/common.c Mon Apr 7 12:57:07 2003 -@@ -23,7 +23,6 @@ - * USA - */ - --#include <varargs.h> - #include <stdarg.h> - - #include "common.h" -diff -ruN cherokee-0.4.2.orig/src/server.h cherokee-0.4.2/src/server.h ---- src.orig/server.h Wed Mar 19 16:19:19 2003 -+++ src/server.h Mon Apr 7 12:57:20 2003 -@@ -26,6 +26,8 @@ - #ifndef __CHEROKEE2_SERVER_H__ - #define __CHEROKEE2_SERVER_H__ - -+#include <sys/types.h> -+ - #include <time.h> - - #include "common.h" diff --git a/www/cherokee-devel/files/patch-ab b/www/cherokee-devel/files/patch-ab deleted file mode 100644 index 67d6c7351e41..000000000000 --- a/www/cherokee-devel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Apr 7 13:28:00 2003 -+++ configure Mon Apr 7 13:27:40 2003 -@@ -6331,7 +6331,7 @@ - withval="$with_php" - - CHEROKEE_PHP_CFLAGS="-I$withval -I$withval/main -I$withval/Zend -I$withval/regex -I$withval/TSRM" -- CHEROKEE_PHP_LIBADD="$withval/libphp4.la" -+ CHEROKEE_PHP_LIBADD="/usr/local/libexec/apache/libphp4.so" - - - php_support="yes" diff --git a/www/cherokee-devel/pkg-descr b/www/cherokee-devel/pkg-descr deleted file mode 100644 index 0d2efb81e24e..000000000000 --- a/www/cherokee-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Cherokee is a tiny, ultrafast, lightweight Web server. It is implemented -entirely in C, and has no dependencies beyond a standard C library. It -provides only the most basic HTTP functionality, but is extremely fast and -small. - -WWW: http://www.alobbs.com/cherokee diff --git a/www/cherokee-devel/pkg-plist b/www/cherokee-devel/pkg-plist deleted file mode 100644 index 7a62a23850ac..000000000000 --- a/www/cherokee-devel/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/cherokee -bin/cherokee-config -bin/cherokee_static -etc/cherokee/cherokee.conf -include/cherokee/avl.h -include/cherokee/buffer.h -include/cherokee/cherokee.h -include/cherokee/common.h -include/cherokee/connection.h -include/cherokee/fdpoll.h -include/cherokee/handler.h -include/cherokee/http.h -include/cherokee/list.h -include/cherokee/log.h -include/cherokee/plugin_table.h -include/cherokee/plugin_table_entry.h -include/cherokee/server.h -include/cherokee/table.h -include/cherokee/virtual_server.h -lib/cherokee/libcherokee_common.a -lib/cherokee/libcherokee_common.la -lib/cherokee/libcherokee_common.so -lib/cherokee/libcherokee_common.so.0 -lib/cherokee/libcherokee_dirlist.a -lib/cherokee/libcherokee_dirlist.la -lib/cherokee/libcherokee_dirlist.so -lib/cherokee/libcherokee_dirlist.so.0 -lib/cherokee/libcherokee_file.a -lib/cherokee/libcherokee_file.la -lib/cherokee/libcherokee_file.so -lib/cherokee/libcherokee_file.so.0 -lib/cherokee/libcherokee_redir.a -lib/cherokee/libcherokee_redir.la -lib/cherokee/libcherokee_redir.so -lib/cherokee/libcherokee_redir.so.0 -lib/libcherokee.a -lib/libcherokee.la -lib/libcherokee.so -lib/libcherokee.so.0 -share/aclocal/cherokee.m4 -share/cherokee/mime_types.txt -share/cherokee/Intro.txt -@dirrm etc/cherokee -@dirrm include/cherokee -@dirrm lib/cherokee -@dirrm share/cherokee -@unexec rmdir %%LOCALBASE%%/www/data 2>/dev/null || true -@unexec rmdir %%LOCALBASE%%/www 2>/dev/null || true |