commit 0c7c8afccdeee1b89087d1567576d60ebb67d451 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Wed Jun 25 20:08:58 2008 +0200 vpnc: removed. diff --git a/vpnc/.footprint b/vpnc/.footprint deleted file mode 100644 index f56ac10..0000000 --- a/vpnc/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/vpnc/ --rwxr-xr-x root/root etc/vpnc/vpnc-script -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rwxr-xr-x root/root usr/man/man8/vpnc.8.gz -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/vpnc --rwxr-xr-x root/root usr/sbin/vpnc-disconnect diff --git a/vpnc/.md5sum b/vpnc/.md5sum deleted file mode 100644 index 4733201..0000000 --- a/vpnc/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -3a5ce9501fd99a71f8361cdb537064c2 vpnc-0.3.3-script.patch -e7518cff21326fe7eb9795b60c25ae6a vpnc-0.3.3.tar.gz diff --git a/vpnc/Pkgfile b/vpnc/Pkgfile deleted file mode 100644 index 40f8ed5..0000000 --- a/vpnc/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Client for cisco3000 VPN concentrators -# URL: http://www.unix-ag.uni-kl.de/~massar/vpnc/ -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: iproute2, libgcrypt - -name=vpnc -version=0.3.3 -release=2 -source=(http://www.unix-ag.uni-kl.de/~massar/$name/$name-$version.tar.gz \ - $name-$version-script.patch) - -build() { - cd $name-$version - patch -p0 < $SRC/$name-$version-script.patch - make - make install DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man - mkdir -p $PKG/etc/vpnc - rm -f $PKG/etc/vpnc/vpnc.conf -} diff --git a/vpnc/vpnc-0.3.3-script.patch b/vpnc/vpnc-0.3.3-script.patch deleted file mode 100644 index 4a83ea5..0000000 --- a/vpnc/vpnc-0.3.3-script.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- vpnc-script.orig 2005-08-23 13:38:09.140717120 -0500 -+++ vpnc-script 2005-08-23 13:38:46.095027824 -0500 -@@ -72,7 +72,7 @@ - - if [ -n "$IPROUTE" ]; then - fix_ip_get_output () { -- sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g' -+ sed 's/cache//;s/metric \?[0-9]\+ [0-9]\+//g' - } - - set_vpngateway_route() {