diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 81 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/distinfo | 12 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-aa | 39 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-ab | 76 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-ac | 32 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-ad | 47 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-ae | 16 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-afterstep::icons.c | 21 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/steprc.ja.diff | 17 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/pkg-descr | 24 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/pkg-plist | 69 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/scripts/configure | 6 | ||||
-rw-r--r-- | x11-wm/e16utils/Makefile | 56 | ||||
-rw-r--r-- | x11-wm/e16utils/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/e16utils/files/patch-e16menuedit-0.1 | 103 | ||||
-rw-r--r-- | x11-wm/e16utils/pkg-descr | 1 |
17 files changed, 0 insertions, 606 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index ec9ab902018b..936f35e1f4dc 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -5,7 +5,6 @@ SUBDIR += aewm SUBDIR += afterstep - SUBDIR += afterstep-i18n SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm @@ -30,7 +29,6 @@ SUBDIR += devilspie SUBDIR += dwm SUBDIR += e16 - SUBDIR += e16utils SUBDIR += e17-module-alarm SUBDIR += e17-module-comp-scale SUBDIR += e17-module-cpu diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile deleted file mode 100644 index 2f4089862706..000000000000 --- a/x11-wm/afterstep-i18n/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# Created by: issei@jp.FreeBSD.org -# $FreeBSD$ - -PORTNAME= afterstep-i18n -PORTVERSION= 1.0 -PORTREVISION= 4 -CATEGORIES= x11-wm afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP:S/$/:afterstep/} \ - ${MASTER_SITE_LOCAL:S/$/:local/} \ - http://www.itlb.te.noda.tus.ac.jp/~manome/afterstep/archive/:i18n \ - http://www.itlb.te.noda.tus.ac.jp/~manome/afterstep/archive/icons/:icon -MASTER_SITE_SUBDIR= archives/1.0/:afterstep kuriyama/:local -DISTNAME= AfterStep-1.0 -DISTFILES= ${DISTNAME}.tar.gz:afterstep,local \ - unofficial-I18N.98Feb27.tar.gz:local,i18n \ - kterm.xpm:icon kterm2.xpm:icon KTerm-AS.xpm:icon \ - netscape4.xpm:icon -EXTRACT_ONLY= ${DISTNAME}.tar.gz \ - unofficial-I18N.98Feb27.tar.gz - -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The NeXTstep clone window manager with Fontset support - -RUN_DEPENDS= asclock:${PORTSDIR}/x11-clocks/asclock - -DEPRECATED= Unmaintained since 2002 -EXPIRATION_DATE= 2014-04-17 -DIST_SUBDIR= afterstep -USE_XORG= xpm -USES= imake -INSTALL_TARGET= install install.man -MANCOMPRESSED= yes -MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 -AFTERSTEPDIR= ${PREFIX}/lib/X11/afterstep -ICONDIR= ${PREFIX}/include/X11/pixmaps - -SRCDIRS= afterstep \ - modules/Animate modules/Audio modules/Auto \ - modules/Banner modules/Pager modules/Wharf \ - modules/Wharf/ASSound - -NO_STAGE= yes -pre-patch: - @ ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/as10+I18N.98Feb27.diff - -post-patch: - @ ${CP} ${WRKSRC}/sample.steprc ${WRKSRC}/sample.steprc.ja_JP.EUC - @ ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/steprc.ja.diff - for i in ${SRCDIRS}; do \ - ${REINPLACE_CMD} -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' ${WRKSRC}/$${i}/Imakefile ; \ - done - -pre-build: - @ cd ${WRKSRC}; ${SH} MakeMakefiles - -post-install: - @ ${MKDIR} ${AFTERSTEPDIR}/backgrounds - ${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${AFTERSTEPDIR}/backgrounds - @ ${MKDIR} ${AFTERSTEPDIR}/sounds - ${INSTALL_DATA} ${WRKSRC}/sounds/* ${AFTERSTEPDIR}/sounds - @ ${MKDIR} ${PREFIX}/include/X11/pixmaps - ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${ICONDIR} - ${INSTALL_DATA} ${_DISTDIR}/kterm.xpm ${ICONDIR} - ${INSTALL_DATA} ${_DISTDIR}/kterm2.xpm ${ICONDIR} - ${INSTALL_DATA} ${_DISTDIR}/KTerm-AS.xpm ${ICONDIR} - ${INSTALL_DATA} ${_DISTDIR}/netscape4.xpm ${ICONDIR}/ja-netscape4.xpm - ${INSTALL_DATA} ${WRKSRC}/sample.steprc.ja_JP.EUC ${AFTERSTEPDIR}/system.steprc.ja_JP.EUC - -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} -.for i in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt - ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} -.endfor -.for i in CHANGES.I18N README.I18N README.I18N.jis - ${INSTALL_DATA} ${WRKDIR}/$i ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/afterstep-i18n/distinfo b/x11-wm/afterstep-i18n/distinfo deleted file mode 100644 index 1304dc851569..000000000000 --- a/x11-wm/afterstep-i18n/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -SHA256 (afterstep/AfterStep-1.0.tar.gz) = d4cb0e76bdf1405aff073c8697a978ab86c8d51a2c971377131aae1bf0e76014 -SIZE (afterstep/AfterStep-1.0.tar.gz) = 601903 -SHA256 (afterstep/unofficial-I18N.98Feb27.tar.gz) = 7876078e48db1a56335d634e6ca31c790af67016398bca0fe97e43f374b536be -SIZE (afterstep/unofficial-I18N.98Feb27.tar.gz) = 11978 -SHA256 (afterstep/kterm.xpm) = fe263c651c3fcd154c875c772a20d41946e838736f6d36093e17f2d08d024da9 -SIZE (afterstep/kterm.xpm) = 2898 -SHA256 (afterstep/kterm2.xpm) = 78ed1a63699d9702067db85c1f73db6ac56901bfacb74663f3a35cea738d41f0 -SIZE (afterstep/kterm2.xpm) = 3413 -SHA256 (afterstep/KTerm-AS.xpm) = 74406c254963337cc05fafc4dd52e6bec250567231ae322f69c1765861f35929 -SIZE (afterstep/KTerm-AS.xpm) = 4373 -SHA256 (afterstep/netscape4.xpm) = b065391d6d9c8f831e223ea7c469f456226cf63db56a3bcad2bf2165a0b349bd -SIZE (afterstep/netscape4.xpm) = 2871 diff --git a/x11-wm/afterstep-i18n/files/patch-aa b/x11-wm/afterstep-i18n/files/patch-aa deleted file mode 100644 index 06541872cfdb..000000000000 --- a/x11-wm/afterstep-i18n/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.h.orig Sun Sep 6 14:29:37 1998 -+++ configure.h Sun Sep 6 14:29:43 1998 -@@ -1,6 +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" -+#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" - - /* If you would like gradients, uncomment this */ - #define ENABLE_TEXTURE -@@ -17,7 +17,7 @@ - * 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 -+#define AFTER_BIN_DIR BINDIR=%%PREFIX%%/bin - - /* Compiler over-ride for Imakefiles */ - /* Leave it as shown to get your default compiler */ -@@ -59,7 +59,7 @@ - ***************************************************************************/ - #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 XPMLIBRARY -L%%PREFIX%%/lib -lXpm - - /*************************************************************************** - *#define I18N -@@ -68,7 +68,7 @@ - * and Menu. you have to set the locale appropriately before - * you start the window manager. - ***************************************************************************/ --/* #define I18N */ -+#define I18N - - - /*************************************************************************** diff --git a/x11-wm/afterstep-i18n/files/patch-ab b/x11-wm/afterstep-i18n/files/patch-ab deleted file mode 100644 index c42002cd24a6..000000000000 --- a/x11-wm/afterstep-i18n/files/patch-ab +++ /dev/null @@ -1,76 +0,0 @@ ---- sample.steprc.orig Mon May 5 00:28:05 1997 -+++ sample.steprc Sun Sep 6 15:04:09 1998 -@@ -167,11 +167,11 @@ - # 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 -+ModulePath %%PREFIX%%/lib/X11/afterstep - # Another colon-separated list pointing to your pixmaps (color icons) --PixmapPath /usr/include/X11/pixmaps/ -+PixmapPath %%PREFIX%%/include/X11/pixmaps/ - # Path for your ugly black&white icons --IconPath /usr/include/X11/bitmaps/ -+IconPath %%PREFIX%%/include/X11/bitmaps/ - - # Various styles which can be associated with specific applications - # Sticky -- remains "stuck" on all desks -@@ -291,7 +291,7 @@ - # 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 xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/carpet.green.jpg - Exec "I" exec xsetroot -solid DarkGrey - EndFunction - -@@ -466,21 +466,21 @@ - # 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 -+ 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 -@@ -606,10 +606,10 @@ - Module Audio - - # Select your normal audio player --#*AudioPlayCmd /usr/bin/showaudio -+#*AudioPlayCmd /usr/local/bin/showaudio - - # Select the directory containing your sounds --#*AudioDir /home/frank/mac/sounds -+#*AudioDir %%PREFIX%%/lib/X11/afterstep/sounds - - #*AudioDelay 1 - diff --git a/x11-wm/afterstep-i18n/files/patch-ac b/x11-wm/afterstep-i18n/files/patch-ac deleted file mode 100644 index 0e666b7a01e1..000000000000 --- a/x11-wm/afterstep-i18n/files/patch-ac +++ /dev/null @@ -1,32 +0,0 @@ ---- afterstep/configure.c.old Mon Oct 19 22:00:57 1998 -+++ afterstep/configure.c Mon Oct 19 22:06:26 1998 -@@ -409,7 +409,7 @@ - ****************************************************************************/ - void MakeMenus(const char *display_name, char *m4_options) - { -- char *system_file = STEPRC; -+ char *system_file; - char *home_file; - char line[256],*tline; - char *Home; /* the HOME environment variable */ -@@ -504,8 +504,20 @@ - } - afterstep_file = home_file; - config_fd = fopen(home_file,"r"); -+#ifdef I18N -+ if (config_fd == (FILE *)NULL && Lang != NULL) { -+ system_file = safemalloc(strlen(STEPRC) + strlen(Lang) + 2); -+ sprintf(system_file, "%s.%s", STEPRC, Lang); -+ afterstep_file = system_file; -+ config_fd = fopen(system_file,"r"); -+ } -+#endif - if(config_fd == (FILE *)NULL) - { -+#ifdef I18N -+ free(system_file); -+#endif -+ system_file = STEPRC; - afterstep_file = system_file; - config_fd = fopen(system_file,"r"); - } diff --git a/x11-wm/afterstep-i18n/files/patch-ad b/x11-wm/afterstep-i18n/files/patch-ad deleted file mode 100644 index aec8333d9a77..000000000000 --- a/x11-wm/afterstep-i18n/files/patch-ad +++ /dev/null @@ -1,47 +0,0 @@ ---- afterstep/afterstep.man.old Fri Oct 23 00:13:34 1998 -+++ afterstep/afterstep.man Fri Oct 23 00:15:28 1998 -@@ -146,7 +146,7 @@ - See the section on "Mouse" for more information. Further modifications to - .I AfterStep's - behavior can be made in the ~/.steprc file, using --/usr/X11R6/lib/X11/afterstep/system.steprc as a guide. -+%%PREFIX%%/lib/X11/afterstep/system.steprc as a guide. - - Shaped windows such as xeyes or oclock get a title bar that floats above - the window and no bottom bar. The background area of shaped windows is -@@ -216,7 +216,7 @@ - these files will be described later. First, - .I AfterStep - will search for a file named .steprc in the user's home directory. --Failing that, it will look for /usr/lib/X11/afterstep/system.steprc for system-wide -+Failing that, it will look for %%PREFIX%%/lib/X11/afterstep/system.steprc.${LOCALE} and %%PREFIX%%/lib/X11/afterstep/system.steprc for system-wide - defaults. If that file is not found, - .I AfterStep - will exit. -@@ -1299,7 +1299,7 @@ - replaced with a key name. The - .I keyname - is one of the --entries from /usr/include/X11/keysymdef.h, with the -+entries from %%PREFIX%%/include/X11/keysymdef.h, with the - leading XK_ omitted. The - .I Context - and -@@ -1619,7 +1619,7 @@ - - The cursor_type argument is a number which tells - the cursor shape to use. The available numbers can --be found in /usr/include/X11/cursorfont.h, and are -+be found in %%PREFIX%%/include/X11/cursorfont.h, and are - currently even numbers between 0 and 152. At the - current time, the following cursor types are available. - -@@ -1911,7 +1911,7 @@ - Key F1 R N Restart " " afterstep & - Key F1 R N Restart " " $(HOME)/bin/afterstep - Key F1 R N Restart " " twm -f .mystartupfile --Key F1 R N Restart " " /usr/local/bin/afterstep -+Key F1 R N Restart " " %%PREFIX%%/bin/afterstep - .fi - .RE - diff --git a/x11-wm/afterstep-i18n/files/patch-ae b/x11-wm/afterstep-i18n/files/patch-ae deleted file mode 100644 index b5597be33a39..000000000000 --- a/x11-wm/afterstep-i18n/files/patch-ae +++ /dev/null @@ -1,16 +0,0 @@ ---- Imakefile.orig Sun Mar 9 07:03:27 1997 -+++ Imakefile Sun Aug 25 18:27:44 2002 -@@ -18,7 +18,6 @@ - modules/Wharf \ - modules/Banner \ - modules/Pager \ -- modules/asclock \ - modules/Animate - - SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS) -@@ -28,4 +27,4 @@ - MakeSubdirs($(SUBDIRS)) - - /* Doesn't work for me! */ --/* #DependSubdirs($(SUBDIRS))*/ -+#DependSubdirs($(SUBDIRS)) diff --git a/x11-wm/afterstep-i18n/files/patch-afterstep::icons.c b/x11-wm/afterstep-i18n/files/patch-afterstep::icons.c deleted file mode 100644 index c9c43d64a784..000000000000 --- a/x11-wm/afterstep-i18n/files/patch-afterstep::icons.c +++ /dev/null @@ -1,21 +0,0 @@ -$FreeBSD$ - ---- afterstep/icons.c.orig Thu Mar 20 19:09:21 1997 -+++ afterstep/icons.c Sun May 26 18:15:10 2002 -@@ -779,10 +779,12 @@ - } - } - -- if(tmp_win->flags & ICON_MOVED) -- CreateIconWindow(tmp_win,tmp_win->icon_x_loc,tmp_win->icon_y_loc); -- else -- CreateIconWindow(tmp_win, def_x, def_y); -+ if(tmp_win->icon_pixmap_w == None) { -+ if(tmp_win->flags & ICON_MOVED) -+ CreateIconWindow(tmp_win,tmp_win->icon_x_loc,tmp_win->icon_y_loc); -+ else -+ CreateIconWindow(tmp_win, def_x, def_y); -+ } - - AutoPlace(tmp_win); - tmp_win->flags |= ICONIFIED; diff --git a/x11-wm/afterstep-i18n/files/steprc.ja.diff b/x11-wm/afterstep-i18n/files/steprc.ja.diff deleted file mode 100644 index ad190c4d4b87..000000000000 --- a/x11-wm/afterstep-i18n/files/steprc.ja.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- sample.steprc.ja_JP.EUC.old Mon Oct 19 21:35:25 1998 -+++ sample.steprc.ja_JP.EUC Mon Oct 19 21:36:49 1998 -@@ -70,11 +70,11 @@ - IconTitle - - # Menu Font --Font -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-* -+Font -adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-iso8859-*,-*-fixed-medium-r-*-*-14-*-*-*-*-*-jisx0208.1983 - # Window TitleBar Font --WindowFont -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-* -+WindowFont -adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-iso8859-*,-*-fixed-medium-r-*-*-14-*-*-*-*-*-jisx0208.1983 - # Icon Font --IconFont -adobe-helvetica-medium-r-*-*-8-*-*-*-*-*-*-* -+IconFont -adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-iso8859-*,-*-fixed-medium-r-*-*-14-*-*-*-*-*-jisx0208.1983 - # Area where icons should show up (RightX, RightY, LeftX, LeftY) - IconBox 0 -64 -1 -1 - diff --git a/x11-wm/afterstep-i18n/pkg-descr b/x11-wm/afterstep-i18n/pkg-descr deleted file mode 100644 index 564282e9ac1e..000000000000 --- a/x11-wm/afterstep-i18n/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -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 version of AfterStep can use fontset. - -WWW: http://www.afterstep.org/ diff --git a/x11-wm/afterstep-i18n/pkg-plist b/x11-wm/afterstep-i18n/pkg-plist deleted file mode 100644 index e5433116b3b1..000000000000 --- a/x11-wm/afterstep-i18n/pkg-plist +++ /dev/null @@ -1,69 +0,0 @@ -bin/afterstep -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/system.steprc.ja_JP.EUC -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/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 -include/X11/pixmaps/3dpaint.xpm -include/X11/pixmaps/AFstep.xpm -include/X11/pixmaps/AfterStep.xpm -include/X11/pixmaps/FileFolders.xpm -include/X11/pixmaps/KeysOnChain.xpm -include/X11/pixmaps/OldFashionedRadio.xpm -include/X11/pixmaps/YellowBlueRedGeometry.xpm -include/X11/pixmaps/eyecon.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/recycler.xpm -include/X11/pixmaps/shutdown.xpm -include/X11/pixmaps/text.xpm -include/X11/pixmaps/writeletter.xpm -include/X11/pixmaps/kterm.xpm -include/X11/pixmaps/kterm2.xpm -include/X11/pixmaps/KTerm-AS.xpm -include/X11/pixmaps/ja-netscape4.xpm -@dirrm lib/X11/afterstep/backgrounds -@dirrm lib/X11/afterstep/sounds -@dirrm lib/X11/afterstep -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.8bit -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/module-interface.txt -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.I18N -%%PORTDOCS%%%%DOCSDIR%%/README.I18N -%%PORTDOCS%%%%DOCSDIR%%/README.I18N.jis -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry include/X11/pixmaps diff --git a/x11-wm/afterstep-i18n/scripts/configure b/x11-wm/afterstep-i18n/scripts/configure deleted file mode 100644 index 833c6aaf0b8b..000000000000 --- a/x11-wm/afterstep-i18n/scripts/configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -files="sample.steprc sample.steprc.ja_JP.EUC configure.h afterstep/afterstep.man" -for i in $files; do - /usr/bin/perl -pi -e 's|%%PREFIX%%|$ENV{'PREFIX'}|g' $WRKSRC/$i -done diff --git a/x11-wm/e16utils/Makefile b/x11-wm/e16utils/Makefile deleted file mode 100644 index 90e91b298d6d..000000000000 --- a/x11-wm/e16utils/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: Jeremy Norris <ishmael27@home.com> -# $FreeBSD$ - -PORTNAME= e16utils -PORTVERSION= 0.16 -PORTREVISION= 12 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= SF/enlightenment/e16menuedit/e16menuedit:src1 \ - SF/enlightenment/e16keyedit/0.7:src2 -DISTFILES= e16menuedit-0.1.tar.gz:src1 \ - e16keyedit-0.7.tar.gz:src2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Standalone menu and keybinding editors for enlightenment 0.16 - -LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm - -DEPRECATED= Unmaintained since 2002 -EXPIRATION_DATE= 2014-04-17 -USE_GNOME= imlib gtk20 -USES= pkgconfig - -SUB_STUBS= e16menuedit-0.1 e16keyedit-0.7 - -PLIST_FILES= bin/e16menuedit \ - bin/e16keyedit - -NO_STAGE= yes -do-patch: -.for i in ${SUB_STUBS} - if [ -f "${PATCHDIR}/patch-${i}" ]; then \ - cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}; \ - fi -.endfor - -do-configure: -.for i in ${SUB_STUBS} - if [ -f "${WRKDIR}/${i}/${CONFIGURE_SCRIPT}" ]; then \ - cd ${WRKDIR}/${i} && ${SETENV} ${CONFIGURE_ENV} \ - ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ - fi -.endfor - -do-build: -.for i in ${SUB_STUBS} - @cd ${WRKDIR}/${i} && ${SETENV} ${MAKE_ENV} ${MAKE} all -.endfor - -do-install: -.for i in ${SUB_STUBS} - @cd ${WRKDIR}/${i} && \ - ${INSTALL_PROGRAM} `${ECHO_CMD} '${i}' | ${SED} -e 's,-\(.*\),,'` \ - ${PREFIX}/bin -.endfor - -.include <bsd.port.mk> diff --git a/x11-wm/e16utils/distinfo b/x11-wm/e16utils/distinfo deleted file mode 100644 index 61c46f437ada..000000000000 --- a/x11-wm/e16utils/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (e16menuedit-0.1.tar.gz) = 2a5ed9b02af9788c1028cf052e78a4932ad52e42de037c6f0c5cf3b7e3c02a8b -SIZE (e16menuedit-0.1.tar.gz) = 8450 -SHA256 (e16keyedit-0.7.tar.gz) = 8f9aa35ca5355f7a5bee04f4cced0922ed0f690be2d10f5a8e39680e391c09a2 -SIZE (e16keyedit-0.7.tar.gz) = 88323 diff --git a/x11-wm/e16utils/files/patch-e16menuedit-0.1 b/x11-wm/e16utils/files/patch-e16menuedit-0.1 deleted file mode 100644 index 91244e3eb2fa..000000000000 --- a/x11-wm/e16utils/files/patch-e16menuedit-0.1 +++ /dev/null @@ -1,103 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig Mon Apr 17 05:40:03 2000 -+++ Makefile Sat Aug 3 02:33:28 2002 -@@ -10,23 +10,23 @@ - BUILD = \ - - LIB_DIRS = \ -- -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/dt/lib -+ -L${LOCALBASE}/lib - LIBS = \ -- `gtk-config --libs` -lgdbm -lgdk_imlib --CFLAGS = \ -- -O -g -D_GNU_SOURCE $(DEVFLAGS) -+ `${IMLIB_CONFIG} --libs-gdk` -lgdbm -+CFLAGS += \ -+ -D_GNU_SOURCE $(DEVFLAGS) - #CFLAGS = \ - # -O -g -W -Wall -Wno-unused -pedantic -pedantic-errors -ansi -D_GNU_SOURCE --OPTFLAGS = \ -- -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE -+#OPTFLAGS = \ -+# -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE - INCLUDES = \ -- `gtk-config --cflags` -I.. -+ `${IMLIB_CONFIG} --cflags-gdk` -I.. - - BIN = e16menuedit - - # configurable stuff --BINARY_DESTINATION = /usr/local/enlightenment/bin --DATA_DESTINATION = /usr/local/enlightenment/share -+BINARY_DESTINATION = ${PREFIX}/bin -+DATA_DESTINATION = ${PREFIX}/share - - # commands to do things - INSTALL = install -@@ -39,7 +39,7 @@ - MAKE = make - STRIP = strip - SED = sed --MAKEDEP = gcc -MM $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDES) $(EXTRA_INCLUDES) -+MAKEDEP = ${CC} -MM $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDES) $(EXTRA_INCLUDES) - #MAKEDEP = makedepend -f- -s'\# CUT' -- -Y $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDES) $(EXTRA_INCLUDES) -- - - # piece together variables ---- viewer.c.orig 2000-04-16 22:40:03.000000000 +0200 -+++ viewer.c 2008-01-11 18:08:53.000000000 +0100 -@@ -34,7 +34,7 @@ - if (!file_to_load) - return; - if (file_to_load[0] != '/') -- sprintf (buf, "%s/.enlightenment/%s", homedir (getuid ()), file_to_load); -+ sprintf (buf, "%s/.e16/menus/%s", homedir (getuid ()), file_to_load); - else - sprintf (buf, "%s", file_to_load); - -@@ -108,7 +108,7 @@ - GtkCTreeNode *parent = NULL; - - /* currently hardcoded, but not a big issue to change later */ -- sprintf (buf, "%s/.enlightenment/file.menu", homedir (getuid ())); -+ sprintf (buf, "%s/.e16/menus/file.menu", homedir (getuid ())); - menufile = fopen (buf, "r"); - if (!menufile) - { -@@ -564,7 +564,7 @@ - gint retval = 0; - - buf = -- g_strjoin ("/", homedir (getuid ()), ".enlightenment", "file.menu", NULL); -+ g_strjoin ("/", homedir (getuid ()), ".e16/menus", "file.menu", NULL); - - node = - gtk_ctree_export_to_gnode (GTK_CTREE (ctree), NULL, NULL, -@@ -683,7 +683,7 @@ - { - /* Tarnation! A relative path */ - realfile = -- g_strjoin ("/", homedir (getuid ()), ".enlightenment", file, NULL); -+ g_strjoin ("/", homedir (getuid ()), ".e16/menus", file, NULL); - } - else - realfile = g_strdup (file); -@@ -717,7 +717,7 @@ - if (G_NODE_IS_LEAF (node)) - { - /* It's an entry */ -- fprintf (fp, "\"%s\"\t%s\texec\t\"%s\"\n", -+ fprintf (fp, "\"%s\"\t\"%s\"\texec\t\"%s\"\n", - dat->desc[0] == '\0' ? "NULL" : dat->desc, - dat->icon[0] == '\0' ? "NULL" : dat->icon, - dat->params[0] == '\0' ? "" : dat->params); -@@ -725,7 +725,7 @@ - else - { - /* It's a submenu */ -- fprintf (fp, "\"%s\"\t%s\tmenu\t\"%s\"\n", -+ fprintf (fp, "\"%s\"\t\"%s\"\tmenu\t\"%s\"\n", - dat->desc[0] == '\0' ? "NULL" : dat->desc, - dat->icon[0] == '\0' ? "NULL" : dat->icon, - dat->params[0] == '\0' ? "" : dat->params); diff --git a/x11-wm/e16utils/pkg-descr b/x11-wm/e16utils/pkg-descr deleted file mode 100644 index 5918d33b2bef..000000000000 --- a/x11-wm/e16utils/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Standalone menu and keybinding editors for enlightment 0.16. |