summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-07-01 16:44:34 +0000
committermarcus <marcus@FreeBSD.org>2004-07-01 16:44:34 +0000
commit77a19836eda6d67392bce7f76f54f9af64863187 (patch)
treefb5548eb6699d96410edcdc26992ee70a99ff652
parent52ff0e0cad7d7fff4033986baf9b6f9e563ad876 (diff)
downloadFreeBSD-ports-77a19836eda6d67392bce7f76f54f9af64863187.zip
FreeBSD-ports-77a19836eda6d67392bce7f76f54f9af64863187.tar.gz
Update to 20040701 which determines the installed Firefox version, and adds
support for thunderbird-remote. PR: 68503 Submitted by: maintainer
-rw-r--r--www/firefox-remote/Makefile7
-rw-r--r--www/firefox-remote/distinfo4
-rw-r--r--www/firefox-remote/pkg-descr2
-rw-r--r--www/firefox-remote/pkg-message7
-rw-r--r--www/firefox-remote/pkg-plist1
5 files changed, 17 insertions, 4 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile
index 77755f9..a64513c 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 <bsd.port.mk>
diff --git a/www/firefox-remote/distinfo b/www/firefox-remote/distinfo
index 428f5dd..fa6347e 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 b65cc04..19bda45 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 0000000..796f2f2
--- /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 3ab22d8..368e900 100644
--- a/www/firefox-remote/pkg-plist
+++ b/www/firefox-remote/pkg-plist
@@ -1 +1,2 @@
bin/firefox-remote
+bin/thunderbird-remote
OpenPOWER on IntegriCloud