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

    Бинарный пакет: autogen
    Версия: 5.9.6-alt1
    Архитектура: x86_64
    Собран:  5 декабря 2008 г. 16:02
    Исходный пакет: autogen
    Сообщить об ошибке в пакете
    Домашняя страница: http://autogen.sourceforge.net/

    Лицензия: GPLv2+
    О пакете: AutoGen - The Automated Program Generator
    Описание: 
    AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.
    
    AutoGen can now accept XML files as definition input, in addition to CGI data (for producing dynamic HTML) and traditional AutoGen definitions.
    
    A common example where this would be useful is in creating and maintaining the code required for processing program options. Processing options requires multiple constructs to be maintained in parallel in different places in your program. Options maintenance needs to be done countless times. So, AutoGen comes with an add-on package named AutoOpts that simplifies the maintenance and documentation of program options.
    
    The Copyright itself is privately held by Bruce Korb.

    Сопровождающий: Alexey Rusakov

    Список участников:
    Alexey Rusakov
    Vladimir Lettiev

    Права:
    Alexey Rusakov
    @gnome

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


    5 декабря 2008 г. Alexey Rusakov 5.9.6-alt1
    - New version (5.9.6).
    - Specfile cleaned up (removed %__ macros, enabled SMP build, and others).
    - Repocop warnings fixed:
      + removed deprecated ldconfig call;
      + fixed info files (un)installation;
      + added Packager tag.
    26 декабря 2007 г. Alexey Rusakov 5.9.4-alt1
    - New version (5.9.4).
    - Separated libopts sub-package from autogen, and renamed autogen-devel to
      libopts-devel.
    - Brought licensing into order (libopts has LGPLv3+/BSD licensing, and
      autogen is distributed under GPLv2+ license).
    - Use license macros.
    - Reduced buildreqs.
    3 апреля 2007 г. Alexey Rusakov 5.8.9-alt1
    - make the patch for under-linking actually work (yeah, do autoreconf).
    - requires Autoconf >= 2.59b