head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2013.03.04.18.06.13;	author svnexp;	state Exp;
branches;
next	1.12;

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

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

1.10
date	2011.09.12.14.22.20;	author ashish;	state Exp;
branches;
next	1.9;

1.9
date	2010.06.11.13.37.38;	author ashish;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.31.02.00.50;	author ade;	state Exp;
branches;
next	1.7;

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

1.6
date	2010.03.19.22.58.47;	author sylvio;	state Exp;
branches;
next	1.5;

1.5
date	2010.02.05.11.43.47;	author dinoex;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2009.02.13.23.36.51;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313402
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Ashish Shukla <wahjava@@gmail.com>
# $FreeBSD: head/security/hotssh/Makefile 313402 2013-03-04 10:55:23Z lwhsu $

PORTNAME=	hotssh
PORTVERSION=	0.2.7
PORTREVISION=	4
CATEGORIES=	security gnome
MASTER_SITES=	GNOME
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	HotSSH is an interface to Secure Shell, for GNOME and OpenSSH

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
		${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
		${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
		${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
		${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
		${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte

USE_GNOME=	pygtk2 gnomedocutils libxslt glib20
USE_GETTEXT=	yes
USE_PYTHON=	2.5+
INSTALLS_ICONS=	yes
USE_BZIP2=	yes

B64DECODE?=	/usr/bin/b64decode
BSPATCH?=	/usr/bin/bspatch

post-extract:
	${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g'
	${MV} ${WRKSRC}/waf ${WRKSRC}/waf.beforepatch
	cd ${WRKSRC} && ${B64DECODE} -o waf.diff ${FILESDIR}/waf.diff && ${BSPATCH} waf.beforepatch waf waf.diff && ${CHMOD} 755 waf
	${GREP} -Rl '%%LOCALBASE%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g"

do-configure:
	cd ${WRKSRC} && ./waf configure --prefix=${PREFIX}

do-build:
	cd ${WRKSRC} && ./waf

do-install:
	cd ${WRKSRC} && ./waf install

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	hotssh
# Date created:		2009-01-30
# Whom:			Ashish Shukla <wahjava@@gmail.com>
#
# $FreeBSD: head/security/hotssh/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d17 1
a17 1
		${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
d21 1
a21 1
		${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
@


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


1.10
log
@- Switch to databases/py-sqlite3 from databases/py-pysqlite2x[1]
- Use GNOME in MASTER_SITES instead of MASTER_SITE_GNOME[1]
- Bump PORTREVISION[1]
- Fix a bug showing up in Python 2.7+

PR:		ports/160066
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.9
log
@- Change my maintainer address.

Approved by:	   pgj (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	2
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_GNOME}
d21 1
a21 1
		${PYTHON_SITELIBDIR}/pysqlite2/test/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
d25 1
a25 1
		${PYTHON_SITELIBDIR}/pysqlite2/test/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
@


1.8
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d15 1
a15 1
MAINTAINER=	wahjava@@gmail.com
@


1.7
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Update to 0.2.7

PR:		ports/143602
Submitted by:	Ashish Shukla <wahjava@@gmail.com> (maintainer)
Approved by:	miwi (mentor)
@
text
@d10 1
@


1.5
log
@- update to jpeg-8
@
text
@d9 1
a9 2
PORTVERSION=	0.2.6
PORTREVISION=	4
d30 5
d38 3
@


1.4
log
@Chase the vte shared lib bump.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


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


1.2
log
@Chase the vte shared lib version bump.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@HotSSH is an interface to Secure Shell, for GNOME and OpenSSH. It
intends to be a better experience than simply invoking "ssh" from an
existing terminal window.

   * Fast search-based interface for new connections
   * Also display and search of local (Avahi) SSH servers
   * Tabbed display with automatic session saving (Firefox style)
   * Status bar with information like latency to server and output of
     remote uptime
   * Close integration with OpenSSH features like connection sharing
     (near-instant new tabs)
   * NetworkManager integration to easily reconnect after a network
     change, great for laptops

WWW:	http://projects.gnome.org/hotssh/

PR:		ports/131133
Submitted by:	Ashish Shukla <wahjava at gmail.com>
@
text
@d10 1
@

