Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 17:14:30 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/fortytwo-encore Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200611301714.kAUHEUJI012497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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