pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/sword



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Nov  7 13:53:30 UTC 2021

Modified Files:
        pkgsrc/misc/sword: Makefile PLIST distinfo
        pkgsrc/misc/sword/patches: patch-Makefile.in

Log Message:
update sword to version 1.9.0

pkglint fixes:
  add comment to patch

changes from changelog:

* Release 1.9.0 *
03-Nov-2020     Troy A. Griffitts
        Added new compile option USECXX11TIME which will provide a default
                SWLog::logTimedInformation impl using C++11 facilities
        Added new compile options STRIPLOGD and STRIPLOGI which will compile
                out engine calles to SWLog::logDebug and SWLog::logInformation
                and SWLog::logTimedInformation for runtime optimization
        Extended Cordova plugin to include SWModule::setEntry,
        SWMgr::getPrefixPath
        Isolated all File IO calls to FileMgr
        Merged in Xiphos' Windows patch to FileMgr to allow full legal Unicode
                range in file path names.
        Improved TEI -> HTML output path
        Completed camelCase of all public non-deprecated API methods
        Added the concept of Utility Modules to engine which are intended to
                assist clients in building a robust user experience but are not
                intended for exposure to the end user in the same way as
                traditional SWORD modules.
        Added the concept of [Pref Abbrevs] to locale files to assist mobile
                developers choose a localized abbreviation for Bible book
                names.
        Added facility to set timeouts for SWTransport classes
        Many locale updates and new locales added
        Improved support for many markup tags
        Many bug fixes
        Changes to promote safe multi-threaded use
        Expanded examples

25-Jul-2020     Troy A. Griffitts
        Added ZipCompress::unTarGZ to provide a library facility to untargz
                a file on all supported platforms.

07-Jul-2020     Troy A. Griffitts
        Renamed __[su][8,16,32,64] defines to SW_[su][8,16,32,64]

20-Apr-2020     Troy A. Griffitts
        Extended StringMgr to include lowerUTF8, isUpper, isLower, isDigit,
                isAlpha
        Added personalization facility for cipher keys

10-Sep-2018     Troy A. Griffitts
        Added intra-verse search support

01-Nov-2017     Troy A. Griffitts
        Added bindings: Android and cordova

01-Sep-2017     Troy A. Griffitts
        Adding French mapping data.
                Patch submitted by domcox

21-May-2017     Troy A. Griffitts
        Added --with-icuregex option to use ICU regex engine


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/sword/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/sword/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/sword/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/sword/patches/patch-Makefile.in

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

Modified files:

Index: pkgsrc/misc/sword/Makefile
diff -u pkgsrc/misc/sword/Makefile:1.43 pkgsrc/misc/sword/Makefile:1.44
--- pkgsrc/misc/sword/Makefile:1.43     Wed Sep 29 19:00:09 2021
+++ pkgsrc/misc/sword/Makefile  Sun Nov  7 13:53:30 2021
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.43 2021/09/29 19:00:09 adam Exp $
+# $NetBSD: Makefile,v 1.44 2021/11/07 13:53:30 nros Exp $
 #
 
-DISTNAME=      sword-1.8.1
-PKGREVISION=   12
+DISTNAME=      sword-1.9.0
 CATEGORIES=    misc
-MASTER_SITES=  http://www.crosswire.org/ftpmirror/pub/sword/source/v1.8/
+MASTER_SITES=  http://www.crosswire.org/ftpmirror/pub/sword/source/v${PKGVERSION_NOREV:R}/
 
 MAINTAINER=    elentirmo.gilgalad%gmail.com@localhost
 HOMEPAGE=      https://www.crosswire.org/sword/index.jsp
-COMMENT=       SWORD Bible study software libraries and tools
+COMMENT=       Bible study software libraries and tools
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= yes

