FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 5:44 AM GMT
Port details
sword 1.6.2 misc on this many watch lists=6 search for ports that depend on this port
A project framework for manipulating Bible texts
Maintained by: tabthorpe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Dec 2001 06:36:33
License: GPLv2
The SWORD Project is the CrossWire Bible Society's free Bible
software project. Its purpose is to create cross-platform open-source
tools, covered by the GNU General Public License, that allow
programmers and Bible societies to write new Bible software more
quickly and easily. We also create Bible study software for all
readers, students, scholars, and translators of the Bible, and have
a growing collection of over 200 texts in over 50 languages.

WWW: http://www.crosswire.org/sword/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/cppunit, devel/gmake, devel/automake, devel/autoconf, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: ftp/curl
There are no ports dependent upon this port

To install the port: cd /usr/ports/misc/sword/ && make install clean
To add the package: pkg_add -r sword


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.crosswire.org/pub/sword/source/v1.6/
http://crosswire.org/ftpmirror/pub/sword/source/v1.6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/tabthorpe/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from misc/sword15 on 2010-01-06
    REASON: Has expired: use misc/sword

Number of commits found: 54

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Nov 2011 15:26:04
Original commit files touched by this commit  1.6.2
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
01 Nov 2011 14:36:07
Original commit files touched by this commit  1.6.2
tabthorpe search for other commits by this committer
- Add WITH_FBSD10_FIX=yes
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.6.2
ade search for other commits by this committer
Sync to new bsd.autotools.mk
28 Oct 2010 23:52:47
Original commit files touched by this commit  1.6.2
tabthorpe search for other commits by this committer
- Update to 1.6.2
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.6.1_3
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:57:56
Original commit files touched by this commit  1.6.1_3
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.6.1_3
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
04 Apr 2010 06:06:02
Original commit files touched by this commit  1.6.1_2
tabthorpe search for other commits by this committer
- Fix possible crash as a result of recent curl update
- Bump PORTREVISION

Obtained from:  Crosswire repo
03 Apr 2010 10:44:36
Original commit files touched by this commit  1.6.1_1
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
07 Jan 2010 17:46:18
Original commit files touched by this commit  1.6.1
tabthorpe search for other commits by this committer
- Update to 1.6.1
29 Oct 2009 18:38:01
Original commit files touched by this commit  1.6.0
tabthorpe search for other commits by this committer
- Remove NO_LATEST_LINK
- Set LATEST_LINK on misc/sword15
02 Jun 2009 17:06:41
Original commit files touched by this commit  1.6.0
tabthorpe search for other commits by this committer
- Add CONFLICTS with sword-1.5
02 Jun 2009 16:57:38
Original commit files touched by this commit  1.6.0
tabthorpe search for other commits by this committer
- Update to 1.6.0
- Update pkg-descr
30 Mar 2009 16:17:28
Original commit files touched by this commit  1.5.11_1
tabthorpe search for other commits by this committer
- Set MAKE_JOBS_SAFE
23 Jan 2009 15:43:14
Original commit files touched by this commit  1.5.11_1
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.5.11
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 00:57:32
Original commit files touched by this commit  1.5.11
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
06 Jun 2008 02:36:00
Original commit files touched by this commit  1.5.11
ade search for other commits by this committer
Major autotools-related update:

        automake        1.10   -> 1.10.1
        gettext         0.16.1 -> 0.17
        libtool         1.5.24 -> 1.5.26
        m4              1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:             123450
Tested by:      Full -exp package building run
Thanks to:      linimon, pav
Approved by:    portmgr
21 May 2008 12:54:21
Original commit files touched by this commit  1.5.11
tabthorpe search for other commits by this committer
- Update to 1.5.11
- Changelog at
<http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-1.5.11/ChangeLog>

Notified by:    portscout
24 Dec 2007 13:36:10
Original commit files touched by this commit  1.5.10
tabthorpe search for other commits by this committer
- Unbreak on 8.X
18 Dec 2007 19:36:55
Original commit files touched by this commit  1.5.10
tabthorpe search for other commits by this committer
- Update to 1.5.10

Approved by:    portmgr (pav)
23 Aug 2007 04:00:04
Original commit files touched by this commit  1.5.9_3
tabthorpe search for other commits by this committer
- change maintainer address on ports I maintain

Approved by:    clsung (mentor)
21 Apr 2007 17:42:56
Original commit files touched by this commit  1.5.9_3
miwi search for other commits by this committer
- Unbreak
- Fix build with HEAD

PR:             111976
Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
22 Mar 2007 09:34:23
Original commit files touched by this commit  1.5.9_3
miwi search for other commits by this committer
- Marked broken for 7.X

Submitted by:   pointyhat via kris
Approved by:    maintainer
16 Mar 2007 12:14:51
Original commit files touched by this commit  1.5.9_3
miwi search for other commits by this committer
- Fix build
- Bump PORTREVISION

