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.8
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.3
	RELEASE_7_2_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.21;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2010.03.17.03.08.32;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2010.02.19.20.58.45;	author gabor;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.05.21.54.18;	author gabor;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.10.31.13.49.01;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.09.22.27.17;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.15.20.41.40;	author gabor;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.09.20.21.08;	author gabor;	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: Gabor Kovesdan <gabor@@FreeBSD.org>
# $FreeBSD: head/archivers/lbzip2/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	lbzip2
PORTVERSION=	0.23
CATEGORIES=	archivers
MASTER_SITES=	http://lacos.web.elte.hu/pub/lbzip2/

MAINTAINER=	gabor@@FreeBSD.org
COMMENT=	Multi-threaded bzip2/bunzip2 filter

WRKSRC=		${WRKDIR}/${PORTNAME}
PLIST_FILES=	bin/lbzip2

MAN1=		lbzip2.1

PORTDOCS=	ChangeLog README

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

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 4
# New ports collection Makefile for:	archivers/lbzip2
# Date created:				7 Feb 2009
# Whom:					Gabor Kovesdan <gabor@@FreeBSD.org>
# $FreeBSD: head/archivers/lbzip2/Makefile 300895 2012-07-14 12:56:14Z beat $
d10 1
a10 1
COMMENT=	A multi-threaded bzip2/bunzip2 filter
@


1.8
log
@- Update 0.23

Version: lbzip2-0.23
Focus:   Minor feature enhancements
Date:    03-Mar-2010
Changes: In this release, if lbzip2 intends to exit with status 1 due to any
         fatal error, but any SIGPIPE or SIGXFSZ with inherited SIG_DFL action
         was generated for lbzip2 previously, then lbzip2 terminates by way of
         one of said signals, after cleaning up any interrupted output file.
         This should improve compatibility with GNU tar, when it spawns lbzip2
         as a filter, and closes the pipe between them early, before it
         receives an EOF from lbzip2.
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.7
log
@- Update to 0.22

Version: lbzip2-0.22
Focus:   Minor bugfixes
Date:    18-Feb-2010
Changes: Building lbzip2 on Debian unstable discovered that the "lfs.sh" build
         script, due to a typo, did not invoke the "getconf" utility in a
         SUSv2-conformant way. This bug has been corrected.

Version: lbzip2-0.21
Focus:   Minor bugfixes
Date:    17-Feb-2010
Changes: Code examination revealed that lbzip2-0.18 introduced a race between
         the following two code paths: (1) the muxer thread displays an error
         message when it encounters a write error, (2) the main thread, in
         preparation to terminate the process, frees the output file name after
         an INT or TERM signal is delivered to it. This bug had negligible
         chance to occur, but it was fixed nonetheless.

Feature safe:	yes
@
text
@d7 1
a7 1
PORTVERSION=	0.22
@


1.6
log
@- Update to 0.20
- Install manual page
- Support for PORTDOCS
@
text
@d7 1
a7 1
PORTVERSION=	0.20
@


1.5
log
@- Update to 0.19

Version: lbzip2-0.19
Focus:   Minor bugfixes
Date:    01-Dec-2009
Changes: This release works around a GNU/kFreeBSD standards-compliance problem.
         GNU/kFreeBSD does not define some STREAMS-related errno macros
         mandated by SUSv2. Consequently, lbzip2-0.18 cannot be built on
         GNU/kFreeBSD. This version checks if those (and some other) macros are
         defined before relying them.

Version: lbzip2-0.18
Focus:   Major feature enhancements
Date:    29-Nov-2009
Changes: After adding sanity checks to both decompressors, the following
         features were implemented: removal of input FILE operands; options
         --keep and --force; copying of owner, group, permission bits, access
         time, modification time to regular output files. Logging was cleaned
         up and internally categorized into INFO, WARNING and FATAL levels; a
         separate exit status was introduced for the case when a warning
         message was printed. The decompressor robustness tests were
         re-executed. The author has finally replaced bzip2 with lbzip2 on his
         system.
@
text
@d7 1
a7 1
PORTVERSION=	0.19
d17 4
d23 9
@


1.4
log
@- Update to 0.17

PR:		ports/139981 (based on)
Submitted by:	sylvio
@
text
@d7 1
a7 1
PORTVERSION=	0.17
@


1.3
log
@- Update to 0.15
@
text
@d7 1
a7 1
PORTVERSION=	0.15
@


1.2
log
@- Update to 0.14
@
text
@d7 1
a7 1
PORTVERSION=	0.14
@


1.1
log
@A multi-threaded bzip2/bunzip2 filter that doesn't depend on the lseek()
system call and so isn't restricted to regular files.

WWW: http://phptest11.atw.hu/
@
text
@d7 1
a7 1
PORTVERSION=	0.13
@

