pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webbrowser



Module Name:    pkgsrc
Committed By:   bacon
Date:           Mon Jan 23 21:35:51 UTC 2023

Added Files:
        pkgsrc/www/webbrowser: DESCR Makefile PLIST distinfo

Log Message:
www/webbrowser: Proxy script for launching "best" browser

Run the "best" available web browser from among all installed browsers
using a default list or user-provided list.  The list can be specified
via the command-line or an environment variable.  Applications that
launch a web browser as a child process can use "webbrowser" so that
they don't have to be reconfigured when you decide to switch to a
different browser.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/webbrowser/DESCR \
    pkgsrc/www/webbrowser/Makefile pkgsrc/www/webbrowser/PLIST \
    pkgsrc/www/webbrowser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/webbrowser/DESCR
diff -u /dev/null pkgsrc/www/webbrowser/DESCR:1.1
--- /dev/null   Mon Jan 23 21:35:51 2023
+++ pkgsrc/www/webbrowser/DESCR Mon Jan 23 21:35:51 2023
@@ -0,0 +1,6 @@
+Run the "best" available web browser from among all installed browsers
+using a default list or user-provided list.  The list can be specified
+via the command-line or an environment variable.  Applications that
+launch a web browser as a child process can use "webbrowser" so that
+they don't have to be reconfigured when you decide to switch to a
+different browser.
Index: pkgsrc/www/webbrowser/Makefile
diff -u /dev/null pkgsrc/www/webbrowser/Makefile:1.1
--- /dev/null   Mon Jan 23 21:35:51 2023
+++ pkgsrc/www/webbrowser/Makefile      Mon Jan 23 21:35:51 2023
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2023/01/23 21:35:51 bacon Exp $
+
+DISTNAME=      webbrowser-0.4.0
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=outpaddling/}
+
+OWNER=         bacon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/outpaddling/webbrowser/
+COMMENT=       Proxy script for launching "best" available web browser
+LICENSE=       2-clause-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # none
+
+NO_BUILD=      yes
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/webbrowser/PLIST
diff -u /dev/null pkgsrc/www/webbrowser/PLIST:1.1
--- /dev/null   Mon Jan 23 21:35:51 2023
+++ pkgsrc/www/webbrowser/PLIST Mon Jan 23 21:35:51 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/23 21:35:51 bacon Exp $
+bin/webbrowser
+man/man1/webbrowser.1
Index: pkgsrc/www/webbrowser/distinfo
diff -u /dev/null pkgsrc/www/webbrowser/distinfo:1.1
--- /dev/null   Mon Jan 23 21:35:51 2023
+++ pkgsrc/www/webbrowser/distinfo      Mon Jan 23 21:35:51 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/23 21:35:51 bacon Exp $
+
+BLAKE2s (webbrowser-0.4.0.tar.gz) = 297059809379c958263b51ef176df5cb029c55723321ac82f796bf2281e5bda6
+SHA512 (webbrowser-0.4.0.tar.gz) = 2d28700d22c97d9ed4d7269dd82675867ef170981ee9e7c981d7bc0da24b24b6ab5d07abd1566acb0da72ae9aaa61500ac9dc84888b1eda77d9543565c9a8ebe
+Size (webbrowser-0.4.0.tar.gz) = 2493 bytes



Home | Main Index | Thread Index | Old Index