Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 22:32:54 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343550 - in head: . www www/runsomebrowser www/webbrowser
Message-ID:  <201402092232.s19MWsDa065401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Feb  9 22:32:54 2014
New Revision: 343550
URL: http://svnweb.freebsd.org/changeset/ports/343550
QAT: https://qat.redports.org/buildarchive/r343550/

Log:
  Change name to "webbrowser" and upgrade to next version.
  
  PR:		ports/184605
  Approved by:	Jason Bacon <jwbacon (at) tds.net>

Added:
  head/www/webbrowser/
     - copied from r343543, head/www/runsomebrowser/
Deleted:
  head/www/runsomebrowser/
Modified:
  head/MOVED
  head/www/Makefile
  head/www/webbrowser/Makefile
  head/www/webbrowser/distinfo
  head/www/webbrowser/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Feb  9 22:15:46 2014	(r343549)
+++ head/MOVED	Sun Feb  9 22:32:54 2014	(r343550)
@@ -5445,3 +5445,4 @@ editors/openoffice-3|editors/openoffice-
 mail/muttzilla||2014-02-07|Netscape doesn't exists anymore
 www/nscache||2014-02-07|Netscape doesn't exists anymore
 audio/bebocd||2014-02-08|Has expired: abandoned by mainstream
+www/runsomebrowser|www/webbrowser|2014-02-09|Name changed

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Feb  9 22:15:46 2014	(r343549)
+++ head/www/Makefile	Sun Feb  9 22:32:54 2014	(r343550)
@@ -1875,7 +1875,6 @@
     SUBDIR += rubygem-webrobots
     SUBDIR += rubygem-websocket
     SUBDIR += rubygem-yapra
-    SUBDIR += runsomebrowser
     SUBDIR += sahi
     SUBDIR += sakai
     SUBDIR += samidare
@@ -2103,6 +2102,7 @@
     SUBDIR += wadcomblog
     SUBDIR += web2ldap
     SUBDIR += webalizer
+    SUBDIR += webbrowser
     SUBDIR += webcalendar
     SUBDIR += webcalendar-devel
     SUBDIR += webcheck

Modified: head/www/webbrowser/Makefile
==============================================================================
--- head/www/runsomebrowser/Makefile	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/www/webbrowser/Makefile	Sun Feb  9 22:32:54 2014	(r343550)
@@ -1,24 +1,24 @@
 # Created by: Jason Bacon <jwbacon@tds.net>
 # $FreeBSD$
 
-PORTNAME=	runsomebrowser
-PORTVERSION=	0.2
+PORTNAME=	webbrowser
+PORTVERSION=	0.3
 CATEGORIES=	www
-MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
-		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
+		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
 
 MAINTAINER=	jwbacon@tds.net
-COMMENT=	Script for running the an available WEB browser
+COMMENT=	Wrapper for running the "best" available WEB browser
 
-NO_BUILD=	yes
+LICENSE=	BSD
 
-MAN1=		runsomebrowser.1
+NO_BUILD=	yes
+USE_XZ=		yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/runsomebrowser ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/runsomebrowser.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
-PLIST_FILES=	bin/runsomebrowser
+PLIST_FILES=	bin/webbrowser man/man1/webbrowser.1.gz
 
 .include <bsd.port.mk>

Modified: head/www/webbrowser/distinfo
==============================================================================
--- head/www/runsomebrowser/distinfo	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/www/webbrowser/distinfo	Sun Feb  9 22:32:54 2014	(r343550)
@@ -1,2 +1,2 @@
-SHA256 (runsomebrowser-0.2.tar.gz) = 2b19c7d26bf3626e1289b85de6347f193e804699ec04434e06f8e94bca0cc7c3
-SIZE (runsomebrowser-0.2.tar.gz) = 2140
+SHA256 (webbrowser-0.3.tar.xz) = 7e100607622d36c5822ffcf8b7cf135c5a70a29179ce832e86c07037f2f0c31f
+SIZE (webbrowser-0.3.tar.xz) = 1656

Modified: head/www/webbrowser/pkg-descr
==============================================================================
--- head/www/runsomebrowser/pkg-descr	Sun Feb  9 20:57:26 2014	(r343543)
+++ head/www/webbrowser/pkg-descr	Sun Feb  9 22:32:54 2014	(r343550)
@@ -1,4 +1,6 @@
-Shell script for finding and running an available installed browser
-on the system.
+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
+WWW: http://personalpages.tds.net/~jwbacon/Ports



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