head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2012.12.04.22.26.24;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.12.04.21.45.59;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.01.16.07.16.31;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.02.15.33.46;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308297
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308297 | danfe | 2012-12-05 01:58:40 +0000 (Wed, 05 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Sanitize port COMMENT
## SVN ## - Remove old-school author attribution from pkg-descr
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Albert Vernon <f3cun3c02@@sneakemail.com>
# $FreeBSD: head/archivers/plzip/Makefile 308297 2012-12-05 01:58:40Z danfe $

PORTNAME=	plzip
PORTVERSION=	0.9
CATEGORIES=	archivers
MASTER_SITES=	SAVANNAH/lzip

MAINTAINER=	delphij@@FreeBSD.org
COMMENT=	Parallel, lossless data compressor based on the LZMA algorithm

BUILD_DEPENDS=	lzlib>=1.1:${PORTSDIR}/archivers/lzlib

PLIST_FILES=	bin/plzip

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS=	CXXFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
MAN1=		plzip.1
INFO=		plzip

.include <bsd.port.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308275
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308275 | delphij | 2012-12-04 21:18:46 +0000 (Tue, 04 Dec 2012) | 5 lines
## SVN ##
## SVN ##  - Update to 0.9
## SVN ##  - Take maintainership
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/plzip/Makefile 308275 2012-12-04 21:18:46Z delphij $
d10 1
a10 1
COMMENT=	Is a parallel, lossless data compressor based on the LZMA algorithm
@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308272
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308272 | zi | 2012-12-04 20:39:22 +0000 (Tue, 04 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Reset MAINTAINER due to unrecoverable bounce
## SVN ##
## SVN ## Reported by:	portscout
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	plzip
# Date created:		2010-05-22
# Whom:			Albert Vernon <f3cun3c02@@sneakemail.com>
#
# $FreeBSD: head/archivers/plzip/Makefile 308272 2012-12-04 20:39:22Z zi $
#
d5 1
a5 1
PORTVERSION=	0.7
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
@


1.3
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/plzip/Makefile 300895 2012-07-14 12:56:14Z beat $
d13 1
a13 1
MAINTAINER=	f3cun3c02@@sneakemail.com
@


1.2
log
@- Update to 0.7

PR:		ports/154049
Submitted by:	Albert Vernon <f3cun3c02@@sneakemail.com> (maintainer)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Plzip is a massively parallel (multi-threaded), lossless data
compressor based on the LZMA algorithm, with very safe integrity
checking and a user interface similar to the one of gzip or bzip2.
Plzip uses the lzip file format; the files produced by plzip are
fully compatible with lzip-1.4 or newer.

WWW: http://www.nongnu.org/lzip/plzip.html

Albert Vernon <f3cun3c02@@sneakemail.com>

PR:		ports/146884
Submitted by:	Albert Vernon <f3cun3c02 at sneakemail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.6
d16 1
a16 1
BUILD_DEPENDS=	lzlib>=1.0:${PORTSDIR}/archivers/lzlib
d21 1
@

