head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.03.30.15.08.29;	author ehaupt;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	2006.02.19.11.39.04;	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.09.28.16.37.35;	author mnag;	state Exp;
branches;
next	;


desc
@@


1.10
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: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/archivers/deb2targz/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	deb2targz
PORTVERSION=	20100710
CATEGORIES=	archivers
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Command-line utility for converting a Debian .deb file to a .tar.gz

NO_BUILD=	yes

PLIST_FILES=	bin/deb2targz

do-install:
	${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	deb2targz
# Date created:				27 Sep 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/archivers/deb2targz/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d11 1
a11 1
COMMENT=	A command-line utility for converting a Debian .deb file to a .tar.gz
@


1.8
log
@Update to 20100710. This update is actually a shell replacement of the original
perl script.

Benefits:
 - perl is no longer required as a dependency
 - other contents than data.tar.gz (data.tar, data.tar.bz2, data.tar.lzma,
   data.tar.xz) is now properly dealt with
 - deb package isn't sucked into memory anymore

Submitted by:	Alex Kozlov <spam@@rm-rf.kiev.ua>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Remove MAKE_JOBS_SAFE, port has no build target.
@
text
@d9 4
a12 3
PORTVERSION=	20021217
CATEGORIES=	archivers perl5
MASTER_SITES=	CRITICAL
a16 1
USE_PERL5=	yes
a20 4
post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
		${WRKSRC}/${PORTNAME}

d22 1
a22 1
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@


1.6
log
@Mark MAKE_JOBS_SAFE
@
text
@a17 1
MAKE_JOBS_SAFE=	yes
@


1.5
log
@Use MASTER_SITE_CRITICAL
@
text
@d18 1
@


1.4
log
@Add an additional mirror.
@
text
@d11 1
a11 2
MASTER_SITES=	http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/
@


1.3
log
@Remove deprecated USE_REINPLACE
@
text
@d11 2
a12 1
MASTER_SITES=	http://critical.ch/distfiles/
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a16 1
USE_REINPLACE=	yes
@


1.1
log
@New port

deb2targz is a very small perl script for converting Debian Linux .deb packages
to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'.

PR:		86641
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
Approved by:	pav (mentor)
@
text
@d13 1
a13 1
MAINTAINER=	ehaupt@@critical.ch
@

