summaryrefslogtreecommitdiffstats
path: root/misc/brs/files
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-07-12 15:37:32 +0000
committerkevlo <kevlo@FreeBSD.org>2000-07-12 15:37:32 +0000
commita91af36afcc7eebe794f19d3b59f768abec214f2 (patch)
tree2812e95a53b6a3a8eb0b007959cbcdfeb295967d /misc/brs/files
parente92bf8ad0064db1752e962ebe6e4f0627c294051 (diff)
downloadFreeBSD-ports-a91af36afcc7eebe794f19d3b59f768abec214f2.zip
FreeBSD-ports-a91af36afcc7eebe794f19d3b59f768abec214f2.tar.gz
Initial import of brs.
brs is an interactive King James Bible. PR: 19836 Submitted by: Kim Scarborough <sluggo@unknown.nu>
Diffstat (limited to 'misc/brs/files')
-rw-r--r--misc/brs/files/patch-aa38
-rw-r--r--misc/brs/files/patch-ab39
2 files changed, 77 insertions, 0 deletions
diff --git a/misc/brs/files/patch-aa b/misc/brs/files/patch-aa
new file mode 100644
index 0000000..8ea4cda
--- /dev/null
+++ b/misc/brs/files/patch-aa
@@ -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)
diff --git a/misc/brs/files/patch-ab b/misc/brs/files/patch-ab
new file mode 100644
index 0000000..a6294b5
--- /dev/null
+++ b/misc/brs/files/patch-ab
@@ -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 \>, \<
OpenPOWER on IntegriCloud