Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 12:07:48 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/130272: [NEW PORT] www/mod_memcache: Apache 2.2.x module to manage apr_memcache connections
Message-ID:  <200901060407.n0647mM4095514@staff.pixnet.tw>
Resent-Message-ID: <200901071910.n07JA1pg033687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130272
>Category:       ports
>Synopsis:       [NEW PORT] www/mod_memcache: Apache 2.2.x module to manage apr_memcache connections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 07 19:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD staff.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008
>Description:
mod_memcache manages the parsing of memcached server configuration and
exports a single function for use by other modules to access a
configured apr_memcache object.

WWW:	http://code.google.com/p/modmemcache/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mod_memcache-0.1.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mod_memcache
#	mod_memcache/pkg-descr
#	mod_memcache/Makefile
#	mod_memcache/pkg-plist
#	mod_memcache/distinfo
#	mod_memcache/files
#	mod_memcache/files/patch-configure
#
echo c - mod_memcache
mkdir -p mod_memcache > /dev/null 2>&1
echo x - mod_memcache/pkg-descr
sed 's/^X//' >mod_memcache/pkg-descr << '63da876bfcb886e8d7758eb560faabd1'
Xmod_memcache manages the parsing of memcached server configuration and
Xexports a single function for use by other modules to access a
Xconfigured apr_memcache object.
X
XWWW:	http://code.google.com/p/modmemcache/
63da876bfcb886e8d7758eb560faabd1
echo x - mod_memcache/Makefile
sed 's/^X//' >mod_memcache/Makefile << '4454f5049d582156d4c488e634660125'
X# New ports collection makefile for:	mod_memcache
X# Date created:		2009-01-06
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_memcache
XPORTVERSION=	0.1.0
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Apache 2.2.x module to manage apr_memcache connections
X
XLIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr
X
XGNU_CONFIGURE=	yes
XPROJECTHOST=	modmemcache
XUSE_APACHE=	2.2+
X
X.include <bsd.port.mk>
4454f5049d582156d4c488e634660125
echo x - mod_memcache/pkg-plist
sed 's/^X//' >mod_memcache/pkg-plist << '3910378ff6e978cd1afdc94b7df2e03e'
X@comment $FreeBSD$
X%%APACHEMODDIR%%/mod_memcache.so
X%%APACHEMODDIR%%/mod_memcache_example.so
X@dirrmtry %%APACHEMODDIR%%
3910378ff6e978cd1afdc94b7df2e03e
echo x - mod_memcache/distinfo
sed 's/^X//' >mod_memcache/distinfo << 'd3e29226037d2d1bb86930a3f583b11a'
XMD5 (mod_memcache-0.1.0.tar.gz) = 9954ce906620d3367bd2fd123b1b94d5
XSHA256 (mod_memcache-0.1.0.tar.gz) = 719aa73ea768889bf16d84450296486d3be9865fd35ecbf1d8e154f239408acd
XSIZE (mod_memcache-0.1.0.tar.gz) = 291514
d3e29226037d2d1bb86930a3f583b11a
echo c - mod_memcache/files
mkdir -p mod_memcache/files > /dev/null 2>&1
echo x - mod_memcache/files/patch-configure
sed 's/^X//' >mod_memcache/files/patch-configure << 'ccacf767285b97b83dcdb0003516c020'
X--- configure.orig	2009-01-06 11:53:39.000000000 +0800
X+++ configure	2009-01-06 11:54:03.000000000 +0800
X@@ -20143,7 +20143,7 @@
X for x in $test_paths ; do
X     echo "$as_me:$LINENO: checking for apr_memcache library in ${x}" >&5
X echo $ECHO_N "checking for apr_memcache library in ${x}... $ECHO_C" >&6
X-    if test -f ${x}/include/apr_memcache-0/apr_memcache.h; then
X+    if test -f ${x}/include/apr-1/apr_memcache.h; then
X         echo "$as_me:$LINENO: result: yes" >&5
X echo "${ECHO_T}yes" >&6
X         APR_MEMCACHE_LIBS="-R${x}/lib -L${x}/lib -lapr_memcache"
ccacf767285b97b83dcdb0003516c020
exit
--- mod_memcache-0.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901060407.n0647mM4095514>