diff options
Diffstat (limited to 'science/felt')
-rw-r--r-- | science/felt/Makefile | 36 | ||||
-rw-r--r-- | science/felt/distinfo | 1 | ||||
-rw-r--r-- | science/felt/files/patch-aa | 14 | ||||
-rw-r--r-- | science/felt/files/patch-ab | 40 | ||||
-rw-r--r-- | science/felt/files/patch-ac | 16 | ||||
-rw-r--r-- | science/felt/files/patch-ad | 15 | ||||
-rw-r--r-- | science/felt/pkg-comment | 1 | ||||
-rw-r--r-- | science/felt/pkg-descr | 9 | ||||
-rw-r--r-- | science/felt/pkg-plist | 103 |
9 files changed, 0 insertions, 235 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile deleted file mode 100644 index c41be71bc97b..000000000000 --- a/science/felt/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: FElt -# Version required: 3.02 -# Date created: 19 October 1996 -# Whom: Pedro Giffuni -# -# $Id: Makefile,v 1.11 1998/12/26 06:29:19 flathill Exp $ -# - -DISTNAME= felt-3.02 -CATEGORIES= cad -MASTER_SITES= http://www-cse.ucsd.edu/users/atkinson/FElt/Binaries/ \ - ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/ -EXTRACT_SUFX= .src.tar.gz - -MAINTAINER= giffunip@asme.org - -LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d - -WRKSRC= ${WRKDIR}/FElt-3.02 -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-patch: - ${RM} -f ${WRKSRC}/lib/Geompack/*.c - -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 62fe63fb8f8a..000000000000 --- a/science/felt/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (felt-3.02.src.tar.gz) = 18798981dfbc5a0c2e77eda1090f36c0 diff --git a/science/felt/files/patch-aa b/science/felt/files/patch-aa deleted file mode 100644 index c1c9f3ec5c45..000000000000 --- a/science/felt/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Tue May 30 15:29:15 1995 -+++ configure Mon Jun 16 14:18:42 1997 -@@ -221,8 +221,10 @@ - CONTRIBDIR = $CONTRIBDIR - CONTRIBFLAGS = $CONTRIBFLAGS - CPP = $CPP -+FC = f77 -+FFLAGS = $CCOPTS -Dfreebsd - DESTBIN = $DEST/bin --DESTLIB = $DEST/lib/felt -+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 e13826e2172c..000000000000 --- a/science/felt/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ -diff -rc src/Velvet.orig/Makefile src/Velvet/Makefile -*** src/Velvet.orig/Makefile Wed Dec 23 23:01:05 1998 ---- src/Velvet/Makefile Wed Dec 23 23:01:34 1998 -*************** -*** 18,24 **** - CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include - LDFLAGS = $(LDOPTS) -L$(X11LIB) - LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\ -! -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm - OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\ - colors.o constraint.o contour.o draw3d.o drawingshell.o\ - element.o elementlist.o elementop.o eps.o error.o field.o file.o\ ---- 18,24 ---- - CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include - LDFLAGS = $(LDOPTS) -L$(X11LIB) - LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\ -! -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lm - OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\ - colors.o constraint.o contour.o draw3d.o drawingshell.o\ - element.o elementlist.o elementop.o eps.o error.o field.o file.o\ -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 0ad3fae53a14..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://www-cse.ucsd.edu/users/atkinson/FElt/ -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 912ba40308cd..000000000000 --- a/science/felt/pkg-plist +++ /dev/null @@ -1,103 +0,0 @@ -bin/burlap -bin/corduroy -bin/felt -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/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 |