The NetBSD Project

CVS log for pkgsrc/misc/sword/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / sword

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.55 / (download) - annotate - [select for diffs], Fri Dec 29 18:24:54 2023 UTC (2 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.26 (colored)

revbump for boost-libs

Revision 1.54 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:13 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.26 (colored)

*: recursive bump for icu 74.1

Revision 1.53 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:05 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.26 (colored)

*: bump for openssl 3

Revision 1.52 / (download) - annotate - [select for diffs], Sun Apr 23 14:26:09 2023 UTC (11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.26 (colored)

revbump for boost

Revision 1.51 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:32 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.26 (colored)

revbump after textproc/icu update

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jan 22 16:28:15 2023 UTC (14 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.26 (colored)

*: Recursive revbump from Boost 1.81.0

Revision 1.49 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:54 2022 UTC (16 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.26 (colored)

massive revision bump after textproc/icu update

Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:05 2022 UTC (17 months ago) by wiz
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.26 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.47 / (download) - annotate - [select for diffs], Mon Apr 18 19:09:59 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.26 (colored)

revbump for textproc/icu update

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 10 01:46:40 2022 UTC (2 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.26 (colored)

*: Recursive revbump from boost 1.78.0

Revision 1.45 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:22 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored) to selected 1.26 (colored)

revbump for icu and libffi

Revision 1.44 / (download) - annotate - [select for diffs], Sun Nov 7 13:53:30 2021 UTC (2 years, 4 months ago) by nros
Branch: MAIN
Changes since 1.43: +4 -5 lines
Diff to previous 1.43 (colored) to selected 1.26 (colored)

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

Revision 1.43 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:09 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.26 (colored)

revbump for boost-libs

Revision 1.42 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:12 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.26 (colored)

revbump for boost-libs

Revision 1.41 / (download) - annotate - [select for diffs], Wed Apr 21 11:40:31 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.26 (colored)

revbump for textproc/icu

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 1 08:24:51 2021 UTC (3 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.26 (colored)

*: Recursive revbump from boost-1.75.0

Revision 1.39 / (download) - annotate - [select for diffs], Thu Nov 5 09:07:01 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.26 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jun 2 08:22:49 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.26 (colored)

Revbump for icu

Revision 1.37 / (download) - annotate - [select for diffs], Fri May 22 10:55:47 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.26 (colored)

revbump after updating security/nettle

Revision 1.36 / (download) - annotate - [select for diffs], Wed May 6 14:04:11 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.26 (colored)

revbump after boost update

Revision 1.35 / (download) - annotate - [select for diffs], Sun Apr 12 08:28:01 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.26 (colored)

Recursive revision bump after textproc/icu update

Revision 1.34 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:57 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.26 (colored)

*: recursive bump for libffi

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:45 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.26 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:18 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.26 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jan 12 20:19:57 2020 UTC (4 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.26 (colored)

*: Recursive revbump from devel/boost-libs

Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 3 17:04:27 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored) to selected 1.26 (colored)

misc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Oct 27 17:04:20 2019 UTC (4 years, 5 months ago) by kamil
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.26 (colored)

sword: Fix comment

Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 27 16:59:45 2019 UTC (4 years, 5 months ago) by kamil
Branch: MAIN
Changes since 1.27: +6 -4 lines
Diff to previous 1.27 (colored) to selected 1.26 (colored)

sword: Upgrade to 1.8.1

Full changelog is unknown.

CHANGELOG
=========
1.8.0

I would like to take this chance to announce the immediate availability of
SWORD release 1.8.0. I know this release has been a long time in coming,
but the long time comes with lots of benefits for users, developers, and
maintainers. The benefits to users and developers are mentioned elsewhere,
throughout the code and other places. The main benefit to maintainers is
that, now, there are automated tests in place and the release process is
now automated. This means that future releases on that 1.8 branch can be
easily executed whenever needed. Have a Merry Christmas, everyone! And keep
your eyes open for a 1.8.1 in the not too distant future to fix up
buildings in the binding code. Otherwise, you can get the code you're
looking for below:
MD5: 095dbd723738c2a232c85685a11827a8 sword-1.8.0.tar.gz
SHA512: c45f3135255322a77e955297997db2529f31b397c42cc4b9474dc6ec8d329b2233b292078979de5fbf33cad4a1a607aabb66f86501072a729d68e9fc840c8c8e
sword-1.8.0.tar.gz
URL: sword-1.8.0.tar.gz
--Greg

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:35 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Recursive revbump from boost-1.71.0

Revision 1.26 / (download) - annotate - [selected], Sat Jul 20 22:46:02 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 1 04:07:50 2019 UTC (4 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.26 (colored)

Recursive revbump from boost-1.70.0

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 3 00:32:54 2019 UTC (4 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.26 (colored)

Recursive revbump from textproc/icu

Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:36 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.26 (colored)

revbump for boost 1.69.0

Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 9 18:52:04 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.26 (colored)

revbump after updating textproc/icu

Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:31 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.26 (colored)

revbump after boost-libs update

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 20 03:33:53 2018 UTC (5 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.26 (colored)

Recursive revbump from textproc/icu-62.1

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:22 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.26 (colored)

revbump for boost-libs update

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 14 07:33:58 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.26 (colored)

revbump after icu update

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:10 2018 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.26 (colored)

Revbump after boost update

Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 30 16:45:05 2017 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.26 (colored)

Revbump after textproc/icu update

Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 18 09:53:02 2017 UTC (6 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.26 (colored)

revbump for requiring ICU 59.x

Revision 1.14 / (download) - annotate - [select for diffs], Sat Sep 16 15:42:13 2017 UTC (6 years, 6 months ago) by tnn
Branch: MAIN
Changes since 1.13: +4 -1 lines
Diff to previous 1.13 (colored) to selected 1.26 (colored)

sword: build fix for NetBSD-current

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:00 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.26 (colored)

Revbump for boost update

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 22 23:40:42 2017 UTC (6 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.26 (colored)

Dependencies use C++11 in headers.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:23 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.26 (colored)

Recursive revbump from boost update

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 22 21:03:13 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.26 (colored)

Revbump after icu update

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 1 16:05:59 2017 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.26 (colored)

Revbump after boost update

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 4 05:17:09 2016 UTC (7 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.26 (colored)

Recursive revbump from textproc/icu 58.1

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:33 2016 UTC (7 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.26 (colored)

Revbump post boost update

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 19:01:36 2016 UTC (7 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.26 (colored)

Recursive revbump from textproc/icu 57.1

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 5 11:27:51 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.26 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 10 01:57:53 2015 UTC (8 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.26 (colored)

Recursive revbump from textproc/icu

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 17 15:52:57 2015 UTC (8 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.26 (colored)

Revbump after updating devel/boost-libs

Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 6 08:17:15 2015 UTC (8 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.26 (colored)

Revbump after updating textproc/icu

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 12 13:30:28 2015 UTC (9 years ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to selected 1.26 (colored)

Import wip/sword as misc/sword, reviewed by sevan and wiz.

The SWORD Project is the CrossWire Bible Society's free Bible software
project. Its purpose is to create cross-platform open-source tools that
allow programmers and Bible societies to write new Bible software more
quickly and easily.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>