Bug 120179 - New port: emulators/libdsk: Lib/tools to access disks and disk images, also on CP/M systems via serial-line
Summary: New port: emulators/libdsk: Lib/tools to access disks and disk images, also o...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 07:50 UTC by Sven Klose
Modified: 2008-02-16 10:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.31 KB, text/plain)
2008-01-31 07:50 UTC, Sven Klose
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Klose 2008-01-31 07:50:01 UTC

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-02-16 10:07:16 UTC
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 <pixel@hugbox.org>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-16 10:07:24 UTC
State Changed
From-To: open->closed

New port added. Thanks!