./chat/gale, Secure instant messaging system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.99fnb5, Package name: gale-0.99fnb5, Maintainer: pkgsrc-users

Gale is an open-source messaging system. It provides private messaging and
public chat, uses strong end-to-end cryptography for security, and supports
a distributed server network with a range of clients (both console and GUI)
available. Gale is currently in early alpha testing.


Required to run:
[www/libwww] [lang/tcl] [net/adns] [security/rsaref] [devel/glib] [devel/boehm-gc] [devel/readline]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: 1a89f4db45b0fb23e678161199531c1a5a5a3625
RMD160: 71e3190c6ff91bd8831cf3f3eac479b928ae89e9
Filesize: 375.539 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-19 20:56:57 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use correct ownership.
XXX 0777 directory
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-08-03 16:01:32 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
MAKE_JOBS_SAFE=no
   2009-06-14 19:37:52 by Joerg Sonnenberger | Files touched by this commit (99)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@