ports/52201: NEW port CAD/gmsh
Pedro F. Giffuni
giffunip at yahoo.com
Wed Jun 18 22:20:06 UTC 2003
The following reply was made to PR ports/52201; it has been noted by GNATS.
From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip at yahoo.com>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:
Subject: Re: ports/52201: NEW port CAD/gmsh
Date: Thu, 19 Jun 2003 00:11:18 +0200 (CEST)
--0-1510653332-1055974278=:15544
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Content-Id:
Content-Disposition: inline
New version just released
______________________________________________________________________
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
--0-1510653332-1055974278=:15544
Content-Type: text/plain; name="port-gmsh.shar"
Content-Description: port-gmsh.shar
Content-Disposition: inline; filename="port-gmsh.shar"
# 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:
#
# gmsh
# gmsh/pkg-descr
# gmsh/pkg-plist
# gmsh/Makefile
# gmsh/distinfo
#
echo c - gmsh
mkdir -p gmsh > /dev/null 2>&1
echo x - gmsh/pkg-descr
sed 's/^X//' >gmsh/pkg-descr << 'END-of-gmsh/pkg-descr'
XGmsh is an automatic 3D finite element mesh generator (primarily
XDelaunay) with build-in CAD and post-processing facilities. Its primal
Xdesign goal is to provide a simple meshing tool for academic test cases
Xwith parametric input and up to date visualization capabilities. One of
Xits strengths is the ability to respect a characteristic length field for
Xthe generation of adapted meshes on lines, surfaces and volumes, and to
Xmix these meshes with simple structured grids.
X
XGmsh is built around four modules: geometry, mesh, solver and
Xpost-processing. The specification of any input to these modules is done
Xeither interactively using the graphical user interface or in ASCII text
Xfiles using Gmsh's own scripting language.
X
XWWW: http://www.geuz.org/gmsh/
END-of-gmsh/pkg-descr
echo x - gmsh/pkg-plist
sed 's/^X//' >gmsh/pkg-plist << 'END-of-gmsh/pkg-plist'
Xbin/gmsh
Xshare/examples/gmsh/tutorial/view4.pos
Xshare/examples/gmsh/tutorial/bgmesh.pos
Xshare/examples/gmsh/tutorial/t8.geo
Xshare/examples/gmsh/tutorial/t2.geo
Xshare/examples/gmsh/tutorial/t3.geo
Xshare/examples/gmsh/tutorial/t4.geo
Xshare/examples/gmsh/tutorial/t5.geo
Xshare/examples/gmsh/tutorial/t6.geo
Xshare/examples/gmsh/tutorial/t7.geo
Xshare/examples/gmsh/tutorial/t9.geo
Xshare/examples/gmsh/tutorial/t8.par
Xshare/examples/gmsh/tutorial/view1.pos
Xshare/examples/gmsh/tutorial/view2.pos
Xshare/examples/gmsh/tutorial/view3.pos
Xshare/examples/gmsh/tutorial/t1.geo
X at dirrm share/examples/gmsh/tutorial/
Xshare/examples/gmsh/demos/tower.i5
Xshare/examples/gmsh/demos/anim-seq.script
Xshare/examples/gmsh/demos/antenna.geo
Xshare/examples/gmsh/demos/antenna.i1
Xshare/examples/gmsh/demos/filter.geo
Xshare/examples/gmsh/demos/machine.geo
Xshare/examples/gmsh/demos/machine.i1
Xshare/examples/gmsh/demos/machine.i2
Xshare/examples/gmsh/demos/piece-extr-rec.geo
Xshare/examples/gmsh/demos/piece-extr.geo
Xshare/examples/gmsh/demos/piece.geo
Xshare/examples/gmsh/demos/primitives.pos
Xshare/examples/gmsh/demos/splines.geo
Xshare/examples/gmsh/demos/tower.geo
Xshare/examples/gmsh/demos/tower.i1
Xshare/examples/gmsh/demos/tower.i2
Xshare/examples/gmsh/demos/tower.i3
Xshare/examples/gmsh/demos/tower.i4
Xshare/examples/gmsh/demos/anim-all.script
X at dirrm share/examples/gmsh/demos/
X at dirrm share/examples/gmsh/
X
END-of-gmsh/pkg-plist
echo x - gmsh/Makefile
sed 's/^X//' >gmsh/Makefile << 'END-of-gmsh/Makefile'
X# New ports collection makefile for: gmsh
X# Date created: 19 April 2003
X# Whom: Pedro Giffuni <giffunip at asme.org>
X#
X# $FreeBSD: $
X#
X
XPORTNAME= gmsh
XPORTVERSION= 1.45.0
XCATEGORIES= cad
XMASTER_SITES= http://www.geuz.org/gmsh/src/
XDISTNAME= ${PORTNAME}-${PORTVERSION}-source
XEXTRACT_SUFX= .tgz
X
XMAINTAINER= ports at FreeBSD.org
XCOMMENT= An automatic 3D finite element mesh generator
X
XDEPENDS= ${LOCALBASE}/lib/libgsl.a:${PORTSDIR}/math/gsl \
X ${X11BASE}/bin/fltk-config:${PORTSDIR}/x11-toolkits/fltk
X
XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XGNU_CONFIGURE= yes
XCONFIGURE_ARGS+= --with-fltk-prefix=${X11BASE} --with-gsl-prefix=${LOCALBASE}
XALL_TARGET= all converters
X
XMAN1= gmsh.1
X
Xpost-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/bin/dxf2geo ${PREFIX}/bin
X.if !defined(NOPORTSDOCS)
X ${MKDIR} ${EXAMPLESDIR}/tutorial
X ${INSTALL_DATA} ${WRKSRC}/tutorial/* ${EXAMPLESDIR}/tutorial
X ${MKDIR} ${EXAMPLESDIR}/demos
X ${INSTALL_DATA} ${WRKSRC}/demos/* ${EXAMPLESDIR}/demos
X.endif
X
X.include <bsd.port.mk>
END-of-gmsh/Makefile
echo x - gmsh/distinfo
sed 's/^X//' >gmsh/distinfo << 'END-of-gmsh/distinfo'
XMD5 (gmsh-1.45.0-source.tgz) = 3323f57954733c9f9979f6f4dc001f31
END-of-gmsh/distinfo
exit
--0-1510653332-1055974278=:15544--
More information about the freebsd-ports-bugs
mailing list