Date: Mon, 01 Mar 2004 10:00:36 -0000 From: Gerasimos Dimitriadis <gedimitr@auth.gr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63580: New port: net/ng_daphne - A netgraph module for the creation of multihop ad hoc networks Message-ID: <200402131240.i1DCeYsT002761@a93.ee.auth.gr> Resent-Message-ID: <200403011000.i21A0arR009251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402131240.i1DCeYsT002761>