pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/lit2epub Updated lit2epub to 0.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e4e3408579f
branches:  trunk
changeset: 358788:7e4e3408579f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 20 10:18:33 2017 +0000

description:
Updated lit2epub to 0.2.2.

see ebook-tools.

diffstat:

 textproc/lit2epub/Makefile         |   7 +++----
 textproc/lit2epub/distinfo         |  12 ++++++------
 textproc/lit2epub/patches/patch-aa |  20 ++++++++++----------
 3 files changed, 19 insertions(+), 20 deletions(-)

diffs (63 lines):

diff -r a734cb2cd043 -r 7e4e3408579f textproc/lit2epub/Makefile
--- a/textproc/lit2epub/Makefile        Mon Feb 20 10:18:08 2017 +0000
+++ b/textproc/lit2epub/Makefile        Mon Feb 20 10:18:33 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:05 asau Exp $
-#
+# $NetBSD: Makefile,v 1.4 2017/02/20 10:18:33 wiz Exp $
 
-DISTNAME=      ebook-tools-0.1.1
-PKGNAME=       lit2epub-0.1.1
+DISTNAME=      ebook-tools-0.2.2
+PKGNAME=       lit2epub-0.2.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ebook-tools/}
 
diff -r a734cb2cd043 -r 7e4e3408579f textproc/lit2epub/distinfo
--- a/textproc/lit2epub/distinfo        Mon Feb 20 10:18:08 2017 +0000
+++ b/textproc/lit2epub/distinfo        Mon Feb 20 10:18:33 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:59:39 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/02/20 10:18:33 wiz Exp $
 
-SHA1 (ebook-tools-0.1.1.tar.gz) = 5c7c177914767412f3c8b145319fa4683755ac90
-RMD160 (ebook-tools-0.1.1.tar.gz) = 02ee38ed7175e94577f718cc68c468f4e9d229ea
-SHA512 (ebook-tools-0.1.1.tar.gz) = f902f7a5831b2a1fbdbb7169cea65113bc1b57d7c5aca9aff4d75b0ddcb509acccfc18cd75738ce0a47b6aa2a0cef3b8752d5951a1ebd54eda561fd9d949a7f0
-Size (ebook-tools-0.1.1.tar.gz) = 43280 bytes
-SHA1 (patch-aa) = e8b2df45fdcd985eb1df5ed6a56861af268f7d7c
+SHA1 (ebook-tools-0.2.2.tar.gz) = 1f10bef62c9125cf804366134e486a58308f07ff
+RMD160 (ebook-tools-0.2.2.tar.gz) = 2808a20b7bc9dc01b54be0e46dfb4cf96508d1a2
+SHA512 (ebook-tools-0.2.2.tar.gz) = b4518249835ed7cc672392bf2f8b1c62bc218e41c53663bb26ab34c9e43a99b6b7ae794babdb4bd775e467bb17918703a66ee57c8cf94cb7afc4ba2a7f74816a
+Size (ebook-tools-0.2.2.tar.gz) = 46889 bytes
+SHA1 (patch-aa) = 55d88cb56c85b55db74a3706b9ab78b7b72596d1
diff -r a734cb2cd043 -r 7e4e3408579f textproc/lit2epub/patches/patch-aa
--- a/textproc/lit2epub/patches/patch-aa        Mon Feb 20 10:18:08 2017 +0000
+++ b/textproc/lit2epub/patches/patch-aa        Mon Feb 20 10:18:33 2017 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/06/06 23:41:12 markd Exp $
+$NetBSD: patch-aa,v 1.2 2017/02/20 10:18:33 wiz Exp $
 
---- src/tools/lit2epub.orig    2008-06-07 21:09:38.000000000 +0200
+--- src/tools/lit2epub.orig    2012-09-04 14:32:32.000000000 +0000
 +++ src/tools/lit2epub
-@@ -2,7 +2,7 @@
- # Uses clit to convert .lit files to valid epub
- # known issues: created metadata uses the old spec
+@@ -14,7 +14,7 @@ check_tool()
+     eval "$var=$toolpath"
+ }
   
--CLIT=$(which clit)
-+CLIT=$(which convertlit)
+-check_tool CLIT clit
++check_tool CLIT convertlit
+ check_tool ZIP zip
  
- if [ "$?" != 0 ]; then
-     echo "Can't find clit, please make sure it is in your path"
-@@ -42,7 +42,7 @@ if [ "$?" != 0 ]; then
+ LIT=$1
+@@ -43,7 +43,7 @@ if [ "$?" != 0 ]; then
      fi
      
  else



Home | Main Index | Thread Index | Old Index