diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-09-10 16:11:38 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-09-10 16:11:38 +0000 |
commit | a82399e8d4fff1d4a4854c18664e53b2b48a83bc (patch) | |
tree | d265eb42fd2fc7beb953d1e4d3667f3e3e72a366 /net-misc | |
parent | Added ebuild for nxssh-1.2.2-6 release (diff) | |
download | gentoo-2-a82399e8d4fff1d4a4854c18664e53b2b48a83bc.tar.gz gentoo-2-a82399e8d4fff1d4a4854c18664e53b2b48a83bc.tar.bz2 gentoo-2-a82399e8d4fff1d4a4854c18664e53b2b48a83bc.zip |
Added ebuild for nxssh-1.2.2-6 release
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nxssh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/nxssh/Manifest | 5 | ||||
-rw-r--r-- | net-misc/nxssh/files/digest-nxssh-1.2.2-r1 | 1 | ||||
-rw-r--r-- | net-misc/nxssh/metadata.xml | 11 | ||||
-rw-r--r-- | net-misc/nxssh/nxssh-1.2.2-r1.ebuild | 49 |
5 files changed, 70 insertions, 3 deletions
diff --git a/net-misc/nxssh/ChangeLog b/net-misc/nxssh/ChangeLog index d746a5c4c457..b993a5317f22 100644 --- a/net-misc/nxssh/ChangeLog +++ b/net-misc/nxssh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/nxssh # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.2 2003/09/02 09:42:01 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.3 2003/09/10 16:11:33 stuart Exp $ + +*nxssh-1.2.2-r1 (10 Sep 2003) + + 10 Sep 2003; stuart metadata.xml, nxssh-1.2.2-r1.ebuild: + Added ebuild for nxssh-1.2.2-6 release 02 Sep 2003; stuart nxssh-1.2.2.ebuild: Marked as stable, to support the release of the nxserver ebuilds diff --git a/net-misc/nxssh/Manifest b/net-misc/nxssh/Manifest index a702b17141a9..427e6b4e256d 100644 --- a/net-misc/nxssh/Manifest +++ b/net-misc/nxssh/Manifest @@ -1,5 +1,6 @@ MD5 2efca95cb96408fa104941c779481fbf nxssh-1.2.2.ebuild 1367 -MD5 c68417bcbd55f471c41dffec50ff83e1 nxssh-1.2.2-r1.ebuild 1367 -MD5 7336ca8fe49914ae0313728bf18ad9cd ChangeLog 408 +MD5 3ac8346a284f12bc14098433f37a2ad5 nxssh-1.2.2-r1.ebuild 1370 +MD5 bd6a3bf6edb9879b02e9e34a60fe68c7 ChangeLog 540 +MD5 0d90a3579c4f3a0310c775b71e87fb2a metadata.xml 370 MD5 f6305e9a9358e4b8a76fc81c45775fce files/digest-nxssh-1.2.2 65 MD5 3bc36d6521860bd0266bccc0e9ea3ad6 files/digest-nxssh-1.2.2-r1 65 diff --git a/net-misc/nxssh/files/digest-nxssh-1.2.2-r1 b/net-misc/nxssh/files/digest-nxssh-1.2.2-r1 new file mode 100644 index 000000000000..ca1530245be4 --- /dev/null +++ b/net-misc/nxssh/files/digest-nxssh-1.2.2-r1 @@ -0,0 +1 @@ +MD5 cf40aed4082bf9d3bb8647935ca602d8 nxssh-1.2.2-6.tar.gz 881847 diff --git a/net-misc/nxssh/metadata.xml b/net-misc/nxssh/metadata.xml new file mode 100644 index 000000000000..142549ec384e --- /dev/null +++ b/net-misc/nxssh/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>stuart@gentoo.org</email> + <name>Stuart Herbert</name> + <description>Maintainer</description> +</maintainer> +<longdescription>Modified openssh client, used by nxclient</longdescription> +</pkgmetadata> diff --git a/net-misc/nxssh/nxssh-1.2.2-r1.ebuild b/net-misc/nxssh/nxssh-1.2.2-r1.ebuild new file mode 100644 index 000000000000..00351d75d9d0 --- /dev/null +++ b/net-misc/nxssh/nxssh-1.2.2-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.2.2-r1.ebuild,v 1.1 2003/09/10 16:11:33 stuart Exp $ + +MY_P="${P}-6" +DESCRIPTION="Modified openssh client, used by nxclient" +HOMEPAGE="http://www.nomachine.com/" +SRC_URI="http://www.nomachine.com/download/nxsources/nxssh/${MY_P}.tar.gz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 -ppc -sparc -mips -alpha" +DEPEND="" +# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: +#RDEPEND="" +IUSE="tcpd pam kerberos" + +S=${WORKDIR}/${PN} + +src_compile() { + local myconf + + use tcpd || myconf="${myconf} --without-tcp-wrappers" + use tcpd && myconf="${myconf} --with-tcp-wrappers" + use pam || myconf="${myconf} --without-pam" + use pam && myconf="${myconf} --with-pam" + use ipv6 || myconf="${myconf} --with-ipv4-default" + + # app-crypt/mit-krb5 + use kerberos && myconf="${myconf} --with-kerberos5" + + ./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 \ + --host=${CHOST} ${myconf} || die "bad configure" + + emake || die "compile problem" +} + +src_install() { + exeinto /usr/NX/bin + doexe nxssh +} |