pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/objfw



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Aug 29 16:13:57 UTC 2023

Modified Files:
        pkgsrc/devel/objfw: Makefile PLIST PLIST.bridge PLIST.runtime distinfo
Added Files:
        pkgsrc/devel/objfw: PLIST.framework
Removed Files:
        pkgsrc/devel/objfw/patches: patch-src_OFKernelEventObserver__kqueue.m
            patch-src_threading__pthread.m

Log Message:
Update devel/objfw to 1.0

This is the first stable release with stable API and ABI.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/objfw/PLIST \
    pkgsrc/devel/objfw/PLIST.bridge
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/objfw/PLIST.framework
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/objfw/PLIST.runtime
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/objfw/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/objfw/patches/patch-src_OFKernelEventObserver__kqueue.m \
    pkgsrc/devel/objfw/patches/patch-src_threading__pthread.m

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

Modified files:

Index: pkgsrc/devel/objfw/Makefile
diff -u pkgsrc/devel/objfw/Makefile:1.3 pkgsrc/devel/objfw/Makefile:1.4
--- pkgsrc/devel/objfw/Makefile:1.3     Tue Apr 14 22:14:09 2020
+++ pkgsrc/devel/objfw/Makefile Tue Aug 29 16:13:57 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2020/04/14 22:14:09 js Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/29 16:13:57 js Exp $
 
-DISTNAME=      objfw-0.90.2
+DISTNAME=      objfw-1.0
 CATEGORIES=    devel
 MASTER_SITES=  https://objfw.nil.im/downloads/
 
-MAINTAINER=    js%pkgsrc.org@localhost
+MAINTAINER=    js%NetBSD.org@localhost
 HOMEPAGE=      https://objfw.nil.im/
 COMMENT=       Portable, lightweight framework for the Objective-C language
 LICENSE=       qpl-v1.0 OR gnu-gpl-v2 OR gnu-gpl-v3
