head	1.22;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.22
date	2013.02.07.15.31.55;	author svnexp;	state Exp;
branches;
next	1.21;

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

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

1.19
date	2012.06.15.09.57.10;	author martymac;	state Exp;
branches;
next	1.18;

1.18
date	2012.01.16.09.46.55;	author martymac;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.23.22.20.51;	author amdmi3;	state Exp;
branches;
next	1.16;

1.16
date	2011.03.24.08.20.11;	author martymac;	state Exp;
branches;
next	1.15;

1.15
date	2010.12.04.07.30.15;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2010.11.10.13.30.58;	author martymac;	state Exp;
branches;
next	1.13;

1.13
date	2010.10.16.11.51.44;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2010.10.05.19.57.23;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2010.09.27.12.08.18;	author martymac;	state Exp;
branches;
next	1.10;

1.10
date	2010.09.15.18.33.53;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2010.09.07.15.52.12;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2010.07.04.09.01.39;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2010.03.10.17.40.27;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.09.09.09.41.07;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.07.18.17.48;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.18.12.36.37;	author itetcu;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.18.12.27.02;	author itetcu;	state Exp;
branches;
next	1.2;

1.2
date	2008.05.06.19.49.44;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.19.19.32.46;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311833
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:    par2cmdline-tbb
# Whom:                                 Ganael Laplanche <ganael.laplanche@@martymac.org>
# Date created:                         27 December 2007
#
# $FreeBSD: head/archivers/par2cmdline-tbb/Makefile 311833 2013-02-07 13:04:29Z gahr $
#

PORTNAME=	par2cmdline-tbb
PORTVERSION=	20100203
PORTREVISION=	7
CATEGORIES=	archivers
MASTER_SITES=	http://chuchusoft.com/par2_tbb/
DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}

MAINTAINER=	martymac@@FreeBSD.org
COMMENT=	Tools for using Parity v2 Archive files (tbb version)

LICENSE=	GPLv2

LIB_DEPENDS=	tbb:${PORTSDIR}/devel/tbb

ONLY_FOR_ARCHS=	i386 amd64 ia64
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib -pthread
USE_AUTOTOOLS=	aclocal automake autoconf
USE_GCC=	4.2+

PORTDOCS=	README
CONFLICTS=	par2cmdline-[0-9]*
PLIST_FILES=	bin/par2 bin/par2create bin/par2repair bin/par2verify

