Port details |
- p5-Module-Extract-Use Pull out the modules a module explicitly uses
- 1.053 devel =2 1.053Version of this port present on the latest quarterly branch.
- Maintainer: svysh.fbsd@gmail.com
- Port Added: 2017-01-04 01:45:17
- Last Update: 2024-08-21 17:58:35
- Commit Hash: fa7ced5c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART20
- WWW:
- https://github.com/briandfoy/module-extract-use/tree/master
- Description:
- Extract the names of the modules used in a file using a static analysis.
Since this module does not run code, it cannot find dynamic uses of
modules, such as eval "require $class". It only reports modules that the
file loads directly. Modules loaded with parent or base, for instance,
will will be in the import list for those pragmas but won't have separate
entries in the data this module returns.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Module-Extract-Use>0:devel/p5-Module-Extract-Use
- To install the port:
- cd /usr/ports/devel/p5-Module-Extract-Use/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Module-Extract-Use
- pkg install p5-Module-Extract-Use
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Module-Extract-Use
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724231817
SHA256 (Module-Extract-Use-1.053.tar.gz) = bf7b7cca660e89744932b74b3cc3c6418f81cf9b2b44608e0d5214a3b0d3da1b
SIZE (Module-Extract-Use-1.053.tar.gz) = 15575
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-PPI>=0 : textproc/p5-PPI
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Pod-Coverage>0 : devel/p5-Test-Pod-Coverage
- p5-Test-Pod>0 : devel/p5-Test-Pod
- Runtime dependencies:
-
- p5-PPI>=0 : textproc/p5-PPI
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Test-Prereq
- for Run
-
- devel/p5-Test-Prereq
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Module-Extract-Use
- 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 |
1.053 21 Aug 2024 17:58:35 |
Vladimir Druzenko (vvd) Author: Sergei Vyshenski |
devel/p5-Module-Extract-Use: Update 1.052 → 1.053
Changelog:
* changing over to BRIANDFOY and updating email, etc
https://metacpan.org/dist/Module-Extract-Use/changes
PR: 280970 |
1.052 10 Feb 2024 19:06:44 |
Muhammad Moinur Rahman (bofh) Author: Sergei Vyshenski |
devel/p5-Module-Extract-Use: Update version 1.051=>1.052
ChangeLog: https://metacpan.org/changes/distribution/Module-Extract-Use
PR: 276853
Approved by: submitter is maintainer |
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) |
1.051 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 ) |
1.051 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 ) |
1.051 12 Jan 2022 11:40:57 |
Guangyuan Yang (ygy) Author: Sergei Vyshenski |
devel/p5-Module-Extract-Use: Update to 1.051
Changelog: https://metacpan.org/release/BDFOY/Module-Extract-Use-1.051/source/Changes
PR: 261095 |
1.047 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.047 28 Jun 2020 08:12:23 |
lwhsu |
Update to 1.047
PR: 245955
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) |
1.045 22 Jan 2020 18:18:11 |
tcberner |
devel/p5-Module-Extract-Use: Update to 1.045
PR: 243511
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) |
1.043_1 06 Oct 2018 13:06:45 |
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) |
1.043_1 29 Oct 2017 16:10:24 |
sunpoet |
Fix LICENSE
- Add LICENSE_FILE
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl |
1.043 29 Oct 2017 04:39:01 |
wen |
- Update to 1.043
Changes: http://cpansearch.perl.org/src/BDFOY/Module-Extract-Use-1.043/Changes
PR: 223296
Submitted by: svysh.fbsd@gmail.com(maintainer) |
1.04 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.04 13 Jan 2017 08:37:07 |
mat |
http://github.com redirects to the https version.
Sponsored by: Absolight |
1.04 04 Jan 2017 01:45:07 |
wen |
Extract the names of the modules used in a file using a static analysis.
Since this module does not run code, it cannot find dynamic uses of
modules, such as eval "require $class". It only reports modules that the
file loads directly. Modules loaded with parent or base, for instance,
will will be in the import list for those pragmas but won't have separate
entries in the data this module returns.
WWW: http://github.com/briandfoy/module-extract-use/tree/master
PR: 215745
Submitted by: svysh.fbsd@gmail.com |