Date: Sat, 16 Feb 2019 08:02:02 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493031 - in head: . science science/avogadrolibs science/mmtf science/mmtf-cpp Message-ID: <201902160802.x1G822rA007970@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902160802.x1G822rA007970>