diff options
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/vshnu/Makefile | 28 | ||||
-rw-r--r-- | shells/vshnu/distinfo | 1 | ||||
-rw-r--r-- | shells/vshnu/pkg-comment | 1 | ||||
-rw-r--r-- | shells/vshnu/pkg-descr | 10 | ||||
-rw-r--r-- | shells/vshnu/pkg-plist | 4 |
6 files changed, 45 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index d8e63c42c4cb..c7ed5640dfc9 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -16,6 +16,7 @@ SUBDIR += sash SUBDIR += scsh SUBDIR += tcsh + SUBDIR += vshnu SUBDIR += zsh SUBDIR += zsh-devel diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile new file mode 100644 index 000000000000..58a4f25a4784 --- /dev/null +++ b/shells/vshnu/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: vshnu +# Date created: Feb 26, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= vshnu +PORTVERSION= 1.0005 +CATEGORIES= shells +MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/ + +MAINTAINER= ijliao@FreeBSD.org + +.include <bsd.port.pre.mk> + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen + +# perl 5.6.0 +.if ${OSVERSION} < 500007 +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +.endif + +USE_PERL5= yes +PERL_CONFIGURE= yes + +.include <bsd.port.post.mk> diff --git a/shells/vshnu/distinfo b/shells/vshnu/distinfo new file mode 100644 index 000000000000..d605dfcc6848 --- /dev/null +++ b/shells/vshnu/distinfo @@ -0,0 +1 @@ +MD5 (vshnu-1.0005.tar.gz) = 5d91ebd02ea00ef6673debb10af3d055 diff --git a/shells/vshnu/pkg-comment b/shells/vshnu/pkg-comment new file mode 100644 index 000000000000..e559ebb4fd78 --- /dev/null +++ b/shells/vshnu/pkg-comment @@ -0,0 +1 @@ +New Visual Shell diff --git a/shells/vshnu/pkg-descr b/shells/vshnu/pkg-descr new file mode 100644 index 000000000000..91f565b461c9 --- /dev/null +++ b/shells/vshnu/pkg-descr @@ -0,0 +1,10 @@ +In the Unix tradition, it works with things already there and fills +a empty niche. When incorporating it into your Unix environment, you +keep your command line shell, your editor, your pager, and access to +all your tools, tricks and know-how. Vshnu can operate as an +optional supplemental visual mode to your command line shell. You +switch between command line and visual mode easily as you wish. Your +interface bandwidth and power for Unix operations is on a higher +plane and life gets sweeter. + +WWW: http://www.cs.indiana.edu/~kinzler/vshnu/ diff --git a/shells/vshnu/pkg-plist b/shells/vshnu/pkg-plist new file mode 100644 index 000000000000..546519552bd9 --- /dev/null +++ b/shells/vshnu/pkg-plist @@ -0,0 +1,4 @@ +bin/vshnu +lib/perl5/site_perl/%%PERL_VER%%/vshnucfg.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/vshnu/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/vshnu |