From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:27:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 012D7106564A; Thu, 17 Apr 2008 14:27:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED2F78FC13; Thu, 17 Apr 2008 14:27:45 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3HERjME052754; Thu, 17 Apr 2008 14:27:45 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HERjVZ052739; Thu, 17 Apr 2008 14:27:45 GMT (envelope-from wxs) Message-Id: <200804171427.m3HERjVZ052739@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 14:27:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/tcludp Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 14:27:46 -0000 wxs 2008-04-17 14:27:45 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tcludp Makefile distinfo pkg-descr Log: This package provides support for using UDP through Tcl. The package provides a new channel type and attempts to permit the use of packet oriented UDP over stream oriented Tcl channels. PR: ports/122315 Submitted by: Frank Fenor Approved by: garga (mentor) Revision Changes Path 1.1985 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/tcludp/Makefile (new) 1.1 +3 -0 ports/net/tcludp/distinfo (new) 1.1 +7 -0 ports/net/tcludp/pkg-descr (new)