pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update objfw-git



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun May 7 17:59:25 2017 +0200
Changeset:	bb47b3547750a7c1f50c27564516e0f82d58f037

Modified Files:
	objfw-git/Makefile
	objfw-git/PLIST
Added Files:
	objfw-git/PLIST.bridge
	objfw-git/PLIST.runtime

Log Message:
Update objfw-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb47b3547750a7c1f50c27564516e0f82d58f037

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 objfw-git/Makefile      | 12 +++++++++++-
 objfw-git/PLIST         | 27 ++++++++++++++++++++++-----
 objfw-git/PLIST.bridge  | 18 ++++++++++++++++++
 objfw-git/PLIST.runtime |  2 ++
 4 files changed, 53 insertions(+), 6 deletions(-)

diffs:
diff --git a/objfw-git/Makefile b/objfw-git/Makefile
index d1b2032a5f..881da702c3 100644
--- a/objfw-git/Makefile
+++ b/objfw-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.4 2015/08/23 17:14:18 midar Exp $
 
-DISTNAME=	objfw-0.0
+DISTNAME=	objfw-0.9
 CATEGORIES=	devel
 
 COMMENT=	Portable, lightweight framework for the Objective-C language
@@ -18,6 +18,16 @@ USE_LANGUAGES=		objc
 CONFIGURE_ARGS+=	--enable-static
 CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
 
+PLIST_VARS+=	runtime bridge
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+PLIST.runtime = yes
+.else
+PLIST.bridge = yes
+.endif
+
 pre-configure:
 	cd ${WRKSRC} && autoreconf
 
diff --git a/objfw-git/PLIST b/objfw-git/PLIST
index c4f339e7e3..0a68d74c16 100644
--- a/objfw-git/PLIST
+++ b/objfw-git/PLIST
@@ -10,7 +10,6 @@ include/ObjFW/OFAllocFailedException.h
 include/ObjFW/OFAlreadyConnectedException.h
 include/ObjFW/OFApplication.h
 include/ObjFW/OFArray.h
-include/ObjFW/OFArray_subarray.h
 include/ObjFW/OFAutoreleasePool.h
 include/ObjFW/OFBigDataArray.h
 include/ObjFW/OFBindFailedException.h
@@ -31,7 +30,8 @@ include/ObjFW/OFCopyItemFailedException.h
 include/ObjFW/OFCountedSet.h
 include/ObjFW/OFCreateDirectoryFailedException.h
 include/ObjFW/OFCreateSymbolicLinkFailedException.h
-include/ObjFW/OFDataArray+Hashing.h
+include/ObjFW/OFCryptoHash.h
+include/ObjFW/OFDataArray+CryptoHashing.h
 include/ObjFW/OFDataArray+MessagePackValue.h
 include/ObjFW/OFDataArray.h
 include/ObjFW/OFDate.h
@@ -45,12 +45,13 @@ include/ObjFW/OFFile.h
 include/ObjFW/OFFileManager.h
 include/ObjFW/OFGZIPStream.h
 include/ObjFW/OFGetOptionFailedException.h
+include/ObjFW/OFHMAC.h
 include/ObjFW/OFHTTPClient.h
+include/ObjFW/OFHTTPCookie.h
 include/ObjFW/OFHTTPRequest.h
 include/ObjFW/OFHTTPRequestFailedException.h
 include/ObjFW/OFHTTPResponse.h
 include/ObjFW/OFHTTPServer.h
-include/ObjFW/OFHash.h
 include/ObjFW/OFHashAlreadyCalculatedException.h
 include/ObjFW/OFINICategory.h
 include/ObjFW/OFINIFile.h
@@ -67,6 +68,7 @@ include/ObjFW/OFKeyValueCoding.h
 include/ObjFW/OFLinkFailedException.h
 include/ObjFW/OFList.h
 include/ObjFW/OFListenFailedException.h
+include/ObjFW/OFLocalization.h
 include/ObjFW/OFLockFailedException.h
 include/ObjFW/OFLocking.h
 include/ObjFW/OFMD5Hash.h
