Nagy Karoly Gabriel
16 years ago
3 changed files with 87 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1231404605 Thu Jan 8 10:50:05 2009 |
||||||
|
[BUILDTIME] 5 (5) |
||||||
|
[SIZE] 0.13 MB, 15 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] openssl |
||||||
|
[DEP] python |
||||||
|
[DEP] runit |
||||||
|
[DEP] scons |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
@ -0,0 +1,27 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../cloudvpn/cloudvpn.conf |
||||||
|
# Copyright (C) 2009 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
MAKE=scons |
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
keydir=$root/opt/$pkg/keygen |
||||||
|
|
||||||
|
cloudvpn_install() { |
||||||
|
install -v cloudvpn $bindir |
||||||
|
mkdir -p $keydir |
||||||
|
cp -avf $builddir/cloudvpn-$ver/keygen/* $keydir |
||||||
|
} |
||||||
|
|
||||||
|
hook_add postmake 5 cloudvpn_install |
||||||
|
|
@ -0,0 +1,37 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../cloudvpn/cloudvpn.desc |
||||||
|
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A secure VPN that allows mesh networking |
||||||
|
|
||||||
|
[T] CloudVPN is a VPN that allows mesh networking. It can create secured |
||||||
|
[T] networks with special or weird topologies. All nodes of the network are |
||||||
|
[T] equal and can connect in any way, so it's very easy to create connection |
||||||
|
[T] schemes with (for example) clustered servers, decentralized servers, |
||||||
|
[T] complete topologies for better throughput, ring topologies for failover, |
||||||
|
[T] long-line for passing through many routes, or tree topology for optimizing |
||||||
|
[T] inter-server bandwidth needs. It is very easy to get working. |
||||||
|
|
||||||
|
[U] http://exa.czweb.org/?view=cloudvpn |
||||||
|
|
||||||
|
[A] [exa] <exa.exa@gmail.com> |
||||||
|
[M] Nagy Karoly Gabriel <karasz@opensde.org> |
||||||
|
|
||||||
|
[C] extra/server |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 1.0.2 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 1972818987 cloudvpn-1.0.2.tar.bz2 http://exa.czweb.org/releases/ |
Loading…
Reference in new issue