diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-11-15 00:12:56 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-11-15 00:12:56 +0800 |
commit | 6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf (patch) | |
tree | dbe08499461c3eea79dce8b1eca87e2699ef0d1c /archivers | |
parent | bf14630d264a9160dc837c514f487902a2f64259 (diff) | |
download | freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.tar.gz freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.tar.zst freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.zip |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX>
For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
KWALLET_USE= KDE=wallet
I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)
[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (maintainer)
Differential Revision: https://reviews.freebsd.org/D8329
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/kf5-karchive/Makefile | 15 | ||||
-rw-r--r-- | archivers/kf5-karchive/distinfo | 3 | ||||
-rw-r--r-- | archivers/kf5-karchive/pkg-descr | 7 | ||||
-rw-r--r-- | archivers/kf5-karchive/pkg-plist | 34 |
5 files changed, 60 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8736b14d4c7d..88de5c6f472c 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -48,6 +48,7 @@ SUBDIR += innoextract SUBDIR += javatar SUBDIR += jzlib + SUBDIR += kf5-karchive SUBDIR += kzip SUBDIR += laszip SUBDIR += lbrate diff --git a/archivers/kf5-karchive/Makefile b/archivers/kf5-karchive/Makefile new file mode 100644 index 000000000000..2c91a7210219 --- /dev/null +++ b/archivers/kf5-karchive/Makefile @@ -0,0 +1,15 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= karchive +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= archivers kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library that provides classes for handling archive formats + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core qmake_build + +.include <bsd.port.mk> diff --git a/archivers/kf5-karchive/distinfo b/archivers/kf5-karchive/distinfo new file mode 100644 index 000000000000..20087842ede5 --- /dev/null +++ b/archivers/kf5-karchive/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424075 +SHA256 (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 7f387fa2e0f5360870524d0f2b352179f191d0ed0ea78ec3456964ffab8bebb0 +SIZE (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 110736 diff --git a/archivers/kf5-karchive/pkg-descr b/archivers/kf5-karchive/pkg-descr new file mode 100644 index 000000000000..1bc97c399ce3 --- /dev/null +++ b/archivers/kf5-karchive/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html diff --git a/archivers/kf5-karchive/pkg-plist b/archivers/kf5-karchive/pkg-plist new file mode 100644 index 000000000000..e3d11ae0703b --- /dev/null +++ b/archivers/kf5-karchive/pkg-plist @@ -0,0 +1,34 @@ +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-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Archive/KF5ArchiveTargets.cmake +lib/libKF5Archive.so +lib/libKF5Archive.so.5 +lib/libKF5Archive.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KArchive.pri |