pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lsix



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Jul  3 10:05:54 UTC 2021

Added Files:
        pkgsrc/graphics/lsix: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/lsix/DESCR \
    pkgsrc/graphics/lsix/Makefile pkgsrc/graphics/lsix/PLIST \
    pkgsrc/graphics/lsix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/lsix/DESCR
diff -u /dev/null pkgsrc/graphics/lsix/DESCR:1.1
--- /dev/null   Sat Jul  3 10:05:54 2021
+++ pkgsrc/graphics/lsix/DESCR  Sat Jul  3 10:05:54 2021
@@ -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.
Index: pkgsrc/graphics/lsix/Makefile
diff -u /dev/null pkgsrc/graphics/lsix/Makefile:1.1
--- /dev/null   Sat Jul  3 10:05:54 2021
+++ pkgsrc/graphics/lsix/Makefile       Sat Jul  3 10:05:54 2021
@@ -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"
Index: pkgsrc/graphics/lsix/PLIST
diff -u /dev/null pkgsrc/graphics/lsix/PLIST:1.1
--- /dev/null   Sat Jul  3 10:05:54 2021
+++ pkgsrc/graphics/lsix/PLIST  Sat Jul  3 10:05:54 2021
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/07/03 10:05:54 pin Exp $
+bin/lsix
Index: pkgsrc/graphics/lsix/distinfo
diff -u /dev/null pkgsrc/graphics/lsix/distinfo:1.1
--- /dev/null   Sat Jul  3 10:05:54 2021
+++ pkgsrc/graphics/lsix/distinfo       Sat Jul  3 10:05:54 2021
@@ -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