head	1.16;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	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.55;	author svnexp;	state Exp;
branches;
next	1.15;

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

1.14
date	2013.01.15.13.46.52;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.12;

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

1.11
date	2011.12.27.15.14.13;	author ehaupt;	state Exp;
branches;
next	1.10;

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

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

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

1.7
date	2007.08.04.11.40.36;	author gabor;	state Exp;
branches;
next	1.6;

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

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

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

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

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

1.1
date	2005.06.08.12.08.09;	author jylefort;	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/gzrecover/Makefile 313649 2013-03-08 14:00:30Z ehaupt $

PORTNAME=	gzrecover
PORTVERSION=	0.7
CATEGORIES=	archivers
MASTER_SITES=	http://www.urbanophile.com/arenn/hacking/gzrt/ \
		CRITICAL
DISTNAME=	gzrt-${PORTVERSION}

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	GZIP recovery toolkit

LICENSE=	GPLv2

MAKE_JOBS_SAFE=	yes

CFLAGS+=	-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lz

PLIST_FILES=	bin/${PORTNAME}
PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

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

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311720
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/gzrecover/Makefile 311720 2013-02-05 16:06:19Z ehaupt $
d12 1
a12 1
COMMENT=	A gzip recovery toolkit
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/gzrecover/Makefile 310443 2013-01-15 13:40:28Z ehaupt $
d5 1
a5 1
PORTVERSION=	0.6
@


1.13
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/gzrecover/Makefile 307015 2012-11-05 16:07:03Z ehaupt $
d23 4
d32 1
a32 1
.if !defined(NOPORTDOCS)
@


1.12
log
@SVN rev 307015 on 2012-11-05 16:07:03Z by ehaupt

- Update to 0.6
- Trim header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@Pacify portlint

Feature safe:	yes
@
text
@d1 1
a1 4
# New ports collection makefile for:	gzrecover
# Date created:				3 June 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	0.5
@


1.10
log
@Add LICENSE, remove MD5 sums

Feature safe:	yes
@
text
@d18 2
a23 1
LICENSE=	GPLv2
@


1.9
log
@Mark MAKE_JOBS_SAFE
@
text
@d22 1
@


1.8
log
@Use MASTER_SITE_CRITICAL
@
text
@d18 2
@


1.7
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
@d12 1
a12 2
		http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/
@


1.6
log
@Update to 0.5
@
text
@d28 1
a28 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
@


1.5
log
@- Respect DESTDIR
- Remove an unnecessary condition

PR:		101801
Submitted by:	gabor
@
text
@d9 1
a9 1
PORTVERSION=	0.4
d19 1
a19 1
CFLAGS+=	-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
d25 1
a25 1
	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -lz
@


1.4
log
@Add an additional mirror.
@
text
@a21 1
.if !defined(NOPORTDOCS)
a22 1
.endif
d28 1
a28 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@


1.3
log
@Update to 0.4
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.urbanophile.com/arenn/hacking/gzrt/
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.3
@


1.1
log
@Add gzrecover.

Gzrecover attempts to skip over bad data in a gzip archive. It will try to to
skip over bad data and extract whatever files might be there.

WWW: http://www.urbanophile.com/arenn/hacking/gzrt/

PR:		ports/81840
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d14 1
a14 1
MAINTAINER=	ehaupt@@critical.ch
@

