From owner-cvs-all@FreeBSD.ORG Tue Jan 9 01:55:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B56816A403; Tue, 9 Jan 2007 01:55:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 88C1613C455; Tue, 9 Jan 2007 01:55:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l091teXs056928; Tue, 9 Jan 2007 01:55:40 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l091teMM056927; Tue, 9 Jan 2007 01:55:40 GMT (envelope-from clsung) Message-Id: <200701090155.l091teMM056927@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 9 Jan 2007 01:55:40 +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/p5-Net-Frame Makefile distinfo pkg-descr pkg-plist 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: Tue, 09 Jan 2007 01:55:40 -0000 clsung 2007-01-09 01:55:40 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Frame Makefile distinfo pkg-descr pkg-plist Log: Net::Frame is a fork of Net::Packet. The goal here was to greatly simplify the use of the frame crafting framework. Net::Packet does many things undercover, and it was difficult to document all the thingies. Also, Net::Packet may suffer from unease of use, because frames were assembled using layers stored in L2, L3, L4 and L7 attributes. Net::Frame removes all this, and is splitted in different modules, for those who only want to use part of the framework, and not whole framework. Finally, anyone can create a layer, and put it on his CPAN space, because of the modularity Net::Frame offers. For an example, see Net::Frame::Layer::ICMPv4 on my CPAN space. WWW: http://search.cpan.org/dist/Net-Frame/ Revision Changes Path 1.1796 +1 -0 ports/net/Makefile 1.1 +43 -0 ports/net/p5-Net-Frame/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Frame/distinfo (new) 1.1 +14 -0 ports/net/p5-Net-Frame/pkg-descr (new) 1.1 +17 -0 ports/net/p5-Net-Frame/pkg-plist (new)