diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-08-27 03:07:10 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-08-27 03:07:10 +0000 |
commit | 0808c9799d10b901fef90790bc63d6b74fb8f536 (patch) | |
tree | 0455293d0f95be07cf31c94617b15a760dc7ce2c /net-misc | |
parent | Initial import (diff) | |
download | gentoo-2-0808c9799d10b901fef90790bc63d6b74fb8f536.tar.gz gentoo-2-0808c9799d10b901fef90790bc63d6b74fb8f536.tar.bz2 gentoo-2-0808c9799d10b901fef90790bc63d6b74fb8f536.zip |
Initial import
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nxcomp/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/nxcomp/Manifest | 3 | ||||
-rw-r--r-- | net-misc/nxcomp/files/digest-nxcomp-1.2.2 | 1 | ||||
-rw-r--r-- | net-misc/nxcomp/nxcomp-1.2.2.ebuild | 31 | ||||
-rw-r--r-- | net-misc/nxproxy/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/nxproxy/Manifest | 3 | ||||
-rw-r--r-- | net-misc/nxproxy/files/1.2.2-Makefile.in.patch | 11 | ||||
-rw-r--r-- | net-misc/nxproxy/files/digest-nxproxy-1.2.2 | 1 | ||||
-rw-r--r-- | net-misc/nxproxy/nxproxy-1.2.2.ebuild | 40 | ||||
-rw-r--r-- | net-misc/nxssh/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/nxssh/Manifest | 3 | ||||
-rw-r--r-- | net-misc/nxssh/files/digest-nxssh-1.2.2 | 1 | ||||
-rw-r--r-- | net-misc/nxssh/nxssh-1.2.2.ebuild | 49 |
13 files changed, 167 insertions, 3 deletions
diff --git a/net-misc/nxcomp/ChangeLog b/net-misc/nxcomp/ChangeLog new file mode 100644 index 000000000000..29fd0dcecea5 --- /dev/null +++ b/net-misc/nxcomp/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2003/08/27 03:02:39 stuart Exp $ + +*nxcomp-1.2.2 (27 Aug 2003) + + 27 Aug 2003; stuart nxcomp-1.2.2.ebuild: + Initial import + diff --git a/net-misc/nxcomp/Manifest b/net-misc/nxcomp/Manifest index 4230a4010f5d..4a0a3b43631e 100644 --- a/net-misc/nxcomp/Manifest +++ b/net-misc/nxcomp/Manifest @@ -1,2 +1,3 @@ -MD5 8685035385a0ed461a84915342adc210 nxcomp-1.2.2.ebuild 546 +MD5 e93de8ad54b28bd8aa1dffd39b670f59 nxcomp-1.2.2.ebuild 762 +MD5 5341213499b1bded384b6ccf62daab9a ChangeLog 302 MD5 b7ad142d655c6e9ae50d78bf227a1248 files/digest-nxcomp-1.2.2 67 diff --git a/net-misc/nxcomp/files/digest-nxcomp-1.2.2 b/net-misc/nxcomp/files/digest-nxcomp-1.2.2 new file mode 100644 index 000000000000..5b0d12a684aa --- /dev/null +++ b/net-misc/nxcomp/files/digest-nxcomp-1.2.2 @@ -0,0 +1 @@ +MD5 b27d13ede847884b571f27b4cd1c6b21 nxcomp-1.2.2-55.tar.gz 402433 diff --git a/net-misc/nxcomp/nxcomp-1.2.2.ebuild b/net-misc/nxcomp/nxcomp-1.2.2.ebuild new file mode 100644 index 000000000000..d2ff9ed5e2dd --- /dev/null +++ b/net-misc/nxcomp/nxcomp-1.2.2.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.2.2.ebuild,v 1.1 2003/08/27 03:02:39 stuart Exp $ + +MY_P="${P}-55" +DESCRIPTION="X11 protocol compression library" +HOMEPAGE="http://www.nomachine.com/" +SRC_URI="http://www.nomachine.com/download/nxsources/nxcomp/${MY_P}.tar.gz" +LICENSE="nxcomp" +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.2.2 + + dodoc README README-IPAQ LICENSE VERSION + + insinto /usr/NX/include + doins NX.h +} diff --git a/net-misc/nxproxy/ChangeLog b/net-misc/nxproxy/ChangeLog new file mode 100644 index 000000000000..9ceb3e7bbed9 --- /dev/null +++ b/net-misc/nxproxy/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-misc/nxproxy +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxproxy/ChangeLog,v 1.1 2003/08/27 03:04:42 stuart Exp $ + +*nxproxy-1.2.2 (27 Aug 2003) + + 27 Aug 2003; stuart nxproxy-1.2.2.ebuild, files/1.2.2-Makefile.in.patch: + Initial import + diff --git a/net-misc/nxproxy/Manifest b/net-misc/nxproxy/Manifest index 80b749985e36..2e3747ea53e6 100644 --- a/net-misc/nxproxy/Manifest +++ b/net-misc/nxproxy/Manifest @@ -1,3 +1,4 @@ -MD5 75830d763b3e4fe2aa19b13093d94fe9 nxproxy-1.2.2.ebuild 865 +MD5 69858474a1b2545006369398c4259c02 nxproxy-1.2.2.ebuild 965 +MD5 7e181a085509f25b220c56b34ff40017 ChangeLog 337 MD5 0738e13fa3f4d0504c8419991333f8d3 files/digest-nxproxy-1.2.2 66 MD5 d7c92d02795ad3ecf951731efaac6b03 files/1.2.2-Makefile.in.patch 421 diff --git a/net-misc/nxproxy/files/1.2.2-Makefile.in.patch b/net-misc/nxproxy/files/1.2.2-Makefile.in.patch new file mode 100644 index 000000000000..31ed82cb7cb0 --- /dev/null +++ b/net-misc/nxproxy/files/1.2.2-Makefile.in.patch @@ -0,0 +1,11 @@ +--- Makefile.in 2003-03-11 17:27:49.000000000 +0000 ++++ Makefile.in.new 2003-08-27 02:57:39.000000000 +0100 +@@ -13,7 +13,7 @@ + CXX = @CXX@ + CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \ + -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ +- -Wmissing-declarations -Wnested-externs ++ -Wmissing-declarations -Wnested-externs -I/usr/NX/include + + CXXINCLUDES = -I. -I../nxcomp + diff --git a/net-misc/nxproxy/files/digest-nxproxy-1.2.2 b/net-misc/nxproxy/files/digest-nxproxy-1.2.2 new file mode 100644 index 000000000000..300dfccdaa29 --- /dev/null +++ b/net-misc/nxproxy/files/digest-nxproxy-1.2.2 @@ -0,0 +1 @@ +MD5 8c75e3d71b5da8b724b24111de6099d1 nxproxy-1.2.2-5.tar.gz 24937 diff --git a/net-misc/nxproxy/nxproxy-1.2.2.ebuild b/net-misc/nxproxy/nxproxy-1.2.2.ebuild new file mode 100644 index 000000000000..cec14ae72829 --- /dev/null +++ b/net-misc/nxproxy/nxproxy-1.2.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxproxy/nxproxy-1.2.2.ebuild,v 1.1 2003/08/27 03:04:42 stuart Exp $ + +MY_P="${P}-5" +DESCRIPTION="X11 protocol compression library wrapper" +HOMEPAGE="http://www.nomachine.com/" +SRC_URI="http://www.nomachine.com/download/nxsources/${PN}/${MY_P}.tar.gz" +LICENSE="nxcomp" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=net-misc/nxcomp-1.2.2 + sys-devel/patch + >=media-libs/jpeg-6b-r3 + >=sys-libs/glibc-2.3.2-r1 + >=sys-libs/zlib-1.1.4-r1" + +# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: +#RDEPEND="" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + cd ${S} + patch Makefile.in < ${FILESDIR}/1.2.2-Makefile.in.patch +} + +src_compile() { + ./configure + + emake || die "compile problem" +} + +src_install() { + exeinto /usr/NX/bin + doexe nxproxy + + dodoc README README-IPAQ README-VALGRIND VERSION LICENSE +} diff --git a/net-misc/nxssh/ChangeLog b/net-misc/nxssh/ChangeLog new file mode 100644 index 000000000000..c4c7fa137883 --- /dev/null +++ b/net-misc/nxssh/ChangeLog @@ -0,0 +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.1 2003/08/27 03:07:02 stuart Exp $ + +*nxssh-1.2.2 (27 Aug 2003) + + 27 Aug 2003; stuart nxssh-1.2.2.ebuild: + Initial import + diff --git a/net-misc/nxssh/Manifest b/net-misc/nxssh/Manifest index a432da00bb9b..fb42119c7f91 100644 --- a/net-misc/nxssh/Manifest +++ b/net-misc/nxssh/Manifest @@ -1,2 +1,3 @@ -MD5 f81f27c7338a35f6b9ce809b10478a19 nxssh-1.2.2.ebuild 1189 +MD5 5d682fff9a53bb50df38069ed4166525 nxssh-1.2.2.ebuild 1343 +MD5 b34343b53861d0084fb3082a0f16b200 ChangeLog 298 MD5 f6305e9a9358e4b8a76fc81c45775fce files/digest-nxssh-1.2.2 65 diff --git a/net-misc/nxssh/files/digest-nxssh-1.2.2 b/net-misc/nxssh/files/digest-nxssh-1.2.2 new file mode 100644 index 000000000000..f0e12f7c7c53 --- /dev/null +++ b/net-misc/nxssh/files/digest-nxssh-1.2.2 @@ -0,0 +1 @@ +MD5 ad942b49798c6f236b54a3644d37875a nxssh-1.2.2-5.tar.gz 879067 diff --git a/net-misc/nxssh/nxssh-1.2.2.ebuild b/net-misc/nxssh/nxssh-1.2.2.ebuild new file mode 100644 index 000000000000..a131d7a3d1ca --- /dev/null +++ b/net-misc/nxssh/nxssh-1.2.2.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.ebuild,v 1.1 2003/08/27 03:07:02 stuart Exp $ + +MY_P="${P}-5" +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" +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 +} |