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-2010Q1:1.1.1.1.0.10 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.8 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.6 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.4 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.2 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-20090110:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.06.06.23.37.00; author markd; state dead; branches; next 1.1; 1.1 date 2009.01.10.22.20.23; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.01.10.22.20.23; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Split lit2epub script out to a separate package - to remove dependency on convertlit from this package. Bump PKGREVISION. @ text @$NetBSD: patch-aa,v 1.1 2009/01/10 22:20:23 wiz Exp $ --- src/tools/lit2epub.orig 2008-06-07 21:09:38.000000000 +0200 +++ src/tools/lit2epub @@@@ -2,7 +2,7 @@@@ # Uses clit to convert .lit files to valid epub # known issues: created metadata uses the old spec -CLIT=$(which clit) +CLIT=$(which convertlit) if [ "$?" != 0 ]; then echo "Can't find clit, please make sure it is in your path" @@@@ -42,7 +42,7 @@@@ if [ "$?" != 0 ]; then fi else - TEMPDIR=$($MKTEMP -d) + TEMPDIR=$($MKTEMP -d -t lit2epub.tmp) fi WD=$(pwd) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of ebook-tools-0.1.1, originally packaged for wip. ebook-tools provides tools for accessing and converting various ebook file formats. @ text @@