pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rarian update to 0.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4e8f57893aa
branches:  trunk
changeset: 540943:b4e8f57893aa
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Apr 11 18:41:53 2008 +0000

description:
update to 0.8.0
changes:
* Add new attributes for hidden (NoDisplay) and default
  section (DocDefaultSection) to the .document file parsing
* Increase scrictness of parsing in line with the spec.
* omf files now return (approximate) fd.o categories
* Add new requirement to define I_KNOW_RARIAN_0_8_IS_UNSTABLE before
  use
* rarian.h is now a general inclusion guard and main functions have
  moved to rarian-main.h
* Update example program to use new features
-bugfixes

pkgsrc note: While 0.8.0 is marked unstable, it is required by the
upcoming 2.22 gnome release. There are no compatibility problems
for clients installing help files, but build of yelp (the help browser)
will be broken until it is updated.

diffstat:

 textproc/rarian/Makefile |  6 +++---
 textproc/rarian/PLIST    |  3 ++-
 textproc/rarian/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r d5b3fa6a0cb3 -r b4e8f57893aa textproc/rarian/Makefile
--- a/textproc/rarian/Makefile  Fri Apr 11 16:58:47 2008 +0000
+++ b/textproc/rarian/Makefile  Fri Apr 11 18:41:53 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2007/11/28 09:18:57 tron Exp $
+# $NetBSD: Makefile,v 1.4 2008/04/11 18:41:53 drochner Exp $
 #
 
-DISTNAME=      rarian-0.6.0
+DISTNAME=      rarian-0.8.0
 CATEGORIES=    textproc
 MASTER_SITES=  http://rarian.freedesktop.org/Releases/
-MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/rarian/0.6/}
+MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/rarian/0.8/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r d5b3fa6a0cb3 -r b4e8f57893aa textproc/rarian/PLIST
--- a/textproc/rarian/PLIST     Fri Apr 11 16:58:47 2008 +0000
+++ b/textproc/rarian/PLIST     Fri Apr 11 18:41:53 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/11 18:43:48 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/04/11 18:41:53 drochner Exp $
 bin/rarian-example
 bin/rarian-sk-config
 bin/rarian-sk-extract
@@ -27,6 +27,7 @@
 bin/scrollkeeper-uninstall
 bin/scrollkeeper-update
 include/rarian/rarian-info.h
+include/rarian/rarian-main.h
 include/rarian/rarian-man.h
 include/rarian/rarian-reg-utils.h
 include/rarian/rarian.h
diff -r d5b3fa6a0cb3 -r b4e8f57893aa textproc/rarian/distinfo
--- a/textproc/rarian/distinfo  Fri Apr 11 16:58:47 2008 +0000
+++ b/textproc/rarian/distinfo  Fri Apr 11 18:41:53 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/10/11 18:43:48 drochner Exp $
+$NetBSD: distinfo,v 1.2 2008/04/11 18:41:53 drochner Exp $
 
-SHA1 (rarian-0.6.0.tar.bz2) = 7bf1fce5cc2bfd4584fb776d20d3a379e888b81a
-RMD160 (rarian-0.6.0.tar.bz2) = 167c02f58e493c624d0eedb1137928c7a7cc452a
-Size (rarian-0.6.0.tar.bz2) = 312258 bytes
+SHA1 (rarian-0.8.0.tar.bz2) = ee19a6c1300a51adec765f02351b1779477fc462
+RMD160 (rarian-0.8.0.tar.bz2) = 28545ad9afbef3f0c6e1b80ee294833c31a32d56
+Size (rarian-0.8.0.tar.bz2) = 338724 bytes
 SHA1 (patch-aa) = 3b1d8601672cb52ccee9deb240c3cf5e64721b38



Home | Main Index | Thread Index | Old Index