cvs commit: ports/devel Makefile ports/devel/fortytwo-encore Makefile distinfo pkg-descr pkg-plist

Dirk Meyer dinoex at FreeBSD.org
Thu Nov 30 09:22:04 PST 2006


dinoex      2006-11-30 17:14:30 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/fortytwo-encore Makefile distinfo pkg-descr pkg-plist 
  Log:
  Encore is a set of utility classes written in Objective-C for GNUstep and
  Mac OS X.  The motivation of writting these classes was driven by
  implementing the projects BDB and FT. The classes may be useful for other
  projects as well.
  
  The classes include
    - logging:  A flexible logging mechanism similiar to log4j. Supports
      logging levels, logging contexts, different output channels per context,
      configuration per xml, ...
  
    - XML-based reflection: a configuration mechanism which is based on XML and
      uses inversion of control (see tests for an example)
  
    - a simple testing framework
  
    - StringUtils class
  
    - an iterator interface
  
  WWW: http://fortytwo.sourceforge.net/
  
  Revision  Changes    Path
  1.2525    +1 -0      ports/devel/Makefile
  1.1       +38 -0     ports/devel/fortytwo-encore/Makefile (new)
  1.1       +6 -0      ports/devel/fortytwo-encore/distinfo (new)
  1.1       +20 -0     ports/devel/fortytwo-encore/pkg-descr (new)
  1.1       +617 -0    ports/devel/fortytwo-encore/pkg-plist (new)


More information about the cvs-all mailing list