head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	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.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


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

1.6
date	2011.09.23.22.20.49;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.31.01.57.16;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.07.00.18.17;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.06.13.02.29;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.18.08.01.19;	author sat;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	grzip
# Date created:		02 February 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/archivers/grzip/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	grzip
PORTVERSION=	0.3.0
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	ftp://ftp.ac-grenoble.fr/ge/compression/ CENKES

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Efficient file compressor

USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_LDCONFIG=	yes
CFLAGS+=	-I${LOCALBASE}/include -fPIC
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
ALL_TARGET=	${PORTNAME}
WRAPPERS=	grztar grzdiff grzgrep grzmore
PLIST_FILES=	bin/${PORTNAME} bin/grunzip bin/grzcat ${WRAPPERS:S|^|bin/|} \
		lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.0 include/${PORTNAME}.h \
		share/locale/fr/LC_MESSAGES/${PORTNAME}.mo

post-patch:
	@@${REINPLACE_CMD} -e 's|DESTDIR|PREFIX|g;/^CC.*=/d;/^OPTFLAGS/s|-O2||;/^CFLAGS/s|=|+=|'\
		-e '/^PREFIX=/d;/^LDFLAGS/s|=|+=|' ${WRKSRC}/Makefile ${WRKSRC}/po/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
	@@${LN} -sf ${PORTNAME} ${PREFIX}/bin/grunzip
	@@${LN} -sf ${PORTNAME} ${PREFIX}/bin/grzcat
	@@${INSTALL_SCRIPT} ${WRAPPERS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin/
	@@${INSTALL_PROGRAM} ${WRKSRC}/lib${PORTNAME}.so ${PREFIX}/lib/
	@@${LN} -sf lib${PORTNAME}.so ${PREFIX}/lib/lib${PORTNAME}.so.0
	@@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.h ${PREFIX}/include/
	@@cd ${WRKSRC}/po; ${SETENV} ${MAKE_ENV} ${MAKE} install

.include <bsd.port.mk>
@


1.6
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@a21 1
MAKE_ENV+=	LDFLAGS="${LDFLAGS}"
@


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

Hat:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.2
log
@- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
@
text
@d10 1
@


1.1
log
@Add port archivers/grzip:

grzip is a high-performance file compressor based on Burrows-Wheeler
Transform, Schindler Transform, Move-To-Front, and Weighted Frequency
Counting. It uses the Block-Sorting Lossless Data Compression Algorithm,
which has received considerable attention in recent years for both its
simplicity and effectiveness. This implementation has a compression rate
of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
filters.

WWW: http://magicssoft.ru/?folder=projects&page=GRZipII
Author: Ilya Grebnov
@
text
@d11 1
a11 1
MASTER_SITES=	ftp://ftp.ac-grenoble.fr/ge/compression/ CSME
@

