summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2009-03-29 08:49:29 +0000
committermartti <martti@pkgsrc.org>2009-03-29 08:49:29 +0000
commit969f6f0ea932a05672e3663e22fd7cc57eb30186 (patch)
tree9734ea135a7d5ed04164f6e0119a03e2c2e19f7f
parentdb27e9131100fe5e998910f0156f8ed99621af54 (diff)
downloadpkgsrc-969f6f0ea932a05672e3663e22fd7cc57eb30186.tar.gz
Removed xenconsole from pkgsrc.
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/xenconsole/DESCR4
-rw-r--r--sysutils/xenconsole/Makefile60
-rw-r--r--sysutils/xenconsole/PLIST25
-rw-r--r--sysutils/xenconsole/distinfo8
-rw-r--r--sysutils/xenconsole/files/xcon.sh6
-rw-r--r--sysutils/xenconsole/patches/patch-aa19
-rw-r--r--sysutils/xenconsole/patches/patch-ab13
-rw-r--r--sysutils/xenconsole/patches/patch-ac10
9 files changed, 1 insertions, 147 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 06e91d86119..c6f7d0705d6 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.468 2009/03/22 21:53:58 sno Exp $
+# $NetBSD: Makefile,v 1.469 2009/03/29 08:49:29 martti Exp $
#
COMMENT= System utilities
@@ -368,7 +368,6 @@ SUBDIR+= xbattbar
SUBDIR+= xcdroast
SUBDIR+= xdu
SUBDIR+= xen12
-SUBDIR+= xenconsole
SUBDIR+= xenkernel20
SUBDIR+= xenkernel3
SUBDIR+= xenkernel33
diff --git a/sysutils/xenconsole/DESCR b/sysutils/xenconsole/DESCR
deleted file mode 100644
index afe26cb8e81..00000000000
--- a/sysutils/xenconsole/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-xenConsole (aka xcon) is a curses-based tty/console monitor for Xen 2.0,
-basically presenting the output from 'xm list' in a full-screen interface
-with additional domain information from SNMP, colours and somewhat realtime
-updates.
diff --git a/sysutils/xenconsole/Makefile b/sysutils/xenconsole/Makefile
deleted file mode 100644
index 8fdd929d9d6..00000000000
--- a/sysutils/xenconsole/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:24 joerg Exp $
-
-DISTNAME= xenConsole-r0.15b1-1
-PKGNAME= xenconsole-0.15b1.1
-PKGREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ucck/}
-
-MAINTAINER= martti@NetBSD.org
-HOMEPAGE= http://ucck.sourceforge.net/xenConsole/
-COMMENT= Console monitor for Xen
-
-WRKSRC= ${WRKDIR}/xenConsole
-
-DEPENDS+= p5-Config-IniFiles>=2.38:../../devel/p5-Config-IniFiles
-DEPENDS+= p5-Curses-UI>=0.95:../../devel/p5-Curses-UI
-DEPENDS+= p5-Curses-UI-POE>=0.02801:../../devel/p5-Curses-UI-POE
-DEPENDS+= p5-Data-Table>=1.43:../../databases/p5-Data-Table
-DEPENDS+= p5-Net-SNMP>=5.0.1:../../net/p5-Net-SNMP
-DEPENDS+= p5-POE>=0.3101:../../devel/p5-POE
-DEPENDS+= p5-POE-Component-SNMP>=0.93:../../net/p5-POE-Component-SNMP
-DEPENDS+= p5-Sys-CpuLoad>=0.03:../../sysutils/p5-Sys-CpuLoad
-DEPENDS+= p5-Term-Size>=0.2:../../devel/p5-Term-Size
-DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
-
-USE_TOOLS+= pax perl:run
-
-SUBST_CLASSES+= xenconsole
-SUBST_STAGE.xenconsole= pre-configure
-SUBST_MESSAGE.xenconsole= Fixing paths.
-SUBST_FILES.xenconsole= xcon.pl xen_list.pm
-SUBST_SED.xenconsole= -e s,@PREFIX@,${PREFIX:Q},g
-SUBST_SED.xenconsole+= -e s,@LOCALBASE@,${LOCALBASE:Q},g
-
-REPLACE_PERL+= xcon.pl xsnmp.pm
-
-EGDIR= ${PREFIX}/share/examples/xenconsole
-CONF_FILES= ${EGDIR:Q}/xcon.ini ${PKG_SYSCONFDIR:Q}/xcon.ini
-
-do-build:
- ${SED} -e "s,@PREFIX@,${PREFIX:Q},g" \
- < ${FILESDIR:Q}/xcon.sh > ${WRKDIR:Q}/xcon
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/xenconsole
- (cd ${WRKSRC:Q} && pax -rw *.pm */*.pm ${PREFIX:Q}/share/xenconsole)
- ${INSTALL_SCRIPT} ${WRKSRC:Q}/xcon.pl ${PREFIX:Q}/share/xenconsole/xcon
-
- # Configuration file
- ${INSTALL_DATA_DIR} ${EGDIR:Q}
- ${INSTALL_DATA} ${WRKSRC:Q}/sample-inifile ${EGDIR:Q}/xcon.ini
-
- # Documentation
- ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/xenconsole
- (cd ${WRKSRC:Q} && pax -rw *.txt ${PREFIX:Q}/share/doc/xenconsole)
-
- # Launcher script
- ${INSTALL_SCRIPT} ${WRKDIR:Q}/xcon ${PREFIX:Q}/bin/xcon
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xenconsole/PLIST b/sysutils/xenconsole/PLIST
deleted file mode 100644
index 47a218a8999..00000000000
--- a/sysutils/xenconsole/PLIST
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/02/17 07:55:57 martti Exp $
-bin/xcon
-share/doc/xenconsole/CHANGES.txt
-share/doc/xenconsole/README.txt
-share/doc/xenconsole/TODO.txt
-share/examples/xenconsole/xcon.ini
-share/xenconsole/colours.pm
-share/xenconsole/gothix/capstderr.pm
-share/xenconsole/gothix/cpusage.pm
-share/xenconsole/gothix/misc.pm
-share/xenconsole/gothix/oobase.pm
-share/xenconsole/gothix/subversion.pm
-share/xenconsole/gothix/themes.pm
-share/xenconsole/gothix/timers.pm
-share/xenconsole/gothix/xtable.pm
-share/xenconsole/snmp_poll.pm
-share/xenconsole/tui.pm
-share/xenconsole/xcon
-share/xenconsole/xen_list.pm
-share/xenconsole/xglobal.pm
-share/xenconsole/xsnmp.pm
-@dirrm share/examples/xenconsole
-@dirrm share/doc/xenconsole
-@dirrm share/xenconsole/gothix
-@dirrm share/xenconsole
diff --git a/sysutils/xenconsole/distinfo b/sysutils/xenconsole/distinfo
deleted file mode 100644
index 15b6d66b83c..00000000000
--- a/sysutils/xenconsole/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
-
-SHA1 (xenConsole-r0.15b1-1.tar.gz) = 7f8cbd97d24fdb7e7c9bb9a0e8af69c01bb69f3a
-RMD160 (xenConsole-r0.15b1-1.tar.gz) = 88959d0a564f1355d09d49e76000ea6aad27f34f
-Size (xenConsole-r0.15b1-1.tar.gz) = 36083 bytes
-SHA1 (patch-aa) = 05a4187cf375e036eceb60a6cb6f0594ac09ce26
-SHA1 (patch-ab) = c1961487949acbacfb0595604d4371d39b438799
-SHA1 (patch-ac) = 28950a3114e505a4b562a54e28a957b1f13f4e01
diff --git a/sysutils/xenconsole/files/xcon.sh b/sysutils/xenconsole/files/xcon.sh
deleted file mode 100644
index 9302601ea86..00000000000
--- a/sysutils/xenconsole/files/xcon.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: xcon.sh,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
-#
-
-(cd "@PREFIX@/share/xenconsole" && ./xcon)
diff --git a/sysutils/xenconsole/patches/patch-aa b/sysutils/xenconsole/patches/patch-aa
deleted file mode 100644
index 9197d2c8a13..00000000000
--- a/sysutils/xenconsole/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
-
---- xcon.pl.orig 2005-11-05 05:23:18.000000000 +0900
-+++ xcon.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/env perl
-+#!/usr/bin/perl
- # vim:aw:
- #
- # xcon.pl - xenConsole main executable
-@@ -561,7 +561,7 @@ sub read_config {
- foreach my $cfn (
- './inifile.xcon',
- $ENV{HOME} . '/.xcon.ini',
-- '/etc/xcon.ini',
-+ '@PREFIX@/etc/xcon.ini',
- ) {
- if (-r $cfn) {
- conmsg('sys', "Use configuration from $cfn");
diff --git a/sysutils/xenconsole/patches/patch-ab b/sysutils/xenconsole/patches/patch-ab
deleted file mode 100644
index a9f11861364..00000000000
--- a/sysutils/xenconsole/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
-
---- xen_list.pm.orig 2005-11-05 05:23:18.000000000 +0900
-+++ xen_list.pm
-@@ -59,7 +59,7 @@ our @ISA = qw( gothix::oobase );
-
- # --- Globals -------------------------------------------------------------
-
--our $pn_xen_xm = '/usr/sbin/xm';
-+our $pn_xen_xm = '@LOCALBASE@/sbin/xm';
- my $pn_xm_list = $pn_xen_xm . ' list|';
- my $pn_xm_info = $pn_xen_xm . ' info|';
-
diff --git a/sysutils/xenconsole/patches/patch-ac b/sysutils/xenconsole/patches/patch-ac
deleted file mode 100644
index 4f9feb80092..00000000000
--- a/sysutils/xenconsole/patches/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
-
---- xsnmp.pm.orig 2005-11-05 05:23:18.000000000 +0900
-+++ xsnmp.pm
-@@ -1,4 +1,4 @@
--#!/usr/bin/env perl
-+#!/usr/bin/perl
- # vim:aw:
- #
- # xcon.pl - xenConsole main executable