import of the ZendFramework 1.0.3

Description:
The Zend Framework aims to provide an architecture for developing entire
applications with no other library dependencies.
This commit is contained in:
robert 2008-02-03 21:14:04 +00:00
parent 1e0e55a83e
commit 0f99dadefe
5 changed files with 1530 additions and 0 deletions

View File

@ -0,0 +1,39 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/03 21:14:04 robert Exp $
COMMENT= a framework for developing PHP web applications
V= 1.0.3
DISTNAME= zendframework-${V}
DISTFILES= ZendFramework-${V}.tar.gz
CATEGORIES= www devel
HOMEPAGE= http://framework.zend.com/
MAINTAINER= Robert Nagy <robert@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}releases/ZendFramework-${V}/
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
WRKDIST= ${WRKDIR}/ZendFramework-${V}
PREFIX= /var/www
INSTDIR= ${PREFIX}/zendframework
SUBST_VARS= INSTDIR
RUN_DEPENDS= :php5-core-*:www/php5/core
do-install:
@-test ! -d ${INSTDIR} && mkdir ${INSTDIR}
@cd ${WRKDIST}/library; tar cf - . | (cd ${INSTDIR}; tar xf -)
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ZendFramework-1.0.3.tar.gz) = 9E2lCQyaRhsgNy5kV0sw/w==
RMD160 (ZendFramework-1.0.3.tar.gz) = lNtNZj8a6VC2TS2BnwaFD6wg1aY=
SHA1 (ZendFramework-1.0.3.tar.gz) = uOgWbSJlEqZLLZYhnVCbnLKCwmk=
SHA256 (ZendFramework-1.0.3.tar.gz) = toXJMUs1aLMdHAlX6gRfcyuKJogH4Lsa7BhdoYy6yKk=
SIZE (ZendFramework-1.0.3.tar.gz) = 3918956

View File

@ -0,0 +1,2 @@
The Zend Framework aims to provide an architecture for developing entire
applications with no other library dependencies.

View File

@ -0,0 +1,6 @@
The ZendFramework has been installed into ${INSTDIR}
You should add this to your include_path in php.ini:
include_path = ".:/pear/lib:/var/www/pear/lib:${INSTDIR}"

1478
www/zendframework/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff