Import meanwhile 1.2

Meanwhile library provides 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.
This commit is contained in:
alek 2006-01-08 15:27:25 +00:00
parent 2a4ccac6c6
commit a938d60173
6 changed files with 87 additions and 0 deletions

30
net/meanwhile/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/08 15:27:25 alek Exp $
COMMENT= "implementation of the Lotus Sametime Community Client protocol"
DISTNAME= meanwhile-1.0.2
SHARED_LIBS= meanwhile 1.2
CATEGORIES= devel
HOMEPAGE= http://meanwhile.sourceforge.net/
# GPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-mailme=no \
--enable-doxygen=no
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= glib-2.0.800.0::devel/glib2
USE_LIBTOOL= Yes
.include <bsd.port.mk>

4
net/meanwhile/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (meanwhile-1.0.2.tar.gz) = bf4ced109a367b4c5d71fe63c043270e
RMD160 (meanwhile-1.0.2.tar.gz) = 2ae78a2f5586c1a106c462c19018872308dd6af0
SHA1 (meanwhile-1.0.2.tar.gz) = e0e9836581da3c4a569135cb238eaa566c324540
SIZE (meanwhile-1.0.2.tar.gz) = 479325

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-samples_Makefile_in,v 1.1.1.1 2006/01/08 15:27:25 alek Exp $
--- samples/Makefile.in.orig Sun Jan 8 15:50:58 2006
+++ samples/Makefile.in Sun Jan 8 15:51:42 2006
@@ -188,7 +188,7 @@ sample_DATA = \
README \
$(SAMPLES_SRC)
-sampledir = $(datadir)/doc/@PACKAGE@-doc-@VERSION@/samples
+sampledir = $(datadir)/examples/@PACKAGE@
EXTRA_DIST = $(sample_DATA) $(sample_SCRIPTS)
all: all-am

7
net/meanwhile/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
Meanwhile library provides 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.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/01/08 15:27:25 alek Exp $
@lib lib/libmeanwhile.so.${LIBmeanwhile_VERSION}

32
net/meanwhile/pkg/PLIST Normal file
View File

@ -0,0 +1,32 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/01/08 15:27:25 alek Exp $
%%SHARED%%
include/meanwhile/
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.a
lib/libmeanwhile.la
lib/pkgconfig/
lib/pkgconfig/meanwhile.pc
share/examples/meanwhile/
share/examples/meanwhile/README
share/examples/meanwhile/build
share/examples/meanwhile/logging_proxy.c
share/examples/meanwhile/login_server.c
share/examples/meanwhile/nocipher_proxy.c
share/examples/meanwhile/redirect_server.c
share/examples/meanwhile/sendmessage.c
share/examples/meanwhile/socket.c