pkgsrc-WIP-changes archive

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

lariza: import lariza-18.03 as wip/lariza



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon May 7 23:18:06 2018 +0200
Changeset:	27f03093f79856d9aebf14661d725eb6b677b946

Modified Files:
	Makefile
Added Files:
	lariza/DESCR
	lariza/Makefile
	lariza/PLIST
	lariza/distinfo

Log Message:
lariza: import lariza-18.03 as wip/lariza

lariza is an experimental web browser and the author's personal
playground. There are no "safety guards" and no "great awesome wow
usability" crap. It's meant to be a fast browser that does just
that: Browse the web.

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

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

diffstat:
 Makefile        |  1 +
 lariza/DESCR    |  4 ++++
 lariza/Makefile | 24 ++++++++++++++++++++++++
 lariza/PLIST    |  4 ++++
 lariza/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4375964fbf..4ca7db1283 100644
--- a/Makefile
+++ b/Makefile
@@ -1627,6 +1627,7 @@ SUBDIR+=	l2tpd
 SUBDIR+=	labyrinth
 SUBDIR+=	lambertw
 SUBDIR+=	lander
+SUBDIR+=	lariza
 SUBDIR+=	lasi
 SUBDIR+=	last-exit
 SUBDIR+=	last.fm
diff --git a/lariza/DESCR b/lariza/DESCR
new file mode 100644
index 0000000000..08ec78bdf3
--- /dev/null
+++ b/lariza/DESCR
@@ -0,0 +1,4 @@
+lariza is an experimental web browser and the author's personal
+playground. There are no "safety guards" and no "great awesome wow
+usability" crap. It's meant to be a fast browser that does just
+that: Browse the web.
diff --git a/lariza/Makefile b/lariza/Makefile
new file mode 100644
index 0000000000..829dc45f9d
--- /dev/null
+++ b/lariza/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+PKGNAME=	lariza-18.03
+GITHUB_PROJECT=	lariza
+DISTNAME=	${GITHUB_TAG}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=vain/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.uninformativ.de/projects/lariza/
+COMMENT=	Experimental web browser using WebKit2GTK+
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/${PKGNAME_NOREV}
+
+USE_TOOLS+=		gmake pkg-config
+INSTALL_MAKE_FLAGS+=	mandir=${PREFIX}/${PKGMANDIR}
+INSTALL_MAKE_FLAGS+=	prefix=${PREFIX}
+
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lariza/PLIST b/lariza/PLIST
new file mode 100644
index 0000000000..8d838f1594
--- /dev/null
+++ b/lariza/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/lariza
+man/man1/lariza.1
+man/man1/lariza.usage.1
diff --git a/lariza/distinfo b/lariza/distinfo
new file mode 100644
index 0000000000..d1af05f1fe
--- /dev/null
+++ b/lariza/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lariza/v18.03.tar.gz) = 8e77c2c4ef76d1b236742f5fbcffccd2908dcbbf
+RMD160 (lariza/v18.03.tar.gz) = 4b45f750365e96b4b338357fb6d16c9a7a239b7c
+SHA512 (lariza/v18.03.tar.gz) = d65f2ef1bbaba9adf0a5c07ef4984bb086ffeee5f0c3c76240addd7b792722ad9aa02498a54680266b620f442c8503608f09ef8f524c64477a4a2ac0831a3195
+Size (lariza/v18.03.tar.gz) = 18151 bytes


Home | Main Index | Thread Index | Old Index