summaryrefslogtreecommitdiff
path: root/misc/root
AgeCommit message (Collapse)AuthorFilesLines
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-7/+7
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Fix compilation on alpha.wiz4-1/+70
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+7
2000-02-05$() -> ${}wiz1-13/+13
2000-01-10(re)genwiz1-0/+11
1999-11-23I'll play MAINTAINER heredrochner1-2/+2
1999-11-17import ROOT pkgdrochner16-0/+968
citing pkg/DESCR: The ROOT system provides a set of OO frameworks with all the functionality needed to handle and analyse large amounts of data in a very efficient way. Having the data defined as a set of objects, specialised storage methods are used to get direct access to the separate attributes of the selected objects, without having to touch the bulk of the data. Included are histograming methods in 1, 2 and 3 dimensions, curve fitting, function evaluation, minimisation, graphics and visualization classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode. Thanks to the builtin CINT C++ interpreter the command language, the scripting, or macro, language and the programming language are all C++. The interpreter allows for fast prototyping of the macros since it removes the time consuming compile/link cycle. It also provides a good environment to learn C++. If more performance is needed the interactively developed macros can be compiled using a C++ compiler. It's not yet perfect - pixmap/icon files are missing because these are not part of the ROOT source distribution. Most things work anyway.