pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/sword
Module name: wip
Committed by: nros
Date: Thu Dec 18 19:58:22 UTC 2014
Modified Files:
wip/sword: Makefile PLIST buildlink3.mk distinfo
Removed Files:
wip/sword/patches: patch-aa
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@localhost>
Added C# bindings contributed by Daniel Hughes <trampster%gmail.com@localhost>
* Release 1.7.0 *
5-Oct-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
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@localhost>
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@localhost>
Added basic bibliography method to SWModule
(mostly from refdoc's patch)
16-July-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
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@localhost>
Added LXX & Orthodox versifications
13-July-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
InstallMgr FTP now has a 45 second timeout
11-July-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
SWIG bindings updated to build and work with autotools
8-Jul-2013 Chris Little <chrislit%crosswire.org@localhost>
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@localhost>
InstallMgr HTTP transport, fix for buffer overrun in non-standard
Apache dir list output
29-Jun=2013 Chris Little <chrislit%crosswire.org@localhost>
Removed PLAINHTML and PLAINFootnotes filters
19-Jun-2013 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
Introduced CMake options to specify exact install locations
of subcomponents
11-Jun-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
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@localhost>
Added basic OSISEnum & OSISXlit filters
Renamed OSISRuby to the more general OSISGlosses
7-Jun-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
Enhanced regex searches to return result which cross a single
verse boundaries
30-May-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
Generalized Transport interface from 'FTP' to 'Remote' to better
accommodate HTTP, SFTP, etc.
11-April-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
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@localhost>
More examples, including: show a chapter, verse range
24-Feb-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
Greatly improved navigation with intros and normalization turned
on/off
1-Feb-2013 Troy A. Griffitts <scribe%crosswire.org@localhost>
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@localhost>
Removed warnings in header files for unused variables
06-Jan-2013 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
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@localhost>
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@localhost>
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@localhost>
Changed default log level to WARN from INFO
29-Aug-2012 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
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@localhost>
New Lucene index field for searching 'morph' (lemma@morphology)
21-Jun-2012 Peter von Kaehne <refdoc%crosswire.org@localhost>
Added Pohnpeian language locale
25-Apr-2012 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
InstallMgr now supports HTTPS connections where cURL has support
for that transport
24-Mar-2012 DM Smith <dmsmith%crosswire.org@localhost>
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
21-Feb-2012 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added constants for module types:
SWMgr::MODTYPE_BIBLES, MODTYPE_COMMENTARIES, MODTYPE_LEXDICTS,
MODTYPE_GENBOOKS, MODTYPE_DAILYDEVOS
14-Feb-2012 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
Added cross-compile support to CMake, including sample Toolchain files.
13-Feb-2012 Karl Kleinpaste <karl%kleinpaste.org@localhost>
Added ability for *HTML* wrappers to render n attribute from notes
30-Jan-2012 Manfred Bergmann <manfred.bergmann%me.com@localhost>
Update to Lion Project. All SWORD utils are now in Xcode project and can
be built from there. They are however prepared to be used from
with Eloquent
07-Dec-2011 Chris Little <chrislit%crosswire.org@localhost>
Removed SynodalP v11n from library
12-Nov-2011 DM Smith <dmsmith%crosswire.org@localhost>
osis2mod: re-added the preverse div markers
02-Nov-2011 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
Improved handling of CLucene and included support for CLucene 2
29-Oct-2011 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added RTFHTML parsing of rtf \\number codes to facilitate .conf files
Adjusted abuser detection in SwordOrb and made orbs cycle when max is
reached for an IP (probably a server using us as a service)
Added translate and InstallMgr functions to orb
29-Sep-2011 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added sane parameter parsing to imp2ld
Added methods for utf8 / wchar conversion to help clucene
07-Aug-2011 Manfred Bergmann <manfred.bergmann%me.com@localhost>
Added new Lion Xcode project where the SWORD stuff is compiled in Xcode
project. Changed -setClass: and instead added a protocol
implementation based setting of configuration
ObjC: Re-added ppc archiecture for Xcode project
14-Jul-2011 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
Added a sample Python script that demonstrates the bindings and compares
osisIDs in an XML file to known Versification schemes
10-Jul-2011 Manfred Bergmann <manfred.bergmann%me.com@localhost>
ObjC: Fix and simplification for -
(id)attributeValueForParsedLinkData:(NSDictionary *)data
withTextRenderType:(TextPullType)textType
10-Jul-2011 Manfred Bergmann <manfred.bergmann%me.com@localhost>
ObjC: Added option to retrieve texts for link data as rendered or
stripped.
Minor changes to SwordInstallSource and Controller.
Adaption of ModuleType "All" to modulesForType: method.
Added additional "All" enum ModuleType
Changed visibility of swordManager.
Added listModulesForType: method.
Added convenience constructor for SwordInstallSourceController.
SwordLocaleManager can be initialized with a given path to
locales.d. Swordbible decodeRef class method will now only pass
back values where not NULL was delivered.
16-Mar-2011 Peter von Kaehne <refdoc%crosswire.org@localhost>
Introducing localised keys to imp2vs.cpp
15-Mar-2011 Peter von Kaehne <refdoc%crosswire.org@localhost>
Faroese Locale
10-Jul-2011 Manfred Bergmann <manfred.bergmann%me.com@localhost>
Module names are stored as lower case string in SwordManagers module
cache. -moduleForName: now als uses a lower case string to pull
the module from the cache
* Release 1.6.2 *
18-Oct-2010 Troy A. Griffitts <scribe%crosswire.org@localhost>
Fixed parsing book names containing the letter 'f'
from Ben Morgan
Fixed imp2vs not flushing cache before exiting when
creating compressed modules
Fixed LZSS compression
14-Oct-2010 Troy A. Griffitts <scribe%crosswire.org@localhost>
Allow <hi> to be nested in any order in OSIS markup
Updates to allow hyphenated book names
15-Aug-2010 Gregory S. Hellings <greg.hellings%gmail.com@localhost>
Added a file to SWIG bindings to enable compilation
of Perl bindings, which lacked stl_multimap.i
Added support for building Python and Perl with CMake
Updated demo Perl script to reflect new API changes
25-Jun-2010 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added CMake build system, contributed by GHellings
29-Mar-2010 Troy A. Griffitts <scribe%crosswire.org@localhost>
Set verse to 1 when changing chapter and book in VerseKey
Fixed a bug where book designations ending in 'f' would
trigger the verse+'f'/'ff' feature.
Fixed curl bug which seems to hold on to progress
object even after scope of data retrival
* Release 1.6.1 *
01-Jan-2010 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added locales.d/locales.conf - a special locale which
can be queried for localized and English lang names
New supported v11n systems: german kjva leningrad luther
mt nrsva nrsv synodal vulg <chrislit%crosswire.org@localhost>
02-Dec-2009 Troy A. Griffitts <scribe%crosswire.org@localhost>
Updated installmgr util to allow multiple
commands and update dl progress
Added progress reporting to FtpLib transport
Added ability to cancel during file transport,
per Eeli's suggestion
Increased clucene buffer size - mwtalbert
On clucene index creation, error out on no
write perms - mwtalbert
12-Oct-2009 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added initial impl for CurlHTTPTransport submitted
by Nic Carter <niccarter%mac.com@localhost>
Added initial Android ifdefs to get things compiling
under the Android NDK
Added bindings/java-jni for Android development
09-Aug-2009 Troy A. Griffitts <scribe%crosswire.org@localhost>
Added checks for Hebrew and Arabic when stripping
for searching
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/sword/PLIST wip/sword/buildlink3.mk
cvs -z3 rdiff -u -r1.1 -r0 wip/sword/patches/patch-aa
cvs -z3 rdiff -u -r1.2 -r1.3 wip/sword/Makefile wip/sword/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sword/PLIST?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sword/buildlink3.mk?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sword/patches/patch-aa?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sword/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sword/distinfo?r1=1.2&r2=1.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index