summaryrefslogtreecommitdiff
path: root/math/tela
diff options
context:
space:
mode:
authorjtb <jtb>2001-03-01 21:16:52 +0000
committerjtb <jtb>2001-03-01 21:16:52 +0000
commitcdaa4a568f846c59e51bd09e8ac19a3e32916527 (patch)
treea472b0ec169555fb3e5a8d22a5fc061c7d5901cd /math/tela
parent0779ef863db44d9a6452f12de0cd6532d911e501 (diff)
downloadpkgsrc-cdaa4a568f846c59e51bd09e8ac19a3e32916527.tar.gz
Install the man pages. Changed "Xemacs" to "Emacs" in menus, since it
runs `emacs'.
Diffstat (limited to 'math/tela')
-rw-r--r--math/tela/files/patch-sum8
-rw-r--r--math/tela/patches/patch-ad10
-rw-r--r--math/tela/patches/patch-ag13
-rw-r--r--math/tela/patches/patch-ah24
-rw-r--r--math/tela/pkg/PLIST5
5 files changed, 49 insertions, 11 deletions
diff --git a/math/tela/files/patch-sum b/math/tela/files/patch-sum
index 66dcbb59bd7..772caf0ea49 100644
--- a/math/tela/files/patch-sum
+++ b/math/tela/files/patch-sum
@@ -1,9 +1,9 @@
-$NetBSD: patch-sum,v 1.3 2001/03/01 02:21:11 jtb Exp $
+$NetBSD: patch-sum,v 1.4 2001/03/01 21:16:52 jtb Exp $
MD5 (patch-aa) = abfae9aac1fd143eaa8ac0044e3aa471
MD5 (patch-ab) = 1aba13fb7197a84658356ea21f51ce83
MD5 (patch-ac) = dd2f3f9190ba1494c43bf9bf5ec4bf67
-MD5 (patch-ad) = 276b012c7a45e6d8cd8b1a43a09811a9
+MD5 (patch-ad) = e2c61b3acfe866f94b5bd7b3914a0039
MD5 (patch-af) = 4a89d7f3fe822d7cbfdc3182fce7f563
-MD5 (patch-ag) = 1383a1a031ec726774912d54d80917d3
-MD5 (patch-ah) = d7b90350c973c03a24edb9ede76502fc
+MD5 (patch-ag) = bbad58a42e1b082946c70abc2b8136c3
+MD5 (patch-ah) = 13f5853a3728310504cdc965ce592216
diff --git a/math/tela/patches/patch-ad b/math/tela/patches/patch-ad
index 36a263493b5..5b19a934caa 100644
--- a/math/tela/patches/patch-ad
+++ b/math/tela/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.3 2001/03/01 02:21:11 jtb Exp $
+$NetBSD: patch-ad,v 1.4 2001/03/01 21:16:53 jtb Exp $
--- Makefile.orig Tue Dec 5 07:43:56 2000
+++ Makefile
@@ -50,3 +50,11 @@ $NetBSD: patch-ad,v 1.3 2001/03/01 02:21:11 jtb Exp $
for i in libtela.a $(CTELA_MODULES) $(NEEDED_BY_CTELA_MODULES) \
$(LOCAL_CTELA_MODULES) $(NEEDED_BY_LOCAL_CTELA_MODULES); \
do $(INSTALL_DATA) $$i $(INSTALL_BINDIR); done
+@@ -565,6 +567,7 @@
+ cd $(docdir); for i in *.txt *.sgml *.dvi; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR); done
+ if [ ! -d $(INSTALL_LIBDIR)/html ]; then mkdir $(INSTALL_LIBDIR)/html; chmod 755 $(INSTALL_LIBDIR)/html; fi
+ cd $(docdir); for i in *.html; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/html; done
++ cd $(docdir); for i in tela ctpp telakka; do $(BSD_INSTALL_MAN) $$i.man ${PREFIX}/man/man1/$$i.1; done
+
+ # ----------------------------------------------------------------
+ # ---- Distribution tarfile
diff --git a/math/tela/patches/patch-ag b/math/tela/patches/patch-ag
index 2a1119966f3..35f27511f64 100644
--- a/math/tela/patches/patch-ag
+++ b/math/tela/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.1.1.1 2001/02/28 22:34:09 jtb Exp $
+$NetBSD: patch-ag,v 1.2 2001/03/01 21:16:53 jtb Exp $
--- t/docview.t.orig Thu Sep 7 14:05:06 2000
+++ t/docview.t
@@ -7,7 +7,16 @@ $NetBSD: patch-ag,v 1.1.1.1 2001/02/28 22:34:09 jtb Exp $
+choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Emacs");
-directory = "/usr/local/lib/tela";
-+directory = "@PREFIX@/share/tela";
++directory = "/usr/pkg/share/tela";
choiceDoc = smenu("Choose document to view",
"Basic help file",
+@@ -19,7 +19,7 @@
+ system(#("less -Ms ",directory,"/",file,".txt"));
+ } else if (strstarteq(choiceViewing,"xdvi")) {
+ system(#("xdvi -geometry 847x570+0+0 -s 3 ",directory,"/",file,".dvi&"));
+-} else if (strstarteq(choiceViewing,"Xemacs")) {
++} else if (strstarteq(choiceViewing,"Emacs")) {
+ system(#("emacs ",directory,"/",file,".txt&"));
+ };
+
diff --git a/math/tela/patches/patch-ah b/math/tela/patches/patch-ah
index ebacfc2b73c..cf1803551cc 100644
--- a/math/tela/patches/patch-ah
+++ b/math/tela/patches/patch-ah
@@ -1,13 +1,31 @@
-$NetBSD: patch-ah,v 1.1.1.1 2001/02/28 22:34:09 jtb Exp $
+$NetBSD: patch-ah,v 1.2 2001/03/01 21:16:53 jtb Exp $
---- t/std.t.orig Wed Feb 28 19:00:03 2001
+--- t/std.t.orig Thu Nov 30 11:06:14 2000
+++ t/std.t
@@ -95,7 +95,7 @@
// kinds of Tela documentation.
local(directory,choicViewing,choiceDoc,editor,env)
{
- directory = "/usr/local/lib/tela";
-+ directory = "@PREFIX@/share/tela";
++ directory = "/usr/pkg/share/tela";
editor = "emacs";
pager = "less -Ms";
env = getenv("EDITOR");
+@@ -109,7 +109,7 @@
+ "HTML/Xmosaic (requires X)",
+ "HTML/Lynx",
+ "Xdvi (requires X)",
+- "Xemacs (requires X)",
++ "Emacs (requires X)",
+ "Cancel");
+ if (strstarteq(choiceViewing,"Cancel")) return;
+ choiceDoc = smenu("Choose document to view",
+@@ -134,7 +134,7 @@
+ system(#("cd ",directory,"/html; lynx ",file,".html"))
+ else if (strstarteq(choiceViewing,"Xdvi"))
+ system(#("xdvi -geometry 847x570+0+0 -s 3 ",directory,"/",file,".dvi&"))
+- else if (strstarteq(choiceViewing,"Xemacs"))
++ else if (strstarteq(choiceViewing,"Emacs"))
+ system(#(editor," ",directory,"/",file,".txt&"));
+ };
+
diff --git a/math/tela/pkg/PLIST b/math/tela/pkg/PLIST
index 717e56a00e1..ff7cbb8182a 100644
--- a/math/tela/pkg/PLIST
+++ b/math/tela/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/28 22:34:07 jtb Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/03/01 21:16:54 jtb Exp $
bin/ctpp
bin/tela
bin/telakka
@@ -17,6 +17,9 @@ lib/tela/numerics.o
lib/tela/plotmtv.o
lib/tela/sppc.o
lib/tela/std.o
+man/man1/ctpp.1
+man/man1/tela.1
+man/man1/telakka.1
share/tela/ct/CDF.ct
share/tela/ct/ani.ct
share/tela/ct/binops.ct