diff options
author | pav <pav@FreeBSD.org> | 2005-07-27 23:50:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-27 23:50:39 +0800 |
commit | 37780e05b09a87b63b8efa4a2d085a5f96024d9d (patch) | |
tree | 56dff98a6f400ec2776fea61d8e8a0ac446343fd /devel/root-doc | |
parent | c2bbd6a61cacb80bc636879a6fedcc72c3263459 (diff) | |
download | freebsd-ports-gnome-37780e05b09a87b63b8efa4a2d085a5f96024d9d.tar.gz freebsd-ports-gnome-37780e05b09a87b63b8efa4a2d085a5f96024d9d.tar.zst freebsd-ports-gnome-37780e05b09a87b63b8efa4a2d085a5f96024d9d.zip |
- Update to 5.02
- Take maintainership
PR: ports/84013
Submitted by: Simon Lang <simon@lang-clan.de>
Diffstat (limited to 'devel/root-doc')
-rw-r--r-- | devel/root-doc/Makefile | 4 | ||||
-rw-r--r-- | devel/root-doc/distinfo | 2 | ||||
-rw-r--r-- | devel/root-doc/pkg-descr | 24 |
3 files changed, 25 insertions, 5 deletions
diff --git a/devel/root-doc/Makefile b/devel/root-doc/Makefile index 567cece35b10..857df06227ae 100644 --- a/devel/root-doc/Makefile +++ b/devel/root-doc/Makefile @@ -6,12 +6,12 @@ # PORTNAME= root-doc -PORTVERSION= 4.02 +PORTVERSION= 5.02 CATEGORIES= devel science math MASTER_SITES= ftp://root.cern.ch/root/ DISTNAME= html${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= simon@lang-clan.de COMMENT= HTML Documentation for Root framework NO_BUILD= yes diff --git a/devel/root-doc/distinfo b/devel/root-doc/distinfo index 6d32a440dcf4..5e8738add0e1 100644 --- a/devel/root-doc/distinfo +++ b/devel/root-doc/distinfo @@ -1 +1 @@ -MD5 (html402.tar.gz) = IGNORE +MD5 (html502.tar.gz) = IGNORE diff --git a/devel/root-doc/pkg-descr b/devel/root-doc/pkg-descr index b310a165bc9f..c8e1d8952709 100644 --- a/devel/root-doc/pkg-descr +++ b/devel/root-doc/pkg-descr @@ -1,2 +1,22 @@ -This package contains HTML documentation for Root framework. -Installed package is 100 MB large. +This package contains HTML documentation for the Root framework. + +The installed package is 110 MB large. + +ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object +oriented data anlaysis framework written in C++. ROOT has its origin at the +Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform +tool well-known to high energy physicists, but it's also used in a wide range +of other data analysis applications. The system consists of the C/C++ +interpreter CINT (for interactive development and rapid prototyping) and +hundreds of classes, which provides functionalities u.a. for: + + - Data Histogram and Minimization Operations + - Linear Algebra, Matrix and Vector Operations + - Tree, Ntuple and other Data Containers/Stuctures + - 2D Graphics, 3D Graphics and Detector Geometry Modeling + - Graphical User Interface + - Operating System and Networking Interface + - Inline Documentation and PostScript Interface + - PROOF Server (parallel computing) + +WWW: http://root.cern.ch/ |