summaryrefslogtreecommitdiff
path: root/misc/bibletime-devel
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bibletime-devel')
-rw-r--r--misc/bibletime-devel/Makefile30
-rw-r--r--misc/bibletime-devel/distinfo3
-rw-r--r--misc/bibletime-devel/files/patch-Makefile.am11
-rw-r--r--misc/bibletime-devel/files/patch-Makefile.in11
-rw-r--r--misc/bibletime-devel/files/patch-bibletime::backend::cswordbackend.cpp11
-rw-r--r--misc/bibletime-devel/files/patch-bibletime::frontend::btinstallmgr.cpp24
-rw-r--r--misc/bibletime-devel/pkg-descr13
-rw-r--r--misc/bibletime-devel/pkg-plist190
8 files changed, 0 insertions, 293 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile
deleted file mode 100644
index 167a35b24c44..000000000000
--- a/misc/bibletime-devel/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: bibletime
-# Date created: 3 May 2002
-# Whom: Willem van Engen <wvengen@stack.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bibletime
-PORTVERSION= 1.4.1
-PORTREVISION= 3
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A powerful Bible study application for KDE3
-
-LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/misc/bibletime-devel/distinfo b/misc/bibletime-devel/distinfo
deleted file mode 100644
index ae9ef4dd7600..000000000000
--- a/misc/bibletime-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bibletime-1.4.1.tar.bz2) = df6ab259b188b8555f9423c629d0b239
-SHA256 (bibletime-1.4.1.tar.bz2) = cac2185f5bfbbcee1e7665e97369e6cb3ef27ebc78f9cea274b84c2ba0b44be8
-SIZE (bibletime-1.4.1.tar.bz2) = 1647715
diff --git a/misc/bibletime-devel/files/patch-Makefile.am b/misc/bibletime-devel/files/patch-Makefile.am
deleted file mode 100644
index be8cfa387ba6..000000000000
--- a/misc/bibletime-devel/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig Thu Aug 19 21:50:04 2004
-+++ Makefile.am Thu Aug 19 21:50:17 2004
-@@ -56,7 +56,7 @@
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
-
- install-data-local:
-- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R
-+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime
- $(mkinstalldirs) $(kde_appsdir)/Applications
- $(INSTALL_DATA) $(srcdir)/bibletime.desktop $(kde_appsdir)/Applications/bibletime.desktop
-
diff --git a/misc/bibletime-devel/files/patch-Makefile.in b/misc/bibletime-devel/files/patch-Makefile.in
deleted file mode 100644
index cfae67d2cef4..000000000000
--- a/misc/bibletime-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Aug 19 21:50:07 2004
-+++ Makefile.in Thu Aug 19 21:50:29 2004
-@@ -762,7 +762,7 @@
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
-
- install-data-local:
-- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R
-+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime
- #>- $(mkinstalldirs) $(kde_appsdir)/Applications
- #>+ 1
- $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Applications
diff --git a/misc/bibletime-devel/files/patch-bibletime::backend::cswordbackend.cpp b/misc/bibletime-devel/files/patch-bibletime::backend::cswordbackend.cpp
deleted file mode 100644
index fd562d6d8a8c..000000000000
--- a/misc/bibletime-devel/files/patch-bibletime::backend::cswordbackend.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- bibletime/backend/cswordbackend.cpp Thu Jan 29 01:37:40 2004
-+++ bibletime/backend/cswordbackend.cpp Sat Aug 21 15:12:25 2004
-@@ -66,7 +67,7 @@
- }
-
- CSwordBackend::CSwordBackend(const QString& path)
-- : sword::SWMgr((!path.isEmpty() ? path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 ))
-+ : sword::SWMgr((!path.isEmpty() ? (const char*)path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 ))
- {
- qWarning("backend constructed with a path argument! %s", path.latin1());
- m_displays.entry = 0;
diff --git a/misc/bibletime-devel/files/patch-bibletime::frontend::btinstallmgr.cpp b/misc/bibletime-devel/files/patch-bibletime::frontend::btinstallmgr.cpp
deleted file mode 100644
index 11d58dff49f9..000000000000
--- a/misc/bibletime-devel/files/patch-bibletime::frontend::btinstallmgr.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
---- bibletime/frontend/btinstallmgr.cpp.orig Mon Aug 23 09:45:16 2004
-+++ bibletime/frontend/btinstallmgr.cpp Mon Aug 23 09:44:10 2004
-@@ -104,7 +104,7 @@
- }
- else {
- // conf["Install"][!setDataPath ? "DataPath" : "AugmentPath"] = t.local8Bit();
-- conf["Install"].insert( std::make_pair(!setDataPath ? "DataPath" : "AugmentPath", t.local8Bit()) );
-+ conf["Install"].insert( std::make_pair((const char*)(!setDataPath ? "DataPath" : "AugmentPath"), t.local8Bit()) );
-
- setDataPath = true;
- }
-@@ -176,10 +176,10 @@
- is->directory--; //make one char shorter
- }
-
-- config["Sources"].insert( std::make_pair("FTPSource", is->getConfEnt()) );
-+ config["Sources"].insert( std::make_pair((const char*)"FTPSource", is->getConfEnt()) );
- }
- else if (!strcmp(is->type, "DIR")) {
-- config["Sources"].insert( std::make_pair("DIRSource", is->getConfEnt()) );
-+ config["Sources"].insert( std::make_pair((const char*)"DIRSource", is->getConfEnt()) );
- }
- config.Save();
- }
diff --git a/misc/bibletime-devel/pkg-descr b/misc/bibletime-devel/pkg-descr
deleted file mode 100644
index d73877f626e6..000000000000
--- a/misc/bibletime-devel/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-BibleTime is a powerful Bible study application for the K Desktop Environment
-running on Unix operating systems. BibleTime is based on the Sword library
-which provides access to all the different text modules created by the
-Crosswire Bible Society.
-
-Current features are: toolbar, splitted window with index and MDI interface,
-searching in one or more modules supporting regular expressions, graphical
-search analysis, bookmarks, drag & drop, WYSIWYG html editing for comments,
-printing and an extensive help system.
-
-WWW: http://www.bibletime.de/
-
-- Willem van Engen <wvengen@stack.nl>
diff --git a/misc/bibletime-devel/pkg-plist b/misc/bibletime-devel/pkg-plist
deleted file mode 100644
index add36c508a16..000000000000
--- a/misc/bibletime-devel/pkg-plist
+++ /dev/null
@@ -1,190 +0,0 @@
-bin/bibletime
-share/applnk/Applications/bibletime.desktop
-share/apps/bibletime/bibletimeui.rc
-share/apps/bibletime/pics/startuplogo.png
-share/apps/bibletime/tips
-share/doc/HTML/en/bibletime/handbook/common
-share/doc/HTML/en/bibletime/handbook/configure.png
-share/doc/HTML/en/bibletime/handbook/contents.png
-share/doc/HTML/en/bibletime/handbook/editdelete.png
-share/doc/HTML/en/bibletime/handbook/exit.png
-share/doc/HTML/en/bibletime/handbook/fileclose.png
-share/doc/HTML/en/bibletime/handbook/fileprint.png
-share/doc/HTML/en/bibletime/handbook/find.png
-share/doc/HTML/en/bibletime/handbook/go.png
-share/doc/HTML/en/bibletime/handbook/hdbk-bars-toolbar-Configtoolbar.png
-share/doc/HTML/en/bibletime/handbook/hdbk-conf-optdialog-color.png
-share/doc/HTML/en/bibletime/handbook/hdbk-conf-optdialog-fonts.png
-share/doc/HTML/en/bibletime/handbook/hdbk-conf-optdialog-start.png
-share/doc/HTML/en/bibletime/handbook/hdbk-conf-optdialog-sword.png
-share/doc/HTML/en/bibletime/handbook/hdbk-config-toolbar.png
-share/doc/HTML/en/bibletime/handbook/hdbk-config.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-inst-sources-installmgr.png
-share/doc/HTML/en/bibletime/handbook/hdbk-intro.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-op-change-range.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-crch-dia-choose.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-delete-verse.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-module-select-1.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-module-select-2.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-module-tree-1.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-module-tree-bookmark-bookmarkandfolder.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-pencil.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-search-dialog-modsel.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-search-dialog-options.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-search-dialog-range.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-search-dialog-searchanal.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-search-dialog-searchresult.png
-share/doc/HTML/en/bibletime/handbook/hdbk-op-search-dialog-searchtext.png
-share/doc/HTML/en/bibletime/handbook/hdbk-operation.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-start-screen-terms.png
-share/doc/HTML/en/bibletime/handbook/hdbk-start-sequence-tips.png
-share/doc/HTML/en/bibletime/handbook/hdbk-start.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-toolbars.docbook
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_bible.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_bible_add.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_book.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_book_add.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_cascade.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_cascade_auto.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_commentary.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_commentary_add.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_displayconfig.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_lexicon.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_lexicon_add.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_startconfig.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_swordconfig.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_sync.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_tile.png
-share/doc/HTML/en/bibletime/handbook/hi32-action-bt_tile_auto.png
-share/doc/HTML/en/bibletime/handbook/hi32-app-bibletime.png
-share/doc/HTML/en/bibletime/handbook/index.docbook
-share/doc/HTML/en/bibletime/handbook/kcmfontinst.png
-share/doc/HTML/en/bibletime/handbook/key_bindings.png
-share/doc/HTML/en/bibletime/handbook/ktip.png
-share/doc/HTML/en/bibletime/handbook/pencil.png
-share/doc/HTML/en/bibletime/handbook/queue.png
-share/doc/HTML/en/bibletime/handbook/start.png
-share/doc/HTML/en/bibletime/handbook/view_sidetree.png
-share/doc/HTML/en/bibletime/handbook/window_fullscreen.png
-share/doc/HTML/en/bibletime/howto/common
-share/doc/HTML/en/bibletime/howto/how2-basics.docbook
-share/doc/HTML/en/bibletime/howto/how2-importance.docbook
-share/doc/HTML/en/bibletime/howto/how2-interpretation.docbook
-share/doc/HTML/en/bibletime/howto/index.docbook
-share/icons/hicolor/16x16/actions/bt_bible.png
-share/icons/hicolor/16x16/actions/bt_bible_add.png
-share/icons/hicolor/16x16/actions/bt_bible_locked.png
-share/icons/hicolor/16x16/actions/bt_book.png
-share/icons/hicolor/16x16/actions/bt_book_add.png
-share/icons/hicolor/16x16/actions/bt_book_locked.png
-share/icons/hicolor/16x16/actions/bt_cascade.png
-share/icons/hicolor/16x16/actions/bt_cascade_auto.png
-share/icons/hicolor/16x16/actions/bt_commentary.png
-share/icons/hicolor/16x16/actions/bt_commentary_add.png
-share/icons/hicolor/16x16/actions/bt_commentary_locked.png
-share/icons/hicolor/16x16/actions/bt_displayconfig.png
-share/icons/hicolor/16x16/actions/bt_displaytranslit.png
-share/icons/hicolor/16x16/actions/bt_lexicon.png
-share/icons/hicolor/16x16/actions/bt_lexicon_add.png
-share/icons/hicolor/16x16/actions/bt_lexicon_locked.png
-share/icons/hicolor/16x16/actions/bt_startconfig.png
-share/icons/hicolor/16x16/actions/bt_swordconfig.png
-share/icons/hicolor/16x16/actions/bt_sync.png
-share/icons/hicolor/16x16/actions/bt_tile.png
-share/icons/hicolor/16x16/actions/bt_tile_auto.png
-share/icons/hicolor/16x16/apps/bibletime.png
-share/icons/hicolor/22x22/actions/bt_bible.png
-share/icons/hicolor/22x22/actions/bt_bible_add.png
-share/icons/hicolor/22x22/actions/bt_bible_locked.png
-share/icons/hicolor/22x22/actions/bt_book.png
-share/icons/hicolor/22x22/actions/bt_book_add.png
-share/icons/hicolor/22x22/actions/bt_book_locked.png
-share/icons/hicolor/22x22/actions/bt_cascade.png
-share/icons/hicolor/22x22/actions/bt_cascade_auto.png
-share/icons/hicolor/22x22/actions/bt_commentary.png
-share/icons/hicolor/22x22/actions/bt_commentary_add.png
-share/icons/hicolor/22x22/actions/bt_commentary_locked.png
-share/icons/hicolor/22x22/actions/bt_displayconfig.png
-share/icons/hicolor/22x22/actions/bt_displaytranslit.png
-share/icons/hicolor/22x22/actions/bt_lexicon.png
-share/icons/hicolor/22x22/actions/bt_lexicon_add.png
-share/icons/hicolor/22x22/actions/bt_lexicon_locked.png
-share/icons/hicolor/22x22/actions/bt_parallel.png
-share/icons/hicolor/22x22/actions/bt_startconfig.png
-share/icons/hicolor/22x22/actions/bt_swordconfig.png
-share/icons/hicolor/22x22/actions/bt_sync.png
-share/icons/hicolor/22x22/actions/bt_tile.png
-share/icons/hicolor/22x22/actions/bt_tile_auto.png
-share/icons/hicolor/22x22/apps/bibletime.png
-share/icons/hicolor/32x32/actions/bt_bible.png
-share/icons/hicolor/32x32/actions/bt_bible_add.png
-share/icons/hicolor/32x32/actions/bt_bible_locked.png
-share/icons/hicolor/32x32/actions/bt_book.png
-share/icons/hicolor/32x32/actions/bt_book_add.png
-share/icons/hicolor/32x32/actions/bt_book_locked.png
-share/icons/hicolor/32x32/actions/bt_cascade.png
-share/icons/hicolor/32x32/actions/bt_cascade_auto.png
-share/icons/hicolor/32x32/actions/bt_commentary.png
-share/icons/hicolor/32x32/actions/bt_commentary_add.png
-share/icons/hicolor/32x32/actions/bt_commentary_locked.png
-share/icons/hicolor/32x32/actions/bt_displayconfig.png
-share/icons/hicolor/32x32/actions/bt_displaytranslit.png
-share/icons/hicolor/32x32/actions/bt_lexicon.png
-share/icons/hicolor/32x32/actions/bt_lexicon_add.png
-share/icons/hicolor/32x32/actions/bt_lexicon_locked.png
-share/icons/hicolor/32x32/actions/bt_startconfig.png
-share/icons/hicolor/32x32/actions/bt_swordconfig.png
-share/icons/hicolor/32x32/actions/bt_sync.png
-share/icons/hicolor/32x32/actions/bt_tile.png
-share/icons/hicolor/32x32/actions/bt_tile_auto.png
-share/icons/hicolor/32x32/apps/bibletime.png
-share/icons/hicolor/48x48/actions/bt_bible.png
-share/icons/hicolor/48x48/actions/bt_bible_add.png
-share/icons/hicolor/48x48/actions/bt_bible_locked.png
-share/icons/hicolor/48x48/actions/bt_book.png
-share/icons/hicolor/48x48/actions/bt_book_add.png
-share/icons/hicolor/48x48/actions/bt_book_locked.png
-share/icons/hicolor/48x48/actions/bt_cascade.png
-share/icons/hicolor/48x48/actions/bt_cascade_auto.png
-share/icons/hicolor/48x48/actions/bt_commentary.png
-share/icons/hicolor/48x48/actions/bt_commentary_add.png
-share/icons/hicolor/48x48/actions/bt_commentary_locked.png
-share/icons/hicolor/48x48/actions/bt_displayconfig.png
-share/icons/hicolor/48x48/actions/bt_displaytranslit.png
-share/icons/hicolor/48x48/actions/bt_lexicon.png
-share/icons/hicolor/48x48/actions/bt_lexicon_add.png
-share/icons/hicolor/48x48/actions/bt_lexicon_locked.png
-share/icons/hicolor/48x48/actions/bt_startconfig.png
-share/icons/hicolor/48x48/actions/bt_swordconfig.png
-share/icons/hicolor/48x48/actions/bt_sync.png
-share/icons/hicolor/48x48/actions/bt_tile.png
-share/icons/hicolor/48x48/actions/bt_tile_auto.png
-share/icons/hicolor/48x48/apps/bibletime.png
-share/icons/hicolor/64x64/apps/bibletime.png
-share/doc/HTML/en/common/common
-@dirrmtry share/icons/hicolor/64x64/apps
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48/actions
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32/actions
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/22x22/apps
-@dirrmtry share/icons/hicolor/22x22/actions
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16/actions
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrm share/doc/HTML/en/bibletime/howto
-@dirrm share/doc/HTML/en/bibletime/handbook
-@dirrm share/doc/HTML/en/bibletime
-@dirrmtry share/doc/HTML/en
-@dirrmtry share/doc/HTML
-@dirrmtry share/config
-@unexec rmdir %D/share/apps/bibletime/pics
-@dirrmtry share/apps/bibletime
-@dirrmtry share/apps
-@dirrmtry share/applnk/Applications
-@dirrmtry share/applnk