From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 14 15:30:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8DA16A4CE for ; Sat, 14 May 2005 15:30:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB5B43D6D for ; Sat, 14 May 2005 15:30:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4EFU3gv038594 for ; Sat, 14 May 2005 15:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4EFU3LF038593; Sat, 14 May 2005 15:30:03 GMT (envelope-from gnats) Resent-Date: Sat, 14 May 2005 15:30:03 GMT Resent-Message-Id: <200505141530.j4EFU3LF038593@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Aleksandr S. Goncharov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7702B16A4CE for ; Sat, 14 May 2005 15:26:39 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C0443D4C for ; Sat, 14 May 2005 15:26:39 +0000 (GMT) (envelope-from mraleks@bk.ru) Received: from [80.255.136.38] (port=32365 helo=localhost) by mx2.mail.ru with asmtp id 1DWyXF-0008BE-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 14 May 2005 19:26:37 +0400 Message-Id: <20050514152636.GA80920@aleks.vzletka.net> Date: Sat, 14 May 2005 23:26:36 +0800 From: "Aleksandr S. Goncharov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81021: New port: net/dcd Direct Connect Hub clone for Unix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Aleksandr S. Goncharov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 15:30:04 -0000 >Number: 81021 >Category: ports >Synopsis: New port: net/dcd Direct Connect Hub clone for Unix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 14 15:30:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aleksandr S. Goncharov >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD aleks 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Jan 25 01:31:23 KRAT 2005 aleks@aleks.vzletka.net.:/usr/src/sys/i386/compile/aleks_krn_5 i386 >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: # # dcd # dcd/Makefile # dcd/pkg-descr # dcd/pkg-plist # dcd/distinfo # echo c - dcd mkdir -p dcd > /dev/null 2>&1 echo x - dcd/Makefile sed 's/^X//' >dcd/Makefile << 'END-of-dcd/Makefile' X# New ports collection makefile for: dcd X# Date created: 14 May 2005 X# Whom: Aleksandr S. Goncharov X# X# $FreeBSD$ X# X XPORTNAME= dcd XPORTVERSION= 0.4.8 XCATEGORIES= net XMASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/ X XMAINTAINER= mraleks@bk.ru XCOMMENT= Direct Connect Hub clone for Unix X XUSE_BZIP2= yes XUSE_LIBTOOL_VER=15 XHAS_CONFIGURE= yes X XMAN1= dcd.1 dcd.console.1 XMAN2= dcd.2 dcd.console.2 X X.include END-of-dcd/Makefile echo x - dcd/pkg-descr sed 's/^X//' >dcd/pkg-descr << 'END-of-dcd/pkg-descr' XDConnect Daemon is a Direct Connect Hub clone for Unix. It allow people to Xshare their resources, i.e.: programs, graphics, all files... X XFeatures X X* fast, pure C implementation X* libwrap support (hosts.allow, hosts.deny) X* low memory per user consumption X* uses threads (no forking) X* nick pattern matching X* simple administration throught telnet console X XWWW: http://www.dc.ds.pg.gda.pl/ X X- Aleksandr S. Goncharov Xmraleks@bk.ru END-of-dcd/pkg-descr echo x - dcd/pkg-plist sed 's/^X//' >dcd/pkg-plist << 'END-of-dcd/pkg-plist' Xsbin/dcd Xetc/dcd/console.allow Xetc/dcd/dcd.banned Xetc/dcd/dcd.conf Xetc/dcd/dcd.motd Xetc/dcd/dcd.penalties Xetc/dcd/dcd.users Xetc/dcd/dcd.welcome Xetc/dcd/nicks.allow X@dirrm etc/dcd END-of-dcd/pkg-plist echo x - dcd/distinfo sed 's/^X//' >dcd/distinfo << 'END-of-dcd/distinfo' XMD5 (dcd-0.4.8.tar.bz2) = 6219d776ce0ced149f74f28463b098f6 XSIZE (dcd-0.4.8.tar.bz2) = 340008 END-of-dcd/distinfo exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: