import libsocialweb

Social data server which will fetch data from the "social web", such as
blog posts and photos, upcoming events, recently played tracks, and
pending auctions. It also provides a service to update status on
supported web services such as Facebook and Twitter. Libsocialweb can be
accessed via D-Bus, or with a custom socialweb client.

ok aja@
This commit is contained in:
jasper 2011-04-28 10:50:46 +00:00
parent 70c89c7b6f
commit 3c2756e182
5 changed files with 354 additions and 0 deletions

42
net/libsocialweb/Makefile Normal file
View File

@ -0,0 +1,42 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/28 10:50:46 jasper Exp $
COMMENT= social web services integration framework
GNOME_PROJECT= libsocialweb
GNOME_VERSION= 0.25.15
SHARED_LIBS += socialweb-client 2.0 # 2.0
SHARED_LIBS += socialweb-keyfob 0.0 # 0.0
SHARED_LIBS += socialweb-keystore 0.0 # 0.0
SHARED_LIBS += socialweb 0.0 # 0.0
CATEGORIES= net
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext \
x11/gnome
WANTLIB += ORBit-2 c dbus-1 dbus-glib-1 gconf-2 gcrypt gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gobject-2.0 gpg-error
WANTLIB += gthread-2.0 json-glib-1.0 m pcre pthread rest-0.7 rest-extras-0.7
WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 xml2 z
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= devel/json-glib \
net/librest
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-introspection \
--enable-all-services \
--with-online=always # Other choices are ConnMan and NM
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (libsocialweb-0.25.15.tar.bz2) = 1FnWV7P/DpHHtUN6dGluXQ==
RMD160 (libsocialweb-0.25.15.tar.bz2) = YxvQ++cH6h8UnaFnbdu700axoQI=
SHA1 (libsocialweb-0.25.15.tar.bz2) = UYbjQW4Q33gDXQr+Yb1u31k79Lg=
SHA256 (libsocialweb-0.25.15.tar.bz2) = DvYJSBjjXoahI4onktOp+rP+DXww/T+Ij1l3y0k9738=
SIZE (libsocialweb-0.25.15.tar.bz2) = 573843

View File

@ -0,0 +1,5 @@
Social data server which will fetch data from the "social web", such as
blog posts and photos, upcoming events, recently played tracks, and
pending auctions. It also provides a service to update status on
supported web services such as Facebook and Twitter. Libsocialweb can be
accessed via D-Bus, or with a custom socialweb client.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/04/28 10:50:46 jasper Exp $
@lib lib/libsocialweb-client.so.${LIBsocialweb-client_VERSION}
@lib lib/libsocialweb-keyfob.so.${LIBsocialweb-keyfob_VERSION}
@lib lib/libsocialweb-keystore.so.${LIBsocialweb-keystore_VERSION}
@lib lib/libsocialweb.so.${LIBsocialweb_VERSION}
lib/libsocialweb/services/libfacebook.so
lib/libsocialweb/services/libflickr.so
lib/libsocialweb/services/liblastfm.so
lib/libsocialweb/services/libphotobucket.so
lib/libsocialweb/services/libplurk.so
lib/libsocialweb/services/libsina.so
lib/libsocialweb/services/libsmugmug.so
lib/libsocialweb/services/libtwitter.so
lib/libsocialweb/services/libvimeo.so
lib/libsocialweb/services/libyoutube.so

287
net/libsocialweb/pkg/PLIST Normal file
View File

