./chat/ekg, Experimental Gadu-Gadu Client (Polish instant messaging system)

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


Branch: CURRENT, Version: 1.7nb5, Package name: ekg-1.7nb5, Maintainer: adam

EKG is an experimental text mode client for a Polish instant messaging system
"Gadu-Gadu". It supports themes, and contact list exchange with the original
(windows) client.


Required to run:
[graphics/jpeg] [devel/ncurses] [devel/readline]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: 3b02d2e9fff440783a202f343bda62dc6ad24815
RMD160: 1832b34e5d8081fd8b04c85cd87be8cc07908b05
Filesize: 517.885 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   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-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   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-03-05 16:03:18 by Johnny C. Lam | Files touched by this commit (1)
Log message:
The libgadu.la library makes no reference to ncurses or readline, so
remove them from the buildlink3.mk file.  The only part of ekg that uses
ncurses and readline is the UI binary ekg itself.
   2008-03-05 16:01:06 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Add full DESTDIR support.