Skip to content

Commit

Permalink
meanwhile: Readding to moonbase and adding a patch to fix the compile…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Jul 15, 2012
1 parent 24e66b4 commit 2d62703
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chat/meanwhile/BUILD
@@ -0,0 +1,7 @@
(

patch_it $SOURCE_CACHE/$SOURCE2 1 &&

default_build

) > $C_FIFO 2>&1
4 changes: 4 additions & 0 deletions chat/meanwhile/DEPENDS
@@ -0,0 +1,4 @@
depends gmp
depends glib-2

optional_depends "doxygen" "--enable-doxygen" "--disable-doxygen" "for document support"
26 changes: 26 additions & 0 deletions chat/meanwhile/DETAILS
@@ -0,0 +1,26 @@
MODULE=meanwhile
VERSION=1.0.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=meanwhile-glib2.patch
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:e0e9836581da3c4a569135cb238eaa566c324540
SOURCE2_VFY=sha1:7e7dbadde334198dc07ed35c2da83431543aea08
WEB_SITE=http://meanwhile.sourceforge.net
ENTERED=20051216
UPDATED=20090118
SHORT="an open implementation of the Lotus Sametime protocol"

cat << EOF
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.
EOF

0 comments on commit 2d62703

Please sign in to comment.