head	1.21;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


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

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

1.19
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2010.11.25.03.25.05;	author kevlo;	state Exp;
branches;
next	1.17;

1.17
date	2010.06.10.02.34.00;	author kevlo;	state Exp;
branches;
next	1.16;

1.16
date	2010.05.21.16.22.40;	author naddy;	state Exp;
branches;
next	1.15;

1.15
date	2010.04.14.06.17.26;	author kevlo;	state Exp;
branches;
next	1.14;

1.14
date	2009.09.21.14.45.22;	author naddy;	state Exp;
branches;
next	1.13;

1.13
date	2009.06.09.20.09.14;	author ru;	state Exp;
branches;
next	1.12;

1.12
date	2009.01.22.02.28.46;	author kevlo;	state Exp;
branches;
next	1.11;

1.11
date	2008.12.01.02.10.05;	author kevlo;	state Exp;
branches;
next	1.10;

1.10
date	2008.10.30.03.30.51;	author kevlo;	state Exp;
branches;
next	1.9;

1.9
date	2008.09.30.04.34.43;	author kevlo;	state Exp;
branches;
next	1.8;

1.8
date	2008.09.23.01.28.28;	author kevlo;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.19.02.33.16;	author kevlo;	state Exp;
branches;
next	1.6;

1.6
date	2008.08.05.01.24.46;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.18.07.42.11;	author kevlo;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.13.02.28;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.23.06.21.25;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2008.05.16.03.38.52;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.06.06.21.26;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313135
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/archivers/deco/Makefile 313135 2013-03-01 05:16:49Z kevlo $

PORTNAME=	deco
PORTVERSION=	1.6.3
CATEGORIES=	archivers
MASTER_SITES=	http://hartlich.com/deco/download/:site1 \
		http://hartlich.com/deco/archive/download/:site2
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz:site1 \
		${PORTNAME}-archive-1.6.tar.gz:site2

MAINTAINER=	kevlo@@FreeBSD.org
COMMENT=	Program to extract various archive file formats

LICENSE=	GPLv3

RUN_DEPENDS=	arc:${PORTSDIR}/archivers/arc \
		arj:${PORTSDIR}/archivers/arj \
		cabextract:${PORTSDIR}/archivers/cabextract \
		dpkg:${PORTSDIR}/archivers/dpkg \
		lzop:${PORTSDIR}/archivers/lzop \
		7z:${PORTSDIR}/archivers/p7zip \
		rpm:${PORTSDIR}/archivers/rpm \
		rzip:${PORTSDIR}/archivers/rzip \
		unace:${PORTSDIR}/archivers/unace \
		unrar:${PORTSDIR}/archivers/unrar \
		unzip:${PORTSDIR}/archivers/unzip \
		zoo:${PORTSDIR}/archivers/zoo \
		flac:${PORTSDIR}/audio/flac

NO_LATEST_LINK=	yes
CONFLICTS=	deco-[0-9]*

post-patch:
	@@${CP} ${FILESDIR}/extract ${WRKDIR}/${PORTNAME}-archive-1.6/x/"tar\.xz"

do-build:
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
		${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}
	cd ${WRKDIR}/${PORTNAME}-archive-1.6 && ${SETENV} ${MAKE_ENV} \
		${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/deco ${PREFIX}/bin
	@@${MKDIR} ${DATADIR}
.for i in CREDITS LICENSE Makefile NEWS README config.mk
	${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.6/${i}
.endfor
	@@cd ${WRKDIR}/${PORTNAME}-archive-1.6/x/ && ${CP} -PR * ${DATADIR}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
RUN_DEPENDS+=	lzma:${PORTSDIR}/archivers/xz
.endif

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


1.20
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
@d1 1
a1 2
# Created by: Kevin Lo <kevlo@@FreeBSD.org>
# $FreeBSD: head/archivers/deco/Makefile 309150 2012-12-18 07:57:31Z danfe $
d4 1
a4 2
PORTVERSION=	1.6.2
PORTREVISION=	1
d9 1
a9 1
		${PORTNAME}-archive-1.5.1.tar.gz:site2
d14 2
d34 1
a34 1
	@@${CP} ${FILESDIR}/extract ${WRKDIR}/${PORTNAME}-archive-1.5.1/"tar\.xz"
d39 1
a39 1
	cd ${WRKDIR}/${PORTNAME}-archive-1.5.1 && ${SETENV} ${MAKE_ENV} \
d46 1
a46 1
	${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.5.1/${i}
d48 1
a48 1
	@@cd ${WRKDIR}/${PORTNAME}-archive-1.5.1/ && ${CP} -pPR * ${DATADIR}
@


1.19
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	deco
# Date created:		06 May 2008
# Whom:			Kevin Lo <kevlo@@FreeBSD.org>
#
# $FreeBSD: head/archivers/deco/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d14 1
a14 1
COMMENT=	A program to extract various archive file formats
@


1.18
log
@Handle xz compressed files
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Update to 1.6.2
@
text
@d10 1
d37 3
@


1.16
log
@The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.

Approved by:	MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	1.6.1.1
@


1.15
log
@Update to 1.6.1.1
@
text
@a22 1
		lzma:${PORTSDIR}/archivers/xz \
d50 7
a56 1
.include <bsd.port.mk>
@


1.14
log
@lzmautils -> xz

Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	1.6
PORTREVISION=	1
d14 1
a14 1
		${PORTNAME}-archive-1.4.tar.gz:site2
d40 1
a40 1
	cd ${WRKDIR}/${PORTNAME}-archive-1.4 && ${SETENV} ${MAKE_ENV} \
d47 1
a47 1
	${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.4/${i}
d49 1
a49 1
	@@cd ${WRKDIR}/${PORTNAME}-archive-1.4/ && ${CP} -pPR * ${DATADIR}
@


1.13
log
@Avoid overwriting misc/deco's latest link.

Nudged by:	erwin
@
text
@d10 1
d24 1
a24 1
		lzma:${PORTSDIR}/archivers/lzmautils \
@


1.12
log
@Update to 1.6
@
text
@d34 1
@


1.11
log
@Update to 1.5.7
@
text
@d9 1
a9 1
PORTVERSION=	1.5.7
d14 1
a14 1
		${PORTNAME}-archive-1.2.tar.gz:site2
d27 1
d39 1
a39 1
	cd ${WRKDIR}/${PORTNAME}-archive-1.2 && ${SETENV} ${MAKE_ENV} \
d46 1
a46 1
	${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.2/${i}
d48 1
a48 1
	@@cd ${WRKDIR}/${PORTNAME}-archive-1.2/ && ${CP} -pPR * ${DATADIR}
@


1.10
log
@Update to 1.5.6
@
text
@d9 1
a9 1
PORTVERSION=	1.5.6
@


1.9
log
@Update to 1.5.5.2
@
text
@d9 1
a9 1
PORTVERSION=	1.5.5.2
@


1.8
log
@Update to 1.5.5.1
@
text
@d9 1
a9 1
PORTVERSION=	1.5.5.1
d14 1
a14 1
		${PORTNAME}-archive-1.1.tar.gz:site2
d38 1
a38 1
	cd ${WRKDIR}/${PORTNAME}-archive-1.1 && ${SETENV} ${MAKE_ENV} \
d45 1
a45 1
	${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.1/${i}
d47 1
a47 1
	@@cd ${WRKDIR}/${PORTNAME}-archive-1.1/ && ${CP} -pPR * ${DATADIR}
@


1.7
log
@Update to 1.5
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d11 4
a14 1
MASTER_SITES=	http://hartlich.com/deco/download/
d24 1
d33 7
a39 1
NO_BUILD=	yes
d41 7
a47 1
CONFLICTS=	deco-[0-9]*
@


1.6
log
@Update to 1.4
@
text
@d9 1
a9 1
PORTVERSION=	1.4
a20 1
		lzop:${PORTSDIR}/archivers/lzop \
@


1.5
log
@Update to 1.1.0.2
@
text
@d9 1
a9 1
PORTVERSION=	1.1.0.2
d21 1
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	1.0.0.1
PORTREVISION=	1
@


1.3
log
@Update to 1.0.0.1
@
text
@d10 1
@


1.2
log
@Update to 1.0
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.1
log
@Initial import of deco 0.8.1.

Deco is a script able to extract various archive file formats.
@
text
@d9 1
a9 1
PORTVERSION=	0.8.1
d14 1
a14 1
COMMENT=	A script to extract various archive file formats
a29 1
USE_GMAKE=	yes
@

