diff options
author | danfe <danfe@FreeBSD.org> | 2005-05-27 12:24:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-05-27 12:24:30 +0800 |
commit | a65400ddb959f351f5fc6898f0f5de071d8a774e (patch) | |
tree | 01bc6444d8ee38f5b4822eb57a3804e45255131d /graphics | |
parent | 36fb5b32679db8b303059fc331b9bdad53856f12 (diff) | |
download | freebsd-ports-gnome-a65400ddb959f351f5fc6898f0f5de071d8a774e.tar.gz freebsd-ports-gnome-a65400ddb959f351f5fc6898f0f5de071d8a774e.tar.zst freebsd-ports-gnome-a65400ddb959f351f5fc6898f0f5de071d8a774e.zip |
- Provide more clear COMMENT
- Augment port description
Inspired by: NetBSD
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hsetroot/Makefile | 2 | ||||
-rw-r--r-- | graphics/hsetroot/pkg-descr | 16 |
2 files changed, 15 insertions, 3 deletions
diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile index 040789beb03e..8628f9026aad 100644 --- a/graphics/hsetroot/Makefile +++ b/graphics/hsetroot/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= Root window parameter setting background for X +COMMENT= Utility to compose wallpapers for X LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 diff --git a/graphics/hsetroot/pkg-descr b/graphics/hsetroot/pkg-descr index a7492a3ae34b..70f77408578d 100644 --- a/graphics/hsetroot/pkg-descr +++ b/graphics/hsetroot/pkg-descr @@ -1,5 +1,17 @@ -Hsetroot is a tool which allows you to compose wallpapers -("root pixmaps") for X. +hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") +for X. It has a lot of options like rendering gradients, solids, images but +it also allows you to perform manipulations on those things, or chain them +together. You could use one standard background image for instance, and +using tint to make it fit your current theme. And yes, of course it is +compatible with semi-translucent applications like aterm and xchat. + +At this time, 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) it also allows you to adjust brightness, contrast +and gamma-level. hsetroot also supports alpha-channels when rendering +things. WWW: http://thegraveyard.org/hsetroot.php |