import libgalago 0.5.2
Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as gaim) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it. The advantage of such a framework is that it brings your programs closer together. When you receive an e-mail from a friend who is in your buddy list, you'll be able to immediately tell their online status, for example. feedback and ok ajactoutot@
This commit is contained in:
parent
8095d944ae
commit
1cd0a610c1
36
net/libgalago/Makefile
Normal file
36
net/libgalago/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/19 09:03:37 jasper Exp $
|
||||
|
||||
COMMENT= desktop presence framework
|
||||
|
||||
DISTNAME= libgalago-0.5.2
|
||||
SHARED_LIBS += galago 0.0 # .3.0
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://www.galago-project.org/news/
|
||||
|
||||
# LGPL
|
||||
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/libgalago/
|
||||
|
||||
WANTLIB= dbus-1 glib-2.0 gobject-2.0
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1::x11/dbus-glib
|
||||
BUILD_DEPENDS= :check->=0.9.5:devel/check
|
||||
REGRESS_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --enable-tests
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-extract:
|
||||
echo REGRESS=${REGRESS_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/libgalago/distinfo
Normal file
5
net/libgalago/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libgalago-0.5.2.tar.gz) = fskvLsuhMJrEtxtLTY0KDQ==
|
||||
RMD160 (libgalago-0.5.2.tar.gz) = VyUmsL60MKpkafyIpN0utjSS3Xk=
|
||||
SHA1 (libgalago-0.5.2.tar.gz) = A+LR+L3T6yuxMF2K0/kq2obbvFk=
|
||||
SHA256 (libgalago-0.5.2.tar.gz) = m3yYReL2Ydv1wlleZ7x6/UjwkKwsAzcmyJ1/DpB5Hfo=
|
||||
SIZE (libgalago-0.5.2.tar.gz) = 652899
|
12
net/libgalago/patches/patch-Makefile_in
Normal file
12
net/libgalago/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/10/19 09:03:37 jasper Exp $
|
||||
--- Makefile.in.orig Fri Oct 19 02:42:31 2007
|
||||
+++ Makefile.in Fri Oct 19 02:42:41 2007
|
||||
@@ -229,7 +229,7 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
-SUBDIRS = autopackage intl libgalago docs m4 po tests
|
||||
+SUBDIRS = intl libgalago docs m4 po tests
|
||||
pcdata_DATA = libgalago.pc
|
||||
pcdatadir = $(libdir)/pkgconfig
|
||||
EXTRA_DIST = \
|
10
net/libgalago/pkg/DESCR
Normal file
10
net/libgalago/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Galago is a desktop presence framework, designed to transmit presence
|
||||
information between programs. To put it in simpler terms, it takes
|
||||
information on who is online and their away/idle states from an instant
|
||||
messenger (such as gaim) or other similar programs and lets other
|
||||
programs (such as Ximian's Evolution) to make use of it.
|
||||
|
||||
The advantage of such a framework is that it brings your programs closer
|
||||
together. When you receive an e-mail from a friend who is in your buddy
|
||||
list, you'll be able to immediately tell their online status, for
|
||||
example.
|
2
net/libgalago/pkg/PFRAG.shared
Normal file
2
net/libgalago/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/10/19 09:03:37 jasper Exp $
|
||||
@lib lib/libgalago.so.${LIBgalago_VERSION}
|
54
net/libgalago/pkg/PLIST
Normal file
54
net/libgalago/pkg/PLIST
Normal file
@ -0,0 +1,54 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/19 09:03:37 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/libgalago/
|
||||
include/libgalago/galago-account.h
|
||||
include/libgalago/galago-assert.h
|
||||
include/libgalago/galago-context-base.h
|
||||
include/libgalago/galago-context.h
|
||||
include/libgalago/galago-core.h
|
||||
include/libgalago/galago-dbus.h
|
||||
include/libgalago/galago-enum-types.h
|
||||
include/libgalago/galago-image.h
|
||||
include/libgalago/galago-key-value.h
|
||||
include/libgalago/galago-object.h
|
||||
include/libgalago/galago-person.h
|
||||
include/libgalago/galago-presence.h
|
||||
include/libgalago/galago-service.h
|
||||
include/libgalago/galago-status.h
|
||||
include/libgalago/galago-value.h
|
||||
include/libgalago/galago.h
|
||||
lib/libgalago.a
|
||||
lib/libgalago.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libgalago.pc
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/libgalago/
|
||||
share/gtk-doc/html/libgalago/GalagoAccount.html
|
||||
share/gtk-doc/html/libgalago/GalagoContext.html
|
||||
share/gtk-doc/html/libgalago/GalagoCore.html
|
||||
share/gtk-doc/html/libgalago/GalagoImage.html
|
||||
share/gtk-doc/html/libgalago/GalagoObject.html
|
||||
share/gtk-doc/html/libgalago/GalagoPerson.html
|
||||
share/gtk-doc/html/libgalago/GalagoPresence.html
|
||||
share/gtk-doc/html/libgalago/GalagoService.html
|
||||
share/gtk-doc/html/libgalago/GalagoStatus.html
|
||||
share/gtk-doc/html/libgalago/home.png
|
||||
share/gtk-doc/html/libgalago/index.html
|
||||
share/gtk-doc/html/libgalago/index.sgml
|
||||
share/gtk-doc/html/libgalago/left.png
|
||||
share/gtk-doc/html/libgalago/libgalago-Assertion-Macros.html
|
||||
share/gtk-doc/html/libgalago/libgalago-D-BUS-Utility-Functions.html
|
||||
share/gtk-doc/html/libgalago/libgalago-GalagoKeyValue.html
|
||||
share/gtk-doc/html/libgalago/libgalago-GalagoValue.html
|
||||
share/gtk-doc/html/libgalago/libgalago.devhelp
|
||||
share/gtk-doc/html/libgalago/libgalago.devhelp2
|
||||
share/gtk-doc/html/libgalago/objects.html
|
||||
share/gtk-doc/html/libgalago/right.png
|
||||
share/gtk-doc/html/libgalago/style.css
|
||||
share/gtk-doc/html/libgalago/up.png
|
||||
share/gtk-doc/html/libgalago/utils.html
|
||||
share/locale/da/LC_MESSAGES/libgalago.mo
|
||||
share/locale/de/LC_MESSAGES/libgalago.mo
|
||||
share/locale/fr/LC_MESSAGES/libgalago.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libgalago.mo
|
Loading…
Reference in New Issue
Block a user