summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-aa
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>1999-11-17 16:17:03 +0000
committerdrochner <drochner@pkgsrc.org>1999-11-17 16:17:03 +0000
commitfa3c8c417b2ff97c07e10c868ff5284e738480be (patch)
treed43bc34ae71abc7b74dd927167354ce200bf5e5b /misc/root/patches/patch-aa
parente98596a0c46294e5129f55152d5a5260392ee6eb (diff)
downloadpkgsrc-fa3c8c417b2ff97c07e10c868ff5284e738480be.tar.gz
import ROOT pkg
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.
Diffstat (limited to 'misc/root/patches/patch-aa')
-rw-r--r--misc/root/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/root/patches/patch-aa b/misc/root/patches/patch-aa
new file mode 100644
index 00000000000..1b9822fdd51
--- /dev/null
+++ b/misc/root/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
+--- Makefile.orig Sat Nov 6 21:18:31 1999
++++ Makefile Sat Nov 6 21:20:12 1999
+@@ -14,6 +14,7 @@
+ @echo " make mklinux for MkLinux gcc and glibc"
+ @echo " make freebsd for FreeBSD"
+ @echo " make freebsd4 for FreeBSD 4.x"
++ @echo " make NetBSD for NetBSD"
+ @echo " make hpux for HP-UX 10.20 CC"
+ @echo " make hpuxacc for HP-UX 10.20 aCC"
+ @echo " make hpuxegcs for HP-UX 10.20 egcs 1.1.x"
+@@ -29,7 +30,7 @@
+
+
+ linux linuxegcs linuxrh42 linuxdeb linuxdeb2 linuxkcc linuxsuse6 \
+-linuxpgcc linuxppcegcs mklinux freebsd freebsd4 hpux hpuxacc \
++linuxpgcc linuxppcegcs mklinux freebsd freebsd4 netbsd hpux hpuxacc \
+ hpuxegcs alphacxx6 alphaegcs solaris solarisCC5.0 solarisegcs sgikcc sgiegcs \
+ sgi64egcs aixegcs:
+ @(inode1=`ls -id $$ROOTSYS | awk '{ print $$1 }'`; \