New package: pen-0.18.0 (hi pancake).
This commit is contained in:
parent
fdda912d53
commit
1b3bc98e94
2 changed files with 18 additions and 0 deletions
1
srcpkgs/pen/pen.rshlibs
Normal file
1
srcpkgs/pen/pen.rshlibs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libc.so.6
|
17
srcpkgs/pen/template
Normal file
17
srcpkgs/pen/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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."
|
Loading…
Reference in a new issue