Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 22:51:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322008 - in head/x11: emu kb2mb2 mxico sxpc tycoon xantfarm xbelld xbrightness xcmd xco xcolors xcolorsel xcut xdtm xfishtank xkbctrl xkeycaps xlupe xmascot xmon xmove xmsg xrsh xskyro...
Message-ID:  <201306282251.r5SMpe4b029997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 28 22:51:40 2013
New Revision: 322008
URL: http://svnweb.freebsd.org/changeset/ports/322008

Log:
  Convert to USES=imake
  Trim headers
  Convert emu to USES=display
  Remove indefinite article

Modified:
  head/x11/emu/Makefile
  head/x11/kb2mb2/Makefile
  head/x11/mxico/Makefile
  head/x11/sxpc/Makefile
  head/x11/tycoon/Makefile
  head/x11/xantfarm/Makefile
  head/x11/xbelld/Makefile
  head/x11/xbrightness/Makefile
  head/x11/xcmd/Makefile
  head/x11/xco/Makefile
  head/x11/xcolors/Makefile
  head/x11/xcolorsel/Makefile
  head/x11/xcut/Makefile
  head/x11/xdtm/Makefile
  head/x11/xfishtank/Makefile
  head/x11/xkbctrl/Makefile
  head/x11/xkeycaps/Makefile
  head/x11/xlupe/Makefile
  head/x11/xmascot/Makefile
  head/x11/xmon/Makefile
  head/x11/xmove/Makefile
  head/x11/xmsg/Makefile
  head/x11/xrsh/Makefile
  head/x11/xskyroot/Makefile
  head/x11/xsnow/Makefile
  head/x11/xtacy/Makefile
  head/x11/xtestpicture/Makefile
  head/x11/xtoolwait/Makefile
  head/x11/xwatchwin/Makefile
  head/x11/xzoom/Makefile

Modified: head/x11/emu/Makefile
==============================================================================
--- head/x11/emu/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/emu/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	emu
-# Date created:		13 September 1994
-# Whom:			jkh
-#
+# Created by: jkh
 # $FreeBSD$
-#
 
 PORTNAME=	emu
 PORTVERSION=	1.31
