Port details |
- p5-File-Find-Rule-Perl Common rules for searching for Perl things
- 1.16 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-10-13 13:55:41
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: p5-POE-Component-Server-Twirc, p5-Filesys-Virtual-Plain, p5-Class-Accessor-Lvalue, p5-Class-DBI-Untaint, p5-Email-FolderType-Net
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Provides File::Find::Rule methods for finding various Perl-related
files.
WWW: https://metacpan.org/release/File-Find-Rule-Perl
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-File-Find-Rule-Perl>0:devel/p5-File-Find-Rule-Perl
- To install the port:
- cd /usr/ports/devel/p5-File-Find-Rule-Perl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-File-Find-Rule-Perl
- pkg install p5-File-Find-Rule-Perl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-File-Find-Rule-Perl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650229016
SHA256 (File-Find-Rule-Perl-1.16.tar.gz) = ae1886050d9ca21223c073e2870abdc80dc30e3f55289a11c37da3820a8321ff
SIZE (File-Find-Rule-Perl-1.16.tar.gz) = 7812
- 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:
-
- p5-File-Find-Rule>=0.20 : devel/p5-File-Find-Rule
- p5-Params-Util>=0.38 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-Find-Rule>=0.20 : devel/p5-File-Find-Rule
- p5-Params-Util>=0.38 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Module-Inspector
- devel/p5-Test-Dependencies
- devel/p5-Test-Version
- textproc/p5-Perl-MinimumVersion
- for Run
-
- devel/p5-Module-Inspector
- devel/p5-Test-Dependencies
- devel/p5-Test-Version
- textproc/p5-Perl-MinimumVersion
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-File-Find-Rule-Perl
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 1.16 |
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 ) |
17 Apr 2022 23:58:49 1.16 |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-File-Find-Rule-Perl: Update to 1.16
Changes: https://metacpan.org/dist/File-Find-Rule-Perl/changes |
06 Apr 2021 14:31:07 1.15_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
1.15_2 |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
1.15_2 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.15_2 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
30 Jun 2017 13:44:08
1.15_2 |
sunpoet  |
Fix *_DEPENDS
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
07 Apr 2017 18:50:22
1.15_1 |
lth  |
Moving maintainership burden onto broader shoulders |
01 Dec 2016 21:00:34
1.15_1 |
sunpoet  |
- Update *_DEPENDS: change from p5-Parse-CPAN-Meta to p5-CPAN-Meta 2.150010+
- Bump PORTREVISION for dependency change
Parse::CPAN::Meta 1.4420 has been merged into CPAN::Meta 2.150008.
PR: 214611
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
01 Apr 2016 14:00:57
1.15 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11 Sep 2015 12:20:43
 |
lth  |
- update to 1.15
- remove obsolete test target |
14 May 2015 10:15:09
1.13_1 |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
1.13_1 |
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 ) |
27 Oct 2014 10:55:59
1.13 |
bapt  |
Cleanup plist |
29 Jan 2014 09:19:35
1.13 |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
1.13 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Aug 2013 13:20:32
1.13  |
az  |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
18 Nov 2012 19:45:05
1.13 |
lth  |
Update to 1.13
Feature safe: yes |
13 Mar 2012 16:15:36
1.12_1 |
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
1.12_1 |
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
05 Mar 2012 03:21:58
1.12_1 |
swills  |
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/165161
Approved by: maintainer timeout (lth, > 2 weeks) |
21 Nov 2011 19:24:13
1.12 |
lth  |
Update to 1.12
Feature safe: yes |
03 Jul 2011 14:59:23
1.10 |
ohauer  |
-remove MD5 |
13 Oct 2010 19:06:51
1.10 |
lth  |
Update to 1.10 |
16 Aug 2009 17:04:06
1.09 |
lth  |
Update to 1.09 |
27 Jul 2009 13:46:26
1.08 |
lth  |
Update to 1.08 |
21 Apr 2009 10:17:02
1.06 |
lth  |
Update to 1.06 |
26 Feb 2009 16:10:53
1.05 |
lth  |
Update to 1.05 |
13 Oct 2008 13:55:23
1.04 |
lth  |
Add p5-File-Find-Rule-Perl 1.04, common rules for searching for
Perl things. |