mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
devel/isa-l: update 2.30.0 → 2.31.0
This commit is contained in:
parent
fe13eae316
commit
e2543b11f7
@ -1,22 +1,21 @@
|
||||
PORTNAME= isa-l
|
||||
PORTVERSION= 2.30.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.31.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Intel(R) Intelligent Storage Acceleration Libray
|
||||
WWW= https://github.com/01org/isa-l
|
||||
WWW= https://github.com/intel/isa-l
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 powerpc64le powerpc64 powerpc
|
||||
|
||||
BUILD_DEPENDS= yasm:devel/yasm
|
||||
BUILD_DEPENDS= nasm:devel/nasm # yasm fails to compiler asm modules
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= 01org
|
||||
GH_ACCOUNT= intel
|
||||
|
||||
USES= autoreconf gmake libtool:keepla
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1618609447
|
||||
SHA256 (01org-isa-l-v2.30.0_GH0.tar.gz) = bcf592c04fdfa19e723d2adf53d3e0f4efd5b956bb618fed54a1108d76a6eb56
|
||||
SIZE (01org-isa-l-v2.30.0_GH0.tar.gz) = 649389
|
||||
TIMESTAMP = 1722790153
|
||||
SHA256 (intel-isa-l-v2.31.0_GH0.tar.gz) = e218b7b2e241cfb8e8b68f54a6e5eed80968cc387c4b1af03708b54e9fb236f1
|
||||
SIZE (intel-isa-l-v2.31.0_GH0.tar.gz) = 705375
|
||||
|
@ -2,17 +2,16 @@ bin/igzip
|
||||
include/isa-l.h
|
||||
include/isa-l/crc.h
|
||||
include/isa-l/crc64.h
|
||||
include/isa-l/erasure_code.h
|
||||
include/isa-l/gf_vect_mul.h
|
||||
include/isa-l/igzip_lib.h
|
||||
include/isa-l/mem_routines.h
|
||||
include/isa-l/raid.h
|
||||
include/isa-l/types.h
|
||||
include/isa-l/erasure_code.h
|
||||
include/isa-l/igzip_lib.h
|
||||
include/isa-l/test.h
|
||||
lib/libisal.a
|
||||
lib/libisal.la
|
||||
lib/libisal.so
|
||||
lib/libisal.so.2
|
||||
lib/libisal.so.2.0.30
|
||||
lib/libisal.so.2.0.31
|
||||
libdata/pkgconfig/libisal.pc
|
||||
share/man/man1/igzip.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user