summaryrefslogtreecommitdiff
path: root/chat/meanwhile
diff options
context:
space:
mode:
authordan <dan>2007-08-13 05:29:27 +0000
committerdan <dan>2007-08-13 05:29:27 +0000
commitb9fea3c7471fdee639fb3eaf458492a4240cc811 (patch)
tree735121fb452bc5f2f6b5bd35ccfc014da23f392e /chat/meanwhile
parentebe87a802b2af2c3bf8ad5c00c22794058a71a27 (diff)
downloadpkgsrc-b9fea3c7471fdee639fb3eaf458492a4240cc811.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/meanwhile')
-rw-r--r--chat/meanwhile/DESCR13
-rw-r--r--chat/meanwhile/Makefile22
-rw-r--r--chat/meanwhile/PLIST27
-rw-r--r--chat/meanwhile/buildlink3.mk19
-rw-r--r--chat/meanwhile/distinfo5
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