Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7d4e98950e4f944756902a6c9d64a1ab5f130f5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7d4e98950e4f944756902a6c9d64a1ab5f130f5e)
  • Date: Mon, 9 Jul 2007 17:02:58 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 4 +++
z-net/ghamachi/BUILD | 1
z-net/ghamachi/CONFIGURE | 4 +++
z-net/ghamachi/DEPENDS | 2 +
z-net/ghamachi/DETAILS | 16 ++++++++++++
z-net/ghamachi/HISTORY | 4 +++
z-net/ghamachi/INSTALL | 1
z-net/ghamachi/PRE_BUILD | 3 ++
z-net/ghamachi/gHamachi_gtk2.tar.gz.sig |binary
z-net/hamachi/BUILD | 1
z-net/hamachi/CONFIGURE | 4 +++
z-net/hamachi/DETAILS | 30
++++++++++++++++++++++++
z-net/hamachi/HISTORY | 3 ++
z-net/hamachi/INSTALL | 1
z-net/hamachi/hamachi-0.9.9.9-20-lnx.tar.gz.sig |binary
15 files changed, 74 insertions(+)

New commits:
commit 7d4e98950e4f944756902a6c9d64a1ab5f130f5e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

hamachi: Forgot LICENSE[0]=UNKNOWN

commit 65c63b37229d9d777168714903e78f70c07a66f9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ghamachi: GTK+2 GUI for hamachi added

commit 01f277fe096e1e6665d54e2c254bfde472ed8a2e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

hamachi: Easy to use VPN software

diff --git a/ChangeLog b/ChangeLog
index c5eadb1..8e96557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-09 Eric Sandall <sandalle AT sourcemage.org>
+ * z-net/hamachi: Added an easy-to-use VPN
+ * z-net/ghamachi: Added a GTK+2 GUI for hamachi
+
2007-05-27 Robin Cook <rcook AT wyrms.net>
* added new spell z-emulators/vmware6

diff --git a/z-net/ghamachi/BUILD b/z-net/ghamachi/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-net/ghamachi/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-net/ghamachi/CONFIGURE b/z-net/ghamachi/CONFIGURE
new file mode 100755
index 0000000..6b3e0c3
--- /dev/null
+++ b/z-net/ghamachi/CONFIGURE
@@ -0,0 +1,4 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
+
diff --git a/z-net/ghamachi/DEPENDS b/z-net/ghamachi/DEPENDS
new file mode 100755
index 0000000..0f86cec
--- /dev/null
+++ b/z-net/ghamachi/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends hamachi
diff --git a/z-net/ghamachi/DETAILS b/z-net/ghamachi/DETAILS
new file mode 100755
index 0000000..77c78c0
--- /dev/null
+++ b/z-net/ghamachi/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ghamachi
+ VERSION=0.7.2
+ SOURCE=gHamachi_gtk2.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://www.penguinbyte.com/software/ghamachi/download/2/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENCE[0]=UNKNOWN
+ WEB_SITE=http://www.penguinbyte.com/software/ghamachi/
+ ENTERED=20070709
+ REJECT='binary only and license issues'
+ SHORT='GUI for Hamachi'
+ DOCS='README'
+cat << EOF
+gHamachi client attemps to replicate some of the ease and functionality found
+in the Hamachi Windows client.
+EOF
diff --git a/z-net/ghamachi/HISTORY b/z-net/ghamachi/HISTORY
new file mode 100644
index 0000000..6c3354a
--- /dev/null
+++ b/z-net/ghamachi/HISTORY
@@ -0,0 +1,4 @@
+2007-07-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD, INSTALL,
UNATTEND_SAFE:
+ Created
+
diff --git a/z-net/ghamachi/INSTALL b/z-net/ghamachi/INSTALL
new file mode 100755
index 0000000..945a691
--- /dev/null
+++ b/z-net/ghamachi/INSTALL
@@ -0,0 +1 @@
+install -m 0755 -o root -g root ghamachi $INSTALL_ROOT/usr/bin
diff --git a/z-net/ghamachi/PRE_BUILD b/z-net/ghamachi/PRE_BUILD
new file mode 100755
index 0000000..1ec791a
--- /dev/null
+++ b/z-net/ghamachi/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/z-net/ghamachi/UNATTEND_SAFE b/z-net/ghamachi/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29
diff --git a/z-net/ghamachi/gHamachi_gtk2.tar.gz.sig
b/z-net/ghamachi/gHamachi_gtk2.tar.gz.sig
new file mode 100644
index 0000000..1508139
Binary files /dev/null and b/z-net/ghamachi/gHamachi_gtk2.tar.gz.sig differ
diff --git a/z-net/hamachi/BUILD b/z-net/hamachi/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-net/hamachi/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-net/hamachi/CONFIGURE b/z-net/hamachi/CONFIGURE
new file mode 100755
index 0000000..6b3e0c3
--- /dev/null
+++ b/z-net/hamachi/CONFIGURE
@@ -0,0 +1,4 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
+
diff --git a/z-net/hamachi/DETAILS b/z-net/hamachi/DETAILS
new file mode 100755
index 0000000..9feeff7
--- /dev/null
+++ b/z-net/hamachi/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=hamachi
+ VERSION=0.9.9.9-20-lnx
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://files.hamachi.cc/linux/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENCE[0]=UNKNOWN
+ WEB_SITE=https://secure.logmein.com/products/hamachi/vpn.asp
+ ENTERED=20070709
+ REJECT='binary only and license issues'
+ SHORT='Secure easy VPN'
+ DOCS='LICENSE README'
+cat << EOF
+LogMeIn Hamachi is a VPN service that easily sets up in 10 minutes, and
enables
+secure remote access to your business network, anywhere there's an Internet
+connection.
+
+It works with your existing firewall, and requires no additional
configuration.
+Hamachi is the first networking application to deliver an unprecedented level
+of direct peer-to-peer connectivity. It is simple, secure, and
cost-effective.
+
+Advantages of LogMeIn Hamachi
+ * LAN over the Internet Arrange multiple computers into their own secure
+ network, just as if they were connected by a physical cable.
+ * Remote Access Remote control any machine on your network with remote
+ desktop.
+ * Files and Network Drives Access critical files and network drives.
+ * Zero-configuration Works without having to adjust a firewall or router.
+ * Security Industry leading encryption and authentication.
+EOF
diff --git a/z-net/hamachi/HISTORY b/z-net/hamachi/HISTORY
new file mode 100644
index 0000000..568671c
--- /dev/null
+++ b/z-net/hamachi/HISTORY
@@ -0,0 +1,3 @@
+2007-07-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, CONFIGURE, BUILD, INSTALL, UNATTEND_SAFE: Created
+
diff --git a/z-net/hamachi/INSTALL b/z-net/hamachi/INSTALL
new file mode 100755
index 0000000..d0caced
--- /dev/null
+++ b/z-net/hamachi/INSTALL
@@ -0,0 +1 @@
+make HAMACHI_DST=$INSTALL_ROOT/usr/bin TUNCFG_DST=$INSTALL_ROOT/sbin
diff --git a/z-net/hamachi/UNATTEND_SAFE b/z-net/hamachi/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29
diff --git a/z-net/hamachi/hamachi-0.9.9.9-20-lnx.tar.gz.sig
b/z-net/hamachi/hamachi-0.9.9.9-20-lnx.tar.gz.sig
new file mode 100644
index 0000000..50c130c
Binary files /dev/null and b/z-net/hamachi/hamachi-0.9.9.9-20-lnx.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7d4e98950e4f944756902a6c9d64a1ab5f130f5e), Eric Sandall, 07/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page