diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 02:03:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 02:03:19 +0800 |
commit | 6a604bba68f7fbb3534d749f2ed1ed25e136071c (patch) | |
tree | dd3f708353cf9a5f1428cc6c9d1608ea5ab7c51a /shells/zoidberg | |
parent | 4415eeebfb57a39a183eeff3cd4fd9d403536b8e (diff) | |
download | freebsd-ports-gnome-6a604bba68f7fbb3534d749f2ed1ed25e136071c.tar.gz freebsd-ports-gnome-6a604bba68f7fbb3534d749f2ed1ed25e136071c.tar.zst freebsd-ports-gnome-6a604bba68f7fbb3534d749f2ed1ed25e136071c.zip |
shells/zoidberg: remove broken and abandonware
Diffstat (limited to 'shells/zoidberg')
-rw-r--r-- | shells/zoidberg/Makefile | 72 | ||||
-rw-r--r-- | shells/zoidberg/distinfo | 2 | ||||
-rw-r--r-- | shells/zoidberg/pkg-descr | 7 | ||||
-rw-r--r-- | shells/zoidberg/pkg-plist | 83 |
4 files changed, 0 insertions, 164 deletions
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 |