Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/p5-Cache-Mmap/Makefile

[BACK] Up to [FreeBSD] / ports / devel / p5-Cache-Mmap

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 22 16:26:28 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -10 lines
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 25 09:32:49 2009 UTC (2 years, 11 months ago) by mat
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 0.11

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 29 17:40:15 2009 UTC (3 years ago) by erwin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Reassign my p5-* ports to perl@ so more than one person
can look at them.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:24:46 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
- 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)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 21 18:11:23 2005 UTC (6 years, 2 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
- Update to 0.09 [1]
- Hack around porversion decrease by using DISTNAME to avoid
  bumping PORTEPOCH.

PR:		89337 [1]
Submitted by:	aaron

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 31 12:10:55 2004 UTC (7 years, 8 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update to 0.081

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 30 20:24:54 2003 UTC (8 years, 3 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3 lines
Update to 0.08

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:01:33 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 17 20:57:24 2003 UTC (8 years, 7 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Update to 0.07

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 12 16:40:59 2003 UTC (8 years, 8 months ago) by erwin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Change to my FreeBSD.org address

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 13 12:28:21 2003 UTC (8 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -5 lines
Conditionalize dependencies for moudules included in perl 5.8

	Make dependencies on modules included in the perl 5.8
	distribution conditional on the perl version installed.
	While I'm here, remove SITE_PERL and MAN(3)PREFIX.

17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!

PR:		ports/50588
Submitted by:	Erwin Lansing <erwin@lansing.dk>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:40 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
De-pkg-comment.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 4 11:26:04 2003 UTC (9 years ago) by edwin
Branches: MAIN
New port: Cache::Mmap

	This module provides a shared cache, using a memory mapped
	file. Very useful for mod_perl applications. If routines
	are provided which interact with the underlying data, access
	to the cache is completely transparent, and the module
	handles all the details of refreshing cache contents, and
	updating underlying data, if necessary.

PR:		ports/47465
Submitted by:	Erwin Lansing <erwin@lansing.dk>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options