Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2005 23:43:08 +0800 (CST)
From:      chinsan <chinsan@mail2000.com.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80006: [NEW PORT] www/b2evo: A multilingual, multiuser, multi-blog engine
Message-ID:  <200504161543.j3GFh8fO014350@chinsan.twbbs.org>
Resent-Message-ID: <200504161550.j3GFoCZ1009225@freefall.freebsd.org>

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

>Number:         80006
>Category:       ports
>Synopsis:       [NEW PORT] www/b2evo: A multilingual, multiuser, multi-blog engine
>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:   Sat Apr 16 15:50:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:

b2evolution is probably the most comprehensive blog engine you can find!
It includes almost any feature you could expect from a blog tool, and more !
Check out the features, not to mention third party plug-ins!

WWW:    http://b2evolution.net/

>How-To-Repeat:
>Fix:

--- b2evo.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:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-message
#	./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	b2evo
X# Date created:		2005-04-16
X# Whom:			chinsan <chinsan@mail20000.com.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	b2evolution
XPORTVERSION=	0.9.0.11d
XB2EVODATE?=	2004-09-22
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	evocms
XDISTNAME=	${PORTNAME}-${PORTVERSION}-${B2EVODATE}
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	A multilingual, multiuser, multi-blog engine
X
XUSE_ZIP=	YES
X
XUSE_PHP=	mysql pcre session
XPHP4_PORT?=	www/mod_php4
XNO_BUILD=	YES
XWANT_PHP_WEB=	YES
X
XTMPDIR?=	b2evolution
XWRKSRC=		${WRKDIR}/${TMPDIR}
XWWWDOCROOT?=	www/data-dist
XB2EVOURL?=	b2evo
XWWWOWN?=	www
XWWWGRP?=	www
XB2EVODIR?=	${WWWDOCROOT}/${B2EVOURL}
XPLIST=		${WRKDIR}/pkg-plist
X
X.include <bsd.port.pre.mk>
X
Xpre-install:
X	cd ${WRKSRC} && ${FIND} -s . -type f | \
X		${SED} -e 's|^./||;s|^|${B2EVODIR}/|' > ${PLIST} \
X		&& ${FIND} -d * -type d | \
X		${SED} -e 's|^|@dirrm ${B2EVODIR}/|' >> ${PLIST} \
X		&& ${ECHO_CMD} @dirrm ${B2EVODIR} >> ${PLIST}
X
Xdo-install:
X	-${MKDIR} ${PREFIX}/${B2EVODIR}
X	@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${B2EVODIR}
X	@${CHMOD} 755 ${PREFIX}/${B2EVODIR}
X	@${CP} -R ${WRKSRC}/ ${PREFIX}/${B2EVODIR}
X
Xpost-install:
X	@${SED} -e 's|%%B2EVOURL%%|${B2EVOURL}|' ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (b2evolution-0.9.0.11d-2004-09-22.zip) = ff1e9f440e84f206bc82b543dd42c539
XSIZE (b2evolution-0.9.0.11d-2004-09-22.zip) = 2262989
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
Xb2evolution is probably the most comprehensive blog engine you can find!
XIt includes almost any feature you could expect from a blog tool, and more !
XCheck out the features, not to mention third party plug-ins! 
X
XWWW:	http://b2evolution.net/
END-of-./pkg-descr
echo x - ./pkg-message
sed 's/^X//' >./pkg-message << 'END-of-./pkg-message'
X
X          **** NOTE ****
XFor first use of b2evolution, remember to point your browser to
X
X  http://localhost/%%B2EVOURL%%/blogs/install/
X
Xand follow the instructions. 
X
X
END-of-./pkg-message
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
X@comment real PLIST will be generated in pre-install phase
END-of-./pkg-plist
exit
--- b2evo.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?200504161543.j3GFh8fO014350>