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

CVS log for ports/devel/p5-WeakRef/Makefile

[BACK] Up to [FreeBSD] / ports / devel / p5-WeakRef

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 20 08:36:16 2011 UTC (7 months, 3 weeks ago) by az
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 19 17:28:02 2008 UTC (3 years, 7 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update my email address in 132 ports.

Approved by:	miwi (mentor)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:26:26 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -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.2: download - view: text, markup, annotated - select for diffs
Thu Dec 21 20:41:22 2006 UTC (5 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
[MAINTAINER] update my email address in 76 ports + mirror some distfiles

	I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 15 16:05:41 2006 UTC (5 years, 7 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
A patch to Perl 5.005_55 by the author implements a core API for
weak references. This module is a Perl-level interface to that API,
allowing weak references to be created in Perl.

A weak reference is just like an ordinary Perl reference except
that it isn't included in the reference count of the thing referred
to. This means that once all references to a particular piece of
data are weak, the piece of data is freed and all the weak references
are set to undef. This is particularly useful for implementing
circular data structures without memory leaks or caches of objects.

WWW: http://search.cpan.org/dist/WeakRef/

PR:		ports/98963
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>

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