Bug 111010 - [NEW PORT] sysutils/iat: Converter of many types of CD-ROM image file formats into ISO-9660
Summary: [NEW PORT] sysutils/iat: Converter of many types of CD-ROM image file formats...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 14:50 UTC by Dmitry Marakasov
Modified: 2007-03-30 17:04 UTC (History)
0 users

See Also:


Attachments
iat-0.1.3.shar (1.59 KB, text/plain)
2007-03-29 14:50 UTC, Dmitry Marakasov
no flags Details
patch-src-iat.c (7.72 KB, text/x-csrc; charset=koi8-r)
2007-03-29 15:19 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2007-03-29 14:50:02 UTC
iat (Iso9660 Analyzer Tool) is a tool for detecting the structure
of many types of CD-ROM image file formats, such as BIN, MDF, PDI,
CDI, NRG, and B5I, and converting them into ISO-9660.

WWW: http://iat.berlios.de/
Comment 1 Dmitry Marakasov 2007-03-29 15:19:33 UTC
* Dmitry Marakasov (amdmi3@amdmi3.ru) wrote:

Here's also patch from berlios bug tracker, which adds some more
functionality. I guess it'll be included into next release of iat, but I
think it would be wise to add it to the port for now, just like guys
from Debian did.

The file attached should be placed under iat/files/

-- 
Best regards,
  Dmitry Marakasov               mailto:amdmi3@amdmi3.ru
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-03-30 07:09:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-30 16:43:20 UTC
rafan       2007-03-30 15:43:14 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/iat         Makefile distinfo pkg-descr 
    sysutils/iat/files   patch-src-iat.c 
  Log:
  Add iat 0.1.3, converter of many types of CD-ROM image file formats into
  ISO-9660.
  
  PR:             ports/111010
  Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
  
  Revision  Changes    Path
  1.903     +1 -0      ports/sysutils/Makefile
  1.1       +28 -0     ports/sysutils/iat/Makefile (new)
  1.1       +3 -0      ports/sysutils/iat/distinfo (new)
  1.1       +150 -0    ports/sysutils/iat/files/patch-src-iat.c (new)
  1.1       +5 -0      ports/sysutils/iat/pkg-descr (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 4 Rong-En Fan freebsd_committer freebsd_triage 2007-03-30 17:04:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!