Port details |
- p5-Regexp-Common Provide commonly requested Perl regular expressions
- 2017060201 textproc =27 2017060201Version of this port present on the latest quarterly branch.
- Maintainer: des@FreeBSD.org
- Port Added: 2001-11-25 11:27:47
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-URI, p5-Digest-SHA1, p5-libwww, expat, libiconv
- Also Listed In: perl5
- License: ART10 ART20 BSD3CLAUSE MIT
- WWW:
- https://metacpan.org/release/Regexp-Common
- Description:
- By default, this module exports a single hash (`%RE') that stores or
generates commonly needed regular expressions. Patterns currently
provided include:
* balanced parentheses and brackets
* delimited text (with escapes)
* integers and floating-point numbers in any base (up to 36)
* comments in C, C++, Perl, and shell
* offensive language
* lists of any pattern
* IPv4 addresses
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Regexp-Common>0:textproc/p5-Regexp-Common
- To install the port:
- cd /usr/ports/textproc/p5-Regexp-Common/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Regexp-Common
- pkg install p5-Regexp-Common
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Regexp-Common
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1536301828
SHA256 (Regexp-Common-2017060201.tar.gz) = ee07853aee06f310e040b6bf1a0199a18d81896d3219b9b35c9630d0eb69089b
SIZE (Regexp-Common-2017060201.tar.gz) = 237881
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.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-SQL-SplitStatement
- devel/p5-AI-Prolog
- devel/p5-Avro
- devel/p5-Config-Model
- devel/p5-Data-Dumper-Interp
- devel/p5-Iodef-Pb-Simple
- devel/p5-MooX-Cmd
-
Deleted ports which required this port:
- for Run
-
- databases/p5-SQL-SplitStatement
- devel/creduce
- devel/p5-AI-Prolog
- devel/p5-Avro
- devel/p5-Config-Model
- devel/p5-Data-Dumper-Interp
- devel/p5-Iodef-Pb-Simple
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Regexp-Common
- 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 |
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) |
2017060201 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 ) |
2017060201 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2017060201 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2017060201 28 May 2020 15:20:47 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). |
2017060201 07 Sep 2018 08:23:46 |
des |
Update to 2017060201 and take maintainership.
Approved by: maintainer (tobez@) |
2016060801 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 |
2016060801 10 Sep 2016 15:32:50 |
ehaupt |
- Update to 2016060801
- Mark NO_ARCH
PR: 2016060801
Approved by: maintainer timeout (tobez, 45 days) |
2013031301_1 02 Mar 2015 23:51:50 |
bapt |
Remove Author from pkg-descr and white space fixes |
2013031301_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 ) |
2013031301 21 Jan 2014 22:29:50 |
mat |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight |
2013031301 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2013031301 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
2013031301 15 Mar 2013 10:41:23 |
tobez |
Update to 2013031301.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes |
2013031201 13 Mar 2013 09:35:51 |
tobez |
Update to 2013031201.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes |
2013031101 12 Mar 2013 10:42:49 |
tobez |
Update to 2013031101.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes |
2013030901 11 Mar 2013 13:10:08 |
tobez |
Update to 2013030901.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes |
2011121001 14 Dec 2011 13:31:39 |
tobez |
Update to 2011121001.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes
Feature safe: yes |
2011041701 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2011041701 06 Sep 2011 12:13:41 |
tobez |
Update to 2011041701.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes |
2010010201 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2010010201 25 Jan 2010 11:55:32 |
tobez |
Update to 2010010201.
Changes: http://search.cpan.org/dist/Regexp-Common/Changes |
2.122 02 Jul 2008 09:56:18 |
tobez |
Update to 2.122.
Changes: http://search.cpan.org/dist/Regexp-Common/README |
2.120 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
2.120 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
2.120 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.120 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
2.120 18 Mar 2005 08:49:10 |
tobez |
Update to 2.120. |
2.119 20 Jan 2005 08:53:15 |
tobez |
Update to 2.119. |
2.118 16 Dec 2004 11:37:12 |
tobez |
Update to 2.118. |
2.117 06 Dec 2004 10:12:37 |
tobez |
Update to 2.117. |
2.115 06 Dec 2004 09:05:13 |
tobez |
Fix plist.
Noticed by: kris |
2.115 02 Jul 2004 07:58:22 |
erwin |
Update to 2.115
Approved by: maintainer (implicit) |
2.113 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.113 19 May 2003 06:14:54 |
demon |
Update to version 2.113
Approved by: maintainer |
2.110 05 Mar 2003 23:18:31 |
tobez |
Update to 2.110. |
0.09 07 Aug 2002 09:05:07 |
tobez |
Update to 0.09. |
0.07 06 Aug 2002 10:45:48 |
tobez |
Update to 0.07. |
0.05 01 Aug 2002 11:21:14 |
tobez |
Update to 0.05. The new versions of this module get released too
quickly nowadays. |
0.03 01 Aug 2002 11:05:41 |
tobez |
Update to 0.03. |
0.02 28 Jul 2002 06:35:27 |
tobez |
Update to 0.02. |
25 Nov 2001 14:27:47 |
tobez |
Add p5-Regexp-Common, a perl module which provides commonly requested regular
expressions. |