head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.02.14.24.23;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.18.15.39.59;	author jmelo;	state Exp;
branches;
next	1.6;

1.6
date	2008.01.31.13.05.29;	author jmelo;	state Exp;
branches;
next	1.5;

1.5
date	2005.09.17.20.33.52;	author mnag;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.05.20.36.51;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.07.20.13.38;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.22.10.34.05;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.11.10.57.35;	author osa;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	hffzip
# Date created:				10 Jun 2003
# Whom:					Kirill Ponomarew <ponomarew@@oberon.net>
#
# $FreeBSD: head/archivers/hffzip/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	hffzip
PORTVERSION=	1.01
CATEGORIES=	archivers
MASTER_SITES=	http://retis.sssup.it/~scordino/code/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	File compressor based on Huffman coding

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

WRKSRC=		${WRKDIR}/${PORTNAME}

PLIST_FILES=	bin/hffzip

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.8
log
@- Update MASTER_SITES and WWW: line

PR:		158460
Submitted by:	Ports Fury
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update mastersite.

PR:		ports/122307
Submitted by:	Steven Kreuzer <skreuzer@@exit2shell.com>
@
text
@d11 1
a11 2
MASTER_SITES=	http://retis.sssup.it/~scordino/projects/ \
		http://ngsoftwareltd.com/freebsd/distfiles/
d17 3
@


1.6
log
@- Fix mastersite.

PR:		ports/119156
Submitted by:	Craig Butler <craig001@@lerwick.hopto.org>
@
text
@d11 1
a11 1
MASTER_SITES=	http://utenti.quipo.it/claudioscordino/ \
@


1.5
log
@Update MASTER_SITES and WWW

PR:		ports/86262
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Approved by:	pav (mentor)
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.di.unipi.it/~scordino/
@


1.4
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d11 1
a11 1
MASTER_SITES=	http://utenti.quipo.it/claudioscordino/
d17 2
a19 1
WRKSRC=		${WRKDIR}/${PORTNAME}
d22 1
a22 2
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
		 ${PREFIX}/bin
@


1.3
log
@- Drop maintainership to ports@@
@
text
@d17 1
@


1.2
log
@Change my mail to @@FreeBSD.org

Approved by:	fjoe (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	krion@@FreeBSD.org
@


1.1
log
@New port hffzip: small file compressor based on Huffman coding

Submitted by:	Kirill Ponomarew <ponomarew@@oberon.net>
PR:		53188
Approved by:	fjoe (implicit)
@
text
@d14 1
a14 1
MAINTAINER=	ponomarew@@oberon.net
@

