pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/746476016e35
branches:  trunk
changeset: 376775:746476016e35
user:      pin <pin%pkgsrc.org@localhost>
date:      Wed Apr 13 08:31:25 2022 +0000

description:
graphics/nsxiv: import package

Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer.

nsxiv is a fork of now unmaintained sxiv with the purpose of being a drop-in
replacement of sxiv, maintaining it and adding simple, sensible features.
nsxiv is free software licensed under GPLv2 and aims to be easy to modify
and customize.

diffstat:

 graphics/nsxiv/DESCR    |   6 ++++++
 graphics/nsxiv/Makefile |  30 ++++++++++++++++++++++++++++++
 graphics/nsxiv/PLIST    |   6 ++++++
 graphics/nsxiv/distinfo |   5 +++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r e882574a8b63 -r 746476016e35 graphics/nsxiv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/nsxiv/DESCR      Wed Apr 13 08:31:25 2022 +0000
@@ -0,0 +1,6 @@
+Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer.
+
+nsxiv is a fork of now unmaintained sxiv with the purpose of being a drop-in
+replacement of sxiv, maintaining it and adding simple, sensible features.
+nsxiv is free software licensed under GPLv2 and aims to be easy to modify
+and customize.
diff -r e882574a8b63 -r 746476016e35 graphics/nsxiv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/nsxiv/Makefile   Wed Apr 13 08:31:25 2022 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2022/04/13 08:31:25 pin Exp $
+
+DISTNAME=      nsxiv-29
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=nsxiv/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/nsxiv/nsxiv/
+COMMENT=       Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer
+LICENSE=       gnu-gpl-v2
+
+CONFLICTS=     sxiv-[0-9]*
+
+MAKE_FLAGS+=   PREFIX=${PREFIX} MANPREFIX=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+=   HAVE_INOTIFY=0
+
+USE_LANGUAGES= c99
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../graphics/giflib/buildlink3.mk"
+.include "../../graphics/imlib2/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e882574a8b63 -r 746476016e35 graphics/nsxiv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/nsxiv/PLIST      Wed Apr 13 08:31:25 2022 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/13 08:31:25 pin Exp $
+bin/nsxiv
+man/man1/nsxiv.1
+share/doc/nsxiv/examples/image-info
+share/doc/nsxiv/examples/key-handler
+share/doc/nsxiv/examples/win-title
diff -r e882574a8b63 -r 746476016e35 graphics/nsxiv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/nsxiv/distinfo   Wed Apr 13 08:31:25 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/13 08:31:25 pin Exp $
+
+BLAKE2s (nsxiv-29.tar.gz) = 91b5e07a53924ca572917335a1f83b48ab43f18af991b8bb6e7dc1d7d9d00b3f
+SHA512 (nsxiv-29.tar.gz) = d891fc0885f280a622401e105dc1ed9ba39e40f3e760e3e0cd34ae79fdb32187b1d3dc15590bbefd68a18db2aa12795433907e6e744561cc891fc03e7a1f1e94
+Size (nsxiv-29.tar.gz) = 64012 bytes



Home | Main Index | Thread Index | Old Index