diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-27 15:50:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-27 15:50:39 +0000 |
commit | 2bb5ba70d05583b8f8874e53ce8252b9e7debeae (patch) | |
tree | b73c041aa75593ac522b27a679d3d09dfbcc9594 /devel | |
parent | - Update to 5.02 (diff) |
- Update to 5.02
- Take maintainership
PR: ports/84013
Submitted by: Simon Lang <simon@lang-clan.de>
Notes
Notes:
svn path=/head/; revision=140243
Diffstat (limited to 'devel')
-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/ |