pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/menu2wm Initial import of menu2wm, version 0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85c33339c64c
branches:  trunk
changeset: 460865:85c33339c64c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Sep 05 19:47:19 2003 +0000

description:
Initial import of menu2wm, version 0.1:

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.

diffstat:

 wm/menu2wm/DESCR    |   6 ++++++
 wm/menu2wm/Makefile |  17 +++++++++++++++++
 wm/menu2wm/PLIST    |  11 +++++++++++
 wm/menu2wm/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 1fe2b1503414 -r 85c33339c64c wm/menu2wm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/menu2wm/DESCR  Fri Sep 05 19:47:19 2003 +0000
@@ -0,0 +1,6 @@
+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 -r 1fe2b1503414 -r 85c33339c64c wm/menu2wm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/menu2wm/Makefile       Fri Sep 05 19:47:19 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/05 19:47:19 jmmv Exp $
+#
+
+DISTNAME=      menu2wm-0.1
+CATEGORIES=    wm
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=menu2wm/}
+
+MAINTAINER=    jmmv%NetBSD.org@localhost
+HOMEPAGE=      http://menu2wm.sourceforge.net/
+COMMENT=       Convert an XML menu to the format used by common WMs
+
+USE_BUILDLINK2=        YES
+
+.include "../../devel/buildtool/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1fe2b1503414 -r 85c33339c64c wm/menu2wm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/menu2wm/PLIST  Fri Sep 05 19:47:19 2003 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/05 19:47:19 jmmv Exp $
+bin/menu2wm
+man/man1/menu2wm.1
+share/doc/${PKGNAME}/CHANGES
+share/doc/${PKGNAME}/COPYING
+share/doc/${PKGNAME}/PEOPLE
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/TODO
+share/examples/${PKGNAME}/ex1.xml
+@dirrm share/examples/${PKGNAME}
+@dirrm share/doc/${PKGNAME}
diff -r 1fe2b1503414 -r 85c33339c64c wm/menu2wm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/menu2wm/distinfo       Fri Sep 05 19:47:19 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/05 19:47:19 jmmv Exp $
+
+SHA1 (menu2wm-0.1.tar.gz) = adfd313af46a2484c85dc19538b325a5d602b0d2
+Size (menu2wm-0.1.tar.gz) = 12913 bytes



Home | Main Index | Thread Index | Old Index