kmbox: add version 19.08.3
KMBox provides API to access emails in storages in the MBox format
This commit is contained in:
parent
1715517388
commit
be0a38288d
5 changed files with 55 additions and 0 deletions
1
mail/kmbox/DESCR
Normal file
1
mail/kmbox/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
KMBox provides API to access emails in storages in the MBox format
|
16
mail/kmbox/Makefile
Normal file
16
mail/kmbox/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/11/17 05:38:04 markd Exp $
|
||||
|
||||
DISTNAME= kmbox-${KAPPSVER}
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= https://community.kde.org/KDE_PIM
|
||||
COMMENT= Library for accessing mail storages in MBox format
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
.include "../../meta-pkgs/kde/applications.mk"
|
||||
|
||||
USE_TOOLS+= msgmerge
|
||||
|
||||
.include "../../mail/kmime/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
mail/kmbox/PLIST
Normal file
17
mail/kmbox/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/11/17 05:38:04 markd Exp $
|
||||
include/KF5/KMbox/KMbox/MBox
|
||||
include/KF5/KMbox/KMbox/MBoxEntry
|
||||
include/KF5/KMbox/kmbox/kmbox_export.h
|
||||
include/KF5/KMbox/kmbox/mbox.h
|
||||
include/KF5/KMbox/kmbox/mboxentry.h
|
||||
include/KF5/kmbox_version.h
|
||||
lib/cmake/KF5Mbox/KF5MboxConfig.cmake
|
||||
lib/cmake/KF5Mbox/KF5MboxConfigVersion.cmake
|
||||
lib/cmake/KF5Mbox/KF5MboxTargets-noconfig.cmake
|
||||
lib/cmake/KF5Mbox/KF5MboxTargets.cmake
|
||||
lib/libKF5Mbox.so
|
||||
lib/libKF5Mbox.so.5
|
||||
lib/libKF5Mbox.so.5.12.3
|
||||
qt5/mkspecs/modules/qt_Mbox.pri
|
||||
share/qlogging-categories5/kmbox.categories
|
||||
share/qlogging-categories5/kmbox.renamecategories
|
15
mail/kmbox/buildlink3.mk
Normal file
15
mail/kmbox/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2019/11/17 05:38:04 markd Exp $
|
||||
|
||||
BUILDLINK_TREE+= kmbox
|
||||
|
||||
.if !defined(KMBOX_BUILDLINK3_MK)
|
||||
KMBOX_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.kmbox+= kmbox>=17.12.1
|
||||
BUILDLINK_PKGSRCDIR.kmbox?= ../../mail/kmbox
|
||||
|
||||
.include "../../mail/kmime/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.endif # KMBOX_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -kmbox
|
6
mail/kmbox/distinfo
Normal file
6
mail/kmbox/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/11/17 05:38:04 markd Exp $
|
||||
|
||||
SHA1 (kmbox-19.08.3.tar.xz) = 8ad50a9e86e4e1f9385b83d56c0e18ce722467b8
|
||||
RMD160 (kmbox-19.08.3.tar.xz) = 82c6928a458f3dcb8e67d6c437a41c18988ccc42
|
||||
SHA512 (kmbox-19.08.3.tar.xz) = 90b0b171df44badfd4a584fe9b6b7d9a874f956eacf5af727cb1d6b019c24e965b7f0830177075ca20ccf7ff3721ed1fa493f34739852555b48a8ac08fc554e2
|
||||
Size (kmbox-19.08.3.tar.xz) = 24444 bytes
|
Loading…
Reference in a new issue