From owner-cvs-all@FreeBSD.ORG Sat Jul 5 11:59:08 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 8CDA11065673; Sat, 5 Jul 2008 11:59:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2358FC0C; Sat, 5 Jul 2008 11:59:08 +0000 (UTC) (envelope-from edwin@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 m65Bx8rn000498; Sat, 5 Jul 2008 11:59:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m65Bx88I000497; Sat, 5 Jul 2008 11:59:08 GMT (envelope-from edwin) Message-Id: <200807051159.m65Bx88I000497@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 5 Jul 2008 11:59:08 +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/sysutils Makefile ports/sysutils/isomd5sum Makefile distinfo pkg-descr pkg-plist ports/sysutils/isomd5sum/files patch-Makefile patch-md5.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: Sat, 05 Jul 2008 11:59:08 -0000 edwin 2008-07-05 11:59:08 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/isomd5sum Makefile distinfo pkg-descr pkg-plist sysutils/isomd5sum/files patch-Makefile patch-md5.c Log: [New port] sysutils/isomd5sum: Implanting and checking checksums within an ISO9660 image. Isomd5sum is a collection of utilities for implanting and checking MD5 checksums within an ISO9660 image. A checksum is implanted in an image using the implantisomd5 utility, and the corresponding checkisomd5 utility can be used to verify burned CDs are error-free. Also included is a Python extension for performing these tasks. PR: ports/125013 Submitted by: Mykola Marzhan Revision Changes Path 1.1028 +1 -0 ports/sysutils/Makefile 1.1 +26 -0 ports/sysutils/isomd5sum/Makefile (new) 1.1 +3 -0 ports/sysutils/isomd5sum/distinfo (new) 1.1 +58 -0 ports/sysutils/isomd5sum/files/patch-Makefile (new) 1.1 +19 -0 ports/sysutils/isomd5sum/files/patch-md5.c (new) 1.1 +5 -0 ports/sysutils/isomd5sum/pkg-descr (new) 1.1 +7 -0 ports/sysutils/isomd5sum/pkg-plist (new)