From mohacsi@scone.ki.iif.hu  Mon Oct 30 09:35:42 2006
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 98CD516A417
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Oct 2006 09:35:42 +0000 (UTC)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 502F643D64
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Oct 2006 09:35:41 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.13.8/8.13.8) id k9U9Z2Ha040626;
	Mon, 30 Oct 2006 10:35:02 +0100 (CET)
	(envelope-from mohacsi)
Message-Id: <200610300935.k9U9Z2Ha040626@scone.ki.iif.hu>
Date: Mon, 30 Oct 2006 10:35:02 +0100 (CET)
From: Janos Mohacsi <janos.mohacsi@bsd.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/slbd: Server load balancing daemon for *BSD pf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104926
>Category:       ports
>Synopsis:       [NEW PORT] net/slbd: Server load balancing daemon for *BSD pf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 30 09:40:24 GMT 2006
>Closed-Date:    Fri Nov 10 21:08:30 GMT 2006
>Last-Modified:  Fri Nov 10 21:10:32 GMT 2006
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #17: Fri Oct 20 01:04:28 CEST 2006
>Description:
The slbd project aims to produce stable, production-quality code to monitor 
web and other TCP-based servers, allowing for server load balancing (SLB) 
functionality through *BSD's PF packet filter.

WWW: http://slbd.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- slbd-1.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	slbd
#	slbd/distinfo
#	slbd/pkg-descr
#	slbd/files
#	slbd/files/patch-Makefile
#	slbd/Makefile
#
echo c - slbd
mkdir -p slbd > /dev/null 2>&1
echo x - slbd/distinfo
sed 's/^X//' >slbd/distinfo << 'END-of-slbd/distinfo'
XMD5 (slbd-1.3.tar.gz) = ac10353d513694fcc2574aa352360ae9
XSHA256 (slbd-1.3.tar.gz) = 661e60fcd6191aa3d8510eefc4812dadd0268151aa2611ea7d566cacffcbf547
XSIZE (slbd-1.3.tar.gz) = 20110
END-of-slbd/distinfo
echo x - slbd/pkg-descr
sed 's/^X//' >slbd/pkg-descr << 'END-of-slbd/pkg-descr'
XThe slbd project aims to produce stable, production-quality code to monitor 
Xweb and other TCP-based servers, allowing for server load balancing (SLB) 
Xfunctionality through *BSD's PF packet filter.
X
XWWW: http://slbd.sourceforge.net/
END-of-slbd/pkg-descr
echo c - slbd/files
mkdir -p slbd/files > /dev/null 2>&1
echo x - slbd/files/patch-Makefile
sed 's/^X//' >slbd/files/patch-Makefile << 'END-of-slbd/files/patch-Makefile'
X
X$FreeBSD$
X
X--- Makefile.orig
X+++ Makefile
X@@ -14,15 +14,11 @@
X #SUBDIR=tests
X PROG=slbd
X MAN=
X-PREFIX=/usr/local
X+PREFIX=%%PREFIX%%
X BINDIR=sbin
X CONFDIR=etc
X 
X-.if exists(${PREFIX}/${CONFDIR}/slbdcap)
X-CONFFILE=$(PREFIX)/$(CONFDIR)/slbdcap.new
X-.else
X-CONFFILE=$(PREFIX)/$(CONFDIR)/slbdcap
X-.endif
X+CONFFILE=$(PREFIX)/$(CONFDIR)/slbdcap-sample
X 
X 
X .c.o:
X@@ -47,7 +43,7 @@
X install-slbd:
X 	$(INSTALL) $(PROG) $(PREFIX)/$(BINDIR)/
X 	#mkdir -p $(PREFIX)/$(CONFDIR)
X-	#cp conf/slbdcap $(CONFFILE)
X+	$(INSTALL) conf/slbdcap $(CONFFILE)
X 
X config-clean:
X 	rm -f config.o config_test config
END-of-slbd/files/patch-Makefile
echo x - slbd/Makefile
sed 's/^X//' >slbd/Makefile << 'END-of-slbd/Makefile'
X# New ports collection makefile for:   slbd
X# Date created:        30 October 2006
X# Whom:                Janos Mohacsi <janos.mohacsi@bsd.hu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	slbd
XPORTVERSION=	1.3
XCATEGORIES=	net sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	janos.mohacsi@bsd.hu
XCOMMENT=	Server load balancing daemon for *BSD pf
X
XPLIST_FILES=	sbin/slbd etc/slbdcap-sample
XPORTDOCS=	configfile.txt
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s;%%PREFIX%%;${PREFIX};g" \
X		${WRKSRC}/Makefile
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-slbd/Makefile
exit
--- slbd-1.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Mon Oct 30 09:51:47 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104926 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Fri Nov 10 20:36:37 UTC 2006 
State-Changed-Why:  
Waiting for the right patch 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104926 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Fri Nov 10 21:08:28 UTC 2006 
State-Changed-Why:  
New port added, with changes (we don't have pf on all OSVERSIONs). 
Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104926 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104926: commit references a PR
Date: Fri, 10 Nov 2006 21:08:13 +0000 (UTC)

 itetcu      2006-11-10 21:07:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/slbd             Makefile distinfo pkg-descr 
     net/slbd/files       patch-Makefile 
   Log:
   The slbd project aims to produce stable, production-quality code to monitor
   web and other TCP-based servers, allowing for server load balancing (SLB)
   functionality through *BSD's PF packet filter.
   
   WWW: http://slbd.sourceforge.net/
   
   PR:             ports/104926
   Submitted by:   Janos Mohacsi <janos.mohacsi at bsd.hu>
   
   Revision  Changes    Path
   1.1762    +1 -0      ports/net/Makefile
   1.1       +36 -0     ports/net/slbd/Makefile (new)
   1.1       +3 -0      ports/net/slbd/distinfo (new)
   1.1       +32 -0     ports/net/slbd/files/patch-Makefile (new)
   1.1       +5 -0      ports/net/slbd/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
