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 Aug 12 17:17:30 2018 +0200
Changeset:	8a106b5828c5f8149bb81dd9c25a39e53fdd4963

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

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=8a106b5828c5f8149bb81dd9c25a39e53fdd4963

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

diffstat:
 objfw-git/Makefile      |   8 +-
 objfw-git/PLIST         |  61 ++++++++----
 objfw-git/PLIST.Darwin  | 243 ++++++++++++++++++++++++++++++++++++++++++++++++
 objfw-git/PLIST.bridge  |  18 ----
 objfw-git/PLIST.runtime |   6 +-
 5 files changed, 295 insertions(+), 41 deletions(-)

diffs:
diff --git a/objfw-git/Makefile b/objfw-git/Makefile
index 656f6565ca..b8938af6ed 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 $
+# $NetBSD$
 
-DISTNAME=	objfw-0.9
+DISTNAME=	objfw-0.91
 CATEGORIES=	devel
 
 COMMENT=	Portable, lightweight framework for the Objective-C language
@@ -9,7 +9,7 @@ HOMEPAGE=	https://heap.zone/objfw/
 MAINTAINER=	js%heap.zone@localhost
 
 GIT_REPOSITORIES=	objfw
-GIT_REPO.objfw=		https://heap.zone/git/objfw.git
+GIT_REPO.objfw=		https://github.com/ObjFW/ObjFW.git
 
 WRKSRC=			${WRKDIR}/objfw
 USE_TOOLS=		aclocal automake
@@ -24,8 +24,6 @@ PLIST_VARS+=	runtime bridge
 
 .if ${OPSYS} != "Darwin"
 PLIST.runtime =	yes
-.else
-PLIST.bridge =	yes
 .endif
 
 pre-configure:
diff --git a/objfw-git/PLIST b/objfw-git/PLIST
index 0a68d74c16..e1c6f84249 100644
--- a/objfw-git/PLIST
+++ b/objfw-git/PLIST
@@ -1,24 +1,24 @@
 @comment $NetBSD$
 bin/objfw-compile
 bin/objfw-config
+bin/objfw-new
+bin/ofarc
+bin/ofdns
 bin/ofhash
 bin/ofhttp
-bin/ofzip
 include/ObjFW/OFAcceptFailedException.h
-include/ObjFW/OFAddressTranslationFailedException.h
 include/ObjFW/OFAllocFailedException.h
 include/ObjFW/OFAlreadyConnectedException.h
 include/ObjFW/OFApplication.h
 include/ObjFW/OFArray.h
 include/ObjFW/OFAutoreleasePool.h
-include/ObjFW/OFBigDataArray.h
 include/ObjFW/OFBindFailedException.h
 include/ObjFW/OFBlock.h
 include/ObjFW/OFChangeCurrentDirectoryPathFailedException.h
-include/ObjFW/OFChangeOwnerFailedException.h
-include/ObjFW/OFChangePermissionsFailedException.h
-include/ObjFW/OFChecksumFailedException.h
+include/ObjFW/OFCharacterSet.h
+include/ObjFW/OFChecksumMismatchException.h
 include/ObjFW/OFCollection.h
+include/ObjFW/OFColor.h
 include/ObjFW/OFCondition.h
 include/ObjFW/OFConditionBroadcastFailedException.h
 include/ObjFW/OFConditionSignalFailedException.h
@@ -31,12 +31,12 @@ include/ObjFW/OFCountedSet.h
 include/ObjFW/OFCreateDirectoryFailedException.h
 include/ObjFW/OFCreateSymbolicLinkFailedException.h
 include/ObjFW/OFCryptoHash.h
-include/ObjFW/OFDataArray+CryptoHashing.h
-include/ObjFW/OFDataArray+MessagePackValue.h
-include/ObjFW/OFDataArray.h
+include/ObjFW/OFDNSResolver.h
+include/ObjFW/OFDNSResourceRecord.h
+include/ObjFW/OFData+CryptoHashing.h
+include/ObjFW/OFData+MessagePackValue.h
+include/ObjFW/OFData.h
 include/ObjFW/OFDate.h
-include/ObjFW/OFDeflate64Stream.h
-include/ObjFW/OFDeflateStream.h
 include/ObjFW/OFDictionary.h
 include/ObjFW/OFEnumerationMutationException.h
 include/ObjFW/OFEnumerator.h
