diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-17 02:40:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-17 02:40:16 +0800 |
commit | 21370b2da03f130ebd04788503330b66382f6940 (patch) | |
tree | 9a42571f8c485e0f510c962d0b60ec83a7220372 /misc | |
parent | 593cae088a28cb685064ec7b1b3fc5816523d80f (diff) | |
download | freebsd-ports-gnome-21370b2da03f130ebd04788503330b66382f6940.tar.gz freebsd-ports-gnome-21370b2da03f130ebd04788503330b66382f6940.tar.zst freebsd-ports-gnome-21370b2da03f130ebd04788503330b66382f6940.zip |
Add gnomesword, a GNOME interface to the SWORD project.
PR: 44145
Submitted by: J Shoemaker <shoemaker@softhome.net>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gnomesword/Makefile | 38 | ||||
-rw-r--r-- | misc/gnomesword/distinfo | 1 | ||||
-rw-r--r-- | misc/gnomesword/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | misc/gnomesword/pkg-comment | 1 | ||||
-rw-r--r-- | misc/gnomesword/pkg-descr | 11 | ||||
-rw-r--r-- | misc/gnomesword/pkg-message | 2 | ||||
-rw-r--r-- | misc/gnomesword/pkg-plist | 34 | ||||
-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 |
15 files changed, 211 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 290c8173adc3..3e159a1b9c8f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -94,6 +94,7 @@ SUBDIR += gnomehier SUBDIR += gnomemimedata SUBDIR += gnomepm + SUBDIR += gnomesword SUBDIR += gnomeuserdocs SUBDIR += gnomeuserdocs2 SUBDIR += gnomeutils diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile new file mode 100644 index 000000000000..27fc6a0892f8 --- /dev/null +++ b/misc/gnomesword/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/gnomesword/distinfo b/misc/gnomesword/distinfo new file mode 100644 index 000000000000..cd542889d3ad --- /dev/null +++ b/misc/gnomesword/distinfo @@ -0,0 +1 @@ +MD5 (gnomesword-0.7.5.tar.gz) = 674d410cc64ef76c570ed657e521c7aa diff --git a/misc/gnomesword/files/patch-Makefile.in b/misc/gnomesword/files/patch-Makefile.in new file mode 100644 index 000000000000..afbae2ab5af3 --- /dev/null +++ b/misc/gnomesword/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/gnomesword/pkg-comment b/misc/gnomesword/pkg-comment new file mode 100644 index 000000000000..80b17ba91ecf --- /dev/null +++ b/misc/gnomesword/pkg-comment @@ -0,0 +1 @@ +A bible interface utilizing the sword framework diff --git a/misc/gnomesword/pkg-descr b/misc/gnomesword/pkg-descr new file mode 100644 index 000000000000..b4df0ae732f5 --- /dev/null +++ b/misc/gnomesword/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/gnomesword/pkg-message b/misc/gnomesword/pkg-message new file mode 100644 index 000000000000..14fd67452143 --- /dev/null +++ b/misc/gnomesword/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/gnomesword/pkg-plist b/misc/gnomesword/pkg-plist new file mode 100644 index 000000000000..f7fb468e9d3f --- /dev/null +++ b/misc/gnomesword/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 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 |