diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | wm/Makefile | 3 | ||||
-rw-r--r-- | wm/menu2wm/DESCR | 6 | ||||
-rw-r--r-- | wm/menu2wm/Makefile | 18 | ||||
-rw-r--r-- | wm/menu2wm/PLIST | 13 | ||||
-rw-r--r-- | wm/menu2wm/distinfo | 5 |
6 files changed, 3 insertions, 45 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3133af14ca4..86066336e66 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9447 2005/03/06 19:26:58 hira Exp $ +$NetBSD: CHANGES,v 1.9448 2005/03/06 21:19:32 jmmv Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1302,3 +1302,4 @@ Changes to the packages collection and infrastructure in 2005: Added ruby18-base-1.8.2 [taca 2005-03-06] Updated mlterm to 2.9.2 [hira 2005-03-06] Updated wl to 2.12.2 [hira 2005-03-06] + Removed menu2wm [jmmv 2005-03-06] diff --git a/wm/Makefile b/wm/Makefile index 0b587d25361..c15bdf8ff60 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2005/02/03 09:59:59 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2005/03/06 21:19:31 jmmv Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -38,7 +38,6 @@ SUBDIR+= ion3-devel SUBDIR+= larswm SUBDIR+= lwm SUBDIR+= matchbox -SUBDIR+= menu2wm SUBDIR+= metacity SUBDIR+= novawm SUBDIR+= obconf diff --git a/wm/menu2wm/DESCR b/wm/menu2wm/DESCR deleted file mode 100644 index 5de73a21bc2..00000000000 --- a/wm/menu2wm/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Menu2WM is an utility that takes an XML document describing the structure -of a menu and converts it to the format expected by the most common window -managers. - -The following window managers are currently supported: Blackbox, IceWM, -OpenBOX 3, PekWM, PWM and WindowMaker. diff --git a/wm/menu2wm/Makefile b/wm/menu2wm/Makefile deleted file mode 100644 index 9cbcaf7ff1c..00000000000 --- a/wm/menu2wm/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:23 tv Exp $ -# - -DISTNAME= menu2wm-0.2 -PKGREVISION= 2 -CATEGORIES= wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=menu2wm/} - -MAINTAINER= jmmv@NetBSD.org -HOMEPAGE= http://menu2wm.sourceforge.net/ -COMMENT= Convert an XML menu to the format used by common WMs - -USE_BUILDLINK3= YES - -.include "../../devel/buildtool/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/wm/menu2wm/PLIST b/wm/menu2wm/PLIST deleted file mode 100644 index 6f80418c50d..00000000000 --- a/wm/menu2wm/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2004/07/04 22:22:41 jmmv Exp $ -bin/menu2wm -man/man1/menu2wm.1 -share/doc/menu2wm/CHANGES -share/doc/menu2wm/COPYING -share/doc/menu2wm/PEOPLE -share/doc/menu2wm/README -share/doc/menu2wm/TODO -share/examples/menu2wm/ex1.xml -share/xml/menu2wm.dtd -@comment in xmlcatmgr: @dirrm share/xml -@dirrm share/examples/menu2wm -@dirrm share/doc/menu2wm diff --git a/wm/menu2wm/distinfo b/wm/menu2wm/distinfo deleted file mode 100644 index 57cb4920e18..00000000000 --- a/wm/menu2wm/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 18:43:54 wiz Exp $ - -SHA1 (menu2wm-0.2.tar.gz) = 7acda45ee94f6506ee524a6adad94843f45024b7 -RMD160 (menu2wm-0.2.tar.gz) = d6bca64edb8f579a03e1e58f267b2fdf49dde114 -Size (menu2wm-0.2.tar.gz) = 16634 bytes |