From f575d3e2371f03989721c937fd86297eb9e44de9 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 26 Jan 2010 19:37:23 +0000 Subject: Initial import of iat-0.1.7: Iso9660 Analyzer Tool is a free utility tool for detecting the structure of DVD/CD-ROM image file formats; the tool supports many CD/DVD-ROM data image file formats. Iso9660 Analyzer Tool provides the conversion of any image format to an UDF/ISO for easy mounting in your favorite Operating System. The tool also permits the creation of TOC or CUE file descriptor to burn the image easily with your favorite burner on your favorite Operating System. If the image is not compliant with TOC or CUE, it should be converted to UDF/ISO format which can be mounted upon any Operating System. If the Operating System does not support image of DVD/CD-ROM, then creating the TOC file descriptor is a good option burn 1:1 original image. Iso9960 Analyzer Tool provides option to create TOC file descriptor. Note some application does not support TOC descriptor. Similarly, if the Operating System does not support image of DVD/CD-ROM, then creating the CUE file descriptor is also a good option. Iso9960 Analyzer Tool provides option to create CUE file descriptor. Note the creation of CUE might not work with protected image. --- sysutils/iat/DESCR | 22 ++++++++++++++++++++++ sysutils/iat/Makefile | 18 ++++++++++++++++++ sysutils/iat/PLIST | 15 +++++++++++++++ sysutils/iat/distinfo | 5 +++++ 4 files changed, 60 insertions(+) create mode 100644 sysutils/iat/DESCR create mode 100644 sysutils/iat/Makefile create mode 100644 sysutils/iat/PLIST create mode 100644 sysutils/iat/distinfo (limited to 'sysutils') diff --git a/sysutils/iat/DESCR b/sysutils/iat/DESCR new file mode 100644 index 00000000000..236af73d9bf --- /dev/null +++ b/sysutils/iat/DESCR @@ -0,0 +1,22 @@ +Iso9660 Analyzer Tool is a free utility tool for detecting the +structure of DVD/CD-ROM image file formats; the tool supports many +CD/DVD-ROM data image file formats. + +Iso9660 Analyzer Tool provides the conversion of any image format +to an UDF/ISO for easy mounting in your favorite Operating System. +The tool also permits the creation of TOC or CUE file descriptor +to burn the image easily with your favorite burner on your favorite +Operating System. If the image is not compliant with TOC or CUE, +it should be converted to UDF/ISO format which can be mounted upon +any Operating System. + +If the Operating System does not support image of DVD/CD-ROM, then +creating the TOC file descriptor is a good option burn 1:1 original +image. Iso9960 Analyzer Tool provides option to create TOC file +descriptor. Note some application does not support TOC descriptor. + +Similarly, if the Operating System does not support image of +DVD/CD-ROM, then creating the CUE file descriptor is also a good +option. Iso9960 Analyzer Tool provides option to create CUE file +descriptor. Note the creation of CUE might not work with protected +image. diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile new file mode 100644 index 00000000000..d8085fa486c --- /dev/null +++ b/sysutils/iat/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 19:37:23 wiz Exp $ +# + +DISTNAME= iat-0.1.7 +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/iat/ +EXTRACT_SUFX= .tar.lzma + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://iat.berlios.de/ +COMMENT= ISO9660 analyzer tool +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/iat/PLIST b/sysutils/iat/PLIST new file mode 100644 index 00000000000..5cbde227946 --- /dev/null +++ b/sysutils/iat/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/01/26 19:37:23 wiz Exp $ +bin/iat +include/calculate_pregap.h +include/cmdline.h +include/convert_2_iso.h +include/debug.h +include/define.h +include/ecma119.h +include/ecma167.h +include/mkcore.h +include/mkcue.h +include/mktoc.h +include/mmc2r11.h +include/util.h +man/man1/iat.1 diff --git a/sysutils/iat/distinfo b/sysutils/iat/distinfo new file mode 100644 index 00000000000..2b7d8dd389d --- /dev/null +++ b/sysutils/iat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/26 19:37:23 wiz Exp $ + +SHA1 (iat-0.1.7.tar.lzma) = c1413e4c0a6a2673b25ef01da157a3678e896f2a +RMD160 (iat-0.1.7.tar.lzma) = 39a7abc6a1529bbe35ae7a49c78409b5254a3413 +Size (iat-0.1.7.tar.lzma) = 95012 bytes -- cgit v1.2.3