From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 3 16:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6147716A418 for ; Sun, 3 Feb 2008 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44A0913C468 for ; Sun, 3 Feb 2008 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m13GU2pu022178 for ; Sun, 3 Feb 2008 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m13GU2BB022175; Sun, 3 Feb 2008 16:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2008 16:30:02 GMT Resent-Message-Id: <200802031630.m13GU2BB022175@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D93C16A417 for ; 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 ; 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 ) 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/120240: [NEW PORT] sysutils/uif2iso: UIF (Universal Image Format, used by MagicISO) to ISO converter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2008 16:30:02 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 03 16:30:01 UTC 2008 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: