pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/iat Initial import of iat-0.1.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd56965157f8
branches:  trunk
changeset: 570213:fd56965157f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 26 19:37:23 2010 +0000

description:
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.

diffstat:

 sysutils/iat/DESCR    |  22 ++++++++++++++++++++++
 sysutils/iat/Makefile |  18 ++++++++++++++++++
 sysutils/iat/PLIST    |  15 +++++++++++++++
 sysutils/iat/distinfo |   5 +++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 45aaf34ef3a6 -r fd56965157f8 sysutils/iat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/iat/DESCR        Tue Jan 26 19:37:23 2010 +0000
@@ -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 -r 45aaf34ef3a6 -r fd56965157f8 sysutils/iat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/iat/Makefile     Tue Jan 26 19:37:23 2010 +0000
@@ -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@localhost
+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 -r 45aaf34ef3a6 -r fd56965157f8 sysutils/iat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/iat/PLIST        Tue Jan 26 19:37:23 2010 +0000
@@ -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 -r 45aaf34ef3a6 -r fd56965157f8 sysutils/iat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/iat/distinfo     Tue Jan 26 19:37:23 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index