mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add b2evo 0.9.0.12, a multilingual, multiuser, multi-blog engine.
PR: ports/80006 Submitted by: chinsan <chinsan@mail20000.com.tw>
This commit is contained in:
parent
f05527d8b8
commit
a83daec441
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135435
@ -39,6 +39,7 @@
|
||||
SUBDIR += autoindex2
|
||||
SUBDIR += awstats
|
||||
SUBDIR += axis
|
||||
SUBDIR += b2evo
|
||||
SUBDIR += bblog
|
||||
SUBDIR += bins
|
||||
SUBDIR += bk2site
|
||||
|
53
www/b2evo/Makefile
Normal file
53
www/b2evo/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# New ports collection makefile for: b2evo
|
||||
# Date created: 2005-04-16
|
||||
# Whom: chinsan <chinsan@mail20000.com.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= b2evolution
|
||||
PORTVERSION= 0.9.0.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= evocms
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${B2EVODATE}
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= A multilingual, multiuser, multi-blog engine
|
||||
|
||||
USE_ZIP= YES
|
||||
|
||||
B2EVODATE?= 2005-05-06
|
||||
USE_PHP= mysql pcre session
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
TMPDIR?= b2evolution
|
||||
WRKSRC= ${WRKDIR}/${TMPDIR}
|
||||
WWWDOCROOT?= www/data-dist
|
||||
B2EVOURL?= b2evo
|
||||
WWWOWN?= www
|
||||
WWWGRP?= www
|
||||
B2EVODIR?= ${WWWDOCROOT}/${B2EVOURL}
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
cd ${WRKSRC} && ${FIND} -s . -type f | \
|
||||
${SED} -e 's|^./||;s|^|${B2EVODIR}/|' > ${PLIST} \
|
||||
&& ${FIND} -d * -type d | \
|
||||
${SED} -e 's|^|@dirrm ${B2EVODIR}/|' >> ${PLIST} \
|
||||
&& ${ECHO_CMD} @dirrm ${B2EVODIR} >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/${B2EVODIR}
|
||||
@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${B2EVODIR}
|
||||
@${CHMOD} 755 ${PREFIX}/${B2EVODIR}
|
||||
@${CP} -R ${WRKSRC}/ ${PREFIX}/${B2EVODIR}
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|%%B2EVOURL%%|${B2EVOURL}|' ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/b2evo/distinfo
Normal file
2
www/b2evo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (b2evolution-0.9.0.12-2005-05-06.zip) = 7f08250c3d08c2c55e75655fbffa2d98
|
||||
SIZE (b2evolution-0.9.0.12-2005-05-06.zip) = 2857939
|
5
www/b2evo/pkg-descr
Normal file
5
www/b2evo/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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/
|
7
www/b2evo/pkg-message
Normal file
7
www/b2evo/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
**** NOTE ****
|
||||
For first use of b2evolution, remember to point your browser to
|
||||
|
||||
http://localhost/%%B2EVOURL%%/blogs/install/
|
||||
|
||||
and follow the instructions.
|
1
www/b2evo/pkg-plist
Normal file
1
www/b2evo/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment real PLIST will be generated in pre-install phase
|
53
www/b2evolution/Makefile
Normal file
53
www/b2evolution/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# New ports collection makefile for: b2evo
|
||||
# Date created: 2005-04-16
|
||||
# Whom: chinsan <chinsan@mail20000.com.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= b2evolution
|
||||
PORTVERSION= 0.9.0.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= evocms
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${B2EVODATE}
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= A multilingual, multiuser, multi-blog engine
|
||||
|
||||
USE_ZIP= YES
|
||||
|
||||
B2EVODATE?= 2005-05-06
|
||||
USE_PHP= mysql pcre session
|
||||
PHP4_PORT?= www/mod_php4
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
|
||||
TMPDIR?= b2evolution
|
||||
WRKSRC= ${WRKDIR}/${TMPDIR}
|
||||
WWWDOCROOT?= www/data-dist
|
||||
B2EVOURL?= b2evo
|
||||
WWWOWN?= www
|
||||
WWWGRP?= www
|
||||
B2EVODIR?= ${WWWDOCROOT}/${B2EVOURL}
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
cd ${WRKSRC} && ${FIND} -s . -type f | \
|
||||
${SED} -e 's|^./||;s|^|${B2EVODIR}/|' > ${PLIST} \
|
||||
&& ${FIND} -d * -type d | \
|
||||
${SED} -e 's|^|@dirrm ${B2EVODIR}/|' >> ${PLIST} \
|
||||
&& ${ECHO_CMD} @dirrm ${B2EVODIR} >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/${B2EVODIR}
|
||||
@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${B2EVODIR}
|
||||
@${CHMOD} 755 ${PREFIX}/${B2EVODIR}
|
||||
@${CP} -R ${WRKSRC}/ ${PREFIX}/${B2EVODIR}
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|%%B2EVOURL%%|${B2EVOURL}|' ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/b2evolution/distinfo
Normal file
2
www/b2evolution/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (b2evolution-0.9.0.12-2005-05-06.zip) = 7f08250c3d08c2c55e75655fbffa2d98
|
||||
SIZE (b2evolution-0.9.0.12-2005-05-06.zip) = 2857939
|
5
www/b2evolution/pkg-descr
Normal file
5
www/b2evolution/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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/
|
7
www/b2evolution/pkg-message
Normal file
7
www/b2evolution/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
**** NOTE ****
|
||||
For first use of b2evolution, remember to point your browser to
|
||||
|
||||
http://localhost/%%B2EVOURL%%/blogs/install/
|
||||
|
||||
and follow the instructions.
|
1
www/b2evolution/pkg-plist
Normal file
1
www/b2evolution/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment real PLIST will be generated in pre-install phase
|
Loading…
Reference in New Issue
Block a user