NOTICE: This package has been removed from pkgsrc

./wip/sword, SWORD Bible study software libraries and tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.4, Package name: sword-1.7.4, Maintainer: elentirmo.gilgalad

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.


Required to run:
[textproc/icu] [www/curl] [textproc/libclucene]

Required to build:
[devel/boost-headers]

Master sites:

SHA1: 9fc1070baaa9f991056c1dc0d0455022de2610db
RMD160: 55a0b741a97e58f29cfa5eca4572719660447393
Filesize: 2107.307 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-12 15:21:24 by Niclas Rosenvik | Files touched by this commit (7) | Package removed
Log message:
Remove sword imported as misc/sword.
   2015-01-24 00:33:15 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Made the wrong INSTALL_TARGET so PLIST got wrong. Now fixed.
   2015-01-24 00:14:48 by Niclas Rosenvik | Files touched by this commit (6)
Log message:
Install sword.conf in share/examples/sword and let pkginstall framework 
install sword.conf in pkg_sysconfdir.

Update sword to version 1.7.4.
Changelog:

API ChangeLog

15-Dec-2014	DM Smith <dmsmith@crosswire.org>
	Fixed endless loop in osis2mod for some inputs.

15-Dec-2014	DM Smith <dmsmith@crosswire.org>
	Added support for Psalm Book divisions using <div type=majorSection>
	from GHellings

03-Dec-2014	Karl Kleinpaste <charcoal@users.sf.net>
	Corrected anomalous OSIS highlighting output w/GHellings' patches in
		src/modules/filters/osis{plain,xhtml}.cpp
   2014-12-18 20:58:22 by Niclas Rosenvik | Files touched by this commit (5) | Package updated
Log message:
Updated Sword to version 1.7.3
Removed patch-aa, it is included in this release.
Removed fortran from USE_LANGUAGES this version of sword don't need it.

Changelog from changelog file included in distfile:

API ChangeLog

27-Apr-2014	Troy A. Griffitts <scribe@crosswire.org>
	Added C# bindings contributed by Daniel Hughes <trampster@gmail.com>

* Release 1.7.0 *

5-Oct-2013	Troy A. Griffitts <scribe@crosswire.org>
	Add a new Option filter, OSISReferenceLinks, based on work submitted
		by "John Austin", which allows removal of references based on
		a type/subtype combination. .conf usage is:
		GlobalOptionFilter=OSISReferenceLinks|Option Name|Option Tip
			|OSIS Reference Type|OSIS Reference SubType
			|Default Value
		e.g,
		GlobalOptionFilter=OSISReferenceLinks|Reference Material Links
			|Hide or show links in the Biblical text to study helps
			|x-glossary||On

14-Aug-2013	Troy A. Griffitts <scribe@crosswire.org>
	Added new version macros in swversion.h and removed
		config.h as a packaged and included entity

