diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 2 | ||||
-rw-r--r-- | science/avogadrolibs/Makefile | 2 | ||||
-rw-r--r-- | science/mmtf-cpp/Makefile (renamed from science/mmtf/Makefile) | 6 | ||||
-rw-r--r-- | science/mmtf-cpp/distinfo (renamed from science/mmtf/distinfo) | 0 | ||||
-rw-r--r-- | science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp (renamed from science/mmtf/files/patch-tests_mmtf__tests.cpp) | 0 | ||||
-rw-r--r-- | science/mmtf-cpp/pkg-descr (renamed from science/mmtf/pkg-descr) | 0 |
6 files changed, 5 insertions, 5 deletions
diff --git a/science/Makefile b/science/Makefile index 36ab7506fdc4..a43309b5b22c 100644 --- a/science/Makefile +++ b/science/Makefile @@ -151,7 +151,7 @@ SUBDIR += metaphysicl SUBDIR += minc2 SUBDIR += mmdb2 - SUBDIR += mmtf + SUBDIR += mmtf-cpp SUBDIR += mol2ps SUBDIR += molgif SUBDIR += molscript diff --git a/science/avogadrolibs/Makefile b/science/avogadrolibs/Makefile index fa9cb6556d29..1d976d0f5c83 100644 --- a/science/avogadrolibs/Makefile +++ b/science/avogadrolibs/Makefile @@ -15,7 +15,7 @@ COMMENT= Avogadro2 libraries for chemical editor and visualization applications 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 diff --git a/science/mmtf/Makefile b/science/mmtf-cpp/Makefile index dbc3ad5a37be..40cdd5e2387b 100644 --- a/science/mmtf/Makefile +++ b/science/mmtf-cpp/Makefile @@ -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/msgpack 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 diff --git a/science/mmtf/distinfo b/science/mmtf-cpp/distinfo index 164859da3a9d..164859da3a9d 100644 --- a/science/mmtf/distinfo +++ b/science/mmtf-cpp/distinfo diff --git a/science/mmtf/files/patch-tests_mmtf__tests.cpp b/science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp index e7e1d81127cc..e7e1d81127cc 100644 --- a/science/mmtf/files/patch-tests_mmtf__tests.cpp +++ b/science/mmtf-cpp/files/patch-tests_mmtf__tests.cpp diff --git a/science/mmtf/pkg-descr b/science/mmtf-cpp/pkg-descr index d0b23bdfdd42..d0b23bdfdd42 100644 --- a/science/mmtf/pkg-descr +++ b/science/mmtf-cpp/pkg-descr |