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

CVS log for ports/devel/p5-IPC-Shareable/Makefile

[BACK] Up to [FreeBSD] / ports / devel / p5-IPC-Shareable

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:35 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 -7 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
Tue Feb 26 07:32:40 2008 UTC (3 years, 11 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -5 lines
- use CPAN macro
- handle dependency better
- bump PORTREVISION

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 30 20:35:18 2007 UTC (4 years, 10 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- update my email address in ports header

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 5 18:20:34 2004 UTC (8 years, 1 month ago) by leeym
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
make this port portlint clean.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:01:55 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
utilize SITE_PERL

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:57 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 19 08:01:29 2002 UTC (9 years, 5 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
change my email address to leeym@FreeBSD.org

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 13 14:55:13 2001 UTC (10 years, 11 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update to version 0.60

PR: 25765
Submitted by: maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 14 20:06:43 2001 UTC (11 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Upgrade to latest version.

PR:		ports/24298
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 3 01:35:04 2000 UTC (11 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Upgrade to 0.53

PR:		ports/23236
Submitted by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 10 04:42:43 2000 UTC (11 years, 4 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -7 lines
- Update port from 0.51 to 0.52
- Change ${PERL_ARCH} in RUN_DEPENDS
- Reorder packing list

PR: 21883
Submitted by: MAINTAINER

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 9 09:59:52 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Fix some omission for Makefile and PLIST.

PR: 21103
Submitted by: MAINTAINER

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 6 16:02:13 2000 UTC (11 years, 5 months ago) by sada
Branches: MAIN
New port: IPC-Shareable
IPC::Shareable allows you to tie a a variable to shared memory making
it easy to share the contents of that variable with other Perl processes.

PR:		ports/18816
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>

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