pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/yasm Update to 0.8.0, set LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d6f73aafc25
branches:  trunk
changeset: 396374:9d6f73aafc25
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 22 21:14:24 2009 +0000

description:
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.

diffstat:

 devel/yasm/Makefile |  5 +++--
 devel/yasm/PLIST    |  3 ++-
 devel/yasm/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r e9248f42b31f -r 9d6f73aafc25 devel/yasm/Makefile
--- a/devel/yasm/Makefile       Wed Jul 22 20:57:58 2009 +0000
+++ b/devel/yasm/Makefile       Wed Jul 22 21:14:24 2009 +0000
@@ -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@localhost
 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 -r e9248f42b31f -r 9d6f73aafc25 devel/yasm/PLIST
--- a/devel/yasm/PLIST  Wed Jul 22 20:57:58 2009 +0000
+++ b/devel/yasm/PLIST  Wed Jul 22 21:14:24 2009 +0000
@@ -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 -r e9248f42b31f -r 9d6f73aafc25 devel/yasm/distinfo
--- a/devel/yasm/distinfo       Wed Jul 22 20:57:58 2009 +0000
+++ b/devel/yasm/distinfo       Wed Jul 22 21:14:24 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index