aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-04-13 18:55:38 +0800
committerrene <rene@FreeBSD.org>2014-04-13 18:55:38 +0800
commit6052b05decc9d9f83a7550171c7df60a86cdab14 (patch)
tree945be4c82f4ab2b27427f5ba33627b6ec0e06991 /science
parentf9276ec687c523aef9032ffd4ee73886858e9f03 (diff)
downloadfreebsd-ports-gnome-6052b05decc9d9f83a7550171c7df60a86cdab14.tar.gz
freebsd-ports-gnome-6052b05decc9d9f83a7550171c7df60a86cdab14.tar.zst
freebsd-ports-gnome-6052b05decc9d9f83a7550171c7df60a86cdab14.zip
Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001 2014-04-12 devel/ixlib: Unmaintained since 2001 2014-04-12 mail/althea: Unmaintained since 2001 2014-04-12 graphics/claraocr: Unmaintained since 2001 2014-04-12 graphics/qvplay: Unmaintained since 2001 2014-04-12 print/guitartex: Unmaintained since 2001 2014-04-12 print/pnm2ppa: Unmaintained since 2001 2014-04-12 graphics/opendis: Unmaintained since 2001 2014-04-12 net/gnome-mud: Unmaintained since 2001 2014-04-12 graphics/maverik: Unmaintained since 2001 2014-04-12 biology/rasmol: Unmaintained since 2001 2014-04-12 mail/mail2procmailrc: Unmaintained since 2001 2014-04-12 science/felt: Unmaintained since 2001 2014-04-12 textproc/pardiff: Unmaintained since 2001 2014-04-12 lang/klone: Unmaintained since 2001 2014-04-12 net/rmsg: Unmaintained since 2001 2014-04-12 net/sharity-light: Unmaintained since 2001 2014-04-12 biology/genpak: Unmaintained since 2001 2014-04-12 net/forg: Unmaintained since 2001 2014-04-12 misc/txt2regex: Unmaintained since 2001 2014-04-12 textproc/ipdf: Unmaintained since 2001 2014-04-12 graphics/plotmtv: Unmaintained since 2001 2014-04-12 devel/happydoc: Unmaintained since 2001 2014-04-12 print/cpp2latex: Unmaintained since 2001 2014-04-12 graphics/svg2swf: Unmaintained since 2001 2014-04-12 devel/flick: Unmaintained since 2001 2014-04-12 mail/smail: Unmaintained since 2001 2014-04-12 net/net-http: Unmaintained since 2001 2014-04-12 security/cfv: Unmaintained since 2001 2014-04-12 graphics/camediaplay: Unmaintained since 2001 2014-04-12 math/umatrix: Unmaintained since 2001
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/felt/Makefile62
-rw-r--r--science/felt/distinfo2
-rw-r--r--science/felt/files/patch-src__Velvet__Velvet.ad14
-rw-r--r--science/felt/pkg-descr9
-rw-r--r--science/felt/pkg-plist108
6 files changed, 0 insertions, 196 deletions
diff --git a/science/Makefile b/science/Makefile
index a13f611c62ef..912ecbff097b 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -49,7 +49,6 @@
SUBDIR += euler
SUBDIR += fastcap
SUBDIR += fasthenry
- SUBDIR += felt
SUBDIR += fisicalab
SUBDIR += flounder
SUBDIR += fvcom
diff --git a/science/felt/Makefile b/science/felt/Makefile
deleted file mode 100644
index 915afde36a6f..000000000000
--- a/science/felt/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Created by: Pedro Giffuni
-# $FreeBSD$
-
-PORTNAME= felt
-PORTVERSION= 3.07
-DISTVERSIONSUFFIX= .src
-CATEGORIES= science
-MASTER_SITES= SF/${PORTNAME}/FElt/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= System for Finite Element Analysis
-
-LICENSE= GPLv2
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-DEPRECATED= Unmaintained since 2001
-EXPIRATION_DATE= 2014-04-12
-USES= motif
-USE_BZIP2= yes
-USE_GL= glu glw
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix="${PREFIX}" \
- --x-defaults="${LOCALBASE}/lib/X11/app-defaults" \
- --x-includes="${LOCALBASE}/include" \
- --x-libraries="${LOCALBASE}/lib"
-
-MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1
-MAN3= Drawing.3
-MAN4= corduroy.4 felt.4
-
-DOCSDIR= ${PREFIX}/share/doc/FElt
-EXAMPLESDIR= ${PREFIX}/share/examples/FElt
-
-NO_STAGE= yes
-post-patch:
- @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|["<]malloc\.h[">]|<stdlib.h>|g'
- @${REINPLACE_CMD} -e \
- '/which CC/s|^|#| ; \
- /CCOPTS=-O3/s|^.*|CCOPTS=$${CFLAGS}| ; \
- s|lib/felt|share/felt|' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|-lpthread|$$(MOTIFLIB)|' ${WRKSRC}/src/Velvet/Makefile
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/*.ans ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/*.flt ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/science/felt/distinfo b/science/felt/distinfo
deleted file mode 100644
index 617dec36e9dd..000000000000
--- a/science/felt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (felt-3.07.src.tar.bz2) = 8acbfefd4d8245338fa2bd575e6a6592d24812b1fd2ce3e051f119669cf37a78
-SIZE (felt-3.07.src.tar.bz2) = 795173
diff --git a/science/felt/files/patch-src__Velvet__Velvet.ad b/science/felt/files/patch-src__Velvet__Velvet.ad
deleted file mode 100644
index c6c689a715a6..000000000000
--- a/science/felt/files/patch-src__Velvet__Velvet.ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/Velvet/Velvet.ad.orig 2009-04-20 01:27:34.000000000 +0900
-+++ src/Velvet/Velvet.ad 2012-07-11 23:01:19.000000000 +0900
-@@ -1046,7 +1046,7 @@
-
- ! 3d specific defaults
-
--!*shapeStyle: Rectangle
--!*control*spacer.height: 43
--!*control*MenuButton*height: 26
--!*control*Command*height: 26
-+*shapeStyle: Rectangle
-+*control*spacer.height: 43
-+*control*MenuButton*height: 26
-+*control*Command*height: 26
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 8bb63ffabb29..000000000000
--- a/science/felt/pkg-plist
+++ /dev/null
@@ -1,108 +0,0 @@
-bin/burlap
-bin/corduroy
-bin/felt
-bin/loom
-bin/patchwork
-bin/velvet
-bin/yardstick
-lib/X11/app-defaults/Velvet.ad
-%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axisymm.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_2d.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_b.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_dist.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_dist_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_lc.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_nl.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_range.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_ss.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamspec.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bicycle_boys.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bicycle_girls.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/boxtruss.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_beam.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_cap.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_ring.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge_dyn.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge_spec.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctg.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctg_simple.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/displ.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dist_mult.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_b.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_c.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_d.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_e.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynframe.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynspect.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errors.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flexure.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame3.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/german.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d_b.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/golden.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heat.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heat_transient.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hinged.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htk.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htk_modal.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_b.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_c.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_tri.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isoq_dist.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isoq_tri.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadcase1.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed_dist.ans
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed_dist.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_8.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_sample.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_test.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nl_range.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_dist.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_new.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rod.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rod_transient.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spring2.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spring_modal.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko_c.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tower.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss3d.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_a.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_canvas.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_d.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_nl.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_spec.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_trig.flt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wrench.flt
-%%DATADIR%%/beam.defaults
-%%DATADIR%%/german.trn
-%%DATADIR%%/german_new.trn
-%%DATADIR%%/material.defaults
-%%DATADIR%%/spanish.trn
-%%DATADIR%%/truss.defaults
-@dirrm %%DATADIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%