# # DSM for Gawk 5.0.0 sources # Written by Juan Manuel Guerrero 2019-05-21 # Product compiled using gcc550b, bnu232b and djdev206. # dsm-file-version: 1.0 dsm-name: gwk500s dsm-version: 0.6.1 type: sources dsm-author: Juan Manuel Guerrero dsm-author-email: juan.guerrero@gmx.de name: gawk version: 5.0.0 release 1 manifest: gwk500s binaries-dsm: gwk500b documentation-dsm: gwk500d short-description: Sources for GNU Awk version 5.0.0 long-description: Sources for GNU Awk programming language and interpreter license: GNU GPL # author. author: Paul Rubin author: Paul Finlason author: Richard Stallman maintainer: Arnold D. Robbins maintainer-email: arnold@gnu.org # The home page of GNU awk. web-site: http://www.gnu.org/software/gawk # The ftp site of GNU awk. ftp-site: ftp://ftp.gnu.org/pub/gnu/gawk # For reporting bugs. mailing-list: bug-gawk@gnu.org # For discussing DJGPP- and DOS/Windows-specific aspects. mailing-list: djgpp@delorie.com newsgroup: comp.os.msdos.djgpp porter: Juan Manuel Guerrero porter-email: juan.guerrero@gmx.de simtelnet-path: v2gnu/ zip: gwk500s.zip changelog: gnu/gawk-5.0.0/ChangeLog post-install-readme: gnu/gawk-5.0.0/NEWS post-install-readme: gnu/gawk-5.0.0/README post-install-readme: gnu/gawk-5.0.0/README_d/README.pc post-install-readme: gnu/gawk-5.0.0/README_d/README.mpfr # These are required to configure GNU awk: requires: bash requires: fileutils requires: sh-utils requires: sed requires: gawk requires: grep requires: mktemp >= 1.7 release 3 # These are required to build GNU awk: requires: DPMI 0.9 requires: gcc requires: binutils requires: djdev >= 2.05 requires: make >= 3.79.1 # Requires GNU Multiple Precision Arithmetic Library and # MPFR, a C library for multiple-precision floating-point computations # if the djgpp-mpfr or the djgpp-readline-mpfr target shall be build. requires: gmp >= 6.1.2 release 1 requires: mpfr >= 4.0.1 release 1 # Requires GNU readline library if the djgpp-readline # or the djgpp-readline-mpfr target shall be build. requires: readline >= 8.0 release 1 # These are needed for running the test suite: requires: bash requires: fileutils requires: diff requires: sh-utils requires: textutils requires: grep replaces: gawk < 5.0.0 release 1 # DJGPP v2.03 or later is need, because the # '/dev/env/DJDIR' functionality is used. depends-on: djdev >= 2.05 # For GNU install and GNU mkdir, to run "make install". # Also, for "make clean" and for "make check": depends-on: fileutils # Also, for "make check": depends-on: diffutils depends-on: mktemp >= 1.7 release 3 # For GNU Bash and GNU `echo', to run "make install". depends-on: bash depends-on: sh-utils # For producing the info page and running install-info: depends-on: texinfo # For producing the formatted man page: depends-on: groff # For producing printed docs: depends-on: web2c depends-on: dvips depends-on: dvilj # Bison is needed if one of the *.y files is changed. depends-on: bison # For NLS support. # For generating the .gmo files: depends-on: gettext >= 0.19.8.1 release 1 # For recoding the .gmo files from unix to dos charset: depends-on: libiconv >= 1.15 release 1 # For Unicode strings support. requires: libunistring >= 0.9.8 release 1