notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details
krep High-performance string search utility
2.3.0 textproc on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2.0_1Version of this port present on the latest quarterly branch.
Maintainer: alven@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-02-18 20:03:04
Last Update: 2026-04-16 09:34:28
Commit Hash: de1dea0
People watching this port, also watch:: zapret2, agate, indi, zapret, qelectrotech
License: BSD2CLAUSE
WWW:
https://github.com/davidesantangelo/krep/
Description:
krep is an optimized string search utility designed for maximum throughput and efficiency when processing large files and directories. It is built with performance in mind, offering multiple search algorithms and SIMD acceleration when available. Note: Krep is not intended to be a full replacement or direct competitor to feature-rich tools like grep or ripgrep. Instead, it aims to be a minimal, efficient, and pragmatic tool focused on speed and simplicity. Krep provides the essential features needed for fast searching, without the extensive options and complexity of more comprehensive search utilities. Its design philosophy is to deliver the fastest possible search for the most common use cases, with a clean and minimal interface.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/krep
  2. /usr/local/share/licenses/krep-2.3.0/catalog.mk
  3. /usr/local/share/licenses/krep-2.3.0/LICENSE
  4. /usr/local/share/licenses/krep-2.3.0/BSD2CLAUSE
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • krep>0:textproc/krep
To install the port:
cd /usr/ports/textproc/krep/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/krep
  • pkg install krep
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: krep
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1776331755 SHA256 (davidesantangelo-krep-v2.3.0_GH0.tar.gz) = 058d02e9a34861b92695073ccc3243ca79bdc9b0dcc5b9e798720a22786d5ae6 SIZE (davidesantangelo-krep-v2.3.0_GH0.tar.gz) = 80293

Packages (timestamps in pop-ups are UTC):
krep
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.2.0_12.2.0_1--2.2.0_1n/an/an/a
FreeBSD:13:quarterly-2.2.0_1--2.2.0_1n/an/an/a
FreeBSD:14:latest2.2.0_12.2.0_1--2.2.0_1---
FreeBSD:14:quarterly2.2.0_12.2.0_1--2.2.0_1---
FreeBSD:15:latest2.2.0_12.2.0_1n/a-n/an/a--
FreeBSD:15:quarterly2.2.0_12.2.0_1n/a-n/an/a--
FreeBSD:16:latest2.2.0_12.2.0_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_krep
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/davidesantangelo/krep/tar.gz/v2.3.0?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0
16 Apr 2026 09:34:28
commit hash: de1dea08a9fd43a3ddb20a3aaa164807ed00ffd0commit hash: de1dea08a9fd43a3ddb20a3aaa164807ed00ffd0commit hash: de1dea08a9fd43a3ddb20a3aaa164807ed00ffd0commit hash: de1dea08a9fd43a3ddb20a3aaa164807ed00ffd0 files touched by this commit
Älven (alven) search for other commits by this committer
textproc/krep: Update 2.2.0 => 2.3.0

Approved by:	    	db@, yuri@ (Mentors, implicit)
2.2.0_1
24 Mar 2026 19:12:37
commit hash: a002d848b52bda537a6d0a90da4616001303f80bcommit hash: a002d848b52bda537a6d0a90da4616001303f80bcommit hash: a002d848b52bda537a6d0a90da4616001303f80bcommit hash: a002d848b52bda537a6d0a90da4616001303f80b files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
textproc/krep: fix build on armv7

Add polyfill for the vmaxvq_u8() intrinsic only available on AArch64.
This should probably be upstreamed.

Approved by:	portmgr (build fix blanket)
2.2.0_1
21 Feb 2026 06:20:35
commit hash: 034aa910d26416393668e2d21c752387a18ffa00commit hash: 034aa910d26416393668e2d21c752387a18ffa00commit hash: 034aa910d26416393668e2d21c752387a18ffa00commit hash: 034aa910d26416393668e2d21c752387a18ffa00 files touched by this commit
Älven (alven) search for other commits by this committer
textproc/krep: Forgot to bump PORTREVISION after fixing the port

Approved by:   db@, yuri@ (Mentors, implicit)
2.2.0
21 Feb 2026 06:13:38
commit hash: 17c13889a5137e45011a083759a1879fec109613commit hash: 17c13889a5137e45011a083759a1879fec109613commit hash: 17c13889a5137e45011a083759a1879fec109613commit hash: 17c13889a5137e45011a083759a1879fec109613 files touched by this commit
Älven (alven) search for other commits by this committer
textproc/krep: Disable all SIMD hacks/detections in favor of CPUTYPE

All SIMD "hacks/detection" should be disabled as we have CPUTYPE and
the current approach is also broken as host might not share the same
CPU features as target.

Reported by:	diizzy@ (via e-mail)
Approved by:	db@, yuri@ (Mentors, implicit)
2.2.0
18 Feb 2026 19:57:50
commit hash: ddd386c470a1018eb1c0ff0c624eb1b571c9a3becommit hash: ddd386c470a1018eb1c0ff0c624eb1b571c9a3becommit hash: ddd386c470a1018eb1c0ff0c624eb1b571c9a3becommit hash: ddd386c470a1018eb1c0ff0c624eb1b571c9a3be files touched by this commit
Älven (alven) search for other commits by this committer
textproc/krep: [NEW PORT] High-performance string search utility

krep is an optimized string search utility designed for maximum throughput and
efficiency when processing large files and directories. It is built with
performance in mind, offering multiple search algorithms and SIMD acceleration
when available.

Note: Krep is not intended to be a full replacement or direct competitor to
feature-rich tools like grep or ripgrep. Instead, it aims to be a minimal,
efficient, and pragmatic tool focused on speed and simplicity.

Krep provides the essential features needed for fast searching, without the
extensive options and complexity of more comprehensive search utilities. Its
design philosophy is to deliver the fastest possible search for the most common
use cases, with a clean and minimal interface.

WWW: https://github.com/davidesantangelo/krep/

Approved by:	    	db@, yuri@ (Mentors, implicit)
Differential Revision:	https://reviews.freebsd.org/D55357

Number of commits found: 5