aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Memoize-ExpireLRU
Commit message (Collapse)AuthorAgeFilesLines
* - Fix *_DEPENDS: Memoize 0.52+ is already in all supported Perl releasessunpoet2011-11-162-6/+6
| | | | | | | - Sort PLIST - Bump PORTREVISION for dependency and package change Feature safe: yes
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+1
| | | | | | | | | | | | | | | | 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
* -remove MD5ohauer2011-07-031-1/+0
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${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)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
|
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+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
* SIZEify.trevor2004-03-181-0/+1
|
* Add p5-Memoize-ExpireLRU 0.55, expiry plug-in for Memoize that adds LRUerwin2004-01-314-0/+40
cache expiration. PR: ports/61230 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>