summaryrefslogtreecommitdiff
path: root/misc/sword15
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sword15')
-rw-r--r--misc/sword15/Makefile64
-rw-r--r--misc/sword15/distinfo1
-rw-r--r--misc/sword15/files/patch-examples::cmdline::Makefile.am8
-rw-r--r--misc/sword15/files/patch-examples::cmdline::Makefile.in11
-rw-r--r--misc/sword15/pkg-descr9
-rw-r--r--misc/sword15/pkg-message4
-rw-r--r--misc/sword15/pkg-plist149
7 files changed, 0 insertions, 246 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile
deleted file mode 100644
index 1fbe3cb783d1..000000000000
--- a/misc/sword15/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# New ports collection makefile for: sword
-# Date created: 22 may 2001
-# Whom: Willem van Engen <wvengen@stack.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sword
-PORTVERSION= 1.5.5
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= wvengen@stack.nl
-COMMENT= A project framework for manipulating Bible texts
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS+= --program-transform-name="" --without-conf
-
-.if defined(WITH_INSTALLMGR)
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+= --enable-installmgr
-PLIST_SUB+= INSTALLMGR=""
-.else
-CONFIGURE_ARGS+= --disable-installmgr
-PLIST_SUB+= INSTALLMGR="@comment "
-
-pre-everything::
- @${ECHO_CMD} "Define WITH_INSTALLMGR to include the installmanager (curl)"
-.endif
-
-post-install: register
-.if !exists(${PREFIX}/etc/sword.conf)
- @${ECHO_CMD} "[Install]" >${PREFIX}/etc/sword.conf
- @${ECHO_CMD} "DataPath=${DATADIR}/" >>${PREFIX}/etc/sword.conf
- @${ECHO_CMD} "Config file installed in ${PREFIX}/etc/sword.conf"
-.else
- @${ECHO_CMD} "Config file not installed since ${PREFIX}/etc/sword.conf already exists."
- @${ECHO_CMD} "Please check that DataPath points to your modules (default ${DATADIR}).";
-.endif
-.if !exists(${PREFIX}/share/sword/mods.d/globals.conf)
- @${MKDIR} ${PREFIX}/share/sword/mods.d
- @${ECHO_CMD} "[Globals]" >${PREFIX}/share/sword/mods.d/globals.conf
- @${ECHO_CMD} "" >>${PREFIX}/share/sword/mods.d/globals.conf
- @${ECHO_CMD} "Global sword runtime settings installed in"
- @${ECHO_CMD} " ${PREFIX}/share/sword/mods.d/globals.conf
-.endif
- @${ECHO_CMD} ""
- @${CAT} ${PKGMESSAGE}
-
-register:
-.if !defined(BATCH)
- @${ECHO} "Do you want to help the authors of SWORD to keep track of how many"
- @${ECHO} -n "people use this program and register now ? [y/n] "
- @read answer; \
- if [ x$$answer = xy -o x$$answer = xY ]; then \
- (cd ${WRKSRC}; ${GMAKE} register;); \
- fi
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/sword15/distinfo b/misc/sword15/distinfo
deleted file mode 100644
index 8e7d59add556..000000000000
--- a/misc/sword15/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sword-1.5.5.tar.gz) = d5889fa47ed52c83cfd6466fabc0241b
diff --git a/misc/sword15/files/patch-examples::cmdline::Makefile.am b/misc/sword15/files/patch-examples::cmdline::Makefile.am
deleted file mode 100644
index 50535881e5a8..000000000000
--- a/misc/sword15/files/patch-examples::cmdline::Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
---- examples/cmdline/Makefile.am.orig Thu May 2 11:24:34 2002
-+++ examples/cmdline/Makefile.am Thu May 2 11:24:41 2002
-@@ -7,4 +7,4 @@
- lookup_SOURCES = lookup.cpp
- search_SOURCES = search.cpp
- threaded_search_SOURCES = threaded_search.cpp
--threaded_search_LDADD = $(LDADD) -lpthread
-+threaded_search_LDADD = $(LDADD) -pthread
diff --git a/misc/sword15/files/patch-examples::cmdline::Makefile.in b/misc/sword15/files/patch-examples::cmdline::Makefile.in
deleted file mode 100644
index 78c75dd1fddb..000000000000
--- a/misc/sword15/files/patch-examples::cmdline::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/cmdline/Makefile.in.orig Thu May 2 11:24:45 2002
-+++ examples/cmdline/Makefile.in Thu May 2 11:23:52 2002
-@@ -105,7 +105,7 @@
- lookup_SOURCES = lookup.cpp
- search_SOURCES = search.cpp
- threaded_search_SOURCES = threaded_search.cpp
--threaded_search_LDADD = $(LDADD) -lpthread
-+threaded_search_LDADD = $(LDADD) -pthread
- subdir = examples/cmdline
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
diff --git a/misc/sword15/pkg-descr b/misc/sword15/pkg-descr
deleted file mode 100644
index 288424dfcb59..000000000000
--- a/misc/sword15/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-The SWORD Project is an effort to create an ever expanding software package
-for research and study of God and His Word. The SWORD Bible Framework allows
-easy manipulation of Bible texts, commentaries, lexicons, dictionaries, etc.
-Many frontends are build using this framework. An installed module set may be
-shared between any frontend using the framework.
-
-WWW: http://www.crosswire.org/
-
-- Willem van Engen <wvengen@stack.nl>
diff --git a/misc/sword15/pkg-message b/misc/sword15/pkg-message
deleted file mode 100644
index 5ee11c58658e..000000000000
--- a/misc/sword15/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-To use sword, you need to have bible, commentary and/or lexicon modules. Those
-are available in the sword-modules package/port. And you probabely want to
-install a bible-application that uses sword, like cheatah (or irenaeus,
-bibletime or gnomesword when they become available as package/port).
diff --git a/misc/sword15/pkg-plist b/misc/sword15/pkg-plist
deleted file mode 100644
index 55271d1c4dbb..000000000000
--- a/misc/sword15/pkg-plist
+++ /dev/null
@@ -1,149 +0,0 @@
-bin/diatheke
-etc/sword.conf
-include/sword/Greek2Greek.h
-include/sword/GreekChars.h
-include/sword/canon.h
-include/sword/cipherfil.h
-include/sword/defs.h
-include/sword/echomod.h
-include/sword/encfiltmgr.h
-include/sword/entriesblk.h
-include/sword/femain.h
-include/sword/filemgr.h
-include/sword/flatapi.h
-include/sword/gbffootnotes.h
-include/sword/gbfheadings.h
-include/sword/gbfhtml.h
-include/sword/gbfhtmlhref.h
-include/sword/gbfmorph.h
-include/sword/gbfplain.h
-include/sword/gbfrtf.h
-include/sword/gbfstrongs.h
-include/sword/gbfthml.h
-include/sword/greeklexattribs.h
-include/sword/hebrewmcim.h
-include/sword/hrefcom.h
-include/sword/latin1utf16.h
-include/sword/latin1utf8.h
-include/sword/listkey.h
-include/sword/localemgr.h
-include/sword/lzsscomprs.h
-include/sword/markupfiltmgr.h
-include/sword/multimapwdef.h
-include/sword/nullim.h
-include/sword/plainfootnotes.h
-include/sword/plainhtml.h
-include/sword/rawcom.h
-include/sword/rawfiles.h
-include/sword/rawgbf.h
-include/sword/rawgenbook.h
-include/sword/rawld.h
-include/sword/rawld4.h
-include/sword/rawstr.h
-include/sword/rawstr4.h
-include/sword/rawtext.h
-include/sword/rawverse.h
-include/sword/regex.h
-include/sword/roman.h
-include/sword/rtfhtml.h
-include/sword/rwphtml.h
-include/sword/rwprtf.h
-include/sword/sapphire.h
-include/sword/scsuutf8.h
-include/sword/strkey.h
-include/sword/swbasicfilter.h
-include/sword/swcacher.h
-include/sword/swcipher.h
-include/sword/swcom.h
-include/sword/swcomprs.h
-include/sword/swconfig.h
-include/sword/swdisp.h
-include/sword/swdisprtf.h
-include/sword/swdisprtfchap.h
-include/sword/swfilter.h
-include/sword/swfiltermgr.h
-include/sword/swgenbook.h
-include/sword/swinputmeth.h
-include/sword/swkey.h
-include/sword/swld.h
-include/sword/swlocale.h
-include/sword/swlog.h
-include/sword/swmacs.h
-include/sword/swmgr.h
-include/sword/swmodule.h
-include/sword/untgz.h
-include/sword/swobject.h
-include/sword/swtext.h
-include/sword/swunicod.h
-include/sword/swversion.h
-include/sword/swwinlog.h
-include/sword/sysdata.h
-include/sword/tbdisp.h
-include/sword/thmlfootnotes.h
-include/sword/thmlgbf.h
-include/sword/thmlheadings.h
-include/sword/thmlhtml.h
-include/sword/thmlhtmlhref.h
-include/sword/thmllemma.h
-include/sword/thmlmorph.h
-include/sword/thmlolb.h
-include/sword/thmlplain.h
-include/sword/thmlrtf.h
-include/sword/thmlscripref.h
-include/sword/thmlstrongs.h
-include/sword/thmlvariants.h
-include/sword/treekey.h
-include/sword/treekeyidx.h
-include/sword/unicodertf.h
-include/sword/unixstr.h
-include/sword/utf16utf8.h
-include/sword/utf8cantillation.h
-include/sword/utf8greekaccents.h
-include/sword/utf8hebrewpoints.h
-include/sword/utf8html.h
-include/sword/utf8latin1.h
-include/sword/utf8utf16.h
-include/sword/utilconf.h
-include/sword/utilfuns.h
-include/sword/utilstr.h
-include/sword/versekey.h
-include/sword/zcom.h
-include/sword/zconf.h
-include/sword/zipcomprs.h
-include/sword/zld.h
-include/sword/zlib.h
-include/sword/zstr.h
-include/sword/ztext.h
-include/sword/zverse.h
-%%INSTALLMGR%%include/sword/swremotemgr.h
-%%INSTALLMGR%%include/sword/swinstallmgr.h
-@dirrm include/sword
-lib/libsword.so.1
-lib/libsword.so
-lib/libsword.la
-lib/libsword.a
-@dirrm lib/sword
-share/sword/locales.d/abbr.conf
-share/sword/locales.d/cs.conf
-share/sword/locales.d/da.conf
-share/sword/locales.d/de.conf
-share/sword/locales.d/de_abbrev.conf
-share/sword/locales.d/es.conf
-share/sword/locales.d/fr.conf
-share/sword/locales.d/fr_FR.ISO-8859-1.conf
-share/sword/locales.d/it.conf
-share/sword/locales.d/la.conf
-share/sword/locales.d/nl.conf
-share/sword/locales.d/no.conf
-share/sword/locales.d/pl.conf
-share/sword/locales.d/pt.conf
-share/sword/locales.d/id.conf
-share/sword/locales.d/pt_BR.conf
-share/sword/locales.d/sk.conf
-share/sword/locales.d/ru.conf
-share/sword/locales.d/et.conf
-share/sword/locales.d/et_abbr.conf
-@dirrm share/sword/locales.d
-share/sword/mods.d/globals.conf
-@dirrm share/sword/mods.d
-@dirrm share/sword