From owner-cvs-ports@FreeBSD.ORG Sat Nov 15 13:51:48 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1027D16A4CE; Sat, 15 Nov 2003 13:51:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EB943FE3; Sat, 15 Nov 2003 13:51:47 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAFLplXJ002050; Sat, 15 Nov 2003 13:51:47 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAFLpkMf002049; Sat, 15 Nov 2003 13:51:46 -0800 (PST) (envelope-from sergei) Message-Id: <200311152151.hAFLpkMf002049@repoman.freebsd.org> From: Sergei Kolobov Date: Sat, 15 Nov 2003 13:51:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/hfsplusutils Makefile distinfo pkg-descr pkg-plist ports/emulators/hfsplusutils/files patch-swab.h patch-unicode.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 21:51:48 -0000 sergei 2003/11/15 13:51:46 PST FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/hfsplusutils Makefile distinfo pkg-descr pkg-plist emulators/hfsplusutils/files patch-swab.h patch-unicode.c Log: Add hfsplusutils 1.0.4, utilities for accessing HFS+ filesystems. This is a set of tools that allow access to HFS+ formatted volumes. HFS+ is a modernized version of Apple Computers HFS Filesystem. In addition in contains the library "libhfsp" which you may use for your own experiments, all the tools are based on this library. (A bit of understanding is still needed however). Author: Klaus Halfmann PR: 59200 Submitted by: Josh Elsasser Revision Changes Path 1.120 +1 -0 ports/emulators/Makefile 1.1 +60 -0 ports/emulators/hfsplusutils/Makefile (new) 1.1 +1 -0 ports/emulators/hfsplusutils/distinfo (new) 1.1 +16 -0 ports/emulators/hfsplusutils/files/patch-swab.h (new) 1.1 +14 -0 ports/emulators/hfsplusutils/files/patch-unicode.c (new) 1.1 +7 -0 ports/emulators/hfsplusutils/pkg-descr (new) 1.1 +24 -0 ports/emulators/hfsplusutils/pkg-plist (new)