pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/lariza



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Mar  2 19:46:38 UTC 2021

Added Files:
        pkgsrc/www/lariza: DESCR Makefile PLIST distinfo
        pkgsrc/www/lariza/patches: patch-Makefile

Log Message:
www/lariza: import package

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 generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/lariza/DESCR pkgsrc/www/lariza/Makefile \
    pkgsrc/www/lariza/PLIST pkgsrc/www/lariza/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/lariza/patches/patch-Makefile

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

Added files:

Index: pkgsrc/www/lariza/DESCR
diff -u /dev/null pkgsrc/www/lariza/DESCR:1.1
--- /dev/null   Tue Mar  2 19:46:38 2021
+++ pkgsrc/www/lariza/DESCR     Tue Mar  2 19:46:38 2021
@@ -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.
Index: pkgsrc/www/lariza/Makefile
diff -u /dev/null pkgsrc/www/lariza/Makefile:1.1
--- /dev/null   Tue Mar  2 19:46:38 2021
+++ pkgsrc/www/lariza/Makefile  Tue Mar  2 19:46:38 2021
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2021/03/02 19:46:38 pin Exp $
+
+DISTNAME=      lariza-v21.01
+PKGNAME=       ${DISTNAME:S,-v,-,}
+CATEGORIES=    www
+MASTER_SITES=  https://www.uninformativ.de/git/lariza/archives/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://uninformativ.de/git/lariza
+COMMENT=       Experimental web browser using WebKit2GTK+
+LICENSE=       mit
+
+USE_TOOLS+=            gmake pkg-config
+
+SUBST_CLASSES+=                prefix
+SUBST_MESSAGE.prefix=  Fixing paths.
+SUBST_STAGE.prefix=    pre-configure
+SUBST_FILES.prefix+=   Makefile
+SUBST_SED.prefix+=     -e 's,/usr/local,${PREFIX},g'
+
+TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/lariza/PLIST
diff -u /dev/null pkgsrc/www/lariza/PLIST:1.1
--- /dev/null   Tue Mar  2 19:46:38 2021
+++ pkgsrc/www/lariza/PLIST     Tue Mar  2 19:46:38 2021
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2021/03/02 19:46:38 pin Exp $
+bin/lariza
+lib/lariza/web_extensions/we_adblock.so
+man/man1/lariza.1
+man/man1/lariza.usage.1
+share/lariza/user-scripts/hints.js
Index: pkgsrc/www/lariza/distinfo
diff -u /dev/null pkgsrc/www/lariza/distinfo:1.1
--- /dev/null   Tue Mar  2 19:46:38 2021
+++ pkgsrc/www/lariza/distinfo  Tue Mar  2 19:46:38 2021
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2021/03/02 19:46:38 pin Exp $
+
+SHA1 (lariza-v21.01.tar.gz) = 600ddf9f45dc94ef4e53597ef2cf29ba3e9e1919
+RMD160 (lariza-v21.01.tar.gz) = ecec3fdd26e9315a27af5f9731a89a0a8ad7236e
+SHA512 (lariza-v21.01.tar.gz) = 0f7d3a0ed35fe2bdbdc54eaccc8e5bb2aa944ea52bd49110c6a7f1ab8131c9c93836d7c820f7568b6991a24e3a63ae76e6b9683bfed214ed9ee22bdabe814d52
+Size (lariza-v21.01.tar.gz) = 23037 bytes
+SHA1 (patch-Makefile) = 4dafac78dc9087cfe5136b46f07f37c890ed809f

Index: pkgsrc/www/lariza/patches/patch-Makefile
diff -u /dev/null pkgsrc/www/lariza/patches/patch-Makefile:1.1
--- /dev/null   Tue Mar  2 19:46:38 2021
+++ pkgsrc/www/lariza/patches/patch-Makefile    Tue Mar  2 19:46:38 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2021/03/02 19:46:38 pin Exp $
+
+Install manpages to proper location
+
+--- Makefile.orig      2021-03-02 19:25:29.240659545 +0000
++++ Makefile
+@@ -11,7 +11,7 @@ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+ datarootdir = $(prefix)/share
+-mandir = $(datarootdir)/man
++mandir = $(prefix)/$(PKGMANDIR)
+ man1dir = $(mandir)/man1
+ datadir = $(prefix)/share
+ 



Home | Main Index | Thread Index | Old Index