pkgsrc-WIP-changes archive

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

json-glib: Remove wip/json-glib - imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Mon May 3 15:54:00 2021 +0200
Changeset:	5782dca5e9182b0aae1ec65c880ae555614a87a5

Modified Files:
	epiphany/Makefile
Removed Files:
	json-glib/DESCR
	json-glib/Makefile
	json-glib/PLIST
	json-glib/buildlink3.mk
	json-glib/distinfo
	json-glib/options.mk

Log Message:
json-glib: Remove wip/json-glib - imported to pkgsrc

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

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

diffstat:
 epiphany/Makefile       |   2 +-
 json-glib/DESCR         |   6 ---
 json-glib/Makefile      |  47 --------------------
 json-glib/PLIST         | 112 ------------------------------------------------
 json-glib/buildlink3.mk |  21 ---------
 json-glib/distinfo      |   6 ---
 json-glib/options.mk    |  18 --------
 7 files changed, 1 insertion(+), 211 deletions(-)

diffs:
diff --git a/epiphany/Makefile b/epiphany/Makefile
index 78f4015b63..8a0a7037d7 100644
--- a/epiphany/Makefile
+++ b/epiphany/Makefile
@@ -38,7 +38,7 @@ BUILDLINK_API_DEPENDS.libdazzle+=	libdazzle>=3.35.3
 .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
-.include "../../wip/json-glib/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
 .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/json-glib/DESCR b/json-glib/DESCR
