Date: Wed, 30 Jan 2008 18:57:46 -0600 (CST) From: Jason Bacon <bacon@smithers.neuro.mcw.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/120175: New port: www/bestbrowser Script to find and run a WEB browser Message-ID: <200801310057.m0V0vk8o042577@smithers.neuro.mcw.edu> Resent-Message-ID: <200801310100.m0V105Sh016075@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120175 >Category: ports >Synopsis: New port: www/bestbrowser Script to find and run a WEB browser >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 31 01:00:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: FreeBSD 6.1-RELEASE-p17 i386 >Organization: MCW >Environment: System: FreeBSD smithers.neuro.mcw.edu 6.1-RELEASE-p17 FreeBSD 6.1-RELEASE-p17 #0: Mon Jul 2 15:25:34 CDT 2007 bacon@pcbsd:/usr/obj/usr/src/sys/MCWPCBSD i386 >Description: Bestbrowser is a simple script that finds and runs the best available browser on the host. It allows applications (such as math/lensnns) that use HTML or other browser-based docs to function without requiring a specific browser to be installed. It contains a default list of browsers, which can be overridden via the environment or the command line. >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: # # www/bestbrowser # www/bestbrowser/Makefile # www/bestbrowser/distinfo # www/bestbrowser/pkg-descr # echo c - www/bestbrowser mkdir -p www/bestbrowser > /dev/null 2>&1 echo x - www/bestbrowser/Makefile sed 's/^X//' >www/bestbrowser/Makefile << 'END-of-www/bestbrowser/Makefile' X# New ports collection makefile for: bestbrowser X# Date created: 2007-11-06 X# Whom: Jason Bacon <jwbacon@tds.net> X# X# $FreeBSD$ X# X XPORTNAME= bestbrowser XPORTVERSION= 0.1 XCATEGORIES= www XMASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ X http://jbacon.dyndns.org/~bacon/Ports/distfiles/ X XMAINTAINER= jwbacon@tds.net XCOMMENT= Script for running the best available WEB browser X XNO_BUILD= yes X XMAN1= bestbrowser.1 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/bestbrowser ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/bestbrowser.1 ${MAN1PREFIX}/man/man1 X XPLIST_FILES= bin/bestbrowser X X.include <bsd.port.mk> END-of-www/bestbrowser/Makefile echo x - www/bestbrowser/distinfo sed 's/^X//' >www/bestbrowser/distinfo << 'END-of-www/bestbrowser/distinfo' XMD5 (bestbrowser-0.1.tar.gz) = 4abe8e559a23c7f004e667009944c614 XSHA256 (bestbrowser-0.1.tar.gz) = d856837d856f7c49c1a5c04c5f4af3c1b7f5db2bbbf67a5d5ab9d97472c17fe9 XSIZE (bestbrowser-0.1.tar.gz) = 1559 END-of-www/bestbrowser/distinfo echo x - www/bestbrowser/pkg-descr sed 's/^X//' >www/bestbrowser/pkg-descr << 'END-of-www/bestbrowser/pkg-descr' XShell script for finding and running the best available browser installed Xon the system. X XWWW: http://personalpages.tds.net/~jwbacon/Ports END-of-www/bestbrowser/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801310057.m0V0vk8o042577>