pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/karchive Add karchive 5.21.0 part of KDE Fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0339c8e3465f
branches: trunk
changeset: 347605:0339c8e3465f
user: markd <markd%pkgsrc.org@localhost>
date: Wed May 25 23:20:33 2016 +0000
description:
Add karchive 5.21.0 part of KDE Frameworks 5
KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.
It also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice.
diffstat:
archivers/karchive/DESCR | 5 +++++
archivers/karchive/Makefile | 16 ++++++++++++++++
archivers/karchive/PLIST | 35 +++++++++++++++++++++++++++++++++++
archivers/karchive/buildlink3.mk | 14 ++++++++++++++
archivers/karchive/distinfo | 6 ++++++
5 files changed, 76 insertions(+), 0 deletions(-)
diffs (96 lines):
diff -r aac64c2dd0b6 -r 0339c8e3465f archivers/karchive/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/karchive/DESCR Wed May 25 23:20:33 2016 +0000
@@ -0,0 +1,5 @@
+KArchive provides classes for easy reading, creation and manipulation of
+"archive" formats like ZIP and TAR.
+
+It also provides transparent compression and decompression of data, like the
+GZip format, via a subclass of QIODevice.
diff -r aac64c2dd0b6 -r 0339c8e3465f archivers/karchive/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/karchive/Makefile Wed May 25 23:20:33 2016 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/05/25 23:20:33 markd Exp $
+
+DISTNAME= karchive-${KF5VER}
+CATEGORIES= archivers
+
+HOMEPAGE= https://community.kde.org/Frameworks
+COMMENT= Qt 5 addon providing access to numerous types of archives
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kf5/Makefile.common"
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aac64c2dd0b6 -r 0339c8e3465f archivers/karchive/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/karchive/PLIST Wed May 25 23:20:33 2016 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2016/05/25 23:20:33 markd Exp $
+include/KF5/KArchive/K7Zip
+include/KF5/KArchive/KAr
+include/KF5/KArchive/KArchive
+include/KF5/KArchive/KArchiveDirectory
+include/KF5/KArchive/KArchiveEntry
+include/KF5/KArchive/KArchiveFile
+include/KF5/KArchive/KCompressionDevice
+include/KF5/KArchive/KFilterBase
+include/KF5/KArchive/KFilterDev
+include/KF5/KArchive/KTar
+include/KF5/KArchive/KZip
+include/KF5/KArchive/KZipFileEntry
+include/KF5/KArchive/k7zip.h
+include/KF5/KArchive/kar.h
+include/KF5/KArchive/karchive.h
+include/KF5/KArchive/karchive_export.h
+include/KF5/KArchive/karchivedirectory.h
+include/KF5/KArchive/karchiveentry.h
+include/KF5/KArchive/karchivefile.h
+include/KF5/KArchive/kcompressiondevice.h
+include/KF5/KArchive/kfilterbase.h
+include/KF5/KArchive/kfilterdev.h
+include/KF5/KArchive/ktar.h
+include/KF5/KArchive/kzip.h
+include/KF5/KArchive/kzipfileentry.h
+include/KF5/karchive_version.h
+lib/cmake/KF5Archive/KF5ArchiveConfig.cmake
+lib/cmake/KF5Archive/KF5ArchiveConfigVersion.cmake
+lib/cmake/KF5Archive/KF5ArchiveTargets-noconfig.cmake
+lib/cmake/KF5Archive/KF5ArchiveTargets.cmake
+lib/libKF5Archive.so
+lib/libKF5Archive.so.5
+lib/libKF5Archive.so.${PKGVERSION}
+qt5/mkspecs/modules/qt_KArchive.pri
diff -r aac64c2dd0b6 -r 0339c8e3465f archivers/karchive/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/karchive/buildlink3.mk Wed May 25 23:20:33 2016 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/05/25 23:20:33 markd Exp $
+
+BUILDLINK_TREE+= karchive
+
+.if !defined(KARCHIVE_BUILDLINK3_MK)
+KARCHIVE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.karchive+= karchive>=5.18.0
+BUILDLINK_PKGSRCDIR.karchive?= ../../archivers/karchive
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif # KARCHIVE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -karchive
diff -r aac64c2dd0b6 -r 0339c8e3465f archivers/karchive/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/karchive/distinfo Wed May 25 23:20:33 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/05/25 23:20:33 markd Exp $
+
+SHA1 (karchive-5.21.0.tar.xz) = 6e2a810ba6d8ab54926ce33055b1e2c79a107a1f
+RMD160 (karchive-5.21.0.tar.xz) = 43f9494a800b5b2fbdc18035d226741867873e91
+SHA512 (karchive-5.21.0.tar.xz) = bd1294df5357908e4b21474620c3c9357625064e5c5bf1e81f4268844e8f63b4a54123e7705bc02f40273a1c37ca83f45d06d7acb94b112405f1157dbc119204
+Size (karchive-5.21.0.tar.xz) = 109316 bytes
Home |
Main Index |
Thread Index |
Old Index