head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


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

1.11
date	2011.06.26.03.21.26;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2011.06.19.16.50.15;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.08.20.48.23;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.09.19.12.55;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.04.27.22.55.21;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.04.10.19.26.05;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.09.00.11.38;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.04.08.04.08.26;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.03.05.16.39;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.23.02.43.52;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.05.23.06.19;	author araujo;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-net-ssh-gateway
# Date created:				June 27, 2008
# Whom:					Philip M. Gollucci <pgollucci@@p6m7g8.com>
#
# $FreeBSD: head/security/rubygem-net-ssh-gateway/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	net-ssh-gateway
PORTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Establish Net::SSH connections through firewalls

RUN_DEPENDS=	rubygem-net-ssh>=1.99.1:${PORTSDIR}/security/rubygem-net-ssh

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>
@


1.11
log
@- Update to 0.9.6
- Unbreak with ruby 1.9   <=0.9.5  doesn't build with ruby 1.9
- Development of ruby's termios has moved
- Name changed to termios -> ruby-termios
- Bump PORTREVISION on ports with dependency changes

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
Checked by:     make index
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Update to 1.1.0
@
text
@d10 1
@


1.9
log
@- Fix dependency versions
@
text
@d9 1
a9 2
PORTVERSION=	1.0.1
PORTREVISION=	1
@


1.8
log
@RF -> RG Conversion (Part III)

With Hat:       ruby@@
Tested by:      make checksum
@
text
@d17 1
a17 1
RUN_DEPENDS=	rubygem-net-ssh>=2.0.0:${PORTSDIR}/security/rubygem-net-ssh
@


1.7
log
@- Re-assign all my rubygem-* ports to ruby@@
  this gives us more eyes and brings us inline with perl@@

  Current ruby@@ members (stas, dinoex, pgollucci)
  http://wiki.freebsd.org/Ruby

Discussed with: stas on #bsdports
@
text
@d12 1
a12 2
MASTER_SITES=	RF
MASTER_SITE_SUBDIR=	net-ssh
@


1.6
log
@ - Remove duplicate from double merge
@
text
@d3 1
a3 1
# Whom:					Philip M. Gollucci <pgollucci@@FreeBSD.org>
d15 1
a15 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.5
log
@- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
@
text
@a22 1
RUBYGEM_AUTOPLIST=	yes
@


1.4
log
@- switch to RUBYGEM_AUTOPLIST
- convert to ports check in prep for security/rubygem-net-ssh update
@
text
@d22 1
@


1.3
log
@- Update to 1.0.1
@
text
@d10 1
d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-2.0.2.gemspec:${PORTSDIR}/security/rubygem-net-ssh
d22 1
@


1.2
log
@Update my ports to my freebsd address

Approved by:    araujo (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
@


1.1
log
@Net::SSH::Gateway is a library for programmatically tunneling connections to
servers via a single "gateway" host. It is useful for establishing Net::SSH
connections to servers behind firewalls, but can also be used to forward ports
and establish connections of other types, like HTTP, to servers with i
restricted access.

* Easily manage forwarded ports
* Establish Net::SSH connections through firewalls

WWW: http://net-ssh.rubyforge.org/gateway

PR:		ports/125053
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
@
text
@d3 1
a3 1
# Whom:					Philip M. Gollucci <pgollucci@@p6m7g8.com>
d14 1
a14 1
MAINTAINER=	pgollucci@@p6m7g8.com
@

