summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-06 18:03:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-06 18:03:19 +0000
commit302f9443e128422713451d07ffa22ea28c2220a0 (patch)
treedd3f708353cf9a5f1428cc6c9d1608ea5ab7c51a /shells
parentSupport stage (diff)
shells/zoidberg: remove broken and abandonware
Notes
Notes: svn path=/head/; revision=347291
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/zoidberg/Makefile72
-rw-r--r--shells/zoidberg/distinfo2
-rw-r--r--shells/zoidberg/pkg-descr7
-rw-r--r--shells/zoidberg/pkg-plist83
5 files changed, 0 insertions, 165 deletions
diff --git a/shells/Makefile b/shells/Makefile
index eaba4252ee2d..bdc837d28bf5 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -40,7 +40,6 @@
SUBDIR += v7sh
SUBDIR += viewglob
SUBDIR += vshnu
- SUBDIR += zoidberg
SUBDIR += zsh
.include <bsd.port.subdir.mk>
diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile
deleted file mode 100644
index 92a314057786..000000000000
--- a/shells/zoidberg/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= zoidberg
-PORTVERSION= 0.96
-PORTREVISION= 3
-CATEGORIES= shells perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:PARDUS
-DISTNAME= Zoidberg-${PORTVERSION}
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Modular PERL shell
-
-BUILD_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \
- p5-Term-ReadLine-Zoid>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \
- p5-Env-PS1>=0:${PORTSDIR}/devel/p5-Env-PS1
-RUN_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \
- p5-Term-ReadLine-Zoid>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \
- p5-Env-PS1>=0:${PORTSDIR}/devel/p5-Env-PS1
-
-USES= perl5
-USE_PERL5= modbuild
-CONFIGURE_ARGS= install_path=share="${DATADIR}" \
- install_path=share="${ETCDIR}"
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= Changes README
-.endif
-
-.if !defined(NOPORTEXAMPLES)
-PORTEXAMPLES= Menu.pl cpan.pl word_expansion.pl
-.endif
-
-MAN1= zoid.1 zoiddevel.1 zoidfaq.1 zoiduser.1 zoidbuiltins.1
-MAN3= Bundle::Zoidberg.3 \
- Zoidberg.3 \
- Zoidberg::Contractor.3 \
- Zoidberg::DispatchTable.3 \
- Zoidberg::Fish.3 \
- Zoidberg::Fish::Commands.3 \
- Zoidberg::Fish::Intel.3 \
- Zoidberg::Fish::Log.3 \
- Zoidberg::Fish::ReadLine.3 \
- Zoidberg::PluginHash.3 \
- Zoidberg::Shell.3 \
- Zoidberg::StringParser.3 \
- Zoidberg::Utils.3 \
- Zoidberg::Utils::Error.3 \
- Zoidberg::Utils::FileSystem.3 \
- Zoidberg::Utils::GetOpt.3 \
- Zoidberg::Utils::Output.3
-
-NO_STAGE= yes
-post-install:
- @${ECHO_CMD} ${PREFIX}/bin/zoid >> /etc/shells
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
- ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
-.for file in ${PORTEXAMPLES}
- ${INSTALL_SCRIPT} ${WRKSRC}/doc/examples/${file} ${EXAMPLESDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/shells/zoidberg/distinfo b/shells/zoidberg/distinfo
deleted file mode 100644
index cae919a1edf1..000000000000
--- a/shells/zoidberg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Zoidberg-0.96.tar.gz) = bd57e1fced89077d6721986d7552d1eb5727984f04dc200fb8d600384671deed
-SIZE (Zoidberg-0.96.tar.gz) = 133185
diff --git a/shells/zoidberg/pkg-descr b/shells/zoidberg/pkg-descr
deleted file mode 100644
index c9b3bc1dd757..000000000000
--- a/shells/zoidberg/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A modular Perl shell written, configured, and operated entirely in Perl. It
-aspires to be a fully operational login shell with all the features one
-normally expects. But it also gives direct access to Perl objects and data
-structures from the command line, and allows you to run Perl code within the
-scope of your command line.
-
-WWW: http://zoidberg.student.utwente.nl/
diff --git a/shells/zoidberg/pkg-plist b/shells/zoidberg/pkg-plist
deleted file mode 100644
index 654bb1fb64d2..000000000000
--- a/shells/zoidberg/pkg-plist
+++ /dev/null
@@ -1,83 +0,0 @@
-bin/zoid
-etc/zoidberg/AppInfo.xml
-etc/zoidberg/pixmaps/zoid16.png
-etc/zoidberg/pixmaps/zoid32.png
-etc/zoidberg/pixmaps/zoid64.png
-etc/zoidberg/pixmaps/zoid70.png
-etc/zoidberg/plugins/CPAN.pm
-etc/zoidberg/plugins/Commands.pl
-etc/zoidberg/plugins/Intel.pl
-etc/zoidberg/plugins/Log.pl
-etc/zoidberg/plugins/ReadLine.pl
-%%SITE_PERL%%/Bundle/Zoidberg.pm
-%%SITE_PERL%%/Zoidberg.pm
-%%SITE_PERL%%/Zoidberg/Contractor.pm
-%%SITE_PERL%%/Zoidberg/DispatchTable.pm
-%%SITE_PERL%%/Zoidberg/Fish.pm
-%%SITE_PERL%%/Zoidberg/Fish/Commands.pm
-%%SITE_PERL%%/Zoidberg/Fish/Intel.pm
-%%SITE_PERL%%/Zoidberg/Fish/Log.pm
-%%SITE_PERL%%/Zoidberg/Fish/ReadLine.pm
-%%SITE_PERL%%/Zoidberg/PluginHash.pm
-%%SITE_PERL%%/Zoidberg/Shell.pm
-%%SITE_PERL%%/Zoidberg/StringParser.pm
-%%SITE_PERL%%/Zoidberg/Utils.pm
-%%SITE_PERL%%/Zoidberg/Utils/Error.pm
-%%SITE_PERL%%/Zoidberg/Utils/FileSystem.pm
-%%SITE_PERL%%/Zoidberg/Utils/GetOpt.pm
-%%SITE_PERL%%/Zoidberg/Utils/Output.pm
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/alias.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/autosplit.ix
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/bg.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/dirs.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/disown.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/eval.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/exec.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/export.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/false.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/fg.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/help.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/help_command.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/jobs.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/kill.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/newgrp.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/popd.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/pushd.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/pwd.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/read.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/reload.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/set.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/setenv.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/source.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/symbols.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/true.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/type_command.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/umask.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/unalias.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/unsetenv.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/wait.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/which.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/autosplit.ix
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i__zoid.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_cdpath.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_cmd_make.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_cmd_man.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_env_vars.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_man_opts.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_users.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/list_users.al
-%%SITE_PERL%%/auto/Zoidberg/Fish/Log/autosplit.ix
-%%SITE_PERL%%/auto/Zoidberg/Fish/Log/fc.al
-@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Log
-@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Intel
-@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Commands
-@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish
-@dirrm %%SITE_PERL%%/auto/Zoidberg
-@dirrmtry %%SITE_PERL%%/auto
-@dirrm %%SITE_PERL%%/Zoidberg/Utils
-@dirrm %%SITE_PERL%%/Zoidberg/Fish
-@dirrm %%SITE_PERL%%/Zoidberg
-@dirrmtry %%SITE_PERL%%/Bundle
-@dirrm etc/zoidberg/plugins
-@dirrm etc/zoidberg/pixmaps
-@dirrm etc/zoidberg