summaryrefslogtreecommitdiff
path: root/security/ssh-ip-tunnel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-08 20:14:07 +0000
committertron <tron@pkgsrc.org>1999-04-08 20:14:07 +0000
commite01414bb8026a090d65e77391d09ff8973e01e2b (patch)
treef549bbba8e2f3335ba201cd7773a5e38b9a52bca /security/ssh-ip-tunnel
parentfcde5ed200267ac00b953d589ec85fc6d5b12e4a (diff)
downloadpkgsrc-e01414bb8026a090d65e77391d09ff8973e01e2b.tar.gz
New "vpn" package supplied by Dustin sallings in PR pkg/7031:
Simple VPN system using pppd over ssh.
Diffstat (limited to 'security/ssh-ip-tunnel')
-rw-r--r--security/ssh-ip-tunnel/Makefile15
-rw-r--r--security/ssh-ip-tunnel/files/md53
-rw-r--r--security/ssh-ip-tunnel/pkg/COMMENT1
-rw-r--r--security/ssh-ip-tunnel/pkg/DESCR1
-rw-r--r--security/ssh-ip-tunnel/pkg/PLIST7
5 files changed, 27 insertions, 0 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile
new file mode 100644
index 00000000000..c63303bb8be
--- /dev/null
+++ b/security/ssh-ip-tunnel/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/08 20:14:07 tron Exp $
+
+DISTNAME= vpn-1.0
+CATEGORIES= security net
+MASTER_SITES= http://bleu.west.spy.net/~dustin/soft/
+
+MAINTAINER= dustin@spy.net
+HOMEPAGE= http://bleu.west.spy.net/~dustin/
+
+DEPENDS+= pty-redir-0.1:../../misc/pty-redir
+DEPENDS+= ssh-1.2.26:../../security/ssh
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/ssh-ip-tunnel/files/md5 b/security/ssh-ip-tunnel/files/md5
new file mode 100644
index 00000000000..574f6e02a98
--- /dev/null
+++ b/security/ssh-ip-tunnel/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/04/08 20:14:08 tron Exp $
+
+MD5 (vpn-1.0.tar.gz) = c7f783dae1ce8413af947721948e41db
diff --git a/security/ssh-ip-tunnel/pkg/COMMENT b/security/ssh-ip-tunnel/pkg/COMMENT
new file mode 100644
index 00000000000..802493c466a
--- /dev/null
+++ b/security/ssh-ip-tunnel/pkg/COMMENT
@@ -0,0 +1 @@
+Simple VPN system using pppd over ssh.
diff --git a/security/ssh-ip-tunnel/pkg/DESCR b/security/ssh-ip-tunnel/pkg/DESCR
new file mode 100644
index 00000000000..802493c466a
--- /dev/null
+++ b/security/ssh-ip-tunnel/pkg/DESCR
@@ -0,0 +1 @@
+Simple VPN system using pppd over ssh.
diff --git a/security/ssh-ip-tunnel/pkg/PLIST b/security/ssh-ip-tunnel/pkg/PLIST
new file mode 100644
index 00000000000..3d59c94804e
--- /dev/null
+++ b/security/ssh-ip-tunnel/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/08 20:14:08 tron Exp $
+sbin/vpn
+etc/vpn/peers/sample.peer
+etc/vpn/global.conf
+man/man8/vpn.8
+@unexec /bin/rm -rf %D/etc/vpn/peers
+@dirrm etc/vpn