pkgsrc-WIP-changes archive

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

kio: Add kio 5.19.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue Mar 1 23:29:14 2016 +1300
Changeset:	05d7f10fbf67abe353642700352bb4389f1d9f31

Modified Files:
	Makefile
Added Files:
	kio/DESCR
	kio/Makefile
	kio/PLIST
	kio/distinfo

Log Message:
kio: Add kio 5.19.0

his framework implements almost all the file management functions you
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
file dialog also uses this to provide its network-enabled file management.

It supports accessing files locally as well as via HTTP and FTP out of the
box and can be extended by plugins to support other protocols as well. There
is a variety of plugins available, e.g. to support access via SSH.

The framework can also be used to bridge a native protocol to a file-based
interface. This makes the data accessible in all applications using the KDE
file dialog or any other KIO enabled infrastructure.

== Not building yet ==

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

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

diffstat:
 Makefile     |  1 +
 kio/DESCR    | 11 +++++++++++
 kio/Makefile | 27 +++++++++++++++++++++++++++
 kio/PLIST    |  0
 kio/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1aeaf49..3877409 100644
--- a/Makefile
+++ b/Makefile
@@ -1445,6 +1445,7 @@ SUBDIR+=	kiconthemes
 SUBDIR+=	kidletime
 SUBDIR+=	kimageformats
 SUBDIR+=	kino
+SUBDIR+=	kio
 SUBDIR+=	kissme
 SUBDIR+=	kitemmodels
 SUBDIR+=	kitemviews
diff --git a/kio/DESCR b/kio/DESCR
new file mode 100644
index 0000000..e061f47
--- /dev/null
+++ b/kio/DESCR
@@ -0,0 +1,11 @@
+This framework implements almost all the file management functions you
+will ever need. In fact, the KDE file manager (Dolphin) and the KDE
+file dialog also uses this to provide its network-enabled file management.
+
+It supports accessing files locally as well as via HTTP and FTP out of the
+box and can be extended by plugins to support other protocols as well. There
+is a variety of plugins available, e.g. to support access via SSH.
+
+The framework can also be used to bridge a native protocol to a file-based
+interface. This makes the data accessible in all applications using the KDE
+file dialog or any other KIO enabled infrastructure.
diff --git a/kio/Makefile b/kio/Makefile
new file mode 100644
index 0000000..5d93ddc
--- /dev/null
+++ b/kio/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	kio-${KF5VER}
+CATEGORIES=	x11
+
+HOMEPAGE=	https://projects.kde.org/projects/frameworks/kio
+COMMENT=	Resource and network access abstraction
+LICENSE=	gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+BUILD_DEPENDS+=	kdoctools>=${KF5VER}:../../wip/kdoctools
+
+USE_TOOLS+=	msgmerge
+
+#.include "../../lang/python/tool.mk"
+#.include "../../wip/gpgmepp/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/krb5.buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../wip/karchive/buildlink3.mk"
+.include "../../wip/kbookmarks/buildlink3.mk"
+.include "../../wip/kjobwidgets/buildlink3.mk"
+.include "../../wip/kwallet/buildlink3.mk"
+.include "../../wip/solid/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kio/PLIST b/kio/PLIST
new file mode 100644
index 0000000..e69de29
diff --git a/kio/distinfo b/kio/distinfo
new file mode 100644
index 0000000..320ce3a
--- /dev/null
+++ b/kio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kio-5.19.0.tar.xz) = 593fb1dbd3460a254a8bf33c533489fd640cb2d9
+RMD160 (kio-5.19.0.tar.xz) = 2c7f0ff5e9486d3f051d283d9b14d35e5fd70d88
+SHA512 (kio-5.19.0.tar.xz) = 5ebcfa03170e15b7fd1a686a8897945724c3fe14407ac64af502139ebb427edc7b3b63ab5ed009160dae8245fba01df8be59faa5bb25aff4b57b9850ee1b913d
+Size (kio-5.19.0.tar.xz) = 2889500 bytes


Home | Main Index | Thread Index | Old Index