head	1.26;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.4;
locks; strict;
comment	@# @;


1.26
date	2013.03.22.16.31.48;	author svnexp;	state Exp;
branches;
next	1.25;

1.25
date	2013.03.19.18.28.51;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.09.10.19.19.32;	author beat;	state Exp;
branches;
next	1.22;

1.22
date	2012.06.01.05.24.08;	author dinoex;	state Exp;
branches;
next	1.21;

1.21
date	2011.09.23.22.25.17;	author amdmi3;	state Exp;
branches;
next	1.20;

1.20
date	2011.08.23.18.39.11;	author kwm;	state Exp;
branches;
next	1.19;

1.19
date	2011.07.03.11.40.48;	author swills;	state Exp;
branches;
next	1.18;

1.18
date	2011.02.25.01.32.06;	author delphij;	state Exp;
branches;
next	1.17;

1.17
date	2010.12.16.02.34.03;	author glarkin;	state Exp;
branches;
next	1.16;

1.16
date	2010.07.28.07.27.16;	author jsa;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.31.02.00.53;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2010.05.10.21.18.35;	author kwm;	state Exp;
branches;
next	1.13;

1.13
date	2010.03.28.06.43.30;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2010.02.05.11.43.53;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2009.11.28.20.05.58;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2009.11.27.09.10.47;	author beat;	state Exp;
branches;
next	1.9;

1.9
date	2009.09.21.21.19.48;	author marcus;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.07.17.21.14.59;	author kwm;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.20.21.52.49;	author kwm;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.24.06.38.19;	author kwm;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.01.12.05.02.41;	author mezz;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.26
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314919
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Dave McKay <dave@@mu.org>
# $FreeBSD: head/security/seahorse-plugins/Makefile 314919 2013-03-22 12:35:28Z kwm $
#   $MCom: ports/security/seahorse-plugins/Makefile,v 1.28 2011/07/03 11:57:45 kwm Exp $

PORTNAME=	seahorse-plugins
PORTVERSION=	2.30.1
PORTREVISION=	7
CATEGORIES=	security gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome2

MAINTAINER=	gnome@@FreeBSD.org
COMMENT=	Plug-ins for the Seahorse key and password management application

LIB_DEPENDS=	cryptui:${PORTSDIR}/security/seahorse \
		gcrypt:${PORTSDIR}/security/libgcrypt

USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
USES=		pathfix
USE_GNOME=	intlhack gnomeprefix gconf2 gnomedocutils
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes
INSTALLS_OMF=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE=	NAUTILUS GEDIT APPLET NOTIFY
OPTIONS_DEFAULT=NAUTILUS GEDIT APPLET NOTIFY
NAUTILUS_DESC=	Nautilus component
GEDIT_DESC=	GEdit plug-in support
APPLET_DESC=	Clipboard encryption applet

GCONF_SCHEMAS=	seahorse-plugins.schemas
MAN1=		seahorse-agent.1 seahorse-tool.1

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGEDIT}
BUILD_DEPENDS+=	gedit:${PORTSDIR}/editors/gedit
RUN_DEPENDS+=	gedit:${PORTSDIR}/editors/gedit
PLIST_SUB+=	GEDIT=""
GCONF_SCHEMAS+=	seahorse-gedit.schemas
.else
PLIST_SUB+=	GEDIT="@@comment "
CONFIGURE_ARGS+=--disable-gedit
.endif

.if ${PORT_OPTIONS:MNAUTILUS}
USE_GNOME+=	nautilus2
PLIST_SUB+=	NAUTILUS=""
.else
PLIST_SUB+=	NAUTILUS="@@comment "
CONFIGURE_ARGS+=--disable-nautilus
.endif

CONFIGURE_ARGS+=--disable-epiphany
PLIST_SUB+=	EPHY="@@comment "

