From 0f13156ce845f9a0c7f858946337ba73cad3eb71 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 16:44:34 +0000 Subject: [PATCH] Update to 20040701 which determines the installed Firefox version, and adds support for thunderbird-remote. PR: 68503 Submitted by: maintainer --- www/firefox-remote/Makefile | 7 +++++-- www/firefox-remote/distinfo | 4 ++-- www/firefox-remote/pkg-descr | 2 ++ www/firefox-remote/pkg-message | 7 +++++++ www/firefox-remote/pkg-plist | 1 + 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 www/firefox-remote/pkg-message diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index 77755f9392cb..a64513cc5683 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -PORTVERSION= 20040621 +PORTVERSION= 20040701 CATEGORIES= www MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com -COMMENT= Wrapper script for firefox web browser +COMMENT= Wrapper scripts for firefox web browser USE_BZIP2= yes USE_X_PREFIX= yes @@ -28,5 +28,8 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} + ${LN} -s ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} \ + ${PREFIX}/bin/thunderbird${PKGNAMESUFFIX} + ${CAT} ${PKGMESSAGE} .include diff --git a/www/firefox-remote/distinfo b/www/firefox-remote/distinfo index 428f5dd5b497..fa6347e45c6f 100644 --- a/www/firefox-remote/distinfo +++ b/www/firefox-remote/distinfo @@ -1,2 +1,2 @@ -MD5 (firefox-remote-20040621.bz2) = 7d2bf92e920022fdf9af3f6dcaccb3fd -SIZE (firefox-remote-20040621.bz2) = 350 +MD5 (firefox-remote-20040701.bz2) = 755852c96f7173f7c349a66ec835f12e +SIZE (firefox-remote-20040701.bz2) = 869 diff --git a/www/firefox-remote/pkg-descr b/www/firefox-remote/pkg-descr index b65cc04fccbe..19bda45f1907 100644 --- a/www/firefox-remote/pkg-descr +++ b/www/firefox-remote/pkg-descr @@ -1,2 +1,4 @@ Wrapper script for firefox web browser to add the open-in-new-tab functionality missing in the original startup script. + +also included thunderbird-remote. diff --git a/www/firefox-remote/pkg-message b/www/firefox-remote/pkg-message new file mode 100644 index 000000000000..796f2f2602e3 --- /dev/null +++ b/www/firefox-remote/pkg-message @@ -0,0 +1,7 @@ +======================================================================== + +To enable mailto: in firefox the easiest way is to install the MozEx +navigation extension and use "${X11BASE}/bin/thunderbird-remote %r" +(without quotes) as the Mailer command. + +======================================================================== diff --git a/www/firefox-remote/pkg-plist b/www/firefox-remote/pkg-plist index 3ab22d88a917..368e900f3504 100644 --- a/www/firefox-remote/pkg-plist +++ b/www/firefox-remote/pkg-plist @@ -1 +1,2 @@ bin/firefox-remote +bin/thunderbird-remote