pkgsrc-WIP-changes archive

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

objfw-git: Update PLIST



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sat Feb 8 19:32:52 2020 +0100
Changeset:	9db15ce632073e8e27a79fa5d5e1ebe90150a410

Modified Files:
	objfw-git/PLIST
	objfw-git/PLIST.Darwin
	objfw-git/PLIST.runtime

Log Message:
objfw-git: Update PLIST

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

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

diffstat:
 objfw-git/PLIST         | 29 +++++++++++----
 objfw-git/PLIST.Darwin  | 95 +++++++++++++++++++++++++++++++------------------
 objfw-git/PLIST.runtime | 10 +++---
 3 files changed, 88 insertions(+), 46 deletions(-)

diffs:
diff --git a/objfw-git/PLIST b/objfw-git/PLIST
index e1c6f84249..59b6ca9fe8 100644
--- a/objfw-git/PLIST
+++ b/objfw-git/PLIST
@@ -6,12 +6,23 @@ bin/ofarc
 bin/ofdns
 bin/ofhash
 bin/ofhttp
+include/ObjFW/OFASN1BitString.h
+include/ObjFW/OFASN1Boolean.h
+include/ObjFW/OFASN1DERRepresentation.h
+include/ObjFW/OFASN1Enumerated.h
+include/ObjFW/OFASN1IA5String.h
+include/ObjFW/OFASN1Integer.h
+include/ObjFW/OFASN1NumericString.h
+include/ObjFW/OFASN1ObjectIdentifier.h
+include/ObjFW/OFASN1OctetString.h
+include/ObjFW/OFASN1PrintableString.h
+include/ObjFW/OFASN1UTF8String.h
+include/ObjFW/OFASN1Value.h
 include/ObjFW/OFAcceptFailedException.h
 include/ObjFW/OFAllocFailedException.h
 include/ObjFW/OFAlreadyConnectedException.h
 include/ObjFW/OFApplication.h
 include/ObjFW/OFArray.h
-include/ObjFW/OFAutoreleasePool.h
 include/ObjFW/OFBindFailedException.h
 include/ObjFW/OFBlock.h
 include/ObjFW/OFChangeCurrentDirectoryPathFailedException.h
@@ -31,8 +42,12 @@ include/ObjFW/OFCountedSet.h
 include/ObjFW/OFCreateDirectoryFailedException.h
 include/ObjFW/OFCreateSymbolicLinkFailedException.h
 include/ObjFW/OFCryptoHash.h
+include/ObjFW/OFDNSQuery.h
+include/ObjFW/OFDNSQueryFailedException.h
 include/ObjFW/OFDNSResolver.h
 include/ObjFW/OFDNSResourceRecord.h
+include/ObjFW/OFDNSResponse.h
+include/ObjFW/OFData+ASN1DERValue.h
 include/ObjFW/OFData+CryptoHashing.h
 include/ObjFW/OFData+MessagePackValue.h
 include/ObjFW/OFData.h
@@ -60,7 +75,6 @@ include/ObjFW/OFINIFile.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
@@ -198,28 +212,29 @@ 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/condition.h
 include/ObjFW/crc16.h
 include/ObjFW/crc32.h
 include/ObjFW/huffman_tree.h
-include/ObjFW/instance.h
 include/ObjFW/macros.h
+include/ObjFW/mutex.h
 include/ObjFW/objfw-defs.h
 include/ObjFW/of_asprintf.h
 include/ObjFW/of_strptime.h
+include/ObjFW/once.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/thread.h
+include/ObjFW/tlskey.h
 include/ObjFW/unicode.h
 lib/libobjfw.a
 lib/libobjfw.so
 lib/libobjfw.so.9
-lib/libobjfw.so.9.0
+lib/libobjfw.so.9.1
 share/ofarc/lang/de.json
 share/ofarc/lang/languages.json
 share/ofhash/lang/de.json
diff --git a/objfw-git/PLIST.Darwin b/objfw-git/PLIST.Darwin
index 1ab103958d..b72c90f2f4 100644
--- a/objfw-git/PLIST.Darwin
+++ b/objfw-git/PLIST.Darwin
@@ -1,10 +1,21 @@
 @comment $NetBSD$
+Library/Frameworks/ObjFW.framework/Headers/OFASN1BitString.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1Boolean.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1DERRepresentation.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1Enumerated.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1IA5String.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1Integer.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1NumericString.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1ObjectIdentifier.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1OctetString.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1PrintableString.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1UTF8String.h
+Library/Frameworks/ObjFW.framework/Headers/OFASN1Value.h
 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
@@ -24,8 +35,12 @@ 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/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+ASN1DERValue.h
 Library/Frameworks/ObjFW.framework/Headers/OFData+CryptoHashing.h
 Library/Frameworks/ObjFW.framework/Headers/OFData+MessagePackValue.h
 Library/Frameworks/ObjFW.framework/Headers/OFData.h
@@ -53,7 +68,6 @@ 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
@@ -191,53 +205,66 @@ 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/condition.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/mutex.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/once.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/thread.h
+Library/Frameworks/ObjFW.framework/Headers/tlskey.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
+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.9.1.dylib
+lib/libobjfwbridge.9.dylib
+lib/libobjfwbridge.a
+lib/libobjfwbridge.dylib
diff --git a/objfw-git/PLIST.runtime b/objfw-git/PLIST.runtime
index da4e94b2fa..b85bbdaaef 100644
--- a/objfw-git/PLIST.runtime
+++ b/objfw-git/PLIST.runtime
@@ -1,6 +1,6 @@
 @comment $NetBSD$
-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
+include/ObjFWRT/ObjFWRT.h
+lib/libobjfwrt.a
+lib/libobjfwrt.so
+lib/libobjfwrt.so.1
+lib/libobjfwrt.so.1.0


Home | Main Index | Thread Index | Old Index