import of concrete5-5.0.0

concrete5 is a building material for websites written in PHP,
using a MySQL database, and running on your live webserver,
to make editing websites easy.
This commit is contained in:
robert 2009-04-21 09:32:23 +00:00
parent c3be143ca3
commit d88fe259b5
5 changed files with 1512 additions and 0 deletions

36
www/concrete5/Makefile Normal file
View File

@ -0,0 +1,36 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/21 09:32:23 robert Exp $
COMMENT= building material for websites
V= 5.0.0
DISTNAME= concrete${V}_2
PKGNAME= concrete5-${V}
EXTRACT_SUFX= .zip
CATEGORIES= www
HOMEPAGE= http://www.concrete5.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=concretecms/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/concrete5
SUBST_VARS= INSTDIR
BUILD_DEPENDS= :unzip-*:archivers/unzip
RUN_DEPENDS= :php5-mysql-*:www/php5/extensions,-mysql
do-install:
@cd ${PREFIX} && ${UNZIP} -oq ${FULLDISTDIR}/${DISTFILES}
@mv ${PREFIX}/concrete5.0.0 ${PREFIX}/concrete5
.include <bsd.port.mk>

5
www/concrete5/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (concrete5.0.0_2.zip) = 7B4vmqQxI6G6BXB5gYqpyQ==
RMD160 (concrete5.0.0_2.zip) = ++emQkHEjQbyUz2Dp+KbKFEEuNk=
SHA1 (concrete5.0.0_2.zip) = zcW3WSAyqLNnAdRnLkddnJq3dJI=
SHA256 (concrete5.0.0_2.zip) = 2uvRBLPSmKqBxMbRQCwjE90LogH7C+jk7C4K/QMPP8I=
SIZE (concrete5.0.0_2.zip) = 3005498

3
www/concrete5/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
concrete5 is a building material for websites written in PHP,
using a MySQL database, and running on your live webserver,
to make editing websites easy.

View File

@ -0,0 +1,8 @@
Concrete5 has been installed into ${INSTDIR}
You should point this to the DocumentRoot of your web-server:
# ln -s ../concrete5 /var/www/htdocs/concrete5
(make sure you use a relative symlink since Apache is chrooted)
You can ensure you have a working install by accessing:
http://<localhost>/concrete5/index.php

1460
www/concrete5/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff