aboutsummaryrefslogtreecommitdiff
path: root/devel/fortytwo-encore
Commit message (Collapse)AuthorAgeFilesLines
* Stage supportAntoine Brodin2014-02-111-6/+4
| | | | Notes: svn path=/head/; revision=343800
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - fix build with gcc46Dirk Meyer2012-02-061-0/+10
| | | | Notes: svn path=/head/; revision=290502
* - drop MD5Dirk Meyer2011-04-071-2/+0
| | | | Notes: svn path=/head/; revision=272348
* LICENSE LGPL21Dirk Meyer2010-06-051-0/+2
| | | | Notes: svn path=/head/; revision=255744
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-57/+56
| | | | Notes: svn path=/head/; revision=255316
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226273
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-2/+2
| | | | Notes: svn path=/head/; revision=214100
* - update to 0.3.1Dirk Meyer2007-12-123-17/+19
| | | | Notes: svn path=/head/; revision=203364
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-45/+47
| | | | Notes: svn path=/head/; revision=191718
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - use new macrosDirk Meyer2007-01-131-1/+1
| | | | Notes: svn path=/head/; revision=182292
* Encore is a set of utility classes written in Objective-C for GNUstep andDirk Meyer2006-11-304-0/+681
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/ Notes: svn path=/head/; revision=178345