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
|
#
# DSM for GNU Binutils 2.35.1 sources.
# Written by Juan Manuel Guerrero <juan.guerrero@gmx.de> 2021-01-16
# Product compiled using gcc346b, bnu2351b and djdev206.
#
dsm-file-version: 1.0
dsm-name: bnu2351s
dsm-version: 0.6.1
type: sources
dsm-author: Juan Manuel Guerrero
dsm-author-email: juan.guerrero@gmx.de
name: binutils
version: 2.35.1 release 1
manifest: bnu2351s
libraries-dsm: bnu2351a
binaries-dsm: bnu2351b
documentation-dsm: bnu2351d
short-description: Sources for GNU Binutils version 2.35.1.
long-description: GNU Binary Utililities for DJGPP includes the assembler,\n\
linker, and other utilties needed for DJGPP development.
license: GNU GPL
# author.
author:
author-email:
# maintainer of the DJGPP port.
maintainer:
maintainer-email:
# For reporting bugs.
mailing-list: bug-binutils@gnu.org
# The home page of GNU Binutils.
web-site: http://www.gnu.org/software/binutils/
# The ftp site of GNU Binutils.
ftp-site: ftp://ftp.gnu.org/software/binutils/
# 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: bnu2351s.zip
changelog: gnu/binutils-2.35.1/ChangeLog
post-install-readme: gnu/binutils-2.35.1/NEWS
post-install-readme: gnu/binutils-2.35.1/README
# These are required to configure GNU Binutils:
requires: bash
requires: fileutils
requires: sh-utils
requires: sed
requires: gawk
requires: grep
requires: mktemp >= 1.7 release 3
depends-on: gmp >= 6.1.2 release 1
depends-on: mpfr >= 4.0.1 release 1
depends-on: mpc >= 1.10.0 release 1
depends-on: libisl >= 0.21 release 1
# These are required to build GNU Binutils:
requires: DPMI 0.9
requires: gcc
requires: binutils
requires: djdev >= 2.05
requires: texinfo >= 4.0d
requires: make >= 3.75
requires: bash >= 4.1.17 release 3
depends-on: gmp >= 6.1.2 release 1
depends-on: mpfr >= 4.0.1 release 1
depends-on: mpc >= 1.10.0 release 1
depends-on: libisl >= 0.21 release 1
replaces: binutils < 2.35.1 release 1
# DJGPP v2.03 or later is need, because the
# '/dev/env/DJDIR' functionality is used.
depends-on: djdev >= 2.03
# 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: m4
# 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 >= 4.0d
# For producing the formatted man page:
depends-on: groff
# For producing printed docs:
depends-on: web2c
depends-on: dvips
depends-on: dvilj
# For the testsuite:
depends-on: gawk
# For NLS support.
# For generating the .gmo files:
depends-on: gettext >= 0.20.1 release 1
# For recoding the .gmo files from unix to dos charset:
depends-on: libiconv >= 1.16 release 1
# For Unicode strings support.
requires: libunistring >= 0.9.10 release 1
|