1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

New port - BibleReader is a Bible browsing/searching program for Linux/X.

# I've misfiled this into deskutils category and this is
# second checkin for this PR.

PR:		ports/18359
Submitted by:	Patrick Seal <patseal@hyperhost.net>
This commit is contained in:
SADA Kenji 2000-08-02 18:03:08 +00:00
parent 523b9b7615
commit ee2ede3e36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31260
6 changed files with 58 additions and 0 deletions

27
misc/biblereader/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: biblereader
# Date created: 16 April 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= biblereader
PORTVERSION= 0.2.2
CATEGORIES= deskutils
MASTER_SITES= ftp://ftp.whitevine.com/biblereader/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} kjv.tar.gz
#EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= patseal@hyperhost.net
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
MAKE_ENV= GTK_CONFIG=${GTK_CONFIG}
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
post-extract:
${CP} ${WRKDIR}/kjv/kjv ${WRKSRC}/kjv.txt
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (biblereader-0.2.2.tar.gz) = 557bd8990e682c892ec7dea74462365f
MD5 (kjv.tar.gz) = 2f0c9c5902e10e8640b30b2f220a44ca

View File

@ -0,0 +1,11 @@
--- Makefile.orig Sun Jul 30 12:17:21 2000
+++ Makefile Sun Jul 30 12:18:34 2000
@@ -1,6 +1,6 @@
CFLAGS=-Wall
-CFLAGS+=`gtk-config --cflags`
-LIBS=`gtk-config --libs gtk`
+CFLAGS+=`${GTK_CONFIG} --cflags`
+LIBS=`${GTK_CONFIG} --libs gtk`
OBJS=biblereader.o books.o regex.o font.o gui/gladesig.o gui/gladesrc.o prefs.o format.o
PREFIX?=/usr/local

View File

@ -0,0 +1 @@
A GUI based Bible program for X-Windows

View File

@ -0,0 +1,14 @@
BibleReader is a Bible browsing/searching program for Linux/X. It uses
the popular Gtk+ widget set. Currently, BibleReader has the capacity to
find a passage by reference, search for a phrase using regular
expressions, and has a filter which enables searches to be limited to a
selection of books. BibleReader comes with the King James Version
(otherwise known as the Authorised Version) of the Bible. The BibleReader
program is distributed under the GNU General Public License. The actual
Bible text that is currently packaged with BibleReader (i.e. the KJV text
of the Bible) is not copyrighted, as it's copyright has expired.
WWW: http://www.whitevine.com/biblereader/
- Patrick Seal
patseal@hyperhost.net

View File

@ -0,0 +1,3 @@
bin/biblereader
share/biblereader/kjv.txt
@dirrm share/biblereader