@@ -18,10 +18,11 @@ CONFIGURE_ARGS+=    OBJCFLAGS=${CFLAGS:M*:Q
 
 PLIST_SRC=     PLIST
 
-.if ${OPSYS} != "Darwin"
-PLIST_SRC+=    ${PKGDIR}/PLIST.runtime
-.else
+.if ${OPSYS} == "Darwin"
 PLIST_SRC+=    ${PKGDIR}/PLIST.bridge
+PLIST_SRC+=    ${PKGDIR}/PLIST.framework
+.else
+PLIST_SRC+=    ${PKGDIR}/PLIST.runtime
 .endif
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/objfw/PLIST
diff -u pkgsrc/devel/objfw/PLIST:1.2 pkgsrc/devel/objfw/PLIST:1.3
--- pkgsrc/devel/objfw/PLIST:1.2        Sun Oct 29 12:13:13 2017
+++ pkgsrc/devel/objfw/PLIST    Tue Aug 29 16:13:57 2023
@@ -1,39 +1,49 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/29 12:13:13 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/08/29 16:13:57 js Exp $
 bin/objfw-compile
 bin/objfw-config
+bin/objfw-embed
 bin/objfw-new
+bin/ofarc
+bin/ofdns
 bin/ofhash
 bin/ofhttp
-bin/ofzip
-include/ObjFW/OFAcceptFailedException.h
-include/ObjFW/OFAddressTranslationFailedException.h
+include/ObjFW/OFAcceptSocketFailedException.h
 include/ObjFW/OFAllocFailedException.h
-include/ObjFW/OFAlreadyConnectedException.h
+include/ObjFW/OFAlreadyOpenException.h
 include/ObjFW/OFApplication.h
+include/ObjFW/OFArchiveEntry.h
 include/ObjFW/OFArray.h
-include/ObjFW/OFAutoreleasePool.h
-include/ObjFW/OFBindFailedException.h
+include/ObjFW/OFAtomic.h
+include/ObjFW/OFBindIPSocketFailedException.h
+include/ObjFW/OFBindSocketFailedException.h
+include/ObjFW/OFBindUNIXSocketFailedException.h
 include/ObjFW/OFBlock.h
-include/ObjFW/OFChangeCurrentDirectoryPathFailedException.h
-include/ObjFW/OFChangeOwnerFailedException.h
-include/ObjFW/OFChangePermissionsFailedException.h
-include/ObjFW/OFChecksumFailedException.h
+include/ObjFW/OFBroadcastConditionFailedException.h
+include/ObjFW/OFChangeCurrentDirectoryFailedException.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
 include/ObjFW/OFConditionStillWaitingException.h
-include/ObjFW/OFConditionWaitFailedException.h
-include/ObjFW/OFConnectionFailedException.h
+include/ObjFW/OFConnectIPSocketFailedException.h
+include/ObjFW/OFConnectSocketFailedException.h
+include/ObjFW/OFConnectUNIXSocketFailedException.h
 include/ObjFW/OFConstantString.h
 include/ObjFW/OFCopyItemFailedException.h
 include/ObjFW/OFCountedSet.h
 include/ObjFW/OFCreateDirectoryFailedException.h
 include/ObjFW/OFCreateSymbolicLinkFailedException.h
-include/ObjFW/OFCryptoHash.h
-include/ObjFW/OFData+CryptoHashing.h
-include/ObjFW/OFData+MessagePackValue.h
+include/ObjFW/OFCryptographicHash.h
+include/ObjFW/OFDNSQuery.h
+include/ObjFW/OFDNSQueryFailedException.h
+include/ObjFW/OFDNSResolver.h
+include/ObjFW/OFDNSResourceRecord.h
+include/ObjFW/OFDNSResponse.h
+include/ObjFW/OFData+CryptographicHashing.h
+include/ObjFW/OFData+MessagePackParsing.h
 include/ObjFW/OFData.h
+include/ObjFW/OFDatagramSocket.h
 include/ObjFW/OFDate.h
 include/ObjFW/OFDictionary.h
 include/ObjFW/OFEnumerationMutationException.h
@@ -42,6 +52,8 @@ include/ObjFW/OFException.h
 include/ObjFW/OFFile.h
 include/ObjFW/OFFileManager.h
 include/ObjFW/OFGZIPStream.h
+include/ObjFW/OFGetCurrentDirectoryFailedException.h
+include/ObjFW/OFGetItemAttributesFailedException.h
 include/ObjFW/OFGetOptionFailedException.h
 include/ObjFW/OFHMAC.h
 include/ObjFW/OFHTTPClient.h
@@ -52,59 +64,81 @@ include/ObjFW/OFHTTPRequestFailedExcepti
 include/ObjFW/OFHTTPResponse.h
 include/ObjFW/OFHTTPServer.h
 include/ObjFW/OFHashAlreadyCalculatedException.h
+include/ObjFW/OFHashNotCalculatedException.h
 include/ObjFW/OFINICategory.h
 include/ObjFW/OFINIFile.h
+include/ObjFW/OFIRI.h
+include/ObjFW/OFIRIHandler.h
 include/ObjFW/OFInflate64Stream.h
 include/ObjFW/OFInflateStream.h
 include/ObjFW/OFInitializationFailedException.h
-include/ObjFW/OFIntrospection.h
 include/ObjFW/OFInvalidArgumentException.h
 include/ObjFW/OFInvalidEncodingException.h
 include/ObjFW/OFInvalidFormatException.h
 include/ObjFW/OFInvalidJSONException.h
-include/ObjFW/OFInvalidServerReplyException.h
+include/ObjFW/OFInvalidServerResponseException.h
+include/ObjFW/OFInvocation.h
 include/ObjFW/OFJSONRepresentation.h
+include/ObjFW/OFJoinThreadFailedException.h
 include/ObjFW/OFKernelEventObserver.h
 include/ObjFW/OFKeyValueCoding.h
-include/ObjFW/OFLinkFailedException.h
+include/ObjFW/OFLHAArchive.h
+include/ObjFW/OFLHAArchiveEntry.h
+include/ObjFW/OFLinkItemFailedException.h
 include/ObjFW/OFList.h
-include/ObjFW/OFListenFailedException.h
-include/ObjFW/OFLocalization.h
+include/ObjFW/OFListenOnSocketFailedException.h
+include/ObjFW/OFLoadPluginFailedException.h
+include/ObjFW/OFLocale.h
 include/ObjFW/OFLockFailedException.h
 include/ObjFW/OFLocking.h
 include/ObjFW/OFMD5Hash.h
 include/ObjFW/OFMalformedXMLException.h
 include/ObjFW/OFMapTable.h
-include/ObjFW/OFMemoryNotPartOfObjectException.h
+include/ObjFW/OFMatrix4x4.h
+include/ObjFW/OFMemoryStream.h
 include/ObjFW/OFMessagePackExtension.h
 include/ObjFW/OFMessagePackRepresentation.h
+include/ObjFW/OFMethodSignature.h
 include/ObjFW/OFMoveItemFailedException.h
+include/ObjFW/OFMutableArchiveEntry.h
 include/ObjFW/OFMutableArray.h
 include/ObjFW/OFMutableData.h
 include/ObjFW/OFMutableDictionary.h
+include/ObjFW/OFMutableIRI.h
+include/ObjFW/OFMutableLHAArchiveEntry.h
+include/ObjFW/OFMutablePair.h
 include/ObjFW/OFMutableSet.h
 include/ObjFW/OFMutableString.h
-include/ObjFW/OFMutableURL.h
+include/ObjFW/OFMutableTarArchiveEntry.h
+include/ObjFW/OFMutableTriple.h
+include/ObjFW/OFMutableZIPArchiveEntry.h
 include/ObjFW/OFMutex.h
 include/ObjFW/OFNotImplementedException.h
 include/ObjFW/OFNotOpenException.h
+include/ObjFW/OFNotification.h
+include/ObjFW/OFNotificationCenter.h
 include/ObjFW/OFNull.h
 include/ObjFW/OFNumber.h
 include/ObjFW/OFObject+KeyValueCoding.h
-include/ObjFW/OFObject+Serialization.h
 include/ObjFW/OFObject.h
-include/ObjFW/OFObserveFailedException.h
+include/ObjFW/OFObserveKernelEventsFailedException.h
+include/ObjFW/OFOnce.h
 include/ObjFW/OFOpenItemFailedException.h
 include/ObjFW/OFOptionsParser.h
 include/ObjFW/OFOutOfMemoryException.h
 include/ObjFW/OFOutOfRangeException.h
+include/ObjFW/OFPBKDF2.h
+include/ObjFW/OFPair.h
+include/ObjFW/OFPlainCondition.h
+include/ObjFW/OFPlainMutex.h
+include/ObjFW/OFPlainThread.h
 include/ObjFW/OFPlugin.h
-include/ObjFW/OFProcess.h
 include/ObjFW/OFRIPEMD160Hash.h
 include/ObjFW/OFReadFailedException.h
 include/ObjFW/OFReadOrWriteFailedException.h
 include/ObjFW/OFRecursiveMutex.h
 include/ObjFW/OFRemoveItemFailedException.h
+include/ObjFW/OFResolveHostFailedException.h
 include/ObjFW/OFRunLoop.h
 include/ObjFW/OFSHA1Hash.h
 include/ObjFW/OFSHA224Hash.h
@@ -113,41 +147,49 @@ 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/OFScrypt.h
+include/ObjFW/OFSecureData.h
 include/ObjFW/OFSeekFailedException.h
 include/ObjFW/OFSeekableStream.h
-include/ObjFW/OFSerialization.h
+include/ObjFW/OFSequencedPacketSocket.h
 include/ObjFW/OFSet.h
+include/ObjFW/OFSetItemAttributesFailedException.h
 include/ObjFW/OFSetOptionFailedException.h
 include/ObjFW/OFSettings.h
+include/ObjFW/OFSignalConditionFailedException.h
+include/ObjFW/OFSocket.h
 include/ObjFW/OFSortedList.h
-include/ObjFW/OFStatItemFailedException.h
+include/ObjFW/OFStartThreadFailedException.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+Serialization.h
-include/ObjFW/OFString+URLEncoding.h
+include/ObjFW/OFString+CryptographicHashing.h
+include/ObjFW/OFString+JSONParsing.h
+include/ObjFW/OFString+PathAdditions.h
+include/ObjFW/OFString+PercentEncoding.h
+include/ObjFW/OFString+PropertyListParsing.h
 include/ObjFW/OFString+XMLEscaping.h
 include/ObjFW/OFString+XMLUnescaping.h
 include/ObjFW/OFString.h
+include/ObjFW/OFSubprocess.h
+include/ObjFW/OFSystemInfo+NetworkInterfaces.h
 include/ObjFW/OFSystemInfo.h
 include/ObjFW/OFTCPSocket.h
-include/ObjFW/OFTLSSocket.h
+include/ObjFW/OFTLSHandshakeFailedException.h
+include/ObjFW/OFTLSKey.h
+include/ObjFW/OFTLSStream.h
 include/ObjFW/OFTarArchive.h
 include/ObjFW/OFTarArchiveEntry.h
 include/ObjFW/OFThread.h
-include/ObjFW/OFThreadJoinFailedException.h
-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/OFUNIXDatagramSocket.h
+include/ObjFW/OFUNIXStreamSocket.h
+include/ObjFW/OFUUID.h
 include/ObjFW/OFUnboundNamespaceException.h
 include/ObjFW/OFUnboundPrefixException.h
 include/ObjFW/OFUndefinedKeyException.h
@@ -155,50 +197,43 @@ include/ObjFW/OFUnknownXMLEntityExceptio
 include/ObjFW/OFUnlockFailedException.h
 include/ObjFW/OFUnsupportedProtocolException.h
 include/ObjFW/OFUnsupportedVersionException.h
+include/ObjFW/OFValue.h
+include/ObjFW/OFWaitForConditionFailedException.h
 include/ObjFW/OFWriteFailedException.h
 include/ObjFW/OFXMLAttribute.h
 include/ObjFW/OFXMLCDATA.h
 include/ObjFW/OFXMLCharacters.h
 include/ObjFW/OFXMLComment.h
-include/ObjFW/OFXMLElement+Serialization.h
 include/ObjFW/OFXMLElement.h
 include/ObjFW/OFXMLElementBuilder.h
 include/ObjFW/OFXMLNode.h
 include/ObjFW/OFXMLParser.h
-include/ObjFW/OFXMLProcessingInstructions.h
+include/ObjFW/OFXMLProcessingInstruction.h
 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
-include/ObjFW/crc32.h
-include/ObjFW/instance.h
 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/scrypt.h
-include/ObjFW/socket.h
-include/ObjFW/threading.h
-include/ObjFW/unicode.h
+include/ObjFW/platform/GCC4.7/OFAtomic.h
+include/ObjFW/platform/GCC4/OFAtomic.h
+include/ObjFW/platform/PowerPC/OFAtomic.h
+include/ObjFW/platform/macOS/OFAtomic.h
+include/ObjFW/platform/x86/OFAtomic.h
+include/ObjFWTLS/ObjFWTLS.h
 lib/libobjfw.a
 lib/libobjfw.so
-lib/libobjfw.so.8
-lib/libobjfw.so.8.1.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
+lib/libobjfw.so.1
+lib/libobjfw.so.1.0.0
+lib/libobjfwtls.a
+lib/libobjfwtls.so
+lib/libobjfwtls.so.1
+lib/libobjfwtls.so.1.0.0
+share/ofarc/localization/de.json
+share/ofarc/localization/localizations.json
+share/ofdns/localization/de.json
+share/ofdns/localization/localizations.json
+share/ofhash/localization/de.json
+share/ofhash/localization/localizations.json
+share/ofhttp/localization/de.json
+share/ofhttp/localization/localizations.json
Index: pkgsrc/devel/objfw/PLIST.bridge
diff -u pkgsrc/devel/objfw/PLIST.bridge:1.2 pkgsrc/devel/objfw/PLIST.bridge:1.3
--- pkgsrc/devel/objfw/PLIST.bridge:1.2 Sun Oct 29 12:13:13 2017
+++ pkgsrc/devel/objfw/PLIST.bridge     Tue Aug 29 16:13:57 2023
@@ -1,18 +1,41 @@
-@comment $NetBSD: PLIST.bridge,v 1.2 2017/10/29 12:13:13 bsiegert Exp $
-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.1.dylib
-lib/libobjfw-bridge.8.dylib
-lib/libobjfw-bridge.a
-lib/libobjfw-bridge.dylib
+@comment $NetBSD: PLIST.bridge,v 1.3 2023/08/29 16:13:57 js Exp $
+Library/Frameworks/ObjFWBridge.framework/Headers/NSArray+OFObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/NSBridging.h
+Library/Frameworks/ObjFWBridge.framework/Headers/NSDictionary+OFObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/NSEnumerator+OFObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/NSNumber+OFObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/NSSet+OFObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/NSString+OFObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFArray+NSObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFBridging.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFDictionary+NSObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFEnumerator+NSObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFException+Swift.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFNumber+NSObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFSet+NSObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/OFString+NSObject.h
+Library/Frameworks/ObjFWBridge.framework/Headers/ObjFWBridge.h
+Library/Frameworks/ObjFWBridge.framework/Info.plist
+Library/Frameworks/ObjFWBridge.framework/Modules/module.modulemap
+Library/Frameworks/ObjFWBridge.framework/ObjFWBridge
+Library/Frameworks/ObjFWBridge.framework/_CodeSignature/CodeResources
+include/ObjFWBridge/NSArray+OFObject.h
+include/ObjFWBridge/NSBridging.h
+include/ObjFWBridge/NSDictionary+OFObject.h
+include/ObjFWBridge/NSEnumerator+OFObject.h
+include/ObjFWBridge/NSNumber+OFObject.h
+include/ObjFWBridge/NSSet+OFObject.h
+include/ObjFWBridge/NSString+OFObject.h
+include/ObjFWBridge/OFArray+NSObject.h
+include/ObjFWBridge/OFBridging.h
+include/ObjFWBridge/OFDictionary+NSObject.h
+include/ObjFWBridge/OFEnumerator+NSObject.h
+include/ObjFWBridge/OFException+Swift.h
+include/ObjFWBridge/OFNumber+NSObject.h
+include/ObjFWBridge/OFSet+NSObject.h
+include/ObjFWBridge/OFString+NSObject.h
+include/ObjFWBridge/ObjFWBridge.h
+lib/libobjfwbridge.${PKGVERSION}.dylib
+lib/libobjfwbridge.1.dylib
+lib/libobjfwbridge.a
+lib/libobjfwbridge.dylib

Index: pkgsrc/devel/objfw/PLIST.runtime
diff -u pkgsrc/devel/objfw/PLIST.runtime:1.1 pkgsrc/devel/objfw/PLIST.runtime:1.2
--- pkgsrc/devel/objfw/PLIST.runtime:1.1        Tue Aug  1 15:51:52 2017
+++ pkgsrc/devel/objfw/PLIST.runtime    Tue Aug 29 16:13:57 2023
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST.runtime,v 1.1 2017/08/01 15:51:52 maya Exp $
-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.0
+@comment $NetBSD: PLIST.runtime,v 1.2 2023/08/29 16:13:57 js Exp $
+include/ObjFWRT/ObjFWRT.h
+lib/libobjfwrt.a
+lib/libobjfwrt.so
+lib/libobjfwrt.so.1
+lib/libobjfwrt.so.1.0.0

Index: pkgsrc/devel/objfw/distinfo
diff -u pkgsrc/devel/objfw/distinfo:1.5 pkgsrc/devel/objfw/distinfo:1.6
--- pkgsrc/devel/objfw/distinfo:1.5     Mon Aug 15 14:56:04 2022
+++ pkgsrc/devel/objfw/distinfo Tue Aug 29 16:13:57 2023
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/08/15 14:56:04 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2023/08/29 16:13:57 js Exp $
 
-BLAKE2s (objfw-0.90.2.tar.gz) = 4fe99a0a775aed1270bbd549b1bef0eb23170022b897c5e6f9566caf1b3720a2
-SHA512 (objfw-0.90.2.tar.gz) = c894befe9388a5fce9c0e18fbd737f995af9923d52cfb3c8c1faca8879121cd68654d8e262f6a9fdb1578073dd70e5364737ad5ffaa483d9553d6a549af2ec67
-Size (objfw-0.90.2.tar.gz) = 650744 bytes
-SHA1 (patch-src_OFKernelEventObserver__kqueue.m) = 4dc82606f5db15bf109cdf6bdf5ed886212a1d22
-SHA1 (patch-src_threading__pthread.m) = 3bc4948a25bfc261e83984524539e49066a6a59c
+BLAKE2s (objfw-1.0.tar.gz) = d491ba42ad452bd6310e1cc4a8432f084b619fe5fdcf34ceed540ffd2b612a04
+SHA512 (objfw-1.0.tar.gz) = fc210bb5cd864797d9fff3e00a731c085891c1502aacadf156b3fdd4036bc6ae0a2f8454a8b9cdc95b2f7d9294e7e4aebd8980cef6d5e3d0c651f263504f4377
+Size (objfw-1.0.tar.gz) = 785854 bytes

Added files:

Index: pkgsrc/devel/objfw/PLIST.framework
diff -u /dev/null pkgsrc/devel/objfw/PLIST.framework:1.1
--- /dev/null   Tue Aug 29 16:13:57 2023
+++ pkgsrc/devel/objfw/PLIST.framework  Tue Aug 29 16:13:57 2023
@@ -0,0 +1,222 @@
+@comment $NetBSD: PLIST.framework,v 1.1 2023/08/29 16:13:57 js Exp $
+Library/Frameworks/ObjFW.framework/Headers/OFAcceptSocketFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFAllocFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFAlreadyOpenException.h
+Library/Frameworks/ObjFW.framework/Headers/OFApplication.h
+Library/Frameworks/ObjFW.framework/Headers/OFArchiveEntry.h
+Library/Frameworks/ObjFW.framework/Headers/OFArray.h
+Library/Frameworks/ObjFW.framework/Headers/OFAtomic.h
+Library/Frameworks/ObjFW.framework/Headers/OFBindIPSocketFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFBindSocketFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFBindUNIXSocketFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFBlock.h
+Library/Frameworks/ObjFW.framework/Headers/OFBroadcastConditionFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFChangeCurrentDirectoryFailedException.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/OFConditionStillWaitingException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConnectIPSocketFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConnectSocketFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFConnectUNIXSocketFailedException.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/OFCryptographicHash.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSQuery.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSQueryFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSResolver.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSResourceRecord.h
+Library/Frameworks/ObjFW.framework/Headers/OFDNSResponse.h
+Library/Frameworks/ObjFW.framework/Headers/OFData+CryptographicHashing.h
+Library/Frameworks/ObjFW.framework/Headers/OFData+MessagePackParsing.h
+Library/Frameworks/ObjFW.framework/Headers/OFData.h
+Library/Frameworks/ObjFW.framework/Headers/OFDatagramSocket.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/OFGetCurrentDirectoryFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFGetItemAttributesFailedException.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/OFHashNotCalculatedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFINICategory.h
+Library/Frameworks/ObjFW.framework/Headers/OFINIFile.h
+Library/Frameworks/ObjFW.framework/Headers/OFIRI.h
+Library/Frameworks/ObjFW.framework/Headers/OFIRIHandler.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/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/OFInvalidServerResponseException.h
+Library/Frameworks/ObjFW.framework/Headers/OFInvocation.h
+Library/Frameworks/ObjFW.framework/Headers/OFJSONRepresentation.h
+Library/Frameworks/ObjFW.framework/Headers/OFJoinThreadFailedException.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/OFLinkItemFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFList.h
+Library/Frameworks/ObjFW.framework/Headers/OFListenOnSocketFailedException.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/OFMatrix4x4.h
+Library/Frameworks/ObjFW.framework/Headers/OFMemoryStream.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/OFMutableArchiveEntry.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/OFMutableIRI.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/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/OFNotification.h
+Library/Frameworks/ObjFW.framework/Headers/OFNotificationCenter.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.h
+Library/Frameworks/ObjFW.framework/Headers/OFObserveKernelEventsFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFOnce.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/OFPBKDF2.h
+Library/Frameworks/ObjFW.framework/Headers/OFPair.h
+Library/Frameworks/ObjFW.framework/Headers/OFPlainCondition.h
+Library/Frameworks/ObjFW.framework/Headers/OFPlainMutex.h
+Library/Frameworks/ObjFW.framework/Headers/OFPlainThread.h
+Library/Frameworks/ObjFW.framework/Headers/OFPlugin.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/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/OFScrypt.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/OFSequencedPacketSocket.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/OFSignalConditionFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFSortedList.h
+Library/Frameworks/ObjFW.framework/Headers/OFStartThreadFailedException.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+CryptographicHashing.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+JSONParsing.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+PathAdditions.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+PercentEncoding.h
+Library/Frameworks/ObjFW.framework/Headers/OFString+PropertyListParsing.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/OFSubprocess.h
+Library/Frameworks/ObjFW.framework/Headers/OFSystemInfo+NetworkInterfaces.h
+Library/Frameworks/ObjFW.framework/Headers/OFSystemInfo.h
+Library/Frameworks/ObjFW.framework/Headers/OFTCPSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFTLSHandshakeFailedException.h
+Library/Frameworks/ObjFW.framework/Headers/OFTLSKey.h
+Library/Frameworks/ObjFW.framework/Headers/OFTLSStream.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/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/OFUNIXDatagramSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFUNIXStreamSocket.h
+Library/Frameworks/ObjFW.framework/Headers/OFUUID.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/OFWaitForConditionFailedException.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.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/OFXMLProcessingInstruction.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/macros.h
+Library/Frameworks/ObjFW.framework/Headers/objfw-defs.h
+Library/Frameworks/ObjFW.framework/Headers/platform.h
+Library/Frameworks/ObjFW.framework/Headers/platform/GCC4.7/OFAtomic.h
+Library/Frameworks/ObjFW.framework/Headers/platform/GCC4/OFAtomic.h
+Library/Frameworks/ObjFW.framework/Headers/platform/PowerPC/OFAtomic.h
+Library/Frameworks/ObjFW.framework/Headers/platform/macOS/OFAtomic.h
+Library/Frameworks/ObjFW.framework/Headers/platform/x86/OFAtomic.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/ObjFWTLS.framework/Headers/ObjFWTLS.h
+Library/Frameworks/ObjFWTLS.framework/Info.plist
+Library/Frameworks/ObjFWTLS.framework/ObjFWTLS
+Library/Frameworks/ObjFWTLS.framework/_CodeSignature/CodeResources



Home | Main Index | Thread Index | Old Index