svn commit: r310926 - head/graphics/hsetroot

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 24 11:46:56 UTC 2013


Author: danfe
Date: Thu Jan 24 11:46:55 2013
New Revision: 310926
URL: http://svnweb.freebsd.org/changeset/ports/310926

Log:
  - Convert to modern two-line Makefile header
  - Define LICENSE (GPLv2), improve COMMENT
  - Sanitize markup and formatting while here
  - Reformat first paragraph of port description

Modified:
  head/graphics/hsetroot/Makefile
  head/graphics/hsetroot/pkg-descr

Modified: head/graphics/hsetroot/Makefile
==============================================================================
--- head/graphics/hsetroot/Makefile	Thu Jan 24 11:19:18 2013	(r310925)
+++ head/graphics/hsetroot/Makefile	Thu Jan 24 11:46:55 2013	(r310926)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:  hsetroot
-# Date created:        30 November 2003
-# Whom:                Vincent Tantardini <vinc at freebsd-fr.org>
-#
+# Created by: Vincent Tantardini <vinc at 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 at 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>

Modified: head/graphics/hsetroot/pkg-descr
==============================================================================
--- head/graphics/hsetroot/pkg-descr	Thu Jan 24 11:19:18 2013	(r310925)
+++ head/graphics/hsetroot/pkg-descr	Thu Jan 24 11:46:55 2013	(r310926)
@@ -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


More information about the svn-ports-all mailing list