pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
surf: Update to 2.1
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Jul 17 16:41:55 2021 +0200
Changeset: d9f0b7da9cd6fc6bb6626c1d5a9e96ac3bdb60f8
Modified Files:
surf/Makefile
surf/PLIST
surf/distinfo
Log Message:
surf: Update to 2.1
Changes:
2.1
---
- Remove accelerated canvas (deprecated since 2.32)
- Remove external plugin handling (deprecated since 2.32)
- Properly update title on committed load too
- Simplify communication with webext using a Unix socket
- Add support for ephemeral (zero disk access)
- Add support for WebGL
- Add flag/keybinding for strictl TLS checking
- Rename -t stylefile flag to -C stylefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9f0b7da9cd6fc6bb6626c1d5a9e96ac3bdb60f8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
surf/Makefile | 12 ++++--------
surf/PLIST | 1 +
surf/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 12 deletions(-)
diffs:
diff --git a/surf/Makefile b/surf/Makefile
index bed9777149..d89bdf0431 100644
--- a/surf/Makefile
+++ b/surf/Makefile
@@ -1,18 +1,15 @@
# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
-DISTNAME= surf-2.0
+DISTNAME= surf-2.1
CATEGORIES= www
-MASTER_SITES= http://dl.suckless.org/surf/
+MASTER_SITES= https://dl.suckless.org/surf/
MAINTAINER= leot%NetBSD.org@localhost
HOMEPAGE= https://surf.suckless.org/
-COMMENT= Surf is a fast and minimalistic web browser based on WebKit2/GTK+
+COMMENT= Fast and minimalistic web browser based on WebKit2/GTK+
LICENSE= mit
-MAKE_JOBS_SAFE= no
-
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c99
SUBST_CLASSES+= configmk
SUBST_STAGE.configmk= pre-configure
@@ -25,8 +22,7 @@ SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
SUBST_SED.configmk+= -e 's/cc/${CC:Q}/'
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
+.include "../../security/gcr/buildlink3.mk"
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/surf/PLIST b/surf/PLIST
index 195a04ea16..ddcdb919ff 100644
--- a/surf/PLIST
+++ b/surf/PLIST
@@ -1,3 +1,4 @@
@comment $NetBSD$
bin/surf
+lib/surf/webext-surf.so
man/man1/surf.1
diff --git a/surf/distinfo b/surf/distinfo
index ea1a314789..811848e7ce 100644
--- a/surf/distinfo
+++ b/surf/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2015/07/13 11:10:36 leot1990 Exp $
-SHA1 (surf-2.0.tar.gz) = 36a7ea1516428e7524c57dee20c451d6b4f8ff94
-RMD160 (surf-2.0.tar.gz) = 02c94f3009e9fe69b12087d5884186b07bf89790
-SHA512 (surf-2.0.tar.gz) = 75798bb189fa2c2c93827672089a86cf155aa7b5c7c1a0887a34817ca41763907e44a02f52947535d37a043f827d2c0fe75d16a3d172079f9cab8da341e4c0c5
-Size (surf-2.0.tar.gz) = 19056 bytes
+SHA1 (surf-2.1.tar.gz) = ea5f398f305fcef331d9ab58345038f9239ccaa5
+RMD160 (surf-2.1.tar.gz) = 76d6a7090c276c946ce50c73a70bb986ffdda3bc
+SHA512 (surf-2.1.tar.gz) = 06f31f683a941d9a587d908ae7f6949255937b0b0c9c133a18c6fa753c7da75de267adda1c83dd9ba0a8535e2b6d4ff2b5408cc5e8a2e315d4198fe68df5db12
+Size (surf-2.1.tar.gz) = 22555 bytes
Home |
Main Index |
Thread Index |
Old Index