svn commit: r330199 - in head/x11: 9menu decurs fbdesk gdkxft gtkterm2 mrxvt multi-aterm rendercheck rxvt rxvt-devel silo simdock sxpc temperature.app wmappl wmbutton wmdrawer xcalib xcurs xmangeky...
Eitan Adler
eadler at FreeBSD.org
Sun Oct 13 02:01:21 UTC 2013
Author: eadler
Date: Sun Oct 13 02:01:16 2013
New Revision: 330199
URL: http://svnweb.freebsd.org/changeset/ports/330199
Log:
Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
Modified:
head/x11/9menu/Makefile
head/x11/decurs/Makefile
head/x11/fbdesk/Makefile
head/x11/gdkxft/Makefile
head/x11/gtkterm2/Makefile
head/x11/mrxvt/Makefile
head/x11/multi-aterm/Makefile
head/x11/rendercheck/Makefile
head/x11/rxvt-devel/Makefile
head/x11/rxvt/Makefile
head/x11/silo/Makefile
head/x11/simdock/Makefile
head/x11/sxpc/Makefile
head/x11/temperature.app/Makefile
head/x11/wmappl/Makefile
head/x11/wmbutton/Makefile
head/x11/wmdrawer/Makefile
head/x11/xcalib/Makefile
head/x11/xcurs/Makefile
head/x11/xmangekyou/Makefile
head/x11/xmsg/Makefile
Modified: head/x11/9menu/Makefile
==============================================================================
--- head/x11/9menu/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/9menu/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://freefriends.org/arno
EXTRACT_SUFX= .shar.gz
MAINTAINER= ports at FreeBSD.org
-COMMENT= A simple menu patterned after Plan9
+COMMENT= Simple menu patterned after Plan9
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # empty
Modified: head/x11/decurs/Makefile
==============================================================================
--- head/x11/decurs/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/decurs/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,9 +9,9 @@ MASTER_SITES= http://freebsd.nsu.ru/dist
#http://varg.dyndns.org/psi/files/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A program that lets you edit your X11 mouse cursors
+COMMENT= Lets you edit your X11 mouse cursors
-LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20
+LIB_DEPENDS= libgtkmm-2.0.6.so:${PORTSDIR}/x11-toolkits/gtkmm20
USE_XORG= x11
USE_GNOME= gtk20
Modified: head/x11/fbdesk/Makefile
==============================================================================
--- head/x11/fbdesk/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/fbdesk/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,11 +9,11 @@ MASTER_SITES= http://fluxbox.sourceforge
GENTOO/distfiles
MAINTAINER= ports at FreeBSD.org
-COMMENT= A Fluxbox utility to create and manage icons on the desktop
+COMMENT= Fluxbox utility to create and manage icons on the desktop
LICENSE= MIT
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
OPTIONS_DEFINE= IMLIB2 DOCS
OPTIONS_DEFAULT= IMLIB2
Modified: head/x11/gdkxft/Makefile
==============================================================================
--- head/x11/gdkxft/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/gdkxft/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,9 +8,9 @@ CATEGORIES= x11
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
-COMMENT= An anti-aliased font support for gtk+
+COMMENT= Anti-aliased font support for gtk+
-LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
+LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft
USE_AUTOTOOLS= libtool
USE_GNOME= gtk12
Modified: head/x11/gtkterm2/Makefile
==============================================================================
--- head/x11/gtkterm2/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/gtkterm2/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,11 +8,10 @@ CATEGORIES= x11
MASTER_SITES= SF/gtkterm/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A simple GTK-2 terminal with tabs
+COMMENT= Simple GTK-2 terminal with tabs
USE_GNOME= vte
-USE_GMAKE= yes
-USES= pkgconfig
+USES= pkgconfig gmake
USE_AUTOTOOLS= libtool
PORTDOCS= README
Modified: head/x11/mrxvt/Makefile
==============================================================================
--- head/x11/mrxvt/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/mrxvt/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,10 +9,10 @@ MASTER_SITES= SF/materm/${PORTNAME}%20so
EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
-COMMENT= A tabbed version of rxvt
+COMMENT= Tabbed version of rxvt
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png
CONFLICTS= mrxvt-0.5.*
Modified: head/x11/multi-aterm/Makefile
==============================================================================
--- head/x11/multi-aterm/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/multi-aterm/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,7 +8,7 @@ CATEGORIES= x11
MASTER_SITES= http://www.nongnu.org/materm/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A multi terminal based on aterm
+COMMENT= Multi terminal based on aterm
USE_XORG= xpm
GNU_CONFIGURE= yes
Modified: head/x11/rendercheck/Makefile
==============================================================================
--- head/x11/rendercheck/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/rendercheck/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -6,7 +6,7 @@ PORTVERSION= 1.4
CATEGORIES= x11
MAINTAINER= ports at FreeBSD.org
-COMMENT= A small program for testing basic Render extension conformance
+COMMENT= Small program for testing basic Render extension conformance
XORG_CAT= app
USE_XORG= xrender
Modified: head/x11/rxvt-devel/Makefile
==============================================================================
--- head/x11/rxvt-devel/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/rxvt-devel/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
PKGNAMESUFFIX= -devel
MAINTAINER= ports at FreeBSD.org
-COMMENT= A low memory usage xterm replacement that supports color
+COMMENT= Low memory usage xterm replacement that supports color
USE_AUTOTOOLS= libtool
USES= perl5
Modified: head/x11/rxvt/Makefile
==============================================================================
--- head/x11/rxvt/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/rxvt/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,7 +8,7 @@ CATEGORIES+= x11
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
-COMMENT= A low memory usage xterm replacement that supports color
+COMMENT= Low memory usage xterm replacement that supports color
USE_XORG= xpm
GNU_CONFIGURE= yes
Modified: head/x11/silo/Makefile
==============================================================================
--- head/x11/silo/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/silo/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,7 +8,7 @@ CATEGORIES= x11
MASTER_SITES= http://doublef.nm.ru/silo/sources/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A simple X11 launcher extensible in any programming language
+COMMENT= Simple X11 launcher extensible in any programming language
DEPRECATED= Upstream has disappeared
EXPIRATION_DATE= 2013-10-18
Modified: head/x11/simdock/Makefile
==============================================================================
--- head/x11/simdock/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/simdock/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,7 +9,7 @@ MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A fast and customizable dockbar
+COMMENT= Fast and customizable dockbar
GNU_CONFIGURE= yes
USES= pathfix pkgconfig
Modified: head/x11/sxpc/Makefile
==============================================================================
--- head/x11/sxpc/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/sxpc/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= utilities
EXTRACT_SUFX= .shar.Z
MAINTAINER= ports at FreeBSD.org
-COMMENT= The Simple X Protocol Compressor
+COMMENT= Simple X Protocol Compressor
USES= imake
NO_WRKSUBDIR= yes
Modified: head/x11/temperature.app/Makefile
==============================================================================
--- head/x11/temperature.app/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/temperature.app/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.fukt.bsnet.se/~
DISTNAME= Temperature.app-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A dockable WindowMaker applet which displays the local temperature
+COMMENT= Dockable WindowMaker applet which displays the local temperature
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: head/x11/wmappl/Makefile
==============================================================================
--- head/x11/wmappl/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/wmappl/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -17,7 +17,7 @@ USE_XORG= xpm x11 xext sm ice
MAKE_ENV= DATADIR="${DATADIR}"
.if defined(.PARSEDIR)
-USE_GMAKE= yes
+USES+= gmake
.endif
MAN1= wmappl.1
Modified: head/x11/wmbutton/Makefile
==============================================================================
--- head/x11/wmbutton/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/wmbutton/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,7 +8,7 @@ CATEGORIES= x11 windowmaker
MASTER_SITES= http://greek0.net/wmbutton/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A dockapp that displays 9 buttons to run apps of your choice
+COMMENT= Dockapp that displays 9 buttons to run apps of your choice
LICENSE= GPLv2
Modified: head/x11/wmdrawer/Makefile
==============================================================================
--- head/x11/wmdrawer/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/wmdrawer/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -12,11 +12,10 @@ DISTFILES= ${EXTRACT_ONLY}:tarball \
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A dockapp which provides a drawer to launch applications
+COMMENT= Dockapp which provides a drawer to launch applications
USE_GNOME= gdkpixbuf
-USE_GMAKE= yes
-USES= pkgconfig
+USES= pkgconfig gmake
CONFIGURE_ENV+= DOCSDIR=${DOCSDIR}
MAKE_ENV+= ${CONFIGURE_ENV}
Modified: head/x11/xcalib/Makefile
==============================================================================
--- head/x11/xcalib/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/xcalib/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,12 +8,12 @@ MASTER_SITES= SF
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A program for display calibration of X11-Servers with ICC profiles
+COMMENT= Program for display calibration of X11-Servers with ICC profiles
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PORTDOCS= README README.profilers
USE_XORG= x11 xext sm xxf86vm
-USE_GMAKE= yes
+USES= gmake
DEFINES= -DXCALIB_VERSION=\"${PORTVERSION}\" -DUNIX
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lm -lX11 -lXxf86vm -lXext
Modified: head/x11/xcurs/Makefile
==============================================================================
--- head/x11/xcurs/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/xcurs/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -9,7 +9,7 @@ MASTER_SITES= http://freebsd.nsu.ru/dist
#http://varg.dyndns.org/psi/files/xcurs/
MAINTAINER= ports at FreeBSD.org
-COMMENT= An editor for new XFree86/X.Org style full-color cursors properties
+COMMENT= Editor for new X.Org style full-color cursors properties
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
Modified: head/x11/xmangekyou/Makefile
==============================================================================
--- head/x11/xmangekyou/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/xmangekyou/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,7 +8,7 @@ CATEGORIES= x11
MASTER_SITES= http://ftp.vector.co.jp/pack/unix/art/anime/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A kaleidoscope on X
+COMMENT= Kaleidoscope on X
USE_XORG= x11 xpm xaw
ALL_TARGET= xmangekyou
Modified: head/x11/xmsg/Makefile
==============================================================================
--- head/x11/xmsg/Makefile Sun Oct 13 01:53:23 2013 (r330198)
+++ head/x11/xmsg/Makefile Sun Oct 13 02:01:16 2013 (r330199)
@@ -8,7 +8,7 @@ CATEGORIES= x11
MASTER_SITES= http://www.generalconcepts.com/resources/software/
MAINTAINER= ports at FreeBSD.org
-COMMENT= The X11R4 version of xmessage updated for X11R5 and renamed
+COMMENT= Shows a message on the screen
MAN1= xmsg.1
MANCOMPRESSED= yes
More information about the svn-ports-all
mailing list