mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Move: science/mmtf -> science/mmtf-cpp
Also update its COMMENT to be more descriptive
This commit is contained in:
parent
00ee536d0a
commit
05e6ea93c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493031
1
MOVED
1
MOVED
@ -11595,3 +11595,4 @@ math/wxMaxima|math/wxmaxima|2019-02-10|rename for consistency
|
||||
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
|
||||
|
@ -151,7 +151,7 @@
|
||||
SUBDIR += metaphysicl
|
||||
SUBDIR += minc2
|
||||
SUBDIR += mmdb2
|
||||
SUBDIR += mmtf
|
||||
SUBDIR += mmtf-cpp
|
||||
SUBDIR += mol2ps
|
||||
SUBDIR += molgif
|
||||
SUBDIR += molscript
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user