head	1.26;
access;
symbols
	RELEASE_7_0_0:1.23
	RELEASE_6_3_0:1.23
	PRE_XORG_7:1.23
	RELEASE_4_EOL:1.23
	RELEASE_6_2_0:1.23
	RELEASE_6_1_0:1.22
	RELEASE_5_5_0:1.22
	RELEASE_6_0_0:1.22
	RELEASE_5_4_0:1.22
	RELEASE_4_11_0:1.22
	RELEASE_5_3_0:1.22
	RELEASE_4_10_0:1.22
	RELEASE_5_2_1:1.21
	RELEASE_5_2_0:1.21
	RELEASE_4_9_0:1.19
	RELEASE_5_1_0:1.18
	RELEASE_4_8_0:1.18
	RELEASE_5_0_0:1.17
	RELEASE_4_7_0:1.15
	RELEASE_4_6_2:1.15
	RELEASE_4_6_1:1.15
	RELEASE_4_6_0:1.15
	RELEASE_5_0_DP1:1.15
	RELEASE_4_5_0:1.15
	RELEASE_4_4_0:1.15
	RELEASE_4_3_0:1.15
	RELEASE_4_2_0:1.15
	RELEASE_4_1_1:1.15
	RELEASE_4_1_0:1.15
	RELEASE_3_5_0:1.14
	RELEASE_4_0_0:1.13
	RELEASE_3_4_0:1.12
	RELEASE_3_3_0:1.12
	RELEASE_3_2_0:1.7
	greed_0_652:1.1.1.1
	CPIAZZA:1.1.1;
locks; strict;
comment	@# @;


1.26
date	2008.04.29.07.55.15;	author beech;	state dead;
branches;
next	1.25;

1.25
date	2008.01.24.07.53.58;	author beech;	state Exp;
branches;
next	1.24;

1.24
date	2008.01.23.22.43.33;	author beech;	state Exp;
branches;
next	1.23;

1.23
date	2006.05.07.11.09.18;	author edwin;	state Exp;
branches;
next	1.22;

1.22
date	2004.02.05.20.37.09;	author trevor;	state Exp;
branches;
next	1.21;

1.21
date	2003.11.21.12.31.04;	author arved;	state Exp;
branches;
next	1.20;

1.20
date	2003.10.24.11.58.17;	author erwin;	state Exp;
branches;
next	1.19;

1.19
date	2003.06.08.13.10.42;	author erwin;	state Exp;
branches;
next	1.18;

1.18
date	2003.02.20.17.24.11;	author knu;	state Exp;
branches;
next	1.17;

1.17
date	2002.11.10.16.45.58;	author lioux;	state Exp;
branches;
next	1.16;

1.16
date	2002.11.06.22.44.54;	author adamw;	state Exp;
branches;
next	1.15;

1.15
date	2000.06.20.21.45.53;	author cpiazza;	state Exp;
branches;
next	1.14;

1.14
date	2000.04.12.05.31.10;	author mharo;	state Exp;
branches;
next	1.13;

1.13
date	2000.03.08.00.32.44;	author cpiazza;	state Exp;
branches;
next	1.12;

1.12
date	99.08.25.05.55.10;	author obrien;	state Exp;
branches;
next	1.11;

1.11
date	99.08.02.11.15.03;	author cpiazza;	state Exp;
branches;
next	1.10;

1.10
date	99.08.02.10.43.44;	author asami;	state Exp;
branches;
next	1.9;

1.9
date	99.06.19.08.25.44;	author cpiazza;	state Exp;
branches;
next	1.8;

1.8
date	99.06.12.07.09.08;	author mharo;	state Exp;
branches;
next	1.7;

1.7
date	99.05.09.16.26.03;	author steve;	state Exp;
branches;
next	1.6;

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

1.5
date	99.05.01.02.12.32;	author steve;	state Exp;
branches;
next	1.4;

1.4
date	99.04.25.17.51.23;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.04.21.19.13.01;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.04.20.05.19.37;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	99.04.14.05.27.27;	author mharo;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.14.05.27.27;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.26
log
@2008-02-23 ftp/greed: No longer maintained
@
text
@# New ports collection makefile for: 	greed
# Date created:		13 April 1999
# Whom:			Chris Piazza <cpiazza@@FreeBSD.org>
#
# $FreeBSD: ports/ftp/greed/Makefile,v 1.25 2008/01/24 07:53:58 beech Exp $
#

PORTNAME=	greed
PORTVERSION=	0.81p
CATEGORIES=	ftp www
MASTER_SITES=	http://sheepkiller.nerim.net/ports/${PORTNAME}/
DISTNAME=	greed.81p

MAINTAINER=	beech@@FreeBSD.org
COMMENT=	A utility for downloading files with resume capabilities

FORBIDDEN=	Insecure GRX file processing
DEPRECATED=	No longer maintained
EXPIRATION_DATE=	2008-02-23
ALL_TARGET=	freebsd
WRKSRC=		${WRKDIR}/greed.81p

MANCOMPRESSED=	yes
MAN1=		greed.1
PLIST_FILES=	bin/greed

