cvs commit: ports/devel Makefile ports/devel/py-epsilon Makefile
 distinfo pkg-descr pkg-plist
    Renato Botelho 
    garga at FreeBSD.org
       
    Tue Apr 11 12:01:32 UTC 2006
    
    
  
garga       2006-04-11 12:01:24 UTC
  FreeBSD ports repository
  Modified files:
    devel                Makefile 
  Added files:
    devel/py-epsilon     Makefile distinfo pkg-descr pkg-plist 
  Log:
  A small utility package that depends on tools too recent for Twisted (like
  datetime in python2.4) but performs generic enough functions that it can be
  used in projects that don't want to share Divmod's other projects' large
  footprint.
  
  Currently included:
  
      * A powerful date/time formatting and import/export class (ExtimeDotTime),
        for exchanging date and time information between all Python's various
        ways to interpret objects as times or time deltas.
      * Tools for managing concurrent asynchronous processes within Twisted.
      * A metaclass which helps you define classes with explicit states.
      * A featureful Version class.
      * A formal system for application of monkey-patches.
  
  WWW: http://divmod.org/trac/wiki/DivmodEpsilon
  
  PR:             ports/95611
  Submitted by:   Alexander Botero-Lowry <alex at foxybanana.com>
  
  Revision  Changes    Path
  1.2161    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/py-epsilon/Makefile (new)
  1.1       +3 -0      ports/devel/py-epsilon/distinfo (new)
  1.1       +16 -0     ports/devel/py-epsilon/pkg-descr (new)
  1.1       +57 -0     ports/devel/py-epsilon/pkg-plist (new)
    
    
More information about the cvs-all
mailing list