diff options
Diffstat (limited to 'net/xbone-gui')
-rw-r--r-- | net/xbone-gui/Makefile | 51 | ||||
-rw-r--r-- | net/xbone-gui/distinfo | 2 | ||||
-rw-r--r-- | net/xbone-gui/files/patch-Makefile | 13 | ||||
-rw-r--r-- | net/xbone-gui/pkg-descr | 21 | ||||
-rw-r--r-- | net/xbone-gui/pkg-plist | 130 |
5 files changed, 0 insertions, 217 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile deleted file mode 100644 index 6ca5d864098e..000000000000 --- a/net/xbone-gui/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: xbone -# Date created: June 8 2000 -# Whom: X-Bone Project <xbone@isi.edu> -# -# $FreeBSD$ -# - -PORTNAME= XBone-GUI -PORTVERSION= 3.2 -PORTREVISION= 5 -CATEGORIES= net perl5 -MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ -DISTNAME= XBone-${PORTVERSION} - -MAINTAINER= xbone@isi.edu -COMMENT= The GUI for XBone, a tool to deploy and manage IP-based VPNs - -BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ - ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ - ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ - ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail\ - ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6\ - ${SITE_PERL}/${PERL_ARCH}/APR.pm:${PORTSDIR}/www/mod_perl2 \ - ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ - ${SITE_PERL}/Tk/Getopt.pm:${PORTSDIR}/x11-toolkits/p5-Tk-Getopt \ - ${SITE_PERL}/${PERL_ARCH}/Tk/TableMatrix.pm:${PORTSDIR}/x11-toolkits/p5-Tk-TableMatrix - -BROKEN= bad plist -DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-05-01 - -USE_APACHE= 20 - -USE_GMAKE= yes -NO_BUILD= yes -USE_PERL5= yes -WRKSRC= ${WRKDIR}/XBone-${PORTVERSION} -INSTALL_TARGET= gui - -MAN5= xbone-gui.conf.5 -MAN8= xb-gui-control.8 xb-apache-config.8 - -.include <bsd.port.mk> diff --git a/net/xbone-gui/distinfo b/net/xbone-gui/distinfo deleted file mode 100644 index e14000e360b6..000000000000 --- a/net/xbone-gui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (XBone-3.2.tar.gz) = 8e67c6b7facd299ee960a4f2103cc3fb175f6ae3729509248f421478ec9373ea -SIZE (XBone-3.2.tar.gz) = 663309 diff --git a/net/xbone-gui/files/patch-Makefile b/net/xbone-gui/files/patch-Makefile deleted file mode 100644 index be058f9ebb6e..000000000000 --- a/net/xbone-gui/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Mon Nov 28 11:57:33 2005 -+++ Makefile Mon Nov 28 11:55:50 2005 -@@ -211,8 +211,8 @@ - done - cp -Rf ${CURDIR}/xb-gui-control.pl ${WWW}/xbone/lib - for c in `ls ${CACERT}`; do \ -- if( test ! -e ${CERT}/$$c ) then {\ -- cp -f ${CACERT}/$$c ${CERT}; \ -+ if( test ! -e ${CERT}/GUI-$$c ) then {\ -+ cp -f ${CACERT}/$$c ${CERT}/GUI-$$c; \ - } fi; \ - done - echo ">>> Build & install local Perl modules:" | tee -a ${LOG} diff --git a/net/xbone-gui/pkg-descr b/net/xbone-gui/pkg-descr deleted file mode 100644 index 49cc1dc1f479..000000000000 --- a/net/xbone-gui/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This port installs the GUI frontend for the XBone. The GUI is written -as a set of XML pages and required Apache web server to run. The -following is a detailed description of the XBone taken from XBone -port. - -The X-Bone dynamically deploys and manages Internet overlays to reduce -configuration effort and increase network component sharing. The -X-Bone discovers, configures, and monitors network resources to create -overlays over existing IP networks. Overlays are useful for deploying -overlapping virtual networks on shared infrastructure and for -simplifying topology. - -The X-Bone's two-layer IP in IP tunneled overlays support existing -applications and unmodified routing, multicast, and DNS services in -unmodified host operating systems. This two-layer scheme uniquely -supports node revisitation and recursive overlays, which is critical -for fault tolerance and dynamic relocation. The X-Bone uses multicast -to simplify resource discovery, and provides secure deployment as well -as secure overlays (VPNs). - -WWW: http://www.isi.edu/xbone/ diff --git a/net/xbone-gui/pkg-plist b/net/xbone-gui/pkg-plist deleted file mode 100644 index e08960a6e2ec..000000000000 --- a/net/xbone-gui/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -etc/xbone/cert/GUI-CAcert.pem -etc/xbone/cert/GUI-README -etc/xbone/apache/README -etc/xbone/apache/xb-apache-config.pl -etc/xbone/apache/xbone-apache.conf.template -www/xbone/htdocs/images/zoom.png -www/xbone/htdocs/images/background_light_tan.gif -www/xbone/htdocs/images/background_med_tan.gif -www/xbone/htdocs/images/background_tan.gif -www/xbone/htdocs/images/background_tan.jpg -www/xbone/htdocs/images/face.gif -www/xbone/htdocs/images/face.png -www/xbone/htdocs/images/h1.gif -www/xbone/htdocs/images/h2.gif -www/xbone/htdocs/images/h3.gif -www/xbone/htdocs/images/h4.gif -www/xbone/htdocs/images/h5.gif -www/xbone/htdocs/images/h6.gif -www/xbone/htdocs/images/h7.gif -www/xbone/htdocs/images/h8.gif -www/xbone/htdocs/images/linear.gif -www/xbone/htdocs/images/link.gif -www/xbone/htdocs/images/link.png -www/xbone/htdocs/images/main_background.gif -www/xbone/htdocs/images/new-ovl.gif -www/xbone/htdocs/images/new-ovl.png -www/xbone/htdocs/images/overlays.png -www/xbone/htdocs/images/ring.gif -www/xbone/htdocs/images/stag.gif -www/xbone/htdocs/images/star.gif -www/xbone/htdocs/images/tree.gif -www/xbone/htdocs/images/zoom.gif -www/xbone/htdocs/images/background.gif -www/xbone/htdocs/index.html -www/xbone/htdocs/robots.txt -www/xbone/htdocs/xbone.css -www/xbone/lib/XB_Common.pm -www/xbone/lib/XB_Params.pm -www/xbone/lib/XB_XML_GUI.pm -www/xbone/lib/XB_XML_scan.pm -www/xbone/lib/api-2.0.dtd -www/xbone/lib/api-1.0.dtd -www/xbone/lib/xb-gui-control.pl -www/xbone/s-cgi-bin/xb-xml-status.pl -www/xbone/s-cgi-bin/mroutedctl.pl -www/xbone/s-cgi-bin/xb-create-dynabone.pl -www/xbone/s-cgi-bin/xb-mcast-conf.pl -www/xbone/s-cgi-bin/xb-req-host-cert.pl -www/xbone/s-cgi-bin/xb-xml-admin.pl -www/xbone/s-cgi-bin/xb-xml-create.pl -www/xbone/s-cgi-bin/xb-xml-destroy.pl -www/xbone/s-cgi-bin/xb-xml-discover.pl -www/xbone/s-cgi-bin/xb-xml-index.pl -www/xbone/s-cgi-bin/XB_XML_Interface.pm -www/xbone/s-htdocs/xml/images/zoom.png -www/xbone/s-htdocs/xml/images/background_light_tan.gif -www/xbone/s-htdocs/xml/images/background_med_tan.gif -www/xbone/s-htdocs/xml/images/background_tan.gif -www/xbone/s-htdocs/xml/images/background_tan.jpg -www/xbone/s-htdocs/xml/images/face.gif -www/xbone/s-htdocs/xml/images/face.png -www/xbone/s-htdocs/xml/images/h1.gif -www/xbone/s-htdocs/xml/images/h2.gif -www/xbone/s-htdocs/xml/images/h3.gif -www/xbone/s-htdocs/xml/images/h4.gif -www/xbone/s-htdocs/xml/images/h5.gif -www/xbone/s-htdocs/xml/images/h6.gif -www/xbone/s-htdocs/xml/images/h7.gif -www/xbone/s-htdocs/xml/images/h8.gif -www/xbone/s-htdocs/xml/images/linear.gif -www/xbone/s-htdocs/xml/images/link.gif -www/xbone/s-htdocs/xml/images/link.png -www/xbone/s-htdocs/xml/images/main_background.gif -www/xbone/s-htdocs/xml/images/new-ovl.gif -www/xbone/s-htdocs/xml/images/new-ovl.png -www/xbone/s-htdocs/xml/images/overlays.png -www/xbone/s-htdocs/xml/images/ring.gif -www/xbone/s-htdocs/xml/images/stag.gif -www/xbone/s-htdocs/xml/images/star.gif -www/xbone/s-htdocs/xml/images/tree.gif -www/xbone/s-htdocs/xml/images/zoom.gif -www/xbone/s-htdocs/xml/images/background.gif -www/xbone/s-htdocs/xml/cookie.js -www/xbone/s-htdocs/xml/create-reply-xsl.xml -www/xbone/s-htdocs/xml/create-xsl.xml -www/xbone/s-htdocs/xml/destroy-xsl.xml -www/xbone/s-htdocs/xml/discover-reply-xsl.xml -www/xbone/s-htdocs/xml/discover-xsl.xml -www/xbone/s-htdocs/xml/admin-xsl.xml -www/xbone/s-htdocs/xml/index-xsl.xml -www/xbone/s-htdocs/xml/notes.html -www/xbone/s-htdocs/xml/status-reply-xsl.xml -www/xbone/s-htdocs/xml/status-xsl.xml -www/xbone/s-htdocs/xml/xbone.css -www/xbone/s-htdocs/xml/error-xsl.xml -www/xbone/s-htdocs/index.html -www/xbone/s-htdocs/robots.txt -www/xbone/xb-cgi-bin/xb-get-ca-cert.pl -www/xbone/xb-cgi-bin/xb-index.pl -www/xbone/xb-cgi-bin/xb-redirect.pl -www/xbone/xb-cgi-bin/xb-req-user-cert.pl -www/xbone/cpan/IO/Socket/SSLv6.pm -www/xbone/cpan/IO/Socket/Multicast6.pm -www/xbone/cpan/Net/IP/XB_IP.pm -www/xbone/cpan/auto/IO/Socket/Multicast6/Multicast6.so -www/xbone/cpan/auto/IO/Socket/Multicast6/Multicast6.bs -www/xbone/cpan/auto/IO/Socket/Multicast6/.packlist -bin/xb-apache-config -bin/xb-gui-control -@dirrm etc/xbone/cert -@dirrm etc/xbone/apache -@dirrm etc/xbone -@dirrm www/xbone/htdocs/images -@dirrm www/xbone/htdocs -@dirrm www/xbone/lib -@dirrm www/xbone/s-cgi-bin -@dirrm www/xbone/s-htdocs/xml/images -@dirrm www/xbone/s-htdocs/xml -@dirrm www/xbone/s-htdocs -@dirrm www/xbone/xb-cgi-bin -@dirrm www/xbone/cpan/IO/Socket -@dirrm www/xbone/cpan/IO -@dirrm www/xbone/cpan/Net/IP -@dirrm www/xbone/cpan/Net -@dirrm www/xbone/cpan/auto/IO/Socket/Multicast6 -@dirrm www/xbone/cpan/auto/IO/Socket -@dirrm www/xbone/cpan/auto/IO -@dirrm www/xbone/cpan/auto -@dirrm www/xbone/cpan -@dirrm www/xbone |