From 1fccd23656c11faa27bf38f07c1571ff822a5dd7 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sun, 15 Nov 1998 22:08:01 +0000 Subject: The NeXTSTEP clone window manager with Fontset support. PR: ports/8408 Submitted by: Issei Suzuki --- x11-wm/afterstep-i18n/Makefile | 69 +++++++++++++++++++++++++++ x11-wm/afterstep-i18n/distinfo | 6 +++ x11-wm/afterstep-i18n/files/patch-aa | 39 +++++++++++++++ x11-wm/afterstep-i18n/files/patch-ab | 76 ++++++++++++++++++++++++++++++ x11-wm/afterstep-i18n/files/patch-ac | 32 +++++++++++++ x11-wm/afterstep-i18n/files/patch-ad | 47 ++++++++++++++++++ x11-wm/afterstep-i18n/files/steprc.ja.diff | 17 +++++++ x11-wm/afterstep-i18n/pkg-comment | 1 + x11-wm/afterstep-i18n/pkg-descr | 22 +++++++++ x11-wm/afterstep-i18n/pkg-plist | 69 +++++++++++++++++++++++++++ x11-wm/afterstep-i18n/scripts/configure | 6 +++ 11 files changed, 384 insertions(+) create mode 100644 x11-wm/afterstep-i18n/Makefile create mode 100644 x11-wm/afterstep-i18n/distinfo create mode 100644 x11-wm/afterstep-i18n/files/patch-aa create mode 100644 x11-wm/afterstep-i18n/files/patch-ab create mode 100644 x11-wm/afterstep-i18n/files/patch-ac create mode 100644 x11-wm/afterstep-i18n/files/patch-ad create mode 100644 x11-wm/afterstep-i18n/files/steprc.ja.diff create mode 100644 x11-wm/afterstep-i18n/pkg-comment create mode 100644 x11-wm/afterstep-i18n/pkg-descr create mode 100644 x11-wm/afterstep-i18n/pkg-plist create mode 100644 x11-wm/afterstep-i18n/scripts/configure diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile new file mode 100644 index 000000000000..ca99fcb97a1d --- /dev/null +++ b/x11-wm/afterstep-i18n/Makefile @@ -0,0 +1,69 @@ +# New ports collection makefile for: afterstep-i18n +# Version required: 1.0 +# Date created: 23 October 1998 +# Whom: issei@jp.FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= AfterStep-1.0 +PKGNAME= afterstep-i18n-1.0 +CATEGORIES= x11-wm +MASTER_SITES= ftp://ftp.afterstep.org/pub/AfterStep/ \ + http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/ \ + http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/icons/ +DISTFILES= ${DISTNAME}.tar.gz \ + unofficial-I18N.98Feb27.tar.gz \ + kterm.xpm kterm2.xpm KTerm-AS.xpm netscape4.xpm + +PATCH_DIST_STRIP= -p1 + +MAINTAINER= issei@jp.FreeBSD.ORG + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +EXTRACT_ONLY= ${DISTNAME}.tar.gz \ + unofficial-I18N.98Feb27.tar.gz +DIST_SUBDIR= afterstep +USE_X_PREFIX= 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 +AFTERSTEPDIR= ${PREFIX}/lib/X11/afterstep +ICONDIR= ${PREFIX}/include/X11/pixmaps + +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 + +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} ${PREFIX}/share/doc/afterstep +.for i in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/afterstep +.endfor +.for i in CHANGES.I18N README.I18N README.I18N.jis + ${INSTALL_DATA} ${WRKDIR}/$i ${PREFIX}/share/doc/afterstep +.endfor +.endif + +.include diff --git a/x11-wm/afterstep-i18n/distinfo b/x11-wm/afterstep-i18n/distinfo new file mode 100644 index 000000000000..6c8e7212c304 --- /dev/null +++ b/x11-wm/afterstep-i18n/distinfo @@ -0,0 +1,6 @@ +MD5 (afterstep/AfterStep-1.0.tar.gz) = 2c56247e1914e25a455df3c8d03b0663 +MD5 (afterstep/unofficial-I18N.98Feb27.tar.gz) = 7e7ba097abd3b19afd6b97ad1b64b385 +MD5 (afterstep/kterm.xpm) = 2ecda94caf558d6492f92d6f4ec15f2e +MD5 (afterstep/kterm2.xpm) = 82b0e45e15f4e7798450a725f93091e6 +MD5 (afterstep/KTerm-AS.xpm) = ef37857e115682c69808b6523e7df831 +MD5 (afterstep/netscape4.xpm) = eeafcdc9e003ca4e7b529fe17e730a03 diff --git a/x11-wm/afterstep-i18n/files/patch-aa b/x11-wm/afterstep-i18n/files/patch-aa new file mode 100644 index 000000000000..06541872cfdb --- /dev/null +++ b/x11-wm/afterstep-i18n/files/patch-aa @@ -0,0 +1,39 @@ +--- 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 new file mode 100644 index 000000000000..c42002cd24a6 --- /dev/null +++ b/x11-wm/afterstep-i18n/files/patch-ab @@ -0,0 +1,76 @@ +--- 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 new file mode 100644 index 000000000000..0e666b7a01e1 --- /dev/null +++ b/x11-wm/afterstep-i18n/files/patch-ac @@ -0,0 +1,32 @@ +--- 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 new file mode 100644 index 000000000000..aec8333d9a77 --- /dev/null +++ b/x11-wm/afterstep-i18n/files/patch-ad @@ -0,0 +1,47 @@ +--- 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/steprc.ja.diff b/x11-wm/afterstep-i18n/files/steprc.ja.diff new file mode 100644 index 000000000000..31c64249d4b2 --- /dev/null +++ b/x11-wm/afterstep-i18n/files/steprc.ja.diff @@ -0,0 +1,17 @@ +--- 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 -*-fixed-medium-r-*-*-14-*-*-*-*-*-jisx0208.1983,-adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-iso8859-* + # Window TitleBar Font +-WindowFont -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-* ++WindowFont -*-fixed-medium-r-*-*-14-*-*-*-*-*-jisx0208.1983,-adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-iso8859-* + # Icon Font +-IconFont -adobe-helvetica-medium-r-*-*-8-*-*-*-*-*-*-* ++IconFont -*-fixed-medium-r-*-*-14-*-*-*-*-*-jisx0208.1983,-adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-iso8859-* + # Area where icons should show up (RightX, RightY, LeftX, LeftY) + IconBox 0 -64 -1 -1 + diff --git a/x11-wm/afterstep-i18n/pkg-comment b/x11-wm/afterstep-i18n/pkg-comment new file mode 100644 index 000000000000..cfbfe5903c51 --- /dev/null +++ b/x11-wm/afterstep-i18n/pkg-comment @@ -0,0 +1 @@ +The NeXTSTEP clone window manager with Fontset support. diff --git a/x11-wm/afterstep-i18n/pkg-descr b/x11-wm/afterstep-i18n/pkg-descr new file mode 100644 index 000000000000..af33344944ea --- /dev/null +++ b/x11-wm/afterstep-i18n/pkg-descr @@ -0,0 +1,22 @@ +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. diff --git a/x11-wm/afterstep-i18n/pkg-plist b/x11-wm/afterstep-i18n/pkg-plist new file mode 100644 index 000000000000..a1d50d99fee7 --- /dev/null +++ b/x11-wm/afterstep-i18n/pkg-plist @@ -0,0 +1,69 @@ +bin/afterstep +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/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 +share/doc/afterstep/CHANGES +share/doc/afterstep/CREDITS +share/doc/afterstep/README +share/doc/afterstep/README.8bit +share/doc/afterstep/FAQ +share/doc/afterstep/INSTALL +share/doc/afterstep/module-interface.txt +share/doc/afterstep/CHANGES.I18N +share/doc/afterstep/README.I18N +share/doc/afterstep/README.I18N.jis +@dirrm share/doc/afterstep diff --git a/x11-wm/afterstep-i18n/scripts/configure b/x11-wm/afterstep-i18n/scripts/configure new file mode 100644 index 000000000000..833c6aaf0b8b --- /dev/null +++ b/x11-wm/afterstep-i18n/scripts/configure @@ -0,0 +1,6 @@ +#!/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 -- cgit v1.2.3