Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2006 10:54:42 +0000 (UTC)
From:      Andrew Pantyukhin <sat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/p5-Template-Iterator-AlzaboWrapperCursor Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200608021054.k72AsgBY036498@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sat         2006-08-02 10:54:42 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Template-Iterator-AlzaboWrapperCursor Makefile distinfo 
                                                 pkg-descr 
                                                 pkg-plist 
  Log:
  Add port www/p5-Template-Iterator-AlzaboWrapperCursor:
  
  This module allows a Class::AlzaboWrapper::Cursor object to be used as
  a TT2 iterator.
  
  For a cursor which returns one object at a time, the iterator simply
  returns one object per iteration. When the cursor returns multiple
  objects, the iterator returns a hash reference where the keys are the
  table name of the object's class in lower-case, with camel-casing
  turned into underscores. The values of the hash are the objects.
  
  So if the cursor returns Foo::User and Foo::Page objects, the keys are
  "user" and "page".
  
  WWW: http://search.cpan.org/dist/Template-Iterator-AlzaboWrapperCursor/
  
  Justification:  socialtext dependency
  
  Revision  Changes    Path
  1.1537    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile (new)
  1.1       +3 -0      ports/www/p5-Template-Iterator-AlzaboWrapperCursor/distinfo (new)
  1.1       +13 -0     ports/www/p5-Template-Iterator-AlzaboWrapperCursor/pkg-descr (new)
  1.1       +3 -0      ports/www/p5-Template-Iterator-AlzaboWrapperCursor/pkg-plist (new)



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