pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/mlvwm Initial import of mlvwm-0.9.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fb075c167e6
branches: trunk
changeset: 498843:9fb075c167e6
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun Sep 04 06:57:08 2005 +0000
description:
Initial import of mlvwm-0.9.1.
MLVWM (Macintosh Like Virtual Window Manager) is a Window manager for
X11 designed to look and feel like the Macintosh 8 environment.
diffstat:
wm/mlvwm/DESCR | 2 +
wm/mlvwm/MESSAGE | 14 +++++++++++
wm/mlvwm/Makefile | 34 ++++++++++++++++++++++++++++
wm/mlvwm/PLIST | 16 +++++++++++++
wm/mlvwm/distinfo | 6 +++++
wm/mlvwm/patches/patch-aa | 56 +++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 128 insertions(+), 0 deletions(-)
diffs (152 lines):
diff -r a70c44561b5c -r 9fb075c167e6 wm/mlvwm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mlvwm/DESCR Sun Sep 04 06:57:08 2005 +0000
@@ -0,0 +1,2 @@
+MLVWM (Macintosh Like Virtual Window Manager) is a Window manager for
+X11 designed to look and feel like the Macintosh 8 environment.
diff -r a70c44561b5c -r 9fb075c167e6 wm/mlvwm/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mlvwm/MESSAGE Sun Sep 04 06:57:08 2005 +0000
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/09/04 06:57:08 xtraeme Exp $
+
+Before using mlvwm, you'll have to specify the configuration file:
+
+ $ mlvwm -f ${PREFIX}/share/examples/Mlvwmrc
+
+ or
+
+ $ cp ${PREFIX}/share/examples/Mlvwmrc ~/.mlvwmrc
+
+Enjoy.
+
+===========================================================================
diff -r a70c44561b5c -r 9fb075c167e6 wm/mlvwm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mlvwm/Makefile Sun Sep 04 06:57:08 2005 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/04 06:57:08 xtraeme Exp $
+#
+
+DISTNAME= mlvwm091
+PKGNAME= mlvwm-0.9.1
+CATEGORIES= wm
+MASTER_SITES= http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/
+COMMENT= Macintosh Like Virtual Window Manager
+
+USE_IMAKE= yes
+
+EGDIR= ${PREFIX}/share/examples/mlvwm
+INSTALLATION_DIRS= share/doc/mlvwm share/examples/mlvwm share/mlvwm
+
+post-install:
+.for f in README CONFIGURATION
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mlvwm
+.endfor
+.for f in Mlvwmrc Mlvwmrc-Xterm
+ ${INSTALL_DATA} ${WRKSRC}/sample_rc/${f} ${EGDIR}
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${PREFIX}/share/mlvwm
+
+SUBST_CLASSES= xpm
+SUBST_STAGE.xpm= post-configure
+SUBST_FILES.xpm= sample_rc/Mlvwmrc
+SUBST_SED.xpm= -e "s,@PREFIX@,${PREFIX},"
+SUBST_MESSAGE.xpm= "Fixing configuration file."
+
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a70c44561b5c -r 9fb075c167e6 wm/mlvwm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mlvwm/PLIST Sun Sep 04 06:57:08 2005 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/04 06:57:08 xtraeme Exp $
+bin/mlvwm
+man/cat1/mlvwm.0
+share/doc/mlvwm/CONFIGURATION
+share/doc/mlvwm/README
+share/examples/mlvwm/Mlvwmrc
+share/examples/mlvwm/Mlvwmrc-Xterm
+share/mlvwm/MailEmpty.xpm
+share/mlvwm/MailFull.xpm
+share/mlvwm/disk.xpm
+share/mlvwm/label1.xpm
+share/mlvwm/label2.xpm
+share/mlvwm/label3.xpm
+@dirrm share/mlvwm
+@dirrm share/examples/mlvwm
+@dirrm share/doc/mlvwm
diff -r a70c44561b5c -r 9fb075c167e6 wm/mlvwm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mlvwm/distinfo Sun Sep 04 06:57:08 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/09/04 06:57:08 xtraeme Exp $
+
+SHA1 (mlvwm091.tar.gz) = 2dc7f1ea45297e42186bde67cc910c7e186f46dc
+RMD160 (mlvwm091.tar.gz) = f06fe9d0b29b9a4ce7ff57c8b7a95b848ecea508
+Size (mlvwm091.tar.gz) = 88575 bytes
+SHA1 (patch-aa) = 51ee6f9eef7802bdbf18c15858b16cabf1cfac84
diff -r a70c44561b5c -r 9fb075c167e6 wm/mlvwm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mlvwm/patches/patch-aa Sun Sep 04 06:57:08 2005 +0000
@@ -0,0 +1,56 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/09/04 06:57:08 xtraeme Exp $
+
+--- sample_rc/Mlvwmrc.orig 1999-01-23 13:37:52.000000000 +0100
++++ sample_rc/Mlvwmrc 2005-09-04 08:52:13.000000000 +0200
+@@ -52,7 +52,7 @@
+ Compatible
+
+ # Set icon search path. It needs before "Style".
+-IconPath /usr/local/include/X11/pixmaps:/home2/tak/bin/pixmap
++IconPath @PREFIX@/share/mlvwm
+ IconMenuIcon label2.xpm
+
+ # Balloon help Settings
+@@ -80,9 +80,9 @@
+ Menu Apple, Icon label1.xpm, Stick
+ "About this Workstation..." NonSelect, Gray, Action About
+ "" NonSelect
+-"Terminal" Icon mini-display.xpm, Action Exec "kterm" exec kterm -ls
+-"Editor" Action Exec "mule" exec mule, Icon mini-edit.xpm
+-"calculator" Action Exec "xcal" exec xcalc, Icon mini-calc.xpm
++"Terminal" Action Exec "kterm" exec kterm -ls
++"Editor" Action Exec "mule" exec mule
++"calculator" Action Exec "xcal" exec xcalc
+ END
+
+ Menu def-File, Label "File", Left
+@@ -190,15 +190,15 @@
+
+ # Define the default window decoration
+ Style
+-"*" MiniIcon mini-cross.xpm, MaxmizeScale 90, MenuBar default
++"*" MaxmizeScale 90, MenuBar default
+ END
+
+ Style
+-"Emacs" MiniIcon mini-edit.xpm
+-"xv" MiniIcon mini-xv.xpm, EnableScroll
+-"XCalc" MiniIcon mini-calc.xpm
+-"Xarchie" MiniIcon mini.xarchie.xpm
+-"Xmag" MiniIcon mini.xmag.xpm
++"Emacs"
++"xv" EnableScroll
++"XCalc"
++"Xarchie"
++"Xmag"
+ "XMeter" NoSBarH, NoSBarV, NoResizeR, NoMinMaxR, NoTitle, NoCloseR
+ "XMeter" NoWinList, Sticky, SkipSelect
+ "*biff" NoSBarH, NoSBarV, NoResizeR, NoMinMaxR, NoWinList, NoCloseR
+@@ -208,5 +208,5 @@
+ END
+
+ # Read other configuration
+-Read Mlvwmrc-Xterm
+-Read Mlvwmrc-Netscape
++#Read Mlvwmrc-Xterm
++#Read Mlvwmrc-Netscape
Home |
Main Index |
Thread Index |
Old Index