pkgsrc-WIP-changes archive

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

sxiv: remove, imported in pkgsrc as graphics/sxiv.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Feb 4 14:52:10 2016 +0100
Changeset:	c4346c01de4f61bd47b92b63367092fdb2202684

Modified Files:
	Makefile
Removed Files:
	sxiv/DESCR
	sxiv/Makefile
	sxiv/PLIST
	sxiv/distinfo

Log Message:
sxiv: remove, imported in pkgsrc as graphics/sxiv.

Imported replacing SUBST_* with just a MAKE_FLAGS.
Thanks to kamil@ and wiz@ for the review and tips!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4346c01de4f61bd47b92b63367092fdb2202684

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

diffstat:
 Makefile      |  1 -
 sxiv/DESCR    | 15 ---------------
 sxiv/Makefile | 30 ------------------------------
 sxiv/PLIST    |  5 -----
 sxiv/distinfo |  6 ------
 5 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index caebe61..aa95d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -3792,7 +3792,6 @@ SUBDIR+=	swift-git
 SUBDIR+=	swisseph
 SUBDIR+=	sxemacs
 SUBDIR+=	sxid
-SUBDIR+=	sxiv
 SUBDIR+=	sylfilter
 SUBDIR+=	symbolic++
 SUBDIR+=	symmetrica
diff --git a/sxiv/DESCR b/sxiv/DESCR
deleted file mode 100644
index 8e4c01a..0000000
--- a/sxiv/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-sxiv is an alternative to feh and qiv. Its only dependencies besides xlib are
-imlib2 and giflib. The primary goal for writing sxiv is to create an image
-viewer, which only has the most basic features required for fast image viewing
-(the ones I want). It has vi key bindings and works nicely with tiling window
-managers. Its code base should be kept small and clean to make it easy for you
-to dig into it and customize it for your needs.
-
-Features
-* Basic image operations, e.g. zooming, panning, rotating
-* Customizable key and mouse button mappings (in config.h)
-* Thumbnail mode: grid of selectable previews of all images
-* Ability to cache thumbnails for fast re-loading
-* Basic support for multi-frame images
-* Load all frames from GIF files and play GIF animations
-* Display image information in window title
diff --git a/sxiv/Makefile b/sxiv/Makefile
deleted file mode 100644
index 37b96f9..0000000
--- a/sxiv/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2015/03/10 18:06:43 leot1990 Exp $
-#
-
-DISTNAME=	sxiv-1.3.2
-CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_GITHUB:=muennich/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://github.com/muennich/sxiv
-COMMENT=	Simple (or small or suckless) X Image Viewer
-LICENSE=	gnu-gpl-v2
-
-USE_TOOLS+=	gmake
-
-SUBST_CLASSES+=		makefile
-SUBST_STAGE.makefile=	pre-patch
-SUBST_MESSAGE.makefile=	Fixing Makefile.
-SUBST_FILES.makefile=	Makefile
-SUBST_SED.makefile+=	-e 's,^CPPFLAGS.*,& -DVERSION=\\"${PKGVERSION_NOREV}\\",'
-SUBST_SED.makefile+=	-e 's,/usr/local,${PREFIX},'
-SUBST_SED.makefile+=	-e 's,share/man,${PKGMANDIR},'
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../graphics/giflib/buildlink3.mk"
-.include "../../graphics/imlib2/buildlink3.mk"
-.include "../../graphics/libexif/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sxiv/PLIST b/sxiv/PLIST
deleted file mode 100644
index 66ef510..0000000
--- a/sxiv/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/04/27 11:59:44 leot1990 Exp $
-bin/sxiv
-man/man1/sxiv.1
-share/sxiv/exec/image-info
-share/sxiv/exec/key-handler
diff --git a/sxiv/distinfo b/sxiv/distinfo
deleted file mode 100644
index 90263f8..0000000
--- a/sxiv/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/03/10 18:06:43 leot1990 Exp $
-
-SHA1 (sxiv-1.3.2.tar.gz) = 99ee7f74881f49f8ae6060e01f13bdcfbfc84825
-RMD160 (sxiv-1.3.2.tar.gz) = c3b703055804c534808487fd66cf59686b7db91f
-SHA512 (sxiv-1.3.2.tar.gz) = 3bcf67a778a3e40cb6ae6b6fcc685cd57e303265df34c8a56d6ebb8ad0237e7136e738c44fee5c5504c73e4722d017f1e746691fac482568b2a960931f1ecdd5
-Size (sxiv-1.3.2.tar.gz) = 46560 bytes


Home | Main Index | Thread Index | Old Index