From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 1 02:00:36 2004 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 53C8416A4CE for ; Mon, 1 Mar 2004 02:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C5F43D3F for ; Mon, 1 Mar 2004 02:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i21A0abv009254 for ; Mon, 1 Mar 2004 02:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i21A0arR009251; Mon, 1 Mar 2004 02:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 1 Mar 2004 02:00:36 -0800 (PST) Resent-Message-Id: <200403011000.i21A0arR009251@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, Gerasimos Dimitriadis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED0416A4CE for ; Mon, 1 Mar 2004 01:58:27 -0800 (PST) Received: from a93.ee.auth.gr (a93.ee.auth.gr [155.207.19.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F1643D2F for ; Mon, 1 Mar 2004 01:58:26 -0800 (PST) (envelope-from gedimitr@a93.ee.auth.gr) Received: from a93.ee.auth.gr (localhost.ee.auth.gr [127.0.0.1]) by a93.ee.auth.gr (8.12.9/8.12.9) with ESMTP id i219wQmi000489 for ; Mon, 1 Mar 2004 11:58:26 +0200 (EET) (envelope-from gedimitr@a93.ee.auth.gr) Received: (from root@localhost) by a93.ee.auth.gr (8.12.9/8.12.9/Submit) id i1DCeYsT002761; Fri, 13 Feb 2004 14:40:34 +0200 (EET) Message-Id: <200402131240.i1DCeYsT002761@a93.ee.auth.gr> From: Gerasimos Dimitriadis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63580: New port: net/ng_daphne - A netgraph module for the creation of multihop ad hoc networks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerasimos Dimitriadis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 01 Mar 2004 10:00:36 -0000 X-Original-Date: Fri, 13 Feb 2004 14:40:34 +0200 (EET) X-List-Received-Date: Mon, 01 Mar 2004 10:00:36 -0000 >Number: 63580 >Category: ports >Synopsis: New port: net/ng_daphne - A netgraph module for the creation of multihop ad hoc networks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 01 02:00:35 PST 2004 >Closed-Date: >Last-Modified: >Originator: Gerasimos Dimitriadis >Release: FreeBSD 5.1-RELEASE i386 >Organization: Aristotle University of Thessaloniki >Environment: System: FreeBSD a93.ee.auth.gr 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This port constructs a netgraph module that allows the creation of multihop ad hoc networks. It uses the GSR routing protocol based on link state with hardware addresses, in order to give the impression to upper layers that every node is within one hop. >How-To-Repeat: >Fix: # 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: # # ng_daphne # ng_daphne/pkg-descr # ng_daphne/pkg-plist # ng_daphne/Makefile # ng_daphne/distinfo # ng_daphne/pkg-message # echo c - ng_daphne mkdir -p ng_daphne > /dev/null 2>&1 echo x - ng_daphne/pkg-descr sed 's/^X//' >ng_daphne/pkg-descr << 'END-of-ng_daphne/pkg-descr' Xng_daphne is a FreeBSD netgraph kernel module which allows the easy Xcreation of multihop ad hoc networks. ng_daphne employs the GSR X(Global State Routing) algorithm with hardware addresses, in order to Xgive the impression to upper layers that all network nodes are within Xone hop from each other. X X- Gerasimos Dimitriadis Xgedimitr@auth.gr END-of-ng_daphne/pkg-descr echo x - ng_daphne/pkg-plist sed 's/^X//' >ng_daphne/pkg-plist << 'END-of-ng_daphne/pkg-plist' Xlib/ng_daphne.ko Xshare/doc/ng_daphne/README X@dirrm share/doc/ng_daphne END-of-ng_daphne/pkg-plist echo x - ng_daphne/Makefile sed 's/^X//' >ng_daphne/Makefile << 'END-of-ng_daphne/Makefile' X# New ports collection makefile for: ng_daphne X# Date created: 8 November 2003 X# Whom: Gerasimos Dimitriadis X# X# $FreeBSD$ X# X XPORTNAME= ng_daphne XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://newton.ee.auth.gr/ng_daphne/ X XMAINTAINER= gedimitr@auth.gr XCOMMENT= A simple netgraph module for multihop ad hoc networks X X.include X X.if !exists(/usr/src/sys/netgraph/netgraph.h) XBROKEN= "Requires kernel source (/usr/src/sys) to build" X.endif X X.if ${OSVERSION} < 500000 XBROKEN= "Requires new netgraph architecture (ng_item) to build" X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ng_daphne.ko ${PREFIX}/lib X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X Xpost-install: X @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} X X.include X END-of-ng_daphne/Makefile echo x - ng_daphne/distinfo sed 's/^X//' >ng_daphne/distinfo << 'END-of-ng_daphne/distinfo' XMD5 (ng_daphne-1.0.tar.gz) = cc4d4332670d8f44d1df25f64588446f END-of-ng_daphne/distinfo echo x - ng_daphne/pkg-message sed 's/^X//' >ng_daphne/pkg-message << 'END-of-ng_daphne/pkg-message' X XThe ng_daphne.ko module has been installed to %%PREFIX%%/lib. You may Xwish to add this to your kern.module_path sysctl or copy it to Xanother location. X END-of-ng_daphne/pkg-message exit --- shar.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: