pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/lsix graphics/lsix: import package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e3045640af
branches:  trunk
changeset: 455333:a3e3045640af
user:      pin <pin%pkgsrc.org@localhost>
date:      Sat Jul 03 10:05:54 2021 +0000

description:
graphics/lsix: import package

Like ls, but for images. Shows thumbnails in terminal using sixel graphics.

Just typing lsix will show images in the current working directory.
You can also specify filenames and, of course, use shell wild cards.
Because lsix uses ImageMagick pretty much any image format will be supported.
However, some may be slow to render (like PDF), so lsix doesn't show them
unless you ask specifically.

diffstat:

 graphics/lsix/DESCR    |   7 +++++++
 graphics/lsix/Makefile |  23 +++++++++++++++++++++++
 graphics/lsix/PLIST    |   2 ++
 graphics/lsix/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 997f69168b49 -r a3e3045640af graphics/lsix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/lsix/DESCR       Sat Jul 03 10:05:54 2021 +0000
@@ -0,0 +1,7 @@
+Like ls, but for images. Shows thumbnails in terminal using sixel graphics.
+
+Just typing lsix will show images in the current working directory.
+You can also specify filenames and, of course, use shell wild cards.
+Because lsix uses ImageMagick pretty much any image format will be supported.
+However, some may be slow to render (like PDF), so lsix doesn't show them
+unless you ask specifically.
diff -r 997f69168b49 -r a3e3045640af graphics/lsix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/lsix/Makefile    Sat Jul 03 10:05:54 2021 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2021/07/03 10:05:54 pin Exp $
+
+DISTNAME=      lsix-1.7.4
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=hackerb9/}
+
+MAINTAINER=    pin%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hackerb9/lsix/
+COMMENT=       Like ls, but for images
+LICENSE=       gnu-gpl-v3
+
+USE_TOOLS+=    bash:run
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+REPLACE_BASH+= lsix
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/lsix ${DESTDIR}${PREFIX}/bin/lsix
+
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 997f69168b49 -r a3e3045640af graphics/lsix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/lsix/PLIST       Sat Jul 03 10:05:54 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/07/03 10:05:54 pin Exp $
+bin/lsix
diff -r 997f69168b49 -r a3e3045640af graphics/lsix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/lsix/distinfo    Sat Jul 03 10:05:54 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/07/03 10:05:54 pin Exp $
+
+SHA1 (lsix-1.7.4.tar.gz) = 86c299dd840e74390dbb30bd478504e7ae9030f7
+RMD160 (lsix-1.7.4.tar.gz) = a27bac525e44836c41d8510470a655444b1cab29
+SHA512 (lsix-1.7.4.tar.gz) = 0915e8db57ce379440816b2b3944c883916242fd4f7d65ba8e3ed73e48cd15670b701c7cb7aa710bc8316db16e5147ceace62c8021a2b20d672a70590999ea15
+Size (lsix-1.7.4.tar.gz) = 554379 bytes



Home | Main Index | Thread Index | Old Index