diff options
author | dan <dan@pkgsrc.org> | 2007-08-13 05:29:27 +0000 |
---|---|---|
committer | dan <dan@pkgsrc.org> | 2007-08-13 05:29:27 +0000 |
commit | 1895127089f403a1719d5090ff773564735541a5 (patch) | |
tree | 735121fb452bc5f2f6b5bd35ccfc014da23f392e /chat | |
parent | 3f5fe75745fd2c74f33a3ec1024f28c5f0e95be2 (diff) | |
download | pkgsrc-1895127089f403a1719d5090ff773564735541a5.tar.gz |
Initial import of meanwhile, a protocol library for Lotus Sametime,
enabled and used by the libpurple sametime option for pidgin/finch.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/meanwhile/DESCR | 13 | ||||
-rw-r--r-- | chat/meanwhile/Makefile | 22 | ||||
-rw-r--r-- | chat/meanwhile/PLIST | 27 | ||||
-rw-r--r-- | chat/meanwhile/buildlink3.mk | 19 | ||||
-rw-r--r-- | chat/meanwhile/distinfo | 5 |
5 files changed, 86 insertions, 0 deletions
diff --git a/chat/meanwhile/DESCR b/chat/meanwhile/DESCR new file mode 100644 index 00000000000..2b5182e321f --- /dev/null +++ b/chat/meanwhile/DESCR @@ -0,0 +1,13 @@ +The Meanwhile Project is an open implementation of the Lotus Sametime +Community Client protocol. + +The heart of the Meanwhile Project is the Meanwhile library, providing the +basic Lotus Sametime session functionality along with the core services; +Presence Awareness, Instant Messaging, Multi-user Conferencing, Preferences +Storage, Identity Resolution, and File Transfer. This extensible client +interface allows additional services to be added to a session at runtime, +allowing for simple integration of future service handlers such as the +user directory and whiteboard and screen-sharing. + +The library can be used by IM clients such as pidgin to chat with +Sametime users. diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile new file mode 100644 index 00000000000..828862e5840 --- /dev/null +++ b/chat/meanwhile/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/13 05:29:27 dan Exp $ +# + +DISTNAME= meanwhile-1.0.2 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/} + +MAINTAINER= dan@NetBSD.org +HOMEPAGE= http://meanwhile.sourceforge.net/ +COMMENT= Lotus SameTime compatible chat protocol + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +CONFIGURE_ARGS+= --disable-doxygen + +PKGCONFIG_OVERRIDE+= meanwhile.pc.in + +.include "../../devel/glib2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/meanwhile/PLIST b/chat/meanwhile/PLIST new file mode 100644 index 00000000000..eb666ea9449 --- /dev/null +++ b/chat/meanwhile/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/13 05:29:27 dan Exp $ +include/meanwhile/mw_channel.h +include/meanwhile/mw_cipher.h +include/meanwhile/mw_common.h +include/meanwhile/mw_error.h +include/meanwhile/mw_message.h +include/meanwhile/mw_service.h +include/meanwhile/mw_session.h +include/meanwhile/mw_srvc_aware.h +include/meanwhile/mw_srvc_conf.h +include/meanwhile/mw_srvc_dir.h +include/meanwhile/mw_srvc_ft.h +include/meanwhile/mw_srvc_im.h +include/meanwhile/mw_srvc_place.h +include/meanwhile/mw_srvc_resolve.h +include/meanwhile/mw_srvc_store.h +include/meanwhile/mw_st_list.h +lib/libmeanwhile.la +lib/pkgconfig/meanwhile.pc +share/doc/meanwhile-doc-1.0.2/samples/README +share/doc/meanwhile-doc-1.0.2/samples/build +share/doc/meanwhile-doc-1.0.2/samples/logging_proxy.c +share/doc/meanwhile-doc-1.0.2/samples/login_server.c +share/doc/meanwhile-doc-1.0.2/samples/nocipher_proxy.c +share/doc/meanwhile-doc-1.0.2/samples/redirect_server.c +share/doc/meanwhile-doc-1.0.2/samples/sendmessage.c +share/doc/meanwhile-doc-1.0.2/samples/socket.c diff --git a/chat/meanwhile/buildlink3.mk b/chat/meanwhile/buildlink3.mk new file mode 100644 index 00000000000..1cf6b7636af --- /dev/null +++ b/chat/meanwhile/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/08/13 05:29:27 dan Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +MEANWHILE_BUILDLINK3_MK:= ${MEANWHILE_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= meanwhile +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmeanwhile} +BUILDLINK_PACKAGES+= meanwhile +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}meanwhile + +.if ${MEANWHILE_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.meanwhile+= meanwhile>=1.0.2 +BUILDLINK_PKGSRCDIR.meanwhile?= ../../chat/meanwhile +.endif # MEANWHILE_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/chat/meanwhile/distinfo b/chat/meanwhile/distinfo new file mode 100644 index 00000000000..723a796dff7 --- /dev/null +++ b/chat/meanwhile/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/08/13 05:29:27 dan Exp $ + +SHA1 (meanwhile-1.0.2.tar.gz) = e0e9836581da3c4a569135cb238eaa566c324540 +RMD160 (meanwhile-1.0.2.tar.gz) = 2ae78a2f5586c1a106c462c19018872308dd6af0 +Size (meanwhile-1.0.2.tar.gz) = 479325 bytes |