From owner-freebsd-ports Wed Oct 16 2: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE02037B401 for ; Wed, 16 Oct 2002 02:00:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6FD43EB7 for ; Wed, 16 Oct 2002 02:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G90Gx3053795 for ; Wed, 16 Oct 2002 02:00:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9G90GEk053794; Wed, 16 Oct 2002 02:00:16 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B55B37B401 for ; Wed, 16 Oct 2002 01:54:52 -0700 (PDT) Received: from mail.heatspeed.net (adsl-67-117-156-242.dsl.snfc21.pacbell.net [67.117.156.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id E97BF43E77 for ; Wed, 16 Oct 2002 01:54:46 -0700 (PDT) (envelope-from root@heatspeed.net) Received: from root by mail.heatspeed.net with local (Exim 3.36 #1) id 181jx0-0004Tp-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 16 Oct 2002 01:54:46 -0700 Message-Id: Date: Wed, 16 Oct 2002 01:54:46 -0700 From: Aaron Voisine Reply-To: Aaron Voisine To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44133: Upgrade of www/linux-pheonix to version 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44133 >Category: ports >Synopsis: Upgrade of www/linux-pheonix to version 0.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 16 02:00:16 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Aaron Voisine >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD morpheus.heatspeed.net 4.6-RELEASE FreeBSD 4.6-RELEASE #11: Thu Jun 6 14:16:46 PDT 2002 voisine@morpheus.heatspeed.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Version 0.3 of www/linux-pheonix >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: # # /usr/ports/www/linux-phoenix # /usr/ports/www/linux-phoenix/Makefile # /usr/ports/www/linux-phoenix/distinfo # /usr/ports/www/linux-phoenix/pkg-comment # /usr/ports/www/linux-phoenix/pkg-descr # echo c - /usr/ports/www/linux-phoenix mkdir -p /usr/ports/www/linux-phoenix > /dev/null 2>&1 echo x - /usr/ports/www/linux-phoenix/Makefile sed 's/^X//' >/usr/ports/www/linux-phoenix/Makefile << 'END-of-/usr/ports/www/linux-phoenix/Makefile' X# New ports collection makefile for: linux-phoenix X# Date created: 2002-10-10 X# Whom: trevor X# X# $FreeBSD: ports/www/linux-phoenix/Makefile,v 1.1 2002/10/11 22:14:00 trevor Exp $ X# X XPORTNAME= phoenix XPORTVERSION= 0.3 XCATEGORIES= www linux XMASTER_SITES= ${MASTER_SITE_MOZILLA} XMASTER_SITE_SUBDIR= phoenix/releases/${PORTVERSION} XPKGNAMEPREFIX= linux- XDISTNAME= phoenix-${PORTVERSION}-i686-pc-linux-gnu X XMAINTAINER= voisine@bytemobile.com X XRUN_DEPENDS= \ X ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk X XNO_BUILD= yes XNO_FILTER_SHLIBS=yes XONLY_FOR_ARCHS= i386 XPKGMESSAGE= ${WRKDIR}/pkg-message XPLIST= ${WRKDIR}/pkg-plist XUSE_LINUX= yes XUSE_XLIB= yes XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR}/phoenix X Xdo-patch: X ${ECHO_CMD} "#!/bin/sh" > ${WRKDIR}/linkfarm X ${ECHO_CMD} \ X "# Run this after installing Beonex, Mozilla or Netscape plugins." \ X >>${WRKDIR}/linkfarm X ${ECHO_CMD} "cd ${PREFIX}/lib/linux-phoenix/plugins" \ X >>${WRKDIR}/linkfarm X.for ii in linux-beonex/plugins netscape-linux/plugins flash \ X linux-mozilla/plugins linux-netscape*/plugins X ${ECHO_CMD} -n "${FIND} ${LOCALBASE}/lib/${ii}/*" \ X >>${WRKDIR}/linkfarm X ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \ X >>${WRKDIR}/linkfarm X.endfor X Xpre-install: X ${ECHO_CMD} bin/linux-phoenix > ${PLIST} X ${ECHO_CMD} "@unexec ${FIND} ${PREFIX}/lib/linux-phoenix/plugins \ X -type l -exec ${RM} {} \;" >> ${PLIST} X cd ${WRKSRC} && ${FIND} -s * -type f -o -type l | \ X ${SED} -e 's:^:lib/linux-phoenix/:' >> ${PLIST} \ X && ${FIND} -d * -type d | \ X ${SED} -e 's:^:@dirrm lib/linux-phoenix/:' >> ${PLIST} X ${ECHO_CMD} lib/linux-phoenix/linkfarm >> ${PLIST} X ${ECHO_CMD} @dirrm lib/linux-phoenix >> ${PLIST} X ${ECHO_CMD} "@exec ${PREFIX}/lib/linux-phoenix/linkfarm" >> ${PLIST} X Xdo-install: X ${MKDIR} ${PREFIX}/lib/linux-phoenix X ${CHMOD} 755 ${PREFIX}/lib/linux-phoenix X cd ${WRKSRC} && ${FIND} * | \ X cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/linux-phoenix X ${LN} -s ${PREFIX}/lib/linux-phoenix/phoenix \ X ${PREFIX}/bin/linux-phoenix X ${INSTALL_SCRIPT} ${WRKDIR}/linkfarm ${PREFIX}/lib/linux-phoenix X Xpost-install: X @${ECHO_CMD} \*\* After adding plugins to \(Linux\) Beonex, X @${ECHO_CMD} \*\* Mozilla or Netscape, run\ X > ${PKGMESSAGE} X @${ECHO_CMD} \*\* ${PREFIX}/lib/linux-beonex/linkfarm >> ${PKGMESSAGE} X @${ECHO_CMD} \*\* as root to make them available to linux-phoenix. \ X >> ${PKGMESSAGE} X @- ${SH} ${PREFIX}/lib/linux-phoenix/linkfarm || true X @ ${CAT} ${PKGMESSAGE} X X.include END-of-/usr/ports/www/linux-phoenix/Makefile echo x - /usr/ports/www/linux-phoenix/distinfo sed 's/^X//' >/usr/ports/www/linux-phoenix/distinfo << 'END-of-/usr/ports/www/linux-phoenix/distinfo' XMD5 (phoenix-0.3-i686-pc-linux-gnu.tar.gz) = c620ad7e812b04a51452b2d91dab65a3 END-of-/usr/ports/www/linux-phoenix/distinfo echo x - /usr/ports/www/linux-phoenix/pkg-comment sed 's/^X//' >/usr/ports/www/linux-phoenix/pkg-comment << 'END-of-/usr/ports/www/linux-phoenix/pkg-comment' XWeb browser branched from Mozilla END-of-/usr/ports/www/linux-phoenix/pkg-comment echo x - /usr/ports/www/linux-phoenix/pkg-descr sed 's/^X//' >/usr/ports/www/linux-phoenix/pkg-descr << 'END-of-/usr/ports/www/linux-phoenix/pkg-descr' XPhoenix is a Web, FTP and gopher browser branched from Mozilla. It does not Xinclude an HTML editor, e-mail user agent, IRC client, or news reader. X XThis is a pre-compiled Linux/i386 version, able to run plugins from that Xplatform. This port is compatible with the Flash plugins from the Xwww/linuxflashplugin and www/netscape7 ports. X XWWW: http://mozilla.org/projects/phoenix/ END-of-/usr/ports/www/linux-phoenix/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message