mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Update to 2.1.0.0
This commit is contained in:
parent
a822977513
commit
e62c73f7b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259018
3 changed files with 21 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= clhep
|
PORTNAME= clhep
|
||||||
PORTVERSION= 2.0.4.7
|
PORTVERSION= 2.1.0.0
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/DISTRIBUTION/tarFiles/
|
MASTER_SITES= http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/DISTRIBUTION/tarFiles/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (clhep-2.0.4.7.tgz) = 34852452d9f2999981b04497a42574aa
|
MD5 (clhep-2.1.0.0.tgz) = bdc06b5e0a2e5c600ffd8a3cf7f5cbb0
|
||||||
SHA256 (clhep-2.0.4.7.tgz) = d93b9ae8101ee42a11340692c7cb42283cabd51968ba932384b34ae18791b72d
|
SHA256 (clhep-2.1.0.0.tgz) = 25b90649f292dcd49407f35fe1dd8a3ecc0866adfe65298094bbe73fdac79a7c
|
||||||
SIZE (clhep-2.0.4.7.tgz) = 3633384
|
SIZE (clhep-2.1.0.0.tgz) = 4273064
|
||||||
|
|
|
@ -8,6 +8,7 @@ bin/Random-config
|
||||||
bin/RandomObjects-config
|
bin/RandomObjects-config
|
||||||
bin/RefCount-config
|
bin/RefCount-config
|
||||||
bin/Units-config
|
bin/Units-config
|
||||||
|
bin/Utility-config
|
||||||
bin/Vector-config
|
bin/Vector-config
|
||||||
bin/clhep-config
|
bin/clhep-config
|
||||||
bin/clheplib
|
bin/clheplib
|
||||||
|
@ -32,6 +33,16 @@ include/CLHEP/Exceptions/ZMthrow.h
|
||||||
include/CLHEP/Exceptions/arch_spec_Exceptions.mk
|
include/CLHEP/Exceptions/arch_spec_Exceptions.mk
|
||||||
include/CLHEP/Exceptions/defs.h
|
include/CLHEP/Exceptions/defs.h
|
||||||
include/CLHEP/Exceptions/link_Exceptions.mk
|
include/CLHEP/Exceptions/link_Exceptions.mk
|
||||||
|
include/CLHEP/GenericFunctions/Airy.hh
|
||||||
|
include/CLHEP/GenericFunctions/Airy.icc
|
||||||
|
include/CLHEP/GenericFunctions/Gamma.hh
|
||||||
|
include/CLHEP/GenericFunctions/GammaDistribution.hh
|
||||||
|
include/CLHEP/GenericFunctions/KroneckerDelta.hh
|
||||||
|
include/CLHEP/GenericFunctions/Legendre.hh
|
||||||
|
include/CLHEP/GenericFunctions/Legendre.icc
|
||||||
|
include/CLHEP/GenericFunctions/ParameterComposition.hh
|
||||||
|
include/CLHEP/GenericFunctions/SymToArgAdaptor.hh
|
||||||
|
include/CLHEP/GenericFunctions/SymToArgAdaptor.icc
|
||||||
include/CLHEP/GenericFunctions/ACos.hh
|
include/CLHEP/GenericFunctions/ACos.hh
|
||||||
include/CLHEP/GenericFunctions/ASin.hh
|
include/CLHEP/GenericFunctions/ASin.hh
|
||||||
include/CLHEP/GenericFunctions/ATan.hh
|
include/CLHEP/GenericFunctions/ATan.hh
|
||||||
|
@ -213,6 +224,11 @@ include/CLHEP/Units/GlobalSystemOfUnits.h
|
||||||
include/CLHEP/Units/PhysicalConstants.h
|
include/CLHEP/Units/PhysicalConstants.h
|
||||||
include/CLHEP/Units/SystemOfUnits.h
|
include/CLHEP/Units/SystemOfUnits.h
|
||||||
include/CLHEP/Units/defs.h
|
include/CLHEP/Units/defs.h
|
||||||
|
include/CLHEP/Utility/keywords.h
|
||||||
|
include/CLHEP/Utility/memory.h
|
||||||
|
include/CLHEP/Utility/noncopyable.h
|
||||||
|
include/CLHEP/Utility/type_traits.h
|
||||||
|
include/CLHEP/Utility/defs.h
|
||||||
include/CLHEP/Vector/AxisAngle.h
|
include/CLHEP/Vector/AxisAngle.h
|
||||||
include/CLHEP/Vector/AxisAngle.icc
|
include/CLHEP/Vector/AxisAngle.icc
|
||||||
include/CLHEP/Vector/Boost.h
|
include/CLHEP/Vector/Boost.h
|
||||||
|
@ -272,6 +288,7 @@ lib/libCLHEP.a
|
||||||
lib/libCLHEP.so
|
lib/libCLHEP.so
|
||||||
@dirrm include/CLHEP/Vector
|
@dirrm include/CLHEP/Vector
|
||||||
@dirrm include/CLHEP/Units
|
@dirrm include/CLHEP/Units
|
||||||
|
@dirrm include/CLHEP/Utility
|
||||||
@dirrm include/CLHEP/RefCount
|
@dirrm include/CLHEP/RefCount
|
||||||
@dirrm include/CLHEP/RandomObjects
|
@dirrm include/CLHEP/RandomObjects
|
||||||
@dirrm include/CLHEP/Random
|
@dirrm include/CLHEP/Random
|
||||||
|
|
Loading…
Add table
Reference in a new issue