ports/66615: [new port] www/firefox-remote
Franz Klammer
klammer at webonaut.com
Thu May 13 17:20:19 UTC 2004
>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 at 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 <klammer at webonaut.com>
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 at 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 <bsd.port.mk>
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:
More information about the freebsd-ports-bugs
mailing list