mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
86aef36db9
commit
3457317cc9
5 changed files with 38 additions and 0 deletions
|
@ -375,6 +375,7 @@
|
|||
SUBDIR += libbgpdump
|
||||
SUBDIR += libcapn
|
||||
SUBDIR += libcharon
|
||||
SUBDIR += libcloudproviders
|
||||
SUBDIR += libcmis
|
||||
SUBDIR += libcoap
|
||||
SUBDIR += libdaq
|
||||
|
|
16
net/libcloudproviders/Makefile
Normal file
16
net/libcloudproviders/Makefile
Normal 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>
|
3
net/libcloudproviders/distinfo
Normal file
3
net/libcloudproviders/distinfo
Normal 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
|
3
net/libcloudproviders/pkg-descr
Normal file
3
net/libcloudproviders/pkg-descr
Normal 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.
|
15
net/libcloudproviders/pkg-plist
Normal file
15
net/libcloudproviders/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue