net/libcloudproviders: new port

libcloudproviders is a DBus API that allows cloud storage sync clients to expose
their services. Clients such as file managers and desktop environments can then
provide integrated access to the cloud providers services.
This commit is contained in:
Baptiste Daroussin 2025-03-05 15:44:25 +01:00
parent 86aef36db9
commit 3457317cc9
5 changed files with 38 additions and 0 deletions

View file

@ -375,6 +375,7 @@
SUBDIR += libbgpdump
SUBDIR += libcapn
SUBDIR += libcharon
SUBDIR += libcloudproviders
SUBDIR += libcmis
SUBDIR += libcoap
SUBDIR += libdaq

View file

@ -0,0 +1,16 @@
PORTNAME= libcloudproviders
PORTVERSION= 0.3.6
CATEGORIES= net
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+.[0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= cloudproviders integration API
WWW= https://gitlab.gnome.org/GNOME/libcloudproviders
LICENSE= LGPL3
USES= tar:xz meson gnome vala:build pkgconfig
USE_GNOME= glib20 introspection:build
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1741183758
SHA256 (gnome/libcloudproviders-0.3.6.tar.xz) = 3b75110b3a4fdef4c5c5a440e48701fe054d2ae061d156c89136bb5ba05e74b7
SIZE (gnome/libcloudproviders-0.3.6.tar.xz) = 23844

View file

@ -0,0 +1,3 @@
libcloudproviders is a DBus API that allows cloud storage sync clients to expose
their services. Clients such as file managers and desktop environments can then
provide integrated access to the cloud providers services.

View file

@ -0,0 +1,15 @@
include/cloudproviders/cloudproviders.h
include/cloudproviders/cloudprovidersaccount.h
include/cloudproviders/cloudprovidersaccountexporter.h
include/cloudproviders/cloudproviderscollector.h
include/cloudproviders/cloudprovidersprovider.h
include/cloudproviders/cloudprovidersproviderexporter.h
include/cloudproviders/enums.h
lib/girepository-1.0/CloudProviders-0.3.typelib
lib/libcloudproviders.so
lib/libcloudproviders.so.0
lib/libcloudproviders.so.0.3.6
libdata/pkgconfig/cloudproviders.pc
share/gir-1.0/CloudProviders-0.3.gir
share/vala/vapi/cloudproviders.deps
share/vala/vapi/cloudproviders.vapi