post-extract:
	@@${CHMOD} u+x ${WRKSRC}/install-sh

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308744
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308744 | martymac | 2012-12-12 07:42:34 +0000 (Wed, 12 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
## SVN ## - Remove hardcoded dependency on gcc [1]
## SVN ##
## SVN ## PR:		ports/171297 [1]
## SVN ## Submitted by:	Christian Mangin <christian.mangin@@gmail.com> [1]
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/par2cmdline-tbb/Makefile 308744 2012-12-12 07:42:34Z martymac $
d25 1
a25 1
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
@


1.20
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/par2cmdline-tbb/Makefile 300895 2012-07-14 12:56:14Z beat $
d10 1
a10 1
PORTREVISION=	6
@


1.19
log
@- Switch to OptionsNg
- Un-version LIB_DEPENDS
- Swap LICENSE and *_DEPENDS to make portlint happy
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions
@
text
@d10 1
a10 1
PORTREVISION=	5
d18 1
a18 1
LIB_DEPENDS=	tbb.4:${PORTSDIR}/devel/tbb
d20 1
a20 1
LICENSE=	GPLv2
d36 2
d39 1
a39 1
.if !defined(NOPORTDOCS)
@


1.17
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
a10 1
PORTREVISION=	4
d18 1
a18 1
LIB_DEPENDS=	tbb.3:${PORTSDIR}/devel/tbb
@


1.16
log
@- Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports

Approved by:	ehaupt (mentor)
@
text
@d24 2
a25 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@


1.15
log
@Sync to new bsd.autotools.mk
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.14
log
@Add missing LICENSE

Approved by:	ehaupt (mentor)
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	aclocal:111 automake:111 autoconf:268
@


1.13
log
@Punt autoconf267->autoconf268
@
text
@d10 1
a10 1
PORTREVISION=	2
d20 2
@


1.12
log
@Round one migration of ports from automake{19,110} to automake111
@
text
@d24 1
a24 1
USE_AUTOTOOLS=	aclocal:111 automake:111 autoconf:267
@


1.11
log
@Update MAINTAINER address for my ports

Approved by:	ehaupt (mentor)
@
text
@d24 1
a24 1
USE_AUTOTOOLS=	aclocal:110 automake:110 autoconf:267
@


1.10
log
@Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
@
text
@d15 1
a15 1
MAINTAINER=	ganael.laplanche@@martymac.org
@


1.9
log
@- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d24 1
a24 1
USE_AUTOTOOLS=	aclocal:110 automake:110 autoconf:262
@


1.8
log
@- Bump PORTREVISION to chase the update of devel/tbb

PR:		ports/147870
Submitted by:	Ganael Laplanche <ganael.laplanche@@martymac.com> (maintainer)
Feature safe:	yes
@
text
@d2 1
a2 1
# Whom:                                 Ganael Laplanche <ganael.laplanche@@martymac.com>
d15 1
a15 1
MAINTAINER=	ganael.laplanche@@martymac.com
@


1.7
log
@- Update to 20100203

PR:		144625
Submitted by:	Ganael Laplanche <ganael.laplanche@@martymac.com> (maintainer)
@
text
@d10 1
d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb
@


1.6
log
@- Update to 20090203

PR:		131570
Submitted by:	"Ganael LAPLANCHE" <ganael.laplanche@@martymac.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090203
@


1.5
log
@- Fix build on 6.X

PR:		136428
Submitted by:	Ganael Laplanche <ganael.laplanche@@martymac.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20080420
d17 1
a17 2
BUILD_DEPENDS=	${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb \
		${NONEXISTENT}:${PORTSDIR}/devel/tbb:extract
d19 1
d23 2
d30 2
a31 5
TBBWRKSRC=	`(cd ${PORTSDIR}/devel/tbb && ${MAKE} -V WRKSRC)`

post-configure:
	@@${CP} ${TBBWRKSRC}/src/tbb/tbb_misc.h ${WRKSRC}/tbb_misc.h
	@@${REINPLACE_CMD} -e 's|#include "tbb/tbb_misc\.h"|#include "tbb_misc.h"|' ${WRKSRC}/par2cmdline.h
@


1.4
log
@Force commit to backout previous one, this update depends on devel/tbb being
updated to v2.1 (ports/129686).
@
text
@d22 1
a22 1
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.3
log
@PR:		131570
@
text
@d9 1
a9 1
PORTVERSION=	20090203
d17 2
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb
a19 1
ONLY_FOR_ARCHS=	i386 amd64 ia64
d22 1
a22 3
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_AUTOTOOLS=	aclocal:110 automake:110 autoconf:262
USE_GCC=	4.2+
d28 5
a32 2
post-extract:
	@@${CHMOD} u+x ${WRKSRC}/install-sh
@


1.2
log
@- Update to v20080420
- Do not use USE_AUTOTOOLS anymore, add GNU_CONFIGURE and CONFIGURE_ENV
- Patch patch-par2cmdline.h to make it build with the current version of tbb
(20080207)

PR:		ports/123286
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	20080420
d17 1
a17 2
BUILD_DEPENDS=	${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb \
		${NONEXISTENT}:${PORTSDIR}/devel/tbb:extract
d19 1
d22 3
a24 1
		LDFLAGS="-L${LOCALBASE}/lib"
d30 2
a31 5
TBBWRKSRC=	`(cd ${PORTSDIR}/devel/tbb && ${MAKE} -V WRKSRC)`

post-configure:
	@@${CP} ${TBBWRKSRC}/src/tbb/tbb_misc.h ${WRKSRC}/tbb_misc.h
	@@${REINPLACE_CMD} -e 's|#include "tbb/tbb_misc\.h"|#include "tbb_misc.h"|' ${WRKSRC}/par2cmdline.h
@


1.1
log
@Parity v2 Archive create/verify/recover

tbb version of the par2cmdline tool.

par2cmdline is a program for creating and using PAR2 files to detect
damage in data files and repair them if necessary. It can be used with
any kind of file. Par files are especially popular on Usenet.

WWW: http://chuchusoft.com/par2_tbb/

PR:		ports/120462
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
@
text
@d9 1
a9 1
PORTVERSION=	20080203
d20 3
a22 1
USE_AUTOTOOLS=	autoconf:261 automake:16
@

