From owner-freebsd-ports@FreeBSD.ORG Thu Mar 25 19:11:30 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A106516A4CE for ; Thu, 25 Mar 2004 19:11:30 -0800 (PST) Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C40243D41 for ; Thu, 25 Mar 2004 19:11:30 -0800 (PST) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] (eamc.ahze.net [192.168.1.5]) by ahze.ahze.net (Postfix) with ESMTP id 24EC3A1 for ; Thu, 25 Mar 2004 22:11:45 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: <46DAE276-7ED3-11D8-AF21-000A958C81C6@ahze.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports@FreeBSD.org From: Michael Johnson Date: Thu, 25 Mar 2004 22:11:29 -0500 X-Mailer: Apple Mail (2.613) Subject: can't extract zip X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 03:11:30 -0000 Hi, why will this not extract correctly ? (this is just the beginning of nant) I get the following error and I can't figure out what the heck I'm doing wrong. $ make extract < --- SNIP --- > ===> Extracting for nant-0.84 >> Checksum OK for nant-0.84.zip. ===> nant-0.84 depends on executable: unzip - found warning: /usr/ports/distfiles//nant-0.84.zip appears to use backslashes as path separators *** Error code 1 # 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: # # nant/ # nant/pkg-descr # nant/Makefile # nant/distinfo # echo c - nant/ mkdir -p nant/ > /dev/null 2>&1 echo x - nant/pkg-descr sed 's/^X//' >nant/pkg-descr << 'END-of-nant/pkg-descr' X[description of the port] X XAuthor: Author's name and e-mail address XWWW: http://port.home.page/ END-of-nant/pkg-descr echo x - nant/Makefile sed 's/^X//' >nant/Makefile << 'END-of-nant/Makefile' X# New ports collection makefile for: nant X# Date created: 2004-03-24 X# Whom: michael johnson X# X# $FreeBSD$ X# X XPORTNAME= nant XPORTVERSION= 0.84 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= nant-${PORTVERSION} X XMAINTAINER= ahze@ahze.net XCOMMENT= CHANGE ME X XNO_WRKSUBDIR= yes X XNO_BUILD= yes XUSE_ZIP= yes X X.include END-of-nant/Makefile echo x - nant/distinfo sed 's/^X//' >nant/distinfo << 'END-of-nant/distinfo' XMD5 (nant-0.84.zip) = 918c29f52679bc7d7fc03fce7be97798 XSIZE (nant-0.84.zip) = 3378840 END-of-nant/distinfo exit