head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2013.03.09.01.56.56;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2009.03.27.09.53.18;	author ehaupt;	state Exp;
branches;
next	1.13;

1.13
date	2008.12.06.17.59.45;	author ehaupt;	state Exp;
branches;
next	1.12;

1.12
date	2008.07.18.05.13.38;	author ehaupt;	state Exp;
branches;
next	1.11;

1.11
date	2007.08.04.11.40.38;	author gabor;	state Exp;
branches;
next	1.10;

1.10
date	2006.11.24.23.49.46;	author ehaupt;	state Exp;
branches;
next	1.9;

1.9
date	2006.11.14.08.40.07;	author ehaupt;	state Exp;
branches;
next	1.8;

1.8
date	2006.11.14.07.28.37;	author ehaupt;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.11.11.02.17;	author ehaupt;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.01.12.13.43;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.29.12.49.45;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.26.23.06.55;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.29.14.48.45;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.06.11.56.54;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.06.20.18.02.18;	author ahze;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313649
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/archivers/unzoo/Makefile 313649 2013-03-08 14:00:30Z ehaupt $

PORTNAME=	unzoo
PORTVERSION=	4.4
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	CRITICAL
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig

PATCH_SITES=	${MASTER_SITES}
PATCHFILES=	unzoo_4.4-4.diff.gz
PATCH_DIST_STRIP=	-p1

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	ZOO archive extractor

MAKE_JOBS_SAFE=	yes

EXTRA_DEFINES=	-DSYS_IS_UNIX -DSYS_HAS_MKDIR

MAN1=		unzoo.1
PLIST_FILES=	bin/unzoo

CFLAGS+=	-trigraphs

post-extract:
	@@${MKDIR} ${WRKSRC}
	@@${MV} ${WRKDIR}/${PORTNAME}.c ${WRKSRC}

do-build:
	${CC} ${CFLAGS} ${EXTRA_DEFINES} -o ${WRKSRC}/${PORTNAME} \
		${WRKSRC}/${PORTNAME}.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	unzoo
# Date created:				20 Jun 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/archivers/unzoo/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d16 1
a16 1
COMMENT=	A zoo archive extractor
@


1.14
log
@Mark MAKE_JOBS_SAFE
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Update MASTER_SITES

Notified by:	Igor Roshchin <str@@komkon.org>
@
text
@d22 2
@


1.12
log
@Remove support for 5.x

PR:		124942
Submitted by:	"Philip M. Gollucci" <pgollucci@@p6m7g8.com>
@
text
@d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
@


1.11
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@a26 3
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 503000
a27 1
.endif
d41 1
a41 1
.include <bsd.port.post.mk>
@


1.10
log
@Provide a patch that moves 'found_trav' variable initialisations to the start
of code blocks to drop gcc 3.2 dependency on 4.x. Bump PORTREVISION.

PR:		105832
Submitted by:	Eugene Grosbein <eugen@@grosbein.pp.ru>
@
text
@d42 1
a42 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
@


1.9
log
@Forced commit to notice that the last commit was initiated by the security
issue mentioned below.

Security:	5a945904-73b1-11db-91d2-0002a5c2f4ef (VuXML)
@
text
@d10 1
a10 1
PORTREVISION=	1
a21 2
USE_GCC=	3.2+

@


1.8
log
@Provide a patch to check for and remove patterns like '/../' that can be used
for directory traversal attacks. Added an option to force extraction to original
location.

Obtained from:	debian
@
text
@@


1.7
log
@Respect DESTDIR

PR:		101784
Submitted by:	gabor
@
text
@d9 2
a10 1
DISTVERSION=	4.4
d12 6
a17 4
MASTER_SITES=	http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	ehaupt
d22 2
d26 1
a28 2
MAN1=		unzoo.1

d35 4
d45 1
a45 1
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
@


1.6
log
@Add an additional mirror.
@
text
@d36 2
a37 2
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
@


1.5
log
@Only use -trigraphs compiler option on ${OSVERSION} >= 503000
(-trigraphs requires gcc 3.4+)
@
text
@d12 1
@


1.4
log
@Fix a typo.
@
text
@d26 1
a26 1
.if ${OSVERSION} >= 500000
d31 2
a32 1
	${CC} ${CFLAGS} ${EXTRA_DEFINES} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
@


1.3
log
@Update MASTER_SITES and add an additional mirror
@
text
@d11 1
a11 1
MASTER_SITES=	hhttp://critical.ch/distfiles/ \
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@d11 3
a13 1
MASTER_SITES=	http://critical.ch/unzoo/
@


1.1
log
@Add unzoo , a zoo archive extractor.

PR:		ports/82449
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d13 1
a13 1
MAINTAINER=	ehaupt@@critical.ch
@

