Age | Commit message (Collapse) | Author | Files | Lines |
|
* aspell support added
* better ioctl handling
* memory leaks fixed
* minor bug fixes
|
|
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
|
|
|
|
|
|
|
|
* fixed "auto_away" and "auto_away_keep_descr"
* fixed "/find" for usernames with a space
* fixed "/dcc list" for large files
* fixed "/last user"
* more...
|
|
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
* corrupted messages can't make ekg disconnect any more
|
|
is needed. (undo part of last)
|
|
|
|
* ekgbot
* log viewer
* bug fixes
Now makes a shared library and uses buildlink2
|
|
|
|
dependency bumps.
|
|
* no NEWS available, just long Changelog, but I think it's enough to say
that it's The 1.0 Release
|
|
Patch provided by maintainer Dawid Szymanski via PR pkg/20807.
Changes:
- pkgsrc pthreads support
- minor code clanups
|
|
to build with native curses.
|
|
Patches provided by Dawid Szymanski <dawszy at arhea dot net> in PR pkg/19864.
Changes:
- a lot of changes to match new 5.0 protocol specification.
- full list of changes at http://dev.null.pl/ekg/changelog.php (polish only)
|
|
Some fixes and buildlink2ing by me.
Changes:
- bugfixes
- new ncurses based interface (like irssi)
|
|
package). This closes PR pkg/17555.
list of minor changes:
- added external User Interface support
- bugfixes
- FreeBSD specific includes adjusted
|
|
List of major changes:
* DCC fixed
* sex recognition fixed
* gg_saprintf() fixed
* libgadu.h fixed
* smiles patch
|
|
* License change to LGPL
* s/bzero/memset/ (function change)
* F-keys support under FreeBSD
* libgadu: s/gg_alloc_sprintf/gg_saprintf/
* ekg: s/gg_alloc_sprintf/saprintf/
* F1, F2 shortcuts to help and userlist
* working proxy!
* ,,ordering cd'' removed from configure script
* dcc code upgrade
Update provided by Dawid SzymaƱski <dawszy@arhea.net> in PR 16586
|
|
Update contributed by Dawid SzymaƱski <dawszy@arhea.net> in PR 16184
|
|
|
|
|
|
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.
Submitted by Dawid Szymanski in private mail.
|