From d0ed62ed404f7a965fac6added812213065d29e2 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 22 May 2005 09:16:28 +0000 Subject: Initial import of hsetroot, version 1.0.2: hsetroot is a tool which allows you to compose wallpapers (root pixmaps) for X. It has a lot of options like rendering gradients, solids and images but it also allows you to perform manipulations on those things or chain them together. You could, for example, use one standard background image together with tint to make it fit your current theme. It is also compatible with semi-translucent applications like aterm and xchat. At the moment, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically), and also allows you to adjust brightness, contrast and gamma-level. At last, it supports alpha-channels during renders. Package provided by Leonard Schmidt in PR pkg/30304. --- x11/hsetroot/DESCR | 13 +++++++++++++ x11/hsetroot/Makefile | 16 ++++++++++++++++ x11/hsetroot/PLIST | 2 ++ x11/hsetroot/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 x11/hsetroot/DESCR create mode 100644 x11/hsetroot/Makefile create mode 100644 x11/hsetroot/PLIST create mode 100644 x11/hsetroot/distinfo diff --git a/x11/hsetroot/DESCR b/x11/hsetroot/DESCR new file mode 100644 index 00000000000..6852f1ea788 --- /dev/null +++ b/x11/hsetroot/DESCR @@ -0,0 +1,13 @@ +hsetroot is a tool which allows you to compose wallpapers (root pixmaps) +for X. It has a lot of options like rendering gradients, solids and images +but it also allows you to perform manipulations on those things or chain +them together. You could, for example, use one standard background image +together with tint to make it fit your current theme. It is also compatible +with semi-translucent applications like aterm and xchat. + +At the moment, hsetroot can render: gradients (multi-color with variable +distance), solids (rectangles) and images (centered, tiled, fullscreen, or +maximum aspect). It supports the following manipulations: tinting +(overlaying a color mask), blurring, sharpening, flipping (horizontally, +diagonally, vertically), and also allows you to adjust brightness, contrast +and gamma-level. At last, it supports alpha-channels during renders. diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile new file mode 100644 index 00000000000..7b5d1d83d67 --- /dev/null +++ b/x11/hsetroot/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/22 09:16:28 jmmv Exp $ +# + +DISTNAME= hsetroot-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://thegraveyard.org/files/ + +MAINTAINER= lems@gmx.net +HOMEPAGE= http://thegraveyard.org/hsetroot.php +COMMENT= Allows you to compose wallpapers for X + +GNU_CONFIGURE= yes +USE_X11= yes + +.include "../../graphics/imlib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/hsetroot/PLIST b/x11/hsetroot/PLIST new file mode 100644 index 00000000000..7d22b1c54ee --- /dev/null +++ b/x11/hsetroot/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/22 09:16:28 jmmv Exp $ +bin/hsetroot diff --git a/x11/hsetroot/distinfo b/x11/hsetroot/distinfo new file mode 100644 index 00000000000..964cb7642bd --- /dev/null +++ b/x11/hsetroot/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/22 09:16:28 jmmv Exp $ + +SHA1 (hsetroot-1.0.2.tar.gz) = a39e0fff11eb17e5432761aabcd8b68242210bb5 +RMD160 (hsetroot-1.0.2.tar.gz) = 0aadf0308ec0068525babca338a35cc3899c1dc9 +Size (hsetroot-1.0.2.tar.gz) = 125535 bytes -- cgit v1.2.3