head	1.15;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.15
date	2013.02.07.15.31.56;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2010.07.08.12.51.32;	author bf;	state Exp;
branches;
next	1.12;

1.12
date	2010.05.02.07.21.03;	author lwhsu;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.22.00.12.54;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2009.06.07.18.51.17;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.31.10.35.46;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2009.02.09.13.04.29;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2008.10.24.19.00.32;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.09.07.04.07.05;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2008.09.07.00.18.18;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.12.15.19.43.02;	author sat;	state Exp;
branches;
next	1.3;

1.3
date	2007.12.12.01.21.28;	author sat;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.09.01.12.31.51;	author sat;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311833
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	ppmd-7z
# Date created:		1 September 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/archivers/ppmd-7z/Makefile 311833 2013-02-07 13:04:29Z gahr $
#

PORTNAME=	ppmd
PORTVERSION=	9.04
CATEGORIES=	archivers
MASTER_SITES=	SF/p7zip/p7zip/${PORTVERSION}
PKGNAMESUFFIX=	-7z
DISTNAME=	p7zip_${DISTVERSION}_src_all

MAINTAINER=	bf@@FreeBSD.org
COMMENT=	High-ratio PPMD compressor

USE_BZIP2=	yes
USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/p7zip_${DISTVERSION}
BUILD_WRKSRC=	${WRKSRC}/CPP/7zip/Compress/PPMD_Alone
MAKEFILE=	makefile
PLIST_FILES=	bin/${PKGBASE}
MAKE_ARGS=	PROG=${PORTNAME} CXX="${CXX}" LIB="-pthread"

post-patch:
	@@${REINPLACE_CMD} -e '/bool Open(LPCTSTR fileName, DWORD creationDisposition)/,/}/d'\
		${WRKSRC}/CPP/7zip/Common/FileStreams.h
	@@${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|;s|-o |${CFLAGS} -o |'\
			${BUILD_WRKSRC}/${MAKEFILE}

do-install:
	@@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PKGBASE}

regression-test: build
	@@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/ppmd-7z/Makefile 300895 2012-07-14 12:56:14Z beat $
d24 1
a24 1
MAKE_ARGS=	PROG=${PORTNAME} CXX="${CXX}" LIB="${PTHREAD_LIBS}"
@


1.13
log
@Change my ports to use my FreeBSD.org email address.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Update to 9.04

PR:		ports/146228
Submitted by:	bf <bf1783 AT gmail.com> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	bf1783@@gmail.com
@


1.11
log
@- Switch SourceForge ports to the new File Release System: categories starting with A
@
text
@d9 1
a9 1
PORTVERSION=	4.65
@


1.10
log
@- Update maintainer mail adresse

Submitted by:	"b. f." <bf1783@@gmail.com> (maintainer via private mail)
@
text
@d11 1
a11 1
MASTER_SITES=	SF/p7zip
@


1.9
log
@- Update to 4.65

PR:		135081
Submitted by:	Edmondas Girkantas <eg@@fbsd.lt>
Approved by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	bf2006a@@yahoo.com
@


1.8
log
@- Update to 4.61

PR:		131461
Submitted by:	bf <bf2006a@@yahoo.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.61
@


1.7
log
@- Update to 4.58
- Add regression-test target

PR:		128332
Submitted by:	bf <bf2006a@@yahoo.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	4.58
@


1.6
log
@Assign to new volunteer.
@
text
@d9 1
a9 1
PORTVERSION=	4.57
d29 1
a29 1
	@@${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|;s|-o|${CFLAGS} -o|'\
d35 3
@


1.5
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@- Update to 4.57 (noop bump)
@
text
@d15 1
a15 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.3
log
@- Update to 4.55 (noop)

PR:		ports/118411
Submitted by:	Dima Panov <fluffy@@Fluffy.Khv.RU>
@
text
@d9 1
a9 1
PORTVERSION=	4.55
@


1.2
log
@- Fix fetch

Reported by:	pointyhat
Pointy hat to:	sat
@
text
@d9 1
a9 1
PORTVERSION=	4.53
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	p7zip
@


1.1
log
@Add port archivers/ppmd-7z:

Simple command line implementation of PPMD compression algorithm. It
is based on code by Dmitry Shkarin (archivers/ppmd) but reworked by
Igor Pavlov and bundled with 7zip.

WWW: http://www.7-zip.org/sdk.html
@
text
@d11 2
a12 1
MASTER_SITES=	SF
@

