Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Florian Franzmann (67f0837f251347771d32551f36e171d4e5de70b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Florian Franzmann (67f0837f251347771d32551f36e171d4e5de70b2)
  • Date: Tue, 8 Sep 2009 13:53:08 -0500

GIT changes to master z-rejected grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
z-x11/nxclient/BUILD | 1 +
z-x11/nxclient/DEPENDS | 1 +
z-x11/nxclient/DETAILS | 20 ++++++++++++++++++++
z-x11/nxclient/HISTORY | 3 +++
z-x11/nxclient/INSTALL | 3 +++
z-x11/nxclient/desktop/nxclient.desktop | 10 ++++++++++
7 files changed, 41 insertions(+)

New commits:
commit 67f0837f251347771d32551f36e171d4e5de70b2
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

z-x11/nxclient: new spell, a client for the NX terminal server

diff --git a/ChangeLog b/ChangeLog
index 504a5f1..7a42b82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * z-x11/nxclient: new spell, a client for the NX terminal server
+
2009-08-23 Donald Johnson <ltdonny AT gmail.com>
* z-libs/acml32: New spell, AMD Core Math Library (32-bit)
* z-libs/acml64: New spell, AMD Core Math Library (64-bit)
diff --git a/z-x11/nxclient/BUILD b/z-x11/nxclient/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-x11/nxclient/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-x11/nxclient/DEPENDS b/z-x11/nxclient/DEPENDS
new file mode 100755
index 0000000..bdabab1
--- /dev/null
+++ b/z-x11/nxclient/DEPENDS
@@ -0,0 +1 @@
+depends audiofile
diff --git a/z-x11/nxclient/DETAILS b/z-x11/nxclient/DETAILS
new file mode 100755
index 0000000..2aaf3f8
--- /dev/null
+++ b/z-x11/nxclient/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=nxclient
+ VERSION=6.i386
+ SOURCE="${SPELL}-3.3.0-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://64.34.161.181/download/3.3.0/Linux/${SOURCE}
+
SOURCE_HASH=sha512:67cdb04f84060f4d6af7779091ad353152680f978bf013819a91e5c2926d7d827f7e5142ab69da50062d3c2df174d8099cec2e56574696c207f298892afe6124
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/NX"
+ WEB_SITE="http://www.nomachine.com";
+ LICENSE[0]=http://www.nomachine.com/licensing
+ ENTERED=20090908
+ SHORT="the client for the NX terminal server"
+cat << EOF
+NoMachine NX is a fast and scalable terminal server system based on the X11
+protocol. NX lets you work fluently even across slow links like modems and
+provides a full set of administration tools that make it a complete desktop
+virtualization solution for your organization.
+
+This package contains the graphical front-end used to access X, RDP and RFB
+sessions on a remote NX Server. It also includes NX X compression libraries
+and utilities needed by both NX Client and Server.
+EOF
diff --git a/z-x11/nxclient/HISTORY b/z-x11/nxclient/HISTORY
new file mode 100644
index 0000000..c95eb22
--- /dev/null
+++ b/z-x11/nxclient/HISTORY
@@ -0,0 +1,3 @@
+2009-09-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, desktop, DETAILS, INSTALL: spell created
+
diff --git a/z-x11/nxclient/INSTALL b/z-x11/nxclient/INSTALL
new file mode 100755
index 0000000..4ede35e
--- /dev/null
+++ b/z-x11/nxclient/INSTALL
@@ -0,0 +1,3 @@
+mkdir ${INSTALL_ROOT}/opt/NX &&
+cp -R ${SOURCE_DIRECTORY}/* ${INSTALL_ROOT}/opt/NX &&
+ln -s /opt/NX/bin/nxclient ${INSTALL_ROOT}/usr/bin/nxclient
diff --git a/z-x11/nxclient/desktop/nxclient.desktop
b/z-x11/nxclient/desktop/nxclient.desktop
new file mode 100644
index 0000000..02d1c47
--- /dev/null
+++ b/z-x11/nxclient/desktop/nxclient.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Name=nxclient
+Type=Application
+Comment=the client for the NX terminal server
+Exec=/opt/NX/bin/nxclient
+Icon=
+Categories=Applications;X11;Client;
+Term=



  • [SM-Commit] GIT changes to master z-rejected grimoire by Florian Franzmann (67f0837f251347771d32551f36e171d4e5de70b2), Florian Franzmann, 09/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page