summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 03:45:05 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 03:45:05 +0000
commitb0587df2a10b357c169487fb11c3dc71ee23ae86 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /x11
parentd0e9745b16d88b3d48b213aa728de902f1a648d5 (diff)
downloadpkgsrc-b0587df2a10b357c169487fb11c3dc71ee23ae86.tar.gz
Fixes:
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
Diffstat (limited to 'x11')
-rw-r--r--x11/grandr_applet/Makefile4
-rw-r--r--x11/konsole/Makefile4
-rw-r--r--x11/libxkbui/Makefile18
-rw-r--r--x11/rep-gtk2/Makefile22
-rw-r--r--x11/rxvt-unicode/Makefile34
-rw-r--r--x11/wxGTK26-contrib/Makefile10
-rw-r--r--x11/wxGTK28-contrib/Makefile8
-rw-r--r--x11/wxhaskell/Makefile24
8 files changed, 62 insertions, 62 deletions
diff --git a/x11/grandr_applet/Makefile b/x11/grandr_applet/Makefile
index 7137678b536..c80161378a2 100644
--- a/x11/grandr_applet/Makefile
+++ b/x11/grandr_applet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/02/16 11:25:02 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2013/04/06 03:45:27 rodent Exp $
#
DISTNAME= grandr_applet-0.4
@@ -8,7 +8,7 @@ MASTER_SITES= http://dekorte.homeip.net/download/grandr-applet/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dekorte.homeip.net/download/grandr-applet/
-COMMENT= gnome-panel front end to the xrandr extension
+COMMENT= Frontend (gnome-panel) to the X RandR extension
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile
index 58085e0a6b7..d3939377f8b 100644
--- a/x11/konsole/Makefile
+++ b/x11/konsole/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2013/04/03 10:51:51 markd Exp $
+# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:28 rodent Exp $
DISTNAME= konsole-${_KDE_VERSION}
CATEGORIES= x11
-COMMENT= a terminal emulator for the K Desktop Environment
+COMMENT= Terminal emulator for the K Desktop Environment
.include "../../meta-pkgs/kde4/Makefile.kde4"
diff --git a/x11/libxkbui/Makefile b/x11/libxkbui/Makefile
index 99d2750c071..bbe0c60508d 100644
--- a/x11/libxkbui/Makefile
+++ b/x11/libxkbui/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2012/10/29 05:06:38 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:28 rodent Exp $
#
-DISTNAME= libxkbui-1.0.2
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= libxkbui-1.0.2
+PKGREVISION= 1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://xorg.freedesktop.org/
-COMMENT= xkbui library
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Library for xkbui
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xkbui.pc.in
diff --git a/x11/rep-gtk2/Makefile b/x11/rep-gtk2/Makefile
index e56d63acf06..7757273671c 100644
--- a/x11/rep-gtk2/Makefile
+++ b/x11/rep-gtk2/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.26 2013/02/16 11:25:27 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2013/04/06 03:45:28 rodent Exp $
-DISTNAME= rep-gtk-0.90.4
-PKGNAME= ${DISTNAME:S/gtk/gtk2/}
-PKGREVISION= 9
-CATEGORIES= x11 lang
-MASTER_SITES= http://download.tuxfamily.org/sawfish/rep-gtk/
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= rep-gtk-0.90.4
+PKGNAME= ${DISTNAME:S/gtk/gtk2/}
+PKGREVISION= 9
+CATEGORIES= x11 lang
+MASTER_SITES= http://download.tuxfamily.org/sawfish/rep-gtk/
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rep-gtk.sourceforge.net/
-COMMENT= librep bindings for gtk2 (used by wm/sawfish)
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://rep-gtk.sourceforge.net/
+COMMENT= GTK2 librep bindings (used by wm/sawfish)
-CONFLICTS= rep-gtk-[0-9]*
+CONFLICTS= rep-gtk-[0-9]*
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 2bb31edf257..382e46ae764 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.42 2013/02/07 20:21:26 morr Exp $
-
-DISTNAME= rxvt-unicode-9.16
-CATEGORIES= x11
-MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
- http://dist.schmorp.de/rxvt-unicode/Attic/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html
-COMMENT= rxvt clone supporting Xft fonts and Unicode
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-USE_FEATURES+= snprintf
+# $NetBSD: Makefile,v 1.43 2013/04/06 03:45:28 rodent Exp $
+
+DISTNAME= rxvt-unicode-9.16
+CATEGORIES= x11
+MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
+ http://dist.schmorp.de/rxvt-unicode/Attic/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html
+COMMENT= Clone of rxvt supporting Xft fonts and Unicode
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
+USE_FEATURES+= snprintf
CONFIGURE_ENV+= ac_cv_path_TIC=no
diff --git a/x11/wxGTK26-contrib/Makefile b/x11/wxGTK26-contrib/Makefile
index 326651ece19..fdfc6359d66 100644
--- a/x11/wxGTK26-contrib/Makefile
+++ b/x11/wxGTK26-contrib/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.19 2013/02/16 11:17:59 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2013/04/06 03:45:28 rodent Exp $
#
.include "../../x11/wxGTK26/Makefile.common"
-PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
-PKGREVISION= 20
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries)
+PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
+PKGREVISION= 20
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Contrib libraries for wxWidgets GTK
USE_TOOLS+= gmake
diff --git a/x11/wxGTK28-contrib/Makefile b/x11/wxGTK28-contrib/Makefile
index 86df427f68e..245f99bcd3c 100644
--- a/x11/wxGTK28-contrib/Makefile
+++ b/x11/wxGTK28-contrib/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2013/02/16 11:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2013/04/06 03:45:28 rodent Exp $
#
.include "../../x11/wxGTK28/Makefile.common"
-PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28-contrib/}
-PKGREVISION= 19
-COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries)
+PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28-contrib/}
+PKGREVISION= 19
+COMMENT= Contrib libraries for wxWidgets GTK
USE_TOOLS+= gmake
diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile
index e09239c5cf7..bec09e7b445 100644
--- a/x11/wxhaskell/Makefile
+++ b/x11/wxhaskell/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.42 2013/02/16 11:25:29 wiz Exp $
-
-DISTNAME= wxhaskell-src-0.9.4
-PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 26
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxhaskell/}
-EXTRACT_SUFX= .zip
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://haskell.org/haskellwiki/WxHaskell
-COMMENT= wxGTK binding for Haskell
+# $NetBSD: Makefile,v 1.43 2013/04/06 03:45:29 rodent Exp $
+
+DISTNAME= wxhaskell-src-0.9.4
+PKGNAME= ${DISTNAME:S/-src//}
+PKGREVISION= 26
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxhaskell/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://haskell.org/haskellwiki/WxHaskell
+COMMENT= Haskell wxGTK bindings
PKG_DESTDIR_SUPPORT= none