pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hyperscan
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 13:28:57 UTC 2024
Modified Files:
pkgsrc/devel/hyperscan: Makefile
Log Message:
hyperscan: update HOMEPAGE/MASTER_SITES
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/hyperscan/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hyperscan/Makefile
diff -u pkgsrc/devel/hyperscan/Makefile:1.15 pkgsrc/devel/hyperscan/Makefile:1.16
--- pkgsrc/devel/hyperscan/Makefile:1.15 Wed Nov 8 13:18:48 2023
+++ pkgsrc/devel/hyperscan/Makefile Tue Apr 30 13:28:57 2024
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.15 2023/11/08 13:18:48 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/30 13:28:57 wiz Exp $
DISTNAME= hyperscan-5.0.0
PKGREVISION= 8
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=01org/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= https://01.org/hyperscan
+HOMEPAGE= https://github.com/intel/hyperscan
COMMENT= High-performance regular expression matching library
-LICENSE= modified-bsd
-
-ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
+#LICENSE= modified-bsd AND more
TOOL_DEPENDS+= ragel-[0-9]*:../../devel/ragel
-PYTHON_FOR_BUILD_ONLY= yes
+ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
+
USE_CMAKE= yes
USE_LANGUAGES= c99 c++
USE_CXX_FEATURES+= c++11
USE_TOOLS+= pkg-config
+PYTHON_FOR_BUILD_ONLY= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
PKGCONFIG_OVERRIDE+= libhs.pc.in
Home |
Main Index |
Thread Index |
Old Index