summaryrefslogtreecommitdiff
path: root/math/fudgit
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /math/fudgit
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'math/fudgit')
-rw-r--r--math/fudgit/Makefile25
-rw-r--r--math/fudgit/distinfo1
-rw-r--r--math/fudgit/files/patch-aa35
-rw-r--r--math/fudgit/pkg-comment1
-rw-r--r--math/fudgit/pkg-descr48
-rw-r--r--math/fudgit/pkg-plist18
-rw-r--r--math/fudgit/scripts/configure16
7 files changed, 0 insertions, 144 deletions
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile
deleted file mode 100644
index a01160d04628..000000000000
--- a/math/fudgit/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: Fudgit
-# Version required: 2.41
-# Date created: 17 November 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.5 1995/04/22 11:30:07 asami Exp $
-#
-
-DISTNAME= Fudgit_2.41
-PKGNAME= Fudgit-2.41
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/
-DISTFILES= fudgit_2.41.tar.gz
-
-MAINTAINER= jmz@FreeBSD.org
-
-USE_GMAKE= yes
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/fudgit
- @mkdir -p ${PREFIX}/man/man1
- @(cd ${WRKSRC}/examples; cp * ${PREFIX}/lib/fudgit)
-
-.include <bsd.port.mk>
diff --git a/math/fudgit/distinfo b/math/fudgit/distinfo
deleted file mode 100644
index e1d8bb7a0ed0..000000000000
--- a/math/fudgit/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (fudgit_2.41.tar.gz) = f3889854ae24256b984158f84212789d
diff --git a/math/fudgit/files/patch-aa b/math/fudgit/files/patch-aa
deleted file mode 100644
index 1770eb212a6f..000000000000
--- a/math/fudgit/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
-*** Makefile.in.orig Wed Nov 9 17:20:09 1994
---- Makefile.in Sat Nov 12 02:58:47 1994
-***************
-*** 89,94 ****
---- 89,105 ----
- @ endif
- CHECK = @echo "Building FUDGIT for datagen..."
- @ endif
-+ @ comment ==================================================== 386bsd
-+ @ if freebsd
-+ # This Makefile was generated for freebsd
-+ OPTIONS = -DNOTRUNC -DNOMALLINFO -DVOID_SIGHANDLER -DWAIT3_INT \
-+ -DNOMALLOC_H -DHAVE_UNISTD_H -DHAVE_STDLIB_H
-+ CFLAGS = $(OPTIONS) $(DLOPTIONS) -pipe -O2 -fomit-frame-pointer
-+ LDFLAGS = -L../libs $(DLLIB) $(DLDLIB) -lreadline -ltermcap -lm
-+ LLFLAGS = -ll
-+ CC = cc
-+ CHECK = @echo "Building FUDGIT for freebsd..."
-+ @ endif
- @ comment ==================================================== hpux
- @ if hpux
- # This Makefile was generated for HPUX
-***************
-*** 311,315 ****
- cp docs/fudgit.help $(LIBDIR)
- chmod 444 $(LIBDIR)/fudgit.help
- cp docs/fudgit.1 $(MANDIR)
-! chmod 444 $(LIBDIR)/fudgit.1
-
---- 322,326 ----
- cp docs/fudgit.help $(LIBDIR)
- chmod 444 $(LIBDIR)/fudgit.help
- cp docs/fudgit.1 $(MANDIR)
-! chmod 444 $(MANDIR)/fudgit.1
-
diff --git a/math/fudgit/pkg-comment b/math/fudgit/pkg-comment
deleted file mode 100644
index 1b6257ae6e5e..000000000000
--- a/math/fudgit/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-fudgit - double-precision multi-purpose data-processing and fitting program
diff --git a/math/fudgit/pkg-descr b/math/fudgit/pkg-descr
deleted file mode 100644
index 13e1067ecf84..000000000000
--- a/math/fudgit/pkg-descr
+++ /dev/null
@@ -1,48 +0,0 @@
-FUDGIT is a double-precision multi-purpose fitting program.
-It can manipulate complete columns of numbers in the form
-of vector arithmetic. FUDGIT is also an expression language
-interpreter understanding most of C grammar except pointers.
-Morever, FUDGIT is a front end for any plotting program supporting
-commands from stdin. It is a nice mathematical complement to
-GNUPLOT, for example.
-
-The main features of FUDGIT are:
- - Command shell including history;
- - Possible abbreviation of all the ``fitting mode'' commands;
- - Possible plural when it makes sense too;
- - Interactive shell supporting flow control (while,
- if-else-endif, foreach);
- - User definable macros;
- - User definable aliases;
- - On-line help;
- - On-line loadable procedure- or function-objects;
- - On-line selectable plotting program;
- - Fourier transforms;
- - Spline interpolation;
- - Smoothing;
- - Double-precision built-in calculator;
- - Built-in interpreter supporting most of C language including
- flow control (if, else, while, for, break, continue);
- - User definable functions and procedures;
- - Double-precision vector arithmetic;
- - Access to the complete C math library;
- - Access to any external C or FORTRAN routines/libraries
- through dynamic loading;
- - Built-in fitting series such as:
- + power series (polynomial);
- + sine series;
- + cosine series;
- + Legendre polynomials;
- + series of Gaussians;
- + series of exponentials;
- + series of lorentzian;
- - User definable fitting functions;
- - Totally dynamical allocation of variables and parameters;
- - Possible selection of fitting ranges;
-
-FUDGIT has a collection of fitting routines including:
- - straight line (linear) least squares;
- - straight line (linear) least absolute deviation;
- - general linear least squares using QR decomposition;
- - general linear least squares using singular value decomposition;
- - nonlinear Marquardt-Levenberg method;
diff --git a/math/fudgit/pkg-plist b/math/fudgit/pkg-plist
deleted file mode 100644
index 7569ed73efce..000000000000
--- a/math/fudgit/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-@cd /usr/local
-@owner bin
-@mode 755
-bin/fudgit
-@mode 644
-lib/fudgit/advance.ft
-lib/fudgit/avg.ft
-lib/fudgit/bessel.ft
-lib/fudgit/fac.ft
-lib/fudgit/fft.ft
-lib/fudgit/fib.ft
-lib/fudgit/fib2.ft
-lib/fudgit/fit.ft
-lib/fudgit/fudgitrc
-lib/fudgit/if.ft
-@mode 444
-lib/fudgit/fudgit.help
-man/man1/fudgit.1
diff --git a/math/fudgit/scripts/configure b/math/fudgit/scripts/configure
deleted file mode 100644
index bce997527a3a..000000000000
--- a/math/fudgit/scripts/configure
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1;
-
-cat >> Makefile << END
-
-BINDIR=$PREFIX/bin
-LIBDIR=$PREFIX/lib/fudgit
-MANDIR=$PREFIX/man/man1
-DLLRL = -Duse-dll-readline
-
-all: freebsd
-
-END
-
-exit 0;