Port details |
- pire Perl Incompatible Regular Expressions library
- 0.0.6 devel =2 0.0.6Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2010-11-11 20:55:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+ MIT
- WWW:
- https://github.com/yandex/pire
- Description:
- This is PIRE, Perl Incompatible Regular Expressions library.
This library is aimed at checking a huge amount of text against
relatively many regular expressions. Roughly speaking, it can just
check whether given text maches the certain regexp, but can do it
really fast (more than 400 MB/s on our hardware is common). Even
more, multiple regexps can be combined together, giving capability
to check the text against apx.10 regexps in a single pass (and
mantaining the same speed).
Since Pire examines each character only once, without any lookaheads
or rollbacks, spending about five machine instructions per each
character, it can be used even in realtime tasks.
On the other hand, Pire has very limited functionality (compared
to other regexp libraries). Pire does not have any Perlish conditional
regexps, lookaheads & backtrackings, greedy/nongreedy matches;
neither has it any capturing facilities.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pire/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pire
- pkg install pire
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pire
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590709154
SHA256 (yandex-pire-release-0.0.6_GH0.tar.gz) = 552b9163c7cdaf8dcdc44af8a1c938204038584f9a939fca371d76c1cdf1a395
SIZE (yandex-pire-release-0.0.6_GH0.tar.gz) = 174933
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- autoconf2.69>=2.69 : devel/autoconf2.69
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pire
- USES:
- autoreconf:2.69 bison compiler:c++11-lib libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.0.6 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 ) |
0.0.6 08 Jun 2022 16:24:35 |
Tijl Coosemans (tijl) |
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine |
0.0.6 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
0.0.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.6 29 May 2020 13:33:14 |
amdmi3 |
Remove forced testing
Reported by:mat |
0.0.6 29 May 2020 11:19:17 |
amdmi3 |
- Update to 0.0.6 |
0.0.5_1 24 Dec 2017 14:54:42 |
linimon |
Tested to build on powerpc64.
The src tree does not have any comments about being endian-specific, so
let's just remove the lines.
Reported by: jbeich
Approved by: portmgr (tier-2 blanket) |
0.0.5_1 21 Dec 2017 09:31:26 |
linimon |
Use a more modern way of distinguishing "big-endian platforms".
This will attempt builds on arm platforms on the cluster.
Approved by: portmgr (tier-2 blanket) |
0.0.5_1 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
0.0.5_1 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.0.5_1 13 Apr 2016 14:08:57 |
amdmi3 |
- Fix build with libc++ 3.8
- Pet portlint
- Clean up pkg-descr and update WWW
PR: 208715
Submitted by: dim |
0.0.5_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.0.5_1 28 Sep 2015 17:20:43 |
amdmi3 |
Implemented complete support for test target.
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:
{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off
`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.
Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.
This commit also converts my ports which have tests to this new framework.
Approved by: portmgr (bapt)
Differential Revision: D3680 |
0.0.5_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.0.5_1 26 Apr 2015 20:00:22 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE |
0.0.5_1 22 Sep 2014 11:35:18 |
amdmi3 |
- Cleanup plist |
0.0.5_1 18 Sep 2014 15:27:36 |
tijl |
Convert to USES=autoreconf and INSTALL_TARGET=install-strip |
0.0.5_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.0.5_1 08 May 2014 12:01:18 |
amdmi3 |
- Bump PORTREVISION after last change
Suggested by: tijl |
0.0.5 07 May 2014 18:07:59 |
amdmi3 |
- Convert to USES=libtool
- Strip libraries
- Make regression-test target depend on build |
0.0.5 08 Nov 2013 18:18:08 |
amdmi3 |
- Update to 0.0.5
- Support staging
- Fix options
- Fix build on current
- Convert USE_GMAKE to USES |
0.0.4 03 Oct 2013 00:15:58 |
marino |
devel/pire: add <unistd.h>, fix -fpermissive for modern compilers
Approved by: portmgr (bapt, implicit) |
0.0.4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.0.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.0.4 12 Jul 2013 15:01:46 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
0.0.4 28 Nov 2012 23:58:50 |
amdmi3 |
- OptionsNG
- Trim header
- Remove unneeded quotes
Feature safe: yes |
0.0.4 04 Dec 2010 16:24:19 |
linimon |
Mark as not for sparc64 and powerpc. Latest sparc64 run has configure output
saying it isn't ported there yet.
Hat: portmgr |
0.0.4 17 Nov 2010 21:24:12 |
amdmi3 |
- Update to 0.0.4
- Add LICENSE
- No more broken on ia64 |
0.0.3 11 Nov 2010 20:55:31 |
amdmi3 |
This is PIRE, Perl Incompatible Regular Expressions library.
This library is aimed at checking a huge amount of text against
relatively many regular expressions. Roughly speaking, it can just
check whether given text maches the certain regexp, but can do it
really fast (more than 400 MB/s on our hardware is common). Even more,
multiple regexps can be combined together, giving capability to
check the text against apx.10 regexps in a single pass (and mantaining
the same speed).
Since Pire examines each character only once, without any lookaheads
or rollbacks, spending about five machine instructions per each character,
it can be used even in realtime tasks.
On the other hand, Pire has very limited functionality (compared to
other regexp libraries). Pire does not have any Perlish conditional
regexps, lookaheads & backtrackings, greedy/nongreedy matches; neither
has it any capturing facilities.
Pire was developed in Yandex (http://company.yandex.ru/) as a part of its
web crawler.
WWW: https://github.com/dprokoptsev/pire |