Nepomuk is about classification, organisation and presentation of data.

It is not an application, but a component which can be used by
developers within applications.

This is the KDE Meta Data library (not to confuse with KFileMetaData).
It consists of the following parts:
  * The main resource handling centered around Nepomuk2::Resource;
  * The handling of ontologies via classes in the Nepomuk2::Types namespace;
  * The desktop Nepomuk2::Query API;
  * nepomuk_facets;
  * Several utility methods and classes.
This commit is contained in:
zhuk 2013-04-24 18:34:03 +00:00
parent 92ced5c943
commit bc3116b713
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:34:03 zhuk Exp $
COMMENT = Nepomuk-based KDE Plasma widgets
DISTNAME = nepomuk-widgets-${MODKDE4_VERSION}
SHARED_LIBS = nepomukwidgets 0.0
WANTLIB = m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/nepomukcore
WANTLIB += soprano
MODKDE4_USE = libs
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/nepomuk-core>=${MODKDE4_DEP_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (kde/nepomuk-widgets-4.10.2.tar.xz) = go+S3Y2wtNPhMpHiJxcHugDMiai3N0DVSvjQ0u+5X84=
SIZE (kde/nepomuk-widgets-4.10.2.tar.xz) = 80044

View File

@ -0,0 +1,11 @@
Nepomuk is about classification, organisation and presentation of data.
It is not an application, but a component which can be used by
developers within applications.
This is the KDE Meta Data library (not to confuse with KFileMetaData).
It consists of the following parts:
* The main resource handling centered around Nepomuk2::Resource;
* The handling of ontologies via classes in the Nepomuk2::Types namespace;
* The desktop Nepomuk2::Query API;
* nepomuk_facets;
* Several utility methods and classes.

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 18:34:03 zhuk Exp $
include/kde4/nepomuk2/filemetadatawidget.h
include/kde4/nepomuk2/nepomukwidgets_export.h
include/kde4/nepomuk2/tagwidget.h
lib/cmake/NepomukWidgets/
lib/cmake/NepomukWidgets/NepomukWidgetsConfig.cmake
lib/cmake/NepomukWidgets/NepomukWidgetsConfigVersion.cmake
lib/cmake/NepomukWidgets/NepomukWidgetsTargetsWithPrefix${MODKDE4_CMAKE_PREFIX}.cmake
lib/cmake/NepomukWidgets/NepomukWidgetsTargetsWithPrefix.cmake
@lib ${KDE4LIB}/libnepomukwidgets.so.${LIBnepomukwidgets_VERSION}
@lib lib/libnepomukwidgets.so.${LIBnepomukwidgets_VERSION}