From owner-cvs-all@FreeBSD.ORG Sat Feb 16 10:07:13 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 2524C16A417; Sat, 16 Feb 2008 10:07:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C4BF13C43E; Sat, 16 Feb 2008 10:07:13 +0000 (UTC) (envelope-from miwi@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 m1GA7C4t039614; Sat, 16 Feb 2008 10:07:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GA7CN6039613; Sat, 16 Feb 2008 10:07:12 GMT (envelope-from miwi) Message-Id: <200802161007.m1GA7CN6039613@repoman.freebsd.org> From: Martin Wilke Date: Sat, 16 Feb 2008 10:07:12 +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/emulators Makefile ports/emulators/libdsk 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: Sat, 16 Feb 2008 10:07:13 -0000 miwi 2008-02-16 10:07:12 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/libdsk Makefile distinfo pkg-descr pkg-plist Log: LIBDSK is a library for accessing disks and disk image files. It is intended for use in: * Allows CPMTOOLS use of emulator .DSK images. * Emulator tools - converting between real floppy disks and disk images, as CPCTRANS / PCWTRANS do under DOS. * Floppy controller emulation backend * Data transfer from/to real CP/M systems via serial line. LIBDSK has drivers for: Raw files (including /dev/fdn), .DSK files (CPCEMU, JOYCE and other Sinclair/Amstrad emulators), MYZ80 hard drive image, NanoWasp floppy image, .CFI (Compressed Floppy Image, as created by FDCOPY.COM under DOS), Linux floppy drive (supports CPC System and Data formats, which the standard "Raw file" driver does not), Windows 3.x/95/98/ME/NT/2000 floppy drive, DOS floppy drive (via the PC BIOS), CopyQM files (read-only), TeleDisk files (read-only), APRIDISK image files, rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image. WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/ PR: ports/120179 Submitted by: Sven Klose Revision Changes Path 1.242 +1 -0 ports/emulators/Makefile 1.1 +26 -0 ports/emulators/libdsk/Makefile (new) 1.1 +3 -0 ports/emulators/libdsk/distinfo (new) 1.1 +23 -0 ports/emulators/libdsk/pkg-descr (new) 1.1 +14 -0 ports/emulators/libdsk/pkg-plist (new)