head	1.16;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.16
date	2013.03.08.21.25.43;	author svnexp;	state Exp;
branches;
next	1.15;

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

1.14
date	2012.08.14.18.19.34;	author tabthorpe;	state Exp;
branches;
next	1.13;

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

1.12
date	2011.09.23.22.25.12;	author amdmi3;	state Exp;
branches;
next	1.11;

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

1.10
date	2010.02.05.11.43.46;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.31.13.55.40;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.00.51;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2008.03.24.17.02.18;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.24.23.36.32;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2007.05.19.20.22.34;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.19.07.52.12;	author itetcu;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.14.08.54.42;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.23.15.59.55;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.01.11.12.26;	author acm;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313633
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	gpass
# Date created:		2006-07-24
# Whom:			ports@@c0decafe.net <ports@@c0decafe.net>
#
# $FreeBSD: head/security/gpass/Makefile 313633 2013-03-08 10:51:34Z kwm $
#

PORTNAME=	gpass
PORTVERSION=	0.5.1
PORTREVISION=	10
CATEGORIES=	security gnome
MASTER_SITES=	http://projects.netlab.jp/gpass/release/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A password manager for GNOME2

LIB_DEPENDS=	mcrypt:${PORTSDIR}/security/mcrypt \
		mhash:${PORTSDIR}/security/mhash

GNU_CONFIGURE=	yes
LDFLAGS+=	-L${LOCALBASE}/lib -export-dynamic
USE_GMAKE=	yes

MAN1=		gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1

USE_GNOME=	gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2
GCONF_SCHEMAS=	gpass.schemas

post-patch:
	@@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
		${WRKSRC}/configure
	@@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
		${WRKSRC}/include/gpass/error.h \
		${WRKSRC}/src/helper.h

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

.include <bsd.port.mk>
@


1.15
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/gpass/Makefile 302528 2012-08-14 18:19:34Z tabthorpe $
d32 3
@


1.14
log
@SVN rev 302528 on 2012-08-14 18:19:34Z by tabthorpe

- Reassign ports to the heap due to a mail bounce

With hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- update png to 1.5.10
@
text
@d14 1
a14 1
MAINTAINER=	ports@@c0decafe.net
@


1.12
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=	9
@


1.11
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d21 1
a21 1
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
@


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


1.9
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.8
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.7
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.6
log
@Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
@
text
@d10 1
a10 1
PORTREVISION=	4
a19 1
USE_XLIB=	yes
@


1.5
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.4
log
@REmove 4.x support.

PR:		ports/111823
Submitted by:	Marcelo Araujo
Approved by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
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
@a29 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		Does not compile
.endif

d37 1
a37 1
.include <bsd.port.post.mk>
@


1.2
log
@- Fix pkg-plist

Reported by:	kris
Approved by:	garga (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
USE_X_PREFIX=	yes
d25 1
a25 1
MAN1=	gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
d27 1
a27 1
USE_GNOME=	gtk20 libgnomeui intltool libglade2
d36 7
@


1.1
log
@New port: security/gpass

The GNOME Password Manager - GPass for short - is a simple
application, written for the GNOME 2 desktop, that lets you manage a
collection of passwords.  The password collection is stored in an
encrypted file, protected by a master-password.

GPass is released under the GNU GPL2 licence.

Features:

    * Clean and easy-to-use user interface.
    * Quick-search facility.
    * Username and password may easily be copied to the clipboard.
    * Encryption is done using the OpenSSL cryptographics library.
    * The built-in password generator helps you generate secure passwords.
    * You can launch a website and the associated username/passwords
      direct from GPass

Author: Kouji TAKAO <kouji -at- netlab.jp>
WWW:    http://projects.netlab.jp/gpass/

PR:		ports/100845
Submitted by:	ports_at_c0decafe.net <ports at c0decafe.net>
Approved by:	garga (mentor)
@
text
@d10 1
@

