Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9786fa801145443ccaf00e4b11b76cb234ede065)

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 grimoire by Florian Franzmann (9786fa801145443ccaf00e4b11b76cb234ede065)
  • Date: Fri, 18 Mar 2011 07:26:51 -0500

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

ChangeLog | 8 ++++++++
perl-cpan/proc-simple/BUILD | 1 +
perl-cpan/proc-simple/DEPENDS | 1 +
perl-cpan/proc-simple/DETAILS | 13 +++++++++++++
perl-cpan/proc-simple/HISTORY | 3 +++
perl-cpan/term-readpassword/BUILD | 1 +
perl-cpan/term-readpassword/DEPENDS | 1 +
perl-cpan/term-readpassword/DETAILS | 22 ++++++++++++++++++++++
perl-cpan/term-readpassword/HISTORY | 3 +++
x11/nxcomp/DEPENDS | 4 ++++
x11/nxcomp/DETAILS | 29 +++++++++++++++++++++++++++++
x11/nxcomp/HISTORY | 3 +++
x11/nxcomp/INSTALL | 4 ++++
x11/nxcomp/Loop.cpp.diff | 11 +++++++++++
x11/nxcomp/PRE_BUILD | 3 +++
x11/x2goclient-cli/BUILD | 1 +
x11/x2goclient-cli/DEPENDS | 3 +++
x11/x2goclient-cli/DETAILS | 18 ++++++++++++++++++
x11/x2goclient-cli/HISTORY | 3 +++
x11/x2goclient-cli/INSTALL | 1 +
x11/xloadimage/HISTORY | 2 +-
21 files changed, 134 insertions(+), 1 deletion(-)

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

x11/x2goclient-cli: new spell, a CLI client for the x2go remote desktop

commit 841830aad6c11396704af4e222851573669a539e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/nxcomp: new spell, compression support for NX

commit 0fa76a29aaae2bfbc5d48b8fd4c365d71d21c49b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/xloadimage: corrected HISTORY entry

commit d6cdbb9097637b6a8d719ff4b0076f322ec859fd
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/term-readpassword: new spell, support for asking the user for
a password

commit 27553c767e4cf65bd0b4e66a7f1a75e39f6e5ab8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/proc-simple: new spell, support for launching and controlling
background processes

diff --git a/ChangeLog b/ChangeLog
index 114930b..b624e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-03-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * perl-cpan/proc-simple: new spell, support for launching and
controling
+ background processes
+ * perl-cpan/term-readpassword: new spell, support for asking the user
for a
+ password
+ * x11/nxcomp: new spell, compression support for NX sessions
+ * x11/x2goclient-cli: new spell, a CLI client for the x2go remote
desktop
+
2011-03-14 Jeremy Blosser <jblosser-smgl AT firinn.org>
* xorg-app/wmname: new spell, print/set the window manager name

