Update to libjit-0.1.2:
- new license: LGPL 2.1 - amd64 backend - various other improvements
This commit is contained in:
parent
438bf87f6e
commit
b7507664cf
3 changed files with 13 additions and 9 deletions
|
@ -1,15 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.13 2008/02/18 15:51:44 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2009/07/08 16:23:59 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libjit-0.1.0
|
||||
#PKGREVISION= 1
|
||||
DISTNAME= libjit-0.1.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/
|
||||
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/libjit-releases/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.southern-storm.com.au/libjit.html
|
||||
COMMENT= Just-In-Time compilation functionality
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake lex yacc makeinfo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:48:53 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2009/07/08 16:23:59 joerg Exp $
|
||||
include/jit/jit-apply.h
|
||||
include/jit/jit-arch.h
|
||||
include/jit/jit-block.h
|
||||
|
@ -20,6 +20,7 @@ include/jit/jit-objmodel.h
|
|||
include/jit/jit-opcode.h
|
||||
include/jit/jit-plus.h
|
||||
include/jit/jit-type.h
|
||||
include/jit/jit-unwind.h
|
||||
include/jit/jit-util.h
|
||||
include/jit/jit-value.h
|
||||
include/jit/jit-walk.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2008/02/18 15:51:44 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/07/08 16:23:59 joerg Exp $
|
||||
|
||||
SHA1 (libjit-0.1.0.tar.gz) = db279db806f33ac8c6dba2b6e5f4fb5976e46afb
|
||||
RMD160 (libjit-0.1.0.tar.gz) = b711e46425fb8bc03ca289f0cf1af71b890ecfb6
|
||||
Size (libjit-0.1.0.tar.gz) = 1092908 bytes
|
||||
SHA1 (libjit-0.1.2.tar.gz) = 8512d5cd72abbbc838a0c69488ff329b02171f81
|
||||
RMD160 (libjit-0.1.2.tar.gz) = fb10c647b4f3da7cab645080ad81245acc8506cc
|
||||
Size (libjit-0.1.2.tar.gz) = 1195466 bytes
|
||||
|
|
Loading…
Reference in a new issue