1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Add perlbal 1.36, reverse-proxy load balancer and webserver.

PR:		ports/75369
Submitted by:	Jacques Marneweck <jacques@php.net>
This commit is contained in:
Sam Lawrance 2005-10-18 02:46:23 +00:00
parent 0b2143107d
commit 9a868e57ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145707
5 changed files with 70 additions and 0 deletions

View File

@ -670,6 +670,7 @@
SUBDIR += pear-HTTP_Upload
SUBDIR += pear-Text_Wiki
SUBDIR += pecl-APC
SUBDIR += perlbal
SUBDIR += pgdriver
SUBDIR += pglogd
SUBDIR += photo_gallery

28
www/perlbal/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Danga-Socket
# Date created: 2005-08-08
# Whom: Jacques Marneweck <jacques@php.net>
#
# $FreeBSD$
#
PORTNAME= Perlbal
PORTVERSION= 1.36
CATEGORIES= www
MASTER_SITES= http://www.danga.com/dist/Perlbal/
PKGNAMEPREFIX= p5-
MAINTAINER= jacques@php.net
COMMENT= Reverse-proxy load balancer and webserver
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \
p5-Danga-Socket>=1.44:${PORTSDIR}/devel/p5-Danga-Socket \
${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= perlbal.1
MAN3= Perlbal.3
.include <bsd.port.mk>

2
www/perlbal/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (Perlbal-1.36.tar.gz) = 4f90db1ed6b6362811df07cc6fc8b5f5
SIZE (Perlbal-1.36.tar.gz) = 95079

9
www/perlbal/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
Perlbal is a single-threaded event-based server supporting HTTP load
balancing, web serving, and a mix of the two.
One of the defining things about Perlbal is that almost everything can
be configured or reconfigured on the fly without needing to restart the
software. A basic configuration file containing a management port enables
you to easily perform operations on a running instance of Perlbal.
WWW: http://www.danga.com/perlbal/

30
www/perlbal/pkg-plist Normal file
View File

@ -0,0 +1,30 @@
bin/perlbal
%%SITE_PERL%%/Perlbal.pm
%%SITE_PERL%%/Perlbal/AIO.pm
%%SITE_PERL%%/Perlbal/BackendHTTP.pm
%%SITE_PERL%%/Perlbal/ClientHTTP.pm
%%SITE_PERL%%/Perlbal/ClientHTTPBase.pm
%%SITE_PERL%%/Perlbal/ClientManage.pm
%%SITE_PERL%%/Perlbal/ClientProxy.pm
%%SITE_PERL%%/Perlbal/CommandContext.pm
%%SITE_PERL%%/Perlbal/HTTPHeaders.pm
%%SITE_PERL%%/Perlbal/ManageCommand.pm
%%SITE_PERL%%/Perlbal/Plugin/Highpri.pm
%%SITE_PERL%%/Perlbal/Plugin/Palimg.pm
%%SITE_PERL%%/Perlbal/Plugin/Queues.pm
%%SITE_PERL%%/Perlbal/Plugin/Stats.pm
%%SITE_PERL%%/Perlbal/Plugin/Vhosts.pm
%%SITE_PERL%%/Perlbal/Pool.pm
%%SITE_PERL%%/Perlbal/ReproxyManager.pm
%%SITE_PERL%%/Perlbal/Service.pm
%%SITE_PERL%%/Perlbal/Socket.pm
%%SITE_PERL%%/Perlbal/TCPListener.pm
%%SITE_PERL%%/Perlbal/Test.pm
%%SITE_PERL%%/Perlbal/Test/WebClient.pm
%%SITE_PERL%%/Perlbal/Test/WebServer.pm
%%SITE_PERL%%/Perlbal/Util.pm
%%SITE_PERL%%/mach/auto/Perlbal/.packlist
@dirrm %%SITE_PERL%%/Perlbal/Plugin
@dirrm %%SITE_PERL%%/Perlbal/Test
@dirrm %%SITE_PERL%%/Perlbal
@dirrm %%SITE_PERL%%/mach/auto/Perlbal