From bacon@smithers.neuro.mcw.edu  Thu Jan 31 00:57:49 2008
Return-Path: <bacon@smithers.neuro.mcw.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9C98C16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Jan 2008 00:57:49 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.204.28])
	by mx1.freebsd.org (Postfix) with ESMTP id 38FBC13C467
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Jan 2008 00:57:47 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1])
	by smithers.neuro.mcw.edu (8.13.6/8.13.6) with ESMTP id m0V0vkRa042578
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Jan 2008 18:57:46 -0600 (CST)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: (from bacon@localhost)
	by smithers.neuro.mcw.edu (8.13.6/8.13.6/Submit) id m0V0vk8o042577;
	Wed, 30 Jan 2008 18:57:46 -0600 (CST)
	(envelope-from bacon)
Message-Id: <200801310057.m0V0vk8o042577@smithers.neuro.mcw.edu>
Date: Wed, 30 Jan 2008 18:57:46 -0600 (CST)
From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
Reply-To: Jason Bacon <bacon@smithers.neuro.mcw.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/bestbrowser Script to find and run a WEB browser
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 31 01:00:04 UTC 2008
>Closed-Date:    Thu Feb 07 12:44:40 UTC 2008
>Last-Modified:  Thu Feb  7 12:50:02 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Mon Feb 4 15:30:19 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120175 

From: Thomas Abthorpe <tabthorpe@freebsd.org>
To: bug-followup@freebsd.org,
 bacon@smithers.neuro.mcw.edu
Cc: jwbacon@tds.net
Subject: Re: ports/120175: New port: www/bestbrowser Script to find and run a WEB browser
Date: Mon, 4 Feb 2008 10:46:31 -0500

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 I feel this portname is misleading, not to mention the ensuing browser war it 
 could generate.
 
 I would like to propose a different name, such as choosebrowser.
 
 
 Thomas
 - -- 
 Thomas Abthorpe		| FreeBSD Committer
 tabthorpe@FreeBSD.org	| http://people.freebsd.org/~tabthorpe
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQFHpzNh5Gm/jNBp8qARAtDCAKCCSAiF1jm6lmqNJGvl7tWmNrC/FQCfZjpy
 jzqFb0Tb6biCTY8h0Nm0D+c=
 =bjx8
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Thu Feb 7 12:44:39 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120175 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120175: commit references a PR
Date: Thu,  7 Feb 2008 12:43:58 +0000 (UTC)

 tabthorpe    2008-02-07 12:43:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/runsomebrowser   Makefile distinfo pkg-descr 
   Log:
   Shell script for finding and running an available installed browser
   on the system.
   
   WWW:    http://personalpages.tds.net/~jwbacon/Ports
   
   PR:             ports/120175
   Submitted by:   Jason Bacon <jwbacon at tds.net>
   
   Revision  Changes    Path
   1.1965    +1 -0      ports/www/Makefile
   1.1       +27 -0     ports/www/runsomebrowser/Makefile (new)
   1.1       +3 -0      ports/www/runsomebrowser/distinfo (new)
   1.1       +4 -0      ports/www/runsomebrowser/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
