Index: head/math/vecfem/Makefile =================================================================== --- head/math/vecfem/Makefile (revision 158894) +++ head/math/vecfem/Makefile (revision 158895) @@ -1,38 +1,41 @@ # New ports collection Makefile for: vecfem # Date created: 15 January 2001 # Whom: Ralf Becker # # $FreeBSD$ # PORTNAME= vecfem PORTVERSION= 3 PORTREVISION= 2 CATEGORIES= math -MASTER_SITES= http://www.massey.ac.nz/~lgrosz/vecfem/downloads/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ DISTNAME= vem MAINTAINER= ralf@akk.org COMMENT= Program to solve non-linear boundary value problems .ifdef MPI BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpif77:${PORTSDIR}/net/mpich .endif + +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-05-15 NO_WRKSUBDIR= YES USE_GMAKE= YES EXTRACT_SUFFIX= tar.gz BUILD_WRKSRC= ${WRKDIR}/source ALL_TARGET= MAN7= vemlst.7 pre-fetch: .if !defined(MPI) @${ECHO_MSG} "Type \"make MPI=yes\" if you want MPI support" .else @${ECHO_MSG} "Building ${PORTNAME}-${PORTVERSION} with MPI support" .endif .include "${.CURDIR}/Makefile.inc" .include Property changes on: head/math/vecfem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/math/vecfem/pkg-descr =================================================================== --- head/math/vecfem/pkg-descr (revision 158894) +++ head/math/vecfem/pkg-descr (revision 158895) @@ -1,20 +1,18 @@ VECFEM is a program package for the solution of non-linear boundary value problems by the finite element method. VECFEM is open for arbitrary domains and a very large class of non-linear PDEs. This allows you to run your simulation without simplifying your model. The package uses the finite element method (FEM) to compute an approximation of your PDE considering 1-D, 2D and 3D domains of any shape. The equation may be a single equation or a system of coupled PDEs. It may be steady or time-dependent. Examples of use are heat transfer flow problem diffusion structural analysis fluid analysis -WWW: http://www.massey.ac.nz/~lgrosz/vecfem/ - - Ralf Becker Property changes on: head/math/vecfem/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property