diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-16 18:40:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-16 18:40:16 +0000 |
commit | 698106c8d870fd3e0a5ec7706ccfeb91d9ddcb0c (patch) | |
tree | acd7a29e9fb92cb545820c90135ee4f62ea481c1 /misc/xiphos | |
parent | 1d625b63810495a16076ea64aae66ab2af010611 (diff) | |
download | ports-698106c8d870fd3e0a5ec7706ccfeb91d9ddcb0c.tar.gz ports-698106c8d870fd3e0a5ec7706ccfeb91d9ddcb0c.zip |
Add gnomesword, a GNOME interface to the SWORD project.
PR: 44145
Submitted by: J Shoemaker <shoemaker@softhome.net>
Notes
Notes:
svn path=/head/; revision=68159
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 38 | ||||
-rw-r--r-- | misc/xiphos/distinfo | 1 | ||||
-rw-r--r-- | misc/xiphos/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | misc/xiphos/pkg-comment | 1 | ||||
-rw-r--r-- | misc/xiphos/pkg-descr | 11 | ||||
-rw-r--r-- | misc/xiphos/pkg-message | 2 | ||||
-rw-r--r-- | misc/xiphos/pkg-plist | 34 |
7 files changed, 105 insertions, 0 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile new file mode 100644 index 000000000000..27fc6a0892f8 --- /dev/null +++ b/misc/xiphos/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomesword +# Date created: Oct 26, 2002 +# Whom: J Shoemaker <shoemaker@softhome.net> +# +# $FreeBSD$ +# + +PORTNAME= gnomesword +PORTVERSION= 0.7.5 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= shoemaker@softhome.net + +LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword +BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell + +USE_GNOMENG= yes +USE_GNOME= gal gnomehack gnomeprefix +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +DOC_FILES= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + +post-configure: + ${ECHO} "#define PACKAGE_PIXMAPS_DIR \"${PREFIX}/share/gnome/pixmaps/gnomesword\"">> ${WRKSRC}/config.h + +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 new file mode 100644 index 000000000000..cd542889d3ad --- /dev/null +++ b/misc/xiphos/distinfo @@ -0,0 +1 @@ +MD5 (gnomesword-0.7.5.tar.gz) = 674d410cc64ef76c570ed657e521c7aa diff --git a/misc/xiphos/files/patch-Makefile.in b/misc/xiphos/files/patch-Makefile.in new file mode 100644 index 000000000000..afbae2ab5af3 --- /dev/null +++ b/misc/xiphos/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- Makefile.in.orig Wed Oct 16 11:05:14 2002 ++++ Makefile.in Wed Oct 16 11:06:31 2002 +@@ -136,13 +136,13 @@ + EXTRA_DIST = gnomesword.desktop + + gnomesworddocdir = $(prefix)/doc/gnomesword +-gnomesworddoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO ++gnomesworddoc_DATA = # README COPYING AUTHORS ChangeLog INSTALL NEWS TODO + + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h + CONFIG_CLEAN_FILES = +-DATA = $(gnomesworddoc_DATA) ++DATA = # $(gnomesworddoc_DATA) + + DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \ + INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 \ diff --git a/misc/xiphos/pkg-comment b/misc/xiphos/pkg-comment new file mode 100644 index 000000000000..80b17ba91ecf --- /dev/null +++ b/misc/xiphos/pkg-comment @@ -0,0 +1 @@ +A bible interface utilizing the sword framework diff --git a/misc/xiphos/pkg-descr b/misc/xiphos/pkg-descr new file mode 100644 index 000000000000..b4df0ae732f5 --- /dev/null +++ b/misc/xiphos/pkg-descr @@ -0,0 +1,11 @@ +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 new file mode 100644 index 000000000000..14fd67452143 --- /dev/null +++ b/misc/xiphos/pkg-message @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..f7fb468e9d3f --- /dev/null +++ b/misc/xiphos/pkg-plist @@ -0,0 +1,34 @@ +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 |