diff options
author | drochner <drochner> | 2009-07-24 18:42:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-07-24 18:42:18 +0000 |
commit | 4d661c0d6181d9c51b4c74c684187ea5306654e6 (patch) | |
tree | 8a65e396b6178d22482b890be11c4ca15cb0ff56 /devel | |
parent | 82d7220dbe2a544dd73c2126463cc699dc602cfb (diff) | |
download | pkgsrc-4d661c0d6181d9c51b4c74c684187ea5306654e6.tar.gz |
update to 0.23
This switches to webkit as rendering engine, one reason less to
keep an old version of firefox around.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/devhelp/Makefile | 8 | ||||
-rw-r--r-- | devel/devhelp/PLIST | 22 | ||||
-rw-r--r-- | devel/devhelp/distinfo | 10 | ||||
-rw-r--r-- | devel/devhelp/patches/patch-ad | 10 |
4 files changed, 23 insertions, 27 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index f47ac293418..d68665d7758 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2009/07/22 09:01:23 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2009/07/24 18:42:18 drochner Exp $ -DISTNAME= devhelp-0.21 +DISTNAME= devhelp-0.23 CATEGORIES= devel x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/devhelp/0.21/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/devhelp/0.23/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -28,7 +28,7 @@ GCONF_SCHEMAS= devhelp.schemas .include "../../devel/libwnck/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -.include "../../www/seamonkey/gecko-depends.mk" +.include "../../www/webkit-gtk/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" post-install: diff --git a/devel/devhelp/PLIST b/devel/devhelp/PLIST index e17b810d2fa..33811abc016 100644 --- a/devel/devhelp/PLIST +++ b/devel/devhelp/PLIST @@ -1,26 +1,22 @@ -@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:48:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.14 2009/07/24 18:42:18 drochner Exp $ bin/devhelp +include/devhelp-1.0/devhelp/dh-assistant-view.h +include/devhelp-1.0/devhelp/dh-assistant.h include/devhelp-1.0/devhelp/dh-base.h include/devhelp-1.0/devhelp/dh-book-tree.h include/devhelp-1.0/devhelp/dh-error.h -include/devhelp-1.0/devhelp/dh-html.h include/devhelp-1.0/devhelp/dh-keyword-model.h include/devhelp-1.0/devhelp/dh-link.h -include/devhelp-1.0/devhelp/dh-parser.h -include/devhelp-1.0/devhelp/dh-preferences.h include/devhelp-1.0/devhelp/dh-search.h -include/devhelp-1.0/devhelp/dh-util.h include/devhelp-1.0/devhelp/dh-window.h -include/devhelp-1.0/devhelp/eggfindbar.h lib/libdevhelp-1.la lib/pkgconfig/libdevhelp-1.0.pc share/applications/devhelp.desktop -share/devhelp/default-prefs.js -share/devhelp/devhelp.glade +share/devhelp/assistant/assistant.css +share/devhelp/assistant/assistant.js +share/devhelp/devhelp.defaults share/devhelp/dtd/devhelp-1.dtd -share/devhelp/images/book_closed.png -share/devhelp/images/book_open.png -share/devhelp/images/helpdoc.png +share/devhelp/ui/devhelp.builder share/devhelp/ui/window.ui share/doc/devhelp/AUTHORS share/doc/devhelp/COPYING @@ -71,7 +67,6 @@ share/locale/lt/LC_MESSAGES/devhelp.mo share/locale/lv/LC_MESSAGES/devhelp.mo share/locale/mk/LC_MESSAGES/devhelp.mo share/locale/ml/LC_MESSAGES/devhelp.mo -share/locale/mr/LC_MESSAGES/devhelp.mo share/locale/ms/LC_MESSAGES/devhelp.mo share/locale/nb/LC_MESSAGES/devhelp.mo share/locale/ne/LC_MESSAGES/devhelp.mo @@ -81,6 +76,7 @@ share/locale/oc/LC_MESSAGES/devhelp.mo share/locale/or/LC_MESSAGES/devhelp.mo share/locale/pa/LC_MESSAGES/devhelp.mo share/locale/pl/LC_MESSAGES/devhelp.mo +share/locale/ps/LC_MESSAGES/devhelp.mo share/locale/pt/LC_MESSAGES/devhelp.mo share/locale/pt_BR/LC_MESSAGES/devhelp.mo share/locale/ru/LC_MESSAGES/devhelp.mo @@ -89,7 +85,7 @@ share/locale/sk/LC_MESSAGES/devhelp.mo share/locale/sl/LC_MESSAGES/devhelp.mo share/locale/sq/LC_MESSAGES/devhelp.mo share/locale/sr/LC_MESSAGES/devhelp.mo -share/locale/sr@latin/LC_MESSAGES/devhelp.mo +share/locale/sr@Latn/LC_MESSAGES/devhelp.mo share/locale/sv/LC_MESSAGES/devhelp.mo share/locale/ta/LC_MESSAGES/devhelp.mo share/locale/te/LC_MESSAGES/devhelp.mo diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo index b03535daefa..e9ba9755de8 100644 --- a/devel/devhelp/distinfo +++ b/devel/devhelp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2008/10/24 16:56:55 wiz Exp $ +$NetBSD: distinfo,v 1.13 2009/07/24 18:42:18 drochner Exp $ -SHA1 (devhelp-0.21.tar.bz2) = 3acf06d8d58cbae5319795a59d987b97e4ec849e -RMD160 (devhelp-0.21.tar.bz2) = 885112d07c86a4d1c91a46bfc74ff6638c9a6c92 -Size (devhelp-0.21.tar.bz2) = 549576 bytes -SHA1 (patch-ad) = 8fb82cde65e5ada35b8a0cb6b9e4494341c07b8a +SHA1 (devhelp-0.23.tar.bz2) = a7ed9c56cd77bb46fb041df539285ce3012ad177 +RMD160 (devhelp-0.23.tar.bz2) = 324b74336570291c1a966e63c2d7450f3ae7b678 +Size (devhelp-0.23.tar.bz2) = 521287 bytes +SHA1 (patch-ad) = 0710e669d381b72b0c3bfcda580b0ad2b3b29a91 diff --git a/devel/devhelp/patches/patch-ad b/devel/devhelp/patches/patch-ad index 49bd9e5d7c1..642631d379f 100644 --- a/devel/devhelp/patches/patch-ad +++ b/devel/devhelp/patches/patch-ad @@ -1,11 +1,11 @@ -$NetBSD: patch-ad,v 1.2 2008/04/29 19:27:59 drochner Exp $ +$NetBSD: patch-ad,v 1.3 2009/07/24 18:42:18 drochner Exp $ ---- misc/Makefile.in.orig 2008-02-07 13:39:47.000000000 +0100 +--- misc/Makefile.in.orig 2009-01-19 17:00:31.000000000 +0100 +++ misc/Makefile.in -@@ -242,7 +242,7 @@ sysconfdir = @sysconfdir@ +@@ -238,7 +238,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ -SUBDIRS = gedit-plugin +SUBDIRS = EXTRA_DIST = devhelp.el devhelp.vim html2funcs.py html2xml.py man2xml.py |