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
pire Perl Incompatible Regular Expressions library
0.0.6 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 0.0.6Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-11-11 20:55:50
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (54 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pire-0.0.6/catalog.mk
  3. /usr/local/share/licenses/pire-0.0.6/LICENSE
  4. /usr/local/share/licenses/pire-0.0.6/LGPL3+
  5. /usr/local/share/licenses/pire-0.0.6/MIT
  6. bin/pigrep
  7. bin/pire_inline
  8. include/pire/align.h
  9. include/pire/any.h
  10. include/pire/approx_matching.h
  11. include/pire/config.h
  12. include/pire/defs.h
  13. include/pire/determine.h
  14. include/pire/easy.h
  15. include/pire/encoding.h
  16. include/pire/extra.h
  17. include/pire/fsm.h
  18. include/pire/fwd.h
  19. include/pire/glue.h
  20. include/pire/half_final_fsm.h
  21. include/pire/minimize.h
  22. include/pire/partition.h
  23. include/pire/pire.h
  24. include/pire/platform.h
  25. include/pire/re_lexer.h
  26. include/pire/re_parser.h
  27. include/pire/read_unicode.h
  28. include/pire/run.h
  29. include/pire/scanners/common.h
  30. include/pire/scanners/half_final.h
  31. include/pire/scanners/loaded.h
  32. include/pire/scanners/multi.h
  33. include/pire/scanners/pair.h
  34. include/pire/scanners/simple.h
  35. include/pire/scanners/slow.h
  36. include/pire/static_assert.h
  37. include/pire/stub/defaults.h
  38. include/pire/stub/lexical_cast.h
  39. include/pire/stub/memstreams.h
  40. include/pire/stub/saveload.h
  41. include/pire/stub/singleton.h
  42. include/pire/stub/stl.h
  43. include/pire/vbitset.h
  44. lib/libpire.a
  45. lib/libpire.so
  46. lib/libpire.so.0
  47. lib/libpire.so.0.0.0
  48. lib/libpire_unit.a
  49. lib/libpire_unit.so
  50. lib/libpire_unit.so.0
  51. lib/libpire_unit.so.0.0.0
  52. @owner
  53. @group
  54. @mode
Collapse this list.
Dependency lines:
  • pire>0:devel/pire
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):
pire
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0.60.0.60.0.60.0.60.0.6-0.0.6-
FreeBSD:13:quarterly0.0.60.0.60.0.60.0.60.0.60.0.60.0.60.0.6
FreeBSD:14:latest0.0.60.0.60.0.60.0.60.0.60.0.6-0.0.6
FreeBSD:14:quarterly0.0.60.0.6-0.0.60.0.60.0.60.0.60.0.6
FreeBSD:15:latest0.0.60.0.6n/a0.0.6n/a0.0.60.0.60.0.6
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. bison : devel/bison
  2. autoconf2.69>=2.69 : devel/autoconf2.69
  3. automake>=1.16.5 : devel/automake
  4. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/yandex/pire/tar.gz/release-0.0.6?dummy=/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.0.6
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)
0.0.6
08 Jun 2022 16:24:35
commit hash: bd70827c22827422583d9bd6963636ef4f2d5623commit hash: bd70827c22827422583d9bd6963636ef4f2d5623commit hash: bd70827c22827422583d9bd6963636ef4f2d5623commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 files touched by this commit
Tijl Coosemans (tijl) search for other commits by this committer
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
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
0.0.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.0.6
29 May 2020 13:33:14
Revision:536972Original commit files touched by this commit
amdmi3 search for other commits by this committer
Remove forced testing

Reported by:mat
0.0.6
29 May 2020 11:19:17
Revision:536966Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.0.6
0.0.5_1
24 Dec 2017 14:54:42
Revision:457168Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:456900Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:444251Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:434587Original commit files touched by this commit
bapt search for other commits by this committer
Drop useless dependency on gmake (bmake build those fine)
0.0.5_1
13 Apr 2016 14:08:57
Revision:413209Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
0.0.5_1
28 Sep 2015 17:20:43
Revision:398125Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:384801Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
0.0.5_1
22 Sep 2014 11:35:18
Revision:368849Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Cleanup plist
0.0.5_1
18 Sep 2014 15:27:36
Revision:368487Original commit files touched by this commit
tijl search for other commits by this committer
Convert to USES=autoreconf and INSTALL_TARGET=install-strip
0.0.5_1
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:353289Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Bump PORTREVISION after last change

Suggested by:	tijl
0.0.5
07 May 2014 18:07:59
Revision:353187Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Convert to USES=libtool
- Strip libraries
- Make regression-test target depend on build
0.0.5
08 Nov 2013 18:18:08
Revision:333253Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:329131Original commit files touched by this commit
marino search for other commits by this committer
devel/pire: add <unistd.h>, fix -fpermissive for modern compilers

Approved by:	portmgr (bapt, implicit)
0.0.4
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.0.4
12 Jul 2013 15:01:46
Revision:322840Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- 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
Revision:307950Original commit files touched by this commit
amdmi3 search for other commits by this committer
- OptionsNG
- Trim header
- Remove unneeded quotes

Feature safe:	yes
0.0.4
04 Dec 2010 16:24:19
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.0.4
- Add LICENSE
- No more broken on ia64
0.0.3
11 Nov 2010 20:55:31
Original commit files touched by this commit
amdmi3 search for other commits by this committer
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

Number of commits found: 30