head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.06.06.05.00.27;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.30.23.24.37;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s

PR:             ports/147143
Submitted by:   pgollucci@@ (myself)
Reviewed by:    portmgr (pav)
@
text
@%%APACHEINCLUDEDIR%%/apache_filters.h
%%APACHEINCLUDEDIR%%/apache_handler.h
%%APACHEINCLUDEDIR%%/apache_output_buffer.h
%%APACHEINCLUDEDIR%%/apache_protocol.h
%%APACHEINCLUDEDIR%%/cpp_request.h
%%APACHEINCLUDEDIR%%/cpp_server.h
%%APACHEINCLUDEDIR%%/env_hash.h
%%APACHEINCLUDEDIR%%/env_value.h
%%APACHEINCLUDEDIR%%/mod_cplusplus.h
%%APACHEINCLUDEDIR%%/request_env.h
%%APACHEMODDIR%%/%%AP_MODULE%%
@


1.1
log
@mod_cplusplus is a proper apache module which allows you to load cpp objects
as handlers for Apache-2.0.  It differs from other modules i've seen in that
it manages the loading and calling of separate shared objects containing your
handler classes.  This allows you to easily and cleanly run an entire site
with c++ handlers.

WWW: http://modcplusplus.sourceforge.net/

PR:		ports/107361
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
@
text
@d11 1
a11 1
%%APACHEMODDIR%%/mod_cplusplus.so
@

