Add mambo 4.5.2.1, a dynamic web content management system (CMS).
PR: ports/80124 Submitted by: Francisco Cabrita <include@npf.pt.freebsd.org> Approved by: clement (mentor)
This commit is contained in:
parent
572b333345
commit
ceac0519ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133876
@ -214,6 +214,7 @@
|
||||
SUBDIR += lynx
|
||||
SUBDIR += lynx-current
|
||||
SUBDIR += lynx-ssl
|
||||
SUBDIR += mambo
|
||||
SUBDIR += man2web
|
||||
SUBDIR += mapedit
|
||||
SUBDIR += mathopd
|
||||
|
53
www/mambo/Makefile
Normal file
53
www/mambo/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# New ports collection makefile for: www/mambo
|
||||
# Date created: Mon Apr 18, 2005
|
||||
# Whom: Francisco Cabrita <include@npf.pt.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mambo
|
||||
PORTVERSION= 4.5.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://mamboforge.net/frs/download.php/4004/:source1 \
|
||||
http://mamboforge.net/frs/download.php/4043/:source2
|
||||
DISTFILES= ${MAMBO_SRC}:source1 \
|
||||
${MAMBO_PATCH}:source2
|
||||
|
||||
MAINTAINER= include@npf.pt.freebsd.org
|
||||
COMMENT= A dynamic web content management system (CMS)
|
||||
|
||||
EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_MYSQL= yes
|
||||
USE_PHP= mysql zlib gd pdf xml
|
||||
WANT_PHP_WEB= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= MAMBO_DIR=${MAMBO_DIR}
|
||||
PLIST_SUB+= MAMBO_DIR=${MAMBO_DIR}
|
||||
|
||||
MAMBO_DIR?= www/${PORTNAME}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAMBO_SRC= MamboV4.5.2-Stable.tar.gz
|
||||
MAMBO_PATCH= Patch_4.5.2_to_4.5.2.1.zip
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${TAR} -zxf ${DISTDIR}/${DIST_SUBDIR}/${MAMBO_SRC} -C ${WRKSRC}
|
||||
@${UNZIP_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/${MAMBO_PATCH} -d ${WRKSRC}
|
||||
@${RM} -rf ${WRKSRC}/templates/rhuk_solarflare # remove empty
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${MAMBO_DIR}
|
||||
@cd ${WRKSRC} && \
|
||||
${FIND} . -type d -exec ${MKDIR} ${PREFIX}/${MAMBO_DIR}/{} \; \
|
||||
-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${MAMBO_DIR}/{} \;
|
||||
@cd ${WRKSRC} && \
|
||||
${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/${MAMBO_DIR}/{} \; \
|
||||
-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${MAMBO_DIR}/{} \;
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/mambo/distinfo
Normal file
4
www/mambo/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (mambo/MamboV4.5.2-Stable.tar.gz) = 6f4f934bc26ceed05137a23a1dcf8a54
|
||||
SIZE (mambo/MamboV4.5.2-Stable.tar.gz) = 1561319
|
||||
MD5 (mambo/Patch_4.5.2_to_4.5.2.1.zip) = 0dc49db1cf7a5c0ff11d69f05cfae69f
|
||||
SIZE (mambo/Patch_4.5.2_to_4.5.2.1.zip) = 32429
|
7
www/mambo/files/pkg-message.in
Normal file
7
www/mambo/files/pkg-message.in
Normal file
@ -0,0 +1,7 @@
|
||||
*******************************************************************
|
||||
|
||||
Please read INSTALL file. It can be found at:
|
||||
|
||||
%%PREFIX%%/%%MAMBO_DIR%%/INSTALL
|
||||
|
||||
*******************************************************************
|
10
www/mambo/pkg-descr
Normal file
10
www/mambo/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Mambo Open Source is a dynamic web content management
|
||||
system (CMS), and is capable of building sites from
|
||||
several pages to several thousands. Mambo Open Source
|
||||
is famed for an easy to use administrator interface,
|
||||
WYSIWYG editing facilities and much more
|
||||
|
||||
WWW: http://www.mamboserver.com/
|
||||
|
||||
- Francisco Cabrita
|
||||
include@npf.pt.freebsd.org
|
1320
www/mambo/pkg-plist
Normal file
1320
www/mambo/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user