1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871
|
Source: cernlib
Maintainer: Kevin B. McCarty <kmccarty@debian.org>
Standards-Version: 3.6.1
Priority: optional
Section: science
Build-Depends: patch, mawk | gawk, xutils, debhelper (>= 3.0.0), g77, cfortran, x-dev | xlibs-dev, libxt-dev | xlibs-dev, libx11-dev | xlibs-dev, lesstif2-dev | lesstif-dev, blas-dev | atlas2-dev, lapack-dev | atlas2-dev, tetex-bin
Build-Conflicts: libxt-dev (<< 4.3.0-3)
Package: cernlib-base
Architecture: all
Section: devel
Description: script to determine Cernlib library dependencies
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes the "cernlib" script that lists the command-line
options needed for linking against Cernlib libraries. The script has
been rewritten from the upstream version to calculate
dependencies recursively. Also included are a README.Debian with a summary
of changes made to Cernlib to fit it into Debian packaging practices,
and a contributed set of Autoconf macros to test for Cernlib libraries.
Package: cernlib
Architecture: all
Section: science
Depends: cernlib-base (= ${Source-Version}), cernlib-core, cernlib-core-dev, cernlib-montecarlo, geant321-data, geant321-doc, geant321, libgeant1, libgeant1-dev
Description: almost complete set of Debian Cernlib packages
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This metapackage provides almost all of the programs and libraries contained
in Cernlib. Most people will likely want only a subset of these. A few
extra Cernlib programs, not of interest to many people, may be obtained via
the cernlib-extras metapackage.
Package: cernlib-core
Architecture: all
Section: science
Depends: cernlib-base (= ${Source-Version}), blas | atlas2-base, lapack | atlas2-base, kxterm, libgraflib1, libgrafx11-1, libkernlib1, libkuipx11-1, libmathlib1, libpacklib1, libpaw1, paw++, paw, paw-common, paw-demos
Description: Cernlib main libraries and programs
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This metapackage provides the libraries and analysis tools (e.g. PAW) likely
to be wanted by most users of the Cern libraries who are not interested
specifically in high energy physics. You cannot do program development by
installing only this metapackage; development libraries and tools may
be obtained by installing the cernlib-core-dev metapackage or individual
lib*-dev packages.
Package: cernlib-core-dev
Architecture: all
Section: science
Depends: cernlib-base (= ${Source-Version}), blas-dev | atlas2-base-dev, lapack-dev | atlas2-base-dev, libgraflib1-dev, libgrafx11-1-dev, libkernlib1-dev, libkuipx11-1-dev, libmathlib1-dev, libpacklib1-dev, libpaw1-dev, kuipc, dzedit
Description: Cernlib development headers, tools, and static libraries
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This metapackage provides the header files and static libraries likely to be
wanted by developers using the Cern libraries who are not interested
specifically in high energy physics. It also provides the Cernlib
development tools DZedit and KUIPC. Cernlib analysis programs may be
obtained by installing the cernlib-core metapackage.
Package: cernlib-extras
Architecture: all
Priority: extra
Section: science
Depends: cernlib-base (= ${Source-Version}), pawserv, zftp
Description: miscellaneous Cernlib programs unlikely to be used by many
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This metapackage provides a few additional Cernlib programs not included
in any other Cernlib metapackage. Very few people are likely to be
interested in them; currently they include zftp, pawserv and zserv.
Notice that the latter two programs run as daemons through inetd and may
reduce your system's security!
.
Installing this package along with the "cernlib" metapackage will supply
a complete set of all Cernlib programs and libraries included in Debian.
Package: cernlib-montecarlo
Architecture: all
Section: science
Depends: cernlib-base, montecarlo-base (= ${Source-Version}), blas-dev | atlas2-base-dev, lapack-dev | atlas2-base-dev, libcojets1-dev, libeurodec1-dev, libherwig59-dev, libpdflib804-dev, libphotos202-dev, libphtools1-dev
Recommends: libisajet758-dev
Description: Cernlib Monte Carlo libraries
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This metapackage provides various Monte Carlo libraries included in Cernlib
(both shared and static). Likely only physicists will be interested in
these packages. Note that the Geant 3.21 program is not included, but it may
be obtained by also installing the geant321 Debian package.
.
Be aware that the libraries of Ariadne, Fritiof, Jetset, Lepto, and Pythia are
not available within Debian due to licensing issues; see the README.Debian
file in the montecarlo-base package for information on obtaining them.
.
The packages libisajet758 and libisajet758-dev are not currently available
on the m68k architecture due to a bug in g77 that prevents them from being
compiled; see Debian bug report # 225621.
Package: dzedit
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: libpacklib1-dev
Description: Cernlib's ZEBRA documentation editor
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
DZedit is an interactive interface to the DZDOC (ZEBRA documentation) system
developed at CERN. ZEBRA, part of the Packlib library, permits a developer to
create complex data structures in the FORTRAN 77 language; the DZDOC system
allows the developer to generate and maintain documentation of ZEBRA data
structures.
Package: geant321
Architecture: all
Section: science
Depends: libgeant1-dev, geant321-data, cernlib-base (>> 2003.09.03-2), g77
Suggests: kxterm, geant321-doc
Description: [Physics] Particle detector description and simulation tool
Geant simulates the passage of subatomic particles through matter, for
instance, particle detectors. For maximum flexibility, Geant simulations
are performed by linking Fortran code supplied by the user with the Geant
libraries, then running the resulting executable.
.
This package includes gxint, the script used to perform this linking step.
Package: geant321-data
Architecture: all
Section: science
Depends: cernlib-base (>> 2003.09.03-2)
Description: [Physics] Data for Geant 3.21 detector simulator
Geant simulates the passage of subatomic particles through matter, for
instance, particle detectors. For maximum flexibility, Geant simulations
are performed by linking Fortran code supplied by the user with the Geant
libraries, then running the resulting executable.
.
This package includes data files for use by Geant.
Package: geant321-doc
Architecture: all
Section: doc
Description: [Physics] Documentation for Geant 3.21
Geant simulates the passage of subatomic particles through matter, for
instance, particle detectors. For maximum flexibility, Geant simulations
are performed by linking Fortran code supplied by the user with the Geant
libraries, then running the resulting executable.
.
This package includes some documentation about Geant.
Package: kuipc
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: libpacklib1-dev
Suggests: libkuipx11-1-dev
Description: Cernlib's Kit for a User Interface Package (KUIP) compiler
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
KUIPC, the Kit for a User Interface Package Compiler, is a tool to simplify
the writing of a program's user interface code. It takes as
input a Command Definition File (CDF) that describes the
commands to be understood by the program, and outputs C or FORTRAN code that
makes the appropriate function calls to set up the user interface. This
code can then be compiled and linked with the rest of the program. Since
the generated code uses KUIP routines, the program must also be linked
against the Packlib library that contains them.
.
KUIPC is no longer actively developed, so aside from its use in the build
process of Cernlib, it is of mainly historical interest.
Package: kxterm
Architecture: any
Section: science
Depends: ${shlibs:Depends}, cernlib-base (>> 2003.09.03-2)
Description: Cernlib's KUIP terminal emulator
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
KXterm is a terminal emulator which combines the best features from
the (now defunct) Apollo DM pads (like: input and transcript
pads, automatic file backup of transcript pad, string search in pads,
etc.) and the Korn shell emacs-style command line editing and command
line recall mechanism. It can support the command-line interface
of various Cernlib applications.
Package: libcojets1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2), montecarlo-data (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2), montecarlo-data (<= 2003.09.03-2)
Description: [Physics] COJETS p-p and pbar-p interaction Monte Carlo library
COJETS is a Monte Carlo library which simulates pbar-p and p-p interactions at
high energy. The interaction process is first calculated at the parton level
by means of perturbative QCD and the Weinberg-Salam model for electroweak
interactions. Partons are then independently fragmented into jets of hadrons,
according to the Field-Feynman model, and the beam jets contribution is
added, according to a longitudinal phase-space model. Multiple QCD radiation
of initial and final partons is included.
.
Note that in order to compile and link programs against this library, you
must also install the libcojets1-dev package.
Package: libcojets1-dev
Architecture: any
Section: libdevel
Depends: libcojets1 (= ${Source-Version}), libmathlib1-dev (= ${Source-Version})
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2), montecarlo-doc (<= 2003.09.03-2)
Description: [Physics] COJETS p-p and pbar-p interaction Monte Carlo
COJETS is a Monte Carlo library which simulates pbar-p and p-p interactions at
high energy. The interaction process is first calculated at the parton level
by means of perturbative QCD and the Weinberg-Salam model for electroweak
interactions. Partons are then independently fragmented into jets of hadrons,
according to the Field-Feynman model, and the beam jets contribution is
added, according to a longitudinal phase-space model. Multiple QCD radiation
of initial and final partons is included.
.
This is the static version of the library. The package also includes
FORTRAN header files and documentation for COJETS.
Package: libeurodec1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, cernlib-base (>> 2003.09.03-2), montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2), montecarlo-data (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2), montecarlo-data (<= 2003.09.03-2)
Description: [Physics] Monte Carlo library for quark and heavy lepton decays
Eurodec is a general purpose Monte Carlo library for the fragmentation and
decay of quarks, di-quarks, heavy leptons, etc. It can be used with the
included event generator EUROJET, or with your own event generator.
.
Note that in order to compile and link programs against this library, you
must also install the libeurodec1-dev package.
Package: libeurodec1-dev
Architecture: any
Section: libdevel
Depends: libeurodec1 (= ${Source-Version}), cfortran, libc6-dev | libc-dev
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2), montecarlo-doc (<= 2003.09.03-2)
Description: [Physics] Monte Carlo library for quark / heavy lepton decays
Eurodec is a general purpose Monte Carlo library for the fragmentation and
decay of quarks, di-quarks, heavy leptons, etc. It can be used with the
included event generator EUROJET, or with your own event generator.
.
This is the static version of the library. FORTRAN header files are also
included.
Package: libgeant1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, geant321-data
Recommends: geant321 (>= 2003.08.21-1)
Description: [Physics] Library for Geant 3.21
Geant simulates the passage of subatomic particles through matter, for
instance, particle detectors. For maximum flexibility, Geant simulations
are performed by linking Fortran code supplied by the user with the Geant
libraries, then running the resulting executable.
.
This package includes the libgeant1 library required by Geant 3.21. Note
that in order to compile and link programs against this library, you must
also install the libgeant1-dev package.
Package: libgeant1-dev
Architecture: any
Section: libdevel
Depends: libgeant1 (= ${Source-Version}), libpaw1-dev (= ${Source-Version})
Recommends: geant321 (>= 2003.08.21-1)
Description: [Physics] Library for Geant 3.21 (development files)
Geant simulates the passage of subatomic particles through matter, for
instance, particle detectors. For maximum flexibility, Geant simulations
are performed by linking Fortran code supplied by the user with the Geant
libraries, then running the resulting executable.
.
This package includes a static version of the libgeant321 library required
by Geant. C and FORTRAN header files are also included.
Package: libgraflib1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Cernlib graphical library
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The graflib library includes the HPLOT and DZDOC systems. HPLOT is a
graphing facility intended to produce drawings and slides of histograms
(and other data) of a quality suitable to talks and publications. DZDOC
provides a method of viewing Cernlib's ZEBRA data structures.
.
Note that in order to compile and link programs against this library,
you must also install the libgraflib1-dev package.
Package: libgraflib1-dev
Architecture: any
Section: libdevel
Depends: libgraflib1 (= ${Source-Version}), libgrafx11-1-dev (= ${Source-Version})
Description: Cernlib graphical library (development files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The graflib library includes the HPLOT and DZDOC systems. HPLOT is a
graphing facility intended to produce drawings and slides of histograms
(and other data) of a quality suitable to talks and publications. DZDOC
provides a method of viewing Cernlib's ZEBRA data structures. This package
includes a static version of graflib, as well as C and FORTRAN header files.
Package: libgrafx11-1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libgraflib1 (<= 2003.09.03-2)
Replaces: libgraflib1 (<= 2003.09.03-2)
Description: Cernlib library interface to X11 and PostScript
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes libgrafX11, also known as HIGZ (High-level Interface
to Graphics and ZEBRA), an interface to the X Window System. In addition
to basic drawing functions, HIGZ includes a PostScript interface.
.
Note that in order to compile and link programs against this library,
you must also install the libgrafx11-1-dev package.
Package: libgrafx11-1-dev
Architecture: any
Section: libdevel
Depends: libgrafx11-1 (= ${Source-Version}), libpacklib1-dev (= ${Source-Version}), libx11-dev (>= 4.3.0-3) | xlibs-dev (>> 4.1.0)
Conflicts: libgraflib1-dev (<= 2003.09.03-2)
Replaces: libgraflib1-dev (<= 2003.09.03-2)
Description: Cernlib library interface to X11 and PostScript (development)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes a static version of libgrafX11, also known as HIGZ
(High-level Interface to Graphics and ZEBRA), an interface to the X Window
System. In addition to basic drawing functions, HIGZ includes a PostScript
interface. Also included are C and FORTRAN header files.
Package: libherwig59
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2)
Description: [Physics] Monte Carlo event generator simulating hadronic events
HERWIG is a general-purpose event generator for high energy hadronic
processes, with particular emphasis on the detailed simulation of
QCD parton showers.
.
Note that in order to compile and link programs against this library, you
must also install the libherwig59-dev package.
Package: libherwig59-dev
Architecture: any
Section: libdevel
Depends: libherwig59 (= ${Source-Version}), libpdflib804-dev (= ${Source-Version})
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2), montecarlo-doc (<= 2003.09.03-2)
Description: [Physics] Monte Carlo event generator for hadrons (development)
HERWIG is a general-purpose event generator for high energy hadronic
processes, with particular emphasis on the detailed simulation of
QCD parton showers.
.
This is the static version of the library. Also included are a FORTRAN
header file and some documentation.
Package: libisajet758
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2), montecarlo-data (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2), montecarlo-data (<= 2003.09.03-2)
Description: [Physics] Monte Carlo generator for proton / electron reactions
ISAJET is a Monte Carlo library which simulates p-p, pbar-p, and e+ e-
interactions at high energies. The library is based on perturbative QCD
combined with phenomenological models for parton and beam jet fragmentation.
ISAJET incorporates ISASUSY, which evaluates branching ratios for the minimal
supersymmetric extension of the Standard Model.
.
Note that in order to compile and link programs against this library, you
must also install the libisajet758-dev package.
Package: libisajet758-dev
Architecture: any
Section: libdevel
Depends: libisajet758 (= ${Source-Version}), libpdflib804-dev (= ${Source-Version})
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2), montecarlo-doc (<= 2003.09.03-2)
Description: [Physics] Monte Carlo generator for proton/electron reactions
ISAJET is a Monte Carlo library which simulates p-p, pbar-p, and e+ e-
interactions at high energies. The library is based on perturbative QCD
combined with phenomenological models for parton and beam jet fragmentation.
ISAJET incorporates ISASUSY, which evaluates branching ratios for the minimal
supersymmetric extension of the Standard Model.
.
This is the static version of the library. Also included are FORTRAN header
files and some documentation.
Package: libkernlib1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, cernlib-base (>> 2003.09.03-2)
Conflicts: libcern1 (<= 2003.09.03-2)
Replaces: libcern1 (<= 2003.09.03-2)
Description: core Cernlib library of basic functions
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The kernlib library contains a rather miscellaneous set of basic numerical,
bitwise, and system-dependent functions used by other Cern libraries and
programs.
.
Note that in order to compile and link programs against this library, you
must also install the libkernlib1-dev package.
Package: libkernlib1-dev
Architecture: any
Section: libdevel
Depends: libkernlib1 (= ${Source-Version}), cfortran, libc6-dev | libc-dev
Conflicts: libcern1-dev (<= 2003.09.03-2)
Replaces: libcern1-dev (<= 2003.09.03-2)
Description: core Cernlib library of basic functions (development files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The kernlib library contains a rather miscellaneous set of basic numerical,
bitwise, and system-dependent functions used by other Cern libraries and
programs. This package includes the static version of kernlib, as well as
C and FORTRAN header files.
Package: libkuipx11-1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libgraflib1 (<= 2003.09.03-2)
Replaces: libgraflib1 (<= 2003.09.03-2)
Description: Cernlib graphical user interface library
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes the graphical functionality of KUIP, the Cernlib
Kit for a User Interface Package. The text-based functionality of KUIP
can be found in the libpacklib1 package. This library has been split off
from packlib in Debian so that the packlib packages need not depend upon
the X and Lesstif libraries.
.
Note that in order to compile and link programs against this library, you
must also install the libkuipx11-1-dev package.
Package: libkuipx11-1-dev
Architecture: any
Section: libdevel
Depends: libkuipx11-1 (= ${Source-Version}), libgrafx11-1-dev (= ${Source-Version}), lesstif2-dev | lesstif-dev, libxt-dev (>= 4.3.0-3) | xlibs-dev (>> 4.1.0)
Conflicts: libgraflib1-dev (<= 2003.09.03-2)
Replaces: libgraflib1-dev (<= 2003.09.03-2)
Description: Cernlib graphical user interface library (development files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes the graphical functionality of KUIP, the Cernlib
Kit for a User Interface Package. The text-based functionality of KUIP
can be found in the libpacklib1 package. This library has been split off
from packlib in Debian so that the packlib packages need not depend upon
the X and Lesstif libraries.
.
This package is the static version of the libkuipX11 library, to be used for
development.
Package: libmathlib1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libcern1 (<= 2003.09.03-2)
Replaces: libcern1 (<= 2003.09.03-2)
Description: core Cernlib mathematical library
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The mathlib library is a large set of mathematical routines used for purposes
such as evaluating special functions and integrals, numerically solving
algebraic and differential equations, performing matrix and vector operations,
running statistical tests, and generating random numbers in specified
distributions.
.
Note that in order to compile and link programs against this library, you
must also install the libmathlib1-dev package.
Package: libmathlib1-dev
Architecture: any
Section: libdevel
Depends: blas-dev | atlas2-base-dev, lapack-dev | atlas2-base-dev, libmathlib1 (= ${Source-Version}), libkernlib1-dev (= ${Source-Version}), libpacklib1-dev (= ${Source-Version}), cfortran, libc6-dev | libc-dev
Conflicts: libcern1-dev (<= 2003.09.03-2)
Replaces: libcern1-dev (<= 2003.09.03-2)
Description: core Cernlib mathematical library (development files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The mathlib library is a large set of mathematical routines used for purposes
such as evaluating special functions and integrals, numerically solving
algebraic and differential equations, performing matrix and vector operations,
running statistical tests, and generating random numbers in specified
distributions. This package contains a static version of mathlib, as well
as C and FORTRAN header files.
Package: libpacklib1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: xterm | x-terminal-emulator
Conflicts: libcern1 (<= 2003.09.03-2), paw-static (<= 2004.11.04-2), paw++-static (<= 2004.11.04-2)
Replaces: libcern1 (<= 2003.09.03-2)
Description: core Cernlib library
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The packlib library includes a great deal of Cernlib core functionality.
Best-known are probably the MINUIT function minimization routines, the
HBOOK histogramming routines, and KUIP (Kit for a User Interface Package).
Other subsystems include CSPACK, a set of client-server routines; FFREAD,
a format-free input processing system for FORTRAN; and ZEBRA, a data
structure management package. This package also includes kuesvr,
the KUIP edit server program that permits calling an editor asynchronously
from within a KUIP-based program.
.
Please note that the graphical functionality of KUIP has been split out into
the separate Debian package libkuipx11-1 so that this package need not
depend upon the X libraries. In order to compile and link programs
against libpacklib, you must also install the libpacklib1-dev package.
Package: libpacklib1-dev
Architecture: any
Section: libdevel
Depends: libpacklib1 (= ${Source-Version}), libkernlib1-dev (= ${Source-Version}), cfortran, libc6-dev | libc-dev
Conflicts: libcern1-dev (<= 2003.09.03-2)
Replaces: libcern1-dev (<= 2003.09.03-2)
Description: core Cernlib library (development files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
The packlib library includes a great deal of Cernlib core functionality.
Best-known are probably the MINUIT function minimization routines, the
HBOOK histogramming routines, and KUIP (Kit for a User Interface Package).
Other subsystems include CSPACK, a set of client-server routines; FFREAD,
a format-free input processing system for FORTRAN; and ZEBRA, a data
structure management package.
.
This package contains a static version of packlib. Also included are C
and FORTRAN header files. Please note that the graphical functionality of
KUIP has been split out into the separate Debian package libkuipx11-1-dev
so that this package need not depend upon the X libraries.
Package: libpaw1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, g77, netbase (>= 4.08)
Recommends: libc6-dev | libc-dev
Description: Cernlib PAW library
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes the library pawlib, required by the Cernlib
application PAW. In addition to the internal workings of PAW, pawlib
also provides the COMIS FORTRAN interpreter and the SIGMA array
manipulation language.
.
Note that in order to compile and link programs against this library, you
must also install the libpaw1-dev package.
.
The COMIS portion of this library is not yet functional on 64-bit machines.
Package: libpaw1-dev
Architecture: any
Section: libdevel
Depends: libpaw1 (= ${Source-Version}), libgraflib1-dev (= ${Source-Version}), libkuipx11-1-dev (= ${Source-Version}), libmathlib1-dev (= ${Source-Version}), lesstif2-dev | lesstif-dev
Description: Cernlib PAW library (development files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes a static version of the library pawlib, required
by the Cernlib application PAW. Also included are C and FORTRAN header
files. In addition to the internal workings of PAW, pawlib also provides
the COMIS FORTRAN interpreter and the SIGMA array manipulation language.
.
The COMIS portion of this library is not yet functional on 64-bit machines.
Package: libpdflib804
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2)
Description: [Physics] Comprehensive library of parton density functions
The PDFLIB package gathers about 100 different sets of Parton Density
Functions into a comprehensive library in a consistent way. Density functions
are available for the nucleon, pion and photon. The library also allows the
calculation of the strong force coupling constant to first or second order
at a given value of Q-squared.
.
Note that in order to compile and link programs against this library, you
must also install the libpdflib804-dev package.
Package: libpdflib804-dev
Architecture: any
Section: libdevel
Depends: libpdflib804 (= ${Source-Version}), libmathlib1-dev (= ${Source-Version})
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2), montecarlo-doc (<= 2003.09.03-2)
Description: [Physics] Comprehensive library of parton density functions
The PDFLIB package gathers about 100 different sets of Parton Density
Functions into a comprehensive library in a consistent way. Density functions
are available for the nucleon, pion and photon. The library also allows the
calculation of the strong force coupling constant to first or second order
at a given value of Q-squared.
.
This is the static version of the library. Also included are FORTRAN
header files and some documentation.
Package: libphotos202
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, cernlib-base (>> 2003.09.03-2), montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2)
Description: [Physics] Monte Carlo simulation of photon radiation in decays
The PHOTOS library simulates QED photon radiative corrections in
electromagnetic decays. The library is universal; it allows for easy
interface with any program generating decays of any particle. It can be
used to estimate the size of the QED bremsstrahlung in leading-logarithmic
approximation. The proper soft photon behavior is also reproduced.
.
Note that in order to compile and link programs against this library, you
must also install the libphotos202-dev package.
Package: libphotos202-dev
Architecture: any
Section: libdevel
Depends: libphotos202 (= ${Source-Version}), cfortran, libc6-dev | libc-dev
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2)
Description: [Physics] Monte Carlo simulation of photon radiation in decays
The PHOTOS library simulates QED photon radiative corrections in
electromagnetic decays. The library is universal; it allows for easy
interface with any program generating decays of any particle. It can be
used to estimate the size of the QED bremsstrahlung in leading-logarithmic
approximation. The proper soft photon behavior is also reproduced.
.
This is the static version of the library.
Package: libphtools1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, montecarlo-base
Replaces: libmontecarlo1 (<= 2003.09.03-2)
Conflicts: libmontecarlo1 (<= 2003.09.03-2)
Description: [Physics] General purpose Monte Carlo routines
This library contains three main routines. FOWL allows calculation of phase
space distributions arising from particle interactions, generated in a
Lorentz-invariant way. GENBOD is an N-body event generator, taking as
input the center-of-mass energy, number and masses of outgoing particles.
WICO traces a ray geometrically in a "Winston Cone" light concentrator.
.
Note that in order to compile and link programs against this library, you
must also install the libphtools1-dev package.
Package: libphtools1-dev
Architecture: any
Section: libdevel
Depends: libphtools1 (= ${Source-Version}), libmathlib1-dev (= ${Source-Version})
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2)
Description: [Physics] General purpose Monte Carlo routines (development files)
This library contains three main routines. FOWL allows calculation of phase
space distributions arising from particle interactions, generated in a
Lorentz-invariant way. GENBOD is an N-body event generator, taking as
input the center-of-mass energy, number and masses of outgoing particles.
WICO traces a ray geometrically in a "Winston Cone" light concentrator.
.
This is the static version of the library.
Package: montecarlo-base
Architecture: all
Section: science
Conflicts: libmontecarlo1-dev (<= 2003.09.03-2)
Replaces: libmontecarlo1-dev (<= 2003.09.03-2)
Description: [Physics] Common files for Cernlib Monte Carlo libraries
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package contains common files for Cernlib Monte Carlo libraries,
including a README.Debian file that explains how to obtain the libraries
of Ariadne, Fritiof, Jetset, Lepto, and Pythia.
Package: paw-common
Architecture: all
Section: science
Depends: cernlib-base (>> 2003.09.03-2), paw++ | paw-binary, netbase (>= 4.08)
Recommends: libc6-dev | libc-dev
Description: Physics Analysis Workstation (common files)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes arch-independent files for Paw, an interactive
program for use in analysis and graphical presentation.
Package: paw
Architecture: any
Section: science
Depends: ${shlibs:Depends}, paw-common, netbase (>= 4.08)
Suggests: paw-demos, gv
Provides: paw-binary
Description: Physics Analysis Workstation - a graphical analysis program
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes Paw, an interactive program for use in analysis and
graphical presentation.
.
This package is not yet fully functional on 64-bit machines.
Package: paw++
Architecture: any
Section: science
Depends: ${shlibs:Depends}, paw-common, kxterm, netbase (>= 4.08)
Suggests: paw-demos, gv
Provides: paw-binary
Description: Physics Analysis Workstation (Lesstif-enhanced version)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes Paw++, an interactive program for use in analysis and
graphical presentation. Paw++ is the same program as Paw, but with a more
user-friendly Motif-based GUI (compiled against Lesstif in Debian).
.
This package is not yet fully functional on 64-bit machines.
Package: paw-demos
Architecture: all
Section: science
Depends: paw++ | paw-binary
Description: Physics Analysis Workstation examples and tests
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes example scripts for use by Paw or Paw++, and test
scripts to make sure that the Paw or Paw++ programs behave correctly. You
may run the examples and tests with the included paw-demos program.
.
This package is not yet fully functional on 64-bit machines.
Package: pawserv
Architecture: any
Priority: extra
Section: net
Depends: ${shlibs:Depends}, netbase (>= 4.08), ${debconf-depends}
Recommends: cron
Suggests: logrotate
Conflicts: zserv
Replaces: zserv
Description: Cernlib's distributed PAW and file transfer servers
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package contains the server daemon for remote PAW clients. PAW
is the Physics Analysis Workstation, a graphical analysis program.
Included in the same binary is zserv, the server daemon for the ZFTP protocol;
zserv is a macro-extensible file transfer program which supports the
transfer of formatted, unformatted and ZEBRA RZ files (CMZ, HBOOK, etc.).
It is similar to a standard FTP daemon, although it listens on a different
port. Both servers operate through inetd.
.
Since these servers accept passwords in cleartext and do not support SSL
or other encryption methods, you should probably only install this package
within a trusted LAN. Think of it as equivalent to vanilla telnetd in terms
of security (or lack thereof).
Package: paw-static
Architecture: any
Section: science
Depends: ${shlibs:Depends}, paw-common, netbase (>= 4.08), g77
Suggests: paw-demos, gv
Provides: paw-binary
Description: Physics Analysis Workstation - a graphical analysis program
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes Paw, an interactive program for use in analysis and
graphical presentation. This version of Paw has been statically linked
against the Cernlib libraries. Note that this package is obsolete now
that the dynamically linked version in the "paw" package works correctly.
.
This package is not yet fully functional on 64-bit machines.
Package: paw++-static
Architecture: any
Section: science
Depends: ${shlibs:Depends}, paw-common, kxterm, netbase (>= 4.08), g77
Suggests: paw-demos, gv
Provides: paw-binary
Description: Physics Analysis Workstation (Lesstif-enhanced version)
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
This package includes Paw++, an interactive program for use in analysis and
graphical presentation. Paw++ is the same program as Paw, but with a more
user-friendly Motif-based GUI (compiled against Lesstif in Debian). This
version of Paw++ has been statically linked to Cernlib libraries. Note that
this package is obsolete now that the dynamically linked version in the
"paw++" package works correctly.
.
This package is not yet fully functional on 64-bit machines.
Package: zftp
Architecture: any
Priority: extra
Section: net
Depends: ${shlibs:Depends}, netbase (>= 4.08)
Description: Cernlib's file transfer program
Cernlib is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
ZFTP is a macro-extensible file transfer program which supports the
transfer of formatted, unformatted and ZEBRA RZ files (CMZ, HBOOK, etc.).
It provides a common interface on all systems and avoids the problems of
file format conversion that occur when transferring Cernlib files
between different architectures.
.
Except for the special treatment of Cernlib files and use of a different port,
zftp is very similar to an FTP client. Unless you are already familiar with
this program, it will almost certainly be useless to you.
|