pkgsrc-WIP-changes archive

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

vimb3-git: Import vimb3-3.0 as wip/vimb3-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon May 15 11:08:53 2017 +0200
Changeset:	d351f06253b709732702312d6c398dd0a629f0ea

Modified Files:
	Makefile
Added Files:
	vimb3-git/DESCR
	vimb3-git/Makefile
	vimb3-git/PLIST
	vimb3-git/distinfo

Log Message:
vimb3-git: Import vimb3-3.0 as wip/vimb3-git

vimb is a fast and lightweight web browser based on the webkit web browser
engine and the gtk toolkit. vimb is modal like the great vim editor and
also easily configurable during runtime. vimb is mostly keyboard driven
and does not detract you from your daily work.

XXX: Program, man pages and other files are installed as vimb3 instead of vimb
XXX: in order to avoid conflicts with www/vimb. This should be adjusted when
XXX: wip/webkit-gtk will be imported and vimb's upstream will release a stable
XXX: version.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d351f06253b709732702312d6c398dd0a629f0ea

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

diffstat:
 Makefile           |  1 +
 vimb3-git/DESCR    |  4 ++++
 vimb3-git/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
 vimb3-git/PLIST    |  5 +++++
 vimb3-git/distinfo |  5 +++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 2206ce2d74..a3dab67689 100644
--- a/Makefile
+++ b/Makefile
@@ -4412,6 +4412,7 @@ SUBDIR+=	viewer
 SUBDIR+=	viewglob
 SUBDIR+=	viewnior
 SUBDIR+=	vim-nox
+SUBDIR+=	vimb3-git
 SUBDIR+=	vimprobable2
 SUBDIR+=	vimrc-mode
 SUBDIR+=	vino
diff --git a/vimb3-git/DESCR b/vimb3-git/DESCR
new file mode 100644
index 0000000000..14f848cddc
--- /dev/null
+++ b/vimb3-git/DESCR
@@ -0,0 +1,4 @@
+vimb is a fast and lightweight web browser based on the webkit web browser
+engine and the gtk toolkit. vimb is modal like the great vim editor and
+also easily configurable during runtime. vimb is mostly keyboard driven
+and does not detract you from your daily work.
diff --git a/vimb3-git/Makefile b/vimb3-git/Makefile
new file mode 100644
index 0000000000..c29c75d047
--- /dev/null
+++ b/vimb3-git/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.21 2015/08/22 12:26:27 leot1990 Exp $
+
+DISTNAME=	vimb-3.0
+PKGNAME=	${DISTNAME:S/vimb/vimb3/}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fanglingsu/}
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	http://fanglingsu.github.io/vimb/
+COMMENT=	Vim-like webkit browser
+LICENSE=	gnu-gpl-v3
+
+GIT_REPOSITORIES=	vimb
+GIT_REPO.vimb=		git://github.com/fanglingsu/vimb.git
+WRKSRC=			${WRKDIR}/vimb
+
+NO_CONFIGURE=	yes
+USE_TOOLS+=	gmake pkg-config
+USE_LANGUAGES=	c99
+
+CFLAGS.NetBSD+=	-D_NETBSD_SOURCE	# needed for LOCK_* macros in <fcntl.h>
+
+EGDIR=		${PREFIX}/share/examples/vimb
+
+MAKE_FLAGS+=	EXAMPLEPREFIX="${DESTDIR}${EGDIR}"
+MAKE_FLAGS+=	MANPREFIX="${DESTDIR}${PREFIX}/${PKGMANDIR}"
+MAKE_FLAGS+=	RUNPREFIX="${DESTDIR}${PREFIX}"
+
+# Avoid conflicts with www/vimb
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/vimb ${DESTDIR}${PREFIX}/bin/vimb3
+	${MV} ${DESTDIR}${PREFIX}/share/applications/vimb.desktop ${DESTDIR}${PREFIX}/share/applications/vimb3.desktop
+	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vimb.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vimb3.1
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/vimb3-git/PLIST b/vimb3-git/PLIST
new file mode 100644
index 0000000000..d09033bc01
--- /dev/null
+++ b/vimb3-git/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/vimb3
+lib/vimb/webext_main.so
+man/man1/vimb3.1
+share/applications/vimb3.desktop
diff --git a/vimb3-git/distinfo b/vimb3-git/distinfo
new file mode 100644
index 0000000000..17a475c4e1
--- /dev/null
+++ b/vimb3-git/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.14 2015/06/13 19:31:34 leot1990 Exp $
+
+SHA1 (vimb-2.10.tar.gz) = f3216718e42a60997d0f0d8c68124614d068c670
+RMD160 (vimb-2.10.tar.gz) = e861ef5f623f361554c58023c08d02a945c08c2c
+Size (vimb-2.10.tar.gz) = 127502 bytes


Home | Main Index | Thread Index | Old Index