@@ -13,14 +9,13 @@ MASTER_SITES=	${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR=	applications
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A terminal emulator for the X Window System
+COMMENT=	Terminal emulator for the X Window System
 
 BUILD_DEPENDS=	xrdb:${PORTSDIR}/x11/xrdb
 RUN_DEPENDS=	xrdb:${PORTSDIR}/x11/xrdb
 
-USE_IMAKE=	yes
+USES=		imake display
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
-USE_DISPLAY=	yes
 
 WRKSRC=		${WRKDIR}/emu
 
@@ -30,10 +25,6 @@ WRKSRC=		${WRKDIR}/emu
 BROKEN=		fails to build with new utmpx
 .endif
 
-.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
-IGNORE=		requires an active X session (and DISPLAY variable) to run xrdb.  Please compile this while running X
-.endif
-
 MAN1=		emu.1
 
 pre-configure:

Modified: head/x11/kb2mb2/Makefile
==============================================================================
--- head/x11/kb2mb2/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/kb2mb2/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	kb2mb2
-# Date created:		24 December 1997
-# Whom:			Tatsumi Hosokawa
-#
+# Created by: Tatsumi Hosokawa
 # $FreeBSD$
-#
 
 PORTNAME=	kb2mb2
 PORTVERSION=	1.0
@@ -15,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Redirect any key to second mouse button
 
 PLIST_FILES=	bin/kb2mb2
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext xtst
 
 .include <bsd.port.mk>

Modified: head/x11/mxico/Makefile
==============================================================================
--- head/x11/mxico/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/mxico/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,6 @@
-# New ports collection makefile for:    mxico
-# Date created:         25 October 2003
-# Whom:                 NAKATA, Maho <maho@FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho@FreeBSD.org>
 # $FreeBSD$
-#
+
 # NB: Do not delete or wrap post-install section, since we have to provide
 #     READMEj and README
 
@@ -16,7 +13,7 @@ MASTER_SITES=	http://people.freebsd.org/
 MAINTAINER=	maho@FreeBSD.org
 COMMENT=	Rotating Object on the screen (Zalgaller polyhedra)
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/${PORTNAME}
 MAN1=		mxico.1

Modified: head/x11/sxpc/Makefile
==============================================================================
--- head/x11/sxpc/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/sxpc/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for:	sxpc
-# Date created:		22nd March 1995
-# Whom:			jkh@FreeBSD.org
-#
+# Created by: jkh@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	sxpc
 PORTVERSION=	1.4
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.shar.Z
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The Simple X Protocol Compressor
 
-USE_IMAKE=	yes
+USES=		imake
 NO_WRKSUBDIR=	yes
 EXTRACT_CMD=		${GZIP_CMD}
 EXTRACT_BEFORE_ARGS=	-dc

Modified: head/x11/tycoon/Makefile
==============================================================================
--- head/x11/tycoon/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/tycoon/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tycoon
-# Date created:		19 September 1997
-# Whom:			steve@farrell.org
-#
+# Created by: steve@farrell.org
 # $FreeBSD$
-#
 
 PORTNAME=	tycoon
 PORTVERSION=	1.07o
@@ -13,11 +9,11 @@ MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	X11/desktop
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A nifty set of desktop apps, including floating buttons
+COMMENT=	Nifty set of desktop apps, including floating buttons
 
 LIB_DEPENDS=	forms.2:${PORTSDIR}/x11-toolkits/xforms
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xaw
 REINPLACE_ARGS=	-i ""
 

Modified: head/x11/xantfarm/Makefile
==============================================================================
--- head/x11/xantfarm/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xantfarm/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xantfarm
-# Date created:		13 February 1997
-# Whom:			Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
+# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	xantfarm
 PORTVERSION=	1.16
@@ -16,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ant hill simulation on X11 root window
 
 WRKSRC=		${WRKDIR}/xantfarm
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext xt
 MAN1=		xantfarm.1
 PLIST_FILES=	bin/xantfarm

Modified: head/x11/xbelld/Makefile
==============================================================================
--- head/x11/xbelld/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xbelld/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xbelld
-# Date created:				17 September 2004
-# Whom:					Nosov Artem <chip-set@mail.ru>
-#
+# Created by: Nosov Artem <chip-set@mail.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	xbelld
 PORTVERSION=	0.2b2
@@ -18,7 +14,7 @@ COMMENT=	XBellD is a small daemon for re
 
 LIB_DEPENDS=	audiofile.0:${PORTSDIR}/audio/libaudiofile
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm xtrap xmu xt
 USE_GNOME=	esound
 

Modified: head/x11/xbrightness/Makefile
==============================================================================
--- head/x11/xbrightness/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xbrightness/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xbrightness
-# Date Created:				30 January 2010
-# Whom:					Michiel Overtoom <motoom@xs4all.nl>
-#
+# Created by: Michiel Overtoom <motoom@xs4all.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	xbrightness
 PORTVERSION=	0.3
@@ -14,7 +10,7 @@ MAINTAINER=	motoom@xs4all.nl
 COMMENT=	Brightness and gamma correction through the X server
 
 USE_XORG=	x11 xxf86vm ice xmu xt xaw
-USE_IMAKE=	yes
+USES=		imake
 
 PLIST_FILES=	bin/xbrightness
 

Modified: head/x11/xcmd/Makefile
==============================================================================
--- head/x11/xcmd/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xcmd/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   xcmd
-# Date created:        30 Jul 2001
-# Whom:                Oliver Breuninger <ob@breuninger.org>
-#
+# Created by: Oliver Breuninger <ob@breuninger.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xcmd
 PORTVERSION=	1.8
@@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR=	X11/xutils
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Xcmd is a front-end for starting programs under X11
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xext xmu xt
 
 MANCOMPRESSED=	yes

Modified: head/x11/xco/Makefile
==============================================================================
--- head/x11/xco/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xco/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xco
-# Date created:		6 Jun 1997
-# Whom:			Satoshi TAOKA
-#
+# Created by: Satoshi TAOKA
 # $FreeBSD$
-#
 
 PORTNAME=	xco
 PORTVERSION=	1.3
@@ -14,7 +10,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Display X11 color names and colors
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		xco.1
 MANCOMPRESSED=	yes

Modified: head/x11/xcolors/Makefile
==============================================================================
--- head/x11/xcolors/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xcolors/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xcolors
-# Date created:		10 May 1995
-# Whom:			asami
-#
+# Created by: asami
 # $FreeBSD$
-#
 
 PORTNAME=	xcolors
 PORTVERSION=	1.3
@@ -20,7 +16,7 @@ RUN_DEPENDS=	showrgb:${PORTSDIR}/x11/rgb
 
 WRKSRC=		${WRKDIR}/xcolors
 USE_XORG=	xaw xmu xt sm ice xpm xp xext x11
-USE_IMAKE=	yes
+USES=		imake
 MAN1=		xcolors.1
 
 .include <bsd.port.mk>

Modified: head/x11/xcolorsel/Makefile
==============================================================================
--- head/x11/xcolorsel/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xcolorsel/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xcolorsel
-# Date Created:			11 November 1998
-# Whom:				Wayne Cuddy <wayne@crb-web.com>
-#
+# Created by: Wayne Cuddy <wayne@crb-web.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xcolorsel
 PORTVERSION=	1.1a
@@ -20,7 +16,7 @@ LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolk
 RUN_DEPENDS=	rgb>=1.0.3:${PORTSDIR}/x11/rgb
 
 WRKSRC=		${WRKDIR}/xcolorsel
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xpm
 
 .if !defined(NO_INSTALL_MANPAGES)

Modified: head/x11/xcut/Makefile
==============================================================================
--- head/x11/xcut/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xcut/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xcut
-# Date created:			23 September 1999
-# Whom:				Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
-#
+# Created by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	xcut
 PORTVERSION=	0.2
@@ -16,7 +12,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Manipulate X cut buffers from the commandline
 
-USE_IMAKE=	YES
+USES=		imake
 USE_XORG=	x11
 MAN1=		xcut.1
 PLIST_FILES=	bin/xcut

Modified: head/x11/xdtm/Makefile
==============================================================================
--- head/x11/xdtm/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xdtm/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -13,7 +13,7 @@ COMMENT=	Graphical shell for the X Windo
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_XORG=	xaw
-USE_IMAKE=	yes
+USES=		imake
 MAKE_JOBS_UNSAFE=	yes
 
 MAN1=		xdtm.1

Modified: head/x11/xfishtank/Makefile
==============================================================================
--- head/x11/xfishtank/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xfishtank/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   xfishtank
-# Date created:        24th April 1997
-# Whom:                jacs
-#
+# Created by: jacs
 # $FreeBSD$
-#
 
 PORTNAME=	xfishtank
 PORTVERSION=	2.2
@@ -15,7 +11,7 @@ MAINTAINER=	jacs@gnome.co.uk
 COMMENT=	Make fish swim in the background of your screen
 
 PLIST_FILES=	bin/xfishtank
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/xfishtank2.0
 

Modified: head/x11/xkbctrl/Makefile
==============================================================================
--- head/x11/xkbctrl/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xkbctrl/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xkbctrl
-# Date created:		9 January 2000
-# Whom:			Yoshiro MIHIRA <sanpei@sanpei.org>
-#
+# Created by: Yoshiro MIHIRA <sanpei@sanpei.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xkbctrl
 PORTVERSION=	1.0
@@ -18,7 +14,7 @@ COMMENT=	Display and manipulate XKB keyb
 
 DIST_SUBDIR=	xkbctrl
 PLIST_FILES=	bin/xkbctrl
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xkbfile
 NO_WRKSUBDIR=	yes
 

Modified: head/x11/xkeycaps/Makefile
==============================================================================
--- head/x11/xkeycaps/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xkeycaps/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    xkeycaps
-# Date created:         12 February 1995
-# Whom:                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	xkeycaps
 PORTVERSION=	2.46
@@ -15,7 +11,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphically display and edit the keyboard mapping
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xbitmaps xaw
 MAN1=		xkeycaps.1
 PLIST_FILES=	bin/xkeycaps

Modified: head/x11/xlupe/Makefile
==============================================================================
--- head/x11/xlupe/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xlupe/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xlupe
-# Date created:		17 Apr 1999
-# Whom:			runge@rostock.zgdv.de
-#
+# Created by: runge@rostock.zgdv.de
 # $FreeBSD$
-#
 
 PORTNAME=	xlupe
 PORTVERSION=	1.1
@@ -14,7 +10,7 @@ MASTER_SITES=	http://coto.marsrakete.de/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Magnifying glass for X. like xmag but with continously updates
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xaw
 
 PLIST_FILES=	bin/xlupe

Modified: head/x11/xmascot/Makefile
==============================================================================
--- head/x11/xmascot/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xmascot/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmascot
-# Date created:		20 November 1996
-# Whom:			Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
+# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	xmascot
 PORTVERSION=	2.6a
@@ -15,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Moving mascot on your X11 screen
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xmascot.1
 

Modified: head/x11/xmon/Makefile
==============================================================================
--- head/x11/xmon/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xmon/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    xmon
-# Date created:         27 December 2001
-# Whom:                 Bruce M Simpson <bms@spc.org>
-#
+# Created by: Bruce M Simpson <bms@spc.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xmon
 PORTVERSION=	1.5.6
@@ -17,7 +13,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Raw X11 protocol analyser
 
 WRKSRC=		${WRKDIR}/xmon.${PORTVERSION}
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xt
 
 MAN1=		xmon.1 xmond.1 xmonui.1

Modified: head/x11/xmove/Makefile
==============================================================================
--- head/x11/xmove/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xmove/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   xmove
-# Date created:        16 Jan 1997
-# Whom:                Stefan Zehl <sec@42.org>
-#
+# Created by: Stefan Zehl <sec@42.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xmove
 PORTVERSION=	2.0b2
@@ -17,7 +13,7 @@ COMMENT=	Pseudoserver to support mobile 
 
 WRKSRC=		${WRKDIR}/xmove
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11
 
 MAN1=		xmove.1 xmovectrl.1

Modified: head/x11/xmsg/Makefile
==============================================================================
--- head/x11/xmsg/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xmsg/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   xmsg
-# Date created:        21 September 1999
-# Whom:                jsellens
-#
+# Created by: jsellens
 # $FreeBSD$
-#
 
 PORTNAME=	xmsg
 PORTVERSION=	1.1
@@ -17,7 +13,7 @@ COMMENT=	The X11R4 version of xmessage u
 MAN1=		xmsg.1
 MANCOMPRESSED=	yes
 PLIST_FILES=	bin/xmsg
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext xaw xmu xt sm ice
 
 .include <bsd.port.mk>

Modified: head/x11/xrsh/Makefile
==============================================================================
--- head/x11/xrsh/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xrsh/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xrsh
-# Date created: 	30 May 2004
-# Whom:			KIMURA Yasuhiro <yasu@utahime.org>
-#
+# Created by: KIMURA Yasuhiro <yasu@utahime.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xrsh
 PORTVERSION=	5.92
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.shar
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Launcher which starts an X program on a remote machine
 
-USE_IMAKE=	yes
+USES=		imake
 NO_WRKSUBDIR=	yes
 EXTRACT_CMD=	${SH}
 EXTRACT_BEFORE_ARGS=

Modified: head/x11/xskyroot/Makefile
==============================================================================
--- head/x11/xskyroot/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xskyroot/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xskyroot
-# Date created:		20 April 1997
-# Whom:			nkazushi@highway.or.jp
-#
+# Created by: nkazushi@highway.or.jp
 # $FreeBSD$
-#
 
 PORTNAME=	xskyroot
 PORTVERSION=	920428
@@ -21,7 +17,7 @@ EXTRACT_AFTER_ARGS=	| ${SED} -e "/^...bi
 
 DIST_SUBDIR=	${PORTNAME}
 NO_WRKSUBDIR=	yes
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11
 NO_INSTALL_MANPAGES=	yes
 PLIST_FILES=	bin/xskyroot

Modified: head/x11/xsnow/Makefile
==============================================================================
--- head/x11/xsnow/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xsnow/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    xsnow
-# Date created:         12 November 1994
-# Whom:                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	xsnow
 PORTVERSION=	1.42
@@ -14,7 +10,7 @@ MASTER_SITES=	http://dropmix.xs4all.nl/r
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Create a snowy and Santa-y desktop
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xpm
 MAN6=		xsnow.6
 PLIST_FILES=	bin/xsnow

Modified: head/x11/xtacy/Makefile
==============================================================================
--- head/x11/xtacy/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xtacy/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    xtacy
-# Date created:         25 July 1996
-# Whom:                 matt@bdd.net
-#
+# Created by: matt@bdd.net
 # $FreeBSD$
-#
 
 PORTNAME=	xtacy
 PORTVERSION=	1.14
@@ -15,9 +11,9 @@ MASTER_SITE_SUBDIR=	apps/graphics/hacks/
 DISTNAME=	${PORTNAME}114
 
 MAINTAINER=	matt@bdd.net
-COMMENT=	An X11 trippy color-cycling toy
+COMMENT=	X11 trippy color-cycling toy
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		xtacy.1
 PLIST_FILES=	bin/xtacy

Modified: head/x11/xtestpicture/Makefile
==============================================================================
--- head/x11/xtestpicture/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xtestpicture/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    xtestpicture
-# Date created:         11 March 1997
-# Whom:                 joerg
-#
+# Created by: joerg
 # $FreeBSD$
-#
 
 PORTNAME=	xtestpicture
 PORTVERSION=	1.2
@@ -14,7 +10,7 @@ MASTER_SITES=	ftp://ftp.interface-busine
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	Create a full-screen image to adjust your monitor
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		xtestpicture.1
 PLIST_FILES=	bin/xtestpicture

Modified: head/x11/xtoolwait/Makefile
==============================================================================
--- head/x11/xtoolwait/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xtoolwait/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xtoolwait
-# Date created:		31 May 1997
-# Whom:			jonny
-#
+# Created by: jonny
 # $FreeBSD$
-#
 
 PORTNAME=	xtoolwait
 PORTVERSION=	1.3
@@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=	utilities
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool startup utility for X11
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		xtoolwait.1
 PLIST_FILES=	bin/xtoolwait

Modified: head/x11/xwatchwin/Makefile
==============================================================================
--- head/x11/xwatchwin/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xwatchwin/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	xwatchwin
-# Date created:		1 Sep 2000
-# Whom:			Kris Kennaway <kris@FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	xwatchwin
@@ -19,7 +16,7 @@ COMMENT=	Watch a window on another X ser
 MAN1=		xwatchwin.1
 PLIST_FILES=	bin/xwatchwin
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 
 .include <bsd.port.mk>

Modified: head/x11/xzoom/Makefile
==============================================================================
--- head/x11/xzoom/Makefile	Fri Jun 28 22:50:37 2013	(r322007)
+++ head/x11/xzoom/Makefile	Fri Jun 28 22:51:40 2013	(r322008)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   xzoom
-# Date created:        30 June 1997
-# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
+# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	xzoom
 PORTVERSION=	0.3
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Magnify, rotate, mirror the image on the X screen
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		xzoom.1
 PLIST_FILES=	bin/xzoom



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