head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	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.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2013.01.15.13.46.52;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.11.09.26.14;	author ehaupt;	state Exp;
branches;
next	1.9;

1.9
date	2011.12.27.15.14.13;	author ehaupt;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2007.08.04.11.40.36;	author gabor;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.06.01.12.13.42;	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.08.29.14.32.08;	author garga;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/archivers/ecm/Makefile 310443 2013-01-15 13:40:28Z ehaupt $

PORTNAME=	ecm
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	CRITICAL

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Compresses CD images by stripping unnecessary EDC/ECC data

LICENSE=	GPLv2

CONFLICTS=	gmp-ecm-[0-9]*

MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/ecm bin/unecm
PORTDOCS=	format.txt

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

do-install:
.for f in ${PORTNAME} un${PORTNAME}
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	ecm
# Date created:				9 Aug 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/archivers/ecm/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d22 4
d31 1
a31 1
.if !defined(NOPORTDOCS)
@


1.10
log
@Register CONFLICTS

Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@@hot.ee> (via mail)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Pacify portlint

Feature safe:	yes
@
text
@d10 1
d19 2
@


1.8
log
@Add LICENSE, remove MD5 sums

Feature safe:	yes
@
text
@d16 2
a19 1
LICENSE=	GPLv2
@


1.7
log
@Mark MAKE_JOBS_SAFE
@
text
@d18 1
@


1.6
log
@Use MASTER_SITE_CRITICAL
@
text
@d16 2
@


1.5
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d11 1
a11 2
MASTER_SITES=	http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/
@


1.4
log
@Respect DESTDIR

PR:		101799
Submitted by:	gabor
@
text
@d22 1
a22 1
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${TARGETDIR}/bin
@


1.3
log
@Add an additional mirror.
@
text
@d22 1
a22 1
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@d11 2
a12 1
MASTER_SITES=	http://critical.ch/distfiles/
@


1.1
log
@Add ecm 1.0, compresses CD images by stripping unnecessary EDC/ECC data.

PR:		ports/84712
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d13 1
a13 1
MAINTAINER=	ehaupt@@critical.ch
@

