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:
parent
1e0e55a83e
commit
0f99dadefe
39
www/zendframework/Makefile
Normal file
39
www/zendframework/Makefile
Normal 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>
|
5
www/zendframework/distinfo
Normal file
5
www/zendframework/distinfo
Normal 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
|
2
www/zendframework/pkg/DESCR
Normal file
2
www/zendframework/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
The Zend Framework aims to provide an architecture for developing entire
|
||||
applications with no other library dependencies.
|
6
www/zendframework/pkg/MESSAGE
Normal file
6
www/zendframework/pkg/MESSAGE
Normal 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
1478
www/zendframework/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user