pkgsrc-WIP-changes archive

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

template-glib: Import template-glib-3.34.0 as wip/template-glib



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Sun May 31 16:58:31 2020 +0200
Changeset:	0bf676c9adaa0ffff558724e4cbc1fd107833920

Modified Files:
	Makefile
Added Files:
	template-glib/DESCR
	template-glib/Makefile
	template-glib/PLIST
	template-glib/buildlink3.mk
	template-glib/distinfo

Log Message:
template-glib: Import template-glib-3.34.0 as wip/template-glib

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

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

diffstat:
 Makefile                    |  1 +
 template-glib/DESCR         |  7 +++++++
 template-glib/Makefile      | 20 ++++++++++++++++++++
 template-glib/PLIST         | 40 ++++++++++++++++++++++++++++++++++++++++
 template-glib/buildlink3.mk | 15 +++++++++++++++
 template-glib/distinfo      |  6 ++++++
 6 files changed, 89 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 950099fc54..c645ba942c 100644
--- a/Makefile
+++ b/Makefile
@@ -4690,6 +4690,7 @@ SUBDIR+=	telegraf
 SUBDIR+=	telegram-desktop
 SUBDIR+=	telepathy-butterfly
 SUBDIR+=	telepathy-logger
+SUBDIR+=	template-glib
 SUBDIR+=	tendra
 SUBDIR+=	tendra.org-sid
 SUBDIR+=	teng
diff --git a/template-glib/DESCR b/template-glib/DESCR
new file mode 100644
index 0000000000..1b0fd67251
--- /dev/null
+++ b/template-glib/DESCR
@@ -0,0 +1,7 @@
+Template-GLib is a library to help you generate text based on a template and
+user defined state. Template-GLib does not use a language runtime, so it is
+safe to use from any GObject-Introspectable language.
+
+Template-GLib allows you to access properties on GObjects as well as call
+simple methods via GObject-Introspection. See our examples for how to call
+methods.
diff --git a/template-glib/Makefile b/template-glib/Makefile
new file mode 100644
index 0000000000..79324245bf
--- /dev/null
+++ b/template-glib/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	template-glib-3.34.0
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/template-glib/3.34/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	https://gitlab.gnome.org/GNOME/template-glib
+COMMENT=	Glib template expansion library
+LICENSE=	gnu-lgpl-v2
+
+USE_PKGLOCALEDIR=	yes
+
+USE_TOOLS+=	pkg-config
+
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/template-glib/PLIST b/template-glib/PLIST
new file mode 100644
index 0000000000..a61f78dc27
--- /dev/null
+++ b/template-glib/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD$
+include/template-glib-1.0/tmpl-debug.h
+include/template-glib-1.0/tmpl-enums.h
+include/template-glib-1.0/tmpl-error.h
+include/template-glib-1.0/tmpl-expr-types.h
+include/template-glib-1.0/tmpl-expr.h
+include/template-glib-1.0/tmpl-glib.h
+include/template-glib-1.0/tmpl-scope.h
+include/template-glib-1.0/tmpl-symbol.h
+include/template-glib-1.0/tmpl-template-locator.h
+include/template-glib-1.0/tmpl-template.h
+include/template-glib-1.0/tmpl-version-macros.h
+include/template-glib-1.0/tmpl-version.h
+lib/girepository-1.0/Template-1.0.typelib
+lib/libtemplate_glib-1.0.so
+lib/libtemplate_glib-1.0.so.0
+lib/libtemplate_glib-1.0.so.0.3400.0
+lib/pkgconfig/template-glib-1.0.pc
+share/gir-1.0/Template-1.0.gir
+share/locale/cs/LC_MESSAGES/template-glib.mo
+share/locale/da/LC_MESSAGES/template-glib.mo
+share/locale/de/LC_MESSAGES/template-glib.mo
+share/locale/el/LC_MESSAGES/template-glib.mo
+share/locale/en_GB/LC_MESSAGES/template-glib.mo
+share/locale/es/LC_MESSAGES/template-glib.mo
+share/locale/fur/LC_MESSAGES/template-glib.mo
+share/locale/hu/LC_MESSAGES/template-glib.mo
+share/locale/id/LC_MESSAGES/template-glib.mo
+share/locale/it/LC_MESSAGES/template-glib.mo
+share/locale/nl/LC_MESSAGES/template-glib.mo
+share/locale/pl/LC_MESSAGES/template-glib.mo
+share/locale/pt/LC_MESSAGES/template-glib.mo
+share/locale/pt_BR/LC_MESSAGES/template-glib.mo
+share/locale/ro/LC_MESSAGES/template-glib.mo
+share/locale/sl/LC_MESSAGES/template-glib.mo
+share/locale/sr/LC_MESSAGES/template-glib.mo
+share/locale/sv/LC_MESSAGES/template-glib.mo
+share/locale/tr/LC_MESSAGES/template-glib.mo
+share/vala/vapi/template-glib-1.0.deps
+share/vala/vapi/template-glib-1.0.vapi
diff --git a/template-glib/buildlink3.mk b/template-glib/buildlink3.mk
new file mode 100644
index 0000000000..b6ddeb2e4c
--- /dev/null
+++ b/template-glib/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	template-glib
+
+.if !defined(TEMPLATE_GLIB_BUILDLINK3_MK)
+TEMPLATE_GLIB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.template-glib+=	template-glib>=3.34.0
+BUILDLINK_PKGSRCDIR.template-glib?=	../../wip/template-glib
+
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.endif	# TEMPLATE_GLIB_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-template-glib
diff --git a/template-glib/distinfo b/template-glib/distinfo
new file mode 100644
index 0000000000..dcd76a48a8
--- /dev/null
+++ b/template-glib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (template-glib-3.34.0.tar.xz) = 3e90a398dc66d947d84a2fc8fda9f95e25d531e6
+RMD160 (template-glib-3.34.0.tar.xz) = afcb115b09860768d005479c06297f6075f7f535
+SHA512 (template-glib-3.34.0.tar.xz) = b89cc9890fd80a6858b34139ce1cd2394a43f598629e59f224f4db798a17457be9a2aa8307828af3591108ed6e9a953936a74df15ed1c8c8af2100306db5a497
+Size (template-glib-3.34.0.tar.xz) = 55348 bytes


Home | Main Index | Thread Index | Old Index