pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/meanwhile Initial import of meanwhile, a protocol...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39965273c7dd
branches:  trunk
changeset: 532159:39965273c7dd
user:      dan <dan%pkgsrc.org@localhost>
date:      Mon Aug 13 05:29:27 2007 +0000

description:
Initial import of meanwhile, a protocol library for Lotus Sametime,
enabled and used by the libpurple sametime option for pidgin/finch.

diffstat:

 chat/meanwhile/DESCR         |  13 +++++++++++++
 chat/meanwhile/Makefile      |  22 ++++++++++++++++++++++
 chat/meanwhile/PLIST         |  27 +++++++++++++++++++++++++++
 chat/meanwhile/buildlink3.mk |  19 +++++++++++++++++++
 chat/meanwhile/distinfo      |   5 +++++
 5 files changed, 86 insertions(+), 0 deletions(-)

diffs (106 lines):

diff -r 67967532cc75 -r 39965273c7dd chat/meanwhile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/meanwhile/DESCR      Mon Aug 13 05:29:27 2007 +0000
@@ -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 -r 67967532cc75 -r 39965273c7dd chat/meanwhile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/meanwhile/Makefile   Mon Aug 13 05:29:27 2007 +0000
@@ -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@localhost
+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 -r 67967532cc75 -r 39965273c7dd chat/meanwhile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/meanwhile/PLIST      Mon Aug 13 05:29:27 2007 +0000
@@ -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 -r 67967532cc75 -r 39965273c7dd chat/meanwhile/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/meanwhile/buildlink3.mk      Mon Aug 13 05:29:27 2007 +0000
@@ -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 -r 67967532cc75 -r 39965273c7dd chat/meanwhile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/meanwhile/distinfo   Mon Aug 13 05:29:27 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index