head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.24.09;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.23.22.25.20;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.23.18.39.12;	author kwm;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.10.21.18.35;	author kwm;	state Exp;
branches;
next	1.7;

1.7
date	2010.03.28.06.43.31;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.05.11.43.54;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.25.08.50.54;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.11.28.20.05.58;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.31.13.55.46;	author dinoex;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.10.16.21.43.35;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	tuntun
# Date created:		2008-09-16
# Whom:			Anderson S. Ferreira <anderson@@cnpm.embrapa.br>
#
# $FreeBSD: head/security/tuntun/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	tuntun
PORTVERSION=	0.4.0
PORTREVISION=	5
CATEGORIES=	security gnome
MASTER_SITES=	http://tuntun.googlecode.com/files/

MAINTAINER=	anderson@@cnpm.embrapa.br
COMMENT=	A Gnome applet gui for OpenVPN

LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/libnotify

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="`pkg-config --libs libgnomeui-2.0`"
CPPFLAGS+=	`pkg-config --cflags libgnomeui-2.0`
CONFIGURE_ARGS=	--libdir=${PREFIX}/libdata/servers
USE_GMAKE=	yes

USE_GNOME=	gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20 \
		libgnomeui

.include <bsd.port.mk>
@


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


1.10
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=	4
@


1.9
log
@Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
@
text
@d20 2
a21 2
CONFIGURE_ENV=	CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \
		LIBS="`pkg-config --libs libgnomeui-2.0`"
@


1.8
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
d17 2
@


1.7
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
d23 2
a24 1
USE_GNOME=	gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20
@


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


1.5
log
@- Update to 0.4.0

PR:		143061
Submitted by:	Anderson Soares Ferreira <anderson@@cnpm.embrapa.br> (maintainer)
@
text
@d10 1
@


1.4
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
@d9 1
a9 2
PORTVERSION=	0.3.1
PORTREVISION=	1
a15 2
BROKEN=		Conflict between shipped code and glib.

@


1.3
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d17 2
@


1.2
log
@Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
@
text
@d10 1
@


1.1
log
@Tuntun is an applet for Gnome panel that manage a list of vpn connections
through the OpenVPN Management Interface.

Main features

 * Simple & lightweight just a client GUI to start/stop your OpenVPN tunnels
   and nothing more
 * Integrated with the Gnome Desktop (support for the Keyring and notification
   daemon)
 * Support for Auth and Private-Key OpenVPN authentication methods

 WWW:	http://code.google.com/p/tuntun/

PR:		ports/128097
Submitted by:	Anderson S. Ferreira <anderson at cnpm.embrapa.br>
@
text
@d17 2
@

