diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-11 18:41:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-11 18:41:53 +0000 |
commit | 1d6168c5e8578f5e820798d54fc19abfba9f2da9 (patch) | |
tree | 5880d1d6c5f59c7ede0b90ab2a61ac442b2f655c /textproc/rarian | |
parent | b4b3d223e092f9b03e2717827570efe2cf3414e6 (diff) | |
download | pkgsrc-1d6168c5e8578f5e820798d54fc19abfba9f2da9.tar.gz |
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 (limited to 'textproc/rarian')
-rw-r--r-- | textproc/rarian/Makefile | 6 | ||||
-rw-r--r-- | textproc/rarian/PLIST | 3 | ||||
-rw-r--r-- | textproc/rarian/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 9095d4c1f87..f3ed6d16ebd 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -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 diff --git a/textproc/rarian/PLIST b/textproc/rarian/PLIST index e34f90a2750..00e4cc0744b 100644 --- a/textproc/rarian/PLIST +++ b/textproc/rarian/PLIST @@ -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-rebuilddb 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 --git a/textproc/rarian/distinfo b/textproc/rarian/distinfo index 1a0440807c4..52772900065 100644 --- a/textproc/rarian/distinfo +++ b/textproc/rarian/distinfo @@ -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 |