pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/nsxiv



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr 13 08:31:25 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/nsxiv/DESCR \
    pkgsrc/graphics/nsxiv/Makefile pkgsrc/graphics/nsxiv/PLIST \
    pkgsrc/graphics/nsxiv/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/nsxiv/DESCR
diff -u /dev/null pkgsrc/graphics/nsxiv/DESCR:1.1
--- /dev/null   Wed Apr 13 08:31:25 2022
+++ pkgsrc/graphics/nsxiv/DESCR Wed Apr 13 08:31:25 2022
@@ -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.
Index: pkgsrc/graphics/nsxiv/Makefile
diff -u /dev/null pkgsrc/graphics/nsxiv/Makefile:1.1
--- /dev/null   Wed Apr 13 08:31:25 2022
+++ pkgsrc/graphics/nsxiv/Makefile      Wed Apr 13 08:31:25 2022
@@ -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"
Index: pkgsrc/graphics/nsxiv/PLIST
diff -u /dev/null pkgsrc/graphics/nsxiv/PLIST:1.1
--- /dev/null   Wed Apr 13 08:31:25 2022
+++ pkgsrc/graphics/nsxiv/PLIST Wed Apr 13 08:31:25 2022
@@ -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
Index: pkgsrc/graphics/nsxiv/distinfo
diff -u /dev/null pkgsrc/graphics/nsxiv/distinfo:1.1
--- /dev/null   Wed Apr 13 08:31:25 2022
+++ pkgsrc/graphics/nsxiv/distinfo      Wed Apr 13 08:31:25 2022
@@ -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