View | Details | Raw Unified | Return to bug 108735
Collapse All | Expand All

(-)/usr/ports/www/cherokee/Makefile (-7 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	cherokee
8
PORTNAME=	cherokee
9
PORTVERSION=	0.5.6
9
PORTVERSION=	0.5.6
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://www.cherokee-project.com/download/%SUBDIR%/ \
12
MASTER_SITES=	http://www.cherokee-project.com/download/%SUBDIR%/ \
13
		http://www.alaskaparadise.com/freebsd/
13
		http://www.alaskaparadise.com/freebsd/
Lines 60-71 Link Here
60
60
61
.if defined(WITH_NOIPV6)
61
.if defined(WITH_NOIPV6)
62
CONFIGURE_ARGS+=--disable-ipv6
62
CONFIGURE_ARGS+=--disable-ipv6
63
.endif
64
65
.if ${OSVERSION} < 500000
66
PLIST_SUB+=	PAM=""
67
.else
68
PLIST_SUB+=	PAM="@comment "
69
.endif
63
.endif
70
64
71
post-patch:
65
post-patch:
(-)/usr/ports/www/cherokee/pkg-descr (-4 / +6 lines)
Lines 1-6 Link Here
1
Cherokee is a tiny, ultrafast, lightweight Web server. It is implemented
1
Cherokee is a very fast, flexible, and lightweight Web server. It is
2
entirely in C, and has no dependencies beyond a standard C library. It
2
implemented entirely in C, and has no dependencies beyond a standard C
3
provides only the most basic HTTP functionality, but is extremely fast and
3
library. It is embeddable and extensible with plug-ins. It supports on-the-fly
4
small.
4
configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL),
5
virtual hosts, authentication, cache friendly features, PHP, custom error
6
management, and much more.
5
7
6
WWW: http://www.cherokee-project.com/
8
WWW: http://www.cherokee-project.com/
(-)/usr/ports/www/cherokee/pkg-plist (-3 lines)
Lines 79-87 Link Here
79
lib/cherokee/libplugin_nn.a
79
lib/cherokee/libplugin_nn.a
80
lib/cherokee/libplugin_nn.la
80
lib/cherokee/libplugin_nn.la
81
lib/cherokee/libplugin_nn.so
81
lib/cherokee/libplugin_nn.so
82
%%PAM%%lib/cherokee/libplugin_pam.a
83
%%PAM%%lib/cherokee/libplugin_pam.la
84
%%PAM%%lib/cherokee/libplugin_pam.so
85
lib/cherokee/libplugin_phpcgi.a
82
lib/cherokee/libplugin_phpcgi.a
86
lib/cherokee/libplugin_phpcgi.la
83
lib/cherokee/libplugin_phpcgi.la
87
lib/cherokee/libplugin_phpcgi.so
84
lib/cherokee/libplugin_phpcgi.so

Return to bug 108735