@@ -44,10 +44,12 @@ include/ObjFW/OFException.h
 include/ObjFW/OFFile.h
 include/ObjFW/OFFileManager.h
 include/ObjFW/OFGZIPStream.h
+include/ObjFW/OFGetCurrentDirectoryPathFailedException.h
 include/ObjFW/OFGetOptionFailedException.h
 include/ObjFW/OFHMAC.h
 include/ObjFW/OFHTTPClient.h
 include/ObjFW/OFHTTPCookie.h
+include/ObjFW/OFHTTPCookieManager.h
 include/ObjFW/OFHTTPRequest.h
 include/ObjFW/OFHTTPRequestFailedException.h
 include/ObjFW/OFHTTPResponse.h
@@ -55,6 +57,8 @@ include/ObjFW/OFHTTPServer.h
 include/ObjFW/OFHashAlreadyCalculatedException.h
 include/ObjFW/OFINICategory.h
 include/ObjFW/OFINIFile.h
+include/ObjFW/OFInflate64Stream.h
+include/ObjFW/OFInflateStream.h
 include/ObjFW/OFInitializationFailedException.h
 include/ObjFW/OFIntrospection.h
 include/ObjFW/OFInvalidArgumentException.h
@@ -62,13 +66,17 @@ include/ObjFW/OFInvalidEncodingException.h
 include/ObjFW/OFInvalidFormatException.h
 include/ObjFW/OFInvalidJSONException.h
 include/ObjFW/OFInvalidServerReplyException.h
+include/ObjFW/OFInvocation.h
 include/ObjFW/OFJSONRepresentation.h
 include/ObjFW/OFKernelEventObserver.h
 include/ObjFW/OFKeyValueCoding.h
+include/ObjFW/OFLHAArchive.h
+include/ObjFW/OFLHAArchiveEntry.h
 include/ObjFW/OFLinkFailedException.h
 include/ObjFW/OFList.h
 include/ObjFW/OFListenFailedException.h
-include/ObjFW/OFLocalization.h
+include/ObjFW/OFLoadPluginFailedException.h
+include/ObjFW/OFLocale.h
 include/ObjFW/OFLockFailedException.h
 include/ObjFW/OFLocking.h
 include/ObjFW/OFMD5Hash.h
@@ -77,11 +85,19 @@ include/ObjFW/OFMapTable.h
 include/ObjFW/OFMemoryNotPartOfObjectException.h
 include/ObjFW/OFMessagePackExtension.h
 include/ObjFW/OFMessagePackRepresentation.h
+include/ObjFW/OFMethodSignature.h
 include/ObjFW/OFMoveItemFailedException.h
 include/ObjFW/OFMutableArray.h
+include/ObjFW/OFMutableData.h
 include/ObjFW/OFMutableDictionary.h
+include/ObjFW/OFMutableLHAArchiveEntry.h
+include/ObjFW/OFMutablePair.h
 include/ObjFW/OFMutableSet.h
 include/ObjFW/OFMutableString.h
+include/ObjFW/OFMutableTarArchiveEntry.h
+include/ObjFW/OFMutableTriple.h
+include/ObjFW/OFMutableURL.h
+include/ObjFW/OFMutableZIPArchiveEntry.h
 include/ObjFW/OFMutex.h
 include/ObjFW/OFNotImplementedException.h
 include/ObjFW/OFNotOpenException.h
@@ -95,6 +111,7 @@ include/ObjFW/OFOpenItemFailedException.h
 include/ObjFW/OFOptionsParser.h
 include/ObjFW/OFOutOfMemoryException.h
 include/ObjFW/OFOutOfRangeException.h
+include/ObjFW/OFPair.h
 include/ObjFW/OFPlugin.h
 include/ObjFW/OFProcess.h
 include/ObjFW/OFRIPEMD160Hash.h
@@ -102,6 +119,8 @@ include/ObjFW/OFReadFailedException.h
 include/ObjFW/OFReadOrWriteFailedException.h
 include/ObjFW/OFRecursiveMutex.h
 include/ObjFW/OFRemoveItemFailedException.h
+include/ObjFW/OFResolveHostFailedException.h
+include/ObjFW/OFRetrieveItemAttributesFailedException.h
 include/ObjFW/OFRunLoop.h
 include/ObjFW/OFSHA1Hash.h
 include/ObjFW/OFSHA224Hash.h
