- Drop maintaership to myself due maintainer email ignore
Actually PR must update to 0.7.0 but 0.7.1 it's 0.7.0 + security fix
PR: ports/101399
Submitted by: az
Approved by: maintertime timeout
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
DConnect Daemon is a Direct Connect Hub clone for Unix. It allows people to
share their resources, i.e.: programs, graphics, other files...
Features:
* fast, pure C implementation
* libwrap support (hosts.allow, hosts.deny)
* low per-user memory consumption
* uses threads (no forking)
* nick pattern matching
* simple administration through telnet console
WWW: http://www.dc.ds.pg.gda.pl/
PR: ports/81021
Submitted by: Aleksandr S. Goncharov <mraleks@bk.ru>