head	1.11;
access;
symbols
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2006.01.30.21.35.21;	author pav;	state dead;
branches;
next	1.10;

1.10
date	2004.09.27.21.10.21;	author thierry;	state Exp;
branches;
next	1.9;

1.9
date	2004.09.18.18.15.26;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2004.06.03.15.35.10;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.20.13;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.27.07.22.05;	author daichi;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.19.06.24.16;	author daichi;	state Exp;
branches;
next	1.4;

1.4
date	2003.05.18.10.00.51;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.12.00.36;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.12.14.20.20.02;	author dinoex;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Populate newly create net-p2p category with these ports:

  ftp/jigdo
  net/amule1
  net/amule2
  net/apollon
  net/azureus
  net/bnbt
  net/btpeer
  net/btqueue
  net/cdonkey
  net/ctorrent
  net/dcd
  net/dclib
  net/dctc
  net/dctc-gui
  net/dctc-gui-qt
  net/edonkey-gui-gtk
  net/edonkey-gui-gtk-urlslave
  net/fcptools
  net/fidelio
  net/freenet
  net/frost
  net/giftcurs
  net/giftoxic
  net/giftui
  net/gift
  net/gift-fasttrack
  net/gift-gnutella
  net/gift-openft
  net/gkrellm-gift
  net/gnewtellium
  net/gnome-btdownload
  net/gnunet
  net/gtkhx
  net/gtk-gnutella
  net/gtorrentviewer
  net/hagelslag
  net/hx
  net/i2p
  net/javadc
  net/kmldonkey
  net/ktorrent
  net/libbt
  net/liberator
  net/libfreenet
  net/libpdtp
  net/libtorrent
  net/limewire
  net/linux-agsatellite
  net/linux-edonkey-core
  net/linux-edonkey-server
  net/linux-jigdo
  net/linux-overnet-core
  net/minder
  net/mldonkey
  net/mldonkey-core
  net/mldonkey-core-devel
  net/mldonkey-devel
  net/mldonkey-gui
  net/mldonkey-gui-devel
  net/mldonkey-perlreactor
  net/mldonkey-sancho
  net/mldonkey-serverspy
  net/mldonkey-urlslave
  net/mutella
  net/mute-net
  net/mute-net-gui
  net/mute-net-text
  net/napshare
  net/nicotine
  net/opendchub
  net/peercast
  net/phex
  net/pyslsk
  net/py-bittornado
  net/py-bittornado-core
  net/py-bittorrent
  net/py-bittorrent-core
  net/py-bittorrent-core-devel
  net/py-bittorrent-devel
  net/py-fngrab
  net/py-kenosis
  net/py-kenosis-bittorrent
  net/py-py2play
  net/p5-pdonkey
  net/qtella
  net/qtorrent
  net/rtorrent
  net/squall
  net/torrentflux
  net/torrentsniff
  net/trackerbt
  net/transmission
  net/valknut
  net/verlihub
  net/verlihub-plugins
  net/xmule
  net/xnap
  misc/ed2k
  misc/edonkey-tool-hash
  misc/linux-edonkey-tool-recovermet

Repocopies by:	marcus
@
text
@# ports collection makefile for:	jigdo
# Date created:				23 July 2002
# Whom:					Attila Nagy <bra@@fsn.hu>
#
# $FreeBSD: ports/ftp/jigdo/Makefile,v 1.10 2004/09/27 21:10:21 thierry Exp $
#

PORTNAME=	jigdo
PORTVERSION=	0.7.1
CATEGORIES=	ftp
MASTER_SITES=	http://atterer.net/jigdo/

MAINTAINER=	bra@@fsn.hu
COMMENT=	A utility used to retrieve very large files over the Internet

BUILD_DEPENDS=	libwww-config:${PORTSDIR}/www/libwww \
		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget

MAN1=		jigdo-file.1 jigdo-lite.1 jigdo-mirror.1

USE_BZIP2=	yes
USE_SUBMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-libdb --disable-nls --without-gui
USE_GMAKE=	yes

SCRIPTS_ENV=	WRKDIRPREFIX="${WRKDIRPREFIX}" \
		TOUCH="${TOUCH}" \
		MKDIR="${MKDIR}" \

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
NOT_FOR_ARCHS+=	alpha
.endif

pre-fetch:
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.jigdo

.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif

post-install:
	@@${STRIP_CMD} ${PREFIX}/bin/jigdo-file

post-clean:
	@@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc

.include <bsd.port.post.mk>
@


1.10
log
@Update to 0.7.1, which also fixes the compilation problem on 5.x.

PR:		ports/71963
Submitted by:	maintainer
Approved by:	portmgr (linimon).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@BROKEN: Does not compile

Approved by:	portmgr (self)
@
text
@d9 1
a9 2
PORTVERSION=	0.7.0
PORTREVISION=	1
d16 2
a17 4
BUILD_DEPENDS=	libwww-config:${PORTSDIR}/www/libwww
RUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget

BROKEN=		Does not compile
@


1.8
log
@Update MASTER_SITES

PR:		67535
Submitted by:	maintainer
@
text
@d20 2
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d12 1
a12 1
MASTER_SITES=	http://home.in.tum.de/~atterer/jigdo/
@


1.6
log
@fix: ftp/jigdo
no build on 4.x-stable alpha machine

Pointed out by:		bento via kris
@
text
@d10 1
@


1.5
log
@ftp/jigdo update 0.6.8 --> 0.7.0

PR:		52570
Submitted by:	Attila Nagy <bra@@fsn.hu> (maintainer)
@
text
@d31 6
a42 2

.include <bsd.port.pre.mk>
@


1.4
log
@BROKEN on 5.1: bad C++
@
text
@d9 1
a9 1
PORTVERSION=	0.6.8
d14 1
a14 1
COMMENT=	An utility used to retrieve very large files over the Internet
d16 1
a16 1
#BUILD_DEPENDS=	libwww-config:${PORTSDIR}/www/libwww
a21 1
#USE_REINPLACE=	yes
a37 3
#post-patch:
#	@@${REINPLACE_CMD} -e "s/gtk-config/${GTK_CONFIG}/g" ${WRKSRC}/configure

a38 8

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

.if ${OSVERSION} >= 500041
EXTRA_PATCHES=	${FILESDIR}/extra-glibc-getopt.h
.endif
@


1.3
log
@De-pkg-comment.
@
text
@d44 4
@


1.2
log
@This diff will enable the jigdo port to compile on a FreeBSD system, which
is newer than 500041. (getopt change)
There is a new file, extra-glibc-getopt.h in the diff.
PR:		46212
Submitted by:	bra@@fsn.hu
@
text
@d14 1
@


1.1
log
@add jigdo 0.6.8
An utility used to retrieve very large files over the Internet

PR:		40954
Submitted by:	Attila Nagy <bra@@fsn.hu>
@
text
@d41 6
d53 1
a53 1
.include <bsd.port.mk>
@

