head	1.33;
access;
symbols
	RELEASE_8_3_0:1.29
	RELEASE_9_0_0:1.29
	RELEASE_7_4_0:1.27
	RELEASE_8_2_0:1.27
	RELEASE_6_EOL:1.27
	RELEASE_8_1_0:1.27
	RELEASE_7_3_0:1.24
	RELEASE_6_2_0:1.20
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.5;
locks; strict;
comment	@# @;


1.33
date	2013.02.20.19.07.54;	author svnexp;	state Exp;
branches;
next	1.32;

1.32
date	2013.02.20.16.45.22;	author svnexp;	state Exp;
branches;
next	1.31;

1.31
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.30;

1.30
date	2012.06.01.05.18.25;	author dinoex;	state Exp;
branches;
next	1.29;

1.29
date	2011.09.23.22.22.31;	author amdmi3;	state Exp;
branches;
next	1.28;

1.28
date	2011.08.23.18.39.04;	author kwm;	state Exp;
branches;
next	1.27;

1.27
date	2010.05.31.01.58.51;	author ade;	state Exp;
branches;
next	1.26;

1.26
date	2010.05.10.21.18.13;	author kwm;	state Exp;
branches;
next	1.25;

1.25
date	2010.03.28.06.34.29;	author dinoex;	state Exp;
branches;
next	1.24;

1.24
date	2010.02.05.11.36.59;	author dinoex;	state Exp;
branches;
next	1.23;

1.23
date	2009.11.28.20.05.40;	author marcus;	state Exp;
branches;
next	1.22;

1.22
date	2009.10.04.00.06.51;	author avl;	state Exp;
branches;
next	1.21;

1.21
date	2007.01.05.16.04.32;	author miwi;	state dead;
branches;
next	1.20;

1.20
date	2006.10.14.08.52.52;	author marcus;	state Exp;
branches;
next	1.19;

1.19
date	2006.09.02.16.50.59;	author kris;	state Exp;
branches;
next	1.18;

1.18
date	2006.08.27.07.57.48;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2006.05.12.09.04.11;	author sat;	state Exp;
branches;
next	1.16;

1.16
date	2006.05.10.19.08.08;	author sat;	state Exp;
branches;
next	1.15;

1.15
date	2006.05.07.11.09.18;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2006.02.23.10.36.31;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2005.11.15.06.49.14;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.05.05.20.18;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2005.05.20.16.26.20;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.02.23.54.25;	author ahze;	state Exp;
branches;
next	1.9;

1.9
date	2005.03.24.19.22.16;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.12.10.52.30;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.25.01.55.16;	author ahze;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.08.23.55.04;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.08.20.53.26;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.27.20.12.56;	author ahze;	state Exp;
branches;
next	1.3;

1.3
date	2004.11.08.21.02.28;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2004.11.07.22.35.56;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.02.20.41.59;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.33
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312650
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Radek Kozlowski <radek@@raadradd.com>
# $FreeBSD: head/ftp/gwget/Makefile 312650 2013-02-20 18:20:52Z bapt $

PORTNAME=	gwget
PORTVERSION=	1.0.4
PORTREVISION=	6
CATEGORIES=	ftp gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome2

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	GNOME wget front-end

LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget

OPTIONS_DEFINE=	NOTIFY EPIPHANY
OPTIONS_DEFAULT=	NOTIFY EPIPHANY
EPIPHANY_DESC=	Epiphany extension

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_GETTEXT=	yes
USE_GNOME=	gnomeprefix gnomehack gtk20 gconf2 libgnomeui \
		desktopfileutils
INSTALLS_ICONS=	yes
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

