aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-02-12 05:03:14 +0800
committernetchild <netchild@FreeBSD.org>2006-02-12 05:03:14 +0800
commitc1e781eb2a7a4fbe4536307f0f079112d54f5eb3 (patch)
treeeb5e686a41db26135a4974224bce573865b8d634 /x11-wm
parent3bbbe93fe83bb7728e559215297e5dd6167957bb (diff)
downloadfreebsd-ports-gnome-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.tar.gz
freebsd-ports-gnome-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.tar.zst
freebsd-ports-gnome-c1e781eb2a7a4fbe4536307f0f079112d54f5eb3.zip
Reset maintainership to ports@ after ~4 months without any response to any
PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1]
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/aewm/Makefile2
-rw-r--r--x11-wm/alloywm/Makefile2
-rw-r--r--x11-wm/badwm/Makefile2
-rw-r--r--x11-wm/blwm/Makefile2
-rw-r--r--x11-wm/clementine/Makefile2
-rw-r--r--x11-wm/epiwm/Makefile2
-rw-r--r--x11-wm/evilwm/Makefile2
-rw-r--r--x11-wm/jewel/Makefile2
-rw-r--r--x11-wm/matchbox/Makefile2
-rw-r--r--x11-wm/obconf/Makefile2
-rw-r--r--x11-wm/openbox/Makefile2
-rw-r--r--x11-wm/pawm/Makefile2
-rw-r--r--x11-wm/qlwm/Makefile2
-rw-r--r--x11-wm/sapphire/Makefile2
-rw-r--r--x11-wm/swm/Makefile2
-rw-r--r--x11-wm/uwm/Makefile2
-rw-r--r--x11-wm/yawm/Makefile2
17 files changed, 17 insertions, 17 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile
index e657bbbb78fd..6fba3a78fcbb 100644
--- a/x11-wm/aewm/Makefile
+++ b/x11-wm/aewm/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://www.red-bean.com/~decklin/aewm/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= ICCCM-compliant window manager based on 9wm
GTKCLIENTS= aemenu-gtk aepanel-gtk
diff --git a/x11-wm/alloywm/Makefile b/x11-wm/alloywm/Makefile
index 0b768e0af99e..e536ebaf02c6 100644
--- a/x11-wm/alloywm/Makefile
+++ b/x11-wm/alloywm/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.phatboydesigns.net/devel/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Has title bars, shading, resizing, automatic placement, window list
HAS_CONFIGURE= yes
diff --git a/x11-wm/badwm/Makefile b/x11-wm/badwm/Makefile
index 36c29ab3bf23..2a276dd76cdb 100644
--- a/x11-wm/badwm/Makefile
+++ b/x11-wm/badwm/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= BadWM-${PORTVERSION}
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Window manager based on evilwm
DOCDIR= share/doc/${PORTNAME}
diff --git a/x11-wm/blwm/Makefile b/x11-wm/blwm/Makefile
index 5e5bc4206195..eea6477ab494 100644
--- a/x11-wm/blwm/Makefile
+++ b/x11-wm/blwm/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= x11-wm portuguese
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portuguese derivative of qvwm, simplified to conserve resources
RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage
diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile
index 6da07e23d6a2..f8d459922b6b 100644
--- a/x11-wm/clementine/Makefile
+++ b/x11-wm/clementine/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Has title bars, iconizing, and styles (unstable)
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \
diff --git a/x11-wm/epiwm/Makefile b/x11-wm/epiwm/Makefile
index a6349d34196a..44a9eeac9f97 100644
--- a/x11-wm/epiwm/Makefile
+++ b/x11-wm/epiwm/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.nongnu.org/epiwm/download/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Another fast, small, configurable window manager
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \
diff --git a/x11-wm/evilwm/Makefile b/x11-wm/evilwm/Makefile
index f8a243d0fd97..7b674817c704 100644
--- a/x11-wm/evilwm/Makefile
+++ b/x11-wm/evilwm/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Minimalist window manager based on 9wm
DOCDIR= share/doc/${PORTNAME}
diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile
index 388f24ebde4c..a007353aaf1a 100644
--- a/x11-wm/jewel/Makefile
+++ b/x11-wm/jewel/Makefile
@@ -12,7 +12,7 @@ PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://mjr.towers.org.uk/comp/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Window manager based on aewm++
ALL_TARGET= jewel
diff --git a/x11-wm/matchbox/Makefile b/x11-wm/matchbox/Makefile
index d92ad3eb958c..6f56ecfdf210 100644
--- a/x11-wm/matchbox/Makefile
+++ b/x11-wm/matchbox/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.3
CATEGORIES= x11-wm
MASTER_SITES= http://handhelds.org/~mallum/downloadables/matchbox/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Window manager suitable for low-resolution screens
DOCS= AUTHORS COPYING ChangeLog NEWS README TODO
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile
index 031a8d31276c..c862cb2ba870 100644
--- a/x11-wm/obconf/Makefile
+++ b/x11-wm/obconf/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= http://icculus.org/openbox/obconf/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Preferences manager for the Openbox window manager
BUILD_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 57f43ccb0347..48e60ef8d30d 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -12,7 +12,7 @@ PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://icculus.org/openbox/releases/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Derived from, and similar to, Blackbox
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile
index daeb96bded7d..d3198ce61009 100644
--- a/x11-wm/pawm/Makefile
+++ b/x11-wm/pawm/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.9.7
CATEGORIES= x11-wm
MASTER_SITES= http://www.pleyades.net/pawm/files/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The Puto Amo Window Manager
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile
index 859842a458f2..8f90cfbc8443 100644
--- a/x11-wm/qlwm/Makefile
+++ b/x11-wm/qlwm/Makefile
@@ -12,7 +12,7 @@ PORTVERSION= 3.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.alinden.mynetcologne.de/qlwm/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Qt-based window manager
DOCDIR= share/doc/${PORTNAME}
diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile
index 436cced5ca3d..46c766531108 100644
--- a/x11-wm/sapphire/Makefile
+++ b/x11-wm/sapphire/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Small window manager
USE_GMAKE= yes
diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile
index 6f23ad733005..4f6b2b59027c 100644
--- a/x11-wm/swm/Makefile
+++ b/x11-wm/swm/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= x11-wm
MASTER_SITES= http://www.informatik.hu-berlin.de/~sperling/prog/
EXTRACT_SUFX= a-src.tgz
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT=Window manager for low-memory systems, with title bars and shading
BINS= swm swmbg swmswitch
diff --git a/x11-wm/uwm/Makefile b/x11-wm/uwm/Makefile
index 4763042ce28f..b5d806166877 100644
--- a/x11-wm/uwm/Makefile
+++ b/x11-wm/uwm/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= X.V11R3uwm
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= X11R3 window manager
MAN1= uwm.1
diff --git a/x11-wm/yawm/Makefile b/x11-wm/yawm/Makefile
index e96eb50d7a89..46caa04dfadf 100644
--- a/x11-wm/yawm/Makefile
+++ b/x11-wm/yawm/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.sai.msu.su/pub/X11/win_man/
DISTNAME= yawm-0.0.1-a4
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Has title bars, iconizing, maximizing, taskbar, placement, clock
GNU_CONFIGURE= yes