mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Initial import of brs.
brs is an interactive King James Bible. PR: 19836 Submitted by: Kim Scarborough <sluggo@unknown.nu>
This commit is contained in:
parent
e1d0f1ba74
commit
887b1c5f47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30526
24
misc/brs/Makefile
Normal file
24
misc/brs/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: brs
|
||||
# Date created: 10 July 2000
|
||||
# Whom: Kim Scarborough <user@unknown.nu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= brs
|
||||
PORTVERSION= 4.0
|
||||
DISTNAME= brs.4.00.l1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
http://www.unknown.nu/ports/
|
||||
MASTER_SITE_SUBDIR= apps/religion
|
||||
|
||||
MAINTAINER= user@unknown.nu
|
||||
|
||||
WRKSRC= ${WRKDIR}/bible
|
||||
ALL_TARGET=
|
||||
|
||||
MAN1= bible.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/brs/distinfo
Normal file
1
misc/brs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (brs.4.00.l1.tar.gz) = 260b789e0ff401293ef05809fc42581b
|
38
misc/brs/files/patch-aa
Normal file
38
misc/brs/files/patch-aa
Normal file
@ -0,0 +1,38 @@
|
||||
--- Makefile.orig Wed Jul 12 23:30:36 2000
|
||||
+++ Makefile Wed Jul 12 23:32:29 2000
|
||||
@@ -46,7 +46,7 @@
|
||||
NINSTPKG = $(PROGRAM).pkg
|
||||
|
||||
# where to install this stuff
|
||||
-DEST = /usr
|
||||
+DEST = $(PREFIX)
|
||||
#DEST = $(HOME)/local
|
||||
DESTBIN = $(DEST)/bin
|
||||
DESTLIB = $(DEST)/lib
|
||||
@@ -405,23 +405,20 @@
|
||||
@if [ $(DESTBIN) != . ]; then \
|
||||
((cd $(DESTBIN);rm -f $(PROGRAM)); \
|
||||
cp $(PROGRAM) $(DESTBIN)); \
|
||||
- chown bin $(DESTBIN)/$(PROGRAM); \
|
||||
- chgrp bin $(DESTBIN)/$(PROGRAM); \
|
||||
+ chown root:wheel $(DESTBIN)/$(PROGRAM); \
|
||||
chmod 755 $(DESTBIN)/$(PROGRAM); fi
|
||||
@echo Installing $(DATA) and $(DATA).conc in $(DESTLIB)
|
||||
@if [ ! -r $(DESTLIB) ]; then mkdir $(DESTLIB); fi
|
||||
@if [ $(DESTLIB) != . ]; then \
|
||||
cp $(DATA) $(DATA).conc $(DESTLIB); \
|
||||
- chown bin $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; \
|
||||
- chgrp bin $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; \
|
||||
+ chown root:wheel $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; \
|
||||
chmod 644 $(DESTLIB)/$(DATA) $(DESTLIB)/$(DATA).conc; fi
|
||||
@if [ ! -r $(DESTMAN) ]; then mkdir $(DESTMAN); fi
|
||||
@echo Installing $(MAN) in $(DESTMAN1)
|
||||
@if [ ! -r $(DESTMAN1) ]; then mkdir $(DESTMAN1); fi
|
||||
@if [ $(DESTMAN1) != . ]; then \
|
||||
cp $(MAN) $(DESTMAN1)/$(MAN); \
|
||||
- chown bin $(DESTMAN1)/$(MAN); \
|
||||
- chgrp bin $(DESTMAN1)/$(MAN); \
|
||||
+ chown root:wheel $(DESTMAN1)/$(MAN); \
|
||||
chmod 644 $(DESTMAN1)/$(MAN); fi
|
||||
|
||||
uninstall:; @echo Un-installing $(PROGRAM), $(DATA) and $(MAN)
|
39
misc/brs/files/patch-ab
Normal file
39
misc/brs/files/patch-ab
Normal file
@ -0,0 +1,39 @@
|
||||
*** bible.1.orig Mon Dec 12 13:05:28 1994
|
||||
--- bible.1 Mon Jul 10 13:34:08 2000
|
||||
***************
|
||||
*** 314,330 ****
|
||||
Miscellaneous program control commands:
|
||||
|
||||
.TP 15 "\w'\-t\ prefix\ \ 'u"
|
||||
! .B \?, ?h, ?help
|
||||
Prints help text.
|
||||
.TP
|
||||
! .B \?f
|
||||
Toggles output formatting modes.
|
||||
.TP
|
||||
! .BI \?w file
|
||||
Begin writing program output to a file. If file exists, output is
|
||||
appended to what's there already.
|
||||
.TP
|
||||
! .B \?w
|
||||
Stop writing to a file.
|
||||
.TP
|
||||
.B \>, \<
|
||||
--- 314,330 ----
|
||||
Miscellaneous program control commands:
|
||||
|
||||
.TP 15 "\w'\-t\ prefix\ \ 'u"
|
||||
! .B ?, ?h, ?help
|
||||
Prints help text.
|
||||
.TP
|
||||
! .B ?f
|
||||
Toggles output formatting modes.
|
||||
.TP
|
||||
! .BI ?w file
|
||||
Begin writing program output to a file. If file exists, output is
|
||||
appended to what's there already.
|
||||
.TP
|
||||
! .B ?w
|
||||
Stop writing to a file.
|
||||
.TP
|
||||
.B \>, \<
|
1
misc/brs/pkg-comment
Normal file
1
misc/brs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An interactive King James Bible
|
7
misc/brs/pkg-descr
Normal file
7
misc/brs/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Bible Retrieval System (BRS) consists of a textual database of the
|
||||
Authorized ("King James") Version of the Old and New Testaments, a set
|
||||
of libraries for finding and retrieving text, and a program ("bible")
|
||||
which uses the libraries to retrieve Bible passages given references
|
||||
on the command line or from standard input.
|
||||
|
||||
WWW: http://bible.theverge.com/brs.html
|
3
misc/brs/pkg-plist
Normal file
3
misc/brs/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/bible
|
||||
lib/bible.data
|
||||
lib/bible.data.conc
|
Loading…
Reference in New Issue
Block a user