summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-01-24 11:46:55 +0000
committerdanfe <danfe@FreeBSD.org>2013-01-24 11:46:55 +0000
commit2706aa03d157c36858b26e07acd3f9c560eec867 (patch)
tree4dff7b157b9114849660f07a92827fe816cec431
parentdd3c1ff526104eba4522c15bda2e353f2d5d5980 (diff)
downloadFreeBSD-ports-2706aa03d157c36858b26e07acd3f9c560eec867.zip
FreeBSD-ports-2706aa03d157c36858b26e07acd3f9c560eec867.tar.gz
- Convert to modern two-line Makefile header
- Define LICENSE (GPLv2), improve COMMENT - Sanitize markup and formatting while here - Reformat first paragraph of port description
-rw-r--r--graphics/hsetroot/Makefile18
-rw-r--r--graphics/hsetroot/pkg-descr8
2 files changed, 12 insertions, 14 deletions
diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile
index f18a41b..8464f2c 100644
--- a/graphics/hsetroot/Makefile
+++ b/graphics/hsetroot/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: hsetroot
-# Date created: 30 November 2003
-# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
-#
+# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
# $FreeBSD$
-#
PORTNAME= hsetroot
PORTVERSION= 1.0.2
@@ -12,12 +8,14 @@ CATEGORIES= graphics
MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/
MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility to compose wallpapers for X
+COMMENT= Wallpaper manipulation utility for X11
-PLIST_FILES= bin/hsetroot
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_EFL= imlib2
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
+PLIST_FILES= bin/hsetroot
-.include <bsd.port.mk>
+.include <bsd.port.mk>
diff --git a/graphics/hsetroot/pkg-descr b/graphics/hsetroot/pkg-descr
index 15e93dd..087b999 100644
--- a/graphics/hsetroot/pkg-descr
+++ b/graphics/hsetroot/pkg-descr
@@ -1,8 +1,8 @@
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
+for X11. 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
OpenPOWER on IntegriCloud