summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-10-20 21:25:37 +0000
committerAron Griffis <agriffis@gentoo.org>2005-10-20 21:25:37 +0000
commitc3c6505735a8218e2b7c6d42b385d32d44d22304 (patch)
tree69df10b505d052109888b47fded0ca5377002efe /net-misc/nxssh
parentUpdate to nxcomp-1.5.0 (diff)
downloadhistorical-c3c6505735a8218e2b7c6d42b385d32d44d22304.tar.gz
historical-c3c6505735a8218e2b7c6d42b385d32d44d22304.tar.bz2
historical-c3c6505735a8218e2b7c6d42b385d32d44d22304.zip
Bump to 1.5.0 (from 1.4.0-r1)
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-misc/nxssh')
-rw-r--r--net-misc/nxssh/ChangeLog7
-rw-r--r--net-misc/nxssh/Manifest10
-rw-r--r--net-misc/nxssh/files/digest-nxssh-1.5.02
-rw-r--r--net-misc/nxssh/nxssh-1.5.0.ebuild49
4 files changed, 67 insertions, 1 deletions
diff --git a/net-misc/nxssh/ChangeLog b/net-misc/nxssh/ChangeLog
index f9b4d3b82b1c..07b61b6d8040 100644
--- a/net-misc/nxssh/ChangeLog
+++ b/net-misc/nxssh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/nxssh
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.13 2005/02/17 12:54:15 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.14 2005/10/20 21:25:37 agriffis Exp $
+
+*nxssh-1.5.0 (20 Oct 2005)
+
+ 20 Oct 2005; Aron Griffis <agriffis@gentoo.org> +nxssh-1.5.0.ebuild:
+ Bump to 1.5.0 (from 1.4.0-r1)
17 Feb 2005; Stuart Herbert <stuart@gentoo.org> nxssh-1.4.0-r1.ebuild:
Bug 62567: missing dep; Manuzhai <mail@manuzhai.nl>
diff --git a/net-misc/nxssh/Manifest b/net-misc/nxssh/Manifest
index 5ca42392d0bb..b660cdcbc03b 100644
--- a/net-misc/nxssh/Manifest
+++ b/net-misc/nxssh/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 853922341c67741c20ecdc32bb5954b0 ChangeLog 1691
MD5 1621d9205e3725cfc24ccf19006e9699 files/digest-nxssh-1.3.2 65
MD5 c55a5bd8cb8ece91220fc12237304f61 files/digest-nxssh-1.4.0-r1 66
@@ -6,3 +9,10 @@ MD5 0d90a3579c4f3a0310c775b71e87fb2a metadata.xml 370
MD5 26d3d3c58c8b586790a97578d1a14367 nxssh-1.3.2.ebuild 1414
MD5 739cb79eee52b9f08d4ce9e7782bdb73 nxssh-1.4.0-r1.ebuild 1425
MD5 351e042357537d932c37050f6d0d9f91 nxssh-1.5.0.ebuild 1184
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFDWAtbJrHF4yAQTrARAtgBAKCqwnebY9zN5vORZTUPn14o11OajgCfX0rI
+fS5YLGH2g7wuxRaO2YgoI7g=
+=Eeu/
+-----END PGP SIGNATURE-----
diff --git a/net-misc/nxssh/files/digest-nxssh-1.5.0 b/net-misc/nxssh/files/digest-nxssh-1.5.0
new file mode 100644
index 000000000000..cb19c925b13e
--- /dev/null
+++ b/net-misc/nxssh/files/digest-nxssh-1.5.0
@@ -0,0 +1,2 @@
+MD5 cab094a88acb299cc1e89dfb2c6a95eb nxcomp-1.5.0-65.tar.gz 496878
+MD5 b5d0a97f8010f5e4047cccce971f2101 nxssh-1.5.0-21.tar.gz 866277
diff --git a/net-misc/nxssh/nxssh-1.5.0.ebuild b/net-misc/nxssh/nxssh-1.5.0.ebuild
new file mode 100644
index 000000000000..6447cea02459
--- /dev/null
+++ b/net-misc/nxssh/nxssh-1.5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.5.0.ebuild,v 1.1 2005/10/20 21:25:37 agriffis Exp $
+
+inherit multilib flag-o-matic
+
+DESCRIPTION="Modified openssh client, used by nxclient"
+HOMEPAGE="http://www.nomachine.com/"
+
+IUSE="ipv6 pam tcpd"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SRC_URI="http://web04.nomachine.com/download/1.5.0/sources/nxssh-$PV-21.tar.gz"
+
+DEPEND="
+ =net-misc/nxcomp-1.5*
+ dev-libs/openssl
+ virtual/libc
+ sys-libs/zlib
+ tcpd? ( sys-apps/tcp-wrappers )
+ pam? ( sys-libs/pam )"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ append-ldflags -L/usr/NX/$(get_libdir)
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc/ssh \
+ --mandir=/usr/share/man \
+ --libexecdir=/usr/lib/misc \
+ --datadir=/usr/share/openssh \
+ --disable-suid-ssh \
+ --with-privsep-path=/var/empty \
+ --with-privsep-user=sshd \
+ --with-md5-passwords \
+ $(use_with tcpd tcp-wrappers) \
+ $(use_with pam) \
+ $(use_with !ipv6 ipv4-default) \
+ || die "configure nxssh failed"
+ emake || die "emake nxssh failed"
+}
+
+src_install() {
+ into /usr/NX
+ dobin nxssh
+}