Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2013 11:46:55 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310926 - head/graphics/hsetroot
Message-ID:  <201301241146.r0OBktgS016625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301241146.r0OBktgS016625>