diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-15 21:44:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-15 21:44:02 +0000 |
commit | 362c35733eb283344f351667d80dbea7893a2ff9 (patch) | |
tree | 5f0727aa166ff33bf0449501fbce02c3611e5147 | |
parent | 9370ea1a1b83637f24f4b26168e316d58ede514f (diff) | |
download | ports-362c35733eb283344f351667d80dbea7893a2ff9.tar.gz ports-362c35733eb283344f351667d80dbea7893a2ff9.zip |
Add lamprop 1.3.1.
Lamprop takes in input file describing the lay-up and constituent materials
of a fiber-reinforced composite laminate, and calculates some mechanical
and other properties. The submitter is the original author of the software,
and will maintain the port.
PR: 81066
Submitted by: Roland Smith <rsmith (at) xs4all.nl>
Notes
Notes:
svn path=/head/; revision=135312
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/lamprop/Makefile | 35 | ||||
-rw-r--r-- | science/lamprop/distinfo | 2 | ||||
-rw-r--r-- | science/lamprop/pkg-descr | 8 |
4 files changed, 46 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 3d374e0c0f09..4a76cc3dfb2e 100644 --- a/science/Makefile +++ b/science/Makefile @@ -33,6 +33,7 @@ SUBDIR += isaac-cfd SUBDIR += kmovisto SUBDIR += kst + SUBDIR += lamprop SUBDIR += libctl SUBDIR += libsvm SUBDIR += libsvm-python diff --git a/science/lamprop/Makefile b/science/lamprop/Makefile new file mode 100644 index 000000000000..9a1e6cf2fd79 --- /dev/null +++ b/science/lamprop/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: lamprop +# Date created: 15 May 2005 +# Whom: rsmith@xs4all.nl +# +# $FreeBSD$ +# + +PORTNAME= lamprop +PORTVERSION= 1.3.1 +CATEGORIES= science +MASTER_SITES= http://www.xs4all.nl/~rsmith/software/ + +MAINTAINER= rsmith@xs4all.nl +COMMENT= Calculates properties of fiber reinforced composites + +USE_REINPLACE= yes + +PLIST_FILES= bin/lamprop + +MAN1= lamprop.1 +MAN5= lamprop.5 +MANCOMPRESSED= yes + +.if defined(NOPORTDOCS) +MAKE_ENV= NOPORTDOCS=yes +.else +PORTDOCS= LICENSE README NEWS +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \ + ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/science/lamprop/distinfo b/science/lamprop/distinfo new file mode 100644 index 000000000000..b8a020f6393a --- /dev/null +++ b/science/lamprop/distinfo @@ -0,0 +1,2 @@ +MD5 (lamprop-1.3.1.tar.gz) = 4c624b2c9fb30918f0f56894eb1bdac7 +SIZE (stl2pov-1.3.1.tar.gz) = 23032 diff --git a/science/lamprop/pkg-descr b/science/lamprop/pkg-descr new file mode 100644 index 000000000000..db96ccdf16f5 --- /dev/null +++ b/science/lamprop/pkg-descr @@ -0,0 +1,8 @@ +The purpose of lamprop is to calculate some properties of +fiber-reinforced composite laminates. It calculates +- engineering properties like Ex, Ey, Gxy +- thermal properties CTE_x and CTE_y +- physical properties like density and laminate thickness +- stiffness and compliance matrices (ABD and abd) + +WWW: http://www.xs4all.nl/~rsmith/software/ |