pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lit2epub



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 20 10:18:33 UTC 2017

Modified Files:
        pkgsrc/textproc/lit2epub: Makefile distinfo
        pkgsrc/textproc/lit2epub/patches: patch-aa

Log Message:
Updated lit2epub to 0.2.2.

see ebook-tools.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/lit2epub/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/lit2epub/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/lit2epub/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/lit2epub/Makefile
diff -u pkgsrc/textproc/lit2epub/Makefile:1.3 pkgsrc/textproc/lit2epub/Makefile:1.4
--- pkgsrc/textproc/lit2epub/Makefile:1.3       Thu Oct 25 06:56:05 2012
+++ pkgsrc/textproc/lit2epub/Makefile   Mon Feb 20 10:18:33 2017
@@ -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/}
 

Index: pkgsrc/textproc/lit2epub/distinfo
diff -u pkgsrc/textproc/lit2epub/distinfo:1.2 pkgsrc/textproc/lit2epub/distinfo:1.3
--- pkgsrc/textproc/lit2epub/distinfo:1.2       Wed Nov  4 01:59:39 2015
+++ pkgsrc/textproc/lit2epub/distinfo   Mon Feb 20 10:18:33 2017
@@ -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

Index: pkgsrc/textproc/lit2epub/patches/patch-aa
diff -u pkgsrc/textproc/lit2epub/patches/patch-aa:1.1.1.1 pkgsrc/textproc/lit2epub/patches/patch-aa:1.2
--- pkgsrc/textproc/lit2epub/patches/patch-aa:1.1.1.1   Sun Jun  6 23:41:12 2010
+++ pkgsrc/textproc/lit2epub/patches/patch-aa   Mon Feb 20 10:18:33 2017
@@ -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