head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.28.11.19.33;	author svnexp;	state dead;
branches;
next	1.18;

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

1.17
date	2012.10.26.14.57.50;	author bapt;	state Exp;
branches;
next	1.16;

1.16
date	2011.07.14.15.13.54;	author arved;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.28.16.52.24;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2009.02.04.03.49.09;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2008.03.20.09.46.28;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2008.01.23.22.43.34;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2004.10.12.12.52.04;	author krion;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.05.20.37.09;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.05.17.16.02.28;	author petef;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.17.24.12;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.02.14.02.02;	author nork;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.10.16.45.59;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.06.22.44.55;	author adamw;	state Exp;
branches;
next	1.4;

1.4
date	2002.06.22.05.16.30;	author pat;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.21.16.13.16;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.28.21.04.38;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.24.01.37.31;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307900
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307900 | bapt | 2012-11-28 11:17:55 +0000 (Wed, 28 Nov 2012) | 14 lines
## SVN ##
## SVN ## 2012-11-26 ftp/mget: No more public distfiles
## SVN ## 2012-11-26 graphics/yap: No more public distfiles
## SVN ## 2012-11-26 games/demonquake: No more public distfiles
## SVN ## 2012-11-26 databases/php-sqlrelay: No more public distfiles
## SVN ## 2012-11-26 devel/fastdep: No more public distfiles
## SVN ## 2012-11-26 graphics/svgviewer: No more public distfiles
## SVN ## 2012-11-26 comms/garmin-utils: No more public distfiles
## SVN ## 2012-11-26 comms/snooper: No more public distfiles
## SVN ## 2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version
## SVN ## 2012-11-26 irc/irchat-jp: No more public distfiles
## SVN ## 2012-11-26 games/xcogitate: No more public distfiles
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: ijliao
# $FreeBSD: head/ftp/mget/Makefile 306447 2012-10-26 14:57:50Z bapt $

PORTNAME=	mget
PORTVERSION=	1.4.2
CATEGORIES=	ftp ipv6
MASTER_SITES=	http://cs-people.bu.edu/dbera/projects/mget/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Multithreaded commandline web-download manager

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-11-26

USE_CSTD=	gnu89

CFLAGS+=	-DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \
		${PTHREAD_CFLAGS}
LDFLAGS+=	${PTHREAD_LIBS}

MAN1=		mget.1
PLIST_FILES=	bin/mget

do-build:
	cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o mget *.c ${LDFLAGS}

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

.include <bsd.port.mk>
@


1.18
log
@Switch exporter over
@
text
@@


1.17
log
@SVN rev 306447 on 2012-10-26 14:57:50Z by bapt

Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.16
log
@Fix build with clang

PR:		158587
Submitted by:	Niclas Zeising
@
text
@d1 1
a1 5
# ex:ts=8
# New ports collection makefile for:	mget
# Date created:			Sep 21, 2001
# Whom:				ijliao
#
a2 1
#
d12 3
@


1.15
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d17 2
@


1.14
log
@- Update download locations, update WWW

Reported by:    -fetch-original pointyhat run
@
text
@d14 1
a14 1
MAINTAINER=	beech@@FreeBSD.org
@


1.13
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d12 1
a12 1
MASTER_SITES=	http://cs-people.bu.edu/dbera/activities/projects/mget/
@


1.12
log
@- Adopt orphan ports in ftp category.

Approved by:	linimon (mentor, implicit)
@
text
@a16 1
USE_GETOPT_LONG=	yes
@


1.11
log
@Update to version 1.4.2

PR:		ports/72528
Submitted by:	Ports Fury
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d10 1
a10 1
PORTVERSION=	1.4.1
d12 1
a12 1
MASTER_SITES=	http://www.cse.iitk.ac.in/users/dbera/
d15 1
a15 1
COMMENT=	Multi Threaded Wget
a16 1
PLIST_FILES=	bin/mget
d19 5
a23 2
		${PTHREAD_CFLAGS:S/"//g}
LDFLAGS+=	${PTHREAD_LIBS:S/"//g}
d30 1
@


1.9
log
@Use USE_GETOPT_LONG.

PR:		51369
Submitted by:	Ports Fury
@
text
@d17 1
@


1.8
log
@De-pkg-comment.
@
text
@d17 1
a21 6
.if !exists(/usr/include/getopt.h)
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
CFLAGS+=	-I${LOCALBASE}/include 
LDFLAGS+=	-L${LOCALBASE}/lib -lgnugetopt 
.endif

d23 1
a23 1
	cd ${WRKSRC} && ${CC} ${CFLAGS} -o mget *.c ${LDFLAGS}
@


1.7
log
@Conditionalize libgnugetopt dependencies.

PR:		ports/47739
Submitted by:	Ports Fury
@
text
@d15 1
@


1.6
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
@d16 3
a18 1
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
d20 5
a24 3
CFLAGS+=	-DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \
		-I${LOCALBASE}/include ${PTHREAD_CFLAGS:S/"//g}
LDFLAGS=	-L${LOCALBASE}/lib -lgnugetopt ${PTHREAD_LIBS:S/"//g}
@


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

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	Multi Threaded Wget

@


1.4
log
@Update to 1.4.1

PR:		39641
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d16 2
@


1.3
log
@Replace ${PERL} with ${REINPLACE_CMD}

PR:		39594
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@d10 1
a10 1
PORTVERSION=	1.3.0.2
d12 1
a12 1
MASTER_SITES=	http://home.talkcity.com/LaGrangeLn/dbera/
a20 6

USE_REINPLACE=	yes

pre-patch:
	@@find ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
		's|#include <malloc.h>||g'
@


1.2
log
@- update to 1.3.0.2
- depend on gnugetopt.1, not just gnugetopt
- add ipv6 support
- fix malloc.h problems
- redo build process

PR:		32306
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d22 2
d25 1
a25 1
	@@find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \
@


1.1
log
@add mget
Multi Threaded Wget
@
text
@d10 2
a11 2
PORTVERSION=	1.3.0
CATEGORIES=	ftp
d16 1
a16 1
LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
d18 3
a20 1
ALL_TARGET=	${PORTNAME}
d22 6
a27 3
post-patch:
	@@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g ; \
		s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
@

