Port details |
- p5-Exporter-Tiny Exporter with features of Sub::Exporter but only core dependencies
- 1.006002 devel =15 1.006002Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-10-01 17:10:25
- Last Update: 2023-04-09 13:36:40
- Commit Hash: 9b11a1c
- People watching this port, also watch:: p5-Digest-HMAC, indexinfo, libxml2, p5-Data-OptList, p5-Net-SSLeay
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Exporter-Tiny
- Description:
- Exporter::Tiny supports many of Sub::Exporter's external-facing features
including renaming imported functions with the -as, -prefix and -suffix options;
explicit destinations with the into option; and alternative installers with the
installler option. But it's written in only about 40% as many lines of code and
with zero non-core dependencies.
Its internal-facing interface is closer to Exporter.pm, with configuration done
through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.
Exporter::Tiny performs most of its internal duties (including resolution of tag
names to sub names, resolution of sub names to coderefs, and installation of
coderefs into the target package) as method calls, which means they can be
overridden to provide interesting behaviour.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Exporter-Tiny>0:devel/p5-Exporter-Tiny
- To install the port:
- cd /usr/ports/devel/p5-Exporter-Tiny/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Exporter-Tiny
- pkg install p5-Exporter-Tiny
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Exporter-Tiny
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680726072
SHA256 (Exporter-Tiny-1.006002.tar.gz) = 6f295e2cbffb1dbc15bdb9dadc341671c1e0cd2bdf2d312b17526273c322638d
SIZE (Exporter-Tiny-1.006002.tar.gz) = 92022
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
- Test dependencies:
-
- p5-Test-Fatal>=0 : devel/p5-Test-Fatal
- p5-Test-Warnings>=0 : devel/p5-Test-Warnings
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-B-Hooks-AtRuntime
- devel/p5-Config-AWS
- devel/p5-JSON-Path
- devel/p5-JSON-Schema
- devel/p5-MooX-Traits
- devel/p5-Scalar-Does
- devel/p5-Sub-HandlesVia
-
Deleted ports which required this port:
- for Run
-
- devel/p5-B-Hooks-AtRuntime
- devel/p5-Config-AWS
- devel/p5-JSON-Path
- devel/p5-JSON-Schema
- devel/p5-MooX-Traits
- devel/p5-Scalar-Does
- devel/p5-Sub-HandlesVia
-
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-Exporter-Tiny
- 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.006002 09 Apr 2023 13:36:40 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.006002
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
1.006000 30 Jan 2023 12:59:19 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.006000
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
1.004004 30 Dec 2022 09:04:18 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.004004
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
1.004003 03 Oct 2022 17:10:23 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.004003
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
1.004002 03 Oct 2022 02:14:39 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.004002
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
1.004001 10 Sep 2022 16:06:04 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.004001
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
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.004000 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.004000 31 Aug 2022 11:40:56 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exporter-Tiny: Update to 1.004000
Changes: https://metacpan.org/dist/Exporter-Tiny/changes |
1.002002 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.002002 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.002002 26 Apr 2020 11:56:49 |
sunpoet |
Update to 1.002002
Changes: https://metacpan.org/changes/distribution/Exporter-Tiny |
1.002001 29 Jul 2018 19:11:34 |
sunpoet |
Update to 1.002001
Changes: https://metacpan.org/changes/distribution/Exporter-Tiny |
1.000000 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 |
1.000000 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.000000 22 May 2017 17:18:14 |
sunpoet |
Update to 1.000000
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.044 31 Jan 2017 15:33:07 |
sunpoet |
Update to 0.044
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.042_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.042_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.042 06 Oct 2014 23:06:44 |
sunpoet |
- Update to 0.042
- Cleanup PLIST
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.040 18 Sep 2014 16:40:07 |
sunpoet |
- Update to 0.040
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.038 06 Apr 2014 05:46:28 |
sunpoet |
- Update to 0.038
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.036 14 Mar 2014 07:27:50 |
sunpoet |
- Update to 0.036
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.034 27 Feb 2014 23:09:13 |
sunpoet |
- Remove outdated PERL_LEVEL check |
0.034 20 Jan 2014 17:02:30 |
sunpoet |
- Update to 0.034
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.032 31 Dec 2013 14:40:38 |
sunpoet |
- Update to 0.032
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.030 20 Oct 2013 08:34:25 |
sunpoet |
- Update to 0.030
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes |
0.026 01 Oct 2013 17:10:15 |
sunpoet |
- Add p5-Exporter-Tiny 0.026
Exporter::Tiny supports many of Sub::Exporter's external-facing features
including renaming imported functions with the -as, -prefix and -suffix options;
explicit destinations with the into option; and alternative installers with the
installler option. But it's written in only about 40% as many lines of code and
with zero non-core dependencies.
Its internal-facing interface is closer to Exporter.pm, with configuration done
through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.
Exporter::Tiny performs most of its internal duties (including resolution of tag
names to sub names, resolution of sub names to coderefs, and installation of
coderefs into the target package) as method calls, which means they can be
overridden to provide interesting behaviour.
WWW: http://search.cpan.org/dist/Exporter-Tiny/ |