head	1.21;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.06.01.05.24.09;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2011.06.21.12.09.48;	author arved;	state Exp;
branches;
next	1.18;

1.18
date	2010.05.30.17.39.06;	author arved;	state Exp;
branches;
next	1.17;

1.17
date	2010.03.28.06.43.31;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2010.02.06.18.02.40;	author arved;	state Exp;
branches;
next	1.15;

1.15
date	2010.02.05.11.43.53;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2009.07.31.13.55.45;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.06.14.01.05;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2007.05.19.20.22.54;	author flz;	state Exp;
branches;
next	1.11;

1.11
date	2006.11.04.18.29.45;	author arved;	state Exp;
branches;
next	1.10;

1.10
date	2006.09.06.12.22.21;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2006.09.06.12.17.52;	author garga;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.05.07.39.21;	author linimon;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2004.11.07.22.37.12;	author marcus;	state Exp;
branches;
next	1.4;

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

1.3
date	2004.02.06.13.12.20;	author trevor;	state Exp;
branches;
next	1.2;

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

1.1
date	2003.10.07.23.53.22;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# New ports collection makefile for: ssh_askpass_gtk2
# Date created:        21 Aug 2003
# Whom:                mig
#
# $FreeBSD: head/security/ssh_askpass_gtk2/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ssh_askpass_gtk2
PORTVERSION=	0.4
PORTREVISION=	7
CATEGORIES=	security
MASTER_SITES=	http://www.cgabriel.org/download/ssh-askpass-fullscreen/
DISTNAME=	ssh-askpass-fullscreen-${PORTVERSION}

MAINTAINER=	arved@@FreeBSD.org
COMMENT=	A tiny GTK2 ssh askpass replacement

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GNOME=	gtk20

PLIST_FILES=	bin/ssh-askpass-fullscreen

post-patch:
	${REINPLACE_CMD} -e "s,gcc,${CC}," ${WRKSRC}/Makefile

do-install:
	cd ${WRKSRC};\
	${INSTALL_PROGRAM} ssh-askpass-fullscreen ${PREFIX}/bin/ssh-askpass-fullscreen;\

.include <bsd.port.mk>
@


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


1.19
log
@Respect CC

Reported by:	pointyhat clang run
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.18
log
@Add LICENSE and LICENSE_FILE to my ports.
@
text
@d25 3
@


1.17
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d18 3
@


1.16
log
@Fix an unitialized variable, which may cause a warning message

Submitted by:	Kevin Dorne
Obtained from:	Gentoo http://bugs.gentoo.org/260308
@
text
@d10 1
a10 1
PORTREVISION=	5
@


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


1.14
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=	3
@


1.13
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=	2
@


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


1.11
log
@Update to 0.4
Grab maintainership
@
text
@d10 1
@


1.10
log
@Remove USE_X_PREFIX, forgot on last commit
@
text
@d9 1
a9 2
PORTVERSION=	0.3
PORTREVISION=	5
d12 1
a12 1
DISTNAME=	gtk2-ssh-askpass-0.3
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a19 2
MAN1=		ssh-askpass-gtk2.1
PLIST_FILES=	bin/ssh-askpass-gtk2
d23 1
a23 2
	${INSTALL_PROGRAM} gtk2-ssh-askpass ${PREFIX}/bin/ssh-askpass-gtk2;\
	${INSTALL_MAN} debian/gtk2-ssh-askpass.1 ${PREFIX}/man/man1/ssh-askpass-gtk2.1
@


1.9
log
@- Fix MASTER_SITES
- Fix WWW
- Cleanup a bit
- Remove DEPRECATED and EXPIRATION_DATE to save this port

Noted by:	Henrik Brix Andersen <henrik@@brixandersen.dk>
@
text
@a17 1
USE_X_PREFIX=	yes
@


1.8
log
@Reset inactive maintainer who has not responded to email.  Also, mark as
DEPRECATED since it is no longer available from the mastersite.

Hat:		portmgr
@
text
@d8 2
a9 2
PORTNAME=		ssh_askpass_gtk2
PORTVERSION=		0.3
d11 3
a13 3
CATEGORIES=		security
MASTER_SITES=		http://www.cgabriel.org/sw/gtk2-ssh-askpass/
DISTNAME=		gtk2-ssh-askpass-0.3
d15 2
a16 2
MAINTAINER=		ports@@FreeBSD.org
COMMENT=		A tiny GTK2 ssh askpass replacement
d18 2
a19 2
DEPRECATED=		no longer available from mastersite
EXPIRATION_DATE=	2006-11-05
d21 2
a22 5
USE_X_PREFIX=		yes
USE_GNOME=		gtk20

MAN1=			ssh-askpass-gtk2.1
PLIST_FILES=		bin/ssh-askpass-gtk2
@


1.7
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d15 1
a15 1
MAINTAINER=		mig@@mig-29.net
d18 3
@


1.6
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d10 1
a10 1
PORTREVISION=	4
@


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


1.4
log
@Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d10 1
a10 1
PORTREVISION=	1
@


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

(Part 1)
@
text
@d22 1
@


1.1
log
@New Port: ssh_askpass_gtk2 - A tiny GTK2 ssh askpass replacement

	A small SSH Askpass replacement written with GTK2. Features
	fullscreen dialog and translucent background.

PR:		ports/56537
Submitted by:	Manuel Rabade <mig@@mig-29.net>
@
text
@d10 1
@

