head	1.22;
access;
symbols
	RELEASE_6_1_0:1.21
	RELEASE_5_5_0:1.21
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.22
date	2006.06.20.22.35.00;	author glewis;	state dead;
branches;
next	1.21;

1.21
date	2005.11.15.19.53.10;	author glewis;	state Exp;
branches;
next	1.20;

1.20
date	2005.10.13.17.09.27;	author glewis;	state Exp;
branches;
next	1.19;

1.19
date	2005.09.25.18.57.58;	author glewis;	state Exp;
branches;
next	1.18;

1.18
date	2005.09.07.15.11.52;	author glewis;	state Exp;
branches;
next	1.17;

1.17
date	2005.09.06.16.41.13;	author glewis;	state Exp;
branches;
next	1.16;

1.16
date	2005.09.06.16.39.50;	author glewis;	state Exp;
branches;
next	1.15;

1.15
date	2005.08.28.19.59.06;	author glewis;	state Exp;
branches;
next	1.14;

1.14
date	2005.06.15.19.39.58;	author glewis;	state Exp;
branches;
next	1.13;

1.13
date	2005.06.06.19.59.27;	author glewis;	state Exp;
branches;
next	1.12;

1.12
date	2005.06.06.19.57.52;	author glewis;	state Exp;
branches;
next	1.11;

1.11
date	2005.05.02.04.06.44;	author glewis;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.18.20.44.58;	author glewis;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.18.14.05.28;	author glewis;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.16.17.14.25;	author glewis;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.24.01.44.06;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.08.19.36.28;	author sem;	state Exp;
branches;
next	1.5;

1.5
date	2004.11.16.10.25.43;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2004.10.12.10.08.11;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.29.14.05.11;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.19.17.56.43;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.18.11.18.21;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.22
log
@. Remove the bsdtar port, its now incorporated in the libarchive port.
@
text
@# New ports collection makefile for:	libarchive
# Date created:		11 Jun 2004
# Whom:			Martin Matuska <martin@@matuska.org>
#
# $FreeBSD: ports/archivers/bsdtar/Makefile,v 1.21 2005/11/15 19:53:10 glewis Exp $

PORTNAME=	bsdtar
PORTVERSION=	1.2.37
PORTEPOCH=	1
CATEGORIES=	archivers
MASTER_SITES=	http://people.freebsd.org/~kientzle/libarchive/src/

MAINTAINER=	glewis@@FreeBSD.org
COMMENT=	A utility to create and manipulate streaming archive files

BUILD_DEPENDS=	${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive

CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"

PLIST_FILES=	bin/bsdtar

MANCOMPRESSED=	no
MAN1=		bsdtar.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500040
USE_GETOPT_LONG=yes
.endif

.include <bsd.port.post.mk>
@


1.21
log
@. Update to 1.2.37.
. Add SHA256.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@. Update to 1.02.036.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.036
@


1.19
log
@. Update to 1.02.034.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.034
@


1.18
log
@. Update to 1.02.032.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.032
@


1.17
log
@. Allow installation on more recent versions of FreeBSD.  Although it is
  in the base system, this version may contain newer features.  It doesn't
  conflict with the base system version as it installs as 'bsdtar' rather
  than 'tar'.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.031
@


1.16
log
@. Update to 1.02.031.
@
text
@a34 4
.if ${OSVERSION} >= 502111
IGNORE=		is in the base system
.endif

@


1.15
log
@. Update to 1.02.030.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.030
@


1.14
log
@. Update to 1.02.027.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.027
@


1.13
log
@. This version isn't the version in FreeBSD 5.3, so update the COMMENT
  to something both more descriptive and more generic.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.026
@


1.12
log
@. Update to 1.02.026.
@
text
@d14 1
a14 1
COMMENT=	New tar archiver from FreeBSD 5.3
@


1.11
log
@. Update to 1.02.023.
@
text
@d8 1
a8 1
PORTVERSION=	1.02.023
@


1.10
log
@. Add long option support on FreeBSD 4.x and early FreeBSD 5.x by setting
  USE_GETOPT_LONG.  This achieves the submitters goal, but via a different
  method.

Submitted by:	John E Hein <jhein@@timing.com>
@
text
@d8 1
a8 1
PORTVERSION=	1.02.019
@


1.9
log
@. Update to 1.02.019.
@
text
@d31 4
@


1.8
log
@. Update to 1.02.016.
. Take maintainership [2].

Approved by:	 Martin Matuska <martin@@matuska.org> [2] (previous maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.02.016
@


1.7
log
@- update Martin's email address

PR:		77938
Submitted by:	Martin Matuska <martin at matuska.org>
@
text
@d8 1
a8 1
PORTVERSION=	1.01.022
d13 1
a13 1
MAINTAINER=	martin@@matuska.org
@


1.6
log
@- Update to 1.01.022

PR:		ports/75802
Submitted by:	maintainer
@
text
@d3 1
a3 1
# Whom:			Martin Matuska <martin@@tradex.sk>
d13 1
a13 1
MAINTAINER=	martin@@tradex.sk
@


1.5
log
@Update to 1.01.020

PR:		ports/73986
Submitted by:	maintainer
@
text
@d8 1
a8 1
PORTVERSION=	1.01.020
@


1.4
log
@Update to 1.01.015

PR:		ports/72303
Submitted by:	maintainer
@
text
@d8 1
a8 1
PORTVERSION=	1.01.015
d14 1
a14 1
COMMENT=	New tar archiver from FreeBSD-CURRENT
@


1.3
log
@Update from 2004.07.14 to 1.01.011 (PORTEPOCH-bump required)

PR:		ports/71075
Submitted by:	Martin Matuska (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.01.011
@


1.2
log
@- Update to 2004.07.14

PR:		ports/69270
Submitted by:	Martin Matuska <martin@@tradex.sk> (maintainer)
@
text
@d8 2
a9 1
PORTVERSION=	2004.07.14
a11 2
DISTNAME=	${PORTNAME}-${PORTVERSION:S/./-/g}
EXTRACT_SUFX=	.tgz
a17 2
WRKSRC=		${WRKDIR}/${PORTNAME}

d19 1
d21 2
a22 2
MAKE_FLAGS+=	BINDIR=${PREFIX}/bin \
		MANDIR=${PREFIX}/man/man
d26 1
a26 3
USE_REINPLACE=	yes

MANCOMPRESSED=	yes
a33 7

.if ${OSVERSION} < 500000
EXTRA_PATCHES=	${PATCHDIR}/diff-bsdtar.h
.endif

post-patch:
	@@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile
@


1.1
log
@[NEW PORT] archivers/bsdtar

	Port of the bsdtar archiver for FreeBSD systems prior to 502111

PR:		ports/68054
Submitted by:	Martin Matuska <matuska@@tradex.sk>
@
text
@d8 1
a8 1
PORTVERSION=	2004.06.07
d37 4
@

