pkgsrc-WIP-changes archive

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

surf: Update wip/surf to 0.7.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 21 18:48:47 2015 +0100
Changeset:	20b9557b0ada581c4af5a431bfda287d6e6d1758

Modified Files:
	surf/Makefile
	surf/distinfo

Log Message:
surf: Update wip/surf to 0.7.

pkgsrc changes:
* Adjust SUBST_* in order to do the substitutions in the pre-patch phase and
  also honors the user's {C|LD}FLAGS.

Changes:
In  our  »release  often, release proud« schema I’m glad to announce the
0.7 release of surf. I want to thank all contributors for send‐
ing in patches.

First of all: Update your config.h! As always, much has changed:
* The progress indicator is now in the window title.
* Stylefiles can be toggled.
* Scrollbars can be toggled.
* There is now a kiosk mode.
* You can specifiy a default font size.
* You can toggle the window title indicators.
* Geo policy can be configured.
* You can force 96dpi.
* When holding the mod key while clicking on a link it will open in a new
  window.
* You can zoom in surf and specify a zoomlevel on the commandline.
* You can now specify a cookie policy.
* Resizeable text areas are now activated in webkit. (Small icon in the lower
  right edge of text entries to resize the text entry.)
* »Copy image address« is now implemented.
* The cache for libsoup is now active and can be configured.
* There is now socks:// support in surf for easier tor access.
* Add file:// support.
* On hover of a link, display it in the title.
* File handling has been reworked internally.
* Fullscreen handling has been fixed.
* There is now handling for the »no_proxy« variable.
* Mouse button releases cab be configured now in config.h.
* There is now plumbing support in surf, to have (by default) handle xdg-open
  other URIS. This allows gopher:// etc. support.)

The  speciality of this release is that I left some bugs in surf to make
sure that the »thousand eyes« principle of Open Source is still alive.

And always remember our main bug: Fix the web.

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

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

diffstat:
 surf/Makefile | 10 ++++++----
 surf/distinfo |  7 ++++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/surf/Makefile b/surf/Makefile
index 101fed4..d493a7f 100644
--- a/surf/Makefile
+++ b/surf/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
 
-DISTNAME=	surf-0.6
+DISTNAME=	surf-0.7
 CATEGORIES=	www
 MASTER_SITES=	http://dl.suckless.org/surf/
 
@@ -16,12 +16,14 @@ USE_TOOLS+=		pkg-config
 
 # Adjust config.mk
 SUBST_CLASSES+=		configmk
-SUBST_STAGE.configmk=	pre-build
-SUBST_MESSAGE.configmk=		Fixing config.mk
-SUBST_FILES.configmk=		config.mk
+SUBST_STAGE.configmk=	pre-patch
+SUBST_MESSAGE.configmk=	Fixing config.mk
+SUBST_FILES.configmk=	config.mk
 SUBST_SED.configmk+=	-e 's,/usr/local,${PREFIX},g'
 SUBST_SED.configmk+=	-e 's,share/man,${PKGMANDIR},g'
 SUBST_SED.configmk+=	-e 's,/usr/X11R6,${X11BASE},g'
+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
diff --git a/surf/distinfo b/surf/distinfo
index 4a9d0ea..a7d3fe8 100644
--- a/surf/distinfo
+++ b/surf/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/07/13 11:10:36 leot1990 Exp $
 
-SHA1 (surf-0.6.tar.gz) = eb6a6f23bc5597fcad987dad0b0eae191859f4a4
-RMD160 (surf-0.6.tar.gz) = bbbf941702d70a731a787c8e03ab954ce2eead95
-Size (surf-0.6.tar.gz) = 14781 bytes
+SHA1 (surf-0.7.tar.gz) = c2e129c0180a2a89726f55042166f13556c4e511
+RMD160 (surf-0.7.tar.gz) = eba80f73ec440011abed9e8d19d11f7d574ffdb7
+SHA512 (surf-0.7.tar.gz) = a6a0e172d99f8ce5a7eb63bd34ef3e55ae26059cc94148cf7c50ac665a5e64d90f4a6b1e71b73c1fa763dfaef9b50aaae79e924724f564b2ddf2b8aef4268ff6
+Size (surf-0.7.tar.gz) = 18792 bytes


Home | Main Index | Thread Index | Old Index