From amdmi3@amdmi3.ru  Sun Feb  3 16:29:00 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4D93C16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Feb 2008 16:29:00 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 068D613C458
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Feb 2008 16:28:54 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1JLhkj-000LRz-1f
	for FreeBSD-gnats-submit@freebsd.org; Sun, 03 Feb 2008 19:31:33 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id A665267D2
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Feb 2008 19:29:35 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 85B9E17036; Sun,  3 Feb 2008 19:28:56 +0300 (MSK)
Message-Id: <20080203162856.85B9E17036@hades.panopticon>
Date: Sun,  3 Feb 2008 19:28:56 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] sysutils/uif2iso: UIF (Universal Image Format, used by MagicISO) to ISO converter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         120240
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/uif2iso: UIF (Universal Image Format, used by MagicISO) to ISO converter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 03 16:30:01 UTC 2008
>Closed-Date:    Sun Feb 03 17:05:43 UTC 2008
>Last-Modified:  Sun Feb 03 17:05:43 UTC 2008
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RC1 FreeBSD 7.0-RC1 #0: Sat Jan 5 03:26:52 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
UIF2ISO is an open source command-line/GUI tool for converting single
and multipart UIF file images to the original ISO format.

The UIF image (Universal Image Format) in fact is just a compressed
ISO which can be created through the commercial program MagicISO.

WWW: http://aluigi.altervista.org/mytoolz.htm
>How-To-Repeat:
>Fix:

--- uif2iso-0.1.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	uif2iso
#	uif2iso/Makefile
#	uif2iso/pkg-descr
#	uif2iso/distinfo
#
echo c - uif2iso
mkdir -p uif2iso > /dev/null 2>&1
echo x - uif2iso/Makefile
sed 's/^X//' >uif2iso/Makefile << 'END-of-uif2iso/Makefile'
X# New ports collection makefile for:	uif2iso
X# Date created:		03 Feb 2008
X# Whom:			Dmitry Marakasov <amdmi3@amdmi3.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	uif2iso
XPORTVERSION=	0.1.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://aluigi.altervista.org/mytoolz/ \
X		http://www.amdmi3.ru/distfiles/
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	amdmi3@amdmi3.ru
XCOMMENT=	UIF (Universal Image Format, used by MagicISO) to ISO converter
X
XUSE_ZIP=	yes
X
XPLIST_FILES=	bin/${PORTNAME}
X
X.if !defined(NOPORTDOCS)
XPORTDOCS=	${PORTNAME}.txt
X.endif
X
Xdo-build:
X	cd ${WRKDIR} && ${CC} ${CFLAGS} ${PORTNAME}.c -lz -o ${PORTNAME}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.txt ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-uif2iso/Makefile
echo x - uif2iso/pkg-descr
sed 's/^X//' >uif2iso/pkg-descr << 'END-of-uif2iso/pkg-descr'
XUIF2ISO is an open source command-line/GUI tool for converting single
Xand multipart UIF file images to the original ISO format.
X
XThe UIF image (Universal Image Format) in fact is just a compressed
XISO which can be created through the commercial program MagicISO.
X
XWWW: http://aluigi.altervista.org/mytoolz.htm
END-of-uif2iso/pkg-descr
echo x - uif2iso/distinfo
sed 's/^X//' >uif2iso/distinfo << 'END-of-uif2iso/distinfo'
XMD5 (uif2iso.zip) = aa1eaeaa12b6ab9092d72ac85db9e925
XSHA256 (uif2iso.zip) = 4ddce6a982efabcc3b7c33ffe98c5632119e0fe0f3aac2ec6ce1c6711a7e69df
XSIZE (uif2iso.zip) = 27639
END-of-uif2iso/distinfo
exit
--- uif2iso-0.1.2.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 3 16:30:13 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120240 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Feb 3 17:05:42 UTC 2008 
State-Changed-Why:  
duplicate by 120030 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120240 
>Unformatted:
