cvs commit: ports/devel Makefile ports/devel/p5-mixin Makefile distinfo pkg-descr pkg-plist

Kirill Ponomarew krion at FreeBSD.org
Tue Jul 22 06:02:30 PDT 2003


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 at 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)


More information about the cvs-ports mailing list