From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 13 10:20:19 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 6CEE916A4CE for ; Thu, 13 May 2004 10:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E591443D39 for ; Thu, 13 May 2004 10:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4DHKIRK035444 for ; Thu, 13 May 2004 10:20:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4DHKIeS035430; Thu, 13 May 2004 10:20:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 13 May 2004 10:20:18 -0700 (PDT) Resent-Message-Id: <200405131720.i4DHKIeS035430@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, "Franz Klammer" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8613B16A4CE for ; Thu, 13 May 2004 10:14:08 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E3143D1D for ; Thu, 13 May 2004 10:14:07 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id C1C7776423 for ; Thu, 13 May 2004 19:14:05 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02409-10 for ; Thu, 13 May 2004 19:14:02 +0200 (CEST) Received: from ds9.webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id B17FD7641F for ; Thu, 13 May 2004 19:14:01 +0200 (CEST) Message-Id: <1084468449.0@ds9.webonaut.com> Date: Thu, 13 May 2004 19:14:09 +0200 From: "Franz Klammer" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/66615: [new port] www/firefox-remote 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: Thu, 13 May 2004 17:20:19 -0000 >Number: 66615 >Category: ports >Synopsis: [new port] www/firefox-remote >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 13 10:20:18 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Franz Klammer >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #7: Wed May 12 11:36:30 CEST 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 >Description: add new port www/frirefox-remote A small wrapper script that adds the open-in-new-tab functionality missing in the original startup script - based on the code found in the mozilla startup-script. if someone looks a COMMENT and pkg-desc before commiting this port because my english is not the best and ... thanks! >How-To-Repeat: >Fix: --- firefox-remote.shar begins here --- # 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: # # firefox-remote # firefox-remote/Makefile # firefox-remote/pkg-descr # firefox-remote/pkg-plist # firefox-remote/distinfo # echo c - firefox-remote mkdir -p firefox-remote > /dev/null 2>&1 echo x - firefox-remote/Makefile sed 's/^X//' >firefox-remote/Makefile << 'END-of-firefox-remote/Makefile' X# New ports collection makefile for: firefox-remote X# Date created: 13 May 2004 X# Whom: Franz Klammer X# X# $FreeBSD$ X# X XPORTNAME= firefox-remote XPORTVERSION= 20040513 XCATEGORIES= www XMASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}/ XEXTRACT_SUFX= .bz2 X XMAINTAINER= klammer@webonaut.com XCOMMENT= Wrapper script for firefox web browser X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_REINPLACE= yes XNO_WRKSUBDIR= yes XEXTRACT_AFTER_ARGS= > ${PORTNAME} X Xdo-build: X @${REINPLACE_CMD} -e 's|@X11BASE@|${PREFIX}|g' \ X ${WRKDIR}/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.include END-of-firefox-remote/Makefile echo x - firefox-remote/pkg-descr sed 's/^X//' >firefox-remote/pkg-descr << 'END-of-firefox-remote/pkg-descr' XWrapper script for firefox web browser to add the Xopen-in-new-tab functionality missing in the Xoriginal startup script. END-of-firefox-remote/pkg-descr echo x - firefox-remote/pkg-plist sed 's/^X//' >firefox-remote/pkg-plist << 'END-of-firefox-remote/pkg-plist' Xbin/firefox-remote END-of-firefox-remote/pkg-plist echo x - firefox-remote/distinfo sed 's/^X//' >firefox-remote/distinfo << 'END-of-firefox-remote/distinfo' XMD5 (firefox-remote-20040513.bz2) = 8d5854295a57f8002e6935d1ffe9dfd1 XSIZE (firefox-remote-20040513.bz2) = 245 END-of-firefox-remote/distinfo exit --- firefox-remote.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: