Index: head/shells/Makefile =================================================================== --- head/shells/Makefile (revision 514355) +++ head/shells/Makefile (revision 514356) @@ -1,66 +1,67 @@ # $FreeBSD$ # COMMENT = Shells SUBDIR += 44bsd-csh SUBDIR += ammonite SUBDIR += antibody SUBDIR += ast-ksh SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc SUBDIR += bicon SUBDIR += ch SUBDIR += dash + SUBDIR += elvish SUBDIR += envy SUBDIR += es SUBDIR += esh SUBDIR += fd SUBDIR += fish SUBDIR += flash SUBDIR += git-prompt.zsh SUBDIR += heirloom-sh SUBDIR += ibsh SUBDIR += ion SUBDIR += jailkit SUBDIR += klish SUBDIR += ksh93 SUBDIR += ksh93-devel SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg SUBDIR += oksh SUBDIR += osh SUBDIR += p5-Bash-Completion SUBDIR += p5-Shell-Perl SUBDIR += p5-Term-Bash-Completion-Generator SUBDIR += p5-Term-ShellUI SUBDIR += pdksh SUBDIR += pear-PHP_Shell SUBDIR += poshinit SUBDIR += psh SUBDIR += rc SUBDIR += rush SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include SUBDIR += sparforte SUBDIR += starship SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu SUBDIR += wcd SUBDIR += xonsh SUBDIR += yash SUBDIR += zsh SUBDIR += zsh-antigen SUBDIR += zsh-autosuggestions SUBDIR += zsh-completions SUBDIR += zsh-navigation-tools SUBDIR += zsh-syntax-highlighting .include Index: head/shells/elvish/Makefile =================================================================== --- head/shells/elvish/Makefile (nonexistent) +++ head/shells/elvish/Makefile (revision 514356) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= elvish +DISTVERSIONPREFIX= v +DISTVERSION= 0.12 +CATEGORIES= shells + +MAINTAINER= vendion@gmail.com +COMMENT= Friendly Interactive Shell and Expressive Programming Language + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= elves + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/elvish + +do-build: + @cd ${GO_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKSRC}/${PORTNAME} \ + ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + +.include Property changes on: head/shells/elvish/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/elvish/distinfo =================================================================== --- head/shells/elvish/distinfo (nonexistent) +++ head/shells/elvish/distinfo (revision 514356) @@ -0,0 +1,3 @@ +TIMESTAMP = 1555988368 +SHA256 (elves-elvish-v0.12_GH0.tar.gz) = edd03f4acf50beb03a663804e4da8b9d13805d471245c47c1b71f24c125cb9a2 +SIZE (elves-elvish-v0.12_GH0.tar.gz) = 1274675 Property changes on: head/shells/elvish/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/elvish/pkg-descr =================================================================== --- head/shells/elvish/pkg-descr (nonexistent) +++ head/shells/elvish/pkg-descr (revision 514356) @@ -0,0 +1,4 @@ +Elvish is a friendly interactive shell and an expressive programming language. +It runs on Linux, BSDs, macOS and Windows. + +WWW: https://elv.sh/ Property changes on: head/shells/elvish/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property