pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/openvpn Initial commit of openvpn-1.5.0: A robust ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ecd1f282199
branches: trunk
changeset: 468105:8ecd1f282199
user: wulf <wulf%pkgsrc.org@localhost>
date: Tue Feb 10 12:39:17 2004 +0000
description:
Initial commit of openvpn-1.5.0: A robust and highly configurable VPN
diffstat:
net/openvpn/DESCR | 3 +++
net/openvpn/Makefile | 32 ++++++++++++++++++++++++++++++++
net/openvpn/PLIST | 31 +++++++++++++++++++++++++++++++
net/openvpn/distinfo | 4 ++++
4 files changed, 70 insertions(+), 0 deletions(-)
diffs (86 lines):
diff -r 689eed73c55f -r 8ecd1f282199 net/openvpn/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn/DESCR Tue Feb 10 12:39:17 2004 +0000
@@ -0,0 +1,3 @@
+OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private
+Network) daemon which can be used to securely link two or more private networks
+using an encrypted tunnel over the internet. It uses UDP to avoid TCP over TCP.
diff -r 689eed73c55f -r 8ecd1f282199 net/openvpn/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn/Makefile Tue Feb 10 12:39:17 2004 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 12:39:17 wulf Exp $
+
+DISTNAME= openvpn-1.5.0
+CATEGORIES= net security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openvpn/}
+
+MAINTAINER= packages%nNetBSD.org@localhost
+HOMEPAGE= http://openvpn.sourceforge.net/
+COMMENT= Easy-to-use, robust, and highly configurable VPN over UDP
+
+USE_BUILDLINK2= YES
+#USE_PKGINSTALL= YES
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-ssl-headers=${SSLBASE}/include/openssl
+CONFIGURE_ARGS+= --with-ssl-lib=${SSLBASE}/lib
+CONFIGURE_ARGS+= --with-lzo-headers=${BUILDLINK_PREFIX.liblzo}/include
+CONFIGURE_ARGS+= --with-lzo-lib=${BUILDLINK_PREFIX.liblzo}/lib
+
+EGDIR= ${PREFIX}/share/examples/openvpn
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}/sample-config-files
+ ${INSTALL_DATA} ${WRKSRC}/sample-config-files/* ${EGDIR}/sample-config-files
+ ${INSTALL_DATA_DIR} ${EGDIR}/sample-keys
+ ${INSTALL_DATA} ${WRKSRC}/sample-keys/* ${EGDIR}/sample-keys
+ ${INSTALL_DATA_DIR} ${EGDIR}/sample-scripts
+ ${INSTALL_DATA} ${WRKSRC}/sample-scripts/* ${EGDIR}/sample-scripts
+
+.include "../../archivers/liblzo/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 689eed73c55f -r 8ecd1f282199 net/openvpn/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn/PLIST Tue Feb 10 12:39:17 2004 +0000
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 12:39:17 wulf Exp $
+man/man8/openvpn.8
+sbin/openvpn
+share/examples/openvpn/sample-config-files/README
+share/examples/openvpn/sample-config-files/firewall.sh
+share/examples/openvpn/sample-config-files/home.up
+share/examples/openvpn/sample-config-files/loopback-client
+share/examples/openvpn/sample-config-files/loopback-server
+share/examples/openvpn/sample-config-files/office.up
+share/examples/openvpn/sample-config-files/openvpn-shutdown.sh
+share/examples/openvpn/sample-config-files/openvpn-startup.sh
+share/examples/openvpn/sample-config-files/static-home.conf
+share/examples/openvpn/sample-config-files/static-office.conf
+share/examples/openvpn/sample-config-files/tls-home.conf
+share/examples/openvpn/sample-config-files/tls-office.conf
+share/examples/openvpn/sample-config-files/xinetd-client-config
+share/examples/openvpn/sample-config-files/xinetd-server-config
+share/examples/openvpn/sample-keys/README
+share/examples/openvpn/sample-keys/client.crt
+share/examples/openvpn/sample-keys/client.key
+share/examples/openvpn/sample-keys/dh1024.pem
+share/examples/openvpn/sample-keys/server.crt
+share/examples/openvpn/sample-keys/server.key
+share/examples/openvpn/sample-keys/tmp-ca.crt
+share/examples/openvpn/sample-keys/tmp-ca.key
+share/examples/openvpn/sample-scripts/openvpn.init
+share/examples/openvpn/sample-scripts/verify-cn
+@dirrm share/examples/openvpn/sample-config-files
+@dirrm share/examples/openvpn/sample-keys
+@dirrm share/examples/openvpn/sample-scripts
+@dirrm share/examples/openvpn
diff -r 689eed73c55f -r 8ecd1f282199 net/openvpn/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn/distinfo Tue Feb 10 12:39:17 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/10 12:39:17 wulf Exp $
+
+SHA1 (openvpn-1.5.0.tar.gz) = 13f443adbff5c657cfd8400011e8df804b57f7ff
+Size (openvpn-1.5.0.tar.gz) = 403792 bytes
Home |
Main Index |
Thread Index |
Old Index