diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 21:14:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 21:14:24 +0000 |
commit | 4d2083c64c8d43d7cf1996ee659defa1c2d66035 (patch) | |
tree | a54a11c0a2b3433f60384cdff26a8b88c1ad35b9 | |
parent | 08cf9e594ab0c05ee451d7032b315062c2c01b2a (diff) | |
download | pkgsrc-4d2083c64c8d43d7cf1996ee659defa1c2d66035.tar.gz |
Update to 0.8.0, set LICENSE.
This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend. It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.
-rw-r--r-- | devel/yasm/Makefile | 5 | ||||
-rw-r--r-- | devel/yasm/PLIST | 3 | ||||
-rw-r--r-- | devel/yasm/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 71077f58220..8e72dcbb8ea 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2008/10/24 16:03:17 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2009/07/22 21:14:24 wiz Exp $ # -DISTNAME= yasm-0.7.2 +DISTNAME= yasm-0.8.0 CATEGORIES= devel MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ MAINTAINER= shaun@inerd.com HOMEPAGE= http://www.tortall.net/projects/yasm/ COMMENT= Complete rewrite of the NASM assembler with BSD license +LICENSE= modified-bsd AND (artistic OR gnu-gpl-v2 OR gnu-lgpl-v2) PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/yasm/PLIST b/devel/yasm/PLIST index 88d99827c31..8acee0231d0 100644 --- a/devel/yasm/PLIST +++ b/devel/yasm/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:49:17 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/07/22 21:14:24 wiz Exp $ bin/yasm +bin/ytasm include/libyasm-stdint.h include/libyasm.h include/libyasm/arch.h diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index 33c1d5fd2f7..9e471db130c 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2008/10/24 16:03:17 wiz Exp $ +$NetBSD: distinfo,v 1.12 2009/07/22 21:14:24 wiz Exp $ -SHA1 (yasm-0.7.2.tar.gz) = 0ec7bddb07747a70f4e492c9033271207c970057 -RMD160 (yasm-0.7.2.tar.gz) = 43b53b9151f626373577f5d247e0393c33608e60 -Size (yasm-0.7.2.tar.gz) = 1404499 bytes +SHA1 (yasm-0.8.0.tar.gz) = 9d04e1c24c3f21b040fb298f3ec2f4dab252c569 +RMD160 (yasm-0.8.0.tar.gz) = bec5b791f9ec121c52858f726943203901e6b7e7 +Size (yasm-0.8.0.tar.gz) = 1419273 bytes |