Subject: CVS commit: pkgsrc/devel/objfw
From: Maya Rashish
Date: 2017-08-01 17:51:53
Message id: 20170801155153.272C6FACD@cvs.NetBSD.org

Log Message:
Add objfw version 0.90

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.

Written and packaged by Jonathan Schleifer <js@heap.zone>

Files:
RevisionActionfile
1.1addpkgsrc/devel/objfw/DESCR
1.1addpkgsrc/devel/objfw/Makefile
1.1addpkgsrc/devel/objfw/PLIST
1.1addpkgsrc/devel/objfw/PLIST.bridge
1.1addpkgsrc/devel/objfw/PLIST.runtime
1.1addpkgsrc/devel/objfw/distinfo