pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/yelp Update to 2.12.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e04ffc188be
branches:  trunk
changeset: 500942:8e04ffc188be
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Oct 14 21:48:34 2005 +0000

description:
Update to 2.12.1:

Changes in 2.12.1:
------------------
* Updated translations:
  ku      (Erdal Ronahi)
  vi      (Clytie Siddall)

Changes in 2.12.0:
------------------
* Enabled F7 keybinding, as per #157941    (Shaun McCance)
* Don't crash on invalid DocBook, #310420  (Brent Smith)
* Updated translations:
  ca      (Jordi Mallach)
  cy      (Telsa Gwynne)
  fr      (Christophe Merlet)
  ko      (Young-Ho Cha)
  lt      (Žygimantas Beručka)
  ru      (Leonid Kanter)
  tr      (Baris Cicek)

Changes in 2.11.92:
-------------------
* All sorts of Gecko backend stuff                 (Christian Persch)
* Fix typo in character code in translator comment (Behdad Esfahbod)
* Small fixes                                      (Ross Burton)
* Fix crash                                        (Don Scorgie)
* Updated translations:
  el     (Nikos Charonitakis)
  fa     (Meelad Zakaria)
  fi     (Ilkka Tuohela)
  gu     (Ankit Patel)
  he     (Yuval Tanny)
  hu     (Gabor Kelemen)
  id     (Ahmad Riza H Nst)
  ja     (Takeshi AIHANA)
  nl     (Reinout van Schouwen)
  pl     (Bartosz Kosiorek)
  pt_BR  (Estêvão Samuel Procópio)
  pt     (Duarte Loreto)
  ro     (Mugurel Tudor)
  sq     (Laurent Dhima)
  sr     (Слободан Д. Средојевић)
  sv     (Christian Rose)
  th     (Theppitak Karoonboonyanan)
  uk     (Maxim Dzumanenko)
  vi     (Clytie Siddall)
  zh_CN  (Funda Wang)
  zh_TW  (Abel Cheung)

Changes in 2.11.1:
------------------
* Made bookmark headers insensitive            (Don Scorgie)
* Use gobject private data, fixing bug #140632 (Christian Persch)
* All sorts of Gecko backend stuff             (Christian Persch)
* Position the navbar at the bottom            (Shaun McCance)
* Changed color parameters around              (Shaun McCance)
* Added trail of links to parent sections      (Shaun McCance)
* Added JS magic to the linktrail              (Stuart Langridge)
* Depend on gnome-doc-utils 0.3.1              (Shaun McCance)
* Set a minimum font size of 8pt               (Shaun McCance)
* Updated translations:
  bg      (Vladimir Petkov)
  cs      (Miloslav Trmac)
  da      (Martin Willemoes Hansen)
  de      (Hendrik Brandt)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  gl      (Ignacio Casal Quinteiro)
  it      (Alessio Frusciante)
  nb      (Terance Sola)
  nl      (Tino Meinen)
  no      (Terance Sola)
  sv      (Christian Rose)
  zh_TW   (Abel Cheung)
  en_CA   (Adam Weinberger)
  eu      (Iñaki Larrañaga)
  el      (Kostas Papadimas)

diffstat:

 misc/yelp/Makefile |  15 +++++++++------
 misc/yelp/PLIST    |  11 +++++++++--
 misc/yelp/distinfo |   8 ++++----
 3 files changed, 22 insertions(+), 12 deletions(-)

diffs (101 lines):

diff -r 64a8eb1a93d3 -r 8e04ffc188be misc/yelp/Makefile
--- a/misc/yelp/Makefile        Fri Oct 14 21:47:59 2005 +0000
+++ b/misc/yelp/Makefile        Fri Oct 14 21:48:34 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2005/10/12 22:04:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.36 2005/10/14 21:48:34 jmmv Exp $
 #
 
