added dependencies libtasn1 and iso-codes
[v4hn_moonbase.git] / compilers / yasm / DETAILS
blob7d4ed46781a606bf8a0a7812e5e8741a2938b480
1           MODULE=yasm
2          VERSION=0.7.1
3           SOURCE=$MODULE-$VERSION.tar.gz
4       SOURCE_URL=http://www.tortall.net/projects/yasm/releases
5       SOURCE_VFY=sha1:c8adeb363ef52ee67c6e8e3041b509330aa30c87
6         WEB_SITE=http://www.tortall.net/projects/yasm
7          ENTERED=20051007
8          UPDATED=20080522
9            SHORT="A complete rewrite of the NASM assembler"
11 cat << EOF
12 Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
13 (some portions are under other licenses, see COPYING for details). It is
14 designed from the ground up to allow for multiple assembler syntaxes to be
15 supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
16 formats and even multiple instruction sets. Another primary module of the
17 overall design is an optimizer module.
18 EOF