head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.12.28.02.46.57;	author sf;	state Exp;
branches;
next	1.2;

1.2
date	2004.11.26.01.19.10;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2004.08.11.18.07.36;	author sem;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update to 4.13.
o Ressurect pkg-plist to support to make modules optional. 25 lines
  out of 31 are wrapped with %%MODULES%% which can be controlled by
  WITHOUT_MODULES knob. The modules support more codecs and formats
  than stand-alone binary.
o Install 7za to libexec and wrap it with script to support sfx
  creation. 7za and .sfx should be placed in the same directory as 7z
  and modules do.
o Wrapper script executes corresponding binary (7z or 7za.)
  In WITHOUT_MODULES case, it can be called by 7z or 7za but always
  executes 7za. This is compatible action for previous port.
o Turn BROKEN to IGNORE. There is no hope to compile this software in
  RELENG_4. And correct quotation for this change.

Approved by:	maintainer
@
text
@#! /bin/sh

PROGNAME=${0##*/}
BINPATH=$(dirname $(realpath $0))/../libexec/p7zip
if [ $PROGNAME = "7z" -a ! -x "$BINPATH/7z" -a -x "$BINPATH/7za" ]; then
	PROGNAME=7za
fi

exec "$BINPATH/$PROGNAME" "$@@"
@


1.2
log
@update to 4.12.
o install only monolithic binary 7za.
o create a compatibility symlink 7z -> 7za not to violate POLA.
o respect NOPORTDOCS.
o retire ONLY_FOR_ARCHS. This version runs on sparc64.
o tested on i386, amd64, ia64, alpha and sparc64.

Changelogs:
4.10 -> 4.12 http://sourceforge.net/project/shownotes.php?release_id=283730
0.91 -> 4.10 http://sourceforge.net/project/shownotes.php?release_id=277286

Reviewed by:	maintainer
@
text
@a1 1
PROG=$(dirname $(realpath $0))/../libexec/p7zip/7z
d3 7
a9 1
$PROG "$@@"
@


1.1
log
@file archiver with highest compression ratio

PR:		ports/69248
Submitted by:	Juergen Lock <nox@@jelal.kn-bremen.de>
@
text
@@