@@ -112,20 +131,23 @@ include/ObjFW/OFSHA384Or512Hash.h
 include/ObjFW/OFSHA512Hash.h
 include/ObjFW/OFSandbox.h
 include/ObjFW/OFSandboxActivationFailedException.h
+include/ObjFW/OFSecureData.h
 include/ObjFW/OFSeekFailedException.h
 include/ObjFW/OFSeekableStream.h
 include/ObjFW/OFSerialization.h
 include/ObjFW/OFSet.h
+include/ObjFW/OFSetItemAttributesFailedException.h
 include/ObjFW/OFSetOptionFailedException.h
 include/ObjFW/OFSettings.h
 include/ObjFW/OFSortedList.h
-include/ObjFW/OFStatItemFailedException.h
 include/ObjFW/OFStdIOStream.h
 include/ObjFW/OFStillLockedException.h
 include/ObjFW/OFStream.h
 include/ObjFW/OFStreamSocket.h
 include/ObjFW/OFString+CryptoHashing.h
 include/ObjFW/OFString+JSONValue.h
+include/ObjFW/OFString+PathAdditions.h
+include/ObjFW/OFString+PropertyListValue.h
 include/ObjFW/OFString+Serialization.h
 include/ObjFW/OFString+URLEncoding.h
 include/ObjFW/OFString+XMLEscaping.h
@@ -142,9 +164,11 @@ include/ObjFW/OFThreadPool.h
 include/ObjFW/OFThreadStartFailedException.h
 include/ObjFW/OFThreadStillRunningException.h
 include/ObjFW/OFTimer.h
+include/ObjFW/OFTriple.h
 include/ObjFW/OFTruncatedDataException.h
 include/ObjFW/OFUDPSocket.h
 include/ObjFW/OFURL.h
+include/ObjFW/OFURLHandler.h
 include/ObjFW/OFUnboundNamespaceException.h
 include/ObjFW/OFUnboundPrefixException.h
 include/ObjFW/OFUndefinedKeyException.h
@@ -152,6 +176,7 @@ include/ObjFW/OFUnknownXMLEntityException.h
 include/ObjFW/OFUnlockFailedException.h
 include/ObjFW/OFUnsupportedProtocolException.h
 include/ObjFW/OFUnsupportedVersionException.h
+include/ObjFW/OFValue.h
 include/ObjFW/OFWriteFailedException.h
 include/ObjFW/OFXMLAttribute.h
 include/ObjFW/OFXMLCDATA.h
@@ -176,7 +201,9 @@ include/ObjFW/atomic_x86.h
 include/ObjFW/autorelease.h
 include/ObjFW/base64.h
 include/ObjFW/block.h
+include/ObjFW/crc16.h
 include/ObjFW/crc32.h
+include/ObjFW/huffman_tree.h
 include/ObjFW/instance.h
 include/ObjFW/macros.h
 include/ObjFW/objfw-defs.h
@@ -191,11 +218,11 @@ include/ObjFW/threading.h
 include/ObjFW/unicode.h
 lib/libobjfw.a
 lib/libobjfw.so
-lib/libobjfw.so.8
-lib/libobjfw.so.8.0.0
+lib/libobjfw.so.9
+lib/libobjfw.so.9.0
+share/ofarc/lang/de.json
+share/ofarc/lang/languages.json
 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.Darwin b/objfw-git/PLIST.Darwin
