From owner-svn-ports-all@freebsd.org Sun Feb 28 05:16:02 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47756560B24; Sun, 28 Feb 2021 05:16:02 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpBSK5Nycz4sbX; Sun, 28 Feb 2021 05:16:01 +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 AB72B2775; Sun, 28 Feb 2021 05:16:01 +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 11S5G1xG030367; Sun, 28 Feb 2021 05:16:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11S5G0AN030362; Sun, 28 Feb 2021 05:16:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102280516.11S5G0AN030362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 28 Feb 2021 05:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566746 - in head/astro: . pykep X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/astro: . pykep X-SVN-Commit-Revision: 566746 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.34 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: Sun, 28 Feb 2021 05:16:02 -0000 Author: yuri Date: Sun Feb 28 05:16:00 2021 New Revision: 566746 URL: https://svnweb.freebsd.org/changeset/ports/566746 Log: New port: astro/pykep: C++ library providing basic tools for astrodynamics research Added: head/astro/pykep/ head/astro/pykep/Makefile (contents, props changed) head/astro/pykep/distinfo (contents, props changed) head/astro/pykep/pkg-descr (contents, props changed) head/astro/pykep/pkg-plist (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Sun Feb 28 05:01:57 2021 (r566745) +++ head/astro/Makefile Sun Feb 28 05:16:00 2021 (r566746) @@ -98,6 +98,7 @@ SUBDIR += py-spktype21 SUBDIR += py-skyfield SUBDIR += py-skyfield-data + SUBDIR += pykep SUBDIR += pyweather SUBDIR += qmapshack SUBDIR += readosm Added: head/astro/pykep/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/pykep/Makefile Sun Feb 28 05:16:00 2021 (r566746) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= pykep +DISTVERSIONPREFIX= v +DISTVERSION= 2.6 +CATEGORIES= astro + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ library providing basic tools for astrodynamics research + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libboost_serialization.so:devel/boost-libs + +USES= cmake compiler:c++11-lang +USE_LDCONFIG= yes + +CMAKE_OFF= PYKEP_BUILD_TESTS + +USE_GITHUB= yes +GH_ACCOUNT= esa + +.include Added: head/astro/pykep/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/pykep/distinfo Sun Feb 28 05:16:00 2021 (r566746) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614487843 +SHA256 (esa-pykep-v2.6_GH0.tar.gz) = 67ba9a45b51ce9e99117621a4901095c5404c7ec285ac58e7782c94f37c65de7 +SIZE (esa-pykep-v2.6_GH0.tar.gz) = 31000269 Added: head/astro/pykep/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/pykep/pkg-descr Sun Feb 28 05:16:00 2021 (r566746) @@ -0,0 +1,10 @@ +pykep is a scientific library providing basic tools for astrodynamics research. +Algorithmic efficiency is a main focus of the library, which is written in C++ +and exposed to Python using the boost::python library. At the library core is +the implementation of an efficient solver for the multiple revolutions Lambert's +problem, objects representing direct (Sims-Flanagan), indirect (Pontryagin) and +hybrid methods to represent low-thrust optimization problems, efficient +keplerian propagators, Taylor-integrators, a SGP4 propagator, TLE and SATCAT +support and more. + +WWW: https://github.com/esa/pykep Added: head/astro/pykep/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/pykep/pkg-plist Sun Feb 28 05:16:00 2021 (r566746) @@ -0,0 +1,116 @@ +include/keplerian_toolbox/astro_constants.hpp +include/keplerian_toolbox/config.hpp +include/keplerian_toolbox/core_functions/array3D_operations.hpp +include/keplerian_toolbox/core_functions/closest_distance.hpp +include/keplerian_toolbox/core_functions/convert_anomalies.hpp +include/keplerian_toolbox/core_functions/convert_dates.hpp +include/keplerian_toolbox/core_functions/damon.hpp +include/keplerian_toolbox/core_functions/eq2ic.hpp +include/keplerian_toolbox/core_functions/eq2par.hpp +include/keplerian_toolbox/core_functions/fb_con.hpp +include/keplerian_toolbox/core_functions/fb_prop.hpp +include/keplerian_toolbox/core_functions/fb_vel.hpp +include/keplerian_toolbox/core_functions/ic2eq.hpp +include/keplerian_toolbox/core_functions/ic2par.hpp +include/keplerian_toolbox/core_functions/jorba.h +include/keplerian_toolbox/core_functions/kepler_equations.hpp +include/keplerian_toolbox/core_functions/lambert_2d.hpp +include/keplerian_toolbox/core_functions/lambert_3d.hpp +include/keplerian_toolbox/core_functions/lambert_find_N.hpp +include/keplerian_toolbox/core_functions/par2eq.hpp +include/keplerian_toolbox/core_functions/par2ic.hpp +include/keplerian_toolbox/core_functions/propagate_lagrangian.hpp +include/keplerian_toolbox/core_functions/propagate_lagrangian_u.hpp +include/keplerian_toolbox/core_functions/propagate_taylor.hpp +include/keplerian_toolbox/core_functions/propagate_taylor_J2.hpp +include/keplerian_toolbox/core_functions/propagate_taylor_disturbance.hpp +include/keplerian_toolbox/core_functions/propagate_taylor_jorba.hpp +include/keplerian_toolbox/core_functions/propagate_taylor_s.hpp +include/keplerian_toolbox/core_functions/stumpff.hpp +include/keplerian_toolbox/core_functions/three_impulses_approximation.hpp +include/keplerian_toolbox/core_functions/x2tof.hpp +include/keplerian_toolbox/detail/visibility.hpp +include/keplerian_toolbox/epoch.hpp +include/keplerian_toolbox/exceptions.hpp +include/keplerian_toolbox/io.hpp +include/keplerian_toolbox/keplerian_toolbox.hpp +include/keplerian_toolbox/lambert_problem.hpp +include/keplerian_toolbox/numerics/newton_raphson.hpp +include/keplerian_toolbox/numerics/regula_falsi.hpp +include/keplerian_toolbox/planet/base.hpp +include/keplerian_toolbox/planet/gtoc2.hpp +include/keplerian_toolbox/planet/gtoc5.hpp +include/keplerian_toolbox/planet/gtoc6.hpp +include/keplerian_toolbox/planet/gtoc7.hpp +include/keplerian_toolbox/planet/j2.hpp +include/keplerian_toolbox/planet/jpl_low_precision.hpp +include/keplerian_toolbox/planet/keplerian.hpp +include/keplerian_toolbox/planet/mpcorb.hpp +include/keplerian_toolbox/planet/spice.hpp +include/keplerian_toolbox/planet/tle.hpp +include/keplerian_toolbox/serialization.hpp +include/keplerian_toolbox/sims_flanagan/leg.hpp +include/keplerian_toolbox/sims_flanagan/leg_s.hpp +include/keplerian_toolbox/sims_flanagan/sc_state.hpp +include/keplerian_toolbox/sims_flanagan/spacecraft.hpp +include/keplerian_toolbox/sims_flanagan/throttle.hpp +include/keplerian_toolbox/third_party/cspice/SpiceCK.h +include/keplerian_toolbox/third_party/cspice/SpiceCel.h +include/keplerian_toolbox/third_party/cspice/SpiceDLA.h +include/keplerian_toolbox/third_party/cspice/SpiceDSK.h +include/keplerian_toolbox/third_party/cspice/SpiceDtl.h +include/keplerian_toolbox/third_party/cspice/SpiceEK.h +include/keplerian_toolbox/third_party/cspice/SpiceEll.h +include/keplerian_toolbox/third_party/cspice/SpiceErr.h +include/keplerian_toolbox/third_party/cspice/SpiceFrm.h +include/keplerian_toolbox/third_party/cspice/SpiceGF.h +include/keplerian_toolbox/third_party/cspice/SpiceOccult.h +include/keplerian_toolbox/third_party/cspice/SpiceOsc.h +include/keplerian_toolbox/third_party/cspice/SpicePln.h +include/keplerian_toolbox/third_party/cspice/SpiceSPK.h +include/keplerian_toolbox/third_party/cspice/SpiceSrf.h +include/keplerian_toolbox/third_party/cspice/SpiceUsr.h +include/keplerian_toolbox/third_party/cspice/SpiceZad.h +include/keplerian_toolbox/third_party/cspice/SpiceZdf.h +include/keplerian_toolbox/third_party/cspice/SpiceZfc.h +include/keplerian_toolbox/third_party/cspice/SpiceZim.h +include/keplerian_toolbox/third_party/cspice/SpiceZmc.h +include/keplerian_toolbox/third_party/cspice/SpiceZpl.h +include/keplerian_toolbox/third_party/cspice/SpiceZpr.h +include/keplerian_toolbox/third_party/cspice/SpiceZrnm.h +include/keplerian_toolbox/third_party/cspice/SpiceZst.h +include/keplerian_toolbox/third_party/cspice/f2c.h +include/keplerian_toolbox/third_party/cspice/f2cMang.h +include/keplerian_toolbox/third_party/cspice/fio.h +include/keplerian_toolbox/third_party/cspice/fmt.h +include/keplerian_toolbox/third_party/cspice/fp.h +include/keplerian_toolbox/third_party/cspice/lio.h +include/keplerian_toolbox/third_party/cspice/rawio.h +include/keplerian_toolbox/third_party/cspice/signal1.h +include/keplerian_toolbox/third_party/cspice/zzalloc.h +include/keplerian_toolbox/third_party/cspice/zzerror.h +include/keplerian_toolbox/third_party/libsgp4/CoordGeodetic.h +include/keplerian_toolbox/third_party/libsgp4/CoordTopocentric.h +include/keplerian_toolbox/third_party/libsgp4/DateTime.h +include/keplerian_toolbox/third_party/libsgp4/DecayedException.h +include/keplerian_toolbox/third_party/libsgp4/Eci.h +include/keplerian_toolbox/third_party/libsgp4/Globals.h +include/keplerian_toolbox/third_party/libsgp4/Observer.h +include/keplerian_toolbox/third_party/libsgp4/OrbitalElements.h +include/keplerian_toolbox/third_party/libsgp4/SGP4.h +include/keplerian_toolbox/third_party/libsgp4/SatelliteException.h +include/keplerian_toolbox/third_party/libsgp4/SolarPosition.h +include/keplerian_toolbox/third_party/libsgp4/TimeSpan.h +include/keplerian_toolbox/third_party/libsgp4/Tle.h +include/keplerian_toolbox/third_party/libsgp4/TleException.h +include/keplerian_toolbox/third_party/libsgp4/Util.h +include/keplerian_toolbox/third_party/libsgp4/Vector.h +include/keplerian_toolbox/util/spice_utils.hpp +lib/cmake/keplerian_toolbox/PykepFindBoost.cmake +lib/cmake/keplerian_toolbox/keplerian_toolbox-config-version.cmake +lib/cmake/keplerian_toolbox/keplerian_toolbox-config.cmake +lib/cmake/keplerian_toolbox/keplerian_toolbox_export-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/keplerian_toolbox/keplerian_toolbox_export.cmake +lib/libkeplerian_toolbox.so +lib/libkeplerian_toolbox.so.1 +lib/libkeplerian_toolbox.so.1.0