From owner-svn-ports-head@freebsd.org Sun Sep 9 18:19:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 992A0109B1BA; Sun, 9 Sep 2018 18:19:17 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2367C8B6; Sun, 9 Sep 2018 18:19:17 +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 451D61D402; Sun, 9 Sep 2018 18:19:17 +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 w89IJHSO055304; Sun, 9 Sep 2018 18:19:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w89IJG3l055302; Sun, 9 Sep 2018 18:19:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809091819.w89IJG3l055302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 9 Sep 2018 18:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479327 - in head: . science/vmd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . science/vmd X-SVN-Commit-Revision: 479327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2018 18:19:17 -0000 Author: yuri Date: Sun Sep 9 18:19:16 2018 New Revision: 479327 URL: https://svnweb.freebsd.org/changeset/ports/479327 Log: science/vmd: Add RESTRICTED clause. This software comes from the University of Illinois, same as science/namd, and is for non-commercial use only. Also add it to ports/LEGAL. Approved by: portmgr blanket Modified: head/LEGAL head/science/vmd/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Sun Sep 9 18:11:17 2018 (r479326) +++ head/LEGAL Sun Sep 9 18:19:16 2018 (r479327) @@ -239,5 +239,6 @@ snes9x-* emulators/snes9x-gtk Commercial users must s rainloop-1.*.zip mail/rainloop Redistribution in any form is prohibited lha-114i.tar.gz archivers/lha Binary only redistribution is prohibited. Non-network redistribution such as CDROM requires prior notification to author. Commercial use whose main purpose is to provide the functions of this program is prohibited. atom-*.tgz science/atom Redistribution in any form is prohibited -charm-uiuc* net/charm No commercial use: commercial use requires a commercial license -namd* science/namd No commercial use: commercial use requires a commercial license +charm-uiuc-* net/charm No commercial use: commercial use requires a commercial license +namd-* science/namd No commercial use: commercial use requires a commercial license +vmd-* science/vmd No commercial use: commercial use requires a commercial license Modified: head/science/vmd/Makefile ============================================================================== --- head/science/vmd/Makefile Sun Sep 9 18:11:17 2018 (r479326) +++ head/science/vmd/Makefile Sun Sep 9 18:19:16 2018 (r479327) @@ -26,6 +26,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libnetcdf.so:science/netcdf RUN_DEPENDS= ${PYNUMPY} +RESTRICTED= No commercial use: commercial use requires a commercial license + LICENSE_FILE_VMD= ${WRKSRC}/LICENSE LICENSE_PERMS_VMD= auto-accept LICENSE_NAME_VMD= Visual Molecular Dynamics Software License Agreement @@ -94,7 +96,7 @@ PLIST_SUB+= VMD_ARCH=${VMD_ARCH} .if !exists(${DISTDIR}/${VMD_DIST}) IGNORE= license restrictions require manual fetching of the distribution\ source. Please visit http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD\ - with a browser. You will be required to register, log in, and accept\ + with a browser. You will be required to register, log in, and accept\ the University of Illinois agreement before you can download the\ ${VMD_DIST} source file. Place this file in ${DISTDIR} and try again. .endif