From owner-cvs-all Wed Nov 21 20:32:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3131537B417; Wed, 21 Nov 2001 20:32:48 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAM4Wma66543; Wed, 21 Nov 2001 20:32:48 -0800 (PST) (envelope-from lioux) Message-Id: <200111220432.fAM4Wma66543@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Nov 2001 20:32:48 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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