.if ${PORT_OPTIONS:MAPPLET}
USE_GNOME+=	gnomepanel
PLIST_SUB+=	APPLET=""
.else
CONFIGURE_ARGS+=--disable-applet
PLIST_SUB+=	APPLET="@@comment "
.endif

.if ${PORT_OPTIONS:MNOTIFY}
LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+=--disable-libnotify
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|" == "|" = "|g' \
		-e 's|epiphany-2.24|epiphany-2.26|g' \
		-e 's|2.24|2.26|g' \
			${WRKSRC}/configure

post-install:
	@@-update-desktop-database
	@@-update-mime-database ${PREFIX}/share/mime

.include <bsd.port.mk>
@


1.25
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314632
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/seahorse-plugins/Makefile 314632 2013-03-19 10:40:22Z kwm $
d30 1
@


1.24
log
@Switch exporter over
@
text
@d1 2
a2 5
# New ports collection makefile for:	seahorse-plugins
# Date created:		06 August 2008
# Whom:			Dave McKay <dave@@mu.org>
#
# $FreeBSD: head/security/seahorse-plugins/Makefile 304053 2012-09-10 19:19:32Z beat $
a3 1
#
d15 2
a16 2
LIB_DEPENDS=	cryptui.0:${PORTSDIR}/security/seahorse \
		gcrypt.18:${PORTSDIR}/security/libgcrypt
d21 2
a22 2
#USE_GECKO=	libxul19
USE_GNOME=	gnomehack intlhack gnomeprefix gconf2 gnomedocutils
d29 4
a32 5
OPTIONS=	NAUTILUS "Enable the Nautilus component" on \
		GEDIT "Enable GEdit plug-in support" on \
		APPLET "Enable clipboard encryption applet" on \
		NOTIFY "Enable libnotify support" on
#EPIPHANY "Enable Epiphany plug-in support" on
d37 1
a37 1
.include <bsd.port.pre.mk>
d39 1
a39 7
#.if ${GECKO}=="libxul"
#CONFIGURE_ARGS+=--with-gecko=libxul-unstable
#.else
#CONFIGURE_ARGS+=--with-gecko=${GECKO:S/19//}
#.endif

.if !defined(WITHOUT_GEDIT)
d49 1
a49 1
.if !defined(WITHOUT_NAUTILUS)
a56 5
#.if !defined(WITHOUT_EPIPHANY)
#BUILD_DEPENDS+=	epiphany:${PORTSDIR}/www/epiphany
#RUN_DEPENDS+=	epiphany:${PORTSDIR}/www/epiphany
#PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.26"
#.else
a58 1
#.endif
d60 1
a60 1
.if !defined(WITHOUT_APPLET)
d68 2
a69 2
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
d84 1
a84 1
.include <bsd.port.post.mk>
@


1.23
log
@SVN rev 304053 on 2012-09-10 19:19:32Z by beat

- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@@tormail.org>
With hat:	gecko
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.22
log
@- update png to 1.5.10
@
text
@d25 1
a25 1
#USE_GECKO=	libxul
d47 1
a47 1
#CONFIGURE_ARGS+=--with-gecko=${GECKO}
@


1.21
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
@d11 1
a11 1
PORTREVISION=	6
@


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


1.19
log
@- Chase the libgcrypt shared lib version
@
text
@d6 1
a6 1
#   $MCom: ports/security/seahorse-plugins/Makefile,v 1.25 2010/04/27 22:22:07 kwm Exp $
d11 1
a11 1
PORTREVISION=	5
d86 1
a86 1
LIB_DEPENDS+=	notify.1:${PORTSDIR}/devel/libnotify
@


1.18
log
@Chase after net/openldap24-server update.

Reminded by:	miwi
@
text
@d11 1
a11 1
PORTREVISION=	4
d20 1
a20 1
		gcrypt.17:${PORTSDIR}/security/libgcrypt
@


1.17
log
@- Chase security/libksba shlib version bump

