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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libac C++ implementation of the Aho-Corasick (AC) string matching algorithm
g20190308_1 devel on this many watch lists=0 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 g20190308_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-03-07 18:18:12
Last Update: 2022-10-09 15:37:49
Commit Hash: 2e682b2
License: BSD3CLAUSE
WWW:
https://github.com/cloudflare/lua-aho-corasick
Description:
This port is the C++ implementation of the Aho-Corasick (AC) string matching algorithm. The upstream began with pure Lua implementation and realize the performance is not satisfactory. So they switch to C/C++ implementation. There are two shared objects provided by this package: libac.so and ahocorasick.so The former is a regular shared object which can be directly used by C/C++ application, or by Lua via FFI; and the later is a Lua module.
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 (6 items)
Collapse this list.
  1. include/ac.h
  2. lib/libac.a
  3. lib/libac.so
  4. /usr/local/share/licenses/libac-g20190308_1/catalog.mk
  5. /usr/local/share/licenses/libac-g20190308_1/LICENSE
  6. /usr/local/share/licenses/libac-g20190308_1/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • libac>0:devel/libac
To install the port:
cd /usr/ports/devel/libac/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libac
  • pkg install libac
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libac
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1646057840 SHA256 (cloudflare-lua-aho-corasick-g20190308-ca6043c_GH0.tar.gz) = 20d3238f1be3b3df866adf0c9943b82517130c1cde80cd6fb2ab3ffc1bc73265 SIZE (cloudflare-lua-aho-corasick-g20190308-ca6043c_GH0.tar.gz) = 26262

Packages (timestamps in pop-ups are UTC):
libac
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20190308_1g20190308_1-g20190308_1g20190308_1---
FreeBSD:13:quarterlyg20190308_1g20190308_1g20190308_1g20190308_1g20190308_1g20190308_1g20190308_1g20190308_1
FreeBSD:14:latestg20190308_1g20190308_1g20190308_1g20190308_1g20190308_1g20190308_1-g20190308_1
FreeBSD:14:quarterlyg20190308_1g20190308_1-g20190308_1g20190308_1g20190308_1g20190308_1g20190308_1
FreeBSD:15:latestg20190308_1g20190308_1n/ag20190308_1n/ag20190308_1g20190308_1g20190308_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. devel/libddwaf

Configuration Options:
No options to configure
Options name:
devel_libac
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/cloudflare/lua-aho-corasick/tar.gz/ca6043c?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
g20190308_1
09 Oct 2022 15:37:49
commit hash: 2e682b2045651804cb744b161da30b2bf2bb051acommit hash: 2e682b2045651804cb744b161da30b2bf2bb051acommit hash: 2e682b2045651804cb744b161da30b2bf2bb051acommit hash: 2e682b2045651804cb744b161da30b2bf2bb051a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libac: Install header file

- Bump PORTREVISION for package change
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
g20190308
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
g20190308
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20190308
07 Mar 2022 18:10:49
commit hash: b16f478127888cd34bf49b4db4537015432cef48commit hash: b16f478127888cd34bf49b4db4537015432cef48commit hash: b16f478127888cd34bf49b4db4537015432cef48commit hash: b16f478127888cd34bf49b4db4537015432cef48 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libac: Add libac g20190308

This port is the C++ implementation of the Aho-Corasick (AC) string matching
algorithm.

The upstream began with pure Lua implementation and realize the performance is
not satisfactory. So they switch to C/C++ implementation.

There are two shared objects provided by this package: libac.so and
ahocorasick.so The former is a regular shared object which can be directly used
by C/C++ application, or by Lua via FFI; and the later is a Lua module.

WWW: https://github.com/cloudflare/lua-aho-corasick

Number of commits found: 5