From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 00:30:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90FC116A50C for ; Sun, 28 Nov 2004 00:30:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B1043D2D for ; Sun, 28 Nov 2004 00:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0URN6074042 for ; Sun, 28 Nov 2004 00:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS0URWF074037; Sun, 28 Nov 2004 00:30:27 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 00:30:27 GMT Resent-Message-Id: <200411280030.iAS0URWF074037@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9E316A4CF for ; Sun, 28 Nov 2004 00:26:36 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE70843D66 for ; Sun, 28 Nov 2004 00:26:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0QZEA009519 for ; Sun, 28 Nov 2004 00:26:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAS0QZ1V009518; Sun, 28 Nov 2004 00:26:35 GMT (envelope-from nobody) Message-Id: <200411280026.iAS0QZ1V009518@www.freebsd.org> Date: Sun, 28 Nov 2004 00:26:35 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74464: Update port: java/phpeclipse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:30:47 -0000 >Number: 74464 >Category: ports >Synopsis: Update port: java/phpeclipse >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 00:30:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: This is an update for the BROKEN marked phpeclipse port. The information for making this work is taken from http://www.bsdforen.de/showthread.php?t=7721. I think, a few people will be happy if this is committed. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # phpeclipse # phpeclipse/Makefile # phpeclipse/distinfo # phpeclipse/pkg-descr # echo c - phpeclipse mkdir -p phpeclipse > /dev/null 2>&1 echo x - phpeclipse/Makefile sed 's/^X//' >phpeclipse/Makefile << 'END-of-phpeclipse/Makefile' X# New ports collection makefile for: phpeclipse X# Date created: 22 Oct 2003 X# Whom: rtdean@cytherianage.net X# X# $FreeBSD: ports/java/phpeclipse/Makefile,v 1.5 2004/11/07 22:36:41 marcus Exp $ X# X XPORTNAME= phpeclipse XPORTVERSION= 1.1.1 XCATEGORIES= java editors devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= phpeclipse XDISTNAME= PHPEclipse${PORTVERSION}-2004-10-24 X XMAINTAINER= rtdean@cytherianage.net XCOMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XUSE_ZIP= yes XWRKSRC= ${WRKDIR} X XECLIPSE= ${PREFIX}/eclipse X Xdo-install: X @${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features X @${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins X Xpost-install: X @${FIND} -s ${WRKSRC}/features -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s ${WRKSRC}/plugins -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s -d ${WRKSRC}/features/* -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s -d ${WRKSRC}/plugins/* -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X X.include END-of-phpeclipse/Makefile echo x - phpeclipse/distinfo sed 's/^X//' >phpeclipse/distinfo << 'END-of-phpeclipse/distinfo' XMD5 (PHPEclipse1.1.1-2004-10-24.zip) = 1010169b3213fe2dff7468940efac06c XSIZE (PHPEclipse1.1.1-2004-10-24.zip) = 11000264 END-of-phpeclipse/distinfo echo x - phpeclipse/pkg-descr sed 's/^X//' >phpeclipse/pkg-descr << 'END-of-phpeclipse/pkg-descr' XPHP Eclipse adds PHP support to the excellent Eclipse IDE Framework. X XWWW: http://phpeclipse.sourceforge.net/ END-of-phpeclipse/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: