head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.13.16.14.39;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.08.18.44.42;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.15.05.07.21;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.10.30.14.38.48;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.30.08.18.42;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.23.07.00.40;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.8
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
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/archivers/p5-Archive-Extract-Libarchive/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	Archive-Extract-Libarchive
PORTVERSION=	0.38
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Generic archive extracting mechanism (using libarchive)

BUILD_DEPENDS=	p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny
RUN_DEPENDS=	p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny

TEST_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
		p5-Test-Pod>=1.04:${PORTSDIR}/devel/p5-Test-Pod

PERL_MODBUILD=	yes

MAN3=		Archive::Extract::Libarchive.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif

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


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Archive-Extract-Libarchive
# Date created:		2011-10-23
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/archivers/p5-Archive-Extract-Libarchive/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d11 1
a11 1
COMMENT=	A generic archive extracting mechanism (using libarchive)
@


1.6
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d28 7
a34 1
.include <bsd.port.mk>
@


1.4
log
@- Update to 0.38

Changes:	http://search.cpan.org/dist/Archive-Extract-Libarchive/CHANGES
@
text
@d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif

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


1.3
log
@- Update to 0.37

Changes:	http://search.cpan.org/dist/Archive-Extract-Libarchive/CHANGES
@
text
@d9 1
a9 1
PORTVERSION=	0.37
d21 2
a22 1
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
@


1.2
log
@- Update to 0.36

Changes:	http://search.cpan.org/dist/Archive-Extract-Libarchive/CHANGES
@
text
@d9 1
a9 1
PORTVERSION=	0.36
d20 3
@


1.1
log
@- Add p5-Archive-Extract-Libarchive 0.35

Archive::Extract::Libarchive has a similar interface to Archive::Extract, but
instead of using Perl modules and external commands, it uses the libarchive C
libary. It supports many different archive formats and compression algorithms
and is fast.

WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/
@
text
@d9 1
a9 1
PORTVERSION=	0.35
@

