From owner-cvs-all@FreeBSD.ORG Sun Nov 20 12:20:55 2005 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 6876A16A41F; Sun, 20 Nov 2005 12:20:55 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4450B43D46; Sun, 20 Nov 2005 12:20:55 +0000 (GMT) (envelope-from dinoex@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 jAKCKt5d026627; Sun, 20 Nov 2005 12:20:55 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAKCKtfI026626; Sun, 20 Nov 2005 12:20:55 GMT (envelope-from dinoex) Message-Id: <200511201220.jAKCKtfI026626@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 20 Nov 2005 12:20:55 +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/misc Makefile ports/misc/ed2k Makefile distinfo pkg-descr ports/misc/ed2k/files patch-ed2k.c 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: Sun, 20 Nov 2005 12:20:55 -0000 dinoex 2005-11-20 12:20:55 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/ed2k Makefile distinfo pkg-descr misc/ed2k/files patch-ed2k.c Log: This tool takes files and calculates the final 'eEmule' hashes for then. It also spits out the complete ed2k:// link in the end. Note: This hashes differ from 'eDonkey/mldonkey' hashes when the size of a files is a mutiple of 9728000 Bytes. WWW: http://www.sdalu.com/software/tools.shtml Revision Changes Path 1.775 +1 -0 ports/misc/Makefile 1.1 +41 -0 ports/misc/ed2k/Makefile (new) 1.1 +3 -0 ports/misc/ed2k/distinfo (new) 1.1 +65 -0 ports/misc/ed2k/files/patch-ed2k.c (new) 1.1 +7 -0 ports/misc/ed2k/pkg-descr (new)