Port details |
- p5-Class-Load Working (require Class::Name) and more
- 0.25 devel
=21 0.25Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-10-16 07:29:01
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: pcre, expat, p5-Net-SSLeay, p5-Params-Validate, bash
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/pod/Class::Load
- Description:
- require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide try_load_class
'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that,
we provide is_class_loaded 'Class::Name'.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-Load>0:devel/p5-Class-Load
- To install the port:
- cd /usr/ports/devel/p5-Class-Load/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Class-Load
- pkg install p5-Class-Load
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Class-Load
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1529135695
SHA256 (Class-Load-0.25.tar.gz) = 2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f
SIZE (Class-Load-0.25.tar.gz) = 36644
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-Data-OptList>=0.110 : devel/p5-Data-OptList
- p5-Module-Implementation>=0.04 : devel/p5-Module-Implementation
- p5-Module-Runtime>=0.012 : devel/p5-Module-Runtime
- p5-Package-Stash>=0.14 : devel/p5-Package-Stash
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Data-OptList>=0.110 : devel/p5-Data-OptList
- p5-Module-Implementation>=0.04 : devel/p5-Module-Implementation
- p5-Module-Runtime>=0.012 : devel/p5-Module-Runtime
- p5-Package-Stash>=0.14 : devel/p5-Package-Stash
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-Migration
- databases/p5-DBIx-Skinny
- databases/p5-Teng
- devel/p5-App-CLI
- devel/p5-App-Cmd
- devel/p5-App-GitGot
- devel/p5-Bread-Board-Declare
-
Deleted ports which required this port:
- for Run
-
- databases/p5-DBIx-Class-Migration
- databases/p5-DBIx-Skinny
- databases/p5-Teng
- devel/p5-App-CLI
- devel/p5-App-Cmd
- devel/p5-App-GitGot
- devel/p5-Bread-Board-Declare
-
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:
- devel_p5-Class-Load
- 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) |
0.25 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.25 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.25 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.25 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) |
0.25 20 Jun 2018 19:37:04
  |
sunpoet  |
Fix TEST_DEPENDS |
0.25 16 Jun 2018 12:16:16
  |
wen  |
- Update to 0.25
Changes: https://metacpan.org/changes/distribution/Class-Load |
0.24 05 May 2018 16:18:43
  |
az  |
- reassign maintainership to perl@ (these ports are long time stable) |
0.24 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.24 19 Jul 2017 21:14:39
  |
az  |
- update to version 0.24 |
0.23 05 Apr 2017 13:35:41
  |
sunpoet  |
Update to 0.23
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Class-Load/Changes
PR: 218353
Submitted by: sunpoet (myself)
Approved by: az (maintainer) |
0.22 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.22 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.22 25 Feb 2015 17:47:53
  |
az  |
- point WWW page to meta::cpan |
0.22 17 Feb 2015 14:36:46
  |
adamw  |
Update to 0.22, and sort plist.
New dependency on p5-namespace-clean in this version.
Changes: https://metacpan.org/changes/distribution/Class-Load
PR: 197725
Approved by: az (maintainer) |
0.21_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.21 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
0.21 22 Mar 2014 08:49:58
  |
az  |
- update to 0.21 |
0.20 15 Dec 2013 08:55:51
  |
az  |
- add stage support
- pet portlint |
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 04 Aug 2013 12:39:45
  |
az  |
- Convert to new perl framework
- Trim Makefile header |
0.20 23 Sep 2012 17:47:12
  |
az  |
- Update to 0.20 |
0.19 14 Apr 2012 16:13:23
 |
az  |
Update to version 0.19
Changes: No changes |
0.18 20 Feb 2012 11:11:49
 |
az  |
Update to 0.18
PR: ports/165081 (based on)
Submitted by: sunpoet
Feature safe: yes |
0.15 09 Feb 2012 02:34:08
 |
sunpoet  |
- Update to 0.15
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Class-Load/Changes
PR: ports/164897
Submitted by: sunpoet (myself)
Approved by: az (maintainer, via mail) |
0.13 06 Jan 2012 18:48:08
 |
az  |
- Update to 0.13 |
0.12 30 Oct 2011 18:16:15
 |
az  |
- Update to 0.12
PR: ports/162032
Submitted by: sunpoet@FreeBSD.org |
0.11 09 Oct 2011 17:58:24
 |
az  |
Update to 0.11 |
0.10 08 Sep 2011 06:30:33
 |
az  |
Update to 0.10 |
0.08 21 Aug 2011 10:21:38
 |
az  |
- Update to 0.08
- Add missed dep (reported by Matthew Seaman) |
0.07 17 Aug 2011 05:28:35
 |
az  |
Update to 0.07 |
0.06 12 Feb 2011 09:30:23
 |
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
0.06 19 Dec 2010 13:31:27
 |
az  |
Update to 0.06 |
0.05 24 Sep 2010 02:03:44
 |
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.05 16 Oct 2009 07:28:20
 |
az  |
require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide try_load_class
'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that,
we provide is_class_loaded 'Class::Name'. |