Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.2 20 May 2024 17:39:31 |
Vsevolod Stakhov (vsevolod) |
devel/hyperscan: update to 5.4.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.4.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.4.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.4.0 06 Apr 2021 13:15:56 |
Vsevolod Stakhov (vsevolod) |
- Update to 5.4.0 [1]
- Update embedded boost to 1.75 [1]
- Slightly improve boost version handling
Submitted by: Marcel Siemienowski <marcel.siemienowski at outlook.com> via
email[1] |
5.2.1 11 May 2020 10:53:18 |
gahr |
devel/hyperscan: fix typo that prevented cmake from finding bundled boost |
5.2.1 10 May 2020 19:24:45 |
vsevolod |
- Update to 5.2.1
- Update embedded boost to 1.73.0
Submitted by: Marcel Siemienowski <marcel.siemienowski at outlook.com> via email |
4.7.0_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.7.0_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.7.0_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.7.0_1 06 Nov 2018 00:45:41 |
jbeich |
devel/hyperscan: chase HTTP redirect
WWW is still working but has:
Note: The official Hyperscan website has moved to hyperscan.io. |
4.7.0_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
4.7.0 27 Jul 2018 09:28:08 |
vsevolod |
- Update to 4.7.0
- Add fPIC flag (based on [1])
PR: 222772 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1] |
4.6.0 08 Dec 2017 18:44:07 |
vsevolod |
- Update to 4.6.0
PR: 224033
Submitted by: dev at dudu.ro |
4.5.2 21 Sep 2017 16:00:36 |
gahr |
devel/hyperscan: update to 4.5.2, use newer boost for building
Changelogs:
https://github.com/01org/hyperscan/releases/tag/v4.5.2
https://github.com/01org/hyperscan/releases/tag/v4.5.1
PR: 222218
Submitted by: gahr
Approved by: vsevolod (maintainer) |
4.4.1_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
4.4.1_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
4.4.1 01 Apr 2017 08:50:08 |
vsevolod |
- use options helpers
- don't build hsbench (was not installed anyway) and remove sqlite from depends
- add tests target
- pkgconfig is not used during build, remove it from USES
- CMAKE_BUILD_TYPE=Debug added by Mk/Uses/cmake.mk when WITH_DEBUG is set,
remove it from port's Makefile
PR: 218275
Submitted by: Anton Yuzhaninov <citrin+pr at citrin.ru> |
4.4.0 04 Mar 2017 13:33:16 |
mat |
Update to 4.4.0.
PR: 217116
Submitted by: Franco Fichtner
Approved by: maintainer timeout
Sponsored by: Absolight |
4.3.1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
4.3.1 18 Sep 2016 12:39:20 |
vsevolod |
- Fix build and fecth
Submitted by: az via email |
4.3.1 15 Sep 2016 18:04:14 |
vsevolod |
- Update to 4.3.1
- Enable shared by default [1]
PR: 211002
Submitted by: koobs [1] |
4.2.0 25 Jun 2016 00:04:55 |
vsevolod |
- Fix build with base system clang
Submitted by: Justin Viiret <justin.viiret at intel.com> |
4.2.0 21 Jun 2016 15:02:14 |
sbruno |
Remove duplicate distinfo entry. |
4.2.0 20 Jun 2016 13:45:37 |
vsevolod |
- Update to 4.2.0 |
4.1.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
4.1.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.1.0 22 Feb 2016 14:44:41 |
vsevolod |
Unbreak 9.x build (not bumping revision) |
4.1.0 04 Feb 2016 11:16:03 |
vsevolod |
- Update to 4.1.0
- Add option to build shared libraries
- Add option to compile for the native CPU |
4.0.1 03 Feb 2016 19:33:32 |
vsevolod |
- Fix cmake install by adding pkgconfig dependency |
4.0.1 03 Feb 2016 14:30:06 |
vsevolod |
Oops, use my FreeBSD email |
4.0.1 03 Feb 2016 14:19:38 |
vsevolod |
Add hyperscan port.
Hyperscan is a high-performance multiple regex matching library. It follows the
regular expression syntax of the commonly-used libpcre library, yet functions
as a standalone library with its own API written in C. Hyperscan uses hybrid
automata techniques to allow simultaneous matching of large numbers (up to tens
of thousands) of regular expressions, as well as matching of regular
expressions across streams of data.
Hyperscan is typically used in a DPI library stack.
This port is limited for amd64 only.
This port uses embedded boost 1.59. |