aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2004-07-05 22:08:54 +0800
committerarchie <archie@FreeBSD.org>2004-07-05 22:08:54 +0800
commitd0630c05dfd6ed5b78041673b8977d4780602649 (patch)
tree0b18724317f0f4d0014d07ea3a49ffad5bde55a4 /net
parent98ce71e68781ac5a2326d789e8882332d938a342 (diff)
downloadfreebsd-ports-gnome-d0630c05dfd6ed5b78041673b8977d4780602649.tar.gz
freebsd-ports-gnome-d0630c05dfd6ed5b78041673b8977d4780602649.tar.zst
freebsd-ports-gnome-d0630c05dfd6ed5b78041673b8977d4780602649.zip
Add sl2tps 0.1: Simple L2TP server based on libpdel(3) and netgraph(4).
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/sl2tps/Makefile22
-rw-r--r--net/sl2tps/distinfo2
-rw-r--r--net/sl2tps/pkg-descr7
-rw-r--r--net/sl2tps/pkg-plist3
5 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index f950af08d99a..ab7e13969206 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -621,6 +621,7 @@
SUBDIR += sipsak
SUBDIR += sixxs-heartbeatd
SUBDIR += skype
+ SUBDIR += sl2tps
SUBDIR += slirp
SUBDIR += slurm
SUBDIR += smbfs
diff --git a/net/sl2tps/Makefile b/net/sl2tps/Makefile
new file mode 100644
index 000000000000..0db88de41b33
--- /dev/null
+++ b/net/sl2tps/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: sl2tps
+# Date created: 4 Jul 2004
+# Whom: Archie Cobbs
+#
+# $FreeBSD$
+#
+
+PORTNAME= sl2tps
+PORTVERSION= 0.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= archie
+
+MAINTAINER= archie@freebsd.org
+COMMENT= Simple L2TP server based on libpdel(3) and netgraph(4)
+
+LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
+
+MAN1= sl2tps.1
+MANCOMPRESSED= maybe
+
+.include <bsd.port.mk>
diff --git a/net/sl2tps/distinfo b/net/sl2tps/distinfo
new file mode 100644
index 000000000000..4c98b86ca2cd
--- /dev/null
+++ b/net/sl2tps/distinfo
@@ -0,0 +1,2 @@
+MD5 (sl2tps-0.1.tar.gz) = bdab499e31fd6cb0138fed0c694d35ab
+SIZE (sl2tps-0.1.tar.gz) = 12158
diff --git a/net/sl2tps/pkg-descr b/net/sl2tps/pkg-descr
new file mode 100644
index 000000000000..96dfdb4dedc9
--- /dev/null
+++ b/net/sl2tps/pkg-descr
@@ -0,0 +1,7 @@
+sl2tps is a simple, statically configured L2TP server for FreeBSD.
+It is based on the PPP stack in libpdel(3), which uses netgraph(4)
+to handle configuration and negotiation in user land, while routing
+all data packets strictly in the kernel. It is configured via an
+XML configuration file.
+
+WWW: http://www.dellroad.org/sl2tps
diff --git a/net/sl2tps/pkg-plist b/net/sl2tps/pkg-plist
new file mode 100644
index 000000000000..a92c9dd18690
--- /dev/null
+++ b/net/sl2tps/pkg-plist
@@ -0,0 +1,3 @@
+bin/sl2tps
+etc/sl2tps/config.xml.sample
+@dirrm etc/sl2tps