Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2011 08:47:52 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160177: [NEW PORT] www/vimprobable2 - webkit browser inspired by Vimperator
Message-ID:  <201108250847.p7P8lqTu068004@red.freebsd.org>
Resent-Message-ID: <201108250850.p7P8oA7J025584@freefall.freebsd.org>

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

>Number:         160177
>Category:       ports
>Synopsis:       [NEW PORT] www/vimprobable2 - webkit browser inspired by Vimperator
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 25 08:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Vimprobable is a web browser that behaves like the Vimperator plugin available
for Mozilla Firefox. It is based on the WebKit engine (using GTK bindings). The
goal of Vimprobable is to build a completely keyboard-driven, efficient and
pleasurable browsing-experience. Its featureset might be considered
"minimalistic", but not as minimalistic as being completely featureless.

WWW: http://sourceforge.net/apps/trac/vimprobable/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	vimprobable2
#	vimprobable2/pkg-descr
#	vimprobable2/distinfo
#	vimprobable2/Makefile
#
echo c - vimprobable2
mkdir -p vimprobable2 > /dev/null 2>&1
echo x - vimprobable2/pkg-descr
sed 's/^X//' >vimprobable2/pkg-descr << 'a34d7eca85ba52072de3a0241c934e39'
XVimprobable is a web browser that behaves like the Vimperator plugin available
Xfor Mozilla Firefox. It is based on the WebKit engine (using GTK bindings). The
Xgoal of Vimprobable is to build a completely keyboard-driven, efficient and
Xpleasurable browsing-experience. Its featureset might be considered
X"minimalistic", but not as minimalistic as being completely featureless.
X
XWWW: http://sourceforge.net/apps/trac/vimprobable/
a34d7eca85ba52072de3a0241c934e39
echo x - vimprobable2/distinfo
sed 's/^X//' >vimprobable2/distinfo << '04fe770aa860344466d7dd2235cfdf04'
XSHA256 (vimprobable2_0.9.9.1.tar.bz2) = d955f4baed528c0caf6d09469f11cf4cfd3265186826203c8292caec9d50a35d
XSIZE (vimprobable2_0.9.9.1.tar.bz2) = 36659
04fe770aa860344466d7dd2235cfdf04
echo x - vimprobable2/Makefile
sed 's/^X//' >vimprobable2/Makefile << 'ddb3a4c4df635bdcff48c95123359aa7'
X# New ports collection makefile for:	vimprobable2
X# Date created:				2011.08.25
X# Whom:					Aldis Berjoza <aldis@bsdroot.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	vimprobable2
XPORTVERSION=	0.9.9.1
XCATEGORIES=	www
XMASTER_SITES=	SF/vimprobable/Releases/
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	aldis@bsdroot.lv
XCOMMENT=	Webkit based web browser inspired by Vimperator
X
XLIB_DEPENDS=	soup-2.4:${PORTSDIR}/devel/libsoup \
X		webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
X
XUSE_BZIP2=	YES
XUSE_GMAKE=	YES
XUSE_GNOME=	gtk20 pkgconfig
XUSE_PERL5_BUILD=YES
XUSE_PERL5_BUILD=YES
X
XPLIST_FILES=	bin/vimprobable2
XMAN1=		vimprobable2.1 vimprobablerc.1
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/vimprobable2 ${PREFIX}/bin/
X	${INSTALL_MAN} ${WRKSRC}/vimprobable2.1 ${PREFIX}/man/man1/
X	${INSTALL_MAN} ${WRKSRC}/vimprobablerc.1 ${PREFIX}/man/man1/
X
X.include <bsd.port.mk>
ddb3a4c4df635bdcff48c95123359aa7
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



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