summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-08 06:09:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-08 06:09:03 +0000
commitff996e3290b7ab3151081d01804af3332348c2c9 (patch)
tree201390a424bfd7471fe1731b369afe0398e0c7f0 /net
parentAdd missing files (diff)
As previously announced, remove these broken or obsolete ports.
Notes
Notes: svn path=/head/; revision=108672
Diffstat (limited to 'net')
-rw-r--r--net/Makefile2
-rw-r--r--net/hawk/Makefile62
-rw-r--r--net/hawk/distinfo2
-rw-r--r--net/hawk/files/create_hawk_db.sql13
-rw-r--r--net/hawk/files/create_hawk_user.sql8
-rw-r--r--net/hawk/files/hawk.sh34
-rw-r--r--net/hawk/pkg-descr16
-rw-r--r--net/hawk/pkg-message4
-rw-r--r--net/hawk/pkg-plist20
-rw-r--r--net/openreg/Makefile49
-rw-r--r--net/openreg/distinfo2
-rw-r--r--net/openreg/pkg-descr19
-rw-r--r--net/openreg/pkg-message4
-rw-r--r--net/openreg/pkg-plist65
14 files changed, 0 insertions, 300 deletions
diff --git a/net/Makefile b/net/Makefile
index ea76474aaa9d..10e0db2feda7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -187,7 +187,6 @@
SUBDIR += hagelslag
SUBDIR += happystats
SUBDIR += haproxy
- SUBDIR += hawk
SUBDIR += hf6to4
SUBDIR += hidentd
SUBDIR += hinfo
@@ -392,7 +391,6 @@
SUBDIR += openldap22-server
SUBDIR += openmcu
SUBDIR += openradius
- SUBDIR += openreg
SUBDIR += openslp
SUBDIR += openverse
SUBDIR += ortp
diff --git a/net/hawk/Makefile b/net/hawk/Makefile
deleted file mode 100644
index c7cae93629e2..000000000000
--- a/net/hawk/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: hawk
-# Date created: 12 February 2003
-# Whom: dougb
-#
-# $FreeBSD$
-#
-
-PORTNAME= hawk
-PORTVERSION= 0.6
-CATEGORIES= net
-MASTER_SITES= http://umn.dl.sourceforge.net/sourceforge/iphawk/ \
- http://unc.dl.sourceforge.net/sourceforge/iphawk/
-
-MAINTAINER= DougB@FreeBSD.org
-COMMENT= Track uptime and DNS status for machines on your networks
-
-RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 \
- safe_mysqld:${PORTSDIR}/databases/mysql40-server \
- ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
-
-BROKEN= "Broken dependency"
-
-do-patch:
- @${SED} -e 's#dirname.*"/hawk#"${PREFIX}/etc/hawk/daemon#' \
- ${WRKSRC}/daemon/hawk > ${WRKSRC}/daemon/hawk.sed
- @${MV} ${WRKSRC}/daemon/hawk.sed ${WRKSRC}/daemon/hawk
- @${SED} -e 's#hawk.conf#daemon.conf#' \
- ${WRKSRC}/php/hawk.conf.inc > ${WRKSRC}/php/hawk.conf.inc.sed
- @${MV} ${WRKSRC}/php/hawk.conf.inc.sed ${WRKSRC}/php/hawk.conf.inc
- @${SED} -e 's#hawk.conf.inc#${PREFIX}/etc/hawk/php.conf#' \
- ${WRKSRC}/php/hawk.php > ${WRKSRC}/php/hawk.php.sed
- @${MV} ${WRKSRC}/php/hawk.php.sed ${WRKSRC}/php/hawk.php
-
-do-build:
-# Empty target, nothing to build
-
-do-install:
- ${MKDIR} ${PREFIX}/etc/hawk
- ${INSTALL_DATA} ${WRKSRC}/daemon/hawk.conf ${PREFIX}/etc/hawk/daemon.conf.sample
- ${INSTALL_SCRIPT} ${WRKSRC}/daemon/hawk ${PREFIX}/sbin
- ${MKDIR} ${PREFIX}/www/data-dist/hawk/images
- (for f in ${WRKSRC}/php/images/*; do \
- ${INSTALL_DATA} $$f ${PREFIX}/www/data-dist/hawk/images; \
- done)
- ${INSTALL_DATA} ${WRKSRC}/php/hawk.php ${PREFIX}/www/data-dist/hawk
- ${INSTALL_DATA} ${WRKSRC}/php/hawk.css ${PREFIX}/www/data-dist/hawk
- ${INSTALL_DATA} ${WRKSRC}/php/hawk.conf.inc \
- ${PREFIX}/etc/hawk/php.conf.sample
- ${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${FILESDIR}/hawk.sh > \
- ${WRKDIR}/hawk.sh.sample
- ${INSTALL_SCRIPT} ${WRKDIR}/hawk.sh.sample ${PREFIX}/etc/rc.d
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/create_hawk_db.sql ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/create_hawk_user.sql ${DOCSDIR}
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net/hawk/distinfo b/net/hawk/distinfo
deleted file mode 100644
index 167570ddeaa9..000000000000
--- a/net/hawk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (hawk-0.6.tar.gz) = 0126343848ebed9a5d62292e3fd603a1
-SIZE (hawk-0.6.tar.gz) = 23507
diff --git a/net/hawk/files/create_hawk_db.sql b/net/hawk/files/create_hawk_db.sql
deleted file mode 100644
index 6d4aefe1d6fa..000000000000
--- a/net/hawk/files/create_hawk_db.sql
+++ /dev/null
@@ -1,13 +0,0 @@
-# Feed this file to mysql, e.g.,
-# mysql -v < create_hawk_db.sql
-
-create database hawk;
-use hawk;
-create table ip (
- ip char(16) NOT NULL default '0',
- hostname char(255) default NULL,
- lastping int(10) default NULL,
- primary key (ip),
- unique key ip (ip),
- key ip_2 (ip)
-) type=MyISAM comment='Table for last ping time of hosts';
diff --git a/net/hawk/files/create_hawk_user.sql b/net/hawk/files/create_hawk_user.sql
deleted file mode 100644
index 594447c48a19..000000000000
--- a/net/hawk/files/create_hawk_user.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-# Feed this file to mysql, e.g.,
-# mysql -v < create_hawk_user.sql
-
-grant select,insert,update,delete
- on hawk.*
- to hawk@localhost
- identified by 'YOUR_PASSWORD_HERE';
-flush privileges;
diff --git a/net/hawk/files/hawk.sh b/net/hawk/files/hawk.sh
deleted file mode 100644
index 4285b3448c6e..000000000000
--- a/net/hawk/files/hawk.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-
-PATH=/bin:/usr/bin
-export PATH
-
-stop_hawk () {
- if [ -f /var/run/hawk.pid ];then
- kill `cat /var/run/hawk.pid`
- else
- ps -ax | awk '/[h]awk$/ {print $1}' | xargs kill
- fi
-}
-
-case "${1}" in
-start)
- echo 'Starting hawk'
- %%PREFIX%%/sbin/hawk &
- ;;
-stop)
- echo 'Stopping hawk'
- stop_hawk
- ;;
-restart)
- echo 'Restarting hawk'
- stop_hawk
- %%PREFIX%%/sbin/hawk &
- ;;
-*)
- echo "Usage: $0 {start|stop|restart}"
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/net/hawk/pkg-descr b/net/hawk/pkg-descr
deleted file mode 100644
index 46c7b1ec5e6b..000000000000
--- a/net/hawk/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Hawk is a web based utility for monitoring and comparing hosts
-on your network with what's in DNS. Hosts that are answering
-pings but are not in dns may be unauthorized, and hosts that are
-in DNS, but are not answering may be able to be reclaimed. Hawk
-monitors all hosts on the networks you specify and lets you view
-them via a web page.
-
-Hawk consists of a backend written in perl that monitors hosts by
-icmp pings and writes the status to a mysql database. The frontend
-is in php and lets you select which network to view, and how to view
-it.
-
-WWW: http://sourceforge.net/projects/iphawk/
-
-- Doug Barton
-DougB@FreeBSD.org
diff --git a/net/hawk/pkg-message b/net/hawk/pkg-message
deleted file mode 100644
index c49113946e3e..000000000000
--- a/net/hawk/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-
-See PREFIX/share/doc/hawk/create_hawk* for instructions on creating
-the database and user that the php code expects.
-
diff --git a/net/hawk/pkg-plist b/net/hawk/pkg-plist
deleted file mode 100644
index ca9463917813..000000000000
--- a/net/hawk/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-etc/hawk/daemon.conf.sample
-etc/hawk/php.conf.sample
-etc/rc.d/hawk.sh.sample
-sbin/hawk
-www/data-dist/hawk/images/bluesphere.png
-www/data-dist/hawk/images/greensphere.png
-www/data-dist/hawk/images/hawk.jpg
-www/data-dist/hawk/images/purplesphere.png
-www/data-dist/hawk/images/questionsphere.png
-www/data-dist/hawk/images/redsphere.png
-www/data-dist/hawk/images/yellowsphere.png
-www/data-dist/hawk/hawk.php
-www/data-dist/hawk/hawk.css
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/create_hawk_db.sql
-%%PORTDOCS%%%%DOCSDIR%%/create_hawk_user.sql
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@unexec rmdir %D/etc/hawk 2>/dev/null || true
-@dirrm www/data-dist/hawk/images
-@dirrm www/data-dist/hawk
diff --git a/net/openreg/Makefile b/net/openreg/Makefile
deleted file mode 100644
index 4104c562270a..000000000000
--- a/net/openreg/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: openreg
-# Date created: 6 June 2003
-# Whom: seanc
-#
-# $FreeBSD$
-#
-
-PORTNAME= openreg
-PORTVERSION= 1.0.2
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_ISC}
-MASTER_SITE_SUBDIR= openreg
-
-MAINTAINER= seanc@FreeBSD.org
-COMMENT= Domain Registry software
-
-RUN_DEPENDS= ${LOCALBASE}/sbin/stunnel:${PORTSDIR}/security/stunnel \
- ${LOCALBASE}/sbin/named:${PORTSDIR}/dns/bind9 \
- ${LOCALBASE}/bin/postgres:${PORTSDIR}/${POSTGRESQL_PORT} \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/dns/bind9
-LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
-
-POSTGRESQL_PORT?= databases/postgresql7
-
-USE_OPENSSL= YES
-USE_PERL5= YES
-GNU_CONFIGURE= YES
-PERL_LEVEL= 500800
-
-BROKEN= Broken pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2004-04-21
-
-post-install:
- @${MKDIR} ${DOCSDIR} ;\
- ${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} ;\
- cd ${WRKSRC}/doc ;\
- for file in `${FIND} ./ ! -type d` ; do \
- printf "share/doc/${PORTNAME}/%s\n" $$file >> ${TMPPLIST} ;\
- done ;\
- for dir in `${FIND} ./ -type d -mindepth 1| ${SORT} -r` ; do \
- printf "@dirrm share/doc/${PORTNAME}/%s\n" $$dir >> ${TMPPLIST} ;\
- done
- @${ECHO} "@dirrm share/doc/${PORTNAME}" >> ${TMPPLIST}
- @${CAT} pkg-message
-
-.include <bsd.port.mk>
diff --git a/net/openreg/distinfo b/net/openreg/distinfo
deleted file mode 100644
index e3d037e0bd9b..000000000000
--- a/net/openreg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (openreg-1.0.2.tar.gz) = 0c5ecff71a2c5eec1cb8bebd201a0897
-SIZE (openreg-1.0.2.tar.gz) = 310432
diff --git a/net/openreg/pkg-descr b/net/openreg/pkg-descr
deleted file mode 100644
index 319198847d02..000000000000
--- a/net/openreg/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenReg is an implementation of a domain registry, such as might be
-used by top-level domain operators to manage the delegation of domains
-in a "shared registry" environment. OpenReg:
-
-*) supports the Extensible Provisioning Protocol (EPP), the IETF
- standards-track protocol for interaction between registries and
- registrars;
-
-*) is designed and debugged as a distributed multi-process system;
-
-*) supports PostgreSQL and is designed to accommodate to very large registries;
-
-*) publishes zone files to be served using BIND;
-
-*) gathers comprehensive profiling and load statistics;
-
-*) is published as free software, under a BSD-style licence.
-
-WWW: http://www.isc.org/products/OpenReg/
diff --git a/net/openreg/pkg-message b/net/openreg/pkg-message
deleted file mode 100644
index 574130e35745..000000000000
--- a/net/openreg/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-----------------------------------------------------------------------
- Read ${PREFIX}/share/doc/openreg/INSTALL for details on how to
- setup OpenReg and get it started.
-----------------------------------------------------------------------
diff --git a/net/openreg/pkg-plist b/net/openreg/pkg-plist
deleted file mode 100644
index 08182756780e..000000000000
--- a/net/openreg/pkg-plist
+++ /dev/null
@@ -1,65 +0,0 @@
-lib/perl5/%%PERL_VER%%/man/man3/ISC::DBI.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Date.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Log.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::NameVerify.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Net::CRLF.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Net::LengthPrefix.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Net::Listen.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Random.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::SRS::DB.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::SRS::Version.3
-lib/perl5/%%PERL_VER%%/man/man3/ISC::Stats::Report.3
-%%SITE_PERL%%/ISC/CC/Direct.pm
-%%SITE_PERL%%/ISC/CC/Direct/Connect.pm
-%%SITE_PERL%%/ISC/CC/Direct/Listen.pm
-%%SITE_PERL%%/ISC/CC/Group.pm
-%%SITE_PERL%%/ISC/CC/Group/Connect.pm
-%%SITE_PERL%%/ISC/CC/Message.pm
-%%SITE_PERL%%/ISC/DB/ReplicationMaster.pm
-%%SITE_PERL%%/ISC/DB/ReplicationSlave.pm
-%%SITE_PERL%%/ISC/DBI.pm
-%%SITE_PERL%%/ISC/Date.pm
-%%SITE_PERL%%/ISC/Log.pm
-%%SITE_PERL%%/ISC/NameVerify.pm
-%%SITE_PERL%%/ISC/Net/CRLF.pm
-%%SITE_PERL%%/ISC/Net/Connect.pm
-%%SITE_PERL%%/ISC/Net/LengthPrefix.pm
-%%SITE_PERL%%/ISC/Net/Listen.pm
-%%SITE_PERL%%/ISC/Random.pm
-%%SITE_PERL%%/ISC/SRS/DB.pm
-%%SITE_PERL%%/ISC/SRS/EPPConnection.pm
-%%SITE_PERL%%/ISC/SRS/EPPParser.pm
-%%SITE_PERL%%/ISC/SRS/EPPRegistrar.pm
-%%SITE_PERL%%/ISC/SRS/EPPResultCode.pm
-%%SITE_PERL%%/ISC/SRS/EPPWriter.pm
-%%SITE_PERL%%/ISC/SRS/SAX/EPPHandler.pm
-%%SITE_PERL%%/ISC/SRS/Version.pm
-%%SITE_PERL%%/ISC/Stats/Report.pm
-%%SITE_PERL%%/mach/auto/ISC/.packlist
-@dirrm %%SITE_PERL%%/mach/auto/ISC
-@dirrm %%SITE_PERL%%/ISC/CC/Direct
-@dirrm %%SITE_PERL%%/ISC/CC/Group
-@dirrm %%SITE_PERL%%/ISC/CC
-@dirrm %%SITE_PERL%%/ISC/DB
-@dirrm %%SITE_PERL%%/ISC/Net
-@dirrm %%SITE_PERL%%/ISC/SRS/SAX
-@dirrm %%SITE_PERL%%/ISC/SRS
-@dirrm %%SITE_PERL%%/ISC/Stats
-@dirrm %%SITE_PERL%%/ISC
-bin/group-sniff
-bin/epp-from-file
-sbin/msgq
-sbin/xaction
-sbin/epp-frontend
-sbin/whois
-sbin/replication-master
-sbin/write-zone
-sbin/stats-monitor
-sbin/log-monitor
-sbin/ka_msgq
-sbin/ka_xaction
-sbin/ka_epp-frontend
-sbin/ka_whois
-sbin/ka_write-zone
-sbin/ka_stats-monitor
-@unexec echo "If you are permanently removing this port, you should do a ``rm -f /var/log/openreg`` to remove the log file and ``rm -rf /usr/local/openreg`` to remove the openreg data files." | fmt