Port details |
- meanwhile Open Source implementation of the Lotus Sametime protocol
- 0.5.0_1 net
=1 0.5.0_1Version of this port present on the latest quarterly branch. - Maintainer: marcus@FreeBSD.org
 - Port Added: 2004-06-24 22:55:24
- Last Update: 2005-11-09 08:21:21
- SVN Revision: UNKNOWN
- People watching this port, also watch:: mimedefang
- License: not specified in port
- WWW:
- http://meanwhile.sourceforge.net/
- Description:
- The Meanwhile Project is an open implementation of the Lotus Sametime Community
Client protocol.
WWW: http://meanwhile.sourceforge.net/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- meanwhile>0:net/meanwhile
- No installation instructions:
- This port has been deleted.
- PKGNAME: meanwhile
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- libtool15 : devel/libtool15
- pkg-config : devel/pkgconfig
- Runtime dependencies:
-
- pkg-config : devel/pkgconfig
- Library dependencies:
-
- gmp.6 : math/libgmp4
- glib-2.0.0 : devel/glib20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.0_1 09 Nov 2005 08:21:21
 |
pav  |
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn (Only the first 15 lines of the commit message are shown above ) |
0.5.0_1 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
0.5.0 04 Nov 2005 23:23:56
 |
marcus  |
Don't assume LOCALBASE is /usr/local when looking for the libgmp headers.
Reported by: dosirak via kris |
0.5.0 02 Nov 2005 01:29:48
 |
marcus  |
Update to 0.5.0. |
0.4.2 05 Jun 2005 20:37:40
 |
marcus  |
Update to 0.4.2. |
0.4.1 07 May 2005 05:03:31
 |
marcus  |
Update to 0.4.1. |
0.4.0_1 30 Apr 2005 09:20:14
 |
jesper  |
Fix crash when someone initiate IM with us, fixed in meanwhile CVS via
bugid 1192747
https://sourceforge.net/tracker/index.php?func=detail&aid=1192747&group_id=110565&atid=656718
Approved by: marcus |
0.4.0 20 Mar 2005 04:52:36
 |
marcus  |
Update to 0.4.0. |
0.3_4 14 Mar 2005 00:54:58
 |
marcus  |
Fix the build with glib-2.6. |
0.3_4 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3_3 24 Nov 2004 02:27:32
 |
marcus  |
Reword IGNORE message.
Prompted by: kris |
0.3_3 24 Nov 2004 02:19:46
 |
marcus  |
Chase this to IGNORE on !i386. A new release is in the works that will work
properly on 64-bit platforms. |
0.3_3 18 Nov 2004 22:16:29
 |
kris  |
BROKEN on !i386: Does not compile |
0.3_2 08 Aug 2004 23:50:04
 |
marcus  |
The meanwhile distfile was rerolled to the latest snapshot from CVS HEAD.
Other than incoporating all local patches, it also fixed a bug where
version incompatibility errors were seen with certain SameTime servers. |
0.3_2 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.3_2 04 Jul 2004 07:27:34
 |
marcus  |
Fix another 64-bit build problem.
Reported by: pointyhat via kris |
0.3_2 01 Jul 2004 16:23:13
 |
marcus  |
Add the latest CVS patches that fix 64-bit build and operation as well as
some buddy list fixes. |
0.3_1 28 Jun 2004 20:57:11
 |
marcus  |
Properly convert ';' to ' ' in the user names. |
0.3 28 Jun 2004 19:18:57
 |
marcus  |
Update to 0.3. |
0.2_1 27 Jun 2004 06:01:56
 |
marcus  |
In case it wasn't obvious, the previous commit was:
Obtained from: Meanwhile CVS |
0.2_1 27 Jun 2004 06:00:19
 |
marcus  |
Pull in the latest CVS snapshot to allow meanwhile-gaim to build with
Gaim 0.79. This also allows meanwhile to read server buddy lists, but it
is known to be broken with certain versions of Sametime. |
0.2 25 Jun 2004 00:55:27
 |
marcus  |
Fix build on 4.X. |
0.2 24 Jun 2004 22:54:24
 |
marcus  |
Add meanwhile, an open source implementation of the Lotus Sametime Community
Client protocol. |