summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-12-21 16:07:21 +0000
committerStuart Herbert <stuart@gentoo.org>2003-12-21 16:07:21 +0000
commit5587145c617f3c88e12a14da8065751bb8cfa5b5 (patch)
tree39fafd2812670947b2cbcdabfd680ca87eeccec5
parentVersion bump (diff)
downloadgentoo-2-5587145c617f3c88e12a14da8065751bb8cfa5b5.tar.gz
gentoo-2-5587145c617f3c88e12a14da8065751bb8cfa5b5.tar.bz2
gentoo-2-5587145c617f3c88e12a14da8065751bb8cfa5b5.zip
Version bump
-rw-r--r--net-misc/nxcomp/ChangeLog7
-rw-r--r--net-misc/nxcomp/Manifest4
-rw-r--r--net-misc/nxcomp/files/digest-nxcomp-1.3.01
-rw-r--r--net-misc/nxcomp/nxcomp-1.3.0.ebuild31
-rw-r--r--net-misc/nxssh/ChangeLog5
-rw-r--r--net-misc/nxssh/Manifest4
-rw-r--r--net-misc/nxssh/files/digest-nxssh-1.3.01
-rw-r--r--net-misc/nxssh/nxssh-1.3.0.ebuild49
8 files changed, 96 insertions, 6 deletions
diff --git a/net-misc/nxcomp/ChangeLog b/net-misc/nxcomp/ChangeLog
index bc4a79cfeb5b..cdbcc0d0ece0 100644
--- a/net-misc/nxcomp/ChangeLog
+++ b/net-misc/nxcomp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/nxcomp
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/ChangeLog,v 1.5 2003/11/24 22:31:26 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/ChangeLog,v 1.6 2003/12/21 16:07:07 stuart Exp $
+
+*nxcomp-1.3.0 (21 Dec 2003)
+
+ 21 Dec 2003; Stuart Herbert <stuart@gentoo.org> nxcomp-1.3.0.ebuild:
+ Version bump
*nxcomp-1.3.0_beta2 (24 Nov 2003)
diff --git a/net-misc/nxcomp/Manifest b/net-misc/nxcomp/Manifest
index 1d7a0a992d79..47c2e2e909ac 100644
--- a/net-misc/nxcomp/Manifest
+++ b/net-misc/nxcomp/Manifest
@@ -1,8 +1,8 @@
MD5 39430c7d3895dd6b7a9981e094a2e357 nxcomp-1.2.2.ebuild 760
MD5 b53c5302c2eae44e89d613d9f3193cdd nxcomp-1.3.0_beta2.ebuild 785
-MD5 c34e840f0e712fd3813ea39452031741 nxcomp-1.3.0.ebuild 774
+MD5 183970e0b5f22e4485ec8a700168d799 nxcomp-1.3.0.ebuild 768
MD5 0e1abb6c67b5b6d7b0013faee293669e nxcomp-1.2.2-r1.ebuild 763
-MD5 4423e38d8cfaf7ce8e3970abaaeefa36 ChangeLog 698
+MD5 d981e48cb14493e9b76a46b77c966cb9 ChangeLog 814
MD5 8e92b9291198042d907534cb08b013f8 metadata.xml 361
MD5 93171603dadf0e06996bd9fd833c5064 files/digest-nxcomp-1.2.2-r1 67
MD5 5081cbda1915917e07fab844eec70fa6 files/digest-nxcomp-1.3.0_beta2 67
diff --git a/net-misc/nxcomp/files/digest-nxcomp-1.3.0 b/net-misc/nxcomp/files/digest-nxcomp-1.3.0
new file mode 100644
index 000000000000..65df4defd1f8
--- /dev/null
+++ b/net-misc/nxcomp/files/digest-nxcomp-1.3.0
@@ -0,0 +1 @@
+MD5 b2f221fba2ad7327efb87be9fc35d0fb nxcomp-1.3.0-48.tar.gz 429738
diff --git a/net-misc/nxcomp/nxcomp-1.3.0.ebuild b/net-misc/nxcomp/nxcomp-1.3.0.ebuild
new file mode 100644
index 000000000000..7a79dca17989
--- /dev/null
+++ b/net-misc/nxcomp/nxcomp-1.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.3.0.ebuild,v 1.1 2003/12/21 16:07:07 stuart Exp $
+
+MY_P="${PN}-1.3.0-48"
+DESCRIPTION="X11 protocol compression library"
+HOMEPAGE="http://www.nomachine.com/"
+SRC_URI="http://www.nomachine.com/download/nxsources/nxcomp/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND=""
+# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
+#RDEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ ./configure
+ emake || die "compile problem"
+}
+
+src_install() {
+ insinto /usr/NX/lib
+ dolib libXcomp.so.1.3.0
+
+ dodoc README README-IPAQ LICENSE VERSION
+
+ insinto /usr/NX/include
+ doins NX.h
+}
diff --git a/net-misc/nxssh/ChangeLog b/net-misc/nxssh/ChangeLog
index 5da52ebf8a1a..9570e39d3752 100644
--- a/net-misc/nxssh/ChangeLog
+++ b/net-misc/nxssh/ChangeLog
@@ -1,6 +1,9 @@
# 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.4 2003/11/13 21:08:27 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.5 2003/12/21 16:05:29 stuart Exp $
+
+ 21 Dec 2003; Stuart Herbert <stuart@gentoo.org> :
+ Version bump
*nxssh-1.3.0_beta2 (13 Nov 2003)
diff --git a/net-misc/nxssh/Manifest b/net-misc/nxssh/Manifest
index d827f71122cd..8a6791ef04e4 100644
--- a/net-misc/nxssh/Manifest
+++ b/net-misc/nxssh/Manifest
@@ -1,8 +1,8 @@
MD5 2efca95cb96408fa104941c779481fbf nxssh-1.2.2.ebuild 1367
-MD5 be492060372dcddb45e4a4868dd674e0 nxssh-1.3.0.ebuild 1380
+MD5 86d30985a825c64833085b133247c925 nxssh-1.3.0.ebuild 1374
MD5 df865a146fd43896711c079363970b28 nxssh-1.3.0_beta2.ebuild 1394
MD5 3ac8346a284f12bc14098433f37a2ad5 nxssh-1.2.2-r1.ebuild 1370
-MD5 00dcc19bc61fd51e07d209ba8b37af76 ChangeLog 739
+MD5 5b274be21d0be2e8f25ae949b6621224 ChangeLog 739
MD5 0d90a3579c4f3a0310c775b71e87fb2a metadata.xml 370
MD5 86260dbef1a3c70e78196bb5b196a922 files/digest-nxssh-1.3.0_beta2 65
MD5 f6305e9a9358e4b8a76fc81c45775fce files/digest-nxssh-1.2.2 65
diff --git a/net-misc/nxssh/files/digest-nxssh-1.3.0 b/net-misc/nxssh/files/digest-nxssh-1.3.0
new file mode 100644
index 000000000000..336dc71f3d78
--- /dev/null
+++ b/net-misc/nxssh/files/digest-nxssh-1.3.0
@@ -0,0 +1 @@
+MD5 b01616aeeed597261c358eb65851966a nxssh-1.3.0-4.tar.gz 873914
diff --git a/net-misc/nxssh/nxssh-1.3.0.ebuild b/net-misc/nxssh/nxssh-1.3.0.ebuild
new file mode 100644
index 000000000000..b20d61379967
--- /dev/null
+++ b/net-misc/nxssh/nxssh-1.3.0.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.3.0.ebuild,v 1.1 2003/12/21 16:05:29 stuart Exp $
+
+MY_P="${PN}-1.3.0-4"
+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
+}