# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # lamprop # lamprop/pkg-descr # lamprop/distinfo # lamprop/Makefile # echo c - lamprop mkdir -p lamprop > /dev/null 2>&1 echo x - lamprop/pkg-descr sed 's/^X//' >lamprop/pkg-descr << 'END-of-lamprop/pkg-descr' XThe purpose of lamprop is to calculate some properties of Xfiber-reinforced composite laminates. It calculates X- engineering properties like Ex, Ey, Gxy X- thermal properties CTE_x and CTE_y X- physical properties like density and laminate thickness X- stiffness and compliance matrices (ABD and abd) X XWWW: http://www.xs4all.nl/~rsmith/software/ END-of-lamprop/pkg-descr echo x - lamprop/distinfo sed 's/^X//' >lamprop/distinfo << 'END-of-lamprop/distinfo' XMD5 (lamprop-1.3.1.tar.gz) = 4c624b2c9fb30918f0f56894eb1bdac7 XSIZE (stl2pov-1.3.1.tar.gz) = 23032 END-of-lamprop/distinfo echo x - lamprop/Makefile sed 's/^X//' >lamprop/Makefile << 'END-of-lamprop/Makefile' X# New ports collection makefile for: lamprop X# Date created: 15 May 2005 X# Whom: rsmith@xs4all.nl X# X# $FreeBSD$ X# X XPORTNAME= lamprop XPORTVERSION= 1.3.1 XCATEGORIES= science XMASTER_SITES= http://www.xs4all.nl/~rsmith/software/ X XMAINTAINER= rsmith@xs4all.nl XCOMMENT= Calculates properties of fiber reinforced composites X XUSE_REINPLACE= yes X XPLIST_FILES= bin/lamprop X XMAN1= lamprop.1 XMAN5= lamprop.5 XMANCOMPRESSED= yes X X.if defined(NOPORTDOCS) XMAKE_ENV= NOPORTDOCS=yes X.else XPORTDOCS= LICENSE README NEWS X.endif X Xpost-patch: X @${REINPLACE_CMD} -e \ X 's|-pipe||; s|-fmerge-constants||; s|--fast-math||' \ X ${WRKSRC}/Makefile X X.include END-of-lamprop/Makefile exit