summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-18 13:50:41 +0000
committerwiz <wiz>2000-12-18 13:50:41 +0000
commit8d565be4e6f925dae6d8161aad8d2f8bde7e329f (patch)
tree344774e584e92a56949967f56a7d3fb30a8b8e21 /wm
parentea1e6b8060d604d35069c6e51e09891f7f8f24a2 (diff)
downloadpkgsrc-8d565be4e6f925dae6d8161aad8d2f8bde7e329f.tar.gz
Move three more window manager support packages from x11 to wm.
Diffstat (limited to 'wm')
-rw-r--r--wm/ascp/Makefile29
-rw-r--r--wm/ascp/files/md53
-rw-r--r--wm/ascp/files/patch-sum3
-rw-r--r--wm/ascp/patches/patch-aa13
-rw-r--r--wm/ascp/pkg/COMMENT1
-rw-r--r--wm/ascp/pkg/DESCR9
-rw-r--r--wm/ascp/pkg/PLIST29
-rw-r--r--wm/econf/Makefile21
-rw-r--r--wm/econf/files/md53
-rw-r--r--wm/econf/pkg/COMMENT1
-rw-r--r--wm/econf/pkg/DESCR1
-rw-r--r--wm/econf/pkg/PLIST4
-rw-r--r--wm/wmextra/Makefile18
-rw-r--r--wm/wmextra/files/md53
-rw-r--r--wm/wmextra/files/patch-sum3
-rw-r--r--wm/wmextra/patches/patch-aa13
-rw-r--r--wm/wmextra/pkg/COMMENT1
-rw-r--r--wm/wmextra/pkg/DESCR2
-rw-r--r--wm/wmextra/pkg/PLIST79
19 files changed, 236 insertions, 0 deletions
diff --git a/wm/ascp/Makefile b/wm/ascp/Makefile
new file mode 100644
index 00000000000..e9106c33407
--- /dev/null
+++ b/wm/ascp/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+#
+
+DISTNAME= ascp-1.0.3
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://ftp.afterstep.org/apps/ascp/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html
+
+DEPENDS+= afterstep-1.8.*:../../wm/afterstep
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+CONFIGURE_ENV+= GTK_CONFIG="${X11PREFIX}/bin/gtk-config"
+
+IGNORE= "Not for Afterstep 1.8.x!"
+
+pre-configure:
+ ${RM} ${WRKSRC}/config.cache
+
+post-install:
+ @${CHMOD} a+x ${PREFIX}/share/afterstep/ascp/icons
+ @${CHMOD} -R a+r ${PREFIX}/share/afterstep/ascp
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/ascp/files/md5 b/wm/ascp/files/md5
new file mode 100644
index 00000000000..1e525ab128e
--- /dev/null
+++ b/wm/ascp/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+
+MD5 (ascp-1.0.3.tgz) = e6036a6d1386a1ab12d8ede7b605fdf3
diff --git a/wm/ascp/files/patch-sum b/wm/ascp/files/patch-sum
new file mode 100644
index 00000000000..db80d720b07
--- /dev/null
+++ b/wm/ascp/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+
+MD5 (patch-aa) = f0e4c3e578b70a74de361c67e4402230
diff --git a/wm/ascp/patches/patch-aa b/wm/ascp/patches/patch-aa
new file mode 100644
index 00000000000..bcf67d63734
--- /dev/null
+++ b/wm/ascp/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
+
+--- src/Makefile.in.orig Thu Apr 1 23:30:43 1999
++++ src/Makefile.in Sat Jun 5 14:26:58 1999
+@@ -23,7 +23,7 @@
+ help.o main.o pager.o winlist.o wharf.o xpm.o
+
+ ascp: $(OBJS)
+- $(CC) $^ -o $@ $(LDFLAGS) $(LIBS)
++ $(CC) $> -o $@ $(LDFLAGS) $(LIBS)
+
+ ##################################################################################
+
diff --git a/wm/ascp/pkg/COMMENT b/wm/ascp/pkg/COMMENT
new file mode 100644
index 00000000000..15e71af56ca
--- /dev/null
+++ b/wm/ascp/pkg/COMMENT
@@ -0,0 +1 @@
+Configuration utility for AfterStep
diff --git a/wm/ascp/pkg/DESCR b/wm/ascp/pkg/DESCR
new file mode 100644
index 00000000000..6e4bf280bdf
--- /dev/null
+++ b/wm/ascp/pkg/DESCR
@@ -0,0 +1,9 @@
+The AfterStep Control Panel is intended to provide an easy to use
+and intuitive graphical front-end for configuring the AfterStep
+window manager (versions 1.4 and up).
+
+Although based (read: looks like) on a previous program of the same
+name written in Tcl/Tk (Alfredo Kojima, Ludovic Marcotte and Nwanua
+Elumeze), this version (also dubbed gtk+-ascp), works with the
+~/GNUstep/ directory structure. It is written in C using the GTK+
+toolkit and as such bears only a visual resemblance to its predecessor.
diff --git a/wm/ascp/pkg/PLIST b/wm/ascp/pkg/PLIST
new file mode 100644
index 00000000000..5aa6fa1c5ec
--- /dev/null
+++ b/wm/ascp/pkg/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
+bin/ascp
+share/afterstep/ascp/ascprc
+share/afterstep/ascp/config
+share/afterstep/ascp/config~
+share/afterstep/ascp/help/animate.hlp
+share/afterstep/ascp/help/audio.hlp
+share/afterstep/ascp/help/audio.hlp~
+share/afterstep/ascp/help/autoexec.hlp
+share/afterstep/ascp/help/database.hlp
+share/afterstep/ascp/help/pager.hlp
+share/afterstep/ascp/help/paths.hlp
+share/afterstep/ascp/help/wharfentries.hlp
+share/afterstep/ascp/help/wharfstyle.hlp
+share/afterstep/ascp/icons/AfterStep3.xpm
+share/afterstep/ascp/icons/MaelstromInFrame.xpm
+share/afterstep/ascp/icons/ascp.xpm
+share/afterstep/ascp/icons/desktop.xpm
+share/afterstep/ascp/icons/init.xpm
+share/afterstep/ascp/icons/interface.xpm
+share/afterstep/ascp/icons/path.xpm
+share/afterstep/ascp/icons/sound.xpm
+share/afterstep/ascp/icons/whandling.xpm
+share/afterstep/ascp/icons/wharf.xpm
+share/afterstep/ascp/icons/wharf2.xpm
+share/afterstep/ascp/icons/woptions.xpm
+@dirrm share/afterstep/ascp/help
+@dirrm share/afterstep/ascp/icons
+@dirrm share/afterstep/ascp
diff --git a/wm/econf/Makefile b/wm/econf/Makefile
new file mode 100644
index 00000000000..ff0e27c53f5
--- /dev/null
+++ b/wm/econf/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
+#
+
+DISTNAME= enlightenment-conf-0.15
+PKGNAME= econf-0.15
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.enlightenment.org/
+
+DEPENDS+= control-center-*:../../x11/controlcenter
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_X11BASE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/econf/files/md5 b/wm/econf/files/md5
new file mode 100644
index 00000000000..5bb3ed66200
--- /dev/null
+++ b/wm/econf/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
+
+MD5 (enlightenment-conf-0.15.tar.gz) = ad87526c1e86088e5ba851c36eb70b13
diff --git a/wm/econf/pkg/COMMENT b/wm/econf/pkg/COMMENT
new file mode 100644
index 00000000000..e8293092784
--- /dev/null
+++ b/wm/econf/pkg/COMMENT
@@ -0,0 +1 @@
+configuration tool for easily setting up Enlightenment
diff --git a/wm/econf/pkg/DESCR b/wm/econf/pkg/DESCR
new file mode 100644
index 00000000000..46a834904cf
--- /dev/null
+++ b/wm/econf/pkg/DESCR
@@ -0,0 +1 @@
+A Configuration tool for easily setting up Enlightenment
diff --git a/wm/econf/pkg/PLIST b/wm/econf/pkg/PLIST
new file mode 100644
index 00000000000..d87b8f1a7f8
--- /dev/null
+++ b/wm/econf/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
+share/control-center/Workspace/Enlightenment.desktop
+bin/e-conf
+@dirrm share/control-center/Workspace
diff --git a/wm/wmextra/Makefile b/wm/wmextra/Makefile
new file mode 100644
index 00000000000..249e936bd25
--- /dev/null
+++ b/wm/wmextra/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+#
+
+DISTNAME= WindowMaker-extra-0.1
+PKGNAME= wmextra-0.1
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
+ ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.windowmaker.org/
+
+DEPENDS+= windowmaker-*:../../wm/windowmaker
+
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/wmextra/files/md5 b/wm/wmextra/files/md5
new file mode 100644
index 00000000000..cd197a1e112
--- /dev/null
+++ b/wm/wmextra/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+
+MD5 (WindowMaker-extra-0.1.tar.gz) = 07c7700daaaf232bc490f5abaabef085
diff --git a/wm/wmextra/files/patch-sum b/wm/wmextra/files/patch-sum
new file mode 100644
index 00000000000..ed5969a53e6
--- /dev/null
+++ b/wm/wmextra/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+
+MD5 (patch-aa) = d5b6bf84e36dcbea568e4e19a4bd3683
diff --git a/wm/wmextra/patches/patch-aa b/wm/wmextra/patches/patch-aa
new file mode 100644
index 00000000000..108c2b7ab21
--- /dev/null
+++ b/wm/wmextra/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+
+--- Icons/Makefile.in.orig Thu Apr 1 09:30:31 1999
++++ Icons/Makefile.in Fri Apr 16 15:45:55 1999
+@@ -64,7 +64,7 @@
+
+ defsdatadir = @ICONSDIR@
+
+-defsdata_DATA = Ant.xpm Antennae.xpm Bee48x48.xpm Beer.xpm Bird.xpm Book.xpm Bookshelf.xpm Brain.xpm BulletHole.xpm CashRegister.xpm Clipboard.xpm Cola.xpm ColorGNU.xpm Correspondence.dir.xpm CrystalSkull.dir.xpm Daemon.xpm Detergent.dir.xpm DoomII.xpm Draw.xpm EscherCube.xpm EscherTriangle.xpm Fish5.dir.xpm Football.xpm FootballUS.xpm Gear.xpm Ghost.xpm HP-16C-48.xpm HandOpen.xpm HandPointing.xpm HandPointingLeft.xpm HandPunch.xpm HandReach.xpm HeroSandwich.dir.xpm LadyBug48x48.xpm Microphone.xpm Netscape.xpm NewsAgent.xpm PDF.xpm Padlock.xpm Paint.xpm Pencils.24.xpm Penguin.xpm Radio.xpm Reference.xpm Rumi.xpm Snail.xpm T2-Film.xpm TagIcon.xpm TapeIcon1.xpm TrueDie48.xpm WheelbarrowFull.xpm WordEditor.xpm Wrench-12bit.xpm bomb2.xpm inspect.xpm monitor.xpm paint.xpm tile.black.xpm tile.snow.xpm tile.xpm tile2.xpm xv.xpm
++defsdata_DATA = Ant.xpm Antennae.xpm Bee48x48.xpm Beer.xpm Bird.xpm Book.xpm Bookshelf.xpm Brain.xpm BulletHole.xpm CashRegister.xpm Clipboard.xpm Cola.xpm ColorGNU.xpm Correspondence.dir.xpm CrystalSkull.dir.xpm Daemon.xpm Detergent.dir.xpm DoomII.xpm Draw.xpm EscherCube.xpm EscherTriangle.xpm Fish5.dir.xpm Football.xpm FootballUS.xpm Gear.xpm Ghost.xpm HP-16C-48.xpm HandOpen.xpm HandPointing.xpm HandPointingLeft.xpm HandPunch.xpm HandReach.xpm HeroSandwich.dir.xpm LadyBug48x48.xpm Microphone.xpm Netscape.xpm NewsAgent.xpm PDF.xpm Padlock.xpm Paint.xpm Pencils.24.xpm Penguin.xpm Radio.xpm Reference.xpm Rumi.xpm Snail.xpm T2-Film.xpm TagIcon.xpm TapeIcon1.xpm TrueDie48.xpm WheelbarrowFull.xpm WordEditor.xpm Wrench-12bit.xpm bomb2.xpm inspect.xpm monitor.xpm paint.xpm tile.black.xpm tile.snow.xpm tile.xpm tile2.xpm
+
+
+ EXTRA_DIST = $(defsdata_DATA) mkMakefile
diff --git a/wm/wmextra/pkg/COMMENT b/wm/wmextra/pkg/COMMENT
new file mode 100644
index 00000000000..f7ffe61fccb
--- /dev/null
+++ b/wm/wmextra/pkg/COMMENT
@@ -0,0 +1 @@
+Extras for window manager Window Maker
diff --git a/wm/wmextra/pkg/DESCR b/wm/wmextra/pkg/DESCR
new file mode 100644
index 00000000000..58c758cb637
--- /dev/null
+++ b/wm/wmextra/pkg/DESCR
@@ -0,0 +1,2 @@
+This is the extra data package for Window Maker. For now it
+only contains some icons and a few themes.
diff --git a/wm/wmextra/pkg/PLIST b/wm/wmextra/pkg/PLIST
new file mode 100644
index 00000000000..707603481eb
--- /dev/null
+++ b/wm/wmextra/pkg/PLIST
@@ -0,0 +1,79 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+share/WindowMaker/Icons/Ant.xpm
+share/WindowMaker/Icons/Antennae.xpm
+share/WindowMaker/Icons/Bee48x48.xpm
+share/WindowMaker/Icons/Beer.xpm
+share/WindowMaker/Icons/Bird.xpm
+share/WindowMaker/Icons/Book.xpm
+share/WindowMaker/Icons/Bookshelf.xpm
+share/WindowMaker/Icons/Brain.xpm
+share/WindowMaker/Icons/BulletHole.xpm
+share/WindowMaker/Icons/CashRegister.xpm
+share/WindowMaker/Icons/Clipboard.xpm
+share/WindowMaker/Icons/Cola.xpm
+share/WindowMaker/Icons/ColorGNU.xpm
+share/WindowMaker/Icons/Correspondence.dir.xpm
+share/WindowMaker/Icons/CrystalSkull.dir.xpm
+share/WindowMaker/Icons/Daemon.xpm
+share/WindowMaker/Icons/Detergent.dir.xpm
+share/WindowMaker/Icons/DoomII.xpm
+share/WindowMaker/Icons/Draw.xpm
+share/WindowMaker/Icons/EscherCube.xpm
+share/WindowMaker/Icons/EscherTriangle.xpm
+share/WindowMaker/Icons/Fish5.dir.xpm
+share/WindowMaker/Icons/Football.xpm
+share/WindowMaker/Icons/FootballUS.xpm
+share/WindowMaker/Icons/Gear.xpm
+share/WindowMaker/Icons/Ghost.xpm
+share/WindowMaker/Icons/HP-16C-48.xpm
+share/WindowMaker/Icons/HandOpen.xpm
+share/WindowMaker/Icons/HandPointing.xpm
+share/WindowMaker/Icons/HandPointingLeft.xpm
+share/WindowMaker/Icons/HandPunch.xpm
+share/WindowMaker/Icons/HandReach.xpm
+share/WindowMaker/Icons/HeroSandwich.dir.xpm
+share/WindowMaker/Icons/LadyBug48x48.xpm
+share/WindowMaker/Icons/Microphone.xpm
+share/WindowMaker/Icons/Netscape.xpm
+share/WindowMaker/Icons/NewsAgent.xpm
+share/WindowMaker/Icons/PDF.xpm
+share/WindowMaker/Icons/Padlock.xpm
+share/WindowMaker/Icons/Paint.xpm
+share/WindowMaker/Icons/Pencils.24.xpm
+share/WindowMaker/Icons/Penguin.xpm
+share/WindowMaker/Icons/Radio.xpm
+share/WindowMaker/Icons/Reference.xpm
+share/WindowMaker/Icons/Rumi.xpm
+share/WindowMaker/Icons/Snail.xpm
+share/WindowMaker/Icons/T2-Film.xpm
+share/WindowMaker/Icons/TagIcon.xpm
+share/WindowMaker/Icons/TapeIcon1.xpm
+share/WindowMaker/Icons/TrueDie48.xpm
+share/WindowMaker/Icons/WheelbarrowFull.xpm
+share/WindowMaker/Icons/WordEditor.xpm
+share/WindowMaker/Icons/Wrench-12bit.xpm
+share/WindowMaker/Icons/bomb2.xpm
+share/WindowMaker/Icons/inspect.xpm
+share/WindowMaker/Icons/monitor.xpm
+share/WindowMaker/Icons/paint.xpm
+share/WindowMaker/Icons/tile.black.xpm
+share/WindowMaker/Icons/tile.snow.xpm
+share/WindowMaker/Icons/tile.xpm
+share/WindowMaker/Icons/tile2.xpm
+share/WindowMaker/Themes/Checker.themed/checker.xpm
+share/WindowMaker/Themes/Checker.themed/style
+share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg
+share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg
+share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg
+share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg
+share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg
+share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg
+share/WindowMaker/Themes/LeetWM.themed/style
+share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
+share/WindowMaker/Themes/Night.themed/style
+share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg
+share/WindowMaker/Themes/STEP2000.themed/style
+@dirrm share/WindowMaker/Themes/Checker.themed
+@dirrm share/WindowMaker/Themes/LeetWM.themed
+@dirrm share/WindowMaker/Themes/Night.themed
+@dirrm share/WindowMaker/Themes/STEP2000.themed