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


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

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

1.6
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.5;

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

1.4
date	2008.03.27.22.15.42;	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.54;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.08.29.16.32.05;	author garga;	state Exp;
branches;
next	;


desc
@@


1.8
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/ppmd/Makefile 310443 2013-01-15 13:40:28Z ehaupt $

PORTNAME=	ppmd
PORTVERSION=	20050811
CATEGORIES=	archivers
MASTER_SITES=	CRITICAL

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Fast archiver with good compression ratio

MAKE_JOBS_SAFE=	yes

MAN1=		ppmd.1
PORTDOCS=	read_me.txt
PLIST_FILES=	bin/ppmd

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

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

.include <bsd.port.mk>
@


1.7
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
@d2 1
a2 1
# $FreeBSD: head/archivers/ppmd/Makefile 309150 2012-12-18 07:57:31Z danfe $
d18 4
d26 1
a26 1
.if !defined(NOPORTDOCS)
@


1.6
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	ppmd
# Date created:				11 Aug 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/archivers/ppmd/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d10 1
a10 1
COMMENT=	A fast archiver with a good compression ratio
@


1.5
log
@Mark MAKE_JOBS_SAFE
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Use MASTER_SITE_CRITICAL
@
text
@d16 2
@


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


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 ppmd 20050811, a fast archiver with a good compression ratio.

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

