svn commit: r479327 - in head: . science/vmd

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 9 18:19:17 UTC 2018


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


More information about the svn-ports-head mailing list