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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.3, Package name: objfw-1.2.3, 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:
[pkgtools/cwrappers]

Package options: openssl

Master sites:

Filesize: 893.618 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-18 09:32:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
objfw: clang is a tool dependency, not a build dependency
   2024-12-15 23:58:25 by Jonathan Schleifer | Files touched by this commit (3)
Log message:
Update devel/objfw to 1.2.3

ObjFW 1.2.2 -> ObjFW 1.2.3, 2024-12-15
 * Fixes OFRunLoop not draining the autorelease pool after firing a timer.
 * Adds -fno-constant-ns{number,array,dictionary}-literals to OBJCFLAGS, which
   is required to have literals work with ObjFW with recent Xcode versions.
   2024-12-07 17:44:01 by Jonathan Schleifer | Files touched by this commit (5)
Log message:
Update devel/objfw to 1.2.2

ObjFW 1.2.1 -> ObjFW 1.2.2, 2024-12-07
 * Fixes OFTLSSocket not sending shutdown when using OpenSSL.
 * Fixes OFTLSSocket initialization when using MbedTLS.
 * Fixes imports in ObjFWTLS.h.
 * OFINIFile now properly quotes ; and #.
 * Ensures ofarc and ofhash link ObjFWTLS.
 * Makes OFEmbeddedIRIHandler public, as it's required for objfw-embed.
 * Fixes compiling on Haiku r1beta5.
 * Adds compatibility with latest devkitARM.
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-10 21:54:59 by Jonathan Schleifer | Files touched by this commit (1)
Log message:
devel/objfw: Fix PLIST on macOS
   2024-11-09 13:51:15 by Jonathan Schleifer | Files touched by this commit (4)
Log message:
Update devel/objfw to 1.2.1

ObjFW 1.2 -> ObjFW 1.2.1, 2024-11-09
 * Fixes exceptions in ObjC++.
 * Fixes compiling ObjC++ on Windows.
 * Fixes compiling tests on Haiku.
 * Properly hides private methods in ObjFWHID.
   2024-11-02 21:52:05 by Jonathan Schleifer | Files touched by this commit (5)
Log message:
Update devel/objfw to 1.2
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade