mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add new port www/vimb
PR: 191804 Submitted by: mike.d.ft402 (gmail.com) Vimb is a web browser that behaves like Vimprobable, but with some paradigms from dwb and hopefully a cleaner code base. The goal of Vimb is to build a completely keyboard-driven, efficient and pleasurable browsing experience with low memory and cpu usage.
This commit is contained in:
parent
3e0088229d
commit
8abc23f4ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364484
@ -2102,6 +2102,7 @@
|
||||
SUBDIR += vee
|
||||
SUBDIR += vertx
|
||||
SUBDIR += videocache
|
||||
SUBDIR += vimb
|
||||
SUBDIR += visitors
|
||||
SUBDIR += volta
|
||||
SUBDIR += w3m
|
||||
|
33
www/vimb/Makefile
Normal file
33
www/vimb/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vimb
|
||||
PORTVERSION= 2.6
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= mike.d.ft402@gmail.com
|
||||
COMMENT= The vim like browser
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fanglingsu
|
||||
GH_COMMIT= 74fb0a8
|
||||
PLIST_FILES= bin/vimb man/man1/vimb.1.gz
|
||||
|
||||
USES= gmake pkgconfig
|
||||
|
||||
OPTIONS_SINGLE= GTK
|
||||
OPTIONS_SINGLE_GTK= GTK2 GTK3
|
||||
OPTIONS_DEFAULT= GTK3
|
||||
|
||||
GTK2_LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
|
||||
GTK2_USE= GNOME=gtk20
|
||||
GTK3_LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
|
||||
GTK3_USE= GNOME=gtk30
|
||||
GTK3_MAKE_ENV= GTK="3"
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/vimb.1 ${STAGEDIR}${MANPREFIX}/man/man1/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vimb ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/vimb/distinfo
Normal file
2
www/vimb/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (vimb-2.6.tar.gz) = 81a6d554c80ef552be8e77155576a4f43b95b12442fbc778c6df730df810b977
|
||||
SIZE (vimb-2.6.tar.gz) = 102235
|
6
www/vimb/pkg-descr
Normal file
6
www/vimb/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Vimb is a web browser that behaves like Vimprobable, but with some
|
||||
paradigms from dwb and hopefully a cleaner code base. The goal of Vimb is
|
||||
to build a completely keyboard-driven, efficient and pleasurable browsing
|
||||
experience with low memory and cpu usage.
|
||||
|
||||
WWW: http://fanglingsu.github.io/vimb/
|
Loading…
Reference in New Issue
Block a user