Date: Mon, 30 Oct 2000 17:38:24 -0800 (PST) From: yushunwa@isi.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22431: New Port: Message-ID: <200010310138.RAA08626@amc.isi.edu>
next in thread | raw e-mail | index | archive | help
>Number: 22431 >Category: ports >Synopsis: New Port: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 17:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yu-Shun Wang >Release: FreeBSD 4.1-RELEASE i386 >Organization: USC / ISI >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: # # xbone # xbone/Makefile # xbone/distinfo # xbone/pkg-comment # xbone/pkg-deinstall # xbone/pkg-deinstall.rd # xbone/pkg-descr # xbone/pkg-plist # xbone/pkg-plist.rd # echo c - xbone mkdir -p xbone > /dev/null 2>&1 echo x - xbone/Makefile sed 's/^X//' >xbone/Makefile << 'END-of-xbone/Makefile' X# New ports collection makefile for: XBone X# Date created: Mar 10 2000 X# Whom: Yu-Shun Wang <xbone@isi.edu> X# X# $FreeBSD$ X# X XPORTNAME= XBone XPORTVERSION= 1.3 XCATEGORIES= net XMASTER_SITES= http://www.isi.edu/xbone/software/x-bone/ X XMAINTAINER= yushunwa@isi.edu X X.include <bsd.port.pre.mk> X.if ${OSVERSION} < 320000 XFORBIDDEN= "X-Bone does not support FreeBSD prior to 3.2" X.endif X XUSE_GMAKE= yes XUSE_PERL5= yes XIS_INTERACTIVE= yes XNO_BUILD= yes X XPERL_LIB= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} X X.if !defined(USA_RESIDENT) || ${USA_RESIDENT}!=YES && ${USA_RESIDENT}!=NO Xpre-fetch: X @${ECHO} "" X @${ECHO} "ERROR! You must set variable USA_RESIDENT to YES, if you are" X @${ECHO} "USA resident or to NO, if you aren't USA resident to build" X @${ECHO} "this package. This option is required by other softwares" X @${ECHO} "X-Bone depends on." X @${FALSE} X.elif !defined(OPTION) || ${OPTION}!=RD && ${OPTION}!=OMGUI Xpre-fetch: X @${ECHO} "" X @${ECHO} "! You must set variable OPTION=OMGUI or OPTION=RD." X @${ECHO} " OMGUI: Install & configure the system for:" X @${ECHO} " (1) X-Bone Overlay Manager" X @${ECHO} " (2) X-Bone GUI files (html & CGI scripts)" X @${ECHO} " (3) X-Bone Overlay DNS server" X @${ECHO} " ** NORMALLY, YOU ONLY NEED ONE OMGUI-HOST TO RUN XBONE." X @${ECHO} "" X @${ECHO} " RD: Install the X-Bone Resource Daemon which enables the" X @${ECHO} " system to participate in overlays as either a host" X @${ECHO} " or a router." X @${ECHO} " ** YOU NEED MULTIPLE RD-HOSTS TO CONSTRUCT OVERLAYS." X @${FALSE} X.elif defined(OPTION) X.if ${OPTION}==RD XBUILD_DEPENDS= ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \ X ${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay XINSTALL_TARGET= rd XPLIST= ${PKGDIR}/pkg-plist.rd XPKGDEINSTALL= ${PKGDIR}/pkg-deinstall.rd X.else XBUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\ X ${PERL_LIB}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI \ X ${PERL_LIB}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ X ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\ X ${PERL_LIB}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \ X ${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay XINSTALL_TARGET= omgui XMAKE_ARGS= PERL5=${PERL5} SYS=${SYS} X.endif X.endif X XRUN_DEPENDS= ${PREFIX}/bin/ip-tun:${PORTSDIR}/net/ip-tun X XMAN1= xb-pick.1 XMAN5= XB_Defs.pm.5 Xbone_daemon.conf.5 Xbone_daemon.state.5 XMAN8= X-Bone.8 xb-daemon.8 xb-overlay-manager.8 xb-config.8 X X.include <bsd.port.post.mk> END-of-xbone/Makefile echo x - xbone/distinfo sed 's/^X//' >xbone/distinfo << 'END-of-xbone/distinfo' XMD5 (XBone-1.3.tar.gz) = ff40eff8eb73747024dd489632fa04ae END-of-xbone/distinfo echo x - xbone/pkg-comment sed 's/^X//' >xbone/pkg-comment << 'END-of-xbone/pkg-comment' XA system for dynamic internet overlay deployment and management END-of-xbone/pkg-comment echo x - xbone/pkg-deinstall sed 's/^X//' >xbone/pkg-deinstall << 'END-of-xbone/pkg-deinstall' X#!/bin/sh Xif [ -z $2 ]; then X exit 0 Xfi Xif [ $2 != "POST-DEINSTALL" ]; then X echo "!!! This script is for post-deinstallation only."; \ X exit 0 Xfi Xecho "==> Post-deinstallation cleanup:" Xif [ -d /etc/xbone ]; then X /usr/bin/dialog --yesno "/etc/xbone found. Do you want to DELETE it?\ X Warning: <YES> would DELETE ALL XBONE CONFIG/STATE\ X files and ALL CERTIFICATES." 8 50 && X rm -rf /etc/xbone || echo " - /etc/xbone is not deleted." Xfi X/usr/bin/dialog --yesno "Do you want to DELETE all remaining XBone files\ X under /usr/local/xbone, /usr/local/www & /usr/local/etc/apache?" 8 50 && Xfor f in /usr/local/xbone /usr/local/www /usr/local/etc/apache; do X if [ -d $f ]; then X rm -rf $f X fi X if [ -d "$f-OLD" ]; then X mv -f $f-OLD $f X fi Xdone || Xecho "Check /usr/local/[xbone|www|etc/apache] for possible remaining files." X END-of-xbone/pkg-deinstall echo x - xbone/pkg-deinstall.rd sed 's/^X//' >xbone/pkg-deinstall.rd << 'END-of-xbone/pkg-deinstall.rd' X#!/bin/sh Xif [ -z $2 ]; then X exit 0 Xfi Xif [ $2 != "POST-DEINSTALL" ]; then X echo "!!! This script is for post-deinstallation only."; \ X exit 0 Xfi Xecho "==> Post-deinstallation cleanup:" Xif [ -d /etc/xbone ]; then X /usr/bin/dialog --yesno "/etc/xbone found. Do you want to DELETE it?\ X Warning: <YES> would DELETE ALL XBONE CONFIG/STATE\ X files and ALL CERTIFICATES." 8 50 && X rm -rf /etc/xbone || echo " - /etc/xbone is not deleted." Xfi Xif [ -d /usr/local/xbone ]; then X /usr/bin/dialog --yesno "Do you want to DELETE all remaining XBone files\ X under /usr/local/xbone?" 8 50 && X rm -rf /usr/local/xbone || echo " - /usr/local/xbone not deleted." Xfi X END-of-xbone/pkg-deinstall.rd echo x - xbone/pkg-descr sed 's/^X//' >xbone/pkg-descr << 'END-of-xbone/pkg-descr' XX-Bone dynamically deploys and manages Internet overlays to reduce Xtheir configuration effort and increase network component sharing. XX-Bone discovers, configures, and monitors network resources to Xcreate overlays over existing IP networks. X XX-Bone uses two-layer IP in IP tunneled overlays and supports existing Xapplications and unmodified routing, multicast, and DNS services in Xunmodified operating systems. X-Bone also support IPSec within overlays. X XFull details can be found on the web at: X XWWW: http://www.isi.edu/xbone/ X X- Joe Touch, Project Leader, X-Bone group, USC/ISI X touch@isi.edu; the group can be reached at xbone@isi.edu END-of-xbone/pkg-descr echo x - xbone/pkg-plist sed 's/^X//' >xbone/pkg-plist << 'END-of-xbone/pkg-plist' Xxbone/doc/README.security Xxbone/doc/arch Xxbone/doc/daemon_data_structures Xxbone/doc/disclaimer Xxbone/doc/gui Xxbone/doc/om_data_structures Xxbone/doc/plan Xxbone/doc/protocol Xxbone/doc/rd.data-structures Xxbone/install/apache_conf_sample/.cvsignore Xxbone/install/apache_conf_sample/access.conf Xxbone/install/apache_conf_sample/httpsd.conf Xxbone/install/apache_conf_sample/httpsd.conf.ORIG Xxbone/install/apache_conf_sample/magic Xxbone/install/apache_conf_sample/mime.types Xxbone/install/apache_conf_sample/srm.conf Xxbone/install/named_conf_sample/xbone/xbone-reverse.private Xxbone/install/named_conf_sample/xbone/xbone-reverse.private.ORIG Xxbone/install/named_conf_sample/xbone/xbone.private Xxbone/install/named_conf_sample/xbone/xbone.private.ORIG Xxbone/install/named_conf_sample/named.conf Xxbone/install/named_conf_sample/named.conf.ORIG Xxbone/install/named_conf_sample/resolv.conf Xxbone/install/named_conf_sample/resolv.conf.ORIG Xxbone/install/CHANGES Xxbone/install/COPYRIGHT Xxbone/install/FAQ Xxbone/install/FILELIST Xxbone/install/INSTALL Xxbone/install/Makefile Xxbone/install/README Xxbone/install/REQUIREMENTS Xxbone/install/SECURITY Xxbone/install/setkey.tar.gz Xxbone/install/xb-DNS-config.pl Xxbone/install/xb-Host-check.pl Xxbone/install/xb-Port-check.pl Xxbone/install/xb-Source-patch.pl Xxbone/lib/cert/CAcert.der Xxbone/lib/cert/CAcert.pem Xxbone/lib/XB_Common.pm Xxbone/lib/XB_Defs.pm Xxbone/lib/XB_Defs.pm.ORIG Xxbone/lib/XB_IPsec.pm Xxbone/lib/XB_Log.pm Xxbone/lib/XB_Overlay_List.pm Xxbone/lib/XB_SSL.pm Xxbone/lib/XB_Utils.pm Xxbone/man/man1/xb-pick.1 Xxbone/man/man5/XB_Defs.pm.5 Xxbone/man/man5/Xbone_daemon.conf.5 Xxbone/man/man5/Xbone_daemon.state.5 Xxbone/man/man8/X-Bone.8 Xxbone/man/man8/xb-config.8 Xxbone/man/man8/xb-daemon.8 Xxbone/man/man8/xb-overlay-manager.8 Xxbone/om/XB_IP_Allocation.pm Xxbone/om/XB_MIB.pm Xxbone/om/XB_OM_App_Start.pm Xxbone/om/XB_Ping.pm Xxbone/om/XB_RPC.pm Xxbone/om/XB_Topology.pm Xxbone/om/xb-overlay-manager.pl Xxbone/rd/apps/xb-config.pl Xxbone/rd/apps/xb-config.pl.ORIG Xxbone/rd/apps/xb-overlay-list.pl Xxbone/rd/apps/xb-pick Xxbone/rd/XB_App_Start.pm Xxbone/rd/XB_Commands.pm Xxbone/rd/XB_DNS.pm Xxbone/rd/XB_Node_DB.pm Xxbone/rd/XB_Route.pm Xxbone/rd/XB_Tunnel.pm Xxbone/rd/xb-daemon.pl Xxbone/rd/xb-daemon.pl.ORIG Xxbone/www/cgi-bin/index.pl Xxbone/www/cgi-bin/index.pl.ORIG Xxbone/www/cgi-bin/xb-get-ca-cert.pl Xxbone/www/cgi-bin/xb-get-ca-cert.pl.ORIG Xxbone/www/cgi-bin/xb-req-user-cert.pl Xxbone/www/cgi-bin/xb-req-user-cert.pl.ORIG Xxbone/www/htdocs/index.html Xxbone/www/htdocs/robots.txt Xxbone/www/htdocs/xbone.css Xxbone/www/s-cgi-bin/XB_Interface.pm Xxbone/www/s-cgi-bin/XB_Interface.pm.ORIG Xxbone/www/s-cgi-bin/index.pl Xxbone/www/s-cgi-bin/index.pl.ORIG Xxbone/www/s-cgi-bin/xb-admin.pl Xxbone/www/s-cgi-bin/xb-admin.pl.ORIG Xxbone/www/s-cgi-bin/xb-cookies.pl Xxbone/www/s-cgi-bin/xb-cookies.pl.ORIG Xxbone/www/s-cgi-bin/xb-create.pl Xxbone/www/s-cgi-bin/xb-create.pl.ORIG Xxbone/www/s-cgi-bin/xb-destroy.pl Xxbone/www/s-cgi-bin/xb-destroy.pl.ORIG Xxbone/www/s-cgi-bin/xb-req-host-cert.pl Xxbone/www/s-cgi-bin/xb-req-host-cert.pl.ORIG Xxbone/www/s-cgi-bin/xb-status.pl Xxbone/www/s-cgi-bin/xb-status.pl.ORIG Xxbone/www/s-htdocs/images/h1.gif Xxbone/www/s-htdocs/images/h2.gif Xxbone/www/s-htdocs/images/h3.gif Xxbone/www/s-htdocs/images/h4.gif Xxbone/www/s-htdocs/images/h5.gif Xxbone/www/s-htdocs/images/h6.gif Xxbone/www/s-htdocs/images/h7.gif Xxbone/www/s-htdocs/images/h8.gif Xxbone/www/s-htdocs/images/linear.gif Xxbone/www/s-htdocs/images/ring.gif Xxbone/www/s-htdocs/images/stag.gif Xxbone/www/s-htdocs/images/star.gif Xxbone/www/s-htdocs/images/tree.gif Xxbone/www/s-htdocs/index.html Xxbone/www/s-htdocs/robots.txt Xxbone/www/s-htdocs/xbone.css Xwww/cgi-bin/index.pl Xwww/cgi-bin/index.pl.ORIG Xwww/cgi-bin/xb-get-ca-cert.pl Xwww/cgi-bin/xb-get-ca-cert.pl.ORIG Xwww/cgi-bin/xb-req-user-cert.pl Xwww/cgi-bin/xb-req-user-cert.pl.ORIG Xwww/htdocs/index.html Xwww/htdocs/robots.txt Xwww/htdocs/xbone.css Xwww/lib/cert/CAcert.der Xwww/lib/cert/CAcert.pem Xwww/lib/XB_Common.pm Xwww/lib/XB_Defs.pm Xwww/lib/XB_Defs.pm.ORIG Xwww/lib/XB_IPsec.pm Xwww/lib/XB_Log.pm Xwww/lib/XB_Overlay_List.pm Xwww/lib/XB_SSL.pm Xwww/lib/XB_Utils.pm Xwww/s-cgi-bin/XB_Interface.pm Xwww/s-cgi-bin/XB_Interface.pm.ORIG Xwww/s-cgi-bin/index.pl Xwww/s-cgi-bin/index.pl.ORIG Xwww/s-cgi-bin/xb-admin.pl Xwww/s-cgi-bin/xb-admin.pl.ORIG Xwww/s-cgi-bin/xb-cookies.pl Xwww/s-cgi-bin/xb-cookies.pl.ORIG Xwww/s-cgi-bin/xb-create.pl Xwww/s-cgi-bin/xb-create.pl.ORIG Xwww/s-cgi-bin/xb-destroy.pl Xwww/s-cgi-bin/xb-destroy.pl.ORIG Xwww/s-cgi-bin/xb-req-host-cert.pl Xwww/s-cgi-bin/xb-req-host-cert.pl.ORIG Xwww/s-cgi-bin/xb-status.pl Xwww/s-cgi-bin/xb-status.pl.ORIG Xwww/s-htdocs/images/h1.gif Xwww/s-htdocs/images/h2.gif Xwww/s-htdocs/images/h3.gif Xwww/s-htdocs/images/h4.gif Xwww/s-htdocs/images/h5.gif Xwww/s-htdocs/images/h6.gif Xwww/s-htdocs/images/h7.gif Xwww/s-htdocs/images/h8.gif Xwww/s-htdocs/images/linear.gif Xwww/s-htdocs/images/ring.gif Xwww/s-htdocs/images/stag.gif Xwww/s-htdocs/images/star.gif Xwww/s-htdocs/images/tree.gif Xwww/s-htdocs/index.html Xwww/s-htdocs/robots.txt Xwww/s-htdocs/xbone.css Xetc/apache/.cvsignore Xetc/apache/access.conf Xetc/apache/httpd.conf Xetc/apache/httpsd.conf Xetc/apache/httpsd.conf.ORIG Xetc/apache/magic Xetc/apache/mime.types Xetc/apache/srm.conf Xbin/xb-config Xbin/xb-daemon Xbin/xb-overlay-manager Xbin/xb-pick X@dirrm etc/apache X@dirrm www/cgi-bin X@dirrm www/htdocs X@dirrm www/lib/cert X@dirrm www/lib X@dirrm www/s-cgi-bin X@dirrm www/s-htdocs/images X@dirrm www/s-htdocs X@dirrm www X@unexec mv -f www-OLD www 2>/dev/null || true X@unexec mv -f etc/apache-OLD etc/apache 2>/dev/null || true X@dirrm xbone/doc X@dirrm xbone/install/apache_conf_sample X@dirrm xbone/install/named_conf_sample/xbone X@dirrm xbone/install/named_conf_sample X@dirrm xbone/install X@dirrm xbone/man/man1 X@dirrm xbone/man/man5 X@dirrm xbone/man/man8 X@dirrm xbone/man X@dirrm xbone/lib/cert X@dirrm xbone/lib X@dirrm xbone/om X@dirrm xbone/rd/apps X@dirrm xbone/rd X@dirrm xbone/www/cgi-bin X@dirrm xbone/www/htdocs X@dirrm xbone/www/s-cgi-bin X@dirrm xbone/www/s-htdocs/images X@dirrm xbone/www/s-htdocs X@dirrm xbone/www X@dirrm xbone END-of-xbone/pkg-plist echo x - xbone/pkg-plist.rd sed 's/^X//' >xbone/pkg-plist.rd << 'END-of-xbone/pkg-plist.rd' Xxbone/doc/README.security Xxbone/doc/arch Xxbone/doc/daemon_data_structures Xxbone/doc/disclaimer Xxbone/doc/gui Xxbone/doc/om_data_structures Xxbone/doc/plan Xxbone/doc/protocol Xxbone/doc/rd.data-structures Xxbone/install/apache_conf_sample/.cvsignore Xxbone/install/apache_conf_sample/access.conf Xxbone/install/apache_conf_sample/httpsd.conf Xxbone/install/apache_conf_sample/httpsd.conf.ORIG Xxbone/install/apache_conf_sample/magic Xxbone/install/apache_conf_sample/mime.types Xxbone/install/apache_conf_sample/srm.conf Xxbone/install/named_conf_sample/xbone/xbone-reverse.private Xxbone/install/named_conf_sample/xbone/xbone-reverse.private.ORIG Xxbone/install/named_conf_sample/xbone/xbone.private Xxbone/install/named_conf_sample/xbone/xbone.private.ORIG Xxbone/install/named_conf_sample/named.conf Xxbone/install/named_conf_sample/named.conf.ORIG Xxbone/install/named_conf_sample/resolv.conf Xxbone/install/named_conf_sample/resolv.conf.ORIG Xxbone/install/CHANGES Xxbone/install/COPYRIGHT Xxbone/install/FAQ Xxbone/install/FILELIST Xxbone/install/INSTALL Xxbone/install/Makefile Xxbone/install/README Xxbone/install/REQUIREMENTS Xxbone/install/SECURITY Xxbone/install/setkey.tar.gz Xxbone/install/xb-DNS-config.pl Xxbone/install/xb-Host-check.pl Xxbone/install/xb-Port-check.pl Xxbone/install/xb-Source-patch.pl Xxbone/lib/cert/CAcert.der Xxbone/lib/cert/CAcert.pem Xxbone/lib/XB_Common.pm Xxbone/lib/XB_Defs.pm Xxbone/lib/XB_Defs.pm.ORIG Xxbone/lib/XB_IPsec.pm Xxbone/lib/XB_Log.pm Xxbone/lib/XB_Overlay_List.pm Xxbone/lib/XB_SSL.pm Xxbone/lib/XB_Utils.pm Xxbone/man/man1/xb-pick.1 Xxbone/man/man5/XB_Defs.pm.5 Xxbone/man/man5/Xbone_daemon.conf.5 Xxbone/man/man5/Xbone_daemon.state.5 Xxbone/man/man8/X-Bone.8 Xxbone/man/man8/xb-config.8 Xxbone/man/man8/xb-daemon.8 Xxbone/man/man8/xb-overlay-manager.8 Xxbone/om/XB_IP_Allocation.pm Xxbone/om/XB_MIB.pm Xxbone/om/XB_OM_App_Start.pm Xxbone/om/XB_Ping.pm Xxbone/om/XB_RPC.pm Xxbone/om/XB_Topology.pm Xxbone/om/xb-overlay-manager.pl Xxbone/rd/apps/xb-config.pl Xxbone/rd/apps/xb-config.pl.ORIG Xxbone/rd/apps/xb-overlay-list.pl Xxbone/rd/apps/xb-pick Xxbone/rd/XB_App_Start.pm Xxbone/rd/XB_Commands.pm Xxbone/rd/XB_DNS.pm Xxbone/rd/XB_Node_DB.pm Xxbone/rd/XB_Route.pm Xxbone/rd/XB_Tunnel.pm Xxbone/rd/xb-daemon.pl Xxbone/rd/xb-daemon.pl.ORIG Xxbone/www/cgi-bin/index.pl Xxbone/www/cgi-bin/index.pl.ORIG Xxbone/www/cgi-bin/xb-get-ca-cert.pl Xxbone/www/cgi-bin/xb-get-ca-cert.pl.ORIG Xxbone/www/cgi-bin/xb-req-user-cert.pl Xxbone/www/cgi-bin/xb-req-user-cert.pl.ORIG Xxbone/www/htdocs/index.html Xxbone/www/htdocs/robots.txt Xxbone/www/htdocs/xbone.css Xxbone/www/s-cgi-bin/XB_Interface.pm Xxbone/www/s-cgi-bin/XB_Interface.pm.ORIG Xxbone/www/s-cgi-bin/index.pl Xxbone/www/s-cgi-bin/index.pl.ORIG Xxbone/www/s-cgi-bin/xb-admin.pl Xxbone/www/s-cgi-bin/xb-admin.pl.ORIG Xxbone/www/s-cgi-bin/xb-cookies.pl Xxbone/www/s-cgi-bin/xb-cookies.pl.ORIG Xxbone/www/s-cgi-bin/xb-create.pl Xxbone/www/s-cgi-bin/xb-create.pl.ORIG Xxbone/www/s-cgi-bin/xb-destroy.pl Xxbone/www/s-cgi-bin/xb-destroy.pl.ORIG Xxbone/www/s-cgi-bin/xb-req-host-cert.pl Xxbone/www/s-cgi-bin/xb-req-host-cert.pl.ORIG Xxbone/www/s-cgi-bin/xb-status.pl Xxbone/www/s-cgi-bin/xb-status.pl.ORIG Xxbone/www/s-htdocs/images/h1.gif Xxbone/www/s-htdocs/images/h2.gif Xxbone/www/s-htdocs/images/h3.gif Xxbone/www/s-htdocs/images/h4.gif Xxbone/www/s-htdocs/images/h5.gif Xxbone/www/s-htdocs/images/h6.gif Xxbone/www/s-htdocs/images/h7.gif Xxbone/www/s-htdocs/images/h8.gif Xxbone/www/s-htdocs/images/linear.gif Xxbone/www/s-htdocs/images/ring.gif Xxbone/www/s-htdocs/images/stag.gif Xxbone/www/s-htdocs/images/star.gif Xxbone/www/s-htdocs/images/tree.gif Xxbone/www/s-htdocs/index.html Xxbone/www/s-htdocs/robots.txt Xxbone/www/s-htdocs/xbone.css Xbin/xb-config Xbin/xb-daemon Xbin/xb-overlay-manager Xbin/xb-pick X@dirrm xbone/doc X@dirrm xbone/install/apache_conf_sample X@dirrm xbone/install/named_conf_sample/xbone X@dirrm xbone/install/named_conf_sample X@dirrm xbone/install X@dirrm xbone/man/man1 X@dirrm xbone/man/man5 X@dirrm xbone/man/man8 X@dirrm xbone/man X@dirrm xbone/lib/cert X@dirrm xbone/lib X@dirrm xbone/om X@dirrm xbone/rd/apps X@dirrm xbone/rd X@dirrm xbone/www/cgi-bin X@dirrm xbone/www/htdocs X@dirrm xbone/www/s-cgi-bin X@dirrm xbone/www/s-htdocs/images X@dirrm xbone/www/s-htdocs X@dirrm xbone/www X@dirrm xbone END-of-xbone/pkg-plist.rd 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?200010310138.RAA08626>