From owner-svn-ports-head@freebsd.org Tue May 26 16:21:24 2020 Return-Path: Delivered-To: svn-ports-head@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 963432CCB66; Tue, 26 May 2020 16:21:24 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49WfNN3YGsz4TTl; Tue, 26 May 2020 16:21:24 +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 74DB225A70; Tue, 26 May 2020 16:21:24 +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 04QGLOaI091586; Tue, 26 May 2020 16:21:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04QGLNua091581; Tue, 26 May 2020 16:21:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005261621.04QGLNua091581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 26 May 2020 16:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536638 - in head/science: . hepmc3 hepmc3/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . hepmc3 hepmc3/files X-SVN-Commit-Revision: 536638 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 16:21:24 -0000 Author: yuri Date: Tue May 26 16:21:23 2020 New Revision: 536638 URL: https://svnweb.freebsd.org/changeset/ports/536638 Log: New port: science/hepmc3: Event record for High Energy Physics Monte Carlo generators/simulation Added: head/science/hepmc3/ head/science/hepmc3/Makefile (contents, props changed) head/science/hepmc3/distinfo (contents, props changed) head/science/hepmc3/files/ head/science/hepmc3/files/patch-HepMC3-config.in (contents, props changed) head/science/hepmc3/pkg-descr (contents, props changed) head/science/hepmc3/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Tue May 26 16:14:47 2020 (r536637) +++ head/science/Makefile Tue May 26 16:21:23 2020 (r536638) @@ -103,6 +103,7 @@ SUBDIR += hdf5 SUBDIR += hdf5-18 SUBDIR += healpix + SUBDIR += hepmc3 SUBDIR += highfive SUBDIR += hypre SUBDIR += iboview Added: head/science/hepmc3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/hepmc3/Makefile Tue May 26 16:21:23 2020 (r536638) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= hepmc3 +DISTVERSION= 3.2.1 +CATEGORIES= science +MASTER_SITES= http://hepmc.web.cern.ch/hepmc/releases/ +DISTNAME= HepMC3-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Event record for High Energy Physics Monte Carlo generators/simulation + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake compiler:c++11-lang +USE_LDCONFIG= yes + +CMAKE_OFF= HEPMC3_ENABLE_PYTHON HEPMC3_BUILD_STATIC_LIBS HEPMC3_ENABLE_ROOTIO + +.include Added: head/science/hepmc3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/hepmc3/distinfo Tue May 26 16:21:23 2020 (r536638) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590508907 +SHA256 (HepMC3-3.2.1.tar.gz) = 6e4e4bb5708af105d4bf74efc2745e6efe704e942d46a8042f7dcae37a4739fe +SIZE (HepMC3-3.2.1.tar.gz) = 8068277 Added: head/science/hepmc3/files/patch-HepMC3-config.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/hepmc3/files/patch-HepMC3-config.in Tue May 26 16:21:23 2020 (r536638) @@ -0,0 +1,8 @@ +--- HepMC3-config.in.orig 2020-05-26 16:09:08 UTC ++++ HepMC3-config.in +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + #Adopted from + #https://yoda.hepforge.org/trac/browser/bin/yoda-config.in + #Docs from https://cmake.org/cmake/help/v3.2/command/configure_file.html Added: head/science/hepmc3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/hepmc3/pkg-descr Tue May 26 16:21:23 2020 (r536638) @@ -0,0 +1,8 @@ +The HepMC package is an object oriented, C++ event record for High Energy +Physics Monte Carlo generators and simulation. The original code was written +by M. Dobbs and J.B. Hansen (Comput. Phys. Commun. 134 (2001) 41). Since the +first implementation, the package has undergone several modifications and in +particular, the latest HepMC3 series is a completely new rewrite using +currently available C++11 techniques. + +WWW: http://hepmc.web.cern.ch/hepmc/ Added: head/science/hepmc3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/hepmc3/pkg-plist Tue May 26 16:21:23 2020 (r536638) @@ -0,0 +1,54 @@ +bin/HepMC3-config +include/HepMC3/AssociatedParticle.h +include/HepMC3/Attribute.h +include/HepMC3/AttributeFeature.h +include/HepMC3/Data/GenEventData.h +include/HepMC3/Data/GenParticleData.h +include/HepMC3/Data/GenRunInfoData.h +include/HepMC3/Data/GenVertexData.h +include/HepMC3/Errors.h +include/HepMC3/Feature.h +include/HepMC3/Filter.h +include/HepMC3/FilterAttribute.h +include/HepMC3/FourVector.h +include/HepMC3/GenCrossSection.h +include/HepMC3/GenCrossSection_fwd.h +include/HepMC3/GenEvent.h +include/HepMC3/GenHeavyIon.h +include/HepMC3/GenHeavyIon_fwd.h +include/HepMC3/GenParticle.h +include/HepMC3/GenParticle_fwd.h +include/HepMC3/GenPdfInfo.h +include/HepMC3/GenPdfInfo_fwd.h +include/HepMC3/GenRunInfo.h +include/HepMC3/GenVertex.h +include/HepMC3/GenVertex_fwd.h +include/HepMC3/HEPEVT_Wrapper.h +include/HepMC3/HepMC3.h +include/HepMC3/LHEF.h +include/HepMC3/LHEFAttributes.h +include/HepMC3/Print.h +include/HepMC3/PrintStreams.h +include/HepMC3/Reader.h +include/HepMC3/ReaderAscii.h +include/HepMC3/ReaderAsciiHepMC2.h +include/HepMC3/ReaderFactory.h +include/HepMC3/ReaderHEPEVT.h +include/HepMC3/ReaderLHEF.h +include/HepMC3/ReaderPlugin.h +include/HepMC3/Relatives.h +include/HepMC3/Selector.h +include/HepMC3/Setup.h +include/HepMC3/Units.h +include/HepMC3/Version.h +include/HepMC3/Writer.h +include/HepMC3/WriterAscii.h +include/HepMC3/WriterAsciiHepMC2.h +include/HepMC3/WriterHEPEVT.h +include/HepMC3/WriterPlugin.h +lib/libHepMC3.so +lib/libHepMC3.so.3 +lib/libHepMC3search.so +lib/libHepMC3search.so.3 +share/HepMC3/cmake/HepMC3Config-version.cmake +share/HepMC3/cmake/HepMC3Config.cmake