pkgsrc-WIP-changes archive

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

Remove objfw



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Wed Feb 7 00:24:36 2018 +0100
Changeset:	14a12a5545c578f84e4abd7648da969e3a65b04e

Modified Files:
	Makefile
Removed Files:
	objfw/DESCR
	objfw/Makefile
	objfw/PLIST
	objfw/PLIST.bridge
	objfw/PLIST.runtime
	objfw/distinfo

Log Message:
Remove objfw

This has been imported to devel/objfw.

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

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

diffstat:
 Makefile            |   1 -
 objfw/DESCR         |  18 -----
 objfw/Makefile      |  27 -------
 objfw/PLIST         | 204 ----------------------------------------------------
 objfw/PLIST.bridge  |  18 -----
 objfw/PLIST.runtime |   6 --
 objfw/distinfo      |   6 --
 7 files changed, 280 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e41a6488f8..16c9b2c8de 100644
--- a/Makefile
+++ b/Makefile
@@ -2271,7 +2271,6 @@ SUBDIR+=	nvidia-freebsd
 SUBDIR+=	nx-client-bin
 SUBDIR+=	nzbget
 SUBDIR+=	obconf-qt
-SUBDIR+=	objfw
 SUBDIR+=	objfw-git
 SUBDIR+=	obmenu
 SUBDIR+=	ocaml-bin_prot
diff --git a/objfw/DESCR b/objfw/DESCR
deleted file mode 100644
index c44f5410a7..0000000000
--- a/objfw/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-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.
diff --git a/objfw/Makefile b/objfw/Makefile
deleted file mode 100644
index f249b55644..0000000000
--- a/objfw/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	objfw-0.90.1
-CATEGORIES=	devel
-MASTER_SITES=	https://heap.zone/objfw/downloads/
-
-MAINTAINER=	js%heap.zone@localhost
-HOMEPAGE=	https://heap.zone/objfw/
-COMMENT=	Portable, lightweight framework for the Objective-C language
-LICENSE=	qpl-v1.0 OR gnu-gpl-v2 OR gnu-gpl-v3
-
-GNU_CONFIGURE=		yes
-USE_LANGUAGES=		objc
-CONFIGURE_ARGS+=	--enable-static
-CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q}
-
-.include "../../mk/bsd.prefs.mk"
-
-PLIST_SRC=	PLIST
-
-.if ${OPSYS} != "Darwin"
-PLIST_SRC+=	${PKGDIR}/PLIST.runtime
-.else
-PLIST_SRC+=	${PKGDIR}/PLIST.bridge
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/objfw/PLIST b/objfw/PLIST
deleted file mode 100644
index bb6fbb70e9..0000000000
--- a/objfw/PLIST
+++ /dev/null
@@ -1,204 +0,0 @@
-@comment $NetBSD$
-bin/objfw-compile
-bin/objfw-config
-bin/objfw-new
-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/OFBindFailedException.h
-include/ObjFW/OFBlock.h
-include/ObjFW/OFChangeCurrentDirectoryPathFailedException.h
-include/ObjFW/OFChangeOwnerFailedException.h
-include/ObjFW/OFChangePermissionsFailedException.h
-include/ObjFW/OFChecksumFailedException.h
-include/ObjFW/OFCollection.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/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/OFData.h
-include/ObjFW/OFDate.h
-include/ObjFW/OFDictionary.h
-include/ObjFW/OFEnumerationMutationException.h
-include/ObjFW/OFEnumerator.h
-include/ObjFW/OFException.h
-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/OFHTTPCookieManager.h
-include/ObjFW/OFHTTPRequest.h
-include/ObjFW/OFHTTPRequestFailedException.h
-include/ObjFW/OFHTTPResponse.h
-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
-include/ObjFW/OFInvalidEncodingException.h
-include/ObjFW/OFInvalidFormatException.h
-include/ObjFW/OFInvalidJSONException.h
-include/ObjFW/OFInvalidServerReplyException.h
-include/ObjFW/OFJSONRepresentation.h
-include/ObjFW/OFKernelEventObserver.h
-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
-include/ObjFW/OFMalformedXMLException.h
-include/ObjFW/OFMapTable.h
-include/ObjFW/OFMemoryNotPartOfObjectException.h
-include/ObjFW/OFMessagePackExtension.h
-include/ObjFW/OFMessagePackRepresentation.h
-include/ObjFW/OFMoveItemFailedException.h
-include/ObjFW/OFMutableArray.h
-include/ObjFW/OFMutableData.h
-include/ObjFW/OFMutableDictionary.h
-include/ObjFW/OFMutableSet.h
-include/ObjFW/OFMutableString.h
-include/ObjFW/OFMutableURL.h
-include/ObjFW/OFMutex.h
-include/ObjFW/OFNotImplementedException.h
-include/ObjFW/OFNotOpenException.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/OFOpenItemFailedException.h
-include/ObjFW/OFOptionsParser.h
-include/ObjFW/OFOutOfMemoryException.h
-include/ObjFW/OFOutOfRangeException.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/OFRunLoop.h
-include/ObjFW/OFSHA1Hash.h
-include/ObjFW/OFSHA224Hash.h
-include/ObjFW/OFSHA224Or256Hash.h
-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
-include/ObjFW/OFSet.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+Serialization.h
-include/ObjFW/OFString+URLEncoding.h
-include/ObjFW/OFString+XMLEscaping.h
-include/ObjFW/OFString+XMLUnescaping.h
-include/ObjFW/OFString.h
-include/ObjFW/OFSystemInfo.h
-include/ObjFW/OFTCPSocket.h
-include/ObjFW/OFTLSSocket.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/OFTruncatedDataException.h
-include/ObjFW/OFUDPSocket.h
-include/ObjFW/OFURL.h
-include/ObjFW/OFUnboundNamespaceException.h
-include/ObjFW/OFUnboundPrefixException.h
-include/ObjFW/OFUndefinedKeyException.h
-include/ObjFW/OFUnknownXMLEntityException.h
-include/ObjFW/OFUnlockFailedException.h
-include/ObjFW/OFUnsupportedProtocolException.h
-include/ObjFW/OFUnsupportedVersionException.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/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
-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
diff --git a/objfw/PLIST.bridge b/objfw/PLIST.bridge
deleted file mode 100644
index 3e1d977ec4..0000000000
--- a/objfw/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.1.dylib
-lib/libobjfw-bridge.8.dylib
-lib/libobjfw-bridge.a
-lib/libobjfw-bridge.dylib
diff --git a/objfw/PLIST.runtime b/objfw/PLIST.runtime
deleted file mode 100644
index 0c68b690a9..0000000000
--- a/objfw/PLIST.runtime
+++ /dev/null
@@ -1,6 +0,0 @@
-@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.0
diff --git a/objfw/distinfo b/objfw/distinfo
deleted file mode 100644
index c106432bd2..0000000000
--- a/objfw/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (objfw-0.90.1.tar.gz) = ffe75c91d164c08bbacaf7fb4af200d52f36e00c
-RMD160 (objfw-0.90.1.tar.gz) = 7bc9e4146123ddf4749d6cbf0afa07c93fe4f4d9
-SHA512 (objfw-0.90.1.tar.gz) = a1031f559d3ec9a8cb8024ec0d3cf5edc8d166d4b3e8336e18a304e04cdb2903df8fbb9d0312c26ddb39fa71cee574ce59e6a6690b7102aec9e36b9515531500
-Size (objfw-0.90.1.tar.gz) = 619853 bytes


Home | Main Index | Thread Index | Old Index