aboutsummaryrefslogtreecommitdiff
path: root/net/ng_mikrotik_eoip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/ng_mikrotik_eoip
parent11b0d3ddde2150d23a51c55b5597d968fe3a03bb (diff)
downloadports-39a5b78f8797ded2c50107a77794cd671dff707f.tar.gz
ports-39a5b78f8797ded2c50107a77794cd671dff707f.zip
Notes
Diffstat (limited to 'net/ng_mikrotik_eoip')
-rw-r--r--net/ng_mikrotik_eoip/Makefile41
-rw-r--r--net/ng_mikrotik_eoip/distinfo2
-rw-r--r--net/ng_mikrotik_eoip/pkg-descr3
-rw-r--r--net/ng_mikrotik_eoip/pkg-plist4
4 files changed, 0 insertions, 50 deletions
diff --git a/net/ng_mikrotik_eoip/Makefile b/net/ng_mikrotik_eoip/Makefile
deleted file mode 100644
index 03258809c958..000000000000
--- a/net/ng_mikrotik_eoip/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Maxim Ignatenko
-# $FreeBSD$
-
-PORTNAME= ng_mikrotik_eoip
-PORTVERSION= 1.0
-CATEGORIES= net kld
-MASTER_SITES= http://projects.ukrweb.net/files/ \
- http://imax.in.ua/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Netgraph node for Mikrotik EoIP tunneling
-
-LICENSE= BSD
-
-SSP_UNSAFE= kernel module does not support ssp
-
-OPTIONS_DEFINE= PTABLE
-PTABLE_DESC= Use O(1) lookup for tunnel hooks
-# This option enables usage of static pointer table to find needed decimal-named hook,
-# which increases memory usage for each node by 65536*sizeof(hook_p). You probably want
-# this option if you have many tunnels with single remote IP.
-
-KMODDIR?= /boot/modules
-PLIST_SUB+= KMODDIR=${KMODDIR} \
- PORTNAME=${PORTNAME}
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if !exists(${SRC_BASE}/sys/sys/module.h)
-IGNORE= requires kernel source files
-.endif
-
-.if ${PORT_OPTIONS:MPTABLE}
-MAKE_ARGS+= NO_LINEAR_HOOK_LOOKUP=1
-.endif
-
-do-install:
- @${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
-
-.include <bsd.port.mk>
diff --git a/net/ng_mikrotik_eoip/distinfo b/net/ng_mikrotik_eoip/distinfo
deleted file mode 100644
index 32049025b929..000000000000
--- a/net/ng_mikrotik_eoip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ng_mikrotik_eoip-1.0.tar.gz) = 3180b68660d110fc217e3b5b5e4cc94bee69dee2933a811b5c0349ea644952c8
-SIZE (ng_mikrotik_eoip-1.0.tar.gz) = 4154
diff --git a/net/ng_mikrotik_eoip/pkg-descr b/net/ng_mikrotik_eoip/pkg-descr
deleted file mode 100644
index 244376af3903..000000000000
--- a/net/ng_mikrotik_eoip/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Netgraph node for Mikrotik Ethernet-over-IP tunneling support
-
-WWW: http://imax.in.ua/ng_mikrotik_eoip/
diff --git a/net/ng_mikrotik_eoip/pkg-plist b/net/ng_mikrotik_eoip/pkg-plist
deleted file mode 100644
index 1be1dafaa643..000000000000
--- a/net/ng_mikrotik_eoip/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-@cwd /
-%%KMODDIR%%/%%PORTNAME%%.ko
-@exec /usr/sbin/kldxref /%%KMODDIR%%
-@unexec /usr/sbin/kldxref /%%KMODDIR%%