summaryrefslogtreecommitdiff
path: root/science/felt
diff options
context:
space:
mode:
Diffstat (limited to 'science/felt')
-rw-r--r--science/felt/Makefile35
-rw-r--r--science/felt/distinfo1
-rw-r--r--science/felt/files/patch-aa19
-rw-r--r--science/felt/files/patch-ab20
-rw-r--r--science/felt/files/patch-ac16
-rw-r--r--science/felt/files/patch-ad15
-rw-r--r--science/felt/pkg-comment1
-rw-r--r--science/felt/pkg-descr9
-rw-r--r--science/felt/pkg-plist106
9 files changed, 0 insertions, 222 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile
deleted file mode 100644
index 425da9f4b5d2..000000000000
--- a/science/felt/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: FElt
-# Date created: 19 October 1996
-# Whom: Pedro Giffuni
-#
-# $FreeBSD$
-#
-
-PORTNAME= felt
-PORTVERSION= 3.05
-CATEGORIES= cad
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://symphony.clarku.edu/atkinson/felt/Binaries/ \
- ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/
-MASTER_SITE_SUBDIR= FElt
-EXTRACT_SUFX= .src.tar.gz
-
-MAINTAINER= giffunip@asme.org
-
-LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
-
-WRKSRC= ${WRKDIR}/FElt-${PORTVERSION}
-GNU_CONFIGURE= yes
-USE_X_PREFIX= yes
-
-MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1
-MAN3= Drawing.3
-MAN4= corduroy.4 felt.4
-
-post-install:
- ${MKDIR} ${PREFIX}/share/examples/FElt
- ${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt
- ${MKDIR} ${PREFIX}/share/doc/FElt
- ${CP} ${WRKSRC}/*.html ${PREFIX}/share/doc/FElt
-
-.include <bsd.port.mk>
diff --git a/science/felt/distinfo b/science/felt/distinfo
deleted file mode 100644
index 4fd54b6a954f..000000000000
--- a/science/felt/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (felt-3.05.src.tar.gz) = 3cadb25d7039604b862a30df55bf49f8
diff --git a/science/felt/files/patch-aa b/science/felt/files/patch-aa
deleted file mode 100644
index 73bdcbfccea7..000000000000
--- a/science/felt/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** configure.orig Fri May 12 00:33:57 2000
---- configure Fri May 12 00:39:34 2000
-***************
-*** 222,228 ****
- CONTRIBFLAGS = $CONTRIBFLAGS
- CPP = $CPP
- DESTBIN = $DEST/bin
-! DESTLIB = $DEST/lib/felt
- DESTMAN = $DEST/man
- INSTALL = sh \$(TOPDIR)/etc/install.sh -c
- LDOPTS =
---- 222,228 ----
- CONTRIBFLAGS = $CONTRIBFLAGS
- CPP = $CPP
- DESTBIN = $DEST/bin
-! DESTLIB = $DEST/share/felt
- DESTMAN = $DEST/man
- INSTALL = sh \$(TOPDIR)/etc/install.sh -c
- LDOPTS =
diff --git a/science/felt/files/patch-ab b/science/felt/files/patch-ab
deleted file mode 100644
index 59a8c9cf6685..000000000000
--- a/science/felt/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -rc src/Velvet.orig/Velvet.ad src/Velvet/Velvet.ad
-*** src/Velvet.orig/Velvet.ad Wed Dec 23 23:01:06 1998
---- src/Velvet/Velvet.ad Wed Dec 23 23:01:34 1998
-***************
-*** 1046,1052 ****
-
- ! 3d specific defaults
-
-! !*shapeStyle: Rectangle
-! !*control*spacer.height: 43
-! !*control*MenuButton*height: 26
-! !*control*Command*height: 26
---- 1046,1052 ----
-
- ! 3d specific defaults
-
-! *shapeStyle: Rectangle
-! *control*spacer.height: 43
-! *control*MenuButton*height: 26
-! *control*Command*height: 26
diff --git a/science/felt/files/patch-ac b/science/felt/files/patch-ac
deleted file mode 100644
index c9361f62f8ee..000000000000
--- a/science/felt/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-*** src/Burlap/allocate.h.orig Sat Jun 14 22:32:22 1997
---- src/Burlap/allocate.h Sat Jun 14 22:35:28 1997
-***************
-*** 28,34 ****
---- 28,38 ----
-
- # ifndef _ALLOCATE_H
- # define _ALLOCATE_H
-+ #ifdef __STDC__
-+ #include <stdlib.h>
-+ #else
- # include <malloc.h>
-+ #endif
- # include <string.h>
-
- # define New(type) \
diff --git a/science/felt/files/patch-ad b/science/felt/files/patch-ad
deleted file mode 100644
index 22525e8ca2d8..000000000000
--- a/science/felt/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- include/allocate.h.orig Fri Jan 10 20:11:30 1997
-+++ include/allocate.h Fri Jan 10 20:10:54 1997
-@@ -25,7 +25,12 @@
-
- # ifndef _ALLOCATE_H
- # define _ALLOCATE_H
-+
-+#ifdef __STDC__
-+#include <stdlib.h>
-+#else
- # include "malloc.h"
-+#endif
-
- # define AllocNew(type) \
- (type *) malloc (sizeof (type))
diff --git a/science/felt/pkg-comment b/science/felt/pkg-comment
deleted file mode 100644
index beda7b174c25..000000000000
--- a/science/felt/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A system for Finite Element Analysis
diff --git a/science/felt/pkg-descr b/science/felt/pkg-descr
deleted file mode 100644
index 24d1ced3b194..000000000000
--- a/science/felt/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-FElt is a free system for introductory level finite element analysis in the
-mechanical/structural/civil fields. In a command line environment, FElt
-uses an intuitive, straightforward input syntax to describe problems. It
-also includes a graphical user interface for workstations that allows the
-user to set-up, solve and post-process the problem in a single CAD-like
-environment.
-
-WWW: http://felt.sourceforge.net/
-http://crunch.inf.bi.ruhr-uni-bochum.de/FAR/ (FElt Application Repository)
diff --git a/science/felt/pkg-plist b/science/felt/pkg-plist
deleted file mode 100644
index 054672281479..000000000000
--- a/science/felt/pkg-plist
+++ /dev/null
@@ -1,106 +0,0 @@
-bin/burlap
-bin/corduroy
-bin/felt
-bin/loom
-bin/patchwork
-bin/velvet
-bin/yardstick
-lib/X11/app-defaults/Velvet.ad
-share/doc/FElt/FAQ.html
-@dirrm share/doc/FElt
-share/examples/FElt/frame3.flt
-share/examples/FElt/beam3d_b.flt
-share/examples/FElt/bridge.flt
-share/examples/FElt/cube.flt
-share/examples/FElt/iso.flt
-share/examples/FElt/pstress.flt
-share/examples/FElt/pstress_a.flt
-share/examples/FElt/truss3d.flt
-share/examples/FElt/truss_d.flt
-share/examples/FElt/distrib.flt
-share/examples/FElt/distrib_a.flt
-share/examples/FElt/distrib_b.flt
-share/examples/FElt/frame.flt
-share/examples/FElt/htk_modal.flt
-share/examples/FElt/mixed_dist.flt
-share/examples/FElt/mixed.flt
-share/examples/FElt/pstress_dist.flt
-share/examples/FElt/truss.flt
-share/examples/FElt/truss_a.flt
-share/examples/FElt/beam.flt
-share/examples/FElt/beam3d_2d.flt
-share/examples/FElt/iso_a.flt
-share/examples/FElt/distrib_c.flt
-share/examples/FElt/README
-share/examples/FElt/iso_b.flt
-share/examples/FElt/iso_c.flt
-share/examples/FElt/iso_tri.flt
-share/examples/FElt/truss_trig.flt
-share/examples/FElt/wrench.flt
-share/examples/FElt/isoq_dist.flt
-share/examples/FElt/isoq_tri.flt
-share/examples/FElt/distrib_d.flt
-share/examples/FElt/beam3d_dist.flt
-share/examples/FElt/pstress_new.flt
-share/examples/FElt/mixed_dist.ans
-share/examples/FElt/displ.flt
-share/examples/FElt/beam3d_dist_a.flt
-share/examples/FElt/german.flt
-share/examples/FElt/errors.flt
-share/examples/FElt/distrib_e.flt
-share/examples/FElt/timoshenko.flt
-share/examples/FElt/timoshenko_a.flt
-share/examples/FElt/timoshenko_c.flt
-share/examples/FElt/global.flt
-share/examples/FElt/global_a.flt
-share/examples/FElt/hinged.flt
-share/examples/FElt/tower.flt
-share/examples/FElt/global3d_a.flt
-share/examples/FElt/global3d.flt
-share/examples/FElt/global3d_b.flt
-share/examples/FElt/bicycle_boys.flt
-share/examples/FElt/bicycle_girls.flt
-share/examples/FElt/dynamic.flt
-share/examples/FElt/dynframe.flt
-share/examples/FElt/golden.flt
-share/examples/FElt/bridge_dyn.flt
-share/examples/FElt/htk.flt
-share/examples/FElt/truss_canvas.flt
-share/examples/FElt/brick.flt
-share/examples/FElt/beam_ss.flt
-share/examples/FElt/dist_mult.flt
-share/examples/FElt/modal.flt
-share/examples/FElt/modal_8.flt
-share/examples/FElt/modal_sample.flt
-share/examples/FElt/ctg.flt
-share/examples/FElt/ctg_simple.flt
-share/examples/FElt/heat.flt
-share/examples/FElt/rod.flt
-share/examples/FElt/beamspec.flt
-share/examples/FElt/heat_transient.flt
-share/examples/FElt/rod_transient.flt
-share/examples/FElt/dynspect.flt
-share/examples/FElt/spring_modal.flt
-share/examples/FElt/spring2.flt
-share/examples/FElt/truss_spec.flt
-share/examples/FElt/boxtruss.flt
-share/examples/FElt/bridge_spec.flt
-share/examples/FElt/loadcase1.flt
-share/examples/FElt/axisymm.flt
-share/examples/FElt/beam_lc.flt
-share/examples/FElt/beam_nl.flt
-share/examples/FElt/beam_range.flt
-share/examples/FElt/flexure.flt
-share/examples/FElt/modal_test.flt
-share/examples/FElt/nl_range.flt
-share/examples/FElt/truss_nl.flt
-share/examples/FElt/beam3d_a.flt
-@dirrm share/examples/FElt
-share/felt/beam.defaults
-share/felt/material.defaults
-share/felt/truss.defaults
-share/felt/german.trn
-share/felt/german_new.trn
-share/felt/spanish.trn
-@dirrm share/felt
-