The NetBSD Project

CVS log for pkgsrc/devel/p5-Object-InsideOut/Attic/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Object-InsideOut

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2, Thu Oct 25 16:56:01 2007 UTC (16 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED

Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Sep 16 22:51:57 2007 UTC (16 years, 6 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of p5-Object-InsideOut version 3.25 into The NetBSD 
Packages Collection.

The Perl 5 module Object::InsideOut provides comprehensive support
for implementing classes using the inside-out object model.
  
It implements inside-out objects as anonymous scalar references
that are blessed into a class with the scalar containing the ID
for the object (usually a sequence number).  Object data (i.e.,
fields) are stored within the class's package in either arrays
indexed by the object's ID, or hashes keyed to the object's ID.

The virtues of the inside-out object model over the 'blessed hash'
object model have been extolled in detail elsewhere.  Briefly,
inside-out objects offer the following advantages over 'blessed
hash' objects:
* Encapsulation
* Field Name Collision Avoidance
* Compile-time Name Checking

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 16 22:51:57 2007 UTC (16 years, 6 months ago) by seb
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>