2-Aug-2013	Chris Little <chrislit@crosswire.org>
	Added basic bibliography method to SWModule
		(mostly from refdoc's patch)

16-July-2013	Troy A. Griffitts <scribe@crosswire.org>
	Many classes have had class and method names normalized, including:
		VerseMgr renamed to VersificationMgr
		SWKey
		ListKey
		SWModule

13-July-2013	Chris Little <chrislit@crosswire.org>
	Added LXX & Orthodox versifications

13-July-2013	Troy A. Griffitts <scribe@crosswire.org>
	InstallMgr FTP now has a 45 second timeout

11-July-2013	Troy A. Griffitts <scribe@crosswire.org>
	SWIG bindings updated to build and work with autotools

8-Jul-2013	Chris Little <chrislit@crosswire.org>
	Applied submitted UTF8ArabicPoints code
	Plugged Bzip2Compress & XzCompress into the API, though these
		remain clones of the ZipCompress class and will not be
		supported in 1.7.0

6-July-2013	Jaak Ristioja <jaak@ristioja.ee>
	InstallMgr HTTP transport, fix for buffer overrun in non-standard
		Apache dir list output

29-Jun=2013	Chris Little <chrislit@crosswire.org>
	Removed PLAINHTML and PLAINFootnotes filters

19-Jun-2013	Gregory S. Hellings <greg.hellings@gmail.com>
	Introduced CMake options to specify exact install locations
		of subcomponents

11-Jun-2013	Troy A. Griffitts <scribe@crosswire.org>
	Changed SWBuf append methods to return *this, so they can be chained
	Added a new method SWBuf::indexOf
	New XHTML Filters based on HTMLHREF but now support:
		tables, sub, and super elements, hi rend attribute for
		overline of nom sac
		better whitespace processing for:
			block tags by supressing multiple vspace
			poetry lines

10-Jun-2013	Chris Little <chrislit@crosswire.org>
	Added basic OSISEnum & OSISXlit filters
	Renamed OSISRuby to the more general OSISGlosses

7-Jun-2013	Troy A. Griffitts <scribe@crosswire.org>
	Enhanced regex searches to return result which cross a single
		verse boundaries

30-May-2013	Troy A. Griffitts <scribe@crosswire.org>
	Generalized Transport interface from 'FTP' to 'Remote' to better
		accommodate HTTP, SFTP, etc.

11-April-2013	Troy A. Griffitts <scribe@crosswire.org>
	Verse parser updates, including:
		Fixed parsing of Ps.V
		Added parsing of special 'inscriptio' and 'subscriptio' entries
			resolving to special Book 0:0 and Book 1:0
			respectively
			e.g., Matt.Inscr -> Matt.0.0; Matt.Subscrip -> Matt.1.0
		Better handling of verse suffix, e.g., John.1.3b
		Handle comma verses properly after range which spans chapters,
			e.g., jn.1.1-2.5,9

12-Mar-2013	Troy A. Griffitts <scribe@crosswire.org>
	More examples, including: show a chapter, verse range

24-Feb-2013	Troy A. Griffitts <scribe@crosswire.org>
	Greatly improved navigation with intros and normalization turned
		on/off

1-Feb-2013	Troy A. Griffitts <scribe@crosswire.org>
	New .conf entries honored:
		StrongsPadding=false, which turns off
			logic to detect strongs numbers and add padding
		CaseSensitiveKeys=true, which makes a lexicon case sensitive

29-Jan-2013	Jaak Ristioja <jaak@ristioja.ee>
	Removed warnings in header files for unused variables

06-Jan-2013	Gregory S. Hellings <greg.hellings@gmail.com>
	Added support to install from SFTP sources using username/password
		authentication in places where cURL has SFTP support (no support
		for public-key auth yet)

19-Dec-2012	Manfred Bergmann <manfred.bergmann@me.com>
	Added ObjC wrappers for the SWORD filter classes. Mainly because in
		Eloquent project it is not possible to access any of the plain
		C++ SWORD stuff. Wrappers are necessary
	Added FilterProvider and FilterProviderFactory. They have been
		created to add the possibility for application to override
		the default filters (render/strip). To add a custom
		FilterProvider, subclass DefaultFilterProvider and override the
		methods that are required to return other filter instances.
		Then initialize the Factory with this provider
		+[FilterProviderFactory initWithImpl:<your impl>]

07-Nov-2012	Chris Little <chrislit@crosswire.org>
	Starting (very minimal) support for TEI in xml2gbs
	Generalizing ruby as glosses (for use in non-Japanese texts or
		even Japanese texts with non-ruby glosses)

14-Sep-2012	Troy A. Griffitts <scribe@crosswire.org>
	Changed default log level to WARN from INFO

29-Aug-2012	Gregory S. Hellings <greg.hellings@gmail.com>
	Swig bindings may now be built against shared or static libraries.
	Cleaned up almost all gcc 4.7 warnings from the swig bindings and
		eliminated errors which packagers had discovered.
	Swig bindings are now installed by the normal 'make install' under
		CMake

11-Jul-2012	Troy A. Griffitts <scribe@crosswire.org>
	New Lucene index field for searching 'morph' (lemma@morphology)

21-Jun-2012 	Peter von Kaehne <refdoc@crosswire.org>
	Added Pohnpeian language locale

25-Apr-2012	Gregory S. Hellings <greg.hellings@gmail.com>
	InstallMgr now supports HTTPS connections where cURL has support
		for that transport

24-Mar-2012	DM Smith <dmsmith@crosswire.org>
	osis2mod: Allow comments to be in osis document and to be stripped out.
		From John Zaitseff
	osis2mod: Allow div in header of osis document. From John Zaitseff
   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-09-28 21:23:11 by Gábor Gergely | Files touched by this commit (2)
Log message:
Add patch to workaround a bug in curl 7.20 causing SEGFAULT in sword 
   2010-09-28 17:04:55 by Gábor Gergely | Files touched by this commit (6) | Imported package
Log message:
Import sword-1.6.1 as wip/sword.

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.