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
 - 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.
¦ ¦ ¦ ¦ 
- 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
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Memoize: Update to 1.17
Changes: https://metacpan.org/dist/Memoize/changes |
1.16 05 Feb 2023 15:50:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Memoize: Update to 1.16
Changes: https://metacpan.org/dist/Memoize/changes |
1.15 30 Dec 2022 09:05:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Memoize: Update to 1.15
Changes: https://metacpan.org/dist/Memoize/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.13 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.13 31 Aug 2022 18:50:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Memoize: Update to 1.13
Changes: https://metacpan.org/dist/Memoize/changes |
1.10 31 Aug 2022 11:41:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Memoize: Update to 1.10
Changes: https://metacpan.org/dist/Memoize/changes |
1.09 09 Aug 2022 02:36:54
    |
Wen Heping (wen)  |
devel/p5-Memoize: Update to 1.09 |
1.04 30 Jul 2022 05:59:06
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.03_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.03_1 10 Sep 2018 11:17:00
  |
des  |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.03_1 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.03_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 ) |
1.03 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
1.03 29 Jul 2014 19:11:53
  |
adamw  |
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
  |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.03 20 Sep 2013 17:13:47
  |
bapt  |
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
  |
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.03 31 Oct 2012 10:39:50
  |
tobez  |
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
 |
sunpoet  |
- 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
 |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM) |
1.02 21 Jan 2012 17:40:15
 |
eadler  |
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
 |
dougb  |
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
 |
pgollucci  |
- 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
 |
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) |
1.01 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.01 22 Jan 2006 01:48:34
 |
edwin  |
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
 |
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 |
1.01 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.01 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.01 07 Mar 2003 06:01:16
 |
ade  |
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
 |
tobez  |
Update to 1.01. |
1.00 12 Jun 2002 23:07:03
 |
tobez  |
Update to 1.00. |
12 Oct 2001 15:50:32
    |
tobez  |
Add devel/p5-Memoize, a perl module to transparently speed up perl functions
by caching return values. |