Port details |
- p5-Regexp-Compare Partial ordering for regular expressions
- 0.35 devel
=2 0.33Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2011-11-09 13:55:15
- Last Update: 2025-02-03 15:50:56
- Commit Hash: cd38bcf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Regexp-Compare
- Description:
- Regexp::Compare implements a function comparing regular expressions: it returns
true if all strings matched by the first regexp are also matched by the second.
It's meant to be used for optimization of blacklists implemented by regular
expressions (like, for example, http://www.communitywiki.org/cw/BannedContent).
False return value does not imply that there's a string matched by the first
regexp which isn't matched by the second - many regular expressions (i.e. those
containing Perl code) are impossible to compare, and this module doesn't even
implement all possible comparisons.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Regexp-Compare>0:devel/p5-Regexp-Compare
- To install the port:
- cd /usr/ports/devel/p5-Regexp-Compare/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Regexp-Compare
- pkg install p5-Regexp-Compare
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Regexp-Compare
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738088894
SHA256 (Regexp-Compare-0.35.tar.gz) = 96484cb61d725bcb324f3a2ec8080acff408883454319e6e85ef4f242b4636bf
SIZE (Regexp-Compare-0.35.tar.gz) = 79914
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Regexp-Compare
- USES:
- perl5
- 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 |
0.35 03 Feb 2025 15:50:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Regexp-Compare: Update to 0.35
Changes: https://metacpan.org/dist/Regexp-Compare/changes |
0.34 02 Jan 2025 19:46:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Regexp-Compare: Update to 0.34
Changes: https://metacpan.org/dist/Regexp-Compare/changes |
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.33 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.33 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
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 ) |
0.33 01 Jun 2022 12:54:39
    |
Mathieu Arnold (mat)  |
devel/p5-Regexp-Compare: does not work with 5.36+ |
0.33 06 Jul 2021 14:56:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Regexp-Compare: Update to 0.33
Changes: https://metacpan.org/dist/Regexp-Compare/changes |
0.32 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.32 08 Nov 2020 17:13:01
  |
sunpoet  |
Update to 0.32
- Remove BROKEN for Perl 5.32
Changes: https://metacpan.org/changes/distribution/Regexp-Compare |
0.31 24 Jul 2020 07:10:50
  |
sunpoet  |
Use tab instead of space |
0.31 20 Jul 2020 14:56:29
  |
mat  |
Mark BROKEN on latest Perl, it has not been updated to support it yet.
PR: 247826 |
0.31 22 Jul 2019 19:03:20
  |
sunpoet  |
Update to 0.31
Changes: https://metacpan.org/changes/distribution/Regexp-Compare |
0.30 21 Jul 2019 20:47:19
  |
sunpoet  |
Update to 0.30
Changes: https://metacpan.org/changes/distribution/Regexp-Compare |
0.29 19 Jun 2019 22:41:16
  |
mat  |
Does not work with Perl 5.30.
With hat: perl@ |
0.29 07 Aug 2018 19:41:42
  |
sunpoet  |
Update to 0.29
Changes: https://metacpan.org/changes/distribution/Regexp-Compare |
0.28 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.28 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.28 20 Aug 2017 12:26:29
  |
sunpoet  |
Update BROKEN: use lowercase for leading character |
0.28 10 Aug 2017 15:19:06
  |
mat  |
Mark some ports BROKEN with modern Perl.
With hat: perl@
Sponsored by: Absolight |
0.28 11 Jun 2017 08:18:18
  |
sunpoet  |
Update to 0.28
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.27 01 Jan 2017 21:40:48
  |
sunpoet  |
- Update to 0.27
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.26 27 Dec 2016 18:16:00
  |
sunpoet  |
- Update to 0.26
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.25 26 Dec 2016 16:43:46
  |
sunpoet  |
- Update to 0.25 and unbreak this port
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.24 11 May 2016 19:37:32
  |
sunpoet  |
- Cleanup USE_PERL5 |
0.24 25 Mar 2016 17:32:47
  |
mat  |
Fix.
Pointy hat to: mat
Sponsored by: Absolight |
25 Mar 2016 17:29:51

|
mat  |
Mark unsupported with Perl 5.23.
Sponsored by: Absolight |
0.24 02 Jul 2015 17:38:53
  |
sunpoet  |
- Update to 0.24
- Strip shared library
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.23_1 08 Jun 2015 19:16:19
  |
mat  |
Mark those BROKEN, they don't build with Perl 5.22+
Sponsored by: Absolight |
0.23_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.23 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
0.23 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.23 28 May 2014 14:25:16
  |
sunpoet  |
- Update to 0.23
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.22 25 Oct 2013 13:37:17
  |
sunpoet  |
- Update to 0.22
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.20 30 Sep 2013 20:25:26
  |
sunpoet  |
- Support STAGEDIR |
0.20 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.20 21 Aug 2013 16:40:12
  |
sunpoet  |
- Fix USE_PERL5: remove unnecessary 5.12.0+ |
0.20 21 Aug 2013 14:08:08
  |
sunpoet  |
- Convert to new perl framework |
0.20 04 Dec 2012 08:46:51
  |
sunpoet  |
- Update to 0.20
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes
Feature safe: yes |
0.19 06 Jun 2012 19:01:26
 |
sunpoet  |
- Update to 0.19
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.18 04 Jun 2012 16:42:33
 |
sunpoet  |
- Update to 0.18
- Add LICENSE
- Fix PERL_CONFIGURE: Perl 5.12.0+ required
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes |
0.17 09 Nov 2011 13:54:45
 |
sunpoet  |
- Add p5-Regexp-Compare 0.17
Regexp::Compare implements a function comparing regular expressions: it returns
true if all strings matched by the first regexp are also matched by the second.
It's meant to be used for optimization of blacklists implemented by regular
expressions (like, for example, http://www.communitywiki.org/cw/BannedContent).
False return value does not imply that there's a string matched by the first
regexp which isn't matched by the second - many regular expressions (i.e. those
containing Perl code) are impossible to compare, and this module doesn't even
implement all possible comparisons.
WWW: http://search.cpan.org/dist/Regexp-Compare/ |