@@ -108,6 +110,8 @@ include/ObjFW/OFSHA256Hash.h
 include/ObjFW/OFSHA384Hash.h
 include/ObjFW/OFSHA384Or512Hash.h
 include/ObjFW/OFSHA512Hash.h
+include/ObjFW/OFSandbox.h
+include/ObjFW/OFSandboxActivationFailedException.h
 include/ObjFW/OFSeekFailedException.h
 include/ObjFW/OFSeekableStream.h
 include/ObjFW/OFSerialization.h
@@ -120,7 +124,7 @@ include/ObjFW/OFStdIOStream.h
 include/ObjFW/OFStillLockedException.h
 include/ObjFW/OFStream.h
 include/ObjFW/OFStreamSocket.h
-include/ObjFW/OFString+Hashing.h
+include/ObjFW/OFString+CryptoHashing.h
 include/ObjFW/OFString+JSONValue.h
 include/ObjFW/OFString+Serialization.h
 include/ObjFW/OFString+URLEncoding.h
@@ -163,6 +167,12 @@ include/ObjFW/OFZIPArchive.h
 include/ObjFW/OFZIPArchiveEntry.h
 include/ObjFW/ObjFW.h
 include/ObjFW/atomic.h
+include/ObjFW/atomic_builtins.h
+include/ObjFW/atomic_no_threads.h
+include/ObjFW/atomic_osatomic.h
+include/ObjFW/atomic_powerpc.h
+include/ObjFW/atomic_sync_builtins.h
+include/ObjFW/atomic_x86.h
 include/ObjFW/autorelease.h
 include/ObjFW/base64.h
 include/ObjFW/block.h
@@ -172,9 +182,10 @@ include/ObjFW/macros.h
 include/ObjFW/objfw-defs.h
 include/ObjFW/of_asprintf.h
 include/ObjFW/of_strptime.h
+include/ObjFW/pbkdf2.h
 include/ObjFW/platform.h
 include/ObjFW/resolver.h
-include/ObjFW/runtime.h
+include/ObjFW/scrypt.h
 include/ObjFW/socket.h
 include/ObjFW/threading.h
 include/ObjFW/unicode.h
@@ -182,3 +193,9 @@ lib/libobjfw.a
 lib/libobjfw.so
 lib/libobjfw.so.8
 lib/libobjfw.so.8.0.0
+share/ofhash/lang/de.json
+share/ofhash/lang/languages.json
+share/ofhttp/lang/de.json
+share/ofhttp/lang/languages.json
+share/ofzip/lang/de.json
+share/ofzip/lang/languages.json
diff --git a/objfw-git/PLIST.bridge b/objfw-git/PLIST.bridge
new file mode 100644
index 0000000000..a2b52173e6
--- /dev/null
+++ b/objfw-git/PLIST.bridge
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+include/ObjFW_Bridge/NSArray+OFObject.h
+include/ObjFW_Bridge/NSArray_OFArray.h
+include/ObjFW_Bridge/NSBridging.h
+include/ObjFW_Bridge/NSDictionary+OFObject.h
+include/ObjFW_Bridge/NSDictionary_OFDictionary.h
+include/ObjFW_Bridge/NSString+OFObject.h
+include/ObjFW_Bridge/OFArray+NSObject.h
+include/ObjFW_Bridge/OFArray_NSArray.h
+include/ObjFW_Bridge/OFBridging.h
+include/ObjFW_Bridge/OFDictionary+NSObject.h
+include/ObjFW_Bridge/OFDictionary_NSDictionary.h
+include/ObjFW_Bridge/OFString+NSObject.h
+include/ObjFW_Bridge/ObjFW_Bridge.h
+lib/libobjfw-bridge.8.0.dylib
+lib/libobjfw-bridge.8.dylib
+lib/libobjfw-bridge.a
+lib/libobjfw-bridge.dylib
diff --git a/objfw-git/PLIST.runtime b/objfw-git/PLIST.runtime
new file mode 100644
index 0000000000..781ab63773
--- /dev/null
+++ b/objfw-git/PLIST.runtime
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+include/ObjFW/runtime.h


Home | Main Index | Thread Index | Old Index