summaryrefslogtreecommitdiff
path: root/misc/xiphos
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xiphos')
-rw-r--r--misc/xiphos/Makefile37
-rw-r--r--misc/xiphos/distinfo1
-rw-r--r--misc/xiphos/files/patch-Makefile.in27
-rw-r--r--misc/xiphos/files/patch-configure28
-rw-r--r--misc/xiphos/files/patch-src_Makefile.in10
-rw-r--r--misc/xiphos/files/patch-src_gs_editor.c89
-rw-r--r--misc/xiphos/pkg-descr11
-rw-r--r--misc/xiphos/pkg-message2
-rw-r--r--misc/xiphos/pkg-plist34
9 files changed, 0 insertions, 239 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
deleted file mode 100644
index 307224656ad4..000000000000
--- a/misc/xiphos/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: gnomesword
-# Date created: Oct 26, 2002
-# Whom: J Shoemaker <shoemaker@softhome.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomesword
-PORTVERSION= 0.7.8
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@freebsd.org
-COMMENT= A bible interface utilizing the sword framework
-
-LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword
-BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
-
-USE_GNOMENG= yes
-USE_GNOME= gal gnomehack gnomeprefix gtkhtml
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-DOC_FILES= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/xiphos/distinfo b/misc/xiphos/distinfo
deleted file mode 100644
index 524bf19f2579..000000000000
--- a/misc/xiphos/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnomesword-0.7.8.tar.gz) = 18952dda9a437c1f8f04151c128a2f3a
diff --git a/misc/xiphos/files/patch-Makefile.in b/misc/xiphos/files/patch-Makefile.in
deleted file mode 100644
index ea6e97fcf042..000000000000
--- a/misc/xiphos/files/patch-Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.in.orig Fri Feb 28 16:49:32 2003
-+++ Makefile.in Fri Feb 28 16:50:47 2003
-@@ -140,14 +140,7 @@
- EXTRA_DIST = gnomesword.desktop
-
- gnomesworddocdir = $(prefix)/doc/gnomesword
--gnomesworddoc_DATA = \
-- README\
-- COPYING\
-- AUTHORS\
-- ChangeLog\
-- INSTALL\
-- NEWS\
-- TODO
-+gnomesworddoc_DATA =
-
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -155,7 +148,7 @@
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES = intl/Makefile
- DIST_SOURCES =
--DATA = $(gnomesworddoc_DATA)
-+DATA = # $(gnomesworddoc_DATA)
-
-
- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
diff --git a/misc/xiphos/files/patch-configure b/misc/xiphos/files/patch-configure
deleted file mode 100644
index e9323f3b5252..000000000000
--- a/misc/xiphos/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig Sat Jan 11 16:54:15 2003
-+++ configure Fri Feb 28 17:38:01 2003
-@@ -7438,7 +7438,7 @@
- EOF
-
- cat >> confdefs.h <<EOF
--#define PACKAGE_PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/pixmaps/${PACKAGE}"
-+#define PACKAGE_PIXMAPS_DIR "${PREFIX}/share/gnome/pixmaps/gnomesword"
- EOF
-
- cat >> confdefs.h <<EOF
-@@ -8194,16 +8194,7 @@
- gtkhtml_ok="false"
- echo $ac_n "checking for GtkHTML""... $ac_c" 1>&6
- echo "configure:8197: checking for GtkHTML" >&5
-- if gnome-config --libs gtkhtml > /dev/null 2>&1; then
-- vers=`gnome-config --modversion gtkhtml`
-- case $vers
-- in
-- gtkhtml-0.012345678) gtkhtml_ok=false ;;
-- *) gtkhtml_ok=true ;;
-- esac
-- else
- gtkhtml_ok=false
-- fi
-
- if $gtkhtml_ok; then
- echo "$ac_t""$vers found" 1>&6
diff --git a/misc/xiphos/files/patch-src_Makefile.in b/misc/xiphos/files/patch-src_Makefile.in
deleted file mode 100644
index 4b37f359d9a6..000000000000
--- a/misc/xiphos/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig Fri Feb 28 17:24:26 2003
-+++ src/Makefile.in Fri Feb 28 17:24:48 2003
-@@ -144,6 +144,7 @@
- $(PIXBUF_CFLAGS) \
- $(SWORD_CPPFLAGS) \
- $(PACKAGE_CFLAGS) \
-+ $(GNOME_APP_CFLAGS) \
- -I/usr/include/gnome-1.0/
-
-
diff --git a/misc/xiphos/files/patch-src_gs_editor.c b/misc/xiphos/files/patch-src_gs_editor.c
deleted file mode 100644
index 54856618521c..000000000000
--- a/misc/xiphos/files/patch-src_gs_editor.c
+++ /dev/null
@@ -1,89 +0,0 @@
---- src/gs_editor.c 2003/01/12 00:35:43 1.7
-+++ src/gs_editor.c 2003/01/13 16:53:17 1.8
-@@ -52,7 +52,7 @@
- #include <gtkhtml/htmlcolor.h>
- #include <gtkhtml/htmlcolorset.h>
- #include <gtkhtml/htmllinktext.h>
--#endif
-+#endif
-
- #ifdef USE_SPELL
- #include "spell.h"
-@@ -392,7 +392,6 @@
- g_warning("file not writen");
- else
- g_warning("file writen");
-- //g_warning(gstr->str);
-
- gtk_text_insert(GTK_TEXT(text), NULL,
- &text->style->black, NULL, gstr->str, -1);
-@@ -428,7 +427,6 @@
- GSHTMLEditorControlData * ecd)
- {
- ecd->changed = TRUE;
-- //file_changed = TRUE;
- updatestatusbar(ecd);
- return 1;
- }
-@@ -511,7 +509,7 @@
- GtkWidget *create_editor(GtkWidget * htmlwidget, GtkWidget * vbox,
- SETTINGS * s, GSHTMLEditorControlData * necd)
- {
-- GtkWidget * frame34, *scrolledwindow17;
-+ GtkWidget *frame34, *scrolledwindow17;
-
- frame34 = gtk_frame_new(NULL);
- gtk_widget_ref(frame34);
-@@ -1251,22 +1249,25 @@
- set_link_to_module(gchar * linkref, gchar * linkmod,
- GSHTMLEditorControlData * ecd)
- {
-- gchar buf[256], *target = "";
-+ const gchar *url;
-+ const gchar *text;
-+ gchar *target;
-+ gchar *url_copy;
-+ gchar buf[256];
-+ HTMLEngine *e;
-+ HTMLObject *new_link;
-+
-+ e = ecd->html->engine;
-
-- HTMLEngine *e = ecd->html->engine;
- if (strlen(linkmod))
- sprintf(buf, "version=%s passage=%s", linkmod, linkref);
- else
- sprintf(buf, "passage=%s", linkref);
--
-+
- #ifdef USE_GTKHTML1
-- const gchar *url;
-- const gchar *text;
- url = buf;
- text = linkref;
- if (url && text && *url && *text) {
-- HTMLObject *new_link;
-- gchar *url_copy;
- target = strchr(url, '#');
- url_copy =
- target ? g_strndup(url,
-@@ -1274,14 +1275,17 @@
- new_link =
- html_link_text_new(text,
- GTK_HTML_FONT_STYLE_DEFAULT,
-- html_colorset_get_color(e->settings->color_set,
-- HTMLLinkColor),
-+ html_colorset_get_color(e->
-+ settings->
-+ color_set,
-+ HTMLLinkColor),
- url_copy, target);
- html_engine_paste_object(e, new_link,
- g_utf8_strlen(text, -1));
- g_free(url_copy);
- }
- #else
-+ target = "";
- html_engine_selection_push(e);
- html_engine_insert_link(e, buf, target);
- html_engine_selection_pop(e);
diff --git a/misc/xiphos/pkg-descr b/misc/xiphos/pkg-descr
deleted file mode 100644
index b4df0ae732f5..000000000000
--- a/misc/xiphos/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-The GnomeSword GUI is a frontend to the SWORD project.
-
-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/
-
-// J Shoemaker <shoemaker@softhome.net>
diff --git a/misc/xiphos/pkg-message b/misc/xiphos/pkg-message
deleted file mode 100644
index 14fd67452143..000000000000
--- a/misc/xiphos/pkg-message
+++ /dev/null
@@ -1,2 +0,0 @@
-To use gnomesword, you need to have bible, commentary and/or lexicon
-modules. Those are available in the sword-modules package/port.
diff --git a/misc/xiphos/pkg-plist b/misc/xiphos/pkg-plist
deleted file mode 100644
index f7fb468e9d3f..000000000000
--- a/misc/xiphos/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-bin/gnomesword
-%%PORTDOCS%%share/doc/gnomesword/AUTHORS
-%%PORTDOCS%%share/doc/gnomesword/COPYING
-%%PORTDOCS%%share/doc/gnomesword/ChangeLog
-%%PORTDOCS%%share/doc/gnomesword/INSTALL
-%%PORTDOCS%%share/doc/gnomesword/NEWS
-%%PORTDOCS%%share/doc/gnomesword/README
-%%PORTDOCS%%share/doc/gnomesword/TODO
-share/gnome/apps/Applications/gnomesword.desktop
-share/gnome/help/gnomesword/C/index.html
-share/gnome/help/gnomesword/C/intro.html
-share/gnome/pixmaps/gnomesword/GnomeSword.png
-share/gnome/pixmaps/gnomesword/GnomeSword.xpm
-share/gnome/pixmaps/gnomesword/about.png
-share/gnome/pixmaps/gnomesword/book-bl.png
-share/gnome/pixmaps/gnomesword/book-gold.png
-share/gnome/pixmaps/gnomesword/book-green.png
-share/gnome/pixmaps/gnomesword/book-un.png
-share/gnome/pixmaps/gnomesword/dock.xpm
-share/gnome/pixmaps/gnomesword/exit2.xpm
-share/gnome/pixmaps/gnomesword/footnote3.xpm
-share/gnome/pixmaps/gnomesword/gnome-fontsel.xpm
-share/gnome/pixmaps/gnomesword/morphs.xpm
-share/gnome/pixmaps/gnomesword/search1.xpm
-share/gnome/pixmaps/gnomesword/splash.png
-share/gnome/pixmaps/gnomesword/strongs.xpm
-share/gnome/pixmaps/gnomesword/sword.xpm
-share/gnome/pixmaps/gnomesword/sword2.xpm
-share/gnome/pixmaps/gnomesword/sword3.xpm
-share/gnome/pixmaps/gnomesword/yes.xpm
-@dirrm share/gnome/pixmaps/gnomesword
-@dirrm share/gnome/help/gnomesword/C
-@dirrm share/gnome/help/gnomesword
-%%PORTDOCS%%@dirrm share/doc/gnomesword