From owner-freebsd-ports Thu Sep 14 20:10: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC3E37B43C for ; Thu, 14 Sep 2000 20:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68602; Thu, 14 Sep 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 6796F37B423 for ; Thu, 14 Sep 2000 20:09:51 -0700 (PDT) Received: (from root@localhost) by roma.coe.ufrj.br (8.9.3/8.9.3) id AAA34638; Fri, 15 Sep 2000 00:09:45 -0300 (EST) (envelope-from jonny) Message-Id: <200009150309.AAA34638@roma.coe.ufrj.br> Date: Fri, 15 Sep 2000 00:09:45 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21285: Port change: unace Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21285 >Category: ports >Synopsis: Old istfile location unavailable, new locations added >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 14 20:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 3.4-STABLE i386 >Organization: Embratel >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # unace # unace/files # unace/files/md5 # unace/pkg # unace/pkg/COMMENT # unace/pkg/DESCR # unace/pkg/PLIST # unace/patches # unace/patches/patch-aa # unace/Makefile # echo c - unace mkdir -p unace > /dev/null 2>&1 echo c - unace/files mkdir -p unace/files > /dev/null 2>&1 echo x - unace/files/md5 sed 's/^X//' >unace/files/md5 << 'END-of-unace/files/md5' XMD5 (unacepub.zip) = cbe24fca48c783b207cec859e512e446 END-of-unace/files/md5 echo c - unace/pkg mkdir -p unace/pkg > /dev/null 2>&1 echo x - unace/pkg/COMMENT sed 's/^X//' >unace/pkg/COMMENT << 'END-of-unace/pkg/COMMENT' XExtract, view & test ACE archives END-of-unace/pkg/COMMENT echo x - unace/pkg/DESCR sed 's/^X//' >unace/pkg/DESCR << 'END-of-unace/pkg/DESCR' XThis is a port of a (un)archiver which deals with ACE archives. X XWWW: http://members.aol.com/mlemke6413/ace.html X X- Joao Carlos Mendes Luis END-of-unace/pkg/DESCR echo x - unace/pkg/PLIST sed 's/^X//' >unace/pkg/PLIST << 'END-of-unace/pkg/PLIST' Xbin/unace END-of-unace/pkg/PLIST echo c - unace/patches mkdir -p unace/patches > /dev/null 2>&1 echo x - unace/patches/patch-aa sed 's/^X//' >unace/patches/patch-aa << 'END-of-unace/patches/patch-aa' Xdiff -ru ../../1/unix/makefile ./unix/makefile X--- ../../1/unix/makefile Wed Jul 1 05:29:10 1998 X+++ ./unix/makefile Tue Feb 23 20:48:11 1999 X@@ -16,7 +16,8 @@ X #CFLAGS = -Wall -O3 -s #-DNDEBUG X #CFLAGS = -g -Wall -DMDEBUG X #CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux X-CFLAGS = -O -g -Wall -dLO_HI_BYTE_ORDER X+#CFLAGS = -O -g -Wall -dLO_HI_BYTE_ORDER X+CFLAGS += -O3 -fno-strength-reduce -fomit-frame-pointer X CHALLOC = challoc.o X CHALLOC = X CHNEW = chnew.o challoc.o END-of-unace/patches/patch-aa echo x - unace/Makefile sed 's/^X//' >unace/Makefile << 'END-of-unace/Makefile' X# New ports collection makefile for: unace X# URL: http://members.aol.com/mlemke6413/ace.html X# Date created: 23 February 1999 X# Whom: Joao Carlos Mendes Luis X# X# $FreeBSD: ports/archivers/unace/Makefile,v 1.4 2000/04/08 23:17:52 mharo Exp $ X# X XPORTNAME= unace XPORTVERSION= 1.2b XCATEGORIES= archivers XMASTER_SITES= ftp://ftp.cdrom.com/pub/sac/pack/ \ X ftp://cert.unisa.it/pub/PC/SAC/pack/ \ X ftp://ftp.unicamp.br/pub6/pc/archivers/ \ X ftp://ftp.osb.hu/pub/mirrors/sac/pack/ \ X ftp://ftp.uakom.sk/pub/mirrors/sac/pack/ XDISTNAME= unacepub X XMAINTAINER= jonny@jonny.eng.br X XUSE_ZIP= yes XUSE_GMAKE= yes XALL_TARGET= unace XMAKEFILE= unix/makefile XNO_WRKSUBDIR= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin X X.include END-of-unace/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message