diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-22 09:16:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-22 09:16:28 +0000 |
commit | f7d68fc764f3bf859de9c69c33d7293035c5b018 (patch) | |
tree | 18f74483e1bbdddf5ed7282f47caa20895634382 /x11 | |
parent | 4d7a9346bd2b4aa1dfa42300edc99780a94531c5 (diff) | |
download | pkgsrc-f7d68fc764f3bf859de9c69c33d7293035c5b018.tar.gz |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hsetroot/DESCR | 13 | ||||
-rw-r--r-- | x11/hsetroot/Makefile | 16 | ||||
-rw-r--r-- | x11/hsetroot/PLIST | 2 | ||||
-rw-r--r-- | x11/hsetroot/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
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 |