diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-26 19:46:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-26 19:46:07 +0000 |
commit | 062664040ec9ccbc1606f5b72bc04436d909415b (patch) | |
tree | b3e4b294997f8854100b498e3aa385264f784fc4 /math | |
parent | 9efe031457b142448740f6604b226ef41175558c (diff) |
- Use gzip'd tarball.
- Update MASTER_SITE
- Remove maintainer at his request.
- Note new homepage in pkg/DESCR.
PR: 16909
Submitted by: maintainer (partially)
Notes
Notes:
svn path=/head/; revision=26308
Diffstat (limited to 'math')
-rw-r--r-- | math/freefem/Makefile | 6 | ||||
-rw-r--r-- | math/freefem/distinfo | 2 | ||||
-rw-r--r-- | math/freefem/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 8a1b4de22048..812df331499e 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -8,16 +8,14 @@ DISTNAME= freefem-3.4 CATEGORIES= math cad -MASTER_SITES= http://www.asci.fr/~prudhomm/gfem-html/freefem/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Gamma/freefem/ -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-adapt --with-optimization -USE_ZIP= yes - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/freefem diff --git a/math/freefem/distinfo b/math/freefem/distinfo index 443393041c8c..5bd7a98889f1 100644 --- a/math/freefem/distinfo +++ b/math/freefem/distinfo @@ -1 +1 @@ -MD5 (freefem-3.4.zip) = 9166faf696380ec71e9ec53669139b9d +MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac diff --git a/math/freefem/pkg-descr b/math/freefem/pkg-descr index c6f091f73a6f..4314f9529f2a 100644 --- a/math/freefem/pkg-descr +++ b/math/freefem/pkg-descr @@ -5,4 +5,4 @@ Equations in 2 dimensions; it assumes a basic knowledge and understanding of the Finite Element Method and of the Operating System used. NUMERICA is not responsible for any errors or damage due to wrong results. -WWW: http://www.asci.fr/~prudhomm/gfem-html/ +WWW: http://kfem.sourceforge.net/ |