svn commit: r493031 - in head: . science science/avogadrolibs science/mmtf science/mmtf-cpp

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 16 08:02:04 UTC 2019


Author: yuri
Date: Sat Feb 16 08:02:02 2019
New Revision: 493031
URL: https://svnweb.freebsd.org/changeset/ports/493031

Log:
  Move: science/mmtf -> science/mmtf-cpp
  
  Also update its COMMENT to be more descriptive

Added:
  head/science/mmtf-cpp/
     - copied from r493030, head/science/mmtf/
Deleted:
  head/science/mmtf/
Modified:
  head/MOVED
  head/science/Makefile
  head/science/avogadrolibs/Makefile
  head/science/mmtf-cpp/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Feb 16 07:40:02 2019	(r493030)
+++ head/MOVED	Sat Feb 16 08:02:02 2019	(r493031)
@@ -11595,3 +11595,4 @@ math/wxMaxima|math/wxmaxima|2019-02-10|rename for cons
 net-mgmt/py-snmp4|net-mgmt/py-pysnmp|2019-02-11|Renamed to match upstream naming
 net-mgmt/py-snmp4-apps|net-mgmt/py-pysnmp-apps|2019-02-11|Renamed to match upstream naming
 net-mgmt/py-snmp4-mibs|net-mgmt/py-pysnmp-mibs|2019-02-11|Renamed to match upstream naming
+science/mmtf|science/mmtf-cpp|2019-02-16|Rename to match the project name on github

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sat Feb 16 07:40:02 2019	(r493030)
+++ head/science/Makefile	Sat Feb 16 08:02:02 2019	(r493031)
@@ -151,7 +151,7 @@
     SUBDIR += metaphysicl
     SUBDIR += minc2
     SUBDIR += mmdb2
-    SUBDIR += mmtf
+    SUBDIR += mmtf-cpp
     SUBDIR += mol2ps
     SUBDIR += molgif
     SUBDIR += molscript

Modified: head/science/avogadrolibs/Makefile
==============================================================================
--- head/science/avogadrolibs/Makefile	Sat Feb 16 07:40:02 2019	(r493030)
+++ head/science/avogadrolibs/Makefile	Sat Feb 16 08:02:02 2019	(r493031)
@@ -15,7 +15,7 @@ COMMENT=	Avogadro2 libraries for chemical editor and v
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${LOCALBASE}/include/mmtf.hpp:science/mmtf
+BUILD_DEPENDS=	${LOCALBASE}/include/mmtf.hpp:science/mmtf-cpp
 
 USES=		cmake compiler:c++11-lang eigen:3,build,run # eigen needs to be 'run' because it is written into cmake files
 USE_GITHUB=	yes

Modified: head/science/mmtf-cpp/Makefile
==============================================================================
--- head/science/mmtf/Makefile	Sat Feb 16 07:40:02 2019	(r493030)
+++ head/science/mmtf-cpp/Makefile	Sat Feb 16 08:02:02 2019	(r493031)
@@ -1,12 +1,13 @@
 # $FreeBSD$
 
-PORTNAME=	mmtf
+PORTNAME=	mmtf-cpp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	science biology
 
 MAINTAINER=	yuri at FreeBSD.org
-COMMENT=	C++ implementation of the MMTF API, decoder and encoder
+COMMENT=	C++ MMTF format API, decoder and encoder, for molecular structures
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -16,7 +17,6 @@ RUN_DEPENDS=	${LOCALBASE}/include/msgpack.hpp:devel/ms
 USES=		cmake compiler:c++11-lang localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	rcsb
-GH_PROJECT=	mmtf-cpp
 GH_TUPLE=	rcsb:mmtf:8c88834:x/mmtf_spec
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list