Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5d9002c81feda462051e36fb0df788bcc75d3d6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5d9002c81feda462051e36fb0df788bcc75d3d6e)
  • Date: Mon, 7 May 2007 07:52:53 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
net/xrdp/BUILD | 2 ++
net/xrdp/DETAILS | 18 ++++++++++++++++++
net/xrdp/HISTORY | 3 +++
net/xrdp/INSTALL | 1 +
5 files changed, 27 insertions(+)

New commits:
commit 5d9002c81feda462051e36fb0df788bcc75d3d6e
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

net/xrdp: new spell, an open source remote desktop protocol (rdp) server

not FHS compliant, both binaries and libs are placed in /usr/xrdp :-(
i hope xrdp devs will fix it

diff --git a/ChangeLog b/ChangeLog
index d7cfae1..3b1705c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-07 Ladislav Hagara <hgr AT vabo.cz>
+ * net/xrdp: new spell, a remote desktop protocol (rdp) server
+
2007-05-07 Treeve Jelbert <treeve AT sourcemage.org>
* libs/dosemu: new spell, dos emulation

diff --git a/net/xrdp/BUILD b/net/xrdp/BUILD
new file mode 100755
index 0000000..8761a2f
--- /dev/null
+++ b/net/xrdp/BUILD
@@ -0,0 +1,2 @@
+sedit "s:xrdp_control1.sh:xrdp_control.sh:" Makefile &&
+make
diff --git a/net/xrdp/DETAILS b/net/xrdp/DETAILS
new file mode 100755
index 0000000..505d046
--- /dev/null
+++ b/net/xrdp/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=xrdp
+ VERSION=0.3.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:14eea8ce2294bcc54717a15571e22c605e6b236f652a8195b0bb93c17ccfe42e71119945e344493e18970c1b3c07a682394eb4a612e4afe3dde2060906ba0e29
+ WEB_SITE=http://xrdp.sourceforge.net/
+ ENTERED=20070507
+ LICENSE[0]=GPL
+ KEYWORDS="net"
+ SHORT="an open source remote desktop protocol (rdp) server"
+cat << EOF
+xrdp is an open source remote desktop protocol (rdp) server.
+Based on the work of rdesktop, xrdp uses the remote desktop protocol to
present
+a GUI to the user. The goal of this project is to provide a fully functional
+Linux terminal server, capable of accepting connections from rdesktop and
+Microsoft's own terminal server / remote desktop clients.
+EOF
diff --git a/net/xrdp/HISTORY b/net/xrdp/HISTORY
new file mode 100644
index 0000000..2d5ae49
--- /dev/null
+++ b/net/xrdp/HISTORY
@@ -0,0 +1,3 @@
+2007-05-07 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 0.3.2
+
diff --git a/net/xrdp/INSTALL b/net/xrdp/INSTALL
new file mode 100755
index 0000000..1f0a68b
--- /dev/null
+++ b/net/xrdp/INSTALL
@@ -0,0 +1 @@
+make installdeb



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5d9002c81feda462051e36fb0df788bcc75d3d6e), Ladislav Hagara, 05/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page