Requested by:	kwm
Pointyhat to:	glarkin
@
text
@d11 1
a11 1
PORTREVISION=	3
@


1.16
log
@Chase libgcrypt shlib bump and add security/libgcrypt to LIB_DEPENDS for
future reference.

Approved by:	kwm (mentor)
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.15
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d11 1
a11 1
PORTREVISION=	1
d19 2
a20 1
LIB_DEPENDS=	cryptui.0:${PORTSDIR}/security/seahorse
@


1.14
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
@d11 1
@


1.13
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d6 1
a6 1
#   $MCom: ports/security/seahorse-plugins/Makefile,v 1.18 2009/10/19 10:24:17 kwm Exp $
d10 1
a10 2
PORTVERSION=	2.28.1
PORTREVISION=	2
d23 2
a24 2
USE_GECKO=	libxul
USE_GNOME=	gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils
d33 2
a34 1
		APPLET "Enable clipboard encryption applet" on
d42 5
a46 5
.if ${GECKO}=="libxul"
CONFIGURE_ARGS+=--with-gecko=libxul-unstable
.else
CONFIGURE_ARGS+=--with-gecko=${GECKO}
.endif
d83 6
@


1.12
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.11
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
@d11 1
@


1.10
log
@- Remove obsolete gecko providers

Approved by:	portmgr (miwi)
Exp-run by:	miwi
@
text
@d6 1
a6 1
#   $MCom: ports-stable/security/seahorse-plugins/Makefile,v 1.1 2009/04/15 10:36:03 kwm Exp $
d10 1
a10 2
PORTVERSION=	2.26.2
PORTREVISION=	3
d31 1
a31 2
OPTIONS=	EPIPHANY "Enable Epiphany plug-in support" on \
		NAUTILUS "Enable the Nautilus component" on \
d34 1
d65 5
a69 5
.if !defined(WITHOUT_EPIPHANY)
BUILD_DEPENDS+=	epiphany:${PORTSDIR}/www/epiphany
RUN_DEPENDS+=	epiphany:${PORTSDIR}/www/epiphany
PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.26"
.else
d72 1
a72 1
.endif
@


1.9
log
@Switch default Gecko provider to libxul to allow this to build on pointyhat.

Approved by:	portmgr (implicit)
Reported by:	pav
Feature safe:	yes
@
text
@d24 1
a24 1
USE_GECKO=	libxul firefox
@


1.8
log
@Fix portability issues with newer gpgme.
@
text
@d11 1
a11 1
PORTREVISION=	2
d24 1
a24 1
USE_GECKO=	firefox libxul
@


1.7
log
@Chase gpgme update.

Submitted by:	Joseph S. Atkinson @@ irc
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.6
log
@Update to 2.26.2.
@
text
@d11 1
@


1.5
log
@Presenting GNOME 2.26.1 for FreeBSD.

Approved by:	portmgr (marcus)
@
text
@d10 1
a10 1
PORTVERSION=	2.26.1
@


1.4
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
@d6 1
a6 1
#   $MCom: ports/security/seahorse-plugins/Makefile,v 1.10 2009/03/30 05:54:57 marcus Exp $
d10 1
a10 1
PORTVERSION=	2.26.0
@


1.3
log
@Fix the plist, bump the PORTREVISION.

Reported by:	QAT
@
text
@d6 1
a6 1
#   $MCom: ports/security/seahorse-plugins/Makefile,v 1.4 2008/10/20 03:02:56 mezz Exp $
d10 1
a10 2
PORTVERSION=	2.24.1
PORTREVISION=	2
d23 1
a23 1
USE_GECKO=	firefox xulrunner
d41 6
d68 1
a68 1
PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.24"
d84 2
@


1.2
log
@Fix the epiphany version number.

Reported by:	QA Tinderbox
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.1
log
@Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
@
text
@d11 1
d63 1
a63 1
PLIST_SUB+=	EPIPHANY="" EPHY_VERSION="2.23"
@

