Bug 30115 - New Port: pdnmesh a finite element program
Summary: New Port: pdnmesh a finite element program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-27 05:40 UTC by Sarod Yatawatta
Modified: 2001-10-14 18:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sarod Yatawatta 2001-08-27 05:40:01 UTC
# 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:
#
#       pdnmesh
#       pdnmesh/Makefile
#       pdnmesh/pkg
#       pdnmesh/pkg/COMMENT
#       pdnmesh/pkg/DESCR
#       pdnmesh/pkg/MESSAGE
#       pdnmesh/pkg/PLIST
#       pdnmesh/files
#       pdnmesh/files/md5
#
echo c - pdnmesh
mkdir -p pdnmesh > /dev/null 2>&1
echo x - pdnmesh/Makefile
sed 's/^X//' >pdnmesh/Makefile << 'END-of-pdnmesh/Makefile'
X# New ports collection makefile for:   pdnmesh
X# Date created:                25 August 2001
X# Whom:                Sarod Yatawatta <sarod@cs.pdn.ac.lk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      pdnmesh
XPORTVERSION=   0.1.2
XCATEGORIES=    cad
XMASTER_SITES=  ftp://prdownloads.sourceforge.net/pdnmesh/ \
X               http://metalab.unc.edu/pub/Linux/science/visualization/
X
XMAINTAINER=    sarod@cs.pdn.ac.lk
X
XMAN1=          pdnmesh.1 d2m.1
XMAN5=          pdnmesh_input.5
X
XUSE_PERL5=     yes
XGNU_CONFIGURE= yes
X
X.include <bsd.port.mk>
END-of-pdnmesh/Makefile
echo c - pdnmesh/pkg
mkdir -p pdnmesh/pkg > /dev/null 2>&1
echo x - pdnmesh/pkg/COMMENT
sed 's/^X//' >pdnmesh/pkg/COMMENT << 'END-of-pdnmesh/pkg/COMMENT'
XA finite element program
END-of-pdnmesh/pkg/COMMENT
echo x - pdnmesh/pkg/DESCR
sed 's/^X//' >pdnmesh/pkg/DESCR << 'END-of-pdnmesh/pkg/DESCR'
XpdnMesh: A finite element program
X=================================
X
XCopyright (c) 2001 Sarod Yatawatta
X
XPdnMesh is  a 2D finite element program, especially designed to solve electromagnetic, fluid dynamic and heatflow problems. It is written in C and uses OpenGL/Mesa and glut for visualization. There is also a script written in perl called 'd2m' that can be used to convert DXF files to ones suitable for this program.
X
XApart from producing graphical output, pdnmesh can be run in text mode to produce encapsulated postscript files of the solution.
X
XFor more info, visit WWW: http://pdnmesh.sourceforge.net
X
X-sarod-
X<sarod@cs.pdn.ac.lk>
END-of-pdnmesh/pkg/DESCR
echo x - pdnmesh/pkg/MESSAGE
sed 's/^X//' >pdnmesh/pkg/MESSAGE << 'END-of-pdnmesh/pkg/MESSAGE'
Xpdnmesh comes with ABSOLUTELY NO WARRANTY
XThis is free software, and you are welcome to redistribute
Xit under certain conditions given by GNU GENERAL PUBLIC LICENSE
END-of-pdnmesh/pkg/MESSAGE
echo x - pdnmesh/pkg/PLIST
sed 's/^X//' >pdnmesh/pkg/PLIST << 'END-of-pdnmesh/pkg/PLIST'
Xbin/pdnmesh
Xbin/d2m
Xshare/pdnmesh/tutorial/README
Xshare/pdnmesh/tutorial/tutorial.tex
Xshare/pdnmesh/tutorial/tutorial.dvi
Xshare/pdnmesh/tutorial/ex1.eps
Xshare/pdnmesh/tutorial/ex2.eps
Xshare/pdnmesh/tutorial/exdraw.eps
Xshare/pdnmesh/examples/README
Xshare/pdnmesh/examples/coords.1
Xshare/pdnmesh/examples/coords.10
Xshare/pdnmesh/examples/coords.11
Xshare/pdnmesh/examples/coords.1a
Xshare/pdnmesh/examples/coords.2
Xshare/pdnmesh/examples/coords.3
Xshare/pdnmesh/examples/coords.4
Xshare/pdnmesh/examples/coords.5
Xshare/pdnmesh/examples/coords.6
Xshare/pdnmesh/examples/coords.7
Xshare/pdnmesh/examples/coords.8
Xshare/pdnmesh/examples/coords.9
Xshare/pdnmesh/examples/heat
Xshare/pdnmesh/examples/flow
Xshare/pdnmesh/examples/flow.1
Xshare/pdnmesh/examples/heart
Xshare/pdnmesh/examples/switch
Xshare/pdnmesh/examples/trans
X@dirrm share/pdnmesh/examples
X@dirrm share/pdnmesh/tutorial 
X@dirrm share/pdnmesh
END-of-pdnmesh/pkg/PLIST
echo c - pdnmesh/files
mkdir -p pdnmesh/files > /dev/null 2>&1
echo x - pdnmesh/files/md5
sed 's/^X//' >pdnmesh/files/md5 << 'END-of-pdnmesh/files/md5'
XMD5 (pdnmesh-0.1.2.tar.gz) = 7133d9a80861a3f7b42fd7b883430260
END-of-pdnmesh/files/md5
exit
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-10-14 18:54:42 UTC
State Changed
From-To: open->closed

committed, thanks