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


1.15
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2008.08.21.06.17.02;	author rafan;	state Exp;
branches;
next	1.13;

1.13
date	2008.01.02.23.55.29;	author beech;	state Exp;
branches;
next	1.12;

1.12
date	2004.07.06.15.23.57;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2004.02.05.20.37.10;	author trevor;	state Exp;
branches;
next	1.10;

1.10
date	2003.02.20.17.24.13;	author knu;	state Exp;
branches;
next	1.9;

1.9
date	2002.11.10.16.46.00;	author lioux;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.06.22.44.56;	author adamw;	state Exp;
branches;
next	1.7;

1.7
date	2002.10.21.20.48.55;	author obraun;	state Exp;
branches;
next	1.6;

1.6
date	2002.05.31.23.12.31;	author pat;	state Exp;
branches;
next	1.5;

1.5
date	2002.05.11.14.10.02;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2001.05.06.14.13.47;	author ijliao;	state Exp;
branches;
next	1.3;

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

1.2
date	2001.02.06.15.12.00;	author ijliao;	state Exp;
branches;
next	1.1;

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


desc
@@


1.15
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	puf
# Date created:			Feb 6, 2001
# Whom:				Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: head/ftp/puf/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	puf
PORTVERSION=	1.0.0
CATEGORIES=	ftp www
MASTER_SITES=	SF

MAINTAINER=	jharris@@widomaker.com
COMMENT=	A parallel HTTP downloader similar to wget

GNU_CONFIGURE=	yes

MAN1=		puf.1
PLIST_FILES=	bin/puf

.include <bsd.port.mk>
@


1.14
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.13
log
@- Update to 1.0.0
- Use SF macro

PR:		ports/118810
Submitted by:	Philippe Audeoud <jadawin@@tuxaco.net>
Approved by:	linimon (mentor, maintainer timeout)
@
text
@a17 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.12
log
@- Update to 0.93.3
- Pass maintainership to submitter

PR:		ports/68713
Submitted by:	Jason Harris <jharris@@widomaker.com>
@
text
@d10 1
a10 1
PORTVERSION=	0.93.3
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d18 1
@


1.11
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d10 2
a11 2
PORTVERSION=	0.93.2a
CATEGORIES=	ftp
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@De-pkg-comment.
@
text
@d21 1
@


1.9
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 1
@


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

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	A parallel HTTP downloader similar to wget

@


1.7
log
@Upgrade to 0.93.2a.

PR:		44346
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d17 2
@


1.6
log
@- Update to 0.93.2
- reword pkg-comment

PR:		38783
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d10 1
a10 1
PORTVERSION=	0.93.2
a16 2
BUILD_DEPENDS=	${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake

a19 3

post-extract:
	@@${CP} -f ${LOCALBASE}/share/automake/depcomp ${WRKSRC}
@


1.5
log
@upgrade to 0.93.1 (SECURITY FIX !!)
drop maintainership

Submitted by:	Niels Heinen <niels.heinen@@ubizen.com>
@
text
@d10 1
a10 1
PORTVERSION=	0.93.1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}
d17 2
d21 1
a21 1
GMAKE=		yes
d23 2
a24 1
MAN1=		puf.1
@


1.4
log
@upgrade to 0.9 beta6a and change master site

Submitted by:	Tobias Reifenberger <treif@@mayn.de>
@
text
@d6 1
a6 1
# $FreeBSD: ports/ftp/puf/Makefile,v 1.3 2001/02/10 05:27:42 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.91b6a
d16 1
a16 1
MAINTAINER=	ijliao@@FreeBSD.org
@


1.3
log
@update to 0.91b6

Submitted by:	Tobias Reifenberger <treif@@mayn.de> (via private mail)
@
text
@d6 1
a6 1
# $FreeBSD: ports/ftp/puf/Makefile,v 1.2 2001/02/06 15:12:00 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.91b6
d12 3
a14 2
MASTER_SITES=	http://www.inf.tu-dresden.de/cgi-bin/cgiwrap/ob6/get/
DISTNAME=	${PORTNAME}
a16 2

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/b/beta/}
@


1.2
log
@update to beta 5

Submitted by:	Ollivier Robert <roberto@@eurocontrol.fr>
@
text
@d6 1
a6 1
# $FreeBSD: ports/ftp/puf/Makefile,v 1.1 2001/02/05 19:05:34 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.91b5
@


1.1
log
@add puf, a "parallel url fetcher" for UN*X systems
@
text
@d6 1
a6 1
# $FreeBSD$
d10 1
a10 1
PORTVERSION=	0.91b4
@

