svn commit: r509161 - in head/devel: . psimd

Yuri Victorovich yuri at FreeBSD.org
Sat Aug 17 18:26:15 UTC 2019


Author: yuri
Date: Sat Aug 17 18:26:14 2019
New Revision: 509161
URL: https://svnweb.freebsd.org/changeset/ports/509161

Log:
  New port: devel/psimd: Portable 128-bit SIMD intrinsics

Added:
  head/devel/psimd/
  head/devel/psimd/Makefile   (contents, props changed)
  head/devel/psimd/distinfo   (contents, props changed)
  head/devel/psimd/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 17 18:19:35 2019	(r509160)
+++ head/devel/Makefile	Sat Aug 17 18:26:14 2019	(r509161)
@@ -3966,6 +3966,7 @@
     SUBDIR += protobuf25
     SUBDIR += protozero
     SUBDIR += pructl
+    SUBDIR += psimd
     SUBDIR += psptoolchain
     SUBDIR += psptoolchain-binutils
     SUBDIR += psptoolchain-gcc-stage1

Added: head/devel/psimd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/psimd/Makefile	Sat Aug 17 18:26:14 2019	(r509161)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	psimd
+PORTVERSION=	g20180906
+CATEGORIES=	devel
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Portable 128-bit SIMD intrinsics
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	Maratyszcza
+GH_TAGNAME=	90a938f
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+PLIST_FILES=	include/psimd.h
+
+.include <bsd.port.mk>

Added: head/devel/psimd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/psimd/distinfo	Sat Aug 17 18:26:14 2019	(r509161)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566066147
+SHA256 (Maratyszcza-psimd-g20180906-90a938f_GH0.tar.gz) = 3d4fff46dc0add6d23ac9948933eafd4dc86f1ef41ae3e8b3b13c767c9a71b4d
+SIZE (Maratyszcza-psimd-g20180906-90a938f_GH0.tar.gz) = 6181

Added: head/devel/psimd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/psimd/pkg-descr	Sat Aug 17 18:26:14 2019	(r509161)
@@ -0,0 +1,4 @@
+psimd is a portable header-only zero-overhead C++ wrapper around
+single-instruction multiple-data (SIMD) 128-bit intrinsics.
+
+WWW: https://github.com/Maratyszcza/psimd


More information about the svn-ports-head mailing list