1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/shells/vshnu/Makefile
Fernando Apesteguía b8f0364116 shells/vshnu: update to 1.0500
ChangeLog: https://legacy.cs.indiana.edu/~kinzler/vshnu/vshnu.html

Accumulated changes:

 * Add f and F flags to &run
 * Add $dotdotdot; Add lazy command evaluation
 * Fix &df to always refresh and &diskspace align bug
 * Add $getch for initial command key input
 * Add %nobag for actions on unassigned bag keys
 * Add $disksgvfs for user gvfs mounts in disks list
 * Use Getopt::Std; Add -f command line option
 * Add -[cCkK] command line options
 * Uppercase $vname and $version variables
 * Add 2 flag to &run
 * Use x option to suppress file coloring as executable
 * Fix compatibility for Term::ANSIColor > 3.02

PR:	245376
Submitted by:	cpeticus@gmail.com
2020-04-06 16:31:19 +00:00

24 lines
490 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= vshnu
PORTVERSION= 1.0500
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= New Visual Shell
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Term-Screen>=0:devel/p5-Term-Screen
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix tar:tgz
USE_PERL5= configure
SHEBANG_FILES= *.pl
NO_ARCH= yes
.include <bsd.port.mk>