diff --git a/perl-cpan/proc-simple/BUILD b/perl-cpan/proc-simple/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/proc-simple/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/proc-simple/DEPENDS b/perl-cpan/proc-simple/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/proc-simple/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/proc-simple/DETAILS b/perl-cpan/proc-simple/DETAILS
new file mode 100755
index 0000000..5aaccb0
--- /dev/null
+++ b/perl-cpan/proc-simple/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=proc-simple
+ VERSION=1.27
+ SOURCE="Proc-Simple-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MS/MSCHILLI/${SOURCE}
+
SOURCE_HASH=sha512:c80ffc78640e28d1ddb402517290955eb0983f794ebe2f603f5970a3087adf71a0fe72f42ea8caa466ce8f5c3513dc53dd23e2563590693411cc4437d1966d78
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Proc-Simple-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~MSCHILLI/Proc-Simple/";
+ LICENSE[0]=ART
+ ENTERED=20110318
+ SHORT="Fork wrapper with objects"
+cat << EOF
+Fork wrapper with objects
+EOF
diff --git a/perl-cpan/proc-simple/HISTORY b/perl-cpan/proc-simple/HISTORY
new file mode 100644
index 0000000..4d00ce9
--- /dev/null
+++ b/perl-cpan/proc-simple/HISTORY
@@ -0,0 +1,3 @@
+2011-03-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/term-readpassword/BUILD
b/perl-cpan/term-readpassword/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/term-readpassword/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/term-readpassword/DEPENDS
b/perl-cpan/term-readpassword/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/term-readpassword/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/term-readpassword/DETAILS
b/perl-cpan/term-readpassword/DETAILS
new file mode 100755
index 0000000..e4befb6
--- /dev/null
+++ b/perl-cpan/term-readpassword/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=term-readpassword
+ VERSION=0.11
+ SOURCE="Term-ReadPassword-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PH/PHOENIX/${SOURCE}
+
SOURCE_HASH=sha512:5aa5f858a67cbfba4daa231501c0e3009ce9df23bfd3448dcc23b6ff4dced31dcc1702bb244dd7fde31e3c51684933c58af3b6426261ba7614910f330f6f7de5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Term-ReadPassword-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~/Term-ReadPassword/";
+ LICENSE[0]=ART
+ ENTERED=20110318
+ SHORT="support for asking the user for a password"
+cat << EOF
+This module lets you ask the user for a password in the traditional way,
+from the keyboard, without echoing.
+
+This is not intended for use over the web; user authentication over the web
+is another matter entirely. Also, this module should generally be used in
+conjunction with Perl's crypt() function, sold separately.
+
+The read_password function prompts for input, reads a line of text from the
+keyboard, then returns that line to the caller. The line of text doesn't
+include the newline character, so there's no need to use chomp.
+EOF
diff --git a/perl-cpan/term-readpassword/HISTORY
b/perl-cpan/term-readpassword/HISTORY
new file mode 100644
index 0000000..4d00ce9
--- /dev/null
+++ b/perl-cpan/term-readpassword/HISTORY
@@ -0,0 +1,3 @@
+2011-03-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/x11/nxcomp/DEPENDS b/x11/nxcomp/DEPENDS
new file mode 100755
index 0000000..595a1e9
--- /dev/null
+++ b/x11/nxcomp/DEPENDS
@@ -0,0 +1,4 @@
+depends JPEG &&
+depends libpng &&
+depends g++ &&
+depends X11-SERVER
diff --git a/x11/nxcomp/DETAILS b/x11/nxcomp/DETAILS
new file mode 100755
index 0000000..590854b
--- /dev/null
+++ b/x11/nxcomp/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=nxcomp
+ VERSION=1
+ SOURCE="${SPELL}_3.3.0-3-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://x2go.obviously-nice.de/deb/pool/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:aaa77d111eb8f1534c70ccfd036deaa0066be9df8ccb602c476b108993fdc2539572ef8858e975cd0836db73c16c64b40dadb10ae036642d68afb1665a37fb2d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-3.3.0-3"
+ WEB_SITE="http://www.nomachine.com";
+ LICENSE[0]=GPL
+ ENTERED=20110318
+ SHORT="NX compression library"
+cat << EOF
+The Xcomp library and nxproxy, a stand alone program wrapping the
+functionalities built into the library, are the basic components you need
+to compress the X protocol produced by any standard X client.
+
+In its simplest configuration, a session is run on a remote server by having
+a NX proxy listening to X traffic and compressing such traffic across a
+TCP/IP connection to a proxy peer running on the local client. X traffic is
+decompressed by the local proxy and forwarded to the X server.
+
+The NX proxy makes use of "virtual display": the UNIX domain socket or the
TCP
+port acting as a display on the application server, where the X11 protocol
+connection will be accepted and forwarded to the nxproxy peer running close
+to the X server.
+
+Besides compression of X protocol, nxproxy is able to tunnel SMB and
multimedia
+channels, so it is possible to listen to music from the remote terminal
server
+or make available local resources of the thin client to the remote session.
+EOF
diff --git a/x11/nxcomp/HISTORY b/x11/nxcomp/HISTORY
new file mode 100644
index 0000000..296762e
--- /dev/null
+++ b/x11/nxcomp/HISTORY
@@ -0,0 +1,3 @@
+2011-03-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, INSTALL, Loop.cpp.diff, PRE_BUILD: spell created
+
diff --git a/x11/nxcomp/INSTALL b/x11/nxcomp/INSTALL
new file mode 100755
index 0000000..5a09f30
--- /dev/null
+++ b/x11/nxcomp/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+install -m644 ${SOURCE_DIRECTORY}/NX.h ${INSTALL_ROOT}/usr/include/ &&
+install -m644 ${SOURCE_DIRECTORY}/libXcomp.so* ${INSTALL_ROOT}/usr/lib/ &&
+install -m644 ${SOURCE_DIRECTORY}/libXcomp.a ${INSTALL_ROOT}/usr/lib/
diff --git a/x11/nxcomp/Loop.cpp.diff b/x11/nxcomp/Loop.cpp.diff
new file mode 100644
index 0000000..ee1ee09
--- /dev/null
+++ b/x11/nxcomp/Loop.cpp.diff
@@ -0,0 +1,11 @@
+--- nxcomp-3.3.0-3/Loop.cpp.orig 2011-03-18 12:52:20.774151616 +0100
++++ nxcomp-3.3.0-3/Loop.cpp 2011-03-18 12:53:03.219512776 +0100
+@@ -10979,7 +10979,7 @@
+ packMethod == PACK_LOSSLESS ||
+ packMethod == PACK_ADAPTIVE)
+ {
+- char *dash = rindex(opt, '-');
++ const char *dash = rindex(opt, '-');
+
+ if (dash != NULL && strlen(dash) == 2 &&
+ *(dash + 1) >= '0' && *(dash + 1) <= '9')
diff --git a/x11/nxcomp/PRE_BUILD b/x11/nxcomp/PRE_BUILD
new file mode 100755
index 0000000..a98ca9e
--- /dev/null
+++ b/x11/nxcomp/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < $SCRIPT_DIRECTORY/Loop.cpp.diff
diff --git a/x11/x2goclient-cli/BUILD b/x11/x2goclient-cli/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11/x2goclient-cli/BUILD
@@ -0,0 +1 @@
+true
diff --git a/x11/x2goclient-cli/DEPENDS b/x11/x2goclient-cli/DEPENDS
new file mode 100755
index 0000000..7bbe48b
--- /dev/null
+++ b/x11/x2goclient-cli/DEPENDS
@@ -0,0 +1,3 @@
+depends nxproxy &&
+depends proc-simple &&
+depends term-readpassword
diff --git a/x11/x2goclient-cli/DETAILS b/x11/x2goclient-cli/DETAILS
new file mode 100755
index 0000000..1d95572
--- /dev/null
+++ b/x11/x2goclient-cli/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=x2goclient-cli
+ VERSION=1.1
+ SOURCE="${SPELL}_3.0.1-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://x2go.obviously-nice.de/deb/pool/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:5050bf76032732c73242cbda5502ae0f7dec68dc97e2c59bec2a0215d03b56362721e98bcc1c8243704d1a9ead81546cc9d1dde6601f46f18ef3997dcdcad765
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-3.0.1"
+ WEB_SITE="http://wiki.x2go.org";
+ LICENSE[0]=GPL
+ ENTERED=20110318
+ SHORT="a CLI client for the NX based x2go remote desktop"
+cat << EOF
+x2go is an open source terminal server project offering a comprehensive
+"server based computing" solution. Combining the advantages of existing
+systems it features ease of use, performance and scalability. x2go provides
+you with access to your desktop as an individual as well as a corporate user
+- from within your own network and via the internet. x2go is not limited to
+any particular hardware, it supports a variety of devices and architectures.
+EOF
diff --git a/x11/x2goclient-cli/HISTORY b/x11/x2goclient-cli/HISTORY
new file mode 100644
index 0000000..e110d99
--- /dev/null
+++ b/x11/x2goclient-cli/HISTORY
@@ -0,0 +1,3 @@
+2011-03-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/x11/x2goclient-cli/INSTALL b/x11/x2goclient-cli/INSTALL
new file mode 100755
index 0000000..8fb9295
--- /dev/null
+++ b/x11/x2goclient-cli/INSTALL
@@ -0,0 +1 @@
+install -m755 ${SOURCE_DIRECTORY}/x2goclient-cli ${INSTALL_ROOT}/usr/bin/
diff --git a/x11/xloadimage/HISTORY b/x11/xloadimage/HISTORY
index bbb5631..99bc6e5 100644
--- a/x11/xloadimage/HISTORY
+++ b/x11/xloadimage/HISTORY
@@ -1,5 +1,5 @@
2011-03-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: added missing dependency on image
+ * DEPENDS: added missing dependency on imake

2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-SERVER to the one and only xorg-server



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9786fa801145443ccaf00e4b11b76cb234ede065), Florian Franzmann, 03/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page