Port details |
- p5-Sub-Quote Efficient generation of subroutines via string eval
- 2.006008_1 devel =12 2.006008_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2016-12-09 19:30:29
- Last Update: 2023-06-05 18:49:08
- Commit Hash: be3d415
- People watching this port, also watch:: libxml2, p5-Data-OptList, indexinfo, jpeg-turbo, p5-Class-Method-Modifiers
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/pod/Sub::Quote
- Description:
- This package provides performant ways to generate subroutines from strings.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sub-Quote>0:devel/p5-Sub-Quote
- To install the port:
- cd /usr/ports/devel/p5-Sub-Quote/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Sub-Quote
- pkg install p5-Sub-Quote
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Sub-Quote
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675192005
SHA256 (Sub-Quote-2.006008.tar.gz) = 94bebd500af55762e83ea2f2bc594d87af828072370c7110c60c238a800d15b2
SIZE (Sub-Quote-2.006008.tar.gz) = 35925
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-XString>=0 : textproc/p5-XString
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-XString>=0 : textproc/p5-XString
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-MongoDB
- databases/p5-SQL-Abstract
- databases/p5-SQL-Translator
- devel/p5-CPAN-Changes
- devel/p5-Moo
- devel/p5-Specio
- net/p5-GeoIP2
- for Run
-
- databases/p5-MongoDB
- databases/p5-SQL-Abstract
- databases/p5-SQL-Translator
- devel/p5-CPAN-Changes
- devel/p5-Moo
- devel/p5-Specio
- net/p5-GeoIP2
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Sub-Quote
- 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 |
2.006008_1 05 Jun 2023 18:49:08 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Sub-Quote: Remove outdate CONFLICTS_INSTALL (almost 7 years ago)
- Add BUILD_DEPENDS |
2.006008_1 03 Jun 2023 23:08:49 |
Wen Heping (wen) |
devel/p5-Sub-Quote: Add missing DEPENDS
PR: 269771
Reported by: vvelox@vvelox.net |
2.006008 05 Feb 2023 15:50:06 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Sub-Quote: Update to 2.006008
- Add LICENSE_FILE
Changes: https://metacpan.org/dist/Sub-Quote/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) |
2.006006 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 ) |
2.006006 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 ) |
2.006006 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.006006 03 Oct 2019 19:28:00 |
sunpoet |
Update to 2.006006
Changes: https://metacpan.org/changes/distribution/Sub-Quote |
2.006003 12 Mar 2019 18:10:56 |
sunpoet |
Update to 2.006003
Changes: https://metacpan.org/changes/distribution/Sub-Quote |
2.005001 22 Apr 2018 08:55:09 |
sunpoet |
Update to 2.005001
Changes: http://search.cpan.org/dist/Sub-Quote/Changes |
2.005000 06 Feb 2018 23:13:54 |
adamw |
Update Sub::Quote to 2.005000
- fixed defer_info and undefer_sub from returning data for a deferred sub
after it expires, even if the ref address matches
- fixed defer_info not returning info for undeferred unnamed subs after the
deferred sub expires
- include options in defer_info return data
- exclude internals from defer_info return data
- document defer_info function
- encode all utf8 flagged scalars as strings, since they generally will
always have originated as strings. Avoids future warning on bitwise ops
on strings with wide characters.
- more thorough check for threads availability to avoid needless test
failures.
- added file and line options to quote_sub to allow specifying apparent
source location.
- documented additional options to Sub::Defer::defer_sub and
Sub::Quote::quote_sub. |
2.004000 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.004000 07 Jun 2017 19:10:50 |
sunpoet |
Update to 2.004000
Changes: http://search.cpan.org/dist/Sub-Quote/Changes |
2.003001 04 Jan 2017 22:39:44 |
adamw |
Donate to perl@ |
2.003001 09 Dec 2016 19:30:19 |
adamw |
Update Moo to 2.003000. Among other changes, Sub::Quote (and Sub::Defer)
now exist in a separate package, which has been added as p5-Sub-Quote.
Changes: https://metacpan.org/source/HAARG/Moo-2.003000/Changes |