From 9b53294366c0a3a2fb9f27e5dda4fb3191314b1c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 2 Aug 2011 19:15:44 +0200 Subject: [PATCH] ippool: Added ippool 1.3 - A userspace daemon for managing one or more pools of IP addresses --- .../ippool/ippool-1.3-include-limits-h.patch | 26 +++++++++++++ network/ippool/ippool.cache | 28 +++++++++++++ network/ippool/ippool.conf | 19 +++++++++ network/ippool/ippool.desc | 39 +++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 network/ippool/ippool-1.3-include-limits-h.patch create mode 100644 network/ippool/ippool.cache create mode 100644 network/ippool/ippool.conf create mode 100644 network/ippool/ippool.desc diff --git a/network/ippool/ippool-1.3-include-limits-h.patch b/network/ippool/ippool-1.3-include-limits-h.patch new file mode 100644 index 000000000..849ff06aa --- /dev/null +++ b/network/ippool/ippool-1.3-include-limits-h.patch @@ -0,0 +1,26 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../ippool/ippool-1.3-include-limits-h.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ippool-1.3/usl/usl_timer.c.orig 2011-08-02 18:51:42.166256696 +0200 ++++ ippool-1.3/usl/usl_timer.c 2011-08-02 18:52:16.839242988 +0200 +@@ -42,6 +42,7 @@ + #include + #include + #include ++#include + + #include "usl.h" + diff --git a/network/ippool/ippool.cache b/network/ippool/ippool.cache new file mode 100644 index 000000000..c146c5367 --- /dev/null +++ b/network/ippool/ippool.cache @@ -0,0 +1,28 @@ + +[TIMESTAMP] 1312302627 Tue Aug 2 18:30:27 2011 +[BUILDTIME] 0 (5) +[SIZE] 0.16 MB, 12 files + +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] gzip +[DEP] linux-header +[DEP] make +[DEP] ncurses +[DEP] patch +[DEP] ppp +[DEP] readline +[DEP] runit +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux-ng diff --git a/network/ippool/ippool.conf b/network/ippool/ippool.conf new file mode 100644 index 000000000..78a4a0926 --- /dev/null +++ b/network/ippool/ippool.conf @@ -0,0 +1,19 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../ippool/ippool.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# ippool needs ppp +pkgprefix -t ppp +var_append makeinstopt ' ' "PPPD_VERSION=$( pkgprefix ver ppp )" + +var_append CC_WRAPPER_REMOVE " " "-Werror" diff --git a/network/ippool/ippool.desc b/network/ippool/ippool.desc new file mode 100644 index 000000000..0d7857ebd --- /dev/null +++ b/network/ippool/ippool.desc @@ -0,0 +1,39 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../ippool/ippool.desc +[COPY] Copyright (C) 2011 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A userspace daemon for managing one or more pools of IP addresses + +[T] IpPool is a userspace daemon for managing one or more pools of IP +[T] addresses. +[T] It was developed as part of the OpenL2TP project but has since been +[T] repackaged so that it may be used independently of OpenL2TP. +[T] IpPool is not intended for use where DHCP is used. Rather, IpPool +[T] provides a generic IP address allocation mechanism for applications +[T] such as VPN servers which hand out IP addresses to VPN clients. + +[U] http://www.openl2tp.org/ + +[A] Katalix Systems Ltd. +[M] The OpenSDE Community + +[C] extra/network + +[F] NOPARALLEL + +[L] GPL +[S] Stable +[V] 1.3 +[P] X -----5---9 800.000 + +[D] 2860561685 ippool-1.3.tar.gz http://dl.sourceforge.net/sourceforge/openl2tp/