GCONF_SCHEMAS=	${PORTNAME}.schemas

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNOFITY}
LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
RUN_DEPENDS+=	${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
.else
CONFIGURE_ARGS+=	--disable-libnotify
.endif

.if ${PORT_OPTIONS:MEPIPHANY}
BUILD_DEPENDS+=	epiphany:${PORTSDIR}/www/epiphany
RUN_DEPENDS+=	epiphany:${PORTSDIR}/www/epiphany
CONFIGURE_ARGS+=	--enable-epiphany-extension
PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.30"
.else
CONFIGURE_ARGS+=	--disable-epiphany-extension
PLIST_SUB+=	EPIPHANY="@@comment "
.endif

post-install:
	@@-update-desktop-database

.include <bsd.port.mk>
@


1.32
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312628
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 6
# New ports collection makefile for:	gwget
# Date created:				1 November 2004
# Whom:					Radek Kozlowski <radek@@raadradd.com>
#
# $FreeBSD: head/ftp/gwget/Makefile 312628 2013-02-20 16:08:58Z fluffy $
#
d17 3
a19 2
OPTIONS=	LIBNOTIFY	"Enable libnotify support"	on \
		EPIPHANY	"Enable Epiphany extension"	on
d33 1
a33 1
.include <bsd.port.pre.mk>
d35 1
a35 1
.if !defined(WITHOUT_LIBNOTIFY)
d42 1
a42 1
.if defined(WITH_EPIPHANY)
d55 1
a55 1
.include <bsd.port.post.mk>
@


1.31
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/gwget/Makefile 300896 2012-07-14 13:54:48Z beat $
d15 1
a15 1
MAINTAINER=	avl@@FreeBSD.org
@


1.30
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.29
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.28
log
@Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
@
text
@d31 2
a32 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.27
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d10 1
a10 1
PORTREVISION=	4
d39 1
a39 1
LIB_DEPENDS+=	notify.1:${PORTSDIR}/devel/libnotify
@


1.26
log
@Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.25
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
d49 1
a49 1
PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.28"
@


1.24
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.23
log
@Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
@
text
@d10 1
@


1.22
log
@- Resurrect ftp/gwget
- Update to 1.0.2

Approved by:	glarkin (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
d27 1
a27 1
		libglade2 desktopfileutils
d48 1
a48 1
PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.26"
@


1.21
log
@2006-12-01 ftp/gwget: fails to install
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/gwget/Makefile,v 1.20 2006/10/14 08:52:52 marcus Exp $
d9 3
a11 5
PORTVERSION=	0.98.1
PORTREVISION=	1
CATEGORIES=	ftp www gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R}
d14 2
a15 2
MAINTAINER=	radek@@raadradd.com
COMMENT=	A download manager for GNOME, based on wget
d17 2
a18 3
BROKEN=		fails to install
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2006-12-01
d20 2
a21 1
RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
d25 4
a28 1
USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui libbonobo gconf2
a29 2
USE_XLIB=	yes
USE_GETTEXT=	yes
d31 1
a31 2
		LIBBONOBO_IDL="-I${LOCALBASE}/idl/bonobo-2.0" \
		LDFLAGS="-Wl,-export-dynamic -L${LOCALBASE}/lib"
d33 1
a33 2
GCONF_SCHEMAS=	gwget.schemas
EPHY_VER?=	2.14
d37 5
a41 2
.if exists(${LOCALBASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY)
WITH_EPIPHANY=	yes
d45 4
a48 5
BUILD_DEPENDS+=		epiphany:${PORTSDIR}/www/epiphany
CONFIGURE_ARGS+=	--enable-epiphany-extension \
			--with-epiphany-version=${EPHY_VER}
PLIST_SUB+=		EPIPHANY="" \
			VERSION="${EPHY_VER}"
d51 2
a52 2
PLIST_SUB+=		EPIPHANY="@@comment "
.endif # defined(WITH_EPIPHANY)
d54 2
a55 3
post-patch:
	@@${REINPLACE_CMD} -e 's|epiphany/extensions|epiphany-${EPHY_VER}/extensions|' \
		${WRKSRC}/epiphany-extension/Makefile.in
@


1.20
log
@Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Schedule these broken ports for termination on 2006-12-01
@
text
@d10 1
d29 1
a29 1
USE_X_PREFIX=	yes
d40 1
a40 1
.if exists(${X11BASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY)
@


1.18
log
@Mark as broken: fails to install.
@
text
@d19 2
@


1.17
log
@- Fix build by defining LIBBONOBO_IDL

Approved by:	osa (co-mentor, implicit)
@
text
@d18 2
@


1.16
log
@- Update to 0.98.1
- Fix epiphany extension

PR:		ports/96665
Submitted by:	sat
Approved by:	osa (co-mentor)
@
text
@d22 1
a22 1
USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui gconf2
d27 1
@


1.15
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d1 3
a3 3
# New ports collection makefile for:    gwget
# Date created:                		1 November 2004
# Whom:                    		Radek Kozlowski <radek@@raadradd.com>
d9 1
a9 2
PORTVERSION=	0.95
PORTREVISION=	1
d12 1
a12 1
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION}
d22 1
a22 1
USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui
d25 1
d27 1
a27 1
		LDFLAGS="-L${LOCALBASE}/lib"
d30 1
a30 1
EPHY_VER=	1.6
d42 1
a42 1
PLIST_SUB+=		EPIPHANY:="" \
d46 1
a46 1
PLIST_SUB+=		EPIPHANY:="@@comment "
@


1.14
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@a24 1
USE_REINPLACE=	yes
@


1.13
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d24 1
a24 1
USE_AUTOTOOLS=	libtool:15
@


1.12
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d24 1
a24 1
USE_LIBTOOL_VER=15
@


1.11
log
@- Update to 0.95

PR:		ports/81276
Submitted by:	Radek Kozlowski <radek@@raadradd.com> (maintainer)
@
text
@d10 1
@


1.10
log
@- Update to 0.94

PR:		79405
Submitted by:	Radek Kozlowski (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.94
@


1.9
log
@- Chase Epiphany update

PR:		ports/79206
Submitted by:	Radek Kozlowski <radek@@raadradd.com> (maintainer)
Approved by:	portmgr (marcus)
@
text
@d9 1
a9 2
PORTVERSION=	0.93
PORTREVISION=	2
d11 3
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d18 3
@


1.8
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d10 1
a10 1
PORTREVISION=	1
d27 1
a27 1
EPHY_VER=	1.4
@


1.7
log
@- Update to 0.93

PR:		ports/76640
Submitted by:	Radek Kozlowski <radek@@raadradd.com> (maintainer)
@
text
@d10 1
@


1.6
log
@- Update to 0.92.1

PR:		ports/75968
Submitted by:	Radek Kozlowski <radek@@raadradd.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.92.1
@


1.5
log
@- Update to 0.92

PR:		ports/74867
Submitted by:	Radek Kozlowski <radek@@raadradd.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.92
@


1.4
log
@- Update to 0.91
- Use new GCONF_SCHEMAS

PR:		ports/74457
Submitted by:	Radek Kozlowski (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.91
@


1.3
log
@- Catch up Epiphany update

PR:		ports/73671
Submitted by:	Radek Kozlowski <radek@@raadradd.com> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	0.90
PORTREVISION=	2
d12 1
a12 1
MASTER_SITE_SUBDIR=	gwget
d24 2
d46 2
a47 2
		@@${REINPLACE_CMD} -e 's|epiphany/extensions|epiphany-${EPHY_VER}/extensions|' \
			${WRKSRC}/epiphany-extension/Makefile.in
@


1.2
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d10 1
a10 1
PORTREVISION=	1
d25 1
a25 1
EPHY_VER=	1.2
@


1.1
log
@Add gwget, a download manager for GNOME which uses wget as its backend.
It supports resuming downloads as well as recursive downloading.

PR:		73431
Submitted by:	Radek Kozlowski <radek@@raadradd.com>
@
text
@d10 1
@

