Port details |
- p5-Memoize Transparently speed up perl functions by caching return values
- 1.17 devel
=15 1.16Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2001-10-12 11:50:32
- Last Update: 2024-11-22 06:26:03
- Commit Hash: 265b7cf
- People watching this port, also watch:: libiconv, p5-DBI, p5-Storable, gettext, gmake
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Memoize
- Description:
- `Memoizing' a function makes it faster by trading space for time. It
does this by caching the return values of the function in a table. If
you call the function again with the same arguments, memoize jumps in
and gives you the value out of the table, instead of letting the
function compute the value all over again.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Memoize>0:devel/p5-Memoize
- To install the port:
- cd /usr/ports/devel/p5-Memoize/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Memoize
- pkg install p5-Memoize
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Memoize
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732239728
SHA256 (Memoize-1.17.tar.gz) = 2beef0afb2438e542c599b54b17a2830e337f53d69fce19f2884955743846696
SIZE (Memoize-1.17.tar.gz) = 41827
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Memoize
- 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.17 22 Nov 2024 06:26:03
![commit hash: 265b7cfd6b1029d0d2ea7d279cda9cd01b9fb43f commit hash: 265b7cfd6b1029d0d2ea7d279cda9cd01b9fb43f](/images/git.png) ![commit hash: 265b7cfd6b1029d0d2ea7d279cda9cd01b9fb43f commit hash: 265b7cfd6b1029d0d2ea7d279cda9cd01b9fb43f](/images/codeberg.svg) ![commit hash: 265b7cfd6b1029d0d2ea7d279cda9cd01b9fb43f commit hash: 265b7cfd6b1029d0d2ea7d279cda9cd01b9fb43f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.17
Changes: https://metacpan.org/dist/Memoize/changes |
1.16 05 Feb 2023 15:50:05
![commit hash: b353116d8f8a58147ca0e27d7adeedce3555edfe commit hash: b353116d8f8a58147ca0e27d7adeedce3555edfe](/images/git.png) ![commit hash: b353116d8f8a58147ca0e27d7adeedce3555edfe commit hash: b353116d8f8a58147ca0e27d7adeedce3555edfe](/images/codeberg.svg) ![commit hash: b353116d8f8a58147ca0e27d7adeedce3555edfe commit hash: b353116d8f8a58147ca0e27d7adeedce3555edfe](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.16
Changes: https://metacpan.org/dist/Memoize/changes |
1.15 30 Dec 2022 09:05:59
![commit hash: d9901013b36c48d1f7fc61ca6868fe059a4ccafc commit hash: d9901013b36c48d1f7fc61ca6868fe059a4ccafc](/images/git.png) ![commit hash: d9901013b36c48d1f7fc61ca6868fe059a4ccafc commit hash: d9901013b36c48d1f7fc61ca6868fe059a4ccafc](/images/codeberg.svg) ![commit hash: d9901013b36c48d1f7fc61ca6868fe059a4ccafc commit hash: d9901013b36c48d1f7fc61ca6868fe059a4ccafc](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.15
Changes: https://metacpan.org/dist/Memoize/changes |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.13 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.13 31 Aug 2022 18:50:00
![commit hash: 955ded085c28544c896aeca7fe3f4fa30a108f8b commit hash: 955ded085c28544c896aeca7fe3f4fa30a108f8b](/images/git.png) ![commit hash: 955ded085c28544c896aeca7fe3f4fa30a108f8b commit hash: 955ded085c28544c896aeca7fe3f4fa30a108f8b](/images/codeberg.svg) ![commit hash: 955ded085c28544c896aeca7fe3f4fa30a108f8b commit hash: 955ded085c28544c896aeca7fe3f4fa30a108f8b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.13
Changes: https://metacpan.org/dist/Memoize/changes |
1.10 31 Aug 2022 11:41:44
![commit hash: 43ed5eeab646bbb93b6237304b807afcde896e53 commit hash: 43ed5eeab646bbb93b6237304b807afcde896e53](/images/git.png) ![commit hash: 43ed5eeab646bbb93b6237304b807afcde896e53 commit hash: 43ed5eeab646bbb93b6237304b807afcde896e53](/images/codeberg.svg) ![commit hash: 43ed5eeab646bbb93b6237304b807afcde896e53 commit hash: 43ed5eeab646bbb93b6237304b807afcde896e53](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.10
Changes: https://metacpan.org/dist/Memoize/changes |
1.09 09 Aug 2022 02:36:54
![commit hash: 837c5540255dcd50bddf6a9d39095d22b660c66f commit hash: 837c5540255dcd50bddf6a9d39095d22b660c66f](/images/git.png) ![commit hash: 837c5540255dcd50bddf6a9d39095d22b660c66f commit hash: 837c5540255dcd50bddf6a9d39095d22b660c66f](/images/codeberg.svg) ![commit hash: 837c5540255dcd50bddf6a9d39095d22b660c66f commit hash: 837c5540255dcd50bddf6a9d39095d22b660c66f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Wen Heping (wen) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.09 |
1.04 30 Jul 2022 05:59:06
![commit hash: 67610b58344b34d8f79d70215fa8b3773fa66c93 commit hash: 67610b58344b34d8f79d70215fa8b3773fa66c93](/images/git.png) ![commit hash: 67610b58344b34d8f79d70215fa8b3773fa66c93 commit hash: 67610b58344b34d8f79d70215fa8b3773fa66c93](/images/codeberg.svg) ![commit hash: 67610b58344b34d8f79d70215fa8b3773fa66c93 commit hash: 67610b58344b34d8f79d70215fa8b3773fa66c93](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Memoize: Update to 1.04
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/dist/Memoize/changes |
1.03_1 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.03_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.03_1 10 Sep 2018 11:17:00
![Revision:479390 Revision:479390](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
des ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.03_1 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.03_1 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
1.03 27 Oct 2014 10:55:59
![Revision:371547 Revision:371547](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
1.03 29 Jul 2014 19:11:53
![Revision:363374 Revision:363374](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.03 06 Jan 2014 14:40:31
![Revision:338884 Revision:338884](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.03 20 Sep 2013 17:13:47
![Revision:327724 Revision:327724](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.03 05 Aug 2013 15:05:30
![Revision:324276 Revision:324276](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.03 31 Oct 2012 10:39:50
![Revision:306742 Revision:306742](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.03.
Also convert to new header layout.
Changes in 1.03: http://cpansearch.perl.org/src/MJD/Memoize-1.03/Changes
Feature safe: yes |
1.02_1 10 Jul 2012 17:47:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix *_DEPENDS: Storable is already in all supported Perl releases
- Remove outdated post-patch:
- Bump PORTREVISION for dependency change
PR: ports/168704
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 5 weeks) |
1.02 03 Jun 2012 05:56:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM) |
1.02 21 Jan 2012 17:40:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.02 24 Oct 2011 09:11:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.02 28 Dec 2010 02:34:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.02
- Remove MD5
PR: ports/152696
Submitted by: wen
Approved by: maintainer timeout (tobez ; 27 days)
Changes: http://search.cpan.org/dist/Memoize/Changes |
1.01 17 Apr 2008 14:30:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
araujo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
1.01 22 Jan 2006 08:30:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
1.01 22 Jan 2006 01:48:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.01 21 Sep 2005 19:31:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
fenner ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
1.01 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
1.01 24 Oct 2003 12:05:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.01 07 Mar 2003 06:01:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.01 14 Jul 2002 13:33:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.01. |
1.00 12 Jun 2002 23:07:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.00. |
12 Oct 2001 15:50:32
![commit hash: fp1.19624@dev.null.freshports.org commit hash: fp1.19624@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.19624@dev.null.freshports.org commit hash: fp1.19624@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.19624@dev.null.freshports.org commit hash: fp1.19624@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add devel/p5-Memoize, a perl module to transparently speed up perl functions
by caching return values. |