@ -0,0 +1,287 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/28 10:50:46 jasper Exp $
%%SHARED%%
include/libsocialweb/
include/libsocialweb/interfaces/
include/libsocialweb/interfaces/sw-avatar-ginterface.h
include/libsocialweb/interfaces/sw-banishable-ginterface.h
include/libsocialweb/interfaces/sw-collections-ginterface.h
include/libsocialweb/interfaces/sw-contacts-query-ginterface.h
include/libsocialweb/interfaces/sw-photo-upload-ginterface.h
include/libsocialweb/interfaces/sw-query-ginterface.h
include/libsocialweb/interfaces/sw-status-update-ginterface.h
include/libsocialweb/interfaces/sw-video-upload-ginterface.h
include/libsocialweb/libsocialweb/
include/libsocialweb/libsocialweb-client/
include/libsocialweb/libsocialweb-client/sw-client-contact-view.h
include/libsocialweb/libsocialweb-client/sw-client-item-view.h
include/libsocialweb/libsocialweb-client/sw-client-lastfm.h
include/libsocialweb/libsocialweb-client/sw-client-service.h
include/libsocialweb/libsocialweb-client/sw-client.h
include/libsocialweb/libsocialweb-client/sw-contact.h
include/libsocialweb/libsocialweb-client/sw-item.h
include/libsocialweb/libsocialweb-keyfob/
include/libsocialweb/libsocialweb-keyfob/sw-keyfob.h
include/libsocialweb/libsocialweb-keystore/
include/libsocialweb/libsocialweb-keystore/sw-keystore.h
include/libsocialweb/libsocialweb/sw-cache.h
include/libsocialweb/libsocialweb/sw-cacheable.h
include/libsocialweb/libsocialweb/sw-client-monitor.h
include/libsocialweb/libsocialweb/sw-contact-view.h
include/libsocialweb/libsocialweb/sw-contact.h
include/libsocialweb/libsocialweb/sw-core.h
include/libsocialweb/libsocialweb/sw-debug.h
include/libsocialweb/libsocialweb/sw-enum-types.h
include/libsocialweb/libsocialweb/sw-item-stream.h
include/libsocialweb/libsocialweb/sw-item-view.h
include/libsocialweb/libsocialweb/sw-item.h
include/libsocialweb/libsocialweb/sw-module.h
include/libsocialweb/libsocialweb/sw-online.h
include/libsocialweb/libsocialweb/sw-service.h
include/libsocialweb/libsocialweb/sw-set.h
include/libsocialweb/libsocialweb/sw-types.h
include/libsocialweb/libsocialweb/sw-utils.h
include/libsocialweb/libsocialweb/sw-web.h
lib/girepository-1.0/
lib/girepository-1.0/SocialWebClient-0.25.typelib
lib/libsocialweb/
lib/libsocialweb-client.a
lib/libsocialweb-client.la
lib/libsocialweb-keyfob.a
lib/libsocialweb-keyfob.la
lib/libsocialweb-keystore.a
lib/libsocialweb-keystore.la
lib/libsocialweb.a
lib/libsocialweb.la
lib/libsocialweb/services/
@comment lib/libsocialweb/services/libfacebook.a
@comment lib/libsocialweb/services/libfacebook.la
@comment lib/libsocialweb/services/libflickr.a
@comment lib/libsocialweb/services/libflickr.la
@comment lib/libsocialweb/services/liblastfm.a
@comment lib/libsocialweb/services/liblastfm.la
@comment lib/libsocialweb/services/libphotobucket.a
@comment lib/libsocialweb/services/libphotobucket.la
@comment lib/libsocialweb/services/libplurk.a
@comment lib/libsocialweb/services/libplurk.la
@comment lib/libsocialweb/services/libsina.a
@comment lib/libsocialweb/services/libsina.la
@comment lib/libsocialweb/services/libsmugmug.a
@comment lib/libsocialweb/services/libsmugmug.la
@comment lib/libsocialweb/services/libtwitter.a
@comment lib/libsocialweb/services/libtwitter.la
@comment lib/libsocialweb/services/libvimeo.a
@comment lib/libsocialweb/services/libvimeo.la
@comment lib/libsocialweb/services/libyoutube.a
@comment lib/libsocialweb/services/libyoutube.la
lib/pkgconfig/
lib/pkgconfig/libsocialweb-client.pc
lib/pkgconfig/libsocialweb-keyfob.pc
lib/pkgconfig/libsocialweb-keystore.pc
lib/pkgconfig/libsocialweb-module.pc
@bin libexec/libsocialweb-core
share/dbus-1/
share/dbus-1/services/
share/dbus-1/services/libsocialweb.service
share/gir-1.0/
share/gir-1.0/SocialWebClient-0.25.gir
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/libsocialweb/
share/gtk-doc/html/libsocialweb-client/
share/gtk-doc/html/libsocialweb-client/SwClient.html
share/gtk-doc/html/libsocialweb-client/SwClientItemView.html
share/gtk-doc/html/libsocialweb-client/SwClientLastfm.html
share/gtk-doc/html/libsocialweb-client/SwClientService.html
share/gtk-doc/html/libsocialweb-client/api-index-full.html
share/gtk-doc/html/libsocialweb-client/ch01.html
share/gtk-doc/html/libsocialweb-client/home.png
share/gtk-doc/html/libsocialweb-client/index.html
share/gtk-doc/html/libsocialweb-client/index.sgml
share/gtk-doc/html/libsocialweb-client/left.png
share/gtk-doc/html/libsocialweb-client/libsocialweb-client-sw-item.html
share/gtk-doc/html/libsocialweb-client/libsocialweb-client.devhelp
share/gtk-doc/html/libsocialweb-client/libsocialweb-client.devhelp2
share/gtk-doc/html/libsocialweb-client/object-tree.html
share/gtk-doc/html/libsocialweb-client/right.png
share/gtk-doc/html/libsocialweb-client/style.css
share/gtk-doc/html/libsocialweb-client/up.png
share/gtk-doc/html/libsocialweb-dbus/
share/gtk-doc/html/libsocialweb-dbus/Avatar.html
share/gtk-doc/html/libsocialweb-dbus/Banishable.html
share/gtk-doc/html/libsocialweb-dbus/Collections.html
share/gtk-doc/html/libsocialweb-dbus/ItemView.html
share/gtk-doc/html/libsocialweb-dbus/Lastfm.html
share/gtk-doc/html/libsocialweb-dbus/PhotoUpload.html
share/gtk-doc/html/libsocialweb-dbus/Query.html
share/gtk-doc/html/libsocialweb-dbus/Service.html
share/gtk-doc/html/libsocialweb-dbus/StatusUpdate.html
share/gtk-doc/html/libsocialweb-dbus/VideoUpload.html
share/gtk-doc/html/libsocialweb-dbus/ch01.html
share/gtk-doc/html/libsocialweb-dbus/ch01s02.html
share/gtk-doc/html/libsocialweb-dbus/ch01s03.html
share/gtk-doc/html/libsocialweb-dbus/home.png
share/gtk-doc/html/libsocialweb-dbus/index.html
share/gtk-doc/html/libsocialweb-dbus/index.sgml
share/gtk-doc/html/libsocialweb-dbus/left.png
share/gtk-doc/html/libsocialweb-dbus/libsocialweb-dbus.devhelp
share/gtk-doc/html/libsocialweb-dbus/libsocialweb-dbus.devhelp2
share/gtk-doc/html/libsocialweb-dbus/libsocialweb.html
share/gtk-doc/html/libsocialweb-dbus/right.png
share/gtk-doc/html/libsocialweb-dbus/style.css
share/gtk-doc/html/libsocialweb-dbus/up.png
share/gtk-doc/html/libsocialweb/SwCore.html
share/gtk-doc/html/libsocialweb/SwItem.html
share/gtk-doc/html/libsocialweb/SwItemStream.html
share/gtk-doc/html/libsocialweb/SwItemView.html
share/gtk-doc/html/libsocialweb/SwService.html
share/gtk-doc/html/libsocialweb/api-index-full.html
share/gtk-doc/html/libsocialweb/ch01.html
share/gtk-doc/html/libsocialweb/ch02.html
share/gtk-doc/html/libsocialweb/ch03.html
share/gtk-doc/html/libsocialweb/home.png
share/gtk-doc/html/libsocialweb/index.html
share/gtk-doc/html/libsocialweb/index.sgml
share/gtk-doc/html/libsocialweb/left.png
share/gtk-doc/html/libsocialweb/libsocialweb-SwCallList.html
share/gtk-doc/html/libsocialweb/libsocialweb-SwSet.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-banned.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-cache.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-client-monitor.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-debug.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-enum-types.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-keyfob.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-keystore.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-module.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-online.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-utils.html
share/gtk-doc/html/libsocialweb/libsocialweb-sw-web.html
share/gtk-doc/html/libsocialweb/libsocialweb.devhelp
share/gtk-doc/html/libsocialweb/libsocialweb.devhelp2
share/gtk-doc/html/libsocialweb/object-tree.html
share/gtk-doc/html/libsocialweb/right.png
share/gtk-doc/html/libsocialweb/style.css
share/gtk-doc/html/libsocialweb/up.png
share/libsocialweb/
share/libsocialweb/services/
share/libsocialweb/services/facebook.keys
share/libsocialweb/services/flickr.keys
share/libsocialweb/services/lastfm.keys
share/libsocialweb/services/lastfm.png
share/libsocialweb/services/photobucket.keys
share/libsocialweb/services/plurk.keys
share/libsocialweb/services/plurk.png
share/libsocialweb/services/sina.keys
share/libsocialweb/services/sina.png
share/libsocialweb/services/smugmug.keys
share/libsocialweb/services/twitter.keys
share/libsocialweb/services/twitter.png
share/libsocialweb/services/vimeo.keys
share/libsocialweb/services/vimeo.png
share/libsocialweb/services/youtube.keys
share/libsocialweb/services/youtube.png
share/locale/
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/libsocialweb.mo
share/locale/ast/
share/locale/ast/LC_MESSAGES/
share/locale/ast/LC_MESSAGES/libsocialweb.mo
share/locale/bn_IN/
share/locale/bn_IN/LC_MESSAGES/
share/locale/bn_IN/LC_MESSAGES/libsocialweb.mo
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/libsocialweb.mo
share/locale/ca@valencia/
share/locale/ca@valencia/LC_MESSAGES/
share/locale/ca@valencia/LC_MESSAGES/libsocialweb.mo
share/locale/cs/
share/locale/cs/LC_MESSAGES/
share/locale/cs/LC_MESSAGES/libsocialweb.mo
share/locale/da/
share/locale/da/LC_MESSAGES/
share/locale/da/LC_MESSAGES/libsocialweb.mo
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/libsocialweb.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/libsocialweb.mo
share/locale/es/
share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/libsocialweb.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/libsocialweb.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/
share/locale/fa/LC_MESSAGES/libsocialweb.mo
share/locale/fi/
share/locale/fi/LC_MESSAGES/
share/locale/fi/LC_MESSAGES/libsocialweb.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/libsocialweb.mo
share/locale/gl/
share/locale/gl/LC_MESSAGES/
share/locale/gl/LC_MESSAGES/libsocialweb.mo
share/locale/hu/
share/locale/hu/LC_MESSAGES/
share/locale/hu/LC_MESSAGES/libsocialweb.mo
share/locale/id/
share/locale/id/LC_MESSAGES/
share/locale/id/LC_MESSAGES/libsocialweb.mo
share/locale/it/
share/locale/it/LC_MESSAGES/
share/locale/it/LC_MESSAGES/libsocialweb.mo
share/locale/ja/
share/locale/ja/LC_MESSAGES/
share/locale/ja/LC_MESSAGES/libsocialweb.mo
share/locale/ko/
share/locale/ko/LC_MESSAGES/
share/locale/ko/LC_MESSAGES/libsocialweb.mo
share/locale/nl/
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/libsocialweb.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/libsocialweb.mo
share/locale/pl/
share/locale/pl/LC_MESSAGES/
share/locale/pl/LC_MESSAGES/libsocialweb.mo
share/locale/pt_BR/
share/locale/pt_BR/LC_MESSAGES/
share/locale/pt_BR/LC_MESSAGES/libsocialweb.mo
share/locale/ro/
share/locale/ro/LC_MESSAGES/
share/locale/ro/LC_MESSAGES/libsocialweb.mo
share/locale/ru/
share/locale/ru/LC_MESSAGES/
share/locale/ru/LC_MESSAGES/libsocialweb.mo
share/locale/sk/
share/locale/sk/LC_MESSAGES/
share/locale/sk/LC_MESSAGES/libsocialweb.mo
share/locale/sl/
share/locale/sl/LC_MESSAGES/
share/locale/sl/LC_MESSAGES/libsocialweb.mo
share/locale/sv/
share/locale/sv/LC_MESSAGES/
share/locale/sv/LC_MESSAGES/libsocialweb.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/libsocialweb.mo
share/locale/tr/
share/locale/tr/LC_MESSAGES/
share/locale/tr/LC_MESSAGES/libsocialweb.mo
share/locale/uk/
share/locale/uk/LC_MESSAGES/
share/locale/uk/LC_MESSAGES/libsocialweb.mo
share/locale/wa/
share/locale/wa/LC_MESSAGES/
share/locale/wa/LC_MESSAGES/libsocialweb.mo
share/locale/zh_CN/
share/locale/zh_CN/LC_MESSAGES/
share/locale/zh_CN/LC_MESSAGES/libsocialweb.mo
share/locale/zh_TW/
share/locale/zh_TW/LC_MESSAGES/
share/locale/zh_TW/LC_MESSAGES/libsocialweb.mo