NOTICE: This package has been removed from pkgsrc

./wip/objfw, Portable, lightweight framework for the Objective-C language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.90.1, Package name: objfw-0.90.1, Maintainer: js

ObjFW is a highly portable, lightweight, general purpose, open source
Objective-C framework with full Objective-C 2.0, blocks and ARC support,
providing not only basic classes like strings, arrays and dictionaries,
but also providing abstractions for OS-dependant functionality like
asynchronous sockets.

While a lot of the core API is similar to Foundation, it breaks with
Foundation's API on purpose in many places to embrace new features which
Foundation can't use completely due to its backwards compatibility. One
such example are exceptions, which are a first class citizen in ObjFW
and not merely to inform the programmer of his wrongdoings like in
Foundation.

ObjFW runs on a huge list of platforms and offers the same API on all of
them so that software written using ObjFW runs on all platforms
supported by ObjFW without #ifdef hells or the like. It does not only
run on almost any POSIX system that supports GCC >= 4, but it also works
on Windows and niche platforms like the PlayStation Portable.


Master sites:

SHA1: ffe75c91d164c08bbacaf7fb4af200d52f36e00c
RMD160: 7bc9e4146123ddf4749d6cbf0afa07c93fe4f4d9
Filesize: 605.325 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-15 21:26:31 by Midar | Files touched by this commit (3)
Log message:
Update ObjFW to 0.8
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2013-09-30 22:40:15 by Midar | Files touched by this commit (2)
Log message:
objfw: Build static library as well.
   2013-03-18 14:06:10 by Midar | Files touched by this commit (1)
Log message:
Fix CATEGORIES being in the Makefile twice.
   2012-11-23 23:24:33 by Midar | Files touched by this commit (4)
Log message:
Add ObjFW 0.7.1.