Contenido sperates layout, functionality and content,
licensed under GPL WWW: http://www.contenido.org/
This commit is contained in:
parent
111af26af5
commit
77372478d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226248
5 changed files with 3914 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
SUBDIR += comclear
|
||||
SUBDIR += commonist
|
||||
SUBDIR += conkeror
|
||||
SUBDIR += contenido
|
||||
SUBDIR += coppermine
|
||||
SUBDIR += crawl
|
||||
SUBDIR += crp
|
||||
|
|
38
www/contenido/Makefile
Normal file
38
www/contenido/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: contenido
|
||||
# Date created: 25 Nov 2008
|
||||
# Whom: dirk.meyer
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= contenido
|
||||
PORTVERSION= 4.8.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.contenido.org/de/upload/versionen/
|
||||
DISTNAME= Contenido_${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Web Content Management System
|
||||
|
||||
USE_ZIP= YES
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
USE_PHP= mysql pcre session gd xml spl
|
||||
.endif
|
||||
NO_BUILD= YES
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
FIX_ME= contenido/logs/ contenido/cronjobs/ contenido/temp/ \
|
||||
contenido/includes/ contenido/cache/ \
|
||||
cms/cache/ cms/css/ cms/js/ cms/logs/ cms/templates/ \
|
||||
cms/upload/ cms/config.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${WWWDIR}/contenido/cache ${WWWDIR}/cms/cache
|
||||
${CP} -Rp ${WRKSRC}/* ${WWWDIR}/
|
||||
.for i in ${FIXME}
|
||||
${CHOWN} -R www ${WWWDIR}/${i}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/contenido/distinfo
Normal file
3
www/contenido/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Contenido_4.8.8.zip) = 7dc877f35ea78587aee641763aa55cec
|
||||
SHA256 (Contenido_4.8.8.zip) = 5527737df1ba0b2998a5780e36a551cac39912092974f1d16165b9913eb31650
|
||||
SIZE (Contenido_4.8.8.zip) = 5088987
|
4
www/contenido/pkg-descr
Normal file
4
www/contenido/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Contenido sperates layout, functionality and content,
|
||||
licensed under GPL
|
||||
|
||||
WWW: http://www.contenido.org/
|
3868
www/contenido/pkg-plist
Normal file
3868
www/contenido/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue