summaryrefslogtreecommitdiff
path: root/games/tvp/files
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1997-10-23 14:42:22 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1997-10-23 14:42:22 +0000
commit6f0fed1dc23156f7f9b5d698c85d4756a3bea89c (patch)
treefc36525ccfbb1bc84998b2c25aa1d9b290b038b5 /games/tvp/files
parentRemove japanese from the CATEGORIES. (diff)
Port import of TVP (play cardgame of Ass vs. AIs)
PR: ports/4023
Notes
Notes: svn path=/head/; revision=8339
Diffstat (limited to 'games/tvp/files')
-rw-r--r--games/tvp/files/patch-aa20
-rw-r--r--games/tvp/files/tvp.626
2 files changed, 46 insertions, 0 deletions
diff --git a/games/tvp/files/patch-aa b/games/tvp/files/patch-aa
new file mode 100644
index 000000000000..59f93db9d802
--- /dev/null
+++ b/games/tvp/files/patch-aa
@@ -0,0 +1,20 @@
+--- configure.orig Thu Oct 23 08:34:26 1997
++++ configure Thu Oct 23 08:36:34 1997
+@@ -1306,7 +1306,7 @@
+
+ WINDLL=true
+ TCLTK=""
+-for tkver in 42 4.2 41 4.1 80 8.0
++for tkver in 80 8.0 42 4.2 41 4.1
+ do
+ echo $ac_n "checking for Tk_Main in -ltk${tkver}""... $ac_c" 1>&6
+ echo "configure:1313: checking for Tk_Main in -ltk${tkver}" >&5
+@@ -1345,7 +1345,7 @@
+ echo "$ac_t""yes" 1>&6
+
+ WINDLL=false
+- for tclver in 76 7.6 75 7.5 80 8.0
++ for tclver in 80 8.0 76 7.6 75 7.5
+ do
+ echo $ac_n "checking for Tcl_Main in -ltcl${tclver}""... $ac_c" 1>&6
+ echo "configure:1352: checking for Tcl_Main in -ltcl${tclver}" >&5
diff --git a/games/tvp/files/tvp.6 b/games/tvp/files/tvp.6
new file mode 100644
index 000000000000..5a070c9f9a1a
--- /dev/null
+++ b/games/tvp/files/tvp.6
@@ -0,0 +1,26 @@
+.Dd Jul 3, 1997
+.Dt TVP 6
+.Sh NAME
+.Nm tvp
+.Nd programs to play the cardgame of President (aka Ass)
+.Sh DESCRIPTION
+.Ar Tvp
+is composed of a set of three different programs. One,
+.Ar prez
+is a simple CLI interface, another,
+.Ar aprez
+is a full-screen ansi interface. The preferred one,
+.Ar xprez
+is a proper Tcl/Tk-based graphical user interface.
+.Pp
+You can find instructions on how to play the cardgame Ass
+in the file TOKENpresident.txt. You will also find full
+documentation for
+.Ar prez,
+.Ar aprez,
+and
+.Ar xprez
+in TOKEN.
+.Pp
+The author requests that you read the ABOUT file, which is available
+from inside of all three of the programs.