Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 06:02:29 -0700 (PDT)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-mixin Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200307221302.h6MD2TwT081898@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
krion       2003/07/22 06:02:29 PDT

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-mixin       Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port devel/p5-mixin
  
  Mixin inheritance is an alternative to the usual
  multiple-inheritance and solves the problem of knowing which
  parent will be called. It also solves a number of tricky
  problems like diamond inheritence.
  
  The idea is to solve the same sets of problems which MI solves
  without the problems of MI.
  
  PR:             54746
  Submitted by:   Mathieu Arnold <m@absolight.net>
  Approved by:    fjoe (mentor)
  
  Revision  Changes    Path
  1.1213    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-mixin/Makefile (new)
  1.1       +1 -0      ports/devel/p5-mixin/distinfo (new)
  1.1       +8 -0      ports/devel/p5-mixin/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-mixin/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307221302.h6MD2TwT081898>