Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 18:26:55 +0600 (YEKT)
From:      Michael Danilov <mike.d.ft402@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        mike@strutter.localdomain
Subject:   ports/190064: New port: www/vimb The vim like browser (corrected)
Message-ID:  <20140521122655.1AD9B14D241@strutter.localdomain>
Resent-Message-ID: <201405211230.s4LCU0QV025336@freefall.freebsd.org>

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

>Number:         190064
>Category:       ports
>Synopsis:       New port: www/vimb The vim like browser (corrected)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 12:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Michael Danilov
>Release:        
>Organization:
>Environment:
>Description:
	In the previous submission, I got Makefile USES and pkg-plist wrong.

	Vimb is a web browser that behaves like Vimprobable, but with some
	paradigms from dwb and hopefully a cleaner code base.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	vimb
#	vimb/Makefile
#	vimb/distinfo
#	vimb/pkg-descr
#	vimb/pkg-plist
#
echo c - vimb
mkdir -p vimb > /dev/null 2>&1
echo x - vimb/Makefile
sed 's/^X//' >vimb/Makefile << 'ed430b120f2f2a7daa071d9c4fd96398'
X# $FreeBSD$
X
XPORTNAME=	vimb
XPORTVERSION=	2.4
XCATEGORIES=	www
X
XMAINTAINER=	mike.d.ft402@gmail.com
XCOMMENT=	The vim like browser
X
XLICENSE=	GPLv3
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	fanglingsu
XGH_COMMIT=	4118751
X
XUSES=	gmake pkgconfig
X
XOPTIONS_SINGLE=		GTK
XOPTIONS_SINGLE_GTK=	GTK2 GTK3
XOPTIONS_DEFAULT=	GTK3
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MGTK2}
XLIB_DEPENDS=   libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
XUSE_GNOME=      gtk20
X.else
X.if ${PORT_OPTIONS:MGTK3}
XLIB_DEPENDS=   libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
XUSE_GNOME=      gtk30
XMAKE_ENV=      GTK="3"
X.endif
X.endif
X
X.include <bsd.port.mk>
ed430b120f2f2a7daa071d9c4fd96398
echo x - vimb/distinfo
sed 's/^X//' >vimb/distinfo << '4a282122c162208db76f2634d34d128a'
XSHA256 (vimb-2.4.tar.gz) = 77a3bc9a8515f7a21b8f1af951b798c833281764a7e4fff83fa832ddd0e9040f
XSIZE (vimb-2.4.tar.gz) = 89181
4a282122c162208db76f2634d34d128a
echo x - vimb/pkg-descr
sed 's/^X//' >vimb/pkg-descr << '8b3c466d2713cc3e6b054c2adf1506a0'
XVimb is a web browser that behaves like Vimprobable, but with some paradigms
Xfrom dwb and hopefully a cleaner code base. The goal of Vimb is to build a
Xcompletely keyboard-driven, efficient and pleasurable browsing-experience with
Xlow memory and cpu usage.
X
XWWW: http://fanglingsu.github.io/vimb/
8b3c466d2713cc3e6b054c2adf1506a0
echo x - vimb/pkg-plist
sed 's/^X//' >vimb/pkg-plist << '0ae062ae0ab9972d222077f8db57fbd7'
Xbin/vimb
Xshare/man/man1/vimb.1
0ae062ae0ab9972d222077f8db57fbd7
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



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