Date: Wed, 16 Oct 2002 10:10:02 -0700 (PDT) From: J Shoemaker <shoemaker@softhome.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/44145: New port: misc/gnomesword Message-ID: <200210161710.g9GHA2XN068494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44145; it has been noted by GNATS. From: J Shoemaker <shoemaker@softhome.net> To: Joe Marcus Clarke <marcus@FreeBSD.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/44145: New port: misc/gnomesword Date: 16 Oct 2002 11:04:28 -0600 Joe Marcus Clarke <marcus@FreeBSD.org> writes: > Checkout http://www.freebsd.org/gnome/docs/porting.html on how to make > this port use the GNOMENG infrastructure. Thanks. > > Joe [...] That makes it a lot simpler. Thanks for the tip! // J Shoemaker # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnomesword # gnomesword/Makefile # gnomesword/distinfo # gnomesword/pkg-plist # gnomesword/pkg-comment # gnomesword/pkg-descr # gnomesword/pkg-message # gnomesword/files # gnomesword/files/patch-Makefile.in # echo c - gnomesword mkdir -p gnomesword > /dev/null 2>&1 echo x - gnomesword/Makefile sed 's/^X//' >gnomesword/Makefile << 'END-of-gnomesword/Makefile' X# New ports collection makefile for: gnomesword X# Date created: Oct 26, 2002 X# Whom: J Shoemaker <shoemaker@softhome.net> X# X# $FreeBSD: $ X# X XPORTNAME= gnomesword XPORTVERSION= 0.7.5 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= J Shoemaker <shoemaker@softhome.net> X XLIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword XBUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell XUSE_GNOMENG= yes XUSE_GNOME= gal gnomeprint gdkpixbuf gnomehack XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpost-configure: X ${ECHO} "#define PACKAGE_PIXMAPS_DIR \"${PREFIX}/share/gnome/pixmaps/gnomesword\"">> ${WRKSRC}/config.h X X.include <bsd.port.mk> END-of-gnomesword/Makefile echo x - gnomesword/distinfo sed 's/^X//' >gnomesword/distinfo << 'END-of-gnomesword/distinfo' XMD5 (gnomesword-0.7.5.tar.gz) = 674d410cc64ef76c570ed657e521c7aa END-of-gnomesword/distinfo echo x - gnomesword/pkg-plist sed 's/^X//' >gnomesword/pkg-plist << 'END-of-gnomesword/pkg-plist' Xshare/gnome/help/gnomesword/C/intro.html Xshare/gnome/help/gnomesword/C/index.html Xshare/gnome/apps/Applications/gnomesword.desktop Xshare/gnome/pixmaps/gnomesword/GnomeSword.png Xshare/gnome/pixmaps/gnomesword/GnomeSword.xpm Xshare/gnome/pixmaps/gnomesword/about.png Xshare/gnome/pixmaps/gnomesword/book-bl.png Xshare/gnome/pixmaps/gnomesword/book-gold.png Xshare/gnome/pixmaps/gnomesword/book-green.png Xshare/gnome/pixmaps/gnomesword/book-un.png Xshare/gnome/pixmaps/gnomesword/dock.xpm Xshare/gnome/pixmaps/gnomesword/exit2.xpm Xshare/gnome/pixmaps/gnomesword/footnote3.xpm Xshare/gnome/pixmaps/gnomesword/gnome-fontsel.xpm Xshare/gnome/pixmaps/gnomesword/morphs.xpm Xshare/gnome/pixmaps/gnomesword/search1.xpm Xshare/gnome/pixmaps/gnomesword/splash.png Xshare/gnome/pixmaps/gnomesword/strongs.xpm Xshare/gnome/pixmaps/gnomesword/sword.xpm Xshare/gnome/pixmaps/gnomesword/sword2.xpm Xshare/gnome/pixmaps/gnomesword/sword3.xpm Xshare/gnome/pixmaps/gnomesword/yes.xpm Xbin/gnomesword Xshare/doc/gnomesword/README Xshare/doc/gnomesword/COPYING Xshare/doc/gnomesword/AUTHORS Xshare/doc/gnomesword/ChangeLog Xshare/doc/gnomesword/INSTALL Xshare/doc/gnomesword/NEWS Xshare/doc/gnomesword/TODO X@dirrm share/gnome/help/gnomesword/C X@dirrm share/gnome/help/gnomesword X@dirrm share/gnome/pixmaps/gnomesword X@dirrm share/doc/gnomesword X END-of-gnomesword/pkg-plist echo x - gnomesword/pkg-comment sed 's/^X//' >gnomesword/pkg-comment << 'END-of-gnomesword/pkg-comment' XA bible interface utilizing the sword framework END-of-gnomesword/pkg-comment echo x - gnomesword/pkg-descr sed 's/^X//' >gnomesword/pkg-descr << 'END-of-gnomesword/pkg-descr' XThe GnomeSword GUI is a frontend to the SWORD project. X XThe SWORD Project is an effort to create an ever expanding software package Xfor research and study of God and His Word. The SWORD Bible Framework allows Xeasy manipulation of Bible texts, commentaries, lexicons, dictionaries, etc. XMany frontends are build using this framework. An installed module set may be Xshared between any frontend using the framework. X XWWW: http://www.crosswire.org/ X X// J Shoemaker <shoemaker@softhome.net> END-of-gnomesword/pkg-descr echo x - gnomesword/pkg-message sed 's/^X//' >gnomesword/pkg-message << 'END-of-gnomesword/pkg-message' XTo use gnomesword, you need to have bible, commentary and/or lexicon Xmodules. Those are available in the sword-modules package/port. END-of-gnomesword/pkg-message echo c - gnomesword/files mkdir -p gnomesword/files > /dev/null 2>&1 echo x - gnomesword/files/patch-Makefile.in sed 's/^X//' >gnomesword/files/patch-Makefile.in << 'END-of-gnomesword/files/patch-Makefile.in' X--- Makefile.in.orig Mon Jul 1 14:26:43 2002 X+++ Makefile.in Wed Oct 16 08:33:45 2002 X@@ -135,7 +135,7 @@ X X EXTRA_DIST = gnomesword.desktop X X-gnomesworddocdir = $(prefix)/doc/gnomesword X+gnomesworddocdir = $(prefix)/share/doc/gnomesword X gnomesworddoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO X X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 X@@ -447,10 +447,10 @@ X install-data-local: X @$(NORMAL_INSTALL) X if test -d $(srcdir)/pixmaps; then \ X- $(mkinstalldirs) $(datadir)/pixmaps/${PACKAGE}; \ X+ $(mkinstalldirs) $(datadir)/gnome/pixmaps/${PACKAGE}; \ X for pixmap in $(srcdir)/pixmaps/*; do \ X if test -f $$pixmap; then \ X- $(INSTALL_DATA) $$pixmap $(datadir)/pixmaps/${PACKAGE}; \ X+ $(INSTALL_DATA) $$pixmap $(datadir)/gnome/pixmaps/${PACKAGE}; \ X fi \ X done \ X fi END-of-gnomesword/files/patch-Makefile.in exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161710.g9GHA2XN068494>