Tiny Core Extensions > TCE 2.x

sword

(1/1)

Jason W:
Thanks to robc for:


--- Code: ---Title:          sword-devs.tcel
Description:    Devs for API/library for Bible software (TESTING)
Version:        1.6.0
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 74.5k
Extension_by:   robc
Comments: This package requires curl-devs.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

This extension is PPI compatible.

Change-log:     2009/07/31 Original
Current: 2009/07/31 Original


--- End code ---


--- Code: ---Title:          sword-devs.tczl
Description:    Devs for API/library for Bible software (TESTING)
Version:        1.6.0
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 80k
Extension_by:   robc
Comments: This package requires curl-devs.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
Current: 2009/07/31 Original


--- End code ---


--- Code: ---Title:          sword-locales.tcel
Description:    Locales for API/library for Bible software (TESTING)
Version:        1.6.0
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 65.7k
Extension_by:   robc
Comments: This package requires curl, sword, and
openssl-0.9.8h.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

This extension is PPI compatible.

Change-log:     2009/07/31 Original
Current: 2009/07/31 Original


--- End code ---


--- Code: ---Title:          sword-locales.tczl
Description:    Locales for API/library for Bible software (TESTING)
Version:        1.6.0
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 72k
Extension_by:   robc
Comments: This package requires curl, sword, and
openssl-0.9.8h.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
Current: 2009/07/31 Original


--- End code ---


--- Code: ---Title:          sword.tcel
Description:    API/library for Bible software (TESTING)
Version:        1.6.0
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 1.0M
Extension_by:   robc
Comments: This package requires curl and
openssl-0.9.8h.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

This extension is PPI compatible.

Change-log:     2009/07/31 Original
Current: 2009/07/31 Original


--- End code ---


--- Code: ---Title:          sword.tczl
Description:    API/library for Bible software (TESTING)
Version:        1.6.0
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 1.1M
Extension_by:   robc
Comments: This package requires curl and
openssl-0.9.8h.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
Current: 2009/07/31 Original


--- End code ---

Jason W:
Thanks to robc for an update:


--- Code: ---Title:          sword-dev.tcz
Description:    Devs for API/library for Bible software (TESTING)
Version:        1.6.1
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 1.3M
Extension_by:   robc
Comments: This package requires curl-dev, icu,
and clucene-dev.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
2010/01/19 Updated to v1.6.1, added clucene support
Current: 2010/01/19 Updated to v1.6.1, added clucene support


--- End code ---


--- Code: ---Title:          sword-locale.tcz
Description:    Locales for API/library for Bible software (TESTING)
Version:        1.6.1
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 196k
Extension_by:   robc
Comments: This package requires curl, sword,
clucene, icu, and openssl-0.9.8h.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
2010/01/19 Updated to v1.6.1, added clucene support
Current: 2010/01/19 Updated to v1.6.1, added clucene support


--- End code ---


--- Code: ---Title:          sword.tcz
Description:    API/library for Bible software (TESTING)
Version:        1.6.1
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 576k
Extension_by:   robc
Comments: This package requires curl, clucene,
icu, and openssl-0.9.8h.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
2010/01/19 Updated to v1.6.1, added clucene support
Current: 2010/01/19 Updated to v1.6.1, added clucene support


--- End code ---

maro:
I'm sorry to report that due to the upgrade of the 'icu.tcz' extension this one will most likely require a rebuild:

--- Code: ---tc@box:~$ readelf -d /usr/local/lib/libsword-1.6.1.so | grep NEEDED | sed -e 's#.*\[##' -e 's#]$##' | while read l ; do ldconfig -p | grep -q "$l " ; [ $? -eq 0 ] || echo "can not find $l" ; done
can not find libicui18n.so.40
can not find libicuuc.so.40
can not find libicudata.so.40
can not find libicuio.so.40

--- End code ---
Please ignore this message if a rebuild is already under way.

Jason W:
Thanks to robc for:


--- Code: ---Title:          sword-dev.tcz
Description:    Devs for API/library for Bible software (TESTING)
Version:        1.6.1
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 1.3M
Extension_by:   robc
Comments: This package requires curl-dev, icu,
clucene-dev and their deps.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
2010/01/19 Updated to v1.6.1, added clucene support
2010/05/20 Rebuilt with updated icu
Current: 2010/05/20 Rebuilt with updated icu


--- End code ---


--- Code: ---Title:          sword-locale.tcz
Description:    Locales for API/library for Bible software (TESTING)
Version:        1.6.1
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 200k
Extension_by:   robc
Comments: This package requires sword and its deps.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
2010/01/19 Updated to v1.6.1, added clucene support
2010/05/20 Rebuilt with updated icu
Current: 2010/05/20 Rebuilt with updated icu


--- End code ---


--- Code: ---Title:          sword.tcz
Description:    API/library for Bible software (TESTING)
Version:        1.6.1
Author:         CrossWire Bible Society
Original-site:  http://www.crosswire.org/sword/index.jsp
Copying-policy: GPL
Size: 572k
Extension_by:   robc
Comments: This package requires curl, clucene,
icu, and their deps.


----------------------------------------------

Please see the man page for additional
information.

Also see http://www.crosswire.org/sword/index.jsp
for more information.

----------------------------------------------

Change-log:     2009/07/31 Original
2010/01/19 Updated to v1.6.1, added clucene support
2010/05/20 Rebuilt with updated icu
Current: 2010/05/20 Rebuilt with updated icu


--- End code ---

Navigation

[0] Message Index

Go to full version