pkgsrc-WIP-changes archive

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

kcrash: Add kcrash-5.18.0 as wip/kcrash



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue Feb 2 19:19:08 2016 +1300
Changeset:	9359c09ff912f396200293d44027de373f629d6b

Added Files:
	kcrash/DESCR
	kcrash/Makefile
	kcrash/PLIST
	kcrash/buildlink3.mk
	kcrash/distinfo

Log Message:
kcrash: Add kcrash-5.18.0 as wip/kcrash

KCrash provides support for intercepting and handling application crashes.

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

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

diffstat:
 kcrash/DESCR         |  1 +
 kcrash/Makefile      | 17 +++++++++++++++++
 kcrash/PLIST         | 13 +++++++++++++
 kcrash/buildlink3.mk | 16 ++++++++++++++++
 kcrash/distinfo      |  6 ++++++
 5 files changed, 53 insertions(+)

diffs:
diff --git a/kcrash/DESCR b/kcrash/DESCR
new file mode 100644
index 0000000..36798a0
--- /dev/null
+++ b/kcrash/DESCR
@@ -0,0 +1 @@
+KCrash provides support for intercepting and handling application crashes.
diff --git a/kcrash/Makefile b/kcrash/Makefile
new file mode 100644
index 0000000..15c2bc2
--- /dev/null
+++ b/kcrash/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	kcrash-${KF5VER}
+CATEGORIES=	devel
+
+HOMEPAGE=	https://projects.kde.org/projects/frameworks/kcrash
+COMMENT=	Support for application crash analysis and bug report from apps
+LICENSE=	gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+.include "../../wip/kcoreaddons/buildlink3.mk"
+.include "../../wip/kwindowsystem/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+#BUILDLINK_DEPMETHOD.qt5-qttools= build
+#.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kcrash/PLIST b/kcrash/PLIST
new file mode 100644
index 0000000..71d5fd4
--- /dev/null
+++ b/kcrash/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+include/KF5/KCrash/KCrash
+include/KF5/KCrash/kcrash.h
+include/KF5/KCrash/kcrash_export.h
+include/KF5/kcrash_version.h
+lib/cmake/KF5Crash/KF5CrashConfig.cmake
+lib/cmake/KF5Crash/KF5CrashConfigVersion.cmake
+lib/cmake/KF5Crash/KF5CrashTargets-noconfig.cmake
+lib/cmake/KF5Crash/KF5CrashTargets.cmake
+lib/libKF5Crash.so
+lib/libKF5Crash.so.5
+lib/libKF5Crash.so.${PKGVERSION}
+qt5/mkspecs/modules/qt_KCrash.pri
diff --git a/kcrash/buildlink3.mk b/kcrash/buildlink3.mk
new file mode 100644
index 0000000..93e1a57
--- /dev/null
+++ b/kcrash/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	kcrash
+
+.if !defined(KCRASH_BUILDLINK3_MK)
+KCRASH_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kcrash+=	kcrash>=5.18.0
+BUILDLINK_PKGSRCDIR.kcrash?=	../../wip/kcrash
+
+.include "../../wip/kcoreaddons/buildlink3.mk"
+.include "../../wip/kwindowsystem/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif	# KCRASH_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-kcrash
diff --git a/kcrash/distinfo b/kcrash/distinfo
new file mode 100644
index 0000000..b2f73e9
--- /dev/null
+++ b/kcrash/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kcrash-5.18.0.tar.xz) = 1332e6853e8142b36631290a9f5b18683b4407df
+RMD160 (kcrash-5.18.0.tar.xz) = 36e1cf81535d41d9d0b227899138c6795691f81b
+SHA512 (kcrash-5.18.0.tar.xz) = a668e57206e9dde4184af5614b8a00d7d1ffb460267cb90f664da6608c83c519ff905feaf2910271bb4e6d3a42fb2bf25a9fc9007b9fcdcc01e8c27c712de4f4
+Size (kcrash-5.18.0.tar.xz) = 20124 bytes


Home | Main Index | Thread Index | Old Index