Date: Thu, 19 Jan 2017 23:04:36 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431920 - in head/devel: . isa-l Message-ID: <201701192304.v0JN4a5G087543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Jan 19 23:04:36 2017 New Revision: 431920 URL: https://svnweb.freebsd.org/changeset/ports/431920 Log: ISA-L is a collection of optimized low-level functions targeting storage applications. WWW: https://github.com/01org/isa-l PR: 215419 Submitted by: Michal Bielicki <m.bielicki@llizardfs.com> Added: head/devel/isa-l/ head/devel/isa-l/Makefile (contents, props changed) head/devel/isa-l/distinfo (contents, props changed) head/devel/isa-l/pkg-descr (contents, props changed) head/devel/isa-l/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 19 22:29:04 2017 (r431919) +++ head/devel/Makefile Thu Jan 19 23:04:36 2017 (r431920) @@ -1104,6 +1104,7 @@ SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport + SUBDIR += isa-l SUBDIR += isl SUBDIR += ispc SUBDIR += it-eric6 Added: head/devel/isa-l/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/isa-l/Makefile Thu Jan 19 23:04:36 2017 (r431920) @@ -0,0 +1,26 @@ +# Created by: Michal Bielicki <m.bielicki@llizardfs.com> +# $FreeBSD$ + +PORTNAME= isa-l +PORTVERSION= 2.16.0 +DISTVERSIONPREFIX=v +CATEGORIES= devel + +MAINTAINER= m.bielicki@lizardfs.com +COMMENT= Intel(R) Intelligent Storage Acceleration Libray + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= yasm:devel/yasm + +USE_GITHUB= yes +GH_ACCOUNT= 01org + +USES= autoreconf gmake libtool:keepla + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> Added: head/devel/isa-l/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/isa-l/distinfo Thu Jan 19 23:04:36 2017 (r431920) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484866426 +SHA256 (01org-isa-l-v2.16.0_GH0.tar.gz) = 6fab1d920db76dc58f43df09020b0e8a1e08e455962dfb4dde111ea697ab8845 +SIZE (01org-isa-l-v2.16.0_GH0.tar.gz) = 364853 Added: head/devel/isa-l/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/isa-l/pkg-descr Thu Jan 19 23:04:36 2017 (r431920) @@ -0,0 +1,4 @@ +ISA-L is a collection of optimized low-level functions targeting storage +applications. + +WWW: https://github.com/01org/isa-l Added: head/devel/isa-l/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/isa-l/pkg-plist Thu Jan 19 23:04:36 2017 (r431920) @@ -0,0 +1,13 @@ +include/isa-l.h +include/isa-l/crc.h +include/isa-l/gf_vect_mul.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.16
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701192304.v0JN4a5G087543>