1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add meanwhile, an open source implementation of the Lotus Sametime Community

Client protocol.
This commit is contained in:
Joe Marcus Clarke 2004-06-24 22:54:23 +00:00
parent 0eb80c6bc9
commit 1b1f40e0ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112175
9 changed files with 87 additions and 0 deletions

22
net-im/meanwhile/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: meanwhile
# Date created: 24 June 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= meanwhile
PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol
USE_GMAKE= yes
USE_GNOME= lthack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (meanwhile-0.2.tar.gz) = 36105dc1101060679dccd8d87c0df442
SIZE (meanwhile-0.2.tar.gz) = 329678

View File

@ -0,0 +1,4 @@
The Meanwhile Project is an open implementation of the Lotus Sametime Community
Client protocol.
WWW: http://meanwhile.sourceforge.net/

View File

@ -0,0 +1,15 @@
include/meanwhile/channel.h
include/meanwhile/cipher.h
include/meanwhile/common.h
include/meanwhile/error.h
include/meanwhile/meanwhile.h
include/meanwhile/message.h
include/meanwhile/service.h
include/meanwhile/session.h
include/meanwhile/srvc_aware.h
include/meanwhile/srvc_conf.h
include/meanwhile/srvc_im.h
lib/libmeanwhile.a
lib/libmeanwhile.so
lib/libmeanwhile.so.0
@dirrm include/meanwhile

View File

@ -313,6 +313,7 @@
SUBDIR += mad_fcl
SUBDIR += magictun
SUBDIR += mars_nwe
SUBDIR += meanwhile
SUBDIR += merlinmon
SUBDIR += micq
SUBDIR += minisapserver

22
net/meanwhile/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: meanwhile
# Date created: 24 June 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= meanwhile
PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol
USE_GMAKE= yes
USE_GNOME= lthack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
.include <bsd.port.mk>

2
net/meanwhile/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (meanwhile-0.2.tar.gz) = 36105dc1101060679dccd8d87c0df442
SIZE (meanwhile-0.2.tar.gz) = 329678

4
net/meanwhile/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
The Meanwhile Project is an open implementation of the Lotus Sametime Community
Client protocol.
WWW: http://meanwhile.sourceforge.net/

15
net/meanwhile/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
include/meanwhile/channel.h
include/meanwhile/cipher.h
include/meanwhile/common.h
include/meanwhile/error.h
include/meanwhile/meanwhile.h
include/meanwhile/message.h
include/meanwhile/service.h
include/meanwhile/session.h
include/meanwhile/srvc_aware.h
include/meanwhile/srvc_conf.h
include/meanwhile/srvc_im.h
lib/libmeanwhile.a
lib/libmeanwhile.so
lib/libmeanwhile.so.0
@dirrm include/meanwhile