From owner-freebsd-ports Tue Feb 23 16: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B08D61105F for ; Tue, 23 Feb 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA56106; Tue, 23 Feb 1999 16:00:01 -0800 (PST) (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 F15E511140 for ; Tue, 23 Feb 1999 15:57:23 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id UAA22383; Tue, 23 Feb 1999 20:57:23 -0300 (EST) (envelope-from jonny) Message-Id: <199902232357.UAA22383@roma.coe.ufrj.br> Date: Tue, 23 Feb 1999 20:57:23 -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/10232: New port - unace Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10232 >Category: ports >Synopsis: New port - unace >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 23 16:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 2.2.8-STABLE i386 >Organization: COPPE/UFRJ >Environment: >Description: This is a port of the ACE archive extractor for Unix. Note: I'm not sure if this works on FreeBSD/alpha. I don't have an alpha to test. >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/pkg # unace/pkg/COMMENT # unace/pkg/DESCR # unace/pkg/PLIST # unace/files # unace/files/md5 # unace/Makefile # unace/patches # unace/patches/patch-aa # echo c - unace mkdir -p unace > /dev/null 2>&1 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 XMore info at 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/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) = 1a73dda37e4d8d8ef70f27a858e32a55 END-of-unace/files/md5 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# Version required: 1.2b X# Date created: 23 February 1999 X# Whom: Joao Carlos Mendes Luis X# X# $Id: $ X# X X# X# Warning: I'm not sure if this works on FreeBSD/alpha X# X XDISTNAME= unacepub XPKGNAME= unace-1.2b XCATEGORIES= archivers XMASTER_SITES= http://members.aol.com/mlemke6413/ XEXTRACT_SUFX= .zip X XMAINTAINER= jonny@jonny.eng.br X XBUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip X XUSE_GMAKE= YES XALL_TARGET= unace XMAKEFILE= unix/makefile X Xdo-extract: X @${RM} -rf ${WRKDIR} X @${MKDIR} ${WRKDIR} X @${MKDIR} ${WRKSRC} X @unzip -q -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -d ${WRKSRC} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin X X.include END-of-unace/Makefile 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 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message