misc/lsix: new port had been added (+)
This small program is like ls(1), but for images: it shows their thumbnails in the terminal using DEC SIXEL graphics.
This commit is contained in:
parent
c5e7ca8dcf
commit
4188836f1d
4 changed files with 39 additions and 0 deletions
|
@ -246,6 +246,7 @@
|
|||
SUBDIR += localedata
|
||||
SUBDIR += logsurfer
|
||||
SUBDIR += lscolors
|
||||
SUBDIR += lsix
|
||||
SUBDIR += lv
|
||||
SUBDIR += lxde-common
|
||||
SUBDIR += lxi-tools
|
||||
|
|
32
misc/lsix/Makefile
Normal file
32
misc/lsix/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
PORTNAME= lsix
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= List files with thumbnails using Sixel graphics
|
||||
WWW= https://github.com/hackerb9/lsix
|
||||
|
||||
LICENSE= GPLv3+ MIT
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= magick:run
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hackerb9
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${CP} -a ${WRKSRC}/README.md* ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/lsix/distinfo
Normal file
3
misc/lsix/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1629436537
|
||||
SHA256 (hackerb9-lsix-1.8_GH0.tar.gz) = f19b0456abb72e203fa20edeb568883d4fe9c0e9555c6752644f313a6811f98e
|
||||
SIZE (hackerb9-lsix-1.8_GH0.tar.gz) = 554423
|
3
misc/lsix/pkg-descr
Normal file
3
misc/lsix/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This program is like ls(1), but for images: it shows thumbnails in
|
||||
terminal using DEC SIXEL graphics. It uses ImageMagick, so pretty
|
||||
much any image format will be supported.
|
Loading…
Reference in a new issue