Add zendstudio, a trial version of commercial PHP IDE (Linux binary).

PR:		ports/69760
Submitted by:	Gerrit Beine <tux@pinguru.net>
This commit is contained in:
Pav Lucistnik 2004-07-31 18:06:48 +00:00
parent c401e7be16
commit 3c902c9714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115162
5 changed files with 1309 additions and 0 deletions

View File

@ -1350,6 +1350,7 @@
SUBDIR += yacl
SUBDIR += yasm
SUBDIR += z80-asm
SUBDIR += zendstudio
SUBDIR += zthread
SUBDIR += zziplib

54
devel/zendstudio/Makefile Normal file
View File

@ -0,0 +1,54 @@
# Ports collection makefile for: ZendStudio
# Date created: 24 February 2004
# Whom: Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#
PORTNAME= ZendStudio
PORTVERSION= 3.5.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
MAINTAINER= tux@pinguru.net
COMMENT= A PHP IDE
NO_BUILD= yes
RESTRICTED= "Redistribution is not permitted"
USE_LINUX= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTFILES})
ECHO_MSG= /usr/bin/printf
IGNORE= :\nBecause of licensing restrictions, you must fetch the source distribution\nmanually. Please access http://www.zend.com/store/products/zend-studio.php\nwith a web browser and follow the \"Free Evaluation\" link.\nYou have to register for using ZendStudio.\nAfter download the file, place it into ${DISTDIR}\n
.endif
dd:
@${ECHO} ${DISTNAME}
pre-install:
@if [ "`/sbin/mount | ${GREP} ^linprocfs`" = "" ]; \
then \
${ECHO_MSG} "For installing and running ZendStudio " ; \
${ECHO_MSG} "you have to have LINPROCFS mounted before" ; \
${ECHO_MSG} "" ; \
${ECHO_MSG} "You may do it by following set of commands:" ; \
${ECHO_MSG} "" ; \
${ECHO_MSG} "# kldload linprocfs" ; \
${ECHO_MSG} "" ; \
${ECHO_MSG} "and" ; \
${ECHO_MSG} "" ; \
${ECHO_MSG} "# mount_linprocfs linproc /compat/linux/proc" ; \
${ECHO_MSG} "" ; \
exit 1 ; \
fi
do-install:
${WRKSRC}/${DISTNAME}.bin
post-install:
${LN} -s ${PREFIX}/Zend/bin/ZDE ${PREFIX}/bin/ZDE
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (ZendStudio-3_5_0.tar.gz) = 8b67307947982484fd1628ef4adddf2f
SIZE (ZendStudio-3_5_0.tar.gz) = 41063966

View File

@ -0,0 +1,6 @@
A very useful PHP IDE with many great features.
Even if the main application is written in Java you need
the linprocfs mounted to make Zend Studio running stable.
WWW: http://www.zend.com/store/products/zend-studio.php

1246
devel/zendstudio/pkg-plist Normal file

File diff suppressed because it is too large Load Diff