-DISTNAME=              yelp-2.10.0
-PKGREVISION=           1
+DISTNAME=              yelp-2.12.1
 CATEGORIES=            misc
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/yelp/2.10/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/yelp/2.12/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -24,12 +23,14 @@
 
 CONFIGURE_ARGS+=       --with-html-widget=gtkhtml2
 
+GCONF2_SCHEMAS=                yelp.schemas
+
 PKG_OPTIONS_VAR=       PKG_OPTIONS.yelp
 .include "../../www/mozilla/gecko-options.mk"
 .include "../../mk/bsd.options.mk"
 
 .include "../../archivers/bzip2/buildlink3.mk"
-.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/GConf2/schemas.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libbonobo/buildlink3.mk"
@@ -37,13 +38,15 @@
 .include "../../devel/libgnome/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../sysutils/gnome-vfs2/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
-.include "../../www/libgtkhtml/buildlink3.mk"
 .include "../../www/mozilla/gecko-depends.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 64a8eb1a93d3 -r 8e04ffc188be misc/yelp/PLIST
--- a/misc/yelp/PLIST   Fri Oct 14 21:47:59 2005 +0000
+++ b/misc/yelp/PLIST   Fri Oct 14 21:48:34 2005 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2005/05/31 15:54:26 drochner Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/10/14 21:48:34 jmmv Exp $
 bin/gnome-help
 bin/yelp
-etc/gconf/schemas/yelp.schemas
 lib/bonobo/servers/GNOME_Yelp.server
 share/applications/yelp.desktop
+share/gconf/schemas/yelp.schemas
 share/icons/hicolor/192x192/apps/yelp-icon-big.png
 ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/yelp.mo
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/yelp.mo
@@ -42,6 +42,7 @@
 ${PKGLOCALEDIR}/locale/ka/LC_MESSAGES/yelp.mo
 ${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/yelp.mo
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/yelp.mo
+${PKGLOCALEDIR}/locale/ku/LC_MESSAGES/yelp.mo
 ${PKGLOCALEDIR}/locale/li/LC_MESSAGES/yelp.mo
 ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/yelp.mo
 ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/yelp.mo
@@ -103,7 +104,13 @@
 share/yelp/xslt/info2html.xsl
 share/yelp/xslt/man2html.xsl
 share/yelp/xslt/toc2html.xsl
+share/yelp/xslt/yelp-common.xsl
+share/yelp/yelp.js
 @dirrm share/yelp/xslt
 @dirrm share/yelp/ui
 @dirrm share/yelp/icons
 @dirrm share/yelp
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/192x192/apps
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in xdg-dirs: @dirrm share/applications
+@comment in libbonobo: @dirrm lib/bonobo/servers
diff -r 64a8eb1a93d3 -r 8e04ffc188be misc/yelp/distinfo
--- a/misc/yelp/distinfo        Fri Oct 14 21:47:59 2005 +0000
+++ b/misc/yelp/distinfo        Fri Oct 14 21:48:34 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2005/05/31 15:54:26 drochner Exp $
+$NetBSD: distinfo,v 1.11 2005/10/14 21:48:34 jmmv Exp $
 
-SHA1 (yelp-2.10.0.tar.bz2) = 3d48b73a5b896e4a9771c3d103229ed6aadada7b
-RMD160 (yelp-2.10.0.tar.bz2) = bd224cb3d3899790f987e16b7bd2c41527651f78
-Size (yelp-2.10.0.tar.bz2) = 790852 bytes
+SHA1 (yelp-2.12.1.tar.bz2) = ed98bce11dfad252a1e4b8c15c9b4e2f4ec13391
+RMD160 (yelp-2.12.1.tar.bz2) = 0e1f16b4d7c0bdc59c50a7a1f7c531d1a3cb47a8
+Size (yelp-2.12.1.tar.bz2) = 815483 bytes
 SHA1 (patch-aa) = af78d53023c24266c764a8af12125250e0256071


Home | Main Index | Thread Index | Old Index