Index: head/x11-wm/icewm/Makefile =================================================================== --- head/x11-wm/icewm/Makefile (revision 42386) +++ head/x11-wm/icewm/Makefile (revision 42387) @@ -1,55 +1,55 @@ # New ports collection makefile for: icewm # Date created: 10 August 1997 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= icewm -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}-7 +DISTNAME= ${PORTNAME}-${PORTVERSION}-6 MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WANT_GNOME= yes +WANT_ESOUND= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-i18n --enable-nls \ --with-cfgdir=${PREFIX}/share/icewm \ --with-libdir=${PREFIX}/share/icewm \ --with-kdedatadir=${LOCALBASE}/share \ --with-docdir=${PREFIX}/share/doc .include .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS+= --with-imlib --without-xpm --with-gnome-menus INSTALL_TARGET= install install-gnome .else USE_XPM= yes CONFIGURE_ARGS+= --without-imlib --with-xpm --without-gnome-menus .endif post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/icewm .for file in CHANGES FAQ INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/icewm .endfor ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/icewm .endif .include Property changes on: head/x11-wm/icewm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.62 \ No newline at end of property +1.63 \ No newline at end of property Index: head/x11-wm/icewm/distinfo =================================================================== --- head/x11-wm/icewm/distinfo (revision 42386) +++ head/x11-wm/icewm/distinfo (revision 42387) @@ -1 +1 @@ -MD5 (icewm-1.0.7-7.tar.bz2) = 9818345ffc5f7cf7ba2a8ba1d979bb2a +MD5 (icewm-1.0.8-6.tar.bz2) = 28c3d8336eedee3fe73ce57265bfbc2e Property changes on: head/x11-wm/icewm/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/x11-wm/icewm/files/patch-ai =================================================================== --- head/x11-wm/icewm/files/patch-ai (revision 42386) +++ head/x11-wm/icewm/files/patch-ai (revision 42387) @@ -1,36 +1,32 @@ ---- src/wmtaskbar.cc.orig Mon Jan 15 06:49:41 2001 -+++ src/wmtaskbar.cc Mon Jan 15 22:18:04 2001 -@@ -47,6 +47,12 @@ +--- src/wmtaskbar.cc.orig Fri Apr 27 09:32:22 2001 ++++ src/wmtaskbar.cc Tue May 1 06:15:49 2001 +@@ -47,12 +47,18 @@ YPixmap *windowsPixmap = 0; YPixmap *taskbackPixmap = 0; +#ifdef __FreeBSD__ +#define APMDEV "/dev/apm" +#else +#define APMDEV "/proc/apm" +#endif + static void initPixmaps() { - static const char *home = getenv("HOME"); - const char *base = 0; -@@ -74,9 +80,9 @@ - - /** Use Linux 2.0 Penguin as start button */ #ifndef START_PIXMAP -#define START_PIXMAP "linux.xpm" -+//#define START_PIXMAP "linux.xpm" - //#define START_PIXMAP "debian.xpm" --//#define START_PIXMAP "bsd-daemon.xpm" +#define START_PIXMAP "bsd-daemon.xpm" - //#define START_PIXMAP "start.xpm" - //#define START_PIXMAP "xfree86os2.xpm" - #endif -@@ -256,7 +262,7 @@ + /* + #define START_PIXMAP "debian.xpm" +-#define START_PIXMAP "bsd-daemon.xpm" ++#define START_PIXMAP "linux.xpm" + #define START_PIXMAP "start.xpm" + #define START_PIXMAP "xfree86os2.xpm" + */ +@@ -240,7 +246,7 @@ } else fClock = 0; #ifdef CONFIG_APPLET_APM - if (taskBarShowApm && access("/proc/apm", 0) == 0) { + if (taskBarShowApm && access(APMDEV, 0) == 0) { fApm = new YApm(this); if (fApm->height() + ADD1 > ht) ht = fApm->height() + ADD1; } else Property changes on: head/x11-wm/icewm/files/patch-ai ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-wm/icewm/files/patch-configure.in =================================================================== --- head/x11-wm/icewm/files/patch-configure.in (revision 42386) +++ head/x11-wm/icewm/files/patch-configure.in (revision 42387) @@ -1,29 +1,29 @@ ---- configure.in.orig Sat Mar 17 05:17:36 2001 -+++ configure.in Sat Mar 17 09:52:27 2001 -@@ -66,7 +66,7 @@ +--- configure.in.orig Fri Apr 27 09:32:21 2001 ++++ configure.in Tue May 1 06:18:24 2001 +@@ -75,7 +75,7 @@ AC_FUNC_SELECT_ARGTYPES dnl Configuring features -TARGETS='base docs' +TARGETS='base' dnl Checking for X11 AC_PATH_XTRA -@@ -103,7 +103,7 @@ +@@ -116,7 +116,7 @@ AC_DEFINE(ENABLE_NLS, 1, [Define to enable internationalized message]) TARGETS=$TARGETS' nls' - localedir='${datadir}/locale' + localedir='${prefix}/share/locale' fi dnl ============================================================= GUI Events === -@@ -245,7 +245,7 @@ +@@ -284,7 +284,7 @@ AC_DEFINE(GNOME, 1, [Define to make IceWM more GNOME-friendly]) else -- AC_MSG_ERROR([gnome-config can not be found]) -+ AC_MSG_WARN([gnome-config can not be found]) +- AC_MSG_ERROR([gnome-config can not be found. ++ AC_MSG_WARN([gnome-config can not be found. + *** Install the GNOME´s development packages or use the argument of the + *** --with-gnome-menus switch to pass gnome-config´s location.]) fi - fi ]) - Property changes on: head/x11-wm/icewm/files/patch-configure.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/x11-wm/icewm/files/patch-src_Makefile =================================================================== --- head/x11-wm/icewm/files/patch-src_Makefile (revision 42386) +++ head/x11-wm/icewm/files/patch-src_Makefile (revision 42387) @@ -1,15 +1,15 @@ ---- src/Makefile.orig Sat Mar 17 05:17:37 2001 -+++ src/Makefile Sat Mar 17 19:09:15 2001 -@@ -14,9 +14,9 @@ - -DPACKAGE='"icewm"' \ - -DVERSION='"$(VERSION)"' \ +--- src/Makefile.orig Fri Apr 27 09:32:22 2001 ++++ src/Makefile Tue May 1 06:19:51 2001 +@@ -17,9 +17,9 @@ + -DHOSTOS='"$(shell uname -s || echo unknown)"' \ + -DHOSTCPU='"$(shell uname -m || echo unknown)"' \ -DEXEEXT='"$(EXEEXT)"' \ - -DICEWMEXE='"icewm"EXEEXT' \ - -DICEHELPEXE='"icehelp"EXEEXT' \ -- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/doc/icewm.html"' \ +- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"' \ + -DICEWMEXE='"icewm$(EXEEXT)"' \ + -DICEHELPEXE='"icehelp$(EXEEXT)"' \ + -DICEHELPIDX='"$(DOCDIR)/icewm/icewm.html"' \ $(SYS_CFLAGS) $(SYS_INCDIRS) LFLAGS = $(SYS_LIBDIRS) LIBS = $(SYS_LIBS) Property changes on: head/x11-wm/icewm/files/patch-src_Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/x11-wm/icewm/pkg-plist =================================================================== --- head/x11-wm/icewm/pkg-plist (revision 42386) +++ head/x11-wm/icewm/pkg-plist (revision 42387) @@ -1,292 +1,306 @@ bin/icehelp bin/icewm bin/icewmbg bin/icewmhint %%PORTDOCS%%share/doc/icewm/CHANGES %%PORTDOCS%%share/doc/icewm/FAQ %%PORTDOCS%%share/doc/icewm/INSTALL %%PORTDOCS%%share/doc/icewm/README %%PORTDOCS%%share/doc/icewm/TODO %%PORTDOCS%%share/doc/icewm/icewm-1.html %%PORTDOCS%%share/doc/icewm/icewm-10.html %%PORTDOCS%%share/doc/icewm/icewm-11.html %%PORTDOCS%%share/doc/icewm/icewm-12.html %%PORTDOCS%%share/doc/icewm/icewm-13.html %%PORTDOCS%%share/doc/icewm/icewm-14.html %%PORTDOCS%%share/doc/icewm/icewm-15.html %%PORTDOCS%%share/doc/icewm/icewm-16.html %%PORTDOCS%%share/doc/icewm/icewm-2.html %%PORTDOCS%%share/doc/icewm/icewm-3.html %%PORTDOCS%%share/doc/icewm/icewm-4.html %%PORTDOCS%%share/doc/icewm/icewm-5.html %%PORTDOCS%%share/doc/icewm/icewm-6.html %%PORTDOCS%%share/doc/icewm/icewm-7.html %%PORTDOCS%%share/doc/icewm/icewm-8.html %%PORTDOCS%%share/doc/icewm/icewm-9.html %%PORTDOCS%%share/doc/icewm/icewm.html share/icewm/icons/app_16x16.xpm share/icewm/icons/app_32x32.xpm share/icewm/icons/bomb_16x16.xpm share/icewm/icons/bomb_32x32.xpm share/icewm/icons/communicator-abook_16x16.xpm share/icewm/icons/communicator-abook_32x32.xpm share/icewm/icons/communicator-browser_16x16.xpm share/icewm/icons/communicator-browser_32x32.xpm share/icewm/icons/communicator-composer_16x16.xpm share/icewm/icons/communicator-composer_32x32.xpm share/icewm/icons/communicator-discussion_16x16.xpm share/icewm/icons/communicator-discussion_32x32.xpm share/icewm/icons/communicator-mail_16x16.xpm share/icewm/icons/communicator-mail_32x32.xpm share/icewm/icons/file_16x16.xpm share/icewm/icons/file_32x32.xpm share/icewm/icons/folder_16x16.xpm share/icewm/icons/folder_32x32.xpm share/icewm/icons/fte_16x16.xpm share/icewm/icons/fte_32x32.xpm share/icewm/icons/gimp_16x16.xpm share/icewm/icons/gimp_32x32.xpm share/icewm/icons/gimp_hi_16x16.xpm share/icewm/icons/gimp_hi_32x32.xpm share/icewm/icons/gnome_16x16.xpm share/icewm/icons/java_16x16.xpm share/icewm/icons/java_32x32.xpm share/icewm/icons/kde_16x16.xpm share/icewm/icons/koules_16x16.xpm share/icewm/icons/koules_32x32.xpm share/icewm/icons/navigator_16x16.xpm share/icewm/icons/navigator_32x32.xpm share/icewm/icons/netscape_16x16.xpm share/icewm/icons/netscape_32x32.xpm share/icewm/icons/pdf_16x16.xpm share/icewm/icons/pdf_32x32.xpm share/icewm/icons/vim_16x16.xpm share/icewm/icons/vim_32x32.xpm share/icewm/icons/vim_48x48.xpm share/icewm/icons/xisp_16x16.xpm share/icewm/icons/xisp_32x32.xpm share/icewm/icons/xload_16x16.xpm share/icewm/icons/xload_32x32.xpm share/icewm/icons/xterm_16x16.xpm share/icewm/icons/xterm_32x32.xpm share/icewm/icons/xv_16x16.xpm share/icewm/icons/xv_32x32.xpm share/icewm/keys share/icewm/ledclock/a.xpm share/icewm/ledclock/colon.xpm share/icewm/ledclock/dot.xpm share/icewm/ledclock/m.xpm share/icewm/ledclock/n0.xpm share/icewm/ledclock/n1.xpm share/icewm/ledclock/n2.xpm share/icewm/ledclock/n3.xpm share/icewm/ledclock/n4.xpm share/icewm/ledclock/n5.xpm share/icewm/ledclock/n6.xpm share/icewm/ledclock/n7.xpm share/icewm/ledclock/n8.xpm share/icewm/ledclock/n9.xpm share/icewm/ledclock/p.xpm share/icewm/ledclock/slash.xpm share/icewm/ledclock/space.xpm share/icewm/mailbox/errmail.xpm share/icewm/mailbox/mail.xpm share/icewm/mailbox/newmail.xpm share/icewm/mailbox/nomail.xpm share/icewm/mailbox/unreadmail.xpm share/icewm/menu share/icewm/preferences share/icewm/taskbar/bsd-daemon.xpm share/icewm/taskbar/debian.xpm share/icewm/taskbar/linux.xpm share/icewm/taskbar/linux1.xpm share/icewm/taskbar/linux2.xpm share/icewm/taskbar/linux20.xpm share/icewm/taskbar/start.xpm share/icewm/taskbar/windows.xpm share/icewm/taskbar/xfreeos2.xpm share/icewm/themes/Infadel2/Ergonomic.theme +share/icewm/themes/Infadel2/Overloaded.theme share/icewm/themes/Infadel2/closeA.xpm share/icewm/themes/Infadel2/closeI.xpm share/icewm/themes/Infadel2/default.theme share/icewm/themes/Infadel2/depthA.xpm share/icewm/themes/Infadel2/depthI.xpm share/icewm/themes/Infadel2/hideA.xpm share/icewm/themes/Infadel2/hideI.xpm share/icewm/themes/Infadel2/maximizeA.xpm share/icewm/themes/Infadel2/maximizeI.xpm share/icewm/themes/Infadel2/menuButtonA.xpm share/icewm/themes/Infadel2/menuButtonI.xpm share/icewm/themes/Infadel2/minimizeA.xpm share/icewm/themes/Infadel2/minimizeI.xpm share/icewm/themes/Infadel2/restoreA.xpm share/icewm/themes/Infadel2/restoreI.xpm share/icewm/themes/Infadel2/rolldownA.xpm share/icewm/themes/Infadel2/rolldownI.xpm share/icewm/themes/Infadel2/rollupA.xpm share/icewm/themes/Infadel2/rollupI.xpm +share/icewm/themes/Infadel2/snap.pcf share/icewm/themes/Infadel2/titleAB.xpm share/icewm/themes/Infadel2/titleAJ.xpm share/icewm/themes/Infadel2/titleAM.xpm share/icewm/themes/Infadel2/titleAP.xpm share/icewm/themes/Infadel2/titleAQ.xpm share/icewm/themes/Infadel2/titleAR.xpm share/icewm/themes/Infadel2/titleAS.xpm share/icewm/themes/Infadel2/titleAT.xpm share/icewm/themes/Infadel2/titleIB.xpm share/icewm/themes/Infadel2/titleIJ.xpm share/icewm/themes/Infadel2/titleIM.xpm share/icewm/themes/Infadel2/titleIP.xpm share/icewm/themes/Infadel2/titleIQ.xpm share/icewm/themes/Infadel2/titleIR.xpm share/icewm/themes/Infadel2/titleIS.xpm share/icewm/themes/Infadel2/titleIT.xpm +share/icewm/themes/Infadel2/cursors/left.xpm +share/icewm/themes/Infadel2/cursors/move.xpm +share/icewm/themes/Infadel2/cursors/right.xpm +share/icewm/themes/Infadel2/cursors/sizeB.xpm +share/icewm/themes/Infadel2/cursors/sizeBL.xpm +share/icewm/themes/Infadel2/cursors/sizeBR.xpm +share/icewm/themes/Infadel2/cursors/sizeL.xpm +share/icewm/themes/Infadel2/cursors/sizeR.xpm +share/icewm/themes/Infadel2/cursors/sizeT.xpm +share/icewm/themes/Infadel2/cursors/sizeTL.xpm +share/icewm/themes/Infadel2/cursors/sizeTR.xpm share/icewm/themes/Infadel2/icons/app_16x16.xpm share/icewm/themes/Infadel2/icons/folder_16x16.xpm share/icewm/themes/Infadel2/icons/folder_32x32.xpm share/icewm/themes/Infadel2/mailbox/errmail.xpm share/icewm/themes/Infadel2/mailbox/mail.xpm share/icewm/themes/Infadel2/mailbox/newmail.xpm share/icewm/themes/Infadel2/mailbox/nomail.xpm share/icewm/themes/Infadel2/mailbox/unreadmail.xpm share/icewm/themes/Infadel2/taskbar/linux.xpm share/icewm/themes/Infadel2/taskbar/windows.xpm share/icewm/themes/gtk2/closeA.xpm share/icewm/themes/gtk2/closeI.xpm share/icewm/themes/gtk2/default.theme share/icewm/themes/gtk2/maximizeA.xpm share/icewm/themes/gtk2/maximizeI.xpm share/icewm/themes/gtk2/menuButtonA.xpm share/icewm/themes/gtk2/menuButtonI.xpm share/icewm/themes/gtk2/minimizeA.xpm share/icewm/themes/gtk2/minimizeI.xpm share/icewm/themes/gtk2/restoreA.xpm share/icewm/themes/gtk2/restoreI.xpm share/icewm/themes/metal2/closeA.xpm share/icewm/themes/metal2/closeI.xpm share/icewm/themes/metal2/default.theme share/icewm/themes/metal2/depthA.xpm share/icewm/themes/metal2/depthI.xpm share/icewm/themes/metal2/dframeAB.xpm share/icewm/themes/metal2/dframeABL.xpm share/icewm/themes/metal2/dframeABR.xpm share/icewm/themes/metal2/dframeAL.xpm share/icewm/themes/metal2/dframeAR.xpm share/icewm/themes/metal2/dframeAT.xpm share/icewm/themes/metal2/dframeATL.xpm share/icewm/themes/metal2/dframeATR.xpm share/icewm/themes/metal2/dframeIB.xpm share/icewm/themes/metal2/dframeIBL.xpm share/icewm/themes/metal2/dframeIBR.xpm share/icewm/themes/metal2/dframeIL.xpm share/icewm/themes/metal2/dframeIR.xpm share/icewm/themes/metal2/dframeIT.xpm share/icewm/themes/metal2/dframeITL.xpm share/icewm/themes/metal2/dframeITR.xpm share/icewm/themes/metal2/frameAB.xpm share/icewm/themes/metal2/frameABL.xpm share/icewm/themes/metal2/frameABR.xpm share/icewm/themes/metal2/frameAL.xpm share/icewm/themes/metal2/frameAR.xpm share/icewm/themes/metal2/frameAT.xpm share/icewm/themes/metal2/frameATL.xpm share/icewm/themes/metal2/frameATR.xpm share/icewm/themes/metal2/frameIB.xpm share/icewm/themes/metal2/frameIBL.xpm share/icewm/themes/metal2/frameIBR.xpm share/icewm/themes/metal2/frameIL.xpm share/icewm/themes/metal2/frameIR.xpm share/icewm/themes/metal2/frameIT.xpm share/icewm/themes/metal2/frameITL.xpm share/icewm/themes/metal2/frameITR.xpm share/icewm/themes/metal2/hideA.xpm share/icewm/themes/metal2/hideI.xpm share/icewm/themes/metal2/maximizeA.xpm share/icewm/themes/metal2/maximizeI.xpm share/icewm/themes/metal2/menuButtonA.xpm share/icewm/themes/metal2/menuButtonI.xpm share/icewm/themes/metal2/minimizeA.xpm share/icewm/themes/metal2/minimizeI.xpm share/icewm/themes/metal2/restoreA.xpm share/icewm/themes/metal2/restoreI.xpm share/icewm/themes/metal2/rolldownA.xpm share/icewm/themes/metal2/rolldownI.xpm share/icewm/themes/metal2/rollupA.xpm share/icewm/themes/metal2/rollupI.xpm share/icewm/themes/metal2/titleAB.xpm share/icewm/themes/metal2/titleAL.xpm share/icewm/themes/metal2/titleAM.xpm share/icewm/themes/metal2/titleAP.xpm share/icewm/themes/metal2/titleAR.xpm share/icewm/themes/metal2/titleAS.xpm share/icewm/themes/metal2/titleAT.xpm share/icewm/themes/metal2/titleIB.xpm share/icewm/themes/metal2/titleIL.xpm share/icewm/themes/metal2/titleIM.xpm share/icewm/themes/metal2/titleIP.xpm share/icewm/themes/metal2/titleIR.xpm share/icewm/themes/metal2/titleIS.xpm share/icewm/themes/metal2/titleIT.xpm share/icewm/themes/motif/close.xpm share/icewm/themes/motif/default.theme share/icewm/themes/motif/maximize.xpm share/icewm/themes/motif/menu.xpm share/icewm/themes/motif/minimize.xpm share/icewm/themes/motif/restore.xpm share/icewm/themes/nice/blue.theme share/icewm/themes/nice/close.xpm share/icewm/themes/nice/default.theme share/icewm/themes/nice/hide.xpm share/icewm/themes/nice/maximize.xpm share/icewm/themes/nice/minimize.xpm share/icewm/themes/nice/restore.xpm share/icewm/themes/nice/rolldown.xpm share/icewm/themes/nice/rollup.xpm share/icewm/themes/warp3/close.xpm share/icewm/themes/warp3/default.theme share/icewm/themes/warp3/hide.xpm share/icewm/themes/warp3/maximize.xpm share/icewm/themes/warp3/minimize.xpm share/icewm/themes/warp3/restore.xpm share/icewm/themes/warp3/rolldown.xpm share/icewm/themes/warp3/rollup.xpm share/icewm/themes/warp4/close.xpm share/icewm/themes/warp4/default.theme share/icewm/themes/warp4/hide.xpm share/icewm/themes/warp4/maximize.xpm share/icewm/themes/warp4/minimize.xpm share/icewm/themes/warp4/restore.xpm share/icewm/themes/win95/close.xpm share/icewm/themes/win95/default.theme share/icewm/themes/win95/maximize.xpm share/icewm/themes/win95/minimize.xpm share/icewm/themes/win95/restore.xpm share/icewm/toolbar share/icewm/winoptions share/locale/de/LC_MESSAGES/icewm.mo share/locale/es/LC_MESSAGES/icewm.mo share/locale/fi/LC_MESSAGES/icewm.mo share/locale/fr/LC_MESSAGES/icewm.mo share/locale/ja/LC_MESSAGES/icewm.mo share/locale/pt_BR/LC_MESSAGES/icewm.mo share/locale/ru/LC_MESSAGES/icewm.mo share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo %%GNOME:%%share/gnome/wm-properties/IceWM.desktop @dirrm share/icewm/themes/win95 @dirrm share/icewm/themes/warp4 @dirrm share/icewm/themes/warp3 @dirrm share/icewm/themes/nice @dirrm share/icewm/themes/motif @dirrm share/icewm/themes/metal2 @dirrm share/icewm/themes/gtk2 @dirrm share/icewm/themes/Infadel2/taskbar @dirrm share/icewm/themes/Infadel2/mailbox @dirrm share/icewm/themes/Infadel2/icons +@dirrm share/icewm/themes/Infadel2/cursors @dirrm share/icewm/themes/Infadel2 @dirrm share/icewm/themes @dirrm share/icewm/taskbar @dirrm share/icewm/mailbox @dirrm share/icewm/ledclock @dirrm share/icewm/icons @dirrm share/icewm %%PORTDOCS%%@dirrm share/doc/icewm Property changes on: head/x11-wm/icewm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property