Пакет gri: Информация

    Исходный пакет: gri
    Версия: 2.12.23-alt7
    Последняя версия по данным Repology
    Собран:  13 апреля 2021 г. 13:19 в задании #262824
    Сообщить об ошибке в пакете
    Домашняя страница: http://gri.sourceforge.net

    Лицензия: GPLv3+
    О пакете: A language for scientific illustration
    Описание: 
    Gri is a language for scientific graphics programming.  It is a
    command-driven application, as opposed to a click/point application.
    It is analogous to latex, and shares the property that extensive power
    is the reward for tolerating a modest learning curve.  Gri output is
    in industry-standard PostScript, suitable for incorporation in
    documents prepared by various text processors.
    
    Gri can make x-y graphs, contour-graphs, and image graphs.  In
    addition to high-level capabilities, it has enough low-level
    capabilities to allow users to achieve a high degree of customization.
    Precise control is extended to all aspects of drawing, including
    line-widths, colors, and fonts.  Text includes a subset of the tex
    language, so that it is easy to incorporate Greek letters and
    mathematical symbols in labels.
    
    The following is a terse yet working Gri program.  If it is stored in
    a file called 'example.gri', and executed with the unix command 'gri
    example', it will create a postscript file called 'example.ps' with
    a linegraph connecting data points in the file called `file.dat'.
    
       open file.dat        # open a file with columnar data
       read columns x * y   # read first column as x and third as y
       draw curve           # draw line through data (autoscaled axes)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gri (x86_64, ppc64le, i586, armh, aarch64)
    gri-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    gri-doc (noarch)

    Сопровождающий: Aleksei Nikiforov


    Права:
    Anton Farygin
    @everybody

      1. makeinfo
      2. ghostscript-classic
      3. perl-Perl4-CoreLibs
      4. texlive-base-bin
      5. ImageMagick-tools
      6. info
      7. gcc-c++

    Последнее изменение


    2 декабря 2020 г. Aleksei Nikiforov 2.12.23-alt7
    - Disabled documentation build due to incompatible new perl.
    1 ноября 2019 г. Michael Shigorin 2.12.23-alt6
    - Updated License: tag
    - E2K: explicit -std=c++11
    - Minor spec cleanup
    28 февраля 2018 г. Aleksei Nikiforov 2.12.23-alt5
    - Fixed build with new gcc.