deleted file mode 100644
index 69eb650057..0000000000
--- a/json-glib/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-JSON-GLib is a library providing serialization and deserialization support for
-the JavaScript Object Notation (JSON) format described by RFC 4627
-
-JSON-GLib uses GLib native data types and the generic value container GValue for
-ease of development. It also provides integration with the GObject classes for
-direct serialization into, and deserialization from, JSON data streams.
diff --git a/json-glib/Makefile b/json-glib/Makefile
deleted file mode 100644
index 9acfc2f344..0000000000
--- a/json-glib/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	json-glib-1.6.2
-PKGREVISION=	1
-CATEGORIES=	textproc gnome
-MASTER_SITES=	${MASTER_SITE_GNOME:=sources/json-glib/${PKGVERSION_NOREV:R}/}
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://wiki.gnome.org/Projects/JsonGlib
-COMMENT=	JSON parser for GLib-based libraries and applications
-LICENSE=	gnu-lgpl-v2.1
-
-TOOL_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
-TOOL_DEPENDS+=	docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-
-USE_TOOLS+=	msgfmt pkg-config xgettext
-
-MESON_ARGS+=	-Dman=true
-MESON_ARGS+=	-Dgtk_doc=disabled
-
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-_WRAP_EXTRA_ARGS.CC+=	-Wno-error=void-pointer-to-int-cast
-CWRAPPERS_APPEND.cc+=	-Wno-error=void-pointer-to-int-cast
-.endif
-
-# workaround for build failure
-# https://gitlab.gnome.org/GNOME/json-glib/issues/35
-MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/json-glib
-
-.include "options.mk"
-
-PRINT_PLIST_AWK+= \
-	($$0 ~ /^lib\/girepository-1.0\//) || \
-	($$0 ~ /^share\/gir-1.0\//) \
-	{ $$0 = "$${PLIST.introspection}" $$0; }
-
-PYTHON_FOR_BUILD_ONLY=	tool
-
-BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.38.0
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/meson/build.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/json-glib/PLIST b/json-glib/PLIST
deleted file mode 100644
index 87c64fe9b9..0000000000
--- a/json-glib/PLIST
+++ /dev/null
@@ -1,112 +0,0 @@
-@comment $NetBSD$
-bin/json-glib-format
-bin/json-glib-validate
-include/json-glib-1.0/json-glib/json-builder.h
-include/json-glib-1.0/json-glib/json-enum-types.h
-include/json-glib-1.0/json-glib/json-generator.h
-include/json-glib-1.0/json-glib/json-glib.h
-include/json-glib-1.0/json-glib/json-gobject.h
-include/json-glib-1.0/json-glib/json-gvariant.h
-include/json-glib-1.0/json-glib/json-parser.h
-include/json-glib-1.0/json-glib/json-path.h
-include/json-glib-1.0/json-glib/json-reader.h
-include/json-glib-1.0/json-glib/json-types.h
-include/json-glib-1.0/json-glib/json-utils.h
-include/json-glib-1.0/json-glib/json-version-macros.h
-include/json-glib-1.0/json-glib/json-version.h
-${PLIST.introspection}lib/girepository-1.0/Json-1.0.typelib
-lib/libjson-glib-1.0.so
-lib/libjson-glib-1.0.so.0
-lib/libjson-glib-1.0.so.0.600.2
-lib/pkgconfig/json-glib-1.0.pc
-libexec/installed-tests/json-glib-1.0/array
-libexec/installed-tests/json-glib-1.0/boxed
-libexec/installed-tests/json-glib-1.0/builder
-libexec/installed-tests/json-glib-1.0/generator
-libexec/installed-tests/json-glib-1.0/gvariant
-libexec/installed-tests/json-glib-1.0/invalid
-libexec/installed-tests/json-glib-1.0/invalid.json
-libexec/installed-tests/json-glib-1.0/node
-libexec/installed-tests/json-glib-1.0/object
-libexec/installed-tests/json-glib-1.0/parser
-libexec/installed-tests/json-glib-1.0/path
-libexec/installed-tests/json-glib-1.0/reader
-libexec/installed-tests/json-glib-1.0/serialize-complex
-libexec/installed-tests/json-glib-1.0/serialize-full
-libexec/installed-tests/json-glib-1.0/serialize-simple
-libexec/installed-tests/json-glib-1.0/skip-bom.json
-libexec/installed-tests/json-glib-1.0/stream-load.json
-man/man1/json-glib-format.1
-man/man1/json-glib-validate.1
-${PLIST.introspection}share/gir-1.0/Json-1.0.gir
-share/installed-tests/json-glib-1.0/array.test
-share/installed-tests/json-glib-1.0/boxed.test
-share/installed-tests/json-glib-1.0/builder.test
-share/installed-tests/json-glib-1.0/generator.test
-share/installed-tests/json-glib-1.0/gvariant.test
-share/installed-tests/json-glib-1.0/invalid.test
-share/installed-tests/json-glib-1.0/node.test
-share/installed-tests/json-glib-1.0/object.test
-share/installed-tests/json-glib-1.0/parser.test
-share/installed-tests/json-glib-1.0/path.test
-share/installed-tests/json-glib-1.0/reader.test
-share/installed-tests/json-glib-1.0/serialize-complex.test
-share/installed-tests/json-glib-1.0/serialize-full.test
-share/installed-tests/json-glib-1.0/serialize-simple.test
-share/locale/as/LC_MESSAGES/json-glib-1.0.mo
-share/locale/be/LC_MESSAGES/json-glib-1.0.mo
-share/locale/bg/LC_MESSAGES/json-glib-1.0.mo
-share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo
-share/locale/bs/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ca/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo
-share/locale/cs/LC_MESSAGES/json-glib-1.0.mo
-share/locale/da/LC_MESSAGES/json-glib-1.0.mo
-share/locale/de/LC_MESSAGES/json-glib-1.0.mo
-share/locale/el/LC_MESSAGES/json-glib-1.0.mo
-share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo
-share/locale/eo/LC_MESSAGES/json-glib-1.0.mo
-share/locale/es/LC_MESSAGES/json-glib-1.0.mo
-share/locale/et/LC_MESSAGES/json-glib-1.0.mo
-share/locale/eu/LC_MESSAGES/json-glib-1.0.mo
-share/locale/fr/LC_MESSAGES/json-glib-1.0.mo
-share/locale/fur/LC_MESSAGES/json-glib-1.0.mo
-share/locale/gl/LC_MESSAGES/json-glib-1.0.mo
-share/locale/he/LC_MESSAGES/json-glib-1.0.mo
-share/locale/hi/LC_MESSAGES/json-glib-1.0.mo
-share/locale/hr/LC_MESSAGES/json-glib-1.0.mo
-share/locale/hu/LC_MESSAGES/json-glib-1.0.mo
-share/locale/id/LC_MESSAGES/json-glib-1.0.mo
-share/locale/it/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ja/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ko/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ky/LC_MESSAGES/json-glib-1.0.mo
-share/locale/lt/LC_MESSAGES/json-glib-1.0.mo
-share/locale/lv/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ml/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ms/LC_MESSAGES/json-glib-1.0.mo
-share/locale/nb/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ne/LC_MESSAGES/json-glib-1.0.mo
-share/locale/nl/LC_MESSAGES/json-glib-1.0.mo
-share/locale/oc/LC_MESSAGES/json-glib-1.0.mo
-share/locale/or/LC_MESSAGES/json-glib-1.0.mo
-share/locale/pa/LC_MESSAGES/json-glib-1.0.mo
-share/locale/pl/LC_MESSAGES/json-glib-1.0.mo
-share/locale/pt/LC_MESSAGES/json-glib-1.0.mo
-share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ro/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ru/LC_MESSAGES/json-glib-1.0.mo
-share/locale/sk/LC_MESSAGES/json-glib-1.0.mo
-share/locale/sl/LC_MESSAGES/json-glib-1.0.mo
-share/locale/sr/LC_MESSAGES/json-glib-1.0.mo
-share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo
-share/locale/sv/LC_MESSAGES/json-glib-1.0.mo
-share/locale/te/LC_MESSAGES/json-glib-1.0.mo
-share/locale/tg/LC_MESSAGES/json-glib-1.0.mo
-share/locale/tr/LC_MESSAGES/json-glib-1.0.mo
-share/locale/ug/LC_MESSAGES/json-glib-1.0.mo
-share/locale/uk/LC_MESSAGES/json-glib-1.0.mo
-share/locale/vi/LC_MESSAGES/json-glib-1.0.mo
-share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo
-share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo
-share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo
diff --git a/json-glib/buildlink3.mk b/json-glib/buildlink3.mk
deleted file mode 100644
index e08bb464f2..0000000000
--- a/json-glib/buildlink3.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-#
-
-BUILDLINK_TREE+=	json-glib
-
-.if !defined(JSON_GLIB_BUILDLINK3_MK)
-JSON_GLIB_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.json-glib+=	json-glib>=0.6.2
-BUILDLINK_ABI_DEPENDS.json-glib+=	json-glib>=1.4.4nb1
-BUILDLINK_PKGSRCDIR.json-glib?=		../../textproc/json-glib
-
-pkgbase := json-glib
-.include "../../mk/pkg-build-options.mk"
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.endif # JSON_GLIB_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-json-glib
diff --git a/json-glib/distinfo b/json-glib/distinfo
deleted file mode 100644
index 9739135376..0000000000
--- a/json-glib/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.18 2019/06/13 09:45:17 wiz Exp $
-
-SHA1 (json-glib-1.6.2.tar.xz) = d08c06ee28fe15980bd6474be789f2ef5ec555ee
-RMD160 (json-glib-1.6.2.tar.xz) = 26581a1036fbea61a081e17d881fea533a3544a0
-SHA512 (json-glib-1.6.2.tar.xz) = 8412390a639d368ed11181621739f43bc4900143ac062c3824c7140abec58ca2b09773a415034f03896a4ff63aa3414b492997da532848709238a83c3a068b11
-Size (json-glib-1.6.2.tar.xz) = 170260 bytes
diff --git a/json-glib/options.mk b/json-glib/options.mk
deleted file mode 100644
index 6e2d450b60..0000000000
--- a/json-glib/options.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2021/04/12 11:16:11 nia Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.json-glib
-PKG_SUPPORTED_OPTIONS=	introspection
-PKG_SUGGESTED_OPTIONS+=	introspection
-PLIST_VARS+=		introspection
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-BUILDLINK_API_DEPENDS.gobject-introspection+=	gobject-introspection>=0.9.5
-BUILDLINK_DEPMETHOD.gobject-introspection+=	build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-MESON_ARGS+=		-Dintrospection=enabled
-PLIST.introspection=	yes
-.else
-MESON_ARGS+=		-Dintrospection=disabled
-.endif


Home | Main Index | Thread Index | Old Index