new file mode 100644
index 0000000000..1ab103958d
--- /dev/null
+++ b/objfw-git/PLIST.Darwin
@@ -0,0 +1,243 @@
+@comment $NetBSD$
+Library/Frameworks/ObjFW.framework/Headers/OFAcceptFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFAllocFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFAlreadyConnectedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFApplication.h
+Library/Frameworks/ObjFW.framework/Headers/OFArray.h
+Library/Frameworks/ObjFW.framework/Headers/OFAutoreleasePool.h
+Library/Frameworks/ObjFW.framework/Headers/OFBindFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFBlock.h
+Library/Frameworks/ObjFW.framework/Headers/OFChangeCurrentDirectoryPathFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFCharacterSet.h
+Library/Frameworks/ObjFW.framework/Headers/OFChecksumMismatchException.h
+Library/Frameworks/ObjFW.framework/Headers/OFCollection.h
+Library/Frameworks/ObjFW.framework/Headers/OFColor.h
+Library/Frameworks/ObjFW.framework/Headers/OFCondition.h
+Library/Frameworks/ObjFW.framework/Headers/OFConditionBroadcastFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConditionSignalFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConditionStillWaitingException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConditionWaitFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConnectionFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConstantString.h
+Library/Frameworks/ObjFW.framework/Headers/OFCopyItemFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFCountedSet.h
+Library/Frameworks/ObjFW.framework/Headers/OFCreateDirectoryFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFCreateSymbolicLinkFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFCryptoHash.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSResolver.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSResourceRecord.h
+Library/Frameworks/ObjFW.framework/Headers/OFData+CryptoHashing.h
+Library/Frameworks/ObjFW.framework/Headers/OFData+MessagePackValue.h
+Library/Frameworks/ObjFW.framework/Headers/OFData.h
+Library/Frameworks/ObjFW.framework/Headers/OFDate.h
+Library/Frameworks/ObjFW.framework/Headers/OFDictionary.h
+Library/Frameworks/ObjFW.framework/Headers/OFEnumerationMutationException.h
+Library/Frameworks/ObjFW.framework/Headers/OFEnumerator.h
+Library/Frameworks/ObjFW.framework/Headers/OFException.h
+Library/Frameworks/ObjFW.framework/Headers/OFFile.h
+Library/Frameworks/ObjFW.framework/Headers/OFFileManager.h
+Library/Frameworks/ObjFW.framework/Headers/OFGZIPStream.h
+Library/Frameworks/ObjFW.framework/Headers/OFGetCurrentDirectoryPathFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFGetOptionFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFHMAC.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPClient.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPCookie.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPCookieManager.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPRequest.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPRequestFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPResponse.h
+Library/Frameworks/ObjFW.framework/Headers/OFHTTPServer.h
+Library/Frameworks/ObjFW.framework/Headers/OFHashAlreadyCalculatedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFINICategory.h
+Library/Frameworks/ObjFW.framework/Headers/OFINIFile.h
+Library/Frameworks/ObjFW.framework/Headers/OFInflate64Stream.h
+Library/Frameworks/ObjFW.framework/Headers/OFInflateStream.h
+Library/Frameworks/ObjFW.framework/Headers/OFInitializationFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFIntrospection.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvalidArgumentException.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvalidEncodingException.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvalidFormatException.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvalidJSONException.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvalidServerReplyException.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvocation.h
+Library/Frameworks/ObjFW.framework/Headers/OFJSONRepresentation.h
+Library/Frameworks/ObjFW.framework/Headers/OFKernelEventObserver.h
+Library/Frameworks/ObjFW.framework/Headers/OFKeyValueCoding.h
+Library/Frameworks/ObjFW.framework/Headers/OFLHAArchive.h
+Library/Frameworks/ObjFW.framework/Headers/OFLHAArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/OFLinkFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFList.h
+Library/Frameworks/ObjFW.framework/Headers/OFListenFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFLoadPluginFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFLocale.h
+Library/Frameworks/ObjFW.framework/Headers/OFLockFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFLocking.h
+Library/Frameworks/ObjFW.framework/Headers/OFMD5Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFMalformedXMLException.h
+Library/Frameworks/ObjFW.framework/Headers/OFMapTable.h
+Library/Frameworks/ObjFW.framework/Headers/OFMemoryNotPartOfObjectException.h
+Library/Frameworks/ObjFW.framework/Headers/OFMessagePackExtension.h
+Library/Frameworks/ObjFW.framework/Headers/OFMessagePackRepresentation.h
+Library/Frameworks/ObjFW.framework/Headers/OFMethodSignature.h
+Library/Frameworks/ObjFW.framework/Headers/OFMoveItemFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableArray.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableData.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableDictionary.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableLHAArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutablePair.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableSet.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableString.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableTarArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableTriple.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableURL.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutableZIPArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/OFMutex.h
+Library/Frameworks/ObjFW.framework/Headers/OFNotImplementedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFNotOpenException.h
+Library/Frameworks/ObjFW.framework/Headers/OFNull.h
+Library/Frameworks/ObjFW.framework/Headers/OFNumber.h
+Library/Frameworks/ObjFW.framework/Headers/OFObject+KeyValueCoding.h
+Library/Frameworks/ObjFW.framework/Headers/OFObject+Serialization.h
+Library/Frameworks/ObjFW.framework/Headers/OFObject.h
+Library/Frameworks/ObjFW.framework/Headers/OFObserveFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFOpenItemFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFOptionsParser.h
+Library/Frameworks/ObjFW.framework/Headers/OFOutOfMemoryException.h
+Library/Frameworks/ObjFW.framework/Headers/OFOutOfRangeException.h
+Library/Frameworks/ObjFW.framework/Headers/OFPair.h
+Library/Frameworks/ObjFW.framework/Headers/OFPlugin.h
+Library/Frameworks/ObjFW.framework/Headers/OFProcess.h
+Library/Frameworks/ObjFW.framework/Headers/OFRIPEMD160Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFReadFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFReadOrWriteFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFRecursiveMutex.h
+Library/Frameworks/ObjFW.framework/Headers/OFRemoveItemFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFResolveHostFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFRetrieveItemAttributesFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFRunLoop.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA1Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA224Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA224Or256Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA256Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA384Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA384Or512Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSHA512Hash.h
+Library/Frameworks/ObjFW.framework/Headers/OFSandbox.h
+Library/Frameworks/ObjFW.framework/Headers/OFSandboxActivationFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFSecureData.h
+Library/Frameworks/ObjFW.framework/Headers/OFSeekFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFSeekableStream.h
+Library/Frameworks/ObjFW.framework/Headers/OFSerialization.h
+Library/Frameworks/ObjFW.framework/Headers/OFSet.h
+Library/Frameworks/ObjFW.framework/Headers/OFSetItemAttributesFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFSetOptionFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFSettings.h
+Library/Frameworks/ObjFW.framework/Headers/OFSortedList.h
+Library/Frameworks/ObjFW.framework/Headers/OFStdIOStream.h
+Library/Frameworks/ObjFW.framework/Headers/OFStillLockedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFStream.h
+Library/Frameworks/ObjFW.framework/Headers/OFStreamSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+CryptoHashing.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+JSONValue.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+PathAdditions.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+PropertyListValue.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+Serialization.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+URLEncoding.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+XMLEscaping.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+XMLUnescaping.h
+Library/Frameworks/ObjFW.framework/Headers/OFString.h
+Library/Frameworks/ObjFW.framework/Headers/OFSystemInfo.h
+Library/Frameworks/ObjFW.framework/Headers/OFTCPSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFTLSSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFTarArchive.h
+Library/Frameworks/ObjFW.framework/Headers/OFTarArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/OFThread.h
+Library/Frameworks/ObjFW.framework/Headers/OFThreadJoinFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFThreadPool.h
+Library/Frameworks/ObjFW.framework/Headers/OFThreadStartFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFThreadStillRunningException.h
+Library/Frameworks/ObjFW.framework/Headers/OFTimer.h
+Library/Frameworks/ObjFW.framework/Headers/OFTriple.h
+Library/Frameworks/ObjFW.framework/Headers/OFTruncatedDataException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUDPSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFURL.h
+Library/Frameworks/ObjFW.framework/Headers/OFURLHandler.h
+Library/Frameworks/ObjFW.framework/Headers/OFUnboundNamespaceException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUnboundPrefixException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUndefinedKeyException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUnknownXMLEntityException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUnlockFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUnsupportedProtocolException.h
+Library/Frameworks/ObjFW.framework/Headers/OFUnsupportedVersionException.h
+Library/Frameworks/ObjFW.framework/Headers/OFValue.h
+Library/Frameworks/ObjFW.framework/Headers/OFWriteFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLAttribute.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLCDATA.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLCharacters.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLComment.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLElement+Serialization.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLElement.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLElementBuilder.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLNode.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLParser.h
+Library/Frameworks/ObjFW.framework/Headers/OFXMLProcessingInstructions.h
+Library/Frameworks/ObjFW.framework/Headers/OFZIPArchive.h
+Library/Frameworks/ObjFW.framework/Headers/OFZIPArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/ObjFW.h
+Library/Frameworks/ObjFW.framework/Headers/atomic.h
+Library/Frameworks/ObjFW.framework/Headers/atomic_builtins.h
+Library/Frameworks/ObjFW.framework/Headers/atomic_no_threads.h
+Library/Frameworks/ObjFW.framework/Headers/atomic_osatomic.h
+Library/Frameworks/ObjFW.framework/Headers/atomic_powerpc.h
+Library/Frameworks/ObjFW.framework/Headers/atomic_sync_builtins.h
+Library/Frameworks/ObjFW.framework/Headers/atomic_x86.h
+Library/Frameworks/ObjFW.framework/Headers/autorelease.h
+Library/Frameworks/ObjFW.framework/Headers/base64.h
+Library/Frameworks/ObjFW.framework/Headers/block.h
+Library/Frameworks/ObjFW.framework/Headers/crc16.h
+Library/Frameworks/ObjFW.framework/Headers/crc32.h
+Library/Frameworks/ObjFW.framework/Headers/huffman_tree.h
+Library/Frameworks/ObjFW.framework/Headers/instance.h
+Library/Frameworks/ObjFW.framework/Headers/macros.h
+Library/Frameworks/ObjFW.framework/Headers/objfw-defs.h
+Library/Frameworks/ObjFW.framework/Headers/of_asprintf.h
+Library/Frameworks/ObjFW.framework/Headers/of_strptime.h
+Library/Frameworks/ObjFW.framework/Headers/pbkdf2.h
+Library/Frameworks/ObjFW.framework/Headers/platform.h
+Library/Frameworks/ObjFW.framework/Headers/resolver.h
+Library/Frameworks/ObjFW.framework/Headers/scrypt.h
+Library/Frameworks/ObjFW.framework/Headers/socket.h
+Library/Frameworks/ObjFW.framework/Headers/threading.h
+Library/Frameworks/ObjFW.framework/Headers/unicode.h
+Library/Frameworks/ObjFW.framework/Info.plist
+Library/Frameworks/ObjFW.framework/Modules/module.modulemap
+Library/Frameworks/ObjFW.framework/ObjFW
+Library/Frameworks/ObjFW.framework/_CodeSignature/CodeResources
+Library/Frameworks/ObjFW_Bridge.framework/Headers/NSArray+OFObject.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/NSBridging.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/NSDictionary+OFObject.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/NSString+OFObject.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/OFArray+NSObject.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/OFBridging.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/OFDictionary+NSObject.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/OFException+Swift.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/OFString+NSObject.h
+Library/Frameworks/ObjFW_Bridge.framework/Headers/ObjFW_Bridge.h
+Library/Frameworks/ObjFW_Bridge.framework/Info.plist
+Library/Frameworks/ObjFW_Bridge.framework/Modules/module.modulemap
+Library/Frameworks/ObjFW_Bridge.framework/ObjFW_Bridge
+Library/Frameworks/ObjFW_Bridge.framework/_CodeSignature/CodeResources
+include/ObjFW_Bridge/NSArray+OFObject.h
+include/ObjFW_Bridge/NSBridging.h
+include/ObjFW_Bridge/NSDictionary+OFObject.h
+include/ObjFW_Bridge/NSString+OFObject.h
+include/ObjFW_Bridge/OFArray+NSObject.h
+include/ObjFW_Bridge/OFBridging.h
+include/ObjFW_Bridge/OFDictionary+NSObject.h
+include/ObjFW_Bridge/OFException+Swift.h
+include/ObjFW_Bridge/OFString+NSObject.h
+include/ObjFW_Bridge/ObjFW_Bridge.h
+lib/libobjfw_bridge.9.0.dylib
+lib/libobjfw_bridge.9.dylib
+lib/libobjfw_bridge.a
+lib/libobjfw_bridge.dylib
diff --git a/objfw-git/PLIST.bridge b/objfw-git/PLIST.bridge
deleted file mode 100644
index a2b52173e6..0000000000
--- a/objfw-git/PLIST.bridge
+++ /dev/null
@@ -1,18 +0,0 @@
-@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
index 781ab63773..da4e94b2fa 100644
--- a/objfw-git/PLIST.runtime
+++ b/objfw-git/PLIST.runtime
@@ -1,2 +1,6 @@
 @comment $NetBSD$
-include/ObjFW/runtime.h
+include/ObjFW_RT/ObjFW_RT.h
+lib/libobjfw_rt.a
+lib/libobjfw_rt.so
+lib/libobjfw_rt.so.0
+lib/libobjfw_rt.so.0.0


Home | Main Index | Thread Index | Old Index