head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.42 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.40 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.38 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.36 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.34 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.32 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.30 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.28 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.26 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.24 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.22 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.20 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.18 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.16 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.14 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.12 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.10 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.8 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.6 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.4 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.2 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.5.0.20 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.18 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.16 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.14 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2005.05.18.22.39.02; author wiz; state dead; branches; next 1.5; 1.5 date 2002.05.03.23.32.13; author jtb; state Exp; branches; next 1.4; 1.4 date 2001.04.09.03.55.20; author jtb; state dead; branches; next 1.3; 1.3 date 2001.04.09.03.09.12; author jtb; state Exp; branches; next 1.2; 1.2 date 2001.03.01.01.48.26; author jtb; state dead; branches; next 1.1; 1.1 date 2001.02.28.22.34.09; author jtb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.02.28.22.34.09; author jtb; state Exp; branches; next ; desc @@ 1.6 log @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. @ text @$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__ @ 1.5 log @Update to version 1.34. Changes since 1.32: - The function whos() didn't work in the previous release, for which reason there is this early bug fix release now. - Since introduction of KShallowObjectArray in 1.32, I forgot to increase the constant 12 to 13 in #define pair(ka,kb) ... in objarithm.C. Result: E.g., 2/x where x is undefined did not produce error message but silently evaluated to 0. There could be other much more obscure errors also. Now the constant 12 is no longer hard-coded but is defined to be int(Kundef)+1. This works as long as Kundef remains the last in enum Tkind (object.H). There is comment telling it... - in tela.C:FindMachineNan(), using switch() statement can cause compile-time error due to duplicate case labels, fixed now by rewriting switch() as nested if's (tela.C) (This is in code segment that was put in tela only in the previous release.) - some changes to allow compilation with gcc-3.0 (contributed by Ch. Spiel) @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Add MAIN__ to the tela.C file instead of creating a new file. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2001/04/09 03:09:12 jtb Exp $ d3 13 a15 8 --- /dev/null Mon Apr 9 02:50:05 2001 +++ MAIN__.c @@@@ -0,0 +1,5 @@@@ +void +MAIN__ (void) +{ + abort(); +} @ 1.3 log @Add a dummy MAIN__ function to eliminate references to undefined symbols when linking with a shared libf2c. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Correct the location of the `ctpp' preprocessor in the `telakka' script. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2001/02/28 22:34:09 jtb Exp $ d3 8 a10 11 --- telakka.in.orig Mon Dec 4 07:27:58 2000 +++ telakka.in @@@@ -7,7 +7,7 @@@@ nm_options="" -CTPP="$BINDIR/ctpp" +CTPP="@@PREFIX@@/bin/ctpp" compileOnly=false shared=false outputFileSpecified=false @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of tela: 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 (1994) 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. @ text @@