summaryrefslogtreecommitdiff
path: root/misc/sword15
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sword15')
-rw-r--r--misc/sword15/Makefile60
-rw-r--r--misc/sword15/distinfo3
-rw-r--r--misc/sword15/files/patch-configure13
-rw-r--r--misc/sword15/files/patch-configure.ac13
-rw-r--r--misc/sword15/files/patch-include::ftpparse.h19
-rw-r--r--misc/sword15/files/patch-src::utilfuns::ftpparse.c10
-rw-r--r--misc/sword15/pkg-descr9
-rw-r--r--misc/sword15/pkg-message15
-rw-r--r--misc/sword15/pkg-plist191
9 files changed, 0 insertions, 333 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile
deleted file mode 100644
index 5b7620eb9b59..000000000000
--- a/misc/sword15/Makefile
+++ /dev/null
@@ -1,60 +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.7
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-# 1.5.7a version fixes some build problems. Since there was no FreeBSD
-# version of 1.5.7 it's really no problem to put the a here. WRKSRC is also
-# just work/sword-1.5.7
-DISTFILES= ${DISTNAME}a${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A project framework for manipulating Bible texts
-
-USE_GNOME= pkgconfig
-USE_GMAKE= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --without-conf
-INSTALLS_SHLIB= yes
-
-.if defined(WITHOUT_CURL)
-CONFIGURE_ARGS+= --without-curl
-PLIST_SUB+= INSTALLMGR="@comment "
-.else
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+= --with-curl
-PLIST_SUB+= INSTALLMGR=""
-
-pre-everything::
- @${ECHO_CMD} "Define WITHOUT_CURL to disable remote fetch (curl) support in the installmanager"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- @${MKDIR} -p ${PREFIX}/share/sword/mods.d
-.if !exists(${PREFIX}/etc/sword.conf)
- @(cd ${WRKSRC} && make install_config)
-.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
- @${ECHO_CMD} ""
- @${CAT} ${PKGMESSAGE}
-
-register:
- @(cd ${WRKSRC} && make register)
-
-.include <bsd.port.mk>
diff --git a/misc/sword15/distinfo b/misc/sword15/distinfo
deleted file mode 100644
index 5bb6f42c7935..000000000000
--- a/misc/sword15/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (sword-1.5.7a.tar.gz) = e77801ac7abb7a940eb8a75d725e346f
-SHA256 (sword-1.5.7a.tar.gz) = 37f9e3e231f7ce65f9d0e6d8e9fee5467e632b1834c62327db5420fc14e50246
-SIZE (sword-1.5.7a.tar.gz) = 1535217
diff --git a/misc/sword15/files/patch-configure b/misc/sword15/files/patch-configure
deleted file mode 100644
index aa6514ab106b..000000000000
--- a/misc/sword15/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Tue Aug 17 13:48:32 2004
-+++ configure Tue Aug 17 13:49:13 2004
-@@ -20183,8 +20183,8 @@
- echo "curl found - remote install options available"
- CURL_CFLAGS=`$CURL_CONFIG --cflags`
- CURL_LIBS=`$CURL_CONFIG --libs`
-- CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE"
-- CFLAGS="$CFLAGS -DCURLAVAILABLE"
-+ CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE $CURL_CFLAGS"
-+ CFLAGS="$CFLAGS -DCURLAVAILABLE $CURL_CFLAGS"
- fi
- fi
-
diff --git a/misc/sword15/files/patch-configure.ac b/misc/sword15/files/patch-configure.ac
deleted file mode 100644
index 64a367923b83..000000000000
--- a/misc/sword15/files/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.ac.orig Tue Aug 17 13:48:26 2004
-+++ configure.ac Tue Aug 17 13:48:53 2004
-@@ -151,8 +151,8 @@
- echo "curl found - remote install options available"
- CURL_CFLAGS=`$CURL_CONFIG --cflags`
- CURL_LIBS=`$CURL_CONFIG --libs`
-- CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE"
-- CFLAGS="$CFLAGS -DCURLAVAILABLE"
-+ CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE $CURL_CFLAGS"
-+ CFLAGS="$CFLAGS -DCURLAVAILABLE $CURL_CFLAGS"
- fi
- fi
-
diff --git a/misc/sword15/files/patch-include::ftpparse.h b/misc/sword15/files/patch-include::ftpparse.h
deleted file mode 100644
index e135d22a25e8..000000000000
--- a/misc/sword15/files/patch-include::ftpparse.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004
-+++ include/ftpparse.h Tue Aug 17 10:49:24 2004
-@@ -1,7 +1,6 @@
- #ifndef FTPPARSE_H
- #define FTPPARSE_H
-
--#include <time.h>
-
- /*
- ftpparse(&fp,buf,len) tries to parse one line of LIST output.
-@@ -25,7 +24,7 @@
- int sizetype;
- long size; /* number of octets */
- int mtimetype;
-- time_t mtime; /* modification time */
-+ long mtime; /* modification time */
- int idtype;
- char *id; /* not necessarily 0-terminated */
- int idlen;
diff --git a/misc/sword15/files/patch-src::utilfuns::ftpparse.c b/misc/sword15/files/patch-src::utilfuns::ftpparse.c
deleted file mode 100644
index ab8a3eab8e85..000000000000
--- a/misc/sword15/files/patch-src::utilfuns::ftpparse.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/utilfuns/ftpparse.c.orig Thu Feb 19 23:22:11 2004
-+++ src/utilfuns/ftpparse.c Thu Feb 19 23:22:19 2004
-@@ -21,6 +21,7 @@
- NCSA Telnet FTP server. Has LIST = NLST (and bad NLST for directories).
- */
-
-+#include <time.h>
- #include <ftpparse.h>
-
- static long totai(long year,long month,long mday)
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 541b0da7b4d2..000000000000
--- a/misc/sword15/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-To use sword, you need to have bible, commentary and/or lexicon modules. You
-can install those from the crosswire website in two ways. If you live in a
-persecuted country however and do not wish to risk detection, you should *not*
-try this.
- 1. Use installmgr (doesn't work when port is built WITHOUT_CURL). E.g.:
- # installmgr -init
- # installmgr -r crosswire
- # installmgr -ri crosswire ASV
- See `installmgr --help` for details.
- 2. Download raw zip-archives from
- http://www.crosswire.org/sword/modules/
- and unpack them in PREFIX/share/sword.
-
-You probabely want to install a bible-application that uses sword, like
-cheatah, bibletime or gnomesword.
diff --git a/misc/sword15/pkg-plist b/misc/sword15/pkg-plist
deleted file mode 100644
index a236dc5b2e96..000000000000
--- a/misc/sword15/pkg-plist
+++ /dev/null
@@ -1,191 +0,0 @@
-etc/sword.conf
-bin/addld
-bin/diatheke
-bin/imp2ld
-bin/imp2vs
-bin/installmgr
-bin/mod2imp
-bin/mod2osis
-bin/mod2vpl
-bin/mod2zmod
-bin/osis2mod
-bin/vpl2mod
-bin/vs2osisref
-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/ftpparse.h
-include/sword/gbffootnotes.h
-include/sword/gbfheadings.h
-include/sword/gbfhtml.h
-include/sword/gbfhtmlhref.h
-include/sword/gbfmorph.h
-include/sword/gbfosis.h
-include/sword/gbfplain.h
-include/sword/gbfredletterwords.h
-include/sword/gbfrtf.h
-include/sword/gbfstrongs.h
-include/sword/gbfthml.h
-include/sword/gbfwebif.h
-include/sword/greeklexattribs.h
-include/sword/hebrewmcim.h
-include/sword/hrefcom.h
-include/sword/installmgr.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/osisfootnotes.h
-include/sword/osisheadings.h
-include/sword/osishtmlhref.h
-include/sword/osislemma.h
-include/sword/osismorph.h
-include/sword/osisplain.h
-include/sword/osisredletterwords.h
-include/sword/osisrtf.h
-include/sword/osisscripref.h
-include/sword/osisstrongs.h
-include/sword/osiswebif.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/sapphire.h
-include/sword/scsuutf8.h
-include/sword/strkey.h
-include/sword/swbasicfilter.h
-include/sword/swbuf.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
-%%INSTALLMGR%%include/sword/swinstallmgr.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/swobject.h
-include/sword/swoptfilter.h
-%%INSTALLMGR%%include/sword/swremotemgr.h
-include/sword/swsearchable.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/thmlosis.h
-include/sword/thmlplain.h
-include/sword/thmlrtf.h
-include/sword/thmlscripref.h
-include/sword/thmlstrongs.h
-include/sword/thmlvariants.h
-include/sword/thmlwebif.h
-include/sword/treekey.h
-include/sword/treekeyidx.h
-include/sword/unicodertf.h
-include/sword/unixstr.h
-include/sword/untgz.h
-include/sword/utf16utf8.h
-include/sword/utf8arshaping.h
-include/sword/utf8bidireorder.h
-include/sword/utf8cantillation.h
-include/sword/utf8greekaccents.h
-include/sword/utf8hebrewpoints.h
-include/sword/utf8html.h
-include/sword/utf8latin1.h
-include/sword/utf8nfc.h
-include/sword/utf8nfkd.h
-include/sword/utf8transliterator.h
-include/sword/utf8utf16.h
-include/sword/utilconf.h
-include/sword/utilfuns.h
-include/sword/utilstr.h
-include/sword/utilweb.h
-include/sword/utilxml.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
-lib/libsword.a
-lib/libsword.la
-lib/libsword.so
-lib/libsword.so.4
-libdata/pkgconfig/sword.pc
-share/sword/locales.d/abbr.conf
-share/sword/locales.d/bg_BG-cp1251.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/en_GB.conf
-share/sword/locales.d/es.conf
-share/sword/locales.d/et.conf
-share/sword/locales.d/et_abbr.conf
-share/sword/locales.d/fi.conf
-share/sword/locales.d/fr.conf
-share/sword/locales.d/id.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/pt_BR.conf
-share/sword/locales.d/ro.conf
-share/sword/locales.d/ru_RU-cp1251.conf
-share/sword/locales.d/ru_RU-koi8-r.conf
-share/sword/locales.d/sk.conf
-share/sword/locales.d/uk_UA-cp1251.conf
-share/sword/locales.d/uk_UA-koi8-u.conf
-@dirrm share/sword/locales.d
-@dirrm share/sword/mods.d
-@dirrm share/sword
-@dirrm lib/sword
-@dirrm include/sword