Index: head/www/perlbal/Makefile =================================================================== --- head/www/perlbal/Makefile (revision 236762) +++ head/www/perlbal/Makefile (revision 236763) @@ -1,45 +1,47 @@ # New ports collection makefile for: perlbal # Date created: 2005-08-08 # Whom: Jacques Marneweck # # $FreeBSD$ # PORTNAME= Perlbal PORTVERSION= 1.72 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reverse-proxy load balancer and webserver RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes +USE_RC_SUBR= perlbal MAN1= perlbal.1 MAN3= Perlbal.3 \ Perlbal::Plugin::Palimg.3 \ Perlbal::Plugin::Cgilike.3 \ Perlbal::Plugin::Include.3 \ Perlbal::Test.3 \ Perlbal::Util.3 .include .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes .endif .ifndef NOPORTDOCS post-install: ${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} .endif .include Property changes on: head/www/perlbal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/www/perlbal/files/perlbal.in =================================================================== --- head/www/perlbal/files/perlbal.in (nonexistent) +++ head/www/perlbal/files/perlbal.in (revision 236763) @@ -0,0 +1,19 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: perlbal +# REQUIRE: DAEMON + +. "%%RC_SUBR%%" + +name="perlbal" +command="%%PREFIX%%/bin/perlbal" + +load_rc_config "$name" +: ${perlbal_enable="NO"} +: ${perlbal_flags="-f /usr/local/etc/perlbal.conf &"} + +run_rc_command "$1" + Property changes on: head/www/perlbal/files/perlbal.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property