head	1.16;
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.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


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

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

1.14
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.10.03.11.07.31;	author sbz;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.11.14.07.34;	author sbz;	state Exp;
branches;
next	1.11;

1.11
date	2011.06.01.09.03.07;	author sbz;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.18.10.04.53;	author sbz;	state Exp;
branches;
next	1.9;

1.9
date	2009.12.08.10.01.41;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.22.10.19.14;	author yzlin;	state Exp;
branches;
next	1.7;

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

1.6
date	2008.05.30.20.39.56;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.03.11.02.27.48;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.23.10.39.02;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.27.15.34.47;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.21.09.06.22;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.26.14.14.51;	author johans;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313454
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Ulf Lilleengen
# $FreeBSD: head/security/py-paramiko/Makefile 313454 2013-03-05 13:54:26Z sbz $

PORTNAME=	paramiko
PORTVERSION=	1.10.0
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	Python SSH2 protocol library

LICENSE=	GPLv2

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
	@@${MKDIR} ${EXAMPLESDIR}
	@@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif

regression-test: extract
	@@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)

.include <bsd.port.mk>
@


1.15
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307461
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307461 | sbz | 2012-11-15 20:57:00 +0000 (Thu, 15 Nov 2012) | 4 lines
## SVN ##
## SVN ## - Update to 1.9.0
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/py-paramiko/Makefile 307461 2012-11-15 20:57:00Z sbz $
d5 1
a5 1
PORTVERSION=	1.9.0
d11 1
a11 1
COMMENT=	A python library for making SSH2 connections
d22 2
a23 1
.if !defined(NOPORTEXAMPLES)
d25 2
a26 1
	${MKDIR} ${EXAMPLESDIR}
d30 1
a30 1
regression-test: build
@


1.14
log
@Switch exporter over
@
text
@d1 2
a2 2
# Created by:                       Ulf Lilleengen
# $FreeBSD: head/security/py-paramiko/Makefile 305196 2012-10-03 11:07:31Z sbz $
d5 1
a5 1
PORTVERSION=	1.8.0
@


1.13
log
@SVN rev 305196 on 2012-10-03 11:07:31Z by sbz

- Update to 1.8.0
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.12
log
@- Update to 1.7.7.2
- Make happy portlint
@
text
@d1 1
a1 4
# Ports collection makefile for:      paramiko
# Date created:               4 Feb   2006
# Whom:                       Ulf Lilleengen
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.7.7.2
a13 1
LICENSE_FILE=	${WRKSRC}/LICENSE
d28 1
a28 1
regression-test:
@


1.11
log
@- Update to 1.7.7.1
- Add LICENSE
- Add regression-test target

Approved by:	miwi@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.7.1
a16 2
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto

d20 2
@


1.10
log
@Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:	jadawin@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.6
d11 1
a11 1
MASTER_SITES=	http://www.lag.net/paramiko/download/
d19 3
d30 1
a30 1
	${CP} ${WRKSRC}/demos/* ${EXAMPLESDIR}
d33 3
@


1.9
log
@- Update to 1.7.6
- Install examples
- Pass maintainership to submitter

PR:		ports/140331
Submitted by:	Sofian Brabez <sbrabez@@gmail.com>
Approved by:	Matthew D. Fuller <fullermd@@over-yonder.net> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	sbrabez@@gmail.com
@


1.8
log
@- Update to 1.7.5

PR:		ports/136922
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
Approved by:	Matthew D. Fuller <fullermd AT over-yonder.net> (maintainer), lwhsu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.5
d14 1
a14 1
MAINTAINER=	fullermd@@over-yonder.net
d22 8
@


1.7
log
@- Update to 1.7.4

PR:		126833
Submitted by:	Matthew D. Fuller <fullermd@@over-yonder.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.4
@


1.6
log
@- Update to 1.7.3

PR:		123438
Submitted by:	"Josh Paetzel" <josh@@tcbug.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.7.3
@


1.5
log
@- Updated to 1.7.2

PR:		ports/119962
Submitted by:	Felippe de Meirelles Motta <lippemail AT gmail.com>
Approved, modified by:	"Matthew D. Fuller" <fullermd AT over-yonder.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.2
@


1.4
log
@- change maintainer to Matthew Fuller <fullermd@@over-yonder.net>

PR:		ports/114751
Submitted by:	Ulf Lilleengen <lulf@@stud.ntnu.no> (maintainer)
Approved by:	new maintainer, garga (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.7
d19 1
a19 2
USE_PYTHON=	2.3+
USE_PYTHON_PREFIX=	yes
a20 1
USE_ZIP=	yes
@


1.3
log
@- Update to 1.7

PR:		112866
Submitted by:	Ulf Lilleengen <lulf@@pvv.ntnu.no> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	lulf@@pvv.ntnu.no
@


1.2
log
@- Update to 1.6.2

PR:		ports/102258
Submitted by:	Ulf Lilleengen <lulf(at)pvv.ntnu.no> (maintainer)
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.6.2
@


1.1
log
@Add py-paramiko, a Python library for making ssh2 connections

PR:             92807
Submitted by:   Ulf Lilleengen
Approved by:    flz (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.5.4
@

