From owner-freebsd-ports Mon Apr 20 07:10:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26874 for freebsd-ports-outgoing; Mon, 20 Apr 1998 07:10:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26784; Mon, 20 Apr 1998 07:10:16 -0700 (PDT) (envelope-from gnats) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24551 for ; Mon, 20 Apr 1998 14:00:16 GMT (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id HAA03870; Mon, 20 Apr 1998 07:59:49 -0600 (MDT) (envelope-from brett) Message-Id: <199804201359.HAA03870@peloton.physics.montana.edu> Date: Mon, 20 Apr 1998 07:59:49 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6358: New port of AfterStep-1.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6358 >Category: ports >Synopsis: new port of AfterStep-1.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 20 07:10:04 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE, make world on April 2nd >Description: new port of AS-1.4.4 >How-To-Repeat: apply diff -ruN below to the AS-1.0 port, patch is kinda long as things are significantly different than 1.0 >Fix: diff -ruN afterstep/Makefile afterstep144/Makefile --- afterstep/Makefile Fri Jun 6 20:55:41 1997 +++ afterstep144/Makefile Sun Apr 19 18:34:07 1998 @@ -1,50 +1,53 @@ -# New ports collection makefile for: afterstep -# Version required: 1.0 -# Date created: October 29th 1996 -# Whom: jfitz@FreeBSD.ORG +# New ports collection makefile for: afterstep-1.4.4 +# Version required: 1.4.4 +# Date created: 16 April 1998 +# Whom: Brett Taylor # -# $Id: Makefile,v 1.18 1997/06/07 02:55:41 jfitz Exp $ +# $Id:$ # -DISTNAME= AfterStep-1.0 -PKGNAME= afterstep-1.0 -CATEGORIES= x11 -MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/ +DISTNAME= AfterStep-1.4.4 +PKGNAME= afterstep-1.4.4 +CATEGORIES= x11 +MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/devel/ +EXTRACT_SUFX= .tgz -MAINTAINER= jfitz@FreeBSD.ORG +MAINTAINER= brett@peloton.physics.montana.edu -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -USE_X11= yes +WRKSRC= ${WRKDIR}/AfterStep + +BATCH= yes +USE_IMAKE= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes -MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 + +HAS_CONFIGURE= yes + +XMKMF= xmkmf +pre-configure: + @${ECHO_MSG} "The interactive portion is asking you about languages" + @${ECHO_MSG} "and color use by asclock." +pre-patch: + @${ECHO_MSG} "The source will be patched to use xv to put non-pixmaps" + @${ECHO_MSG} "on the root window using a tiled format. If you would" + @${ECHO_MSG} "prefer a different viewer or mirrored, please stop the" + @${ECHO_MSG} "build now, and edit patch-aa to your preference." pre-build: - @ cd ${WRKSRC}; sh MakeMakefiles + @ cd ${WRKSRC}; ${MAKE} Makefiles -post-install: - @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/backgrounds/ - ${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${PREFIX}/lib/X11/afterstep/backgrounds/ - @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/sounds/ - ${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/lib/X11/afterstep/sounds/ - @ ${MKDIR} -p ${PREFIX}/include/X11/pixmaps/ -.if defined(USE_HICOLOR_ICONS) - ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/ -.else -.if !defined(BATCH) - @echo "===> Note: to use the hi-color icons," - @echo " reinstall this port with -DUSE_HICOLOR_ICONS" - @echo " defined" -.endif - @for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \ - ${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \ - done - ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ -.endif - @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/ - @for file in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ - done +#there's a missing man file for ASSound - touch so we can install without +#removing the ASSound and breaking something else +pre-install: + @${TOUCH} ${WRKSRC}/modules/ASSound/ASSound.man + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/doc/afterstepdoc ${PREFIX}/bin/ + ${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm ${PREFIX}/include/X11/pixmaps/ + @${ECHO_MSG} "******************************************************" + @${ECHO_MSG} "HTML docs are included be in ${PREFIX}/share/afterdoc" + @${ECHO_MSG} "******************************************************" .include diff -ruN afterstep/files/AFstep.xpm afterstep144/files/AFstep.xpm --- afterstep/files/AFstep.xpm Sat Mar 29 23:04:57 1997 +++ afterstep144/files/AFstep.xpm Wed Dec 31 17:00:00 1969 @@ -1,72 +0,0 @@ -/* XPM */ -static char *noname[] = { -/* width height ncolors chars_per_pixel */ -"48 47 18 1", -/* colors */ -"` c #858678", -"a c #B2C0DC", -"b c #3D4C41", -"c c #14E314", -"d c #E3DF2A", -"e c #4E5151", -"f c #3F3D3F", -"g c #101214", -"h c #686560", -"i c #020102", -"j c #2F3538", -"k c #A30E1C", -"l c #7D6F73", -"m c #00018D", -"n c #545851", -"o c #A19685", -"p c #356E3B", -"q c #242134", -/* pixels */ -"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaaaaaaaa`aaaaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaaaaaaa``aaaaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaaaakkkkig``aaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaa`kkggqfqiqo`aaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaooqgkkgkkbfgifo`aaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaa``qggikkkkkjbffqgbaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaoqiqfgikkkkkfjbnejqqn`aaaaaaaaaaaa", -"aaaaaaaaaao`lggqeeebkkkkkkkkqjgjbfiboaaaaaaaaaaa", -"aaaaaaaaaahdpbqgqqjebbpbkkkkkkkkbegoaaaaaaaaaaaa", -"aaaaaaaaagiddddddbqqqjfbpfkkkkkkpeg`aaaaaaaaaaaa", -"aaaaaoafiiidbjhdddddpbqqqqgkkknpefq`aaaaaaaaaaaa", -"aaaoofiqfqgddqjgjdddddddhdpkkppeeqn`aaaaaaaaaaaa", -"`ooeggjebqgpdggpdddjppddddhfpbeebqoaaaaaaaaaaaaa", -"abgqjbbfbqgqdpddd`ejjjdddhebnneeejeaaaaaaaaaaaaa", -"oibeefefefggddddnjjegpd`ejeenefenfjfl`aaaaaaaaaa", -"aiqnebbfneqgbdhmjjbhenhjeneeeenbgqa`eqaaaaaaaaaa", -"`gijebffnnqqjdegbeeeenneeeebfnejlhooejqhaaaaaaaa", -"o`iijnefenqqgddddefnenhnefeenhifa`afjnngqaaaaaaa", -"aoiiijhnfnbggddddfnenneeebnehqioaa`afjnhegn`aaaa", -"a`iigiqnefggpdd`jeheennenhebcccphla```qjffqfaoaa", -"a`figiiqnnjqpdhjehnnneenhjpccccccoooa`aehleege`a", -"aaoigggijhhbeejnhnnenenhjgcgigccphn`oa``alnhgh`a", -"aa`iigggiqenehnnhnneehhnqccqgccchjccolaahehbg`aa", -"aa`giggggifhhnehejmpnnnbqpcpccphljccjhaenhnih`aa", -"aa`higgggiqlneenbmmnjmmhqgcccblleqccfllnhbgiaaaa", -"aaaoiigggiqhnnnejimmmmm`fipcccccccccehh`fgin`aaa", -"aaaoeigggighebnejimmmmn`lfggcccccccph`ljgiioaaaa", -"aaaaofiggginnnhegmmqmmmhhhnpggpcpgghllqgiioaaaaa", -"aaaaa`jigginnnnqgmmimmmmhh`hpppppghohqgigaaaaaaa", -"aaaaaa`qigiflhhhbmejqmmmmhpfm`nnh``hqgiq`aaaaaaa", -"aaaaaaa`giiijhhhhhhbqgmmmmjmmhhl`lfqgij`aaaaaaaa", -"aaaaaaaaaiiiifhhhnhhnqgmmmmmm`lhleqgif`aaaaaaaaa", -"aaaaaaaaaaiiiijl`hhlhnjgmmmmh`lhbqginoaaaaaaaaaa", -"aaaaaaaaaaoiiiiflhnhh`hfqmgjh`hfqgih`aaaaaaaaaaa", -"aaaaaaaaaaaoiiiiflhhhlhhhhnh`hqqgilaaaaaaaaaaaaa", -"aaaaaaaaaaaaoiigieohnhnhhhllnqggi`aaaaaaaaaaaaaa", -"aaaaaaaaaaaaa`iiiiflhnnhll`ngqgi`aaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaliigieohnnh`ngqgioaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaahiiiinoh``ngqigoaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaonigiib`hfggig`aaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaobigiiffqgij`aaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaa`jigigjgif`aaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaa`gigqqin`aaaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaa`iiiin`aaaaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaaa`iihaaaaaaaaaaaaaaaaaaaaaaaa", -"aaaaaaaaaaaaaaaaaaaa`oo`aaaaaaaaaaaaaaaaaaaaaaaa" -}; diff -ruN afterstep/files/CVS/Entries afterstep144/files/CVS/Entries --- afterstep/files/CVS/Entries Tue Oct 21 06:12:41 1997 +++ afterstep144/files/CVS/Entries Wed Dec 31 17:00:00 1969 @@ -1,5 +0,0 @@ -/AFstep.xpm/1.1/Sun Mar 30 06:04:57 1997/-kb/ -/md5/1.13/Sat May 17 19:48:20 1997// -/monitor_bsd.xpm/1.1/Sat Jun 7 02:55:42 1997/-kb/ -/penguin.xpm/1.1/Sun Mar 30 06:05:01 1997/-kb/ -D diff -ruN afterstep/files/CVS/Repository afterstep144/files/CVS/Repository --- afterstep/files/CVS/Repository Tue Oct 21 06:12:41 1997 +++ afterstep144/files/CVS/Repository Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs/ports/x11/afterstep/files diff -ruN afterstep/files/CVS/Root afterstep144/files/CVS/Root --- afterstep/files/CVS/Root Tue Oct 21 06:12:41 1997 +++ afterstep144/files/CVS/Root Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs diff -ruN afterstep/files/md5 afterstep144/files/md5 --- afterstep/files/md5 Sat May 17 13:48:20 1997 +++ afterstep144/files/md5 Fri Apr 17 22:32:54 1998 @@ -1 +1 @@ -MD5 (AfterStep-1.0.tar.gz) = 2c56247e1914e25a455df3c8d03b0663 +MD5 (AfterStep-1.4.4.tgz) = 8bea3daa6361022e82eeb51edddf585c diff -ruN afterstep/files/penguin.xpm afterstep144/files/penguin.xpm --- afterstep/files/penguin.xpm Sat Mar 29 23:05:01 1997 +++ afterstep144/files/penguin.xpm Wed Dec 31 17:00:00 1969 @@ -1,73 +0,0 @@ -/* XPM */ -static char *noname[] = { -/* width height ncolors chars_per_pixel */ -"48 48 18 1", -/* colors */ -"` c #000000", -"a c #F3BD14", -"b c #828796", -"c c #B2C0DC", -"d c #221C1D", -"e c #160011", -"f c #685A5E", -"g c #A0A3AC", -"h c #F6F6F3", -"i c #6E727E", -"j c #040304", -"k c #FCFCF7", -"l c #A28359", -"m c #DFCF80", -"n c #E3EDF1", -"o c #FFFFFF", -"p c #E1B11E", -"q c #EEEEED", -/* pixels */ -"cccccccccccccccccccccccjjjjjjjjccccccccccccccccc", -"ccnooooooooooooooooooojjjjjjjffjoooooooooooooodc", -"cnqqqnqqqnqqqnqqqnqqqjjjjjjjjjfdjqqqqqnqhhhhhidc", -"conqnhnqnhnqnhnqnhnqjjjjjejjjjjjjjnnqnhnhhhhhidc", -"coqnqqqnqqqnqqqnqqqnjjjjjjjjjjjjjjqqnqqqhhhhgidc", -"conhnqnhnqnhnqnhnqnhjjjdjjjjjjjjjjjnhnqnnhhggidc", -"coqqqn``````````````jdgidjjigcfdjjj``````fgggidc", -"conqnh`iiiiiiiibibbbjhnhhjdqhhgjjjjbbbbbiobggidc", -"coqnqq`iiiiiiibbbbbbjcjdhddhjbhdjjjff`diioggcidc", -"conhnq`iiiibbbbbgbggjcjdfdehjbnfjjjf`dffiogcgidc", -"coqqqn`iiibbbbbbggggjdflaaaajihjjjjeeddfiocggidc", -"conqnh`iibbbggggggggjjpaaaaaappjjjj`ddffiogcgidc", -"coqnqq`ibbbbbgggggggjlpaaaaaappejjjddfffiocggidc", -"conhnq`ibbbgggbggbggjdpaaaaalppjjdjffffiiogggidc", -"coqqqn`ibbbgggbggbggdifpaalpppmdjjfjffiiiogggidc", -"conqnh`bbbggggggggggdbclpppgmcncjjjjdiiiiogggidc", -"coqnqq`ibbbgggbggbggjbncllgcchhhdjjjjiiiiogggidc", -"conhnq`bbbgggggggggdjqhccccnhhhhqjjejjiiiogggiec", -"coqqqn`ibbbbggbbgbdjghkhcchhhhhhkjjjjjiiiogggfdc", -"conqnh`ibbgbgggbgbjdhhhhhhhhkhhhhgjjjjjiiogggiec", -"coqnqq`ibbbbbgbgcjjbhhhkkhkkhhhhhqjjjjjjiogggfdc", -"conhnq`iibbbbbggjjjgcqhhnnhhhccccndjjjjjdogggiec", -"coqqqn`iiibbbbbbjjdckhhhqhhhkhhncchjdjjjjogggfec", -"conqnh`iiibbbbbjjjghhkqhhhhhhhhhkncjjjjjjjggbfec", -"coqnqq`iiiiibbbjdjhhhkkkhhhhkhhkhknnjjjjjjgggfec", -"conhnq`iiiiiibijjbhhhhkhhhkkhhhhhkhhdjjjjjbgbfjc", -"coqqqn`iiiiiiijdjhhhhkhqhkhhhkhhkhkhdjjjjjjbbfec", -"conqnn`iiiiiiijjfhhhhhhnkhkhhhhhhhhhfjjjjjjgbfjc", -"coqnqn`iiiiiijjjchhkhkhnhhhhhhkhhhhhbjjjjjjbbfec", -"connnn`iiiiiijdjqhhhkhhnhhhhhhkkhhhhgjjjjjjjbf`c", -"coqnnn`iiiiijjdjqhhhhkhnhhhhkhhkhhkhcjjjjjjjbfec", -"connnn`iiiiijjdjnhhkhhhnkhhhhhhhhhhhnjjjjjjjbf`c", -"connnngooooojpfdhkhhhkhnhhhhhhhhhhhhbdjjjjjjbf`c", -"connnnncncccpaalfhkhkhhnhhhhhhhhhhmpljjjjjjbbf`c", -"connncnccccmpaaafdhhhhknhhhhhhhhhhpapjjjjjpabf`c", -"connncccccmppaaaaejqhhhhhhhkhhhhhhpapejjjfaaif`c", -"cogiiiiilpppaaaaapjjnhkhkhhhhhkhhcpaplddlpaaff`c", -"ci`````ppaaaaaaaaadjjfqhhhhhkhhhhclppppppaaaa``c", -"cccccccaaaaaaaaaaapejjqhhhhhhhhhkclpppppaaaaaacc", -"cccccccpaaaaaaaaaaaljjqkhhhhhhkhhglpaaaaaaaaaapc", -"cccccccpaaaaaaaaaaaamhhhhkhhhhhhgjlpaaaaaaaaaaaa", -"cccccccpaaaaaaaaaaaapqhhkkhhhhhdjelpaaaaaaaaaaac", -"cccccccpaaaaaaaaaaaapfhhhkhhhbjjjelpaaaaaaaaaacc", -"cccccccpppaaaaaaaaaapljjjjjjjjjjjdppaaaaaaapcccc", -"ccccccclpppppppaaaappfejjjjjjjjjjdlpaaaapplccccc", -"ccccccci```lllpppppplfejj```````jdfppppplccccccc", -"ccccccccccccccffllllffccccccccccccdlplplcccccccc", -"cccccccccccccccccdfdfccccccccccccccdffdccccccccc" -}; diff -ruN afterstep/patches/CVS/Entries afterstep144/patches/CVS/Entries --- afterstep/patches/CVS/Entries Tue Oct 21 06:12:41 1997 +++ afterstep144/patches/CVS/Entries Wed Dec 31 17:00:00 1969 @@ -1,3 +0,0 @@ -/patch-aa/1.7/Sun Mar 23 16:22:48 1997// -/patch-ab/1.6/Sun Mar 23 16:22:49 1997// -D diff -ruN afterstep/patches/CVS/Repository afterstep144/patches/CVS/Repository --- afterstep/patches/CVS/Repository Tue Oct 21 06:12:41 1997 +++ afterstep144/patches/CVS/Repository Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs/ports/x11/afterstep/patches diff -ruN afterstep/patches/CVS/Root afterstep144/patches/CVS/Root --- afterstep/patches/CVS/Root Tue Oct 21 06:12:41 1997 +++ afterstep144/patches/CVS/Root Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs diff -ruN afterstep/patches/patch-aa afterstep144/patches/patch-aa --- afterstep/patches/patch-aa Sun Mar 23 09:22:48 1997 +++ afterstep144/patches/patch-aa Sun Apr 19 17:56:43 1998 @@ -1,51 +1,36 @@ -*** configure.h.orig Sun Mar 2 11:50:40 1997 ---- configure.h Thu Mar 20 21:31:42 1997 +*** configure.h Thu Apr 16 22:35:38 1998 +--- configure.h Thu Apr 16 22:38:00 1998 *************** -*** 1,6 **** -! #define AFTERDIR "/usr/lib/X11/afterstep" -! #define AFTER_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps" -! #define STEPRC "/usr/lib/X11/afterstep/system.steprc" - - /* If you would like gradients, uncomment this */ - #define ENABLE_TEXTURE ---- 1,6 ---- -! #define AFTERDIR "%%PREFIX%%/lib/X11/afterstep" -! #define AFTER_ICONDIR "%%PREFIX%%/include/X11/bitmaps:%%PREFIX%%/include/X11/pixmaps" -! #define STEPRC "%%PREFIX%%/lib/X11/afterstep/system.steprc" +*** 12,18 **** + #define AFTER_MODULEDIR "/usr/X11R6/bin" + #define AFTER_BPMDIR "/usr/X11R6/include/X11/bitmaps" + #define AFTER_XPMDIR "/usr/X11R6/include/X11/pixmaps" +! #define AFTER_SHAREDIR "/usr/share/GNUstep/Library/AfterStep" + + /* Home directories */ + +--- 12,18 ---- + #define AFTER_MODULEDIR "/usr/X11R6/bin" + #define AFTER_BPMDIR "/usr/X11R6/include/X11/bitmaps" + #define AFTER_XPMDIR "/usr/X11R6/include/X11/pixmaps" +! #define AFTER_SHAREDIR "/usr/X11R6/share/GNUstep/Library/AfterStep" - /* If you would like gradients, uncomment this */ - #define ENABLE_TEXTURE -*************** -*** 17,23 **** - * Imake wants to leave binaries, then choose the second line here. - * If you want to install it in a different directory, uncomment and - * edit the first line */ -! #define AFTER_BIN_DIR BINDIR=/usr/bin/X11 - - /* Compiler over-ride for Imakefiles */ - /* Leave it as shown to get your default compiler */ ---- 17,23 ---- - * Imake wants to leave binaries, then choose the second line here. - * If you want to install it in a different directory, uncomment and - * edit the first line */ -! #define AFTER_BIN_DIR BINDIR=%%PREFIX%%/bin + /* Home directories */ - /* Compiler over-ride for Imakefiles */ - /* Leave it as shown to get your default compiler */ *************** -*** 59,65 **** +*** 46,52 **** + * Use then "xv -rmode 5 -root -quit" ***************************************************************************/ - #define XPM - /* linker flags needed to locate and link in the Xpm library, if you use it */ -! #define XPMLIBRARY -L/usr/lib/X11 -lXpm + +! #define XIMAGELOADER "xli -onroot -quiet -colors 20" /*************************************************************************** - *#define M4 ---- 59,65 ---- + * #define HELPCOMMAND +--- 46,52 ---- + * Use then "xv -rmode 5 -root -quit" ***************************************************************************/ - #define XPM - /* linker flags needed to locate and link in the Xpm library, if you use it */ -! #define XPMLIBRARY -L%%PREFIX%%/lib -lXpm + +! #define XIMAGELOADER "xv -rmode 0 -root -quit" /*************************************************************************** - *#define M4 + * #define HELPCOMMAND diff -ruN afterstep/patches/patch-ab afterstep144/patches/patch-ab --- afterstep/patches/patch-ab Sun Mar 23 09:22:49 1997 +++ afterstep144/patches/patch-ab Thu Apr 16 23:26:01 1998 @@ -1,112 +1,19 @@ -*** sample.steprc.orig Sun Mar 9 06:30:22 1997 ---- sample.steprc Thu Mar 20 21:37:46 1997 +*** GNUstep/Library/AfterStep/wharf Thu Apr 16 22:40:16 1998 +--- GNUstep/Library/AfterStep/wharf Thu Apr 16 22:40:31 1998 *************** -*** 166,176 **** - # ModulePath is a colon-separated list, just like a regular unix PATH - # Any Module must be found within the path in order to be located - # and executed -! ModulePath /usr/lib/X11/afterstep:/usr/X11R6/lib/X11/afterstep - # Another colon-separated list pointing to your pixmaps (color icons) -! PixmapPath /usr/include/X11/pixmaps/ - # Path for your ugly black&white icons -! IconPath /usr/include/X11/bitmaps/ - - # Various styles which can be associated with specific applications - # Sticky -- remains "stuck" on all desks ---- 166,176 ---- - # ModulePath is a colon-separated list, just like a regular unix PATH - # Any Module must be found within the path in order to be located - # and executed -! ModulePath %%PREFIX%%/lib/X11/afterstep - # Another colon-separated list pointing to your pixmaps (color icons) -! PixmapPath %%PREFIX%%/include/X11/pixmaps/ - # Path for your ugly black&white icons -! IconPath %%PREFIX%%/include/X11/bitmaps/ - - # Various styles which can be associated with specific applications - # Sticky -- remains "stuck" on all desks -*************** -*** 290,296 **** - # Place the green carpet image onto the background upon startup - # I personally recommend xli/xloadimage, but xv seems to be - # ubiquitous in the unix world so I'll use that -! # Exec "I" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/carpet.green.jpg - Exec "I" exec xsetroot -solid DarkGrey - EndFunction - ---- 290,296 ---- - # Place the green carpet image onto the background upon startup - # I personally recommend xli/xloadimage, but xv seems to be - # ubiquitous in the unix world so I'll use that -! # Exec "I" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/carpet.green.jpg - Exec "I" exec xsetroot -solid DarkGrey - EndFunction - -*************** -*** 465,485 **** - # Images ... quick way to view the included default background images - Popup "Images" - Title "Images" -! Exec "Brick" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/brick.jpg -! Exec "Coins" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/coins.jpg -! Exec "Dark Wood" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/darkwood.jpg -! Exec "Eyes" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/eyes.jpg -! Exec "Glass" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/glass.jpg -! Exec "Green Carpet" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/carpet.green.jpg -! Exec "Parquet" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/parquet.jpg -! Exec "Pebbles" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/pebbles.jpg -! Exec "Rock" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/rock.tile.jpg -! Exec "Rope" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/rope.weave.jpg -! Exec "Stucco" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/stucco.jpg -! Exec "Tile" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/tile.check.jpg -! Exec "Tree Bark" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/bark.jpg -! Exec "Volcanic" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/volcanic.jpg -! Exec "Wood" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/wood.jpg - EndPopup - - # Background settings ... choose from either Solid Colors or Color Images ---- 465,485 ---- - # Images ... quick way to view the included default background images - Popup "Images" - Title "Images" -! Exec "Brick" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/brick.jpg -! Exec "Coins" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/coins.jpg -! Exec "Dark Wood" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/darkwood.jpg -! Exec "Eyes" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/eyes.jpg -! Exec "Glass" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/glass.jpg -! Exec "Green Carpet" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/carpet.green.jpg -! Exec "Parquet" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/parquet.jpg -! Exec "Pebbles" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/pebbles.jpg -! Exec "Rock" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/rock.tile.jpg -! Exec "Rope" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/rope.weave.jpg -! Exec "Stucco" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/stucco.jpg -! Exec "Tile" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/tile.check.jpg -! Exec "Tree Bark" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/bark.jpg -! Exec "Volcanic" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/volcanic.jpg -! Exec "Wood" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/wood.jpg - EndPopup - - # Background settings ... choose from either Solid Colors or Color Images -*************** -*** 605,614 **** - Module Audio - - # Select your normal audio player -! #*AudioPlayCmd /usr/bin/showaudio - - # Select the directory containing your sounds -! #*AudioDir /home/frank/mac/sounds - - #*AudioDelay 1 - ---- 605,614 ---- - Module Audio - - # Select your normal audio player -! #*AudioPlayCmd /usr/local/bin/showaudio - - # Select the directory containing your sounds -! #*AudioDir %%PREFIX%%/lib/X11/afterstep/sounds - - #*AudioDelay 1 - +*** 106,112 **** + # + # Xterminal + # +! *Wharf xiterm linux-penguin.xpm Exec "-" xiterm -sl 500 -vb & + # + # Drag & Drop pictures + # +--- 106,112 ---- + # + # Xterminal + # +! *Wharf xiterm monitor_bsd.xpm Exec "-" xiterm -sl 500 -vb & + # + # Drag & Drop pictures + # diff -ruN afterstep/patches/patch-ac afterstep144/patches/patch-ac --- afterstep/patches/patch-ac Wed Dec 31 17:00:00 1969 +++ afterstep144/patches/patch-ac Sat Apr 18 00:06:22 1998 @@ -0,0 +1,40 @@ +*** doc/afterstepdoc Thu Apr 16 22:42:58 1998 +--- doc/afterstepdoc Thu Apr 16 22:45:11 1998 +*************** +*** 4,28 **** + # First try standard path, then local, then other possible paths + # + +! if [ -x /usr/X11R6/bin/netscape ] + then +! /usr/X11R6/bin/netscape /usr/share/afterdoc/afterstep.html +! elif [ -x /usr/local/bin/netscape ] +! then +! /usr/local/bin/netscape /usr/share/afterdoc/afterstep.html +! elif [ -x /usr/local/netscape/netscape ] +! then +! /usr/local/netscape/netscape /usr/share/afterdoc/afterstep.html +! elif [ -x /opt/netscape/netscape ] +! then +! /opt/netscape/netscape /usr/share/afterdoc/afterstep.html +! elif [ -x /usr/bin/lynx ] +! then +! xiterm -bg black -fg peachpuff -sl 500 -vb -e "/usr/bin/lynx /usr/share/afterdoc/afterstep.html" + elif [ -x /usr/local/bin/lynx ] + then +! xiterm -bg black -fg peachpuff -sl 500 -vb -e "/usr/local/bin/lynx /usr/share/afterdoc/afterstep.html" +! elif [ -x /bin/lynx ] +! then +! xiterm -bg black -fg peachpuff -sl 500 -vb -e "/bin/lynx /usr/share/afterdoc/afterstep.html" + fi +--- 4,13 ---- + # First try standard path, then local, then other possible paths + # + +! if [ -x /usr/local/bin/netscape ] + then +! /usr/local/bin/netscape /usr/X11R6/share/afterdoc/afterstep.html + elif [ -x /usr/local/bin/lynx ] + then +! xiterm -fn 10x20 -bg black -fg peachpuff -sl 500 -vb -e "/usr/local/bin/lynx /usr/X11R6/share/afterdoc/afterstep.html" + fi diff -ruN afterstep/patches/patch-ad afterstep144/patches/patch-ad --- afterstep/patches/patch-ad Wed Dec 31 17:00:00 1969 +++ afterstep144/patches/patch-ad Sat Apr 18 00:08:31 1998 @@ -0,0 +1,34 @@ +*** doc/Imakefile Mon Mar 2 14:49:19 1998 +--- doc/Imakefile Sat Apr 18 00:07:44 1998 +*************** +*** 1,15 **** + #include <../configure.h> + +! InstallTarget(install,,-d,/usr/share/afterdoc) +! InstallNonExecFile(afterstep.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-1.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-2.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-3.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-4.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-5.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-6.html, /usr/share/afterdoc) +! InstallNonExecFile(afterstep-7.html, /usr/share/afterdoc) +! InstallProgram(afterstepdoc,AFTER_MODULEDIR) + + html:: + sgml2html afterstep.sgml +--- 1,14 ---- + #include <../configure.h> + +! InstallTarget(install,,-d,/usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-1.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-2.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-3.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-4.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-5.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-6.html, /usr/X11R6/share/afterdoc) +! InstallNonExecFile(afterstep-7.html, /usr/X11R6/share/afterdoc) + + html:: + sgml2html afterstep.sgml diff -ruN afterstep/patches/patch-ae afterstep144/patches/patch-ae --- afterstep/patches/patch-ae Wed Dec 31 17:00:00 1969 +++ afterstep144/patches/patch-ae Sun Apr 19 18:43:25 1998 @@ -0,0 +1,35 @@ +*** Imakefile Sat Mar 7 05:17:00 1998 +--- Imakefile Sun Apr 19 18:42:53 1998 +*************** +*** 17,27 **** + doc \ + apps/ascd \ + apps/asclock \ +- apps/asfsm \ +- apps/asload \ + apps/asmail \ +- apps/asmix \ +- apps/asprint \ + apps/xiterm/src \ + modules/ASSound \ + modules/Animate \ +--- 17,23 ---- +*************** +*** 40,47 **** + MakeSubdirs($(SUBDIRS)) + + install:: +! if [ -d /usr/share/GNUstep/ ] ; then mv /usr/share/GNUstep/ /usr/share/oldGNUstep ; fi +! cp -R GNUstep /usr/share/GNUstep + + mrproper:: + rm -f config.cache config.log config.status Makefile.bak +--- 36,43 ---- + MakeSubdirs($(SUBDIRS)) + + install:: +! if [ -d /usr/X11R6/share/GNUstep/ ] ; then mv /usr/X11R6/share/GNUstep/ /usr/X11R6/share/oldGNUstep ; fi +! cp -R GNUstep /usr/X11R6/share/GNUstep + + mrproper:: + rm -f config.cache config.log config.status Makefile.bak diff -ruN afterstep/patches/patch-af afterstep144/patches/patch-af --- afterstep/patches/patch-af Wed Dec 31 17:00:00 1969 +++ afterstep144/patches/patch-af Fri Apr 17 23:08:20 1998 @@ -0,0 +1,12 @@ +*** modules/Form/Form.c Fri Apr 17 23:07:30 1998 +--- modules/Form/Form.c Fri Apr 17 23:07:49 1998 +*************** +*** 31,37 **** + #include + #define XK_MISCELLANY + #include +- #include + #include + #include + #include +--- 31,36 ---- diff -ruN afterstep/pkg/COMMENT afterstep144/pkg/COMMENT --- afterstep/pkg/COMMENT Tue Jul 23 01:36:32 1996 +++ afterstep144/pkg/COMMENT Sun Apr 19 18:19:22 1998 @@ -1 +1 @@ -This window manager is a continuation of the Bowman NeXTSTEP clone. +This is AfterStep-1.4.4 a development version of the AfterStep. diff -ruN afterstep/pkg/CVS/Entries afterstep144/pkg/CVS/Entries --- afterstep/pkg/CVS/Entries Tue Oct 21 06:12:41 1997 +++ afterstep144/pkg/CVS/Entries Wed Dec 31 17:00:00 1969 @@ -1,4 +0,0 @@ -/COMMENT/1.1.1.1/Tue Jul 23 07:36:32 1996// -/DESCR/1.1.1.1/Tue Jul 23 07:36:32 1996// -/PLIST/1.11/Sun Jul 13 17:27:12 1997// -D diff -ruN afterstep/pkg/CVS/Repository afterstep144/pkg/CVS/Repository --- afterstep/pkg/CVS/Repository Tue Oct 21 06:12:41 1997 +++ afterstep144/pkg/CVS/Repository Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs/ports/x11/afterstep/pkg diff -ruN afterstep/pkg/CVS/Root afterstep144/pkg/CVS/Root --- afterstep/pkg/CVS/Root Tue Oct 21 06:12:41 1997 +++ afterstep144/pkg/CVS/Root Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs diff -ruN afterstep/pkg/DESCR afterstep144/pkg/DESCR --- afterstep/pkg/DESCR Tue Jul 23 01:36:32 1996 +++ afterstep144/pkg/DESCR Sun Apr 19 18:09:03 1998 @@ -1,21 +1,10 @@ -AfterStep is a continuation of the BowMan window manager which was -originally put together by Bo Yang. BowMan was based on the fvwm window -manager, written by Robert Nation. Fvwm was based on code from twm. And so -on... It is designed to emulate some of the look and feel of the NEXTSTEP® -user interface, while adding useful, requested, and neat features. The -changes which comprise AfterStep's personality were originally part of -BowMan development, but due to a desire to move past simple emulation and -into a niche as its own valuable window manager, the current designers -decided to change the project name and move on. BowMan development may -continue, but we will no longer be a part of it. - -Major changes from fvwm are: - -- NEXTSTEP-like title bar, title buttons, borders and corners. BowMan's - Wharf is a much worked-out version of GoodStuff. To avoid copyright - complications it is not called a "dock." -- NEXTSTEP style menu. However, the menus are not controlled by - applications; they are more of pop-up service lists on the root window. -- NEXTSTEP style icons. These styles are hard-coded in the program, which is - good for the consistent look of the NEXTSTEP interface. +This is a development version of AfterStep-1.4.4. AfterStep is a NeXTStep +style window manager and features quick easy configuration of the look and +feel of your setup without the use of a .steprc file. Configuration in +most cases is far easier than it used to be. There are a few small bugs, +but this release is fairly stable. Included are a number of AfterStep +applications including asclock, ascd, and xiterm. There are a number of +other very Linux specific applications which are not at present included. +Brett Taylor +brett@peloton.physics.montana.edu diff -ruN afterstep/pkg/PLIST afterstep144/pkg/PLIST --- afterstep/pkg/PLIST Sun Jul 13 11:27:12 1997 +++ afterstep144/pkg/PLIST Sat Apr 18 00:28:39 1998 @@ -1,66 +1,647 @@ bin/afterstep +bin/afterstepdoc +bin/asmail bin/asclock -lib/X11/afterstep/Animate -lib/X11/afterstep/Audio -lib/X11/afterstep/Auto -lib/X11/afterstep/Banner -lib/X11/afterstep/Pager -lib/X11/afterstep/Wharf -lib/X11/afterstep/system.steprc -lib/X11/afterstep/backgrounds/bark.jpg -lib/X11/afterstep/backgrounds/brick.jpg -lib/X11/afterstep/backgrounds/carpet.green.jpg -lib/X11/afterstep/backgrounds/coins.jpg -lib/X11/afterstep/backgrounds/darkwood.jpg -lib/X11/afterstep/backgrounds/eyes.jpg -lib/X11/afterstep/backgrounds/glass.jpg -lib/X11/afterstep/backgrounds/parquet.jpg -lib/X11/afterstep/backgrounds/pebbles.jpg -lib/X11/afterstep/backgrounds/rock.tile.jpg -lib/X11/afterstep/backgrounds/rope.weave.jpg -lib/X11/afterstep/backgrounds/stucco.jpg -lib/X11/afterstep/backgrounds/tile.check.jpg -lib/X11/afterstep/backgrounds/volcanic.jpg -lib/X11/afterstep/backgrounds/wood.jpg -lib/X11/afterstep/doc/CHANGES -lib/X11/afterstep/doc/CREDITS -lib/X11/afterstep/doc/README -lib/X11/afterstep/doc/README.8bit -lib/X11/afterstep/doc/FAQ -lib/X11/afterstep/doc/INSTALL -lib/X11/afterstep/doc/module-interface.txt -lib/X11/afterstep/sounds/bong.au -lib/X11/afterstep/sounds/clink.au -lib/X11/afterstep/sounds/cowbell.au -lib/X11/afterstep/sounds/crash.au -lib/X11/afterstep/sounds/drip.au -lib/X11/afterstep/sounds/gong.au -lib/X11/afterstep/sounds/meepmeep.au -lib/X11/afterstep/sounds/small-step.au -lib/X11/afterstep/sounds/train.au +bin/ascd +bin/xiterm +bin/ASSound +bin/Animate +bin/Audio +bin/Auto +bin/Banner +bin/Clean +bin/Form +bin/Ident +bin/Save +bin/Scroll +bin/Pager +bin/WPager +bin/XPager +bin/YPager +bin/ZPager +bin/Wharf +bin/WinList include/X11/pixmaps/monitor_bsd.xpm -include/X11/pixmaps/3dpaint.xpm -include/X11/pixmaps/AFstep.xpm -include/X11/pixmaps/FileFolders.xpm -include/X11/pixmaps/KeysOnChain.xpm -include/X11/pixmaps/YellowBlueRedGeometry.xpm -include/X11/pixmaps/interface.xpm -include/X11/pixmaps/monalisa.xpm -include/X11/pixmaps/monitor.xpm -include/X11/pixmaps/netscape3.xpm -include/X11/pixmaps/penguin.xpm -include/X11/pixmaps/shutdown.xpm -include/X11/pixmaps/text.xpm -include/X11/pixmaps/writeletter.xpm -man/man1/afterstep.1.gz -man/man1/asclock.1.gz -man/man1/Animate.1.gz man/man1/Audio.1.gz man/man1/Auto.1.gz -man/man1/Banner.1.gz -man/man1/Pager.1.gz man/man1/Wharf.1.gz -@dirrm lib/X11/afterstep/doc -@dirrm lib/X11/afterstep/backgrounds -@dirrm lib/X11/afterstep/sounds -@dirrm lib/X11/afterstep +man/man1/ascd.1.gz +man/man1/Clean.1.gz +man/man1/Form.1.gz +man/man1/Ident.1.gz +man/man1/Save.1.gz +man/man1/Pager.1.gz +man/man1/Scroll.1.gz +man/man1/Banner.1.gz +man/man1/xiterm.1.gz +man/man1/ASSound.1.gz +man/man1/asmail.1.gz +man/man1/WinList.1.gz +man/man1/afterstep.1.gz +man/man1/asclock.1.gz +man/man1/Animate.1.gz +share/GNUstep/Library/AfterStep/non-configurable/desk1/background +share/GNUstep/Library/AfterStep/non-configurable/desk1/look.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk1/look.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk1/feel.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk1/feel.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk1/feel.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk1/look.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk0/look.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk0/feel.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk0/look.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk0/feel.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk0/background +share/GNUstep/Library/AfterStep/non-configurable/desk0/feel.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk0/look.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk3/look.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk3/feel.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk3/look.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk3/feel.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk3/background +share/GNUstep/Library/AfterStep/non-configurable/desk3/feel.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk3/look.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk2/feel.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk2/feel.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk2/look.8bpp +share/GNUstep/Library/AfterStep/non-configurable/desk2/look.16bpp +share/GNUstep/Library/AfterStep/non-configurable/desk2/background +share/GNUstep/Library/AfterStep/non-configurable/desk2/feel.24bpp +share/GNUstep/Library/AfterStep/non-configurable/desk2/look.24bpp +share/GNUstep/Library/AfterStep/non-configurable/Make8bitXPMs +share/GNUstep/Library/AfterStep/non-configurable/Xpm2Jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Leather.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/BlackWave.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/dirt.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/dot3.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/red.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/midnightblue.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/darkgreen.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/black.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/aquamarine.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/darkblue.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/purple.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/wheat.xpm +share/GNUstep/Library/AfterStep/desktop/backgrounds/Parquet.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/redwhite.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Rock.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Wall.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Wood2.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Coffee.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Coins.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Crane.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Crystal.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/GreyWall.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Green.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Leaves.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Peebles.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Stone.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Surreal.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Tiles.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Wall2.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/wave2.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Carpet.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/ether.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Green2.jpg +share/GNUstep/Library/AfterStep/desktop/backgrounds/Back.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e9.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockConvexBlue.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockGreen.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockMarble.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockRed.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockSlate.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockWater.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/3dpaint.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Eyecon.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Paint.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Plasma.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ShutDown.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Folder.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/interface.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/linux-penguin.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/monalisa.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/netscape.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/wharf.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/writeletter.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/FileFolders.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockWhite.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Text.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Monitor.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/shutdown.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/CDrom.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Recycler.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockDefault.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockClear.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/OldFashionedRadio.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/YellowBlueRedGeometry.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/AfterStep2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/KeysOnChain.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/AF.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/untitled.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/AfterStep.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/AfterStep4.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ComputerPC.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Bookshelf.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Brush.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/CDrom2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Computer.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Publish.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/WWW.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/cpuchip.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Database.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Debug.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/DeskGlobe.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/disk.builder.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/draw.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/hostmanager.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Install.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/KeyPower.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/RayTracedGear.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Start.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Network.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/workshop.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/widget.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/spreadsheet.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/spreadsheet2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e-no.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e0.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/BookArrows.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/GNUSpace.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/Info.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e1.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e10.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/NetworkInfoManager.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e11.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e3.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e4.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e5.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e6.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e7.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/author.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/AfterStep3.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/e8.xpm +share/GNUstep/Library/AfterStep/desktop/icons/8bpp/ASBBlockBlue.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/Mail3.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/fr.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/xiterm.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/Earth.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/RedFire.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/AS.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/arrow.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/World.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e0.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e1.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e10.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e11.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e3.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e4.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e5.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e6.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e7.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e8.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-e9.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/monitor-no.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/Mail1.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/Mail2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/common/dk.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e9.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockClear.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockConvexBlue.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockDefault.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockGreen.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockMarble.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockRed.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockSlate.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockWater.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockWhite.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/CDrom.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Eyecon.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/untitled.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Folder.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/KeysOnChain.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Monitor.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Paint.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Plasma.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Recycler.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/AF.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ShutDown.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Text.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/interface.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/linux-penguin.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/monalisa.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/netscape.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/wharf.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/writeletter.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/3dpaint.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/OldFashionedRadio.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/YellowBlueRedGeometry.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/AfterStep2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/shutdown.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/FileFolders.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/AfterStep.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/AfterStep3.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/AfterStep4.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/BookArrows.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Bookshelf.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Brush.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/CDrom2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Computer.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Info.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ComputerPC.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Database.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Debug.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/DeskGlobe.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/GNUSpace.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Install.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/KeyPower.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Network.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/NetworkInfoManager.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e-no.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Publish.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/RayTracedGear.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/WWW.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/author.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/cpuchip.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/disk.builder.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/draw.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/hostmanager.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e0.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/spreadsheet.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/widget.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/spreadsheet2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/workshop.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/Start.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e1.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e10.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e11.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e2.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e3.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e4.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e5.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e6.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e7.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/e8.xpm +share/GNUstep/Library/AfterStep/desktop/icons/16bpp/ASBBlockBlue.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/5p-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/1p-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/1.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-iconize-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-iconize.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-kill-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-kill.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-maximize-a-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-maximize-a.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-menu-a-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-menu-a.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-menu-b-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-menu-b.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-minimize-a-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-minimize-a.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-shade-a-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-shade-a.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-switchwindow-a.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-switchwindow-a-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-switchwindow-b-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-switchwindow-b.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-switchwindow-c-pressed.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/as-switchwindow-c.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/1p.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/2.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/2p.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/3.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/3p.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/4.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/4p.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/5.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/5p.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/2-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/2p-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/3-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/3p-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/4-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/4p-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/5-e.xpm +share/GNUstep/Library/AfterStep/desktop/buttons/1-e.xpm +share/GNUstep/Library/AfterStep/desktop/sounds/train.au +share/GNUstep/Library/AfterStep/desktop/sounds/clink.au +share/GNUstep/Library/AfterStep/desktop/sounds/cowbell.au +share/GNUstep/Library/AfterStep/desktop/sounds/crash.au +share/GNUstep/Library/AfterStep/desktop/sounds/drip.au +share/GNUstep/Library/AfterStep/desktop/sounds/gong.au +share/GNUstep/Library/AfterStep/desktop/sounds/meepmeep.au +share/GNUstep/Library/AfterStep/desktop/sounds/bong.au +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Stop animation +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Forest +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Laser +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Mountain +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Qix +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Shape +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Spermatozoid +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Spline +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Star Trek +share/GNUstep/Library/AfterStep/start/Screen savers/Without password/Firework +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Star Trek +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Forest +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Laser +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Mountain +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Qix +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Shape +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Spermatozoid +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Spline +share/GNUstep/Library/AfterStep/start/Screen savers/With password/Firework +share/GNUstep/Library/AfterStep/start/Applications/Office/Invest +share/GNUstep/Library/AfterStep/start/Applications/Office/Ps viewer +share/GNUstep/Library/AfterStep/start/Applications/Office/XEmacs +share/GNUstep/Library/AfterStep/start/Applications/Office/Lyx +share/GNUstep/Library/AfterStep/start/Applications/Office/HP 48 +share/GNUstep/Library/AfterStep/start/Applications/Office/XEphemeride +share/GNUstep/Library/AfterStep/start/Applications/Office/Dvi viewer +share/GNUstep/Library/AfterStep/start/Applications/Office/File manager +share/GNUstep/Library/AfterStep/start/Applications/Office/Plot +share/GNUstep/Library/AfterStep/start/Applications/Office/Finance +share/GNUstep/Library/AfterStep/start/Applications/Office/RPN calculator +share/GNUstep/Library/AfterStep/start/Applications/Games/Asteroids +share/GNUstep/Library/AfterStep/start/Applications/Games/X Eyes +share/GNUstep/Library/AfterStep/start/Applications/Games/Tetris +share/GNUstep/Library/AfterStep/start/Applications/Games/Patience +share/GNUstep/Library/AfterStep/start/Applications/Games/X Boing +share/GNUstep/Library/AfterStep/start/Applications/Games/Invaders +share/GNUstep/Library/AfterStep/start/Applications/Games/Galaga +share/GNUstep/Library/AfterStep/start/Applications/Games/Block Out +share/GNUstep/Library/AfterStep/start/Applications/KDE/KDE-Games/Minehunt +share/GNUstep/Library/AfterStep/start/Applications/KDE/KDE-Games/Patience +share/GNUstep/Library/AfterStep/start/Applications/KDE/KDE-Games/Tetris +share/GNUstep/Library/AfterStep/start/Applications/KDE/Calculator +share/GNUstep/Library/AfterStep/start/Applications/KDE/Display manager +share/GNUstep/Library/AfterStep/start/Applications/KDE/Help +share/GNUstep/Library/AfterStep/start/Applications/KDE/Find a file +share/GNUstep/Library/AfterStep/start/Applications/KDE/Editor +share/GNUstep/Library/AfterStep/start/Applications/KDE/View picture +share/GNUstep/Library/AfterStep/start/Applications/KDE/File manager +share/GNUstep/Library/AfterStep/start/Applications/KDE/Font manager +share/GNUstep/Library/AfterStep/start/Applications/KDE/Screen lock +share/GNUstep/Library/AfterStep/start/Applications/KDE/Paintbrush +share/GNUstep/Library/AfterStep/start/Applications/KDE/Command prompt +share/GNUstep/Library/AfterStep/start/Applications/KDE/Editor (hex) +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Color name +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Colors +share/GNUstep/Library/AfterStep/start/Applications/Accessories/X logo +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Help +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Notepad +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Clock +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Calculator +share/GNUstep/Library/AfterStep/start/Applications/Accessories/System load +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Screen magnify +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Battery +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Keyboard leds +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Change defaults +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Change keyboard +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Change screen +share/GNUstep/Library/AfterStep/start/Applications/Accessories/X pirate logo +share/GNUstep/Library/AfterStep/start/Applications/Accessories/System charge +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Grab screen +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Reset color map +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Color map +share/GNUstep/Library/AfterStep/start/Applications/Accessories/Window infos +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/File manager +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/System load +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/File system +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Media player +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Mail checker +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Modem checker +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Printer +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/PPP checker +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Radio Tuner +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Trash +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/CD player +share/GNUstep/Library/AfterStep/start/Applications/StEP applications/Clock +share/GNUstep/Library/AfterStep/start/Applications/Network/Connect to internet +share/GNUstep/Library/AfterStep/start/Applications/Network/Netscape +share/GNUstep/Library/AfterStep/start/Applications/Network/Lynx +share/GNUstep/Library/AfterStep/start/Applications/Network/Mail +share/GNUstep/Library/AfterStep/start/Applications/Network/Ftp +share/GNUstep/Library/AfterStep/start/Applications/Network/Telnet +share/GNUstep/Library/AfterStep/start/Applications/Network/Irc +share/GNUstep/Library/AfterStep/start/Applications/Network/Connect to a BBS +share/GNUstep/Library/AfterStep/start/Applications/Network/X ftp +share/GNUstep/Library/AfterStep/start/Applications/Network/News +share/GNUstep/Library/AfterStep/start/Applications/Network/Connect by ppp +share/GNUstep/Library/AfterStep/start/Applications/Medias/CD Player +share/GNUstep/Library/AfterStep/start/Applications/Medias/Modules +share/GNUstep/Library/AfterStep/start/Applications/Medias/Midi +share/GNUstep/Library/AfterStep/start/Applications/Medias/Pictures +share/GNUstep/Library/AfterStep/start/Applications/Medias/Mixer +share/GNUstep/Library/AfterStep/start/Applications/Medias/MPEG-3 +share/GNUstep/Library/AfterStep/start/Applications/Medias/The gimp +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Spermatozoid +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Qix +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Star Trek +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Laser +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Spline +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Mountain +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Shape +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Firework +share/GNUstep/Library/AfterStep/start/Decorations/Animations/Forest +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/xterm +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/num_glyphs +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/based_arrow_down +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/based_arrow_up +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/boat +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/bogosity +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/bottom_left_corner +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/bottom_right_corner +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/bottom_side +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/bottom_tee +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/box_spiral +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/center_ptr +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/circle +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/clock +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/coffee_mug +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/cross +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/cross_reverse +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/crosshair +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/diamond_cross +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/dot +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/dotbox +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/double_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/draft_large +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/draft_small +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/draped_box +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/exchange +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/fleur +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/gobbler +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/gumby +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/hand1 +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/hand2 +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/heart +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/icon +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/iron_cross +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/left_ptr +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/left_side +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/left_tee +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/leftbutton +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/ll_angle +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/lr_angle +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/man +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/middlebutton +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/mouse +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/pencil +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/pirate +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/plus +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/question_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/right_ptr +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/right_side +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/right_tee +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/shuttle +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/rightbutton +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/rtl_logo +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sailboat +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sb_down_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sb_h_double_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sb_left_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sb_right_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sb_up_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sb_v_double_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/spider +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/sizing +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/spraycan +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/star +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/target +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/tcross +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/top_left_arrow +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/top_left_corner +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/top_right_corner +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/top_side +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/top_tee +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/trek +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/ul_angle +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/umbrella +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/ur_angle +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/watch +share/GNUstep/Library/AfterStep/start/Decorations/Cursors/X_cursor +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Left Handed (3 2 1) +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Ultra Fastest +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Faster +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Fast +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Normal +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Slower +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/No acceleration +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Right Handed (1 2 3) +share/GNUstep/Library/AfterStep/start/Decorations/Mouse/Next Fastest +share/GNUstep/Library/AfterStep/start/Decorations/X earth +share/GNUstep/Library/AfterStep/start/Decorations/Stop animation +share/GNUstep/Library/AfterStep/start/Decorations/X fishtank +share/GNUstep/Library/AfterStep/start/Quit/Exit ? +share/GNUstep/Library/AfterStep/start/Quit/Close this session +share/GNUstep/Library/AfterStep/start/Quit/Restart this session +share/GNUstep/Library/AfterStep/start/Quit/Restart with twm +share/GNUstep/Library/AfterStep/start/Modules/X Lock +share/GNUstep/Library/AfterStep/start/Modules/Icon bar +share/GNUstep/Library/AfterStep/start/Modules/Task list +share/GNUstep/Library/AfterStep/start/Modules/Banner +share/GNUstep/Library/AfterStep/start/Modules/Audio +share/GNUstep/Library/AfterStep/start/Modules/FTP +share/GNUstep/Library/AfterStep/start/Modules/Quit +share/GNUstep/Library/AfterStep/start/Modules/Identify window +share/GNUstep/Library/AfterStep/start/Modules/Temporize window closing +share/GNUstep/Library/AfterStep/start/Modules/Add scrollbars +share/GNUstep/Library/AfterStep/start/Modules/Animate iconify +share/GNUstep/Library/AfterStep/start/Modules/Auto raise +share/GNUstep/Library/AfterStep/start/Modules/Virtual desktop +share/GNUstep/Library/AfterStep/start/X terminal (big) +share/GNUstep/Library/AfterStep/start/AfterStepDoc +share/GNUstep/Library/AfterStep/start/X terminal (pixmap) +share/GNUstep/Library/AfterStep/start/Screen saver +share/GNUstep/Library/AfterStep/start/X terminal +share/GNUstep/Library/AfterStep/start/X terminal (no sb) +share/GNUstep/Library/AfterStep/feels/feel.clicktofocus +share/GNUstep/Library/AfterStep/feels/feel.Windowish +share/GNUstep/Library/AfterStep/feels/feel.purenext +share/GNUstep/Library/AfterStep/feels/feel.DEFAULT +share/GNUstep/Library/AfterStep/feels/feel.autoraise +share/GNUstep/Library/AfterStep/feels/feel.ICCCM +share/GNUstep/Library/AfterStep/feels/feel.smarttabing +share/GNUstep/Library/AfterStep/looks/look.nogradient +share/GNUstep/Library/AfterStep/looks/look.Wouter +share/GNUstep/Library/AfterStep/looks/look.Nextish +share/GNUstep/Library/AfterStep/looks/look.Black +share/GNUstep/Library/AfterStep/looks/look.purenext +share/GNUstep/Library/AfterStep/looks/look.NEWFEATURES +share/GNUstep/Library/AfterStep/looks/look.redish +share/GNUstep/Library/AfterStep/looks/look.red +share/GNUstep/Library/AfterStep/looks/look.Neptho +share/GNUstep/Library/AfterStep/looks/look.DEFAULT +share/GNUstep/Library/AfterStep/looks/look.Dark +share/GNUstep/Library/AfterStep/looks/look.orchid +share/GNUstep/Library/AfterStep/looks/look.turquoise +share/GNUstep/Library/AfterStep/looks/look.lightgrey +share/GNUstep/Library/AfterStep/looks/look.lightblue +share/GNUstep/Library/AfterStep/looks/look.greyblue +share/GNUstep/Library/AfterStep/looks/look.DeepBlue +share/GNUstep/Library/AfterStep/looks/look.Stone +share/GNUstep/Library/AfterStep/looks/look.Guylhem +share/GNUstep/Library/AfterStep/asmail +share/GNUstep/Library/AfterStep/wharf +share/GNUstep/Library/AfterStep/base.8bpp +share/GNUstep/Library/AfterStep/base.16bpp +share/GNUstep/Library/AfterStep/ident +share/GNUstep/Library/AfterStep/audio +share/GNUstep/Library/AfterStep/pager +share/GNUstep/Library/AfterStep/winlist +share/GNUstep/Library/AfterStep/autoexec +share/GNUstep/Library/AfterStep/database +share/GNUstep/Library/AfterStep/base.24bpp +share/GNUstep/Library/AfterStep/animate +share/GNUstep/Library/AfterStep/wharf.orig +share/GNUstep/Library/AfterStep/.windows +share/GNUstep/Library/AfterStep/forms +share/GNUstep/Library/AfterStep/scroll +share/GNUstep/Library/AfterStep/clean +share/afterdoc/afterstep.html +share/afterdoc/afterstep-1.html +share/afterdoc/afterstep-2.html +share/afterdoc/afterstep-3.html +share/afterdoc/afterstep-4.html +share/afterdoc/afterstep-5.html +share/afterdoc/afterstep-6.html +share/afterdoc/afterstep-7.html +@dirrm share/GNUstep/Library/AfterStep/non-configurable/desk1 +@dirrm share/GNUstep/Library/AfterStep/non-configurable/desk0 +@dirrm share/GNUstep/Library/AfterStep/non-configurable/desk3 +@dirrm share/GNUstep/Library/AfterStep/non-configurable/desk2 +@dirrm share/GNUstep/Library/AfterStep/non-configurable/tmp +@dirrm share/GNUstep/Library/AfterStep/non-configurable +@dirrm share/GNUstep/Library/AfterStep/desktop/icons/8bpp +@dirrm share/GNUstep/Library/AfterStep/desktop/icons/common +@dirrm share/GNUstep/Library/AfterStep/desktop/icons/16bpp +@dirrm share/GNUstep/Library/AfterStep/desktop/icons/ +@dirrm share/GNUstep/Library/AfterStep/desktop/backgrounds +@dirrm share/GNUstep/Library/AfterStep/desktop/buttons +@dirrm share/GNUstep/Library/AfterStep/desktop/sounds +@dirrm share/GNUstep/Library/AfterStep/desktop/ +@dirrm share/GNUstep/Library/AfterStep/start/Screen savers/Without password +@dirrm share/GNUstep/Library/AfterStep/start/Screen savers/With password +@dirrm share/GNUstep/Library/AfterStep/start/Screen savers +@dirrm share/GNUstep/Library/AfterStep/start/Applications/Office +@dirrm share/GNUstep/Library/AfterStep/start/Applications/Games +@dirrm share/GNUstep/Library/AfterStep/start/Applications/KDE/KDE-Games +@dirrm share/GNUstep/Library/AfterStep/start/Applications/KDE +@dirrm share/GNUstep/Library/AfterStep/start/Applications/Accessories +@dirrm share/GNUstep/Library/AfterStep/start/Applications/StEP applications +@dirrm share/GNUstep/Library/AfterStep/start/Applications/Network +@dirrm share/GNUstep/Library/AfterStep/start/Applications/Medias +@dirrm share/GNUstep/Library/AfterStep/start/Applications +@dirrm share/GNUstep/Library/AfterStep/start/Decorations/Animations +@dirrm share/GNUstep/Library/AfterStep/start/Decorations/Cursors +@dirrm share/GNUstep/Library/AfterStep/start/Decorations/Mouse +@dirrm share/GNUstep/Library/AfterStep/start/Decorations +@dirrm share/GNUstep/Library/AfterStep/start/Quit +@dirrm share/GNUstep/Library/AfterStep/start/Modules +@dirrm share/GNUstep/Library/AfterStep/start +@dirrm share/GNUstep/Library/AfterStep/feels +@dirrm share/GNUstep/Library/AfterStep/looks +@dirrm share/GNUstep/Library/AfterStep/ +@dirrm share/afterdoc diff -ruN afterstep/scripts/CVS/Entries afterstep144/scripts/CVS/Entries --- afterstep/scripts/CVS/Entries Tue Oct 21 06:12:41 1997 +++ afterstep144/scripts/CVS/Entries Wed Dec 31 17:00:00 1969 @@ -1,2 +0,0 @@ -/configure/1.2/Tue Oct 29 19:50:21 1996// -D diff -ruN afterstep/scripts/CVS/Repository afterstep144/scripts/CVS/Repository --- afterstep/scripts/CVS/Repository Tue Oct 21 06:12:41 1997 +++ afterstep144/scripts/CVS/Repository Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs/ports/x11/afterstep/scripts diff -ruN afterstep/scripts/CVS/Root afterstep144/scripts/CVS/Root --- afterstep/scripts/CVS/Root Tue Oct 21 06:12:41 1997 +++ afterstep144/scripts/CVS/Root Wed Dec 31 17:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs diff -ruN afterstep/scripts/configure afterstep144/scripts/configure --- afterstep/scripts/configure Tue Oct 29 12:50:21 1996 +++ afterstep144/scripts/configure Wed Dec 31 17:00:00 1969 @@ -1,8 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -system( "/usr/bin/perl -pi -e 's|%%PREFIX%%|$ENV{'PREFIX'}|g' $ENV{'WRKSRC'}/sample.steprc $ENV{'WRKSRC'}/configure.h" ); >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message