Index: pkgsrc/misc/sword/PLIST
diff -u pkgsrc/misc/sword/PLIST:1.2 pkgsrc/misc/sword/PLIST:1.3
--- pkgsrc/misc/sword/PLIST:1.2 Sun Oct 27 16:59:45 2019
+++ pkgsrc/misc/sword/PLIST     Sun Nov  7 13:53:30 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/27 16:59:45 kamil Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/11/07 13:53:30 nros Exp $
 bin/diatheke
 bin/emptyvss
 bin/imp2gbs
@@ -11,7 +11,6 @@ bin/mod2osis
 bin/mod2vpl
 bin/mod2zmod
 bin/osis2mod
-bin/stripaccents
 bin/tei2mod
 bin/vpl2mod
 bin/vs2osisref
@@ -170,7 +169,6 @@ include/sword/thmlxhtml.h
 include/sword/treekey.h
 include/sword/treekeyidx.h
 include/sword/unicodertf.h
-include/sword/untgz.h
 include/sword/url.h
 include/sword/utf16utf8.h
 include/sword/utf8arabicpoints.h
@@ -260,6 +258,7 @@ share/sword/locales.d/locales.conf
 share/sword/locales.d/lt-utf8.conf
 share/sword/locales.d/lv-utf8.conf
 share/sword/locales.d/mt-utf8.conf
+share/sword/locales.d/my-utf8.conf
 share/sword/locales.d/nb-utf8.conf
 share/sword/locales.d/nb.conf
 share/sword/locales.d/nl-utf8.conf

Index: pkgsrc/misc/sword/distinfo
diff -u pkgsrc/misc/sword/distinfo:1.6 pkgsrc/misc/sword/distinfo:1.7
--- pkgsrc/misc/sword/distinfo:1.6      Tue Oct 26 10:59:34 2021
+++ pkgsrc/misc/sword/distinfo  Sun Nov  7 13:53:30 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:59:34 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/07 13:53:30 nros Exp $
 
-BLAKE2s (sword-1.8.1.tar.gz) = 3f07bfb8d69c29a12a6ef2fb6d8571e6288143c0bfb0ecf185fccbe7fd5c2187
-SHA512 (sword-1.8.1.tar.gz) = 5c08c070ea0c86b7d929bbf94c89730eb5a487986deb9edf01c08d1710356aecd1ab3bde4437a778e5fc1ceb05b63287612ec6161381c0986a36344c27d2ab36
-Size (sword-1.8.1.tar.gz) = 2449503 bytes
-SHA1 (patch-Makefile.in) = 6508dabcd47e08609e43c76f738c4d4384152354
+BLAKE2s (sword-1.9.0.tar.gz) = 4dc7fde358cfe0f31f71f61a2ef3258d16556bcb8a140b1e903251c22e8aca02
+SHA512 (sword-1.9.0.tar.gz) = 9ed3fbb5024af1f93b1473bae0d95534d02a5b00b3c9d41a0f855cee8106dc4e330844080adbee7c3f74c0e5ce1480bf16c87c842421337a341f641bae11137f
+Size (sword-1.9.0.tar.gz) = 2606652 bytes
+SHA1 (patch-Makefile.in) = b4f8156cc5e2b4f3fc2ac7623c8996692a42697e

Index: pkgsrc/misc/sword/patches/patch-Makefile.in
diff -u pkgsrc/misc/sword/patches/patch-Makefile.in:1.2 pkgsrc/misc/sword/patches/patch-Makefile.in:1.3
--- pkgsrc/misc/sword/patches/patch-Makefile.in:1.2     Sun Oct 27 16:59:45 2019
+++ pkgsrc/misc/sword/patches/patch-Makefile.in Sun Nov  7 13:53:30 2021
@@ -1,4 +1,6 @@
-$NetBSD: patch-Makefile.in,v 1.2 2019/10/27 16:59:45 kamil Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2021/11/07 13:53:30 nros Exp $
+
+* adapt to pkg_install framework
 
 --- Makefile.in.orig   2018-01-09 02:02:03.000000000 +0000
 +++ Makefile.in



Home | Main Index | Thread Index | Old Index