import galago-daemon 0.5.1
The Galago presence daemon, which is the center of all presence transactions for Galago. This service is automatically launched by D-BUS when needed. ok ajacoutot@
This commit is contained in:
parent
011f205c02
commit
b6290ca589
34
net/galago-daemon/Makefile
Normal file
34
net/galago-daemon/Makefile
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/12 14:45:07 jasper Exp $
|
||||||
|
|
||||||
|
COMMENT= galago presence daemon
|
||||||
|
|
||||||
|
DISTNAME= galago-daemon-0.5.1
|
||||||
|
CATEGORIES= net devel
|
||||||
|
|
||||||
|
HOMEPAGE= http://www.galago-project.org/
|
||||||
|
|
||||||
|
# GPLv2
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= http://www.galago-project.org/files/releases/source/galago-daemon/
|
||||||
|
|
||||||
|
WANTLIB= c dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 iconv intl \
|
||||||
|
pthread
|
||||||
|
|
||||||
|
LIB_DEPENDS= galago::net/libgalago
|
||||||
|
BUILD_DEPENDS= ${REGRESS_DEPENDS}
|
||||||
|
REGRESS_DEPENDS= ::devel/check
|
||||||
|
|
||||||
|
USE_GMAKE= Yes
|
||||||
|
USE_LIBTOOL= Yes
|
||||||
|
CONFIGURE_STYLE= gnu
|
||||||
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||||
|
--with-check=${LOCALBASE} \
|
||||||
|
--with-dbus-sys=${PREFIX}/share/examples/galago-daemon
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
net/galago-daemon/distinfo
Normal file
5
net/galago-daemon/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (galago-daemon-0.5.1.tar.gz) = /bgfk4+G84CxJxWOu1QieQ==
|
||||||
|
RMD160 (galago-daemon-0.5.1.tar.gz) = nyDaWmRZQbufGvoX2R6o58xz1n0=
|
||||||
|
SHA1 (galago-daemon-0.5.1.tar.gz) = fzk1tKT6nNjLkTzML9V8zGTB/7k=
|
||||||
|
SHA256 (galago-daemon-0.5.1.tar.gz) = 20Kg0dD4sGnqWsEgMgf5F48lrBNn9JEL1IVH9b4dtMI=
|
||||||
|
SIZE (galago-daemon-0.5.1.tar.gz) = 142335
|
3
net/galago-daemon/pkg/DESCR
Normal file
3
net/galago-daemon/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
The Galago presence daemon, which is the center of all presence
|
||||||
|
transactions for Galago. This service is automatically launched by D-BUS
|
||||||
|
when needed.
|
8
net/galago-daemon/pkg/PLIST
Normal file
8
net/galago-daemon/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/12 14:45:07 jasper Exp $
|
||||||
|
libexec/galago-daemon
|
||||||
|
share/dbus-1/
|
||||||
|
share/dbus-1/services/
|
||||||
|
share/dbus-1/services/org.freedesktop.Galago.service
|
||||||
|
share/examples/galago-daemon/
|
||||||
|
share/examples/galago-daemon/galago-daemon.conf
|
||||||
|
@sample ${SYSCONFDIR}/dbus-1/system.d/galago-daemon.conf
|
Loading…
Reference in New Issue
Block a user