summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-04 22:24:54 +0000
committerjmmv <jmmv>2004-02-04 22:24:54 +0000
commit9f231e33352dd2bdb69f41cc497116fa97af80a4 (patch)
tree2477f4b4f2c61f222f2f80624425e644fb19492a
parentc89db8e83b400550525193f8902ca613e8c4d644 (diff)
downloadpkgsrc-9f231e33352dd2bdb69f41cc497116fa97af80a4.tar.gz
Update to 0.2:
Second alpha version, released on 2004/02/04. * Intensive code reorganization and cleanup. * Added a DTD describing menu2wm's input format. Menu files are validated against it automatically. * Added output support for FVWM. * Added limited output support for .desktop files. KDE will open generted menus without problems, while GNOME will have to use the old mode to use them (because files do not use the 'Categories' property).
-rw-r--r--wm/menu2wm/Makefile5
-rw-r--r--wm/menu2wm/PLIST4
-rw-r--r--wm/menu2wm/distinfo6
3 files changed, 8 insertions, 7 deletions
diff --git a/wm/menu2wm/Makefile b/wm/menu2wm/Makefile
index 2498b4645dc..52cb520a2ea 100644
--- a/wm/menu2wm/Makefile
+++ b/wm/menu2wm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/01/23 21:50:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/04 22:24:54 jmmv Exp $
#
-DISTNAME= menu2wm-0.1
-PKGREVISION= 2
+DISTNAME= menu2wm-0.2
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=menu2wm/}
diff --git a/wm/menu2wm/PLIST b/wm/menu2wm/PLIST
index ebaa8d8c3c7..76726883e03 100644
--- a/wm/menu2wm/PLIST
+++ b/wm/menu2wm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/05 19:47:19 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/04 22:24:54 jmmv Exp $
bin/menu2wm
man/man1/menu2wm.1
share/doc/${PKGNAME}/CHANGES
@@ -7,5 +7,7 @@ share/doc/${PKGNAME}/PEOPLE
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/TODO
share/examples/${PKGNAME}/ex1.xml
+share/xml/menu2wm.dtd
+@comment in xmlcatmgr: @dirrm share/xml
@dirrm share/examples/${PKGNAME}
@dirrm share/doc/${PKGNAME}
diff --git a/wm/menu2wm/distinfo b/wm/menu2wm/distinfo
index b819a38112e..7236ec69c62 100644
--- a/wm/menu2wm/distinfo
+++ b/wm/menu2wm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/05 19:47:19 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/02/04 22:24:54 jmmv Exp $
-SHA1 (menu2wm-0.1.tar.gz) = adfd313af46a2484c85dc19538b325a5d602b0d2
-Size (menu2wm-0.1.tar.gz) = 12913 bytes
+SHA1 (menu2wm-0.2.tar.gz) = 7acda45ee94f6506ee524a6adad94843f45024b7
+Size (menu2wm-0.2.tar.gz) = 16634 bytes