diff options
author | danfe <danfe@FreeBSD.org> | 2008-01-29 22:33:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-01-29 22:33:11 +0800 |
commit | e9ee5ff89ece57ee5760e1fea09da3b40e5f38ae (patch) | |
tree | 4bb4de0d1c2e7e79be8b671d7d1003577c901a67 /x11-wm | |
parent | 90075fd35a3374b4ed1a5dfaf799fb8afde7768e (diff) | |
download | freebsd-ports-gnome-e9ee5ff89ece57ee5760e1fea09da3b40e5f38ae.tar.gz freebsd-ports-gnome-e9ee5ff89ece57ee5760e1fea09da3b40e5f38ae.tar.zst freebsd-ports-gnome-e9ee5ff89ece57ee5760e1fea09da3b40e5f38ae.zip |
Deorbit `x11-wm/wmii-devel' in favor of updated `x11-wm/wmii'.
Encouraged by: sat (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 39 | ||||
-rw-r--r-- | x11-wm/wmii-devel/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/wmii-devel/files/patch-util.c | 70 | ||||
-rw-r--r-- | x11-wm/wmii-devel/pkg-descr | 9 | ||||
-rw-r--r-- | x11-wm/wmii-devel/pkg-plist | 10 | ||||
-rw-r--r-- | x11-wm/wmii/Makefile | 2 |
7 files changed, 0 insertions, 134 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index ab975ceb12b8..c0645c85b9fc 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -135,7 +135,6 @@ SUBDIR += wmcp SUBDIR += wmg SUBDIR += wmii - SUBDIR += wmii-devel SUBDIR += wmthemeinstall SUBDIR += xcompmgr SUBDIR += xfce diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile deleted file mode 100644 index f119374d9237..000000000000 --- a/x11-wm/wmii-devel/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: wmii-devel -# Date created: 2 June 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= wmii -PORTVERSION= 3.5.${CHANGESET} -PORTREVISION= 1 -CATEGORIES= x11-wm -MASTER_SITES= CENKES - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= A dynamic minimalist window manager - -LIB_DEPENDS= ixp.0:${PORTSDIR}/devel/libixp -RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu \ - ${LOCALBASE}/9/bin/rc:${PORTSDIR}/devel/9base - -CHANGESET= 2010 -CONFLICTS= wmii-3.[0-46-9]* wmii-3.5.1* -USE_XLIB= yes -USE_BZIP2= yes -MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${X11BASE}/lib" \ - X11INC="${X11BASE}/include" CC="${CC}" \ - MANPREFIX="${MANPREFIX}/man" - -MAN1= wmii.1 wmiiloop.1 wmiir.1 wmiiwm.1 - -post-patch: - @${REINPLACE_CMD} -e '/-[LI]/s|PREFIX|LOCALBASE|g;/^[CL].*FLAGS/s|=|+=|' ${WRKSRC}/config.mk - @${REINPLACE_CMD} -e '/cp -f wmiiwm/s|cp -f|${INSTALL_PROGRAM}|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|$$PLAN9|${LOCALBASE}/9|' ${WRKSRC}/wmii9rc - @${REINPLACE_CMD} -e 's|$$PLAN9|${LOCALBASE}/9|;1s|/.*|${LOCALBASE}/9/bin/rc -v|' ${WRKSRC}/rc/rc.wmii - @${REINPLACE_CMD} -e '/strlcat/d' ${WRKSRC}/wmii.h - @${FIND} ${WRKSRC}/ -name \*.bak -delete - -.include <bsd.port.mk> diff --git a/x11-wm/wmii-devel/distinfo b/x11-wm/wmii-devel/distinfo deleted file mode 100644 index bd2789a71a03..000000000000 --- a/x11-wm/wmii-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wmii-3.5.2010.tar.bz2) = 2218f15c3a96aa0496ebef5abc27350d -SHA256 (wmii-3.5.2010.tar.bz2) = d2d278e7fec3315fad025d3c42d64d710f750b35e77784038d2f987d4efd0938 -SIZE (wmii-3.5.2010.tar.bz2) = 57284 diff --git a/x11-wm/wmii-devel/files/patch-util.c b/x11-wm/wmii-devel/files/patch-util.c deleted file mode 100644 index d4bcc28f4f26..000000000000 --- a/x11-wm/wmii-devel/files/patch-util.c +++ /dev/null @@ -1,70 +0,0 @@ ---- ./util.c.orig Sun Mar 4 19:55:23 2007 -+++ ./util.c Sun Mar 4 19:55:30 2007 -@@ -79,67 +79,3 @@ - return s; - return "<nil>"; - } -- --/* -- * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> -- * All rights reserved. -- * -- * Redistribution and use in source and binary forms, with or without -- * modification, are permitted provided that the following conditions -- * are met: -- * 1. Redistributions of source code must retain the above copyright -- * notice, this list of conditions and the following disclaimer. -- * 2. Redistributions in binary form must reproduce the above copyright -- * notice, this list of conditions and the following disclaimer in the -- * documentation and/or other materials provided with the distribution. -- * 3. The name of the author may not be used to endorse or promote products -- * derived from this software without specific prior written permission. -- * -- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, -- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -- * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -- * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -- * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -- * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- */ -- --/* -- * Appends src to string dst of size siz (unlike strncat, siz is the -- * full size of dst, not space left). At most siz-1 characters -- * will be copied. Always NUL terminates (unless siz <= strlen(dst)). -- * Returns strlen(src) + MIN(siz, strlen(initial dst)). -- * If retval >= siz, truncation occurred. -- */ --uint --strlcat(char *dst, const char *src, unsigned int siz) { -- const char *s; -- char *d; -- unsigned int n, dlen; -- -- n = siz; -- s = src; -- d = dst; -- -- /* Find the end of dst and adjust bytes left but don't go past end */ -- while (n-- != 0 && *d != '\0') -- d++; -- dlen = d - dst; -- n = siz - dlen; -- -- if (n == 0) -- return(dlen + strlen(s)); -- while (*s != '\0') { -- if (n != 1) { -- *d++ = *s; -- n--; -- } -- s++; -- } -- *d = '\0'; -- -- return(dlen + (s - src)); /* count does not include NUL */ --} diff --git a/x11-wm/wmii-devel/pkg-descr b/x11-wm/wmii-devel/pkg-descr deleted file mode 100644 index 7f81349de0bd..000000000000 --- a/x11-wm/wmii-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -WMII is a dynamic window manager for X11. It supports classic and dynamic -window management with extended keyboard, mouse, and filesystem based remote -control. It replaces the workspace paradigm with a new tagging approach. - -Its minimalist philosophy attempts to not exceed 10.000 lines of code -(including all shipped utilities and libraries), to enforce simplicity and -clarity. - -WWW: http://www.suckless.org/wiki/wmii diff --git a/x11-wm/wmii-devel/pkg-plist b/x11-wm/wmii-devel/pkg-plist deleted file mode 100644 index 915b958938c3..000000000000 --- a/x11-wm/wmii-devel/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/wmii -bin/wmii9menu -bin/wmii9rc -bin/wmiiloop -bin/wmiir -bin/wmiiwm -etc/wmii-3.5/rc.wmii -etc/wmii-3.5/welcome -etc/wmii-3.5/wmiirc -@dirrm etc/wmii-3.5 diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index 427e5a38d049..e18ae5119100 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -17,8 +17,6 @@ LIB_DEPENDS= ixp.1:${PORTSDIR}/devel/libixp RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu \ ${LOCALBASE}/9/bin/rc:${PORTSDIR}/devel/9base -CONFLICTS= wmii-3.5.* - USE_ICONV= yes USE_XLIB= yes |