From owner-svn-ports-all@freebsd.org Thu Oct 25 07:24:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 758AAFFC0FB; Thu, 25 Oct 2018 07:24:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B81B74AE5; Thu, 25 Oct 2018 07:24:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 259F96A6A; Thu, 25 Oct 2018 07:24:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9P7ObaV027243; Thu, 25 Oct 2018 07:24:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9P7ObtR027238; Thu, 25 Oct 2018 07:24:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810250724.w9P7ObtR027238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 25 Oct 2018 07:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482957 - in head/science: . maeparser X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . maeparser X-SVN-Commit-Revision: 482957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 07:24:38 -0000 Author: yuri Date: Thu Oct 25 07:24:36 2018 New Revision: 482957 URL: https://svnweb.freebsd.org/changeset/ports/482957 Log: New port: science/maeparser: Parser for Schrodinger Maestro files Added: head/science/maeparser/ head/science/maeparser/Makefile (contents, props changed) head/science/maeparser/distinfo (contents, props changed) head/science/maeparser/pkg-descr (contents, props changed) head/science/maeparser/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Thu Oct 25 07:13:51 2018 (r482956) +++ head/science/Makefile Thu Oct 25 07:24:36 2018 (r482957) @@ -129,6 +129,7 @@ SUBDIR += lm SUBDIR += luscus SUBDIR += madness + SUBDIR += maeparser SUBDIR += massxpert SUBDIR += mbdyn SUBDIR += mcstas Added: head/science/maeparser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/maeparser/Makefile Thu Oct 25 07:24:36 2018 (r482957) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= maeparser +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.1 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Parser for Schrodinger Maestro files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/dynamic_bitset.hpp:devel/boost-libs + +USES= cmake:outsource compiler:c++11-lang +USE_GITHUB= yes +GH_ACCOUNT= schrodinger +USE_LDCONFIG= yes + +.include Added: head/science/maeparser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/maeparser/distinfo Thu Oct 25 07:24:36 2018 (r482957) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540451819 +SHA256 (schrodinger-maeparser-v1.0.1_GH0.tar.gz) = 8251e93ac06b2915a21516cb16741a3c6d139e9557027aa371f17875668f2a18 +SIZE (schrodinger-maeparser-v1.0.1_GH0.tar.gz) = 26285 Added: head/science/maeparser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/maeparser/pkg-descr Thu Oct 25 07:24:36 2018 (r482957) @@ -0,0 +1,7 @@ +maeparser is a parser for Schrodinger Maestro files. + +Structure files (.mae,.maegz,.mae.gz) can contain multiple structures +delimited by "f_m_ct". See MaeConstants.hpp for standard block and property +names. + +WWW: https://github.com/schrodinger/maeparser Added: head/science/maeparser/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/maeparser/pkg-plist Thu Oct 25 07:24:36 2018 (r482957) @@ -0,0 +1,8 @@ +include/maeparser/Buffer.hpp +include/maeparser/MaeBlock.hpp +include/maeparser/MaeParser.hpp +include/maeparser/MaeParserConfig.hpp +include/maeparser/Reader.hpp +lib/cmake/maeparser-config-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/maeparser-config.cmake +lib/libmaeparser.so