pkgsrc-WIP-changes archive

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

uzbl: Update wip/uzbl to 0.9.0.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Mon Feb 29 22:34:29 2016 +0100
Changeset:	65062384165b90d1aa93a2ff1778a0c24254affd

Modified Files:
	uzbl/Makefile
	uzbl/distinfo

Log Message:
uzbl: Update wip/uzbl to 0.9.0.

Changes:
 * A big refactor and clean-up of core
 * An almost rewrite of the python event-manager
 * Restructured and renamed commands for better consistency
 * Support for composing characters using dead keys
 * And various assorted bug fixes

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

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

diffstat:
 uzbl/Makefile | 16 +++++-----------
 uzbl/distinfo |  4 ++++
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs:
diff --git a/uzbl/Makefile b/uzbl/Makefile
index 9d6526b..c8d8304 100644
--- a/uzbl/Makefile
+++ b/uzbl/Makefile
@@ -1,21 +1,19 @@
 # $NetBSD$
 
-DISTNAME=	uzbl-2012.05.14
+PKGNAME=	uzbl-0.9.0
+DISTNAME=	${PKGBASE}-v${PKGVERSION}
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=uzbl/}
 
-GIT_REPOSITORIES=	uzbl
-GIT_REPO.uzbl=	https://github.com/uzbl/uzbl.git
-GIT_BRANCH.uzbl=	next
-WRKSRC=	${WRKDIR}/uzbl
-
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.uzbl.org/
 COMMENT=	Web interface tools which adhere to the UNIX philosophy
 LICENSE=	gnu-gpl-v3
 
+WRKSRC=	${WRKDIR}/${PKGNAME_NOREV}
+
 USE_TOOLS+=	gmake pkg-config
-# Disabled for now, as it is not stable yet.
+# Support removed in v0.9.0, to come back in v1.0.
 #MAKE_ENV+=	ENABLE_WEBKIT2=yes
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
@@ -36,9 +34,6 @@ DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # for uzbl-tabbed with GTK+ 2
 #DEPENDS+=	${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
 
-## TODO: make an option for webkit version
-##.include "../../www/webkit-gtk/buildlink3.mk"
-## or
 # TODO: make an option for GTK version
 #.include "../../www/webkit24-gtk/buildlink3.mk"
 # or
@@ -48,5 +43,4 @@ DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/uzbl/distinfo b/uzbl/distinfo
index afc7651..53575b0 100644
--- a/uzbl/distinfo
+++ b/uzbl/distinfo
@@ -1,2 +1,6 @@
 $NetBSD$
 
+SHA1 (uzbl-v0.9.0.tar.gz) = 7f9655c09af7db200396a953c4f565953d481f52
+RMD160 (uzbl-v0.9.0.tar.gz) = 53dc66917f898b9ce3940ee4603015c26cbb249f
+SHA512 (uzbl-v0.9.0.tar.gz) = 32823cc63b7a29d89e614746f9a12bdaf7b81a56194889caca24277b4c155542fff2727b60faf6d73f1d3bb33ce4e29143b7fb302e4abf30f8333ada01df1fcb
+Size (uzbl-v0.9.0.tar.gz) = 254468 bytes


Home | Main Index | Thread Index | Old Index