diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-17 11:40:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-17 11:40:09 +0800 |
commit | e64cf79043f72206a4c9d0e26dc6cc6f235a7b23 (patch) | |
tree | 3e9646f4e02fe95e56d09ab0dc64e06083dc9234 /www | |
parent | 86357bc57248c79b0e267c7ad80aba045faa7570 (diff) | |
download | freebsd-ports-gnome-e64cf79043f72206a4c9d0e26dc6cc6f235a7b23.tar.gz freebsd-ports-gnome-e64cf79043f72206a4c9d0e26dc6cc6f235a7b23.tar.zst freebsd-ports-gnome-e64cf79043f72206a4c9d0e26dc6cc6f235a7b23.zip |
Add b2evo 0.9.0.12, a multilingual, multiuser, multi-blog engine.
PR: ports/80006
Submitted by: chinsan <chinsan@mail20000.com.tw>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/b2evo/Makefile | 53 | ||||
-rw-r--r-- | www/b2evo/distinfo | 2 | ||||
-rw-r--r-- | www/b2evo/pkg-descr | 5 | ||||
-rw-r--r-- | www/b2evo/pkg-message | 7 | ||||
-rw-r--r-- | www/b2evo/pkg-plist | 1 | ||||
-rw-r--r-- | www/b2evolution/Makefile | 53 | ||||
-rw-r--r-- | www/b2evolution/distinfo | 2 | ||||
-rw-r--r-- | www/b2evolution/pkg-descr | 5 | ||||
-rw-r--r-- | www/b2evolution/pkg-message | 7 | ||||
-rw-r--r-- | www/b2evolution/pkg-plist | 1 |
11 files changed, 137 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 575f8d698269..1ac1aa1dbeac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -39,6 +39,7 @@ SUBDIR += autoindex2 SUBDIR += awstats SUBDIR += axis + SUBDIR += b2evo SUBDIR += bblog SUBDIR += bins SUBDIR += bk2site diff --git a/www/b2evo/Makefile b/www/b2evo/Makefile new file mode 100644 index 000000000000..d37645cf82a2 --- /dev/null +++ b/www/b2evo/Makefile @@ -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> diff --git a/www/b2evo/distinfo b/www/b2evo/distinfo new file mode 100644 index 000000000000..698604d5960d --- /dev/null +++ b/www/b2evo/distinfo @@ -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 diff --git a/www/b2evo/pkg-descr b/www/b2evo/pkg-descr new file mode 100644 index 000000000000..b411fce9ad08 --- /dev/null +++ b/www/b2evo/pkg-descr @@ -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/ diff --git a/www/b2evo/pkg-message b/www/b2evo/pkg-message new file mode 100644 index 000000000000..c5f5036323e4 --- /dev/null +++ b/www/b2evo/pkg-message @@ -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. diff --git a/www/b2evo/pkg-plist b/www/b2evo/pkg-plist new file mode 100644 index 000000000000..d0ac09258d04 --- /dev/null +++ b/www/b2evo/pkg-plist @@ -0,0 +1 @@ +@comment real PLIST will be generated in pre-install phase diff --git a/www/b2evolution/Makefile b/www/b2evolution/Makefile new file mode 100644 index 000000000000..d37645cf82a2 --- /dev/null +++ b/www/b2evolution/Makefile @@ -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> diff --git a/www/b2evolution/distinfo b/www/b2evolution/distinfo new file mode 100644 index 000000000000..698604d5960d --- /dev/null +++ b/www/b2evolution/distinfo @@ -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 diff --git a/www/b2evolution/pkg-descr b/www/b2evolution/pkg-descr new file mode 100644 index 000000000000..b411fce9ad08 --- /dev/null +++ b/www/b2evolution/pkg-descr @@ -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/ diff --git a/www/b2evolution/pkg-message b/www/b2evolution/pkg-message new file mode 100644 index 000000000000..c5f5036323e4 --- /dev/null +++ b/www/b2evolution/pkg-message @@ -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. diff --git a/www/b2evolution/pkg-plist b/www/b2evolution/pkg-plist new file mode 100644 index 000000000000..d0ac09258d04 --- /dev/null +++ b/www/b2evolution/pkg-plist @@ -0,0 +1 @@ +@comment real PLIST will be generated in pre-install phase |