Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2013 20:23:05 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184605: maintainer update: www/runsomebrowser + name change
Message-ID:  <201312082023.rB8KN5vu055709@oldred.freebsd.org>
Resent-Message-ID: <201312082030.rB8KU0v0052572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184605
>Category:       ports
>Synopsis:       maintainer update: www/runsomebrowser + name change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 08 20:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        10.0-BETA3
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD oyster.jbacon.dyndns.org 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov  3 19:43:01 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Change name to "webbrowser" and upgrade to next version.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/webbrowser/Makefile /usr/wip/www/webbrowser/Makefile
--- /usr/ports/www/webbrowser/Makefile	1969-12-31 18:00:00.000000000 -0600
+++ /usr/wip/www/webbrowser/Makefile	2013-12-08 14:16:27.000000000 -0600
@@ -0,0 +1,24 @@
+# Created by: Jason Bacon <jwbacon@tds.net>
+# $FreeBSD: www/runsomebrowser/Makefile 327776 2013-09-20 23:36:50Z bapt $
+
+PORTNAME=	webbrowser
+PORTVERSION=	0.3
+CATEGORIES=	www
+MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
+		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
+
+MAINTAINER=	jwbacon@tds.net
+COMMENT=	Wrapper for running the "best" available WEB browser
+
+LICENSE=	BSD
+
+NO_BUILD=	yes
+USE_XZ=		yes
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+PLIST_FILES=	bin/webbrowser man/man1/webbrowser.1.gz
+
+.include <bsd.port.mk>
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/webbrowser/distinfo /usr/wip/www/webbrowser/distinfo
--- /usr/ports/www/webbrowser/distinfo	1969-12-31 18:00:00.000000000 -0600
+++ /usr/wip/www/webbrowser/distinfo	2013-12-08 14:08:37.000000000 -0600
@@ -0,0 +1,2 @@
+SHA256 (webbrowser-0.3.tar.xz) = 7e100607622d36c5822ffcf8b7cf135c5a70a29179ce832e86c07037f2f0c31f
+SIZE (webbrowser-0.3.tar.xz) = 1656
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/webbrowser/pkg-descr /usr/wip/www/webbrowser/pkg-descr
--- /usr/ports/www/webbrowser/pkg-descr	1969-12-31 18:00:00.000000000 -0600
+++ /usr/wip/www/webbrowser/pkg-descr	2013-12-08 14:15:02.000000000 -0600
@@ -0,0 +1,6 @@
+Webbrowser is a wrapper script for finding and running the "best" available
+installed browser on the system.  It is intended for use by other
+applications that invoke a browser, so that they need not be reconfigured
+when a user switches to a different browser.
+
+WWW: http://personalpages.tds.net/~jwbacon/Ports


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312082023.rB8KN5vu055709>