Received: by mail.netbsd.org (Postfix, from userid 605) id 08B3484E28; Tue, 14 Apr 2020 14:18:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84F9584DE6 for ; Tue, 14 Apr 2020 14:18:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sNtB2qJIJ5Or for ; Tue, 14 Apr 2020 14:18:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ABB7084D04 for ; Tue, 14 Apr 2020 14:18:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A50BBFB27; Tue, 14 Apr 2020 14:18:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158687391280750" MIME-Version: 1.0 Date: Tue, 14 Apr 2020 14:18:32 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/appstream-glib To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200414141832.A50BBFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158687391280750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Apr 14 14:18:32 UTC 2020 Added Files: pkgsrc/devel/appstream-glib: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: devel/appstream-glib: import appstream-glib-0.7.17 This library provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that makes it easy to edit nodes and convert to and from the standardized XML representation. It also supports reading of Debian-style DEP-11 metadata. What this library allows you to do: * Read and write compressed AppStream XML files * Read compressed Debian YAML files * Add and search for applications in an application store * Get screenshot image data and release announcements * Easily retrieve the best application data for the current locale * Efficiently interface with more heavy-weight parsers like expat To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/appstream-glib/DESCR \ pkgsrc/devel/appstream-glib/Makefile pkgsrc/devel/appstream-glib/PLIST \ pkgsrc/devel/appstream-glib/buildlink3.mk \ pkgsrc/devel/appstream-glib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158687391280750 Content-Disposition: inline Content-Length: 7857 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/appstream-glib/DESCR diff -u /dev/null pkgsrc/devel/appstream-glib/DESCR:1.1 --- /dev/null Tue Apr 14 14:18:32 2020 +++ pkgsrc/devel/appstream-glib/DESCR Tue Apr 14 14:18:32 2020 @@ -0,0 +1,13 @@ +This library provides GObjects and helper methods to make it easy to read and +write AppStream metadata. It also provides a simple DOM implementation that +makes it easy to edit nodes and convert to and from the standardized XML +representation. It also supports reading of Debian-style DEP-11 metadata. + +What this library allows you to do: + + * Read and write compressed AppStream XML files + * Read compressed Debian YAML files + * Add and search for applications in an application store + * Get screenshot image data and release announcements + * Easily retrieve the best application data for the current locale + * Efficiently interface with more heavy-weight parsers like expat Index: pkgsrc/devel/appstream-glib/Makefile diff -u /dev/null pkgsrc/devel/appstream-glib/Makefile:1.1 --- /dev/null Tue Apr 14 14:18:32 2020 +++ pkgsrc/devel/appstream-glib/Makefile Tue Apr 14 14:18:32 2020 @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2020/04/14 14:18:32 ryoon Exp $ + +DISTNAME= appstream-glib-appstream_glib_0_7_17 +PKGNAME= appstream-glib-0.7.17 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=hughsie/} +GITHUB_PROJECT= appstream-glib +GITHUB_TAG= appstream_glib_0_7_17 + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= https://github.com/hughsie/appstream-glib/ +COMMENT= GObjects and helper methods for AppStream metadata +LICENSE= gnu-lgpl-v2.1 + +USE_TOOLS+= pkg-config +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ + +MESON_ARGS+= -Drpm=false + +PKGCONFIG_OVERRIDE+= libappstream-glib/appstream-glib.pc.in + +.include "../../archivers/libarchive/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../devel/libuuid/buildlink3.mk" +.include "../../devel/meson/build.mk" +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" +.include "../../net/libsoup/buildlink3.mk" +.include "../../textproc/json-glib/buildlink3.mk" +.include "../../textproc/libstemmer/buildlink3.mk" +.include "../../textproc/libyaml/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/appstream-glib/PLIST diff -u /dev/null pkgsrc/devel/appstream-glib/PLIST:1.1 --- /dev/null Tue Apr 14 14:18:32 2020 +++ pkgsrc/devel/appstream-glib/PLIST Tue Apr 14 14:18:32 2020 @@ -0,0 +1,88 @@ +@comment $NetBSD: PLIST,v 1.1 2020/04/14 14:18:32 ryoon Exp $ +bin/appstream-builder +bin/appstream-compose +bin/appstream-util +include/libappstream-glib/appstream-glib.h +include/libappstream-glib/as-agreement-section.h +include/libappstream-glib/as-agreement.h +include/libappstream-glib/as-app-builder.h +include/libappstream-glib/as-app.h +include/libappstream-glib/as-bundle.h +include/libappstream-glib/as-checksum.h +include/libappstream-glib/as-content-rating.h +include/libappstream-glib/as-enums.h +include/libappstream-glib/as-format.h +include/libappstream-glib/as-icon.h +include/libappstream-glib/as-image.h +include/libappstream-glib/as-inf.h +include/libappstream-glib/as-launchable.h +include/libappstream-glib/as-markup.h +include/libappstream-glib/as-monitor.h +include/libappstream-glib/as-node.h +include/libappstream-glib/as-problem.h +include/libappstream-glib/as-profile.h +include/libappstream-glib/as-provide.h +include/libappstream-glib/as-release.h +include/libappstream-glib/as-require.h +include/libappstream-glib/as-review.h +include/libappstream-glib/as-screenshot.h +include/libappstream-glib/as-store.h +include/libappstream-glib/as-suggest.h +include/libappstream-glib/as-tag.h +include/libappstream-glib/as-translation.h +include/libappstream-glib/as-utils.h +include/libappstream-glib/as-version.h +lib/asb-plugins-5/libasb_plugin_appdata.so +lib/asb-plugins-5/libasb_plugin_desktop.so +lib/asb-plugins-5/libasb_plugin_font.so +lib/asb-plugins-5/libasb_plugin_gettext.so +lib/asb-plugins-5/libasb_plugin_hardcoded.so +lib/asb-plugins-5/libasb_plugin_icon.so +lib/asb-plugins-5/libasb_plugin_shell_extension.so +lib/girepository-1.0/AppStreamGlib-1.0.typelib +lib/libappstream-glib.so +lib/libappstream-glib.so.8 +lib/libappstream-glib.so.8.0.10 +lib/pkgconfig/appstream-glib.pc +man/man1/appstream-builder.1 +man/man1/appstream-compose.1 +man/man1/appstream-util.1 +share/aclocal/appdata-xml.m4 +share/aclocal/appstream-xml.m4 +share/bash-completion/completions/appstream-builder +share/bash-completion/completions/appstream-util +share/gettext/its/appdata.its +share/gettext/its/appdata.loc +share/gir-1.0/AppStreamGlib-1.0.gir +share/installed-tests/appstream-glib/appdata-validate.test +share/installed-tests/appstream-glib/destdir-check.test +share/locale/ca/LC_MESSAGES/appstream-glib.mo +share/locale/cs/LC_MESSAGES/appstream-glib.mo +share/locale/da/LC_MESSAGES/appstream-glib.mo +share/locale/de/LC_MESSAGES/appstream-glib.mo +share/locale/en_GB/LC_MESSAGES/appstream-glib.mo +share/locale/es/LC_MESSAGES/appstream-glib.mo +share/locale/fa/LC_MESSAGES/appstream-glib.mo +share/locale/fi/LC_MESSAGES/appstream-glib.mo +share/locale/fr/LC_MESSAGES/appstream-glib.mo +share/locale/fur/LC_MESSAGES/appstream-glib.mo +share/locale/gl/LC_MESSAGES/appstream-glib.mo +share/locale/hu/LC_MESSAGES/appstream-glib.mo +share/locale/id/LC_MESSAGES/appstream-glib.mo +share/locale/it/LC_MESSAGES/appstream-glib.mo +share/locale/ko/LC_MESSAGES/appstream-glib.mo +share/locale/lt/LC_MESSAGES/appstream-glib.mo +share/locale/oc/LC_MESSAGES/appstream-glib.mo +share/locale/pl/LC_MESSAGES/appstream-glib.mo +share/locale/pt/LC_MESSAGES/appstream-glib.mo +share/locale/pt_BR/LC_MESSAGES/appstream-glib.mo +share/locale/ru/LC_MESSAGES/appstream-glib.mo +share/locale/sk/LC_MESSAGES/appstream-glib.mo +share/locale/sl/LC_MESSAGES/appstream-glib.mo +share/locale/sr/LC_MESSAGES/appstream-glib.mo +share/locale/sr@latin/LC_MESSAGES/appstream-glib.mo +share/locale/sv/LC_MESSAGES/appstream-glib.mo +share/locale/tr/LC_MESSAGES/appstream-glib.mo +share/locale/uk/LC_MESSAGES/appstream-glib.mo +share/locale/zh_CN/LC_MESSAGES/appstream-glib.mo +share/locale/zh_TW/LC_MESSAGES/appstream-glib.mo Index: pkgsrc/devel/appstream-glib/buildlink3.mk diff -u /dev/null pkgsrc/devel/appstream-glib/buildlink3.mk:1.1 --- /dev/null Tue Apr 14 14:18:32 2020 +++ pkgsrc/devel/appstream-glib/buildlink3.mk Tue Apr 14 14:18:32 2020 @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/04/14 14:18:32 ryoon Exp $ + +BUILDLINK_TREE+= appstream-glib + +.if !defined(APPSTREAM_GLIB_BUILDLINK3_MK) +APPSTREAM_GLIB_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.appstream-glib+= appstream-glib>=0.7.17 +BUILDLINK_PKGSRCDIR.appstream-glib?= ../../devel/appstream-glib + +.include "../../archivers/libarchive/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../devel/libuuid/buildlink3.mk" +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" +.endif # APPSTREAM_GLIB_BUILDLINK3_MK + +BUILDLINK_TREE+= -appstream-glib Index: pkgsrc/devel/appstream-glib/distinfo diff -u /dev/null pkgsrc/devel/appstream-glib/distinfo:1.1 --- /dev/null Tue Apr 14 14:18:32 2020 +++ pkgsrc/devel/appstream-glib/distinfo Tue Apr 14 14:18:32 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/04/14 14:18:32 ryoon Exp $ + +SHA1 (appstream-glib-appstream_glib_0_7_17.tar.gz) = d4fa25c47812377d031e1a66521f0fb83b784273 +RMD160 (appstream-glib-appstream_glib_0_7_17.tar.gz) = a3179f64ae3799f4d1846a22933f80dfc486466f +SHA512 (appstream-glib-appstream_glib_0_7_17.tar.gz) = dd578157806199434479c04aea4ae18f63fc2438a9c1ec109d60c9b96b4906c7330b46a56b3105568a25f884b44329427d1f48e4127837df22d35b2302834340 +Size (appstream-glib-appstream_glib_0_7_17.tar.gz) = 2404663 bytes --_----------=_158687391280750--