Date: Sat, 17 Jul 2004 13:06:05 +0300 (EEST) From: "ozkan@enderunix.org" <root@mersin.edu.tr> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sem@FreeBSD.org Subject: ports/69176: [NEW PORT] net-mgmt/netustad (old_id: ports/69008) Message-ID: <20040717100605.87FDD45136@mail.mersin.edu.tr> Resent-Message-ID: <200407171000.i6HA0lno096781@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69176 >Category: ports >Synopsis: [NEW PORT] net-mgmt/netustad (old_id: ports/69008) >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: Sat Jul 17 10:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ozkan KIRIK >Release: FreeBSD 4.10-STABLE i386 >Organization: EnderUNIX SDT @ Turkey >Environment: System: FreeBSD mail.mersin.edu.tr >Description: Adding netUstad network management software to FreeBSD Ports Tree net-mgmt Old ID: ports/69008 >How-To-Repeat: Applying patches >Fix: --- netustad_port 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: # # Makefile # distinfo # pkg-descr # pkg-message # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: netustad X# Date created: 4 July 2004 X# Whom: ozkan@enderunix.org X# X# $FreeBSD$ X# X XPORTNAME= netustad XPORTVERSION= 0.1.1 XCATEGORIES= net-mgmt security XMASTER_SITES= http://www.enderunix.org/netustad/ X XMAINTAINER= ozkan@enderunix.org XCOMMENT= A web based admin tool that manages network services X X XMAN8= netustad.8 netustadpasswd.8 XMAN5= netustad.conf.5 X Xpost-install: X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' X X.include <bsd.port.mk> END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (netustad-0.1.1.tar.gz) = eaad99dea911897ba048dbf8dcdc7bfa XSIZE (netustad-0.1.1.tar.gz) = 38760 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XTo ease the task of network administration, Xdecrease the likelihood of erronous command execution and Xto maintain all network services from a central point, XEnderUNIX SDT anounces the availability of its 9th open-source tool, netUstad. X XIt has been coded in C language and includes its own HTTP server. XThe newly anounced version provides a web interface for Xsystem administrators to add/delete/update IPFW rulesets. X XYou can manage your IPFW firewall via a TCP/IP connected remote PC, easily. XDevelopment version icludes modules to manage whole Xnetwork services (routing tables, network interfaces) X XProject Page: XWWW: http://www.enderunix.org/netustad X X- Ozkan KIRIK Xozkan@enderunix.org XEnderUNIX SDT @ Turkey END-of-pkg-descr echo x - pkg-message sed 's/^X//' >pkg-message << 'END-of-pkg-message' X************************************************* X* You must run this program as root * X* Program path : %%PREFIX%%/bin/netustad * X* Your AdminUser : admin * X* Your AdminPassword : admin * X* Don't forget to change your password! * X************************************************* X END-of-pkg-message echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/netustad Xbin/netustadctl Xbin/netustadpasswd X@unexec if cmp -s %D/etc/netustad.conf %D/etc/netustad.conf-dist; then rm -f %D/etc/netustad.conf; fi Xetc/netustad.conf-dist X@exec [ -f %B/netustad.conf-dist ] || cp %B/%f %B/netustad.conf X%%DATADIR%%/script/English X%%DATADIR%%/script/Turkce X%%DATADIR%%/script/action1.inc X%%DATADIR%%/script/action2.inc X%%DATADIR%%/script/addform X%%DATADIR%%/script/addrule.inc X%%DATADIR%%/script/authform X%%DATADIR%%/script/bg.png X%%DATADIR%%/script/delete.jpg X%%DATADIR%%/script/edit-parse X%%DATADIR%%/script/editform X%%DATADIR%%/script/editrule.inc X%%DATADIR%%/script/intf-parse X%%DATADIR%%/script/loginform.inc X%%DATADIR%%/script/maketable X%%DATADIR%%/script/netustad.css X%%DATADIR%%/script/proto.inc X%%DATADIR%%/script/ruleoption1.inc X%%DATADIR%%/script/ruleoption2.inc X%%DATADIR%%/script/showrule X%%DATADIR%%/script/static-parse X%%PORTDOCS%%%%DOCSDIR%%/CHANGES X%%PORTDOCS%%%%DOCSDIR%%/COPYING X%%PORTDOCS%%%%DOCSDIR%%/FAQ X%%PORTDOCS%%%%DOCSDIR%%/GPL-License X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/THANKS X%%PORTDOCS%%%%DOCSDIR%%/TODO X@dirrm %%DATADIR%%/script X@dirrm %%DATADIR%% X@dirrm %%PORTDOCS%%%%DOCSDIR%% END-of-pkg-plist exit --- netustad_port ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040717100605.87FDD45136>