From owner-cvs-all@FreeBSD.ORG Mon Feb 6 08:28:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A7DE16A420; Mon, 6 Feb 2006 08:28:39 +0000 (GMT) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC21D43D45; Mon, 6 Feb 2006 08:28:38 +0000 (GMT) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k168ScQE020582; Mon, 6 Feb 2006 08:28:38 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k168Scd0020581; Mon, 6 Feb 2006 08:28:38 GMT (envelope-from az) Message-Id: <200602060828.k168Scd0020581@repoman.freebsd.org> From: Andrej Zverev Date: Mon, 6 Feb 2006 08:28:38 +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-p2p Makefile ports/net-p2p/p5-Net-BitTorrent-File 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: Mon, 06 Feb 2006 08:28:39 -0000 az 2006-02-06 08:28:38 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/p5-Net-BitTorrent-File Makefile distinfo pkg-descr pkg-plist Log: This module handles loading and saveing of .torrent files as well as providing a convenient way to store torrent file info in memory. Most users of the module will most likely just call the new method with the name of a existing torrent file and use the data from that Revision Changes Path 1.3 +1 -0 ports/net-p2p/Makefile 1.1 +29 -0 ports/net-p2p/p5-Net-BitTorrent-File/Makefile (new) 1.1 +3 -0 ports/net-p2p/p5-Net-BitTorrent-File/distinfo (new) 1.1 +6 -0 ports/net-p2p/p5-Net-BitTorrent-File/pkg-descr (new) 1.1 +5 -0 ports/net-p2p/p5-Net-BitTorrent-File/pkg-plist (new)