NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 1.1nb20200501, Package name: objfw-1.1nb20200501, 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.


Required to build:
[devel/git-base] [pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2015-08-23 19:14:18 by Midar | Files touched by this commit (2)
Log message:
Update objfw-git
   2014-12-14 18:45:11 by Midar | Files touched by this commit (1)
Log message:
objfw-git: Update PLIST
   2014-09-10 11:12:45 by Thomas Klausner | Files touched by this commit (8)
Log message:
Try making PKGNAME valid.
   2014-05-01 00:44:30 by Midar | Files touched by this commit (1)
Log message:
objfw-git: Update PLIST to include new files
   2013-09-30 22:34:58 by Midar | Files touched by this commit (2)
Log message:
objfw-git: Build static library as well.
   2013-06-30 22:18:37 by Midar | Files touched by this commit (1)
Log message:
objfw-git: Update PLIST.
   2013-05-08 00:52:22 by Midar | Files touched by this commit (1)
Log message:
objfw-git: Add new files to PLIST.
   2013-03-18 14:32:22 by Midar | Files touched by this commit (4)
Log message:
Add objfw-git.