head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.0.12 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.10 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.8 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.6 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.4 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.2 pkgsrc-2009Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2011.05.21.15.07.48; author wiz; state dead; branches; next 1.1; 1.1 date 2009.11.18.17.41.20; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.8.2 provided by Rhialto in PR 44868. Changes since 0.6.x: many too many to list here. Now comes with its own store. @ text @$NetBSD: patch-ac,v 1.1 2009/11/18 17:41:20 wiz Exp $ --- src/calibre/utils/help2man.py.orig 2009-09-28 23:23:41.000000000 +0000 +++ src/calibre/utils/help2man.py @@@@ -3,7 +3,7 @@@@ __license__ = 'GPL 3' __copyright__ = '2009, Kovid Goyal ' __docformat__ = 'restructuredtext en' -import time, bz2 +import time from calibre.constants import __version__, __appname__, __author__ @@@@ -57,6 +57,6 @@@@ def create_man_page(prog, parser): lines = [x if isinstance(x, unicode) else unicode(x, 'utf-8', 'replace') for x in lines] - return bz2.compress((u'\n'.join(lines)).encode('utf-8')) + return (u'\n'.join(lines)).encode('utf-8') @ 1.1 log @Update to 0.6.24. Lots and lots of changes since the 0.4 version we had in pkgsrc. On NetBSD, readers are still not recognized automatically due to a lack of methods for finding new devices and their mount points. @ text @d1 1 a1 1 $NetBSD$ @