summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/xbyak/Makefile26
-rw-r--r--devel/xbyak/distinfo3
-rw-r--r--devel/xbyak/pkg-descr9
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b018efcb5db7..659727844e47 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6557,6 +6557,7 @@
SUBDIR += wxGlade
SUBDIR += wxformbuilder
SUBDIR += xa65
+ SUBDIR += xbyak
SUBDIR += xc3sprog
SUBDIR += xdg-user-dirs
SUBDIR += xdg-utils
diff --git a/devel/xbyak/Makefile b/devel/xbyak/Makefile
new file mode 100644
index 000000000000..73d4a7ac5e9e
--- /dev/null
+++ b/devel/xbyak/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= xbyak
+DISTVERSIONPREFIX= v
+DISTVERSION= 5.83
+CATEGORIES= devel
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Header-only JIT assembler for x86/x64 SIMD
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
+USES= cmake
+USE_GITHUB= yes
+GH_ACCOUNT= herumi
+
+NO_BUILD= yes
+NO_ARCH= yes
+
+PLIST_FILES= include/xbyak/xbyak.h \
+ include/xbyak/xbyak_bin2hex.h \
+ include/xbyak/xbyak_mnemonic.h \
+ include/xbyak/xbyak_util.h
+
+.include <bsd.port.mk>
diff --git a/devel/xbyak/distinfo b/devel/xbyak/distinfo
new file mode 100644
index 000000000000..9adee07205cf
--- /dev/null
+++ b/devel/xbyak/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572070251
+SHA256 (herumi-xbyak-v5.83_GH0.tar.gz) = 08296a4b2d1ce61278597b09674612b9f83a23f861a5781821538c462489cd18
+SIZE (herumi-xbyak-v5.83_GH0.tar.gz) = 222481
diff --git a/devel/xbyak/pkg-descr b/devel/xbyak/pkg-descr
new file mode 100644
index 000000000000..f974cc796851
--- /dev/null
+++ b/devel/xbyak/pkg-descr
@@ -0,0 +1,9 @@
+This is a header-only library which enables to dynamically assemble
+x86(IA32), x64(AMD64, x86-64) mnemonic.
+
+Features:
+* header file library
+* Intel/MASM like syntax
+* Full suppor of AVX-512
+
+WWW: https://github.com/herumi/xbyak