Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2001 20:32:48 -0800 (PST)
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/dctc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/dctc/files patch-Documentation:programs patch-src:Makefile patch-src:db.c patch-src:dc_com.c patch-src:dc_com.h patch-src:dc_manage.c
Message-ID:  <200111220432.fAM4Wma66543@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
lioux       2001/11/21 20:32:48 PST

  Modified files:
    net                  Makefile 
  Added files:
    net/dctc             Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    net/dctc/files       patch-Documentation:programs 
                         patch-src:Makefile patch-src:db.c 
                         patch-src:dc_com.c patch-src:dc_com.h 
                         patch-src:dc_manage.c 
  Log:
  o New port dctc version 0.59: A DirectConnect (www.neo-modus.com)
    text client for file sharing
  o Renamed hublist to dc_hublist; former was too generic
  o FreeBSD's send(2) (in fact, all *BSD) does not support MSG_NOSIGMASK or any
    similar feature. Therefore, tried to mimick it with signal masking.
    However, this introduces a possible race condition which, fortunaly,
    is not triggered by this application since it is not concurrent.
  
  Reviewed by:    Anders Nor Berle <debolaz@debolaz.com>
  
  Revision  Changes    Path
  1.649     +1 -0      ports/net/Makefile
  1.1       +48 -0     ports/net/dctc/Makefile (new)
  1.1       +1 -0      ports/net/dctc/distinfo (new)
  1.1       +10 -0     ports/net/dctc/files/patch-Documentation:programs (new)
  1.1       +20 -0     ports/net/dctc/files/patch-src:Makefile (new)
  1.1       +69 -0     ports/net/dctc/files/patch-src:db.c (new)
  1.1       +52 -0     ports/net/dctc/files/patch-src:dc_com.c (new)
  1.1       +11 -0     ports/net/dctc/files/patch-src:dc_com.h (new)
  1.1       +266 -0    ports/net/dctc/files/patch-src:dc_manage.c (new)
  1.1       +1 -0      ports/net/dctc/pkg-comment (new)
  1.1       +19 -0     ports/net/dctc/pkg-descr (new)
  1.1       +11 -0     ports/net/dctc/pkg-plist (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111220432.fAM4Wma66543>