head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.15
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.11
	RELEASE_5_2_0:1.11
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.7
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3
	freeze_2_5:1.1.1.1
	LUKIN:1.1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2008.01.04.13.52.13;	author gabor;	state Exp;
branches;
next	1.16;

1.16
date	2006.12.08.13.46.25;	author gabor;	state Exp;
branches;
next	1.15;

1.15
date	2006.09.10.17.59.08;	author erwin;	state Exp;
branches;
next	1.14;

1.14
date	2005.09.27.14.08.58;	author vs;	state Exp;
branches;
next	1.13;

1.13
date	2005.07.19.08.31.14;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2004.12.05.05.13.16;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2003.02.21.10.42.55;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2001.09.23.19.50.26;	author dwcjr;	state Exp;
branches;
next	1.9;

1.9
date	2001.08.30.19.49.07;	author dwcjr;	state Exp;
branches;
next	1.8;

1.8
date	2001.01.16.17.30.00;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2000.05.14.05.40.47;	author billf;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.08.23.17.43;	author mharo;	state Exp;
branches;
next	1.5;

1.5
date	99.08.25.04.25.05;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.03.08.20.04.36;	author fenner;	state Exp;
branches;
next	1.3;

1.3
date	96.11.18.11.20.59;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	96.11.12.02.17.22;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	96.08.09.08.16.16;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.08.09.08.16.16;	author asami;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:    freeze
# Date created:         20 Jul 1996
# Whom:                 lukin@@okbmei.msk.su
#
# $FreeBSD: head/archivers/freeze/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	freeze
PORTVERSION=	2.5
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	ftp://ftp.warwick.ac.uk/pub/compression/ \
		http://www.rebootking.de/distfiles/ \
		http://ngsoftwareltd.com/freebsd/distfiles/

MAINTAINER=	gabor@@FreeBSD.org
COMMENT=	Compression program - often used in QNX

GNU_CONFIGURE=	yes
ALL_TARGET=	prog
MAKE_ARGS+=	CFLAGS="${CFLAGS} -I. -DCOMPAT" CC="${CC}"
MAN1=		freeze.1 melt.1 unfreeze.1 fcat.1 statist.1
PLIST_FILES=	bin/fcat bin/freeze bin/melt bin/statist bin/unfreeze
PORTDOCS=	README

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.17
log
@- Add 2 backup MASTER_SITES

PR:		ports/119097
Submitted by:	Craig Butler <craig001@@lerwick.hopto.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d12 3
a14 1
MASTER_SITES=	ftp://ftp.warwick.ac.uk/pub/compression/
@


1.15
log
@- Compile with -DCOMPAT for Freeze 1.0 compatibility (not usually used, but why not giving the
  opportunity to the end-user?)
- Install README if NOPORTDOCS unset
- Bump PORTREVISION
- Take maintainership

PR:		103104
Submitted by:	Gabor Kovesdan <gabor@@FreeBSD.org>
@
text
@d14 1
a14 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.14
log
@Use MAKE_ARGS in favour of patches
@
text
@d10 1
a10 1
PORTREVISION=	1
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a19 1
MAKE_ARGS+=	CFLAGS="${CFLAGS} -I." CC="${CC}"
d22 7
@


1.13
log
@Use PLIST

PR:		83709
Submitted by:	Andrej Zverev <az@@inec.ru>
@
text
@d19 1
@


1.12
log
@With portmgr hat on, reset bouncing maintainer address.  All of the commits
within the last year have been with maintainer timeouts, as well.
@
text
@d20 1
@


1.11
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	lukin@@okbmei.msk.su
@


1.10
log
@Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.

PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/freeze/Makefile,v 1.9 2001/08/30 19:49:07 dwcjr Exp $
d15 1
@


1.9
log
@Add patches to not define putc and getc as a macro
Bump PORTREVISION

PR:		29284
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/freeze/Makefile,v 1.8 2001/01/16 17:30:00 sobomax Exp $
d12 1
a12 2
MASTER_SITES=	ftp://ftp.freesoftware.com/pub/unixfreeware/archive/ \
		ftp://ftp.warwick.ac.uk/pub/compression/
@


1.8
log
@Massive style enforcement - use ^I instead of spaces for variables identation.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/freeze/Makefile,v 1.7 2000/05/14 05:40:47 billf Exp $
d10 1
@


1.7
log
@ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/freeze/Makefile,v 1.6 2000/04/08 23:17:43 mharo Exp $
d8 1
a8 1
PORTNAME=       freeze
d14 1
a14 1
MAINTAINER=     lukin@@okbmei.msk.su
@


1.6
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/freeze/Makefile,v 1.5 1999/08/25 04:25:05 obrien Exp $
d11 1
a11 1
MASTER_SITES=	ftp://ftp.cdrom.com/pub/unixfreeware/archive/ \
@


1.5
log
@Change Id->FreeBSD.
@
text
@a1 1
# Version required:     2.5
d5 1
a5 1
# $FreeBSD$
d8 2
a9 1
DISTNAME=       freeze-2.5
@


1.4
log
@Update MASTER_SITES.

PR:		ports/10486
Submitted by:	Kostya Lukin <lukin@@okbmei.msk.su>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1996/11/18 11:20:59 asami Exp $
@


1.3
log
@Use MAN? macros.  CATEGORIES+= -> CATEGORIES.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1996/11/12 02:17:22 obrien Exp $
d11 2
a12 1
MASTER_SITES=	ftp://lupin.csv.warwick.ac.uk/pub/compression/
@


1.2
log
@CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1996/08/09 08:16:16 asami Exp $
d17 1
a17 7

post-install:
.if !defined(NOMANCOMPRESS)
.for man in freeze melt unfreeze fcat statist
	gzip -9nf ${PREFIX}/man/man1/${man}.1
.endfor
.endif
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1 1996/07/20 00:17:21 lukin Exp $
d10 1
a10 1
CATEGORIES+=	archivers
@


1.1.1.1
log
@The freeze/melt archiver.

Submitted by:	lukin@@okbmei.msk.su
@
text
@@
