mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Change name to "webbrowser" and upgrade to next version.
PR: ports/184605 Approved by: Jason Bacon <jwbacon (at) tds.net>
This commit is contained in:
parent
8ea6895dc0
commit
fa2ac4dc31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343550
1
MOVED
1
MOVED
@ -5445,3 +5445,4 @@ editors/openoffice-3|editors/openoffice-4|2014-02-07|OpenOffice 3 is not support
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -1,24 +0,0 @@
|
||||
# Created by: Jason Bacon <jwbacon@tds.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= runsomebrowser
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
|
||||
http://jbacon.dyndns.org/~bacon/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= Script for running the an available WEB browser
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= runsomebrowser.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/runsomebrowser ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/runsomebrowser.1 ${MAN1PREFIX}/man/man1
|
||||
|
||||
PLIST_FILES= bin/runsomebrowser
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (runsomebrowser-0.2.tar.gz) = 2b19c7d26bf3626e1289b85de6347f193e804699ec04434e06f8e94bca0cc7c3
|
||||
SIZE (runsomebrowser-0.2.tar.gz) = 2140
|
@ -1,4 +0,0 @@
|
||||
Shell script for finding and running an available installed browser
|
||||
on the system.
|
||||
|
||||
WWW: http://personalpages.tds.net/~jwbacon/Ports
|
24
www/webbrowser/Makefile
Normal file
24
www/webbrowser/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Jason Bacon <jwbacon@tds.net>
|
||||
# $FreeBSD$
|
||||
|
||||
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>
|
2
www/webbrowser/distinfo
Normal file
2
www/webbrowser/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (webbrowser-0.3.tar.xz) = 7e100607622d36c5822ffcf8b7cf135c5a70a29179ce832e86c07037f2f0c31f
|
||||
SIZE (webbrowser-0.3.tar.xz) = 1656
|
6
www/webbrowser/pkg-descr
Normal file
6
www/webbrowser/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user