From owner-svn-ports-all@freebsd.org Wed Jan 15 16:09:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECC431F6DAF; Wed, 15 Jan 2020 16:09:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yXN15xyGz4fWN; Wed, 15 Jan 2020 16:09:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7948913F; Wed, 15 Jan 2020 16:09:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FG9rGC073322; Wed, 15 Jan 2020 16:09:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FG9qbC073315; Wed, 15 Jan 2020 16:09:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202001151609.00FG9qbC073315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 15 Jan 2020 16:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523122 - in head: . cad cad/elmerfem science science/elmerfem X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . cad cad/elmerfem science science/elmerfem X-SVN-Commit-Revision: 523122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 16:09:54 -0000 Author: yuri Date: Wed Jan 15 16:09:52 2020 New Revision: 523122 URL: https://svnweb.freebsd.org/changeset/ports/523122 Log: Move cad/elmerfem -> science/elmerfem Also: * Update COMMENT to reflect how their website decribes it * Update WWW * Group USExx lines Added: head/science/elmerfem/ - copied from r523121, head/cad/elmerfem/ Deleted: head/cad/elmerfem/ Modified: head/MOVED head/cad/Makefile head/science/Makefile head/science/elmerfem/Makefile head/science/elmerfem/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jan 15 15:59:49 2020 (r523121) +++ head/MOVED Wed Jan 15 16:09:52 2020 (r523122) @@ -13750,3 +13750,4 @@ science/molden|biology/molden|2020-01-12|The duplicate www/web2ldap||2020-01-13|Broken: unfechable and missing dependencies net-mgmt/flow-extract||2020-01-14|Has expired: marked BROKEN for more than 6 months textproc/pootle||2020-01-14|Has expired: Unamaintained, marked BROKEN for more than 5 months +cad/elmerfem|science/elmerfem|2020-01-15|Move to a proper category Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Wed Jan 15 15:59:49 2020 (r523121) +++ head/cad/Makefile Wed Jan 15 16:09:52 2020 (r523122) @@ -24,7 +24,6 @@ SUBDIR += dinotrace SUBDIR += electric SUBDIR += electric-ng - SUBDIR += elmerfem SUBDIR += fasm SUBDIR += feappv SUBDIR += fidocadj Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Wed Jan 15 15:59:49 2020 (r523121) +++ head/science/Makefile Wed Jan 15 16:09:52 2020 (r523122) @@ -70,6 +70,7 @@ SUBDIR += dvc SUBDIR += eccodes SUBDIR += elk + SUBDIR += elmerfem SUBDIR += epte SUBDIR += erd SUBDIR += erkale Modified: head/science/elmerfem/Makefile ============================================================================== --- head/cad/elmerfem/Makefile Wed Jan 15 15:59:49 2020 (r523121) +++ head/science/elmerfem/Makefile Wed Jan 15 16:09:52 2020 (r523122) @@ -4,10 +4,10 @@ PORTNAME= elmerfem PORTVERSION= 8.4 DISTVERSIONPREFIX= release- -CATEGORIES= cad science +CATEGORIES= science MAINTAINER= ports@FreeBSD.org -COMMENT= Finite element software for multiphysical problems +COMMENT= Multiphysical simulation software LICENSE= GPLv2 @@ -15,12 +15,11 @@ LIB_DEPENDS= libparpack.so:math/arpack-ng \ libmetis.so:math/metis \ libmpich.so:net/mpich +USES= blaslapack:netlib cmake fortran tcl USE_GITHUB= yes GH_ACCOUNT= ElmerCSC - -USES= blaslapack:netlib cmake fortran tcl - USE_LDCONFIG= ${PREFIX}/lib/elmersolver + ALL_TARGET= # empty CMAKE_ARGS= -DELMER_FEM_REVISION:STRING=f6bfdc9 Modified: head/science/elmerfem/pkg-descr ============================================================================== --- head/cad/elmerfem/pkg-descr Wed Jan 15 15:59:49 2020 (r523121) +++ head/science/elmerfem/pkg-descr Wed Jan 15 16:09:52 2020 (r523122) @@ -9,4 +9,4 @@ electromagnetics, heat transfer and acoustics, for exa described by partial differential equations which Elmer solves by the Finite Element Method (FEM). -WWW: https://www.csc.fi/web/elmer/ +WWW: http://www.elmerfem.org/blog/