pkgsrc-WIP-changes archive

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

cJSON: removed; moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Sep 15 21:04:00 2021 +0200
Changeset:	7a632552a6034dff25b8b05aafb79742b1be2089

Modified Files:
	Makefile
Removed Files:
	cJSON/DESCR
	cJSON/Makefile
	cJSON/PLIST
	cJSON/buildlink3.mk
	cJSON/distinfo

Log Message:
cJSON: removed; moved to base

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

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

diffstat:
 Makefile            |  1 -
 cJSON/DESCR         |  2 --
 cJSON/Makefile      | 22 ----------------------
 cJSON/PLIST         | 17 -----------------
 cJSON/buildlink3.mk | 12 ------------
 cJSON/distinfo      |  6 ------
 6 files changed, 60 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 08f5c2cd73..5254f7aa1c 100644
--- a/Makefile
+++ b/Makefile
@@ -357,7 +357,6 @@ SUBDIR+=	c-news
 SUBDIR+=	c2go
 SUBDIR+=	c2hs
 SUBDIR+=	c3270
-SUBDIR+=	cJSON
 SUBDIR+=	cabal-install
 SUBDIR+=	cacti-plugin-aggregate
 SUBDIR+=	cacti-plugin-monitor
diff --git a/cJSON/DESCR b/cJSON/DESCR
deleted file mode 100644
index 76d3d1436c..0000000000
--- a/cJSON/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-cJSON aims to be the dumbest possible parser that you can get your job done
-with. It's a single file of C, and a single header file.
diff --git a/cJSON/Makefile b/cJSON/Makefile
deleted file mode 100644
index ffcb86b7c2..0000000000
--- a/cJSON/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	cJSON-1.7.14
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=DaveGamble/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	tpaul%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/DaveGamble/cJSON/
-COMMENT=	Ultralightweight JSON parser in ANSI C
-LICENSE=	mit
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-CMAKE_ARGS+=	-DENABLE_CJSON_UTILS=On
-TEST_TARGET=	test
-TEST_ENV+=	LD_LIBRARY_PATH=${WRKSRC}
-
-PKGCONFIG_OVERRIDE+=	library_config/libcjson_utils.pc.in
-PKGCONFIG_OVERRIDE+=	library_config/libcjson.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/cJSON/PLIST b/cJSON/PLIST
deleted file mode 100644
index d78fcbd888..0000000000
--- a/cJSON/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD$
-include/cjson/cJSON.h
-include/cjson/cJSON_Utils.h
-lib/cmake/cJSON/cJSONConfig.cmake
-lib/cmake/cJSON/cJSONConfigVersion.cmake
-lib/cmake/cJSON/cjson-noconfig.cmake
-lib/cmake/cJSON/cjson.cmake
-lib/cmake/cJSON/cjson_utils-noconfig.cmake
-lib/cmake/cJSON/cjson_utils.cmake
-lib/libcjson.so
-lib/libcjson.so.1
-lib/libcjson.so.${PKGVERSION}
-lib/libcjson_utils.so
-lib/libcjson_utils.so.1
-lib/libcjson_utils.so.${PKGVERSION}
-lib/pkgconfig/libcjson.pc
-lib/pkgconfig/libcjson_utils.pc
diff --git a/cJSON/buildlink3.mk b/cJSON/buildlink3.mk
deleted file mode 100644
index df3861f18b..0000000000
--- a/cJSON/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	cJSON
-
-.if !defined(CJSON_BUILDLINK3_MK)
-CJSON_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.cJSON+=	cJSON>=1.7.13
-BUILDLINK_PKGSRCDIR.cJSON?=	../../wip/cJSON
-.endif	# CJSON_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-cJSON
diff --git a/cJSON/distinfo b/cJSON/distinfo
deleted file mode 100644
index 3142f9af78..0000000000
--- a/cJSON/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (cJSON-1.7.14.tar.gz) = b401e57edbc9377f0b4139206297984e073c4e47
-RMD160 (cJSON-1.7.14.tar.gz) = 8ae860dc286956a7512e298a35c6374630cc9cde
-SHA512 (cJSON-1.7.14.tar.gz) = 8de1dedc123ed025a9cbe6764e5963eb0550f726d06a8f6bedfe05b84e852cd9c1587cd381669663073967f42be894a535ba239013f304ce544c3b15a6477c01
-Size (cJSON-1.7.14.tar.gz) = 352028 bytes


Home | Main Index | Thread Index | Old Index