summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-18 22:39:00 +0000
committerwiz <wiz@pkgsrc.org>2005-05-18 22:39:00 +0000
commitf6ce0a82d01048fece3808c47a3861edb06bb6eb (patch)
tree6f3fcf1d94a4915cdab807505a2d031a0b1b6fae /math
parenta9c1cbde211b63c5ce717b12db2f72e3ae090343 (diff)
downloadpkgsrc-f6ce0a82d01048fece3808c47a3861edb06bb6eb.tar.gz
Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/tela/DESCR16
-rw-r--r--math/tela/Makefile37
-rw-r--r--math/tela/PLIST168
-rw-r--r--math/tela/distinfo14
-rw-r--r--math/tela/patches/patch-aa54
-rw-r--r--math/tela/patches/patch-ab53
-rw-r--r--math/tela/patches/patch-ac47
-rw-r--r--math/tela/patches/patch-ad60
-rw-r--r--math/tela/patches/patch-ae25
-rw-r--r--math/tela/patches/patch-af13
-rw-r--r--math/tela/patches/patch-ag12
-rw-r--r--math/tela/patches/patch-ah13
-rw-r--r--math/tela/patches/patch-ai15
14 files changed, 1 insertions, 529 deletions
diff --git a/math/Makefile b/math/Makefile
index 3eda8758d0e..285b05747f9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2005/05/18 15:54:59 drochner Exp $
+# $NetBSD: Makefile,v 1.131 2005/05/18 22:39:00 wiz Exp $
#
COMMENT= Mathematics
@@ -102,7 +102,6 @@ SUBDIR+= snns
SUBDIR+= statist
SUBDIR+= superlu
SUBDIR+= tasp-vsipl
-SUBDIR+= tela
SUBDIR+= tochnog
SUBDIR+= udunits
SUBDIR+= vista
diff --git a/math/tela/DESCR b/math/tela/DESCR
deleted file mode 100644
index a78013e84ff..00000000000
--- a/math/tela/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-Tela (TEnsor LAnguage) is a scientific computing language and
-environment. It is mainly targeted for prototyping large-scale
-numerical simulations and doing pre- and postprocessing for them, and
-it replaces a compiled language like C++ or Fortran in this
-respect. The feature set is therefore biased to operations needed in
-partial differential equation solvers. A relatively complete graphics
-is included via a separate program (PlotMTV). Tela uses HDF format as
-native save/load format. It can also read/write Matlab binary files
-and some ASCII files.
-
-Tela is generally 2-4 times faster than Matlab, the extremeties
-encountered so far are 0.9-11. Even though Tela is mainly a
-prototyping and development environment, modest-size 2D simulations
-can be run in modern desktop workstations while preserving
-"interactive" response times. Only large 2D or 3D simulations must
-usually be coded in C or Fortran and run on supercomputers.
diff --git a/math/tela/Makefile b/math/tela/Makefile
deleted file mode 100644
index 7dcb5e3bcdf..00000000000
--- a/math/tela/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:31 tv Exp $
-
-DISTNAME= tela-1.34
-PKGREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.funet.fi/pub/sci/math/tela/ \
- ftp://sumppu.fmi.fi/pub/tela/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.geo.fmi.fi/prog/tela_00.html
-COMMENT= Tensor Language - a programming language for scientific computing
-
-DEPENDS+= plotmtv-[0-9]*:../../graphics/plotmtv
-
-GNU_CONFIGURE= # defined
-USE_LANGUAGES= fortran
-USE_X11= # defined
-
-INSTALL_TARGET= install installdocs
-
-CONFIGURE_ENV+= INSTALLATION_PREFIX=${PREFIX}/share/tela
-CONFIGURE_ENV+= ARCHDEP_INSTALLATION_PREFIX=${PREFIX}/lib/tela
-
-pre-configure:
- @for f in ${WRKSRC}/t/demo.t ${WRKSRC}/t/docview.t \
- ${WRKSRC}/t/std.t; do \
- ${SED} -e 's:@PREFIX@:'${PREFIX}':g' \
- $$f > $$f.tmp && ${MV} -f $$f.tmp $$f; \
- done
-
-.include "../../math/lapack/buildlink3.mk"
-.include "../../math/blas/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/hdf/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/tela/PLIST b/math/tela/PLIST
deleted file mode 100644
index 54c68314d7a..00000000000
--- a/math/tela/PLIST
+++ /dev/null
@@ -1,168 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:34:22 zuntum Exp $
-bin/ctpp
-bin/tela
-bin/telakka
-lib/tela/ani.o
-lib/tela/dld.o
-lib/tela/fft.o
-lib/tela/fftpack.o
-lib/tela/fileio.o
-lib/tela/files.o
-lib/tela/geopack_ct.o
-lib/tela/la.o
-lib/tela/libmpeg2encode.a
-lib/tela/libtela.a
-lib/tela/libtsyg.a
-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
-share/tela/ct/dld.ct
-share/tela/ct/fft.ct
-share/tela/ct/fileio.ct
-share/tela/ct/files.ct
-share/tela/ct/geopack_ct.ct
-share/tela/ct/la.ct
-share/tela/ct/matlabeng.ct
-share/tela/ct/numerics.ct
-share/tela/ct/plotmtv.ct
-share/tela/ct/sppc.ct
-share/tela/ct/std.ct
-share/tela/ct/tests.ct
-share/tela/html/features.html
-share/tela/html/instfaq.html
-share/tela/html/telafaq.html
-share/tela/html/telafuncs-1.html
-share/tela/html/telafuncs.html
-share/tela/html/telafuncsSectioned-1.html
-share/tela/html/telafuncsSectioned-10.html
-share/tela/html/telafuncsSectioned-11.html
-share/tela/html/telafuncsSectioned-12.html
-share/tela/html/telafuncsSectioned-13.html
-share/tela/html/telafuncsSectioned-2.html
-share/tela/html/telafuncsSectioned-3.html
-share/tela/html/telafuncsSectioned-4.html
-share/tela/html/telafuncsSectioned-5.html
-share/tela/html/telafuncsSectioned-6.html
-share/tela/html/telafuncsSectioned-7.html
-share/tela/html/telafuncsSectioned-8.html
-share/tela/html/telafuncsSectioned-9.html
-share/tela/html/telafuncsSectioned.html
-share/tela/html/telahelp-1.html
-share/tela/html/telahelp-2.html
-share/tela/html/telahelp-3.html
-share/tela/html/telahelp-4.html
-share/tela/html/telahelp-5.html
-share/tela/html/telahelp-6.html
-share/tela/html/telahelp.html
-share/tela/html/usrguide-1.html
-share/tela/html/usrguide-2.html
-share/tela/html/usrguide-3.html
-share/tela/html/usrguide-4.html
-share/tela/html/usrguide-5.html
-share/tela/html/usrguide-6.html
-share/tela/html/usrguide-7.html
-share/tela/html/usrguide.html
-share/tela/include/Tcomplex.H
-share/tela/include/common.H
-share/tela/include/ctinfo.H
-share/tela/include/d.l.h
-share/tela/include/d.y.h
-share/tela/include/def.H
-share/tela/include/deftyp.h
-share/tela/include/error.H
-share/tela/include/fftpack.H
-share/tela/include/gatscat.H
-share/tela/include/lapack.H
-share/tela/include/lisp.H
-share/tela/include/machine.H
-share/tela/include/objarithm.H
-share/tela/include/object.H
-share/tela/include/prg.H
-share/tela/include/symbol.H
-share/tela/include/templ/tLL.H
-share/tela/include/tree.H
-share/tela/include/vecfftpack.H
-share/tela/include/version.H
-share/tela/instfaq.txt
-share/tela/t/3windows.t
-share/tela/t/ThetaPhi.hdf
-share/tela/t/aref.t
-share/tela/t/bardemo1.t
-share/tela/t/bench.t
-share/tela/t/blasbench.t
-share/tela/t/bug1.t
-share/tela/t/bz.hdf
-share/tela/t/demo.t
-share/tela/t/diff.t
-share/tela/t/docview.t
-share/tela/t/draw.t
-share/tela/t/fact.t
-share/tela/t/fib.t
-share/tela/t/fit.t
-share/tela/t/fmin.t
-share/tela/t/font-10x20.hdf
-share/tela/t/font-7x14.hdf
-share/tela/t/forbench.t
-share/tela/t/fsolve.t
-share/tela/t/gstest.t
-share/tela/t/inp.t
-share/tela/t/input.t
-share/tela/t/input1.t
-share/tela/t/input2.t
-share/tela/t/input3.t
-share/tela/t/integrate.t
-share/tela/t/lpmin.t
-share/tela/t/madala.t
-share/tela/t/matlabbench2.t
-share/tela/t/matlabdemo.t
-share/tela/t/matlabextra.t
-share/tela/t/matmenu.t
-share/tela/t/mipsbench.t
-share/tela/t/norm.t
-share/tela/t/perf.t
-share/tela/t/plots.t
-share/tela/t/poly.t
-share/tela/t/puolukkamatas.t
-share/tela/t/randphases.t
-share/tela/t/remdiv.t
-share/tela/t/sim.t
-share/tela/t/specfun.t
-share/tela/t/std.t
-share/tela/t/telahelp.sh
-share/tela/t/telainit.t
-share/tela/t/testfft.t
-share/tela/t/testla.t
-share/tela/t/testpoisson.t
-share/tela/t/testvecfft.t
-share/tela/t/turbgen.t
-share/tela/t/vbench.t
-share/tela/t/xintf.t
-share/tela/t/xpaneltest.t
-share/tela/t/xv.t
-share/tela/telafaq.txt
-share/tela/telafuncs.dvi
-share/tela/telafuncs.sgml
-share/tela/telafuncs.txt
-share/tela/telafuncsSectioned.dvi
-share/tela/telafuncsSectioned.sgml
-share/tela/telafuncsSectioned.txt
-share/tela/telahelp.dvi
-share/tela/telahelp.sgml
-share/tela/telahelp.txt
-share/tela/usrguide.dvi
-share/tela/usrguide.sgml
-share/tela/usrguide.txt
-@dirrm share/tela/t
-@dirrm share/tela/include/templ
-@dirrm share/tela/include
-@dirrm share/tela/html
-@dirrm share/tela/ct
-@dirrm share/tela
-@dirrm lib/tela
diff --git a/math/tela/distinfo b/math/tela/distinfo
deleted file mode 100644
index 7f89ccaac8f..00000000000
--- a/math/tela/distinfo
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 12:06:58 agc Exp $
-
-SHA1 (tela-1.34.tar.gz) = b600db15563be48418ea1a5ba90e30acc9dcadb5
-RMD160 (tela-1.34.tar.gz) = 6e81f12321af3f89d3189a849bc52ea8f467d069
-Size (tela-1.34.tar.gz) = 1894352 bytes
-SHA1 (patch-aa) = 2a2033c3d3bddbfcfaebb189223fc320fb82c4cc
-SHA1 (patch-ab) = b8e60e92716c35432e3c991c0c871e29968e2df6
-SHA1 (patch-ac) = 85511c1c32457a41a00b5557b650454f85040374
-SHA1 (patch-ad) = fedad68bb459a1ef326c180db5e5016ef2f7f3eb
-SHA1 (patch-ae) = ad36a0b3d6d9e4e48e3e266ea9d88c6d3e5d918d
-SHA1 (patch-af) = a126910bd70b2f1fbde2f4609cace499795d0e0c
-SHA1 (patch-ag) = b4c1dfb4de635d40fe07559c10f78056ad38689a
-SHA1 (patch-ah) = 0547a73aa6c378715c9a06056ebe00a2e10f1f96
-SHA1 (patch-ai) = 696eb355650b4dbfca3150e2352786b75e8b7a8b
diff --git a/math/tela/patches/patch-aa b/math/tela/patches/patch-aa
deleted file mode 100644
index c8db2dcf914..00000000000
--- a/math/tela/patches/patch-aa
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2001/03/30 00:12:02 jtb Exp $
-
---- configure.orig Thu Jan 25 10:00:31 2001
-+++ configure
-@@ -543,6 +543,11 @@
- #define LINUX 1
- EOF
- system='Linux' ;;
-+ NetBSD:*)
-+ cat >> confdefs.h <<\EOF
-+#define NETBSD 1
-+EOF
-+ system='NetBSD' ;;
- HP-UX:*)
- cat >> confdefs.h <<\EOF
- #define HPUX 1
-@@ -2091,7 +2096,7 @@
-
- # It would also be nice to do this for all -L options, not just this one.
- if test -n "$x_libraries"; then
-- X_LIBS="$X_LIBS -L$x_libraries"
-+ X_LIBS="$X_LIBS -R$x_libraries -L$x_libraries"
- # For Solaris; some versions of Sun CC require a space after -R and
- # others require no space. Words are not sufficient . . . .
- case "`(uname -sr) 2>/dev/null`" in
-@@ -2656,7 +2661,7 @@
-
- # Check for libraries that X11R6 Xt/Xaw programs need.
- ac_save_LDFLAGS="$LDFLAGS"
-- test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
-+ test -n "$x_libraries" && LDFLAGS="$LDFLAGS -R$x_libraries -L$x_libraries"
- # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
- # check for ICE first), but we must link in the order -lSM -lICE or
- # we get undefined symbols. So assume we have SM if we have ICE.
-@@ -3573,8 +3578,8 @@
- ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cxx_cross
-
--FLIBS=''
--FFLAGS='-O'
-+# FLIBS=''
-+# FFLAGS='-O'
- R8FLAG='-r8'
- TCOMPLEX_O='Tcomplex.o'
- VRANF_O=''
-@@ -3629,6 +3634,8 @@
- ;;
- OSF1)
- FLIBS='-lfor -lots'
-+ ;;
-+ NetBSD)
- ;;
- Linux|*)
- FLIBS='-lg2c -ldl'
diff --git a/math/tela/patches/patch-ab b/math/tela/patches/patch-ab
deleted file mode 100644
index 6b5ce6bfb30..00000000000
--- a/math/tela/patches/patch-ab
+++ /dev/null
@@ -1,53 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2002/05/03 23:32:13 jtb Exp $
-
---- makeinc.in.orig Thu Mar 8 23:55:48 2001
-+++ makeinc.in
-@@ -11,12 +11,12 @@
- INSTALL_DATA = @INSTALL_DATA@
- BISON++ = @BISONXX@
-
--INSTALLATION_PREFIX = @INSTALLATION_PREFIX@
--ARCHDEP_INSTALLATION_PREFIX = @ARCHDEP_INSTALLATION_PREFIX@
-+INSTALLATION_PREFIX = ${PREFIX}/share/tela
-+ARCHDEP_INSTALLATION_PREFIX = ${PREFIX}/lib/tela
-
- DEFS = @DEFS@
--CFLAGS = @CFLAGS@ @CXXFLAGS@
--FFLAGS = @FFLAGS@
-+#CFLAGS = @CFLAGS@ @CXXFLAGS@
-+#FFLAGS = @FFLAGS@
- LDFLAGS = @LDFLAGS@
- UNROLL_FLAGS = @UNROLL_FLAGS@
- NOVECTORALIASES = @NOVECTORALIASES@
-@@ -31,13 +31,13 @@
- X_CFLAGS = @X_CFLAGS@
- X_LIBS = @X_LIBS@
- R8FLAG = @R8FLAG@
--READLINELIB = @READLINELIB@
--BLASLIB = @BLASLIB@
--LAPACKLIB = @LAPACKLIB@
--DLDLIB = @DLDLIB@
--HDFINCLUDE = @HDFDEF@
--HDFLIBS = @HDFLIBS@
--FLIBS = @FLIBS@
-+READLINELIB = -Wl,-R${BUILDLINK_PREFIX.readline}/lib -lreadline -ltermcap
-+BLASLIB = -Wl,-R${BUILDLINK_PREFIX.blas}/lib -lblas
-+LAPACKLIB = -Wl,-R${BUILDLINK_PREFIX.lapack}/lib -llapack
-+DLDLIB =
-+HDFINCLUDE = -Dunix @HDFDEF@
-+HDFLIBS = -Wl,-R${BUILDLINK_PREFIX.hdf}/lib -lmfhdf -ldf -R${BUILDLINK_PREFIX.jpeg}/lib -ljpeg -lz -lm
-+FLIBS = -lg2c
- EXTRALIBS = @EXTRALIBS@
- EXTRA_TARGETS = @EXTRA_TARGETS@
-
-@@ -47,8 +47,8 @@
- MATLABLIB = @MATLABLIB@
-
- CDF_O = @CDF_O@
--CDFLIB = @CDFLIB@
--CDFINCLUDE = -I/usr/local/include
-+CDFLIB =
-+CDFINCLUDE =
-
- LOCAL_CTELA_MODULES =
- NEEDED_BY_LOCAL_CTELA_MODULES =
diff --git a/math/tela/patches/patch-ac b/math/tela/patches/patch-ac
deleted file mode 100644
index b6bee0238f9..00000000000
--- a/math/tela/patches/patch-ac
+++ /dev/null
@@ -1,47 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2002/05/03 23:32:13 jtb Exp $
-
---- tela.C.orig Tue Sep 4 13:57:20 2001
-+++ tela.C Wed May 1 16:00:57 2002
-@@ -13,7 +13,7 @@
- #include "d.y.h"
- #include "d.l.h"
- #include "version.H"
--#include <values.h>
-+//#include <values.h>
- //#include <unistd.h>
- #if HAVE_IEEE754_H == 1
- # include <ieee754.h>
-@@ -31,7 +31,9 @@
- #include <signal.h>
-
- extern "C" {
--#include "readline/chardefs.h"
-+#ifndef whitespace
-+#define whitespace(c) (((c) == ' ') || ((c) == '\t'))
-+#endif
- extern Tchar *readline(...);
- extern Tchar **completion_matches(...);
- extern int rl_add_defun(...);
-@@ -45,9 +47,9 @@
- // MAIN__ which is supposed to be the Fortran main program. Since we
- // do not have a Fortran main program here, we define it here. Hope
- // it doesn't conflict with anything else.
--#ifdef LINUX
-+// #ifdef LINUX
- int MAIN__;
--#endif
-+// #endif
- }
-
- char *VersionString = VERSION;
-@@ -220,8 +222,8 @@
- return 0.0;
- }
- #else
-- real zero = 0.0;
-- real result = zero/zero;
-+ Treal zero = 0.0;
-+ Treal result = zero/zero;
- return result;
- #endif
- }
diff --git a/math/tela/patches/patch-ad b/math/tela/patches/patch-ad
deleted file mode 100644
index 902aadd7eb6..00000000000
--- a/math/tela/patches/patch-ad
+++ /dev/null
@@ -1,60 +0,0 @@
-$NetBSD: patch-ad,v 1.8 2002/05/03 23:32:13 jtb Exp $
-
---- Makefile.orig Tue Mar 6 18:25:25 2001
-+++ Makefile
-@@ -27,7 +27,7 @@
-
- GNUZIP = gzip -9
-
--READLINEINCLUDE = -I/usr/local/include
-+READLINEINCLUDE =
- SGML2PS = sgml2latex
- #HDFLIBS = /usr/local/lib/libdf.a
- #DLDINCLUDE =
-@@ -113,7 +113,7 @@
- OBJECTDEPS = objarithm.H object.H def.H deftyp.h Tcomplex.H error.H ctinfo.H common.H $(srcdir)/templ/tLL.H
- EXECUTABLES = testobject testil testerror testtree tela ctpp
-
--all : tela docs
-+all : tela
-
- what help :
- @echo 'make - same as make tela';\
-@@ -541,20 +541,22 @@
- if [ ! -d ct ]; then mkdir ct; chmod 755 ct; fi;\
- if [ ! -d include ]; then mkdir include; chmod 755 include; fi;\
- if [ ! -d include/templ ]; then mkdir include/templ; chmod 755 include/templ; fi
-- $(INSTALL_PROGRAM) ctpp $(INSTALL_BINDIR)
-- $(INSTALL_PROGRAM) tela $(INSTALL_BINDIR)
-+ $(INSTALL_PROGRAM) ctpp ${PREFIX}/bin
-+ $(INSTALL_PROGRAM) tela ${PREFIX}/bin
-+ sed -e 's@$$*BINDIR/ctpp@${PREFIX}/bin/ctpp@g' \
-+ <telakka > telakka.1
- sed -e 's@^BINDIR=.*$$@BINDIR=$(INSTALL_BINDIR)@' \
- -e 's@^INCLUDEDIR=.*$$@INCLUDEDIR=$(INSTALL_LIBDIR)/include@' \
-- <telakka >telakka.1;\
-- chmod +x telakka.1
-- $(INSTALL_PROGRAM) telakka.1 $(INSTALL_BINDIR)/telakka;\
-- rm telakka.1
-+ <telakka.1 >telakka.2;\
-+ chmod +x telakka.2
-+ $(BSD_INSTALL_SCRIPT) telakka.2 ${PREFIX}/bin/telakka;\
-+ rm telakka.1 telakka.2
- cd $(srcdir); for i in *.ct local/*.ct; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/ct; done
- cd $(srcdir)/opt; for i in *.ct; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/ct; done
- cd $(srcdir)/t; for i in *.t *.hdf; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/t; done
- cd $(srcdir); for i in *.H *.h; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/include; done
- cd $(srcdir)/templ; for i in *.H; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/include/templ; done
-- cd $(srcdir); $(INSTALL_PROGRAM) telahelp.sh $(INSTALL_LIBDIR)/t
-+ cd $(srcdir); $(BSD_INSTALL_SCRIPT) telahelp.sh $(INSTALL_LIBDIR)/t
- 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-ae b/math/tela/patches/patch-ae
deleted file mode 100644
index 8a23eb8c1d9..00000000000
--- a/math/tela/patches/patch-ae
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2001/04/01 16:04:24 dmcmahill Exp $
-
---- telakka.in.orig Thu Jan 25 04:57:21 2001
-+++ telakka.in Sun Apr 1 11:32:54 2001
-@@ -80,5 +80,5 @@
- .-c|.--compile-only)
- compileOnly=true
-- if [ "$shared" == "true" ]; then
-+ if [ "$shared" = "true" ]; then
- echo "telakka: compile-only and shared are mutually exclusive." 1>&2
- exit 1
-@@ -87,5 +87,5 @@
- .--shared)
- shared=true
-- if [ "$compileOnly" == "true" ]; then
-+ if [ "$compileOnly" = "true" ]; then
- echo "telakka: compile-only and shared are mutually exclusive." 1>&2
- exit 1
-@@ -149,5 +149,5 @@
- in
- *.ct)
-- if [ "$wrote_only_file" == "true" ]; then
-+ if [ "$wrote_only_file" = "true" ]; then
- echo "telakka: cannot combine compile-only, output-file, and multiple ct-files." 1>&2
- exit 1
diff --git a/math/tela/patches/patch-af b/math/tela/patches/patch-af
deleted file mode 100644
index be5d55f295a..00000000000
--- a/math/tela/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2001/02/28 22:34:09 jtb Exp $
-
---- t/demo.t.orig Wed Feb 28 18:59:25 2001
-+++ t/demo.t
-@@ -46,7 +46,7 @@
-
- } else if (strstarteq(choice,"Contour")) {
-
-- cd("/usr/local/lib/tela");
-+ cd("@PREFIX@/share/tela");
- msg("\nA 'real world' example of plotting capabilities.");
- msg("Generating");
- msg("- a colormap plot with annotations");
diff --git a/math/tela/patches/patch-ag b/math/tela/patches/patch-ag
deleted file mode 100644
index b841b9d3da4..00000000000
--- a/math/tela/patches/patch-ag
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ag,v 1.4 2002/05/03 23:32:13 jtb Exp $
-
---- t/docview.t.orig Wed May 1 15:32:52 2002
-+++ t/docview.t Wed May 1 15:33:25 2002
-@@ -1,6 +1,6 @@
- choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Xemacs");
-
--directory = "/usr/local/lib/tela";
-+directory = "@PREFIX@/share/tela";
-
- choiceDoc = smenu("Choose document to view",
- "Basic help file",
diff --git a/math/tela/patches/patch-ah b/math/tela/patches/patch-ah
deleted file mode 100644
index 70b106da31f..00000000000
--- a/math/tela/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.4 2002/05/03 23:32:13 jtb Exp $
-
---- 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";
- editor = "emacs";
- pager = "less -Ms";
- env = getenv("EDITOR");
diff --git a/math/tela/patches/patch-ai b/math/tela/patches/patch-ai
deleted file mode 100644
index 9c33fef737b..00000000000
--- a/math/tela/patches/patch-ai
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ai,v 1.5 2002/05/03 23:32:13 jtb Exp $
-
---- files.ct.orig Wed May 1 15:38:51 2002
-+++ files.ct Wed May 1 15:39:13 2002
-@@ -24,8 +24,8 @@
- # include "dfr8.h"
- #else
- extern "C" {
--# include "df.h"
--# include "mfhdf.h"
-+# include "hdf/df.h"
-+# include "hdf/mfhdf.h"
- }
- #endif
- #ifndef __GNUC__