post-patch:
	${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \
		${WRKSRC}/Makefile

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

.include <bsd.port.mk>
@


1.25
log
@- Mark forbidden
- Mark deprecated

Approved by:	linimon (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.24
log
@- Adopt orphan ports in ftp category.

Approved by:	linimon (mentor, implicit)
@
text
@d11 1
a11 1
MASTER_SITES=	http://sheepkiller.nerim.net/ports/$(PORTNAME)/
d17 3
@


1.23
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.22
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@a18 1
USE_REINPLACE=	yes
@


1.21
log
@Respect CFLAGS, should fix build on alpha
@
text
@d23 1
@


1.20
log
@Change MASTER_SITES to fix fetch

PR:		58486
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d19 1
d23 4
@


1.19
log
@o Change MASTER_SITES and distinfo.
o This new distfile is different. The difference is that
  the author made a change in the CHANGE file ;)

PR:		53043
Submitted by:	Serge Gagnon <gagnon__s@@videotron.ca>
Approved by:	edwin (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	http://ftp.ceat.net/pub/linux/internet/ftp/mirroring/
@


1.18
log
@De-pkg-comment.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.public.asu.edu/~arturner/greed/
@


1.17
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.16
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	A utility for downloading files with resume capabilities

@


1.15
log
@Remove maintainership of most of my ports.  I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/greed/Makefile,v 1.14 2000/04/12 05:31:10 mharo Exp $
d15 2
@


1.14
log
@PORTNAME/PORTVERSION stuff
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/greed/Makefile,v 1.13 2000/03/08 00:32:44 cpiazza Exp $
d14 1
a14 1
MAINTAINER=	cpiazza@@FreeBSD.org
@


1.13
log
@Update to 0.81+
@
text
@a1 1
# Version required:	0.81+
d5 1
a5 1
# $FreeBSD: ports/ftp/greed/Makefile,v 1.12 1999/08/25 05:55:10 obrien Exp $
d8 2
a9 2
DISTNAME=	greed.81p
PKGNAME=	greed-0.81p
d12 1
@


1.12
log
@Change Id->FreeBSD.
@
text
@d2 1
a2 1
# Version required:	0.801
d6 1
a6 1
# $FreeBSD$
d9 2
a10 1
DISTNAME=	greed-0.801
d16 3
a20 3

ALL_TARGET=	freebsd
WRKSRC=		${WRKDIR}/greed
@


1.11
log
@Add a secondary category www
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.10 1999/08/02 10:43:44 asami Exp $
@


1.10
log
@Change "net" -> "ftp".
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.9 1999/06/19 08:25:44 cpiazza Exp $
d10 1
a10 1
CATEGORIES=	ftp
@


1.9
log
@Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.8 1999/06/12 07:09:08 mharo Exp $
d10 1
a10 1
CATEGORIES=	net
@


1.8
log
@update mastersites

PR:		12149
Submitted by:	maintainer
@
text
@d4 1
a4 1
# Whom:			Chris Piazza <cpiazza@@home.net>
d6 1
a6 1
# $Id: Makefile,v 1.7 1999/05/09 16:26:03 steve Exp $
d13 1
a13 1
MAINTAINER=	cpiazza@@home.net
@


1.7
log
@Update to version 0.801.

PR:		11584
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.6 1999/05/07 01:08:27 mharo Exp $
d11 1
a11 1
MASTER_SITES=	http://www.public.asu.edu/~arturner/
@


1.6
log
@Update to 0.8.

PR:		11540
Submitted by:	maintainer
@
text
@d2 1
a2 1
# Version required:	0.8
d6 1
a6 1
# $Id: Makefile,v 1.5 1999/05/01 02:12:32 steve Exp $
d9 1
a9 1
DISTNAME=	greed-0.8
@


1.5
log
@Update to version 0.750.

PR:		11396
Submitted by:	maintainer
@
text
@d2 1
a2 1
# Version required:	0.750
d6 1
a6 1
# $Id: Makefile,v 1.4 1999/04/25 17:51:23 mharo Exp $
d9 1
a9 1
DISTNAME=	greed-0.750
d15 2
a16 1
MAN1=	greed.1
a20 3
post-extract:
	@@${GUNZIP_CMD} ${WRKSRC}/greed.1.gz

d23 1
a23 1
	${INSTALL_MAN} ${WRKSRC}/greed.1 ${PREFIX}/man/man1
@


1.4
log
@update to version 0.7

PR:		11301
Submitted by:	maintainer
@
text
@d2 1
a2 1
# Version required:	0.666
d6 1
a6 1
# $Id: Makefile,v 1.3 1999/04/21 19:13:01 mharo Exp $
d9 1
a9 1
DISTNAME=	greed-0.7
@


1.3
log
@Update to greed 0.666 (great version number, huh?)

PR:		11251
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/04/20 05:19:37 mharo Exp $
d9 1
a9 2
DISTNAME=     	greed
PKGNAME=	greed-0.666
d18 1
@


1.2
log
@upgrade greed to 0.665

PR:		11228
Submitted by:	Ying-Chieh Liao <ijliao@@Terry.Dorm10.NCTU.edu.tw>
@
text
@d2 1
a2 1
# Version required:	0.652
d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/04/14 05:27:27 mharo Exp $
d10 1
a10 1
PKGNAME=	greed-0.665
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d10 1
a10 1
PKGNAME=	greed-0.652
@


1.1.1.1
log
@A fetch(1) like program that includes resume support.

PR:		11124
Submitted by:	Chris Piazza cpiazza@@home.net
@
text
@@
