Port details |
- p5-Class-Loader Load modules and create objects on demand
- 2.03_1 devel
=11 2.03_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-07-06 13:42:40
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-libwww, p5-Crypt-Random, gmake, p5-Digest-SHA1, unzip
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Certain applications like to defer the decision to use a particular
module till runtime. This is possible in perl, and is a useful trick in
situations where the type of data is not known at compile time and the
application doesn't wish to pre-compile modules to handle all types of
data it can work with. Loading modules at runtime can also provide
flexible interfaces for perl modules. Modules can let the programmer
decide what modules will be used by it instead of hard-coding their
names.
WWW: https://metacpan.org/release/Class-Loader
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-Loader>0:devel/p5-Class-Loader
- To install the port:
- cd /usr/ports/devel/p5-Class-Loader/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Class-Loader
- pkg install p5-Class-Loader
- PKGNAME: p5-Class-Loader
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Class-Loader-2.03.tar.gz) = 4fef2076ead60423454ff1f4e82859a9a9b9942b5fb8eee0c98b9c63c9f2b8e7
SIZE (Class-Loader-2.03.tar.gz) = 6187
- 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
-
- security/p5-Alt-Crypt-RSA-BigInt
- security/p5-Crypt-RSA
- security/p5-Crypt-Random
- for Run
-
- security/p5-Alt-Crypt-RSA-BigInt
- security/p5-Crypt-RSA
- security/p5-Crypt-Random
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Class-Loader
- 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 |
06 Apr 2021 14:31:07 2.03_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Jun 2018 09:04:31
2.03_1
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
27 May 2018 20:15:20
2.03_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Nov 2014 13:08:38
2.03_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
2.03
|
bapt  |
Cleanup plist |
28 Oct 2013 13:46:26
2.03
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 17:13:47
2.03
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
2.03
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
07 May 2012 15:42:51
2.03
|
skv  |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
22 Oct 2011 23:50:23
2.03
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
03 Jul 2011 14:59:23
2.03
|
ohauer  |
-remove MD5 |
17 Apr 2008 14:30:31
2.03
|
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) |
22 Jan 2006 08:30:12
2.03
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
2.03
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:31:43
2.03
|
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 |
09 Sep 2005 09:23:18
2.03
|
skv  |
Update to 2.03 |
31 Mar 2004 03:12:58
2.02
|
trevor  |
SIZEify (maintainer timeout) |
24 Oct 2003 12:05:09
2.02
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
07 Mar 2003 06:01:16
2.02
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
22 Jun 2002 10:29:20
2.02
|
skv  |
Updated to 2.02 |
06 Jul 2001 17:42:40 
|
ijliao  |
add p5-Class-Loader Load modules and create objects on demand |