PR:             110293
Submitted by:   Thomas Abthorpe <thomas@goodking.ca> (maintainer)
09 Feb 2007 18:15:32
Original commit files touched by this commit  1.5.9_2
jmelo search for other commits by this committer
- Add SF to mastersites.
- remove USE_GCC=34+, this was an implied workaround for FreeBSD 4.X
compatibility.

PR:             ports/108941
Submitted by:   Thomas Abthorpe <thomas@goodking.ca> (maintainer)
13 Dec 2006 12:41:36
Original commit files touched by this commit  1.5.9_2
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
31 Oct 2006 04:56:09
Original commit files touched by this commit  1.5.9_1
rafan search for other commits by this committer
- Fix typo in pkg-message

PR:             ports/104470
Submitted by:   Thomas Abthorpe <thomas at goodking.ca> (maintainer)
30 Sep 2006 07:38:00
Original commit files touched by this commit  1.5.9
miwi search for other commits by this committer
- Update to 1.5.9

PR:             ports/103734
Submitted by:   Thomas Abthorpe <thomas(at)goodking.ca> (maintainer)
10 Aug 2006 02:08:59
Original commit files touched by this commit  1.5.8
clsung search for other commits by this committer
- pet portlint by using USE_LDCONFIG
- remove unstable mirror site
- add trailing slash for WWW in pkg-descr

PR:             ports/101720
Submitted by:   maintainer (Thomas Abthorpe)
27 Jul 2006 21:10:39
Original commit files touched by this commit  1.5.8
itetcu search for other commits by this committer
USE_GCC= 3.2+ to unbreak on 4.x

PR:             ports/100924
Submitted by:   Thomas Abthorpe (maintainer)
14 Jul 2006 18:19:30
Original commit files touched by this commit  1.5.8
rafan search for other commits by this committer
- Mark BROKEN on 4.x, does not compile
- Add another mirror site

PR:             ports/100298
Submitted by:   maintainer
13 Jul 2006 01:50:57
Original commit files touched by this commit  1.5.8
clsung search for other commits by this committer
- Update to 1.5.8
- Assume maintainership

PR:             ports/100052
Submitted by:   maintainer (Thomas Abthorpe)
10 May 2006 22:37:39
Original commit files touched by this commit  1.5.7
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
01 Apr 2006 13:19:40
Original commit files touched by this commit  1.5.7
edwin search for other commits by this committer
Use SUB_FILES for pkg-message
25 Nov 2005 16:09:33
Original commit files touched by this commit  1.5.7
pav search for other commits by this committer
- Add SHA256
22 Nov 2005 22:19:29
Original commit files touched by this commit  1.5.7
linimon search for other commits by this committer
Reassign to ports pool.  Thanks to the previous maintainer for your help in
the past.

PR:             ports/89436
Submitted by:   Willem van Engen <wvengen at stack dot nl>
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.5.7
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.5.7
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Apr 2005 19:30:22
Original commit files touched by this commit  1.5.7
netchild search for other commits by this committer
Remove empty file.

Approved by:    maintainer
27 Aug 2004 10:28:27
Original commit files touched by this commit  1.5.7
vs search for other commits by this committer
Depend on GNOME/pkgconfig

PR:             ports/70848
Submitted by:   Willem van Engen (maintainer)
20 Aug 2004 18:04:07
Original commit files touched by this commit  1.5.7
sem search for other commits by this committer
Update to 1.5.7

PR:             ports/70702
Submitted by:   maintainer
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.5.5_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
08 Feb 2004 20:31:25
Original commit files touched by this commit  1.5.5_1
linimon search for other commits by this committer
Unbreak misc/cheatah by reworking the Makefile of its master port,
misc/sword.

Submitted by:           Willem van Engen <wvengen@stack.nl> (maintainer of both)
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.5.5_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
28 Feb 2003 22:53:02
Original commit files touched by this commit  1.5.5
kris search for other commits by this committer
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
21 Feb 2003 12:48:19
Original commit files touched by this commit  1.5.5
knu search for other commits by this committer
De-pkg-comment.
27 Dec 2002 11:32:25
Original commit files touched by this commit  1.5.5
edwin search for other commits by this committer
Removed incorrect master_site.
Noticed by: portsurver
24 Nov 2002 11:01:08
Original commit files touched by this commit  1.5.5
edwin search for other commits by this committer
maintainer update for misc/sword to version 1.5.5

PR:             ports/45406
Submitted by:   Willem van Engen <wvengen@stack.nl>
28 Jun 2002 03:34:57
Original commit files touched by this commit  1.5.3
pat search for other commits by this committer
Update to 1.5.3

PR:             ports/39924
Submitted by:   maintainer
29 Jan 2002 11:45:35
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
20 Dec 2001 17:29:36
files touched by this commit
ijliao search for other commits by this committer
fix previous commit    
13 Dec 2001 02:53:57
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.5.2    
11 Dec 2001 09:36:33
files touched by this commit
ijliao search for other commits by this committer
add sword   A project framework for manipulating Bible texts    

Number of commits found: 54

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 5
new 48 hours8
new 7 days50
new fortnight77
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.215 seconds.