head	1.21;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.12.31.15.37.23;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2011.06.29.21.10.22;	author garga;	state Exp;
branches;
next	1.17;

1.17
date	2009.03.28.17.53.18;	author garga;	state Exp;
branches;
next	1.16;

1.16
date	2008.07.25.17.40.58;	author garga;	state Exp;
branches;
next	1.15;

1.15
date	2008.03.09.14.12.21;	author garga;	state Exp;
branches;
next	1.14;

1.14
date	2006.07.23.14.22.12;	author garga;	state Exp;
branches;
next	1.13;

1.13
date	2006.07.22.04.28.21;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2006.07.08.00.32.48;	author ahze;	state Exp;
branches;
next	1.11;

1.11
date	2005.12.10.18.36.04;	author sem;	state Exp;
branches;
next	1.10;

1.10
date	2005.10.24.12.12.18;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2005.01.25.09.08.43;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2004.07.21.17.47.49;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.18.20;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.24.08.15.41;	author krion;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.26.22.58.12;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.08.16.06.27.01;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.10.42.57;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.23.00.13.28;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.17.07.58.57;	author markp;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309743
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309743 | bapt | 2012-12-31 14:08:48 +0000 (Mon, 31 Dec 2012) | 2 lines
## SVN ##
## SVN ## Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Igor Pokrovsky <tiamat@@telegraph.spb.ru>
# $FreeBSD: head/archivers/szip/Makefile 309743 2012-12-31 14:08:48Z bapt $

PORTNAME=	szip
PORTVERSION=	1.12b
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	http://www.compressconsult.com/szip/ \
		ftp://ftp.sai.msu.su/pub/unix/Archivers/
DISTNAME=	sz${PORTVERSION:S/.//}_src

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Fast compression utility

USE_GMAKE=	yes
MAKE_JOBS_SAFE=	yes

WRKSRC=		${WRKDIR}

PLIST_FILES=	bin/${PORTNAME}
PORTDOCS=	*.txt

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's,more logfile,cat logfile,' \
			  -e "s,^CFLAGS.*,CFLAGS= ${CFLAGS}," \
		${WRKSRC}/makefile

do-build:
	${GMAKE} -C ${WRKDIR}

do-install:
	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/szip/Makefile 309150 2012-12-18 07:57:31Z danfe $
d23 2
d35 1
a35 1
.if !defined(NOPORTDOCS)
@


1.19
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	szip
# Date created:		15 January 2002
# Whom:			Igor Pokrovsky <tiamat@@telegraph.spb.ru>
#
# $FreeBSD: head/archivers/szip/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d13 1
a13 1
COMMENT=	A fast compression utility
@


1.18
log
@Drop maintainership
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
@
text
@d16 1
a16 1
MAINTAINER=	garga@@FreeBSD.org
@


1.16
log
@- New entry to MASTER_SITES
@
text
@d20 1
@


1.15
log
@- Respect CFLAGS
- Bump PORTREVISION

PR:		ports/121441 (based on)
Submitted by:	bf <bf2006a@@yahoo.com>
@
text
@d12 2
a13 1
MASTER_SITES=	http://www.compressconsult.com/szip/
@


1.14
log
@- Remove uneeded patch
- Adopt
@
text
@d10 1
a10 1
PORTREVISION=	1
d27 1
@


1.13
log
@Reset bouncing maintainer address ip@@doom.homeunix.org.  We hope to see him
back soon.

Hat:		portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d23 5
a27 1
PORTDOCS=	history.txt readme.txt techinfo.txt
@


1.12
log
@- Remove ONLY_FOR_ARCHS as this was set when this port used to install
  a binary instead of build from source.
@
text
@d15 1
a15 1
MAINTAINER=	ip@@doom.homeunix.org
@


1.11
log
@- Remove DEPRECATED. Mastersite is back again.
- Get rid of pkg-plist.
- While I'm here, remove harmful interactivity.

PR:		ports/90188
Submitted by:	Igor Pokrovsky (maintainer)
@
text
@a18 1
ONLY_FOR_ARCHS=	i386 amd64
@


1.10
log
@- Mark as DEPRECATED and set EXPIRATION_DATE

PR:		ports/87807
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Approved by:	port broken for a long time
@
text
@a17 3
DEPRECATED=	"mastersite disappeared, no longer maintained by author"
EXPIRATION_DATE=	2005-12-31

d21 5
@


1.9
log
@Seems to work on amd64 too
@
text
@d18 3
@


1.8
log
@Change maintainer's email.
@
text
@d19 1
a19 1
ONLY_FOR_ARCHS=	i386
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d15 1
a15 1
MAINTAINER=	tiamat@@comset.net
@


1.6
log
@- Give maintainership to Igor Pokrovsky <tiamat@@comset.net>

PR:		61813 61814 61815 61816 61817 61818 61819
Submitted by:	Igor Pokrovsky <tiamat@@comset.net>
@
text
@d10 1
@


1.5
log
@portlint (.ifndef (PORTLINT) -> .if !defined(NOPORTDOCS))
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@Reset bouncing maintainer address.

Submitted by:	Mark Linimon <linimon@@lonesome.com>
@
text
@d25 1
a25 1
.ifndef (NOPORTDOCS)
@


1.3
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	tiamat@@telegraph.spb.ru
@


1.2
log
@Maintainer update to use source-version instead of binary

PR:		ports/45471
Submitted by:	Update port: archivers/szip Moving from binary to source distribution
@
text
@d15 1
@


1.1
log
@Add szip 1.12b, a fast compression utility.

PR:		33934
Submitted by:	Igor Pokrovsky <tiamat@@telegraph.spb.ru>
@
text
@d12 1
a12 1
DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}_FreeBSD
d16 1
a16 1
NO_BUILD=	yes
d18 3
@

