From 1b3bc98e9499e3c12f09412014f3ea1883f75b00 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Dec 2011 15:17:19 +0100 Subject: [PATCH] New package: pen-0.18.0 (hi pancake). --- srcpkgs/pen/pen.rshlibs | 1 + srcpkgs/pen/template | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 srcpkgs/pen/pen.rshlibs create mode 100644 srcpkgs/pen/template diff --git a/srcpkgs/pen/pen.rshlibs b/srcpkgs/pen/pen.rshlibs new file mode 100644 index 0000000000..631aa1dda4 --- /dev/null +++ b/srcpkgs/pen/pen.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/pen/template b/srcpkgs/pen/template new file mode 100644 index 0000000000..4221f5c952 --- /dev/null +++ b/srcpkgs/pen/template @@ -0,0 +1,17 @@ +# Template file for 'pen' +pkgname=pen +version=0.18.0 +homepage="http://siag.nu/pen" +distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz" +build_style=gnu-configure +configure_args="--with-docdir=/usr/share/doc/pen" +short_desc="Load balancer for simple TCP based protocols" +maintainer="Juan RP " +license="GPL-2" +checksum=48ab2a2ca3f564cb610a10d2d5252ecf8723ed8392bac5d1fba208946c3665fa +long_desc=" + This is pen, a load balancer for simple tcp based protocols such as + http or smtp. It allows several servers to appear as one to the + outside and automatically detects servers that are down and distributes + clients among the available servers. This gives high availability and + scalable performance."