Import attica-0.1.2

Attica is a Qt library that implements the Open Collaboration Services
API version 1.4. The REST API is defined here:
 http://www.freedesktop.org/wiki/Specifications/open-collaboration-services

It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as content
provider. In order to integrate with KDE's Plasma Desktop, a platform
plugin exists in kdebase.
This commit is contained in:
markd 2010-04-09 23:43:12 +00:00
parent fafa7e746f
commit 3bad3198ed
5 changed files with 86 additions and 0 deletions

8
misc/attica/DESCR Normal file
View file

@ -0,0 +1,8 @@
Attica is a Qt library that implements the Open Collaboration Services
API version 1.4. The REST API is defined here:
http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as content
provider. In order to integrate with KDE's Plasma Desktop, a platform
plugin exists in kdebase.

32
misc/attica/Makefile Normal file
View file

@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $
DISTNAME= attica-0.1.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_KDE:=attica/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.kde.org
COMMENT= Qt library that implements the Open Collaboration Services API
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
# BUILD_MAKE_FLAGS+= VERBOSE=1
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _build
PKGCONFIG_OVERRIDE+= lib/cmake/libattica.pc.cmake
pre-configure:
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
${MKDIR} ${WRKSRC}/_build
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

27
misc/attica/PLIST Normal file
View file

@ -0,0 +1,27 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $
include/attica/accountbalance.h
include/attica/activity.h
include/attica/atticabasejob.h
include/attica/atticaclient_export.h
include/attica/category.h
include/attica/content.h
include/attica/downloaddescription.h
include/attica/downloaditem.h
include/attica/event.h
include/attica/folder.h
include/attica/getjob.h
include/attica/itemjob.h
include/attica/knowledgebaseentry.h
include/attica/listjob.h
include/attica/message.h
include/attica/metadata.h
include/attica/person.h
include/attica/platformdependent.h
include/attica/postjob.h
include/attica/provider.h
include/attica/providermanager.h
include/attica/version.h
lib/libattica.so
lib/libattica.so.0
lib/libattica.so.${PKGVERSION}
lib/pkgconfig/libattica.pc

14
misc/attica/buildlink3.mk Normal file
View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $
BUILDLINK_TREE+= attica
.if !defined(ATTICA_BUILDLINK3_MK)
ATTICA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.attica+= attica>=0.1.2
BUILDLINK_PKGSRCDIR.attica?= ../../misc/attica
.include "../../x11/qt4-libs/buildlink3.mk"
.endif # ATTICA_BUILDLINK3_MK
BUILDLINK_TREE+= -attica

5
misc/attica/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $
SHA1 (attica-0.1.2.tar.bz2) = 78d9c229090bd446a6dde1242f997bd1e286530c
RMD160 (attica-0.1.2.tar.bz2) = 05b8ead4d1bd90e95d88fb29ec3c8617ac85d715
Size (attica-0.1.2.tar.bz2) = 30137 bytes