head	1.11;
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.6
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


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

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

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

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

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

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

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

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

1.3
date	2009.04.08.03.53.11;	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.03.07;	author araujo;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	net-scp
PORTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Non-interactive SCP processing

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.10
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.9
log
@- Update to 1.0.4

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d10 1
@


1.8
log
@- Update to 1.0.3

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d9 1
a9 1
PORTVERSION=	1.0.3
@


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

With Hat:       ruby@@
Tested by:      make checksum
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
@


1.6
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
@d11 1
a11 2
MASTER_SITES=	RF
MASTER_SITE_SUBDIR=	net-ssh
@


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


1.4
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
@a21 1
RUBYGEM_AUTOPLIST=	yes
@


1.3
log
@- Update to 1.0.2
- switch to RUBYGEM_AUTOPLIST
@
text
@d21 1
@


1.2
log
@Update my ports to my freebsd address

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


1.1
log
@Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over
SSH (and requires the Net::SSH library), and allows files and directory trees
to copied to and from a remote server.

* Transfer files or entire directory trees to or from a remote host via SCP
* Can preserve file attributes across transfers
* Can download files in-memory, or direct-to-disk
* Support for SCP URI's, and OpenURI

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

PR:		ports/125052
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
@

