Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 1999 00:50:46 +0900 (KST)
From:      swjeong <swjeong@bbs.kitel.co.kr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11515: re-submit: (previous submitted ports had bad md5)
Message-ID:  <199905051550.AAA10798@bbs.kitel.co.kr>

next in thread | raw e-mail | index | archive | help

>Number:         11515
>Category:       ports
>Synopsis:       previous submitted ports had bad md5
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  5 08:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeong Sung Won
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
KITEL
>Environment:

	

>Description:

# 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:
#
#	brouted
#	brouted/files
#	brouted/files/md5
#	brouted/Makefile
#	brouted/pkg
#	brouted/pkg/COMMENT
#	brouted/pkg/DESCR
#	brouted/pkg/PLIST
#
echo c - brouted
mkdir -p brouted > /dev/null 2>&1
echo c - brouted/files
mkdir -p brouted/files > /dev/null 2>&1
echo x - brouted/files/md5
sed 's/^X//' >brouted/files/md5 << 'END-of-brouted/files/md5'
XMD5 (brouted-1.2b.tar.gz) = b482a1de507138669e055d902684e02f
END-of-brouted/files/md5
echo x - brouted/Makefile
sed 's/^X//' >brouted/Makefile << 'END-of-brouted/Makefile'
X# New ports collection makefile for:   brouted
X# Version required:    1.2b
X# Date created:        5 May 1999
X# Whom:                swjeong
X#
X# $Id$
X#
X       
XDISTNAME=      brouted-1.2b
XCATEGORIES=    net
XMASTER_SITES=  ftp://www.kitel.co.kr/pub/
X       
XMAINTAINER=    swjeong@kitel.co.kr
X       
XMAN8=          brouted.8
XMANCOMPRESSED= yes
X       
X.include <bsd.port.mk>
END-of-brouted/Makefile
echo c - brouted/pkg
mkdir -p brouted/pkg > /dev/null 2>&1
echo x - brouted/pkg/COMMENT
sed 's/^X//' >brouted/pkg/COMMENT << 'END-of-brouted/pkg/COMMENT'
Xdynamic routing daemon acting on source IP of TCP connection
END-of-brouted/pkg/COMMENT
echo x - brouted/pkg/DESCR
sed 's/^X//' >brouted/pkg/DESCR << 'END-of-brouted/pkg/DESCR'
X
XIntroduction
X============
X
X  This is a port of brouted. brouted is dynamic routing daemon 
X  acting on source IP address of TCP connections. It's purpose 
X  is to use multiple routing only TCP/IP leased line only with 
X  a single host.
X
X
XHow it works
X============
X
X  It checks PCB(Protocol Control Block) and kernel routing ta-
X  ble. If dedicated source IP appears in PCB, brouted checks 
X  whether it's destination IP address exists in kernel routing 
X  table. If it doesn't exists, brouted add new routing entry
X  which routes destination IP to dedicated gateway.
X
X  In similar manner, when the TCP connection drops, correspond-
X  ing routing entry is removed from kernel routing table. 
X
X
X- Jeong Sung Won
Xswjeong@kitel.co.kr
END-of-brouted/pkg/DESCR
echo x - brouted/pkg/PLIST
sed 's/^X//' >brouted/pkg/PLIST << 'END-of-brouted/pkg/PLIST'
Xsbin/brouted
END-of-brouted/pkg/PLIST
exit


>How-To-Repeat:

	

>Fix:
	
	


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905051550.AAA10798>